@charset "utf-8";
/* CSS Document */
/*------------------------------------------------
reset
--------------------------------------------------*/
html, body, header, footer, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, abbr, acronym, aress, article, aside, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, section, small, strike, strong, sub, sup, tt, var, b, u, i, center, nav, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button, hr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  background: transparent;
  font-weight: inherit;
  text-decoration: none;
  font-family: inherit;
  color: inherit;
  box-sizing: border-box;
  font-style: normal;
  text-align: left;
  list-style: none;
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
}
body {
	-webkit-text-size-adjust: 100%;
  position: relative;
  width: 100vw;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
	font-size: 16px;
}
body.scrollnone {
  overflow: hidden;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.en_font {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: lighter;
}
figure{
	margin: 0;
}
/*------------------------------------------------
common
--------------------------------------------------*/
.pointer {
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.pointer:hover {
  opacity: 0.5;
}
.objectfit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content {
  background-size: 2000px;
  background-position: center top;
  background-repeat: no-repeat;
}
.flexSpace {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexEnd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.flexSpace.center, .flexEnd.center {
  align-items: center;
}
#header {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 20px 30px;
    overflow: hidden;
    min-width: auto;
    display: flex;
  justify-content: space-between;
}
div#headerIn {
  display: flex;
  justify-content: space-between;
}
#header h1 {
  margin-right: 2em;
  width: 178px;
}
body.scroll #header h1 {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}
 
body.scroll #header h1 img {
  height: 52px;
}
a.reserv_btn {
    background: rgb(239, 156, 149);
    background: -moz-linear-gradient(45deg, rgba(239, 156, 149, 1) 2%, rgba(171, 149, 111, 1) 85%);
    background: -webkit-linear-gradient(45deg, rgba(239, 156, 149, 1) 2%, rgba(171, 149, 111, 1) 85%);
    background: linear-gradient(45deg, rgba(239, 156, 149, 1) 2%, rgba(171, 149, 111, 1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef9c95', endColorstr='#ab956f', GradientType=1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 264px;
    height: 72px;
    font-weight: lighter;
}
a.reserv_btn img {
  margin-right: 5px;
}
a.cancel_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 16px;
    color: #fff;
    position: relative;
    font-weight: lighter;
}
a.cancel_txt:after {
  content: url("../img/common/whi-next.png");
  margin-left: 10px;
  vertical-align: middle;
}
a.reserv_btn:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9d7d5+3,ddd5c5+100 */
  background: rgb(249, 215, 213);
  /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(249, 215, 213, 1) 3%, rgba(221, 213, 197, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(249, 215, 213, 1) 3%, rgba(221, 213, 197, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(249, 215, 213, 1) 3%, rgba(221, 213, 197, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9d7d5', endColorstr='#ddd5c5', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
body#top.scroll a.cancel_txt {
  display: none;
}
#totop {
  background: url("../img/common/totop.png");
  background-size: 100%;
  width: 58px;
  height: 59px;
  display: block;
  position: fixed;
  z-index: 999;
  right: 32px;
  bottom: 32px;
}
.scroll_fadein {
  opacity: 0;
  visibility: hidden;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.scroll .scroll_fadein {
  opacity: 1;
  visibility: visible;
  animation: fadein 0.3s ease;
}
body.scroll #header {
    animation: fadein 0.3s ease;
    position: fixed;
    top: 0;
    padding-right: 0;
    height: auto;
    display: flex;
    padding: 0;
}body.scroll #header:before {
    content: "";
    height: 72px;
    background: rgba(30, 30, 36, 0.8);
    width: 100%;
    position: absolute;
    top: 0;
}
body.scroll #header .reservation {
  height: 72px;
}
.anchor {
  display: block;
  position: relative;
  padding-top: 0;
  margin-top: 0;
  z-index: -999;
}.Inner{
	width: 1080px;
	margin: 0 auto;
}
.Inner1280{
	width: 1280px;
	margin: 0 auto;
}
.Inner1600{
	width: 1600px;
	margin: 0 auto;
}
/*ナビゲーションを横並びに*/
nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  height: 75px;
  align-items: center;
}
/*2階層目以降は横並びにしない*/
nav ul ul {
  display: block;
}
/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li {
  position: relative;
}
/*ナビゲーションのリンク設定*/
nav ul li a {
    display: flex;
    text-decoration: none;
    color: #fff;
    padding: 20px 10px;
    transition: all .3s;
    font-size: 18px;
    align-items: center;
    font-weight: lighter;
}
nav ul li:nth-child(7) a:before {
  content: url("../img/common/access.png");
  margin-right: 10px;
  line-height: 0;
}
nav ul li:nth-child(8) a:before {
  content: url("../img/common/home.png");
  margin-right: 10px;
  line-height: 0;
}
/*Language*/
.headright {
    display: flex;
    justify-content: space-between;
}
.headright .reservation {
    order: 2;
}.lang-wrap {
    width: auto;
    margin: 1em 2em;
    padding: 0;
    order: -1;
}
 
