@charset "utf-8";
/*====================================================
   HTML5 display definitions
====================================================*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

abbr[title] { border-bottom: 1px dotted; }
strong { font-weight: bold; }
dfn { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; clear:both; }
mark {background: #ff0;color: #000}
code,kbd,pre,samp { font-family: monospace, serif ; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; max-width: 100%; height:auto; }
svg:not(:root) { overflow: hidden; }
figure,figcaption { margin: 0;padding:0; }
table { border-collapse: collapse; border-spacing: 0; }

/*====================================================
size style
====================================================*/
.clear { clear: both!important; }
.hide { display: none; }
.vlnT { vertical-align: top!important; }
.vlnM { vertical-align: middle!important; }
.vlnB { vertical-align: bottom!important; }
.vlnL { vertical-align: baseline!important; }
.fltL { float: left!important; }
.fltR { float: right!important; }
.imgL { float: left; margin: 0 15px 15px 0; }
.imgR { float: right; margin: 0 15px 15px; }

/*====================================================
TEXT
====================================================*/
.gth { font-family: "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }
.bold { font-weight: bold; }
.red { color: #BB0003; }
.alnR { text-align: right!important; }
.alnL { text-align: left!important; }
.alnC { text-align: center!important; }

/*====================================================
settings
====================================================*/
:root {
  --fontFamily: "Zen Old Mincho", serif;
  --fontSize: 16px;
  --lineHeight: 1.8em;
  --txtColor: #000;
  --linkColor: #0f2540;
  --mainColor: #0f2540;
  --ColorGold: #897D55;
  --ColorBlack: #000;
  --ctsWidth: 1200px;
}

/*====================================================
Links
====================================================*/
a {
	background: transparent;
	color: var(--linkColor);
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:focus { outline: none; }
a:active,a:hover { outline: 0; opacity:0.8; }
a:link,a:visited {
	color: var(--linkColor);
}
a:hover,a:active {
  opacity: .8;
}
a img {
  border-style: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:hover img {
	opacity: 0.8;
}
a.no_hvr:hover, a.no_hvr:hover img {
  opacity: 1!important;
}

/*====================================================
common hack style
====================================================*/
/* */
.cf:after { content: ''; display: block; clear: both; height: 0; visibility: hidden; }
/* for IE6,7 */
.cfi {zoom: 1;display: inline-table;min-height: 1%; }
/* number bug IE6 */
ul, ol, li { zoom: normal; }
img { vertical-align: bottom; }
* {
  word-break: break-all;
  box-sizing: border-box;
}

/*====================================================
Common
====================================================*/
h1,h2,h3,h4,h5,p {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul,li,dl,dt,dd,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bold { font-weight: bold; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }
.size21 { font-size: 21px; }
.size22 { font-size: 22px; }
.size23 { font-size: 23px; }
.size24 { font-size: 24px; }
.size25 { font-size: 25px; }
.size26 { font-size: 26px; }
.size27 { font-size: 27px; }
.size28 { font-size: 28px; }
.size29 { font-size: 29px; }
.size30 { font-size: 30px; }
.red { color: #D60003; }

.mb0 { margin-bottom: 0 !important; }
.mb3 { margin-bottom: 3px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.mt0 { margin-top: 0 !important; }
.mt3 { margin-top: 3px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.mr0 { margin-right: 0 !important; }
.mr3 { margin-right: 3px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }

.ml0 { margin-left: 0 !important; }
.ml3 { margin-left: 3px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }

.pb0 { padding-bottom: 0 !important; }
.pb3 { padding-bottom: 3px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }

.pt0 { padding-top: 0 !important; }
.pt3 { padding-top: 3px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }

.pl0 { padding-left: 0 !important; }
.pl3 { padding-left: 3px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }

.pr0 { padding-right: 0 !important; }
.pr3 { padding-right: 3px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }

/*====================================================
Base css
====================================================*/
html {
	height:100%;
	margin: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: var(--fontFamily);
  background: #fff;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
  opacity: 0;
  font-size: var(--fontSize);
  line-height: var(--lineHeight);
  font-weight: 400;
  font-style: normal;
  color: var(--mainColor);
}
body#top {
  background: #E6D8B8;
}
#intro_anim {
  width: 100vw;
  height: 100%;
  height: 100svh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
}
#intro_anim svg {
  width: 100vw;
  height: 100%;
  height: 100svh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
}
#intro_anim .st1 {
  fill: #fff;
  x: -50;
  y: -60;
}
#intro_anim .st2 {
  fill: var(--mainColor);
  x: -50;
  y: -60;
}
#intro_anim .circle {
  fill: #000;
  stroke-width: 0px;
  cx: 50;
  cy: 50;
  r: 1;
  transform: scale(0);
  transform-origin: center;
}
#intro_anim .circle.active {
  animation: loading02 .5s 1.5s ease-out forwards;
}
@keyframes loading {
  0% {
    r: 0;
  }
  99.999%,100% {
    r: 40%;
  }
}
@keyframes loading02 {
  0% {
    transform: scale(0);
  }
  99.999%,100% {
    transform: scale(40);
  }
}
#intro_anim #rect1 {
  mask:url(#mask1);
}
main {
	width: 100%;
	margin: 0;
	padding: 0;
}
#lower main {
  margin: 120px 0 0 0;
}
section {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.wrap {
	max-width: var(--ctsWidth);
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 50px 0;
}
.wrap.min {
	max-width: 1000px;
}
#lower main > section:last-of-type .wrap {
  padding-bottom: 160px !important;
}
.ctsBox {
	width: 100%;
	margin: 0;
	padding: 0;
}
iframe {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
img {
	max-width: 100%;
	width:auto;
	height: auto;
	vertical-align: bottom;
}

/*フェードイン アニメーション*/
.fade{
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
	transition: .8s;
}
.mv_in{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/*リンクボタン*/
.btnBox {
  width: 100%;
	margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
}
a.linkBtn {
	border: 1px solid var(--mainColor);
	color: #fff;
	background: var(--mainColor);
	text-align: center;
	text-decoration: none;
	font-size: 16px;
  line-height: 1.4em;
	display: flex;
  justify-content: center;
  align-items: center;
	margin: 0 auto;
	padding: 10px;
  border-radius: 10px;
	max-width: 425px;
	width: 100%;
  height: 80px;
  position: relative;
}
a.linkBtn:before {
  content: '';
  width: 14px;
  height: 6px;
  background: url(../images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
}
a.linkBtn:hover {
  opacity: 1;
}
a.linkBtn:hover:before {
  animation: linkBtnHover .3s ease-out .1s forwards;
}
@keyframes linkBtnHover {
  0% {
    transform: translate(0,-50%);
  }
  50% {
    transform: translate(5px,-50%);
  }
  100% {
    transform: translate(0,-50%);
  }
}
a.btn_circle,
a .btn_circle,
.btn_circle {
  width: 140px!important;
  height: 140px;
  border-radius: 140px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid var(--mainColor);
  color: var(--linkColor);
  background: rgba(255,255,255,1);
  filter: drop-shadow(10px 10px 20px rgba(0,0,0,.2));
  text-decoration: none;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: bold;
  text-align: center;
}
a.btn_circle span,
a .btn_circle span,
.btn_circle span {
  margin-top: 15px;
  padding-bottom: 25px;
  transition: .3s;
}
a.btn_circle.line2 span,
a .btn_circle.line2 span,
.btn_circle.line2 span {
  padding-bottom: 15px;
}
a.btn_circle:hover,
a:hover .btn_circle {
  opacity: 1;
  background: var(--mainColor);
  color: #fff;
}
a.btn_circle span.arrow,
a .btn_circle span.arrow,
.btn_circle span.arrow {
  background: url("../images/icon/btn_circle_arrow.png") no-repeat center bottom;
}
a.btn_circle:hover span.arrow,
a:hover .btn_circle span.arrow {
  background: url("../images/icon/btn_circle_arrow_wht.png") no-repeat center bottom;
}
a.btn_circle span.link,
a .btn_circle span.link,
.btn_circle span.link {
  background: url(../images/icon/link_large.png) no-repeat center bottom / 20px auto;
  padding-bottom: 30px;
}
a.btn_circle:hover span.link,
a:hover .btn_circle span.link {
  background: url(../images/icon/link_wht_large.png) no-repeat center bottom / 20px auto;
}
a.btn_circle span.pdf,
a .btn_circle span.pdf,
.btn_circle span.pdf {
  background: url(../images/icon/pdf.png) no-repeat center bottom / 20px auto;
  padding-bottom: 30px;
}
a.btn_circle:hover span.pdf,
a:hover .btn_circle span.pdf {
  background: url(../images/icon/pdf_wht.png) no-repeat center bottom / 20px auto;
}
.btn_wrap {
  justify-content: center;
  gap: 25px
}
a.txt_link {
  text-decoration: none;
  color: var(--mainColor);
  display: inline-block;
}
a.txt_link:hover {
  text-decoration: underline;
}
a.txt_link.icon {
  padding: 0 20px 0 0;
  position: relative;
}
a.txt_link.icon.link:after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../images/icon/link.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}


/*パンくず*/
#b_listBox {
  display: inline-block;
  width: 100%;
  margin: 0 auto 40px;
  vertical-align: top;
  padding: 15px 0;
  position: relative;
  z-index: 555;
}
#b_listBox .wrap {
  padding: 0;
}
ul.b_list {
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 1.4em;
  color: var(--linkColor);
  font-weight: 700;
  display: inline-block;
}
ul.b_list li {
  display: inline;
  margin: 0;
  padding: 0;
}
ul.b_list li:last-child {
  margin: 0;
}
ul.b_list a {
  text-decoration: underline;
  color: var(--linkColor);
  padding: 0;
  margin: 0 6px 0 0;
  position: relative;
}
ul.b_list li a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--linkColor);
  border-right: 1px solid var(--linkColor);
  transform: translate(0, -2px) rotate(45deg);
  display: inline-block;
  margin: 0 0 0 6px;
}

