@charset "UTF-8";
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

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

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

.w-control {
  margin: 0 auto;
}
.w-control.w-full {
  width: 100%;
  max-width: 2560px;
}
@media screen and (max-width: 1100px) {
  .w-control.w-full {
    width: 100%;
  }
  .w-control.w-full .w-container {
    width: 93% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.w-control.w-default {
  width: 1920px;
  max-width: 80%;
}
@media screen and (max-width: 1100px) {
  .w-control.w-default {
    width: 93%;
    max-width: 93%;
  }
}
.w-control.w-lg {
  width: 1000px;
  max-width: 80%;
}
@media screen and (max-width: 1100px) {
  .w-control.w-lg {
    width: 93%;
    max-width: 93%;
  }
}
.w-control.w-md {
  width: 800px;
  max-width: 80%;
}
@media screen and (max-width: 1100px) {
  .w-control.w-md {
    width: 93%;
    max-width: 93%;
  }
}

section p {
  font-size: 16px;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif !important;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  section p {
    font-size: 3.75vw;
    line-height: 6.4vw;
  }
}

.shop-bg {
  position: relative;
  z-index: 1;
}
.shop-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 1;
}
.shop-bg section {
  position: relative;
  z-index: 1;
}

header .header_nav ul li.tel {
  background-color: #001843 !important;
}
header .header_nav ul li.tel a {
  color: #fff !important;
}

header .header_nav ul li.web {
  background-color: #ab3030 !important;
}

.shop-common__text-en {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1.6;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
  .shop-common__text-en {
    font-size: 3.75vw;
    line-height: 5.33vw;
  }
}

.shop-common__title h2, .shop-common__title h3, .shop-common__title h4, .shop-common__title p {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .shop-common__title h2, .shop-common__title h3, .shop-common__title h4, .shop-common__title p {
    font-size: 6.5vw;
    line-height: 9.75vw;
  }
}
.shop-common__title h2 span, .shop-common__title h3 span, .shop-common__title h4 span, .shop-common__title p span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .shop-common__title h2 span, .shop-common__title h3 span, .shop-common__title h4 span, .shop-common__title p span {
    font-size: 3.75vw;
    line-height: 5.33vw;
    margin-top: 4px;
  }
}
.shop-common__title h2 ruby rt, .shop-common__title h3 ruby rt, .shop-common__title h4 ruby rt, .shop-common__title p ruby rt {
  font-size: 14px;
  line-height: 1;
  opacity: 0.8;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .shop-common__title h2 ruby rt, .shop-common__title h3 ruby rt, .shop-common__title h4 ruby rt, .shop-common__title p ruby rt {
    margin-bottom: -5px;
    font-size: 12px;
  }
}
.shop-common__title.ta-l h2, .shop-common__title.ta-l h3, .shop-common__title.ta-l h4, .shop-common__title.ta-l p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .shop-common__title.ta-l h2, .shop-common__title.ta-l h3, .shop-common__title.ta-l h4, .shop-common__title.ta-l p {
    text-align: center;
  }
}

.shop-common__button button {
  background-color: #001843;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
}
.shop-common__button button:hover {
  opacity: 0.9;
}
.shop-common__button button a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  position: relative;
}
.shop-common__button button a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.shop-common__button.red-button button {
  background-color: #9f2525;
}
.shop-common__button.white-button button {
  background-color: #ffffff;
}
.shop-common__button.white-button button a {
  color: #001843;
}
.shop-common__button.white-button button a::after {
  border-right: 1px solid #001843;
  border-bottom: 1px solid #001843;
}
.shop-common__button.border-button button {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.shop-common__button.border-button button a {
  color: #ffffff;
}
.shop-common__button.border-button button a::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

/* ============
kv | Key Visual Section
============ */
.kv {
  position: relative;
}

.kvSwiper {
  height: calc(100vh - 70px);
}
.kvSwiper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.kvSwiper .swiper-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}

.key_text {
  top: calc(50% - 20px) !important;
}
@media screen and (max-width: 767px) {
  .key_text {
    top: 0% !important;
    -webkit-transform: translate(-50%, 12%) !important;
            transform: translate(-50%, 12%) !important;
  }
}
.key_text h1 {
  font-size: 48px !important;
  line-height: 1.6 !important;
  letter-spacing: 2px !important;
  font-weight: 300 !important;
  text-shadow: 0px 0px 16px #000 !important;
}
@media screen and (max-width: 750px) {
  .key_text h1 {
    font-size: 11vw !important;
  }
}
.key_text h1 ruby rt {
  font-size: 14px;
  line-height: 1;
  opacity: 0.8;
  text-shadow: 0px 0px 8px #000;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .key_text h1 ruby rt {
    margin-bottom: -5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .key_text p {
    padding: 10px !important;
  }
}
.key_text p.shop-common__text-ja {
  font-size: 18px !important;
  line-height: 2 !important;
  text-shadow: 0px 0px 16px #000 !important;
}
@media screen and (max-width: 750px) {
  .key_text p.shop-common__text-ja {
    margin-top: 10px !important;
    font-size: 4.27vw !important;
    line-height: 7.2vw !important;
  }
}
.key_text p.shop-common__text-en {
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  text-shadow: 0px 0px 16px #000 !important;
}
@media screen and (max-width: 750px) {
  .key_text p.shop-common__text-en {
    font-size: 3.75vw !important;
    line-height: 6.4vw !important;
  }
}

