@charset "UTF-8";


/* -------------------------------------------------------------
　共通ボタン
------------------------------------------------------------- */

a.bt_link {
	display: block;
	width: 200px;
	color: #1E2B30;
	font-size: 12px;
	text-align: center;
	margin: 40px auto 0;
	padding: 8px 0 9px;
	background: #fff url(/img/common/mk_arrow_blueR_175.svg) 90% 50% no-repeat;
	border: 1px solid #638FA2;
	border-radius: 40px;
	transition: color 0.5s 0s, background-color 0.5s 0s, background-position 0.5s 0s;
}
/* プレミア適用 */
body.prem a.bt_link {
	background: #fff url(/img/common/mk_arrow_bwnR_175.svg) 90% 50% no-repeat;
	border: 1px solid #AC9362;
}

a.bt_link:hover {
	color: #fff;
	background: #638FA2 url(/img/common/mk_arrow_whR_175.svg) 92% 50% no-repeat;
}
/* プレミア適用 */
body.prem a.bt_link:hover {
	background: #AC9362 url(/img/common/mk_arrow_whR_175.svg) 92% 50% no-repeat;
}




/* -------------------------------------------------------------
　タイトルエリア（TOPスライダー）
------------------------------------------------------------- */

#title_bl {
	position: relative;
	height: 375px;
	margin: 90px 0 0;
	overflow: hidden;
}

/* スライダー調整 */
#title_bl .top_main_slides .slick-track {
	line-height: 0;
}

#title_bl .top_main_slides .slick-slide img {
	height: 375px;
	object-fit: cover;
}

/* ロゴ、h1部分 */
#title_bl .ttl {
	position: absolute;
	top: calc(50% - 100px);
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}

#title_bl .ttl .logo {
	text-align: center;
	margin: 0 0 30px;
	height: 82px;
}
#title_bl .ttl .logo img {
	width: auto;
	height: 82px;
}
/* プレミア適用 */
body.prem #title_bl .ttl .logo,
body.prem #title_bl .ttl .logo img {
	height: 113px;
}

#title_bl .ttl h1 {
	width: 260px;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 2px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


/* お知らせ（アコーディオン） */
.info_bl dt {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	padding: 14px 5px;
	background: #C94949;
}
.info_bl dt:hover {
	cursor: pointer;
}
.info_bl dd {
	font-size: 14px;
	line-height: 1.5;
	padding: 20px 16px;;
	border: 1px solid #C94949;
}




/* -------------------------------------------------------------
　宿泊予約
------------------------------------------------------------- */

#reserve_bl {
	padding: 30px;
	background: #1E2B30;
}

#reserve_bl article ul {
	width: 286px;
	margin: 0 auto;
}
#reserve_bl article ul li {
	color: #fff;
	font-size: 10px;
	padding: 8px 0 0;
}

#reserve_bl article .sholder {
	font-weight: 400;
	letter-spacing: 4.35px;
	padding: 0 0 0 8px;
}
#reserve_bl article h2 {
	font-family: "Roboto";
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.6px;
	margin: 6px 0 4px;
}

#reserve_bl article ul li:nth-child(1) {
	text-align: center;
	line-height: 1.5;
	padding: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#reserve_bl article ul li a {
	display: block;
	width: 100%;
	color: #638FA2;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	padding: 12px 0;
	border: 1px solid #638FA2;
	transition: 0.5s;
}
/* プレミア適用 */
body.prem #reserve_bl article ul li a {
	color: #AC9362;
	border: 1px solid #AC9362;
}

#reserve_bl article ul li a:hover {
	color: #fff;
	background: #638FA2;
	transition: 0.5s;
}
/* プレミア適用 */
body.prem #reserve_bl article ul li a:hover {
	color: #fff;
	background: #AC9362;
}

#reserve_bl article ul li a.mapOpen {
	display: none;
}
#reserve_bl article ul li a span {
	font-size: 13px;
}

#reserve_bl article ul li:nth-child(2) a {
	margin: 20px 0 0;
}




/* -------------------------------------------------------------
　バナー設置
------------------------------------------------------------- */

#banner_bl {
	padding: 30px 0 10px;
	background: #638FA2;
}

#banner_bl ul.h_top_banner {
	display: flex;
	flex-flow: column;
	align-items: center;
}

#banner_bl ul.h_top_banner .text_box {
	width: 320px;
	margin: 0 10px 30px;
	line-height: 1;
	padding: 10px 10px 15px;
	background: #fff;
}

#banner_bl ul.h_top_banner .text_box p {
	font-size: 12px;
	line-height: 1.8;
	margin: 15px 5px 0;
}




/* -------------------------------------------------------------
　おすすめポイント
------------------------------------------------------------- */

#point_bl {
	color: #fff;
	padding: 30px 0 10px;
	background: #1E2B30;
}
#point_bl .inner {
	padding: 0 0 0 35px;
}

#point_bl .ttl_bl {
	margin: 0 0 30px;
}


#point_bl .ttl_bl .sholder {
	color: #fff;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.4;
	margin: 0 0 5px;
}
#point_bl .ttl_bl h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 200;
	line-height: 1.2;
	margin: 0 0 10px;
}

#point_bl article ul li:nth-child(1) {
	color: #fff;
	padding: 12px 20px 15px;
	background: #638FA2 url(/img/common/mk_arrow_whRingR_40.svg) right 20px bottom 18px no-repeat;
}
/* プレミア適用 */
body.prem #point_bl article ul li:nth-child(1) {
	background: #AC9362 url(/img/common/mk_arrow_whRingR_40.svg) right 20px bottom 18px no-repeat;
}

#point_bl article ul li a {
	color: #fff;
}

#point_bl article ul li h3 {
	font-size: 18px;
	font-weight: 200;
	line-height: 1.3;
	margin: 0 0 10px 1.8em;
	text-indent: -1.8em;
}
#point_bl article ul li h3 .nor {
	font-family: "Roboto";
	font-size: 21px;
	font-style: italic;
	font-weight: 100;
}

#point_bl article ul li .lead {
	font-size: 12px;
	padding: 0 60px 0 0;
}

#point_bl article ul li:nth-child(1) .imgR {
	float: right;
	margin: 20px 0 0 20px;
}

#point_bl article ul li:nth-child(2) img {
	margin: 0 0 24px;
}




/* -------------------------------------------------------------
　最新のニュース
------------------------------------------------------------- */

/* hotel_common.cssに記載　下記は上書き、不足要素 */

#news_bl {
	padding: 50px 0;
}

#news_bl .ttl_bl {
	margin: 0 0 30px;
}

#news_bl .ttl_bl h2 {
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 1.5px;
	margin: 0 0 30px;
}




/* -------------------------------------------------------------
　本日の空室状況
------------------------------------------------------------- */

#today_empty_bl {
	padding: 35px 20px;
	background: #638FA2;
}

#today_empty_bl .ttl_bl {
	display: none;
}


/* システム書出
------------------------------------------------------------- */

#today_empty_bl ul.available {
	max-width: 500px;
	margin: 0 auto;
	padding: 35px 0 0;
	background:#FFF;
}

/* タイトル情報 */
#today_empty_bl ul.available li {
	color: #1E2B30;
	font-size: 16px;
	line-height: 1.5;
}

#today_empty_bl ul.available li.sttl_bl {
	width: 285px;
	margin: 0 auto;
}

#today_empty_bl ul.available li .sholder {
	color: #1E2B30;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 4.35px;
}

