@charset "utf-8";
/* -----------------------------------------------------------
 =top
----------------------------------------------------------- */
body.home .imgTopSp {
	text-align: center;
}

@media print, screen and (min-width: 768px) {
body.home .imgTopSp {
	display: none;
}
body.home .areaHeaderInner {
	max-width: 1400px;
	height: 236px;
	background: url(../../images/img_main.png) no-repeat center bottom;
	margin: 0 auto;
}
body.home .logo {
	width: 293px;
	height: 55px;
	background-size: 293px;
}
}
/* pick up 01 --------------- */
.areaTopPickUpNavi {
	background-color: #e9e7e2;
	margin-bottom: 25px;
	padding: 13px 0 6px;
}
.topPickUpNavi {
	width: 300px;
	margin: 0 auto 15px;
}
.topPickUpNavi li {
	width: 300px;
	margin-bottom: 9px;
	text-align: center;
}
.topPickUpNavi div {
	position: relative;
	white-space: nowrap;
	width: 300px;
	height: 112px;
}
.pickupnaviBg01 {
	background: url(../../images/bg_pickupnavi_01.jpg) no-repeat center center;
}
.pickupnaviBg02 {
	background: url(../../images/bg_pickupnavi_02.jpg) no-repeat center center;
}
.pickupnaviBg01 p, .pickupnaviBg02 p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 24px;
}
.topPickUpNavi a {
	color: #fff;
}
.pickupnaviBg01:hover, .pickupnaviBg02:hover {
	opacity: 0.7;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.topPickUpNavi .naviTxt {
	display: none;
}

@media print, screen and (min-width: 768px) {
.areaTopPickUpNavi {
	margin-bottom: 15px;
	padding: 18px 0 8px;
}
.areaTopPickUpNaviInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.topPickUpNavi {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 660px;
	margin-bottom: 0;
}
.topPickUpNavi li {
	margin-bottom: 0;
}
.topPickUpNavi div {
	height: 163px;
	margin-bottom: 6px;
}
.topPickUpNavi li:first-child {
	margin-right: 25px;
}
.pickupnaviBg01 p, .pickupnaviBg02 p {
	font-size: 25px;
}
.topPickUpNavi .naviTxt {
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
}
}
/* pick up 02 --------------- */
.topPickUpNavi02 {
	width: 300px;
	margin: 0 auto;
}
.topPickUpNavi02 li {
	position: relative;
	width: 300px;
	white-space: nowrap;
	margin-bottom: 6px;
}
.topPickUpNavi02 li a {
	display: block;
	height: 91px;
	color: #fff;
}
.topPickUpNavi02 p {
	position: absolute;
	top: 54%;
	left: 75%;
	-webkit-transform: translate(-75%, -54%);
	transform: translate(-75%, -54%);
	z-index: 50;
	font-size: 17.5px;
	line-height: 1.1;
}
.topPickUpNavi02 li:first-child a {
	margin-bottom: 8px;
	background: #3f9601 url(../../images/bg_pickupnavi_03_sp@2x.png) no-repeat 0 0;
	-webkit-background-size: 127px;
	background-size: 127px;
}
.topPickUpNavi02 li:nth-of-type(2) a {
	background: #5487cf url(../../images/bg_pickupnavi_04_sp@2x.png) no-repeat 0 0;
	-webkit-background-size: 131px;
	background-size: 131px;
}
.topPickUpNavi02 li a:after {
	position: absolute;
	top: 35%;
	right: 6px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 17.5px;
	content: "\f138";
	color: #fff;
}

@media print, screen and (min-width: 768px) {
.topPickUpNavi02 {
	width: 282px;
}
.topPickUpNavi02 li {
	width: 282px;
}
.topPickUpNavi02 p {
	top: 54%;
	left: 75%;
	-webkit-transform: translate(-75%, -54%);
	transform: translate(-75%, -54%);
	font-size: 20px;
}
.topPickUpNavi02 li:first-child a {
	background: #3f9601 url(../../images/bg_pickupnavi_03.png) no-repeat 0 0;
	-webkit-background-size: 95px;
	background-size: 95px;
}
.topPickUpNavi02 li:nth-of-type(2) a {
	background: #5487cf url(../../images/bg_pickupnavi_04.png) no-repeat 0 0;
	-webkit-background-size: 100px;
	background-size: 100px;
}
.topPickUpNavi02 li a:after {
	top: 32%;
	font-size: 20px;
}
}
/* pdf --------------- */
.pdfGuide {
	position: relative;
	width: 300px;
	margin: 0 auto 2.5em;
}
.pdfGuide a {
	display: block;
	height: 105px;
	background: #fb9b00 url(../../images/bg_pdf_guide_sp@2x.png) no-repeat 0 0;
	background-size: 140px;
	color: #fff;
}
.pdfGuide span {
	position: absolute;
	top: 49%;
	left: 94%;
	-webkit-transform: translate(-94%, -49%);
	transform: translate(-94%, -49%);
	z-index: 50;
	font-size: 17.5px;
	white-space: nowrap;
}
.pdfGuide span:after {
	padding-left: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 17.5px;
	content: "\f138";
	color: #fff;
}
/* youtube --------------- */
.youtube {
	margin-bottom: 20px;
	text-align: center;
}
.youtube dd {
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
.flexBw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.pdfGuide {
	width: 627px;
	margin: 0;
}
.pdfGuide a {
	height: 154px;
	background: #fb9b00 url(../../images/bg_pdf_guide.png) no-repeat 25px 0;
	background-size: 293px;
}
.pdfGuide span {
	top: 32%;
	left: 85%;
	-webkit-transform: translate(-85%, -32%);
	transform: translate(-85%, -32%);
	font-size: 25px;
}
.pdfGuide span:after {
	font-size: 22px;
}
.youtube dd {
	font-size: 1.4rem;
}
}
/* yutoring --------------- */
.areaYutoringTop {
	position: relative;
	width: 300px;
	margin: 0 auto 25px;
	padding-bottom: 10px;
	background: #f5f5f5 url(../../images/img_yutoring.png) no-repeat;
	background-size: 126px;
	background-position : right 2px top 10px;
	font-family: "UD新ゴ M";
}
.areaYutoringTop h2 {
	margin-bottom: 0.8em;
	padding-top: 14px;
	margin-left: 9px;
}
.areaYutoringTop h2 img {
	width: 160px;
}
.yutoringVol {
	position: absolute;
	top: 67px;
	left: 22px;
	font-size: 20px;
}
.yutoringTxt {
	display: none;
}
.naviYutoring {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.naviYutoring a {
	display: block;
	padding: 5px 25px;
	border-radius: 25px;
	font-size: 15px;
}
.btnYutoringPdf a {
	margin-left: 14px;
	background-color: #0068b7;
	color: #fff;
}
.btnYutoringList a {
	margin-right: 14px;
	background-color: #dbdbdb;
	color: #000;
}

@media print, screen and (min-width: 768px) {
.areaYutoringTop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 950px;
	height: 167px;
	margin-bottom: 70px;
	padding-bottom: 0;
	background-image: url(../../images/img_yutoring.png);
	background-position: right 8px top 5px;
	background-size: 252px;
}
.areaYutoringTop h2 {
	margin-left: 20px;
}
.areaYutoringTop h2 img {
	width: 399px;
}
.areaYutoringTopTxt {
	margin-left: 20px;
	padding-top: 15px;
	line-height: 1;
}
.yutoringVol {
	position: static;
	margin-bottom: 0.2em;
	font-size: 35px;
}
.yutoringTxt {
	display: block;
	margin-bottom: 0.6em;
	line-height: 1.5;
}
.naviYutoring a {
	padding: 8px 15px;
	font-size: 17px;
}
.btnYutoringPdf a {
	margin-left: 0;
}
.btnYutoringList a {
	margin-left: 14px;
}
}
/* title --------------- */
.areaTopTtl {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: "UD新ゴ M";
	line-height: 1;
}
.topTtl {
	margin-bottom: 0.2em;
	font-size: 2.25rem;
	font-family: "UD新ゴ M";
}
.topTtl i {
	padding-right: 0.5em;
}
.icColEvent {
	color: #ffb400;
}
.icColTicket {
	color: #fe9bba;
}
.icColNews {
	color: #0098b8;
}
.icColAccess {
	color: #836093;
}
.btnTopList a {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 25px;
	background-color: #dadada;
	color: #000;
	font-size: 1.25rem;
	white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
.areaTopTtl {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.topTtl {
	margin-bottom: 0.5em;
	margin-right: 0.3em;
	font-size: 2.7rem;
	white-space: nowrap;
}
.topTtl i {
	font-size: 2.3rem;
}
.btnTopList a {
	margin-left: 1.8em;
	padding: 8px 12px;
	border-radius: 25px;
	font-size: 1.7rem;
}
}
/* news --------------- */
.areaTopNews {
	margin-bottom: 30px;
	padding: 30px 0;
	background-color: #f5f5f5;
}

@media print, screen and (min-width: 768px) {
.areaTopNews {
	margin-bottom: 30px;
	padding: 55px 0 35px;
}
.topNews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.topNews .btnTopList a {
	margin-left: 10px;
}
.topNewsList {
	flex: 0 0 680px;
}
}
/* access --------------- */
.topAccessInfo {
	list-style: none;
	margin-bottom: 0.6em;
	font-family: "UD新ゴ M";
	font-size: 1.25rem;
}
.topAccessInfo span {
	font-size: 1rem;
}
.areaMap iframe {
	height: 255px;
	margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
.topAccessInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.2em;
	font-size: 1.4rem;
}
.topAccessInfo li:nth-child(2) {
	margin-left: 1em;
}
.topAccessInfo span {
	font-size: 1.2rem;
}
.areaMap iframe {
	height: 510px;
	margin-bottom: 30px;
}
}
/* banner --------------- */
.bnSite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bnSite li {
	width: 49%;
	margin-bottom: 7px;
}

@media print, screen and (min-width: 768px) {
.bnSite li {
	width: 295px;
	margin-bottom: 25px;
}
.bnSite::after{
  content:"";
  display: block;
  width:295px;
}
#areaFooter {
	margin-top: 40px;
}
}
/* footer --------------- */
.fNaviPickup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1em;
	font-family: "UD新ゴ M";
	font-size: 1.2rem;
}
.fNaviPickup li {
	margin-bottom: 0.8em;
	padding-left: 1em;
	white-space: nowrap;
}
.fNaviPickup li::after {
	content: "｜";
	padding-left: 1em;
}
.fNaviPickup li:first-child::before {
	content: "｜";
	padding-right: 1em;
}
.fNaviPickup a {
	color: #000;
}

@media print, screen and (min-width: 768px) {
.fNaviPickup {
	font-size: 1.4rem;
}
}
