@charset "UTF-8";
/* 共通ボタン */
.btn_top {
	display:inline-block;
	width:auto;
	min-width:330px;
	height:100px;
	background:#FFF;
	border-radius: 30px;
	box-shadow: 0px 5px 10px rgba(0,0,0,.15);
	text-align:center;
	padding:35px 100px 35px 90px;
	color:#6a3906;
	font-size:1.8rem;
	position:relative;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
}

.btn_top::after {
	box-sizing: border-box;
	content:"\e941";
	font-family: 'Material Symbols Outlined';
	width:45px;
	height:45px;
	border-radius: 50%;
	background:#f39800;
	color:#FFF;
	position:absolute;
	top:50%;
	right:40px;
	transform:translateY(-50%);
	font-size:2.4rem;
	padding-top:3px;
}


@media all and (max-width:768px) {
.btn_top {
	display:inline-block;
	width:auto;
	min-width:250px;
	height:85px;
	background:#FFF;
	border-radius: 30px;
	box-shadow: 0px 5px 10px rgba(0,0,0,.15);
	text-align:center;
	padding:27px 60px 30px 30px;
	color:#6a3906;
	font-size:1.8rem;
	position:relative;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	letter-spacing: 0px;
}

.btn_top::after {
	box-sizing: border-box;
	content:"\e941";
	font-family: 'Material Symbols Outlined';
	width:35px;
	height:35px;
	border-radius: 50%;
	background:#f39800;
	color:#FFF;
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
	font-size:2.2rem;
	padding-top:0;
	line-height:1.6;
}	
}





/* タイトル関連 */
.top_h3 {
	display:block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	font-size:4.2rem;
	position:relative;
	padding:0 0 30px;
	margin:0 0 70px;
}


.top_h3::after {
	content:attr(data-en);
	color:#32b16c;
	font-size:2.4rem;
	text-align:center;
	display:inline;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}

@media all and (max-width:560px) {
.top_h3 {
	display:block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	font-size:3.3rem;
	position:relative;
	padding:0 0 25px;
	margin:0 0 50px;
}


.top_h3::after {
	content:attr(data-en);
	color:#32b16c;
	font-size:1.7rem;
	text-align:center;
	display:inline;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}	
}






/* メインビジュアル */
.sec_mv {
	position:relative;
	width:100%;
	height:100vh;
	overflow:hidden;
}


.sec_mv video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}


.mv_copy {
	width:30%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	z-index:4;
}


.mv_copy img {
	width:100%;
}


@media all and (max-width:560px) {
.mv_copy {
	width:75%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	z-index:4;
}	
}


.waveyObject {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:4;
}


.waveyObject img {
	width:100%;
}




/* お知らせ */
.sec_news {
	width:100%;
	padding:100px 0;
	position:relative;
	overflow:hidden;
	font-size:1.8rem;
}

.bg_news01 {
	width:18.2%;
	max-width:350px;
	position:absolute;
	bottom:-6%;
	left:-2%;
	z-index:-1
}


.sec_news01 img {
	width:100%;
}


.bg_news02 {
	width:39.8%;
	max-width:765px;
	position:absolute;
	bottom:-12%;
	right:-12%;
	z-index:-2;
}


.sec_news02 img {
	width:100%;
}


@media all and (max-width:768px) {
.bg_news01 {
	width:24.2%;
	max-width:350px;
	position:absolute;
	bottom:-3%;
	left:-3%;
	z-index:-1
}
	
.bg_news02 {
	width:45.8%;
	max-width:765px;
	position:absolute;
	bottom:-6%;
	right:-13%;
	z-index:-2;
}
}


@media all and (max-width:560px) {
.bg_news01 {
	width:34.2%;
	max-width:350px;
	position:absolute;
	bottom:-2%;
	left:-3%;
	z-index:-1
}
	
.bg_news02 {
	width:55.8%;
	max-width:765px;
	position:absolute;
	bottom:-3%;
	right:-14%;
	z-index:-2;
}
}


.content_news {
	width:96%;
	max-width:1400px;
	margin:0 auto;
}

.list_article {
	width:100%;
	overflow:hidden;
	margin:0 auto 70px;
}


.list_article li {
	width:23.5%;
	float:left;
	margin:0 2% 0 0;
	padding:0 0 20px;
	min-height:420px;
}


