@charset "UTF-8";
/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
}

/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html {
  position: relative;
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 1000px;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 500;
  line-height: 2.5;
  color: #2e3826;
  background: #faf7f7;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.fixed {
  overflow: hidden;
}

a:link,
a:visited {
  color: #2e3826;
  text-decoration: none;
}

a {
  box-sizing: border-box;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.5;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

img.max {
  width: 100%;
}

p {
  line-height: 2.5;
}

#svg_sprite {
  display: none;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 810px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 0;
    font-size: 1.2rem;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  a:hover {
    opacity: 1;
  }
  img:not(.sp_auto) {
    width: 100%;
  }
}
/*-------------------------------------------*/
/*
/*loading
/*
/*-------------------------------------------*/
#loading {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #faf7f7;
  text-align: center;
  z-index: 999999;
}
#loading .loading_logo {
  width: 100%;
  animation: loadingAnime 1.5s infinite;
}
#loading .loading_logo img {
  max-width: 80%;
}
#loading #loading_bar {
  width: 100%;
  margin-top: 40px;
  height: 4px;
}

/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
#header_wrap {
  position: relative;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1000px;
  padding: 0 30px 0 10px;
  background: #faf7f7;
  box-sizing: border-box;
  border-bottom: 2px solid #2e3826;
  letter-spacing: 0;
  z-index: 2001;
}
#header > .flexbox {
  height: 62px;
}
#header .h_logo {
  line-height: 1;
}
#header .h_nav {
  margin-left: auto;
  font-size: 1.6rem;
  gap: 16px;
  line-height: 1.2;
}
#header .h_nav li.hide {
  display: none;
}
#header .h_nav li a {
  position: relative;
  display: block;
  padding: 10px;
  color: #2e3826;
  font-weight: bold;
}
@media (any-hover: hover) {
  #header .h_nav li a:hover {
    color: #9a6e24;
    opacity: 1;
  }
}
#header .h_nav li.nav_parent {
  position: relative;
}
#header .h_nav .nav_child {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  padding-bottom: 8px;
  background: #fefafb;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}
#header .h_nav .nav_child li a {
  display: block;
  padding: 8px 16px;
}

.nav_open {
  width: 60px;
  height: 46px;
  margin-left: auto;
  padding-top: 22px;
}
.nav_open.active .bar {
  background: transparent;
}
.nav_open.active .bar:before {
  transform: rotate(35deg);
}
.nav_open.active .bar:after {
  transform: rotate(-35deg);
}
.nav_open .bar {
  position: relative;
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 auto;
  background: #2e3826;
}
.nav_open .bar:before, .nav_open .bar:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 2px;
  background: #2e3826;
}
.nav_open .bar:before {
  top: -8px;
}
.nav_open .bar:after {
  top: 8px;
}
.nav_open .txt {
  display: block;
  text-align: left;
  text-indent: -9999px;
}

