@charset "UTF-8";

/* -------------------------------------------------------------
　reset
------------------------------------------------------------- */

html, body, header, footer, section,
article, div, span, iframe, p,
h1, h2, h3, h4, h5, h6, pre,
a, em, font, img, strong, sub, sup,
dl, dt, dd, ol, ul, li, form, fieldset,
label, table, caption, tr, td,
input, button, textarea, select {
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
	list-style:none;
	outline: none;
}

input[type="text"],
input[type='radio'],
input[type='checkbox'],
input[type='submit'],
button,
textarea,
select {
	background: none;
	border-radius: 0;
	appearance: none;
}

img,video {
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix { zoom: 1; }

/* reset　終了
------------------------------------------------------------- */




body {
	color: #1E2B30;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "Yu Gothic", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}



/* --------------------　Topics文字カット JS用　 */
#scrl ul li a {* visibility: hidden; }





/* -------------------------------------------------------------
　ヘッダー
------------------------------------------------------------- */

header {
	position:fixed;
	width: 100%;
	height: 90px;
	margin-top: -90px;
	background: #FFF;
	border-bottom: 5px solid #638FA2;
	z-index:10;
	transition: .5s;
}
/* プレミア適用 */
body.prem header {
	border-bottom: 5px solid #AC9362;
}

header > ul.sp_nav {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
}
header > ul.sp_nav > li {
	vertical-align: top;
	line-height: 1;
	transition: .5s;
}
header > ul.sp_nav > li:nth-child(1) { width: calc(100% - 140px); }
header > ul.sp_nav > li:nth-child(2) { width: 70px; }
header > ul.sp_nav > li:nth-child(3) {
	position: relative;
	width: 70px;
	color: #638FA2;
	text-align: center;
}
header > ul.sp_nav > li:nth-child(1) img {
	height: 43px;
	margin: 23px 20px 0;
}
/* プレミア適用 */
body.prem header > ul.sp_nav > li:nth-child(1) img {
	height: 60px;
	margin: 14px 20px 0;
}

header > ul.sp_nav > li:nth-child(2) a {
	display: block;
	width: 70px;
	height: 73px;
	color: #fff;
	font-size: 9px;
	text-align: center;
	padding: 12px 0 0;
	background: #638FA2;
}
header > ul.sp_nav > li:nth-child(2) a:hover {
	opacity: 0.8;
}

header > ul.sp_nav > li:nth-child(2) img {
	width: 35px;
	margin: 0 0 7px;
}



header nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: calc(100% - 73px);
	text-align: left;
	margin: 73px 0 0;
	background: #fff;
	transition: .5s ease-in-out;
	overflow-y: auto;
	z-index: 100;
}

header nav > a {
	display: block;
	padding: 50px 25px 58px;
}
/* プレミア適用 */
body.prem header nav > a {
	padding: 50px 25px 38px;
}

header nav > a img {
	height: 53px;
}
/* プレミア適用 */
body.prem header nav > a img {
	height: 73px;
}

header nav .nav_bl {
	display: flex;
	width: 100%;
	max-width: 400px;
	padding: 0 25px 35px;
	background: #fff;
}

header nav .nav_bl .menu_bl {
	width: 50%;
	padding: 0 3% 0 0;
}

header nav .nav_bl .menu_bl .map {
	margin:12px auto;
}

header nav .nav_bl .lang_bl {
	width: 50%;
	padding: 0 0 0 3%;
}

#navToggle {
	position: fixed;
	top: 0;
	right: 0;
	width: 70px;
	height: 73px;
	text-align: center;
	padding: 27px 15px 5px;
	background: none;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 999;
}

#navToggle div {
	position: relative;
	margin-bottom: 24px;
}

#navToggle div span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: solid 2px #638FA2;
	transition: .35s ease-in-out;
}

#navToggle .menu {
	color: #638FA2;
	font-family: "Roboto";
	font-size: 10px;
	font-weight: 300;
}

#navToggle div span:nth-child(1) { top: 0; }
#navToggle div span:nth-child(2) { top: 9px; }
#navToggle div span:nth-child(3) { top: 18px; }

/* Click Toggle(Button) */
.openNav #navToggle span.menu { display: none; }
.openNav #navToggle div span:nth-child(1) {
	top: 9px;
	border-bottom: solid 2px #638FA2;
	transform: rotate(-45deg);
}
.openNav #navToggle div span:nth-child(2),
.openNav #navToggle div span:nth-child(3) {
	top:  9px;
	border-bottom: solid 2px #638FA2;
	transform: rotate(45deg);
}

