@charset "UTF-8";
/*
1.Basics Styling
-base
-layout
-utility
-animation
*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

.menu-open {
  overflow: hidden;
}

#gazokusansou {
  font-family: "Noto Serif JP", "MS Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-optical-sizing: auto;
  font-size: min(3.7333333333vw, 1rem);
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #2B241E;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: justify;
  overflow-x: hidden;
  position: relative;
  margin-top: 60px;
}
#gazokusansou *, #gazokusansou ::before, #gazokusansou ::after, #gazokusansou *:where(:any-link, :enabled, summary):hover, #gazokusansou *:where(:any-link, :enabled, summary):hover::before, #gazokusansou *:where(:any-link, :enabled, summary):hover::after {
  box-sizing: border-box;
  transition: text-decoration 0.6s, transform 0.6s, background-color 0.6s, background-image 0.6s, background-position 0.6s, background-size 0.6s, color 0.6s -0.1s, border 0.6s, opacity 0.6s, filter 0.6s;
}
#gazokusansou.no-scroll {
  overflow: hidden;
}
#gazokusansou *[aria-hidden=true] {
  display: none;
}
#gazokusansou img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#gazokusansou a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
#gazokusansou button {
  line-height: 1;
}
#gazokusansou strong {
  font-weight: bold;
}
#gazokusansou ul li {
  list-style: none;
}
#gazokusansou select {
  cursor: pointer;
}
#gazokusansou fieldset {
  border: none;
}
#gazokusansou ul, #gazokusansou nav {
  list-style: none;
  list-style-type: none;
}
#gazokusansou .pc-only {
  display: none;
}
#gazokusansou .sp-tab {
  display: none;
}
#gazokusansou .sp-only {
  display: block;
}
#gazokusansou .sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
}
#gazokusansou main {
  margin-top: 5.2em;
}
#gazokusansou .btn_page-top {
  content: "";
  display: block;
  background-image: url(../img/common/btn_page-top.svg);
  background-size: 100%;
  position: fixed;
  bottom: 1.2em;
  right: 1.2em;
  z-index: 20;
  width: 5.2em;
  height: 5.2em;
  transition: opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
#gazokusansou .btn_page-top.is-active {
  opacity: 1;
  pointer-events: inherit;
}

@media screen and (min-width: 769px) {
  #gazokusansou .pc-only {
    display: block;
  }
  #gazokusansou .sp-tab {
    display: none;
  }
  #gazokusansou .sp-only {
    display: none;
  }
  #gazokusansou .btn_page-top {
    bottom: 2em;
    right: 2em;
    width: 6.8em;
    height: 6.8em;
  }
  #gazokusansou a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 1240px) {
  #gazokusansou {
    margin-top: 100px;
  }
}
@keyframes btn-small {
  0% {
    left: 0;
    width: 100%;
  }
  49% {
    left: 100%;
    width: 100%;
  }
  50% {
    left: 100%;
    width: 0%;
  }
  51% {
    left: 0%;
    width: 0%;
  }
  100% {
    left: 0%;
    width: 100%;
  }
}
@keyframes menu-dropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
2.Compornents
-title
-btn




-pictgrams
-form
-pagenation
-btns
-accordion
-card
-notice
-alert
*/
#gazokusansou .l-container {
  width: 91.49%;
  margin: 0 auto;
}
#gazokusansou .title__block {
  text-align: center;
}
#gazokusansou .title__block .title__normal {
  font-size: 32px;
}
#gazokusansou .title__block .title__normal-jp {
  margin-top: -2px;
  font-size: 14px;
}
#gazokusansou .l-hero {
  position: relative;
  padding: 72px 0 76px;
  background-color: #2B241E;
}
#gazokusansou .l-hero .hero__title {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
#gazokusansou .l-hero .hero__title-en {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 32px;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1;
  color: #766758;
}
#gazokusansou .section__wrap {
  position: relative;
  z-index: 1;
  margin-top: -4px;
  background-color: #EEECEB;
}
#gazokusansou .l-breadcrumb {
  padding: 18px 0;
  background-color: #EEECEB;
}
#gazokusansou .l-breadcrumb .breadcrumb__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 86.134%;
  margin: 0 auto;
}
#gazokusansou .l-breadcrumb .breadcrumb__list li {
  font-size: 12px;
}
#gazokusansou .l-breadcrumb .breadcrumb__list li:not(:last-child)::after {
  display: inline-block;
  content: "";
  background-image: url(../img/common/arrow_breadcrumb.svg);
  background-size: 100%;
  width: 4.5px;
  height: 7.5px;
  margin: 0 12px;
}
#gazokusansou .l-breadcrumb .breadcrumb__list li[aria-current=page] {
  color: #6A1925;
  text-decoration: none;
}
#gazokusansou .text__space-wide {
  font-size: 18px;
  line-height: 2;
}
#gazokusansou .text__space-normal {
  font-size: 18px;
  line-height: 1.75;
}
#gazokusansou .text__space-tight {
  font-size: 18px;
  line-height: 1.5;
}
#gazokusansou .text__small_space-wide {
  font-size: 16px;
  line-height: 2;
}
#gazokusansou .text__small_space-normal {
  font-size: 16px;
  line-height: 1.75;
}
#gazokusansou .text__notice {
  font-size: 16px;
  line-height: 1.75;
}
#gazokusansou .text__notice-small {
  font-size: 14px;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  #gazokusansou .l-container {
    width: 94%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #gazokusansou .title__block .title__normal {
    font-size: 48px;
    font-weight: 400;
  }
  #gazokusansou .title__block .title__normal-jp {
    margin-top: 2px;
    font-size: 16px;
  }
  #gazokusansou .l-hero {
    padding: 122px 0;
  }
  #gazokusansou .l-hero .hero__title {
    font-size: 24px;
  }
  #gazokusansou .l-hero .hero__title-en {
    font-size: 7.813vw;
  }
  #gazokusansou .section__wrap {
    margin-top: -1.09375vw;
  }
  #gazokusansou .l-breadcrumb a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1280px) and (min-width: 769px) {
  #gazokusansou .l-hero {
    padding: 122px 0 136px;
  }
  #gazokusansou .l-hero .hero__title {
    font-size: 24px;
  }
  #gazokusansou .l-hero .hero__title-en {
    font-size: 100px;
  }
  #gazokusansou .section__wrap {
    margin-top: -14px;
  }
}
.en {
  font-family: "Bodoni Moda", sans-serif, serif;
}

#gazokusansou .follow__nav {
  position: fixed;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  transition: transform 0.3s ease-in-out;
  width: 93.734%;
  max-width: 500px;
}
#gazokusansou .follow__nav.nav-hidden {
  transform: translateX(-50%) translateY(140%);
}
#gazokusansou .follow__nav .follow__wrap {
  display: flex;
  flex-direction: row;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}
#gazokusansou .follow__nav .follow__wrap .follow__phone {
  width: 50%;
}
#gazokusansou .follow__nav .follow__wrap .follow__phone a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 70px;
  padding: 0;
  border: solid 1px #F0EBE5;
  border-right: none;
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
  color: #6A1925;
  background-color: #EEECEB;
}
#gazokusansou .follow__nav .follow__wrap .follow__phone a .follow__number {
  font-size: 18px;
  line-height: 1.45;
}
#gazokusansou .follow__nav .follow__wrap .follow__phone a .follow__number-block {
  position: relative;
  padding-left: 18px;
}
#gazokusansou .follow__nav .follow__wrap .follow__phone a .follow__number-block::before {
  display: block;
  content: "";
  background-image: url(../img/header/icon_phone.svg);
  background-size: 100%;
  position: absolute;
  top: 57%;
  left: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 12px;
}
#gazokusansou .follow__nav .follow__wrap .follow__phone a .follow__date {
  font-size: 10px;
  line-height: 1.4;
}
#gazokusansou .follow__nav .follow__wrap .follow__phone a .follow__holiday {
  font-size: 10px;
}
#gazokusansou .follow__nav .follow__wrap .follow__reservation {
  width: 50%;
}
#gazokusansou .follow__nav .follow__wrap .follow__reservation a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
  color: #fff;
  background-color: #6A1925;
  transition: 0.3s ease-in-out;
}
#gazokusansou .follow__nav .follow__wrap .follow__reservation a:hover {
  background-color: #966F39;
}

@media screen and (min-width: 1240px) {
  #gazokusansou .follow__nav {
    display: none;
  }
}
#gazokusansou .l-reservation {
  padding-top: 46px;
}
#gazokusansou .l-reservation .tel__block {
  padding-bottom: 38px;
}
#gazokusansou .l-reservation .tel__block .tel__title {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
#gazokusansou .l-reservation .tel__block .tel__number {
  margin-top: 14px;
  text-align: center;
}
#gazokusansou .l-reservation .tel__block .tel__number a {
  display: inline-block;
  margin: 0 auto;
}
#gazokusansou .l-reservation .tel__block .tel__number a .tel__number-text {
  position: relative;
  padding-left: 28px;
  font-size: 33px;
  color: #6A1925;
  letter-spacing: 0.06em;
}
#gazokusansou .l-reservation .tel__block .tel__number a .tel__number-text::before {
  display: block;
  content: "";
  background-image: url(../img/common/icon_phone.svg);
  background-size: 100%;
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
  width: 21px;
  height: 22px;
}
#gazokusansou .l-reservation .tel__block .tel__time {
  margin-top: 14px;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  color: #6A1925;
}
#gazokusansou .l-reservation .site__block {
  position: relative;
  padding: 38px 0 56px;
}
#gazokusansou .l-reservation .site__block::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 1px;
  background-color: #664E3D;
}
#gazokusansou .l-reservation .site__block .site__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
#gazokusansou .l-reservation .site__block .site__btn {
  width: 286px;
  margin: 26px auto 0;
}
#gazokusansou .l-reservation .site__block .site__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 86px;
  background-color: #6A1925;
}
#gazokusansou .l-reservation .site__block .site__btn a .site__btn-text {
  position: relative;
  padding-left: 46px;
  font-size: 24px;
  color: #fff;
}
#gazokusansou .l-reservation .site__block .site__btn a .site__btn-text::before {
  display: block;
  content: "";
  background-image: url(../img/common/icon_calendar.svg);
  background-size: 100%;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 33px;
}

