@charset "utf-8";

/* body
----------------------------------------------------------- */

body {
	min-width: 100%;
	background:url(../img/common/bg_footer.jpg) center bottom no-repeat;
	background-size :auto 534px;
}

/* Wrap
----------------------------------------------------------- */
.wrapper {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	padding: 0 0;
	text-align: left;
}

.spWrapper {
	width: 95%;
	min-width: 95%;
	margin: 0 auto;
	text-align: left;
}


/* HEADER
----------------------------------------------------------- */
header {
	/*border-bottom: 1px solid #b09462;*/
	height: 47px;
}

header .wrapper {
	height: 47px;
	background: #fff;
	position: relative;
	z-index: 300;
}


#logo {
	/* width: 153px; */
	width: 130px;
	position: absolute;
	/* top: 11px; */
	top: 13px;
	left: 7px;
}
#logo img {
	width: 100%;
}
#logo a:hover img {
	opacity: 1;
}

.head_tel{
display:block;
	position: absolute;
	top: 10px;
	right: 50px;
padding-left: 30px;
line-height:26px;
font-size:165%;
background: url(../img/common/ico_head_tel.png) no-repeat 0 50%;}

#spBtnMenu {
	position: absolute;
	top: 0px;
	right:0px;
}
#TEL{
	position: absolute;
	top: 10px;
	right:95px;
}
#spBtnAccess{
	position: absolute;
	top: 10px;
	right:55px;
}

#spHeadResWrap {
	width: 68px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 125px;
}
#spHeadResWrap dt {
	display: block;
	height: 8px;
/*
	position: absolute;
	top: 0;
	left: 0;
*/
}
#spHeadResWrap dt img {
	vertical-align: top;
}
#sp_btnResStay{
	position: absolute;
	bottom: 0;
	right: 0;
}
#sp_btnResRest{
	position: absolute;
	bottom: 0;
	left: 0;
}


/* spGnav
--------------------------------- */
#spHeadMenu {
	width: 100%;
	padding-top: 0px;
	position: fixed;
	top: -795px;
	overflow: scroll;
	background: #ebeae4;
	z-index: 10000;
	padding-bottom: 20px;
	-moz-box-shadow: 0px 3px 10px #4c4c4c;
	-webkit-box-shadow: 0px 3px 10px #4c4c4c;
	box-shadow: 0px 3px 10px #4c4c4c;
	overflow-y: scroll;
	height: 100%;
}


#spHeadResMod {
	width: 100%;
	position: absolute;
	top: -390px;
	overflow: visible;
	background: #ebeae4;;
	z-index: 250;
	padding-bottom: 25px;
	-moz-box-shadow: 0px 3px 10px #4c4c4c;
	-webkit-box-shadow: 0px 3px 10px #4c4c4c;
	box-shadow: 0px 3px 10px #4c4c4c;

}

#spGnav {
	width: 100%;
}

#spGnav li {
	width: 50%;
	height: 41px;
	box-sizing: border-box;
	float: left;
	border-bottom: 1px solid #cbcbcb;
	color: #4c4c4c;
	font-size: 12px;
	font-weight: bold;
}
#spGnav li:nth-child(2n+1){
	border-right: 1px solid #cbcbcb;
}

/* ハンバーガー内が奇数の場合のみ */
#spGnav.mice_new li:first-child {
	width: 100%;
}
#spGnav.mice_new li:nth-child(2n){
	border-right: 1px solid #cbcbcb;
}


#spGnav li a {
	width: 100%;
	height: 41px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	color: #4c4c4c;
	line-height: 41px;
}
#spGnav li:nth-child(2) a,
#spGnav li:nth-child(1) a {
	padding-top: 10px;
	line-height: 26px;
}


.btnTel {
	padding: 20px 0;
}

.gresClose,
.gnavClose {
	text-align: center;
}
.gresClose img,
.gnavClose img {
	width: 24px;
}


#spLang {
	/* padding: 20px 10px 0; */
		padding: 0px 10px 0;
}