#today_empty_bl ul.available li h2 {
	color: #1E2B30;
	font-size: 28px;
	font-weight: 300;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.56px;
	margin: 0 0 2px;
}

#today_empty_bl ul.available li .stl {
	position: relative;
	color: #638FA2;
	font-size: 12px;
	text-align: center;
	margin: 0 0 4px;
	padding: 0 55px;
}
/* プレミア適用 */
body.prem #today_empty_bl ul.available li .stl {
	color: #AC9362;
}

#today_empty_bl ul.available li .stl:before,
#today_empty_bl ul.available li .stl:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 1px;
	top: 50%;
	text-align: center;
	background-color: #638FA2;
}
/* プレミア適用 */
body.prem #today_empty_bl ul.available li .stl:before,
body.prem #today_empty_bl ul.available li .stl:after {
	background-color: #AC9362;;
}
#today_empty_bl ul.available li .stl:before {
	left: calc(50% - 8.3em);
}
#today_empty_bl ul.available li .stl:after {
	right: calc(50% - 8.3em);
}

#today_empty_bl ul.available li .update {
	font-size: 10px;
	text-align: center;
	line-height: 1.5;
	margin:0 0 25px;
}

#today_empty_bl ul.available li a.bt_hotel_list {
	display: block;
	width: 285px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	line-height: 1.4;
	margin: 0 auto;
	padding: 10px 0;
	background: #1E2B30;
	border-radius: 2px;
}


/* 部屋情報
------------------------------------------------------------- */

/* 空室あり */
#today_empty_bl ul.available li.fee_bl {
	width: 305px;
	margin: 0 auto;
	padding: 20px 0;
}

#today_empty_bl ul.available li p.empty_item {
	padding: 0 25px;
}

#today_empty_bl ul.available li p.empty_item span {
	display: inline-block;
	line-height: 1;
	padding: 3px 0;
}
#today_empty_bl ul.available li p.empty_item span.room_item {
	font-weight: 600;
	padding: 3px 5px 3px 0;
}
#today_empty_bl ul.available li p.empty_item span.charge_item {
	font-weight: 400;
}

#today_empty_bl ul.available li span.emp_line {
	display: block;
	height: 0;
	border-top: 1px solid #1E2B30;
	margin: 14px 0;
}


/* 予約ボタン Base */
#today_empty_bl ul.available li a.bt_resv {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	padding: 29px 40px 30px 0;
	background: #1E2B30 url(/img/common/mk_arrow_blueRingR_40.svg) 94% 50% no-repeat;
	background-size: 40px auto;
	transition: 0.5s;
}
/* プレミア用 */
body.prem #today_empty_bl ul.available li a.bt_resv {
	background: #1E2B30 url(/img/common/mk_arrow_bwnRingR_40.svg) 94% 50% no-repeat;
}
#today_empty_bl ul.available li a.bt_resv:hover {
	opacity: 0.7;
	transition: 0.5s;
}
#today_empty_bl ul.available li a.bt_resv .revBtS {
	display: inline-block;
	font-size: 14px;
	margin: 0 5px 0 0;
}



/* 本日の空室状況
（付近の複数ホテルに空きあり）
（付近の1件のホテルに空きあり）
（付近のホテルに空きなし） */
#today_empty_bl ul.available li.near_info_bl,
#today_empty_bl ul.available li.near_one_info_bl,
#today_empty_bl ul.available li.all_info_bl {
	padding: 20px 0 0;
}

/* 空室なし　コメント */
#today_empty_bl ul.available li.near_info_bl .no_room,
#today_empty_bl ul.available li.near_one_info_bl .no_room,
#today_empty_bl ul.available li.all_info_bl .no_room {
	font-size: 14px;
	margin: 0 40px -15px;
}

/* 近隣ホテル表示 */
#today_empty_bl ul.available li.near_info_bl ul.near_info li.near_hotel_item,
#today_empty_bl ul.available li.near_one_info_bl .near_hotel_item,
#today_empty_bl ul.available li.all_info_bl .all_hotel_item {
	font-size: 16px;
	font-weight: 400;
	margin: 0 40px;
	padding: 20px 0 20px 28px;
	background: url(/img/common/mk_exclam.svg) left 23px no-repeat;
	background-size: 20px auto;
}

/* 本日の空室状況（付近の複数ホテルに空きあり）予約ボタン */
#today_empty_bl ul.available li.near_info_bl ul.near_info li.near_bt a.bt_resv {
	padding: 19px 0 20px;
}


/* 本日の空室状況（付近の1件のホテルに空きあり）予約ボタン */
#today_empty_bl ul.available li.bt_one_bl a.bt_resv {
	padding: 29px 0 30px;
}



/* 本日の空室状況（付近のホテルに空きなし）予約ボタン */
#today_empty_bl ul.available li.bt_all_bl a.bt_resv {
	padding: 29px 40px 30px 0;
}








/* -------------------------------------------------------------
　おすすめ宿泊プラン
------------------------------------------------------------- */

#plan_bl {
	padding: 50px 0;
}

#plan_bl .ttl_bl {
	margin: 0 0 30px;
}

#plan_bl .ttl_bl h2 {
	font-size: 30px;
	font-weight: 200;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 1.5px;
	margin: 0 0 30px;
}


#plan_bl .plan_item {
	display: flex;
	margin: 0 0 30px;
}
#plan_bl .plan_item > li:nth-child(1) {
	width: 140px;
	padding: 0 15px 0 0;
}

#plan_bl .plan_item > li:nth-child(2) {
	width: calc(100% - 140px);
	padding: 3px 0 6px;
	border-top: 1px solid #638FA2;
	border-bottom: 1px solid #638FA2;
}
/* プレミア適用 */
body.prem #plan_bl .plan_item > li:nth-child(2) {
	border-top: 1px solid #AC9362;
	border-bottom: 1px solid #AC9362;
}

#plan_bl .plan_item > li:nth-child(2) .catg {
	color: #638FA2;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 6px;
}
/* プレミア適用 */
body.prem #plan_bl .plan_item > li:nth-child(2) .catg {
	color: #AC9362;
}

#plan_bl .plan_item > li:nth-child(2) h3 {
	color: #1E2B30;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 30px;
	padding: 0 10px 0 0;
}

#plan_bl .plan_item > li:nth-child(2) h3 a {
	color: #1E2B30;
}
#plan_bl .plan_item > li:nth-child(2) h3 a:hover {
	opacity: 0.8;
}

#plan_bl .plan_item li:nth-child(2) .plan_price {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin: 0;
	padding: 10px 1em 3px 0;
	border-top: 1px solid #707070;
}
#plan_bl .plan_item li:nth-child(2) .plan_price li:nth-child(1) {
	color: #638FA2;
	font-size: 14px;
	text-align: left;
}
#plan_bl .plan_item li:nth-child(2) .plan_price li:nth-child(2) {
	color: #1E2B30;
	font-size: 18px;
	text-align: right;
	padding: 0;
	border: none;
}




/* -------------------------------------------------------------
　会員特典のご案内
------------------------------------------------------------- */

#benefits_bl {
	padding: 45px 0;
	background: #F1F5F7;
}
/* プレミア適用 */
body.prem #benefits_bl {
	background: #F5F3F2;
}

#benefits_bl .ttl_bl h2 {
	font-size: 30px;
	font-weight: 200;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 10px;
}

#benefits_bl .lead {
	color: #1E2B30;
	font-size: 12px;
	line-height: 1.8;
	margin: 0 auto 20px;
	padding: 0 35px;
}