@media screen and (min-width: 769px) {
  #gazokusansou .l-reservation {
    padding: 80px 0;
  }
  #gazokusansou .l-reservation .l-container {
    display: flex;
    justify-content: space-between;
  }
  #gazokusansou .l-reservation .l-container .tel__block {
    width: 50%;
    margin: 0 auto;
    padding: 28px 0;
  }
  #gazokusansou .l-reservation .l-container .tel__block .tel__title {
    font-size: 18px;
  }
  #gazokusansou .l-reservation .l-container .tel__block .tel__number {
    margin-top: 14px;
  }
  #gazokusansou .l-reservation .l-container .tel__block .tel__number a .tel__number-text {
    padding-left: 36px;
    font-size: 46px;
  }
  #gazokusansou .l-reservation .l-container .tel__block .tel__number a .tel__number-text::before {
    display: block;
    content: "";
    top: 56%;
    width: 30px;
    height: 31px;
  }
  #gazokusansou .l-reservation .l-container .tel__block .tel__time {
    margin-top: 16px;
    font-size: 18px;
  }
  #gazokusansou .l-reservation .l-container .site__block {
    position: relative;
    width: 50%;
    margin: 0 auto;
    padding: 28px 0;
    border-left: 1px solid #664E3D;
  }
  #gazokusansou .l-reservation .l-container .site__block::before {
    display: none;
  }
  #gazokusansou .l-reservation .l-container .site__block .site__title {
    font-size: 18px;
  }
  #gazokusansou .l-reservation .l-container .site__block .site__btn {
    width: 71.4286%;
    margin: 36px auto 0;
  }
  #gazokusansou .l-reservation .l-container .site__block .site__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    background-color: #6A1925;
    transition: 0.3s ease-in-out;
  }
  #gazokusansou .l-reservation .l-container .site__block .site__btn a .site__btn-text {
    padding-left: 44px;
    font-size: 24px;
  }
  #gazokusansou .l-reservation .l-container .site__block .site__btn a:hover {
    background-color: #966F39;
  }
}
.container-wrapper {
  width: min(93.6vw, 1280px);
  margin: 0 auto;
}

.container-box {
  width: min(87.2vw, 1120px);
  margin: 0 auto;
}

.container-inner {
  width: min(87.2vw, 1000px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .container-wrapper {
    width: min(87.2vw, 1280px);
    margin: 0 auto;
  }
  .container-box {
    width: min(87.2vw, 1160px);
    margin: 0 auto;
  }
  .container-inner {
    width: min(87.2vw, 1000px);
    margin: 0 auto;
  }
}
.shadow-element {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.fadein__target,
.fadein__target-delay,
.fadein__target-delay-long {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fadein__target-opocity {
  opacity: 0;
  transform: translateY(90px);
}

.fadein__target-opocity.is-visible {
  opacity: 1;
  transform: translateY(60px);
}

#gazokusansou .l-mainvisual .slider-container {
  position: relative;
  width: 100%;
  height: 78.2494vw;
  max-height: 50vh;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  perspective: 1000px;
  -webkit-backface-visibility: hidden;
}
#gazokusansou .l-mainvisual .slider-container .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: none;
}
#gazokusansou .l-mainvisual .slider-container .slide.active {
  opacity: 1;
  z-index: 2;
}
#gazokusansou .l-mainvisual .slider-container .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gazokusansou .l-mainvisual .slider-container .shutter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6A1925;
  z-index: 10;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(-100%, 0, 0);
  transition: none !important;
}
#gazokusansou .l-mainvisual .slider-container .shutter.is-initial-mask {
  transform: translate3d(0, 0, 0) !important;
}
#gazokusansou .l-mainvisual .slider-container .shutter.is-loading {
  transform: translate3d(0, 0, 0) !important;
  transition: none !important;
}

/* 1発目：中央(0)から外(100% or -100%)へ出すだけのアニメーション */
@keyframes shutterFirstOut {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes shutterFirstOut-reverse {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/* 2回目以降：外から入って、止まって、外へ抜ける（前回の統合版） */
@keyframes shutterLoop {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  45% {
    transform: translate3d(0, 0, 0);
  }
  55% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes shutterLoop-reverse {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  45% {
    transform: translate3d(0, 0, 0);
  }
  55% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@media screen and (min-width: 769px) {
  #gazokusansou .l-mainvisual .slider-container {
    height: 39vw;
    max-height: 600px;
  }
}
#gazokusansou .l-interior .swiper-interior .swiper-wrapper {
  padding-top: 30px;
  transition-timing-function: linear;
  align-items: center;
}
#gazokusansou .l-interior .swiper-interior .swiper-wrapper .swiper-slide {
  width: 53.334%;
}
#gazokusansou .l-interior .swiper-interior .swiper-wrapper .swiper-slide-mini {
  width: 40%;
}

@media screen and (min-width: 769px) {
  #gazokusansou .l-interior .swiper-interior .swiper-wrapper .swiper-slide {
    width: 400px;
  }
  #gazokusansou .l-interior .swiper-interior .swiper-wrapper .swiper-slide-mini {
    width: 304px;
  }
}
/*
3.Header
*/
#gazokusansou .l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}
#gazokusansou .l-header.header-hidden {
  transform: translateY(-60px);
}
#gazokusansou .l-header .brand__logo {
  width: 93px;
  margin: 15px 0 0 16px;
  line-height: 0;
}
#gazokusansou .l-header .nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #fff;
  cursor: pointer;
}
#gazokusansou .l-header .nav-toggle span {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 1px;
  background-color: #966F39;
  transition: transform 0.3s, opacity 0.3s;
}
#gazokusansou .l-header .nav-toggle span:nth-child(1) {
  top: 35%;
}
#gazokusansou .l-header .nav-toggle span:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#gazokusansou .l-header .nav-toggle span:nth-child(3) {
  bottom: 35%;
}
#gazokusansou .l-header .header__wrap {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #fff;
  transition: left 0.3s ease-in-out;
  padding: 66px 16px 100px;
  z-index: 900;
}
#gazokusansou .l-header .header__wrap .brand__logo-nav {
  width: 134.5px;
  margin: 0 auto;
}
#gazokusansou .l-header .header__wrap .header__inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#gazokusansou .l-header .header__wrap .header__inner .header__link {
  width: 100%;
  margin: 22px auto 0;
}
#gazokusansou .l-header .header__wrap .header__inner .header__link .text__small_space-wide {
  border-bottom: solid 1px #664E3D;
}
#gazokusansou .l-header .header__wrap .header__inner .header__link .text__small_space-wide a {
  display: block;
  width: 100%;
  padding: 16px 0;
  text-align: center;
}
#gazokusansou .l-header .header__wrap .header__inner .header__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  margin-top: 42px;
}
#gazokusansou .l-header .header__wrap .header__inner .header__nav .header__phone {
  order: 2;
  width: 100%;
  margin-top: 16px;
}
#gazokusansou .l-header .header__wrap .header__inner .header__nav .header__phone a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  padding: 17px 0;
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
  color: #6A1925;
  background-color: #EEECEB;
}
#gazokusansou .l-header .header__wrap .header__inner .header__nav .header__phone a .header__number {
  font-size: 18px;
  line-height: 1.45;
}
#gazokusansou .l-header .header__wrap .header__inner .header__nav .header__phone a .header__number-block {
  position: relative;
  padding-left: 18px;
}
#gazokusansou .l-header .header__wrap .header__inner .header__nav .header__phone a .header__number-block::before {
  display: block;
  content: "";
  background-image: url(../img/header/icon_phone.svg);
  background-size: 100%;
  position: absolute;
  top: 57%;
  left: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 12px;
}
#gazokusansou .l-header .header__wrap .header__inner .header__nav .header__phone a .header__date {
  padding-top: 4px;
  font-size: 12px;
  line-height: 1.4;
}
#gazokusansou .l-header .header__wrap .header__inner .header__nav .header__phone a .header__holiday {
  margin-left: 14px;
  font-size: 10px;
}
#gazokusansou .l-header .header__wrap .header__inner .header__nav .header__reservation {
  order: 1;
}
#gazokusansou .l-header .header__wrap .header__inner .header__nav .header__reservation a {
  display: block;
  width: 100%;
  padding: 27px 0;
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
  color: #fff;
  background-color: #6A1925;
  transition: 0.3s ease-in-out;
}
#gazokusansou .l-header .header__wrap .header__inner .header__nav .header__reservation a:hover {
  background-color: #966F39;
}
#gazokusansou .l-header .header__wrap .header__inner .header__nav .header__instagram {
  order: 3;
  margin: 32px auto 0;
}
#gazokusansou .l-header .header__wrap .header__inner .header__nav .header__instagram a {
  display: block;
  position: relative;
  padding-top: 36px;
  font-size: 12px;
}
#gazokusansou .l-header .header__wrap .header__inner .header__nav .header__instagram a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/header/icon_instagram.svg);
  background-size: 100%;
  width: 29px;
  height: 29px;
}
#gazokusansou .l-header[aria-expanded=true] .header__wrap {
  left: 0;
}
#gazokusansou .l-header[aria-expanded=true] .nav-toggle span:nth-child(1) {
  transform: translateX(-50%) translateY(8.5px) rotate(30deg);
}
#gazokusansou .l-header[aria-expanded=true] .nav-toggle span:nth-child(2) {
  opacity: 0;
}
#gazokusansou .l-header[aria-expanded=true] .nav-toggle span:nth-child(3) {
  transform: translateX(-50%) translateY(-8.5px) rotate(-30deg);
}

