@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: 600;
  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,
picture {
  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: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-display: swap;
  font-weight: 600;
  line-height: 2.875;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #fcfaf2;
  background: url(../img/common/bg.webp) center top, #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.fixed {
  overflow: hidden;
}

a:link,
a:visited {
  color: currentColor;
  text-decoration: none;
}

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

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

img.max {
  width: 100%;
}

@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.4rem;
    line-height: 2.42;
  }
  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: #1c1c1c;
  line-height: 1;
  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: 30px;
  height: 3px;
}

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

#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1000px;
  background: linear-gradient(to bottom, rgba(19, 27, 36, 0.87) 0%, rgba(19, 27, 36, 0) 140px);
  box-sizing: border-box;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2001;
}
#header > .flexbox {
  width: 98%;
  height: 140px;
  margin: 0 auto;
}
#header .h_logo {
  position: relative;
  margin: 36px 0 0 32px;
  line-height: 1;
}
#header .h_logo img {
  filter: drop-shadow(0 0 8px #000);
}
#header .h_logo .logo01 {
  display: none;
}
#header .h_btns {
  gap: 12px;
  margin-left: auto;
}
#header .btn_instagram {
  margin-right: 16px;
}
#header .h_lang {
  position: relative;
  line-height: 1.2;
  z-index: 2100;
}
#header .h_lang .lang_tit {
  position: relative;
  padding: 16px 8px;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  letter-spacing: 0.1em;
}
#header .h_lang .lang_tit .icon {
  margin-right: 8px;
}
#header .h_lang .lang_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  letter-spacing: 0.1em;
}
#header .h_lang .lang_list li {
  border-bottom: 1px solid #bc9f77;
}
#header .h_lang .lang_list li a {
  display: block;
  padding: 12px 16px;
  background: #fff;
  color: #1c1c1c;
}
@media (any-hover: hover) {
  #header .h_lang .lang_list li a:hover {
    background: #e2d5c3;
    opacity: 1;
  }
}
#header .btn_reserve {
  display: block;
  width: 257px;
  padding: 18px 5px 16px;
  background: #bc9f77;
  border-radius: 2px;
  color: #1c1c1c;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (any-hover: hover) {
  #header .btn_reserve:hover {
    filter: brightness(120%);
    opacity: 1;
  }
}
#header .btn_reserve .icon {
  margin-right: 8px;
}
#header .nav_box_wrap::details-content {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease, content-visibility 0.4s allow-discrete;
}
#header .nav_box_wrap[open]::details-content {
  max-height: 100%;
  opacity: 1;
}
#header .nav_box_wrap[open] .nav_open .bar {
  background: transparent;
}
#header .nav_box_wrap[open] .nav_open .bar:before {
  transform: rotate(35deg) translate(2px, 3px);
}
#header .nav_box_wrap[open] .nav_open .bar:after {
  transform: rotate(-35deg) translate(1px, -2px);
}
#header .nav_open {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  padding-top: 30px;
  box-sizing: border-box;
  list-style: none;
  cursor: pointer;
  z-index: 2500;
}
#header .nav_open::marker {
  content: none;
}
#header .nav_open::-webkit-details-marker {
  display: none;
}
#header .nav_open.active .bar {
  background: transparent;
}
#header .nav_open.active .bar:before {
  transform: rotate(35deg);
}
#header .nav_open.active .bar:after {
  transform: rotate(-35deg);
}
#header .nav_open .bar {
  position: relative;
  display: block;
  width: 14px;
  height: 2px;
  margin: 0 auto;
  background: transparent;
}
#header .nav_open .bar:before, #header .nav_open .bar:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 14px;
  height: 1px;
  background: #fcfaf2;
}
#header .nav_open .bar:before {
  top: -3px;
}
#header .nav_open .bar:after {
  top: 3px;
}
#header .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;
    background: linear-gradient(to right, rgb(19, 27, 36) 0%, rgb(28, 28, 28) 47%, rgb(67, 67, 67) 100%);
  }
  #header.active > .flexbox {
    height: 80px;
  }
  #header.active .h_logo {
    margin-top: 0;
  }
  #header.active .h_logo .logo01 {
    display: none;
  }
  #header.active .h_logo .logo02 {
    display: inline-block;
    width: 185px;
    height: auto;
  }
  #header.active .h_nav {
    width: 880px;
    max-width: calc(100% - 122px - 40px);
  }
  #header.active .h_nav li a {
    padding-top: 22px;
  }
  #header.active .h_nav li.hide {
    display: block;
  }
  #header.active .h_reserve {
    display: none;
  }
}
@media screen and (max-width: 810px) {
  #header {
    position: absolute;
    top: 0;
    min-width: 0;
    background: linear-gradient(to bottom, rgba(19, 27, 36, 0.87) 0%, rgba(19, 27, 36, 0) 100%);
  }
  #header > .flexbox {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 0 4px 0 24px;
  }
  #header .h_logo {
    margin: 13px 0 0;
    z-index: auto;
  }
  #header .h_logo .logo01 {
    display: inline-block !important;
    width: 126px;
    height: 66px;
  }
  #header .h_logo .logo02 {
    display: none !important;
  }
  #header .h_btns {
    gap: 4px;
    margin-left: auto;
  }
  #header .btn_instagram {
    margin-right: 16px;
  }
  #header .btn_instagram img {
    width: 21px;
    height: auto;
  }
  #header .h_lang {
    z-index: auto;
  }
  #header .h_lang .lang_tit {
    position: relative;
    padding: 8px 8px;
    border-bottom: 1px solid currentColor;
    cursor: pointer;
    letter-spacing: 0.1em;
  }
  #header .h_lang .lang_tit .icon {
    margin-right: 8px;
  }
  #header .h_lang .lang_list li a {
    display: block;
    padding: 12px 16px;
  }
  #header .btn_reserve {
    display: none;
  }
  #header .nav_open {
    width: 48px;
    height: 48px;
    padding-top: 20px;
  }
  #header:has(.nav_box_wrap[open]) {
    z-index: 2100;
  }
  #header:has(.nav_box_wrap[open]) .h_logo,
  #header:has(.nav_box_wrap[open]) .h_lang,
  #header:has(.nav_box_wrap[open]) .btn_instagram {
    display: none;
  }
  #header:has(.nav_box_wrap[open]) .nav_open {
    position: fixed;
    right: 4px;
    top: 16px;
    z-index: 2500;
  }
  #header:has(.nav_box_wrap[open]) #nav_box .h_logo,
  #header:has(.nav_box_wrap[open]) #nav_box .h_lang {
    display: block;
  }
}
/*  search
------------------------------------*/
.ui-datepicker {
  z-index: 9999 !important;
}