#benefits_bl article {
	max-width: 400px;
	margin: 0 auto;
	padding: 0 20px;
}

#benefits_bl article .benefit > li:nth-child(1),
#benefits_bl article .benefit > li:nth-child(2),
#benefits_bl article .benefit > li:nth-child(3) {
	position: relative;
	height: 150px;
	margin: 0 0 20px;
	padding: 20px 25px;
	border-radius: 8px;
}

#benefits_bl article .benefit > li:nth-child(1) {
	background: #fff url(/img/common/benefit_1.png) right 20px bottom 20px no-repeat;
	background-size: 100px auto;
}
#benefits_bl article .benefit > li:nth-child(2) {
	background: #fff url(/img/common/benefit_2.png) right 20px bottom 18px no-repeat;
	background-size: 110px auto;
}
#benefits_bl article .benefit > li:nth-child(3) {
	background: #fff url(/img/common/benefit_3.png) right 20px bottom 20px no-repeat;
	background-size: 100px auto;
}

#benefits_bl article .benefit li ul {
	display: flex;
	align-items: center;
	width: 132px;
	margin: 0 0 16px;
	background: #638FA2;
	border-radius: 20px;
}
/* プレミア適用 */
body.prem #benefits_bl article .benefit li ul {
	background: #AC9362;
}

#benefits_bl article .benefit > li:nth-child(2) ul {
	margin: 0 0 26px;
}

#benefits_bl article .benefit li ul li {
	height: 40px;
	color: #fff;
	line-height: 1;
}
#benefits_bl article .benefit li ul li:nth-child(1) {
	font-size: 12px;
	padding: 14px 16px 0 20px;
}

#benefits_bl article .benefit li ul li:nth-child(2) {
	font-family: "Roboto";
	font-size: 24px;
	font-weight: 100;
	font-style: italic;
	margin: 0 0 -2px;
	padding: 8px 20px 0 0;
}

#benefits_bl article .benefit .catch {
	width: 168px;
	color: #638FA2;
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto 0 0;
}
/* プレミア適用 */
body.prem #benefits_bl article .benefit .catch {
	color: #AC9362;
}

#benefits_bl a.bt_link {
	width: 300px;
}




/* -------------------------------------------------------------
　ご宿泊
------------------------------------------------------------- */

#stay_bl {
	padding: 55px 0 0;
}


#stay_bl .ttl_bl h2 {
	font-size: 30px;
	font-weight: 200;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 1.5px;
	margin: 0 0 33px;
}

#stay_bl .sttl_bl h3 {
	font-size: 18px;
	font-weight: 200;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.9px;
	margin: 0 0 30px;
}


#stay_bl .atclBl_1 ul.cont,
#stay_bl .atclBl_2 ul.cont,
#stay_bl .atclBl_3 ul.cont {
	margin: 0 0 50px;
	padding: 0 0 40px;
}
#stay_bl .atclBl_1 ul.cont,
#stay_bl .atclBl_3 ul.cont {
	background: linear-gradient(90deg, #F1F5F7 0% 82% , #fff 82% 100%);
}
#stay_bl .atclBl_2 ul.cont {
	background: linear-gradient(90deg, #fff 0% 18% , #F1F5F7 18% 100%);
}
/* プレミア適用 */
body.prem #stay_bl .atclBl_2 ul.cont {
	background: linear-gradient(90deg, #fff 0% 18% , #F5F3F2 18% 100%);
}

#stay_bl .atclBl_1 ul.cont > li:nth-child(1),
#stay_bl .atclBl_2 ul.cont > li:nth-child(1) {
	line-height: 1;
	padding: 0 0 30px 35px;
	background: linear-gradient(0deg, transparent 0% 96% , #fff 96% 100%);
}

#stay_bl .atclBl_1 ul.cont > li:nth-child(1) h4,
#stay_bl .atclBl_2 ul.cont > li:nth-child(1) h4 {
	color: #638FA2;
	font-size: 30px;
	font-weight: 200;
	line-height: 1.3;
	margin: 0 auto 20px;
	padding: 0 35px 0 0;
}
/* プレミア適用 */
body.prem #stay_bl .atclBl_2 ul.cont > li:nth-child(1) h4 {
	color: #AC9362;
}

#stay_bl .atclBl_2 a.bt_link {
	background-image: url(/img/common/mk_arrow_blueR_175.svg);
	border: 1px solid #638FA2;
}
#stay_bl .atclBl_2 a.bt_link:hover {
	background-color: #638FA2;
	background-image: url(/img/common/mk_arrow_whR_175.svg);
}
/* プレミア適用 */
body.prem #stay_bl .atclBl_2 a.bt_link {
	background-image: url(/img/common/mk_arrow_bwnR_175.svg);
	border: 1px solid #AC9362;
}
body.prem #stay_bl .atclBl_2 a.bt_link:hover {
	background-color: #AC9362;
	background-image: url(/img/common/mk_arrow_whR_175.svg);
}

#stay_bl .atclBl_3 h4 {
	position: relative;
	color: #638FA2;
	font-size: 24px;
	font-weight: 200;
	line-height: 1.4;
	margin: 0;
	padding: 0 35px 20px;
	background: linear-gradient(0deg, transparent 0% 84% , #fff 84% 100%);
}
#stay_bl .atclBl_3 .bgLine {
	background: linear-gradient(90deg, #F1F5F7 0% 82% , #fff 82% 100%);
}


#stay_bl .atclBl_3 ul.cont > li {
	padding: 0 35px;
}
#stay_bl .atclBl_3 ul.cont > li:nth-child(2) {
	padding: 10px 35px 0;
}

#stay_bl .atclBl_1 ul.cont > li:nth-child(1) .lead,
#stay_bl .atclBl_2 ul.cont > li:nth-child(1) .lead,
#stay_bl .atclBl_3 ul.cont > li:nth-child(2) .lead {
	color: #1E2B30;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 auto 30px;
	padding: 0 35px 0 0;
}
#stay_bl .atclBl_3 ul.cont > li:nth-child(2) .lead {
	padding: 0;
}
#stay_bl .atclBl_3 ul.cont > li:nth-child(2) .bfInfo {
	display: block;
	font-size: 12px;
	line-height: 2;
}

#stay_bl .atclBl_1 ul.cont > li:nth-child(2) ul,
#stay_bl .atclBl_2 ul.cont > li:nth-child(2) ul {
	display: flex;
}
#stay_bl .atclBl_1 ul.cont > li:nth-child(2) ul li,
#stay_bl .atclBl_2 ul.cont > li:nth-child(2) ul li {
	width: 33.3333%;
	line-height: 1;
}



/* -----　スライダー調整　---- */

/* hotel_common.css（スライダー調整（TOP・宿泊・朝食））に記載
下記はその他の調整 */

/* 矢印調整 */
#stay_bl .slick-prev,
#stay_bl .slick-next {
	bottom: -5px;
}

#stay_bl .slick-prev {
	right: 45px;
}

#stay_bl .slick-next {
	right: 10px;
}





/* -------------------------------------------------------------
　アクセス
------------------------------------------------------------- */

#access_bl {
	padding: 0 20px;
}

#access_bl .ttl_bl h2 {
	font-size: 30px;
	font-weight: 200;
	text-align: center;
	margin: 0 0 20px;
}

#access_bl h3 {
	color: #638FA2;
	font-size: 21px;
	font-weight: 200;
	text-align: center;
	margin: 0 0 25px;
}