@media screen and (min-width: 1240px) {
  #gazokusansou .l-header {
    height: 100px;
  }
  #gazokusansou .l-header.header-hidden {
    transform: translateY(-100px);
  }
  #gazokusansou .l-header .brand__logo {
    width: 182px;
    margin: 20px 0 0 30px;
  }
  #gazokusansou .l-header .nav-toggle {
    display: none;
  }
  #gazokusansou .l-header .header__wrap {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: auto;
    height: auto;
    overflow-y: auto;
    padding: 0;
    z-index: 900;
  }
  #gazokusansou .l-header .header__wrap .brand__logo-nav {
    display: none;
  }
  #gazokusansou .l-header .header__wrap .header__inner {
    display: flex;
    max-width: none;
  }
  #gazokusansou .l-header .header__wrap .header__inner .header__link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    column-gap: 2.1vw;
    width: auto;
    margin: 0 5.47vw 0 auto;
  }
  #gazokusansou .l-header .header__wrap .header__inner .header__link .text__small_space-wide {
    border-bottom: none;
  }
  #gazokusansou .l-header .header__wrap .header__inner .header__link .text__small_space-wide a {
    display: block;
    position: relative;
    width: 100%;
    padding: 6px 0;
    text-align: center;
  }
  #gazokusansou .l-header .header__wrap .header__inner .header__link .text__small_space-wide a::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #6A1925;
    transition: 0.3s ease-in-out;
  }
  #gazokusansou .l-header .header__wrap .header__inner .header__link .text__small_space-wide a:hover::before, #gazokusansou .l-header .header__wrap .header__inner .header__link .text__small_space-wide a.is-active::before {
    width: 44%;
  }
  #gazokusansou .l-header .header__wrap .header__inner .header__nav {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 0;
  }
  #gazokusansou .l-header .header__wrap .header__inner .header__nav .header__phone {
    order: 1;
    width: 100%;
    margin-top: 0;
  }
  #gazokusansou .l-header .header__wrap .header__inner .header__nav .header__phone a {
    pointer-events: none;
    width: 100%;
    min-width: 178px;
    min-height: 100px;
    padding: 20px 0;
    font-size: 18px;
  }
  #gazokusansou .l-header .header__wrap .header__inner .header__nav .header__phone a .header__number {
    font-size: 18px;
    line-height: 1.45;
  }
  #gazokusansou .l-header .header__wrap .header__inner .header__nav .header__phone a .header__date {
    padding-top: 2px;
    font-size: 11px;
    line-height: 1.4;
  }
  #gazokusansou .l-header .header__wrap .header__inner .header__nav .header__reservation {
    order: 2;
  }
  #gazokusansou .l-header .header__wrap .header__inner .header__nav .header__reservation a {
    min-width: 180px;
    min-height: 100px;
    padding: 36px 0;
    font-size: 18px;
  }
  #gazokusansou .l-header .header__wrap .header__inner .header__nav .header__instagram {
    display: none;
  }
}
/*
4.Footer
*/
#gazokusansou #global-footer {
  font-weight: 200;
}
#gazokusansou #global-footer .footer__wrap {
  position: relative;
  color: #fff;
  background-image: url(../img/footer/footer_back.webp);
  background-size: 100px 100px;
  background-position: center;
  background-repeat: repeat;
}
#gazokusansou #global-footer .footer__wrap .footer__pagetop a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background-color: #766758;
}
#gazokusansou #global-footer .footer__wrap .footer__pagetop a::before {
  display: block;
  content: "";
  background-image: url(../img/footer/btn_top.webp);
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 9.5px;
}
#gazokusansou #global-footer .footer__wrap .footer__nav {
  display: none;
}
#gazokusansou #global-footer .footer__wrap .footer__outer {
  padding: 102px 0 90px;
}
#gazokusansou #global-footer .footer__wrap .footer__outer .footer-info {
  width: 300px;
  margin: 0 auto;
}
#gazokusansou #global-footer .footer__wrap .footer__outer .footer-info .footer__logo {
  width: 277px;
  margin: 0 auto;
}
#gazokusansou #global-footer .footer__wrap .footer__outer .footer-info .footer__address {
  padding-top: 26px;
  text-align: center;
}
#gazokusansou #global-footer .footer__wrap .footer__outer .footer-info .footer__instagram {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#gazokusansou #global-footer .footer__wrap .footer__outer .footer-info .footer__instagram a {
  display: inline-block;
  position: relative;
  padding-top: 36px;
  font-size: 12px;
  text-align: center;
}
#gazokusansou #global-footer .footer__wrap .footer__outer .footer-info .footer__instagram a::before {
  display: block;
  content: "";
  background-image: url(../img/footer/icon_instagram.svg);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 29px;
  height: 29px;
}
#gazokusansou #global-footer .footer__wrap .footer__opening {
  margin-top: 54px;
  text-align: center;
}
#gazokusansou #global-footer .footer__wrap .footer__opening-text {
  margin-top: 0;
}
#gazokusansou #global-footer .footer__wrap .footer__opening-text-first {
  margin-top: 10px;
}
#gazokusansou #global-footer .footer__wrap .footer__opening-attention {
  margin-top: 18px;
  font-size: 14px;
}
#gazokusansou #global-footer .footer__wrap .footer__opening-holiday {
  margin-top: 16px;
  font-size: 16px;
}
#gazokusansou #global-footer .footer__copylight {
  padding: 12px 0;
  font-size: 12px;
  text-align: center;
  background-color: #2B241E;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #gazokusansou #global-footer .footer__wrap {
    padding: 116px 0 70px;
    background-size: 160px 160px;
  }
  #gazokusansou #global-footer .footer__wrap .footer__pagetop a {
    width: 56px;
    height: 56px;
  }
  #gazokusansou #global-footer .footer__wrap .footer__pagetop a::before {
    width: 24px;
    height: 12px;
    transition: 0.3s ease-in-out;
  }
  #gazokusansou #global-footer .footer__wrap .footer__pagetop a:hover::before {
    top: 35%;
  }
  #gazokusansou #global-footer .footer__wrap .footer__nav {
    display: flex;
    justify-content: center;
    column-gap: 32px;
  }
  #gazokusansou #global-footer .footer__wrap .footer__nav a:hover {
    text-decoration: underline;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer {
    display: flex;
    width: 90%;
    max-width: 868px;
    margin: 0 auto;
    padding: 100px 0 0;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer .footer-info {
    width: 291px;
    margin: 0 auto 0 72px;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer .footer-info .footer__logo {
    width: 291px;
    margin: 0 auto;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer .footer-info .footer__address {
    padding-top: 26px;
    text-align: left;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer .footer-info .footer__instagram {
    justify-content: flex-start;
    margin-top: 30px;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer .footer-info .footer__instagram a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 50px;
    font-size: 14px;
    text-align: left;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer .footer-info .footer__instagram a::before {
    top: 60%;
    left: 0;
    transform: translateX(0) translateY(-50%);
    width: 34px;
    height: 34px;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer .footer-info .footer__instagram a:hover {
    opacity: 0.7;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer .footer__opening {
    width: 382px;
    margin: 0 0 0 50px;
    text-align: left;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer .footer__opening-title {
    display: flex;
    align-items: center;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer .footer__opening-title .text__space-tight {
    min-width: 80px;
    margin-right: 16px;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer .footer__opening-title-line {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer .footer__opening-text {
    margin-top: 0;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer .footer__opening-text-first {
    margin-top: 10px;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer .footer__opening-attention {
    margin-top: 18px;
    font-size: 14px;
  }
  #gazokusansou #global-footer .footer__wrap .footer__outer .footer__opening-holiday {
    margin-top: 16px;
    font-size: 16px;
  }
  #gazokusansou #global-footer .footer__copylight {
    padding: 12px 0;
    font-size: 12px;
    text-align: center;
    background-color: #2B241E;
    color: #fff;
  }
}
/*
5.Page
*/
#gazokusansou .l-top .l-mainvisual {
  position: relative;
}
#gazokusansou .l-top .l-mainvisual .main__title {
  position: absolute;
  top: 51.4%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 37.334%;
  max-width: 240px;
}
#gazokusansou .l-top .l-mainvisual .main__slider {
  position: relative;
}
#gazokusansou .l-top .l-mainvisual .main__slider::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 36, 30, 0.25);
}
#gazokusansou .l-top .l-mainvisual .main__slider .main__scroll {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: auto;
  color: #fff;
  padding-bottom: 10vw;
  font-size: 16px;
}
#gazokusansou .l-top .l-mainvisual .main__slider .main__scroll::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 8vw;
  background-color: #fff;
}
#gazokusansou .l-top .l-news {
  padding: 64px 0;
}
#gazokusansou .l-top .l-news .news__container {
  width: 82.978%;
  margin: 0 auto;
}
#gazokusansou .l-top .l-news .news__container .title__block .title__normal {
  color: #6A1925;
}
#gazokusansou .l-top .l-news .news__container .news__list {
  margin-top: 34px;
}
#gazokusansou .l-top .l-news .news__container .news__list .news__item {
  padding: 12px 0 16px;
  width: 100%;
  background-image: linear-gradient(to right, black 1px, transparent 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#gazokusansou .l-top .l-news .news__container .news__list .news__item a .news__date {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
#gazokusansou .l-top .l-news .news__container .news__list .news__item a .news__text {
  display: block;
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.75;
}
#gazokusansou .l-top .l-concept {
  padding-top: 88px;
  background-color: #EEECEB;
}
#gazokusansou .l-top .l-concept .concept__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
#gazokusansou .l-top .l-concept .concept__text {
  margin-top: 54px;
}
#gazokusansou .l-top .l-concept .concept__block {
  margin-top: 54px;
}
#gazokusansou .l-top .l-concept .concept__block .concept__brand {
  font-size: 10.6667vw;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}