.list_article li:nth-child(4) {
	width:23.5%;
	float:left;
	margin:0;
}

@media all and (max-width:1024px) {
.list_article li {
	width:48%;
	float:left;
	margin:0 4% 20px 0;
	padding:0 0 20px;
	min-height:360px;
}

.list_article li:nth-child(even) {
	width:48%;
	float:left;
	margin:0 0 20px;
}	
}


@media all and (max-width:560px) {
.list_article {
	width:100%;
	overflow:hidden;
	margin:0 auto 30px;
}
	
.list_article li {
	width:48%;
	float:left;
	margin:0 4% 20px 0;
	padding:0 0 20px;
	min-height:320px;
}
}


.list_article li a {
	display:block;
	color:#6a3906;
}

.block_thumb {
    width:100%;
    position:relative;
    background:#F1F2F2;
	border-radius: 20px;
	overflow:hidden;
	margin:0 0 15px;
background-image: url(../images/eyecatch.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}


.block_thumb::before {
    padding-top:75%;
    content:"";
    display:block;
}


.block_thumb img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}


.date_cat {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin:0 0 10px;
}


.postedDate {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:600;
}


.cat_news {
	display:inline-block;
	font-size:1.2rem;
	color:#FFF;
	background:#ea68a2;
	padding:5px 20px;
	border-radius: 20px;
}


.cat_events {
	display:inline-block;
	font-size:1.2rem;
	color:#FFF;
	background:#00b7ee;
	padding:5px 20px;
	border-radius: 20px;
}


.cat_blog {
	display:inline-block;
	font-size:1.2rem;
	color:#FFF;
	background:#32b16c;
	padding:5px 20px;
	border-radius: 20px;
}


.cat_class {
	display:inline-block;
	font-size:1.2rem;
	color:#FFF;
	background:#f39800;
	padding:5px 20px;
	border-radius: 20px;
}


.cat_school {
	display:inline-block;
	font-size:1.2rem;
	color:#FFF;
	background:#19cfba;
	padding:5px 20px;
	border-radius: 20px;
}


@media all and (max-width:560px) {
.cat_news {
	display:inline-block;
	font-size:1.2rem;
	color:#FFF;
	background:#ea68a2;
	padding:5px 15px;
	border-radius: 20px;
}


.cat_events {
	display:inline-block;
	font-size:1.2rem;
	color:#FFF;
	background:#00b7ee;
	padding:5px 15px;
	border-radius: 20px;
}
	
.cat_blog {
	display:inline-block;
	font-size:1.2rem;
	color:#FFF;
	background:#32b16c;
	padding:5px 15px;
	border-radius: 20px;
}


.cat_class {
	display:inline-block;
	font-size:1.2rem;
	color:#FFF;
	background:#f39800;
	padding:5px 15px;
	border-radius: 20px;
}


.cat_school {
	display:inline-block;
	font-size:1.2rem;
	color:#FFF;
	background:#19cfba;
	padding:5px 15px;
	border-radius: 20px;
}
}





/* 学童クラブについて */
.sec_about {
	width:100%;
	padding:100px 0;
	position:relative;
	overflow:hidden;
	font-size:1.8rem;
	background:#e9f7e8;
}


.content_about {
	width:96%;
	max-width:1400px;
	margin:0 auto;
	position:relative;
	padding:0;
}


.about_txtarea {
	width:47%;
}


.about_imgarea {
	width:78%;
	position:absolute;
	top:0;
	left:50%;
	border-radius: 20px;
	overflow:hidden;
}


.img_about01 {
	width:100%;
	padding-top:63.6%;
	position:relative;
}


.img_about01 img {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}


.img_about02 {
	width:66.66%;
	max-width:420px;
	margin:0 auto;
}


.img_about02 img {
	width:100%;
}


@media all and (max-width:768px) {
.sec_about {
	width:100%;
	padding:100px 0 0;
	position:relative;
	overflow:hidden;
	font-size:1.8rem;
	background:#e9f7e8;
}
	
	
.content_about {
	width:96%;
	max-width:1400px;
	margin:0 auto;
	position:relative;
	padding:0 0 450px;
}
	
	
.about_txtarea {
	width:100%;
}
	
	
.about_imgarea {
	width:100%;
	position:absolute;
	top:auto;
	bottom:-5%;
	left:5%;
	border-radius: 20px;
	overflow:hidden;
}
}