@keyframes headerAnime {
  0% {
    opacity: 0;
    top: -80px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media screen and (min-width: calc(810px + 1px)) {
  #header.active {
    position: fixed;
    top: 0;
    animation: headerAnime 0.4s ease;
  }
}
@media screen and (max-width: 1180px) {
  #header {
    padding-right: 20px;
  }
  #header .h_nav {
    font-size: 1.5rem;
    gap: 12px;
  }
}
@media screen and (max-width: 1080px) {
  #header {
    padding-right: 20px;
  }
  #header .h_nav {
    font-size: 1.5rem;
    gap: 8px;
  }
}
@media screen and (max-width: 810px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 0;
    height: 48px;
    padding: 0 0 0 10px;
  }
  #header > .flexbox {
    height: 46px;
  }
  #header .h_logo img {
    width: 120px;
    height: auto;
  }
  #header .h_nav {
    display: none;
  }
  #header .h_reserve {
    display: none;
  }
  #sp_header {
    display: flex;
  }
  #sp_header.active {
    top: 0;
  }
  .nav_open {
    display: block;
  }
}
/*  search
------------------------------------*/
#search {
  position: fixed;
  bottom: -64px;
  left: 0;
  width: 100%;
  min-width: 1000px;
  background: #2e3826;
  color: #c7af87;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0;
  transition: all 0.4s;
  z-index: 2001;
}
#search.active {
  bottom: 0;
}
#search .container {
  position: relative;
  display: flex;
  height: 64px;
  max-width: 980px;
  align-items: center;
  justify-content: space-between;
}
#search .search_tit {
  font-size: 2rem;
  line-height: 1;
}
#search #search_489ban {
  position: relative;
  width: calc(100% - 70px - 170px);
  text-align: center;
}
#search .date_489ban {
  display: flex;
  align-items: center;
  gap: 8px;
}
#search .date_489ban span {
  margin-bottom: 0;
}
#search .inbox_489ban,
#search .room_489ban,
#search .stay_489ban,
#search .person_489ban {
  display: flex;
  gap: 4px;
  align-items: center;
}
#search .inbox_489ban span,
#search .room_489ban span,
#search .stay_489ban span,
#search .person_489ban span {
  margin-bottom: 0;
}
#search form {
  position: relative;
  display: flex;
  width: 100%;
  height: 56px;
  margin: 0;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  background: none;
  box-shadow: none;
  line-height: 1.4;
}
#search form select,
#search form input[type=text],
#search form input[type=date] {
  height: auto;
  margin: 0;
  padding: 6px 15px 6px 6px;
  background: none;
  border: none;
  border-bottom: 1px solid #c7af87;
  border-radius: 0;
  cursor: pointer;
  color: #c7af87;
  font-size: 20px;
  font-family: "Yantramanav", "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
  -webkit-appearance: none;
  vertical-align: baseline;
  white-space: nowrap;
}
#search form select::-ms-expand,
#search form input[type=text]::-ms-expand,
#search form input[type=date]::-ms-expand {
  display: none;
}
#search form select:focus,
#search form input[type=text]:focus,
#search form input[type=date]:focus {
  outline: none;
}
#search form select {
  min-width: 45px;
  padding: 6px 15px 6px 4px;
  background: url(../img/common/search_icon_02.svg) no-repeat right 5px center;
  background-size: 9px;
  line-height: 1;
}
#search form input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin: 0 4px 4px 0;
  background: none;
  accent-color: #c7af87;
  vertical-align: middle;
}
#search form input:disabled {
  opacity: 0.5;
  cursor: default;
}
#search form select:disabled {
  opacity: 0.5;
}
#search form option {
  padding: 5px;
  color: #000;
}
#search form label {
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
}
#search form button {
  width: 80px;
  height: 38px;
  padding: 8px 0;
  background: #2e3826;
  border: none;
  border: 1px solid #c7af87;
  border-radius: 0;
  box-sizing: border-box;
  color: #c7af87;
  cursor: pointer;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
}
@media (any-hover: hover) {
  #search form button:hover {
    background: #c7af87;
    color: #2e3826;
  }
}
#search form button:focus {
  outline: none;
}
#search form input.hasDatepicker {
  width: 140px;
  margin-right: 8px;
  background: url(../img/common/search_icon_01.svg) no-repeat right 5px center;
  background-size: 21px;
}
#search .search_btn {
  width: 150px;
  height: 38px;
  padding: 10px 4px;
  background: #a05c66;
  color: #faf7f7;
  line-height: 1.2;
  text-align: center;
}
#search .disnon {
  display: none !important;
}

.ui-widget.ui-widget-content {
  letter-spacing: 0;
}

@keyframes -webkit-searchAnime {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes searchAnime {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0;
  }
}
@media screen and (min-width: calc(810px + 1px)) {
  #search.active {
    position: fixed;
    animation: -webkit-searchAnime 0.4s ease;
    animation: searchAnime 0.4s ease;
  }
}
@media screen and (max-width: 810px) {
  #search {
    position: fixed;
    top: auto;
    bottom: -100%;
    left: 0;
    height: auto;
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 0;
    font-size: 12px;
    z-index: 100;
  }
  #search.active {
    bottom: -100%;
  }
  #search.open {
    bottom: 0;
    animation: none;
  }
  #search .container {
    display: block;
    height: auto;
    padding: 16px 0 64px;
  }
  #search #search_489ban {
    width: 100%;
  }
  #search .date_489ban {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #search .date_489ban span {
    margin-bottom: 0;
  }
  #search .inbox_489ban,
  #search .room_489ban,
  #search .stay_489ban,
  #search .person_489ban {
    display: flex;
    gap: 4px;
    align-items: center;
  }
  #search .inbox_489ban span,
  #search .room_489ban span,
  #search .stay_489ban span,
  #search .person_489ban span {
    margin-bottom: 0;
  }
  #search form {
    max-width: 325px;
    height: auto;
    margin: 0 auto;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
  #search form button {
    width: 100%;
    font-size: 12px;
  }
}
/*  pagetit
------------------------------------*/
#pagetit {
  position: relative;
  padding-top: 64px;
  text-align: center;
}
#pagetit::after {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background: #2e3826;
}
#pagetit .pagetit_tit {
  padding: 48px 0;
  color: #2e3826;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#pagetit .pagetit_tit .en {
  display: block;
  margin-bottom: 8px;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
}

