@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: 12px;
	font-weight: 300;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
}





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

header {
	position:fixed;
	width: 100%;
	height: 90px;
	margin-top: -90px;
	padding: 0 0 14px;
	background: #FFF;
	border-bottom: 5px solid #638FA2;
	z-index: 10;
	transition: 0.5s;
}

header #logo { line-height:0; }

header #logo img {
	height:60px;
	margin:0 10px;
}

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 {
	width: 78px;
	margin: 16px 18px 0;
}
header > ul.sp_nav > li:nth-child(2) a {
	display: block;
	width: 70px;
	height: 73px;
	color: #fff;
*	font-family: "Roboto";
	font-size: 10px;
	text-align: center;
	padding: 13px 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 5px;
}



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

header nav .hd_nav {
	display: flex;
	width: 100%;
	max-width: 400px;
	margin: 0 0 24px;
}
header nav .hd_nav li {
	width: 50%;
	padding: 0 4.2666%;
}
header nav .hd_nav li:nth-child(2) {
	text-align: right;
}
header nav .hd_nav li img {
	width: 82px;
}
header nav .hd_nav li.lang {
	text-align: right;
}
header nav .hd_nav li.lang a {
	display: inline-block;
	color: #1E2B30;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 400;
	padding: 0 5px;
}

header nav .menu_bl {
	display: flex;
}
header nav .menu_bl ul {
	width: 50%;
	padding: 0 4.2666%;
}

header nav .menu_bl ul li {
	color: #1E2B30;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	padding: 7px 0 5px;
}

header nav .menu_bl ul:nth-child(1) li.ttl,
header nav .menu_bl ul:nth-child(2) li.ttl {
	color: #638FA2;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 8px;
	padding: 10px 0 8px;
	border-bottom: 1px solid #638FA2;
}

header nav .menu_bl ul li.last_lang {
	padding: 10px 0 30px;
}

header nav ul:nth-child(2) li:nth-child(1) {
	border-top: none;
}
header nav ul:nth-child(2) li:last-child {
	border-bottom: none;
}

header nav .menu_bl ul li.brk_line {
	margin: 0 0 10px;
	padding: 10px 0 20px;
	border-bottom: 1px solid #638FA2;
}

header nav a {
	color: #1E2B30;
	transition: .5s;
}


header nav a:hover {
	color: #638FA2;
	transition: .5s;
}




#navToggle {
	position: fixed;
	top: 0;
	right: 0;
	width: 70px;
	height: 73px;
	text-align: center;
	padding: 25px 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 1.5px #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: 8px; }
#navToggle div span:nth-child(3) { top: 16px; }

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

.openNav {
	background: #F1F5F7;
}

header .sp_logo {
	transition: .5s;
}
.openNav .sp_logo {
	opacity: 0;
	transition: .5s;
}


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




@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 終了
------------------------------------------------------------- */




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






/* -------------------------------------------------------------
　タイトル
------------------------------------------------------------- */

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

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





/* サブタイトル
------------------------------------------------------------- */

#ttlBl {
	text-align:center;
	font-weight:500;
}
#ttlBl{
	margin:0 10px 25px;
}

#ttlBl h1,
#ttlBl .subttl
{
	padding:0;
	text-align:center;
	font-size:24px;
	font-weight:700;
	line-height:100%;
}

#ttlBl h1 span,
#ttlBl .subttl span {
	font-size:13px;
	font-weight:500;
	line-height:160%;
}

#ttlBl h2 {
	padding:0 0 15px;
	font-size:20px;
	text-align:center;
	font-weight:700;
	line-height:140%;
}








/* -------------------------------------------------------------
　宿泊検索
------------------------------------------------------------- */

/* 宿泊予約タブ
------------------------------------------------------------- */

/*
#searchTab {
	font-size:14px;
	background: #fff;
	color: #000;
	padding:0;
	margin:0;
}

#searchTab ul#tabBr-b,
#searchTab ul#tabBr {
	font-size:14px;
	font-weight:500;
	display:table;
	margin:0 0 10px;
	padding:0;
	width:100%;
}

#searchTab ul#tabBr-b li,
#searchTab ul#tabBr li {
	display:table-cell;
	width:33.3%;
	vertical-align:middle;
	margin:0 0 -1px;
	padding:0;
	border-right:1px solid #000;
}

#searchTab ul#tabBr-b li a,
#searchTab ul#tabBr li a {
	text-align:center;
	line-height:120%;
	display:block;
	width:100%;
	height:30px;
	padding:5px 0 10px;
	color:#000;
	background:#d8e3e8;
}

#searchTab ul#tabBr-b li:nth-child(1) a,
#searchTab ul#tabBr-b li:nth-child(2) a,
#searchTab ul#tabBr-b li:nth-child(3) a,
#searchTab ul#tabBr li:nth-child(1) a,
#searchTab ul#tabBr li:nth-child(2) a{ padding:13px 0 1px; }

#searchTab ul#tabBr-b li a:hover,
#searchTab ul#tabBr li a:hover {
	background:#fff;
	text-decoration:none;
}

#searchTab ul#tabBr li:nth-child(3) {
	border-right:none;
	padding:0;
}

#searchTab ul#tabBr-b li a.active,
#searchTab ul#tabBr li a.active { background:#fff; }

*/


