@charset "UTF-8";
body {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button {
  color: inherit;
  font-family: inherit;
}

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

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

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

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

picture {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  /* * {
  	animation: none !important;
  	transition-duration: 0s !important;
  	transition-delay: 0s !important;
  } */
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 76.9230769231px;
}
@media screen and (max-width: 1476.9230769231px) and (min-width: 781px) {
  :root {
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 780px) {
  :root {
    font-size: 25.641025641vw;
  }
}

body {
  min-height: 100vh;
  color: #2F2F2F;
  background: #EDEBEA;
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-size: 0.16rem;
}
@media screen and (max-width: 780px) {
  body {
    font-size: 0.12rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.wrap {
  width: 18.2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 780px) {
  .wrap {
    width: auto;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 781px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a:not([href^="tel:"]) {
    transition: opacity 0.5s;
  }
  a:not([href^="tel:"]):hover {
    opacity: 0.7;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .js-scroll.is-fadein {
    opacity: 0;
    transition: opacity 3s;
  }
  .js-scroll.is-fadein.is-active {
    opacity: 1;
  }
  .js-scroll.is-fadeup {
    opacity: 0;
  }
  .js-scroll.is-fadeup.is-active {
    -webkit-animation: is-fadeup 2s ease forwards;
            animation: is-fadeup 2s ease forwards;
  }
  @-webkit-keyframes is-fadeup {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes is-fadeup {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.btn--reserve {
  background: #2F2F2F;
  color: #FFF;
  letter-spacing: 0.1em;
  text-align: center;
  place-content: center;
  box-sizing: border-box;
  display: block;
}

.linkLine > a,
.linkLine > span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.1rem;
  line-height: 1.7;
}
@media screen and (max-width: 780px) {
  .linkLine > a,
.linkLine > span {
    font-size: 0.14rem;
  }
}
.linkLine > a:before,
.linkLine > span:before {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 2px;
  background: linear-gradient(90deg, transparent 0%, transparent 50%, #2F2F2F 50%, #2F2F2F 100%);
  background-size: 200% 100%;
  background-position: 0% 0;
}
@media screen and (min-width: 781px) {
  .linkLine:not(.js-scroll) a:hover:before,
.linkLine:not(.js-scroll) span:hover:before {
    -webkit-animation: lineIn 0.5s forwards;
            animation: lineIn 0.5s forwards;
  }
}
@media screen and (min-width: 781px) {
  .linkLine:not(.js-scroll) a:hover:before,
.linkLine:not(.js-scroll) span:hover:before {
    -webkit-animation: lineIn 0.5s forwards;
            animation: lineIn 0.5s forwards;
  }
}
@media screen and (min-width: 781px) {
  .linkLine:not(body#top .cont__item *).js-scroll span:before {
    background-position: 0% 0;
  }
}
@media screen and (min-width: 781px) {
  .linkLine:not(body#top .cont__item *).js-scroll.is-active > a:before,
.linkLine:not(body#top .cont__item *).js-scroll.is-active > span:before {
    -webkit-animation: lineIn 0.5s 0.4s forwards;
            animation: lineIn 0.5s 0.4s forwards;
  }
}
.linkLine:not(body#top .cont__item *).js-scroll.is-active > a:after,
.linkLine:not(body#top .cont__item *).js-scroll.is-active > span:after {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 2px;
  background: linear-gradient(90deg, #EDEBEA 0%, #EDEBEA 50%, #2F2F2F 50%, #2F2F2F 100%);
  background-size: 200% 100%;
  background-position: 0% 0;
  -webkit-animation: lineHovIn 0.5s forwards;
          animation: lineHovIn 0.5s forwards;
}
@media screen and (max-width: 780px) {
  .linkLine:not(body#top .cont__item *).js-scroll.is-active > a:after,
.linkLine:not(body#top .cont__item *).js-scroll.is-active > span:after {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}
@media screen and (min-width: 781px) {
  .linkLine:not(body#top .cont__item *).js-scroll.is-active:hover span:after {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 2px;
    background: linear-gradient(90deg, #EDEBEA 0%, #EDEBEA 50%, #2F2F2F 50%, #2F2F2F 100%);
    background-size: 200% 100%;
    background-position: 0% 0;
    -webkit-animation: lineIn 0.5s forwards;
            animation: lineIn 0.5s forwards;
  }
}

@media screen and (min-width: 781px) {
  body#top .cont__item:hover .cont__item-link-btn:after {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 2px;
    background: linear-gradient(90deg, #EDEBEA 0%, #EDEBEA 50%, #2F2F2F 50%, #2F2F2F 100%);
    background-size: 200% 100%;
    background-position: 0% 0;
    -webkit-animation: lineHovIn 0.5s forwards;
            animation: lineHovIn 0.5s forwards;
  }
}

body#top .cont__item .cont__item-link.js-scroll.is-active .cont__item-link-btn:before {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 2px;
  background: linear-gradient(90deg, transparent 0%, transparent 50%, #2F2F2F 50%, #2F2F2F 100%);
  background-size: 200% 100%;
  background-position: 0% 0;
  -webkit-animation: lineIn 0.5s forwards;
          animation: lineIn 0.5s forwards;
}
@media screen and (max-width: 780px) {
  body#top .cont__item .cont__item-link.js-scroll.is-active .cont__item-link-btn:before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}

@-webkit-keyframes lineIn {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

@keyframes lineIn {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@-webkit-keyframes lineHovIn {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes lineHovIn {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.page__head-image {
  margin-bottom: 1rem;
}
@media screen and (max-width: 780px) {
  .page__head-image {
    height: 3.5rem;
    margin-bottom: 0.8rem;
  }
}
.page__head-image img {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .page__head-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.page__head-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 780px) {
  .page__head-title {
    gap: 0.1rem;
  }
}
.page__head-title--en {
  font-size: 0.35rem;
  line-height: 1.2;
}
@media screen and (max-width: 780px) {
  .page__head-title--en {
    font-size: 0.18rem;
  }
}
.page__head-title--ja {
  line-height: 1.4;
  display: block;
  font-size: 0.2rem;
}
@media screen and (max-width: 780px) {
  .page__head-title--ja {
    font-size: 0.12rem;
  }
}

.lead__main-title {
  text-align: center;
  font-size: 0.45rem;
  margin-top: 0.4rem;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  .lead__main-title {
    font-size: 0.2rem;
    margin-top: 0.3rem;
  }
}
.lead__main-lead {
  text-align: center;
}
@media screen and (min-width: 781px) {
  .lead__main-lead {
    margin: 0.6rem auto 0;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 780px) {
  .lead__main-lead {
    margin-top: 0.25rem;
  }
}

.sec__title {
  text-align: center;
}
.sec__title > span {
  padding: 0 0.8rem 0.05rem;
  border-bottom: 1px solid #707070;
  display: inline-block;
  font-size: 0.35rem;
  font-family: "EB Garamond", serif;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  .sec__title > span {
    font-size: inherit;
    padding: 0 0.3rem 0.05rem;
    font-size: 0.2rem;
  }
}

.note {
  padding: 1.5rem 0 0;
  font-size: 0.15rem;
}
@media screen and (max-width: 780px) {
  .note {
    font-size: inherit;
    padding: 0.8rem 0 0;
    border-top: 1px solid #A5A5A5;
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 781px) {
  .note .wrap {
    width: calc(18.2rem - 5rem);
  }
}
@media screen and (max-width: 780px) {
  .note .wrap {
    font-size: 0.1rem;
  }
}

.js-scroll-center {
  /* Chrome, Edge, Safari */
}
@media screen and (max-width: 780px) {
  .js-scroll-center {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-is-activeg: touch;
    width: calc(100% + 0.4rem);
    margin-left: -0.2rem;
    /* Firefox */
    scrollbar-width: none;
    /* IE, Edge(旧) */
    -ms-overflow-style: none;
  }
}
@media screen and (max-width: 780px) {
  .js-scroll-center::after {
    content: "左右にスワイプできます";
    display: block;
    position: absolute;
    width: calc(100vw - 0.4rem);
    text-align: center;
    font-size: 0.1rem;
    margin-top: 0.15rem;
    margin-left: 0.2rem;
    font-size: 0.1rem;
  }
}
@media screen and (max-width: 780px) {
  .js-scroll-center::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .js-scroll-center > * {
    display: block;
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}

.js-fake-scrollbar {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 0.1rem;
  background: #A5A5A5;
  overflow: hidden;
}
@media screen and (min-width: 781px) {
  .js-fake-scrollbar {
    display: none;
  }
}
.js-fake-scrollbar__thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1rem;
  background: #2F2F2F;
  cursor: -webkit-grab;
  cursor: grab;
}
.js-fake-scrollbar__thumb:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

@media (prefers-reduced-motion: no-preference) {
  .js-scroll.is-fadein {
    opacity: 0;
    transition: opacity 1.2s;
  }
  .js-scroll.is-fadein.is-active {
    opacity: 1;
  }
  .js-scroll.is-fadeup {
    opacity: 0;
  }
  .js-scroll.is-fadeup.is-active {
    -webkit-animation: is-fadeup 2s ease forwards;
            animation: is-fadeup 2s ease forwards;
  }
  .js-scroll.is-fadelines .l {
    opacity: 0;
    transform: translateY(0.5em);
    display: inline-block;
    transition: opacity 1s ease-out, transform 1s ease-out;
    will-change: opacity, transform;
  }
  .js-scroll.is-fadelines.is-active .l {
    opacity: 1;
    transform: translateY(0);
  }
  @-webkit-keyframes is-fadeup {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes is-fadeup {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.gHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: #EDEBEA;
}
.gHeader .btn--reserve {
  width: 2.8rem;
  height: 0.5rem;
  padding: 0 0.1rem;
  font-size: 0.2rem;
}
.gHeaderInner {
  height: 1.1rem;
  padding: 0 0.45rem;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
  transition: 0.5s;
}
@media screen and (max-width: 780px) {
  .gHeaderInner {
    height: 0.95rem;
    padding: 0 0.2rem;
    justify-content: center;
  }
}
@media screen and (max-width: 780px) {
  body.is-scroll .gHeaderInner {
    height: 0.6rem;
    transition: height 0.35s ease-in-out;
  }
}
@media screen and (min-width: 781px) {
  .gHeaderInner > .btn--reserve {
    order: 3;
  }
}
.gHeader .siteTitle {
  width: 4.8rem;
}
@media screen and (min-width: 781px) {
  .gHeader .siteTitle {
    order: 2;
  }
}
@media screen and (max-width: 780px) {
  .gHeader .siteTitle {
    width: 2.6rem;
    margin-left: 0.2rem;
  }
}
.gHeader .siteTitle img {
  display: block;
}
@media screen and (min-width: 781px) {
  .gHeader .gNav {
    order: 1;
  }
}
.gHeader .gNav .btn--menu {
  width: 0.7rem;
  height: 0.4rem;
  display: block;
  color: inherit;
  z-index: 9000;
  cursor: pointer;
  position: relative;
  margin-right: 2.1rem;
}
@media screen and (max-width: 780px) {
  .gHeader .gNav .btn--menu {
    width: 0.24rem;
    height: 0.14rem;
    position: absolute;
    top: 50%;
    left: 0.2rem;
    transform: translateY(-50%);
    margin: 0;
  }
}
.gHeader .gNav .btn--menu .bar {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.gHeader .gNav .btn--menu .bar span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #2F2F2F;
  transition: opacity 0.2s;
}
.gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #2F2F2F;
  content: "";
  transition: transform 0.4s;
  transform-origin: center center;
}
.gHeader .gNav .btn--menu .bar::before {
  top: 0;
}
.gHeader .gNav .btn--menu .bar::after {
  top: calc(100% - 2px);
}
.gHeader .gNav.active .btn--menu .bar::before {
  top: calc(50% - 1px);
  transform: rotate(-35deg);
}
@media screen and (max-width: 780px) {
  .gHeader .gNav.active .btn--menu .bar::before {
    transform: rotate(-30deg);
  }
}
.gHeader .gNav.active .btn--menu .bar::after {
  top: calc(50% - 1px);
  transform: rotate(35deg);
}
@media screen and (max-width: 780px) {
  .gHeader .gNav.active .btn--menu .bar::after {
    transform: rotate(30deg);
  }
}
.gHeader .gNav.active .btn--menu .bar span {
  opacity: 0;
}
.gHeader .gNav.active .navigation {
  transform: translate3d(0, 0, 0);
}
.gHeader .gNav .navigation {
  transition: transform 0.4s;
  transform: translate3d(-100%, 0, 0);
  padding: 0.8rem;
  width: 6rem;
  height: calc(100vh - 1.1rem);
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 1.1rem;
  overflow: hidden;
  -webkit-overflow-is-activeg: touch;
  touch-action: pan-y;
  z-index: 8000;
  background: #EDEBEA;
}
@media screen and (max-width: 780px) {
  .gHeader .gNav .navigation {
    width: 100%;
    height: calc(100vh - 0.9rem);
    top: 0.9rem;
    padding: 0.2rem 0.2rem 0.6rem;
  }
}
@media screen and (max-width: 780px) {
  body.is-scroll .gHeader .gNav .navigation {
    top: 0.4rem;
    height: calc(100vh - 0.4rem);
  }
}
.gHeader .gNav .navigation .primary {
  display: grid;
  gap: 0.5rem 0;
}
@media screen and (max-width: 780px) {
  .gHeader .gNav .navigation .primary {
    gap: 0.2rem 0;
  }
}
.gHeader .gNav .navigation .primary li {
  position: relative;
}
@media screen and (max-width: 780px) {
  .gHeader .gNav .navigation .primary li {
    text-align: center;
  }
}
.gHeader .gNav .navigation .primary li a {
  padding-bottom: 0.05rem;
}
.gHeader .gNav .navigation .primary li .ja {
  line-height: 1.6;
  display: inline-block;
  font-size: 0.22rem;
}
@media screen and (max-width: 780px) {
  .gHeader .gNav .navigation .primary li .ja {
    font-size: 0.14rem;
  }
}
.gHeader .gNav .navigation .primary li .en {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 0.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 780px) {
  .gHeader .gNav .navigation .primary li .en {
    font-size: 0.16rem;
  }
}
.gHeader .gNav .navigation .primary li.is-current a:after {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 2px;
  background: #2F2F2F;
  display: block;
}
.gHeader .gNav .navigation .primary li.is-current a:hover:after {
  opacity: 0;
}
.gHeader .gNav .navigation .secondary {
  margin-top: 0.8rem;
}
@media screen and (max-width: 780px) {
  .gHeader .gNav .navigation .secondary {
    margin-top: 0.4rem;
  }
}
.gHeader .gNav .navigation .btn--reserve {
  font-size: 0.22rem;
  width: 100%;
  height: 0.8rem;
}
@media screen and (max-width: 780px) {
  .gHeader .gNav .navigation .btn--reserve {
    font-size: 0.14rem;
    height: 0.5rem;
    margin: 0 auto;
  }
}

.main {
  padding: 1.1rem 0 1.5rem;
}
@media screen and (max-width: 780px) {
  .main {
    padding: 0.95rem 0 0.8rem;
  }
}
.main .image {
  position: relative;
}
.main figure:has(figcaption), .main figure:has(.figcaption) {
  position: relative;
}
.main figcaption,
.main .figcaption {
  box-sizing: border-box;
  font-size: 0.16rem;
  letter-spacing: 0.07em;
  font-feature-settings: "plat";
  line-height: 1.5;
}
.main figcaption::before, .main figcaption::after,
.main .figcaption::before,
.main .figcaption::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main figcaption::before,
.main .figcaption::before {
  margin-bottom: -0.25em;
}
.main figcaption::after,
.main .figcaption::after {
  margin-top: -0.25em;
}
@media screen and (max-width: 780px) {
  .main figcaption,
.main .figcaption {
    font-size: 0.1rem;
    padding: 0.1rem;
  }
}
.main figcaption.white,
.main .figcaption.white {
  color: #fff;
}
.main figcaption.black,
.main .figcaption.black {
  color: #2F2F2F;
}
.main figcaption.bottomLeft, .main figcaption.bottomRight,
.main .figcaption.bottomLeft,
.main .figcaption.bottomRight {
  width: 100%;
  padding: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main figcaption.bottomRight,
.main .figcaption.bottomRight {
  text-align: right;
}
.main figcaption.bottomRightOut, .main figcaption.bottomLeftOut,
.main .figcaption.bottomRightOut,
.main .figcaption.bottomLeftOut {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0.1rem 0 0;
}
.main figcaption.bottomRightOut,
.main .figcaption.bottomRightOut {
  text-align: right;
}
.main .fnote {
  font-size: 0.15rem;
  line-height: 1.6;
  padding-top: 1.4rem;
}
@media screen and (max-width: 780px) {
  .main .fnote {
    font-size: 0.08rem;
    padding-top: 0.8rem;
  }
}
@media screen and (min-width: 781px) {
  .main .fnote .wrap {
    width: 13.2rem;
  }
}
.main .is-pinch {
  position: relative;
}
@media screen and (max-width: 780px) {
  .main .is-pinch:before {
    width: 0.5rem;
    aspect-ratio: 1;
    display: block;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    background: url(../imgs/ico_pinch01.png) center/contain no-repeat;
    content: "";
  }
}

.pagetop {
  display: block;
  aspect-ratio: 1;
  position: fixed;
  right: 0.3rem;
  bottom: 0.3rem;
  z-index: 1;
  transition: opacity 0.4s;
  display: none;
}
.pagetop.off {
  opacity: 0;
  pointer-events: none;
}

.fnote {
  font-size: 0.15rem;
}

.gFooter {
  overflow: hidden;
}
@media screen and (min-width: 781px) {
  .gFooter .wrap {
    width: 17rem;
  }
}
.gFooter__cont {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 780px) {
  .gFooter__cont {
    padding: 0.8rem 0;
    display: block;
  }
}
.gFooter__cont:before {
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  background: #FFF;
  transform: translateX(-50%);
  content: "";
  z-index: -1;
}
.gFooter__company-logo {
  width: 3.88rem;
}
@media screen and (max-width: 780px) {
  .gFooter__company-logo {
    width: 3.2rem;
  }
}
.gFooter__company-logo a,
.gFooter__company-logo img {
  display: block;
}
.gFooter__company-mail {
  font-feature-settings: "palt";
  font-size: 0.16rem;
}
@media screen and (max-width: 780px) {
  .gFooter__company-mail {
    font-size: 0.11rem;
  }
}
.gFooter__company-contact {
  display: flex;
  align-items: baseline;
  margin-top: 0.3rem;
}
@media screen and (max-width: 780px) {
  .gFooter__company-contact {
    margin-top: 0.15rem;
  }
}
.gFooter__company-tel a {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 781px) {
  .gFooter__company-tel a {
    font-size: 0.18rem;
  }
}
.gFooter__company-time {
  line-height: 1.6;
  font-size: 0.16rem;
}
@media screen and (max-width: 780px) {
  .gFooter__company-time {
    font-size: 0.1rem;
    letter-spacing: 0.06em;
  }
}
.gFooter__company-address {
  line-height: 1.6;
  font-size: 0.16rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 780px) {
  .gFooter__company-address {
    font-size: 0.12rem;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 780px) {
  .gFooter__nav {
    margin-top: 0.8rem;
  }
}
.gFooter__nav-title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 1;
  font-size: 0.32rem;
  margin-bottom: 0.4rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1rem;
}
@media screen and (max-width: 780px) {
  .gFooter__nav-title {
    font-size: 0.16rem;
    margin-bottom: 0.3rem;
    text-underline-offset: 0.05rem;
  }
}
.gFooter__nav .primary {
  display: grid;
  gap: 0.1rem;
}
@media screen and (max-width: 780px) {
  .gFooter__nav .primary {
    gap: 0.05rem;
  }
}
.gFooter__nav .primary li a {
  padding-bottom: 0.05rem;
}
.gFooter__nav .primary li.is-current a:after {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 2px;
  background: #2F2F2F;
  display: block;
}
.gFooter__nav .primary li.is-current a:hover:after {
  opacity: 0;
}
.gFooter__nav .primary .en {
  font-size: 0.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 780px) {
  .gFooter__nav .primary .en {
    font-size: inherit;
  }
}
.gFooter__nav .primary .en {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 0.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 780px) {
  .gFooter__nav .primary .en {
    font-size: 0.16rem;
  }
}
.gFooter__partner {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 1.1rem;
}
@media screen and (max-width: 780px) {
  .gFooter__partner {
    padding: 0.8rem 0 1.7rem;
    gap: 0.4rem;
  }
}
.gFooter__partner-name {
  text-align: center;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 780px) {
  .gFooter__partner-name {
    font-size: 0.12rem;
  }
}
.gFooter__partner-logo {
  text-align: center;
  margin: 0 auto;
}
.gFooter__partner-logo img {
  mix-blend-mode: multiply;
}
.gFooter__partner-item--01 .gFooter__partner-name {
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 780px) {
  .gFooter__partner-item--01 .gFooter__partner-name {
    margin-bottom: 0.15rem;
  }
}
.gFooter__partner-item--01 .gFooter__partner-logo {
  width: 2rem;
}
@media screen and (max-width: 780px) {
  .gFooter__partner-item--01 .gFooter__partner-logo {
    width: 1.4rem;
  }
}
.gFooter__partner-item--02 .gFooter__partner-logo {
  width: 1.4rem;
}
@media screen and (max-width: 780px) {
  .gFooter__partner-item--02 .gFooter__partner-logo {
    width: 1.1rem;
  }
}
.gFooter__partner-item--03 .gFooter__partner-logo {
  width: 1.45rem;
}
.gFooter__partner-item--04 .gFooter__partner-logo {
  width: 1.1rem;
}

@media screen and (min-width: 781px) {
  .fixed__btn {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .fixed__btn {
    position: fixed;
    width: 100%;
    height: 0.9rem;
    place-content: center;
    left: 0;
    bottom: 0;
    padding: 0 0.2rem;
    box-sizing: border-box;
    background: #EDEBEA;
  }
  body.is-scroll .fixed__btn {
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.35s ease-in-out;
  }
  .fixed__btn .btn--reserve {
    font-size: 0.14rem;
    height: 0.5rem;
  }
}/*# sourceMappingURL=common.css.map */