.lang-wrap li {
 list-style: none;
}
.lang-wrap li a {
    display: flex;
    padding: 14px 10px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    overflow: hidden;
    transition: all .5s ease-out;
    font-size: 16px;
    font-weight: lighter;
    justify-content: center;
}.lang-wrap li a img {
    margin-right: 12px;
}
 
.lang-wrap > li:first-child a {
 margin-top: 0;
}
 
.lang-wrap li a:hover {
 transition:all .5s ease-out;
}
 
.lang-wrap li ul {
 margin: 0;
 padding: 0;
}
 
.lang-wrap li li a {
 display: flex;
 margin-top: 0;
 padding: 0 10px;
 height: 0;
 background: #1e1e24;
 color: #fff;
 transition:all .5s ease-out;
}.lang-wrap > li:hover li:first-child a {
 border-top: 1px solid #fff;
}
 
.lang-wrap > li:hover li a {
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 10px;
    width: 100%;
    height: auto;
    transition: all .5s ease-out;
	justify-content: center;
}
 
.lang-wrap > li:hover li a:hover {
 opacity: 0.8;
 transition:all .5s ease-out;
}



@media screen and (max-width:1200px) {
  #header {
    padding: 20px 0;
  }
  #header h1 {
    margin: 0 1rem 0 0;
    width: 125px;
  }
  nav ul li a {
    padding: 20px 5px;
    font-size: 16px;
  }
  nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    height: 75px;
    align-items: center;
    min-width: 100%;
  }
  nav ul li:nth-child(7) a, nav ul li:nth-child(8) a {
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
  }
  nav ul li:nth-child(7) a:before {
    content: url("../img/common/access.png");
    margin-right: 10px;
    line-height: 0;
  }
  nav ul li:nth-child(8) a:before {
    content: url("../img/common/home.png");
    margin-right: 10px;
    line-height: 0;
  }
  nav ul li a:hover {
    color: #fff;
  }
  #header .reservation {
    width: auto;
    height: 100px;
  }
  a.reserv_btn {
    font-size: 14px;
    width: 100%;
    padding: 0 10px;
    height: 72px;
  }
  a.cancel_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    position: relative;
  }
}
/*==矢印の設定*/
@media screen and (max-width:840px) {
  nav ul li a {
    padding: 20px 5px;
    font-size: 12px;
    letter-spacing: normal;
  }
  a.reserv_btn {
    font-size: 12px;
    width: 100%;
    padding: 0 10px;
    height: 72px;
  }
  nav ul li:nth-child(7) a, nav ul li:nth-child(8) a {
    font-size: 12px;
    position: relative;
    display: flex;
    align-items: center;
  }
	.headright {
    display: block;
    justify-content: space-between;
}#header .reservation {
    width: auto;
    height: auto;
}
}
/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 30px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #eee;
  border-right: 2px solid #eee;
  transform: rotate(135deg);
}
nav ul li.has-child::before {
  left: 0;
}
nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 4;
  /*形状を指定*/
  background: rgba(255, 255, 255, 0.2);
  width: 180px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all .3s;
}
nav li.has-child:hover > ul, nav li.has-child ul li:hover > ul, nav li.has-child:active > ul, nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
nav li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
nav li.has-child ul li:last-child a {
  border-bottom: none;
}
nav li.has-child ul li a:hover, nav li.has-child ul li a:active {
  background: rgba(255, 255, 255, 0.2);
}
.g-nav-openbtn, .g-nav-openbtn2 {
  display: none;
}
.nav01c li a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
}
.nav01c li.current a, .nav01c li a:hover {
  color: #eee;
}
.nav01c li a::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 1px;
  background: #eee;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.nav01c li li a::after {
  display: none;
}
.nav01c li.current a::after, .nav01c li a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}
/*FOOTER*/
footer {
    padding: 240px 0;
    background: #1e1e24 url("../img/common/footbg.png");
    background-size: cover;
}
div#footer {
    width: 1080px;
    margin: 0 auto;
    font-weight: lighter;
}
.foot-over {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-l p {
  line-height: 2;
  font-size: 18px;
  color: #fff;
}
.foot-l figure {
  margin: 0 0 56px;
}
.foot-r {
  border: 1px solid #808080;
  width: 430px;
  padding: 56px;
  text-align: center;
}
p.reserv.en_font {
  color: #fff;
  text-align: center;
  font-size: 40px;
  margin-bottom: 32px;
}
.foot-r_In .reservlink {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
p.cancel_txt a {
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  ransition: all 0.3s ease 0s;
}
p.cancel_txt a::after {
  content: url("../img/common/whi-next.png");
  position: absolute;
  right: 20px;
  transition: all 0.5s ease-in-out 0s;
}
p.cancel_txt a:hover::after {
  right: 25px;
}
.foot-over {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 96px;
}
.foot-under ul {
  display: flex;
  font-size: 18px;
  color: #fff;
  margin-bottom: 24px;
}
.foot-under ul li a {
  display: inline-block;
  margin-right: 2em;
  position: relative;
}
.foot-under ul li a:after {
  content: "";
  height: 18px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: -1em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.foot-under ul li:last-child a:after {
  content: none;
}
.foot-under {
  margin-bottom: 120px;
}
.foot-under-lang p {
    color: #fff;
	font-size: 18px;
}.foot-under-lang ul {
    margin: 0px !important;
}.foot-under-lang ul {
    margin: 0;
}.foot-under-lang {
    display: flex;
    align-items: center;
}
p.copy {
  font-size: 18px;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  div#menu {
    display: none !important;
  }
  .forPC {
    display: block !important;
  }
	
  .forSP {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  div#footer {
    width: 100%;
    margin: 0 auto;
  }
  div#headerIn {
    display: flex;
    justify-content: flex-start;
  }
  div#base {
    overflow: hidden;
  }
  #header {
    padding: 20px 10px;
  }
  /*	FOOTER*/
