@charset "UTF-8";
:root {
  --open-sans: "Open Sans", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  list-style: none;
}

.-pc {
  display: none;
}
@media (min-width: 768px) {
  .-pc {
    display: block;
  }
}

.-sp {
  display: block;
}
@media (min-width: 768px) {
  .-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

a.gt_switcher-popup.glink.nturl.notranslate {
  display: none;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
}

.container {
  margin: 0 auto;
  max-width: 950px;
}

.section__heading {
  padding: 44px 15px 15px;
  background-color: #F9F7F8;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (min-width: 768px) {
  .section__heading {
    padding: 4px 22px 2px;
    background-color: #F4F2EE;
    border: 1px solid #D4D2CD;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
            box-shadow: 0 0 0 1px #FFFFFF inset;
    position: relative;
  }
  .section__heading::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 24px;
    background-color: #FAC786;
  }
}
.section__title {
  font-size: 28px;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 18px;
    font-weight: 700;
  }
}

.flash {
  -webkit-animation: flash 1.5s linear infinite;
          animation: flash 1.5s linear infinite;
}

@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.float-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #FF0000;
  height: 80px;
}
.float-banner .container {
  padding: 10px 40px;
  height: 100%;
}
.float-banner__button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

.fv {
  height: 240px;
  /* ===== Swiper（SPのみ表示） ===== */
  /* 左右ナビ */
}
@media (min-width: 768px) {
  .fv {
    height: auto;
  }
}
.fv .container {
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .fv .container {
    padding: 25px 30px 15px;
    background-color: #F7F7F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.fv__image {
  width: 80px;
  height: 80px;
  border: 3px solid #FFFFFF;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: block;
}
@media (min-width: 768px) {
  .fv__slider {
    display: none;
  }
}
.fv .fv__swiper {
  width: 100%;
  height: 100%;
}
.fv .swiper-slide {
  position: relative;
}
.fv .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv__prev,
.fv .fv__next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
  -webkit-tap-highlight-color: transparent;
}
.fv .fv__prev::after,
.fv .fv__next::after {
  font-size: 9px;
  color: #fff;
}
.fv .fv__prev {
  left: 8px;
}
.fv .fv__next {
  right: 8px;
}
.fv__title {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1rem, rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.08) 1rem, rgba(0, 0, 0, 0.45) 100%);
  text-shadow: 1px 1px 0 #000000;
  position: absolute;
  bottom: 0;
  padding: 12px 15px 12px;
  color: #FFFFFF;
  z-index: 10;
}
@media (min-width: 768px) {
  .fv__title {
    background: none;
    text-shadow: none;
    position: static;
    padding: 0;
    color: #000000;
  }
}
.fv__title--sub {
  font-size: 12px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .fv__title--sub {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.fv__title--main {
  font-size: 18px;
}
@media (min-width: 768px) {
  .fv__title--main {
    font-weight: 700;
    font-size: 26px;
  }
}

.intro .container {
  padding: 16px 15px;
  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;
}
@media (min-width: 768px) {
  .intro .container {
    background-color: #F7F7F7;
    padding: 15px 25px;
    border-top: 1px solid #CCCCCC;
  }
}
.intro__left {
  padding-right: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 28px;
}
@media (min-width: 768px) {
  .intro__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.intro__left .topic {
  width: 60px;
  padding: 6px 0;
  border: 1px solid #979797;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.intro__left .ico {
  width: 22px;
  height: 22px;
  display: inline-block;
}
.intro__left .budget,
.intro__left .business-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 28px;
}
@media (min-width: 768px) {
  .intro__left .budget,
  .intro__left .business-hours {
    gap: 10px;
  }
}
.intro__left .dinner,
.intro__left .lunch,
.intro__left .hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.intro__right .map-image {
  width: 74px;
  height: 74px;
}
@media (min-width: 768px) {
  .intro__right .map-link:hover {
    opacity: 0.7;
  }
}

.gallery {
  display: none;
}
@media (min-width: 768px) {
  .gallery {
    display: block;
  }
}
.gallery .container {
  padding: 16px 0;
}
.gallery .gallery__main-swiper {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 12px;
  overflow: hidden;
  background: #000;
}
.gallery .gallery__main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.gallery .gallery__thumbs-swiper {
  width: 100%;
}
.gallery .gallery__thumbs-swiper .swiper-slide {
  width: auto;
  margin: 4px;
  opacity: 0.6;
  cursor: pointer;
  overflow: hidden;
}
.gallery .gallery__thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
  outline: 4px solid #FF9B11;
  /* 強調（色はブランドに合わせて） */
}
.gallery .gallery__thumbs-swiper img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.gallery .gallery__prev,
.gallery .gallery__next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
  -webkit-tap-highlight-color: transparent;
}
.gallery .gallery__prev::after,
.gallery .gallery__next::after {
  font-size: 18px;
  color: #ffF;
}