#lead {
  padding: 40px 0 112px;
}
#lead .lead_txt {
  line-height: 2.5;
  text-align: center;
}

@media screen and (max-width: 810px) {
  #pagetit {
    padding-top: 48px;
  }
  #pagetit:after {
    height: 50vw;
  }
  #pagetit .pagetit_tit {
    padding: 40px 0;
  }
  #pagetit .pagetit_tit .en {
    font-size: 4.8rem;
    letter-spacing: 0.02em;
  }
  #lead {
    padding: 44px 0 48px;
  }
  #lead .lead_txt {
    text-align: left;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
#wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  width: 90%;
  max-width: 1056px;
  margin: 0 auto;
}

.wide_container {
  width: 90%;
  max-width: 1168px;
  margin: 0 auto;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.rel {
  position: relative;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Yantramanav", sans-serif;
}

img.icon,
span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.icon_arrow {
  position: relative;
  width: 24px;
  height: 12px;
  fill: currentColor;
}

.icon_arrow_btm {
  position: relative;
  width: 12px;
  height: 24px;
  fill: currentColor;
}

.break span {
  display: inline-block;
}

.kerning {
  font-feature-settings: "palt";
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* 汎用見出し */
.sec_tit {
  position: relative;
  max-width: 100%;
  margin: 0 auto 40px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
.sec_tit .en {
  display: block;
  margin: 4px auto 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.caption {
  margin: 0 0 24px;
  font-size: 2.4rem;
  line-height: 2;
}

a.btn,
.btn_nolink {
  position: relative;
  display: inline-block;
  width: 240px;
  max-width: 100%;
  padding: 15px 40px 15px 16px;
  border-bottom: 1px solid currentColor;
  color: #2e3826;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  transition: all 0.5s;
}
@media (any-hover: hover) {
  a.btn:hover,
  .btn_nolink:hover {
    background: #2e3826;
    color: #c7af87;
    opacity: 1;
  }
}
a.btn .icon_arrow,
.btn_nolink .icon_arrow {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  fill: currentColor;
}
a.btn.en,
.btn_nolink.en {
  font-size: 2rem;
  line-height: 1.4;
}
a.btn.btn_reserve,
.btn_nolink.btn_reserve {
  width: 240px;
  background: #a05c66;
  color: #faf7f7;
  border-bottom: none;
}
@media (any-hover: hover) {
  a.btn.btn_reserve:hover,
  .btn_nolink.btn_reserve:hover {
    background: #9a6e24;
    opacity: 1;
  }
}

/* 汎用テーブル */
.table {
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
}
.table caption {
  margin: 0 0 16px;
  line-height: 1.75;
}
.table th,
.table td {
  padding: 15px 0;
  border-top: 1px solid #2e3826;
  border-bottom: 1px solid #2e3826;
  line-height: 2;
  vertical-align: top;
}
.table th {
  position: relative;
  width: 25%;
  font-weight: bold;
}
.table a:hover {
  opacity: 1;
  text-decoration: underline;
}
.table .table_list {
  justify-content: flex-start;
}
.table .table_list li:after {
  content: "／";
}
.table .table_list li:last-of-type:after {
  content: none;
}

@media screen and (min-width: calc(810px + 1px)) {
  .pc_vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 810px) {
  .container {
    width: calc(100% - 32px);
  }
  .wide_container {
    width: calc(100% - 32px);
  }
  .icon_arrow {
    width: 18px;
    height: 9px;
  }
  .icon_arrow_btm {
    width: 9px;
    height: 18px;
  }
  /* 汎用見出し */
  .sec_tit {
    margin: 0 auto 30px;
    font-size: 2.6rem;
  }
  .sec_tit .en {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
  a.btn,
  .btn_nolink {
    width: 180px;
    padding: 10px 35px 10px 10px;
  }
  a.btn .icon_arrow,
  .btn_nolink .icon_arrow {
    right: 10px;
  }
  a.btn.en,
  .btn_nolink.en {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  a.btn.btn_reserve,
  .btn_nolink.btn_reserve {
    width: 180px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  /* 汎用テーブル */
  .table caption {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .table th,
  .table td {
    padding: 10px 12px;
    line-height: 1.75;
  }
  .table:not(.sp_table) {
    border-bottom: 1px solid #2e3826;
  }
  .table:not(.sp_table) tr {
    display: block;
  }
  .table:not(.sp_table) th,
  .table:not(.sp_table) td {
    display: block;
    width: 100%;
    margin-bottom: -1px;
    padding: 10px 10px;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .table:not(.sp_table) th {
    background: rgba(46, 56, 38, 0.1);
  }
  .table a {
    word-break: break-all;
  }
}
/*-------------------------------------------*/
/*
/*404
/*
/*-------------------------------------------*/
.not-found {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}

/*-------------------------------------------*/
/*
/*page_nav
/*
/*-------------------------------------------*/
.page_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 96px;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: left;
}
.page_nav li {
  width: 240px;
  max-width: calc(25% - 10px);
}
.page_nav li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 15px 40px 15px 12px;
  border-bottom: 2px solid #2e3826;
}
@media (any-hover: hover) {
  .page_nav li a:hover {
    background: #2e3826;
    color: #c7af87;
    opacity: 1;
  }
  .page_nav li a:hover .icon_arrow_btm {
    fill: #c7af87;
  }
}
.page_nav li a .icon_arrow_btm {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.page_nav + .page_nav {
  margin-top: 24px;
}
.page_nav + .page_subnav {
  margin-top: 24px;
}
.page_nav.col03 li {
  width: 344px;
  max-width: calc(33.33% - 20px);
}
.page_nav.col05 li {
  width: 196px;
  max-width: calc(20% - 20px);
}
.page_nav.col06 li {
  width: 160px;
  max-width: calc(16.67% - 20px);
}

@media screen and (max-width: 810px) {
  .page_nav {
    margin-top: 40px;
    gap: 16px 8px;
    font-size: 1.4rem;
    justify-content: space-between;
  }
  .page_nav li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_nav li a {
    padding: 10px 20px 10px 2px;
  }
  .page_nav li a .icon_arrow_btm {
    right: 8px;
  }
  .page_nav + .page_nav {
    margin-top: 16px;
  }
  .page_nav + .page_subnav {
    margin-top: 16px;
  }
  .page_nav.col03 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_nav.col05 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_nav.col06 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
}
/*-------------------------------------------*/
/*
/*slider
/*
/*-------------------------------------------*/
.common_slide > .slide_item:not(:first-child) {
  display: none;
}
.common_slide .slide_item {
  position: relative;
}
.common_slide .slide_caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 14px 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  color: #fff;
  line-height: 1.5;
  text-align: right;
}

@media screen and (max-width: 810px) {
  .common_slide.sp_wide .slide_item img {
    aspect-ratio: 16/11;
    object-fit: cover;
  }
}
/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
#icon_pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  line-height: 1;
  text-align: center;
  z-index: 5000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
#icon_pagetop.active {
  visibility: visible;
  opacity: 1;
}
#icon_pagetop a {
  display: block;
}
#footer {
  position: relative;
  padding: 56px 0 112px;
  background: url(../img/common/footer_bg.webp) no-repeat center;
  background-size: cover;
  color: #faf7f7;
}
#footer .container {
  max-width: none;
}
#footer a {
  color: currentColor;
}
#footer .f_info {
  width: 40%;
}
#footer .f_info .info_logo {
  margin-bottom: 40px;
  line-height: 1;
}
#footer .f_info .info_logo a {
  display: inline-block;
}
#footer .f_info .info_address {
  line-height: 2;
}
#footer .f_info .info_sns {
  margin-top: 16px;
  line-height: 1;
}
#footer .f_nav {
  width: 60%;
}
#footer .f_nav .nav_list {
  margin-bottom: 32px;
  justify-content: flex-end;
  gap: 36px;
  line-height: 1.5;
}
#footer .f_nav .nav_list li a {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
#footer .f_group {
  margin-top: 96px;
  order: 10;
}
#footer .f_group .group_tit {
  margin-bottom: 15px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: right;
}
#footer .f_copyright {
  margin-top: auto;
  font-size: 1.6rem;
  line-height: 1.8;
}
#footer .f_copyright small {
  font-size: 1.6rem;
}