.foot-over {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 96px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
}
.foot-l {
    margin-bottom: 50px;
    padding: 0 30px 0 0;
}
 .foot-under {
    margin-bottom: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
}
  .foot-under ul {
    display: flex;
    font-size: 16px;
    color: #fff;
    margin-bottom: 24px;
  }
  p.copy {
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
  div#menu {
    display: none !important;
  }
  #totop {
    background: url("../img/common/totop.png");
    background-size: 100%;
    width: 58px;
    height: 59px;
    display: block;
    position: fixed;
    z-index: 999;
    right: 32px;
    bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .forPC {
    display: none !important;
  }
  .forSP {
    display: block !important;
  }
  div#base {
    overflow: hidden;
  }
  body.scroll #header {
    position: absolute;
  }
	.headright {
    display: none;
    justify-content: space-between;
}
	.menuLink3 {
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
}.menuLink3 p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}.menuLink3 p img {
    margin: 0 12px 0 0;
}#g-nav .menuLink3 ul {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    height: auto;
}#g-nav .menuLink3 ul li a {
    color: #fff;
    text-decoration: none;
}#g-nav .menuLink3 ul li a {
    color: #fff;
    text-decoration: none;
    border: none;
}
  /*forTOP*/
  #totop {
    background: url("../img/common/totop.png");
    background-size: 100%;
    width: 58px;
    height: 59px;
    display: block;
    position: fixed;
    z-index: 998;
    right: 20px;
    bottom: 70px;
  }
	#header h1 {
    margin: 6px 10px;
    width: 125px;
}
  #header .reservation {
    display: none;
  }
  .g-nav-openbtn2.active {
    position: fixed;
    top: 20px;
  }
 
  /*	FOOTER*/
  div#footer {
    width: 100%;
    margin: 0 auto;
  }
  div#menu {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background: #4c4b50;
    width: 100%;
    height: 60px;
}
div#menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    border-top: 1px solid #fff;
    overflow: hidden;
}
  div#menu ul li {
    width: 25%;
    text-align: center;
    color: #fff;
    position: relative;
  }div#menu ul li a span {
    text-align: center;
    display: block;
}
  li.menu-li:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  li.menu-li img {
    display: block;
    height: 17px;
    margin: 4px auto 5px;
  }
  div#menu ul li:nth-child(3) img {
    height: 17px;
  }
