body {
  color: #050505;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", serif;
  background-color: #f0f0f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #C9A84C;
  /* font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", serif; */
}

p {
  color: #f0f0f0;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important; */
}

.title span {
  border-bottom: 2px solid #C9A84C;
}

/* btn */
.btn {
  color: #C9A84C;
  background-color: transparent;
  border: 1px solid #C9A84C;
}

.btn--default {
  position: relative;
  border-radius: 0.5rem;
  padding-right: 2rem;
}

.btn--default::after {
  content: '→';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

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

/* .btn--primary {
  color: #f0f0f0;
  background-color: #999;
  border: none;
}

.btn--back {
  color: #050505;
  background-color: #aaa;
  border: none;
} */

/* side */
.pc-container::before {
  background-image: url(../img/common/yun_pc_bg.jpg);
  filter: brightness(0.6);
}

.sp-container {
  background-color: #050505;
}

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

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

.left-content .inner {
  max-height: 100vh;
}

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

.left-content .left-info p {
  margin-bottom: 1.5rem;
}

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

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

.right-nav__items {
  gap: 1.5rem;
}

.right-nav__item a {
  color: #f0f0f0;
  font-size: 1.6rem;
  transition: opacity 0.3s;
}

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

.right-bottom-fixed {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  z-index: 10;
  background-color: transparent;
}

.right-bottom-fixed .reservation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  flex-wrap: nowrap;
}

.right-bottom-fixed .reservation a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: auto;
  gap: 1rem;
  flex-wrap: nowrap;
  color: #f0f0f0;
  background: linear-gradient(to bottom, #9A7540, #423015);
  padding: 1rem 1.5rem;
  width: 26rem;
}

.right-bottom-fixed .reservation a:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background: linear-gradient(to bottom, #68725E, #1E2B10);
}

.right-bottom-fixed .reservation a:last-of-type {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background: linear-gradient(to bottom, #8B3D22, #4D1B09);
}

.right-bottom-fixed .reservation span {
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}

/* header */
.header {
  background-color: transparent;
  transition: background-color 0.3s ease;
  color: #f0f0f0;
}

.header.is-scrolled {
  background-color: rgba(0, 0, 0, 0.8);
}

.header__logo img {
  height: 8rem;
  padding-top: 1rem;
}

.header__nav {
  background-color: #050505;
  color: #f0f0f0;
}

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

.header .reservation a {
  border: 1px solid #f0f0f0;
}

/* breadcrumb */
.breadcrumb * {
  color: #666;
  margin-bottom: 3rem;
}

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

/* top eyetach */
.mv {
  background-color: #050505;
}

@media screen and (max-width: 1072px) {
  .mv {
    padding-top: 0;
  }
}

.mv__video {
  max-height: none;
  aspect-ratio: 2 / 3;
}

.mv__logo {
  width: 100%;
}

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

/* page eyetach */
.mv__ttl {
  color: #f0f0f0f0;
  position: static;
  transform: none;
}

.mv__ttl::after {
  content: '';
  display: block;
  height: 1px;
  width: 70%;
  background: linear-gradient(to right, transparent, #f0f0f0f0 40%, #f0f0f0f0 60%, transparent);
  margin: 1.5rem auto 0;
}

.uagb-block-fec6cd5d {
  position: relative !important;
}

.uagb-block-fd5cb1ed {
  position: absolute !important;
  top: 5px !important;
  left: 25px !important;
  width: 0.2rem !important;
  height: 80% !important;
  border-left: 2px dotted #C9A84C !important;
}

.top_photo picture {
  aspect-ratio: 1 / 1;
}

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

/* SNS Thumbnail List */
.sns-gallery__type {
  background-color: #C9A84C;
}

.sns-gallery__type svg path,
.sns-gallery__type svg polygon {
  fill: #050505;
}

/* SNS Modal */
.sns__modal {
  background-color: rgba(0, 0, 0, 0.75);
}

.sns__modal__inner {
  background-color: #f0f0f0;
}

.sns__modal__body {
  background-color: #F9F9F9;
}

.sns__modal__close {
  background: #050505;
  color: #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

.sns__modal__item {
  background-color: #fff;
}

.sns__modal__item img,
.sns__modal__item video,
.sns__modal__item iframe {
  background-color: #050505;
}

.sns__modal__item .sns__modal-user-name,
.sns__modal__item .sns_content {
  color: #050505;
}

.sns__modal__item .swiper-button-prev,
.sns__modal__item .swiper-button-next {
  color: #f0f0f0;
}

/* review */
.review-carousel {
  position: relative;
  overflow: hidden;
  padding: 2.5rem;
  border: 1px solid #C9A84C;
  border-radius: 15px;
}

.review-carousel__track {
  display: flex;
  gap: 2rem;
  transition: transform 0.4s ease;
}

.review-carousel__item {
  min-width: 80%;
  box-sizing: border-box;
  padding: 2rem;
  background-color: #eee;
  border-radius: 15px;
}

.review-item__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.review-item__name {
  font-weight: bold;
}

.review-item__rate .is-filled {
  color: #C9A84C;
}

.review-item__rate .is-empty {
  color: #ccc;
}

.review-item__date {
  font-size: 1.4rem;
  color: #888;
  margin-left: auto;
}

.review-item__description {
  font-size: 1.4rem;
  color: #050505;
}

.review-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem 0 0;
}

.review-carousel__dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
  transition: background 0.3s;
}

.review-carousel__dots .dot.is-active {
  background: #C9A84C;
}

/* footer */
.footer__ctt {
  background-color: #050505;
  color: #f0f0f0;
}

.footer__logo a img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.footer__info {
  width: fit-content;
  margin: 3rem auto 1rem;
  text-align: left;
}

.footer__info p,
.footer__info .access,
.footer__info .remarks {
  color: #f0f0f0;
  font-size: 1.4rem !important;
}

.footer hr {
  border: none;
  border-top: 1px solid #C9A84C;
}

.footer__nav__item {
  border-right: 1px solid #f0f0f0;
}

.footer__nav a {
  font-size: 1.6rem;
}

.footer__fixed {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1rem 0;
}

.footer__fixed .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  flex-wrap: nowrap;
  max-width: 99%;
}

.footer__fixed .inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: auto;
  gap: 0.8rem;
  flex-wrap: nowrap;
  color: #f0f0f0;
  background: linear-gradient(to bottom, #7A5E30, #423015);
  padding: 0.5rem 0.8rem;
  min-width: 12rem;
}

.footer__fixed .inner a:first-of-type {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: linear-gradient(to bottom, #68725E, #1E2B10);
}

.footer__fixed .inner a:last-of-type {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background: linear-gradient(to bottom, #6B2E18, #4D1B09);
}

.footer__fixed .inner span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}

.footer__cpr small {
  color: #f0f0f0;
  font-size: inherit;
  display: block;
}

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

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