/*ページトップ*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index:999;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: .1em;
  padding-top: 120px;
  color: rgba(255,255,255,.6);
}
.pagetop a {
  color: rgba(255,255,255,.6)!important;
  text-decoration: none;
}
.pagetop:before {
  content: '';
  width: 1px;
  height: 110px;
  background: rgba(255,255,255,.5);
  position: absolute;
  left: calc(50% - 4px);
  top: 0;
  z-index: 1;
}
.pagetop:after {
  content: '';
  width: 11px;
  height: 7px;
  background: url("../images/icon/pulldown_wht.png") no-repeat center / contain;
  position: absolute;
  left: calc(50% - 9px);
  top: 0;
  transform: rotate(180deg);
  z-index: 2;
}

/*共通スタイル*/
.flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.center {
  justify-content: center!important;
}
.flex.left {
  justify-content: flex-start!important;
}
.flex.right {
  justify-content: flex-end!important;
}
.reverse {
  flex-direction:row-reverse;
}
.half_wrap {
  justify-content: flex-start;
  align-items: center;
}
.half_wrap .halfBox {
	width: 50%;
	margin: 0;
	padding: 0;
  position: relative;
}

#ovr.fixed {
  position: fixed;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  transition: .3s linear;
  background-color:rgba(0,0,0,0.75);
  z-index: 99998;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 120%;
}
input:focus,
select:focus {
  outline: none;
}

/*====================================================
Header
====================================================*/
header {
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 52px;
  left: 0;
  z-index: 99999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#lower header {
  background: #fff;
  padding-top: 52px;
  top: 0;
}
header.nav_open {
  transition: 0s;
  z-index: 99999;
}
header #h_logo {
  width: 200px;
  margin: 20px 0;
  padding: 0;
  position: relative;
  z-index: 99999;
  transition: .3s;
}
header #h_logo .logo {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.scroll {
  top: 0;
  background: rgba(15, 37, 64, .6);
  backdrop-filter: blur(12px);
}
#lower header.scroll {
  padding-top: 0;
}
header .wrap {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: calc(100% - 80px);
  max-width: inherit;
}

#lower header .logo.wht {
  display: none;
}

/* ====================================================
nav
==================================================== */
header nav {
  width: auto!important;
  align-items: flex-end;
  position: relative;
  z-index: 9999;
}
header nav:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  transition: .3s;
}
header.scroll nav:before {
  width: calc(100vw - 80px);
  display: none;
}
header nav .sp_block {
  display: none;
}
ul.g_nav {
  align-items: center;
  /*background: rgba(15,37,64,.6);
  backdrop-filter: blur(12px);*/
  width: auto;
  position: relative;
	padding: 8px 8px 8px 20px;
  border-radius: 10px;
}
ul.g_nav li {
	padding: 0;
  margin: 0 15px 0 0;
	position: relative;
}
ul.g_nav > li:last-child {
  margin: 0;
}
ul.g_nav a {
	font-size: 14px;
	text-decoration: none;
	color: #000;
	padding: 5px;
	font-weight: 900;
  position: relative;
  display: inline-block;
}
header.scroll ul.g_nav a {
	color: #fff;
}
ul.g_nav a.icon {
  padding-right: 15px;
}
ul.g_nav a.icon.link:after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/icon/link_wht.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
ul.g_nav li.contact {
  margin-right: 7px;
  margin-left: 10px;
}
ul.g_nav li.language {
  background: rgba(255,255,255,.8);
  border-radius: 15px;
  color: #000;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: .1em;
  padding: 5px 8px 5px 13px;
  position: absolute !important;
  top: -37px;
  right: 0;
  transform: translate(0, 0);
  z-index: 99;
}
#lower ul.g_nav li.language {
  border: 1px solid var(--mainColor);
}
ul.g_nav li.language span {
  position: relative;
  padding: 0 20px 0 0;
}
ul.g_nav li.language span:before {
  content: '';
  width: 16px;
  height: 6px;
  background: url("../images/icon/pulldown.png") no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,0);
}
ul.g_nav li.trg.language ul {
  background: none;
  position: relative;

}
ul.g_nav li.trg.language ul li {
  padding: 0;
  margin: 0;
}
ul.g_nav li.trg.language ul li a,
ul.g_nav li.trg.language ul li a:hover {
  color: var(--txtColor)!important;
}
ul.g_nav li.sub_menu {
  width: auto;
  height: 27px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: absolute !important;
  right: 130px;
  top: -37px;
  background: rgba(255, 255, 255, .8);
  border-radius: 15px;
  margin: 0 !important;
  padding: 0 10px !important;
}
#lower ul.g_nav li.sub_menu {
  border: 1px solid var(--mainColor);
}
ul.g_nav li.sub_menu a {
  font-size: 13px;
  line-height: 1.2em;
  padding: 0;
}
ul.g_nav li.contact a {
  background: #fff;
  border-radius: 8px;
  color: #000!important;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: .1em;
  padding: 14px;
  border: 1px solid #000;
}
#lower ul.g_nav li.contact a {
  border: none;
}
ul.g_nav li.reserv {
  margin: 0;
}
ul.g_nav li.reserv a {
  background: #817451;
  color: #fff!important;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: .1em;
  padding: 14px 45px;
}
ul.g_nav li.sp_submenu {
  display: none;
}

/*ドロップダウンメニュー*/
ul.g_nav li.trg {
	position: relative;
}
ul.g_nav li.trg ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0,0,0,0.6);
  width: 100%;
  margin: 0;
	display: none;
	padding: 10px 0 0;
}
ul.g_nav li.trg.open ul {
	display: block;
}
ul.g_nav li.trg ul li {
	width: 100%;
	padding: 0 10px;
}
ul.g_nav li.trg ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	display: block;
	text-align: left;
	padding: 10px 5px;
	line-height: 1.5em;
}
ul.g_nav li.trg ul li a:hover
,ul.g_nav li.on a {
	color: #fff;
}

/*nav btn*/
.nav_btn {
  display: none;
  border: none;
  background: #fff;
  width: 40px;
  height: 40px;
  text-indent: -900em;
  position: relative;
  cursor: pointer;
  outline: none;
  margin: 0px;
  padding: 0;
  border-radius: 6px;
  transform: translate(0,0);
}
.nav_btn span:nth-of-type(1) {
  top: 16px;
}
.nav_btn span:nth-of-type(2) {
  top: 22px;
}
.nav_btn.open span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-225deg);
  transform: translate(-50%, 3px) rotate(-225deg);
  transform-origin: center;
}
.nav_btn.open span:nth-of-type(2) {
  -webkit-transform: translateY(-10px) rotate(225deg);
  transform: translate(-50%, -3px) rotate(225deg);
  transform-origin: center;
}
.nav_btn span {
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #000;
  border-radius: 0;
  transform: translate(-50%,0);
  transition: all .4s;
}
header.scroll .nav_btn span {
  background-color: #000;
}
header .sp_menu {
  display: none;
}
ul.g_nav li.sp_acc {
  display: none;
}

