@charset "UTF-8";


/* -----　block 1　TOPイメージ　-------------------------- */

#bl_1 {
	position: relative;
	margin: 92px 0 0;
}

#bl_1 .btYoutube {
	position: absolute;
	left: 50%;
	bottom: 30px;
	display: block;
	width: 305px;
	font-family: "Roboto";
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	padding: 14px 30px 14px 0;
	background: url(/lang/img/common/arrow_whittR.svg) 90% 50% no-repeat;
	background-size: 20px auto;
	border: 1px solid #fff;
	border-radius: 25px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition:0.5s;
}
#bl_1 .btYoutube:hover {
	background: url(/lang/img/common/arrow_whittR.svg) 92% 50% no-repeat;
	background-size: 20px auto;
	transition:0.5s;
	text-decoration: none;
	opacity: 0.8;
}

/*
#bl_1 .ttlBl h1 {
	text-align: center;
	margin: 0 0 30px;
}
*/







/* -----　block 2　ご宿泊　-------------------------- */


#bl_2 {
	padding: 55px 0 0;
}


#bl_2 .ttlbl {
	background: linear-gradient(90deg, #F1F5F7 0% 80% , #fff 80% 100%);
	padding: 0 0 30px;
}
#bl_2 .ttlbl h2,
#bl_2 .ttlblR h2 {
	font-family: "Roboto";
	color: #638FA2;
	font-size: 36px;
	font-weight: 100;
	line-height: 40px;
	padding: 0 0 0 35px;
	background: linear-gradient(0deg, transparent 0% 50% , #fff 50% 100%);
	letter-spacing: 0.05em;
}

#bl_2 .ttlblR {
	background: linear-gradient(270deg, #F1F5F7 0% 80% , #fff 80% 100%);
	padding: 0 0 30px;
}
#bl_2 .ttlblR h2 {
	padding: 0 35px 0 0;
	*background: linear-gradient(0deg, transparent 0% 50% , #fff 50% 100%);
}

#bl_2 .atclBl_1 ul.cont,
#bl_2 .atclBl_2 ul.cont {
	margin: 0 0 75px;
	padding: 0 0 40px;
}
#bl_2 .atclBl_2 ul.cont {
	padding: 0 0 20px;
}
#bl_2 .atclBl_1 ul.cont {
	background: linear-gradient(90deg, #F1F5F7 0% 80% , #fff 80% 100%);
}
#bl_2 .atclBl_2 ul.cont {
	background: linear-gradient(90deg, #fff 0% 20% , #F1F5F7 20% 100%);
}

#bl_2 .atclBl_1 ul.cont > li:nth-child(1) {
	padding: 0 0 30px 35px;
}
#bl_2 .atclBl_2 ul.cont > li:nth-child(1) {
	padding: 0 35px 40px 0;
}
#bl_2 .atclBl_2 h2 {
	padding: 0 0 0 35px;
	letter-spacing: 0.04em;
}

#bl_2 .atclBl_1 ul.cont > li:nth-child(2),
#bl_2 .atclBl_2 ul.cont > li:nth-child(2) {
	padding: 0 35px 30px;
}

#bl_2 h3 {
	color: #1E2B30;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	margin: 0 0 45px;
}

#bl_2 .lead {
	color: #1E2B30;
	font-size: 14px;
	/*font-weight: 400;*/
	font-weight: 300;
	line-height: 28px;
	margin: 0 auto 30px;
}









/* -----　block 3　HOTEL LIST　-------------------------- */

#bl_3 {
	padding: 0 0 90px;
}


#bl_3 .ttlbl h2 {
	color: #638FA2;
	font-family: "Roboto";
	font-size: 36px;
	font-weight: 100;
	line-height: 46px;
	text-align: center;
	margin: 0 0 40px;
}


#bl_3 .tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 20px;
}

#bl_3 .tab_label {
	position: relative;
	width: 32%;
	height: 50px;
	color: #1E2B30;
	font-size: 14px;
	text-align: center;
	line-height: 17px;
	margin: 0 0.6% 5px;
	padding: 17px 0 13px;
	background: #F1F5F7;
	z-index: 1;
	cursor: pointer;
	transition: 0.5s;
}
#bl_3 .tab_label.t3,
#bl_3 .tab_label.t5 {
	padding: 8px 0 4px;
}