/* タブ コンテンツ
------------------------------------------------------------- */
/*
#searchTab #tabNav { position:relative; }
*/

/* タブ 1 */
/*
#searchTab #tabNav #tab1 {
	margin:0;
	padding:10px;
}

#searchTab #tabNav #tab1 ul {
	margin:0 auto 20px;
	padding:0 10px;
}

#searchTab #tabNav #tab1 ul li,
#searchTab #tabNav #tab2 ul li,
#searchTab #tabNav #tab3 ul li{
	font-size:12px;
	margin:0 0 15px;
}

#searchTab #tabNav #tab1 ul li.ttl,
#searchTab #tabNav #tab2 ul li.ttl,
#searchTab #tabNav #tab3 ul li.ttl{ text-align:center; }

#searchTab #tabNav #tab1 ul li.ttl h2,
#searchTab #tabNav #tab2 ul li.ttl h2,
#searchTab #tabNav #tab3 ul li.ttl h2{
	font-size:24px;
	font-weight:700;
	text-align:center;
	margin:7px 0 5px;
}

#searchTab #tabNav #tab1 ul li h3 {
	font-size:14px;
	font-weight:500;
	margin:0 0 5px;
	padding:0;
	line-height:100%;
}

#searchTab #tabNav select::-ms-expand,
#searchTab #tabNav input[type="radio"] { display: none; }

#searchTab #tabNav #tab1 input {
	font-size:16px;
	background:#d8e3e8;
}

#searchTab #tabNav #tab1 ul li.hid p {
	font-weight:500;
	border:1px solid #d3d4d5;
	padding:7px 10px;
	background:#d8e3e8;
	line-height: 180%;
	font-size: 14px;
}




#searchTab #tabNav #tab1 ul li.hid { width:100%; }
#searchTab #tabNav #tab1 ul li.chkDay { width:100%; }
#searchTab #tabNav #tab1 ul li.stay,
#searchTab #tabNav #tab1 ul li.room,
#searchTab #tabNav #tab1 ul li.guest { width:100px; }
#searchTab #tabNav #tab1 ul li.sItem { width:290px; }
#searchTab #tabNav #tab1 ul li.btSub { width:240px; }

#searchTab #tabNav #tab1 ul li.room,
#searchTab #tabNav #tab1 ul li.guest { display:inline-block; }

#searchTab #tabNav #tab1 input[type="text"] {
	outline:none;
	border:1px solid #d3d4d5;
	-webkit-transition:all .3s;
	transition:all .3s;
}

.customSelect {
	font-size:16px;
	outline:none;
	border:1px solid #d3d4d5;
	-webkit-transition:all .3s;
	transition:all .3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding:7px 20px;
	background: url(/img/common/mk_arrow_dBlue.png) 94% 50% no-repeat;
}

#searchTab #tabNav #tab1 input[type="text"]:focus,
#searchTab #tabNav #tab1 select:focus {
	box-shadow:0 0 5px #d8e3e8;
	border:1px solid #b1c7d0;
}



#searchTab #tabNav #tab1 ul li.hid select {
	width:280px;
	appearance: inherit;
	-webkit-appearance: inherit;
	-moz-appearance:inherit;
	font-family:"NotoSansCJKJP", sans-serif;
	font-size:16px;
	outline:none;
	border:1px solid #d3d4d5;
	-webkit-transition:all .3s;
	transition:all .3s;
	margin:3px 0 0;
	padding:5px 1% 3px;
	cursor:pointer;
	background:#d8e3e8 url(/img/common/mk_arrow_dBlue.png) 95% 50% no-repeat;
	line-height: 180%;
}

#searchTab #tabNav #tab1 ul li.chkDay input {
	margin-right:10px;
	width:170px;
	padding:8px 6%;
}

#searchTab #tabNav #tab1 ul li.chkDay img {
	width:25px;
	max-width:25px;
	margin:0 0 -6px;
}

#searchTab #tabNav #tab1 ul li.stay select,
#searchTab #tabNav #tab1 ul li.room select,
#searchTab #tabNav #tab1 ul li.guest select {
	appearance: inherit;
	-webkit-appearance: inherit;
	-moz-appearance:inherit;
	font-family:"NotoSansCJKJP", sans-serif;
	font-size:16px;
	outline:none;
	border:1px solid #d3d4d5;
	-webkit-transition:all .3s;
	transition:all .3s;
	margin:3px 0 0;
	padding:5px 5%;
	cursor:pointer;
	background:#d8e3e8 url(/img/common/mk_arrow_dBlue.png) 80% 50% no-repeat;
	padding:7px 13.63%;
	width:80px;
	line-height: 180%;
}

#searchTab #tabNav #tab1 ul li.sItem {
	display:none;
	font-size:12px;
	line-height:180%;
	padding:0 0 5px;
}

#searchTab #tabNav #tab1 ul li.sItem input,
#searchTab #tabNav #tab1 ul li.sItem input[type="radio"] {
	display: inline-block;
	-webkit-appearance:radio-button;
	-moz-appearance: radio-button;
	appearance: radio-button;
}

#searchTab #tabNav #tab1 ul li.sItem label {
	position: relative;
	padding: 3px 5px 3px 3px;
}

#searchTab #tabNav #tab1 ul li.btSub {
	width:100%;
	margin-top:6px;
}

#searchTab #tabNav #tab1 ul li.btSub button {
	display:block;
	background:#638fa2;
	color:#fff;
	font-size:16px;
	padding:9px 0;
	cursor:pointer;
	margin:0 auto;
	width:50%;
	text-align:center;
}

#searchTab #tabNav #tab1 ul li.btSub button:hover {
	background:#7d7f81;
}

#searchTab #tabNav #tab1 ul li.btSub a {
	font-size:12px;
	color:#000;
}


#searchTab #tabNav #tab1 ul.oLink {
	line-height:130%;
	border-bottom:1px solid #d3d4d5;
	padding:0 0 20px;
	margin:0 0 20px;
}

#searchTab #tabNav #tab1 ul.oLink li {
	display:inline-block;
	margin:0 15px 0 0;
	padding:0;
	line-height:150%;
}

#searchTab #tabNav #tab1 ul.oLink li:nth-child(3) { margin:0; }

*/