.shop-kv__buttons {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .shop-kv__buttons {
    display: none;
    gap: 30px;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shop-kv__buttons .shop-common__button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shop-kv__buttons .shop-common__button button a {
  padding: 12px 0;
}

.kv__reservation {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .kv__reservation {
    position: relative;
    bottom: 0;
  }
}
.kv__reservation .kv__reservation-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .kv__reservation .kv__reservation-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 0 15px;
  }
}
.kv__reservation .kv__reservation-web {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .kv__reservation .kv__reservation-web {
    width: 100%;
  }
}
.kv__reservation .kv__reservation-web .kv__reservation-title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 15px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .kv__reservation .kv__reservation-web .kv__reservation-title {
    display: none;
    font-size: 4.27vw;
    line-height: 6.4vw;
    text-align: center;
  }
}
.kv__reservation .kv__reservation-web .kv__reservation-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .kv__reservation .kv__reservation-web .kv__reservation-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.kv__reservation .kv__reservation-web .kv__reservation-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .kv__reservation .kv__reservation-web .kv__reservation-inputs {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
.kv__reservation .kv__reservation-web .kv__reservation-input {
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
  background: #ffffff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .kv__reservation .kv__reservation-web .kv__reservation-input {
    font-size: 3.75vw;
    line-height: 5.33vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: auto;
    padding: 10px 12px;
    width: 20%;
  }
}
.kv__reservation .kv__reservation-web .kv__reservation-input:focus {
  outline: none;
  border-color: #001843;
}
.kv__reservation .kv__reservation-web .kv__reservation-input::-webkit-input-placeholder {
  color: #999;
}
.kv__reservation .kv__reservation-web .kv__reservation-input::-moz-placeholder {
  color: #999;
}
.kv__reservation .kv__reservation-web .kv__reservation-input:-ms-input-placeholder {
  color: #999;
}
.kv__reservation .kv__reservation-web .kv__reservation-input::-ms-input-placeholder {
  color: #999;
}
.kv__reservation .kv__reservation-web .kv__reservation-input::placeholder {
  color: #999;
}
.kv__reservation .kv__reservation-web .kv__reservation-button {
  padding: 12px 32px;
  background: #001843;
  color: #ffffff;
  border: none;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .kv__reservation .kv__reservation-web .kv__reservation-button {
    margin-top: 4px;
    text-align: center;
    font-size: 4.27vw;
    line-height: 6.4vw;
    width: 100%;
  }
}
.kv__reservation .kv__reservation-web .kv__reservation-button:hover {
  background: #000610;
}
.kv__reservation .kv__reservation-tel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv__reservation .kv__reservation-tel {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
}
.kv__reservation .kv__reservation-tel .kv__reservation-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .kv__reservation .kv__reservation-tel .kv__reservation-title {
    text-align: center;
    font-size: 5.33vw;
    line-height: 1;
  }
}
.kv__reservation .kv__reservation-tel .kv__reservation-phone {
  font-size: 32px;
  font-weight: 600;
  color: #001843;
  margin: 0;
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  line-height: 1.5;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.2s ease;
  transition: color 0.3s ease, -webkit-transform 0.2s ease;
  transition: color 0.3s ease, transform 0.2s ease;
  transition: color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .kv__reservation .kv__reservation-tel .kv__reservation-phone {
    text-align: center;
    font-size: 8vw;
    line-height: 6.4vw;
  }
}

section#shop-about {
  position: relative;
}
section#shop-about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 1;
}
section#shop-about .section__container {
  /* ============
  見出し・ヘッドライン系スタイル
  ============ */
  /* ============
  テキストエリア系スタイル
  ============ */
  /* ============
  記事・コンテンツエリア
  ============ */
  /* ============
  画像エリア系スタイル
  ============ */
  /* ============
  画像共通スタイル
  ============ */
  /* ============
  共通ユーティリティクラス
  ============ */
  /* ============
  互換性のための旧クラス対応
  ============ */
}
section#shop-about .section__container .contents-column.column2-5, section#shop-about .section__container .contents-column.column2-6 {
  margin-right: auto;
  margin-left: auto;
}
section#shop-about .section__container .contents-column.column2-5 + .contents-column, section#shop-about .section__container .contents-column.column2-6 + .contents-column {
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .contents-column.column2-5 + .contents-column, section#shop-about .section__container .contents-column.column2-6 + .contents-column {
    padding-top: 192px;
  }
}
section#shop-about .section__container .contents-column.column2-5 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .contents-column.column2-5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 184px;
  }
}
section#shop-about .section__container .contents-column.column2-6 {
  position: relative;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .contents-column.column2-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    padding-left: 0;
  }
}
section#shop-about .section__container .contents-column.column2-5 .l-topPoint_headline,
section#shop-about .section__container .contents-column.column2-5 .contents-column__headline,
section#shop-about .section__container .contents-column.column2-6 .l-topPoint_headline,
section#shop-about .section__container .contents-column.column2-6 .contents-column__headline,
section#shop-about .section__container .l-topPoint_wrapper .l-topPoint_headline,
section#shop-about .section__container .l-topPoint_wrapper .contents-column__headline,
section#shop-about .section__container .l-topPoint2_wrapper .l-topPoint_headline,
section#shop-about .section__container .l-topPoint2_wrapper .contents-column__headline {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .contents-column.column2-5 .l-topPoint_headline,
  section#shop-about .section__container .contents-column.column2-5 .contents-column__headline,
  section#shop-about .section__container .contents-column.column2-6 .l-topPoint_headline,
  section#shop-about .section__container .contents-column.column2-6 .contents-column__headline,
  section#shop-about .section__container .l-topPoint_wrapper .l-topPoint_headline,
  section#shop-about .section__container .l-topPoint_wrapper .contents-column__headline,
  section#shop-about .section__container .l-topPoint2_wrapper .l-topPoint_headline,
  section#shop-about .section__container .l-topPoint2_wrapper .contents-column__headline {
    text-align: left;
    margin-bottom: 0;
  }
}
section#shop-about .section__container .contents-column.column2-5 .l-topSection_headline,
section#shop-about .section__container .contents-column.column2-5 .contents-column__subtitle,
section#shop-about .section__container .contents-column.column2-6 .l-topSection_headline,
section#shop-about .section__container .contents-column.column2-6 .contents-column__subtitle,
section#shop-about .section__container .l-topPoint_wrapper .l-topSection_headline,
section#shop-about .section__container .l-topPoint_wrapper .contents-column__subtitle,
section#shop-about .section__container .l-topPoint2_wrapper .l-topSection_headline,
section#shop-about .section__container .l-topPoint2_wrapper .contents-column__subtitle {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1rem;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .contents-column.column2-5 .l-topSection_headline,
  section#shop-about .section__container .contents-column.column2-5 .contents-column__subtitle,
  section#shop-about .section__container .contents-column.column2-6 .l-topSection_headline,
  section#shop-about .section__container .contents-column.column2-6 .contents-column__subtitle,
  section#shop-about .section__container .l-topPoint_wrapper .l-topSection_headline,
  section#shop-about .section__container .l-topPoint_wrapper .contents-column__subtitle,
  section#shop-about .section__container .l-topPoint2_wrapper .l-topSection_headline,
  section#shop-about .section__container .l-topPoint2_wrapper .contents-column__subtitle {
    margin-bottom: 0;
  }
}
section#shop-about .section__container .contents-column.column2-5 .l-topSection_copy,
section#shop-about .section__container .contents-column.column2-5 .contents-column__title,
section#shop-about .section__container .contents-column.column2-6 .l-topSection_copy,
section#shop-about .section__container .contents-column.column2-6 .contents-column__title,
section#shop-about .section__container .l-topPoint_wrapper .l-topSection_copy,
section#shop-about .section__container .l-topPoint_wrapper .contents-column__title,
section#shop-about .section__container .l-topPoint2_wrapper .l-topSection_copy,
section#shop-about .section__container .l-topPoint2_wrapper .contents-column__title {
  font-size: 1.4rem;
  margin-top: 32px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .contents-column.column2-5 .l-topSection_copy,
  section#shop-about .section__container .contents-column.column2-5 .contents-column__title,
  section#shop-about .section__container .contents-column.column2-6 .l-topSection_copy,
  section#shop-about .section__container .contents-column.column2-6 .contents-column__title,
  section#shop-about .section__container .l-topPoint_wrapper .l-topSection_copy,
  section#shop-about .section__container .l-topPoint_wrapper .contents-column__title,
  section#shop-about .section__container .l-topPoint2_wrapper .l-topSection_copy,
  section#shop-about .section__container .l-topPoint2_wrapper .contents-column__title {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
