@charset "UTF-8";
/*  reset
-------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  zoom: 1;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  line-height: 1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

ol,
ul,
li {
  list-style: none;
  zoom: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus,
*:focus {
  outline: none;
}

img {
  border-style: none;
  vertical-align: bottom;
}

[type=text],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ShipporiMincho/ShipporiMincho-Regular.woff2") format("woff2"), url("../fonts/ShipporiMincho/ShipporiMincho-Regular.woff") format("woff");
}
@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ShipporiMincho/ShipporiMincho-Medium.woff2") format("woff2"), url("../fonts/ShipporiMincho/ShipporiMincho-Medium.woff") format("woff");
}
@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ShipporiMincho/ShipporiMincho-SemiBold.woff2") format("woff2"), url("../fonts/ShipporiMincho/ShipporiMincho-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ShipporiMincho/ShipporiMincho-Bold.woff2") format("woff2"), url("../fonts/ShipporiMincho/ShipporiMincho-Bold.woff") format("woff");
}
/*  html / body
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #e2e2dd;
  color: #594e4e;
  font-family: "ShipporiMincho", serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 1em;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 0.875vw;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 1.4em;
  }
}

a.on--opa {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  a.on--opa {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 751px) {
  a.on--opa:hover {
    opacity: 0.7;
  }
}

a.on--popup {
  position: relative;
  display: block;
}
a.on--popup:after {
  content: "";
  position: absolute;
  right: 3.3333333333vw;
  bottom: 3.3333333333vw;
  display: inline-block;
  width: 3.4666666667vw;
  height: 4.5333333333vw;
  background-image: url(../img/common/popup.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  a.on--popup:after {
    right: 1.5625vw;
    bottom: 1.5625vw;
    width: 1.0625vw;
    height: 1.375vw;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  a.on--popup:after {
    right: 25px;
    bottom: 25px;
    width: 17px;
    height: 22px;
  }
}

/* utils
-------------------------------------------------------*/
.sec {
  position: relative;
  padding: 18.6666666667vw 0;
}
@media screen and (min-width: 751px) {
  .sec {
    padding: 6.25vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .sec {
    padding: 100px 0;
  }
}

.boundary {
  position: relative;
}
.boundary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 93.3333333333vw;
  height: 1px;
  background-color: #f2f2f2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  .boundary:before {
    width: 43.75vw;
    height: 0.0625vw;
  }
}
@media screen and (min-width: 1441px) {
  .boundary:before {
    width: 700px;
    height: 1px;
  }
}