#gazokusansou .l-top .l-concept .concept__block .concept__img-wrap {
  position: relative;
  z-index: 1;
  margin-top: -3.73334vw;
}
#gazokusansou .l-top .l-concept .concept__block .concept__img-wrap .concept__img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 260px;
}
#gazokusansou .l-top .l-interior {
  padding: 84px 0 0;
  background-image: url(../img/top/interior_back.webp);
  background-size: 100px 100px;
  background-position: center;
  background-repeat: repeat;
}
#gazokusansou .l-top .l-interior .interior__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
#gazokusansou .l-top .l-interior .swiper-interior {
  margin-top: 34px;
}
#gazokusansou .l-top .l-menu {
  margin-top: -60px;
  padding: 150px 0 94px;
  background-color: #2B241E;
}
#gazokusansou .l-top .l-menu .l-container {
  max-width: 500px;
}
#gazokusansou .l-top .l-menu .title__block {
  color: #fff;
}
#gazokusansou .l-top .l-menu .menu__block {
  position: sticky;
  top: 5%;
  margin-top: 172px;
  border-radius: 8px;
  overflow: hidden;
}
#gazokusansou .l-top .l-menu .menu__block-top {
  margin-top: 40px;
}
#gazokusansou .l-top .l-menu .menu__block .menu__inner {
  padding: 36px 16px;
  background-color: #EEECEB;
}
#gazokusansou .l-top .l-menu .menu__block .menu__inner .menu__title-block .title__normal {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #664E3D;
}
#gazokusansou .l-top .l-menu .menu__block .menu__inner .menu__title-block .title__normal-jp {
  margin-top: -2px;
  font-size: 14px;
  text-align: center;
}
#gazokusansou .l-top .l-menu .menu__block .menu__inner .menu__time {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #664E3D;
}
#gazokusansou .l-top .l-menu .menu__block .menu__inner .menu__text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.875;
}
#gazokusansou .l-top .l-menu .menu__block .menu__inner .menu__link {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
#gazokusansou .l-top .l-menu .menu__block .menu__inner .menu__link-text {
  position: relative;
  padding-right: 34px;
  font-size: 16px;
  color: #6A1925;
}
#gazokusansou .l-top .l-menu .menu__block .menu__inner .menu__link-arrow {
  display: block;
  content: "";
  background-image: url(../img/top/arrow_brown.svg);
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 4px;
}
#gazokusansou .l-top .l-menu .menu__block-02 .menu__inner {
  background-color: #664E3D;
}
#gazokusansou .l-top .l-menu .menu__block-02 .menu__inner .menu__title-block .title__normal {
  color: #fff;
}
#gazokusansou .l-top .l-menu .menu__block-02 .menu__inner .menu__title-block .title__normal-jp {
  color: #fff;
}
#gazokusansou .l-top .l-menu .menu__block-02 .menu__inner .menu__time {
  color: #fff;
}
#gazokusansou .l-top .l-menu .menu__block-02 .menu__inner .menu__text {
  color: #fff;
}
#gazokusansou .l-top .l-menu .menu__block-02 .menu__inner .menu__link-text {
  color: #fff;
}
#gazokusansou .l-top .l-menu .menu__block-02 .menu__inner .menu__link-arrow {
  background-image: url(../img/top/arrow_white.svg);
}
#gazokusansou .l-top .l-menu .menu__attention {
  margin-top: 38px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
