/* スタイル初期化 */
body {
	line-height: 1;
	margin: 0;
	background-color: #FFF;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}

/* HTML5用 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

fieldset {
	border:0;
	margin: 0;
	padding: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

li {
	padding: 0;
	margin: 0;
}

input, select {
	vertical-align: middle;
}

/* tableタグ*/
table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}

th,td{
	padding:0;
}

caption{
	text-align:left;
} 


/* はみ出し対策 */
body {
	width: 100%;
}

a {
	outline:0;
	border:0;
}

a img {
	border:0;
}

img {
	border:0;
}

html {
	-webkit-text-size-adjust: none
}

@font-face {
font-family: "myFont";
src: url("../font/utsukushi.eot?") format('eot'),
   url("../font/utsukushi.woff") format('woff'),
   url("../font/utsukushi.otf")  format('opentype');
}

/*============================================
基本CSS
===========================================*/
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Lato:400,700);

html,body {
	height:100%;
	position:relative;
}

body {
	margin:0;
	padding:0;
	position:relative;
}


/* 緊急ニュース
#kinkyuNews {
position: fixed;
top:0;
left: 0;
width: 100%;
box-sizing: border-box;
padding: 10px;
line-height: 1.7;
background: #FFF;
border: 3px solid #B0221D;
text-align: center;
	z-index: 10000;
	font-size: 0.85em;
}

#kinkyuNews a {
color:#222;
	font-weight: 700;
	font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#MainNavi {
	top: 50px !important;
}

header {
	margin-top: 50px;
}
 */

/*
#HeaderYoyakuBtn,
#FooterNet li:first-child,
#FooterTelBtn01 {
	display: none;
}
*/

/*--------------------------*/

header {
	position:relative;
	z-index:1;
}

#MenuSpacer {
	height:56px;
}

#HeaderYoyakuBtn {
position: absolute;
right: 150px;
top:5px;
width: 50px;
z-index: 1000;
}

#HeaderLangBtn {
position: absolute;
right: 100px;
top:5px;
width: 50px;
z-index: 1000;
}

#HeaderInstaBtn {
position: absolute;
right: 50px;
top:5px;
width: 50px;
z-index: 1000;
}

#HeaderYoyakuBtn img,
#HeaderLangBtn img,
#HeaderInstaBtn img {
max-width: 100%;
}

/* ヘッダーナビ */
#MainNavi {
	width:100%;
	box-sizing:border-box;
	padding:10px;
	position:fixed;
	z-index:10000;
	background:#FFF;
	height:56px;
	border-bottom:1px solid #CCC;
	top:0;
	left:0;
}

/* ロゴ */
#MainNavi h1 {
	width:136px;
	padding-top:5px;
	z-index:100;
	position:relative;
}

#MainNavi h1 img {
	width:100%;
}

#MainNavi h1 a {
	display:block;
	transition: all  0.3s ease;
}

#MainNavi h1 a:hover {
	opacity:0.8;
}

#MainNavi nav {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	box-sizing:border-box;
	z-index:10;
}

#MainNavi #navBtn {
	width:50px;
	height:50px;
	background:url(../img/main_menu_btn.png) no-repeat;
	background-size:contain;
	cursor:pointer;
	float:right;
}

#MainNavi #navBtn.closeBtn {
	background:url(../img/main_menu_close_btn.png) no-repeat;
	background-size:contain;
}


#MainNavi ul {
	width:100%;
	background:rgba(255,255,255,0.95);
	position:relative;
	clear:both;
	box-sizing:border-box;
	display:none;
	z-index:100;
}

#MainNavi li {
	padding:10px;
	border-bottom:1px solid #CCC;
	position: relative;
}

#MainNavi li a {
	display:block;
	font-size:0.95em;
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	color:#333;
	text-decoration:none;
	background:url(../img/news_arrow.png) no-repeat right;
	background-size:auto 0.5em;
	line-height:1.8;
}