#access_bl .acs_bl {
	width: 100%;
	margin: 0 0 40px;
}

#access_bl .acs_bl .map_bl {
	position: relative;
	margin: 0 0 30px;
}

#access_bl .acs_bl .map_bl .map_height {
	padding: 214px 0 0;
}

#access_bl .acs_bl ul.acs_info {
	margin: 0 auto 20px;
	padding: 0;
}
#access_bl .acs_bl ul.acs_info li {
	color: #1E2B30;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 20px;
}

#access_bl .acs_bl ul.acs_info li h4 {
	color: #638FA2;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 6px;
	padding: 0 0 3px;
	border-bottom: 1px solid #638FA2;
}
/* プレミア適用 */
body.prem #access_bl .acs_bl ul.acs_info li h4 {
	color: #AC9362;
	border-bottom: 1px solid #AC9362;
}

#access_bl .acs_bl ul.acs_info li .acs_txt {
	margin: 0 0 20px;
}

#access_bl .acs_bl ul.acs_info li .attention {
	display:  inline-block;
	color: #638FA2;
	padding: 0 35px 0 0;
}




/* -------------------------------------------------------------
　周辺観光
------------------------------------------------------------- */

#access_bl .tour_bl {
	max-width: 600px;
	margin: 0 auto 40px;
	padding: 0 15px;
}

#access_bl .tour_bl h3 {
	color: #638FA2;
	font-size: 21px;
	font-weight: 200;
	text-align: center;
	line-height: 1.4;
	margin: 0 0 30px;
}
/* プレミア適用 */
body.prem #access_bl .tour_bl h3 {
	color: #AC9362;
}

#access_bl .tour_bl .lead {
	color: #1E2B30;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 30px;
	padding: 0;
}


#access_bl .tour_bl article {
	color: #1E2B30;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 20px;
}

#access_bl .tour_bl article ul.item_cont {
	display: flex;
}
#access_bl .tour_bl article ul.item_cont li {
	width: 50%;
}
#access_bl .tour_bl article ul.item_cont li:nth-child(1) {
	padding: 0 40px 0 0;
}

#access_bl .tour_bl article .mk {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 10px;
	padding: 4px 0;
	background: #638FA2;
	border-radius: 2px;
}
#access_bl .tour_bl article h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 10px;
}

#access_bl .tour_bl article .acs {
	color: #1E2B30;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

#access_bl .tour_bl article ul li:nth-child(1) .copy_tourism {
	display: none;
}
#access_bl .tour_bl article ul li:nth-child(2) .copy_tourism {
	font-size: 10px;
}


#access_bl a.bt_link {
	margin: 40px auto 50px;
}




/* -------------------------------------------------------------
　FAQ
------------------------------------------------------------- */

#faq_bl {
	padding: 40px 0;
	background: #D8E3E859;
}


#faq_bl .ttl_bl h2 {
	color:#1E2B30;
	font-size: 30px;
	font-weight: 200;
	text-align: center;
	margin: 0 0 22px;
}


#faq_bl .acdn {
	padding: 0 20px;
	border: none;
}
#faq_bl .acdn dl {
	border-bottom: 1px solid #638FA2;
}
/* プレミア適用 */
body.prem #faq_bl .acdn dl {
	border-bottom: 1px solid #AC9362;
}

#faq_bl .acdn dt {
	color: #1E2B30;
	font-size: 14px;
	font-weight: 400;
	padding: 12px 55px;
	background: url(/img/common/mk_plus_blue.svg) 95% 50% no-repeat,
	url(/img/common/mk_q.svg) 15px 50%/auto 28px no-repeat;
	border-top: 1px solid #638FA2;
	cursor: pointer;
}
/* プレミア適用 */
body.prem #faq_bl .acdn dt {
	border-top: 1px solid #AC9362;
}
#faq_bl .acdn dt.on {
	background: url(/img/common/mk_minus_blue.svg) 95% 50% no-repeat,
	url(/img/common/mk_q.svg) 15px 50%/auto 28px no-repeat;
}

#faq_bl .acdn dd {
	font-size: 12px;
	padding: 15px;
	border-top: 1px solid #638FA2;
}
/* プレミア適用 */
body.prem #faq_bl .acdn dd {
	border-top: 1px solid #AC9362;
}

#faq_bl a.bt_link {
	width: 220px;
}




/* -------------------------------------------------------------
　PICK UP
------------------------------------------------------------- */

/* hotel_common.css（PICK UP）に記載 */





/* -------------------------------------------------------------
　近隣のホテル
------------------------------------------------------------- */

#nearby_bl {
	padding: 50px 0 45px;
}

#nearby_bl .ttl_bl h2 {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 35px;
}

#nearby_bl .h_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 640px;
	margin: 0 auto 17px;
}
#nearby_bl .h_list li {
	width: 50%;
	text-align: center;
	margin: 0 0 13px;
}

#nearby_bl .h_list li h3 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 6px;
	padding: 0 0 8px;
	border-bottom: 4px solid #638FA2;
}
#nearby_bl .h_list li h3.fs_down {
	font-size: 16px;
	padding: 2px 0 9px;
}

#nearby_bl .h_list li p {
	color: #000;
	font-size: 12px;
	text-align: center;
	margin: 0 5px 8px;
}

#nearby_bl .h_list li img {
	padding: 0 10px 10px;
}

/* ホテルボタン */
#nearby_bl ul li a.hotel,
#nearby_bl ul li a.resv {
	display: block;
	width: 160px;
	font-size: 12px;
	text-align: center;
	margin: 0 auto 10px;
	padding: 8px 0 9px;
	border: 1px solid #1E2B30;
	border-radius: 30px;
	transition: 0.5s;
}
#nearby_bl ul li a.hotel {
	color: #1E2B30;
	background: #fff;
}

#nearby_bl ul li a.resv {
	color: #fff;
	font-weight: 400;
	background: #1E2B30;
}

#nearby_bl ul li a.resv:hover,
#nearby_bl ul li a.hotel:hover{
	opacity: 0.7;
	transition: 0.5s;
}


/* 一覧ボタン調整 */
#nearby_bl a.bt_link {
	margin: 0 auto 15px;
}






/* media Queries PC //////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:810px), print {


/* -------------------------------------------------------------
　共通ボタン
------------------------------------------------------------- */

a.bt_link {
*	padding: 11px 0;
}


/* -------------------------------------------------------------
　タイトルエリア（TOPスライダー）
------------------------------------------------------------- */

#title_bl {
	height: 625px;
	margin: 140px 0 0;
}

/* スライダー調整 */
#title_bl .top_main_slides .slick-slide img {
	height: 625px;
}


/* ロゴ、h1部分 */
#title_bl .ttl {
*	top: calc(50% - 130px);
	top: 160px;
}

#title_bl .ttl .logo {
	height: 135px;
	margin: 0 0 47px;
}
#title_bl .ttl .logo img {
	height: 135px;
}
/* プレミア適用 */
body.prem #title_bl .ttl .logo,
body.prem #title_bl .ttl .logo img {
	height: 188px;
}

#title_bl .ttl h1 {
	width: 430px;
	font-size: 18px;
	line-height: 1.3;
	padding: 14px 0;
}


/* お知らせ（アコーディオン） */
.info_bl dt {
	font-size: 14px;
	padding: 15px 25px;
}
.info_bl dd {
	padding: 15px 25px;
}

.info_bl dd .info_cont {
	max-width: 1100px;
	margin: 0 auto;
}




