@charset "utf-8";

body {
	background-image: none;
}

.page_ttl_wrap {
    background-image: url(../img/intro/intro_top.png);
}

.facility_sec1 {
	background: #F8F4EC;
	padding-top: 100px;
	padding-bottom: 100px;
}

/*-----------section1-----------------*/


.facility_sec1_ttl1 {
	text-align: center;
    font-size: 24px;
    color: #EFBF45;
    font-weight: bold;
}

.facility_sec1_ttl2 {
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
} 


.facility_main {
	margin-top: 50px;
	text-align: center;
}

.facility_main img {
	max-width: 80%;
}

.comp_list {
	padding: 0%;
	}

.comp_list li {
    display: flex;
    padding: 24px 0;
	padding-bottom: 10px;
    border-bottom: 2px solid #070707;
    align-items: flex-start;
    line-height: 2.111;
	font-weight: bold;
}

.comp_list li .left {
    width: 16%;
	padding-left: 20px;
}

.shisetu_img {
	display: flex;
    justify-content: space-between;
	margin-top: 50px
}

.shisetu img {
	max-width: 93%;
}

.shisetu {
	text-align: center;
}

.sht {
	text-align: center;
}

.facility_sec2 {
	margin-bottom: 200px;
}

.room_flex {
	display: flex;
    justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 80px;
}

.room_flex_left {
	max-width: 50%;
}

.room_video {
    max-width: 800px;
    width: 45%;
}

.nyukyo_btn {
	text-align: center;
    max-width: 50%;
    margin: 0 auto;
    background: #EFBF45;
    padding: 20px 40px;
    border-radius: 10px;
	margin-top: 30px;
}

.nyukyo_btn a {
    color: #fff;
    font-weight: bold;
    text-wrap-mode: nowrap;
    font-size: 20px;
}

.room_flex_left {
    max-width: 50%;
}

.room_video p {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

.room_under_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.r_under_img {
	text-align: center;
}

.r_under_img img {
	max-width: 85%;
}

.map_color {
	color: blue;
}

@media screen and (max-width: 768px) {
	
	.facility_main img {
    max-width: 90%;
}

	    .comp_list li {
        flex-direction: column;
    }
	
	.comp_list li .left {
    width: 100%;
    padding-left: 0px;
}
	
	.shisetu_img {
		    margin-top: 30px;
		flex-direction: column;
	}
	
	.facility_sec1 {
    padding-bottom: 30px;
}
	
	.sht p {
	      margin-bottom: 15px;
	}
	
	.room_flex {
	flex-direction: column-reverse;
}
	
	.room_flex_left {
    margin-top: 20px;
}
	
	.room_video {
    width: 100%; 
}
	
	.room_flex_left {
    max-width: 100%;
	margin-bottom: 0px;
}
	
	.nyukyo_btn {
        max-width: 210px;
        padding: 15px 20px;
    }
	
	.nyukyo_btn a {
    font-size: 16px;
}
	
	.room_under_flex {
		flex-direction: column;
		margin-top: 0px;
	}
	
	.r_under_img p {
	margin-bottom: 15px;
    font-size: 14px;
	}
	
	.facility_sec2 {
    margin-bottom: 100px;
}
	
}


/*-----------section1ここまで-----------------*/