/* instaメニュー */
#MainNavi li#m08 a {
	background:url(/img/icon_new_win_gray.svg) no-repeat right;
	background-size:auto 0.75em;
}

#MainNavi li#m08 a span {
	display: block;
	padding-left: 1.2em;
}

#MainNavi li#m08 a span::before {
	content: "";
	width: 1em;
	height: 1em;
	background-image: url(/img/icon_insta.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}


/* 予約ボタン */
#HeaderReserveBtn {
	position:absolute;
	top:13px;
	right:55px;
	z-index:20;
}

#HeaderReserveBtn a {
	display:block;
	background: linear-gradient(to bottom, #00b7ea 0%,#009ec3 100%);
	background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
	border:1px solid #009ec3;
	padding:7px;
	color:#FFF;
	border-radius:3px;
	display:block;
	font-size:0.7em;
	font-family: "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 0 -1px 1px #999;
}

#HeaderReserveBtn a img {
	width:100%;
}

/* 連絡先 */
#MainAddress {
	background:#00A4DB;
	padding:8px;
	padding-bottom:3px;
	overflow:hidden;
}

#MainAddress address {
	font-style:normal;
	margin:auto;
}

#MainAddress dl {
	width:100%;
	overflow:hidden;
	font-family: "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin-bottom:5px;
}

#MainAddress dt {
	width:27%;
	background:#FFF;
	color:#333;
	font-size:0.55em;
	text-align:center;
	float:left;
	border-radius:3px;
	padding-top:5px;
	padding-bottom:5px;
	color:#00A4DB;
	font-weight:bold;
}

#MainAddress dd {
	font-size:0.75em;
	color:#FFF;
	width:70%;
	float:right;
	line-height:18px;
}

#MainAddress span {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:1.25em;
}

#MainAddress span a {
	color:#FFF;
	text-decoration:underline;
}

#MainAddress em {
font-size: 0.8em;
font-style: normal;
display: block;
}


/* ページコンテンツ（全体）*/
#MainContWrapper {
	overflow:hidden;
	position:relative;
	padding-bottom:20px;
}

.ContBox {
	width:100%;
	box-sizing:border-box;
	/*padding:10px;*/
	margin:auto;
	overflow:hidden;
	position:relative;
	color:#222;
}

/* コンテンツ入り口 */
#BottomContWrapper {
	background:#00A3D9 url(../img/footer_cont_BG.png) repeat-x center 0;
	background-size:200%;
	padding-top:10px;
	box-sizing:border-box;
	width:100%;
}

#BottomContInner {
	background:url(../img/footer_cont_monyou_BG.png) repeat-x center bottom;
	background-size:300%;
	padding:10px;
	box-sizing:border-box;
	width:100%;
}

.BottomContBox {
	width:100%;
	overflow:hidden;
	clear:both;
	box-sizing:border-box;
	padding-top:15px;
	padding-bottom:20px;
	border-bottom:1px dotted #FFF;
	position:relative;
}

.BottomContBox:last-child {
	border-bottom:0;
}

.BottomContBox h3 {
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	font-weight:normal;
	font-size:1.3em;
	color:#FFF;
	line-height:1.8;
}

.BottomContBox p {
	font-family: "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size:0.7em;
	color:#FFF;
	line-height:1.5;
	text-align:justify;
	text-justify:inter-ideograph;
	margin-left:42%;
	letter-spacing:-0.05em;
}

@media only screen  and (min-device-width : 375px) {
.BottomContBox p {
	font-size:0.78em;
	letter-spacing:-0.02em;
}
}

.BottomContBox a {
	text-decoration:none;
	transition: all  0.3s ease;
	display:block;
}

.BottomContBox a img {
	width:40%;
	display:block;
	float:left;
}