/*header menu*/

header .splogo {
	transition: .5s;
}
.openNav .splogo {
	display: none;
	transition: .5s;
}


.openNav #navToggle {
	top: 0;
	width: 70px;
	background: none;
	transition: .5s;
}
.openNav nav { transform: translateX(-100%); }

header nav .ttl {
	color: #638FA2;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 6px;
}
/* プレミア適用 */
body.prem header nav .ttl {
	color: #AC9362;
}

header nav .ttl.en_f {
	font-family: "Roboto";
}


header nav ul {
	padding: 10px 0;
	background: #fff;
	border-top: 1px solid #638FA2;
}
/* プレミア適用 */
body.prem header nav ul {
	border-top: 1px solid #AC9362;
}

header nav ul li.b_line {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #638FA2;
}
/* プレミア適用 */
body.prem header nav ul li.b_line {
	border-bottom: 1px solid #AC9362;
}

header nav ul li a {
	display: block;
	width: 100%;
	color: #1E2B30;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 10px 0 9px;
	transition: .5s;
	cursor: pointer;
}
header nav ul li a:link,
header nav ul li a:visited,
header nav ul li a:active {
	color: #1E2B30;
}
header nav ul li a:hover,
header nav ul li.map a:hover {
	color: #638FA2;
	background: #fff;
	transition: .5s;
}
/* プレミア適用 */
body.prem header nav ul li a:hover,
body.prem header nav ul li.map a:hover {
	color: #AC9362;
}

header nav ul li a span {
	display: block;
	font-size: 12px;
	margin: 6px 0 0;
}


@media only screen and (min-width:401px) {
header nav {
	right: -400px;
	width: 400px;
}
.openNav nav { transform: translateX(-400px); }

}


/* PC Nav off */

header .pc_nav {
	display: none;
}

/* header 終了
------------------------------------------------------------- */





/* -------------------------------------------------------------
　ページTOP　タイトル
------------------------------------------------------------- */

#page_title {
	position: relative;
	height: 275px;
	margin: 90px 0 40px;
}

#page_title h1 {
	position: absolute;
	top: 95px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
	color: #fff;
	font-size: 30px;
	font-weight: 200;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 1.5px;
	z-index: 1;
}

#page_title .lead {
	position: absolute;
	top: 195px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 1.9;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.16);
	z-index: 1;
}

#page_title .bg_gray {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.35;
}



/* colorbox 調整
------------------------------------------------------------- */

#cboxOverlay { background: #000; }
#cboxLoadedContent {
	background: #fff;
	padding: 0;
	margin:0;
	overflow: auto;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#cboxContent { background:none; }
#colorbox,
#cboxOverlay,
#cboxWrapper { overflow: visible; }
#cboxTitle { display:none; }
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight {
	width: 0;
	height: 0;
	background: none;
}
button#cboxNext { background:none; }
button#cboxPrevious { background:none; }
button#cboxClose {
	background: url(/img/colorbox/bt_close.png) no-repeat 0 0;
	right:inherit;
	left:0;
	background-position:0 0;
	width:150px;
	height:24px;
	bottom:-24px;
}
button#cboxClose:hover { background-position:0 0; }


/* 発信者番号通知ページ（/contents/h_tel.html）
宿泊予約ページ（/ホテル名/reserve.html）調整 */
#colorbox.tel_info #cboxLoadedContent,
#colorbox.reserve_win #cboxLoadedContent,
#colorbox.reserve_win2 #cboxLoadedContent,
#colorbox.reserve_win3 #cboxLoadedContent {
	border-radius: 6px;
}

/* Closeボタン */
#colorbox.tel_info button#cboxClose,
#colorbox.reserve_win button#cboxClose,
#colorbox.reserve_win2 button#cboxClose,
#colorbox.reserve_win3 button#cboxClose {
	top: 17px;
	left: unset;
	right: 15px;
	bottom: unset;
	width: 20px;
	height: 20px;
	background-position: unset;
	background: url(/img/colorbox/bt_close_bk.svg) 0 0 no-repeat;
	background-size: 20px 20px;
	transition: 0.5s;
}
#colorbox.tel_info button#cboxClose:hover,
#colorbox.reserve_win button#cboxClose:hover,
#colorbox.reserve_win2 button#cboxClose:hover,
#colorbox.reserve_win3 button#cboxClose:hover {
	opacity: 0.7;
	transition: 0.5s;
}