#search_open {
  padding-top: 20px;
  width: 150px;
  background: #78c2c4;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  order: 10;
}
#search_open .en {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  letter-spacing: 0;
}
#search_open .icon {
  margin-right: 8px;
}

#search {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 40px;
  bottom: 40px;
  height: 88px;
  border-radius: 5px;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  z-index: 1900;
}
#search.open #search_open {
  border-radius: 0 5px 5px 0;
}
#search .search_head {
  display: none;
  align-items: center;
  height: 80px;
  width: calc(100% + 48px);
  margin: 0 -24px 80px;
  padding: 0 4px 0 24px;
}
#search .search_head .h_logo {
  position: relative;
  margin: 20px 0 0;
  line-height: 1;
}
#search .search_head .h_logo img {
  display: inline-block;
  width: 126px;
  height: 66px;
  filter: drop-shadow(0 0 8px #000);
}
#search .search_head .h_lang {
  position: relative;
  margin-left: auto;
  line-height: 1.2;
  z-index: 2500;
}
#search .search_head .h_lang .lang_tit {
  position: relative;
  padding: 8px 8px;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  letter-spacing: 0.1em;
}
#search .search_head .h_lang .lang_tit .icon {
  margin-right: 8px;
}
#search .search_head .h_lang .lang_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  letter-spacing: 0.1em;
}
#search .search_head .h_lang .lang_list li {
  border-bottom: 1px solid #bc9f77;
}
#search .search_head .h_lang .lang_list li a {
  display: block;
  padding: 12px 16px;
  background: #fff;
  color: #1c1c1c;
}
@media (any-hover: hover) {
  #search .search_head .h_lang .lang_list li a:hover {
    background: #e2d5c3;
    opacity: 1;
  }
}
#search .search_close {
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  padding-top: 22px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 2500;
}
#search .search_close::marker {
  content: none;
}
#search .search_close::-webkit-details-marker {
  display: none;
}
#search .search_close .bar {
  position: relative;
  display: block;
  width: 14px;
  height: 2px;
  margin: 0 auto;
  background: transparent;
}
#search .search_close .bar:before, #search .search_close .bar:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 14px;
  height: 1px;
  background: #fcfaf2;
}
#search .search_close .bar:before {
  top: -3px;
  transform: rotate(35deg) translate(2px, 3px);
}
#search .search_close .bar:after {
  top: 3px;
  transform: rotate(-35deg) translate(1px, -2px);
}
#search .search_close .txt {
  display: block;
  text-align: left;
  text-indent: -9999px;
}
#search .search_body {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  /*width: 690px;*/
  width: 760px;
  height: 100%;
  background: rgba(120, 194, 196, 0.8);
  border-radius: 5px 0 0 5px;
}
#search .search_body > .flexbox {
  padding: 12px 20px 16px;
}
#search .inbox_489ban {
  display: flex;
  gap: 8px;
}
#search .inbox_489ban:last-of-type {
  /* 空のdivを消せないので */
  display: none;
}
#search #search_489ban {
  width: calc(100% - 128px);
}
#search form {
  position: relative;
  display: flex;
  gap: 8px;
  margin: 0;
  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: 0 8px 0 8px;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  cursor: pointer;
  color: #1c1c1c;
  font-size: 24px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  letter-spacing: 0;
  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: 48px;
  padding: 0 8px 0 4px;
  background: url(../img/common/search_icon_02.svg) no-repeat right 5px center;
  background-size: 8px;
  line-height: 32px;
}
#search form input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin: 0 4px 4px 0;
  background: none;
  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: 100px;
  height: 64px;
  padding: 12px 0 12px 16px;
  background: url(../img/common/search_icon_03.svg) no-repeat left calc(50% - 32px) center, #bc9f77;
  background-size: 14px;
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
  color: #1c1c1c;
  cursor: pointer;
  font-size: 14px;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  line-height: 1;
  transition: all 0.4s;
  text-align: center;
  vertical-align: middle;
}
#search form button .icon {
  margin-right: 5px;
}
@media (any-hover: hover) {
  #search form button:hover {
    background: url(../img/common/search_icon_03.svg) no-repeat left calc(50% - 32px) center, #e2d5c3;
    background-size: 14px;
  }
}
#search form button:focus {
  outline: none;
}
#search form input.hasDatepicker {
  width: 146px;
  margin-right: 8px;
  padding-left: 0;
  background: url(../img/common/search_icon_01.svg) no-repeat right 5px center;
  background-size: 14px;
}
#search .search_link {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
#search .search_link li:first-of-type {
  font-size: 1.4rem;
}
#search .search_link a {
  position: relative;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #fff;
}
#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_open {
    position: fixed;
    left: 0;
    bottom: -100px;
    padding: 20px 0;
    width: 132px;
    border-radius: 0 5px 5px 0;
    color: #1c1c1c;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    transition: bottom 0.4s;
  }
  #search_open.active {
    bottom: 62px;
  }
  #search_open .en {
    margin-bottom: 8px;
  }
  #search {
    position: relative;
    height: auto;
    color: #fcfaf2;
    z-index: 2000;
  }
  #search .search_head {
    display: flex;
  }
  #search .search_body {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/bg.webp) no-repeat center top;
    background-size: cover;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  #search .search_body > .flexbox {
    display: block;
    padding: 0 24px 80px;
  }
  #search .date_489ban {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
    gap: 6px;
    border-bottom: 1px solid #78c2c4;
  }
  #search .date_489ban dt {
    flex-shrink: 0;
  }
  #search .date_489ban label {
    margin-bottom: 3px;
  }
  #search .inbox_489ban {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #78c2c4;
  }
  #search .stay_489ban,
  #search .person_489ban {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #search .stay_489ban select {
    min-width: 90px;
  }
  #search #search_489ban {
    width: 100%;
  }
  #search form {
    width: 100%;
    height: auto;
    padding: 32px 16px;
    background: #1c1c1c;
    border: 1px solid #78c2c4;
    border-radius: 2px;
    box-sizing: border-box;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  #search form .form_tit {
    color: #78c2c4;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.25em;
  }
  #search form select,
  #search form input[type=text],
  #search form input[type=date] {
    min-width: 70px;
    height: auto;
    border-bottom: none;
    color: #fcfaf2;
    font-size: 24px;
    line-height: 1.2;
  }
  #search form select {
    width: 50px;
    max-width: 100%;
    padding-right: 10px;
    background: url(../img/common/search_icon_02_blue.svg) no-repeat right 5px center;
    background-size: 8px;
    flex-grow: 1;
    text-align: center;
  }
  #search form label {
    margin-bottom: 0;
  }
  #search form button {
    display: block;
    width: 210px;
    max-width: 100%;
    height: auto;
    margin: 20px auto 0;
    padding: 20px 0 20px 20px;
    background: url(../img/common/search_icon_03.svg) no-repeat left calc(50% - 42px) center, #bc9f77;
    background-size: 17px;
    font-size: 1.4rem;
  }
  #search form input.hasDatepicker {
    width: 150px;
    margin-right: 8px;
    padding-left: 0;
    background: url(../img/common/search_icon_01_blue.svg) no-repeat right 2px center;
    background-size: 14px;
  }
  #search .search_reserve {
    margin: 64px auto 0;
  }
  #search .search_reserve .btn_reserve {
    display: block;
    margin: 0 auto 0;
    padding: 24px;
    background: rgba(120, 194, 196, 0.8);
    border-radius: 2px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 810px) and (any-hover: hover) {
  #search .search_reserve .btn_reserve:hover {
    background: #78c2c4;
  }
}
@media screen and (max-width: 810px) {
  #search .search_reserve .btn_reserve .en {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  #search .search_reserve .btn_reserve .more {
    top: auto;
    bottom: 28px;
    margin: 0;
  }
  #search .search_reserve .reserve_tel {
    padding: 20px 0 12px 0;
    border-bottom: 1px solid #78c2c4;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
  }
  #search .search_reserve .reserve_tel span {
    display: inline-block;
  }
  #search .search_reserve .reserve_tel .tel {
    display: inline-block;
    margin-top: 6px;
    margin-left: 10px;
    color: #78c2c4;
    font-size: 1.7rem;
  }
  #search .search_reserve .reserve_tel .tel .sp_tel {
    color: #fcfaf2;
    font-size: 2.7rem;
    font-weight: 400;
  }
  #search .search_reserve .reserve_tel .tel .sp_tel a {
    font-weight: inherit;
  }
  #search .search_reserve .btn_cancel {
    display: block;
    background: none;
    border-bottom: 1px solid #78c2c4;
    padding: 10px 0;
    color: #fcfaf2;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #search .search_reserve .btn_cancel .more {
    color: #78c2c4;
  }
  #search .search_reserve .btn_instagram {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 24px auto 0;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  #search .search_reserve .btn_instagram .icon {
    margin-right: 12px;
  }
  #search .search_link {
    display: none;
  }
}
/*  pagetit
------------------------------------*/
#pagetit {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1c1c1c;
  color: #fff;
  text-shadow: 0 0 8px #000;
}
#pagetit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(19, 27, 36, 0.6) 0%, rgba(19, 27, 36, 0) 50%);
}
#pagetit .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 92%;
  max-width: none;
  min-height: 700px;
  padding-top: 240px;
  padding-bottom: 160px;
}
#pagetit .pagetit_tit {
  margin-bottom: 48px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.4em;
}
#pagetit .pagetit_tit .en {
  display: inline-block;
  margin-left: 32px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 810px) {
  #pagetit::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(19, 27, 36, 0.6) 0%, rgba(19, 27, 36, 0) 50%);
  }
  #pagetit .container {
    width: calc(100% - 48px);
    min-height: 500px;
    padding: 196px 0 48px;
  }
  #pagetit .pagetit_tit {
    margin-bottom: 24px;
    font-size: 2.5rem;
    letter-spacing: 0.3em;
  }
  #pagetit .pagetit_tit .en {
    margin-left: 24px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
#wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
}

.wide_container {
  width: 96%;
  max-width: 1280px;
  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: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

.en {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
}

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

.break span {
  display: inline-block;
}

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

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

/* 汎用見出し */
.sec_tit {
  position: relative;
  margin-bottom: 56px;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 1.5;
  text-align: center;
}
.sec_tit .en {
  display: block;
  color: #bc9f77;
  font-size: 8.8rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.15;
}
.sec_tit .en + span {
  position: relative;
  display: block;
  margin-top: -32px;
}

.sec_tit02 {
  margin-bottom: 60px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.3em;
  text-align: center;
}
.sec_tit02 .en {
  display: block;
  margin-bottom: 32px;
  color: #bc9f77;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

a.btn,
.btn_nolink {
  position: relative;
  display: inline-block;
  min-width: 280px;
  max-width: 100%;
  padding: 16px 56px;
  background: #bc9f77;
  border-radius: 2px;
  color: #1c1c1c;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: center;
  transition: all 0.5s;
}
@media (any-hover: hover) {
  a.btn:hover,
  .btn_nolink:hover {
    filter: brightness(120%);
    opacity: 1;
  }
}
a.btn .small,
.btn_nolink .small {
  display: inline-block;
  margin-left: 16px;
  margin-bottom: 4px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  vertical-align: middle;
}

.more {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: max-content;
  margin: auto 0;
  padding-right: 18px;
  color: #fcfaf2;
  font-size: 12px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.more::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 0;
  border-top: 1px solid currentColor;
}

/* 汎用背景 */
.bg_grad {
  background: linear-gradient(to bottom, rgba(19, 27, 36, 0.87) 0%, rgba(19, 27, 36, 0) 600px);
}

.bg_white {
  position: relative;
  background: linear-gradient(to bottom, rgb(252, 250, 242) 1%, rgb(204, 202, 196) 100%);
  color: #1c1c1c;
}
.bg_white::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 300px;
  width: 100%;
  height: 100%;
  background: url(../img/common/lead_bg_01.png) no-repeat center top;
}
@media screen and (min-width: 2001px) {
  .bg_white::before {
    background-size: 100%;
  }
}
.bg_white::before {
  mix-blend-mode: overlay;
  pointer-events: none;
}
.bg_white > * {
  position: relative;
}

.bg_box {
  padding: 50px 50px;
  background: #fcfaf2;
}
.bg_box .table th,
.bg_box .table td {
  border-bottom-color: #d0d0d0;
}
.bg_box .table th {
  color: #78c2c4;
}

.border_box {
  position: relative;
  padding: 48px 50px;
  background: #1c1c1c;
}
.border_box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  border: 1px solid #bc9f77;
  pointer-events: none;
}

