@charset "UTF-8";
/***  color ***/
/***  background color ***/
/***  border ***/
/*** font ***/
/*** sp size ***/
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
html {
  color: #222;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  margin: 0;
  color: #222;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

a {
  color: #222;
  text-decoration: none;
}
a:link, a:visited {
  color: #222;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

input,
textarea,
select,
button {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

table {
  border-collapse: collapse;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
}

.pc {
  display: block;
}

.pcIb {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.spIb {
  display: none !important;
}

@media screen and (max-width: 768px) {
  html {
    position: relative;
  }
  body {
    font-size: 4.27vw;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  img {
    max-width: 100%;
  }
  input[type=submit] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
* {
  font-weight: 400;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.7rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  * {
    font-size: 3.73vw;
    line-height: 1.4375rem;
  }
}

body {
  position: relative;
  background-image: linear-gradient(140deg, #2d1018, #712835 25%, #87373a 45%, #b8643a 70%);
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: #fff;
}

.layout {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.imgBox {
  max-width: 100%;
}
.imgBox img {
  width: 100%;
}

.ttl01 {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 60px;
  text-align: center;
}
.ttl01 span {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    padding-bottom: 8vw;
    font-size: 10.67vw;
  }
  .ttl01 span {
    padding-top: 2.13vw;
    font-size: 3.73vw;
  }
}

.ttl01.left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .ttl01.left {
    text-align: center;
  }
}

.fs30 {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .fs30 {
    font-size: 5.33vw;
  }
}

.fs24 {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .fs24 {
    font-size: 4.8vw;
  }
}

.fs20 {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .fs20 {
    font-size: 4.27vw;
  }
}

.fs16 {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .fs16 {
    font-size: 3.73vw;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
}

.header {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .headerLogoVertical {
  display: none;
  position: fixed;
  top: 35px;
  left: 100px;
  z-index: 300;
  overflow: hidden;
}
.header .headerLogoVertical img {
  width: 200px;
  height: auto;
  display: block;
}
.header .headerLogo {
  width: 100%;
  max-width: 80px;
  min-width: 80px;
  display: block;
  opacity: 1;
  transition: none;
}
@media screen and (min-width: 1025px) {
  body[data-page=top] .header .headerLogoVertical {
    display: block;
  }
  body[data-page=top] .header .headerLogo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }
  body[data-page=top] .header.is-top-scrolled .headerLogoVertical {
    display: none;
  }
  body[data-page=top] .header.is-top-scrolled .headerLogo {
    opacity: 1;
    pointer-events: auto;
  }
}
.header .headerLayout {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header .headerLayout .menuIcon {
  display: none;
}
.header .headerLayout .headerMenu {
  display: flex;
  align-items: center;
  gap: clamp(20px, 5vw, 100px);
}
.header .headerLayout .headerMenu ul {
  padding-left: 20px;
  display: flex;
  align-items: center;
  gap: clamp(20px, 1.8vw, 30px);
}
.header .headerLayout .headerMenu ul li {
  list-style: none;
  text-align: center;
}
.header .headerLayout .headerMenu ul li a .en {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(45, 16, 24, 0.5);
}
.header .headerLayout .headerMenu ul li a .ja {
  display: none;
}
.header .headerLayout .headerMenu .headerBtnBox {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  gap: clamp(20px, 3vw, 50px);
}
.header .headerLayout .headerMenu .headerBtnBox .reservation {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .headerLayout .headerMenu .headerBtnBox .reservation .reservationBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(45, 16, 24, 0.2);
}
.header .headerLayout .headerMenu .headerBtnBox .reservation .reservationBtn a {
  padding: 8px 15px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  white-space: nowrap;
}
.header .headerLayout .headerMenu .headerBtnBox .reservation .reservationBtn a img {
  margin-right: 10px;
}
.header .headerLayout .headerMenu .headerBtnBox .reservation .reservationBtn.line a .lineMain {
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #222;
}
.header .headerLayout .headerMenu .headerBtnBox .reservation .reservationBtn.line a .btnNote {
  display: none;
}
@media screen and (max-width: 1440px) {
  .header .headerLogoVertical {
    left: 5%;
  }
  .header .headerLogoVertical img {
    width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .header .headerLogoVertical img {
    width: 120px;
  }
  .header .headerLayout .headerMenu {
    gap: 20px;
  }
  .header .headerLayout .headerMenu ul {
    gap: 20px;
  }
  .header .headerLayout .headerMenu .headerBtnBox {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header .headerLayout .menuIcon {
    display: flex;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 24px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 3000;
  }
  .header .headerLayout .menuIcon span {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  .header .headerLayout .menuIcon.active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  .header .headerLayout .menuIcon.active span:nth-child(2) {
    opacity: 0;
  }
  .header .headerLayout .menuIcon.active span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
  .header .headerLayout .headerMenu {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 140px 20px 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #222;
    overflow-y: auto;
    z-index: 2000;
    transform: translateX(100%);
    transition: 0.4s;
  }
  .header .headerLayout .headerMenu ul {
    padding: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .header .headerLayout .headerMenu ul li {
    width: 100%;
    padding: 30px 0;
  }
  .header .headerLayout .headerMenu ul li a {
    display: flex;
    align-items: center;
  }
  .header .headerLayout .headerMenu ul li a .en {
    font-size: 60px;
  }
  .header .headerLayout .headerMenu ul li a .ja {
    display: block;
    padding-left: 20px;
    font-size: 16px;
  }
  .header .headerLayout .headerMenu .headerBtnBox {
    margin-top: 40px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .header .headerLayout .headerMenu .headerBtnBox .reservation {
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }
  .header .headerLayout .headerMenu .headerBtnBox .reservation .reservationBtn {
    width: 100%;
    height: 60px;
  }
  .header .headerLayout .headerMenu .headerBtnBox .reservation .reservationBtn a {
    font-size: 24px;
  }
  .header .headerLayout .headerMenu .headerBtnBox .reservation .reservationBtn.line a {
    flex-direction: column;
  }
  .header .headerLayout .headerMenu .headerBtnBox .reservation .reservationBtn.line a .lineMain {
    display: flex;
    align-items: center;
    font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
    font-size: 24px;
    color: #222;
  }
  .header .headerLayout .headerMenu .headerBtnBox .reservation .reservationBtn.line a .btnNote {
    display: flex;
    font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
    font-size: 18px;
    color: #222;
  }
  .header .headerLayout .headerMenu .headerBtnBox .snsLogo {
    margin-top: 30px;
  }
  .header .headerLayout .headerMenu .headerBtnBox .snsLogo img {
    width: 40px;
  }
  .header .headerLayout .headerMenu.active {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .header .headerLogoVertical {
    display: none;
  }
  .header .headerLayout .headerLogo {
    max-width: 50px;
    min-width: auto;
  }
  .header .headerLayout .headerMenu {
    padding: 13.33vw 5.33vw 10.67vw;
  }
  .header .headerLayout .headerMenu ul li {
    padding: 4vw 0;
  }
  .header .headerLayout .headerMenu ul li a .en {
    font-size: 9.07vw;
  }
  .header .headerLayout .headerMenu ul li a .ja {
    padding-left: 2.67vw;
    font-size: 3.73vw;
  }
  .header .headerLayout .headerMenu .headerBtnBox {
    margin-top: 5.33vw;
    gap: 4vw;
  }
  .header .headerLayout .headerMenu .headerBtnBox .reservation {
    gap: 4vw;
  }
  .header .headerLayout .headerMenu .headerBtnBox .reservation .reservationBtn {
    height: 13.33vw;
  }
  .header .headerLayout .headerMenu .headerBtnBox .reservation .reservationBtn a {
    padding: 2.67vw 0;
    font-size: 4.27vw;
  }
  .header .headerLayout .headerMenu .headerBtnBox .reservation .reservationBtn a img {
    margin-right: 2.67vw;
    width: 5.33vw;
  }
  .header .headerLayout .headerMenu .headerBtnBox .reservation .reservationBtn.line a .lineMain {
    font-size: 4.27vw;
  }
  .header .headerLayout .headerMenu .headerBtnBox .reservation .reservationBtn .btnNote {
    font-size: 3.2vw;
  }
  .header .headerLayout .headerMenu .headerBtnBox .snsLogo {
    margin-top: 8vw;
  }
  .header .headerLayout .headerMenu .headerBtnBox .snsLogo img {
    width: 8vw;
  }
}

.fixedReservationBtn.pc {
  width: clamp(130px, 14vw, 210px);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border-radius: 1000px;
  box-shadow: 0 0 10px rgba(38, 12, 3, 0.2);
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 190;
}
.fixedReservationBtn.pc .en {
  padding-bottom: 20px;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 30px);
  color: #222;
}
.fixedReservationBtn.pc .solid {
  width: 50%;
  height: 1px;
  background-color: #222;
  flex-shrink: 0;
}
.fixedReservationBtn.pc .jp {
  padding-top: 10px;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: clamp(12px, 1vw, 18px);
  color: #222;
}
@media screen and (max-width: 1024px) {
  .fixedReservationBtn.pc {
    bottom: 20px;
    right: 20px;
  }
  .fixedReservationBtn.pc .en {
    padding-bottom: 10px;
  }
  .fixedReservationBtn.pc .jp {
    padding-top: 5px;
  }
}

.fixedReservationBtn.sp {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 190;
}
.fixedReservationBtn.sp ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.fixedReservationBtn.sp ul li {
  width: 33.3333333333%;
  height: 13.33vw;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #D3CBBC;
}
.fixedReservationBtn.sp ul li:last-of-type {
  border-right: none;
}
.fixedReservationBtn.sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 3.73vw;
}
.fixedReservationBtn.sp ul li a img {
  padding-right: 1.33vw;
  width: 5.33vw;
}

footer {
  margin-top: 160px;
}

.footer {
  padding: 100px 0 60px;
  background-image: url("../img/bk_reservation.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(28, 15, 9, 0.5);
  z-index: 0;
}
.footer > * {
  position: relative;
  z-index: 1;
}
.footer .footerLayout {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer .footerLayout .footerTop {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer .footerLayout .footerTop .footerLogoBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer .footerLayout .footerTop .footerLogoBox .logoContainer {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer .footerLayout .footerTop .footerLogoBox .logoContainer .footerLogo {
  width: 100%;
  max-width: 300px;
}
.footer .footerLayout .footerTop .footerLogoBox .fs30 {
  padding-top: 30px;
}
.footer .footerLayout .footerTop .footerBtnBox {
  margin: 50px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.footer .footerLayout .footerTop .footerBtnBox .reservationBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 40px) / 3);
  height: 100px;
  background-color: #fff;
  position: relative;
}
.footer .footerLayout .footerTop .footerBtnBox .reservationBtn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
}
.footer .footerLayout .footerTop .footerBtnBox .reservationBtn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 35px;
  height: 35px;
  margin: auto;
  background: url("../img/icon_arrow_1_black.svg") no-repeat left center;
  background-size: 100% 100%;
}
.footer .footerLayout .footerTop .footerBtnBox .reservationBtn a img {
  margin-right: 10px;
}
.footer .footerLayout .footerTop .footerBtnBox .reservationBtn.line a {
  flex-direction: column;
}
.footer .footerLayout .footerTop .footerBtnBox .reservationBtn.line a .lineMain {
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #222;
}
.footer .footerLayout .footerTop .footerBtnBox .reservationBtn .btnNote {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 14px;
  color: #222;
}
.footer .footerLayout .footerBottom {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footer .footerLayout .footerBottom .infoWrap {
  display: flex;
  gap: 50px;
}
.footer .footerLayout .footerBottom .infoWrap .storeInfo {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer .footerLayout .footerBottom .infoWrap .storeInfo .addressBox .ttl, .footer .footerLayout .footerBottom .infoWrap .storeInfo .telBox .ttl, .footer .footerLayout .footerBottom .infoWrap .storeInfo .hoursBox .ttl {
  padding-bottom: 10px;
}
.footer .footerLayout .footerBottom .infoWrap .storeInfo .telBox .note {
  margin-top: 10px;
  font-size: 14px;
}
.footer .footerLayout .footerBottom .infoWrap .storeInfo .hoursBox a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}
.footer .footerLayout .footerBottom .infoWrap .footerMenuWrap {
  display: flex;
  flex-shrink: 0;
}
.footer .footerLayout .footerBottom .infoWrap .footerMenuWrap .footerMenu ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.footer .footerLayout .footerBottom .infoWrap .footerMenuWrap .footerMenu ul li {
  list-style: none;
}
.footer .footerLayout .footerBottom .infoWrap .footerMenuWrap .footerMenu ul li a {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #fff;
}
.footer .footerLayout .footerBottom .infoWrap .footerMenuWrap .snsLogo img {
  width: 30px;
  height: 30px;
}
.footer .footerLayout .footerBottom .infoWrap .solid {
  width: 1px;
  background-color: #D3CBBC;
  flex-shrink: 0;
  align-self: stretch;
}
.footer .footerLayout .copyright {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .footer .footerLayout .footerTop .footerBtnBox .reservationBtn a::after {
    right: 10px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 10.67vw 0 21.33vw;
  }
  .footer .footerLayout {
    justify-content: center;
  }
  .footer .footerLayout .footerTop .footerLogoBox .logoContainer .footerLogo {
    max-width: 50%;
  }
  .footer .footerLayout .footerTop .footerLogoBox .fs30 {
    padding-top: 4vw;
    text-align: center;
  }
  .footer .footerLayout .footerTop .footerBtnBox {
    margin: 8vw;
    flex-direction: column;
    gap: 4vw;
  }
  .footer .footerLayout .footerTop .footerBtnBox .reservationBtn {
    width: 100%;
    height: 13.33vw;
  }
  .footer .footerLayout .footerTop .footerBtnBox .reservationBtn a {
    font-size: 4.27vw;
  }
  .footer .footerLayout .footerTop .footerBtnBox .reservationBtn a::after {
    right: 20px;
    width: 6.67vw;
    height: 6.67vw;
  }
  .footer .footerLayout .footerTop .footerBtnBox .reservationBtn a img {
    margin-right: 2.67vw;
    width: 5.33vw;
  }
  .footer .footerLayout .footerTop .footerBtnBox .reservationBtn.line a .lineMain {
    font-size: 4.27vw;
  }
  .footer .footerLayout .footerTop .footerBtnBox .reservationBtn .btnNote {
    font-size: 3.2vw;
  }
  .footer .footerLayout .footerBottom {
    gap: 8vw;
  }
  .footer .footerLayout .footerBottom .infoWrap {
    flex-direction: column;
    gap: 5.33vw;
  }
  .footer .footerLayout .footerBottom .infoWrap .storeInfo {
    gap: 5.33vw;
  }
  .footer .footerLayout .footerBottom .infoWrap .storeInfo .addressBox .ttl, .footer .footerLayout .footerBottom .infoWrap .storeInfo .telBox .ttl, .footer .footerLayout .footerBottom .infoWrap .storeInfo .hoursBox .ttl {
    padding-bottom: 2.67vw;
  }
  .footer .footerLayout .footerBottom .infoWrap .storeInfo .telBox .note {
    margin-top: 1.33vw;
    font-size: 3.2vw;
  }
  .footer .footerLayout .footerBottom .infoWrap .footerMenuWrap {
    flex-direction: column;
    gap: 8vw;
    width: 100%;
  }
  .footer .footerLayout .footerBottom .infoWrap .footerMenuWrap .footerMenu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw 8vw;
  }
  .footer .footerLayout .footerBottom .infoWrap .footerMenuWrap .footerMenu ul li {
    width: auto;
  }
  .footer .footerLayout .footerBottom .infoWrap .snsLogo img {
    width: 8vw;
    height: 8vw;
  }
  .footer .footerLayout .footerBottom .infoWrap .solid {
    width: auto;
    height: 1px;
  }
  .footer .footerLayout .copyright {
    font-size: 3.2vw;
    text-align: center;
  }
}

.pageHeader {
  padding: 120px 0 60px;
}
.pageHeader h1 {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 90px;
  text-align: left;
}
.pageHeader h1 span {
  padding-left: 30px;
  font-size: 20px;
}
.pageHeader .breadcrumb {
  padding-top: 20px;
}
.pageHeader .breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pageHeader .breadcrumb ul li {
  display: flex;
  align-items: center;
}
.pageHeader .breadcrumb ul li a, .pageHeader .breadcrumb ul li span {
  font-size: 14px;
  color: #fff;
}
.pageHeader .breadcrumb ul .sep {
  flex-shrink: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  background: url("../img/icon_arrow_2_white.svg") no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .pageHeader {
    padding: 20vw 0 13.33vw;
  }
  .pageHeader h1 {
    font-size: 16vw;
    display: flex;
    flex-direction: column;
  }
  .pageHeader h1 span {
    padding-left: 0;
    font-size: 4.27vw;
  }
  .pageHeader .breadcrumb {
    padding-top: 5.33vw;
  }
  .pageHeader .breadcrumb ul li a, .pageHeader .breadcrumb ul li span {
    font-size: 3.2vw;
  }
  .pageHeader .breadcrumb ul .sep {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 2.13vw;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.pagination .prev, .pagination .next {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev {
  transform: scaleX(-1);
  margin-right: 20px;
}
.pagination .next {
  margin-left: 20px;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.pagination ul li {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.pagination ul .current {
  background-color: #fff;
  border-radius: 1000px;
}
.pagination ul .current a {
  color: #222;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 13.33vw;
  }
  .pagination .prev, .pagination .next {
    width: 8vw;
    height: 8vw;
  }
  .pagination .prev img, .pagination .next img {
    width: 3.73vw;
    height: 3.73vw;
  }
  .pagination .prev {
    margin-right: 5.33vw;
  }
  .pagination .next {
    margin-left: 5.33vw;
  }
  .pagination ul {
    gap: 4vw;
  }
  .pagination ul li {
    width: 8vw;
    height: 8vw;
    font-size: 3.73vw;
  }
}/*# sourceMappingURL=common.css.map */