body {
  color: #5F6368;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #f0f0f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1A1A1A;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

p {
  color: #5F6368;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.title {
  max-width: none;
}

.title h2 {
  font-size: 2.4rem;
}

.title span {
  width: auto;
}

/* btn */
.btn {
  color: #fff;
  background-color: #1D1D1F;
  border-color: #1D1D1F;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  min-height: 6rem;
  margin-bottom: 6rem;
}

.btn--default {
  border-radius: 0;
  width: 100%;
}

.btn--primary {
  border-radius: 0.5rem;
}

.btn--back {
  border-radius: 0;
  background-color: #4D4D51;
  margin-top: 4rem;
  margin-bottom: 0;
  width: 100%;
  font-size: 1.5rem;
}

/* side */
.sp-container {
  background-color: #fff;
}

.left-container *,
.right-container * {
  color: #1D1D1F;
}

.left-content * {
  text-align: left;
  word-break: break-all;
  overflow-wrap: break-word;
}

.left-content .left-logo img {
  width: 70%;
  max-width: 30rem;
  min-width: 20rem;
  margin-top: 6rem;
  margin-bottom: 3rem;
}

.left-nav {
  margin: 3rem 0;
}

.left-nav__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.6rem;
}

.left-nav__item a {
  color: #1D1D1F;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  transition: opacity 0.3s;
}

.left-nav__item a:hover {
  opacity: 0.7;
}

.left-reservation a {
  display: inline-block;
  border: 1px solid #111;
  padding: 0.5rem 2rem;
  text-align: center;
}

.left-content .sns__items {
  margin-top: 3rem;
  justify-content: flex-start;
  gap: 2rem;
}

.right-content p {
  padding: 0.3rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  text-align: center;
}

.right-content .wrap {
  width: 100%;
  max-width: 35rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 1rem auto 4rem;
}

.right-content .wrap a {
  display: block;
  width: calc((100% - 2rem) / 3);
}

.right-content .wrap a img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0.5rem;
}

.left-bottom-fixed .reservation {
  width: fit-content;
  margin: 0 auto;
  background-color: #1A1A1A;
  border-radius: 0.8rem;
}

.left-bottom-fixed .reservation a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: .5rem 3rem;
}

.left-bottom-fixed .reservation img {
  display: block;
  width: 2.2rem;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.left-bottom-fixed .reservation p {
  color: #fff;
}

/* header */
.header {
  background-color: rgba(255, 255, 255, 0.8);
  color: #fff;
  transform: translateY(-100%);
  transition: transform .3s ease;
  z-index: 9999;
}

body.scrolled .header {
  transform: translateY(0);
}

.header__inner {
  height: 5.5rem !important;
}

.header__logo img {
  height: 2.2rem;
}

.header__nav {
  background-color: #fff;
  color: #1D1D1F;
  padding: 10rem 8rem 15rem;
}

header .menu span {
  background-color: #1D1D1F;
}

.header__nav__items {
  width: 100%;
  gap: 2rem 3.5rem;
}

.header__nav__item a {
  font-size: 2.6rem;
  letter-spacing: 0.1rem;
}

.header .reservation {
  width: 100%;
}

.header .reservation a {
  width: 100%;
  border: 1px solid #1D1D1F;
}

/* breadcrumb */
.breadcrumb {
  margin-top: 3rem !important;
}

.breadcrumb * {
  color: #1A1A1A;
}

/* contact */
input,
button,
textarea,
select {
  border: 1px solid #999;
}

/* top eyetach */
.home .mv {
  aspect-ratio: 9 / 16;
  width: 100% !important;
  position: relative;
  padding-top: 0 !important;
}

.page-id-1085 .mv {
  padding-top: 7rem !important;
}

.mv__video {
  max-height: none;
  aspect-ratio: 9 / 16;
}

.mv__logo {
  width: 100%;
}

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}

.scroll-hint__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scroll-hint__text {
  writing-mode: vertical-rl;
  font-size: 12px;
  letter-spacing: .35em;
  color: #8C8C86;
  opacity: .9;
  margin-bottom: 20px;
  user-select: none;
}

.scroll-hint__arrow {
  position: relative;
  width: 1px;
  height: 120px;
  background: rgba(140, 140, 134, .28);
  overflow: hidden;
}

.scroll-hint__arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: 45px;
  background: #8C8C86;
  animation: scrollLine 2.2s ease-in-out infinite;
}

@keyframes scrollLine {
  0% {
    top: -45px;
  }

  100% {
    top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .mv__logo {
    padding-top: 3rem;
  }
}

/* page eyetach */
.mv__ttl {
  position: relative;
  transform: none;
  inset: 0;
  color: #1A1A1A;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 0 auto;
}

.mv__sub_ttl {
  display: block;
  text-align: left;
  margin: 0 auto;
  color: #7A7A7A;
}

.rec .mv__ttl,
.rec .mv__sub_ttl {
  width: 90%;
}

/* top page */
.top-content {
  padding: 7rem 0;
  margin: 0;
}

.top-content-02 {
  background-color: #F8F8F8;
}

.top-content-02 h3 {
  color: #7A7A7A;
}

.top-content-02 h4 {
  color: #8C8C86;
}

.top-content-02 p {
  color: #555555;
}

.top-content-03 .uagb-buttons__outer-wrap .uagb-buttons-repeater {
  transition: color 0.4s ease, background-color 0.4s ease !important;
}

/* translation */
.gt_switcher_wrapper {
  left: 2rem !important;
}

/* footer */
.footer__ctt {
  background-color: #1A1A1A;
  color: #fff;
}

.footer__info img {
  display: block;
  object-fit: contain;
  width: 30rem;
}

.footer__info address p {
  font-style: normal;
  text-align: left;
  color: #B5B5B5;
}

.footer__nav__items {
  justify-content: flex-start;
}

.footer__nav__item a {
  font-size: 1.2rem;
  padding: 0 1.5rem;
}

.footer__nav__item a:first-of-type {
  padding-left: 0;
}

.footer__fixed {
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #EAEAEA;
}

.footer__fixed .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #1A1A1A;
}

.footer__fixed .inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: .5rem 0;
  width: 100%;
}

.footer__fixed .inner img {
  display: block;
  width: 2.2rem;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.footer__fixed .inner p {
  color: #fff;
}

.footer__cpr small {
  color: #8A8A8A;
  font-size: inherit;
  display: block;
  text-align: left;
}

.footer__gotop a img {
  width: 4.5rem;
  border: 1px solid #8A8A8A;
  border-radius: 3rem;
}

@media screen and (min-width: 1073px) {
  .footer>.footer__fixed {
    display: none;
  }

  .scrolled .footer__gotop {
    bottom: 3rem;
  }
}