.BottomContBox .MoreBtn {
	display:block;
	font-family: "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	text-decoration:none;
	font-size:0.6em;
	color:#00A3D9;
	line-height:1.2em;
	padding-left:10px;
	padding-right:10px;
	padding:5px;
	margin-left:37%;
	position:absolute;
	right:0;
	top:23px;
	border-radius:3px;
	background: linear-gradient(to bottom, #ffffff 32%,#e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 32%,#e5e5e5 100%);
}

.BottomContBox a strong {
	background:url(../img/list_link_arrow.png) no-repeat left;
	background-size:14px;
	padding-left:12px;
}


/* 写真帯 */
#BottomPhoto {
	height:150px;
	clear:both;
}

#BottomPhoto img {
	height:150px;
}

/* フッター */
footer {
	background:url(../img/footer_BG.png) repeat-x center top;
	background-size:200%;
	padding-top:40px;
}

#FooterLogo {
	padding-top:15px;
	padding-bottom:10px;
	text-align:center;
	background:#FFF;
}

#FooterLogo h2 {
	padding-bottom:10px;
}

#FooterLogo address {
	font-family: "Droid Sans", "Times New Roman","Hiragino Mincho ProN", serif;
	font-size:0.7em;
	line-height:1.4;
	font-style:normal;
	padding-bottom:5px;
}

#FooterLogo a {
	background:#FFF;
	line-height:1.2;
	padding:7px;
	padding-left:30px;
	display:block;
	color:#1790B9;
	font-size:0.9em;
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
	transition: all  0.3s ease;
	border-radius:3px;
}

#FooterLogo a strong {
	background:url(../img/header_pdf_icon.png) no-repeat left;
	display:block;
	font-weight:400;
	line-height:1.2;
	text-shadow: 0 1px 1px #FFF;
}

#FooterLogo a span {
	font-size:0.70em;
	color:#666;
	font-family: "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	display:block;
}

#FooterSitemap {
	width:90%;
	padding-bottom:15px;
	box-sizing:border-box;
	margin:auto;
}

#FooterSitemap li {
	line-height:1.9em;
}

#FooterSitemap li a {
	color:#444;
	font-size:0.8em;
	text-decoration:none;
	background:url(../img/footer_link_arrow.png) no-repeat left;
	padding-left:12px;
	display:block;
}


#FooterTelLeft {
	width:430px;
	float:left;
	text-align:center;
}

#FooterTelRight {
	width:480px;
	float:right;
}

#FooterTelLeft h3,
#FooterTelRight h3 {
	text-align:center;
	font-family: "Droid Sans", "Times New Roman","Hiragino Mincho ProN", serif;
	font-size:1em;
	letter-spacing:0.2em;
	padding-bottom:10px;
}

#FooterTelLeft address {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:2.6em;
	font-style:normal;
	letter-spacing:0.1em;
}

#FooterTelRight ul {
	margin-left:-10px;
}

#FooterTelRight li {
	float:left;
	width:153px;
	padding-left:10px;
}

#FooterTelRight li a {
	line-height:50px;
	display:block;
	font-size:0.9em;
	font-family: "Droid Sans", "Times New Roman","Hiragino Mincho ProN", serif;
	border-radius:5px;
	text-align:center;
	text-decoration:none;
	transition: all  0.3s ease;
}

#FooterTelRight li a:hover {
	opacity:0.8;
}

footer p {
	text-align:center;
	clear:both;
	font-family: "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color:#444;
	font-size:0.55em;
	background:#FFF;
	padding-bottom:20px;
}


#FooterContactWrapper {
	width:100%;
	margin:auto;
	padding:14px;
	box-sizing:border-box;
	text-align:center;
	background:#0E8CB6;
	color:#FFF;
}

#FooterContactWrapper h3 {
	font-size:0.8em;
	padding-bottom:10px;
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	font-weight:normal;
}

#FooterContactWrapper a {
	background: linear-gradient(to bottom, #ffffff 32%,#e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 32%,#e5e5e5 100%);
	text-align:center;
	font-style:normal;
	text-decoration:none;
	border-radius:5px;
	padding:7px;
	display:block;
	color:#0E8CB6;
	line-height:1.6;
	border:1px solid #CCC;
}