/* -------------------------------------------------------------
　宿泊予約
------------------------------------------------------------- */

#reserve_bl {
	padding: 18px 10px;
}

#reserve_bl article ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	margin: 0;
}
#reserve_bl article ul li {
	padding: 0 10px;
}

#reserve_bl article h2 {
	font-size: 28px;
}

#reserve_bl article ul li:nth-child(1) {
	padding: 0 10px;
}
#reserve_bl article ul li:nth-child(2) {
	padding: 0 10px 0 18px;
}
#reserve_bl article ul li:nth-child(4) {
	padding: 0 0 0 10px;
}

#reserve_bl article ul li a {
	width: 160px;
	margin: 0;
	padding: 14px 0;
}

#reserve_bl article ul li a span {
  font-size: 11px;
}

#reserve_bl article ul li a.mapOpen {
	display: block;
	margin: 0;
}

#reserve_bl article ul li a.mapOpen_SP {
	display: none;
}

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

#reserve_bl {
	padding: 18px 30px;
}

#reserve_bl article .sholder {
	letter-spacing: 4.35px;
	padding: 0 0 0 6px;
}

#reserve_bl article h2 {
	font-size: 30px;
}

#reserve_bl article ul {
	width: 100%;
	max-width: 1112px;
	margin: 0 auto;
}
#reserve_bl article ul li:nth-child(1) {
	width: 260px;
	padding: 0;
}
#reserve_bl article ul li:nth-child(2) {
	width: calc((100% - 260px) / 3);
	padding: 0 0 0 2.15%;
}
#reserve_bl article ul li:nth-child(3) {
	width: calc((100% - 260px) / 3);
	padding: 0 0 0 2.15%;
}
#reserve_bl article ul li:nth-child(4) {
	width: calc((100% - 260px) / 3);
	padding: 0 0 0 2.15%;
}

#reserve_bl article ul li a span {
  font-size: 13px;
}

#reserve_bl article ul li a {
	width: 100%;
	margin: 0;
}
#reserve_bl article ul li:nth-child(2) a {
	margin: 0;
}


} /* /900 */





/* -------------------------------------------------------------
　バナー設置
------------------------------------------------------------- */

#banner_bl {
	padding: 65px 0;
}

#banner_bl ul.h_top_banner {
	flex-flow: nowrap;
	justify-content: center;
	align-items: unset;
}

#banner_bl ul.h_top_banner .text_box {
	width: 330px;
	margin: 0 30px 15px;
	padding: 10px 10px 20px;
}




/* -------------------------------------------------------------
　おすすめポイント
------------------------------------------------------------- */

#point_bl {
	padding: 120px 0;
	background: none;
}
#point_bl .inner {
	padding: 0;
}
#point_bl.usePC {
	display: block;
}

#point_bl .ttl_bl h2 {
	font-size: 42px;
	margin: 0 0 70px;
}
#point_bl .ttl_bl .sholder {
	font-size: 21px;
	line-height: 1.3;
	margin: 0 0 6px;
}

#point_bl .ttl_bl .use801,
#point_bl .ttl_bl .use801b {
	display: inline;
}

/* media Queries /////////////////////////////////////
----------------------------------------------------*/
@media only screen and (min-width:980px) {
#point_bl .ttl_bl .use801 {
	display: none;
}
}/* /980 */

/* media Queries /////////////////////////////////////
----------------------------------------------------*/
@media only screen and (min-width:1200px) {
#point_bl .ttl_bl .use801b {
	display: none;
}
}/* /1200 */


#point_bl .tab {
	display: flex;
	max-width: 1300px;
	margin: 0 auto;
}
#point_bl ul.tab > li:nth-child(1) {
	width: 61.54%;
	background: linear-gradient(90deg, #fff 0% 73% , #1E2B30 73% 100%);
}
#point_bl ul.tab > li:nth-child(2) {
	width: 38.46%;
	padding: 155px 0 100px 3.846%;;
	background: linear-gradient(0deg, #1E2B30 0% 91% , transparent 91% 100%);
}


#point_bl .tab_contents_wrap {
	position: relative;
}
#point_bl .tab_contents_wrap .tab_contents {
	line-height: 1;
}
#point_bl .tab_contents_wrap .number {
	position: absolute;
	top: 50px;
	right: 40px;
	color: #fff;
	font-family: "Roboto";
	font-size: 150px;
	font-style: italic;
	font-weight: 100;
}

#point_bl .tab_contents_wrap .lead {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-align: left;
	line-height: 1.4;
	margin: -2px 0 0;
	padding: 24px 20px;
	background: #638FA2;
}
/* プレミア適用 */
body.prem #point_bl .tab_contents_wrap .lead {
	background: #AC9362;
}

#point_bl .tab_list li {
	position: relative;
}

#point_bl .tab_list .nor {
	display: block;
	color: #638FA2;
	font-family: "Roboto";
	font-size: 21px;
	font-weight: 300;
	font-style: italic;
	margin: 0 0 4px;
}
/* プレミア適用 */
body.prem #point_bl .tab_list .nor {
	color: #AC9362;
}

#point_bl .tab_list li a {
	position: absolute;
*	right: 50px;
	right: 5%;
	bottom: 28px;
}
#point_bl .tab_list li a img {
	width: 40px;
	height: 40px;
	background: url(/img/common/mk_arrow_blueRingR_40.svg) right bottom no-repeat;
	transition: 0.5s;
}
/* プレミア適用 */
body.prem #point_bl .tab_list li a img {
	width: 40px;
	height: 40px;
	background: url(/img/common/mk_arrow_bwnRingR_40.svg) right bottom no-repeat;
	transition: 0.5s;
}

#point_bl .tab_list li a img:hover {
	opacity: 0.8;
	transition: 0.5s;
}
/* プレミア適用 */
body.prem #point_bl .tab_list li a img:hover {
	opacity: 0.8;
	transition: 0.5s;
}

#point_bl .tab_list_item {
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: 200;
	margin: 0 0 20px;
	padding: 0 0 15px;
	border-bottom: 1px solid #638FA2;
	cursor: pointer;
}
/* プレミア適用 */
body.prem #point_bl .tab_list_item {
	border-bottom: 1px solid #AC9362;
}

#point_bl .tab_contents {
	display: none;
}

#point_bl .is_contents_active {
	display: block;
}




/* -------------------------------------------------------------
　最新のニュース
------------------------------------------------------------- */

/* hotel_common.cssに記載　下記は上書き、不足要素 */

#news_bl {
	padding: 16px 0 120px;
}

#news_bl .ttl_bl h2 {
	font-size: 48px;
	line-height: 1.2;
	margin: 0 0 80px;
}

#news_bl a.bt_link {
	margin: 80px auto 0;
}



/* -------------------------------------------------------------
　本日の空室状況
------------------------------------------------------------- */

#today_empty_bl {
	padding: 80px 20px 120px;
}

#today_empty_bl .ttl_bl {
	display: block;
}

#today_empty_bl .ttl_bl .sholder {
	color: #fff;
	font-size: 21px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 1.05px;
	margin: 0 0 3px;
}

#today_empty_bl .ttl_bl h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 200;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 2.1px;
	margin: 0 0 60px;
}

/* 予約ボタンwrap用 */
#today_empty_bl .wrap_available {
	display: flex;
}


/* システム書出
------------------------------------------------------------- */

#today_empty_bl ul.available {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
	padding: 0;
}

/* タイトル情報 */
#today_empty_bl ul.available li {
	font-size: 18px;
}