section#shop-about .section__container .contents-column.column2-5 .l-topPoint_textArea,
section#shop-about .section__container .contents-column.column2-5 .contents-column__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  section#shop-about .section__container .contents-column.column2-5 .l-topPoint_textArea,
  section#shop-about .section__container .contents-column.column2-5 .contents-column__text {
    width: 93%;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .contents-column.column2-5 .l-topPoint_textArea,
  section#shop-about .section__container .contents-column.column2-5 .contents-column__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    z-index: 10;
    width: 50%;
    padding: 0 50px 0 5%;
  }
}
section#shop-about .section__container .contents-column.column2-6 .l-topPoint2_textArea,
section#shop-about .section__container .contents-column.column2-6 .contents-column__text {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  section#shop-about .section__container .contents-column.column2-6 .l-topPoint2_textArea,
  section#shop-about .section__container .contents-column.column2-6 .contents-column__text {
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  section#shop-about .section__container .contents-column.column2-6 .l-topPoint2_textArea,
  section#shop-about .section__container .contents-column.column2-6 .contents-column__text {
    width: 93%;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .contents-column.column2-6 .l-topPoint2_textArea,
  section#shop-about .section__container .contents-column.column2-6 .contents-column__text {
    width: 30%;
    padding: 0 0% 0 50px;
  }
}
section#shop-about .section__container .contents-column.column2-5 .l-topSection_article,
section#shop-about .section__container .contents-column.column2-5 .l-topPoint_article,
section#shop-about .section__container .contents-column.column2-5 .l-topPoint2_article,
section#shop-about .section__container .contents-column.column2-5 .contents-column__content,
section#shop-about .section__container .contents-column.column2-6 .l-topSection_article,
section#shop-about .section__container .contents-column.column2-6 .l-topPoint_article,
section#shop-about .section__container .contents-column.column2-6 .l-topPoint2_article,
section#shop-about .section__container .contents-column.column2-6 .contents-column__content,
section#shop-about .section__container .l-topPoint_wrapper .l-topSection_article,
section#shop-about .section__container .l-topPoint_wrapper .l-topPoint_article,
section#shop-about .section__container .l-topPoint_wrapper .l-topPoint2_article,
section#shop-about .section__container .l-topPoint_wrapper .contents-column__content,
section#shop-about .section__container .l-topPoint2_wrapper .l-topSection_article,
section#shop-about .section__container .l-topPoint2_wrapper .l-topPoint_article,
section#shop-about .section__container .l-topPoint2_wrapper .l-topPoint2_article,
section#shop-about .section__container .l-topPoint2_wrapper .contents-column__content {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .contents-column.column2-5 .l-topSection_article,
  section#shop-about .section__container .contents-column.column2-5 .l-topPoint_article,
  section#shop-about .section__container .contents-column.column2-5 .l-topPoint2_article,
  section#shop-about .section__container .contents-column.column2-5 .contents-column__content,
  section#shop-about .section__container .contents-column.column2-6 .l-topSection_article,
  section#shop-about .section__container .contents-column.column2-6 .l-topPoint_article,
  section#shop-about .section__container .contents-column.column2-6 .l-topPoint2_article,
  section#shop-about .section__container .contents-column.column2-6 .contents-column__content,
  section#shop-about .section__container .l-topPoint_wrapper .l-topSection_article,
  section#shop-about .section__container .l-topPoint_wrapper .l-topPoint_article,
  section#shop-about .section__container .l-topPoint_wrapper .l-topPoint2_article,
  section#shop-about .section__container .l-topPoint_wrapper .contents-column__content,
  section#shop-about .section__container .l-topPoint2_wrapper .l-topSection_article,
  section#shop-about .section__container .l-topPoint2_wrapper .l-topPoint_article,
  section#shop-about .section__container .l-topPoint2_wrapper .l-topPoint2_article,
  section#shop-about .section__container .l-topPoint2_wrapper .contents-column__content {
    margin-top: 28px;
  }
}
section#shop-about .section__container .contents-column.column2-5 .c-paragraph,
section#shop-about .section__container .contents-column.column2-5 p,
section#shop-about .section__container .contents-column.column2-6 .c-paragraph,
section#shop-about .section__container .contents-column.column2-6 p,
section#shop-about .section__container .l-topPoint_wrapper .c-paragraph,
section#shop-about .section__container .l-topPoint_wrapper p,
section#shop-about .section__container .l-topPoint2_wrapper .c-paragraph,
section#shop-about .section__container .l-topPoint2_wrapper p {
  margin-top: 20px;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section#shop-about .section__container .contents-column.column2-5 .c-paragraph,
  section#shop-about .section__container .contents-column.column2-5 p,
  section#shop-about .section__container .contents-column.column2-6 .c-paragraph,
  section#shop-about .section__container .contents-column.column2-6 p,
  section#shop-about .section__container .l-topPoint_wrapper .c-paragraph,
  section#shop-about .section__container .l-topPoint_wrapper p,
  section#shop-about .section__container .l-topPoint2_wrapper .c-paragraph,
  section#shop-about .section__container .l-topPoint2_wrapper p {
    margin-top: 32px;
    line-height: 6.4vw;
  }
}
section#shop-about .section__container .contents-column.column2-5 .c-paragraph:first-of-type,
section#shop-about .section__container .contents-column.column2-5 p:first-of-type,
section#shop-about .section__container .contents-column.column2-6 .c-paragraph:first-of-type,
section#shop-about .section__container .contents-column.column2-6 p:first-of-type,
section#shop-about .section__container .l-topPoint_wrapper .c-paragraph:first-of-type,
section#shop-about .section__container .l-topPoint_wrapper p:first-of-type,
section#shop-about .section__container .l-topPoint2_wrapper .c-paragraph:first-of-type,
section#shop-about .section__container .l-topPoint2_wrapper p:first-of-type {
  margin-top: 0;
}
section#shop-about .section__container .contents-column.column2-5 .l-topPoint_imageArea,
section#shop-about .section__container .contents-column.column2-5 .contents-column__visual {
  position: relative;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  aspect-ratio: 3/4;
  height: auto;
  aspect-ratio: 1/1;
}
section#shop-about .section__container .contents-column.column2-5 .l-topPoint_imageArea img,
section#shop-about .section__container .contents-column.column2-5 .contents-column__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  section#shop-about .section__container .contents-column.column2-5 .l-topPoint_imageArea,
  section#shop-about .section__container .contents-column.column2-5 .contents-column__visual {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .contents-column.column2-5 .l-topPoint_imageArea,
  section#shop-about .section__container .contents-column.column2-5 .contents-column__visual {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
    margin-left: 10%;
  }
}
section#shop-about .section__container .contents-column.column2-5 .l-topPoint_imageArea2,
section#shop-about .section__container .contents-column.column2-5 .contents-column__visual-sub {
  position: relative;
  overflow: hidden;
  z-index: 1;
  aspect-ratio: 1/1;
}
section#shop-about .section__container .contents-column.column2-5 .l-topPoint_imageArea2 img,
section#shop-about .section__container .contents-column.column2-5 .contents-column__visual-sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .contents-column.column2-5 .l-topPoint_imageArea2,
  section#shop-about .section__container .contents-column.column2-5 .contents-column__visual-sub {
    position: absolute;
    bottom: 0%;
    right: calc(37% - 60px);
    width: 16.93%;
    min-width: 215px;
  }
}
section#shop-about .section__container .contents-column.column2-6 .l-topPoint2_imageArea,
section#shop-about .section__container .contents-column.column2-6 .contents-column__visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1.414/1;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .contents-column.column2-6 .l-topPoint2_imageArea,
  section#shop-about .section__container .contents-column.column2-6 .contents-column__visual {
    width: 40%;
    margin-left: 10%;
  }
}
section#shop-about .section__container .contents-column.column2-6 .l-topPoint_imageArea3,
section#shop-about .section__container .contents-column.column2-6 .contents-column__visual-sub {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .contents-column.column2-6 .l-topPoint_imageArea3,
  section#shop-about .section__container .contents-column.column2-6 .contents-column__visual-sub {
    position: absolute;
    top: 3%;
    right: 0;
    width: 16.93%;
    min-width: 215px;
  }
}
section#shop-about .section__container .contents-column.column2-5 .l-topPoint_imageArea .c-digestVideo,
section#shop-about .section__container .contents-column.column2-5 .l-topPoint_imageArea img,
section#shop-about .section__container .contents-column.column2-5 .l-topPoint2_imageArea .c-digestVideo,
section#shop-about .section__container .contents-column.column2-5 .l-topPoint2_imageArea img,
section#shop-about .section__container .contents-column.column2-5 .contents-column__visual .c-digestVideo,
section#shop-about .section__container .contents-column.column2-5 .contents-column__visual img,
section#shop-about .section__container .contents-column.column2-6 .l-topPoint_imageArea .c-digestVideo,
section#shop-about .section__container .contents-column.column2-6 .l-topPoint_imageArea img,
section#shop-about .section__container .contents-column.column2-6 .l-topPoint2_imageArea .c-digestVideo,
section#shop-about .section__container .contents-column.column2-6 .l-topPoint2_imageArea img,
section#shop-about .section__container .contents-column.column2-6 .contents-column__visual .c-digestVideo,
section#shop-about .section__container .contents-column.column2-6 .contents-column__visual img,
section#shop-about .section__container .l-topPoint_wrapper .l-topPoint_imageArea .c-digestVideo,
section#shop-about .section__container .l-topPoint_wrapper .l-topPoint_imageArea img,
section#shop-about .section__container .l-topPoint_wrapper .l-topPoint2_imageArea .c-digestVideo,
section#shop-about .section__container .l-topPoint_wrapper .l-topPoint2_imageArea img,
section#shop-about .section__container .l-topPoint_wrapper .contents-column__visual .c-digestVideo,
section#shop-about .section__container .l-topPoint_wrapper .contents-column__visual img,
section#shop-about .section__container .l-topPoint2_wrapper .l-topPoint_imageArea .c-digestVideo,
section#shop-about .section__container .l-topPoint2_wrapper .l-topPoint_imageArea img,
section#shop-about .section__container .l-topPoint2_wrapper .l-topPoint2_imageArea .c-digestVideo,
section#shop-about .section__container .l-topPoint2_wrapper .l-topPoint2_imageArea img,
section#shop-about .section__container .l-topPoint2_wrapper .contents-column__visual .c-digestVideo,
section#shop-about .section__container .l-topPoint2_wrapper .contents-column__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 55%;
     object-position: center 55%;
}
section#shop-about .section__container .contents-column.column2-5 .l-topPoint_imageArea2 img,
section#shop-about .section__container .contents-column.column2-5 .l-topPoint_imageArea3 img,
section#shop-about .section__container .contents-column.column2-5 .contents-column__visual-sub img,
section#shop-about .section__container .contents-column.column2-6 .l-topPoint_imageArea2 img,
section#shop-about .section__container .contents-column.column2-6 .l-topPoint_imageArea3 img,
section#shop-about .section__container .contents-column.column2-6 .contents-column__visual-sub img,
section#shop-about .section__container .l-topPoint_wrapper .l-topPoint_imageArea2 img,
section#shop-about .section__container .l-topPoint_wrapper .l-topPoint_imageArea3 img,
section#shop-about .section__container .l-topPoint_wrapper .contents-column__visual-sub img,
section#shop-about .section__container .l-topPoint2_wrapper .l-topPoint_imageArea2 img,
section#shop-about .section__container .l-topPoint2_wrapper .l-topPoint_imageArea3 img,
section#shop-about .section__container .l-topPoint2_wrapper .contents-column__visual-sub img {
  width: 100%;
  height: auto;
}
section#shop-about .section__container [data-u-show=SPTB],
section#shop-about .section__container .sp {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container [data-u-show=SPTB],
  section#shop-about .section__container .sp {
    display: none !important;
  }
}
section#shop-about .section__container [data-u-show=onlyPC],
section#shop-about .section__container .pc {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container [data-u-show=onlyPC],
  section#shop-about .section__container .pc {
    display: block !important;
  }
}
section#shop-about .section__container .l-topPoint_wrapper {
  padding-top: 80px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .l-topPoint_wrapper {
    padding-top: 192px;
  }
}
section#shop-about .section__container .l-topPoint_wrapper + .l-topPoint_wrapper {
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .l-topPoint_wrapper + .l-topPoint_wrapper {
    padding-top: 192px;
  }
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .l-topPoint_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .l-topPoint_wrapper.pb {
    padding-bottom: 184px;
  }
}
section#shop-about .section__container .l-topPoint2_wrapper {
  padding-top: 80px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .l-topPoint2_wrapper {
    padding-top: 192px;
  }
}
section#shop-about .section__container .l-topPoint2_wrapper + .l-topPoint2_wrapper {
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .l-topPoint2_wrapper + .l-topPoint2_wrapper {
    padding-top: 192px;
  }
}
@media screen and (min-width: 1024px) {
  section#shop-about .section__container .l-topPoint2_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    padding-left: 0;
  }
}