#spLang li {
	display: inline-block;
	margin-right: 6px;
	line-height: 1;
	padding-left: 16px;
	background: url(../img/common/list_icon02.png) no-repeat 0 50%;
	font-size: 12px;
}

/* container
----------------------------------------------------------- */
#container{
	padding-top:47px;
}



/* FOOTER
------------------------------------------------------------------------ */

#footer{
	/* background:url(../img/common/bg_resmod_footer.png) left top repeat-x;
	background:none; */
	background: #4d7c9393;
	height:520px;
}
.footLogo{
	width:100px;
}

/* footInfoWrap,footLinkWrap
---------------------------------------------------------- */

#footInfoWrap,#footLinkWrap {
	font-size: 130%;
}

#footInfoWrap {
	padding: 10px 0 75px;
}
#footLinkWrap {
	padding: 15px 0;
}

.footAdd{
	margin-bottom:15px;
}
.footTel{
	margin-bottom:15px;
}
.footTel span{
	font-size:180%;
}
.footTel span a{
	color:#FFF!important;
}
.footSns img{
	margin:0 6px;
	width:30px;
}


/* copyright
--------------------------------------------------------- */
#copyright {
	font-size: 9px;
	padding: 15px 0;
	text-align: center;
}


/*PAGE TOP
--------------------------------------------------------- */

#spPageTop {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-60px;
	width:122px;
	height:60px;
}


/*spFixedFootMenu
---------------------------------------------------------- */
#spFixedFootMenu {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	border-top: 1px solid #bebebe;
	z-index:9999;
}

#spFixedFootMenu li {
	width: 33%;
	height: 50px;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #bebebe;
	text-align: center;
	cursor: pointer;
	color: #00abc0;
	font-size: 11px;
	font-weight: bold;
}
#spFixedFootMenu li:first-child {
	border-left: none;
	background: url(../img/common/sp_bg_fix_stayres.png) no-repeat 50% 0;
	background-size: auto 50px;
}
#spFixedFootMenu li:nth-child(2) {
	border-left: none;
	background: url(../img/common/sp_bg_fix_stayres.png) no-repeat 50% 0;
	background-size: auto 50px;
}
#spFixedFootMenu li:nth-child(5) {
	background: url(../img/common/sp_bg_fix_restres.png) no-repeat 50% 0;
	background-size: auto 50px;
	box-sizing: border-box;
	padding-top: 5px;
}
#spFixedFootMenu li:nth-child(3) {
	background: url(../img/common/sp_bg_fix_air.png) no-repeat 50% 100%;
	background-size: auto 70px;
}
#spFixedFootMenu li:nth-child(4) {
	background: url(../img/common/sp_bg_fix_houjin.png) no-repeat 50% 0;
	background-size: auto 50px;
}

#spFixedFootMenu li a {
	display: block;
	height: 50px;
	color: #00abc0;
	box-sizing: border-box;
	padding-top: 5px;
}



/*corona
--------------------------------------------------------- */