#today_empty_bl ul.available li.sttl_bl {
	width: 266px;
	margin: 20px 0;
	padding: 1px 35px 5px 30px;
	border-right: 1px solid #1E2B30;
}

#today_empty_bl ul.available li .sholder {
	letter-spacing: 4.25px;
}

#today_empty_bl ul.available li .update {
	margin:0 0 10px;
}

#today_empty_bl ul.available li a.bt_hotel_list {
	width: 200px;
	font-size: 12px;
	margin: 0;
	padding: 5px 0;
	border-radius: 2px;
}


/* 部屋情報
------------------------------------------------------------- */

/* 空室あり */
#today_empty_bl ul.available li.fee_bl {
	width: calc(100% - 526px);
	margin: 23px 0;
	padding: 0 20px 0 0;
}
#today_empty_bl ul.available li.fee_bl p.empty_item {
	padding: 0 0 0 25px;
}

/* media Queries /////////////////////////////////////
--------------------------------------------------- */
@media screen and (min-width:900px), print {
#today_empty_bl ul.available li.fee_bl p.empty_item {
	padding: 0 0 0 40px;
}
}/* /900 */

#today_empty_bl ul.available li span.emp_line {
	margin: 21px 0;
}


/* 予約ボタン Base */
#today_empty_bl ul.available li.bt_bl {
	width: 260px;
	height: 100%;
}
#today_empty_bl ul.available li a.bt_resv {
	width: 260px;
	height: 100%;
	text-align: left;
	line-height: 1.5;
	margin: 0;
	padding: 60px 0 0 40px;
	background: #1E2B30 url(/img/common/mk_arrow_blueRingR_40.svg) 82% 50% no-repeat;
}
/* プレミア用 */
body.prem #today_empty_bl ul.available li a.bt_resv {
	background: #1E2B30 url(/img/common/mk_arrow_bwnRingR_40.svg) 82% 50% no-repeat;
}

#today_empty_bl ul.available li a.bt_resv .revBtS {
	display: block;
	line-height: 1.5;
}



/* 本日の空室状況（付近の複数ホテルに空きあり） */
#today_empty_bl ul.available li.near_info_bl {
	width: calc(100% - 266px);
	margin: 23px 0;
	padding: 0;
}

/* 空室なし　コメント */
#today_empty_bl ul.available li.near_info_bl .no_room,
#today_empty_bl ul.available li.near_one_info_bl .no_room {
	margin: 0;
	padding: 0 0 0 30px;
}

/* 近隣ホテル表示 */
#today_empty_bl ul.available li.near_info_bl ul.near_info {
 	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#today_empty_bl ul.available li.near_info_bl ul.near_info li.near_hotel_item,
#today_empty_bl ul.available li.near_one_info_bl .near_hotel_item {
	width: calc(100% - 200px);
	min-height: 50px;
	margin: 0;
	padding: 10px 0 10px 56px;
	background: url(/img/common/mk_exclam.svg) 28px 12px no-repeat;
}
#today_empty_bl ul.available li.near_info_bl ul.near_info li.near_bt {
	width: 160px;
}
#today_empty_bl ul.available li.near_info_bl ul.near_info li:nth-child(3) {
	border-top: 1px solid #1E2B30;
}


/* 近隣ホテル　予約ボタン */
#today_empty_bl ul.available li.near_info_bl ul.near_info li.near_bt a.bt_resv {
	width: 160px;
	height: 50px;
	font-size: 18px;
	margin: 0 20px 3px;
	padding: 11px 10px 12px 14px;
	background: #1E2B30 url(/img/common/mk_arrow_blueRingR_40.svg) 90% 50% no-repeat;
	background-size: 30px auto;
}
/* プレミア用 */
body.prem #today_empty_bl ul.available li.near_info_bl ul.near_info li.near_bt a.bt_resv {
	background: #1E2B30 url(/img/common/mk_arrow_bwnRingR_40.svg) 90% 50% no-repeat;
	background-size: 30px auto;
}

#today_empty_bl ul.available li.near_info_bl ul.near_info li:nth-child(4) a.bt_resv {
	margin: 3px 20px 0;
}



/* 本日の空室状況（付近の1件のホテルに空きあり） */
#today_empty_bl ul.available li.near_one_info_bl,
#today_empty_bl ul.available li.all_info_bl {
	width: calc(100% - 436px);
	margin: 23px 0;
	padding: 0;
}

#today_empty_bl ul.available li.near_one_info_bl .near_hotel_item,
#today_empty_bl ul.available li.all_info_bl .near_hotel_item {
	width: 100%;
	min-height: unset;
	padding: 10px 0 0 56px;
}

/* 近隣ホテル　予約ボタン */
#today_empty_bl ul.available li.bt_one_bl,
#today_empty_bl ul.available li.bt_all_bl {
	width: 170px;
	height: 100%;
}

#today_empty_bl ul.available li.bt_one_bl a.bt_resv,
#today_empty_bl ul.available li.bt_all_bl a.bt_resv {
	width: 170px;
	text-align: center;
	padding: 43px 0 0 0;
	background: #1E2B30 url(/img/common/mk_arrow_blueRingR_40.svg) center 98px no-repeat;
}
/* プレミア用 */
body.prem #today_empty_bl ul.available li.bt_one_bl a.bt_resv {
	background: #1E2B30 url(/img/common/mk_arrow_bwnRingR_40.svg) center 98px no-repeat;
}



/* 本日の空室状況（付近のホテルに空きなし） */
#today_empty_bl ul.available li.bt_all_bl a.bt_resv {
	padding: 33px 0 0 0;
	background: #1E2B30 url(/img/common/mk_arrow_blueRingR_40.svg) center 108px no-repeat;
}
/* プレミア用 */
body.prem #today_empty_bl ul.available li.bt_all_bl a.bt_resv {
	background: #1E2B30 url(/img/common/mk_arrow_bwnRingR_40.svg) center 108px no-repeat;
}

#today_empty_bl ul.available li.bt_all_bl a.bt_resv .revBtS {
	display: block;
	text-align: center;
	line-height: 1.5;
}






/* -------------------------------------------------------------
　おすすめ宿泊プラン
------------------------------------------------------------- */

#plan_bl {
	padding: 120px 0;
}


#plan_bl .ttl_bl h2 {
	font-size: 48px;
	letter-spacing: 2.4px;
	margin: 0 0 80px;
}

#plan_bl .plan_item {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px;
}

#plan_bl .plan_item > li:nth-child(1) {
	width: 31%;
	line-height: 1;
	padding: 0 4% 0 0;
}
#plan_bl .plan_item > li:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 69%;
	min-height: 180px;
	padding: 0;
}

#plan_bl .plan_item > li:nth-child(2) .plan_stl {
	width: 100%;
}

#plan_bl .plan_item li:nth-child(2) h3 {
	font-size: 28px;
	line-height: 1.3;
	letter-spacing: 0.56px;
	margin: 0;
	padding: 0;
}

#plan_bl .plan_item li:nth-child(2) .plan_price {
	justify-content: flex-end;
	max-width: 300px;
	margin: 0 0 0 auto;
	padding: 0 0 5px;
	border-top: none;
}
#plan_bl .plan_item li:nth-child(2) .plan_price li:nth-child(1) {
	width: 30%;
	font-size: 16px;
}
#plan_bl .plan_item li:nth-child(2) .plan_price li:nth-child(2) {
	width: 70%;
	font-size: 28px;
	line-height: 1.5;
}