/* ============
shop-slide
============ */
@media screen and (max-width: 767px) {
  section#shop-slide {
    padding-top: 30px;
  }
}
section#shop-slide .section__container .shop-slide__contents {
  margin-top: 48px;
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper {
  position: relative;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper {
    padding: 0 0px;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-next,
section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-prev {
  color: #ffffff;
  background: #001843;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 12px rgba(194, 24, 91, 0.3);
          box-shadow: 0 4px 12px rgba(194, 24, 91, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-next:after,
section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-next:hover,
section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-prev:hover {
  background: #000610;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 6px 16px rgba(194, 24, 91, 0.4);
          box-shadow: 0 6px 16px rgba(194, 24, 91, 0.4);
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-next:active,
section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-prev:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
@media screen and (max-width: 767px) {
  section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-next,
  section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-next:after,
  section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-prev:after {
    font-size: 3.75vw;
  }
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-next {
  right: 260px;
}
@media screen and (max-width: 767px) {
  section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-next {
    right: 0;
  }
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-prev {
  left: 260px;
}
@media screen and (max-width: 767px) {
  section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-prev {
    left: 0;
  }
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__swiper .swiper-button-disabled:hover {
  -webkit-transform: none;
          transform: none;
  background: #001843;
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__item {
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.7s ease, -webkit-box-shadow 0.7s ease;
  transition: -webkit-transform 0.7s ease, -webkit-box-shadow 0.7s ease;
  transition: transform 0.7s ease, box-shadow 0.7s ease;
  transition: transform 0.7s ease, box-shadow 0.7s ease, -webkit-transform 0.7s ease, -webkit-box-shadow 0.7s ease;
  height: 100%;
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-image {
  aspect-ratio: 2/1;
  overflow: hidden;
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text {
  margin-top: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text {
    margin-top: 12px;
  }
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text .shop-common__title {
  margin-bottom: 24px;
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text .shop-common__title h4 {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text .shop-common__title h4 {
    font-size: 5.33vw;
    line-height: 8vw;
  }
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text .shop-slide__item-description {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text .shop-slide__item-description {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text .shop-slide__item-description p {
  line-height: 1.7;
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text .shop-slide__item-scene {
  background-color: #f8f9fa;
  padding: 16px;
  position: relative;
  z-index: 1;
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text .shop-slide__item-scene:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text .shop-slide__item-scene {
    padding: 16px 12px;
  }
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text .shop-slide__item-scene .shop-slide__item-scene-title {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-bottom: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text .shop-slide__item-scene .shop-slide__item-scene-title {
    font-size: 4.27vw;
    line-height: 6.4vw;
  }
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text .shop-slide__item-scene .shop-slide__item-scene-title:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #001843;
}
section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text .shop-slide__item-scene .shop-slide__item-scene-description {
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
}
@media screen and (max-width: 767px) {
  section#shop-slide .section__container .shop-slide__contents .shop-slide__item .shop-slide__item-text .shop-slide__item-scene .shop-slide__item-scene-description {
    font-size: 3.75vw;
    line-height: 6.4vw;
  }
}

section#cta.cta2 {
  position: relative;
  margin-top: 20px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  section#cta.cta2 {
    padding: 60px 0;
  }
}
section#cta.cta2 .cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
section#cta.cta2 .cta-background__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#cta.cta2 .section__container {
  max-width: 90%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2%;
  position: relative;
}
@media screen and (max-width: 767px) {
  section#cta.cta2 .section__container {
    max-width: 95%;
    padding: 3%;
  }
}
section#cta.cta2 .cta__text {
  margin-top: 48px;
  text-align: center;
  position: relative;
}
section#cta.cta2 .cta__text .cta__text-star {
  position: absolute;
  top: 40px;
  left: calc(50% - 165px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 18px;
  font-weight: 500;
  color: #DEB513;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  section#cta.cta2 .cta__text .cta__text-star {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    font-size: 4.8vw;
    line-height: 7.2vw;
    text-align: center;
  }
}
section#cta.cta2 .cta__text .cta__text-title {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  section#cta.cta2 .cta__text .cta__text-title {
    font-size: 6.4vw;
  }
}
section#cta.cta2 .cta__text .cta__text-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#BBC200), to(#BBC200));
  background: linear-gradient(90deg, #BBC200 0%, #BBC200 100%);
  z-index: 0;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  section#cta.cta2 .cta__text .cta__text-title::after {
    display: none;
  }
}
section#cta.cta2 .cta__text .cta__text-title span {
  margin-left: 10px;
  font-size: 110px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section#cta.cta2 .cta__text .cta__text-title span {
    font-size: 20vw;
    display: block;
  }
}
section#cta.cta2 .cta__text .cta__text-title span span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  section#cta.cta2 .cta__text .cta__text-title span span {
    font-size: 4.8vw;
    display: inline-block;
  }
}
section#cta.cta2 .cta__text .cta__text-description {
  font-size: 22px;
  line-height: 1.5;
  margin-top: 32px;
  letter-spacing: 2px;
}
@media screen and (max-width: 750px) {
  section#cta.cta2 .cta__text .cta__text-description {
    font-size: 4.87vw;
    line-height: 8.8vw;
  }
}
section#cta.cta2 .cta__review {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 64px;
}
@media screen and (max-width: 1100px) {
  section#cta.cta2 .cta__review {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 32px;
  }
}
section#cta.cta2 .cta__review .cta__review-item {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px;
  border-radius: 4px;
}
section#cta.cta2 .cta__review .cta__review-item .cta__review-item-title {
  font-size: 16px;
  font-weight: 500;
  color: #001843;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  section#cta.cta2 .cta__review .cta__review-item .cta__review-item-title {
    font-size: 4.27vw;
    line-height: 6.4vw;
  }
}
section#cta.cta2 .cta__review .cta__review-item .cta__review-item-star {
  font-size: 18px;
  font-weight: 500;
  color: #DEB513;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  section#cta.cta2 .cta__review .cta__review-item .cta__review-item-star {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}