.coronabox{
padding:40px 20px;
}
.coronabox h3{
font-size:130%;
padding-bottom:20px;
}
.coronabox .indent{
padding-bottom:5px;
}
.coronabox .txtright{
padding-top:20px;
}
/* フローティング
-----------------------*/
.rfix-ba {
	display: none;
	z-index: 100;
    position: fixed;
    bottom: 52px;
		left: 0;
}
.rfix-ba .rfix_box {
	width: 90%;
	margin: auto;
}
.rfix-ba .rfix_box a img {
	max-width: 100%;
	height: auto;
}
.rfix_box .rfix-ba-close {
	position: absolute;
    top: -14px;
    right: 8px;
}
.rfix_box .rfix-ba-close a i {
	font-size: 18px;
    z-index: 888;
    color: #1f3b53;
    background: #fff;
    padding: 4px 6px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
#tripla_area {
	position: relative;
	width: 100%;
	min-width: 100%;
}
#booking {
	margin: 10% auto 0;
}
#tripla_area .resLink {
	padding-top: 20px;
	    width: 83%;
	    margin: auto;
	    font-size: 12px;
			text-align: left;
}
#tripla_area .resLink li {
 margin-left: 0px!important;
 margin-bottom: 10px;
}
#tripla_area .resLink li:nth-child(2) {
	margin-left: 1%!important;
}
#tripla_area .confirm_link {
    right: 15%;
    bottom: 44.2%;
}
/* 220128追加 */
.btn-wrap {
	width: 90%!important;
}
a.btn-c span {
	font-size: 20px!important;
    left: calc(50% - 124px)!important;
    padding: 0.2rem 1.5rem!important;
    border: 1px solid #b24949!important;
    top: -35px;
    text-align: center;
}
a.btn-c {
font-size: 16px!important;
padding: 1.5rem 1rem 0.5rem!important;
}
a.member_tap {
    display: block;
    position: absolute;
    top: 0;
    right: 50px;
    font-size: 162%;
    font-weight: bold;
    color: #fff;
    background: rgb(207, 12, 93);
    height: 40px;
    padding: 0 22px;
    line-height: 1em;
    padding-top: 7px;
}
a.member_tap span {
	display: block;
	font-size: 11px;
}
a.member_tap::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 47.5%;
    right: 5px;
    margin-top: -6px;
    background: url(../img/common/list_icon02_white.png) no-repeat 0 0;
}

a.member_tap:hover {
	text-decoration: none;
}

/* 220826 */
/* ポップアップ中身 */
.area_lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: .3s;
}
.area_lightbox.active {
  pointer-events: auto;
  opacity: 1;
}
.area_lightbox_wrap {
  background: rgba(0,0,0,.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.area_lightbox div.lightbox_contents {
  max-width: 530px;
  width: 90%;
  background: #fff;
  border-radius: 40px;
  padding: 15% 6% 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: auto;
  position: relative;
  top: 30px;
  transition: .3s;
  min-height: 250px;
	overflow-y: auto;
	max-height: 94vh;
	box-sizing: border-box;
}
.area_lightbox.active div.lightbox_contents {
  top: 0;
}
.area_lightbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.area_lightbox .close::before,
.area_lightbox .close::after {
  content: '';
  display: block;
  width: 25px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.area_lightbox .close::after {
  transform: rotate(-45deg);
}
.area_lightbox div.lightbox_contents dl {
  width: 100%;
  position: relative;
  display: none;
}
.area_lightbox div.lightbox_contents dl.active {
  display: block;
}
.area_lightbox div.lightbox_contents dl dt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #7E7E7E;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.area_lightbox div.lightbox_contents dl dt::before {
  content: '';
  width: 25px;
  height: 30px;
  background: url(../img/ico_map.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
}
.area_lightbox div.lightbox_contents dl dd {
  max-width: 320px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 2;
}
.area_lightbox div.lightbox_contents dl dd span {
  margin: 0 10px;
}
.area_lightbox .contact {margin: 20px 0;padding: 10px;border: solid 1px #ccc;border-radius: 10px;}

.area_lightbox div.lightbox_contents .reseerve_list {
	margin-bottom: 5%;
	width: 100%;
}

.area_lightbox div.lightbox_contents .reseerve_list:last-of-type {
	margin-bottom: 0;
}

.area_lightbox div.lightbox_contents h3 {
	font-size: 5.8vw;
	margin-bottom: 20px;
	font-weight: bold;
	color: #42210B;
	text-align: center;
	display: block;
	width: 100%;
}

.area_lightbox div.lightbox_contents strong {
	font-size: 4.7vw;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	color: #42210B;
	position: relative;
}

/* .area_lightbox div.lightbox_contents strong {
  font-size: 3.7vw;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #42210B;
  position: relative;
} */

.area_lightbox div.lightbox_contents p {
	font-size: 13px;
	margin-bottom: 5%;
  font-weight: 500;
}

.area_lightbox div.lightbox_contents strong.reserve01::after {
	content: "";
    background: url(../img/reserve_01.png) no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-44%);
    display: inline-block;
    margin-left: 10px;
}

.area_lightbox div.lightbox_contents strong.reserve02::after {
	content: "";
    background: url(../img/reserve_02.png) no-repeat center/cover;
    width: 56px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-44%);
    display: inline-block;
    margin-left: 10px;
}

.area_lightbox div.lightbox_contents strong.reserve03::after {
	content: "";
    background: url(../img/reserve_03.png) no-repeat center/cover;
    width: 88px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(10%);
    display: inline-block;
    margin-left: 10px;
}

/* .area_lightbox div.lightbox_contents strong.reserve03::after {
  content: "";
  background: url(../img/reserve_03.png) no-repeat center/contain;
  width: 100%;
  max-width: 88px;
  height: 100%;
  max-height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin-left: 2%;
} */

.area_lightbox div.lightbox_contents .reseerve_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}

.area_lightbox div.lightbox_contents .reseerve_list ul li {
	max-width: 250px;
	width: 85%;
	margin: 0 auto 5%;
}

.area_lightbox div.lightbox_contents .reseerve_list ul li:last-child {
	margin: 0 auto;
}

.area_lightbox div.lightbox_contents .reseerve_list ul li a {
	background-color: #00acc0;
	color: #fff;
	font-size: 4.0vw;
	font-weight: bold;
	border-right: 5px solid #4d949d;
	border-bottom: 5px solid #4d949d;
	display: flex;
	align-items: center;
	height: 60px;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

.area_lightbox div.lightbox_contents .reseerve_list ul li a span {
	font-size: 12.5px;
	display: block;
	width: 100%;
	margin-bottom: -15px;
}

.area_lightbox div.lightbox_contents .reseerve_list ul li a span.under {
	margin-bottom: 0;
    margin-top: -15px;
}

#spFixedFootMenu li.long_btn {
	width: 50%;
	font-size: 3.7vw;
  background-position: 50px -10px;
}

#spFixedFootMenu li.long_btn.restaurant {
	padding-top: 15px;
  padding-left: 12px;
	background-position: -9% -10px;
}