/* ---------------------------------------------------------------------------
　宿泊のご案内・施設サービスのご案内・朝食のご案内・アクセスのご案内
--------------------------------------------------------------------------- */

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

#guide ul.guide_info h2 {
	color: #1E2B30;
	font-size: 18px;
	font-weight: 200;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.9px;
	margin: 0 0 36px;
}

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

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

#guide ul.guide_info .item_wrap ul.item {
	margin: 0 0 20px;
}
#guide ul.guide_info .item_wrap ul.item li,
#guide ul.guide_info .item_wrap ul.item li.th,
#guide ul.guide_info .item_wrap ul.item li.td {
	font-size: 12px;
	line-height: 1.6;
}
#guide ul.guide_info .item_wrap ul.item li.th {
	font-weight: 400;
	padding: 0 0 6px;
}

#guide ul.guide_info .item_wrap ul.item li.td .attention {
	display: inline-block;
	font-size: 10px;
	line-height: 1.6;
}





/* -------------------------------------------------------------
　スライダー調整（TOP・宿泊・朝食）
------------------------------------------------------------- */

/* メインイメージ調整 */
.slick-initialized .slick-slide {
	line-height: 1;
}
.slick-initialized .slick-slide div {
	line-height: 1;
}

/* サムネイルイメージ調整 */
.thum_bl {
	padding: 10px;
	background: #fff;
}

.thum_bl .slick-slide div {
	width: 85%;
	line-height: 0;
	margin: 0 auto;
	background: #000;
}

.thum_bl .slick-current div img {
	opacity: 0.5;
}

/* 矢印調整 */
.slick-prev,
.slick-next {
	top: unset;
	left: unset;
	bottom: -10px;
	width: 30px;
	height: 30px;
	padding: 0;
	cursor: pointer;
	transition: 0.5s;
	z-index: 1;
}
.slick-prev:before,
.slick-next:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: unset;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	opacity: 1;
}

.slick-prev {
	right: 53px;
}
.slick-prev:before {
	background: url(/img/slick/arrow_slideWHblue_L.svg) no-repeat;
	background-size: 30px auto;
}
/* プレミア適用 */
body.prem .slick-prev:before {
	background: url(/img/slick/arrow_slideWHbwn_L.svg) no-repeat;
	background-size: 30px auto;
}

.slick-next {
	right: 10px;
}
.slick-next:before {
	background: url(/img/slick/arrow_slideWHblue_R.svg) no-repeat;
	background-size: 30px auto;
}
/* プレミア適用 */
body.prem .slick-next:before {
	background: url(/img/slick/arrow_slideWHbwn_R.svg) no-repeat;
	background-size: 30px auto;
}

.slick-prev:hover,
.slick-next:hover {
	opacity: 0.8;
	transition: 0.5s;
}

/* ページャー調整 */
.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	bottom: -110px;
}
.slick-dots li {
	width: unset;
	height: unset;
}

.slick-dots li button {
	width: 12px;
	height: 12px;
}

.slick-dots li button::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	background: url(/img/slick/pager_off.svg) no-repeat;
	background-size: 12px auto;
	vertical-align: middle;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	background: url(/img/slick/pager_on.svg) no-repeat;
	background-size: 12px auto;
	vertical-align: middle;
	opacity: 1;
}





/* -------------------------------------------------------------
　スクロールバー　カスタマイズ
------------------------------------------------------------- */

.simplebar-scrollbar {
	background: #638FA2;
}

.simplebar-scrollbar:before {
	background: #638FA2;
}

.simplebar-track {
	background: #F1F5F7;
}

.simplebar-track.simplebar-vertical {
	width: 5px;
}





/* -------------------------------------------------------------
　パンくず
------------------------------------------------------------- */

#bread_crumb {
	padding: 3px 15px;
	background-color: #d3d4d5;
}

#bread_crumb ul {
	line-height: 1.2;
	padding: 0 0 3px;
}
#bread_crumb ul li {
	display: contents;
	font-size: 8px;
}

#bread_crumb ul li a {
	color: #515457;
}

#bread_crumb ul li:after {/* >を表示*/
	content: '>';
	color: #515457;
	padding: 0 0.5em;
}

#bread_crumb ul li:last-child:after {
	content: '';
}