#plan_bl a.bt_link {
	margin: 80px auto 0;
}




/* -------------------------------------------------------------
　会員特典のご案内
------------------------------------------------------------- */

#benefits_bl {
	padding: 130px 0 120px;
}

#benefits_bl .inner {
	padding: 0 20px;
}

#benefits_bl .htBl {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 110px;
}
#benefits_bl .htBl li:nth-child(1) {
	width: 47.5%;
	padding: 0 7.5% 0 0;
}
#benefits_bl .htBl li:nth-child(2) {
	width: 52.5%;
}

#benefits_bl .ttl_bl h2 {
	font-size: 48px;
	text-align: left;
	line-height: 1;
	margin: 0 0 15px;
}
#benefits_bl .ttl_bl .sholder {
	font-size: 17px;
	text-align: left;
	margin: 0;
}
#benefits_bl .lead {
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

#benefits_bl article {
	max-width: unset;
	margin: 0;
	padding: 0;
}

#benefits_bl article .benefit {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 80px;
}

#benefits_bl article .benefit > li {
	padding: 208px 0 0;
}

#benefits_bl article .benefit > li:nth-child(1),
#benefits_bl article .benefit > li:nth-child(2),
#benefits_bl article .benefit > li:nth-child(3) {
	width: 30%;
	height: unset;
	margin: 0 5% 0 0;
	padding: 208px 0 0;
}
#benefits_bl article .benefit > li:nth-child(2) {
	padding: 228px 0 0;
}
#benefits_bl article .benefit > li:nth-child(3) {
	width: 30%;
	margin: 0;
}

#benefits_bl article .benefit > li:nth-child(1) ul,
#benefits_bl article .benefit > li:nth-child(2) ul,
#benefits_bl article .benefit > li:nth-child(3) ul {
	position: absolute;
	top: -50px;
	left: -25px;
}

#benefits_bl article .benefit > li:nth-child(1) {
	background: #fff url(/img/top/benefit_1.png) center top 43px no-repeat;
	background-size: 135px auto;
}
#benefits_bl article .benefit > li:nth-child(2) {
	background: #fff url(/img/top/benefit_2.png) center top 43px no-repeat;
	background-size: 145px auto;
}
#benefits_bl article .benefit > li:nth-child(3) {
	background: #fff url(/img/top/benefit_3.png) center top 43px no-repeat;
	background-size: 120px auto;
}

#benefits_bl article .benefit li ul {
	display: inline;
	width: 100px;
	height: 100px;
	margin: 0 0 16px;
	border-radius: 50%;
}
#benefits_bl article .benefit li ul li {
	height: auto;
	text-align: center;
}
#benefits_bl article .benefit li ul li:nth-child(1) {
	font-size: 14px;
	padding: 16px 0 3px;
}
#benefits_bl article .benefit li ul li:nth-child(2) {
	font-size: 56px;
	margin: 0;
	padding: 0;
}

#benefits_bl article .benefit .catch {
	width: auto;
	font-size: 28px;
	text-align: center;
	line-height: 1.4;
	margin: 0 0 32px;
}



#benefits_bl a.bt_link {
	margin: 0 auto;
}




/* -------------------------------------------------------------
　ご宿泊
------------------------------------------------------------- */

#stay_bl {
	padding: 120px 0;
}

#stay_bl .ttl_bl h2 {
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 2.4px;
	margin: 0 0 60px;
}

#stay_bl .sttl_bl h3 {
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 1.4px;
	margin: 0 0 60px;
}


#stay_bl .atclBl_1,
#stay_bl .atclBl_2 {
	margin: 0 0 120px;;
}

#stay_bl .atclBl_1 ul.cont,
#stay_bl .atclBl_2 ul.cont,
#stay_bl .atclBl_3 ul.cont {
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#stay_bl .atclBl_1 ul.cont {
	background: linear-gradient(90deg, #F1F5F7 0% 85% , #fff 85% 100%);
}
#stay_bl .atclBl_2 ul.cont {
*	background: linear-gradient(270deg, #fff 0% 18% , #F5F3F2 18% 100%);
}



#stay_bl .atclBl_1 ul.cont > li:nth-child(2) ul li, 
#stay_bl .atclBl_2 ul.cont > li:nth-child(2) ul li {
width: auto;
}


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

#stay_bl .atclBl_1 ul.cont > li:nth-child(1) {
	width: 69.33%;
	padding: 0 7.6923% 0 0;
}
#stay_bl .atclBl_1 ul.cont > li:nth-child(2) {
	width: 30.77%;
	padding: 0 11.538% 0 0;
	background: linear-gradient(0deg, transparent 0% 95% , #fff 95% 100%),
linear-gradient(180deg, transparent 0% 91% , #fff 91% 100%);
}
#stay_bl .atclBl_1 ul.cont > li:nth-child(1) .maxInr {
	max-width: 900px;
	margin: 0 0 0 auto;
}
#stay_bl .atclBl_1 ul.cont > li:nth-child(2) .maxInr {
	max-width: 250px;
	margin: 0 auto 0 0;
}

#stay_bl .atclBl_2 ul.cont {
	flex-direction: row-reverse;
}

#stay_bl .atclBl_2 ul.cont > li:nth-child(1) {
	width: 69.33%;
	padding: 0 0 0 7.6923%;
}
#stay_bl .atclBl_2 ul.cont > li:nth-child(2) {
	width: 30.77%;
	padding: 0 0 0 11.538%;
	background: linear-gradient(0deg, transparent 0% 95% , #fff 95% 100%),
linear-gradient(180deg, transparent 0% 91% , #fff 91% 100%);
*	background: linear-gradient(180deg, transparent 0% 91% , #fff 91% 100%);
}
#stay_bl .atclBl_2 ul.cont > li:nth-child(1) .maxInr {
	max-width: 900px;
	margin: 0 auto 0 0;
}
#stay_bl .atclBl_2 ul.cont > li:nth-child(2) .maxInr {
	max-width: 250px;
	margin: 0 0 0 auto;
}

#stay_bl .atclBl_1 ul.cont > li:nth-child(2) ul,
#stay_bl .atclBl_2 ul.cont > li:nth-child(2) ul {
	display: unset;
}
#stay_bl .atclBl_1 ul.cont > li:nth-child(2) ul li,
#stay_bl .atclBl_2 ul.cont > li:nth-child(2) ul li {
	width: auto;
	margin: 0 0 20px;
}



#stay_bl .atclBl_3 ul.cont > li:nth-child(1) {
	width: 60.77%;
	padding: 0 3.077% 0 11.538%;
}
#stay_bl .atclBl_3 ul.cont > li:nth-child(2) {
	width: 39.23%;
	padding: 0 11.538% 0 0;
	min-height: 540px;
}
#stay_bl .atclBl_3 ul.cont > li:nth-child(1) .maxInr {
	max-width: 600px;
	margin: 0 0 0 auto;
}
#stay_bl .atclBl_3 ul.cont > li:nth-child(2) .maxInr {
	max-width: 360px;
	margin: 0 auto 0 0;
}

#stay_bl .atclBl_1 ul.cont > li:nth-child(1) h4,
#stay_bl .atclBl_2 ul.cont > li:nth-child(1) h4 {
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 2px;
	padding: 0 0 0 18.75%;
}

#stay_bl .atclBl_3 h4 {
	max-width: 1300px;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 2px;
	margin: 0 auto;
	padding: 0 20px 60px 11.538%;
}
#stay_bl .atclBl_3 .bgLine {
	width: 100%;
}
#stay_bl .bgLine .maxInr {
	background: linear-gradient(0deg, transparent 0% 80% , #fff 80% 100%);
}