.boundary:first-of-type {
  margin-top: 16vw;
}
@media screen and (min-width: 751px) {
  .boundary:first-of-type {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .boundary:first-of-type {
    margin-top: 100px;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 90.6666666667vw;
  max-width: 100%;
}
@media screen and (min-width: 751px) {
  .inner {
    width: 43.75vw;
  }
}
@media screen and (min-width: 1441px) {
  .inner {
    width: 700px;
  }
}

.text p {
  line-height: 2em;
  letter-spacing: 0.2em;
}
.text p:nth-child(n+2) {
  margin-top: 3em;
}

.notes {
  padding-left: 1em;
  text-indent: -1em;
}
.notes:before {
  content: "※";
}

.center {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .none--pc {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .br--pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .br--pc {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .br--sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .br--sp {
    display: none;
  }
}

.img--fit {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img--scale {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img--scale img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.youtube,
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightboxOverlay {
  width: 100% !important;
}

/*  #header
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
}
@media screen and (min-width: 751px) {
  .header {
    top: 0 !important;
    left: auto;
    right: 0;
    width: 17.5vw;
    height: 100svh;
    overflow-y: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    width: 20%;
  }
}

@media screen and (max-width: 750px) {
  .header-top {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 6.6666666667vw;
    width: 100%;
    height: 18.4vw;
    background: transparent;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }
}

.header-logo {
  width: 8.9333333333vw;
}
@media screen and (min-width: 751px) {
  .header-logo {
    display: none;
  }
}

.header-logo a {
  display: block;
}

@media screen and (max-width: 750px) {
  .header.is-scroll .header-top {
    background: #9a9181;
  }
}

/*  container
-------------------------------------------------------------------------------*/
.container {
  position: relative;
}
@media screen and (min-width: 751px) {
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    min-height: 100svh;
  }
}
.container:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.contents {
  position: relative;
}
@media screen and (min-width: 751px) {
  .contents {
    margin-left: calc(80% - 48.75vw);
    width: 48.75vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    margin-left: calc(80% - 780px);
    width: 780px;
  }
}

.main {
  position: relative;
}

/*  footer-bottom
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  padding: 21.3333333333vw 0 18.6666666667vw 0;
  background-color: #2a2a2a;
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8.5333333333vw;
  margin-bottom: 9.3333333333vw;
}

.footer-sns a {
  display: block;
  width: 5.3333333333vw;
}

.footer-label {
  color: #ffffff;
  font-size: 2.4vw;
  line-height: 2em;
  letter-spacing: 0.2em;
}

.footer-logo {
  margin-top: 3.3333333333vw;
  width: 40vw;
}

.footer-add {
  margin-top: 3.3333333333vw;
  color: #ffffff;
  font-size: 2.4vw;
  line-height: 2em;
  letter-spacing: 0.2em;
}

.footer-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin-top: 6.6666666667vw;
}

.footer-navi > li {
  position: relative;
  padding-left: 3.3333333333vw;
  width: 40vw;
}
.footer-navi > li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9333333333vw;
  height: 1px;
  background-color: #827b6e;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-navi > li a {
  color: #f4f4f4;
  font-size: 2.9333333333vw;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}

.footer-copy {
  margin-top: 30px;
  color: #656565;
  font-size: 2.4vw;
  line-height: 1em;
  letter-spacing: 0.2em;
}

.footer-subnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12vw;
  margin-top: 6.6666666667vw;
  padding-top: 6.6666666667vw;
  border-top-color: #323232;
  border-top-style: solid;
  border-top-width: 0.4vw;
}
.footer-subnavi a {
  display: inline-block;
  color: #f4f4f4;
  font-size: 2.4vw;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 751px) {
  .footer {
    padding: 7.1875vw 0 8.75vw 0;
  }
  .footer-sns {
    gap: 2vw;
    margin-bottom: 4.6875vw;
  }
  .footer-sns a {
    width: 1.875vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer-sns a:hover {
    opacity: 0.6;
  }
  .footer-label {
    font-size: 0.8125vw;
  }
  .footer-logo {
    margin-top: 1.25vw;
    width: 15.625vw;
  }
  .footer-add {
    margin-top: 1.5625vw;
    font-size: 0.8125vw;
  }
  .footer-navi {
    gap: 1.25vw;
    margin-top: 3.125vw;
  }
  .footer-navi > li {
    padding-left: 0.9375vw;
    width: 12.5vw;
  }
  .footer-navi > li:before {
    width: 0.4375vw;
    height: 0.0625vw;
  }
  .footer-navi > li a {
    font-size: 0.8125vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi > li a:hover {
    color: #80796D;
  }
  .footer-copy {
    margin-top: 1.875vw;
    font-size: 0.625vw;
  }
  .footer-subnavi {
    margin-top: 3.4375vw;
    padding-top: 2.1875vw;
    border-top-width: 0.125vw;
    gap: 50px;
  }
  .footer-subnavi a {
    font-size: 0.625vw;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .footer-subnavi a:hover {
    color: #80796D;
  }
}
@media screen and (min-width: 1441px) {
  .footer {
    padding: 115px 0 140px 0;
  }
  .footer-sns {
    gap: 32px;
    margin-bottom: 75px;
  }
  .footer-sns a {
    width: 30px;
  }
  .footer-label {
    font-size: 1.3rem;
  }
  .footer-logo {
    margin-top: 20px;
    width: 250px;
  }
  .footer-add {
    margin-top: 25px;
    font-size: 1.3rem;
  }
  .footer-navi {
    gap: 20px;
    margin-top: 50px;
  }
  .footer-navi > li {
    padding-left: 15px;
    width: 200px;
  }
  .footer-navi > li:before {
    width: 7px;
    height: 1px;
  }
  .footer-navi > li a {
    font-size: 1.3rem;
  }
  .footer-copy {
    margin-top: 30px;
    font-size: 1rem;
  }
  .footer-subnavi {
    margin-top: 55px;
    padding-top: 35px;
    border-top-width: 2px;
    gap: 50px;
  }
  .footer-subnavi a {
    font-size: 1rem;
  }
}
/*  background
-------------------------------------------------------------------------------*/
.background {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: -2;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*  button
-------------------------------------------------------------------------------*/
/* ------------------------------------------- reserve btn - */
.reserve-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#aba18f), to(#827a6d));
  background-image: linear-gradient(to right, #aba18f 0%, #827a6d 100%);
}
.reserve-btn span {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.2em;
}
.reserve-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.reserve-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
}

::-webkit-full-page-media,
:future,
:root .reserve-btn:after {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 751px) {
  .reserve-btn span {
    font-weight: 400;
  }
  .reserve-btn:before {
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
  }
  .reserve-btn:hover span {
    color: #594e4e;
  }
  .reserve-btn:hover:before {
    width: 100%;
  }
  .reserve-btn:hover:after {
    background-image: url(../img/common/arrow-bg.svg);
  }
}
/* ------------------------------------------- online btn - */
.online-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
}
.online-btn span {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.2em;
  z-index: 1;
}
.online-btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-top: 0.1em;
  background-image: url(../img/common/online-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.online-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.online-btn:hover span {
  color: #594e4e;
}
.online-btn:hover span:after {
  background-image: url(../img/common/online-bk.svg);
}
.online-btn:hover:before {
  width: 100%;
}

::-webkit-full-page-media,
:future,
:root .online-btn span:after {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 751px) {
  .online-btn {
    border-width: 0.0625vw;
  }
  .online-btn span {
    font-weight: 400;
  }
  .online-btn:before {
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
  }
  .online-btn:hover span {
    color: #594e4e;
  }
  .online-btn:hover span:after {
    background-image: url(../img/common/online-bk.svg);
  }
  .online-btn:hover:before {
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .online-btn {
    border-width: 1px;
  }
}
/* ------------------------------------------- line btn - */
.line-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
}
.line-btn span {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.2em;
  z-index: 1;
}
.line-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  .line-btn {
    border-width: 0.0625vw;
  }
  .line-btn span {
    font-weight: 400;
  }
  .line-btn:before {
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
  }
  .line-btn:hover span {
    color: #594e4e;
  }
  .line-btn:hover:before {
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .line-btn {
    border-width: 1px;
  }
}
/* ------------------------------------------- btn - */
.btn {
  position: relative;
  margin: 8vw auto 0 auto;
  width: 48vw;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .btn {
    margin-top: 3.125vw;
    width: 17.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn {
    margin-top: 50px;
    width: 280px;
  }
}

.btn-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 9.3333333333vw;
  border-style: solid;
  border-width: 1px;
}
@media screen and (min-width: 751px) {
  .btn-main {
    height: 3.4375vw;
    border-width: 0.0625vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main {
    height: 55px;
    border-width: 1px;
  }
}
.btn-main span {
  position: relative;
  font-size: 2.6666666667vw;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.15em;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .btn-main span {
    font-size: 0.875vw;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main span {
    font-size: 1.4rem;
  }
}
.btn-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .btn-main:before {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
}

@media screen and (min-width: 751px) {
  .on--btn:hover .btn-main:before,
  .btn-main:hover:before {
    width: 100%;
  }
}

.btn-main--bk {
  border-color: #c3c0c0;
}
.btn-main--bk span {
  color: #594e4e;
}
.btn-main--bk:before {
  background-color: #594e4e;
}

@media screen and (min-width: 751px) {
  .on--btn:hover .btn-main--bk span,
  .btn-main--bk:hover span {
    color: #ffffff;
  }
}

.btn-main--wh {
  border-color: #ffffff;
}
.btn-main--wh span {
  color: #eeedea;
}
.btn-main--wh:before {
  background-color: #eeedea;
}

@media screen and (min-width: 751px) {
  .on--btn:hover .btn-main--wh span,
  .btn-main--wh:hover span {
    color: #594e4e;
  }
}

/* carousel
-------------------------------------------------------------------------------*/
.carousel {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (min-width: 751px) {
  .carousel {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel {
    margin-bottom: 50px;
  }
}

.carousel-main {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (min-width: 751px) {
  .carousel-main {
    margin-bottom: 1.875vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-main {
    margin-bottom: 30px;
  }
}

.carousel-main .swiper-wrapper {
  overflow: hidden;
}

.carousel-main .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  height: 70.6666666667vw;
}
@media screen and (min-width: 751px) {
  .carousel-main .swiper-slide img {
    height: 33.125vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-main .swiper-slide img {
    height: 530px;
  }
}

.carousel-thumb {
  position: relative;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .carousel-thumb {
    width: 24.375vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-thumb {
    width: 390px;
  }
}

@media screen and (min-width: 751px) {
  .remodal .carousel-thumb {
    width: 19.375vw;
  }
}
@media screen and (min-width: 1441px) {
  .remodal .carousel-thumb {
    width: 310px;
  }
}

.carousel-thumb .swiper-slide {
  margin-right: 1.3333333333vw;
  width: 14.6666666667vw;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .carousel-thumb .swiper-slide {
    margin-right: 0.625vw;
    width: 4.375vw;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-thumb .swiper-slide {
    margin-right: 10px;
    width: 70px;
  }
}
.carousel-thumb .swiper-slide img {
  aspect-ratio: 70/54;
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.carousel-thumb .swiper-slide:last-child {
  margin-right: 0 !important;
}

.carousel-thumb-slide.swiper-slide-thumb-active {
  opacity: 1 !important;
}

.carousel.is-single .swiper-wrapper {
  -webkit-transform: none !important;
          transform: none !important;
}

.carousel.is-single .swiper-slide {
  width: 100% !important;
}

.carousel-control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .carousel-control {
    margin: 4vw auto 0 auto;
    width: 36.8vw;
  }
}
@media screen and (min-width: 751px) {
  .carousel-control {
    position: absolute;
    right: 0;
    bottom: 0.5625vw;
    width: 13.125vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-control {
    bottom: 9px;
    width: 210px;
  }
}

.carousel-fraction {
  bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20.8vw !important;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .carousel-fraction {
    width: 7.375vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-fraction {
    width: 118px !important;
  }
}
.carousel-fraction .swiper-pagination-current,
.carousel-fraction .swiper-pagination-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  border-color: #c3c0c0;
  border-style: solid;
  border-width: 1px;
  font-size: 1em;
}
@media screen and (min-width: 751px) {
  .carousel-fraction .swiper-pagination-current,
  .carousel-fraction .swiper-pagination-total {
    width: 2.25vw;
    height: 2.25vw;
    border-width: 0.0625vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-fraction .swiper-pagination-current,
  .carousel-fraction .swiper-pagination-total {
    width: 36px;
    height: 36px;
    border-width: 1px;
  }
}
.carousel-fraction .carousel-bar {
  position: relative;
  margin: 0 1.3333333333vw;
  width: 4.8vw;
  height: 1px;
  background-color: #c3c0c0;
}
@media screen and (min-width: 751px) {
  .carousel-fraction .carousel-bar {
    margin: 0 0.625vw;
    width: 1.625vw;
    height: 0.0625vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-fraction .carousel-bar {
    margin: 0 10px;
    width: 26px;
    height: 1px;
  }
}
.carousel-fraction .carousel-bar span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #594e4e;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.carousel-fraction .swiper-pagination-current,
.carousel-fraction .swiper-pagination-total {
  color: #594e4e;
}
.carousel-fraction .carousel-bar {
  background-color: #c3c0c0;
}
.carousel-fraction .carousel-bar span {
  background-color: #594e4e;
}

.carousel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 14.6666666667vw;
}
@media screen and (min-width: 751px) {
  .carousel-btn {
    width: 5.125vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-btn {
    width: 82px;
  }
}

.carousel-prev,
.carousel-next {
  position: relative;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  border-color: #c3c0c0;
  border-style: solid;
  border-width: 1px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .carousel-prev,
  .carousel-next {
    width: 2.25vw;
    height: 2.25vw;
    border-width: 0.0625vw;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-prev,
  .carousel-next {
    width: 36px;
    height: 36px;
    border-width: 1px;
  }
}
.carousel-prev:before,
.carousel-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1.3333333333vw;
  height: 2vw;
  background-image: url(../img/common/arrow-bg.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .carousel-prev:before,
  .carousel-next:before {
    width: 0.3125vw;
    height: 0.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .carousel-prev:before,
  .carousel-next:before {
    width: 5px;
    height: 8px;
  }
}
@media screen and (min-width: 751px) {
  .carousel-prev:hover,
  .carousel-next:hover {
    background-color: #eeedea;
  }
}

.carousel-prev:before {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

.carousel-next:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*  drawer
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-image: url(../img/drawer/bg_sp.jpg);
    background-size: cover;
    background-position: bottom center;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 7777;
  }
}
@media screen and (min-width: 751px) {
  .drawer {
    height: 100%;
  }
}

@media screen and (max-width: 750px) {
  .drawer.is-open {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 750px) {
  .drawer-scroll {
    position: relative;
    padding: 18.6666666667vw 6.6666666667vw 11.3333333333vw 6.6666666667vw;
    height: 100%;
    overflow-y: auto;
  }
}
@media screen and (min-width: 751px) {
  .drawer-scroll {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow-y: auto;
  }
}

@media screen and (min-width: 751px) {
  .drawer-box {
    padding: 3.125vw 0;
    width: 11.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .drawer-box {
    padding: 50px 0;
    width: 180px;
  }
}

.drawer-logo {
  margin: 0 auto 7.3333333333vw auto;
  width: 46vw;
}
@media screen and (min-width: 751px) {
  .drawer-logo {
    display: none;
  }
}

/* ------------------------------------------- btn - */
.drawer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
  margin: 6.6666666667vw auto 0 auto;
  width: 53.3333333333vw;
}

.drawer-btn a {
  width: 100%;
  height: 9.3333333333vw;
}
.drawer-btn a span {
  font-size: 2.6666666667vw;
}

.drawer-btn .reserve-btn:after {
  right: 1.8666666667vw;
  width: 1.2vw;
  height: 1.8666666667vw;
}

.drawer-btn .online-btn span {
  padding-right: 3.3333333333vw;
}
.drawer-btn .online-btn span:after {
  width: 2.2666666667vw;
  height: 1.7333333333vw;
}

@media screen and (min-width: 751px) {
  .drawer-btn {
    gap: 1.25vw;
    margin-top: 3.75vw;
    width: 11.25vw;
  }
  .drawer-btn a {
    height: 2.5vw;
  }
  .drawer-btn a span {
    font-size: 0.8125vw;
  }
  .drawer-btn .reserve-btn:after {
    right: 0.75vw;
    width: 0.375vw;
    height: 0.625vw;
  }
  .drawer-btn .online-btn span {
    padding-right: 1.25vw;
  }
  .drawer-btn .online-btn span:after {
    width: 0.9375vw;
    height: 0.6875vw;
  }
  .drawer .inquiry-tel,
  .drawer .inquiry-time {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .drawer-btn {
    gap: 20px;
    width: 180px;
    margin-top: 60px;
  }
  .drawer-btn a {
    height: 40px;
  }
  .drawer-btn a span {
    font-size: 1.3rem;
  }
  .drawer-btn .reserve-btn:after {
    right: 12px;
    width: 6px;
    height: 10px;
  }
  .drawer-btn .online-btn span {
    padding-right: 20px;
  }
  .drawer-btn .online-btn span:after {
    width: 15px;
    height: 11px;
  }
}
.drawer-close {
  position: relative;
  margin: 9.3333333333vw auto 0 auto;
  width: 3.7333333333vw;
}

@media screen and (min-width: 751px) {
  .drawer-close {
    display: none;
  }
}
/*  float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 50%;
  bottom: 2.2666666667vw;
  width: 94.6666666667vw;
  z-index: 8888;
}

.float-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4.6666666667vw;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.float-btn > li {
  position: relative;
}
.float-btn > li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 4.2666666667vw;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.float-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 9.3333333333vw;
  background-color: #7f786b;
}
.float-btn a span {
  position: relative;
  color: #ffffff;
  font-size: 2.4vw;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  z-index: 1;
}
.float-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
}

.float-btn-line {
  width: 22.6666666667vw;
}

.float-btn-online {
  width: 29.3333333333vw;
}
.float-btn-online a span {
  position: relative;
  padding-right: 3.3333333333vw;
}
.float-btn-online a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-top: 0.1em;
  width: 2.1333333333vw;
  height: 1.4666666667vw;
  background-image: url(../img/common/online-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.float-btn-tel {
  width: 14.6666666667vw;
}

.float-btn-reserve {
  width: 28vw;
}
.float-btn-reserve a {
  background-image: -webkit-gradient(linear, left top, right top, from(#aba18f), to(#827a6d));
  background-image: linear-gradient(to right, #aba18f 0%, #827a6d 100%);
}
.float-btn-reserve a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 1.2vw;
  height: 1.8666666667vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

::-webkit-full-page-media,
:future,
:root .float-btn-online span:after {
  -webkit-transition: none;
  transition: none;
}

::-webkit-full-page-media,
:future,
:root .float-btn-reserve:after {
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 750px) {
  .float {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .float-btn > li:nth-child(n+3):after {
    content: none;
  }
}
@media screen and (min-width: 751px) {
  .float {
    left: calc(80% - 48.75vw);
    bottom: 2vw;
    width: 48.75vw;
  }
  .float-btn {
    border-radius: 2.1875vw;
    width: 43.75vw;
  }
  .float-btn > li:after {
    width: 0.0625vw;
    height: 2vw;
  }
  .float-btn > li:nth-child(n+2):after {
    content: none;
  }
  .float-btn a {
    height: 4.375vw;
  }
  .float-btn a span {
    font-size: 1vw;
  }
  .float-btn a:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .float-btn a:hover span {
    color: #594e4e;
  }
  .float-btn a:hover:before {
    width: 100%;
  }
  .float-btn-line {
    width: 9.375vw;
  }
  .float-btn-online {
    width: 13.125vw;
  }
  .float-btn-online a span {
    padding-right: 1.5625vw;
  }
  .float-btn-online a span:after {
    width: 1vw;
    height: 0.6875vw;
  }
  .float-btn-online a:hover span {
    color: #594e4e;
  }
  .float-btn-online a:hover span:after {
    background-image: url(../img/common/online-bk.svg);
  }
  .float-btn-reserve {
    width: 23.75vw;
  }
  .float-btn-reserve a:after {
    right: 1.25vw;
    width: 0.375vw;
    height: 0.625vw;
  }
  .float-btn-reserve a:hover:after {
    background-image: url(../img/common/arrow-bg.svg);
  }
}
@media screen and (min-width: 1441px) {
  .float {
    left: calc(80% - 780px);
    bottom: 32px;
    width: 780px;
  }
  .float-btn {
    width: 700px;
    border-radius: 35px;
  }
  .float-btn > li:after {
    width: 1px;
    height: 32px;
  }
  .float-btn a {
    height: 70px;
  }
  .float-btn a span {
    font-size: 1.6rem;
  }
  .float-btn-line {
    width: 150px;
  }
  .float-btn-online {
    width: 210px;
  }
  .float-btn-online a span {
    padding-right: 25px;
  }
  .float-btn-online a span:after {
    width: 16px;
    height: 11px;
  }
  .float-btn-reserve {
    width: 380px;
  }
  .float-btn-reserve a:after {
    right: 20px;
    width: 6px;
    height: 10px;
  }
}
/*  gnavi
-------------------------------------------------------------------------------*/
.gnavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
}
@media screen and (max-width: 750px) {
  .gnavi {
    margin: 0 auto;
    width: 53.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .gnavi {
    gap: 0.625vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi {
    gap: 10px;
  }
}

.gnavi > li {
  width: 100%;
}

.gnavi > li > a,
.gnavi-parent {
  position: relative;
  display: inline-block;
  padding-left: 4vw;
  color: #ffffff;
  font-size: 2.9333333333vw;
  line-height: 2em;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 751px) {
  .gnavi > li > a,
  .gnavi-parent {
    padding-left: 1.25vw;
    font-size: 0.8125vw;
    letter-spacing: 0.2em;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi > li > a,
  .gnavi-parent {
    padding-left: 20px;
    font-size: 1.3rem;
  }
}
.gnavi > li > a:before,
.gnavi-parent:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8666666667vw;
  height: 0.4vw;
  background-color: #827b6e;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .gnavi > li > a:before,
  .gnavi-parent:before {
    width: 0.4375vw;
    height: 0.0625vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi > li > a:before,
  .gnavi-parent:before {
    width: 7px;
    height: 1px;
  }
}

@media screen and (min-width: 751px) {
  .gnavi > li > a:hover {
    color: #c3c0c0;
  }
}

@media screen and (min-width: 751px) {
  .gnavi-child {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-child {
    margin-top: 10px;
  }
}

.gnavi-child > li:nth-child(n+2) {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
  .gnavi-child > li:nth-child(n+2) {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-child > li:nth-child(n+2) {
    margin-top: 10px;
  }
}

.gnavi-child > li a {
  position: relative;
  color: #ffffff;
  padding-left: 4vw;
  font-size: 2.9333333333vw;
  line-height: 2em;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 751px) {
  .gnavi-child > li a {
    padding-left: 2.1875vw;
    font-size: 0.8125vw;
    letter-spacing: 0.2em;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi-child > li a {
    padding-left: 35px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 751px) {
  .gnavi-child > li a:hover {
    color: #c3c0c0;
  }
}

/*  heading
-------------------------------------------------------------------------------*/
.heading {
  position: relative;
  margin-bottom: 6.6666666667vw;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .heading {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading {
    margin-bottom: 50px;
  }
}

.heading-en {
  position: relative;
  font-size: 5.6vw;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .heading-en {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-en {
    font-size: 3rem;
  }
}

.heading-sub {
  margin-top: 1em;
  font-size: 2vw;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 751px) {
  .heading-sub {
    font-size: 0.75vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-sub {
    font-size: 1.2rem;
  }
}

.heading-ja {
  margin-top: 0.8em;
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 751px) {
  .heading-ja {
    margin-top: 1.2em;
    font-size: 0.875vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja {
    font-size: 1.4rem;
  }
}

.heading-1 {
  margin-bottom: 1em;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 751px) {
  .heading-1 {
    font-size: 1.375vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-1 {
    font-size: 2.2rem;
  }
}

/*  modal
-------------------------------------------------------------------------------*/
.remodal-overlay {
  background: rgba(26, 18, 11, 0.8);
}

.remodal {
  position: relative;
  margin: 6.6666666667vw 0;
  width: 90.6666666667vw;
}

.remodal-box {
  position: relative;
  margin: 0 auto;
  padding: 18.6666666667vw 6vw 34.6666666667vw 6vw;
  background-color: #ffffff;
}

.remodal-close {
  position: absolute;
  left: 50%;
  bottom: 21.3333333333vw;
  width: 3.7333333333vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .remodal-wrapper {
    width: 100%;
    text-align: right !important;
  }
  .remodal {
    margin: 3.125vw 20% 3.125vw 0 !important;
    width: 48.75vw;
  }
  .remodal-box {
    padding: 6.25vw 2.5vw 11.25vw 2.5vw;
    width: 38.75vw;
  }
  .remodal-close {
    bottom: 6.875vw;
    width: 1.25vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .remodal-close:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1441px) {
  .remodal {
    margin: 50px 20% 50px 0 !important;
    width: 780px;
  }
  .remodal-box {
    padding: 100px 40px 180px 40px;
    width: 620px;
  }
  .remodal-close {
    bottom: 110px;
    width: 20px;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none !important;
          transform: none !important;
  pointer-events: auto;
}

.swiper-wrapper-disable .swiper-slide {
  left: 0 !important;
}

/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  width: 2.9333333333vw;
  height: 9.8666666667vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}

.slide-prev--bk {
  background-image: url(../img/slide/prev-bk.svg);
}

.slide-next--bk {
  background-image: url(../img/slide/next-bk.svg);
}

.slide-prev--wh {
  background-image: url(../img/slide/prev-wh.svg);
}

.slide-next--wh {
  background-image: url(../img/slide/next-wh.svg);
}

@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 1.4375vw;
    height: 4.75vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .slide-prev:hover,
  .slide-next:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 23px;
    height: 76px;
  }
}
/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 19.4666666667vw;
  height: 18.4vw;
  z-index: 8888;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }
}

.toggle span {
  position: absolute;
  left: 50%;
  width: 6.1333333333vw;
  height: 1px;
  background-color: #ffffff;
  border-radius: 0.1333333333vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.toggle span:nth-of-type(1) {
  top: 8vw;
}

.toggle span:nth-of-type(2) {
  top: 10.1333333333vw;
}

.toggle.is-active span:nth-of-type(1) {
  top: 9.0666666667vw;
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
}

.toggle.is-active span:nth-of-type(2) {
  top: 9.0666666667vw;
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
}

/*  #event
-------------------------------------------------------------------------------*/
.event {
  position: relative;
  padding: 17.3333333333vw 0;
  background-color: #ffffff;
}
.event .heading {
  margin-bottom: 1.3333333333vw;
}

@media screen and (min-width: 751px) {
  .event {
    padding: 6.25vw 0;
  }
  .event .heading {
    margin-bottom: 0.625vw;
  }
}
@media screen and (min-width: 1441px) {
  .event {
    padding: 100px 0;
  }
  .event .heading {
    margin-bottom: 10px;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
  padding: 26.6666666667vw 0;
}
.inquiry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.17);
}

.inquiry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
  margin: 0 auto;
  width: 53.3333333333vw;
}

.inquiry-btn a {
  width: 100%;
  height: 9.3333333333vw;
}
.inquiry-btn a span {
  font-size: 2.6666666667vw;
}

.inquiry-btn .reserve-btn:after {
  right: 1.8666666667vw;
  width: 1.2vw;
  height: 1.8666666667vw;
}

.inquiry-btn .online-btn span {
  padding-right: 3.3333333333vw;
}
.inquiry-btn .online-btn span:after {
  width: 2.2666666667vw;
  height: 1.7333333333vw;
}

.inquiry-time {
  margin-top: 1em;
  color: #ffffff;
  font-size: 2.4vw;
  text-align: center;
  text-indent: 0.5em;
  line-height: 1.4em;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 750px) {
  .inquiry-tel {
    margin: 4vw auto 0 auto;
    width: 53.3333333333vw;
  }
  .inquiry-tel a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0.9333333333vw;
    height: 9.3333333333vw;
    background-image: -webkit-gradient(linear, left top, right top, from(#aba18f), to(#827a6d));
    background-image: linear-gradient(to right, #aba18f 0%, #827a6d 100%);
  }
  .inquiry-tel a span {
    position: relative;
    color: #ffffff;
    font-size: 3.2vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 0.2em;
  }
  .inquiry-tel a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.8666666667vw;
    display: inline-block;
    width: 1.2vw;
    height: 1.8666666667vw;
    background-image: url(../img/common/arrow-wh.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
}
@media screen and (min-width: 751px) {
  .inquiry {
    padding: 11.25vw 0;
  }
  .inquiry-btn {
    gap: 1.875vw;
    width: 25vw;
  }
  .inquiry-btn a {
    height: 3.75vw;
  }
  .inquiry-btn a span {
    font-size: 0.9375vw;
  }
  .inquiry-btn .reserve-btn:after {
    right: 0.75vw;
    width: 0.375vw;
    height: 0.625vw;
  }
  .inquiry-btn .online-btn span {
    padding-right: 1.5625vw;
  }
  .inquiry-btn .online-btn span:after {
    width: 1.0625vw;
    height: 0.8125vw;
  }
  .inquiry-tel {
    margin-top: 2.1875vw;
    text-align: center;
  }
  .inquiry-tel a {
    display: inline-block;
    color: #ffffff;
    font-size: 1.5vw;
    text-align: center;
    line-height: 1em;
    pointer-events: none;
  }
  .inquiry-time {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry {
    padding: 180px 0;
  }
  .inquiry-btn {
    gap: 30px;
    width: 400px;
  }
  .inquiry-btn a {
    height: 60px;
  }
  .inquiry-btn a span {
    font-size: 1.5rem;
  }
  .inquiry-btn .reserve-btn:after {
    right: 12px;
    width: 6px;
    height: 10px;
  }
  .inquiry-btn .online-btn span {
    padding-right: 25px;
  }
  .inquiry-btn .online-btn span:after {
    width: 17px;
    height: 13px;
  }
  .inquiry-tel {
    margin-top: 35px;
  }
  .inquiry-tel a {
    font-size: 2.4rem;
  }
  .inquiry-time {
    font-size: 1.1rem;
  }
}
/*  #lineup
-------------------------------------------------------------------------------*/
.lineup {
  position: relative;
  padding: 21.3333333333vw 0 18.6666666667vw 0;
}
.lineup:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90.6666666667vw;
  height: 1px;
  background-color: #f2f2f2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lineup--frt .heading-en,
.lineup--frt .heading-sub,
.lineup--frt .heading-ja {
  color: #ffffff;
}
.lineup--frt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.17);
}
.lineup--frt:after {
  content: none;
}

.lineup--sub {
  background-color: #ffffff;
}

.lineup-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
}

.p-lineup {
  position: relative;
  width: 100%;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
}

.p-lineup-image {
  position: relative;
}
.p-lineup-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.17);
}

.p-lineup-content {
  position: absolute;
  left: 50%;
  bottom: 8vw;
  width: 80vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.p-lineup-en {
  margin-bottom: 0.5em;
  color: #ffffff;
  font-size: 2vw;
  line-height: 2em;
}

.p-lineup-ttl {
  color: #ffffff;
  font-size: 7.2vw;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

.p-lineup-text {
  margin-top: 1em;
}
.p-lineup-text p {
  color: #ffffff;
  font-size: 2.9333333333vw;
  line-height: 1.9em;
  letter-spacing: 0.2em;
}

.p-lineup-translation {
  margin-top: 1em;
}
.p-lineup-translation p {
  color: #ffffff;
  font-size: 2vw;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 751px) {
  .lineup {
    padding: 6.25vw 0;
  }
  .lineup:after {
    width: 43.75vw;
    height: 0.0625vw;
  }
  .lineup-post {
    gap: 1.875vw;
  }
  .p-lineup {
    border-width: 0.0625vw;
  }
  .p-lineup-content {
    bottom: 3.125vw;
    width: 35.625vw;
  }
  .p-lineup-en {
    font-size: 0.875vw;
  }
  .p-lineup-en {
    font-size: 0.875vw;
  }
  .p-lineup-ttl {
    font-size: 2.625vw;
  }
  .p-lineup-text p {
    font-size: 0.875vw;
    line-height: 1.85em;
  }
  .p-lineup-translation p {
    font-size: 0.75vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .lineup {
    padding: 100px 0;
  }
  .lineup:after {
    width: 700px;
    height: 1px;
  }
  .lineup-post {
    gap: 30px;
  }
  .p-lineup {
    border-width: 1px;
  }
  .p-lineup-content {
    bottom: 50px;
    width: 570px;
  }
  .p-lineup-en {
    font-size: 1.4rem;
  }
  .p-lineup-en {
    font-size: 1.4rem;
  }
  .p-lineup-ttl {
    font-size: 4.2rem;
  }
  .p-lineup-text p {
    font-size: 1.4rem;
  }
  .p-lineup-translation p {
    font-size: 1.2rem;
  }
}
/*  #modelhouse
-------------------------------------------------------------------------------*/
.modelhouse {
  position: relative;
  padding-top: 17.3333333333vw;
  background-color: #eeedea;
}
.modelhouse .heading-sub {
  letter-spacing: 0.1em;
}
.modelhouse .btn {
  margin-top: 4vw;
}

.modelhouse-box {
  position: relative;
  margin-left: -4.6666666667vw;
  width: 100vw;
  padding: 32.6666666667vw 7.3333333333vw 8vw 7.3333333333vw;
  background-image: url(../img/modelhouse/mutsuno_sp.jpg);
  background-size: cover;
  background-position: center;
}

.modelhouse-en {
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.15em;
}

.modelhouse-add {
  margin-top: 0.5em;
  color: #ffffff;
  font-size: 2.6666666667vw;
  line-height: 2em;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 751px) {
  .modelhouse {
    padding-top: 6.25vw;
  }
  .modelhouse .heading {
    margin-bottom: 2.5vw;
  }
  .modelhouse .heading-sub {
    letter-spacing: 0.15em;
  }
  .modelhouse .btn {
    margin-top: 2.1875vw;
  }
  .modelhouse-box {
    margin-left: -2.5vw;
    width: 48.75vw;
    padding: 18.75vw 5.625vw 3.125vw 5.625vw;
    background-image: url(../img/modelhouse/mutsuno.jpg);
    background-image: image-set(url(../img/modelhouse/mutsuno.jpg) 1x, url(../img/modelhouse/mutsuno-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/modelhouse/mutsuno.jpg) 1x, url(../img/modelhouse/mutsuno-2x.jpg) 2x);
  }
  .modelhouse-en {
    font-size: 1.875vw;
  }
  .modelhouse-add {
    font-size: 0.875vw;
  }
}
@media screen and (min-width: 1441px) {
  .modelhouse {
    padding-top: 100px;
  }
  .modelhouse .heading {
    margin-bottom: 40px;
  }
  .modelhouse .btn {
    margin-top: 35px;
  }
  .modelhouse-box {
    margin-left: -40px;
    width: 780px;
    padding: 300px 90px 50px 90px;
  }
  .modelhouse-en {
    font-size: 3rem;
  }
  .modelhouse-add {
    font-size: 1.4rem;
  }
}
/*  event --> common
-------------------------------------------------------------------------------*/
.event-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-event {
  position: relative;
  padding: 2.6666666667vw 0;
  width: 100%;
  border-bottom-color: #f2f2f2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.p-event a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.6666666667vw 0;
}

.p-event-image {
  width: 28vw;
}
.p-event-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 240/170;
}

.p-event-content {
  width: calc(100% - 32vw);
}

.p-event-ttl {
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.75em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.5em;
  -webkit-line-clamp: 2;
}

.p-event-data {
  position: relative;
  margin-top: 2vw;
}
.p-event-data p {
  position: relative;
  padding-left: 4.6666666667vw;
  font-size: 2.6666666667vw;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.p-event-data p:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  display: inline-block;
  width: 2.4vw;
  height: 2.4vw;
  background-size: contain;
  background-position: center;
}
.p-event-data p:nth-child(n+2) {
  margin-top: 1.3333333333vw;
}

.p-event-data--date:before {
  background-image: url(../img/event/calendar_sp.svg);
}

.p-event-data--time:before {
  background-image: url(../img/event/clock_sp.svg);
}

.p-event-data--venue:before {
  background-image: url(../img/event/pin_sp.svg);
}

.p-event-end {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.p-event-end p {
  color: #ffffff;
  font-size: 2.9333333333vw;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.15em;
}

.p-event--first {
  padding: 2.6666666667vw 0;
}
.p-event--first a {
  display: block;
  padding: 2.6666666667vw 0;
}
.p-event--first a .p-event-image {
  margin-bottom: 3.3333333333vw;
  width: 100%;
}
.p-event--first a .p-event-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 700/495;
}
.p-event--first a .p-event-content {
  width: 100%;
}
.p-event--first a .p-event-ttl {
  font-size: 3.4666666667vw;
}

@media screen and (min-width: 751px) {
  .p-event {
    padding: 0.9375vw 0;
    border-bottom-width: 0.0625vw;
  }
  .p-event a {
    padding: 0.9375vw 0;
  }
  .p-event-image {
    width: 15vw;
  }
  .p-event a:hover .p-event-image img {
    -webkit-transform: scale(1.07, 1.07);
            transform: scale(1.07, 1.07);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    cursor: pointer;
  }
  .p-event-content {
    width: 24.375vw;
  }
  .p-event-ttl {
    font-size: 1vw;
  }
  .p-event-data {
    margin-top: 0.9375vw;
  }
  .p-event-data p {
    padding-left: 1.25vw;
    font-size: 0.8125vw;
  }
  .p-event-data p:before {
    width: 0.625vw;
    height: 0.625vw;
  }
  .p-event-data p:nth-child(n+2) {
    margin-top: 0.3125vw;
  }
  .p-event-data--date:before {
    background-image: url(../img/event/calendar.svg);
  }
  .p-event-data--time:before {
    background-image: url(../img/event/clock.svg);
  }
  .p-event-data--venue:before {
    background-image: url(../img/event/pin.svg);
  }
  .p-event-end p {
    font-size: 1vw;
  }
  .p-event--first {
    padding: 1.25vw 0;
  }
  .p-event--first a {
    padding: 1.25vw 0;
  }
  .p-event--first a .p-event-image {
    margin-bottom: 2.1875vw;
  }
  .p-event--first a .p-event-content {
    padding: 0 0.625vw;
  }
  .p-event--first a .p-event-ttl {
    font-size: 1.125vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-event {
    padding: 15px 0;
    border-bottom-width: 1px;
  }
  .p-event a {
    padding: 15px 0;
  }
  .p-event-image {
    width: 240px;
  }
  .p-event-content {
    width: 390px;
  }
  .p-event-ttl {
    font-size: 1.6rem;
  }
  .p-event-data {
    margin-top: 15px;
  }
  .p-event-data p {
    padding-left: 20px;
    font-size: 1.3rem;
  }
  .p-event-data p:before {
    width: 10px;
    height: 10px;
  }
  .p-event-data p:nth-child(n+2) {
    margin-top: 5px;
  }
  .p-event-end p {
    font-size: 1.6rem;
  }
  .p-event--first {
    padding: 20px 0;
  }
  .p-event--first a {
    padding: 20px 0;
  }
  .p-event--first a .p-event-image {
    margin-bottom: 35px;
  }
  .p-event--first a .p-event-content {
    padding: 0 10px;
  }
  .p-event--first a .p-event-ttl {
    font-size: 1.8rem;
  }
}
/*  gallery --> common
-------------------------------------------------------------------------------*/
.p-gallery-data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2.6666666667vw;
  margin-top: 6.6666666667vw;
}
.p-gallery-data dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3.3333333333vw 2vw;
  width: 100%;
  border-bottom-color: #c3c0c0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  line-height: 1.6em;
  letter-spacing: 0.15em;
}
.p-gallery-data dl:nth-child(1) {
  border-top-color: #c3c0c0;
  border-top-style: solid;
  border-top-width: 1px;
}
.p-gallery-data dt {
  width: 18.6666666667vw;
}
.p-gallery-data dd {
  width: calc(100% - 21.3333333333vw);
}

@media screen and (min-width: 751px) {
  .p-gallery-data {
    gap: 0 1.25vw;
    margin-top: 3.125vw;
  }
  .p-gallery-data dl {
    padding: 0.9375vw 0.625vw;
    width: 16.25vw;
    border-bottom-width: 0.0625vw;
  }
  .p-gallery-data dl:nth-child(1),
  .p-gallery-data dl:nth-child(2) {
    border-top-color: #c3c0c0;
    border-top-style: solid;
    border-top-width: 0.0625vw;
  }
  .p-gallery-data dt {
    width: 4.6875vw;
  }
  .p-gallery-data dd {
    width: calc(100% - 5.625vw);
  }
}
@media screen and (min-width: 1441px) {
  .p-gallery-data {
    gap: 0 20px;
    margin-top: 50px;
  }
  .p-gallery-data dl {
    padding: 15px 10px;
    width: 260px;
    border-bottom-width: 1px;
  }
  .p-gallery-data dl:nth-child(1),
  .p-gallery-data dl:nth-child(2) {
    border-top-width: 1px;
  }
  .p-gallery-data dt {
    width: 75px;
  }
  .p-gallery-data dd {
    width: calc(100% - 90px);
  }
}
/*  column --> common
-------------------------------------------------------------------------------*/
.p-column a {
  display: block;
}

.p-column-image {
  margin-bottom: 2vw;
}
.p-column-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 320/360;
}

.p-column-date {
  margin-bottom: 0.7em;
  font-size: 2.6666666667vw;
  text-align: right;
  line-height: 1em;
}

.p-column-ttl {
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.45em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2.9em;
  -webkit-line-clamp: 2;
}

.p-column-excerpt {
  margin-top: 0.5em;
}
.p-column-excerpt p {
  color: #b7b7b7;
  font-size: 2.6666666667vw;
  line-height: 1.2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2.4em;
  -webkit-line-clamp: 2;
}

.estate-slide .p-column-image {
  margin-bottom: 0;
}
.estate-slide .p-column-content {
  padding: 2vw 3.3333333333vw;
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  .p-column-image {
    margin-bottom: 1.125vw;
  }
  .p-column a:hover .p-column-image img {
    -webkit-transform: scale(1.07, 1.07);
            transform: scale(1.07, 1.07);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    cursor: pointer;
  }
  .p-column-date {
    font-size: 0.75vw;
  }
  .p-column-ttl {
    font-size: 0.875vw;
    line-height: 2em;
    max-height: 4em;
  }
  .p-column-excerpt p {
    color: #594e4e;
    font-size: 0.75vw;
    line-height: 1.4em;
    max-height: 2.8em;
  }
  .estate-slide .p-column-image {
    margin-bottom: 0;
  }
  .estate-slide .p-column-content {
    padding: 1.125vw 0.9375vw;
  }
}
@media screen and (min-width: 1441px) {
  .p-column-image {
    margin-bottom: 18px;
  }
  .p-column-date {
    font-size: 1.2rem;
  }
  .p-column-ttl {
    font-size: 1.4rem;
  }
  .p-column-excerpt p {
    font-size: 1.2rem;
  }
  .estate-slide .p-column-content {
    padding: 18px 15px;
  }
}
/*  faq --> common
-------------------------------------------------------------------------------*/
.faq-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 85.3333333333vw;
  max-width: 100%;
  border-top-color: #f2f2f2;
  border-top-style: solid;
  border-top-width: 1px;
}

.p-faq {
  position: relative;
  width: 100%;
  border-bottom-color: #f2f2f2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.p-faq dt {
  position: relative;
  padding: 3.3333333333vw 6.6666666667vw 3.3333333333vw 2.6666666667vw;
  font-size: 2.9333333333vw;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.p-faq dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 2.2666666667vw;
  height: 2.2666666667vw;
  background-image: url(../img/faq/open.svg);
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-faq dt.is-open:after {
  background-image: url(../img/faq/close.svg);
}

.p-faq dd {
  display: none;
  padding: 0 2.6666666667vw 3.3333333333vw 2.6666666667vw;
  font-size: 2.6666666667vw;
  line-height: 2em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .faq-post {
    width: 40vw;
    border-top-width: 0.0625vw;
  }
  .p-faq {
    border-bottom-width: 0.0625vw;
  }
  .p-faq dt {
    padding: 1.5625vw 2.5vw 1.5625vw 0.625vw;
    font-size: 0.875vw;
  }
  .p-faq dt:after {
    width: 0.8125vw;
    height: 0.8125vw;
  }
  .p-faq dd {
    padding: 0 0 1.5625vw 0.625vw;
    font-size: 0.8125vw;
  }
}
@media screen and (min-width: 1441px) {
  .faq-post {
    width: 640px;
    border-top-width: 1px;
  }
  .p-faq {
    border-bottom-width: 1px;
  }
  .p-faq dt {
    padding: 25px 40px 25px 10px;
    font-size: 1.4rem;
  }
  .p-faq dt:after {
    width: 13px;
    height: 13px;
  }
  .p-faq dd {
    padding: 0 0 25px 10px;
    font-size: 1.3rem;
  }
}