@charset "UTF-8";
/* CSS Document */

.commonSection .faciltyList {
}

.commonSection .faciltyList li {
margin-bottom: 3em;
}
.commonSection .faciltyList li:last-child {
margin-bottom: 0;
}

.commonSection .faciltyList .photo {
text-align: center;
margin-bottom: 1em;
}

.commonSection .faciltyList .photo img {
max-width: 100%;
}

.commonSection .faciltyList li:first-child .photo img {
max-width: 320px;
}


.commonSection .specTable th {
text-align: left !important;
}
.commonSection .specTable td {
}


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

	.commonSection .common_h2 {
	letter-spacing: 0;
	}




}

/* for PC */
@media screen and (min-width: 1201px) {

	.commonSection .faciltyList li {
	margin-bottom: 3em;
	}
	.commonSection .faciltyList .photo {
	text-align: center;
	margin-bottom: 0;
	float: left;
	margin-right: 2em;
	width: 300px;
	}

	.commonSection .faciltyList .photo img {
	max-width: 100%;
	}

	.commonSection .faciltyList li:first-child .photo img {
	max-width: 300px;
	}
	
	.commonSection .faciltyList .common_h5 {
	font-size: 1.8rem;
	}

	.commonSection .rightSidePhoto {
	float: right;
	margin-left: 3em;
	}
	.commonSection .rightSidePhoto img {
	width: 300px;
	}

	.commonSection .specTable {
	width: auto;
	}


}




/* ============================
	gallerySlider
 ============================ */


.gallerySlider.slider {
margin: 0 auto;
}

.gallerySlider.slider img {
}

.gallerySlider.slider .slick-slide {
margin: 0px;
transition: all ease-in-out .3s;
}

.gallerySlider .basicSlider.slider .slick-slide {
margin: 0px;
transition: all ease-in-out .3s;
border: none;
}

.gallerySlider.slider .slick-slide img {
}

/* for PC */
@media screen and (min-width: 1201px) {

.gallerySlider.slider {
max-width: 760px;
margin: 0 auto;
}

}


/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}