#gazokusansou .l-top .l-menu .menu__btn {
  margin: 38px auto 0;
}
#gazokusansou .l-top .l-menu .menu__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 204px;
  height: 56px;
  margin: 0 auto;
  background-color: #fff;
}
#gazokusansou .l-top .l-menu .menu__btn a .menu__btn-text {
  position: relative;
  padding-right: 44px;
  font-size: 16px;
}
#gazokusansou .l-top .l-menu .menu__btn a .menu__btn-arrow {
  display: block;
  content: "";
  background-image: url(../img/top/arrow_black.svg);
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 4px;
}
#gazokusansou .l-top .l-info {
  padding-bottom: 64px;
  background-color: #EEECEB;
}
#gazokusansou .l-top .l-info .info__parallax-wrap {
  position: relative;
  width: 100%;
  height: 51.2vw;
  max-height: 350px;
  overflow: hidden;
}
#gazokusansou .l-top .l-info .info__parallax-wrap img {
  position: absolute;
  top: -11.2vw;
  transition: transform 0.1s ease-out;
  width: 100%;
  height: 150%;
}
#gazokusansou .l-top .l-info .info__container {
  width: 85.867%;
  max-width: 360px;
  margin: 0 auto;
  padding-top: 64px;
}
#gazokusansou .l-top .l-info .info__container .info__btn {
  margin-top: 40px;
}
#gazokusansou .l-top .l-info .info__container .info__btn:first-of-type {
  margin-top: 0;
}
#gazokusansou .l-top .l-info .info__container .info__btn a {
  display: block;
  position: relative;
}
#gazokusansou .l-top .l-info .info__container .info__btn a:hover {
  opacity: 0.8;
}
#gazokusansou .l-top .l-info .info__container .info__btn a .info__text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
#gazokusansou .l-top .l-info .info__container .info__btn a .info__text-block .info__title {
  display: block;
  margin-top: 14px;
  font-size: 26px;
}
#gazokusansou .l-top .l-info .info__container .info__btn a .info__text-block .info__text {
  display: block;
  position: relative;
  padding: 4px 0 18px;
  font-size: 10px;
}
#gazokusansou .l-top .l-info .info__container .info__btn a .info__text-block .info__text::before {
  display: block;
  content: "";
  background-image: url(../img/top/arrow_white.svg);
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 3px;
}
#gazokusansou .l-top .l-map {
  height: auto;
  max-height: 500px;
  overflow: hidden;
}
#gazokusansou .l-top .l-map .map__wrap {
  position: relative;
  height: 0;
  padding-top: 95.74%;
  overflow: hidden;
}
#gazokusansou .l-top .l-map .map__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  #gazokusansou .l-top .l-mainvisual .main__title {
    top: 50%;
    width: 18.75%;
  }
  #gazokusansou .l-top .l-mainvisual .main__slider {
    display: flex;
  }
  #gazokusansou .l-top .l-mainvisual .main__slider p {
    width: 50%;
  }
  #gazokusansou .l-top .l-mainvisual .main__slider .main__scroll {
    width: auto;
    padding-bottom: 50px;
    font-size: 16px;
  }
  #gazokusansou .l-top .l-mainvisual .main__slider .main__scroll::before {
    width: 1px;
    height: 40px;
  }
  #gazokusansou .l-top .l-news {
    padding: 80px 0 96px;
  }
  #gazokusansou .l-top .l-news .news__container {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
  }
  #gazokusansou .l-top .l-news .news__container .title__block {
    margin-top: 10px;
  }
  #gazokusansou .l-top .l-news .news__container .title__block .title__normal {
    font-size: 48px;
    color: #6A1925;
  }
  #gazokusansou .l-top .l-news .news__container .title__block .title__normal-jp {
    margin-top: 4px;
    font-size: 16px;
    text-align: left;
  }
  #gazokusansou .l-top .l-news .news__container .news__list {
    width: 78.43%;
    margin-top: 0;
  }
  #gazokusansou .l-top .l-news .news__container .news__list .news__item {
    padding: 18px 0 20px;
    width: 100%;
    background-image: linear-gradient(to right, black 1px, transparent 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  #gazokusansou .l-top .l-news .news__container .news__list .news__item a {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  #gazokusansou .l-top .l-news .news__container .news__list .news__item a .news__date {
    display: block;
    font-size: 16px;
    line-height: 1.5;
  }
  #gazokusansou .l-top .l-news .news__container .news__list .news__item a .news__text {
    display: block;
    padding-top: 0;
    font-size: 16px;
    line-height: 1.75;
  }
  #gazokusansou .l-top .l-news .news__container .news__list .news__item a:hover .news__date {
    text-decoration: underline;
  }
  #gazokusansou .l-top .l-news .news__container .news__list .news__item a:hover .news__text {
    text-decoration: underline;
  }
  #gazokusansou .l-top .l-concept {
    padding-top: 112px;
  }
  #gazokusansou .l-top .l-concept .concept__title {
    font-size: 36px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.28em;
  }
  #gazokusansou .l-top .l-concept .concept__text {
    width: 700px;
    margin: 82px auto 0;
    font-size: 18px;
  }
  #gazokusansou .l-top .l-concept .concept__block {
    margin-top: 62px;
  }
  #gazokusansou .l-top .l-concept .concept__block .concept__brand {
    font-size: 7.8125vw;
    letter-spacing: 0.2em;
  }
  #gazokusansou .l-top .l-concept .concept__block .concept__img-wrap {
    display: flex;
    margin-top: -2.96875vw;
  }
  #gazokusansou .l-top .l-concept .concept__block .concept__img-wrap .concept__img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: none;
  }
  #gazokusansou .l-top .l-interior {
    padding: 130px 0 0;
    background-size: 160px 160px;
  }
  #gazokusansou .l-top .l-interior .interior__title {
    font-size: 28px;
    letter-spacing: 0.28em;
  }
  #gazokusansou .l-top .l-interior .swiper-interior {
    margin-top: 66px;
  }
  #gazokusansou .l-top .l-menu {
    margin-top: -130px;
    padding: 270px 0 148px;
  }
  #gazokusansou .l-top .l-menu .l-container {
    max-width: 1120px;
  }
  #gazokusansou .l-top .l-menu .title__block {
    color: #fff;
  }
  #gazokusansou .l-top .l-menu .menu__block {
    position: sticky;
    top: 20%;
    margin-top: 120px;
  }
  #gazokusansou .l-top .l-menu .menu__block-top {
    margin-top: 48px;
  }
  #gazokusansou .l-top .l-menu .menu__block a {
    display: flex;
  }
  #gazokusansou .l-top .l-menu .menu__block a .menu__img {
    position: relative;
    width: 50%;
    height: auto;
    overflow: hidden;
  }
  #gazokusansou .l-top .l-menu .menu__block a .menu__img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #gazokusansou .l-top .l-menu .menu__block a .menu__inner {
    width: 50%;
    padding: 44px 0;
    background-color: #EEECEB;
  }
  #gazokusansou .l-top .l-menu .menu__block a .menu__inner .menu__title-block .title__normal {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    color: #664E3D;
  }
  #gazokusansou .l-top .l-menu .menu__block a .menu__inner .menu__title-block .title__normal-jp {
    margin-top: 4px;
    font-size: 14px;
    text-align: center;
  }
  #gazokusansou .l-top .l-menu .menu__block a .menu__inner .menu__time {
    margin-top: 18px;
  }
  #gazokusansou .l-top .l-menu .menu__block a .menu__inner .menu__text {
    width: 71.43%;
    margin: 22px auto 0;
    line-height: 1.75;
  }
  #gazokusansou .l-top .l-menu .menu__block a .menu__inner .menu__link-text {
    padding-bottom: 8px;
  }
  #gazokusansou .l-top .l-menu .menu__block a .menu__inner .menu__link-text::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #6A1925;
    transition: 0.4s ease-in-out;
  }
  #gazokusansou .l-top .l-menu .menu__block a .menu__inner .menu__link-text .menu__link-arrow {
    top: 40%;
    transition: 0.4s ease-in-out;
  }
  #gazokusansou .l-top .l-menu .menu__block a:hover .menu__link-text {
    padding-right: 34px;
  }
  #gazokusansou .l-top .l-menu .menu__block a:hover .menu__link-text::before {
    width: calc(100% + 10px);
  }
  #gazokusansou .l-top .l-menu .menu__block a:hover .menu__link-text .menu__link-arrow {
    right: -10px;
  }
  #gazokusansou .l-top .l-menu .menu__block-02 a .menu__inner {
    background-color: #664E3D;
  }
  #gazokusansou .l-top .l-menu .menu__block-02 a .menu__inner .menu__title-block .title__normal {
    color: #fff;
  }
  #gazokusansou .l-top .l-menu .menu__block-02 a .menu__inner .menu__title-block .title__normal-jp {
    color: #fff;
  }
  #gazokusansou .l-top .l-menu .menu__block-02 a .menu__inner .menu__time {
    color: #fff;
  }
  #gazokusansou .l-top .l-menu .menu__block-02 a .menu__inner .menu__text {
    color: #fff;
  }
  #gazokusansou .l-top .l-menu .menu__block-02 a .menu__inner .menu__link-text {
    color: #fff;
  }
  #gazokusansou .l-top .l-menu .menu__block-02 a .menu__inner .menu__link-text::before {
    background-color: #fff;
  }
  #gazokusansou .l-top .l-menu .menu__block-02 a .menu__inner .menu__link-arrow {
    background-image: url(../img/top/arrow_white.svg);
  }
  #gazokusansou .l-top .l-menu .menu__attention {
    margin-top: 96px;
    text-align: center;
  }
  #gazokusansou .l-top .l-menu .menu__btn {
    margin: 46px auto 0;
  }
  #gazokusansou .l-top .l-menu .menu__btn a {
    transition: 0.3s ease-in-out;
  }
  #gazokusansou .l-top .l-menu .menu__btn a:hover {
    background-color: #966F39;
  }
  #gazokusansou .l-top .l-menu .menu__btn a:hover .menu__btn-text {
    color: #fff;
  }
  #gazokusansou .l-top .l-menu .menu__btn a:hover .menu__btn-arrow {
    background-image: url(../img/top/arrow_beige.svg);
  }
  #gazokusansou .l-top .l-info {
    padding-bottom: 148px;
  }
  #gazokusansou .l-top .l-info .info__parallax-wrap {
    height: 32.8125vw;
    max-height: 420px;
  }
  #gazokusansou .l-top .l-info .info__parallax-wrap img {
    top: -22.656vw;
    height: auto;
  }
  #gazokusansou .l-top .l-info .info__container {
    display: flex;
    justify-content: space-between;
    width: 81.25%;
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 148px;
  }
  #gazokusansou .l-top .l-info .info__container .info__btn {
    width: 42.858%;
    margin: 0 auto;
  }
  #gazokusansou .l-top .l-info .info__container .info__btn a .info__text-block .info__title {
    margin-top: 1.719vw;
    font-size: 3.125vw;
  }
  #gazokusansou .l-top .l-info .info__container .info__btn a .info__text-block .info__text {
    padding: 0.625vw 0 2.188vw;
    font-size: 1.25vw;
  }
  #gazokusansou .l-top .l-info .info__container .info__btn a .info__text-block .info__text::before {
    width: 20px;
    height: 5px;
  }
  #gazokusansou .l-top .l-map {
    max-height: none;
  }
  #gazokusansou .l-top .l-map .map__wrap {
    padding-top: 360px;
  }
}
@media screen and (min-width: 1280px) {
  #gazokusansou .l-top .l-concept .concept__block .concept__brand {
    font-size: 100px;
  }
  #gazokusansou .l-top .l-concept .concept__block .concept__img-wrap {
    display: flex;
    justify-content: center;
    margin-top: -36px;
  }
  #gazokusansou .l-top .l-concept .concept__block .concept__img-wrap .concept__img {
    max-width: 960px;
  }
  #gazokusansou .l-top .l-info .info__container .info__btn a .info__text-block .info__title {
    margin-top: 22px;
    font-size: 40px;
  }
  #gazokusansou .l-top .l-info .info__container .info__btn a .info__text-block .info__text {
    padding: 8px 0 28px;
    font-size: 16px;
  }
  #gazokusansou .l-top .l-info .info__container .info__btn a .info__text-block .info__text::before {
    width: 20px;
    height: 5px;
  }
  #gazokusansou .l-top .l-map {
    max-height: none;
  }
  #gazokusansou .l-top .l-map .map__wrap {
    padding-top: 360px;
  }
}
#gazokusansou .l-introduce .section__wrap {
  padding: 84px 0 0;
  background-color: #6A1925;
  color: #fff;
}
#gazokusansou .l-introduce .section__wrap .l-container {
  max-width: 600px;
}
#gazokusansou .l-introduce .section__wrap .mansion__title {
  font-size: 24px;
  line-height: 1.75;
  text-align: center;
  font-weight: 200;
  letter-spacing: 0.06em;
}
#gazokusansou .l-introduce .section__wrap .mansion__wrap {
  margin-top: 54px;
  font-weight: 200;
}
#gazokusansou .l-introduce .section__wrap .mansion__wrap .mansion__img {
  position: relative;
  padding-bottom: 121.134vw;
}
#gazokusansou .l-introduce .section__wrap .mansion__wrap .mansion__img-01 {
  width: 100%;
}
#gazokusansou .l-introduce .section__wrap .mansion__wrap .mansion__img-02 {
  position: absolute;
  bottom: 28%;
  right: 50%;
  z-index: 2;
  width: 43.895%;
}
#gazokusansou .l-introduce .section__wrap .mansion__wrap .mansion__img-02 .mansion__img-copy {
  margin: 2px auto 0 2px;
  font-size: 2.667vw;
  letter-spacing: 0.06em;
}
#gazokusansou .l-introduce .section__wrap .mansion__wrap .mansion__img-03 {
  position: absolute;
  bottom: 0;
  right: 5.814%;
  z-index: 1;
  width: 53.488%;
}
#gazokusansou .l-introduce .section__wrap .mansion__wrap .mansion__text .text__small_space-wide {
  padding-top: 36px;
}
#gazokusansou .l-introduce .section__wrap .mansion__wrap .mansion__text .text__small_space-wide:first-of-type {
  padding-top: 0;
}
#gazokusansou .l-introduce .section__wrap .introduce__parallax-wrap {
  position: relative;
  width: 100%;
  height: 76.267vw;
  max-height: 500px;
  margin-top: 120px;
  overflow: hidden;
}
#gazokusansou .l-introduce .section__wrap .introduce__parallax-wrap img {
  position: absolute;
  top: -26.2%;
  transform: translateZ(0);
  transition: transform 0.1s ease-out;
  object-fit: cover;
  width: 100%;
  height: 150%;
}
#gazokusansou .l-introduce .section__wrap-space {
  padding: 110px 0 120px;
}
#gazokusansou .l-introduce .section__wrap-space .space__block {
  margin-top: 92px;
}
#gazokusansou .l-introduce .section__wrap-space .space__block-top {
  margin-top: 0;
}
#gazokusansou .l-introduce .section__wrap-space .space__block .space__text-block {
  margin-top: 24px;
}
#gazokusansou .l-introduce .section__wrap-space .space__block .space__text-block .space__title {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.2em;
}
#gazokusansou .l-introduce .section__wrap-space .space__block .space__text-block .space__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2;
  font-weight: 200;
}
#gazokusansou .l-introduce .section__wrap-room {
  padding: 0;
  background-color: #fff;
  color: #664E3D;
}
#gazokusansou .l-introduce .section__wrap-room .l-room {
  padding: 120px 0 0;
}
#gazokusansou .l-introduce .section__wrap-room .room__wrap {
  margin-top: 40px;
}
#gazokusansou .l-introduce .section__wrap-room .room__wrap .room__block {
  margin-top: 94px;
}
#gazokusansou .l-introduce .section__wrap-room .room__wrap .room__block-top {
  margin-top: 40px;
}
#gazokusansou .l-introduce .section__wrap-room .room__wrap .room__block .room__text-block {
  margin-top: 36px;
}
#gazokusansou .l-introduce .section__wrap-room .room__wrap .room__block .room__text-block .room__title {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #2B241E;
}
#gazokusansou .l-introduce .section__wrap-room .room__wrap .room__block .room__text-block .room__title-sub {
  font-size: 20px;
  text-align: center;
}
#gazokusansou .l-introduce .section__wrap-room .room__wrap .room__block .room__text {
  margin-top: 18px;
  font-size: 16px;
  line-height: 2;
}
#gazokusansou .l-introduce .section__wrap-room .room__map {
  margin-top: 120px;
}
#gazokusansou .l-introduce .section__wrap-room .introduce__parallax-wrap-room {
  width: 100%;
  height: 76.267vw;
  max-height: 500px;
  margin-top: 120px;
  overflow: hidden;
}
#gazokusansou .l-introduce .section__wrap-room .introduce__parallax-wrap-room img {
  position: absolute;
  top: -11.2vw;
  transition: transform 0.1s ease-out;
  width: 100%;
  height: 150%;
}
#gazokusansou .l-introduce .section__wrap-room .l-foundation {
  padding: 90px 0 120px;
  color: #2B241E;
}
#gazokusansou .l-introduce .section__wrap-room .l-foundation .foundation__text {
  text-align: center;
}
#gazokusansou .l-introduce .section__wrap-room .l-foundation .foundation__link {
  width: 264px;
  margin: 62px auto 0;
}
#gazokusansou .l-introduce .section__wrap-room .l-foundation .foundation__link a {
  display: block;
  position: relative;
}
#gazokusansou .l-introduce .section__wrap-room .l-foundation .foundation__link a img {
  padding-right: 26px;
}
#gazokusansou .l-introduce .section__wrap-room .l-foundation .foundation__link a::before {
  display: block;
  content: "";
  background-image: url(../img/introduce/icon_tab.svg);
  background-size: 100%;
  position: absolute;
  top: 36%;
  right: 0;
  transform: translateY(-50%);
  width: 8.6px;
  height: 8.6px;
}