/* -------------------------------------------------------------
　フッター
------------------------------------------------------------- */

footer {
	width: 100%;
	color: #fff;
	margin: 0;
	padding: 0;
	background: #1E2B30;
}


footer .nav_fram {
	padding: 20px;
}

footer .nav_fram .link_bl {
	margin: 0 0 60px;
}

footer .nav_fram .link_bl h2 {
	color: #638FA2;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0 0 2px;
	border-bottom: 1px solid #638FA2;
}

/* プレミア適用 */
body.prem footer .nav_fram .link_bl h2 {
	color: #AC9362;
	border-bottom: 1px solid #AC9362;
}

footer .nav_fram .link_bl ul {
	display: flex;
	margin: 0 0 15px;
}
footer .nav_fram .link_bl ul li {
	width: 50%;
	line-height: 2.1;
}

footer #h_info img {
	width: auto;
	height: 54px;
	margin: 0 0 10px;
}
/* プレミア適用 */
body.prem footer #h_info img {
	height: 75px;
}

footer #h_info h2 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 8px;
}

footer #h_info p {
	font-size: 12px;
	font-weight: 400;
}

footer #h_info .tel {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	margin: 10px 0 15px;
}

footer #h_info .tel a {
	color: #638FA2;
	text-decoration: none;
}

footer #h_info .tel a:hover,
footer #h_info .tel a:active {
	color: #e2f0f6;
	text-decoration: underline;
}

footer #h_info .copy {
	font-size: 12px;
}





/* -------------------------------------------------------------
　リンク
------------------------------------------------------------- */

a:link,
a:visited,
a:active,
a:hover {
	color: #638FA2;
	text-decoration: none;
}

a:hover {
	color: #1E2B30;
}
a:active {
	color: #1E2B30;
}

header a:link,
header a:visited,
header a:hover,
header a:active {
	color: #1E2B30;
}

footer a,
footer a:link,
footer a:visited,
footer a:active {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}
footer a:hover {
	color: #638FA2;
}
/* プレミア適用 */
body.prem footer a:hover {
	color: #AC9362;
}


/* ボタン */
a.btReg,
a.bt_newwin,
a.bt_normal,
a.bt_plink {
	display: block;
	width: 200px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	margin: 20px auto 0;
	padding: 8px 10px 9px;
	border-radius: 60px;
	transition: 0.5s;
}
a.btReg,
a.bt_plink {
	border: 1px solid #638FA2;
	background: #1E2B30 url(/img/common/mk_arrow_blueR_175.svg) 90% 50% no-repeat;
}
a.btReg:hover,
a.bt_plink:hover {
	background: #638FA2 url(/img/common/mk_arrow_whR_175.svg) 92% 50% no-repeat;
	transition: 0.5s;
}

/* プレミア適用 */
body.prem a.btReg,
body.prem a.bt_plink {
	border: 1px solid #AC9362;
	background: #1E2B30 url(/img/common/mk_arrow_bwnR_175.svg) 90% 50% no-repeat;
}
body.prem a.btReg:hover,
body.prem a.bt_plink:hover {
	background: #AC9362 url(/img/common/mk_arrow_whR_175.svg) 92% 50% no-repeat;
	transition: 0.5s;
}

a.bt_newwin {
	border: 1px solid #638FA2;
	background: #1E2B30 url(/img/common/mk_new_window_blue.svg) 90% 50% no-repeat;
}
a.bt_newwin:hover {
	opacity: 0.8;
	transition: 0.5s;
}
/* プレミア適用 */
body.prem a.bt_newwin {
	border: 1px solid #AC9362;
	background: #1E2B30 url(/img/common/mk_new_window.svg) 90% 50% no-repeat;
}


a.bt_normal {
	background: #1E2B30;
}
a.bt_normal:hover {
	opacity: 0.8;
	transition: 0.5s;
}


/* ページTOPへ */
a.toPtop {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	padding: 14px 0;
	background: #638FA2;
}



.usePC { display:none; }
.useTAB { display:none; }












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


/* -------------------------------------------------------------
　ヘッダー
------------------------------------------------------------- */

header {
	height: 145px;
	margin-top: -145px;
	padding: 0;
}

header ul.sp_nav {
	display: none;
}


header .pc_nav {
	display: flex;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0 auto;
}

header .pc_nav li.logo {
	width: 300px;
	line-height: 0;
	padding: 37px 35px 0;
}
/* プレミア適用 */
body.prem header .pc_nav li.logo {
	padding: 23px 35px 0;
}