#spFixedFootMenu li.long_btn a {
	display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}

#spFixedFootMenu li.long_btn a:hover {
	text-decoration: none;
}

#spFixedFootMenu.popup_list li:nth-child(3) {
	background: url(../img/common/sp_bg_fix_houjin_2.png) no-repeat 50% 0;
	background-size: auto 50px;
	background-color: #e6f6f8;
}

#spFixedFootMenu.popup_list li.long_btn.restaurant:nth-child(3) {
	background-position: -6% -10px;
}

#spFixedFootMenu.popup_list li {
	border-left: 1px solid #7d7d7d;
}

#spFixedFootMenu.popup_list li:first-child {
	background-color: #e6f6f8;
	border-left: none;
}

#spFixedFootMenu.popup_list li a,
#spFixedFootMenu.popup_list li {
	color: #000;
}

#spFixedFootMenu.popup_list {
	border-top: 1px solid #7d7d7d;
}

@media screen and (max-width: 450px) {
	#spFixedFootMenu li.long_btn {
    background-position: 25% -10px;
}
}

@media screen and (min-width: 451px) {
	#spFixedFootMenu li.long_btn {
    background-position: 34% -10px;
		font-size: 18px;
}

#spFixedFootMenu li.long_btn.restaurant {
    padding-top: 12px;
}

#spFixedFootMenu.popup_list li.long_btn.restaurant:nth-child(3) {
    background-position: 17% -10px;
}
}

/* 220829 */
@media screen and (max-width: 450px) {
	#tripla_area .confirm_link.ad_0829 {
		bottom: 24.2%;
	}
}

@media screen and (min-width: 451px) {
	#tripla_area .confirm_link.ad_0829 {
		bottom: 25%;
	}
}

#spBtnAccess {
    position: absolute;
    top: 0px;
    right: 51px;
}

a.member_tap.short {
	right: 100px;
	padding: 7px 30px 0;
}

	.sub_ba {
		display: block;
		margin: 7% auto 20%;
	}
	.sub_ba a {
		margin-bottom: 6%;
    width: 100%;
	}

	.sub_ba.wp strong {
	    font-size: 4.2vw;
	}

	.sub_ba.wp a {
		width: 100%;
	}
	#booking .search-widget-search-container-bf1818 {
		height: 580px;
	}