/* 汎用テーブル */
.table {
  width: 100%;
  letter-spacing: 0.075em;
  overflow: hidden;
}
.table caption {
  padding-bottom: 16px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 2rem;
  line-height: 1.5;
}
.table th,
.table td {
  padding: 16px 0;
  border-bottom: 1px solid #bc9f77;
  line-height: 2;
  vertical-align: top;
}
.table th {
  position: relative;
  width: 25%;
  color: #bc9f77;
}
.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% - 48px);
  }
  .wide_container {
    width: calc(100% - 48px);
  }
  /* 汎用タイトル */
  .sec_tit {
    margin-bottom: 40px;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
  .sec_tit .en {
    font-size: 6.4rem;
  }
  .sec_tit .en + span {
    margin-top: -24px;
  }
  .sec_tit02 {
    margin-bottom: 40px;
  }
  .sec_tit02 .en {
    margin-bottom: 16px;
  }
  a.btn,
  .btn_nolink {
    min-width: 250px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  a.btn .small,
  .btn_nolink .small {
    font-size: 1.1rem;
  }
  .more {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  .bg_box {
    padding: 48px 24px;
  }
  .bg_box .table:not(.sp_table) {
    border-top-color: #d0d0d0;
    border-bottom-color: #d0d0d0;
  }
  .border_box {
    padding: 32px 24px;
  }
  .border_box::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  /* 汎用テーブル */
  .table caption {
    border-bottom: none;
    font-size: 1.6rem;
  }
  .table th,
  .table td {
    padding: 10px 12px;
    line-height: 1.75;
  }
  .table:not(.sp_table) {
    border-top: 1px solid #bc9f77;
    border-bottom: 1px solid #bc9f77;
  }
  .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.75;
    letter-spacing: 0;
  }
  .table a {
    word-break: break-all;
  }
}
/*-------------------------------------------*/
/*
/*page_nav
/*
/*-------------------------------------------*/
.page_nav_wrap {
  position: relative;
  padding: 128px 0;
  background: linear-gradient(to bottom, rgb(252, 250, 242) 1%, rgb(204, 202, 196) 100%);
}
.page_nav_wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/lead_bg_01.png) no-repeat center top;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 2001px) {
  .page_nav_wrap::before {
    background-size: 100%;
  }
}
.page_nav_wrap {
  color: #1c1c1c;
}
.page_nav_wrap > * {
  position: relative;
}

