@charset "UTF-8";




/* layout
---------------------------------------------------------- */
body {
	background:#ffffff;
}


/* slider
---------------------------------------------------------- */
.slide_wrap ul {
	width:100%;
	margin-bottom:30px;
	height:470px;
}

.slide_wrap .main_gallery .gallery_cell {
	width:960px;
	ounter-increment: gallery-cell;
	margin:0 10px;
}

.slide_wrap_sp {
	display:none;
}

@media screen and (max-width:768px){

.slide_wrap_sp {
	display:block;
}

.slide_wrap_sp ul.slider_sp {
	width:100%;
	margin-bottom:30px;
	height:auto;
}

.slide_wrap_sp ul.slider_sp .gallery_cell {
	width:100%;
	height:auto;
	ounter-increment: gallery-cell;
	margin:0;
}

.slide_wrap_sp ul.slider_sp .gallery_cell img {
	width:100%;
	height:auto;
}
	
	.flickity-viewport {
		height: 85vw!important;
	}

.slide_wrap {
	display:none;
}
	
}


/* contents
---------------------------------------------------------- */

.content {
	padding: 50px 0 0;
	border-bottom: 1px solid #cacaca;
}

.content .main_copy {
	text-align: center;
	font-size: 22px;
	line-height: 1.8em;
	font-weight: 200;
	margin: 0 0 60px;
}


@media screen and (max-width:768px){
	.content {
		padding: 30px 0 0;
	}

	.content .main_copy {
		text-align: center;
		font-size: 14px;
		line-height: 1.8em;
		font-weight: 200;
		margin: 0 0 40px;
	}


}


/* area */

section.area_list {
	border-top: 1px solid #32aa7b;
	border-bottom: 1px solid #32aa7b;
	padding: 75px 0 145px;
	background: url(../img/pc/bg_area.png) no-repeat center center;
}

section.area_list .inner {
	width: 960px;
	margin: 0 auto;
}

section.area_list .inner .section_eng1 {
	width: 81px;
	margin: 0 auto 15px;
}
section.area_list .inner .section_eng1 img { width: 100%;}

