@charset "UTF-8";
:root {
  --blackColor: #191919;
  --maniColor: #700000;
  --whiteColor: #F8F8F8;
}

* {
  color: #000;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.5px;
}

img {
  width: 100%;
}

html,
body {
  overflow-x: hidden;
}

.pc__enable {
  display: block;
}
@media (max-width: 767px) {
  .pc__enable {
    display: none;
  }
}

.sp__enable {
  display: none;
}
@media (max-width: 767px) {
  .sp__enable {
    display: block;
  }
}

.br__sp {
  display: none;
}

.br__pc {
  display: block;
}

.header__wrap {
  width: 100%;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
}
.header__logo-img {
  display: block;
  max-width: 72px;
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__nav-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--blackColor);
}
.header__nav-reservation {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  color: #C50000;
  border: 1px solid #C50000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 176px;
  height: 36px;
  padding: 8px 16px;
  transition: color 0.4s ease, background 0.4s ease;
}
.header__nav-reservation::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/iconReservationArrow.png) no-repeat center/cover;
  transition: background 0.4s ease;
}
.header__nav-reservation:hover {
  color: #fff;
  background: #C50000;
}
.header__nav-reservation:hover::after {
  background: url(../images/iconReservationArrowOver.png) no-repeat center/cover;
}

.hero__section {
  width: calc(100% - 48px);
  margin: 104px auto 144px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.hero__logo {
  max-width: 120px;
  position: absolute;
  z-index: 9997;
  top: 56px;
  right: 56px;
}
.hero__catch-01, .hero__catch-02 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 2.1px;
  writing-mode: vertical-rl;
  position: absolute;
  background: #fff;
  border-radius: 4px;
  padding: 23px 12px;
  z-index: 1100;
}
.hero__catch-01 {
  top: 56px;
  left: 123px;
}
.hero__catch-02 {
  top: 300px;
  left: 56px;
}
.hero__slider-el {
  height: clamp(40rem, 17.963rem + 25.81vw, 48.938rem);
}
.hero__slider-el img {
  height: 100vh;
  transform: scale(1);
  transition: transform 10s linear;
  will-change: transform;
  backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1366/768;
}
.hero__slider-el:not(.slick-active) img {
  animation: none;
}

#hero__slider.is-started .hero__slider-el.slick-active img {
  transform: scale(1.2);
  transition: transform 3s linear;
}

.slick-track {
  display: flex;
}

.campaign__section {
  margin-bottom: 120px;
}
.campaign__inner {
  margin: 0 auto;
  /* padding: 0 40px; */
}
.campaign__head {
  text-align: center;
  margin-bottom: 64px;
}
.campaign__h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .campaign__h2 {
    font-size: 24px;
  }
}
.campaign__h2::after {
  content: "";
  display: block;
  width: 239px;
  margin-top: 8px;
  border-bottom: 2px dotted #700000;
}
.campaign__sub {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2.1px;
}
@media (max-width: 767px) {
  .campaign__sub {
    font-size: 22px;
  }
}
.campaign__sliderWrap {
  position: relative;
}
.campaign__slider {
  /* .slick-list {
      overflow: visible;
  } */
}
.campaign__slide {
  /* width: 592px; */
  /* margin-right: 32px; */
  margin: 0 8px;
}
.campaign__link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.campaign__link:hover .campaign__picture img {
  scale: 1.2;
}
.campaign__link:hover .campaign__thumbIcon {
  background: url(../images/iconCampaignArrowOver.png) no-repeat center/cover;
}
.campaign__thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.campaign__picture {
  display: block;
}
.campaign__picture img {
  transition: scale 0.4s ease;
}
.campaign__picture img {
  width: 100%;
  height: auto;
  display: block;
}
.campaign__thumbIcon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 64px;
  height: 64px;
  background: url(../images/iconCampaignArrow.png) no-repeat center/cover;
  transition: background 0.4s ease;
}
.campaign__title {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 2;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
  line-height: 1.5;
}