.page_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 44px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
.page_nav li {
  width: 330px;
}
.page_nav li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 22px 32px;
  background: #fcfaf2;
}
.page_nav li a .more {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #78c2c4;
  font-size: 12px;
  font-family: "DM Serif Display", serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
.page_nav li a .more::after {
  content: "";
  display: block;
  position: absolute;
  right: auto;
  left: 50%;
  top: auto;
  bottom: 0;
  width: 0;
  height: 16px;
  border-left: 1px solid currentColor;
}
.page_nav + .page_nav {
  margin-top: 44px;
}
.page_nav + .page_subnav {
  margin-top: 40px;
}
.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);
}

.page_subnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 44px;
  line-height: 1.2;
  text-align: center;
}
.page_subnav li {
  width: 330px;
}
.page_subnav li a {
  position: relative;
  display: block;
  padding: 22px 32px;
  border-bottom: 1px solid #78c2c4;
}
.page_subnav li a .more {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #78c2c4;
  font-size: 12px;
  font-family: "DM Serif Display", serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
.page_subnav li a .more::after {
  content: "";
  display: block;
  position: absolute;
  right: auto;
  left: 50%;
  top: auto;
  bottom: 0;
  width: 0;
  height: 16px;
  border-left: 1px solid currentColor;
}
.page_subnav.col03 li {
  width: 344px;
  max-width: calc(33.33% - 20px);
}
.page_subnav.col05 li {
  width: 196px;
  max-width: calc(20% - 20px);
}
.page_subnav.col06 li {
  width: 160px;
  max-width: calc(16.67% - 20px);
}

@media screen and (max-width: 810px) {
  .page_nav_wrap {
    padding: 64px 0;
  }
  .page_nav_wrap::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/lead_bg_01.png) no-repeat center top;
    mix-blend-mode: overlay;
  }
}
@media screen and (max-width: 810px) and (min-width: 2001px) {
  .page_nav_wrap::before {
    background-size: 100%;
  }
}
@media screen and (max-width: 810px) {
  .page_nav {
    gap: 8px;
    line-height: 1.3;
    justify-content: space-between;
  }
  .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%;
  }
  .page_subnav {
    gap: 8px;
  }
  .page_subnav li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col03 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col03 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col05 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col05 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col06 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col06 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
}
/*-------------------------------------------*/
/*
/*slider
/*
/*-------------------------------------------*/
.common_slide > .slide_item:not(:first-child) {
  display: none;
}

/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
#footer {
  position: relative;
  padding: 160px 0;
  background: url(../img/common/f_bg_01.webp) no-repeat center, #1c1c1c;
}
#footer .f_info {
  width: 45%;
}
#footer .f_info .info_logo {
  margin-bottom: 60px;
  line-height: 1;
}
#footer .f_info .info_logo a {
  display: inline-block;
}
#footer .f_info .info_address {
  line-height: 2;
  border-bottom: none;
}
#footer .f_info .info_address .btn_instagram {
  display: inline-block;
  margin-top: 8px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