#lower ul.g_nav a {
	color: var(--mainColor);
}
#lower header nav:before {
  content: none;
}
#lower ul.g_nav a.icon.link:before {
  background: #fff;
}
#lower ul.g_nav a.icon.link:after {
  background: url(../images/icon/link.png) no-repeat center / contain;
}
#lower ul.g_nav li.contact a {
  background: #edede4;
}

ul.g_nav li a:after {
  content: none;
  width: 100%;
  height: 3px;
  background: var(--mainColor);
  position: absolute;
  left: 0;
  bottom: -5px;
}
/* body.n-rooms ul.g_nav li.n-rooms a:after,
body.n-restaurant ul.g_nav li.n-restaurant a:after,
body.n-spa ul.g_nav li.n-spa a:after,
body.n-shop ul.g_nav li.n-shop a:after,
body.n-banquet ul.g_nav li.n-banquet a:after,
body.n-experience ul.g_nav li.n-experience a:after,
body.n-access ul.g_nav li.n-access a:after {
  content: '';
} */


/* ====================================================
Footer
==================================================== */
footer {
	width: 100%;
	background: var(--mainColor);
  color: #fff;
	font-size: 13px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}
footer .wrap {
	padding: 90px 0;
}
footer a {
  color: #fff!important;
  text-decoration: none;
}
footer .f_logo {
  width: 100%;
  max-width: 200px;
  display: inline-block;
  margin: 0;
}
footer .f_wrap {
  gap: 25px 0;
}
footer .f_wrap .infoBox {
  width: 100%;
  border-top: 1px solid #4e5e71;
  border-bottom: 1px solid #4e5e71;
  padding: 30px 0 25px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
footer .f_wrap .infoBox .info {
  width: calc(100% - 188px - 30px);
  align-items: center;
  gap: 20px 30px;
}
footer p.add {
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: .05em;
}
footer ul.links {
  width: 100%;
  margin: 15px 0 0 0;
  display: inline-block;
}
footer ul.links li {
  display: inline;
  font-size: 12px;
  line-height: 2em;
  margin: 0 .5em 0 0;
}
footer ul.links li:last-child {
  margin: 0;
}
ul.sns_list {
  width: 100%;
  max-width: 188px;
  height: 70px;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  color: #0f2540;
  gap: 20px;
}
ul.sns_list li {
  display: inline-block;
}
ul.sns_list li:last-child {
  margin: 0;
}
ul.sns_list li.bdr {
  width: 1px;
  height: 50px;
  background: #0f2540;
}
ul.sns_list p {
  font-size: 10px;
  line-height: 1.4em;
  font-weight: bold;
}
footer .f_wrap .sitemap {
  width: 100%;
  gap: 20px 30px;
}
footer .f_wrap .sitemap .f_menu {
  width: 160px;
}
footer .f_wrap .sitemap .f_menu.navi {
  width: calc((100% - 188px - 410px - 30px*5)/2);
  min-width: 200px;
}
footer .f_wrap .sitemap .f_menu.navi.spa {
  width: 130px;
  min-width: inherit;
}
footer .f_wrap .sitemap .f_menu.navi.banq {
  width: 120px;
  min-width: inherit;
}
footer .f_wrap .sitemap .f_menu.navi.faq {
  width: 160px;
  min-width: inherit;
}
footer .f_wrap .sitemap .terms {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}
footer .f_wrap .sitemap .terms li {
  width: auto;
  display: inline-block;
  margin: 0 2em 0 0;
}
footer .f_wrap .sitemap .terms li:last-child {
  margin: 0;
}
footer .f_wrap .sitemap .f_menu li {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0 0 0 .5em;
  position: relative;
}
footer .f_wrap .sitemap .f_menu li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}
footer .f_wrap .sitemap .f_menu.no_icon li {
  padding: 0;
}
footer .f_wrap .sitemap .f_menu.no_icon li:before {
  content: none;
}
footer .f_wrap .sitemap .f_menu li.ttl {
  font-size: 16px;
  line-height: 1.5em;
  padding: 0;
}
footer .f_wrap .sitemap .f_menu li.ttl:before {
  content: none;
}
footer .f_wrap .sitemap .f_menu li a.btn {
  background: #fff;
  text-align: center;
  border-radius: 6px;
  color: #000!important;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 0 0 10px;
}
footer .f_wrap .sitemap .f_menu.label li {
  display: flex;
  min-width: 188px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 20px 15px;
  gap: 10px;
}
footer .f_wrap .sitemap .f_menu.label li p {
  text-align: center;
  width: 100%;
  color: #000;
  font-size: 12px;
  line-height: 1.8em;
}
footer .f_wrap .sitemap .f_menu.label li img {
  max-width: 60px;
}
footer .f_btm {
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
footer .f_btm ul.terms {
  width: calc(100% - 215px - 25px);
  display: inline-block;
}
footer .f_btm ul.terms li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: -.11em;
}
footer .f_btm ul.terms li {
  margin: 0 1em 0 0;
}
.copyright {
  width: 215px;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 1.4em;
  letter-spacing: .05em;
  text-align: right;
}
footer .hotel_list {
  width: 100%;
  max-width: 760px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 40px;
  justify-content: flex-start;
  gap: 25px;
}
footer .hotel_list .hotel.header {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
footer .hotel_list .hotel {
  width: calc((100% - 25px*2)/3);
  font-size: 18px;
  line-height: 1.6em;
}
footer .hotel_list .hotel a span {
  display: block;
  font-size: 12px;
  line-height: 1.6em;
}

/* ========================================================================================================
   f_contact
   ========================================================================================================*/
#f_contact {
  background: #E6D8B8;
}
#f_contact .wrap {
  padding: 70px 0 50px;
}
#f_contact .cts_contact {
  margin-bottom: 40px;
}
#f_contact .cts_contact .cts_ttl {
  margin-bottom: 55px;
}
#f_contact .cts_contact .cts_wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  gap: 40px;
}
#f_contact .cts_contact .cts_wrap > div {
  width: calc(50% - 20px);
}
#f_contact .cts_contact .cts_wrap h3 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: .1em;
  color: var(--mainColor);
  margin: 0 0 15px;
  padding: 0 0 0 33px;
  position: relative;
}
#f_contact .cts_contact h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
#f_contact .cts_contact .c_tel h3:before {
  width: 24px;
  height: 24px;
  background: url("../images/icon/phone.png") no-repeat center / contain;
}
#f_contact .cts_contact .c_web h3:before {
  width: 15px;
  height: 26px;
  background: url("../images/icon/smartphone.png") no-repeat center / contain;
}
#f_contact .cts_contact .c_web h3.faq {
  margin-top: 20px;
}
#f_contact .cts_contact .c_web h3.faq:before {
  width: 23px;
  height: 23px;
  background: url("../images/icon/faq.png") no-repeat center / contain;
}
#f_contact .cts_contact .c_box a {
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
#f_contact .cts_contact .c_box a {
  text-decoration: none;
}
#f_contact .cts_contact .c_tel .list {
  justify-content: flex-start;
  gap: 10px;
}
#f_contact .cts_contact .c_tel .c_box {
  width: 100%;
}
#f_contact .cts_contact .c_tel .c_box a {
  width: 100%;
  min-height: 80px;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 10px 25px 10px 50px;
  color: var(--mainColor);
}
#f_contact .cts_contact .c_tel .c_box a .icon {
  width: 35px;
  text-align: left;
}
#f_contact .cts_contact .c_tel .c_box .inner {
  text-align: left;
}
#f_contact .cts_contact .c_tel .c_box h4 {
  color: var(--mainColor);
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  width: 190px;
  text-align: left;
}
#f_contact .cts_contact .c_tel .c_box .number {
  color: var(--mainColor);
  font-size: 26px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: left;
  width: 175px;
}
#f_contact .cts_contact .c_tel .c_box .number span {
  display: block;
  font-size: 18px;
  line-height: 1em;
}
#f_contact .cts_contact .c_tel .c_box .number span.time {
  font-size: 14px;
  line-height: 1em;
}
#f_contact .cts_contact .c_tel .caution {
  margin: 15px 0 0 0;
  color: var(--mainColor);
  font-size: 12px;
  line-height: 1.4em;
}
#f_contact .cts_contact .c_web .list {
  justify-content: flex-start;
  gap: 10px;
}
#f_contact .cts_contact .c_web .list .c_box {
  width: 100%;
}
#f_contact .cts_contact .c_web .list .c_box a {
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
}
#f_contact .cts_contact .c_web .list .c_box a:before {
  content: '';
  width: 12px;
  height: 5px;
  background: url("../images/icon/arrow_dark.png") no-repeat center / contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
