@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;
}

/* 宿泊 カスタマイズ */
a.bt_link.bt_stay {
	padding: 8px 20px 9px 0;
}
/* 施設サービス カスタマイズ */
a.bt_link.bt_faci {
	width: 250px;
}
/* 朝食 カスタマイズ */
a.bt_link.bt_bf {
	padding: 8px 10px 9px 0;
}




/* -------------------------------------------------------------
　タイトルエリア（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 {
	margin: 0 0 40px;
	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: 0.5px;
	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;
}





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

#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: 0 1em 3px 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;
}




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

#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: 1.5;
	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;
}





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

#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 {


/* -------------------------------------------------------------
　タイトルエリア（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 {
*	margin: 0;
	padding: 18px 30px;
}

#reserve_bl article .sholder {
	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),
#reserve_bl article ul li:nth-child(3) {
	width: calc((100% - 260px) / 2);
	max-width: 284px;
	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 */




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

#point_bl {
	padding: 120px 0 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;
}





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

#plan_bl {
	padding: 80px 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: 340px;
	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: 50%;
	font-size: 16px;
}
#plan_bl .plan_item li:nth-child(2) .plan_price li:nth-child(2) {
	width: 50%;
	font-size: 28px;
	line-height: 1.5;
}



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




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

#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;
	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 0;
	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;
}




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

#nearby_bl {
	padding: 120px 0;
}


#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 */