/* タブ 2 */
/*
#searchTab #tabNav #tab2 {
	margin:0 auto;
	padding:10px;
	max-width:380px;
}

#searchTab #tabNav #tab2 iframe {
	width:100%;
	height:460px;
}

#searchTab #tabNav #tab2 #stay_tab iframe,
#searchTab #tabNav #tab2 #day_tab iframe,{
	height:400px;
}

#searchTab #tabNav #tab2 p.caution{
	font-size:10px;
	line-height: 150%;
}

#searchTab #tabNav #tab2 ul li.hid {
	margin:5px 0;
}

img.stay_calendar_btn, img.stay_calendar_btn{
	cursor: pointer;
}

.calender_tab_stay img,.calender_tab_day img{
	width: 50%;
}
img.stay_calendar_btn,img.day_calendar_btn{
	float: left;
}
*/

/* タブ 3 */
/*
#searchTab #tabNav #tab3 {
    margin: 0 auto;
    padding: 10px;
    max-width: 380px;
}

#searchTab #tabNav #tab3 iframe {
	width:100%;
	height:430px;
}

#searchTab #tabNav #tab3 p.caution{
	font-size:10px;
	line-height: 150%;
}
*/


/* 本日・翌日空室状況
------------------------------------------------------------- */
/*
#todayResv #revPC { display:block; }

#todayResv #revPC h2 {
	text-align:center;
	color:#fff;
	background:#638fa2;
	font-size:16px;
	font-weight:700;
	margin:0 0 30px;
	padding:8px;
}

#todayResv #revPC h3 {
	margin:1.5em 0 0;
	text-align:center;
	color:#000;
	font-size:26px;
	font-weight:900;
}
*/


/* 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;
}





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

#bread_crumb{
	padding: 2px 15px 3px;
	background-color: #d3d4d5;
}
#bread_crumb ul li{
	display: contents;
	font-size: 9px;
}

#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 h3 {
	color: #638FA2;
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #638FA2;
}

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

footer .nav_fram .link_bl ul li a {
	font-weight: 300;
	cursor: pointer;
}


footer #h_info {
	font-weight: 400;
}

footer #h_info img {
	width: 110px;
	margin: 0 0 15px;
}

footer #h_info h2 {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px;
}

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

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

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




/* -------------------------------------------------------------
　ウイルスチェック
------------------------------------------------------------- */

#virusChk {
	color:#FFF;
	font-size: 12px;
	font-weight: 400;
	padding:0;
	background: #747679;
}

#virusChk #virusDate {
	margin: 0 7px;
	padding: 5px 5px 10px 28px;
	background: url(/img/common/mk_vc.png) 0 7px no-repeat;
}

