@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', "Work Sans", Arial, sans-serif;
}
.page--contents {
	position: relative;
	font-family: 'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:10px;
}
/* .sp
-------------------------------------------------- */
.page--contents section { 

}

.page--header .foo,
.wear--area .foo,
.erem--area .foo,
.erem--area .foo,
.range--area .foo {
	width:100%;
	height:1px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.wear--area  { z-index:11;}
.erem--area  { z-index:12;}
.range--area { z-index:13;}

@media (min-width: 769px) {
/* tablet+PC用 */
	.sp { display: none;}
	
	.page--header {
		position:fixed;
	}
	

}
@media (max-width: 768px) {
/* tablet用 */
	.sp { display: none;}
}
@media (max-width: 480px) {
/* SP用 */
	.sp { display:block;}
}


.page--header {
	position: relative;
	padding-bottom: 8em;
	background:#ef628c;
}
.page--header::before {
	content:'';
	width:100%;
	height:173px;
	position:absolute;
	left:0;
	top:0;
	background:#81d1ff;
}

.page--header .title {
	position:relative;
}
.page--header .title picture {
	position:relative;
	display: block;
	max-width:785px;
	margin:0 auto 2.2em;
	padding-top:2.4em;
	z-index: 2;
}
.page--header .title::before {
	content:'';
	width:45%;
	height:301px;
	position: absolute;
	left:0;
	top:0;
	background:url("../img/school/sakura_left.png") left top no-repeat;
	z-index: /*3*/1;
}
.page--header .title::after {
	content:'';
	width:45%;
	height:301px;
	position: absolute;
	right:0;
	top:0;
	background:url("../img/school/sakura_right.png") right top no-repeat;
	z-index: /*3*/1;
}

.page--header .lead {
	margin-bottom: 2.7em;
	font-size:2.2em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	font-weight: 500;
}
.page--header--bnr {
	text-align: center;
}
.page--header--bnr a {
	display: block;
}
.page--header--bnr .toyo {
	max-width:731px;
	margin:0 auto;
	padding:10px 15px;
	font-size:20px;
	text-align: center;
	background: #fff;
}
.page--header--bnr .toyo strong { border-bottom:1px solid #ef628c;}

@media (max-width: 768px) {
/* tablet用 */
	.page--header .title::before,
	.page--header .title::after {
		z-index: 1;
	}
	
	.page--header .title {
		text-align: center;
		z-index: 5;
	}
	.page--header .title picture img {
		margin:0 auto;
		width:80%;
	}
}
@media (max-width: 480px) {
/* SP用 */
	.page--header .title::before,
	.page--header .title::after {
		width:0;
	}
	.page--header .title picture {
		margin-bottom:1.2em;
		padding:0;
	}
	.page--header img,
	.page--header .title picture img {
		margin:0 auto;
		width:100%;
	}
	.page--header .lead {
		font-size:1.6em;
		padding:0 5%;
	}
	.page--header--bnr {
		width:90%;
		margin:0 auto;
	}
	
	.page--header--bnr .toyo { padding:12px 10px; font-size:14px;}
}





/* wear--area
-------------------------------------------------- */
.wear--area {
	padding:10em 0;
	background:url("../img/school/bg_01.png") center top repeat;
}
.wear--area .inner {
	max-width:1000px;
	width:90%;
	margin:0 auto;
	padding:10em 11.3em 8em;
	background:#fff;
	box-sizing: border-box;
}
.wear--area .inner .reserve img,
.wear--area .inner .flow img {
	width:100%; 
	height: auto;
}
@media (max-width: 768px) {
/* tablet用 */
	.wear--area .inner {
		padding:6em 6% 6em;
	}
}
@media (max-width: 480px) {
/* SP用 */
	.wear--area {
		padding:6em 0;
	}
	
}

/*---- brands ----*/
.wear--area .brands {
	margin-bottom: 8.8em;
	padding-left: 30px;
	border-left:3px solid #81d1ff;
}
.wear--area .brands h3 {
	margin-bottom: 0.6em;
	padding:0.3em 0.7em 0.4em;
	font-size:1.6em;
	color: #fff;
	background: #81d1ff;
}
.wear--area .brands h4 {
	margin-bottom: 0.8em;
	font-size:2.8em;
	color:#81d1ff;
}
.wear--area .brands h4 small {
	font-size:0.785em;
	color: #81d1ff;
}
.wear--area .brands h4 .sub {
	display: block;
	padding-top: 0.5em;
	color: #ef628c;
	font-weight: 400;
	font-size:0.5375em;
}
.wear--area .brands h5 {
	margin-bottom:1em;
	color: #ef628c;
	font-size: 2.8em;
	font-weight: 400;
}

@media (max-width: 768px) {
/* tablet用 */
	.wear--area .brands h4 .sub {
		line-height:1.5;
	}
}
@media (max-width: 480px) {
/* SP用 */
	.wear--area .brands h4 {
		font-size:2em;
	}
}

.wear--area .brands ul {
	list-style: none;
}
.wear--area .brands ul li {
	margin-bottom: 2em;
	padding-bottom: 2em;
	text-align:center;
	border-right:1px solid #81d1ff;
	border-bottom:1px solid #81d1ff;
}
.brandlogo {
	width:76%;
	margin:0 auto;
	text-align: center;
	margin-bottom: 1.5em;
}
.brandlogo img {
	max-width:100%;
}
.wear--area .brands ul li p {
	margin-bottom: 1.1em;
	text-align: center;
	font-size:1.8em;
	line-height: 1.75;
}
.wear--area .brands ul li:nth-child(1) p { line-height: 1.1;}
.wear--area .brands ul li p strong {
	display: block;
	padding-bottom: 0em;
	font-size:1.2em;
}
.wear--area .brands ul li p small {
	font-size:.8em;
}
.wear--area .brands ul li p a {
	text-decoration:none;
	color: #000;
}
.wear--area .brands ul li p a:hover {
	text-decoration:underline;
	color: #333;
}
.btn--brands {
	margin-bottom: 3em;
	padding-bottom: 3em;
	border-bottom:2px dashed #81d1ff;
}
.btn--brands p a {
	display:block;
	padding-bottom: 0.1em;
	color: #fff;
	text-align:center;
	font-size:2.3em;
	text-decoration:none;
	line-height: 60px;
	border-radius: 35px;
	background:#81d1ff;
}
@media (max-width: 768px) {
/* tablet用 */
}
@media (max-width: 480px) {
/* SP用 */
	.btn--brands p a {
		font-size:1.6em;
		line-height: 1.4;
	}
	.wear--area img {
		max-width:100%;
	}
}
@media (min-width: 769px) {
/* tablet+PC用 */
	.wear--area .brands ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.wear--area .brands ul li {
		width:48.5%;
	}
	.btn--brands p {
		margin:0 auto ;
		max-width:450px;
	}
}
@media (min-width: 1024px) {
/* PC用 */
}
@media (min-width: 1400px) {
/* PC-wide用 */
}
@media (min-width: 769px) and ( max-width: 1023px) {
/* tablet用 */
}
@media (max-width: 768px) {
/* tablet用 */
}
@media (max-width: 480px) {
/* SP用 */
	.wear--area .brands ul li {
		font-size:80%;
	}
	.wear--area .brands ul li p {
		margin-bottom:1.5em;
	}
}

/* 
-------------------------------------------------- */
.wear--area .reserve {
	margin-bottom: 7em;
	padding:2.4em 6% 4em;
	background: #cc9933;
}
.ul--reserve01 {
	margin:3em 0 0;
	padding:2em 3%;
	list-style: none;
	background:#fff;
	border-radius: 3em;
}
.ul--reserve01 li {
	margin-bottom: 2.6em;
}
.ul--reserve01 li:last-of-type { margin-bottom:1.5em;}

@media (min-width: 769px) {
/* tablet+PC用 */
}
@media (min-width: 1024px) {
/* PC用 */
}
@media (min-width: 1400px) {
/* PC-wide用 */
}
@media (min-width: 769px) and ( max-width: 1023px) {
/* tablet用 */
}
@media (max-width: 768px) {
/* tablet用 */
}
@media (max-width: 480px) {
/* SP用 */
}


.erem--area {
	padding:3.4em 0;
	background:#c4f0ff;
}
.erem--area .inner {
	max-width:990px;
	width:90%;
	margin:0 auto;
}
.erem--area picture img {
	max-width:100%;
}


.range--area {
	padding:5em 0;
}
.range--area .inner {
	max-width:1000px;
	width:90%;
	margin:0 auto;
}
.range--area h3 {
	margin-bottom: 1em;
	color: #253253;
	font-size:4em;
	text-align: center;
}
.ul--range01 {
	display: flex;
	justify-content: space-between;
	border-left:1px solid #253253;
	list-style: none;
}
.ul--range01 > li {
	width:33.3333%;
	padding:0 2%;
	color: #253253;
	text-align: center;
	border-right:1px solid #253253;
}
.ul--range01 h4 {
	margin-bottom: 1em;
	padding:0.2em 1em 0.3em;
	font-size:2.3em;
	text-align: center;
	color: #253253;
	background:#f3d42a;
}
.ul--range01 h5 {
	font-size:2em;
	margin-bottom:0.3em;
}
.ul--range01 li ul {
	margin-bottom: 3em;
}
.ul--range01 ul li {
	position: relative;
	display:inline-block;
	margin:0 0.8em 0 0;
	font-size:1.4em;
	line-height: 1.5;
}
.ul--range01 ul li::before {
	content:'・';
}
@media (max-width: 768px) {
/* tablet用 */
}
@media (max-width: 480px) {
/* SP用 */
	.ul--range01 {
		display:block;
		border: none;
		border-top:1px solid #253253;
	}
	.ul--range01 > li {
		width:100%;
		padding-top: 1.3em;
		border: none;
		border-bottom:1px solid #253253;
		box-sizing: border-box;
	}
}