section#cta.cta2 .cta__review .cta__review-item .cta__review-item-description {
  margin-top: 12px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  section#cta.cta2 .cta__review .cta__review-item .cta__review-item-description {
    font-size: 3.75vw;
    line-height: 5.33vw;
  }
}

/* ============
shop-menu
============ */
section#shop-menu .section__container .shop-menu__intro {
  margin-top: 24px;
}
section#shop-menu .section__container .shop-menu__intro p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#shop-menu .section__container .shop-menu__intro p {
    text-align: left;
  }
}
section#shop-menu .section__container .shop-menu__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  section#shop-menu .section__container .shop-menu__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
section#shop-menu .section__container .shop-menu__items .shop-menu__item .shop-menu__item-image {
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
}
section#shop-menu .section__container .shop-menu__items .shop-menu__item .shop-menu__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#shop-menu .section__container .shop-menu__items .shop-menu__item .shop-menu__item-text {
  margin-top: 12px;
}
section#shop-menu .section__container .shop-menu__items .shop-menu__item .shop-menu__item-text .shop-menu__item-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  section#shop-menu .section__container .shop-menu__items .shop-menu__item .shop-menu__item-text .shop-menu__item-title {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}
section#shop-menu .section__container .shop-menu__items .shop-menu__item .shop-menu__item-text .shop-menu__item-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #001843;
}
@media screen and (max-width: 750px) {
  section#shop-menu .section__container .shop-menu__items .shop-menu__item .shop-menu__item-text .shop-menu__item-title {
    font-size: 4.5vw;
  }
}
section#shop-menu .section__container .shop-menu__items .shop-menu__item .shop-menu__item-text .shop-menu__item-button {
  margin-top: 32px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  section#shop-menu .section__container .shop-menu__items .shop-menu__item .shop-menu__item-text .shop-menu__item-button {
    width: 100%;
  }
}
/* ============
shop-faq
============ */
#shop-faq {
  padding-top: 48px;
}
#shop-faq .faq-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin-top: 48px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #shop-faq .faq-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
  }
}
#shop-faq .faq-tabs .faq-tab-button {
  padding: 12px 32px;
  border: none;
  border: 1px solid #001843;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #001843;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
}
@media screen and (max-width: 767px) {
  #shop-faq .faq-tabs .faq-tab-button {
    padding: 14px 20px;
    font-size: 3.75vw;
    line-height: 5.33vw;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    border-right: none;
  }
}
#shop-faq .faq-tabs .faq-tab-button:hover {
  color: #ffffff;
  background: #001843;
}
#shop-faq .faq-tabs .faq-tab-button.active {
  color: #ffffff;
  background: #001843;
}
#shop-faq .faq-tab-content {
  position: relative;
  min-height: 400px;
}
#shop-faq .faq-tab-content .faq-tab-panel {
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#shop-faq .faq-tab-content .faq-tab-panel.active {
  opacity: 1;
  display: block;
}
#shop-faq .contents-faq.faq3 {
  margin-top: 32px;
}
#shop-faq .contents-faq.faq3 .faq-item {
  margin-bottom: 15px;
}
#shop-faq .contents-faq.faq3 .faq-item:last-child {
  margin-bottom: 0;
}
#shop-faq .contents-faq.faq3 .faq-item .faq-item__question {
  position: relative;
  padding: 12px 20px;
  border-bottom: 1px solid #001843;
  color: #001843;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #shop-faq .contents-faq.faq3 .faq-item .faq-item__question {
    padding: 20px 10px;
    font-size: 3.75vw;
    line-height: 6.4vw;
  }
}
#shop-faq .contents-faq.faq3 .faq-item .faq-item__answer {
  background-color: rgba(238, 238, 238, 0.5);
  padding: 20px;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #shop-faq .contents-faq.faq3 .faq-item .faq-item__answer {
    font-size: 4.27vw;
    line-height: 6.4vw;
  }
}
#shop-faq .contents-faq.faq3 .faq-item .faq-item__answer p {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  margin: 0;
}