div#menu ul li.menu-li:nth-child(2) {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background: rgb(241, 156, 151);
    background: -moz-linear-gradient(45deg, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    background: -webkit-linear-gradient(45deg, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    background: linear-gradient(45deg, rgba(241, 156, 151, 1) 1%, rgba(170, 149, 110, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f19c97', endColorstr='#aa956e', GradientType=1);
    color: #000;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
  div#menu.noactive {
    bottom: -60px;
    position: fixed;
    transition: 0.5s;
  }
  /* スマートフォン用に調整するためのスタイル */
  /* NAV */
  nav {
    padding: 0;
  }
  nav ul {
    display: block;
  }
  nav ul li a {
    border-bottom: 1px solid #ccc;
  }
  /*矢印の位置と向き*/
  nav ul li.has-child::before {
    left: 20px;
  }
  nav ul ul li.has-child::before {
    transform: rotate(135deg);
    left: 20px;
  }
  nav ul li.has-child.active::before {
    transform: rotate(-45deg);
  }
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: rgba(0, 0, 0, 0.8);
    /*動き*/
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    width: 90%;
    margin: 100px auto 0 auto;
  }
  #g-nav ul ul {
    width: 100%;
    margin: 0;
  }
  /*プルダウンナビのCSS*/
  #g-nav ul li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
    transform: none;
  }
  /*リストのレイアウト設定*/
  div#headerIn {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  #g-nav li {
    list-style: none;
    text-align: center;
  }
  #g-nav li a {
    color: #aaa;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    
  }
  .g-nav-openbtn {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 8px;
    right: 8px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .g-nav-openbtn2 {
    display: block;
    position: absolute;
    z-index: 9999;
    top: -17px;
    right: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .g-nav-openbtn.active, .g-nav-openbtn2.active {
    right: 40px;
  }
  /*ボタン内側*/
  .g-nav-openbtn .openbtn-area {
    transition: all .4s;
  }
  .g-nav-openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    width: 70%;
  }
  .g-nav-openbtn span:nth-of-type(1) {
    top: 10px;
  }
  .g-nav-openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .g-nav-openbtn span:nth-of-type(3) {
    top: 37px;
  }
  /*activeクラスが付与されると
線と周りのエリアが回転して×になる*/
  .g-nav-openbtn.active .openbtn-area {
    transform: rotateY(-360deg);
  }
  .g-nav-openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 100%;
  }
  .g-nav-openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .g-nav-openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 100%;
  }
  .g-nav-openbtn2 .openbtn-area {
    transition: all .4s;
  }
  .g-nav-openbtn2 span {
    display: inline-block;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: #ffffff00;
    width: 70%;
  }
  .g-nav-openbtn2.active span {
    background: #fff;
  }
  .g-nav-openbtn2 span:nth-of-type(1) {
    top: 10px;
  }
  .g-nav-openbtn2 span:nth-of-type(2) {
    top: 23px;
  }
  .g-nav-openbtn2 span:nth-of-type(3) {
    top: 37px;
  }
  div#menu ul li:nth-child(3) b {
    display: block;
    position: relative;
    z-index: 5;
    cursor: pointer;
    width: 19px;
    height: 20px;
    margin: 0 auto 5px;
  }
  div#menu ul li:nth-child(3) b span:nth-of-type(1) {
    top: 3px;
    background: #fff;
    height: 1px;
    width: 100%;
  }
  div#menu ul li:nth-child(3) b span:nth-of-type(2) {
    top: 10px;
    background: #fff;
    height: 1px;
    width: 100%;
  }
  div#menu ul li:nth-child(3) b span:nth-of-type(3) {
    top: 17px;
    background: #fff;
    height: 1px;
    width: 100%;
  }
  div#menu ul li:nth-child(3) b span {
    display: inline-block;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: #ffffff00;
    width: 70%;
  }
  /*activeクラスが付与されると
線と周りのエリアが回転して×になる*/
  .g-nav-openbtn2.active .openbtn-area {
    transform: rotateY(-360deg);
  }
  .g-nav-openbtn2.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 100%;
  }
  .g-nav-openbtn2.active span:nth-of-type(2) {
    opacity: 0;
  }
  .g-nav-openbtn2.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 100%;
  }
  .nav01c li a::after {
    display: none;
  }
  div#g-nav-list2 {
    padding: 10px;
  }
  #g-nav ul.menuLink {
    margin: 0;
    padding: 20px 20px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  #g-nav ul.menuLink li {
    list-style: none;
    text-align: left;
    width: 50%;
  }
  #g-nav ul.menuLink li a {
    color: #fff;
    text-decoration: none;
    padding: 20px 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none;
    font-size: 18px;
    font-weight: normal;
  }
  #g-nav ul.menuLink2 {
    width: 100%;
    margin: 0 0 20px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    padding: 0 20px;
  }
  #g-nav ul.menuLink2 li a {
    color: #fff;
    text-decoration: none;
    padding: 20px 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none;
    font-size: 14px;
    font-weight: normal;
}
  .menuLink2-under {
    padding: 30px;
    border: 1px solid #808080;
  }
  .menuLink2-under_In p.reserv.en_font {
    color: #fff;
    text-align: center;
    font-size: 36px;
    margin-bottom: 25px;
}
  .menuLink2-under_In a.reserv_btn {
    font-size: 18px;
    width: 100%;
    padding: 0 10px;
    height: 72px;
  }
  .menuLink2-under_In .reservlink {
    margin-bottom: 20px;
  }
	.menuLink2-under_In p.cancel_txt{
		text-align: center;
	}
