@charset "utf-8";
/*-------------------

 デザインテーマ

-------------------*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	background: url(../../../common/imgs/shared/bg_01.gif);
	font: 88% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #727171;
}

/*画像ボタンにホバー時のデザインがない場合*/
a img {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=30);
}

/*画像ボタンにホバー時のデザインがある場合*/
a img.btn {
	-webkit-transition: 0.0s ease-in-out;
	-moz-transition: 0.0s ease-in-out;
	-o-transition: 0.0s ease-in-out;
	transition: 0.0s ease-in-out;
}

a:hover img.btn {
	opacity: 1.0;
	filter: alpha(opacity=0);
}

.kome {
	color: #00AA83;
	text-indent: -16px;
	padding-left: 16px;
	display: block;
}

/* .disc li .kome { padding-top: 10px; } */


#jump {
	display: none;
}

#wrapp-inner {
	background: #FFF;
	width: 960px;
	margin: 0px auto;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}


/*　header_通常サイズ　*/
#header {
	height: 164px;
	/* background: url(../imgs/shared/h-bg.jpg); */
	background: url(../imgs/shared/h-bg_2024.jpg);
	padding: 19px 23px 0px;
	padding-bottom: 10px;
	overflow: hidden;
}

#header h1 {
	float: left;
}

#header .btn {
	float: right;
}


/*　header_大サイズ　*/
#header #headL {
	height: 350px;
	padding: 30px 25px 0px;
	position: relative;
}

#header #headL h1 {
	margin-bottom: 20px;
}

#header #headL h2 {
	line-height: 180%;
	font-weight: normal;
}


/*　contents　*/
#contents {
	clear: both;
	padding: 5px 25px 25px;
}


#mainArea {
	float: right;
	width: 650px;
	line-height: 160%;
}

#mainArea a {
	color: #ec6d74;
	text-decoration: none;
}

#mainArea a:hover {
	text-decoration: underline;
}

#mainArea section {
	clear: both;
	margin-bottom: 30px;
}

#mainArea h2,
#mainArea h3,
#mainArea h4,
#mainArea h5,
#mainArea h6,
#mainArea p,
#mainArea ul,
#mainArea ol,
#mainArea dl,
#mainArea table {
	margin-bottom: 10px;
}

#mainArea h3 {
	font-size: 125%;
	font-weight: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #00ab84;
	background: #FDF100 url(../imgs/shared/h3_bg.gif) no-repeat 10px center;
	padding: 15px 15px 15px 25px;
}

#mainArea h4 {
	font-size: 113%;
	font-weight: normal;
	color: #FDF100;
	background: #00ab84;
	padding: 8px 15px;
}

#mainArea h5 {
	color: #00ab84;
	background: #FDF100;
	padding: 5px 10px;
	font-size: 113%;
	font-weight: normal;
}

#mainArea h5:before {
	content: "★";
	color: #00ab84;
}

#mainArea h5.c-color--pink:before {
	color: #ec6d74;
}

#mainArea h5.c-color--yellow:before {
	color: #fdf100;
}

#mainArea h5.c-color--sky:before {
	color: #37bef0;
}

#mainArea li {
	list-style: none;
}

#mainArea ul.disc li {
	padding-left: 20px;
	padding-bottom: 10px;
}

#mainArea ul.disc li:before {
	content: "■";
	color: #00ab84;
	margin-left: -20px;
	margin-right: 6px;
}

#mainArea ol.decimal {
	padding-left: 30px;
}

#mainArea ol.decimal li {
	list-style: decimal;
	padding-bottom: 10px;
}

#mainArea table {
	border-collapse: separate !important;
	width: 100%;
}

#mainArea table tr th {
	color: #FFF100;
	vertical-align: middle;
	text-align: center;
	background: #00AA83;
}

#mainArea table tr td {
	color: #00AA83;
	background: #FFF100;
	padding: 10px;
	border-top: 1px solid #FFF100;
	border-right: 1px solid #FFF100;
	border-bottom: 1px solid #00AA83;
	border-left: 1px solid #00AA83;
	vertical-align: middle;
}

#mainArea table tr:last-child td {
	border-bottom-style: none;
}

#sideArea {
	float: left;
	width: 240px;
}

#sideArea section {
	margin-bottom: 10px;
}

#footer {
	background: url(../../../nachigaoka/common/imgs/shared/f-bg_01.gif) repeat-x bottom;
	padding-bottom: 50px;
	clear: both;
	text-align: center;
	line-height: 160%;
}

#footer nav #fNav {
	margin-bottom: 15px;
}

#footer nav #fNav li {
	display: inline;
}

#footer nav #fNav li a {
	color: #ec6d74;
	text-decoration: none;
}

#footer nav #fNav li a:hover {
	text-decoration: underline;
}

#footer nav #fNav li#fnav01 a {
	color: #00a4e3;
}

#footer nav #fNav li#fnav02 a {
	color: #00AA83;
}

#footer nav #fNav li#fnav03 a {
	color: #F08300;
}

#footer #copyright {
	font-size: 86%;
}

.u-bg-none {
	background: none !important;
}

.u-radius-0 {
	border-radius: 0 !important;
}

.u-p-0 {
	padding: 0 !important;
}

.bg-footer {
	background: url(../imgs/shared/bg-footer.png) repeat-x bottom !important;
	background-size: auto 50px !important;
}

.header-en {
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 25px;
}

.header--index {
	height: auto !important;
	/* padding-bottom: 20px !important; */
}

.header--shimomasuda {
	/* height: 555px !important; */
	position: relative;
}