@media all and (max-width:560px) {
.sec_about {
	width:100%;
	padding:100px 0 0;
	position:relative;
	overflow:hidden;
	font-size:1.8rem;
	background:#e9f7e8;
}
	
	
.content_about {
	width:96%;
	max-width:1400px;
	margin:0 auto;
	position:relative;
	padding:0 0 300px;
}
	
	
.about_txtarea {
	width:100%;
}
	
	
.about_imgarea {
	width:120%;
	position:absolute;
	top:auto;
	bottom:-5%;
	left:5%;
	border-radius: 20px;
	overflow:hidden;
}
}



/* 学童クラブの特徴 */
.sec_feature {
	width:100%;
	padding:100px 0;
	position:relative;
	overflow:hidden;
	font-size:1.6rem;
	background:#fdf9e4;
}

.list_feature {
	width:96%;
	max-width:1400px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.list_feature li {
	width:32%;
	background: #FFF;
	border-radius: 20px;
	overflow: hidden;
	margin:0;
}

.feature_txtarea {
	padding:20px 20px 30px;
}


@media all and (max-width:768px) {
.feature_txtarea {
	padding:10px 10px 20px;
}	
}

@media all and (max-width:640px) {
.list_feature li {
	width:100%;
	background: #FFF;
	border-radius: 20px;
	overflow: hidden;
	margin:0 0 15px;
}	
}


.img_feature img {
	width:100%;
}

.icon_feature {
	display:inline-block;
	font-size:1.4rem;
	color:#FFF;
	font-weight:500;
	padding:5px 20px;
	border-radius: 20px;
}

.feature_txtarea h4 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	font-size:2.1rem;
}


/* 遊LABOスクールについて */
.sec_school {
	width:100%;
	padding:100px 0 0;
	position:relative;
	overflow:hidden;
	font-size:1.6rem;
}


.content_school {
	width:96%;
	max-width:1400px;
	margin:0 auto;
}


.split-container {
	display: flex;
	align-items: center;
	width: 100%;
	margin:0 0 50px;
}