@media screen and (min-width: 769px) {
  #gazokusansou .l-introduce .section__wrap {
    padding: 126px 0 0;
  }
  #gazokusansou .l-introduce .section__wrap .l-container {
    max-width: 1120px;
  }
  #gazokusansou .l-introduce .section__wrap .mansion__title {
    font-size: 36px;
    letter-spacing: 0.28em;
  }
  #gazokusansou .l-introduce .section__wrap .mansion__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1040px;
    margin: 112px auto 0;
  }
  #gazokusansou .l-introduce .section__wrap .mansion__wrap .mansion__img {
    position: relative;
    width: 46.159%;
    padding-bottom: 542px;
  }
  #gazokusansou .l-introduce .section__wrap .mansion__wrap .mansion__img-01 {
    width: 100%;
  }
  #gazokusansou .l-introduce .section__wrap .mansion__wrap .mansion__img-02 {
    position: absolute;
    bottom: 26.457%;
    right: 50.625%;
    z-index: 2;
    width: 39.5834%;
  }
  #gazokusansou .l-introduce .section__wrap .mansion__wrap .mansion__img-02 .mansion__img-copy {
    margin: 4px auto 0 2px;
    font-size: 10px;
  }
  #gazokusansou .l-introduce .section__wrap .mansion__wrap .mansion__img-03 {
    position: absolute;
    bottom: 0;
    right: 10.834%;
    z-index: 1;
    width: 47.9167%;
  }
  #gazokusansou .l-introduce .section__wrap .mansion__wrap .mansion__text {
    width: 46.159%;
    margin-top: 0;
  }
  #gazokusansou .l-introduce .section__wrap .mansion__wrap .mansion__text .text__small_space-wide {
    padding-top: 36px;
    font-size: 18px;
  }
  #gazokusansou .l-introduce .section__wrap .mansion__wrap .mansion__text .text__small_space-wide:first-of-type {
    padding-top: 0;
  }
  #gazokusansou .l-introduce .section__wrap .introduce__parallax-wrap {
    width: 100%;
    height: 28.125vw;
    max-height: 500px;
    margin-top: 148px;
    overflow: hidden;
  }
  #gazokusansou .l-introduce .section__wrap .introduce__parallax-wrap img {
    top: -12.2vw;
    height: auto;
  }
  #gazokusansou .l-introduce .section__wrap-space {
    padding: 148px 0 148px;
  }
  #gazokusansou .l-introduce .section__wrap-space .space__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1120px;
    margin-top: 96px;
  }
  #gazokusansou .l-introduce .section__wrap-space .space__block-top {
    margin-top: 0;
  }
  #gazokusansou .l-introduce .section__wrap-space .space__block .space__img {
    width: 48.125%;
  }
  #gazokusansou .l-introduce .section__wrap-space .space__block .space__text-block {
    width: 48.125%;
    margin-top: 0;
  }
  #gazokusansou .l-introduce .section__wrap-space .space__block .space__text-block .space__title {
    font-size: 24px;
    text-align: left;
  }
  #gazokusansou .l-introduce .section__wrap-space .space__block .space__text-block .space__text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 2;
  }
  #gazokusansou .l-introduce .section__wrap-room {
    padding: 0;
    background-color: #fff;
    color: #664E3D;
  }
  #gazokusansou .l-introduce .section__wrap-room .l-room {
    padding: 148px 0 0;
  }
  #gazokusansou .l-introduce .section__wrap-room .room__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1120px;
    margin-top: 48px;
  }
  #gazokusansou .l-introduce .section__wrap-room .room__wrap .room__block {
    width: 31.071%;
    margin-top: 0;
  }
  #gazokusansou .l-introduce .section__wrap-room .room__wrap .room__block-top {
    margin-top: 0;
  }
  #gazokusansou .l-introduce .section__wrap-room .room__wrap .room__block .room__text-block {
    margin-top: 40px;
  }
  #gazokusansou .l-introduce .section__wrap-room .room__wrap .room__block .room__text-block .room__title {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #2B241E;
  }
  #gazokusansou .l-introduce .section__wrap-room .room__wrap .room__block .room__text-block .room__title-sub {
    margin-top: 4px;
    font-size: 24px;
    text-align: center;
  }
  #gazokusansou .l-introduce .section__wrap-room .room__wrap .room__block .room__text {
    width: 93.103%;
    margin: 24px auto 0;
    font-size: 16px;
    line-height: 2;
  }
  #gazokusansou .l-introduce .section__wrap-room .room__map {
    width: 71.428%;
    max-width: 800px;
    margin: 112px auto 0;
  }
  #gazokusansou .l-introduce .section__wrap-room .introduce__parallax-wrap-room {
    width: 100%;
    height: 28.125vw;
    max-height: 500px;
    margin-top: 148px;
    overflow: hidden;
  }
  #gazokusansou .l-introduce .section__wrap-room .introduce__parallax-wrap-room img {
    top: -12.2vw;
  }
  #gazokusansou .l-introduce .section__wrap-room .l-foundation {
    padding: 136px 0 148px;
    color: #2B241E;
  }
  #gazokusansou .l-introduce .section__wrap-room .l-foundation .foundation__text {
    text-align: center;
  }
  #gazokusansou .l-introduce .section__wrap-room .l-foundation .foundation__link {
    width: 332px;
    margin: 48px auto 0;
  }
  #gazokusansou .l-introduce .section__wrap-room .l-foundation .foundation__link a:hover {
    opacity: 0.7;
  }
  #gazokusansou .l-introduce .section__wrap-room .l-foundation .foundation__link a img {
    padding-right: 38px;
  }
  #gazokusansou .l-introduce .section__wrap-room .l-foundation .foundation__link a::before {
    top: 36%;
    width: 10.6px;
    height: 10.6px;
  }
}
#gazokusansou .l-chef .section__wrap {
  padding: 98px 0 128px;
}
#gazokusansou .l-chef .section__wrap .profile__img {
  width: 64%;
  margin: 0 auto;
}
#gazokusansou .l-chef .section__wrap .profile__block {
  margin-top: 52px;
  text-align: center;
}
#gazokusansou .l-chef .section__wrap .profile__job {
  font-size: 18px;
}
#gazokusansou .l-chef .section__wrap .profile__name {
  margin-top: 16px;
}
#gazokusansou .l-chef .section__wrap .profile__name-en {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.28em;
}
#gazokusansou .l-chef .section__wrap .profile__text {
  margin-top: 36px;
}
#gazokusansou .l-chef .section__wrap .profile-detail__block {
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid #2B241E;
}
#gazokusansou .l-chef .section__wrap .profile-detail__title {
  color: #B78F00;
}
#gazokusansou .l-chef .section__wrap .profile-detail__text {
  margin-top: 2px;
}
#gazokusansou .l-chef .section__wrap .profile-detail__text-space {
  display: ruby;
}
#gazokusansou .l-chef .section__wrap .l-snap {
  position: relative;
  margin-top: 62px;
  height: 82.667vw;
}
#gazokusansou .l-chef .section__wrap .l-snap .snap__img-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 31.1%;
}
#gazokusansou .l-chef .section__wrap .l-snap .snap__img-02 {
  position: absolute;
  top: 36.849%;
  left: 15.988%;
  z-index: 2;
  width: 60.756%;
}
#gazokusansou .l-chef .section__wrap .l-snap .snap__img-03 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 31.1%;
}
#gazokusansou .l-chef .l-breadcrumb {
  background-color: #EEECEB;
}

