@charset "utf-8";

.section h3{
	width:90%;
	text-align:center;
	padding:70px 0;
	margin-left:auto;
	margin-right:auto;
}


.living_facilities li{
	position: relative;
	float:left;
	display:block;
}

.living_facilities li:nth-child(1) {
	float:right;
	background:url(../../location/img/living_facilities_01.jpg) no-repeat center center;
	background-size: cover;
	width: calc(61.718% - 1px);
	height: 509px;
}

.living_facilities li:nth-child(2) {
	background:url(../../location/img/living_facilities_02.jpg) no-repeat center center;
	background-size: cover;
	width: 38.282%;
	height: 254px;
}

.living_facilities li:nth-child(3) {
	background:url(../../location/img/living_facilities_03.jpg) no-repeat center center;
	background-size: cover;
	margin:1px 0 0 0;
	width: 38.282%;
	height: 254px;
}

.living_facilities li:nth-child(4) {
	background:url(../../location/img/living_facilities_04.jpg) no-repeat center center;
	background-size: cover;
	margin:1px 1px 0 0;
	width:calc(25% - 1px);
	height: 218px;
}

.living_facilities li:nth-child(5) {
	background:url(../../location/img/living_facilities_05.jpg) no-repeat center center;
	background-size: cover;
	margin:1px 1px 0 0;
	width:calc(25% - 1px);
	height: 218px;
}

.living_facilities li:nth-child(6) {
	background:url(../../location/img/living_facilities_06.jpg) no-repeat center center;
	background-size: cover;
	margin:1px 1px 0 0;
	width:calc(25% - 1px);
	height: 218px;
}

.living_facilities li:nth-child(7) {
	background:url(../../location/img/living_facilities_07.jpg) no-repeat center center;
	background-size: cover;
	margin:1px 0 0 0;
	width:25%;
	height: 218px;
}

.living_facilities li p{
	position:absolute;
	bottom:0;
	background: rgba(255,255,255,0.8);
}



.tab_btn{
	width:100%;
	overflow:hidden;
	border-bottom:solid 7px #9e0c3f;
	margin-bottom:35px;
}
.tab_btn li{
	float:left;
	/*margin-right:1px;*/
	width:16.6666%;
	border-right:1px solid #FFFFFF;
	cursor:pointer;
}
.tab_btn li img{
	width:100%;
}
.tab_btn li.select{
	cursor:default;
}
.tab_btn li.select img{
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
}

.tab_btn li:nth-child(1){
	background:url(../../location/img/tab01_on.png) no-repeat 0 0;
	background-size:100%;
}
.tab_btn li:nth-child(2){
	background:url(../../location/img/tab02_on.png) no-repeat 0 0;
	background-size:100%;
}
.tab_btn li:nth-child(3){
	background:url(../../location/img/tab03_on.png) no-repeat 0 0;
	background-size:100%;
}
.tab_btn li:nth-child(4){
	background:url(../../location/img/tab04_on.png) no-repeat 0 0;
	background-size:100%;
}
.tab_btn li:nth-child(5){
	background:url(../../location/img/tab05_on.png) no-repeat 0 0;
	background-size:100%;
}
.tab_btn li:nth-child(6){
	background:url(../../location/img/tab06_on.png) no-repeat 0 0;
	background-size:100%;
}
.tab_content li{

}
.tab_hide {
	display:none;
}


.tab_in .tab_in_item{
	width:31.25%;
	float:left;
	margin-right:3.125%
}
.tab_in .tab_in_item:nth-child(3n){
	margin-right:0;
}
.tab_in .tab_in_item{
	font-size:110%;
	line-height:1.2;
}
.tab_in .tab_in_item:nth-child(3n+1){
	clear: both;
}
.tab_in .tab_in_item strong{
	font-size:120%;
	font-weight:bold;
}
.tab_in .tab_in_item .name{
	margin:10px 0 10px;
}
.tab_in .tab_in_item.nophoto .name{
	border-left:solid 1px #000000;
	padding-left:1em;
	margin-bottom: 15px;
	line-height: 1.6em;
	text-align: left;
}
.time {
	text-align:left
	}
.tab_in .tab_in_item .time{
	margin:10px 0 40px;
}

#location_map{
	margin-top:50px;
}



/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

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


	.living_facilities li:nth-child(4) {
		width: calc(50% - 1px);
	}

	.living_facilities li:nth-child(5) {
		width: 50%;
		margin:1px 0 0 0;
	}

	.living_facilities li:nth-child(6) {
		width: calc(50% - 1px);
	}

	.living_facilities li:nth-child(7) {
		width: 50%;
	}

}

/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

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

	.section h3{
		padding:50px 0;
	}


	.living_facilities li:nth-child(1),
	.living_facilities li:nth-child(2),
	.living_facilities li:nth-child(3) {
		float:none;
		width:100%;
	}
	.living_facilities li:nth-child(1),
	.living_facilities li:nth-child(2),
	.living_facilities li:nth-child(3),
	.living_facilities li:nth-child(4),
	.living_facilities li:nth-child(5),
	.living_facilities li:nth-child(6),
	.living_facilities li:nth-child(7){
		height:auto;
	}
	.living_facilities li:nth-child(1){
		padding-bottom:64.512%;
	}
	.living_facilities li:nth-child(2),
	.living_facilities li:nth-child(3){
		padding-bottom:51.836%;
	}
	.living_facilities li:nth-child(4),
	.living_facilities li:nth-child(5),
	.living_facilities li:nth-child(6),
	.living_facilities li:nth-child(7){
		padding-bottom:34.062%;
	}

	.tab_btn li{
		width:33.3333%;
	}
	.tab_btn li:nth-child(1),
	.tab_btn li:nth-child(2),
	.tab_btn li:nth-child(3){
		border-bottom:solid 1px #FFFFFF;
	}
	.living_facilities li:nth-child(1) p,
	.living_facilities li:nth-child(2) p,
	.living_facilities li:nth-child(3) p{
		width:20%;
		text-align:center;
	}
	.living_facilities li:nth-child(4) p,
	.living_facilities li:nth-child(5) p,
	.living_facilities li:nth-child(6) p,
	.living_facilities li:nth-child(7) p{
		width:40%;
		text-align:center;
	}

	.tab_in .tab_in_item,
	.tab_in .tab_in_item:nth-child(3n){
		width:80%;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	.tab_in .tab_in_item{
		text-align:center;
	}
	.tab_in .tab_in_item.nophoto .name{
		border:none;
		padding-left:0;
	}

}