#stay_bl .atclBl_1 ul.cont > li:nth-child(1) .lead,
#stay_bl .atclBl_2 ul.cont > li:nth-child(1) .lead,
#stay_bl .atclBl_3 ul.cont > li:nth-child(2) .lead {
	font-size: 14px;
	margin: 0 0 80px;
	padding: 0 0 0 18.75%;
}
#stay_bl .atclBl_2 ul.cont > li:nth-child(1) h4,
#stay_bl .atclBl_2 ul.cont > li:nth-child(1) .lead {
	padding: 0 18.75% 0 0;
}
#stay_bl .atclBl_3 ul.cont > li:nth-child(2) .lead {
	font-size: 14px;
	margin: 100px 0 20px;
	padding: 0;
}

#stay_bl .atclBl_3 a.bt_link {
	margin: 40px 0 60px auto;
}



/* -----　スライダー調整　---- */

/* hotel_common.css（スライダー調整（TOP・宿泊・朝食））に記載
下記はその他の調整 */

#stay_bl .slick-prev,
#stay_bl .slick-next {
	bottom: -75px;
}
#stay_bl .slick-prev {
	right: unset;
}
#stay_bl .slick-next {
	left: 48px;
	right: unset;
}

/* プレミア適用 */
body.prem .slick-prev:before {
	background: url(/img/slick/arrow_slideBWN_L.svg) no-repeat;
	background-size: 38px auto;
}
/* プレミア適用 */
body.prem .slick-next:before {
	background: url(/img/slick/arrow_slideBWN_R.svg) no-repeat;
	background-size: 38px auto;
}




/* -------------------------------------------------------------
　アクセス
------------------------------------------------------------- */

#access_bl {
	padding: 0 0 45px;
}

#access_bl .ttl_bl h2 {
	font-size: 48px;
	line-height: 1.2;
	margin: 0 0 60px;
}

#access_bl h3 {
	font-size: 36px;
	margin: 0 0 60px;
}

#access_bl .acs_bl {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 80px;
	padding: 0;
}

#access_bl .acs_bl .map_bl {
	width: 59%;
	max-height: 400px;
	margin: 0 1% 0 0;
}

#access_bl .acs_bl .map_bl .map_height {
	padding: 412px 0 0;
}

#access_bl .acs_bl ul.acs_info {
	width: 41%;
	margin: 0;
	padding: 0 5% 0 1%;
}

#access_bl .acs_bl ul.acs_info li {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

#access_bl .acs_bl ul.acs_info li .acs_txt {
	margin: 0 0 26px;
}

#access_bl .acs_bl ul.acs_info li .attention {
	font-size: 12px;
	line-height: 1.5;
	 padding: 0;
}




/* -------------------------------------------------------------
　周辺観光
------------------------------------------------------------- */

#access_bl .tour_bl {
	width: 100%;
	max-width: unset;
	margin: 110px auto 40px;
	padding: 0;
}

#access_bl .tour_bl h3 {
	font-size: 36px;
	margin: 0 0 20px;
}
#access_bl .tour_bl .lead {
	margin: 0 0 80px;
}

#access_bl .tour_bl .item_bl {
	display: flex;
	width: 100%;
}

#access_bl .tour_bl article {
	position: relative;
	width: 33.3333%;
	height: 434px;
}

#access_bl .tour_bl article .bg_gray {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
}

#access_bl .tour_bl article ul.item_cont {
	display: list-item;
}
#access_bl .tour_bl article ul.item_cont li {
	width: 100%;
}
#access_bl .tour_bl article ul.item_cont li:nth-child(1) {
	padding: 0 10px;
}
#access_bl .tour_bl article ul.item_cont li:nth-child(2) {
	display: none;
}

#access_bl .tour_bl article .mk {
	position: absolute;
	top: 160px;
	left: 50%;
	transform: translateX(-50%);
	width: 130px;
	margin: 0;
	padding: 4px 0;
}
#access_bl .tour_bl article h4 {
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 21px;
	text-align: center;
	margin: 0;
}
#access_bl .tour_bl article .stl {
	position: absolute;
	top: 236px;
	left: 0;
	right: 0;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 140px;
}
#access_bl .tour_bl article .acs {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 186px;
	text-align: center;
	padding: 3px 5px;
	background: #fff;
	border-radius: 2px;
}
#access_bl .tour_bl article ul li:nth-child(1) .copy_tourism {
	display: block;
	position: absolute;
	left: 10px;
	bottom: -24px;
	font-size: 10px;
}


#access_bl a.bt_link {
	margin: 0 auto 130px;
}




/* -------------------------------------------------------------
　FAQ
------------------------------------------------------------- */

#faq_bl {
	padding: 120px 0;
}


#faq_bl .ttl_bl h2 {
	font-size: 48px;
	line-height: 1.2;
	margin: 0 0 60px;
}


#faq_bl .acdn {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto 80px;
	padding: 0 20px;
}
#faq_bl .acdn dt {
	font-size: 18px;
	padding: 20px 75px;
	background: url(/img/common/mk_plus_blue.svg) 97% 50% no-repeat,
	url(/img/common/mk_q.svg) 3% 50% no-repeat;
}
#faq_bl .acdn dt.on {
	background: url(/img/common/mk_minus_blue.svg) 97% 50% no-repeat,
	url(/img/common/mk_q.svg) 3% 50% no-repeat;
}

#faq_bl .acdn dd {
	font-size: 14px;
	padding: 20px 65px 20px 75px;
	border-top: 1px solid #638FA2;
}
/* プレミア適用 */
body.prem #faq_bl .acdn dd {
	border-top: 1px solid #AC9362;
}

#faq_bl a.bt_link {
	width: 250px;
	margin: 0 auto;
	padding: 8px 0;
}




/* -------------------------------------------------------------
　PICK UP
------------------------------------------------------------- */

/* hotel_common.css（PICK UP）に記載 */




/* -------------------------------------------------------------
　近隣のホテル
------------------------------------------------------------- */

#nearby_bl {
	padding: 120px 0 180px;
}


#nearby_bl .ttl_bl h2 {
	font-size: 48px;
	line-height: 1.2;
	margin: 0 0 70px;
}

#nearby_bl .h_list {
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto 60px;
}
#nearby_bl .h_list li {
	width: 25%;
	text-align: center;
	margin: 0;
}

#nearby_bl .h_list li h3 {
	font-size: 21px;
	padding: 0 0 8px;
}
#nearby_bl .h_list li h3.fs_down {
	font-size: 21px;
	padding: 0 0 8px;
}

#nearby_bl .h_list li p {
	font-size: 14px;
	text-align: center;
	margin: 0 0 10px;
}

#nearby_bl .h_list li img {
	width: 100%;
	max-width: 230px;
	padding: 0 1px;
}

/* ホテルボタン */
#nearby_bl ul li a.hotel,
#nearby_bl ul li a.resv {
	width: 99%;
	max-width: 230px;
}

#nearby_bl ul li a.hotel {
	margin: 25px auto 10px;
}

#nearby_bl ul li a.resv {
	margin: 0 auto 20px;
}


/* 一覧ボタン調整 */
#nearby_bl .btBl {
	text-align: center;
}
#nearby_bl a.bt_link {
	display: inline-block;
	width: 200px;
	margin: 0 10px;
	padding: 9px 0;
}






} /* /media Queries PC */