#footer .f_info .info_address .btn_instagram .icon {
  margin-right: 10px;
}
#footer .f_info .info_map {
  margin-top: 112px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
#footer .f_info .info_map a {
  color: #bc9f77;
  text-decoration: underline;
}
#footer .f_info .info_map a .icon {
  margin-right: 10px;
}
#footer .f_nav {
  width: 50%;
  gap: 40px 8px;
}
#footer .f_nav .nav_list {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#footer .f_nav .nav_list li + li {
  margin-top: 16px;
}
#footer .f_nav .nav_list li a {
  position: relative;
  display: inline-block;
  padding-left: 56px;
}
#footer .f_nav .nav_list li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 30px;
  height: 0;
  border-top: 1px solid #bc9f77;
}
#footer .f_nav .nav_list li .small {
  display: inline-block;
  font-size: 0.75em;
  letter-spacing: 0;
}
#footer .f_reserve .btn_reserve {
  width: 280px;
  padding: 16px;
  background: rgba(120, 194, 196, 0.8);
  border-radius: 2px;
}
@media (any-hover: hover) {
  #footer .f_reserve .btn_reserve:hover {
    background: #78c2c4;
  }
}
#footer .f_reserve .btn_reserve .en {
  display: block;
  color: #fff;
  letter-spacing: 0.1em;
}
#footer .f_reserve .reserve_tel {
  padding: 24px 0 12px 0;
  border-bottom: 1px solid #78c2c4;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
#footer .f_reserve .reserve_tel span {
  display: inline-block;
}
#footer .f_reserve .reserve_tel .tel {
  display: inline-block;
  margin-top: 6px;
  margin-left: 10px;
  color: #78c2c4;
  font-size: 1.7rem;
}
#footer .f_reserve .reserve_tel .tel .sp_tel {
  color: #fcfaf2;
  font-size: 2.8rem;
}
#footer .f_reserve .reserve_tel .time {
  display: inline-block;
  margin-top: 8px;
  letter-spacing: 0;
}
#footer .f_reserve .btn_cancel {
  display: block;
  background: none;
  border-bottom: 1px solid #78c2c4;
  padding: 10px 0;
  color: #fcfaf2;
  font-size: 1.4rem;
  text-align: center;
}
@media (any-hover: hover) {
  #footer .f_reserve .btn_cancel:hover {
    background: rgba(252, 250, 242, 0.2);
    opacity: 1;
  }
}
#footer .f_reserve .btn_cancel .more {
  position: relative;
  margin-left: 12px;
  color: #78c2c4;
}
#footer .f_copyright {
  width: 100%;
  margin-top: 96px;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: right;
}
#footer .f_copyright small {
  font-size: 1.2rem;
}

@media screen and (max-width: 810px) {
  #footer {
    padding: 64px 0 160px;
    background: url(../img/common/f_bg_01_sp.webp) no-repeat center bottom 64px, #1c1c1c;
    background-size: 100%;
  }
  #footer .f_info {
    width: 100%;
  }
  #footer .f_info .info_logo {
    margin-bottom: 32px;
  }
  #footer .f_info .info_address {
    line-height: 1.9;
  }
  #footer .f_info .info_address .btn_instagram {
    margin-top: 16px;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }
  #footer .f_info .info_address .btn_instagram .icon {
    width: 26px;
    height: auto;
    margin-right: 6px;
  }
  #footer .f_info .info_map {
    margin-top: 64px;
    font-size: 1.225rem;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }
  #footer .f_info .info_map a {
    color: #bc9f77;
    text-decoration: underline;
  }
  #footer .f_info .info_map a .icon {
    margin-right: 10px;
  }
  #footer .f_nav {
    display: none;
    width: 100%;
  }
  #footer .f_copyright {
    width: 100%;
    margin-top: 48px;
    font-size: 1.05rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #footer .f_copyright small {
    font-size: 1.05rem;
  }
}
/*  sp_footer
------------------------------------*/
#sp_footer {
  display: none;
  position: fixed;
  left: 0;
  bottom: -50px;
  width: 100%;
  background: #1c1c1c;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  z-index: 1500;
  transition: bottom 0.4s;
}
#sp_footer.active {
  bottom: 0;
}
#sp_footer a,
#sp_footer div {
  display: table-cell;
  box-sizing: border-box;
  width: 50%;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}
#sp_footer .btn_reserve {
  width: 50%;
  padding-top: 4px;
  background: #bc9f77;
  color: #1c1c1c;
}
#sp_footer .btn_reserve .icon {
  margin-right: 8px;
}
#sp_footer .nav_open {
  position: static;
  height: 50px;
  background: #1c1c1c;
  color: #fcfaf2;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
#sp_footer .nav_open .icon {
  margin-left: 24px;
  margin-right: -24px;
}