.menuLink2-under_In p.cancel_txt a {
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
    ransition: all 0.3s ease 0s;
}.menuLink2-under_In p.cancel_txt a::after {
    content: url("../img/common/whi-next.png");
    position: absolute;
    right: -20px;
    transition: all 0.5s ease-in-out 0s;
}
  #g-nav ul.menuLink2 li {
    margin-right: 1em;
    display: flex;
    align-items: center;
  }
  #g-nav ul.menuLink2 li img {
    vertical-align: middle;
    margin: 0 3px 0 0;
    line-height: 0;
  }
footer {
    padding: 60px 20px 120px;
    background: #1e1e24 url(../img/common/footbg.png);
    background-size: cover;
    background-position: right;
}.foot-l figure img {
    height: 70px;
}.foot-l p {
    line-height: 2;
    font-size: 15px;
    color: #fff;
}.foot-over {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 96px;
    flex-wrap: wrap;
}.foot-l {
    margin-bottom: 56px;
}.foot-r_In a.reserv_btn {
    font-size: 18px;
    width: 100%;
    padding: 0 10px;
    height: 72px;
}.foot-r {
    border: 1px solid #808080;
    width: 100%;
    padding: 32px;
    text-align: center;
}p.copy {
    font-size: 13px;
    color: #fff;
}.foot-over {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    flex-wrap: wrap;
}#totop {
    background: url("../img/common/totop.png");
    background-size: 100%;
    width: 40px;
    height: 41px;
    display: block;
    position: fixed;
    z-index: 998;
    right: 20px;
    bottom: 70px;
}
}
@media only screen and (max-width: 480px) {
/*	下層タイトル*/
	div#sub_main h1 b {
    font-size: 56px;
}div#sub_main h1 span {
    font-size: 22px;
    margin-bottom: 20px;
}
	footer p {
    letter-spacing: normal;
}.foot-l p {
    line-height: 2;
    font-size: 16px;
    color: #fff;
}p.reserv.en_font {
    color: #fff;
    text-align: center;
    font-size: 36px;
    margin-bottom: 32px;
}p.copy {
    font-size: 14px;
    color: #fff;
}.foot-r_In .reservlink {
    margin-bottom: 20px;
}
}

/*予約フォーム*/
.reserve-area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.reserve-area .reserve-over {
  position: relative;
}
.reserve-area .reserve-bestrate {
  position: absolute;
  left: 0;
  top: -32px;
}
.reserve-area .reserve-inner {
  max-width: 1040px;
  min-height: 64px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 480px) {
  .reserve-area {
    opacity: 1 !important;
    visibility: visible !important;
    position: static;
    background: none;
    height: auto;
  }
  .reserve-area .reserve-inner {
    padding: 0;
  }
  .reserve-area .reserve-bestrate {
    position: static;
  }
}

#search_489ban {
  --font-size: 15px;
  --font-size-input: 24px;
  --color: #000;
  --color-input: #000;
  --width: 30px;
  --width-half: 15px;
}

/* font size */
#search_489ban form,
#search_489ban dl,
#search_489ban dt,
#search_489ban label,
#search_489ban span {
  font-size: var(--font-size);
}