@media screen and (min-width: 769px) {
  #gazokusansou .l-chef .section__wrap {
    padding: 144px 0 150px;
  }
  #gazokusansou .l-chef .section__wrap .l-container {
    max-width: 600px;
  }
  #gazokusansou .l-chef .section__wrap .l-container .profile__img {
    width: 100%;
    max-width: 360px;
  }
  #gazokusansou .l-chef .section__wrap .l-container .profile__block {
    margin-top: 80px;
    text-align: center;
  }
  #gazokusansou .l-chef .section__wrap .l-container .profile__job {
    font-size: 20px;
    letter-spacing: 0.06em;
  }
  #gazokusansou .l-chef .section__wrap .l-container .profile__name {
    margin-top: 26px;
    font-size: 20px;
  }
  #gazokusansou .l-chef .section__wrap .l-container .profile__name-en {
    margin-top: 20px;
    font-size: 28px;
  }
  #gazokusansou .l-chef .section__wrap .l-container .profile__text {
    margin-top: 50px;
  }
  #gazokusansou .l-chef .section__wrap .l-container .profile-detail__block {
    margin-top: 44px;
    padding-top: 30px;
    border-top: 1px solid #2B241E;
  }
  #gazokusansou .l-chef .section__wrap .l-container .profile-detail__title {
    color: #B78F00;
  }
  #gazokusansou .l-chef .section__wrap .l-container .profile-detail__text {
    margin-top: 2px;
  }
  #gazokusansou .l-chef .section__wrap .l-container .l-snap {
    margin-top: 114px;
    height: 640px;
  }
  #gazokusansou .l-chef .section__wrap .l-container .l-snap .snap__img-01 {
    width: 220px;
  }
  #gazokusansou .l-chef .section__wrap .l-container .l-snap .snap__img-02 {
    top: 234px;
    left: 114px;
    width: 60.756%;
  }
  #gazokusansou .l-chef .section__wrap .l-container .l-snap .snap__img-03 {
    width: 220px;
  }
}
#gazokusansou .l-access .section__wrap {
  padding: 96px 0 0;
}
#gazokusansou .l-access .section__wrap .l-container {
  max-width: 500px;
}
#gazokusansou .l-access .section__wrap .l-container .l-map {
  padding-bottom: 120px;
}
#gazokusansou .l-access .section__wrap .l-container .l-map .map__wrap {
  position: relative;
  height: 0;
  padding-top: 54.1%;
  overflow: hidden;
}
#gazokusansou .l-access .section__wrap .l-container .l-map .map__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gazokusansou .l-access .section__wrap .l-container .l-map .map__img {
  margin-top: 64px;
}
#gazokusansou .l-access .section__wrap .l-container .l-map .map-info__block {
  margin-top: 64px;
}
#gazokusansou .l-access .section__wrap .l-container .l-map .map-info__block .info__title {
  margin-top: 26px;
  color: #664E3D;
}
#gazokusansou .l-access .section__wrap .l-container .l-map .map-info__block .info__title:first-child {
  margin-top: 0;
}
#gazokusansou .l-access .section__wrap .l-info {
  padding: 120px 0;
  background-color: #fff;
}
#gazokusansou .l-access .section__wrap .l-info .info__block {
  margin-bottom: 26px;
  padding-bottom: 30px;
  border-bottom: 1px solid #664E3D;
}
#gazokusansou .l-access .section__wrap .l-info .info__block:last-child {
  margin-bottom: 0;
}
#gazokusansou .l-access .section__wrap .l-info .info__block dt {
  color: #664E3D;
}
#gazokusansou .l-access .section__wrap .l-info .info__block dd {
  text-align: left;
}
#gazokusansou .l-access .section__wrap .l-info .info__list-notes {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.85;
  color: #664E3D;
}
#gazokusansou .l-access .section__wrap .l-info .info__list-notes li {
  position: relative;
  padding-left: 1.3em;
}
#gazokusansou .l-access .section__wrap .l-info .info__list-notes li::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.85;
}