/* ============
shop-shops
============ */
#shop-shops {
  padding: 0;
}
#shop-shops .section__container {
  background-color: #fff;
  padding: 96px 0;
}
@media screen and (max-width: 750px) {
  #shop-shops .section__container {
    padding: 48px 0;
  }
}
#shop-shops .shop-shops__intro {
  margin-top: 32px;
}
#shop-shops .shop-shops__intro p {
  text-align: center;
}
#shop-shops .shop-shops__items {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  #shop-shops .shop-shops__items {
    gap: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#shop-shops .shop-shops__items .shop-shops__item {
  width: calc((100% - 96px) / 4);
}
@media screen and (max-width: 750px) {
  #shop-shops .shop-shops__items .shop-shops__item {
    width: calc((100% - 8px) / 2);
    margin-bottom: 24px;
  }
  #shop-shops .shop-shops__items .shop-shops__item:last-child {
    margin-bottom: 0;
  }
}
#shop-shops .shop-shops__items .shop-shops__item .shop-shops__item-image {
  width: 100%;
  aspect-ratio: 4/3;
}
#shop-shops .shop-shops__items .shop-shops__item .shop-shops__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#shop-shops .shop-shops__items .shop-shops__item .shop-shops__item-text {
  margin-top: 8px;
}
#shop-shops .shop-shops__items .shop-shops__item .shop-shops__item-text .shop-shops__item-title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  #shop-shops .shop-shops__items .shop-shops__item .shop-shops__item-text .shop-shops__item-title {
    font-size: 4.25vw;
  }
}
#shop-shops .shop-shops__items .shop-shops__item .shop-shops__item-text .shop-shops__item-title span {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  #shop-shops .shop-shops__items .shop-shops__item .shop-shops__item-text .shop-shops__item-title span {
    font-size: 3.75vw;
    line-height: 5.33vw;
  }
}