@media screen and (max-width: 810px) {
  #footer {
    padding: 42px 0 72px;
    background: url(../img/common/footer_bg_sp.webp) no-repeat center;
    background-size: cover;
    text-align: center;
  }
  #footer .f_info {
    width: 100%;
  }
  #footer .f_info .info_logo {
    margin-bottom: 28px;
  }
  #footer .f_info .info_logo img {
    width: 239px;
    height: auto;
  }
  #footer .f_info .info_sns {
    margin-top: 12px;
  }
  #footer .f_info .info_sns img {
    width: 19px;
    height: 19px;
  }
  #footer .f_group {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 84px;
    order: 0;
  }
  #footer .f_group .group_tit {
    margin-right: 16px;
    margin-bottom: 0;
    font-size: 2.25rem;
    letter-spacing: 0.02em;
  }
  #footer .f_group .group_logo img {
    width: 174px;
    height: auto;
  }
  #footer .f_copyright {
    width: 100%;
    margin-top: 80px;
    font-size: 1.2rem;
  }
  #footer .f_copyright small {
    font-size: 1.2rem;
  }
}
/*  sp_footer
------------------------------------*/
#sp_footer {
  display: none;
  position: fixed;
  left: 0;
  bottom: -48px;
  width: 100%;
  height: 48px;
  padding: 10px 16px;
  background: #2e3826;
  gap: 20px;
  justify-content: space-around;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  z-index: 2000;
  transition: bottom 0.4s;
}
#sp_footer.active {
  bottom: 0;
}
#sp_footer a,
#sp_footer div {
  display: block;
  box-sizing: border-box;
  width: 50%;
  padding: 6px 0;
  color: #c7af87;
  border: 1px solid #c7af87;
  text-align: center;
}
#sp_footer .search_open .en {
  display: inline-block;
  margin-right: 16px;
}
#sp_footer .btn_reserve {
  width: 50%;
  background: #a05c66;
  border-color: #a05c66;
  color: #faf7f7;
}