@media screen and (max-width: 810px) {
  #sp_footer {
    display: table;
  }
}
/*  nav_box
------------------------------------*/
#nav_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg.webp) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  letter-spacing: 0;
  text-align: left;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
#nav_box .nav_container {
  display: flex;
  height: 100%;
}
#nav_box .nav_head {
  display: none;
  align-items: center;
  height: 80px;
  width: calc(100% + 48px);
  margin: 0 -24px 40px;
  padding: 0 4px 0 24px;
}
#nav_box .nav_head .h_logo {
  position: relative;
  margin: 20px 0 0;
  line-height: 1;
}
#nav_box .nav_head .h_logo img {
  display: inline-block;
  width: 126px;
  height: 66px;
  filter: drop-shadow(0 0 8px #000);
}
#nav_box .nav_head .h_lang {
  position: relative;
  margin-left: auto;
  margin-right: 52px;
  line-height: 1.2;
  z-index: 2100;
}
#nav_box .nav_head .h_lang .lang_tit {
  position: relative;
  padding: 8px 8px;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  letter-spacing: 0.1em;
}
#nav_box .nav_head .h_lang .lang_tit .icon {
  margin-right: 8px;
}
#nav_box .nav_head .h_lang .lang_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  letter-spacing: 0.1em;
}
#nav_box .nav_head .h_lang .lang_list li {
  border-bottom: 1px solid #bc9f77;
}
#nav_box .nav_head .h_lang .lang_list li a {
  display: block;
  padding: 12px 16px;
  background: #fff;
  color: #1c1c1c;
}
@media (any-hover: hover) {
  #nav_box .nav_head .h_lang .lang_list li a:hover {
    background: #e2d5c3;
    opacity: 1;
  }
}
#nav_box .nav_logo {
  padding: 16px 24px 0;
  line-height: 1;
}
#nav_box .nav_logo img {
  width: 126px;
  height: 66px;
}
#nav_box .nav_lang {
  position: relative;
  line-height: 1.2;
  z-index: 2100;
}
#nav_box .nav_lang .lang_tit {
  position: relative;
  padding: 8px 8px;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  letter-spacing: 0.1em;
}
#nav_box .nav_lang .lang_tit .icon {
  margin-right: 8px;
}
#nav_box .nav_lang .lang_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  letter-spacing: 0.1em;
}
#nav_box .nav_lang .lang_list li {
  border-bottom: 1px solid #bc9f77;
}
#nav_box .nav_lang .lang_list li a {
  display: block;
  padding: 12px 16px;
  background: #fff;
  color: #1c1c1c;
}
@media (any-hover: hover) {
  #nav_box .nav_lang .lang_list li a:hover {
    background: #e2d5c3;
    opacity: 1;
  }
}
#nav_box .nav_bg {
  width: calc(100% - 560px);
  background: url(../img/common/nav_bg_01.webp) no-repeat center;
  background-size: cover;
}
#nav_box nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 280px;
  margin: 0 auto;
  padding-top: 88px;
}
#nav_box .nav_list {
  width: max-content;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#nav_box .nav_list li + li {
  margin-top: 16px;
}
#nav_box .nav_list li a {
  position: relative;
  display: inline-block;
  padding-left: 56px;
}
#nav_box .nav_list li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 30px;
  height: 0;
  border-top: 1px solid #bc9f77;
}
#nav_box .nav_reserve {
  margin: 48px auto 0;
}
#nav_box .nav_reserve .btn_reserve {
  display: block;
  padding: 16px;
  background: rgba(120, 194, 196, 0.8);
  border-radius: 2px;
  line-height: 1.5;
}
@media (any-hover: hover) {
  #nav_box .nav_reserve .btn_reserve:hover {
    background: #78c2c4;
  }
}
#nav_box .nav_reserve .btn_reserve .en {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  letter-spacing: 0.1em;
}
#nav_box .nav_reserve .btn_reserve .more {
  top: auto;
  bottom: 22px;
  margin: 0;
}
#nav_box .nav_reserve .reserve_tel {
  padding: 24px 0 12px 0;
  border-bottom: 1px solid #78c2c4;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