/* ============
shop-reason
============ */
.shop-reason__items {
  margin: 80px auto 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .shop-reason__items {
    margin-top: 40px;
  }
}
.shop-reason__items .shop-reasho__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 70px 0;
  gap: 60px;
  margin-bottom: 70px;
  /* 偶数番目のレイアウトを反転 */
}
.shop-reason__items .shop-reasho__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .shop-reason__items .shop-reasho__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.3vw 0 0;
    margin-bottom: 40px;
  }
}
.shop-reason__items .shop-reasho__item .shop-reason__bgimage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 350px;
  aspect-ratio: 1/2;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .shop-reason__items .shop-reasho__item .shop-reason__bgimage {
    width: 45%;
    height: 74vw;
  }
}
.shop-reason__items .shop-reasho__item .shop-reason__bgimage picture {
  width: 100%;
  height: 100%;
}
.shop-reason__items .shop-reasho__item .shop-reason__bgimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-reason__items .shop-reasho__item .shop-reason__image {
  height: 100%;
  width: 52%;
  padding-left: 5%;
  aspect-ratio: 3/2;
}
.shop-reason__items .shop-reasho__item .shop-reason__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .shop-reason__items .shop-reasho__item .shop-reason__image {
    padding-left: 3%;
    padding-right: 3%;
    width: 100%;
  }
}
.shop-reason__items .shop-reasho__item .shop-reason__text {
  width: 48%;
  position: relative;
  z-index: 1;
  padding-right: 5%;
}
@media screen and (max-width: 1100px) {
  .shop-reason__items .shop-reasho__item .shop-reason__text {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
.shop-reason__items .shop-reasho__item .shop-reason__text .shop-common__title h4 {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .shop-reason__items .shop-reasho__item .shop-reason__text .shop-common__title h4 {
    font-size: 5.33vw;
    line-height: 8vw;
  }
}
.shop-reason__items .shop-reasho__item .shop-reason__text .shop-common__title h4 span {
  margin-top: 10px;
}
.shop-reason__items .shop-reasho__item .shop-reason__text .shop-common__title h4 span.caution {
  font-size: 16px;
  display: inline-block;
  margin: 0 4px;
}
.shop-reason__items .shop-reasho__item .shop-reason__text .shop-reason__description {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .shop-reason__items .shop-reasho__item .shop-reason__text .shop-reason__description {
    font-size: 3.75vw;
    line-height: 6.4vw;
  }
}
.shop-reason__items .shop-reasho__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.shop-reason__items .shop-reasho__item:nth-of-type(2n) .shop-reason__bgimage {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1100px) {
  .shop-reason__items .shop-reasho__item:nth-of-type(2n) .shop-reason__bgimage {
    right: 0;
  }
}
.shop-reason__items .shop-reasho__item:nth-of-type(2n) .shop-reason__image {
  padding-left: 0;
  padding-right: 5%;
}
@media screen and (max-width: 1100px) {
  .shop-reason__items .shop-reasho__item:nth-of-type(2n) .shop-reason__image {
    padding-right: 3%;
    padding-left: 3%;
  }
}
.shop-reason__items .shop-reasho__item:nth-of-type(2n) .shop-reason__text {
  padding-right: 0;
  padding-left: 5%;
}
@media screen and (max-width: 1100px) {
  .shop-reason__items .shop-reasho__item:nth-of-type(2n) .shop-reason__text {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 1100px) {
  .shop-reason__items .shop-reasho__item:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.shop-reason__buttons {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .shop-reason__buttons {
    gap: 30px;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shop-reason__buttons .shop-common__button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shop-reason__buttons .shop-common__button button a {
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .shop-reason__buttons .shop-common__button button a {
    padding: 8px 0;
  }
}

.fixed-reservation {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .fixed-reservation {
    display: block;
  }
}
.fixed-reservation .fixed-reservation__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 60px;
}
.fixed-reservation .fixed-reservation__web,
.fixed-reservation .fixed-reservation__tel {
  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;
  text-decoration: none;
  font-size: 3.75vw;
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: none;
  position: relative;
}
.fixed-reservation .fixed-reservation__web:hover,
.fixed-reservation .fixed-reservation__tel:hover {
  opacity: 0.8;
}
.fixed-reservation .fixed-reservation__web:active,
.fixed-reservation .fixed-reservation__tel:active {
  opacity: 0.6;
}
.fixed-reservation .fixed-reservation__web:before, .fixed-reservation .fixed-reservation__web:after,
.fixed-reservation .fixed-reservation__tel:before,
.fixed-reservation .fixed-reservation__tel:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 1px;
  background: currentColor;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.fixed-reservation .fixed-reservation__web:before,
.fixed-reservation .fixed-reservation__tel:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.fixed-reservation .fixed-reservation__web:after,
.fixed-reservation .fixed-reservation__tel:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.fixed-reservation .fixed-reservation__web {
  background: #ab3030;
  color: #ffffff;
}
.fixed-reservation .fixed-reservation__web:after {
  color: #ffffff;
}
.fixed-reservation .fixed-reservation__tel {
  background: #001843;
  color: #fff;
}
.fixed-reservation .fixed-reservation__tel:after {
  color: #fff;
}
.fixed-reservation .fixed-reservation__text {
  font-size: 3.75vw;
  line-height: 5.33vw;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
}

.reservation-header {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  background: #001843;
  z-index: 999;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
}
.reservation-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reservation-header {
    padding: 12px 0;
    display: none;
  }
}
.reservation-header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .reservation-header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 0 16px;
  }
}
.reservation-header__text {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  color: #ffffff;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
}
@media screen and (max-width: 767px) {
  .reservation-header__text {
    font-size: 3.75vw;
    display: none;
  }
}
.reservation-header__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .reservation-header__form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.reservation-header__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .reservation-header__inputs {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.reservation-header__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background: #ffffff;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.reservation-header__input:focus {
  outline: none;
  border-color: #001843;
}
@media screen and (max-width: 767px) {
  .reservation-header__input {
    width: 100%;
    padding: 12px;
    font-size: 3.75vw;
  }
}
.reservation-header__button {
  padding: 10px 32px;
  background: #ffffff;
  color: #001843;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.reservation-header__button:active {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .reservation-header__button {
    width: 100%;
    padding: 12px;
    font-size: 3.75vw;
  }
}

section.shop_list {
  padding-bottom: 0;
}

section.access .shop_info_content .shop_info_table td .btns .tell_btn {
  background: #001843 !important;
  color: #fff !important;
}

section.access .shop_info_content .shop_info_table td .btns .online_btn {
  background: #ab3030 !important;
  color: #fff !important;
}