.cta .container {
  padding: 10px 15px 44px;
  text-align: center;
}
@media (min-width: 768px) {
  .cta .container {
    padding: 30px 15px 45px;
  }
}
.cta__banner {
  max-width: 600px;
  display: inline;
  margin-bottom: 20px;
}
.cta__info {
  font-family: var(--open-sans);
  font-weight: 700;
  font-size: 25px;
  line-height: 1.32;
  text-align: center;
}
.cta__info--triangle {
  display: block;
  font-size: 31px;
  margin-bottom: 6px;
}

.reserve .content {
  padding: 15px 15px 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .reserve .content {
    padding: 30px 15px 45px;
  }
}
.reserve .baloon {
  background-color: #F4EFE9;
  padding: 5px 10px;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 600px;
  position: relative;
}
.reserve .baloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 10px solid #F4EFE9;
}
.reserve__text {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.01em;
  text-align: left;
}
.reserve__text .-red {
  color: #FF0000;
}
.reserve__banner {
  -webkit-box-shadow: 3px 5px 0px 0px #b4b4b4;
          box-shadow: 3px 5px 0px 0px #b4b4b4;
  max-width: 600px;
  display: inline;
  margin: 0 auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .reserve__banner:hover {
    -webkit-transform: translate(3px, 5px);
            transform: translate(3px, 5px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.recommend .content {
  margin: 20px 0 36px;
  padding: 30px 15px 50px;
  background: #F8F4F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
}
@media (min-width: 768px) {
  .recommend .content {
    margin: 15px 15px 45px;
    padding: 15px 25px 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
}
.recommend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (min-width: 768px) {
  .recommend-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 33.33%;
        -ms-flex: 33.33%;
            flex: 33.33%;
  }
}
.recommend-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .recommend-item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recommend-item__image {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .recommend-item__image {
    width: 100%;
  }
}
.recommend-item__title {
  margin-bottom: 4px;
  font-size: 16px;
  letter-spacing: 0.01em;
}
.recommend-item__text {
  letter-spacing: 0.01em;
}

.review .content {
  padding: 15px 15px 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .review .content {
    padding: 15px 15px 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 45px;
  }
}
.review-item__title {
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.01em;
}
.review-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
.review-chart__graph {
  width: 125px;
  height: 125px;
}
.review-chart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .review-chart__item {
    font-size: 16px;
  }
}
.review-chart__item::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #838383;
}
.review-chart__item:nth-child(1)::before {
  background-color: #FF8382;
}
.review-chart__item:nth-child(2)::before {
  background-color: #FFD138;
}
.review-chart__item .name {
  width: 150px;
}
.review-parameter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.review-parameter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.review-parameter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 2.4;
}
@media (min-width: 768px) {
  .review-parameter__item {
    font-size: 16px;
  }
}
.review-parameter span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.review-parameter img {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: calc(100% - 151px);
  max-width: 250px;
}

