:root {
  --notosans: "Noto Sans jP", sans-serif;
  --zengothic: "Zen Kaku Gothic New", sans-serif;
  --bizgothic: "BIZ UDGothic", sans-serif;
  --notoserif: "Noto Serif JP", serif;
  --zenold: "Zen Old Mincho", serif;
  --sawarabi: "Sawarabi Mincho", serif;
  --sippori: "Shippori Mincho", serif;
  --kiwi: "Kiwi Maru", "Zen Maru Gothic", "Kosugi Maru", serif;
  --zenmaru: "Zen Maru Gothic", serif;
  --kosugimaru: "Kosugi Maru", serif;
  --sree: "Sree Krushnadevaraya", serif;
  --zenantique: "Zen Antique", serif;
  --montserrat: "Montserrat", serif;
}

/* Universal box-sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

/* Set default styles for html */
html {
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  word-break: auto-phrase;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: sans-serif; /* Set a base font family */
  color: #301a00;
}
body::after {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background: url(https://washokuizakaya-enn.com/system_panel/uploads/images/bg.jpg) center/cover no-repeat;
  z-index: -1;
}

strong {
  line-height: 1;
  font-weight: 600;
}

/* Reset default link styles */
a {
  text-decoration: none; /* Remove underlines from all links */
  color: inherit; /* Make sure the link color inherits the surrounding text color */
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Reset styles for form elements */
input,
button,
textarea,
select {
  font: inherit;
  border: none; /* Remove borders on form elements */
  background: transparent; /* Make background transparent */
}

/* Remove animations and transitions for users with reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html,
body {
  font-family: var(--sippori);
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.1em;
  overflow-x: clip;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
}

li {
  list-style-type: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
}

.sans {
  font-family: var(--notosans);
}

@media (min-width: 1200px) {
  .ex-inner {
    max-width: 1240px;
    padding: 0 20px;
  }
}

.link-btn-wrap .link-btn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 100px 15px 40px;
  border: solid 1px #301a00;
}
.link-btn-wrap .link-btn:hover {
  color: #9a7343;
}
.link-btn-wrap .link-btn::before, .link-btn-wrap .link-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.link-btn-wrap .link-btn::before {
  width: 22px;
  height: 22px;
  left: 10px;
  background: url(https://washokuizakaya-enn.com/system_panel/uploads/images/circle_03.png) center/contain no-repeat;
}
.link-btn-wrap .link-btn::after {
  width: 39px;
  height: 6px;
  right: 15px;
  background: url(https://washokuizakaya-enn.com/system_panel/uploads/images/20250625155849238916.png) center/contain no-repeat;
  transition: all 0.3s ease;
}
.link-btn-wrap .link-btn:hover::after {
  right: 8px;
  transition: all 0.3s ease;
}

.section-title {
  border-bottom: solid 1px #301a00;
}
.section-title h2 strong {
  font-weight: 600;
  font-size: 3rem !important;
}
@media (min-width: 768px) {
  .section-title h2 strong {
    font-size: 5rem !important;
  }
}
@media (min-width: 992px) {
  .section-title h2 strong {
    font-size: 6rem !important;
  }
}

#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  height: 100svh;
  background: #333;
  pointer-events: none;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
#loading .loading-area__inner {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  row-gap: 10px;
}
#loading .loading__wrap {
  opacity: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  #loading .loading__wrap {
    align-items: flex-start;
    flex-direction: row;
  }
}
#loading .loading__wrap .loading__text {
  font-size: max(12px, 1rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  color: #fff;
  writing-mode: horizontal-tb;
}
@media (max-height: 500px) {
  #loading .loading__wrap .loading__text {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 992px) {
  #loading .loading__wrap .loading__text {
    writing-mode: vertical-lr;
    font-size: 1.25rem;
  }
}
#loading .loading__logo {
  margin: 0 auto;
  width: min(200px, 100%);
  opacity: 0;
}
@media (min-width: 992px) {
  #loading .loading__logo {
    width: min(250px, 100%);
  }
}
#loading .loading__logo img {
  width: 100%;
  display: block;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 1000;
  pointer-events: none;
}
.l-header__inner {
  height: inherit;
}
.l-header__menu {
  position: relative;
  height: inherit;
}
.l-header__lists {
  align-items: flex-end;
  height: inherit;
  gap: 15px;
}
.l-header__menu__link {
  padding: 3px 0;
  position: relative;
  padding-right: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: auto;
}
.l-header__menu__link:visited, .l-header__menu__link:link {
  color: white;
}
.l-header__menu__link::after {
  position: absolute;
  left: 0px;
  content: "";
  width: 100%;
  height: 0.0625rem;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  background: white;
  border-radius: 5px;
  transition: transform 0.3s;
}
.l-header__menu__link:hover::after {
  transform: scale(1, 1);
}

.links-wrap {
  max-width: 200px;
  margin-left: auto;
  margin-top: 60px;
  flex: 1;
}

.sns-links {
  display: none;
}
.sns-links > a {
  display: inline-block;
  width: 30px;
}
@media (min-width: 992px) {
  .sns-links > a {
    width: 45px;
  }
}

.nav-wrap {
  position: relative;
  margin: auto;
  max-width: 580px;
  min-height: 100%;
  padding: 8rem 0;
}
@media (max-height: 500px) {
  .nav-wrap {
    padding: 5rem 0;
  }
}
@media (min-width: 992px) {
  .nav-wrap {
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    overflow-y: visible;
    padding: 0;
  }
}

.hd-logo {
  display: none;
  max-width: 10rem;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .hd-logo {
    max-width: 14.375rem;
  }
}
@media (min-width: 992px) {
  .hd-logo {
    max-width: 20rem;
  }
}

.global_nav {
  transition: all 0.3s ease;
  overflow-y: auto;
  min-height: 100dvh;
  max-height: 100dvh;
  display: block !important;
  height: auto;
  height: 100% !important;
  overflow-y: auto;
}
.global_nav.scrolled {
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.global_nav.scrolled .hd-logo {
  display: block;
}
.global_nav.scrolled .sns-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: static;
  transform: none;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
@media (min-width: 992px) {
  .global_nav.scrolled .sns-links {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    flex-direction: row;
    align-items: flex-start;
  }
}
.global_nav.scrolled .links-wrap {
  max-width: 100%;
  margin-top: 0;
}
@media (min-width: 992px) {
  .global_nav.scrolled .links-wrap {
    margin-left: 130px;
    flex: 1;
  }
}
.global_nav.scrolled .nav-wrap {
  max-width: 900px;
  min-height: 100%;
}
.global_nav.scrolled .l-header__lists {
  max-width: 100%;
  height: inherit;
  margin: auto;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
@media (min-width: 576px) {
  .global_nav.scrolled .l-header__lists {
    max-height: 324px;
    flex-direction: row !important;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .global_nav.scrolled .l-header__lists {
    justify-content: flex-start;
    padding-top: 25px;
  }
}
.global_nav.scrolled .l-header__menu__link {
  font-size: 1rem;
  padding-right: 0;
  visibility: hidden;
  writing-mode: horizontal-tb;
}
@media (min-width: 768px) {
  .global_nav.scrolled .l-header__menu__link {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .global_nav.scrolled .l-header__menu__link {
    font-size: 1.5rem;
  }
}
.global_nav.scrolled .l-header__menu__link::after {
  display: block;
}
@media (min-width: 576px) {
  .global_nav.scrolled .l-header__menu__link::after {
    display: none;
  }
}
@media (min-width: 576px) {
  .global_nav.scrolled .l-header__menu__link {
    writing-mode: vertical-rl;
  }
}
.global_nav.open {
  left: 0;
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: all;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.global_nav.open .l-header__menu__link {
  visibility: visible;
}

body.js_action_nav {
  position: fixed;
  width: 100%;
}
body.js_action_nav .global_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(48, 26, 0, 0.8);
}
body.js_action_nav .hamburger_menu.open-btn {
  visibility: hidden;
  opacity: 0;
}
@starting-style {
  body.js_action_nav .hamburger_menu.open-btn {
    opacity: 1;
  }
}
body.js_action_nav .hamburger_menu.close-btn {
  visibility: visible;
  opacity: 1;
}
@starting-style {
  body.js_action_nav .hamburger_menu.close-btn {
    opacity: 0;
  }
}

@media (max-width: 992px) {
  .global_nav {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(48, 26, 0, 0.8);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: left 0.3s ease, opacity 0.3s ease;
  }
  .global_nav.open {
    display: flex;
    left: 0;
    opacity: 1;
    pointer-events: auto;
  }
}
.l-header__btn {
  position: fixed;
  top: 2rem;
  right: -2px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.l-header__btn__wrap {
  position: relative;
  width: 70px;
  height: 123px;
}
@media (min-width: 768px) {
  .l-header__btn__wrap {
    width: 85px;
    height: 152px;
  }
}
.l-header__btn__wrap .hamburger_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__btn.is-show {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 992px) {
  .l-header__btn {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

.hamburger_menu {
  color: #301a00;
  position: absolute;
  padding-top: 42px;
  font-size: 1.2rem;
  font-weight: 600;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
}
@media (min-width: 768px) {
  .hamburger_menu {
    padding-top: 47px;
    font-size: 1.75rem;
  }
}
.hamburger_menu::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .hamburger_menu::before {
    width: 40px;
    height: 40px;
  }
}
.hamburger_menu.open-btn {
  transition: opacity 0.3s, visibility 0.3s allow-discrete;
  visibility: visible;
  opacity: 1;
}
.hamburger_menu.close-btn {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s allow-discrete;
  color: white;
}
.hamburger_menu.open-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: url(https://washokuizakaya-enn.com/system_panel/uploads/images/btn-bg.svg) center/contain no-repeat;
  width: 70px;
  height: 123px;
}
@media (min-width: 768px) {
  .hamburger_menu.open-btn::after {
    width: 85px;
    height: 152px;
  }
}
.hamburger_menu.open-btn::before {
  background: url(https://washokuizakaya-enn.com/system_panel/uploads/images/circle_04.svg) center/contain no-repeat;
}
.hamburger_menu.close-btn::before {
  background: url(https://washokuizakaya-enn.com/system_panel/uploads/images/close-btn.png) center/contain no-repeat;
}

.reservation-info {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 60px;
  transition: all 0.3s ease;
  visibility: visible;
  max-width: 55px;
}
@media (min-width: 576px) {
  .reservation-info {
    max-width: 62px;
  }
}
@media (min-width: 768px) {
  .reservation-info {
    max-width: 85px;
  }
}
.reservation-info img {
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  color: white;
}
.footer img {
  -o-object-fit: cover;
     object-fit: cover;
}
.footer a:visited, .footer a:link {
  color: white;
}
.footer__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
  max-width: 100%;
}
@media (min-width: 576px) {
  .footer__inner {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .footer__inner {
    max-width: 1200px;
  }
}

.ft-inner__top {
  gap: 80px;
}
@media (min-width: 992px) {
  .ft-inner__top {
    flex-wrap: nowrap;
    gap: 8vw;
  }
}

.ft-logo {
  flex: 0 0 100%;
  width: 100%;
  max-width: 180px;
  padding: 0;
}
@media (min-width: 576px) {
  .ft-logo {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .ft-logo {
    max-width: 334px;
  }
}

.shop-detail {
  flex: 1;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.ft-address__list {
  margin-left: 0;
  margin-right: 0;
  flex-direction: column;
  gap: 6px;
  padding: 10px 0 20px;
  align-items: center;
}
@media (min-width: 992px) {
  .ft-address__list {
    align-items: flex-start;
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .ft-address__list {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.ft-address__list:first-child {
  padding-top: 0;
}
.ft-address__title, .ft-address__detail {
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .ft-address__title, .ft-address__detail {
    text-align: left;
  }
}
.ft-address__title > p, .ft-address__detail > p {
  height: 100%;
}
.ft-address__title {
  flex: 0 0 auto;
  width: 100px;
  max-width: 100%;
  padding: 0;
}
.ft-address__detail {
  flex: 1;
  width: 100%;
  max-width: 100%;
}

.services-types {
  gap: 20px;
  justify-content: center;
}
@media (min-width: 992px) {
  .services-types {
    justify-content: flex-start;
    gap: 1.875rem;
  }
}
.services-types__box img {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.ft-nav {
  max-width: 350px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
}
@media (min-width: 576px) {
  .ft-nav {
    max-width: 560px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .ft-nav {
    max-width: 100%;
    justify-content: flex-start;
  }
}
.ft-nav > a {
  width: 33.3333333333%;
  text-align: center;
  padding: 0 6px;
}
@media (min-width: 576px) {
  .ft-nav > a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
}

.fv-area {
  position: relative;
  height: 100svh;
}
.fv-area::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.3);
}
.fv-area .fv-images,
.fv-area .swiper-wrapper,
.fv-area .swiper-slide,
.fv-area img {
  height: inherit;
}
.fv-area .swiper-wrapper,
.fv-area .swiper-slide {
  position: relative;
}
.fv-area .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-main-text {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  z-index: 2;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  color: white;
}
@media (min-width: 992px) {
  .fv-main-text {
    bottom: 10%;
    left: 50%;
  }
}
@media (max-height: 500px) {
  .fv-main-text {
    bottom: 8%;
    left: 17%;
  }
}

.fv-logo {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  color: white;
  line-height: 1.8;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  max-width: 15.625rem;
}
@media (min-width: 992px) {
  .fv-logo {
    top: 4.375rem;
    left: 4.375rem;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .fv-logo {
    max-width: 100%;
  }
}
@media (max-height: 500px) {
  .fv-logo {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
@media (max-height: 500px) {
  .fv-logo__text {
    font-size: 0.875rem !important;
  }
}
.fv-logo > img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 10rem;
}
@media (max-height: 400px) {
  .fv-logo > img {
    max-width: 10rem !important;
  }
}
@media (max-height: 500px) {
  .fv-logo > img {
    max-width: 12.5rem !important;
  }
}
@media (min-width: 576px) {
  .fv-logo > img {
    max-width: 12.5rem;
  }
}
@media (min-width: 992px) {
  .fv-logo > img {
    max-width: 19.5625rem;
  }
}

.concept-area {
  padding: 100px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .concept-area {
    padding: 160px 0;
  }
}
.concept-area img {
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-area__top .steam-deco, .concept-area__bottom .steam-deco {
  position: absolute;
  z-index: -1;
  max-width: 550px;
  margin: 0 calc(-50% - 50vw);
}
@media (min-width: 768px) {
  .concept-area__top .steam-deco, .concept-area__bottom .steam-deco {
    max-width: 672px;
  }
}
.concept-area__top {
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .concept-area__top {
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .concept-area__top {
    gap: 90px;
  }
}
.concept-area__top .steam-deco01 {
  top: -140px;
  left: 40vw;
  max-width: 550px;
}
@media (min-width: 768px) {
  .concept-area__top .steam-deco01 {
    left: 60vw;
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .concept-area__top .steam-deco01 {
    max-width: 672px;
  }
}
.concept-area__top__img {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .concept-area__top__img {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .concept-area__top__img {
    width: 70%;
  }
}
.concept-area__top__text {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .concept-area__top__text {
    max-width: 100%;
    width: 30%;
    writing-mode: vertical-lr;
  }
}
.concept-area__top__text > p {
  line-height: 1;
  letter-spacing: 5px;
  background-color: #301a00;
  color: white;
  padding: 27px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 18px;
  letter-spacing: 3px;
}
@media (min-width: 576px) {
  .concept-area__top__text > p {
    padding: 27px;
  }
}
.concept-area__top__text > p > strong {
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .concept-area__top__text > p > strong {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .concept-area__top__text > p > strong {
    font-size: 4rem;
  }
}
.concept-area__bottom {
  position: relative;
  z-index: 0;
}
.concept-area__bottom__inner {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .concept-area__bottom__inner {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .concept-area__bottom__inner {
    width: 100%;
  }
}
.concept-area__bottom > .steam-deco02 {
  top: -220px;
  right: 50vw;
  max-width: 450px;
}
@media (min-width: 768px) {
  .concept-area__bottom > .steam-deco02 {
    top: -400px;
    right: 65vw;
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .concept-area__bottom > .steam-deco02 {
    max-width: 800px;
  }
}
.concept-area__bottom > .steam-deco03 {
  top: auto;
  bottom: -60px;
  left: 60vw;
  max-width: 350px;
}
@media (min-width: 768px) {
  .concept-area__bottom > .steam-deco03 {
    left: 70vw;
    max-width: 482px;
  }
}

.commitment-area {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  overflow: hidden;
  background-position: center center !important;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
@media (min-width: 768px) {
  .commitment-area {
    background-position: right center;
    padding: 160px 0;
  }
}
.commitment-area::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #503d26 0%, rgba(48, 26, 0, 0) 100%);
}
.commitment-area .section-title {
  border-bottom: solid 1px white;
}
.commitment-area .link-btn-wrap .link-btn {
  border: solid 1px white;
}
.commitment-area .link-btn-wrap .link-btn::after {
  background: url(https://washokuizakaya-enn.com/system_panel/uploads/images/arrow_wh.png) center/contain no-repeat;
}
.commitment-area .link-btn-wrap .link-btn:hover {
  color: white;
}

.menu-area {
  padding: 100px 0;
}
@media (min-width: 768px) {
  .menu-area {
    padding: 180px 0;
  }
}
.menu-area .cloud-deco {
  position: absolute;
  z-index: -2;
  max-width: 750px;
}
@media (min-width: 992px) {
  .menu-area .cloud-deco {
    max-width: 1100px;
  }
}
@media (min-width: 1200px) {
  .menu-area .cloud-deco {
    max-width: 1458px;
  }
}
.menu-area__list {
  position: relative;
  z-index: 1;
}
.menu-area__img {
  position: absolute;
  z-index: -1;
}
.menu-area__list:nth-of-type(1) {
  padding-bottom: 300px;
}
@media (min-width: 992px) {
  .menu-area__list:nth-of-type(1) {
    padding-bottom: 200px;
  }
}
@media (min-width: 1200px) {
  .menu-area__list:nth-of-type(1) {
    padding-bottom: 170px;
  }
}
.menu-area__list:nth-of-type(1) .menu-area__img {
  left: 0;
  bottom: 40px;
  max-width: 50%;
  min-width: 260px;
}
@media (min-width: 576px) {
  .menu-area__list:nth-of-type(1) .menu-area__img {
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .menu-area__list:nth-of-type(1) .menu-area__img {
    top: 70px;
    left: -15vw;
    max-width: 520px;
  }
}
@media (min-width: 1200px) {
  .menu-area__list:nth-of-type(1) .menu-area__img {
    top: -70px;
    left: -14vw;
    max-width: 700px;
    opacity: 1;
  }
}
.menu-area__list:nth-of-type(1) .cloud-deco {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: -60%;
}
@media (min-width: 576px) {
  .menu-area__list:nth-of-type(1) .cloud-deco {
    left: -45%;
  }
}
@media (min-width: 992px) {
  .menu-area__list:nth-of-type(1) .cloud-deco {
    top: 220px;
    left: -57%;
  }
}
@media (min-width: 1200px) {
  .menu-area__list:nth-of-type(1) .cloud-deco {
    left: -63%;
    top: 160px;
  }
}
.menu-area__list:nth-of-type(2) {
  padding-bottom: 300px;
}
@media (min-width: 576px) {
  .menu-area__list:nth-of-type(2) {
    padding-bottom: 250px;
  }
}
@media (min-width: 992px) {
  .menu-area__list:nth-of-type(2) {
    padding-bottom: 230px;
  }
}
@media (min-width: 1200px) {
  .menu-area__list:nth-of-type(2) {
    padding-bottom: 200px;
  }
}
.menu-area__list:nth-of-type(2) .menu-area__img {
  min-width: 330px;
  max-width: 65%;
  right: -14%;
  bottom: 20px;
}
@media (min-width: 576px) {
  .menu-area__list:nth-of-type(2) .menu-area__img {
    max-width: 470px;
    right: -40%;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .menu-area__list:nth-of-type(2) .menu-area__img {
    right: -30%;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .menu-area__list:nth-of-type(2) .menu-area__img {
    max-width: 570px;
    right: -17%;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .menu-area__list:nth-of-type(2) .menu-area__img {
    max-width: 858px;
    right: -30%;
    bottom: 94px;
  }
}
.menu-area__list:nth-of-type(2) .cloud-deco {
  right: -65%;
  bottom: 0;
}
@media (min-width: 768px) {
  .menu-area__list:nth-of-type(2) .cloud-deco {
    right: -40%;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .menu-area__list:nth-of-type(2) .cloud-deco {
    right: -45%;
  }
}
@media (min-width: 1200px) {
  .menu-area__list:nth-of-type(2) .cloud-deco {
    right: -65%;
    bottom: 0;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .menu-area .scene-wrap .section-title h2 {
    letter-spacing: 10px;
    writing-mode: vertical-rl;
  }
}
@media (min-width: 992px) {
  .menu-area .scene-wrap .section-title h2 > span:nth-child(1) {
    margin-bottom: 80px;
  }
}
.menu-area .scene-wrap .steam-deco {
  z-index: -1;
}
@media (min-width: 992px) {
  .menu-area .inner-wrap {
    width: 550px;
  }
}
.menu-area img {
  -o-object-fit: cover;
     object-fit: cover;
}

.course-menu-list__text {
  border-top: dotted 1px #333333;
}
.course-menu-list .list-wrap__dd {
  width: 150px !important;
}

.scene-area {
  z-index: 1;
  padding: 0 0 100px;
}
@media (min-width: 768px) {
  .scene-area {
    padding: 0 0 180px;
  }
}
@media (min-width: 1200px) {
  .scene-area .ex-inner {
    max-width: 1360px;
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .scene-area .section-title h2 {
    letter-spacing: 10px;
    writing-mode: vertical-rl;
  }
}
@media (min-width: 992px) {
  .scene-area .section-title h2 > span:nth-child(1) {
    margin-bottom: 80px;
  }
}
.scene-area .steam-deco {
  z-index: -1;
}
@media (min-width: 992px) {
  .scene-area__menu {
    width: 46vw;
  }
}
@media (min-width: 992px) {
  .scene-area__menu > .scene-area__menu__list:nth-child(2) {
    margin-left: 4vw;
  }
}
@media (min-width: 992px) {
  .scene-area__menu > .scene-area__menu__list:nth-child(3) {
    margin-left: 8vw;
  }
}
@media (min-width: 992px) {
  .scene-area__menu__list {
    max-width: calc(100% - 125px);
  }
}
.scene-area__menu__list > p {
  padding-left: 5.5rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  .scene-area__menu__list > p {
    padding-left: 7rem;
  }
}
@media (min-width: 768px) {
  .scene-area__menu__list > p {
    padding-left: 9rem;
  }
}
.scene-area__menu__listImg {
  position: relative;
  z-index: 0;
}
.scene-area__menu__listImg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.scene-area__menu__listImg:hover::after {
  background-color: transparent;
  transition: all 0.3s ease;
}
.scene-area__menu__icon {
  z-index: 1;
  max-width: 90px;
  top: 0;
  left: -10px;
}
@media (min-width: 576px) {
  .scene-area__menu__icon {
    max-width: 130px;
    left: -20px;
  }
}
@media (min-width: 768px) {
  .scene-area__menu__icon {
    max-width: 153px;
  }
}
@media (min-width: 1200px) {
  .scene-area__menu__icon {
    left: -60px;
  }
}
.scene-area__menu__iconTxt {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  word-break: auto-phrase !important;
}
.scene-area .steam-deco04 {
  max-width: 370px;
  top: 20vw;
  right: -155px;
  top: 34vw;
}
@media (min-width: 576px) {
  .scene-area .steam-deco04 {
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .scene-area .steam-deco04 {
    max-width: 529px;
  }
}
.scene-area .steam-deco05 {
  max-width: 377px;
  bottom: 50px;
  left: -76px;
}
.scene-area .inner-wrap {
  flex: 1;
}
@media (min-width: 992px) {
  .scene-area .inner-wrap {
    margin-left: 5vw;
  }
}
.scene-area .inner-wrap > p {
  word-break: break-all;
}
.scene-area img {
  -o-object-fit: cover;
     object-fit: cover;
}

.news-area .section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-area .ex-inner {
  background-color: rgba(171, 125, 65, 0.25);
}
.news-area .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 576px) {
  .news-area .webgene-blog {
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .news-area .webgene-blog {
    flex-direction: row;
    gap: 58px;
  }
}
.news-area .webgene-item {
  width: 100%;
}
@media (min-width: 992px) {
  .news-area .webgene-item {
    width: calc(33.3333333333% - 39px);
  }
}
.news-area .news-item__img, .news-area .news-item__date, .news-area .news-item__detail {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.news-area .news-item__img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.news-area .news-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.news-area .news-item__detail {
  flex-grow: 1;
}

.otherother-contents-area {
  z-index: 1;
  padding: 100px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .otherother-contents-area {
    padding: 180px 0;
  }
}
.otherother-contents-area .container {
  gap: 30px;
}
@media (min-width: 992px) {
  .otherother-contents-area .container {
    gap: 7vw;
  }
}
.otherother-contents-area p {
  color: white;
}
.otherother-contents-area__left, .otherother-contents-area__right {
  width: 100%;
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) {
  .otherother-contents-area__left, .otherother-contents-area__right {
    width: calc(50% - 3.5vw);
  }
}
.otherother-contents-area__left::after, .otherother-contents-area__right::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.otherother-contents-area__left:hover::after, .otherother-contents-area__right:hover::after {
  background-color: transparent;
  transition: all 0.3s ease;
}
.otherother-contents-area__left > p, .otherother-contents-area__right > p {
  position: relative;
  z-index: 2;
}
.otherother-contents-area .cloud-deco {
  z-index: -1;
  max-width: 550px;
}
@media (min-width: 768px) {
  .otherother-contents-area .cloud-deco {
    max-width: 700px;
  }
}
.otherother-contents-area .cloud-deco03 {
  right: -400px;
  top: 0;
}
.otherother-contents-area .cloud-deco04 {
  left: -240px;
  bottom: 0;
}
.otherother-contents-area img {
  -o-object-fit: cover;
     object-fit: cover;
}

.eye-catch-area {
  height: 100dvh;
  position: relative;
  z-index: 1;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.eye-catch-area::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.eye-catch-area__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 1px white !important;
  margin-top: auto;
}
.eye-catch-area__title__icon {
  max-width: 40px;
}
@media (min-width: 576px) {
  .eye-catch-area__title__icon {
    max-width: 66px;
  }
}
.eye-catch-area__title__icon img {
  filter: drop-shadow(1px 4px 3px rgba(0, 0, 0, 0.4));
}
.eye-catch-area__title h1 {
  color: white;
  text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.4);
}

.lower-layer__title h2 strong {
  font-size: 2.5rem !important;
}
@media (min-width: 768px) {
  .lower-layer__title h2 strong {
    font-size: 3rem !important;
  }
}
@media (min-width: 992px) {
  .lower-layer__title h2 strong {
    font-size: 4rem !important;
  }
}

.list-dl {
  padding: 20px 0;
  border-bottom: solid 1px black;
}
.list-dl:first-child {
  padding-top: 0;
}

.list-dt,
.list-dd {
  width: 100%;
  font-size: 1rem;
  line-height: 1.8;
}

.list-dt {
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .list-dt {
    width: 150px;
    font-weight: normal;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .list-dt {
    width: 200px;
  }
}

.list-dd {
  flex: 1;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .list-dd {
    font-size: 1rem;
  }
}

.concept-page {
  overflow: hidden;
}

.concept-origin {
  position: relative;
  z-index: 1;
  padding: 100px 0 170px;
}
@media (min-width: 576px) {
  .concept-origin {
    padding: 100px 0 250px;
  }
}
@media (min-width: 992px) {
  .concept-origin {
    padding: 180px 0 350px;
  }
}
.concept-origin__title__img {
  max-width: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .concept-origin__title__img {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  .concept-origin__title__img {
    max-width: 149px;
  }
}
.concept-origin__mainText {
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .concept-origin__mainText {
    writing-mode: vertical-lr;
    flex-direction: column-reverse;
  }
}
.concept-origin .steam-deco {
  position: absolute;
  z-index: -1;
}
.concept-origin .steam-deco01 {
  top: 0%;
  left: -25%;
  max-width: 280px;
}
@media (min-width: 576px) {
  .concept-origin .steam-deco01 {
    max-width: 430px;
  }
}
@media (min-width: 768px) {
  .concept-origin .steam-deco01 {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .concept-origin .steam-deco01 {
    left: -15%;
    top: 10%;
  }
}
@media (min-width: 1200px) {
  .concept-origin .steam-deco01 {
    max-width: 672px;
  }
}
.concept-origin .steam-deco02 {
  bottom: 0;
  right: -30%;
  max-width: 280px;
}
@media (min-width: 576px) {
  .concept-origin .steam-deco02 {
    max-width: 430px;
  }
}
@media (min-width: 768px) {
  .concept-origin .steam-deco02 {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .concept-origin .steam-deco02 {
    bottom: 10%;
    right: -15%;
  }
}
@media (min-width: 1200px) {
  .concept-origin .steam-deco02 {
    max-width: 806px;
  }
}

.page-concept {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 130px 0;
}
@media (min-width: 576px) {
  .page-concept {
    padding: 180px 0;
  }
}
@media (min-width: 992px) {
  .page-concept {
    padding: 280px 0;
  }
}
.page-concept .concept-area__top__text > p {
  padding: 20px 30px;
}
.page-concept .concept-area__bottom__inner {
  align-items: center;
}
.page-concept .cloud-deco {
  position: absolute;
  z-index: -1;
}
.page-concept .cloud-deco01 {
  max-width: 450px;
  top: 28%;
  left: -55%;
}
@media (min-width: 576px) {
  .page-concept .cloud-deco01 {
    max-width: 600px;
    left: -45%;
  }
}
@media (min-width: 768px) {
  .page-concept .cloud-deco01 {
    max-width: 850px;
  }
}
@media (min-width: 992px) {
  .page-concept .cloud-deco01 {
    max-width: 1024px;
    top: 28%;
    left: -15%;
  }
}
.page-concept .cloud-deco02,
.page-concept .cloud-deco03 {
  max-width: 420px;
}
@media (min-width: 576px) {
  .page-concept .cloud-deco02,
.page-concept .cloud-deco03 {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .page-concept .cloud-deco02,
.page-concept .cloud-deco03 {
    max-width: 680px;
  }
}
@media (min-width: 992px) {
  .page-concept .cloud-deco02,
.page-concept .cloud-deco03 {
    max-width: 839px;
  }
}
.page-concept .cloud-deco02 {
  bottom: 0%;
  right: -35%;
}
@media (min-width: 992px) {
  .page-concept .cloud-deco02 {
    right: -20%;
  }
}
.page-concept .cloud-deco03 {
  bottom: -40px;
  left: -35%;
}
@media (min-width: 992px) {
  .page-concept .cloud-deco03 {
    bottom: 0;
    left: -15%;
  }
}

.commitment-page {
  overflow: hidden;
}
.commitment-page__contents {
  position: relative;
  z-index: 1;
  padding: 0 0 150px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .commitment-page__contents {
    padding: 0 0 250px;
  }
}
@media (min-width: 992px) {
  .commitment-page__contents {
    padding: 0 0 350px;
  }
}
.commitment-page__contents__top {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding: 25vw 0;
}
@media (min-width: 576px) {
  .commitment-page__contents__top {
    padding: 20vw 0;
  }
}
@media (min-width: 768px) {
  .commitment-page__contents__top {
    padding: 15vw 0;
  }
}
.commitment-page__contents__top img {
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 70vw;
}
@media (min-width: 576px) {
  .commitment-page__contents__top img {
    top: -40%;
  }
}
@media (min-width: 768px) {
  .commitment-page__contents__top img {
    height: auto;
  }
}
.commitment-page .steam-deco {
  position: absolute;
  z-index: -1;
}
.commitment-page .steam-deco01,
.commitment-page .steam-deco03 {
  bottom: 0;
  right: -10%;
  max-width: 280px;
}
@media (min-width: 576px) {
  .commitment-page .steam-deco01,
.commitment-page .steam-deco03 {
    max-width: 430px;
  }
}
@media (min-width: 768px) {
  .commitment-page .steam-deco01,
.commitment-page .steam-deco03 {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .commitment-page .steam-deco01,
.commitment-page .steam-deco03 {
    bottom: 0;
    right: -5%;
  }
}
@media (min-width: 1200px) {
  .commitment-page .steam-deco01,
.commitment-page .steam-deco03 {
    max-width: 806px;
  }
}
.commitment-page .steam-deco02 {
  bottom: 0;
  left: -10%;
  max-width: 280px;
}
@media (min-width: 576px) {
  .commitment-page .steam-deco02 {
    max-width: 430px;
  }
}
@media (min-width: 768px) {
  .commitment-page .steam-deco02 {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .commitment-page .steam-deco02 {
    bottom: 0;
    left: -5%;
  }
}
@media (min-width: 1200px) {
  .commitment-page .steam-deco02 {
    max-width: 672px;
  }
}

.category-title__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 30px;
  background-color: #301a00;
}
@media (min-width: 768px) {
  .category-title__inner {
    padding: 15px 65px;
  }
}
.category-title__inner p {
  color: white;
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .category-title__inner p {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .category-title__inner p {
    font-size: 2.5rem;
  }
}
.category-title__inner strong {
  font-size: 1.75rem;
}
@media (min-width: 576px) {
  .category-title__inner strong {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .category-title__inner strong {
    font-size: 4rem;
  }
}

.pick-up-contents {
  position: relative;
  z-index: 1;
}
.pick-up-contents .cloud-deco {
  position: absolute;
  z-index: -1;
  max-width: 550px;
}
@media (min-width: 768px) {
  .pick-up-contents .cloud-deco {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .pick-up-contents .cloud-deco {
    max-width: 806px;
  }
}
.pick-up-contents .cloud-deco-left {
  bottom: -10%;
  left: -30%;
}
.pick-up-contents .cloud-deco-right {
  bottom: -10%;
  right: -30%;
}

.menu-list-contents__flex {
  gap: 0;
}
@media (min-width: 992px) {
  .menu-list-contents__flex {
    gap: 100px;
  }
}
.menu-list-contents .list-wrap {
  flex: 1;
}
.menu-list-contents .list-wrap__dl {
  display: flex;
  padding: 15px 0;
}
.menu-list-contents .list-wrap__dt {
  flex: 1;
}
.menu-list-contents .list-wrap__dd {
  width: 75px;
  text-align: right;
}
@media (min-width: 768px) {
  .menu-list-contents .list-wrap__dd {
    width: 100px;
  }
}
.menu-list-contents .list-wrap__dt p > span, .menu-list-contents .list-wrap__dd p > span {
  font-size: 0.5625rem;
}
@media (min-width: 576px) {
  .menu-list-contents .list-wrap__dt p > span, .menu-list-contents .list-wrap__dd p > span {
    font-size: 0.75rem;
  }
}

.scene-contents {
  position: relative;
  z-index: 1;
}
.scene-contents__title h2 {
  font-size: 1.5625rem;
}
@media (min-width: 992px) {
  .scene-contents__title h2 {
    letter-spacing: 10px;
    writing-mode: vertical-rl;
  }
}
.scene-contents__title h2 > span:nth-child(2) {
  margin-left: 2rem;
}
@media (min-width: 576px) {
  .scene-contents__title h2 > span:nth-child(2) {
    margin-left: 3rem;
  }
}
@media (min-width: 992px) {
  .scene-contents__title h2 > span:nth-child(2) {
    margin-left: 0;
    margin-top: 5rem;
  }
}
.scene-contents p {
  word-break: break-all;
}
.scene-contents .steam-deco {
  position: absolute;
  z-index: -1;
  max-width: 280px;
  bottom: 0;
}
@media (min-width: 576px) {
  .scene-contents .steam-deco {
    max-width: 430px;
  }
}
@media (min-width: 992px) {
  .scene-contents .steam-deco {
    max-width: 543px;
  }
}
.scene-contents .steam-deco01,
.scene-contents .steam-deco03 {
  left: 0;
}
.scene-contents .steam-deco02 {
  right: 0;
}

.recruit-page .recruit-eyecatch {
  z-index: 1;
}
.recruit-page .recruit-eyecatch .cloud-deco {
  z-index: -1;
}
.recruit-page .recruit-eyecatch .cloud-deco01 {
  max-width: 280px;
  top: 35%;
  right: -18%;
}
@media (min-width: 576px) {
  .recruit-page .recruit-eyecatch .cloud-deco01 {
    top: 27%;
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .recruit-page .recruit-eyecatch .cloud-deco01 {
    max-width: 550px;
  }
}
@media (min-width: 992px) {
  .recruit-page .recruit-eyecatch .cloud-deco01 {
    max-width: 680px;
  }
}
.recruit-page .recruit-eyecatch .cloud-deco02 {
  bottom: 3%;
  left: -12%;
  max-width: 280px;
}
@media (min-width: 576px) {
  .recruit-page .recruit-eyecatch .cloud-deco02 {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .recruit-page .recruit-eyecatch .cloud-deco02 {
    max-width: 557px;
  }
}

.recruit-list .list-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .recruit-list .list-wrap {
    gap: 60px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .recruit-list .list-wrap {
    gap: 90px;
  }
}
@media (min-width: 992px) {
  .recruit-list .lists {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1200px) {
  .recruit-list .lists {
    width: calc(50% - 45px);
  }
}
.recruit-list .lists:nth-child(2) .list-dl:first-child {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .recruit-list .lists:nth-child(2) .list-dl:first-child {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .recruit-list .list-dt {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .recruit-list .list-dt {
    width: 160px;
  }
}

.news-list {
  padding: 120px 0;
}
@media (min-width: 576px) {
  .news-list {
    padding: 200px 0;
  }
}
@media (min-width: 992px) {
  .news-list {
    padding: 250px 0;
  }
}

.newsdetail-page {
  padding: 100px 0 150px;
}
@media (min-width: 576px) {
  .newsdetail-page {
    padding: 100px 0 200px;
  }
}
@media (min-width: 992px) {
  .newsdetail-page {
    padding: 120px 0 250px;
  }
}

.news-list .webgene-blog,
.news-detail .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (min-width: 576px) {
  .news-list .webgene-blog,
.news-detail .webgene-blog {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .news-list .webgene-blog,
.news-detail .webgene-blog {
    gap: 50px;
  }
}
@media (min-width: 992px) {
  .news-list .webgene-blog,
.news-detail .webgene-blog {
    gap: 110px;
  }
}
.news-list .webgene-item,
.news-detail .webgene-item {
  width: 100%;
}
@media (min-width: 576px) {
  .news-list .webgene-item,
.news-detail .webgene-item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  .news-list .webgene-item,
.news-detail .webgene-item {
    width: calc(50% - 25px);
  }
}
@media (min-width: 992px) {
  .news-list .webgene-item,
.news-detail .webgene-item {
    width: calc(50% - 55px);
  }
}
.news-list .news-item__img, .news-list .news-item__date, .news-list .news-item__detail,
.news-detail .news-item__img,
.news-detail .news-item__date,
.news-detail .news-item__detail {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.news-list .news-item__img,
.news-detail .news-item__img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.news-list .news-item__img img,
.news-detail .news-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.news-list .news-item__detail,
.news-detail .news-item__detail {
  flex-grow: 1;
}
.news-list .webgene-pagination,
.news-list .pagelink,
.news-detail .webgene-pagination,
.news-detail .pagelink {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .news-list .webgene-pagination,
.news-list .pagelink,
.news-detail .webgene-pagination,
.news-detail .pagelink {
    max-width: 566px;
  }
}
.news-list .webgene-pagination ul,
.news-list .pagelink ul,
.news-detail .webgene-pagination ul,
.news-detail .pagelink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-list .webgene-pagination .prev a,
.news-list .webgene-pagination .next a,
.news-list .webgene-pagination .list a,
.news-list .pagelink .prev a,
.news-list .pagelink .next a,
.news-list .pagelink .list a,
.news-detail .webgene-pagination .prev a,
.news-detail .webgene-pagination .next a,
.news-detail .webgene-pagination .list a,
.news-detail .pagelink .prev a,
.news-detail .pagelink .next a,
.news-detail .pagelink .list a {
  position: relative;
  border: solid 1px #301a00;
  padding: 15px 46px;
  display: block;
  width: 135px;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .news-list .webgene-pagination .prev a,
.news-list .webgene-pagination .next a,
.news-list .webgene-pagination .list a,
.news-list .pagelink .prev a,
.news-list .pagelink .next a,
.news-list .pagelink .list a,
.news-detail .webgene-pagination .prev a,
.news-detail .webgene-pagination .next a,
.news-detail .webgene-pagination .list a,
.news-detail .pagelink .prev a,
.news-detail .pagelink .next a,
.news-detail .pagelink .list a {
    padding: 20px 46px;
    width: 150px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .news-list .webgene-pagination .prev a,
.news-list .webgene-pagination .next a,
.news-list .webgene-pagination .list a,
.news-list .pagelink .prev a,
.news-list .pagelink .next a,
.news-list .pagelink .list a,
.news-detail .webgene-pagination .prev a,
.news-detail .webgene-pagination .next a,
.news-detail .webgene-pagination .list a,
.news-detail .pagelink .prev a,
.news-detail .pagelink .next a,
.news-detail .pagelink .list a {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .news-list .webgene-pagination .prev a,
.news-list .webgene-pagination .next a,
.news-list .webgene-pagination .list a,
.news-list .pagelink .prev a,
.news-list .pagelink .next a,
.news-list .pagelink .list a,
.news-detail .webgene-pagination .prev a,
.news-detail .webgene-pagination .next a,
.news-detail .webgene-pagination .list a,
.news-detail .pagelink .prev a,
.news-detail .pagelink .next a,
.news-detail .pagelink .list a {
    width: 246px;
    font-size: 1.25rem;
  }
}
.news-list .webgene-pagination .prev a::after, .news-list .webgene-pagination .prev a::before,
.news-list .webgene-pagination .next a::after,
.news-list .webgene-pagination .next a::before,
.news-list .webgene-pagination .list a::after,
.news-list .webgene-pagination .list a::before,
.news-list .pagelink .prev a::after,
.news-list .pagelink .prev a::before,
.news-list .pagelink .next a::after,
.news-list .pagelink .next a::before,
.news-list .pagelink .list a::after,
.news-list .pagelink .list a::before,
.news-detail .webgene-pagination .prev a::after,
.news-detail .webgene-pagination .prev a::before,
.news-detail .webgene-pagination .next a::after,
.news-detail .webgene-pagination .next a::before,
.news-detail .webgene-pagination .list a::after,
.news-detail .webgene-pagination .list a::before,
.news-detail .pagelink .prev a::after,
.news-detail .pagelink .prev a::before,
.news-detail .pagelink .next a::after,
.news-detail .pagelink .next a::before,
.news-detail .pagelink .list a::after,
.news-detail .pagelink .list a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.news-list .webgene-pagination .prev a:hover,
.news-list .webgene-pagination .next a:hover,
.news-list .webgene-pagination .list a:hover,
.news-list .pagelink .prev a:hover,
.news-list .pagelink .next a:hover,
.news-list .pagelink .list a:hover,
.news-detail .webgene-pagination .prev a:hover,
.news-detail .webgene-pagination .next a:hover,
.news-detail .webgene-pagination .list a:hover,
.news-detail .pagelink .prev a:hover,
.news-detail .pagelink .next a:hover,
.news-detail .pagelink .list a:hover {
  color: #b27326;
}
.news-list .webgene-pagination .prev,
.news-list .pagelink .prev,
.news-detail .webgene-pagination .prev,
.news-detail .pagelink .prev {
  margin-right: auto;
}
.news-list .webgene-pagination .next,
.news-list .pagelink .next,
.news-detail .webgene-pagination .next,
.news-detail .pagelink .next {
  margin-left: auto;
}
.news-list .webgene-pagination .list,
.news-list .pagelink .list,
.news-detail .webgene-pagination .list,
.news-detail .pagelink .list {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .news-list .webgene-pagination .list,
.news-list .pagelink .list,
.news-detail .webgene-pagination .list,
.news-detail .pagelink .list {
    margin-top: 50px;
  }
}
.news-list .webgene-pagination .list a,
.news-list .pagelink .list a,
.news-detail .webgene-pagination .list a,
.news-detail .pagelink .list a {
  text-align: center;
  margin: 0 auto;
  padding: 20px 20px;
}
.news-list .webgene-pagination .list::before, .news-list .webgene-pagination .list::after,
.news-list .pagelink .list::before,
.news-list .pagelink .list::after,
.news-detail .webgene-pagination .list::before,
.news-detail .webgene-pagination .list::after,
.news-detail .pagelink .list::before,
.news-detail .pagelink .list::after {
  display: none;
}
.news-list .webgene-pagination .prev a,
.news-list .pagelink .prev a,
.news-detail .webgene-pagination .prev a,
.news-detail .pagelink .prev a {
  text-align: right;
}
.news-list .webgene-pagination .prev a::before,
.news-list .pagelink .prev a::before,
.news-detail .webgene-pagination .prev a::before,
.news-detail .pagelink .prev a::before {
  background: url(https://washokuizakaya-enn.com/system_panel/uploads/images/20250625155849238916.png) center/contain no-repeat;
  transform: scale(-1, 1);
  left: 14px;
  width: 25px;
  height: 5px;
}
@media (min-width: 576px) {
  .news-list .webgene-pagination .prev a::before,
.news-list .pagelink .prev a::before,
.news-detail .webgene-pagination .prev a::before,
.news-detail .pagelink .prev a::before {
    width: 39px;
    height: 6px;
  }
}
.news-list .webgene-pagination .prev a:hover::before,
.news-list .pagelink .prev a:hover::before,
.news-detail .webgene-pagination .prev a:hover::before,
.news-detail .pagelink .prev a:hover::before {
  transition: all 0.3s ease;
  left: 8px;
}
.news-list .webgene-pagination .prev a::after,
.news-list .pagelink .prev a::after,
.news-detail .webgene-pagination .prev a::after,
.news-detail .pagelink .prev a::after {
  width: 22px;
  height: 22px;
  background: url(https://washokuizakaya-enn.com/system_panel/uploads/images/20250629134150898100.png) center/contain no-repeat;
  right: 16px;
}
.news-list .webgene-pagination .next a,
.news-list .pagelink .next a,
.news-detail .webgene-pagination .next a,
.news-detail .pagelink .next a {
  text-align: left;
}
.news-list .webgene-pagination .next a::before,
.news-list .pagelink .next a::before,
.news-detail .webgene-pagination .next a::before,
.news-detail .pagelink .next a::before {
  width: 22px;
  height: 22px;
  background: url(https://washokuizakaya-enn.com/system_panel/uploads/images/20250629134150898100.png) center/contain no-repeat;
  left: 14px;
}
.news-list .webgene-pagination .next a::after,
.news-list .pagelink .next a::after,
.news-detail .webgene-pagination .next a::after,
.news-detail .pagelink .next a::after {
  background: url(https://washokuizakaya-enn.com/system_panel/uploads/images/20250625155849238916.png) center/contain no-repeat;
  width: 25px;
  height: 5px;
  right: 16px;
}
@media (min-width: 576px) {
  .news-list .webgene-pagination .next a::after,
.news-list .pagelink .next a::after,
.news-detail .webgene-pagination .next a::after,
.news-detail .pagelink .next a::after {
    width: 39px;
    height: 6px;
  }
}
.news-list .webgene-pagination .next a:hover::after,
.news-list .pagelink .next a:hover::after,
.news-detail .webgene-pagination .next a:hover::after,
.news-detail .pagelink .next a:hover::after {
  transition: all 0.3s ease;
  right: 8px;
}

.news-detail .webgene-item {
  width: 100%;
}

@media (min-width: 768px) {
  .access-page .container.shop-info {
    max-width: 670px;
  }
}
.access-page__contents__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.access-page__content__root {
  gap: 40px;
}
@media (min-width: 768px) {
  .access-page__content__root {
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 50px;
  }
}
@media (min-width: 992px) {
  .access-page__content__root {
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 65px;
  }
}
@media (min-width: 1200px) {
  .access-page__content__root {
    -moz-column-gap: 125px;
         column-gap: 125px;
  }
}
.access-page__content__root__step {
  height: 100%;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .access-page__content__root__step {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .access-page__content__root__step {
    width: calc(50% - 25px);
  }
}
@media (min-width: 992px) {
  .access-page__content__root__step {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1200px) {
  .access-page__content__root__step {
    width: calc(50% - 63px);
  }
}
.access-page__content__root__step img,
.access-page__content__root__step p {
  height: auto;
  box-sizing: border-box;
}
.access-page__content__root__step img {
  aspect-ratio: 4/3;
}
.access-page__content__root__step p {
  margin-top: auto;
  flex-grow: 1;
}
.access-page iframe {
  border: none;
}