section.area_list .inner h2 { font-size: 30px; color: #1ca16d; font-weight: 200; text-align: center; margin-bottom: 20px;}
section.area_list .inner p { font-size: 18px; font-weight: 300; text-align: center;}

section.area_list .inner ul { width: 693px; overflow: hidden; margin: 70px auto 0;}

section.area_list .inner ul li {
	float: left;
	font-size: 18px;
	text-align: center;
	margin: 0 5px 25px 6px;
}

section.area_list .inner ul li:nth-child(4),
section.area_list .inner ul li:nth-child(5),
section.area_list .inner ul li:nth-child(6) {
	margin-bottom:0;
}

section.area_list .inner ul li a {
	border: 1px solid #1ca16d;
	color: #1ca16d;
	padding: 30px 5px 30px 18px;
	text-decoration: none;
	border-radius: 30px;
	display: inline-block;
	box-sizing: border-box;
	width: 220px;
	text-align: center;
	line-height: 0;
	background: #ffffff;
	}
	


@media screen and (max-width:768px){
	section.area_list {
		border-top: 1px solid #32aa7b;
		border-bottom: 1px solid #32aa7b;
		padding: 40px 0 50px;
		background: url(../img/sp/bg_area.png) no-repeat center center;
		background-size:86%;
			
	}

	section.area_list .inner {
		width: 100%;
		margin: 0 auto;
	}

	section.area_list .inner .section_eng1 {
		width: 17%;
		margin: 0 auto 8px;
	}
	section.area_list .inner .section_eng1 img { width: 100%;}

	section.area_list .inner h2 { font-size: 23px; color: #1ca16d; font-weight: 200; text-align: center; margin-bottom: 15px;}
	section.area_list .inner p { font-size: 13px; font-weight: 300; text-align: center;}

	section.area_list .inner ul { width: 85%; overflow: hidden; margin: 25px auto 0;}

	section.area_list .inner ul li {
		float: left;
		font-size: 13px;
		text-align: center;
		margin: 0 0 13px 0;
		width: 47%;
		box-sizing: border-box;
	}
	
	section.area_list .inner ul li:nth-child(2) { float: right; margin-bottom: 13px;}
	section.area_list .inner ul li:nth-child(4) { float: right; margin-bottom: 13px;}
	section.area_list .inner ul li:nth-child(6) { float: right;}

	section.area_list .inner ul li a {
		border: 1px solid #1ca16d;
		color: #1ca16d;
		padding: 15px 0;
		text-decoration: none;
		border-radius: 30px;
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		line-height: 1.5em;
		background: #ffffff;
		}
}


/* category_list */

section.category_list {
	padding: 75px 0 10px;
}

section.category_list .inner {
	width: 960px;
	margin: 0 auto;
}

section.category_list .inner .section_eng2 {
	width: 126px;
	margin: 0 auto 15px;
}
section.category_list .inner .section_eng2 img { width: 100%;}

section.category_list .inner h2 { font-size: 30px; color: #1ca16d; font-weight: 200; text-align: center; margin-bottom: 20px;}
section.category_list .inner p { font-size: 18px; font-weight: 300; text-align: center;}


section.category_list .inner .facility_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 950px;
	margin: 75px auto 0;
}

section.category_list .inner .facility_list div.facility_box { width: 190px; padding-bottom: 65px;}
section.category_list .inner .facility_list div.facility_box div { width: 160px; margin: 0 auto 15px;}
section.category_list .inner .facility_list div.facility_box p { font-size: 16px;}

@media screen and (max-width:768px){
	section.category_list {
		padding: 40px 0 20px;
			
	}

	section.category_list .inner {
		width: 100%;
		margin: 0 auto;
	}

	section.category_list .inner .section_eng2 {
		width: 26%;
		margin: 0 auto 8px;
	}
	section.category_list .inner .section_eng2 img { width: 100%;}

	section.category_list .inner h2 { font-size: 23px; color: #1ca16d; font-weight: 200; text-align: center; margin-bottom: 15px;}
	section.category_list .inner p { font-size: 13px; font-weight: 300; text-align: center;}


	section.category_list .inner .facility_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 93%;
		margin: 25px auto 0;
	}

	section.category_list .inner .facility_list div.facility_box { width: 31%; padding-bottom: 20px; margin-right: 3.4%;}
	section.category_list .inner .facility_list div.facility_box:nth-child(3n) { margin-right: 0;}
	section.category_list .inner .facility_list div.facility_box div { width: 100%; margin: 0 auto 7px;}
	section.category_list .inner .facility_list div.facility_box p { font-size: 13px; line-height: 1.3em;}
	
}


/* bnr_area */

section.bnr_area {
	width: 100%;
	background: #f7f7f7;
	padding: 65px 0 80px;
}

section.bnr_area .inner {
	 width: 1010px;
	margin: 0 auto;
}

section.bnr_area .inner ul.bnr-2 {
	margin: 0;
}

section.bnr_area .inner ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
}

@media screen and (max-width:768px){
	
	section.bnr_area {
		width: 100%;
		background: #f7f7f7;
		padding: 40px 0 30px;
	}

	section.bnr_area .inner {
		 width: 93%;
		margin: 0 auto;
	}
	
	section.bnr_area .inner ul.bnr-2 {
		margin: 0;
	}

	section.bnr_area .inner ul {
		width: 100%;
		display: block;
		margin: 10px 0 0;
	}
	
	section.bnr_area .inner ul li {
		margin-bottom: 10px;
	}
	
	
}


/* info_area */

section.info_area {
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 75px 0;
	margin-bottom: 60px;
}

section.info_area .inner {
	width: 960px;
	margin: 0 auto;
}

section.info_area .inner .section_eng3 {
	width: 108px;
	margin: 0 auto 15px;
}
section.info_area .inner .section_eng3 img { width: 100%;}
section.info_area .inner h2 { font-size: 30px; color: #1ca16d; font-weight: 200; text-align: center; margin-bottom: 100px;}


section.info_area .inner iframe {
	width: 100%;
	margin: 0 auto;
    height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (max-width:768px){
	section.info_area {
		padding: 40px 0;
		margin-bottom: 40px;
			
	}

	section.info_area .inner {
		width: 100%;
		margin: 0 auto;
	}

	section.info_area .inner .section_eng3 {
		width: 23%;
		margin: 0 auto 8px;
	}
	section.info_area .inner .section_eng3 img { width: 100%;}

	section.info_area .inner h2 { font-size: 23px; color: #1ca16d; font-weight: 200; text-align: center; margin-bottom: 30px;}
	
	section.info_area .inner iframe {
		box-sizing: border-box;
		width: 88%;
		margin: 0 6%;
		height: 600px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
}




/* recruit_bnr */

.recruit_bnr {
	width: 670px;
	margin: 0 auto 60px;
	
}


@media screen and (max-width:768px){
	.recruit_bnr {
		width: 89%;
		margin: 0 auto 40px;

	}
}

/* sns_bnr */
.sns_bnr {
	width: 670px;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
	
}
@media screen and (max-width:768px){
	.sns_bnr {
		width: 89%;
		margin: 0 auto 40px;

	}
	
	.sns_bnr li {
		width: 48.6%;
	}
}