#bl_3 .tab_label:hover {
	color: #fff;
	background: #638FA2;
	transition: 0.5s;
}

#bl_3 .tab_content {
	flex: 100%;
	display: none;
	overflow: hidden;
}

#bl_3 input[name="tab_switch"] {
	display: none;
}

#bl_3 .tabs input:checked + .tab_label {
	color: #fff;
	background: #638FA2;
}

#bl_3 #tab1:checked ~ #tab1_content,
#bl_3 #tab2:checked ~ #tab2_content,
#bl_3 #tab3:checked ~ #tab3_content,
#bl_3 #tab4:checked ~ #tab4_content,
#bl_3 #tab5:checked ~ #tab5_content {
	display: block;
}

#bl_3 .tab_content{
	position: relative;
	animation: fadeIn 1s ease;
	margin: 30px 0 0;
}



#bl_3 ul.hotelList {
	margin: 0;
}

#bl_3 ul.hotelList li ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 18px 0;
	border-bottom: 0.5px solid #707070;
}
#bl_3 ul.hotelList li ul li:nth-child(1) {
	padding: 0 20px 0 0;
}

#bl_3 ul.hotelList li ul li .hName {
	color: #1E2B30;
	font-size: 16px;
	/*font-weight: 400;*/
	font-weight: 300;
	line-height: 27px;
	margin: 0 0 2px;
}

#bl_3 ul.hotelList li ul li .hName a.hLink {
	color: #1E2B30;
	font-size: 16px;
	/*font-weight: 400;*/
	font-weight: 300;
}
#bl_3 ul.hotelList li ul li .hName a.hLink:hover {
	color: #638FA2;
}

#bl_3 ul.hotelList li ul li .acs {
	color: #638FA2;
	font-size: 12px;
	line-height: 24px;
}

#bl_3 ul.hotelList li ul li a.btRsv {
	position: relative;
	display: block;
	width: 80px;
	height: 45px;
	color: #fff;
	font-size: 14px;
	/*font-weight: 400;*/
	font-weight: 300;
	text-align: center;
	line-height: 1;
	padding: 15px 0 16px;
	background: #1E2B30;
	border-radius: 2px;
	transition:0.5s;
}
#bl_3 ul.hotelList li ul li a.btRsv:hover {
	transition:0.5s;
	opacity: 0.8;
	text-decoration: none;
}









/*media Queries PC
--------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:801px) {

/* -----　block 1　TOPイメージ　-------------------------- */

#bl_1 {
	margin: 120px 0 0;
}


#bl_1 .btYoutube {
	width: 460px;
	font-size: 17px;
	text-align: left;
	padding: 21px 0 20px 50px;
	background: url(/lang/img/common/arrow_whittR.svg) 90% 50% no-repeat;
	background-size: 24px auto;
	border-radius: 35px;
}
#bl_1 .btYoutube:hover {
	background: url(/lang/img/common/arrow_whittR.svg) 92% 50% no-repeat;
	background-size: 24px auto;
}

#bl_1 .ttlBl h1 {
	margin: 0 0 50px;
}





/* -----　block 2　コンセプト　-------------------------- */


#bl_2 {
	padding: 120px 0 150px;
}


#bl_2 .ttlbl {
	padding: 0 0 25px;
	background: linear-gradient(90deg, #F1F5F7 0% 76% , #fff 76% 100%);
}
#bl_2 .ttlblR {
	background: linear-gradient(270deg, #F1F5F7 0% 76% , #fff 76% 100%);
	padding: 0 0 30px;
}
#bl_2 .ttlbl h2,
#bl_2 .ttlblR h2 {
	font-size: 72px;
	text-align: center;
	line-height: 58px;
	padding: 0 32% 0 0;
}


#bl_2 .atclBl_1 {
	margin: 0 0 130px;
}
#bl_2 .atclBl_2 {
	margin: 0;
}

