main article section.section{
	padding: 70px 0 !important;
	width: 100% !important;
	max-width: 1200px !important;
	margin: auto;
}
.title_box .lv_h1,
body.home .title_box h1{
	margin-bottom: 1em;
}

#congestion{
	width: 100%;
	background: #ed6262;
	color: #FFF;
	padding: 1em 0;
}
#congestion dl{
	margin: auto;
	display: table;
	font-weight: bold;
	font-size: 1.313em;
}
#congestion dl dt{
	display: table-cell;
	vertical-align: middle;
}
#congestion dl span{
	font-size: 0.7em;
	font-weight: normal;
}
#congestion dl dd{
	display: table-cell;
	vertical-align: middle;
	padding-left: 1em;
}
@media screen and (max-width: 768px){
	#congestion dl{
		display: block;
		padding: 0 1em;
		text-align: center;
	}
	#congestion dl dt{
		display: block;
	}
	#congestion dl span{
		font-size: 0.7em;
		font-weight: normal;
	}
	#congestion dl dd{
		display: block;
		padding: .4em 0 0;
	}
}
@media screen and (max-width: 415px){
	#congestion dl span{
		display: block;
	}
}

.FV{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0;
}
.FV:before{
	content: "";
	padding-bottom: 38%;
	display: block;
}
.FV .swiper-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.FV .copy-area{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	text-shadow: 0px 3px 6px #000000AB;
}
.FV img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.FV .bn_opening{
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 3%;
	width: 80%;
	height: 80%;
	max-width: 450px;
	max-height: 450px;
	z-index: 300;
}
.FV .bn_opening img{
	position: static;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.bn_opening_sp{
	display: none;
}
@media screen and (max-width: 1024px){
	.FV .bn_opening{
		right: 2%;
		text-align: right;
		width: auto;
	}
	.FV .bn_opening img{
		margin-left: auto;
	}
}
@media screen and (max-width: 599px) {
	.FV .bn_opening{
		display: none;
	}
	.bn_opening_sp{
		text-align: center;
		padding: .5em 0;
		display: block;
	}
	.bn_opening_sp img{
		width: 100%;
		height: auto;
	}
}
#feature{
	margin: 0;
	position: relative;
}
#feature:before{
	width: 75%;
	height: 100%;
	content: "";
	background: #EBFAFB;
	border-radius: 0 0 0 70px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: -1;
}

#feature .feature_wrap{
	display: flex;
	flex-wrap: wrap;
}

#feature .feature_wrap .photo{
	width: 40%;
}
#feature .feature_wrap .photo img{
	max-width: 100%;
	height: auto;
}
#feature .feature_wrap .text{
	width: 60%;
	padding-left: 3%;
	box-sizing: border-box;
	position: relative;
}
#feature .feature_wrap .text:before{
	content: "FEATURE";
	font-family: "M PLUS 1 Code", monospace;
	opacity: .2;
	position: absolute;
	top: .1em;
	left: 3%;
	font-size: 4.5em;
	z-index: 1;
	line-height: 1;
}
#feature .feature_wrap .text p:first-of-type{
	z-index: 5;
	padding-top: 50px;
}
#feature .feature_wrap .btn_more{
	text-align: left;
}

@media screen and (max-width: 599px) {
	#feature .feature_wrap{
		display: block;
	}

	#feature .feature_wrap .photo{
		width: auto;
	}
	#feature .feature_wrap .text{
		width: auto;
		padding: 3%;
	}
	#feature .feature_wrap .btn_more{
		text-align: center;
	}
}

#service{
	background: url("../img/child_bg.png") no-repeat top center;
	background-size: 95% auto;
}

#service .service_sttl{
	margin: .5em 0;
}

#service .service_play{
	background: url("../img/bg_servie.jpg") no-repeat left top;
	background-size: 50% auto;
	padding-bottom: 60px;
}
#service .service_play_inner{
	width: 100% !important;
	max-width: 1200px !important;
	margin: auto;
	box-sizing: border-box;
	padding: 40px 0 0 30%;
}

#service .title_box h2{
	background: url("../img/h2_bg_left.svg") no-repeat left top, url("../img/h2_bg_right.svg") no-repeat right bottom;
	padding: 0 50px;
	font-size: 1.313em;
	margin-bottom: 1em;
	display: inline-block;
	position: relative;
	width: auto !important;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #42C8E3;
}
@media screen and (max-width: 599px) {
	#service .service_play{
		background: url("../img/bg_servie.jpg") no-repeat center top;
		background-size: auto 200px;
		padding: 200px 0 60px;
	}
	#service .service_play_inner{
		padding: 20px;
	}
}
#service_adult{
	margin: 0;
	position: relative;
}
#service_adult:before{
	width: 75%;
	height: 100%;
	content: "";
	background: #EBFAFB;
	border-radius: 0 70px 70px 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: -2;
}
#service_adult:after{
	content: "";
	display: block;
	background: url("../img/adult_bg.png") no-repeat top center;
	background-size: 98% auto;
	z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#service_adult img{
	max-width: 100%;
	height: auto;
	border-radius: 30px 0 30px 0;
}
#service_adult p{
	margin-top: .9em;
}
#service_adult .service_wrap{
	margin-top: 1em;
}

#service_adult .service_adult_sttl{
	color: #42C8E3;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	font-size: 1.313em;
}

#news h1{
	color: #000;
	font-size: 2.25em;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
}
#news h1:before, #news h1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #05336c;
	display: block;
}
#news h1:before {
	margin-right: .7em;
}
#news h1:after {
	margin-left: .7em;
}
#news  ul.news_list li{
	display: table;
	width: 100%;
	padding: 1em;
	border-bottom: 1px dotted #ccc;
	box-sizing: border-box;
}
#news  ul.news_list li p{
	display: table-cell;
	vertical-align: text-bottom;
}
#news  ul.news_list li .date{
	width: 7em;
}
#news  ul.news_list li .category{
	width: 10em;
}
#news  ul.news_list li .category span{
	display: block;
	background: #f1f1f1;
	padding: 5px;
	text-align: center;
	font-size: 0.813em;
}
#news  ul.news_list li .title{
	padding-left: 2em;
}
@media screen and (max-width: 599px) {
	#news  ul.news_list li{
		display: block;
	}
	#news  ul.news_list li p{
		display: block;
	}
	#news  ul.news_list li .date,
	#news  ul.news_list li .category{
		width: auto;
		display: inline-block;
		vertical-align: middle;
	}
	#news  ul.news_list li .category{
		padding: .5em 0 .5em 1em;
	}
	#news  ul.news_list li .category span{
		display: inline-block;
	}
	#news  ul.news_list li .title{
		padding-left: 0;
	}
}


#access{
	margin: 0;
	position: relative;
	padding: 70px 0;
}
#access:before{
	width: 75%;
	height: 100%;
	content: "";
	background: #EBFAFB;
	border-radius: 70px 0 0 70px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: -2;
}