#f_contact .cts_contact .c_web .list .c_box a:hover {
  opacity: 1;
  color: #fff;
  background: var(--mainColor);
}
#f_contact .cts_contact .c_web .list .c_box a:hover:before {
  right: 15px;
  background: url("../images/icon/btn_arrow.png") no-repeat center / contain;
}
#f_contact .cts_contact .c_web .c_box.ttl {
  height: 80px;
  justify-content: center;
  align-items: center;
}
#f_contact .cts_contact .c_web .c_box.ttl h4 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  padding: 0 0 0 32px;
  position: relative;
  color: var(--mainColor);
}
#f_contact .cts_contact .c_web .c_box.ttl h4:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url("../images/icon/faq.png") no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
#f_contact .cts_contact .c_web .caution {
  margin: 15px 0 25px 0;
  color: var(--mainColor);
  font-size: 14px;
  line-height: 1.4em;
}

#f_contact .cts_sns .cts_ttl {
  margin-bottom: 20px;
}
#f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts {
  padding: 40px;
}
#f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .inner {
  justify-content: space-between;
  align-items: center;
}
#f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .inner .image {
  width: 50%;
  padding: 0 10px 0 0;
}
#f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .inner .image img {
  border-radius: 6px;
  overflow: hidden;
}
#f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .inner .cts {
  width: 50%;
  display: inline-block;
  text-align: center;
}
#f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .inner .cts a.link_btn {
  width: 100%;
  max-width: 325px;
  height: 80px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #e9e9e1;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  color: var(--linkColor);
  border-radius: 10px;
  margin: 0 auto;
}
#f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .inner .cts a.link_btn:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon/link.png") no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
}
#f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .inner .cts a.link_btn span {
  font-size: 20px;
  display: block;
  width: 100%;
  margin: 0 0 5px;
}
#f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .img_list {
  justify-content: center;
  gap: 20px;
}
#f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .img_list .img_box {
  width: calc((100% - 20px*5)/6);
  border-radius: 6px;
  overflow: hidden;
}
#f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .img_list .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#f_contact .cts_bnr {
  padding: 60px 0 130px;
}
#f_contact .cts_bnr .bnr_list {
  justify-content: flex-start;
  gap: 40px;
}
#f_contact .cts_bnr .bnr_list .bnr_box {
  width: calc((100% - 40px*3)/4);
}
#f_contact .cts_bnr .bnr_list .bnr_box a {
  display: block;
  text-decoration: none;
}
#f_contact .cts_bnr .bnr_list .bnr_box .img {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0 0 10px;
  border-radius: 10px;
  position: relative;
}
#f_contact .cts_bnr .bnr_list .bnr_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  aspect-ratio: 2.7 / 1;
}
#f_contact .cts_bnr .bnr_list .bnr_box .img .btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--mainColor);
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%,50%);
  animation: btnHover-out .3s ease-out forwards;
}
#f_contact .cts_bnr .bnr_list .bnr_box .img .btn:after {
  content: '';
  width: 12px;
  height: 5px;
  background: url("../images/icon/btn_arrow.png") no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .3s ease-out;
  z-index: 2;
}
#f_contact .cts_bnr .bnr_list .bnr_box a:hover {
  opacity: 1;
}
#f_contact .cts_bnr .bnr_list .bnr_box a:hover .img .btn {
  animation: btnHover .3s ease-out forwards;
}
@keyframes btnHover {
  0% {
    width: 30px;
    height: 30px;
  }
  99.9999%, 100% {
    width: 40px;
    height: 40px;
  }
}
@keyframes btnHover-out {
  0% {
    width: 40px;
    height: 40px;
  }
  99.9999%, 100% {
    width: 30px;
    height: 30px;
  }
}
#f_contact .cts_bnr .bnr_list .bnr_box a:hover .img .btn:after {
  animation: btnArrow .3s ease-out .1s forwards;
}
@keyframes btnArrow {
  0% {
    left: 50%;
  }
  50% {
    left: calc(50% + 5px);
  }
  100% {
    left: 50%;
  }
}
#f_contact .cts_bnr .bnr_list .bnr_box h2 {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0 0 5px;
}
#f_contact .cts_bnr .bnr_list .bnr_box p {
  font-size: 12px;
  line-height: 2em;
  font-weight: 600;
}


/* ========================================================================================================
   reservation_box
   ========================================================================================================*/