#bl_2 .atclBl_1 ul.cont,
#bl_2 .atclBl_2 ul.cont {
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 110px;
}

#bl_2 .atclBl_1 ul.cont {
	background: linear-gradient(90deg, #F1F5F7 0% 76% , #fff 76% 100%);
}
#bl_2 .atclBl_2 ul.cont {
	flex-direction: row-reverse;
	background: linear-gradient(90deg, #fff 0% 24% , #F1F5F7 24% 100%);
}

#bl_2 .atclBl_1 ul.cont > li:nth-child(1),
#bl_2 .atclBl_2 ul.cont > li:nth-child(1) {
	*background: linear-gradient(180deg, transparent 0% 91% , #fff 91% 100%);
	background: none;
}

#bl_2 .atclBl_1 ul.cont > li:nth-child(2),
#bl_2 .atclBl_2 ul.cont > li:nth-child(2) {
	*background: linear-gradient(180deg, transparent 0% 91% , #fff 91% 100%);
	background: none;
}

#bl_2 .atclBl_1 ul.cont > li:nth-child(1) {
	width: 66.1538%;
	padding: 0 4.6153% 0 0;
}
#bl_2 .atclBl_1 ul.cont > li:nth-child(2) {
	width: 33.8462%;
	padding: 0;
}
#bl_2 .atclBl_1 ul.cont > li:nth-child(1) img,
#bl_2 .atclBl_2 ul.cont > li:nth-child(1) img {
	margin: 0;
}

#bl_2 .atclBl_1 ul.cont > li:nth-child(1) .maxInr {
	max-width: 800px;
	margin: 0 0 0 auto;
}
#bl_2 .atclBl_1 ul.cont > li:nth-child(2) .maxInr {
	max-width: 440px;
	margin: 0 auto 0 0;
}

#bl_2 .atclBl_2 ul.cont > li:nth-child(1) {
	width: 66.1538%;
	padding: 0 0 0 4.6153%;
}
#bl_2 .atclBl_2 ul.cont > li:nth-child(2) {
	width: 33.8462%;
	padding: 0;
}

#bl_2 .atclBl_2 ul.cont > li:nth-child(1) .maxInr {
	max-width: 800px;
	margin: 0 auto 0 0;
}
#bl_2 .atclBl_2 ul.cont > li:nth-child(2) .maxInr {
	max-width: 320px;
	margin: 0 0 0 auto;
}


#bl_2 h3 {
	font-size: 36px;
	line-height: 54px;
	margin: 0 0 60px;
}

#bl_2 .lead {
	line-height: 28px;
	margin: 0 auto 30px;
	padding: 0 35px 0 0;
}









/* -----　block 3　ホテルリスト　-------------------------- */

#bl_3 {
	padding: 0 0 290px;
}


#bl_3 .ttlbl h2 {
	font-size: 72px;
	line-height: 58px;
	margin: 0 0 70px;
}



#bl_3 .tabs {
	max-width: 1000px;
}

#bl_3 .tab_label {
	flex: 1;
	width: 25%;
	margin: 0 0.6% 5px;
}

#bl_3 .tab_label.t3,
#bl_3 .tab_label.t5 {
	padding: 17px 0 13px;
}
#bl_3 .tab_label.t5 {
	margin: 0;
}
#bl_3 .tab_content {
	margin: 45px 0 0;
}


#bl_3 ul.hotelList {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}
#bl_3 ul.hotelList > li {
	width: 50%;
}
#bl_3 ul.hotelList > li:nth-child(1) {
	padding: 0 2.5% 0 0;
}
#bl_3 ul.hotelList > li:nth-child(2) {
	padding: 0 0 0 2.5%;
}

#bl_3 ul.hotelList li ul li .hName {
	font-size: 18px;
	margin: 0 0 10px;
}

#bl_3 ul.hotelList li ul li .hName a.hLink {
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 16px 0 15px;
}

#bl_3 ul.hotelList li ul li .acs {
	font-size: 14px;
}

#bl_3 ul.hotelList li ul li a.btRsv {
	width: 100px;
	height: 50px;
	font-size: 18px;
	padding: 15px 0 0;
}






} /*media Queries PC*/










