@charset "UTF-8";


/* -------------------------------------------------------------
　朝食・レストランに関するお知らせ
------------------------------------------------------------- */

/* hotel_common.cssに記載（ニュース関係（TOP・宿泊・施設サービス・朝食・周辺観光）） */




/* -------------------------------------------------------------
　朝食のご案内
------------------------------------------------------------- */

/* hotel_common.css（宿泊のご案内・施設サービスのご案内・朝食のご案内・アクセスのご案内）に記載
下記は各調整 */

#guide {
	padding: 10px 0 0;
}

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


/* スライダー内code */
#guide .main_bl {
	margin: 0 0 70px;
}

#guide .main_bl .bf_item {
	position: relative;
}
#guide .main_bl .bf_item .txt {
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.24px;
	vertical-align: middle;
	padding: 12px;
	background: #638FA2;
}
/* プレミア適用 */
body.prem #guide .main_bl .bf_item .txt {
	background: #AC9362;
}


/* 朝食情報　hotel_common.css　に記載 / 下記は各調整
------------------------------------------------------------- */

#guide ul.guide_info {
	margin: 0 10px;
}

#guide ul.guide_info .guide_txt {
	font-size: 12px;
	line-height: 1.7;
	margin: 0 0 40px;
}


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

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

/* 矢印調整 */
.slick-prev,
.slick-next {
	bottom: 32px;
	width: 38px;
	height: 38px;
}
.slick-prev:before,
.slick-next:before {
	width: 38px;
	height: 38px;
}

.slick-prev {
*	right: 45px;
}
.slick-prev:before,
.slick-next:before,
body.prem .slick-prev:before,
body.prem .slick-next:before {
	background-size: 38px auto;
}

.slick-next {
	right: 10px;
}


/* ページャー調整 */
.slick-dots {
	bottom: -24px;
}





/* -------------------------------------------------------------
　レストランのご案内
------------------------------------------------------------- */

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

#restaurant_bl .inner {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 30px;
}


#restaurant_bl h2 {
	font-size: 18px;
	font-weight: 200;
	text-align: center;
	margin: 0 0 15px;
}
#restaurant_bl .lead {
	font-size: 12px;
	text-align: center;
	line-height: 1.7;
	margin: 0 0 40px;
}

/* レストラン情報 */
#restaurant_bl ul.rest_info {
	margin: 0 0 50px;
}
#restaurant_bl ul.rest_info:last-child {
	margin: 0;
}

#restaurant_bl ul.rest_info li:nth-child(1) {
	line-height: 1;
}

#restaurant_bl ul.rest_info img {
	margin: 0 0 20px;
}

#restaurant_bl ul.rest_info h3 {
	color: #638FA2;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 5px;
	padding: 0 0 3px;
	border-bottom: 1px solid #638FA2;
}
/* プレミア適用 */
body.prem #restaurant_bl ul.rest_info h3 {
	color: #AC9362;
	border-bottom: 1px solid #AC9362;
}

#restaurant_bl ul.rest_info .descript {
	font-size: 12px;
	line-height: 1.6;
	margin: 0 0 20px;
}

#restaurant_bl ul.rest_info ul.item {
	margin: 0 0 18px;
}
#restaurant_bl ul.rest_info ul.item li.th,
#restaurant_bl ul.rest_info ul.item li.td {
	font-size: 12px;
	line-height: 1.5;
}
#restaurant_bl ul.rest_info ul.item li.th {
	font-weight: 400;
	padding: 2px 0 6px;
}


/* ボタン */
/* hotel_common.css（リンク（ボタン））に記載 */





/* -------------------------------------------------------------
　　朝食のよくあるご質問
------------------------------------------------------------- */

#faq_bl {
	padding: 40px 0 60px;
}


#faq_bl .ttl_bl h2 {
	color: #1E2B30;
	font-size: 18px;
	font-weight: 200;
	text-align: center;
	letter-spacing: 0.9px;
	margin: 0 0 40px;
}


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


a.bt_link {
	display: block;
	width: 250px;
	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;
}






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

/* -------------------------------------------------------------
　朝食・レストランに関するお知らせ
------------------------------------------------------------- */

/* hotel_common.cssに記載（ニュース関係（TOP・宿泊・施設サービス・朝食・周辺観光））
記事幅調整 */




/* -------------------------------------------------------------
　朝食のご案内
------------------------------------------------------------- */

/* hotel_common.css（宿泊のご案内・施設サービスのご案内・朝食のご案内・アクセスのご案内）に記載
下記は各調整 */

#guide {
	padding: 0 0 40px;
}

#guide .main_bl {
	max-width: 800px;
	margin: 0 auto 120px;
}


/* スライダー内code */
#guide .main_bl .bf_item img {
	width: 800px;
}

#guide .main_bl .bf_item .txt {
	height: 60px;
	font-size: 17px;
	letter-spacing: 0.24px;
}


/* 朝食情報　hotel_common.css　に記載 / 下記は各調整
------------------------------------------------------------- */

#guide ul.guide_info .guide_txt {
	font-size: 14px;
	margin: 0 0 60px;
}


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

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

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

.slick-prev {
	right: 48px;
}

.slick-next {
	right: 0;
}

/* ページャー調整 */
.slick-dots {
	bottom: -26px;
}





/* -------------------------------------------------------------
　レストランのご案内
------------------------------------------------------------- */

#restaurant_bl {
	padding: 80px 0;
}

#restaurant_bl .inner {
	max-width: 1040px;
	padding: 0 20px;
}


#restaurant_bl h2 {
	font-size: 28px;
	line-height: 1.3;
	letter-spacing: 1.4px;
	margin: 0 0 60px;
}
#restaurant_bl .lead {
	font-size: 14px;
	margin: 0 0 60px;
}

/* レストラン情報 */
#restaurant_bl ul.rest_info {
	display: flex;
	margin: 0 0 60px;
}

#restaurant_bl ul.rest_info li:nth-child(1) {
	width: 35%;
	padding: 0 5% 0 0;
}
#restaurant_bl ul.rest_info li:nth-child(2) {
	width: 65%;
}

#restaurant_bl ul.rest_info img {
	margin: 0;
}

#restaurant_bl ul.rest_info h3 {
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 20px;
	padding: 0 0 8px;
}
#restaurant_bl ul.rest_info .descript {
	font-size: 14px;
	line-height: 1.7;
}

#restaurant_bl ul.rest_info ul.item {
	display: flex;
	margin: 0 0 25px;
}
#restaurant_bl ul.rest_info li ul.item:nth-of-type(1) {
	margin: 0 0 20px;
}

#restaurant_bl ul.rest_info ul.item li.th,
#restaurant_bl ul.rest_info ul.item li.td {
	font-size: 14px;
}
#restaurant_bl ul.rest_info ul.item li.th {
	width: 7em;
	padding: 0;
}


/* ボタン */
/* hotel_common.css（リンク（ボタン））に記載 */
a.bt_newwin {
	margin: 40px 0 0;
}




/* -------------------------------------------------------------
　　朝食のよくあるご質問
------------------------------------------------------------- */

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


#faq_bl .ttl_bl h2 {
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 1.4px;
	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: 10px 0;
}




}/* 801 */