.menu__section {
  margin-bottom: 120px;
}
.menu__bg-upper {
  width: 100%;
  height: clamp(2.75rem, -0.208rem + 6.16vw, 7.188rem);
  display: block;
  background: url(../images/menuBgUpper.png) no-repeat center/cover;
}
.menu__bg-under {
  width: 100%;
  height: clamp(2.75rem, -0.208rem + 6.16vw, 7.188rem);
  display: block;
  background: url(../images/menuBgUnder.png) no-repeat center/cover;
}
.menu__wrap {
  padding: 40px 20px 48px;
  background: var(--maniColor);
}
.menu__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 64px;
}
.menu__title-h2, .menu__title-sub {
  color: var(--whiteColor);
}
.menu__title-h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  background-image: linear-gradient(to right, var(--whiteColor) 0%, var(--whiteColor) 50%, transparent 50%, transparent 100%);
  background-position: bottom;
  background-size: 8px 2px;
  background-repeat: repeat-x;
  padding-bottom: 5px;
  padding-bottom: 16px;
  width: 149px;
  text-align: center;
}
@media (max-width: 767px) {
  .menu__title-h2 {
    font-size: 24px;
  }
}
.menu__title-sub {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2.1px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .menu__title-sub {
    font-size: 22px;
  }
}
.menu__plan-list {
  display: grid;
  grid-template: auto/repeat(3, minmax(auto, 384px));
  gap: clamp(1.375rem, 0.572rem + 1.67vw, 2rem);
  gap: 40px;
  justify-content: center;
  margin-bottom: 40px;
}
.menu__plan-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 384px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 384/384;
  position: relative;
}
.menu__plan-link::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: scale 0.4s ease;
}
.menu__plan-link::after {
  content: "";
  display: block;
  width: clamp(2.75rem, 1.145rem + 3.34vw, 4rem);
  height: clamp(2.75rem, 1.145rem + 3.34vw, 4rem);
  background: url(../images/iconMenuArrow.png) no-repeat center/cover;
  position: absolute;
  bottom: 16px;
  right: 16px;
  transition: background 0.4s ease;
}
.menu__plan-link:hover.menu__plan-link::before {
  scale: 1.2;
}
.menu__plan-link:hover .menu__plan-name {
  background: transparent;
}
.menu__plan-link:hover .menu__plan-name p {
  color: #000;
}
.menu__plan-link:hover::after {
  background: url(../images/iconMenuArrowOver.png) no-repeat center/cover;
}
.menu__plan-standard::before {
  background: url(../images/menuStandardPlan.png) no-repeat center/cover;
}
.menu__plan-special::before {
  background: url(../images/menuSpecialPlan.png) no-repeat center/cover;
}
.menu__plan-premium::before {
  background: url(../images/menuPremiumPlan.png) no-repeat center/cover;
}
.menu__plan-name {
  padding: 8px 16px;
  border-radius: 8px;
  background: #C50000;
  mix-blend-mode: multiply;
  position: relative;
  transition: background 0.4s ease;
}
.menu__plan-name p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2.1px;
  color: var(--whiteColor);
  transition: color 0.4s ease;
}
.menu__plan-under {
  position: relative;
}
.menu__plan-num {
  display: block;
  max-width: clamp(8.875rem, 0.848rem + 16.72vw, 15.125rem);
}
.menu__plan-tax {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--blackColor);
  font-family: "Noto Sans JP", serif;
}
.menu__plan-desc {
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}
.menu__nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
.menu__nav-title {
  color: var(--whiteColor);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.menu__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.menu__nav-el {
  width: 280px;
  height: 56px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.menu__nav-el::before {
  content: "";
  background: rgba(0, 0, 0, 0.2901960784);
  border-radius: 4px;
  width: 280px;
  height: 56px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
}
.menu__nav-el.is-hovered a:not(:hover) .menu__nav-arrow::before {
  animation: arrowSlideOut 0.4s ease forwards;
}
.menu__nav-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #479829;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  padding-left: 16px;
  position: relative;
  z-index: 1;
  transition: background 0.4s;
}
.menu__nav-link::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 52px;
  transform: translateY(-50%);
}
.menu__nav-link:hover {
  background: #397A21;
}
.menu__nav-link:hover .menu__nav-arrow::before {
  animation: arrowSlideIn 0.4s ease forwards;
}
.menu__nav-arrow {
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.menu__nav-arrow::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(./images/icon_arrow.png) no-repeat center/contain;
}