header .pc_nav li.logo img {
	max-height: 68px;
	margin: 0;
}
/* プレミア適用 */
body.prem header .pc_nav li.logo img {
	max-height: 95px;
}

header .pc_nav li.nav_bl {
	width: 70%;
}


header ul.top_nav {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin: 0 auto 20px;
}

header ul.top_nav li a {
	display: block;
	height: 50px;
	color: #638FA2;
	font-size: 9px;
	text-align: center;
	line-height: 140%;
	padding: 0;
	text-decoration: none;
}


header ul.top_nav li.to_brand {
	width: 170px;
}
header ul.top_nav li.to_brand a {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	padding: 13px 10px 7px 0;
	border-left: 1px solid #638FA2;
	background: url(/img/common/mk_arrow_blueR.svg) right 12px top 23px no-repeat;
}


/* 外国語ボタン */
header ul.top_nav li.lang {
	position: relative;
	width: 110px;
}

header ul.top_nav > li.lang > label {
	display: block;
	width: 100%;
	color: #638FA2;
	font-family: "Roboto";
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	padding: 18px 0 12px;
	border-left: 1px solid #638FA2;
	cursor: pointer;
}

/* 矢印回転（JSで作動） */
header ul.top_nav li.lang .rotate_arw {
	display: inline-block;
	font-size: 8px;
	transition: 0.5s;
	transform-origin: 4px 5px;
	transform: rotate(180deg);
}
header ul.top_nav li.lang .rotate_arw.openLang {
	transform: rotate(0deg);
}

header ul.top_nav li.lang ul {
	position:absolute;
	width: 110px;
	top: 50px;
	left: 0;
	transition: 0.5s;
}
header ul.top_nav li.lang ul li {
	height: 0;
	float:none;
	overflow: hidden;
	background:#fff;
	transition: 0.5s;
}
header ul.top_nav li.lang ul li:first-child {
	border-radius: 2px 2px 0 0;
}
header ul.top_nav li.lang ul li:last-child {
	border-radius: 0 0 2px 2px;
}
header ul.top_nav li.lang ul li a {
	display:block;
	width:100%;
	height: auto;
	font-size: 12px;
	font-weight: 400;
	padding:5px;
}
header ul.top_nav li.lang ul li a:hover {
	color: #fff;
	background: #638FA2;
}

header ul.top_nav li.lang #langToggle {
	display: none;
}
header ul.top_nav li.lang #langToggle:checked + #lang_nav {
	box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
}
header ul.top_nav li.lang #langToggle:checked + #lang_nav > li {
	overflow: visible;
	height: 27px;
}

/* 宿泊予約ボタン */
header ul.top_nav li.rsv {
	width: 114px;
}
header ul li.rsv a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 21px 0 17px;
	background: #638fa2;
}
header ul li.rsv a:hover {
	opacity: 0.8;
}

/* グローバルNav */
header ul#global_nav {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin:0;
}

header ul#global_nav li a {
	display:block;
	width: 100%;
	color: #1E2B30;
	font-size:14px;
	text-align:center;
	padding:0 7px;
}

header ul#global_nav li a:hover {
	color: #638FA2;
}
/* プレミア適用 */
body.prem header ul#global_nav li a:hover {
	color: #AC9362;
}

/* header 終了
------------------------------------------------------------- */






/* -------------------------------------------------------------
　ページTOP　タイトル
------------------------------------------------------------- */

#page_title {
	height: 400px;
	margin: 140px 0 120px;
}

#page_title h1 {
	top: 157px;
	font-size: 48px;
	letter-spacing: 2.4px;
}

#page_title .lead {
	top: 283px;
	font-size:18px;
}




/* colorbox 調整
------------------------------------------------------------- */

/* 発信者番号通知ページ（/contents/h_tel.html）
宿泊予約ページ（/ホテル名/reserve.html）調整 */
/* Closeボタン */
#colorbox.tel_info button#cboxClose,
#colorbox.reserve_win button#cboxClose,
#colorbox.reserve_win2 button#cboxClose,
#colorbox.reserve_win3 button#cboxClose {
	top: 30px;
	right: 30px;
}





/* ---------------------------------------------------------------------------
　宿泊のご案内・施設サービスのご案内・朝食のご案内・アクセスのご案内
--------------------------------------------------------------------------- */

#guide {
	padding: 120px 0;
}
#guide .inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