@media screen and (max-width: 810px) {
  #sp_footer {
    display: flex;
  }
}
/*  nav_box
------------------------------------*/
#nav_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faf7f7;
  box-sizing: border-box;
  letter-spacing: 0;
  z-index: 9998;
  text-align: left;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
#nav_box .nav_logo {
  padding-top: 8px;
  padding-left: 10px;
  line-height: 1;
}
#nav_box .nav_nav {
  max-width: 280px;
  margin: 0 auto;
  padding: 40px 0;
}
#nav_box .nav_nav .nav_list {
  width: 50%;
  font-size: 1.6rem;
  line-height: 1.5;
}
#nav_box .nav_nav .nav_list li {
  margin-bottom: 24px;
}
#nav_box .nav_nav .nav_list li a,
#nav_box .nav_nav .nav_list li > span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
}
#nav_box .nav_nav .nav_list li .nav_parent_btn {
  display: block;
  max-width: 110px;
}
#nav_box .nav_nav .nav_list li .nav_parent_btn:before, #nav_box .nav_nav .nav_list li .nav_parent_btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 10px;
  height: 2px;
  background: #2e3826;
}
#nav_box .nav_nav .nav_list li .nav_parent_btn::after {
  transform: rotate(90deg);
}
#nav_box .nav_nav .nav_list li.nav_sub {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
#nav_box .nav_nav .nav_list li.nav_sub a,
#nav_box .nav_nav .nav_list li.nav_sub > span {
  font-weight: 400;
}
#nav_box .nav_nav .nav_list .nav_child {
  display: none;
  margin-top: 16px;
  font-size: 1.2rem;
}
#nav_box .nav_nav .nav_list .nav_child li a {
  font-weight: 400;
}
#nav_box .nav_nav .nav_sns {
  width: 100%;
  margin-top: 16px;
  line-height: 1;
  text-align: center;
}
#nav_box .nav_nav .nav_tel {
  width: 100%;
  margin-top: 28px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}