.concept__section {
  margin-bottom: 120px;
}
.concept__inner {
  padding: 0 20px;
}
.concept__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 64px;
}
.concept__title-h2, .concept__title-sub {
  color: #000;
}
.concept__title-h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  background-image: linear-gradient(to right, var(--maniColor) 0%, var(--maniColor) 50%, transparent 50%, transparent 100%);
  background-position: bottom;
  background-size: 8px 2px;
  background-repeat: repeat-x;
  padding-bottom: 5px;
  padding-bottom: 8px;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .concept__title-h2 {
    font-size: 24px;
  }
}
.concept__title-sub {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2.1px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .concept__title-sub {
    font-size: 22px;
  }
}
.concept__h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2.1px;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 32px;
}
.concept__body {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  /* max-width: 800px; */
  margin: 0 auto;
}

.gallery__section {
  padding: 120px 0;
  background: url(./images/bg_gallery.png) no-repeat center/cover;
}
.gallery__inner {
  margin: 0 auto;
  padding: 0 40px;
}
.gallery__head {
  text-align: center;
  margin-bottom: 64px;
}
.gallery__h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .gallery__h2 {
    font-size: 24px;
  }
}
.gallery__h2::after {
  content: "";
  display: block;
  width: 149px;
  margin-top: 11px;
  border-bottom: 2px dotted #700000;
}
.gallery__sub {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2.1px;
}
@media (max-width: 767px) {
  .gallery__sub {
    font-size: 22px;
  }
}
.gallery__wrap {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.gallery__list {
  display: flex;
  align-items: center;
  gap: 0 clamp(0.625rem, -1.783rem + 5.02vw, 2.5rem);
}
.gallery__list:nth-child(even) {
  margin-left: clamp(-7.5rem, -17.132rem + 20.07vw, 0rem);
  padding-left: 120px;
}
.gallery__list:not(:last-child) {
  margin-bottom: 8px;
}
.gallery__item-inner {
  display: block;
  width: clamp(8.75rem, 0.723rem + 16.72vw, 15rem);
  height: clamp(8.75rem, 0.723rem + 16.72vw, 15rem);
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
}
.gallery__item-inner:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}
.gallery__item-inner:hover img {
  transform: scale(1.2);
}
.gallery__item-inner img {
  transition: all 0.3s;
}

.store__section {
  padding: 120px 0;
}
.store__inner {
  margin: 0 auto;
  padding: 0 20px;
}
.store__head {
  text-align: center;
  margin-bottom: 64px;
}
.store__h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .store__h2 {
    font-size: 24px;
  }
}
.store__h2::after {
  content: "";
  display: block;
  width: 396px;
  margin-top: 11px;
  border-bottom: 2px dotted #700000;
}
.store__sub {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2.1px;
}
@media (max-width: 767px) {
  .store__sub {
    font-size: 22px;
  }
}
.store__img {
  max-width: 1006px;
  margin: 0 auto 64px;
  margin-bottom: 64px;
  display: none;
}
.store__summary {
  max-width: 656px;
  width: 100%;
  margin: 0 auto 64px;
}
.store__detail {
  display: flex;
  /* align-items: center; */
  gap: 0 32px;
  padding: 0 32px 24px 32px;
  border-bottom: 1px dotted #808080;
}
.store__detail:not(:last-of-type) {
  margin-bottom: 24px;
}
.store__label {
  width: 64px;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
.store__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.more__btn {
  width: 280px;
  height: 56px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.more__btn::before {
  content: "";
  background: #808080;
  border-radius: 4px;
  width: 280px;
  height: 56px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
}
.more__btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #479829;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  padding-left: 16px;
  position: relative;
  z-index: 1;
  transition: background 0.4s;
}
.more__btn a::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 52px;
  transform: translateY(-50%);
}
.more__btn a:hover {
  background: #397A21;
}
.more__btn a:hover .more__btn-icon::before {
  animation: arrowSlideIn 0.4s ease forwards;
}
.more__btn-icon {
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.more__btn-icon::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(./images/icon_arrow.png) no-repeat center/contain;
}
.more__btn.is-hovered a:not(:hover) .more__btn-icon::before {
  animation: arrowSlideOut 0.4s ease forwards;
}