#guide ul.guide_info {
	display: flex;
}
#guide ul.guide_info > li:nth-of-type(1) {
	width: 35%;
}
#guide ul.guide_info > li:nth-of-type(2) {
	width: 65%;
}

#guide ul.guide_info h2 {
	font-size: 28px;
	text-align: left;
	line-height: 1.3;
	letter-spacing: 1.4px;
}

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

#guide ul.guide_info h3,
#guide ul.guide_info .item_wrap h3 {
	font-size: 20px;
	line-height: 1.4;
	padding: 0 0 8px;
}

#guide ul.guide_info .item_wrap ul.item {
	display: flex;
	margin: 15px 0 25px;
}
#guide ul.guide_info .item_wrap ul.item li,
#guide ul.guide_info .item_wrap ul.item li.th,
#guide ul.guide_info .item_wrap ul.item li.td {
	font-size: 14px;
	line-height: 1.7;
}
#guide ul.guide_info .item_wrap ul.item li.th {
	width: 131px;
	margin: 0 20px 0 0;
	padding: 0;
	border-right: 1px solid #707070;
}
#guide ul.guide_info .item_wrap ul.item li.td {
	width: calc(100% - 151px);
}

#guide ul.guide_info .item_wrap ul.item li.td .attention {
	font-size: 12px;
}





/* -------------------------------------------------------------
　スライダー調整（TOP・宿泊・朝食）
------------------------------------------------------------- */

/* サムネイルイメージ調整 */
.thum_bl {
	padding: 20px;
}

.thum_bl .slick-slide div {
	width: 86%;
}

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

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

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

/* ページャー調整 */

.slick-dots {
	bottom: -50px;
}
.slick-dots li {
*	margin: 0 10px;
}






/* -------------------------------------------------------------
　パンくず
------------------------------------------------------------- */

#bread_crumb {
	padding: 5px 25px;
}

#bread_crumb ul {
	max-width: 1150px;
	line-height: 1.8;
	margin: 0 auto;
	padding: 0 0 2px;
}
#bread_crumb ul li{
	font-size: 12px;
}





/* -------------------------------------------------------------
　フッター
------------------------------------------------------------- */

footer .inner {
	max-width: 1300px;
	margin: 0 auto;
}

footer .nav_fram {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 80px 0;
}

footer .nav_fram .link_bl ul li {
	line-height: 1.8;
}

footer .nav_fram > li:nth-child(1) {
	width: 58.62%;
	padding: 0 6.15% 0 0;
}
footer .nav_fram > li:nth-child(2) {
	width: 41.38%;
	padding: 0 9.5% 0 6%;
}

footer #h_info {
	font-size: 12px;
}

footer #h_info h2 {
	margin: 0 0 8px;
}

footer #h_info img {
	height: auto;
	max-height: 102px;
	margin: 0 0 50px;
}
/* プレミア適用 */
body.prem footer #h_info img {
	width: 100%;
	max-width: 324px;
	height: auto;
	max-height: unset;
}

footer #h_info .tel {
	margin: 12px 0 20px;
}


footer .nav_fram .link_bl {
	display: flex;
	margin: 0;
}

footer .nav_fram .link_bl h2 {
	margin: 0 0 10px;
}

footer .nav_fram .link_bl > li:nth-child(1) {
	width: 72.14%;
	padding: 0 7.33% 0 0;
}
footer .nav_fram .link_bl > li:nth-child(2) {
	width: 27.86%;
}

footer .nav_fram .link_bl > li:nth-child(2) .comp_bl li {
	width: 100%;
}

footer .nav_fram .link_bl ul li a.mapOpen {
	display: inline;
}




/* -------------------------------------------------------------
　リンク
------------------------------------------------------------- */

/* ボタン */
a.btReg {
	margin: 40px 0 0 auto;
}


/* ページTOPへ */
a.toPtop {
	display: none;
}




.usePC { display: inline; }
.useSP { display: none; }
.useTAB { display: inline; }



} /*media Queries PC 810*/





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

.useTAB { display:none; }

}/* media Queries SPC 840 */







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

header ul.top_nav {
	margin: 0 auto 50px;
}

header ul#global_nav {
	justify-content: space-around;
	flex-wrap: nowrap;
}

} /*--------- /920px ---------*/



input, select, button {
	font-family: "Noto Sans JP";
}



@media print {
	#navToggle,
	nav { display: none; }
}