#nav_box .nav_nav .nav_tel .tit {
  display: inline-block;
  margin-bottom: 8px;
}
#nav_box .nav_nav .nav_tel .en {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
#nav_box .nav_nav .nav_tel .sp_tel {
  padding-left: 4px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
#nav_box .nav_nav .nav_tel .sp_tel a {
  font-weight: inherit;
}
#nav_box .nav_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 46px;
  margin-left: auto;
  padding-top: 22px;
}
#nav_box .nav_close .bar {
  position: relative;
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 auto;
  background: transparent;
}
#nav_box .nav_close .bar:before, #nav_box .nav_close .bar:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 2px;
  background: #2e3826;
}
#nav_box .nav_close .bar:before {
  top: -8px;
  transform: rotate(45deg) translate(6px, 5px);
}
#nav_box .nav_close .bar:after {
  top: 8px;
  transform: rotate(-45deg) translate(6px, -6px);
}
#nav_box .nav_close .txt {
  display: block;
  text-align: left;
  text-indent: -9999px;
}

@media screen and (max-width: 810px) {
  #nav_box {
    min-width: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
/*-------------------------------------------*/
/*
/*　　animation class
/*
/*-------------------------------------------*/
.ani {
  opacity: 0;
  transition-delay: 200ms;
  transition-duration: 600ms;
  transition-property: opacity, transform;
}
.ani.scroll {
  transform: translate(0, 0);
  opacity: 1;
}

.ani_fadeup {
  transform: translate(0, 30px);
}

.ani_fadefown {
  transform: translate(0, -30px);
}

.ani_fadeleft {
  transform: translate(-30px, 0);
}

.ani_faderight {
  transform: translate(30px, 0);
}

@media screen and (max-width: 810px) {
  .inview {
    transition-delay: 600ms;
  }
}
/* ---------------------------------------------------
	modal
------------------------------------------------------ */
html.fixed,
body.fixed {
  overflow: hidden;
  touch-action: none;
}

#modal_bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 999999998;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#modal_section .modal_content {
  position: fixed;
  display: none;
  width: 1080px;
  max-width: 90%;
  max-height: 90%;
  margin: 0;
  left: 50% !important;
  top: 50% !important;
  background: #fff;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  z-index: 999999999;
}
#modal_section .modal_tit {
  margin: 0;
  padding: 12px 60px 12px;
  background: #9a6e24;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-align: center;
}
#modal_section .modal_container {
  width: 100%;
  margin: 0 auto;
  padding: 56px 64px;
}

.modal_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
}
.modal_close:before, .modal_close:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  display: block;
  width: 30px;
  height: 2px;
  background: #2e3826;
}
.modal_close:before {
  transform: rotate(45deg);
}
.modal_close:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 810px) {
  #modal_section .modal_tit {
    padding: 10px 60px 8px 10px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  #modal_section .modal_container {
    padding: 30px 24px;
  }
}
/*-------------------------------------------*/
/*
/*　　tablet調整
/*
/*-------------------------------------------*/
body.is_tablet {
  min-width: 1300px;
  font-size: 18px;
}
body.is_tablet #header {
  font-size: 16px;
}

/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  body {
    width: 1000px;
    font-size: 14px;
  }
  .container {
    width: 94%;
  }
}
/*-------------------------------------------*/
/*
/*　　respomsive common
/*
/*-------------------------------------------*/
.tabsp_block {
  display: none;
}

.sp_block {
  display: none;
}

.sp_inline {
  display: none;
}

.tabsp_inline {
  display: none;
}

.pc_hidden {
  display: none !important;
}

.tab_block {
  display: none;
}

.tab_inline {
  display: none;
}

@media screen and (max-width: 810px) {
  .pc_block {
    display: none;
  }
  .tabsp_block {
    display: block;
  }
  .tabsp_hidden {
    display: none;
  }
  .pc_inline {
    display: none;
  }
  .tabsp_inline {
    display: inline;
  }
  .sp_hidden {
    display: none !important;
  }
  .pc_hidden {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .pctab_block {
    display: none;
  }
  .pctab_inline {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
}
@media screen and (max-width: 810px) and (min-width: 641px) {
  .tab_block {
    display: block;
  }
  .tab_inline {
    display: inline;
  }
  .tab_hidden {
    display: none;
  }
}