@keyframes arrowSlideIn {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  50.01% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrowSlideOut {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  50.01% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.footer {
  background: url(./images/bg_footer.jpg) no-repeat center/cover;
  padding: 80px 80px 8px;
}
.footer * {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}
.footer__logo {
  max-width: 160px;
  margin-bottom: 24px;
}
.footer__address {
  margin-bottom: 24px;
}
.footer__eigyotime {
  margin-bottom: 8px;
}
.footer__concept {
  margin-bottom: 32px;
}
.footer__menu-link {
  margin-bottom: 16px;
}
.footer__menu-list {
  margin-left: 16px;
}
.footer__link:not(:last-child) {
  margin-bottom: 16px;
}

.copyright {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  font-family: "Noto Sans JP", serif;
}

.float {
  display: flex;
  align-items: flex-end;
  gap: 0 16px;
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 1000;
}
.float__reservation {
  max-width: 120px;
}
.float__item:not(:last-child) {
  margin-bottom: 8px;
}
.float__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #191919;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease-out;
  position: relative;
}
.float__item a img {
  width: 24px;
}
.float__item a::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.float__item a:hover {
  box-shadow: none;
}
.float__item a:hover::after {
  opacity: 1;
}

.floatSp {
  display: none;
}

.modal__wrap {
  display: none;
}

@media (max-width: 767px) {
  .br__sp {
    display: block;
  }
  .br__pc {
    display: none;
  }
  .header__inner {
    justify-content: center;
    padding: 8px 0;
  }
  .header__nav {
    display: none;
  }
  .header__logo-img {
    max-width: 83px;
  }
  .hero__section {
    width: 100%;
    border-radius: unset;
    margin: 80px auto;
  }
  .hero__logo {
    display: none;
  }
  .hero__catch-01 {
    top: 8px;
    right: 16px;
    left: unset;
  }
  .hero__catch-02 {
    left: 16px;
    top: unset;
    bottom: 52px;
  }
  .hero__slider-el {
    height: 100svh;
    height: calc(100vh - 167.35px);
    /* position: relative;
    top: 0; */
  }
  .campaign__section {
    margin-bottom: 80px;
  }
  .campaign__head {
    text-align: center;
    margin-bottom: 40px;
  }
  .campaign__thumbIcon {
    width: 40px;
    height: 40px;
    background: url(../images/iconCampaignArrowOver.png) no-repeat center/cover;
  }
  .campaign__slide {
    /* width: 592px; */
    /* margin-right: 32px; */
    margin: 0 4px;
    width: 100%;
  }
  .campaign__h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding-bottom: 6px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .campaign__h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .campaign__h2::after {
    content: "";
    display: block;
    width: 156px;
    margin-top: 8px;
    border-bottom: 2px dotted #700000;
  }
  .menu__section {
    margin-bottom: 80px;
  }
  .menu__bg-upper {
    width: 100%;
    height: clamp(2.75rem, -0.208rem + 6.16vw, 7.188rem);
    height: 11vw;
    display: block;
    background: url(../images/menuBgUpper-sp.png) no-repeat center/cover;
  }
  .menu__bg-under {
    width: 100%;
    height: clamp(2.75rem, -0.208rem + 6.16vw, 7.188rem);
    height: 11vw;
    display: block;
    background: url(../images/menuBgUnder-sp.png) no-repeat center/cover;
  }
  .menu__title {
    margin-bottom: 40px;
  }
  .menu__title-h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    background-image: linear-gradient(to right, var(--whiteColor) 0%, var(--whiteColor) 50%, transparent 50%, transparent 100%);
    background-position: bottom;
    background-size: 8px 2px;
    background-repeat: repeat-x;
    padding-bottom: 5px;
    padding-bottom: 8px;
    width: auto;
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .menu__title-h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .menu__plan-list {
    grid-template: auto/1fr;
  }
  .menu__plan-link {
    height: unset;
  }
  .menu__plan-link::after {
    display: none;
  }
  .menu__plan-num {
    max-width: clamp(15.125rem, 5.08rem + 42.86vw, 25.625rem);
  }
  .menu__plan-tax {
    display: none;
  }
  .concept__section {
    margin-bottom: 80px;
  }
  .concept__inner {
    padding: 0 20px;
  }
  .concept__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 133px;
  }
  .concept__title-h2, .concept__title-sub {
    color: #000;
  }
  .concept__title-h2 {
    width: 100%;
    text-align: center;
  }
  .concept__title-sub {
    color: #000;
    padding-top: 8px;
  }
  .concept__body {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
  }
  .gallery__section {
    padding: 80px 0;
  }
  .gallery__h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding-bottom: 4px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .gallery__h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .gallery__h2::after {
    content: "";
    display: block;
    width: 90px;
    margin-top: 8px;
    border-bottom: 2px dotted #700000;
  }
  .gallery__head {
    text-align: center;
    margin-bottom: 40px;
  }
  .gallery__wrap.sp__enable {
    translate: -20px 0;
  }
  .gallery__inner {
    padding: 0 20px;
  }
  .gallery__list .slick-track {
    gap: 24px;
  }
  .gallery__item-inner {
    width: 240px;
    height: 240px;
  }
  .store__section {
    padding: 80px 0;
  }
  .store__head {
    text-align: center;
    margin-bottom: 40px;
  }
  .store__h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .store__h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .store__h2::after {
    content: "";
    display: block;
    width: 250px;
    margin-top: 11px;
    border-bottom: 2px dotted #700000;
  }
  .store__img {
    max-width: 1006px;
    margin: 0 auto 40px;
  }
  .store__summary {
    max-width: 656px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .store__detail {
    display: flex;
    /*  align-items: center; */
    gap: 0 32px;
    padding: 0 16px 24px 16px;
    border-bottom: 1px dotted #808080;
  }
  .store__detail:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .footer {
    margin-bottom: 87px;
    padding: 64px 20px 8px;
  }
  .footer__inner {
    align-items: center;
    flex-direction: column;
    gap: 69px;
  }
  .footer__logo {
    margin: 0 auto 29px;
  }
  .footer__left {
    text-align: center;
  }
  .footer__right {
    display: grid;
    place-items: center;
  }
  .float {
    display: none;
  }
  .floatSp {
    width: 100%;
    padding: 16.5px 22.5px;
    display: block;
    background: #C50000;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
  }
  .floatSp__list {
    display: grid;
    grid-template: auto/repeat(4, 25%);
    align-items: center;
    justify-content: center;
  }
  .floatSp__link {
    display: grid;
    place-items: center;
    align-items: center;
  }
  .floatSp__el {
    display: flex;
    justify-content: center;
  }
  .floatSp__img {
    display: block;
    max-width: 40px;
  }
  .floatSp__name {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
  }
  .modal__wrap {
    display: block;
    width: 100%;
    height: 100svh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease, left 0.4s ease;
    z-index: 99999;
  }
  .modal__wrap.is-active {
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .modal__inner {
    display: grid;
    place-items: center;
    width: inherit;
    height: inherit;
    position: relative;
  }
  .modal__nav {
    margin-bottom: 64px;
  }
  .modal__nav-el {
    display: flex;
    justify-content: center;
  }
  .modal__nav-el:not(:last-child) {
    margin-bottom: 24px;
  }
  .modal__nav-link {
    color: var(--blackColor);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
  .modal__sns-list {
    display: grid;
    grid-template: auto/repeat(4, auto);
    gap: 32px;
    margin-bottom: 64px;
  }
  .modal__sns-el a {
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--blackColor);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .modal__sns-el a picture {
    display: block;
    width: 24px;
  }
  .modal__reservation a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 176px;
    padding: 8px 16px;
    margin: 0 auto;
    border-radius: 4px;
    background: #C50000;
  }
  .modal__reservation a::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/iconModalArrow.png) no-repeat center/cover;
  }
  .modal__close {
    position: absolute;
    bottom: 12px;
    right: 16px;
  }
}/*# sourceMappingURL=style.css.map */