.split-container .text-area {
	width: 50%;
	min-height:300px;
	max-height:560px;
	margin-top:-1vw;
	z-index: 1;
	overflow:hidden;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.split-container .text-area.bg-school01 {background-color: #fcfde7;}
.split-container .text-area.bg-school03 {background-color: #ecf7fd;}


.split-container .text-container {
	width:96%;
	max-width:700px;
	padding: 6vw 15% 4vw 0;
	float:right;
}


.split-container .text-container h4 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	font-size:3rem;
	margin:0 0 15px;
}


.split-container .image-area {
	width: 55%;
	min-height:460px;
	max-height:560px;
	margin-left: -5%;
	margin-top:4vw;
	z-index: 2;
	overflow:hidden;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background:#F00;
}


.split-container .image-area img {
	width:100%;
}


.split-container .image-area.school01 {
	background:url("../images/top/img_school01@2x.jpg") no-repeat left center;
	background-size:cover;
}


.split-container .image-area.school03 {
	background:url("../images/top/img_school03@2x.jpg") no-repeat left center;
	background-size:cover;
}


@media screen and (max-width: 560px) {
.split-container {
	display: block;
	width: 100%;
}
	
.split-container .text-area {
    width: 90%;
	min-height:300px;
	max-height:600px;
	margin-top:0;
    margin-bottom: 0;
    z-index: 1;
	overflow:hidden;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
	
.split-container .text-container {
	width:95%;
	margin:0 auto;
	padding: 6vw 3vw 15vw;
	float:right;
}

.split-container .image-area {
    width: 90%;
	min-height:200px;
	max-height:560px;
    margin-left: 10%;
    margin-top: -50px;
    z-index: 2;
	overflow:hidden;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background:#F00;
}
	
.split-container .text-container h4 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	font-size:2.6rem;
	margin:0 0 15px;
}
}


/* 逆バージョン */
.split-container_rev {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	width: 100%;
	margin:0 0 50px;
}


.split-container_rev .text-area {
	width: 50%;
	min-height:300px;
	max-height:560px;
	margin-top:-1vw;
	margin-left: -5%;
	z-index: 1;
	overflow:hidden;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.split-container_rev .text-area.bg-school02 {background-color: #e9f7e8;}
.split-container_rev .text-area.bg-school04 {background-color: #fbdfe0;}


.split-container_rev .text-container {
	width:96%;
	max-width:700px;
	padding: 6vw 0 4vw 15%;
	float:left;
}


.split-container_rev .text-container h4 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	font-size:3rem;
	margin:0 0 15px;
}


.split-container_rev .image-area {
	width: 55%;
	min-height:460px;
	max-height:560px;
	margin-top:4vw;
	z-index: 2;
	overflow:hidden;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background:#F00;
}


.split-container_rev .image-area img {
	width:100%;
}


.split-container_rev .image-area.school02 {
	background:url("../images/top/img_school02@2x.jpg") no-repeat left center;
	background-size:cover;
}


.split-container_rev .image-area.school04 {
	background:url("../images/top/img_school04@2x.jpg") no-repeat left center;
	background-size:cover;
}


@media screen and (max-width: 560px) {
.split-container_rev {
	display: block;
	width: 100%;
}
	
.split-container_rev .text-area {
    width: 90%;
	min-height:300px;
	max-height:600px;
	margin-top:0;
    margin-bottom: 0;
    z-index: 1;
	overflow:hidden;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
	
.split-container_rev .text-container {
	width:95%;
	margin:0 auto;
	padding: 6vw 3vw 15vw;
	float:right;
}

.split-container_rev .image-area {
    width: 90%;
	min-height:200px;
	max-height:560px;
    margin-left: 10%;
    margin-top: -50px;
    z-index: 2;
	overflow:hidden;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background:#F00;
}
	
	
.split-container_rev .text-container h4 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	font-size:2.6rem;
	margin:0 0 15px;
}
}


/* =========================
コーススライダー
========================= */
.sec_course_slider{
	width:100%;
	padding:100px 0;
	position:relative;
	overflow:hidden;
}

.course_slider{
	width:100%;
	position:relative;
}

.course_slider_view{
	width:100%;
	overflow:hidden;
}

.course_slider_track{
	display:flex;
	will-change:transform;
	margin:0 0 15px;
}

.course_slide{
	flex:0 0 25%;
	padding:0 10px;
}

.course_card{
	display:block;
	height:100%;
	background:#fff;
	border-radius:24px;
	overflow:hidden;
	box-shadow:0 5px 15px rgba(0,0,0,.08);
	color:#6a3906;
}

.course_card:hover{
	opacity:1;
	transform:translateY(-4px);
}

.course_card_img{
	width:100%;
	position:relative;
	background:#f6f5f1;
}

.course_card_img::before{
	content:"";
	display:block;
	padding-top:66.66%;
}

.course_card_img img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	object-fit:cover;
}

.course_card_body{
	padding:20px 18px 22px;
}

.course_card_title{
	font-family:"Zen Maru Gothic", sans-serif;
	font-size:2.1rem;
	font-weight:600;
	line-height:1.5;
	margin:0 0 12px;
	color:#6a3906;
}

.course_card_desc{
	font-size:1.5rem;
	line-height:1.8;
	margin:0 0 14px;
	color:#6a3906;
}

.course_card_age{
	font-size:1.4rem;
	line-height:1.7;
	color:#32b16c;
	font-weight:600;
	margin:0;
}

.course_slider_nav{
	width:auto;
	display:flex;
	justify-content:flex-end;
	gap:10px;
	margin:24px auto 0;
	padding:0 10px;
	max-width:1400px;
}

.course_slider_btn{
	width:54px;
	height:54px;
	border:none;
	border-radius:50%;
	background:#32b16c;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	box-shadow:0 5px 10px rgba(0,0,0,.12);
	transition:all .3s ease;
}

.course_slider_btn:hover{
	opacity:1;
	transform:translateY(-2px);
	background:#2b975c;
}

.course_slider_btn .material-symbols-outlined{
	font-size:2.6rem;
	line-height:1;
}

.course_slider.is-static .course_slider_nav{
	display:none;
}

@media all and (max-width:768px){
	.sec_course_slider{
		padding:50px 0;
	}

	.course_slide{
		flex:0 0 33.3333%;
		padding:0 8px;
	}

	.course_card_body{
		padding:16px 14px 18px;
	}

	.course_card_title{
		font-size:1.8rem;
		margin:0 0 10px;
	}

	.course_card_desc{
		font-size:1.4rem;
		margin:0 0 10px;
	}

	.course_card_age{
		font-size:1.3rem;
	}

	.course_slider_nav{
		margin:18px auto 0;
		padding:0 8px;
	}

	.course_slider_btn{
		width:46px;
		height:46px;
	}
}

@media all and (max-width:560px){
	.sec_course_slider{
		padding:60px 0;
	}

	.course_slide{
		flex:0 0 100%;
		padding:0 6px;
	}

	.course_card{
		border-radius:18px;
	}

	.course_card_body{
		padding:14px 12px 16px;
	}

	.course_card_title{
		font-size:1.7rem;
	}

	.course_card_desc{
		font-size:1.4rem;
	}

	.course_slider_nav{
		margin:16px auto 0;
		padding:0 6px;
		gap:8px;
	}

	.course_slider_btn{
		width:42px;
		height:42px;
	}

	.course_slider_btn .material-symbols-outlined{
		font-size:2.2rem;
	}
}






/* 遊LABOスクールで何が身につくの？ */
.sec_learning {
	width:100%;
	padding:100px 0;
	position:relative;
	overflow:hidden;
	font-size:1.6rem;
	background:#fdf9e4;
}


.bg_learning01 {
	width:20%;
	max-width:305px;
	position:absolute;
	top:1%;
	left:-1%;
	transform:rotate(-15deg);
}


.bg_learning01 img {
	width:100%;
}


.bg_learning02 {
	width:20%;
	max-width:291px;
	position:absolute;
	top:-1.8%;
	right:-1%;
}


.bg_learning02 img {
	width:100%;
}


@media all and (max-width:768px) {
.bg_learning01 {
	width:25%;
	max-width:305px;
	position:absolute;
	top:1%;
	left:-1%;
	transform:rotate(-15deg);
}
	
	
.bg_learning02 {
	width:25%;
	max-width:291px;
	position:absolute;
	top:-1%;
	right:-1%;
}	
}


@media all and (max-width:560px) {
.bg_learning01 {
	width:35%;
	max-width:305px;
	position:absolute;
	top:1%;
	left:-1%;
	transform:rotate(-15deg);
}
	
	
.bg_learning02 {
	width:35%;
	max-width:291px;
	position:absolute;
	top:-0.5%;
	right:-1%;
}
}


.ttl_learning {
	display:block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	font-size:4.2rem;
	margin:0 0 100px;
}


.ttl_learning span {
	color:#ea68a2;
	font-size:6rem;
}


@media all and (max-width:560px) {
.ttl_learning {
	display:block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	font-size:3.3rem;
	margin:0 0 40px;
}


.ttl_learning span {
	color:#ea68a2;
	font-size:4.8rem;
}
}


.list_learning {
	width:96%;
	max-width:1400px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}


.list_learning li {
	width:30%;
	margin:0 0 30px;
}


.list_learning li:nth-child(2) {
	width:30%;
	margin:0 0 30px;
	padding-top:110px;
}


@media all and (max-width:768px) {
.list_learning li {
	width:45%;
	margin:0 0 50px;
}


.list_learning li:nth-child(2) {
	width:45%;
	margin:0 0 50px;
	padding-top:0;
}
}


.img_learning {
	width:100%;
	padding-top:100%;
	border-radius: 50%;
	background:#FFF;
	position:relative;
	margin:0 0 30px;
}


.img_learning img {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}


.list_learning li.learning01 .img_learning {
	border:5px dotted #00a0e9;
}


.list_learning li.learning02 .img_learning {
	border:5px dotted #f4a117;
}


.list_learning li.learning03 .img_learning {
	border:5px dotted #32b16c;
}


.list_learning li h4 {
	font-size:3rem;
	margin:0 0 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:600;
}


.list_learning li.learning01 h4 {
	color:#00a0e9;
}


.list_learning li.learning02 h4 {
	color:#f4a117;
}


.list_learning li.learning03 h4 {
	color:#32b16c;
}


.list_learning li p {
	text-align:left !important;
}


@media all and (max-width:560px) {
.list_learning li {
	width:90%;
	margin:0 auto 50px;
}


.list_learning li:nth-child(2) {
	width:90%;
	margin:0 auto 50px;
	padding-top:0;
}
	
	
.img_learning {
	width:100%;
	padding-top:100%;
	border-radius: 50%;
	background:#FFF;
	position:relative;
	margin:0 0 15px;
}
	
	
.list_learning li h4 {
	font-size:2.6rem;
	margin:0 0 15px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:600;
}
}







/* 施設案内 */
.sec_facilities {
	width:100%;
	padding:100px 0;
	position:relative;
	overflow:hidden;
	font-size:1.6rem;
}

.list_facilities {
	width:96%;
	max-width:1400px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	counter-reset: number 0;
}

.list_facilities li {
	width:32%;
	border-radius: 20px;
	margin:0 0 50px;
	padding:20px 20px 50px;
	background:#f6f5f1;
	position:relative;
}

/*.list_facilities li::before {
	counter-increment: number 1;
	content: counter(number) "";
	display:inline-block;
	width:65px;
	height:65px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:600;
	font-size:3.6rem;
	text-align:center;
	color:#FFF;
	background:#32b16c;
	position:absolute;
	top:-20px;
	left:-10px;
	border-radius: 50%;
	line-height:1.7;
}*/


@media all  and (max-width:1024px) {
.list_facilities li {
	width:31%;
	border-radius: 20px;
	margin:0 0 50px;
	padding:20px 20px 50px;
	background:#f6f5f1;
	position:relative;
}	
}


@media all  and (max-width:768px) {
.list_facilities li {
	width:48%;
	border-radius: 20px;
	margin:0 0 20px;
	padding:10px 10px 30px;
	background:#f6f5f1;
	position:relative;
}
	
/*.list_facilities li::before {
	counter-increment: number 1;
	content: counter(number) "";
	display:inline-block;
	width:55px;
	height:55px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:600;
	font-size:3rem;
	text-align:center;
	color:#FFF;
	background:#32b16c;
	position:absolute;
	top:-20px;
	left:-10px;
	border-radius: 50%;
	line-height:1.7;
}*/
}


@media all  and (max-width:560px) {
.list_facilities li {
	width:100%;
	border-radius: 20px;
	margin:0 0 10px;
	padding:10px 10px 30px;
	background:#f6f5f1;
	position:relative;
}
	
/*.list_facilities li::before {
	counter-increment: number 1;
	content: counter(number) "";
	display:inline-block;
	width:55px;
	height:55px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:600;
	font-size:3rem;
	text-align:center;
	color:#FFF;
	background:#32b16c;
	position:absolute;
	top:-25px;
	left:-5px;
	border-radius: 50%;
	line-height:1.7;
}*/
}


.img_facilities {
	width:100%;
	border-radius: 20px;
	overflow: hidden;
}


.img_facilities img {
	width:100%;
}

.list_facilities li h4 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	font-size:2rem;
}




/* 施設紹介＆アクセス */
.sec_access {
	width:100%;
	padding:100px 0;
	font-size:1.6rem;
	background:#e9f7e8;
}

.content_access {
	width:96%;
	max-width:1400px;
	margin:0 auto;
}

.info_access {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin:0 0 50px;
}

.img_access {
	width:50%;
	border-radius: 30px;
	overflow: hidden;
	margin:0;
}

.img_access img {
	width:100%;
}

.txt_access {
	width:47%;
}

.group_access01 {
	width:100%;
	padding:0 0 20px 30px;
}

.group_access02 {
	width:100%;
	padding:10px 30px;
	border-top:2px dotted #000;
	border-bottom:2px dotted #000;
}

.group_access02 h5 {
	color:#32b16c;
	font-size:1.6rem;
	font-weight:600;
}


@media all and (max-width:768px) {
.img_access {
	width:100%;
	border-radius: 20px;
	overflow: hidden;
	margin:0 0 20px;
}

.txt_access {
	width:100%;
}
	
.group_access01 {
	width:100%;
	padding:0 0 20px;
}

.group_access02 {
	width:100%;
	padding:10px;
	border-top:2px dotted #000;
	border-bottom:2px dotted #000;
}
}


.block_map {
	width:100%;
	border-radius: 20px;
	overflow:hidden;
	position: relative;
	padding-top: 56.25%;
	height: 0;
}


.block_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* インスタグラム */
.sec_instagram {
	width:100%;
	padding:100px 0;
}

.content_instagram {
	width:96%;
	max-width:1400px;
	margin:0 auto;
	font-size:1.6rem;
}