@media screen and (min-width: 769px) {
  #gazokusansou .l-access .section__wrap {
    padding: 148px 0 0;
  }
  #gazokusansou .l-access .section__wrap .l-container {
    max-width: 700px;
  }
  #gazokusansou .l-access .section__wrap .l-container .l-map {
    padding-bottom: 148px;
  }
  #gazokusansou .l-access .section__wrap .l-container .l-map .map__wrap {
    padding-top: 378px;
  }
  #gazokusansou .l-access .section__wrap .l-container .l-map .map__img {
    margin-top: 96px;
  }
  #gazokusansou .l-access .section__wrap .l-container .l-map .map-info__block {
    margin-top: 92px;
  }
  #gazokusansou .l-access .section__wrap .l-container .l-map .map-info__block dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #gazokusansou .l-access .section__wrap .l-container .l-map .map-info__block dl .info__title {
    width: 36.8%;
    margin-top: 16px;
  }
  #gazokusansou .l-access .section__wrap .l-container .l-map .map-info__block dl .info__title:first-of-type {
    margin-top: 0;
  }
  #gazokusansou .l-access .section__wrap .l-container .l-map .map-info__block dl .info__detail {
    width: 63.2%;
    margin-top: 16px;
  }
  #gazokusansou .l-access .section__wrap .l-container .l-map .map-info__block dl .info__detail:first-of-type {
    margin-top: 0;
  }
  #gazokusansou .l-access .section__wrap .l-info {
    padding: 148px 0;
  }
  #gazokusansou .l-access .section__wrap .l-info .info__block {
    margin-bottom: 28px;
    padding-bottom: 30px;
  }
  #gazokusansou .l-access .section__wrap .l-info .info__block:last-child {
    margin-bottom: 0;
  }
  #gazokusansou .l-access .section__wrap .l-info .info__block .info__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #gazokusansou .l-access .section__wrap .l-info .info__block .info__list dt {
    width: 36.8%;
  }
  #gazokusansou .l-access .section__wrap .l-info .info__block .info__list dd {
    font-size: 18px;
    width: 63.2%;
  }
  #gazokusansou .l-access .section__wrap .l-info .info__list-notes {
    width: 63.2%;
    margin: 4px 0 0 auto;
  }
}
#gazokusansou .l-menu .section__wrap {
  padding: 64px 0 120px;
}
#gazokusansou .l-menu .section__wrap .tab__menu {
  display: flex;
  list-style: none;
  width: 100%;
  max-width: calc(442px + 8.534%);
  margin: 0 auto;
  padding: 0 4.267% 16px;
  overflow-x: auto;
  overflow-y: hidden;
}
#gazokusansou .l-menu .section__wrap .tab__menu::-webkit-scrollbar {
  height: 5px;
}
#gazokusansou .l-menu .section__wrap .tab__menu::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
#gazokusansou .l-menu .section__wrap .tab__menu::-webkit-scrollbar-thumb {
  background-color: #664E3D;
  border-radius: 10px;
}
#gazokusansou .l-menu .section__wrap .tab__menu .simplebar-content {
  display: flex;
}
#gazokusansou .l-menu .section__wrap .tab__menu .simplebar-track.simplebar-horizontal {
  height: 8px !important;
  background-color: #fff;
  border-radius: 10px;
}
#gazokusansou .l-menu .section__wrap .tab__menu .simplebar-scrollbar.simplebar-horizontal {
  background-color: #664E3D !important;
  border-radius: 10px;
  height: 8px !important;
  top: 0px !important;
}
#gazokusansou .l-menu .section__wrap .tab__menu .tab__item {
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 8px;
  text-align: center;
}
#gazokusansou .l-menu .section__wrap .tab__menu .tab__item:last-of-type {
  margin-right: 0;
}
#gazokusansou .l-menu .section__wrap .tab__menu .tab__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-width: 142px;
  height: 60px;
  text-decoration: none;
  color: #664E3D;
  background-color: #fff;
  transition: all 0.3s;
}
#gazokusansou .l-menu .section__wrap .tab__menu .tab__item a .text__main {
  font-size: 14px;
  font-weight: 400;
}
#gazokusansou .l-menu .section__wrap .tab__menu .tab__item a .text__sub {
  margin-top: 2px;
  font-size: 12px;
}
#gazokusansou .l-menu .section__wrap .tab__menu .tab__item.active a {
  color: #fff;
  background-color: #664E3D;
}
#gazokusansou .l-menu .section__wrap .l-container {
  max-width: 600px;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .tab__panel {
  padding-top: 74px;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .tab__panel:not(.active) {
  display: none;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .title__block .title__normal {
  color: #664E3D;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .title__block .title__normal-jp {
  font-size: 16px;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__time {
  padding-top: 26px;
  text-align: center;
  color: #664E3D;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap {
  margin-top: 94px;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-top {
  margin-top: 64px;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .thumbnail-slider {
  margin-top: 12px;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .thumbnail-slider .swiper-slide {
  position: relative;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .thumbnail-slider .swiper-slide-thumb-active::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: solid 3px #6A1925;
  transition: none;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .thumbnail-slider img {
  cursor: pointer;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-attention {
  margin-top: 18px;
  padding-left: 1em;
  font-size: 14px;
  text-indent: -1em;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list {
  margin-top: 30px;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__title-block .menu__title {
  font-size: 24px;
  font-weight: 500;
  color: #563726;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__title-block .menu__title-info {
  margin-top: 8px;
  font-size: 14px;
  color: #664E3D;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__title-block .menu__title-price {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block {
  margin-top: 36px;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text::before {
  display: block;
  content: "";
  background-image: url(../img/menu/menu_border.webp);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text:last-of-type {
  margin-bottom: 0;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text span {
  display: block;
  margin-bottom: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text span:last-of-type {
  margin-bottom: 0;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text .menu__text-info {
  color: #6A1925;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text .menu__text-main {
  padding-left: 0;
  text-indent: 0;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text .menu__text-select {
  padding-left: 0;
  text-indent: 0;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text .menu__text-up {
  padding-left: 0;
  text-indent: 0;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text-check .menu__text-main {
  margin-bottom: 8px;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-attention {
  margin-top: 16px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  color: #6A1925;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-drink .menu__block-list {
  margin-top: 64px;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-drink .menu__block-list .menu__list dt {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-drink .menu__block-list .menu__list dt .notice {
  color: #6A1925;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-drink .menu__block-list .menu__list dd {
  display: block;
  position: relative;
  width: 100%;
  margin: 16px 0;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-drink .menu__block-list .menu__list dd::before {
  display: block;
  content: "";
  background-image: url(../img/menu/menu_border.webp);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__reservation {
  margin-top: 86px;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__reservation .reservation__title {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__reservation .reservation__attention {
  margin-top: 32px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.85;
  text-indent: -1em;
  color: #664E3D;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__cancel {
  margin-top: 42px;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__cancel .cancel__title {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__cancel .cancel__text {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.85;
  color: #664E3D;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__cancel .cancel__date {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.85;
  color: #664E3D;
}
#gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__cancel .cancel__date-top {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  #gazokusansou .l-menu .section__wrap {
    padding: 96px 0 140px;
  }
  #gazokusansou .l-menu .section__wrap .tab__menu {
    display: flex;
    list-style: none;
    width: 94%;
    max-width: 745px;
    margin: 0 auto;
    padding: 0 0 16px;
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-width: auto;
    scrollbar-color: #664E3D #fff;
  }
  #gazokusansou .l-menu .section__wrap .tab__menu::-webkit-scrollbar {
    height: 4px;
  }
  #gazokusansou .l-menu .section__wrap .tab__menu::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
  }
  #gazokusansou .l-menu .section__wrap .tab__menu::-webkit-scrollbar-thumb {
    background-color: #664E3D;
    border-radius: 5px;
  }
  #gazokusansou .l-menu .section__wrap .tab__menu .tab__item {
    flex: 1;
    margin-right: 8px;
    text-align: center;
  }
  #gazokusansou .l-menu .section__wrap .tab__menu .tab__item:last-of-type {
    margin-right: 0;
  }
  #gazokusansou .l-menu .section__wrap .tab__menu .tab__item a {
    width: 100%;
    min-width: 142px;
    height: 102px;
    max-height: 102px;
  }
  #gazokusansou .l-menu .section__wrap .tab__menu .tab__item a .text__main {
    font-size: 24px;
  }
  #gazokusansou .l-menu .section__wrap .tab__menu .tab__item a .text__sub {
    margin-top: 2px;
    font-size: 16px;
  }
  #gazokusansou .l-menu .section__wrap .tab__menu .tab__item a:hover {
    color: #fff;
    background-color: #664E3D;
  }
  #gazokusansou .l-menu .section__wrap .l-container {
    max-width: 1120px;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .tab__panel {
    padding-top: 138px;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .tab__panel:not(.active) {
    display: none;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .title__block .title__normal {
    color: #664E3D;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .title__block .title__normal-jp {
    font-size: 16px;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__time {
    padding-top: 26px;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 126px;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-top {
    margin-top: 94px;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-slider {
    width: 50%;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .thumbnail-slider {
    margin-top: 18px;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-attention {
    margin-top: 24px;
    font-size: 14px;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list {
    width: 45.7142%;
    margin-top: 0;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__title-block .menu__title {
    font-size: 24px;
    font-weight: 500;
    color: #563726;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__title-block .menu__title-info {
    margin-top: 8px;
    font-size: 14px;
    color: #664E3D;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__title-block .menu__title-price {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.8;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block {
    margin-top: 36px;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text::before {
    display: block;
    content: "";
    background-image: url(../img/menu/menu_border.webp);
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text:last-of-type {
    margin-bottom: 0;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text span {
    display: block;
    margin-bottom: 14px;
    padding-left: 1em;
    text-indent: -1em;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text span:last-of-type {
    margin-bottom: 0;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text .menu__text-info {
    color: #6A1925;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text .menu__text-main {
    padding-left: 0;
    text-indent: 0;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-block .menu__text .menu__text-up {
    padding-left: 0;
    text-indent: 0;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap .menu__block-list .menu__text-attention {
    margin-top: 16px;
    font-size: 16px;
    color: #6A1925;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-drink {
    display: block;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-drink .menu__img {
    width: 560px;
    margin: 0 auto;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-drink .menu__block-list {
    width: 100%;
    max-width: 700px;
    margin: 96px auto 0;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-drink .menu__block-list .menu__list {
    display: flex;
    flex-wrap: wrap;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-drink .menu__block-list .menu__list dt {
    width: 85.7%;
    font-size: 16px;
    line-height: 1.5;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-drink .menu__block-list .menu__list dt .notice {
    color: #6A1925;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-drink .menu__block-list .menu__list dd {
    width: 14.3%;
    margin: 0 0 16px;
    padding-bottom: 16px;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-drink .menu__block-list .menu__list dd::before {
    left: unset;
    right: 0;
    width: 700px;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__wrap-drink .menu__block-list .menu__text-attention {
    margin-top: 0;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__reservation {
    width: 90%;
    max-width: 700px;
    margin: 110px auto 0;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__reservation .reservation__title {
    font-size: 28px;
    letter-spacing: 0.28em;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__reservation .reservation__attention {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.85;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__cancel {
    width: 90%;
    max-width: 700px;
    margin: 58px auto 0;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__cancel .cancel__title {
    font-size: 28px;
    letter-spacing: 0.28em;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__cancel .cancel__text {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.85;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__cancel .cancel__date {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.85;
    color: #664E3D;
  }
  #gazokusansou .l-menu .section__wrap .l-container .tab__contents .menu__cancel .cancel__date-top {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  #gazokusansou .l-menu .section__wrap .tab__menu .tab__item a .text__main {
    font-size: 24px;
  }
  #gazokusansou .l-menu .section__wrap .tab__menu .tab__item a .text__sub {
    margin-top: 2px;
    font-size: 16px;
  }
}
/*
6.Accessibility
*/
#gazokusansou *:focus-visible {
  transition: none;
  outline-width: 2px !important;
  outline-offset: -2px !important;
  outline-color: #0D6ED0 !important;
}/*# sourceMappingURL=style.css.map */