/* 221026追加	 */
.reserv_label {
	width: 75%;
    margin: auto;
    right: 47px;
    top: 428px;
}
.reserv_label li {
	padding: 5px;
    padding-left: 45px;
}
.reserv_label li a {
	display: block;
}
/* 221206 お客様満足度*/
#questionnaire {
	padding-bottom: 0;
}
#questionnaire #voice .data_wrap {
	padding: 8vw 6% 15vw;
	margin: 0 -4vw 0;
}
#questionnaire #voice .data_wrap .tit {
    font-size: 4.8vw;
    text-align: center;
    margin: 0 0 4vw;
}
#questionnaire #voice .sr_wrap {
    padding: 0 3vw 4vw;
}
.cf:before, .cf::after {
    content: "";
    display: table;
}
#questionnaire #voice .sr_wrap .star_rating:first-child {
    float: none;
}
#questionnaire #voice .sr_wrap .star_rating dl {
    display: table;
    width: 100%;
    text-align: left;
    line-height: 1.75;
		margin-bottom: 5%;
}
#questionnaire #voice .sr_wrap .star_rating dl dt {
    width: 50%;
    font-size: 4vw;
}
#questionnaire #voice .sr_wrap .star_rating dl dd {
    font-size: 5.5vw;
}
#questionnaire #voice .sr_wrap .star_rating dl dd .points {
    font-size: 6vw;
}
#questionnaire #voice .sr_wrap .star_rating {
    width: 100%;
    float: none;
}

/* 230510 */
.link_box_blank {
    padding: 12% 5%;
}

.link_box_blank strong {
    font-size: 5.0vw;
}

.link_box_blank strong::before {
    width: 50px;
    top: 8vw;
    left: -27vw;
}

.link_box_blank strong::after {
    width: 50px;
    top: 8vw;
    right: -15vw;
}

.link_box_blank a {
    padding: 4% 12% 4% 3%;
    font-size: 3.5vw;
}

.link_box_blank a::after {
    width: 5vw;
    height: 5vw;
    right: 6%;
}
.planList .close_text {
	font-size: 13px!important;
	top: 50%;
}
/* 240226 */
.btn-wrap_viking{
	width: 96%!important;
}
.sub_ba_viking {
	display: block;
	margin: 7% auto 7%;
}

.sub_ba_viking a {
	margin-bottom: 6%;
width: 100%;
}

/* 250408 */
#spFixedFootMenu.clm3 li.long_btn {
	width: 33.3%;
	font-size: 4.2vw;
	background: none;
}

#spFixedFootMenu.clm3 li.long_btn.restaurant {
	padding-top: 0;
	padding-left: 0;
}

#spFixedFootMenu.popup_list.clm3 li:first-child,
#spFixedFootMenu.popup_list.clm3 li:nth-child(3) {
	background-color: #0eadcc;
}

#spFixedFootMenu.popup_list.clm3 li:first-child a,
#spFixedFootMenu.popup_list.clm3 li:nth-child(3) a {
	color: #fff;
}

#spFixedFootMenu.popup_list.clm3 li.long_btn a {
padding: 5px;
}

#spFixedFootMenu.popup_list.clm3 {
	border-top: 1px solid #0eadcc;
}

#spFixedFootMenu.popup_list.clm3 li {
	border-left: 1px solid #0eadcc;
}

/* #spFixedFootMenu.popup_list.clm3 li:nth-child(3) {
	background-size: contain;
	background-position: -6% -10px;
}

#spFixedFootMenu.popup_list.clm3 li.long_btn.restaurant:nth-child(3) {
	background-position: 9% -5px;
}

#spFixedFootMenu.clm3 li.long_btn:nth-child(2) {
	background-image: url(../img/common/sp_bg_fix_bbq.png);
	background-position: 12% -10px;

}

#spFixedFootMenu.clm3 li.long_btn:nth-child(1) {
	background-position: 10% -10px;
} */