.reservation {
  position: relative;
}
.reservation.btm {
  margin-top: -88px;
}
.reservation.btm .tab_wrap {
  filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, .1));
}
.reservation.btm:before {
  content: '';
  width: 100%;
  height: 100%;
  background: var(--mainColor);
  position: absolute;
  left: 0;
  top: 88px;
  z-index: -1;
}
.reservation .wrap {
  max-width: 1200px;
  padding: 0;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .inner {
  padding: 30px 50px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .caution {
  width: 100%;
  background: #fcbeac;
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  padding: 20px 10px;
  border-radius: 0 0 10px 10px;
  display: none;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btn_list {
  padding: 10px 25px 40px;
  justify-content: center;
  gap: 20px 45px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btn_list a.btn {
  max-width: 250px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background: var(--mainColor);
  border-radius: 10px;
  padding: 15px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btn_list a.btn:after {
  width: 10px;
  height: 10px;
  right: 15px;
}
.reservation .tab_wrap .tab_navi .tab_menu {
  background: #EBEBEB;
}
.reservation .tab_wrap .tab_navi .tab_menu .tab .icon {
  padding: 0 0 0 40px;
  position: relative;
}
.reservation .tab_wrap .tab_navi .tab_menu .tab .icon.hotel:before {
  content: '';
  width: 32px;
  height: 32px;
  background: url("../images/icon/hotel.png") no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.reservation .tab_wrap .tab_navi .tab_menu .tab .icon.restaurant:before {
  content: '';
  width: 32px;
  height: 32px;
  background: url("../images/icon/restaurant_gray.png") no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.reservation_box {
  width: 100%;
  color: #000;
  align-items: center;
  padding: 30px 0 0;
  margin: 0;
  position: relative;
  top: 0;
  z-index: 2;
}
.reservation_box #searchBox {
  display: none;
}
.reservation_box form > div {
  justify-content: center;
  align-items: flex-start;
  gap: 10px 30px;
}
.reservation_box form .HHseparate {
  width: 100%;
}
.reservation_box form .btn_wrap {
  margin-top: 30px;
}
form fieldset.sort,
form fieldset.attributes {
  display: none;
}
/*.reservation_box form .ttl {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
  color: var(--mainColor);
  margin-right: 20px;
  align-items: center;
  width: auto;
  gap: 25px;
}*/
.reservation_box form .form_set {
  margin-top: -1.5em;
  text-align: left;
}
.reservation_box form legend {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
  color: #000;
  margin: 0 0 5px;
}
.reservation_box form fieldset.checkin {
  position: relative;
}
.reservation_box form input[type="date"],
.reservation_box form input.calendar {
  border: none;
  background: #edede3 url("../images/icon/calendar.png") no-repeat center right 15px / 25px auto;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  padding: 10px 20px 10px 10px;
	box-shadow: none;
	/*-webkit-appearance: none;
	appearance: none; */
  cursor: pointer;
  position: relative;
}
.reservation_box form input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.reservation_box form input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
.reservation_box form input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}
.reservation_box form select {
  border: none;
  background: #edede3 url("../images/icon/pulldown.png") no-repeat center right 8px / 16px 6px;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  padding: 10px 20px 10px 15px;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
  cursor: pointer;
  color: #000;
}
.reservation_box form .HHchildren select {
  width: 80px;
  min-width: 80px;
}
.reservation_box form button.btn,
.reservation_box .other_lang .search_btn {
  border: none;
  background: #CC4D27;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  width: 250px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  transition: .3s;
  margin: 0 auto;
}
.reservation_box form button.btn:hover,
.reservation_box .other_lang .search_btn:hover {
  opacity: .8;
}
.reservation_box form button.btn span,
.reservation_box .other_lang .search_btn span {
  position: relative;
  padding-left: 25px;
}
.reservation_box form button.btn span:before,
.reservation_box .other_lang .search_btn span:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_search.png) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translate(0, -50%);
}
.reservation_box .other_lang {
  width: 100%;
}
.reservation_box .other_lang p {
  text-align: center;
}
.reservation_box .other_lang .lang_btn_list {
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}
.reservation_box .other_lang .lang_btn_list li {
  width: 200px;
}
.reservation_box .other_lang .search_btn {
  width: 100%;
  text-decoration: none;
}
.reservation_box form .HHadults_children {
  justify-content: center;
  gap: 30px;
}
.reservation_box form fieldset.HHadults {
  width: 80px;
}
.reservation_box form fieldset.HHchildren {
  width: auto;
}
.reservation_box form fieldset.HHchildren .HHchildren-selects {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
.reservation_box form fieldset.HHchildren .HHchildren-selects > div label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4em;
  width: auto;
}
.reservation_box form fieldset.checkin,
.reservation_box form fieldset.HHcheckin {
  width: 180px;
}
.reservation_box form fieldset.HHnights,
.reservation_box form fieldset.HHrooms {
  width: 120px;
}
.reservation_box form fieldset.HHchildren .HHchildren-selects > .HHchild1 label {
  width: 140px;
}
.reservation_box form fieldset.HHchildren .HHchildren-selects > .HHbed-and-meal label {
  width: 200px;
}
.reservation_box form fieldset.HHchildren .HHchildren-selects > .HHbed-only label {
  width: 190px;
}
.reservation_box form fieldset.HHchildren .HHchildren-selects > .HHno-bed-and-meal label {
  width: 200px;
}
.reservation_box form .field-button {
  width: 100%;
  margin-top: 30px;
}
.pika-single {
  z-index: 999999!important;
}


.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner {
  padding: 0;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap {
  width: 100%;
  padding: 0 60px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap.annex {
  background: #f3f3ed;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_inner {
  justify-content: flex-start;
  gap: 20px 40px;
  border-bottom: 1px solid #cdcdcd;
  padding: 40px 0;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap:last-of-type .list_inner {
  border-bottom: none;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap.annex .list_inner,
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap.tel .list_inner {
  border-bottom: none;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap h3 {
  width: 100%;
  display: block;
  color: var(--mainColor);
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 600;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box {
  width: calc((100% - 40px)/2);
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .images {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 10px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts {
  width: calc(100% - 140px - 30px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts h4 {
  width: 100%;
  display: block;
  color: var(--mainColor);
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 600;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts .place {
  width: 100%;
  display: block;
  color: var(--mainColor);
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 600;
  margin-top: 5px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts .btn_wrap {
  justify-content: space-between;
  gap: 10px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts .btn_wrap a.btn {
  width: calc((100% - 10px)/2);
  height: 50px;
  text-decoration: none;
  text-align: center;
  background: #e9e9e1;
  border-radius: 10px;
  color: var(--linkColor);
  font-size: 13px;
  line-height: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts .btn_wrap a.btn.gold {
  background: #897d55;
  color: #fff;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts .btn_wrap a.btn.orenge {
  background: #CC4D27;
  color: #fff;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts .btn_wrap a.btn.wht {
  background: #fff;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts .btn_wrap a.btn span {
  position: relative;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts .btn_wrap a.btn span:after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../images/icon/link.png) no-repeat center / contain;
  margin: 0 0 0 5px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts .btn_wrap a.btn.gold span:after,
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts .btn_wrap a.btn.orenge span:after {
  background: url(../images/icon/link_wht.png) no-repeat center / contain;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap.tel a  {
  color: var(--linkColor);
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .icon.tel {
  color: var(--linkColor);
  padding: 0 0 0 25px;
  background: url(../images/icon/phone.png) no-repeat left top 2px / 18px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts {
  padding: 30px 60px 80px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts.banquet .btm_cts {
  padding-top: 60px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts h4 {
  text-align: center;
  color: var(--mainColor);
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: .01em;
  margin: 0 0 30px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts h5 {
  color: var(--mainColor);
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: .01em;
  margin: 0 0 12px;
  padding: 0 0 0 30px;
  position: relative;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts h5:before {
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .tell h5:before{
  background: url(../images/icon/phone.png) no-repeat left center / contain;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .web h5:before {
  background: url(../images/icon/smartphone.png) no-repeat left center / contain;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .cv_wrap {
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .cv_wrap .in_box {
  width: calc((100% - 40px)/2);
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .cv_wrap .in_box .link_box {
  width: 100%;
  height: 80px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  background: #e9e9e1;
  border-radius: 10px;
  filter: drop-shadow(6px 6px 10px rgba(0,0,0,.1));
  text-decoration: none;
  color: var(--linkColor);
  font-size: 18px;
  position: relative;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .cv_wrap .in_box.tell .link_box {
  background: #fff;
  font-size: 16px;
  line-height: 1.4em;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .cv_wrap .in_box.tell .link_box p {
  font-size: 20px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .cv_wrap .in_box.tell .link_box .num {
  font-size: 26px;
}
.reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .cv_wrap .in_box.web .link_box:after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/icon/link.png) no-repeat center / contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
}

#not_found .btn_wrap {
  margin-top: 60px;
}
#not_found .sbmBtn.back {
  background: #edede4 url(../images/icon/btn_circle_arrow_back.png) no-repeat left 15px top 50% / 21px auto;
  border: 1px solid #edede4;
  color: var(--mainColor);
}

#jtb-air #app,
#jtb-jr #app_jr {
  border-radius: 10px;
  overflow: auto;
  background: #fff;
}
.css-126xj0f {
  z-index: 999999!important;
}


/*calendar*/
.slBox.clBox {
  width: 40%;
}
.ui-state-active {
  color: #fff!important;
}
.ui-datepicker {
  max-width: 450px;
  width: 85%;
  font-family: 'Monda', sans-serif;
  text-align: center;
  background: #f3f3e0;
  margin: 10px 0 0 0;
  border-radius: 10px;
  z-index: 999999!important;
  display: none;
}
.ui-datepicker a {
  color: var(--mainColor);
}
.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-group {
  margin: 0 0 10px 0;
  background: #ffbc78;
}
.ui-datepicker-header {
  color: #000;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.ui-datepicker-calendar thead th {
  color: #000;
  padding: 10px;
  font-weight: normal;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  font-size: 14px;
  text-align: center;
  position: relative;
}
.ui-datepicker-calendar tbody tr td:nth-child(1),
.ui-datepicker-calendar tbody tr td:nth-child(1) a {
  color: #ba3c3d!important;
}
.ui-datepicker-calendar tbody tr td:nth-child(7),
.ui-datepicker-calendar tbody tr td:nth-child(7) a {
  color: #00335b!important;
}
.ui-state-disabled,
.ui-state-disabled a {
  opacity: .5;
}
.ui-datepicker-calendar td span {
  display: block;
  padding: 5px 10px;
}
.ui-datepicker-calendar td a {
  color: var(--mainColor);
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.ui-datepicker-title {
  clear: both;
}
.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-next {
  float: right;
}
.ui-datepicker-today,
.ui-datepicker-today a {
  color: #fff!important;
}
.ui-datepicker-today:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #aaa;
  border-radius: 5px;
  z-index: -1;
}
.ui-state-active:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #897d55;
  border-radius: 5px;
  z-index: -1;
}
.ui-datepicker button {
  border: none;
  background: none;
  color: var(--mainColor);
  margin: 10px;
  cursor: pointer;
}
.ui-corner-all a {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .slBox.clBox {
    width: 100%;
  }
}

.sp_fix_area {
  display: none;
}



.pc {display: inline-block!important;}
.sp {display: none!important;}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}


/* ========================================================================================================
   1399px以下
   ========================================================================================================*/
@media screen and (max-width: 1399px) {
	/*header {
		height: 50px;
    position: fixed;
    top: 0!important;
	}
	header #h_logo {
		margin: 10px;
    width: 250px;
    height: 30px;
	}
  header #h_logo .logo {
    width: 250px;
    height: 30px;
  }
  header #h_logo .logo img {
    width: auto;
    height: 30px;
  }
	.fixed header {
		background: #fff;
	}
  main {
    margin-top: 50px;
  }*/
  header {
    top: 10px;
  }
  header .sp_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    z-index: 9999;
  }
  ul.g_nav li.sp_acc {
    display: block;
  }
  ul.g_nav li.sp_acc > ul {
    display: none;
  }
  ul.g_nav li.sp_acc > ul li a {
    font-size: 14px;
    padding: 10px;
    position: relative;
  }
  ul.g_nav li.sp_acc > ul li a:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff url(../images/icon/arrow_dark.png) no-repeat center / 10px auto;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
  }
  header .pc_menu {
    display: none;
  }
  header .rsv_btn {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
    background: #817451;
    color: #fff;
    font-size: 11px;
    line-height: 1.2em;
    text-decoration: none;
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2px;
  }
  header .rsv_btn .icon {
    width: 14px;
    margin: 0 0 2px;
  }
	.nav_btn {
		display: inline-block;
	}
  header nav {
    width: 100%!important;
    max-width: 400px;
    height: calc(100svh + 10px);
    max-height: calc(100svh + 10px);
    overflow: hidden;
    align-items: flex-start;
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 9999;
    transform: translate(100%,0);
    transition: .5s;
    background: var(--mainColor);
    padding: 100px 20px 0;
  }
  header nav .inner {
    padding: 0 20px 50px;
    height: calc(100svh - 100px);
    overflow: auto;
  }
  header nav:before,
  #lower header nav:before {
    content: '';
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--mainColor);
    z-index: 999;
  }
  header nav a {
    font-size: 15px;
    line-height: 1.4em;
    position: relative;
  }
  header nav .sp_submenu a {
    font-size: 12px;
    line-height: 1.4em;
  }
  header nav .sp_submenu a:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff url(../images/icon/arrow_dark.png) no-repeat center / 10px auto;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0,-50%);
  }
  header nav.open {
    transform: translate(0,0);
  }
  header nav .sp_block {
    display: block;
    width: 100%;
    margin: 0;
  }
  header nav .tel_cv {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  header nav .tel_cv a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.4em;
    text-decoration: none;
    font-weight: 600;
  }
  header nav .tel_cv a .ttl {
    font-size: 19px;
    line-height: 1.4em;
  }
  header nav .tel_cv a .num {
    font-size: 24px;
    line-height: 1.4em;
  }
  #lower header.scroll .logo.wht,
  #lower header.nav_open .logo.wht {
    display: block;
  }
  #lower header.scroll .logo.dark,
  #lower header.nav_open .logo.dark {
    display: none;
  }
  ul.g_nav {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
  }
  ul.g_nav li {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    border-bottom: none;
  }
  ul.g_nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }
  ul.g_nav li:after {
    content: none;
  }
  ul.g_nav li.sp_submenu {
    display: block;
  }
  ul.g_nav li.icon {
    position: relative;
  }
  ul.g_nav li.icon:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: -1;
  }
  ul.g_nav li.icon a:hover:before {
    content: ''!important;
    display: block!important;
  }
  ul.g_nav a.icon.link:before {
    background: #fff;
  }
  ul.g_nav a.icon.link:after {
    background: url(../images/icon/link.png) no-repeat center / contain;
    right: 10px;
    left: unset;
    z-index: 2;
  }
  ul.g_nav li.icon.arrow a:before {
    content: ''!important;
    width: 12px;
    height: 5px;
    background: url(../images/icon/arrow_dark.png) no-repeat center / contain;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 2;
  }
  ul.g_nav li.icon.plus > a:before {
    content: ''!important;
    width: 10px;
    height: 1px;
    background: var(--mainColor);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 2;
    transition: .3s;
  }
  ul.g_nav li.icon.plus > a:after {
    content: ''!important;
    width: 10px;
    height: 1px;
    background: var(--mainColor);
    position: absolute;
    right: 10px;
    top: 50%;
    left: unset;
    bottom: unset;
    transform: translate(0,-50%) rotate(90deg);
    transform-origin: center;
    z-index: 2;
    transition: .3s;
  }
  ul.g_nav li.icon.plus.on > a:after {
    transform: translate(0,-50%) rotate(180deg);
  }
  .sp_block .language {
    background: #fff;
    margin: 0;
    padding: 12px 15px;
    position: relative!important;
    width: 135px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: .1em;
    text-align: center;
  }
  .sp_block .language span {
    position: relative;
    padding: 0 20px 0 0;
  }
  .sp_block .language span:before {
    content: '';
    width: 16px;
    height: 6px;
    background: url(../images/icon/pulldown.png) no-repeat center / contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, 0);
    transition: .3s;
  }
  .sp_block .language.on span:before {
    transform: translate(0, 0) rotate(180deg);
  }
  .sp_block .language ul {
    display: none;
    background: #fff;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
  }
  .sp_block .language ul li {
    width: 100%;
  }
  .sp_block .language ul li a {
    width: 100%;
    font-weight: normal;
    display: block;
    text-align: left;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.5em;
    color: var(--txtColor) !important;
    text-decoration: none;
    letter-spacing: .1em;
  }
  
  /* ul.g_nav li.trg a {
    position: relative;
    padding-right: 30px;
  }
  ul.g_nav li.trg > a:before {
    content: '';
    width: 8px;
    height: 8px;
    background: none;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    position: absolute;
    right: 15px;
    top: 50%;
    bottom: unset;
    left: unset;
    transform: translate(0,-50%) rotate(45deg);
    transform-origin: center;
    transition: .3s;
    display: block!important;
  }
  ul.g_nav li.trg.on > a:before {
    transform: translate(0,-50%) rotate(225deg);
  } */
  ul.g_nav li a,
  ul.g_nav li a.on,
  ul.g_nav li a:hover {
		display: block;
		text-decoration: none;
    padding: 15px 0;
    color: #fff;
	}
  ul.g_nav a.icon {
    padding-right: 0;
  }
	ul.g_nav li a.contact {
		background: var(--mainColor);
		color: #fff;
	}
  ul.g_nav li.trg ul {
    width: 100%;
    position: relative;
    top: unset;
    background: #ccc;
    padding: 0;
    margin: 10px 0 0 0;
  }
  ul.g_nav li.trg ul li {
    padding: 0;
  }
  ul.g_nav li.trg ul li a {
    color: var(--txtColor);
    font-size: 12px;
    padding: 10px 0;
  }
  ul.g_nav li.language {
    background: #fff;
    border-bottom: none;
    margin: 0 0 20px;
    padding: 12px 15px;
    position: relative !important;
    top: unset;
    transform: translate(0);
    width: 135px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
  }
  ul.g_nav li.language.trg ul {
    background: #fff;
  }
  ul.g_nav li.contact,
  ul.g_nav li.reserv {
    display: none;
  }
  ul.g_nav li.search {
    display: none;
  }
  header.scroll #h_logo {
    margin-left: 0;
  }
  header ul.sns_list {
    padding: 10px;
    gap: 15px;
  }
  header ul.sns_list li.bdr {
    height: 38px;
  }
  header ul.sns_list li a {
    display: flex;
  }
  header ul.sns_list .ig,
  header ul.sns_list .fb,
  header ul.sns_list .line {
    max-width: 22px;
  }
  header ul.sns_list .yt {
    max-width: 28px;
  }
  header ul.sns_list .rp {
    max-width: 20px;
  }
  ul.g_nav li.language {
    display: none;
  }

  header #h_logo .logo.pc {display: none!important;}
  header #h_logo .logo.sp {display: inline-block!important;}
  #lower header {
    background: none;
    top: 0;
    padding: 5px 0;
  }
  header.scroll {
    backdrop-filter:none;
    background: var(--mainColor);
    padding: 5px 0;
  }
  #lower header.scroll {
    top: 0;
    /* background: rgba(15, 37, 64, .6);
    backdrop-filter: blur(12px); */
    backdrop-filter:none;
    background: var(--mainColor);
    padding: 5px 0;
  }
  #lower main {
    margin: 0;
  }
  #lower ul.g_nav a {
    color: #fff;
  }

}

/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
  #around_facility .facility_list .facility .btn_circle {
    transform: translate(20px, 20px);
  }
}

/* ========================================================================================================
   1099px以下
   ========================================================================================================*/
@media screen and (max-width: 1099px) {
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box {
    width: 100%;
  }
}

/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  .reservation_box form .HHseparate {
    display: none;
  }
  .reservation_box form > div {
    gap: 30px 15px;
  }
  .reservation_box form .btn_wrap {
    margin-top: 0;
  }
  .reservation_box form fieldset.checkin,
  .reservation_box form fieldset.HHcheckin,
  .reservation_box form fieldset.HHnights,
  .reservation_box form fieldset.HHrooms,
  .reservation_box form fieldset.HHadults,
  .reservation_box form .HHchildren-selects .HHchild1,
  .reservation_box form .HHchildren-selects .HHbed-and-meal,
  .reservation_box form .HHchildren-selects .HHbed-only,
  .reservation_box form .HHchildren-selects .HHno-bed-and-meal {
    width: calc((100% - 15px)/2);
  }
  .reservation_box form fieldset.HHchildren,
  .reservation_box form fieldset.HHchildren .HHchildren-selects > .child1 label,
  .reservation_box form fieldset.HHchildren .HHchildren-selects > .bed-and-meal label,
  .reservation_box form fieldset.HHchildren .HHchildren-selects > .bed-only label,
  .reservation_box form fieldset.HHchildren .HHchildren-selects > .no-bed-and-meal label {
    width: 100%;
  }
  .reservation_box form fieldset.HHchildren .HHchildren-selects {
    flex-wrap: wrap;
    gap: 30px 15px;
  }
  .reservation_box form fieldset.HHchildren .HHchildren-selects > div label {
    justify-content: flex-end;
    gap: 10px;
    font-size: 14px;
    line-height: 1.4em;
    width: 100%!important;
  }
  .reservation_box form .field-button {
    margin-top: 0;
  }
  #f_contact .cts_contact .c_tel .c_box h4 {
    width: calc(100% - 20px*2 - 35px - 175px);
  }
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  a.btn_circle,
  a .btn_circle,
  .btn_circle {
    width: 105px!important;
    height: 105px;
    border-radius: 105px;
    font-size: 12px;
  }
  a.btn_circle span.arrow,
  a .btn_circle span.arrow,
  .btn_circle span.arrow {
    background: url(../images/icon/btn_circle_arrow.png) no-repeat center bottom / 12px auto;
  }
  .sp_alnR { text-align: right!important; }
  .sp_alnL { text-align: left!important; }
  .sp_alnC { text-align: center!important; }
  #lower main > section:last-of-type .wrap {
    padding-bottom: 120px !important;
  }
  .flex.sp_left {
    justify-content: flex-start!important;
  }
  header #h_logo {
    width: auto;
    height: 25px;
    margin: 10px 0;
  }
  header #h_logo .logo img {
    width: auto;
    max-width: 170px;
    height: auto;
    vertical-align: baseline;
  }
  header .wrap {
    width: calc(100% - 30px);
  }
  .pagetop {
    bottom: 110px;
    right: 10px;
    font-size: 12px;
  }
  .half_wrap .halfBox {
    width: 100%;
  }
  footer .wrap {
    padding: 40px 0 50px;
  }
  footer .f_wrap {
    gap: 25px 0;
    padding: 0 20px;
  }
  footer .f_logo {
    margin: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  footer .f_logo img {
    max-width: 200px;
  }
  footer p.add {
    font-size: 12px;
    line-height: 2em;
    text-align: center;
    width: 100%;
  }
  footer ul.links {
    text-align: center;
    margin: 0;
  }
  footer ul.links li {
    display: inline-block;
  }
  footer .f_wrap .infoBox {
    width: 100%;
    gap: 20px;
  }
  footer .f_wrap .sitemap {
    display: none;
  }
  footer .f_wrap .infoBox .info {
    width: 100%;
    gap: 15px;
  }
  header nav {
    padding: 90px 20px 0;
  }
  header nav .inner {
    height: calc(100svh - 90px);
  }
  header nav:before,
  #lower header nav:before {
    height: 70px;
  }
  ul.sns_list {
    padding: 10px;
    gap: 15px;
    max-width: inherit;
    height: 53px;
  }
  ul.sns_list p {
    font-size: 14px;
  }
  ul.sns_list li.bdr {
    height: 38px;
  }
  ul.sns_list li a {
    display: flex;
  }
  ul.sns_list .ig,
  ul.sns_list .fb,
  ul.sns_list .line {
    max-width: 22px;
  }
  ul.sns_list .yt {
    max-width: 28px;
  }
  ul.sns_list .rp {
    max-width: 20px;
  }
  footer .f_btm {
    gap: 0;
  }
  footer .f_btm .acc_btn {
    width: 100%;
    padding: 8px 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5em;
    position: relative;
  }
  footer .f_btm .acc_btn:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
  }
  footer .f_btm .acc_btn span {
    width: 100%;
    display: block;
    position: relative;
  }
  footer .f_btm .acc_btn span:before,
  footer .f_btm .acc_btn span:after {
    content: '';
    width: 10px;
    height: 1px;
    background: var(--mainColor);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    transition: .3s;
  }
  footer .f_btm .acc_btn span:after {
    transform: translate(0,-50%) rotate(90deg);
  }
  footer .f_btm .acc_btn.open span:after {
    transform: translate(0,-50%) rotate(180deg);
    transform-origin: center;
  }
  footer .f_btm ul.terms {
    width: 100%;
    padding-top: 15px;
  }
  footer .f_btm ul.terms li {
    display: block;
  }
  footer .f_btm ul.terms li:not(:first-child) {
    margin: .8em 0 0 0;
  }
  footer ul.sp_link_list {
    display: inline-block;
    width: 100%;
  }
  footer ul.sp_link_list li {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 1.4em;
  }
  footer ul.sp_link_list li:not(:first-child) {
    margin: 10px 0 0 0;
  }
  footer ul.sp_link_list li a {
    display: block;
    width: 100%;
    position: relative;
    padding: 5px 0;
  }
  footer ul.sp_link_list li a:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
  }
  footer ul.sp_link_list li a:after {
    content: '';
    width: 10px;
    height: 5px;
    background: url(../images/icon/arrow_dark.png) no-repeat center / contain;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0,-50%);
  }
  footer .sp_cts {
    width: 100%;
    margin: 12px 0 0 0;
  }
  .sp_cts .label {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 10px;
    color: var(--mainColor);
    padding: 15px;
  }
  .sp_cts .label p {
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
  }
  .sp_cts .label img {
    width: 25%;
  }
  .sp_cts .link_list {
    margin: 15px 0 0 0;
  }
  .sp_cts .link_list li {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .sp_cts .link_list li a {
    display: block;
    width: 100%;
    padding: 0 20px 0 0;
    position: relative;
  }
  .sp_cts .link_list li a:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
  }
  .sp_cts .link_list li a:after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/icon/arrow_dark.png) no-repeat center / contain;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translate(0,-50%);
  }
  .copyright {
    text-align: center;
    width: 100%;
    margin: 16px 0 0 0;
  }
  #b_listBox {
    margin: 5px auto 10px;
    padding: 0;
  }
  ul.b_list {
    font-size: 12px;
    line-height: 1.6em;
  }
  .reservation_box {
    height: auto;
    margin: 0 auto;
    padding: 0;
    top: 0;
  }
  .reservation .tab_wrap .tab_navi .tab_menu .tab .icon {
    padding: 0 0 0 25px;
  }
  .reservation .tab_wrap .tab_navi .tab_menu .tab .icon.hotel:before,
  .reservation .tab_wrap .tab_navi .tab_menu .tab .icon.restaurant:before {
    width: 16px;
    height: 16px;
  }
  .reservation_box > div {
    justify-content: center;
    gap: 15px 5px;
  }
   .reservation_box form legend {
    font-size: 13px;
  }
  .reservation_box form fieldset.HHchildren .HHchildren-selects > div label {
    font-size: 11px;
    line-height: 1.2em;
  }
  /*
  .reservation_box form .ttl {
    font-size: 18px;
    line-height: 1.2em;
    gap: 0 15px;
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    text-align: center;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid var(--mainColor);
  }
  .reservation_box form .ttl span {
    width: 25px;
  }
  .reservation_box form .form_set {
    margin-top: 0;
    width: calc((100% - 5px) / 2);
  }
  .reservation_box form .form_set:nth-child(3) {
    width: calc(100% - 5px - 160px);
  }
  .reservation_box form button.btn {
    border-radius: 6px;
    font-size: 13px;
    width: 160px;
    height: 50px;
  }
  .reservation_box form .form_set .label {
    font-size: 13px;
  } */
  .reservation_box form input[type="date"],
  .reservation_box form input.calendar {
    background: #edede3 url(../images/icon/calendar.png) no-repeat center right 15px / 20px auto;
    border-radius: 5px;
    width: 100%;
    height: 38px;
    font-size: 12px;
    padding: 10px 20px 10px 10px;
  }
  .reservation_box form select {
    border-radius: 5px;
    width: 100%;
    height: 38px;
    font-size: 12px;
    padding: 10px 20px 10px 15px;
  }
  .reservation_box form .HHchildren select {
    width: 60px;
    min-width: 60px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts {
    padding: 15px 20px 40px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts h4 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .cv_wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .cv_wrap .in_box {
    width: 100%;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts h5 {
    font-size: 14px;
    padding: 0 0 0 25px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts h5:before {
    width: 19px;
    height: 19px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .cv_wrap .in_box .link_box {
    height: 60px;
    padding: 10px;
    font-size: 13px;
    border-radius: 5px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .cv_wrap .in_box.web .link_box:after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .cv_wrap .in_box.tell .link_box {
    font-size: 12px;
    line-height: 1em;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .cv_wrap .in_box.tell .link_box p {
    font-size: 13px;
    line-height: 1.4em;
    margin: 0 5px 0 0;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts .btm_cts .cv_wrap .in_box.tell .link_box .num {
    font-size: 22px;
    line-height: 1.4em;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.banquet .btm_cts {
    padding-top: 30px;
  }
  .reservation_box form .field-button {
    margin-top: 15px;
  }
  .reservation_box form button.btn,
  .reservation_box .other_lang .search_btn {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    font-size: 14px;
  }
  .reservation_box form button.btn span,
  .reservation_box .other_lang .search_btn span {
    padding-left: 20px;
  }
  .reservation_box form button.btn span:before,
  .reservation_box .other_lang .search_btn span:before {
    width: 14px;
    height: 14px;
    top: 52%;
  }
  .reservation_box .other_lang .lang_btn_list {
    gap: 10px 15px;
    margin-top: 20px;
  }
  .reservation_box .other_lang .lang_btn_list li {
    width: calc((100% - 15px)/2);
  }
  .reservation_box .other_lang p {
    font-size: 14px;
    line-height: 1.5em;
  }
  #f_contact .wrap {
    padding: 40px 0;
  }
  #f_contact .cts_ttl {
    font-size: 16px!important;
    margin-bottom: 30px!important;
  }
  #f_contact .cts_contact .cts_wrap > div {
    width: 100%;
  }
  #f_contact .cts_contact .cts_wrap h3 {
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0 0 0 25px;
  }
  #f_contact .cts_contact .c_tel h3:before {
    width: 20px;
    height: 20px;
  }
  #f_contact .cts_contact .c_web h3:before {
    width: 15px;
    height: 22px;
  }
  #f_contact .cts_contact .c_tel .c_box a {
    height: auto;
    gap: 15px;
    padding: 10px 20px;
  }
  #f_contact .cts_contact .c_tel .c_box a .icon {
    width: 20px;
  }
  #f_contact .cts_contact .c_tel .c_box .inner {
    width: calc(100% - 27px - 20px);
  }
  #f_contact .cts_contact .c_tel .c_box h4 {
    font-size: 12px;
    width: calc(100% - 15px* 2 - 20px - 150px);
  }
  #f_contact .cts_contact .c_tel .c_box .number {
    font-size: 22px;
    width: 150px;
  }
  #f_contact .cts_contact .c_tel .c_box .number span {
    font-size: 14px;
  }
  #f_contact .cts_contact .c_tel .caution {
    margin: 10px 0 0 0;
    font-size: 12px;
  }
  #f_contact .cts_contact .c_web .list .c_box a {
    height: 60px;
    font-size: 14px;
  }
  #f_contact .cts_contact .c_web .c_box.ttl {
    height: auto;
    justify-content: flex-start;
    width: 100%;
  }
  #f_contact .cts_contact .c_web .c_box.ttl h4 {
    font-size: 14px;
    padding: 0 0 0 25px;
  }
  #f_contact .cts_contact .c_web .c_box.ttl h4:before {
    width: 18px;
    height: 18px;
  }
  #f_contact .cts_contact .c_web .c_box.sp_full {
    width: 100%;
  }
  .reservation.btm {
    margin-top: -52px;
  }
  .reservation.btm:before {
    top: 52px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts .btn_list {
    padding: 10px 20px 20px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts .btn_list a.btn {
    max-width: 100%;
    height: 60px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts .inner {
    padding: 15px 20px 20px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts .caution {
    font-size: 14px;
  }

  #f_contact .cts_sns .tab_wrap .tab_navi .tab_menu {
    font-size: 11px;
  }
  #f_contact .cts_sns .tab_wrap .tab_navi .tab_menu .tab {
    padding: 16px 3px;
  }
  #f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts {
    padding: 25px 20px 40px;
  }
  #f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .inner {
    flex-direction: column;
    gap: 25px;
  }
  #f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .inner .image {
    width: 100%;
    padding: 0;
  }
  #f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .inner .cts {
    width: 100%;
    text-align: center;
  }
  #f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .inner .cts a.link_btn {
    max-width: 244px;
    height: 60px;
    flex-direction: column;
    font-size: 12px;
  }
  #f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .inner .cts a.link_btn span {
    font-size: 15px;
  }
  #f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .img_list {
    justify-content: flex-start;
    gap: 12px;
  }
  #f_contact .cts_sns .tab_wrap .tab_cts_wrap .tab_cts .img_list .img_box {
    width: calc((100% - 12px* 2) / 3);
    border-radius: 5px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap {
    padding: 0 20px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_inner {
    gap: 20px 0;
    padding: 20px 0;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box {
    width: 100%;
    gap: 0 10px;
    align-items: flex-start;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap h3 {
    font-size: 19px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .images {
    width: 90px;
    height: 90px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts {
    width: calc(100% - 90px - 10px);
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts h4 {
    font-size: 13px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts .place {
    font-size: 12px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts .btn_wrap {
    justify-content: space-between;
    gap: 5px;
    margin-top: 10px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts .btn_wrap a.btn {
    width: calc((100% - 5px) / 2);
    height: 35px;
    border-radius: 5px;
    font-size: 10px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap .list_box .cts .btn_wrap a.btn span:after {
    width: 6px;
    height: 6px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap.tel a {
    font-size: 24px;
    line-height: 1em;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap.tel .icon.tel {
    padding: 0 0 0 20px;
    background: url(../images/icon/phone.png) no-repeat left top 2px / 14px;
    font-size: 13px;
  }
  .reservation .tab_wrap .tab_cts_wrap .tab_cts.restaurant .inner .list_wrap.tel .time {
    font-size: 15px;
  }
  a.linkBtn {
    font-size: 12px;
    border-radius: 5px;
    max-width: 295px;
    height: 60px;
  }
  a.linkBtn:before {
    width: 10px;
    height: 6px;
    right: 10px;
  }
  #not_found .btn_wrap {
    margin-top: 30px;
  }
  .flex.sp_reverse {
    flex-direction: column-reverse;
  }
  .ui-datepicker {
    width: calc(100% - 40px);
    left: 20px!important;
  }
  footer {
    padding-bottom: 70px;
  }
  .sp_fix_area {
    width: 100%;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
  }
  .sp_fix_area .list_wrap {
    gap: 3px;
    justify-content: flex-start;
    align-items: center;
    padding: 9px 15px;
    background: rgba(0, 39, 73, .5);
  }
  .sp_fix_area .list_wrap a {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    text-decoration: none;
    padding: 0;
    border-radius: 5px;
    background: #fff;
    color: var(--mainColor);
    width: calc((100% - 3px*3 - 48px)/3);
    height: 48px;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
  }
  .sp_fix_area .list_wrap a i {
    width: 22px;
    height: 22px;
  }
  .sp_fix_area .list_wrap a.room {
    background: #CC4D27;
    color: #fff;
  }
  .sp_fix_area .list_wrap a.restaurant {
    background: #897D55;
    color: #fff;
    letter-spacing: -1px;
  }
  .sp_fix_area .list_wrap a.room i {
    background: url(../images/icon/footer_fixed_rooms.svg) no-repeat center / contain;
  }
  .sp_fix_area .list_wrap a.restaurant i {
    background: url(../images/icon/footer_fixed_restaurant.svg) no-repeat center / contain;
  }
  .sp_fix_area .list_wrap a.access i {
    background: url(../images/icon/footer_fixed_access.svg) no-repeat center / contain;
  }
  .simplebar-track.simplebar-horizontal {
    height: 10px;
    background: #D9D9D9;
    border-radius: 5px;
    max-width: 372px;
    margin: 0 auto;
  }
  .simplebar-scrollbar {
    height: 10px;
    background: var(--mainColor);
    border-radius: 5px;
    top: 0;
  }
  #trip_ai_container {
    width: 48px!important;
    height: 48px!important;
    right: 15px !important;
    bottom: 9px !important;
  }
  footer .hotel_list {
    padding: 30px 20px;
    gap: 20px;
  }
  footer .hotel_list .hotel {
    width: 100%;
    font-size: 16px;
  }




  .pc {display: none!important;}
  .sp {display: inline-block!important;}
}
 