.m-recommend {
  overflow: hidden;
}
.m-recommend .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px 36px;
}
@media (min-width: 768px) {
  .m-recommend .content {
    padding: 15px 15px 45px;
  }
}
.m-recommend__banner {
  margin-bottom: 60px;
  max-width: 600px;
}
.m-recommend__list {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (min-width: 768px) {
  .m-recommend__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
}
.m-recommend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.m-recommend__item-heading {
  position: relative;
}
.m-recommend__item-heading .num {
  width: 52px;
  height: 74px;
  position: absolute;
  top: -35px;
  left: 15px;
}
.m-recommend__item-heading .heading-image {
  max-width: 600px;
}
@media (min-width: 768px) {
  .m-recommend__item-heading .heading-image {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.m-recommend__item-body {
  text-align: center;
}
@media (min-width: 768px) {
  .m-recommend__item-body {
    text-align: left;
  }
}
.m-recommend__item-title {
  margin-bottom: 16px;
  font-size: 23px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .m-recommend__item-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.m-recommend__menu {
  margin-bottom: 30px;
}
.m-recommend__menu-title {
  margin-bottom: 18px;
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.01em;
}
.m-recommend__menu-image {
  max-width: 600px;
}
@media (min-width: 768px) {
  .m-recommend__menu-image {
    max-width: 100%;
  }
}
.m-recommend__sns-title {
  margin-bottom: 28px;
  text-align: center;
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #B70000;
}
.m-recommend__sns-title .-big {
  font-size: 36px;
}
.m-recommend__sns-image {
  width: calc(100% + 30px);
  height: 430px;
  margin-left: -15px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65% center;
     object-position: 65% center;
}

.sns .content {
  padding: 15px 15px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .sns .content {
    padding: 15px 15px 45px;
  }
}
.sns__banner {
  max-width: 600px;
  margin-bottom: 20px;
}
.sns__button {
  display: block;
  width: 100%;
  max-width: 344px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 100px;
  background: linear-gradient(150deg, #FF00C4 0%, #EA7E00 100%);
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .sns__button:hover {
    opacity: 0.7;
  }
}

.coupon .content {
  padding: 20px 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .coupon .content {
    padding: 30px 15px 45px;
  }
}
.coupon__text {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.01em;
}
.coupon__banner {
  margin-bottom: 10px;
  max-width: 600px;
  -webkit-box-shadow: 3px 5px 0px 0px rgba(198, 198, 198, 0.5019607843);
          box-shadow: 3px 5px 0px 0px rgba(198, 198, 198, 0.5019607843);
}
.coupon__info {
  font-size: 20px;
  letter-spacing: 0.01em;
  color: #FF0000;
  text-align: center;
}
.coupon__info--triangle {
  display: block;
  color: #000000;
}

.report .content {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media (min-width: 768px) {
  .report .content {
    padding: 15px 15px 45px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.report__item {
  padding: 15px;
  max-width: 600px;
  width: 100%;
}
.report__item:not(:last-child) {
  border-bottom: 1px solid #707070;
}
@media (min-width: 768px) {
  .report__item:nth-child(odd) {
    border-right: 1px solid #707070;
  }
}

@media (min-width: 768px) {
  .info .content {
    padding: 15px 15px 45px;
  }
}
.info__table {
  border-collapse: collapse;
  width: 100%;
}
.info__table tr {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3019607843);
}
@media (min-width: 768px) {
  .info__table tr {
    border: none;
  }
}
.info__table th {
  width: 104px;
  padding: 20px 15px;
  background-color: #F8F4F1;
  text-align: left;
  vertical-align: text-top;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #4D4C4C;
}
@media (min-width: 768px) {
  .info__table th {
    width: 170px;
    padding: 6px 8px 5px 8px;
    border: 1px solid #D6D5D1;
    background-color: #F3F2EE;
    font-weight: 700;
    font-size: 16px;
    color: #666666;
    -webkit-box-shadow: 1px 0 0 #FFFFFF inset;
            box-shadow: 1px 0 0 #FFFFFF inset;
  }
}
.info__table td {
  padding: 20px 15px;
  letter-spacing: 0.01em;
  color: #4D4C4C;
}
@media (min-width: 768px) {
  .info__table td {
    padding: 6px 8px 5px 8px;
    border: 1px solid #D6D5D1;
  }
}
.info__table td .-small {
  font-size: 13px;
}/*# sourceMappingURL=style.css.map */