#nav_box .nav_reserve .reserve_tel span {
  display: inline-block;
}
#nav_box .nav_reserve .reserve_tel .tel {
  display: inline-block;
  margin-top: 6px;
  margin-left: 10px;
  color: #78c2c4;
  font-size: 1.7rem;
}
#nav_box .nav_reserve .reserve_tel .tel .sp_tel {
  color: #fcfaf2;
  font-size: 2.8rem;
  font-weight: 400;
}
#nav_box .nav_reserve .reserve_tel .tel .sp_tel a {
  font-weight: inherit;
}
#nav_box .nav_reserve .reserve_tel .time {
  display: inline-block;
  margin-top: 8px;
  letter-spacing: 0;
}
#nav_box .nav_reserve .btn_cancel {
  display: block;
  background: none;
  border-bottom: 1px solid #78c2c4;
  padding: 10px 0;
  color: #fcfaf2;
  font-size: 1.4rem;
  text-align: center;
}
#nav_box .nav_reserve .btn_cancel .more {
  position: relative;
  margin-left: 12px;
  color: #78c2c4;
}
#nav_box .btn_instagram {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 24px auto 0;
  font-size: 1.3rem;
  line-height: 1.2;
}
#nav_box .btn_instagram .icon {
  margin-right: 12px;
}
#nav_box .nav_close {
  position: absolute;
  right: -8px;
  top: 0;
  width: 60px;
  height: 60px;
  padding-top: 30px;
  line-height: 1;
  text-align: center;
}
#nav_box .nav_close .bar {
  position: relative;
  display: block;
  width: 32px;
  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: 32px;
  height: 2px;
  background: #fcfaf2;
}
#nav_box .nav_close .bar:before {
  top: -10px;
  transform: translate(1px, 10px) rotate(35deg);
}
#nav_box .nav_close .bar:after {
  top: 10px;
  transform: translate(1px, -10px) rotate(-35deg);
}
#nav_box .nav_close .txt {
  display: block;
  text-align: left;
  text-indent: -9999px;
}

@media screen and (max-height: 960px) {
  #nav_box {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #nav_box .nav_container {
    height: auto;
  }
  #nav_box nav {
    padding: 80px 0 40px;
  }
}
@media screen and (max-width: 810px) {
  #nav_box {
    min-width: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #nav_box .nav_container {
    display: block;
    height: 100%;
  }
  #nav_box .nav_head {
    display: flex;
  }
  #nav_box .nav_bg {
    display: none;
    width: 100%;
  }
  #nav_box nav {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0px 24px 72px;
  }
  #nav_box .nav_list {
    width: 100%;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }
  #nav_box .nav_list li {
    border-bottom: 1px solid #bc9f77;
  }
  #nav_box .nav_list li + li {
    margin-top: 0;
  }
  #nav_box .nav_list li a {
    position: relative;
    display: block;
    padding: 16px 0 16px calc(50% - 5em);
  }
  #nav_box .nav_list li a::before {
    content: none;
  }
  #nav_box .nav_reserve {
    margin-top: 64px;
  }
  #nav_box .nav_reserve .btn_reserve {
    width: 100%;
    padding: 24px;
    background: rgba(120, 194, 196, 0.8);
    border-radius: 2px;
    font-size: 1.6rem;
  }
  #nav_box .nav_reserve .btn_reserve .en {
    font-size: 1.4rem;
  }
  #nav_box .nav_reserve .btn_reserve .more {
    top: auto;
    bottom: 22px;
    margin: 0;
  }
  #nav_box .nav_reserve .reserve_tel {
    padding: 24px 0 12px 0;
    border-bottom: 1px solid #78c2c4;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
  }
  #nav_box .nav_reserve .reserve_tel span {
    display: inline-block;
  }
  #nav_box .nav_reserve .reserve_tel .tel {
    display: inline-block;
    margin-top: 6px;
    margin-left: 10px;
    color: #78c2c4;
    font-size: 1.7rem;
  }
  #nav_box .nav_reserve .reserve_tel .tel .sp_tel {
    color: #fcfaf2;
    font-size: 2.8rem;
  }
  #nav_box .nav_reserve .btn_cancel .more {
    position: absolute;
  }
  #nav_box .btn_instagram {
    margin-top: 32px;
  }
}
/*-------------------------------------------*/
/*
/*　　animation class
/*
/*-------------------------------------------*/
.ani {
  opacity: 0;
  transition-delay: 300ms;
  transition-duration: 1500ms;
  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) {
  .ani {
    transition-delay: 200ms;
    transition-duration: 1000ms;
  }
}
/* ---------------------------------------------------
	404
------------------------------------------------------ */
.error-404 {
  padding: 240px 0;
  text-align: center;
}
.error-404 .not-found_tit {
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 1.75;
}
.error-404 .not-found_tit .txt {
  margin-bottom: 48px;
}
.error-404 .not-found_tit .icon {
  margin-bottom: 40px;
}
.error-404 .not-found_txt {
  line-height: 2;
}
.error-404 .not-found_txt a,
.error-404 .not-found_txt .nav_open {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .error-404 .not-found_txt a:hover,
  .error-404 .not-found_txt .nav_open:hover {
    opacity: 1;
    text-decoration: none;
  }
}

@media screen and (max-width: 810px) {
  .error-404 {
    padding: 160px 0 96px;
  }
  .error-404 .not-found_tit {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
  .error-404 .not-found_tit .txt {
    width: 160px;
    height: auto;
  }
  .error-404 .not-found_tit .icon {
    width: 40px;
    height: auto;
    margin-bottom: 24px;
  }
  .error-404 .not-found_txt {
    text-align: left;
  }
}
/* ---------------------------------------------------
	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: #1c1c1c;
  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: #fcfaf2;
}
.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: 1200px;
}

/*-------------------------------------------*/
/*
/*　　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;
  }
}