#search_489ban input,
#search_489ban select,
#search_489ban button {
  font-size: var(--font-size-input);
}

/* color */
#search_489ban form {
  color: var(--color);
}

/* form style common */
#search_489ban,
#search_489ban * {
  box-sizing: border-box;
}

#search_489ban {
  display: flex;
  align-items: center;
}

#search_489ban form {
  display: flex;
}

#search_489ban .inbox_489ban,
#search_489ban .date_489ban,
#search_489ban .date_489ban dt,
#search_489ban .date_489ban dd,
#search_489ban .stay_489ban,
#search_489ban .stay_489ban dt,
#search_489ban .stay_489ban dd,
#search_489ban .room_489ban,
#search_489ban .room_489ban dt,
#search_489ban .room_489ban dd,
#search_489ban .person_489ban ,
#search_489ban .person_489ban dt,
#search_489ban .person_489ban dd {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

#search_489ban [type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  color: var(--color-input);
  /* style */
  /* //style */
}

#search_489ban select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  color: var(--color-input);
  /* style */
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2012%22%20style%3D%22enable-background%3Anew%200%200%2022%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%237E7E7E%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpolyline%20class%3D%22st0%22%20points%3D%2220.5%2C1.1%2011%2C10.6%201.5%2C1.1%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 22px 12px;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #c8c8c8;
  font-weight: bold;
  line-height: 1.2;
  /* //style */
}

#search_489ban button{
  background-color: #a6946d;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--color-input);
  /* style */
  width: 120px;
  height: 44px;
  font-size: 20px;
  text-align: center;
  /* //style */
}

/* form style */
#search_489ban .date_489ban > dt label {
  /* text: 宿泊日 */
  display: none;
  margin-right: var(--width);
}
#search_489ban .date_489ban > dt {
  border-right: 1px solid #c8c8c8;
  height: 30px;
  margin-right: 30px;
}
#search_489ban .date_489ban > dt::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22icon_data%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M9.8%2C14.3c-0.5%2C0.1-1.1%2C0.2-1.7%2C0.2c-3.6%2C0-6.4-2.9-6.4-6.4c0-3.6%2C2.9-6.4%2C6.4-6.4c3.6%2C0%2C6.4%2C2.9%2C6.4%2C6.4%20c0%2C1.7-0.7%2C3.3-1.9%2C4.5%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%2216.3%22%20y1%3D%2216.3%22%20x2%3D%2212.6%22%20y2%3D%2212.6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
#search_489ban .date_489ban > dt::after {
  /* text: 宿泊日 を置き換えたい時 */
  content: "空室検索";
  font-size: 16px;
  margin-right: 30px;
}
#search_489ban [name="date"] {
  /* input: 日付 */
  width: 200px;
  background-color: transparent;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23000000%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22icon_data_00000010308665637528635820000009713085036428954272_%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8%2C5H3.5c-0.6%2C0-1%2C0.4-1%2C1v14c0%2C0.6%2C0.4%2C1%2C1%2C1h17c0.6%2C0%2C1-0.4%2C1-1V6c0-0.6-0.4-1-1-1H19%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%228%22%20y1%3D%223%22%20x2%3D%228%22%20y2%3D%227%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%2216%22%20y1%3D%223%22%20x2%3D%2216%22%20y2%3D%227%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%2211%22%20y1%3D%225%22%20x2%3D%2216%22%20y2%3D%225%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%2217.5%22%20y1%3D%2210%22%20x2%3D%2218.5%22%20y2%3D%2210%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%225.5%22%20y1%3D%2210%22%20x2%3D%226.5%22%20y2%3D%2210%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%229.5%22%20y1%3D%2210%22%20x2%3D%2210.5%22%20y2%3D%2210%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%2213.5%22%20y1%3D%2210%22%20x2%3D%2214.5%22%20y2%3D%2210%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%2217.5%22%20y1%3D%2213%22%20x2%3D%2218.5%22%20y2%3D%2213%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%225.5%22%20y1%3D%2213%22%20x2%3D%226.5%22%20y2%3D%2213%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%229.5%22%20y1%3D%2213%22%20x2%3D%2210.5%22%20y2%3D%2213%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%2213.5%22%20y1%3D%2213%22%20x2%3D%2214.5%22%20y2%3D%2213%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%225.5%22%20y1%3D%2216%22%20x2%3D%226.5%22%20y2%3D%2216%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%229.5%22%20y1%3D%2216%22%20x2%3D%2210.5%22%20y2%3D%2216%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%2213.5%22%20y1%3D%2216%22%20x2%3D%2214.5%22%20y2%3D%2216%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 0 top 8px;
  background-size: 24px 24px;
  margin-right: var(--width);
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #c8c8c8;
  font-weight: bold;
}
#search_489ban [name="date"]:disabled {
  opacity: 0.2;
}
#search_489ban .date_489ban dd::before {
  content: "ご宿泊日";
  display: inline-block;
  margin-right: 15px;
}
#search_489ban .date_489ban dd label {
  /* checkbox: 日付未定 */
  margin-right: var(--width);
  display: flex;
  align-items: center;
  appearance: none;
}
#search_489ban select[name="date_ym"] {
  /* select: 日付、年月モード */
  margin-right: var(--width);
}
#search_489ban select[name="date_d"] {
  /* select: 日付、日モード */
  margin-right: var(--width);
}
#search_489ban .stay_489ban dt {
  /* text: 泊数 */
  display: none;
  margin-right: var(--width);
}
#search_489ban input[name="unspecifiedDate"] {
  /* checkbox */
  width: 20px;
  height: 20px;
  border: 1px solid #c8c8c8;
  margin-right: 10px;
}
#search_489ban select[name="numberOfNights"] {
  /* select: 宿泊数 */
  width: 85px;
  margin-right: var(--width);
}
#search_489ban .room_489ban dt {
  /* text: 部屋数 */
  display: none;
  margin-right: var(--width);
}
#search_489ban [name="roomCount"] {
  /* select: 部屋数 */
  margin-right: var(--width);
}
#search_489ban .room_489ban dd span {
  /* text: 室 */
  margin-right: var(--width);
}
#search_489ban .person_489ban dt label {
  /* text: 大人 */
  margin-right: var(--width-half);
}
#search_489ban select[name="adult"] {
  /* select: 大人 */
  width: 60px;
  margin-right: var(--width-half);
}
#search_489ban .person_489ban dd span {
  /* text: 名 */
  margin-right: var(--width);
}
.search_489ban_caution {
  /* 注意書き */
  font-size: 12px;
  margin-top: 10px;
  line-height: 1;
}
.search_489ban_caution br {
  display: none;
}