#FooterContactWrapper a strong {
	background:url(../img/list_link_arrow.png) no-repeat left;
	background-size:14px;
	display:block;
	font-weight:normal;
}

#FooterTel a {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:1.5em;
	letter-spacing:0.1em;
}

#FooterTel {
	/* padding-bottom:30px; */
}

#FooterTel em {
font-size: 0.8em;
font-style: normal;
line-height: 1.8;
}

#FooterNet h3 {
	padding-bottom:0;
}

#FooterNet li {
	padding-top:10px;
}

#FooterNet li a {
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	font-size:1em;
}

footer p {
	padding-bottom: 100px;
}

/*========================
Go To トラベル
========================*/
.goto_wrap {
	background-color: #fcee90;
}

.goto_wrap .in {
	padding: 15px 10px 15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.goto_left_box {
	width: 100%;
}

.goto_left_box dl {
	margin-bottom: 10px;
}

.goto_left_box dt {
	width: 40%;
	margin: 0 auto 10px;
}

.goto_left_box dd {
	font-size: 0.7em;
	line-height: 1.6;
	  text-align: justify;
  text-justify: inter-ideograph;
}

.goto_left_box dt img {
	max-width: 100%;
}

.goto_right_box {
	text-align: center;
	margin-bottom: 10px;
}

.goto_right_box a {
	font-size: 0.8em;
	line-height: 1.6;
	color: #222;
	text-decoration: none;
	border-bottom: 1px dotted #ed1c24;
	padding-bottom: 5px;
	font-weight: 700;
}

/* スマホ用トリプラウィジェット */
#tripla-searching-app {
	display: none;
}

/*============================
スマホ用予約リンク
2021.2.12
============================*/
#sp_room_search {
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index: 2;
	box-shadow: 0 0 6px rgba(0,0,0,0.6);
	display: none;
}

@media screen and (max-width: 992px) {
	#sp_room_search {
		display: block;
	}
}

#sp_room_search .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #111;
}

#sp_room_search .list .link {
	width: 25%;
	position: relative;
}

#sp_room_search .list .link a {
	display: block;
	text-align: center;
	padding: 45px 0 13px;
	font-size: 12px;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	font-family: AppleSystem, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
}

#sp_room_search .list .link a::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 20px;
	height: 20px;
	opacity: 0.5;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* 空室検索 */
#sp_room_search .list .link.search {
	background-color: #023ebe;
}

#sp_room_search .list .link.search a::before {
	background-image: url(../img/common/reserve_icon_search.svg);
}

/* 予約確認 */
#sp_room_search .list .link.confirm {
}

#sp_room_search .list .link.confirm a::before {
	background-image: url(../img/common/reserve_icon_confirm.svg);
}

/* ログイン */
#sp_room_search .list .link.login {
}

#sp_room_search .list .link.login a::before {
	background-image: url(../img/common/reserve_icon_login.svg);
}

/* 会員登録 */
#sp_room_search .list .link.register {
}

#sp_room_search .list .link.register a::before {
	background-image: url(../img/common/reserve_icon_register.svg);
}

/* プラン一覧 */
#sp_room_search .list .link.plan {
}

#sp_room_search .list .link.plan a::before {
	background-image: url(../img/common/reserve_icon_plan.svg);
}

/* おすすめプラン */
#sp_room_search .list .link.pickup {
}

#sp_room_search .list .link.pickup a::before {
	background-image: url(../img/common/reserve_icon_pickup.svg);
	top: 12px;
	width: 34px;
	height: 24px;
}

/* 非表示パーツ */

/* チャット吹き出し */
/* #tripla-icon-message {
	display: none !important;
} */

/* チャット */
/* .triplabot-icon-container {
	display: none !important;
} */


.menu_active #tripla-icon-message,
.menu_active .triplabot-icon-container {
	display: none !important;
}

#tripla-chat-circle-icon {
	width: 50px !important;
	height: 50px !important;
	bottom: 90px !important;
	right: 10px !important;
}