#virusChk #virusDate .sttl { font-size:14px; }

#virusChk #virusDate .vsCap { font-size: 11px; }




/* -------------------------------------------------------------
　その他
------------------------------------------------------------- */

.f8 { font-size:8px; }
.f10 { font-size:10px; }
.f12 { font-size:12px; }
.f14 { font-size:14px; }
.f16 { font-size:16px; }
.f18 { font-size:18px; }
.f20 { font-size:20px; }
.f24 { font-size:24px; }

.blue100 { color:#638fa2; }
.blue75 { color:#8aabb9; }
.blue50 { color:#b1c7d0; }
.blue25 { color:#d8e3e8; }

.yellow100 { color:#d6c560; }
.yellow75 { color:#e0d488; }
.yellow50 { color:#eae2af; }
.yellow25 { color:#f5f0d7; }

.gray100 { color:#515457; }
.gray75 { color:#7d7f81; }
.gray50 { color:#a8a9ab; }
.gray25 { color:#d3d4d5; }

.red { color: #e60012; }

.fwt100 { font-weight:100; }/* Thin */
.fwt200 { font-weight:200; }/* Light */
.fwt300 { font-weight:300; }/* DemiLight */
.fwt400 { font-weight:400; }/* Regular */
.fwt500 { font-weight:500; }/* Medium */
.fwt700 { font-weight:700; }/* Bold */
.fwt900 { font-weight:900; }/* Black */




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

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



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




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









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

body {
	font-size: 14px;
}


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

header {
	height:120px;
	margin:-120px auto 0;
	padding:10px 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: 186px;
	line-height: 0;
	padding: 14px 30px 20px;
}
header .pc_nav li.logo img {
	margin: 0;
}

header .pc_nav li.nav_bl {
	width: 70%;
	padding-right: 30px;
}


header ul.t_nav {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin: 7px 0 30px;
}

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

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

header ul.t_nav > li.lang > label {
	display: block;
	width: 100%;
	color: #638FA2;
	font-family: "Roboto";
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	padding: 0 5px 0 0;
	cursor: pointer;
}

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

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

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






header ul#g_nav {
	display: flex;
	justify-content: flex-end;
	margin:0;
}

header ul#g_nav li {
	white-space: nowrap;
	padding: 0 0 0 4%;
}



@media only screen and (min-width:850px) {
header ul#g_nav li {
	padding: 0 0 0 6%;
}
}


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

header ul#g_nav li a:hover {
	color: #638FA2;
}

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





/* -------------------------------------------------------------
　タイトル
------------------------------------------------------------- */

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

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

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



/* サブタイトル
------------------------------------------------------------- */

#ttlBl,
#infoGuide,
#infoGuide2 {
	text-align:center;
	font-size:16px;
}

#ttlBl{
	margin:0 10px 50px;
}

#infoGuide{
	margin:0 10px 100px;
}

#infoGuide2{
	margin:0 10px 0px;
}

#ttlBl h1,
#infoGuide h1,
#infoGuide2 h1,
#ttlBl .subttl {
	font-size:38px;
	padding:0;
	line-height:80%;
}

#ttlBl .subttl span {
	font-size:16px;
}


#ttlBl h1 span { font-size:16px; }

#ttlBl h2,
#infoGuide h2,
#infoGuide2 h2 { font-size:30px; }




/* 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;
}






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

#bread_crumb{
    padding: 5px 25px;
}
#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: 70px 0;
}
footer .nav_fram > li:nth-child(1) {
	width: 58.62%;
	padding: 10px 6.15% 0 0;
}
footer .nav_fram > li:nth-child(2) {
	width: 41.38%;
	padding: 0 10.38% 0 6.15%;
}

footer #h_info {
	font-size: 12px;
}
footer #h_info h2 {
	margin: 0 0 8px;
}
footer #h_info img {
	width: 190px;
	*height: 140px;
	max-width: unset;
	margin: 0 0 50px;
}
footer #h_info .tel {
	margin: 12px 0 20px;
}


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

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 {
	font-size: 12px;
}

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




/* -------------------------------------------------------------
　ウイルスチェック
------------------------------------------------------------- */

#virusChk {
	width:100%;
	font-size:14px;
}

#virusChk #virusDate {
	max-width:1250px;
	line-height:100%;
	margin:0 auto;
	padding:15px 10px 15px 30px;
	background:url(/img/common/mk_vc.png) 0 50% no-repeat;
}




/* -------------------------------------------------------------
　その他
------------------------------------------------------------- */


p.caption {
	font-size:12px;
	margin: 10px 10px 0;
}




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

a.toPtop {
	display: none;
}




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


} /*media Queries PC 801*/



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



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