/** TOP スライダ 円形ラベル */
.header-circle {
	position: absolute;
	z-index: 100;
}

.header-circle--1 {
	width: 110px;
	height: auto;
	top: 29px;
	left: 464px;
}

.header-circle--2 {
	width: 150px;
	height: auto;
	top: 118px;
	left: 7px;
}

.header-circle--3 {
	width: 90px;
	height: auto;
	top: 312px;
	left: 590px;
}

.header-circle--4 {
	width: 170px;
	height: auto;
	top: 250px;
	right: 20px;
}

.h3--shimomasuda {
	color: #ec6d74 !important;
	position: relative;
	background: #FDF100 !important;
}

.h3--shimomasuda::before {
	content: "";
	width: 5px;
	height: 70%;
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	background: #ec6d74;
}

.headline {
	position: relative;
}

.headline-sky {
	padding: 15px 15px 15px 25px !important;
	color: #fdf100 !important;
	background: #37bef0 !important;
}

.headline-sky::before {
	content: "";
	width: 5px;
	height: 70%;
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	background: #fdf100;
}

.headline__ribbon {
	width: auto;
	height: 30px;
	position: absolute;
	top: 0;
	right: 10px;
}

.headline--pink {
	color: #fdf100 !important;
	background: #ec6d74 !important;
}

.headline--pink::before {
	content: "";
	width: 5px;
	height: 70%;
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	background: #fdf100;
}

.h4--shimomasuda {
	color: #fdf100 !important;
	background: #ec6d74 !important;
}

.disk--shimomasuda li::before {
	color: #ec6d74 !important;
}

.kome--shimomasuda {
	color: #ec6d74 !important;
}

.sky-table th {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	width: 40%;
	font-size: 1.4em !important;
	font-weight: normal;
	color: #fdf100 !important;
	background: #37bef0 !important;
}

.sky-table td {
	font-size: 1.1em !important;
	color: #37bef0 !important;
	background: #fdf100 !important;
	border: none !important;
	border-left: solid 1px #37bef0 !important;
}

.pink-table th {
	/* padding-top: 15px !important; */
	/* padding-bottom: 15px !important; */
	width: 30%;
	font-size: 1.4em !important;
	letter-spacing: 12px;
	font-weight: normal;
	color: #fdf100 !important;
	background: #ec6d74 !important;
}

.pink-table td {
	font-size: 1.1em !important;
	color: #ec6d74 !important;
	background: #fdf100 !important;
	border: none !important;
	border-left: solid 1px #ec6d74 !important;
}

.pink-table tr:not(:first-child) td {
	border-top: solid 1px #ec6d74 !important;
}

.sky-table__afterschool-sat--th {
	letter-spacing: 12px;
	font-weight: bolder;
}

.c-indent {
	text-indent: 1em;
}

.separate-sky {
	padding-bottom: 5px !important;
	border-bottom: dotted 2px #37bef0 !important;
}

.separate-pink {
	padding-bottom: 5px !important;
	border-bottom: dotted 2px #ec6d74 !important;
}

.headline-club-register {
	padding-bottom: 10px;
	font-size: 1.4em;
	font-weight: bolder;
	letter-spacing: 3px;
	border-bottom: dotted 2px #ec6d74;
}

/** pink 背景対策 */
#slider {
	background: #fff !important;
}


.first-map {
	/* position: relative; */
}

.first-map-wrapper {
	position: relative;
}

.c-inner.is-floor-map {
	padding-bottom: 0;

	margin-top: -35px!important;
}


.first-map__item {
	position: absolute;
}

/*	 
.first-map__item--1 {
	top: 120px;
    left: 100px;
}
.first-map__item--2 {
	top: 265px;
	left: 245px;
}
.first-map__item--3 {
	top: 440px;
	left: -13px;
}
.first-map__item--4 {
	top: 500px;
    left: 125px;
}
.first-map__item--5 {
	top: 390px;
	left: 180px;
}
.first-map__item--6 {
	top: 550px;
    left: 175px;
}
.first-map__item--7 {
	top: 645px;
    left: 10px;
}
.first-map__item--8 {
    top: 740px;
    left: 50px;
}
.first-map__item--9 {
	top: 590px;
    left: 365px;
} */

.first-map__item--1 {
	top: calc(135px + 15px);
	left: calc(58px + 15px);
}

.first-map__item--2 {
	top: calc(146px + 15px);
	left: calc(216px + 15px);
}

.first-map__item--3 {
	top: calc(139px + 15px);
	left: calc(434px + 15px);
}

.first-map__item--4 {
	top: calc(244px + 15px);
	left: calc(-7px + 15px);
}

.first-map__item--5 {
	top: calc(267px + 15px);
	left: calc(384px + 15px);
}

.first-map__item--6 {
	top: calc(271px + 15px);
	left: calc(491px + 15px);
}

.first-map__item--7 {
	top: calc(415px + 15px);
	left: calc(366px + 15px);
}

.first-map__item--8 {
	top: calc(453px + 15px);
	left: calc(83px + 15px);
}

.first-map__item--9 {
	top: calc(447px + 15px);
	left: calc(273px + 15px);
}

.first-map__item--10 {
	top: calc(446px + 15px);
	left: calc(404px + 15px);
}

.second-map-area {
	position: relative;
}

.second-map {}

.second-map__item {
	position: absolute;
}

.second-map__item--1 {
	top: -8px;
	left: 75px;
}

.second-map__item--2 {
	top: 125px;
	left: 5px;
}

.second-map__item--3 {
	top: 250px;
	left: 80px;
}

.second-map__item--4 {
	top: 210px;
	left: 355px;
}