@media screen and (max-width: 480px){
  #search_489ban {
    --font-size: 14px;
    --font-size-input: 21px;
    --width: 30px;
    --width-half: 15px;
  }
  .search_489ban_wrap,
  #search_489ban {
    display: block !important;
  }
  #search_489ban form {
    display: grid;
    grid-template-areas: 
      "date date"
      "stay person"
      "submit submit"; 
    padding: 18px 24px 28px; 
  }
  #search_489ban .date_489ban > dt::before {
    margin-right: 5px;
    margin-bottom: 0;
  }
  #search_489ban .date_489ban > dt::after {
    margin-right: 0;
    font-size: 14px;
  }
  #search_489ban .date_489ban > dt {
    border-right: none;
    border-bottom: 1px solid #c8c8c8;
    margin: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 5px 0 15px;
    height: auto;
  }
  #search_489ban .date_489ban {
    display: block;
    margin-bottom: 10px;
    grid-area: date;
  }
  #search_489ban .date_489ban dd {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 24px;
  }
  #search_489ban .date_489ban dd::before {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 15px 0 7px;
  }
  #search_489ban [name="date"] {
    margin: 0;
    width: 60%;
    padding: 5px 10px 5px 24px;
  }
  #search_489ban .date_489ban dd label {
    margin: 0;
  }
  #search_489ban .inbox_489ban {
    display: contents;
  }
  #search_489ban .stay_489ban {
    grid-area: stay;
    width: fit-content;
    margin: 0 15px 0 auto;
  }
  #search_489ban .person_489ban {
    grid-area: person;
    width: fit-content;
    margin: 0 auto 0 15px;
  }
  #search_489ban select[name="numberOfNights"] {
    margin-right: 0;
  }
  #search_489ban .person_489ban dd span {
    margin-right: 0;
  }
  #search_489ban button {
    grid-area: submit;
    display: block;
    margin: 14px auto 0;
    width: 100%;
  }
  .search_489ban_caution {
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0 0;
  }
  .search_489ban_caution br {
    display: block;
  }
}
