/*
Theme Name: カルビ庵岩崎店WEBサイト
Theme URI: https://noda-restaurant.com/
Author: かるび庵.
Author URI: https://noda-restaurant.com/
Description: カルビ庵岩崎店
Version: 1.0
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  caret-color: transparent;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #333;
  background-color: #fff;
  line-height: 1.6;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

@media screen and (min-width: 1025px) {
  .tab {
    display: none;
  }
}

.section {
  padding: 6rem 2rem;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 4rem 1.6rem;
  }
}

.container {
  max-width: 120rem;
  margin: 0 auto;
}

.firstview {
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: 90rem;
}
@media screen and (max-width: 1024px) {
  .firstview {
    min-height: auto;
    aspect-ratio: 1.2/1;
    height: auto;
  }
}
.firstview .side-menu {
  width: 25%;
  min-width: 40rem;
  background-color: #111;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .firstview .side-menu {
    min-width: 0;
    width: 40%;
  }
}
.firstview .side-menu .menu-top {
  background-color: #b9393f;
  padding: clamp(1rem, 4vw, 6rem) 3rem;
  color: white;
  font-size: 2rem;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .firstview .side-menu .menu-top {
    display: none;
  }
}
.firstview .side-menu .menu-top .menu-top_list {
  list-style: none;
  padding-bottom: 4rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto 1rem;
}
.firstview .side-menu .menu-top .menu-top_list li {
  letter-spacing: 0.6rem;
}
.firstview .side-menu .menu-top .menu-top_list li:not(:last-child) {
  margin-left: 0.7rem;
}
.firstview .side-menu .menu-top .reserve-btn_box {
  text-align: center;
}
.firstview .side-menu .menu-top .reserve-btn {
  background-color: #393939;
  color: white;
  border: none;
  padding: 1rem 3rem;
  cursor: pointer;
  font-size: 2rem;
  writing-mode: horizontal-tb;
  letter-spacing: 0.4rem;
  transition: opacity 0.3s;
}
.firstview .side-menu .menu-top .reserve-btn:hover {
  opacity: 0.7;
}
.firstview .side-menu .logo-area {
  position: relative;
  width: 100%;
  height: 75%;
}
@media screen and (max-width: 1024px) {
  .firstview .side-menu .logo-area {
    height: 100%;
  }
}
.firstview .side-menu .logo-area .bg-pattern {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.firstview .side-menu .logo-area .logo-box {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 54%;
  left: 58%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .firstview .side-menu .logo-area .logo-box {
    width: 80%;
    top: 70%;
  }
}
.firstview .side-menu .logo-area .logo-img {
  max-width: 20rem;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .firstview .side-menu .logo-area .logo-img {
    max-width: none;
    width: 80%;
  }
}
.firstview .main-visual {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.firstview .main-visual .meat-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  -o-object-position: right center;
     object-position: right center;
}
.firstview .main-visual .copy-text {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(15rem, 21vw, 25rem);
}
@media screen and (max-width: 1024px) {
  .firstview .main-visual .copy-text {
    width: 32.5%;
  }
}
.firstview .main-visual .copy-text img {
  width: 100%;
  display: block;
}
.firstview .hamburger {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  padding: 1.7rem 1.6rem;
  background-color: #b9393f;
  z-index: 1001;
  width: 6rem;
  height: 6rem;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.firstview .hamburger span {
  display: block;
  width: 3rem;
  height: 0.3rem;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.firstview .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(2px, 6px);
}
.firstview .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.firstview .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -11px);
}
.firstview .drawer-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background-color: #b9393f;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  padding: 60px 20px 20px;
}
.firstview .drawer-menu.active {
  transform: translateX(0);
}
.firstview .drawer-menu .drawer-menu_list {
  list-style: none;
  padding: 0;
  margin: 0 0 6rem;
}
.firstview .drawer-menu .drawer-menu_list li {
  margin-bottom: 15px;
}
.firstview .drawer-menu .drawer-menu_list li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
}
.firstview .drawer-menu .drawer-reserve-btn {
  text-align: center;
}
.firstview .drawer-menu .drawer-reserve-btn .reserve-btn {
  background-color: #393939;
  font-size: 2rem;
  color: #fff;
  padding: 1rem 3rem;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .firstview .hamburger {
    display: flex;
  }
  .firstview .drawer-menu {
    display: block;
  }
}

.news-section {
  background-color: #000;
  color: #fff;
  padding: 6rem 4rem 6rem;
}
@media screen and (max-width: 1024px) {
  .news-section {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .news-section {
    padding: 3rem 2rem 4rem;
  }
}
.news-section .news-title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 4rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 768px) {
  .news-section .news-title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
.news-section .news-list {
  list-style: none;
  max-width: 115rem;
  margin: 0 auto;
}
.news-section .news-list .news-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b9393f;
  padding: 2rem 0;
  font-size: 1.6rem;
  gap: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news-section .news-list .news-item {
    display: block;
    padding: 1.5rem 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .news-section .news-list .news-item .news-head {
    margin-bottom: 1rem;
  }
}
.news-section .news-list .news-item .news-date {
  white-space: nowrap;
  font-weight: bold;
}
.news-section .news-list .news-item .news-label {
  background-color: #b9393f;
  color: #fff;
  padding: 0.2rem 2rem;
  border-radius: 100px;
  white-space: nowrap;
  display: inline-block;
  margin: 0 2rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .news-section .news-list .news-item .news-label {
    margin-left: 2rem;
  }
}
.news-section .news-list .news-item .news-label.release {
  background-color: #b9393f;
}
.news-section .news-list .news-item .news-label.notice {
  background-color: #b9393f;
}
.news-section .news-list .news-item .news-text {
  flex: 1;
  line-height: 1.6;
}

.readmore-btn
{
  text-align: right;
  font-size: 1.7rem;
  margin-top: 2.5rem;
}

.about-section {
  background-color: #000;
  color: #fff;
  padding: 5rem 4rem 1rem;
  height: clamp(80rem, 104.9vw, 140rem);
}
@media screen and (max-width: 1024px) {
  .about-section {
    padding: 4rem 2rem;
    height: clamp(40rem, 115vw, 300rem);
  }
}
@media screen and (max-width: 768px) {
  .about-section {
    height: clamp(50rem, 130vw, 300rem);
  }
}
.about-section .about-container {
  margin: 0 auto;
  width: 100%;
  max-width: 120rem;
  position: relative;
  height: 100%;
}
.about-section .about-img-box {
  position: absolute;
  top: 4rem;
  right: 0;
  min-width: 60rem;
  width: 88.5%;
}
@media screen and (max-width: 1024px) {
  .about-section .about-img-box {
    width: 100%;
    aspect-ratio: 2/1;
    min-width: auto;
    top: 0;
  }
}
.about-section .about-img-box .about-main-img {
  width: 100%;
  height: auto;
}
.about-section .about-text-box {
  width: clamp(57rem, 48vw, 90rem);
  aspect-ratio: 1070/800;
  background-color: #b9393f;
  padding: clamp(2rem, 3.8vw, 8rem) 3rem;
  font-family: "Noto Serif JP", serif;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: clamp(1.6rem, 1.25vw, 2rem);
  position: absolute;
  left: 0;
  bottom: 6rem;
  display: flex;
  max-width: 80rem;
}
@media screen and (max-width: 1024px) {
  .about-section .about-text-box {
    width: 53%;
    left: 3%;
    font-size: 1.4rem;
    min-height: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .about-section .about-text-box {
    max-width: 50rem;
    font-size: 1.2rem;
    min-height: 29rem;
    padding: clamp(1rem, 3.07vw, 2rem);
    aspect-ratio: 1/1.2;
    bottom: 2rem;
  }
}
.about-section .about-text-box .about-message {
  margin: 0 auto;
  line-height: 4;
}
@media screen and (max-width: 768px) {
  .about-section .about-text-box .about-message {
    line-height: 2;
  }
}
.about-section .about-text-img {
  width: 23%;
  position: absolute;
  right: 4%;
  bottom: 15%;
}
@media screen and (max-width: 1024px) {
  .about-section .about-text-img {
    width: 30%;
    bottom: 10rem;
    right: 8%;
  }
}
@media screen and (max-width: 768px) {
  .about-section .about-text-img {
    width: 35%;
    right: 5%;
    bottom: 5rem;
  }
}

.sales-section {
  background-color: #fff;
  color: #000;
  padding: 8rem 4rem 16rem;
}
@media screen and (max-width: 768px) {
  .sales-section {
    padding: 4rem 2rem 6rem;
  }
}
.sales-section .sales-inner {
  max-width: 115rem;
  margin: 0 auto;
}
.sales-section .sales-title {
  text-align: center;
  margin-bottom: 6rem;
}
.sales-section .sales-title h2 {
  font-size: 4.5rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 768px) {
  .sales-section .sales-title h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
.sales-section .sales-graph {
  width: 70%;
  margin: 4rem auto;
}
@media screen and (max-width: 1024px) {
  .sales-section .sales-graph {
    width: 100%;
  }
}
.sales-section .sales-info {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .sales-section .sales-info {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-section .sales-info {
    gap: 2rem;
  }
}
.sales-section .sales-info .sales-block-head {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  .sales-section .sales-info .sales-block-head {
    display: block;
    margin-bottom: 1rem;
  }
}
.sales-section .sales-info .sales-block {
  background-color: #fff;
  padding-left: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sales-section .sales-info .sales-block {
    padding-left: 1rem;
  }
}
.sales-section .sales-info .sales-block h3 {
  font-size: 3.5rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .sales-section .sales-info .sales-block h3 {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-section .sales-info .sales-block h3 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
  }
}
.sales-section .sales-info .sales-block .sales-block-text {
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .sales-section .sales-info .sales-block .sales-block-text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-section .sales-info .sales-block .sales-block-text {
    font-size: 1.6rem;
    letter-spacing: 0.12em;
  }
}
.sales-section .sales-info .sales-block .sales-block-comment {
  font-size: 1.8rem;
  margin-top: 0.4rem;
  line-height: 1.6;
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 1024px) {
  .sales-section .sales-info .sales-block .sales-block-comment {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-section .sales-info .sales-block .sales-block-comment {
    font-size: 1.2rem;
    letter-spacing: 0.16em;
  }
}
.sales-section .sales-info .sales-block .sales-net-btn {
  display: inline-block;
  background-color: #a83338;
  font-size: 2.5rem;
  color: #fff;
  padding: 0.6rem 2.5rem;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .sales-section .sales-info .sales-block .sales-net-btn {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-section .sales-info .sales-block .sales-net-btn {
    font-size: 1.8rem;
  }
}
.sales-section .sales-info .sales-block .sales-line-icon {
  width: 8.5rem;
  height: auto;
  position: absolute;
  top: 1.5rem;
  left: 70rem;
}
@media screen and (max-width: 1024px) {
  .sales-section .sales-info .sales-block .sales-line-icon {
    left: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-section .sales-info .sales-block .sales-line-icon {
    position: static;
    margin-top: 2rem;
  }
}
.sales-section .sales-info .sales-block .sales-link-text {
  color: #b9393f;
  text-decoration: underline;
}

.menu-section {
  background-color: #000;
  color: #fff;
  padding: 8rem 4rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .menu-section {
    padding: 6rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section {
    padding: 4rem 2rem;
  }
}
.menu-section .menu-container {
  max-width: 140rem;
  margin: 0 auto;
}
.menu-section .menu-inner {
  max-width: 115rem;
  margin: 0 auto;
}
.menu-section .menu-title {
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  position: relative;
  display: block;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-title {
    font-size: 2.8rem;
  }
}
.menu-section .menu-head {
  margin-bottom: 6rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-head {
    text-align: center;
  }
}
.menu-section .menu-head .menu-deco {
  position: absolute;
  top: -3.6rem;
  left: 0;
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-head .menu-deco {
    width: 28rem;
    top: -2.2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.menu-section .menu-head h3 {
  font-size: 4.2rem;
  position: relative;
  text-indent: 1.5em;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-head h3 {
    font-size: 2.8rem;
    text-indent: 0;
  }
}
.menu-section .menu-feature {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-feature {
    display: block;
  }
}
.menu-section .menu-feature .menu-feature-item {
  position: relative;
  width: 27.63%;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-feature .menu-feature-item {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-feature .menu-feature-item {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 3.5rem;
  }
}
.menu-section .menu-feature .menu-feature-item .menu-feature-picture {
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-feature .menu-feature-item .menu-feature-picture {
    max-width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-feature .menu-feature-item .menu-feature-picture {
    max-width: 15rem;
  }
}
.menu-section .menu-feature .menu-feature-item .menu-feature-picture .menu-feature-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-section .menu-feature .menu-feature-item .menu-feature-picture .menu-badge {
  position: absolute;
  top: -3.5rem;
  right: -3.5rem;
  width: clamp(5rem, 8.39vw, 12rem);
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-feature .menu-feature-item .menu-feature-picture .menu-badge {
    width: 8rem;
    right: 46%;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-feature .menu-feature-item .menu-feature-picture .menu-badge {
    width: 5rem;
    top: -2.5rem;
    left: 11rem;
    right: none;
  }
}
.menu-section .menu-feature .menu-feature-item .menu-feature-text {
  display: inline-block;
  margin: 0 auto;
  font-size: clamp(2rem, 1.9vw, 2.6rem);
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-feature .menu-feature-item .menu-feature-text {
    margin: 0 0 0 2.5rem;
    letter-spacing: 0.1em;
    font-size: 2rem;
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-feature .menu-feature-item .menu-feature-text {
    width: auto;
    font-size: 1.6rem;
    margin-left: 1rem;
    letter-spacing: 0.08em;
  }
}
.menu-section .menu-feature .menu-feature-item .menu-name {
  margin-top: 1rem;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-feature .menu-feature-item .menu-name {
    text-align: left;
  }
}
.menu-section .menu-feature .menu-feature-item .menu-name span {
  color: #b9393f;
}
.menu-section .menu-feature .menu-feature-item .menu-price {
  color: #b9393f;
  margin-top: 0.5rem;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-feature .menu-feature-item .menu-price {
    text-align: left;
  }
}
.menu-section .menu-feature .menu-feature-item .menu-price span {
  font-size: 1.6rem;
}
.menu-section .menu-list {
  display: flex;
  justify-content: center;
  gap: 20%;
  flex-wrap: wrap;
  text-align: left;
  font-size: 2rem;
  line-height: 2.4rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-list {
    gap: 5rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-list {
    display: block;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.menu-section .menu-list .menu-column {
  flex: 1;
  min-width: 28rem;
}
.menu-section .menu-list .menu-column .menu-category {
  text-indent: -0.5em;
  font-size: 2rem;
  margin: 4rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-list .menu-column .menu-category {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.menu-section .menu-list .menu-column dl {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-list .menu-column dl {
    letter-spacing: 0.1em;
  }
}
.menu-section .menu-list .menu-column dl dt {
  font-weight: normal;
}
.menu-section .menu-list .menu-column dl dd {
  margin: 0;
  text-align: right;
}
.menu-section .menu-tab-container {
  margin: 0 auto;
  background-color: #232323;
  padding: 15rem 4rem 6rem;
  border-radius: 1rem;
  position: relative;
  min-height: 148rem;
  scroll-margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-tab-container {
    padding: 12rem 3rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-container {
    padding: 8rem 2rem 3rem;
    min-height: auto;
  }
}
.menu-section .menu-tab-list {
  width: 70%;
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
  list-style: none;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-tab-list {
    width: 90%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-list {
    width: 110%;
  }
}
.menu-section .menu-tab-list .menu-tab {
  width: 25%;
  font-size: 2.4rem;
  padding: 1rem 3rem;
  background-color: #444;
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-tab-list .menu-tab {
    font-size: 2rem;
    padding: 0.5rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-list .menu-tab {
    font-size: 1.5rem;
    padding: 0.5rem 1.2rem;
  }
}
.menu-section .menu-tab-list .menu-tab.active {
  background-color: #b9393f;
}
.menu-section .menu-tab-list .menu-tab:not(:first-child) {
  margin-left: -3.5rem;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-tab-list .menu-tab:not(:first-child) {
    margin-left: -2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-list .menu-tab:not(:first-child) {
    margin-left: -1.9rem;
  }
}
.menu-section .menu-tab-content {
  max-width: 115rem;
  margin: 0 auto;
  display: none;
}
.menu-section .menu-tab-content.active {
  display: block;
}
.menu-section .menu-tab-content .menu-category-title {
  position: relative;
  font-size: 4rem;
  margin-bottom: 4rem;
  text-align: center;
}
.menu-section .menu-tab-content .menu-category-title .menu-deco {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 22rem;
  z-index: -1;
}
.menu-section .menu-tab-content .menu-tab-list-area {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  text-align: left;
  gap: 20%;
  line-height: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-tab-content .menu-tab-list-area {
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content .menu-tab-list-area {
    display: block;
  }
}
.menu-section .menu-tab-content .menu-tab-list-area .menu-column {
  flex: 1;
  min-width: 28rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content .menu-tab-list-area .menu-column {
    min-width: auto;
  }
}
.menu-section .menu-tab-content .menu-tab-list-area .menu-column .menu-category {
  font-size: 2rem;
  margin: 4rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content .menu-tab-list-area .menu-column .menu-category {
    font-size: 1.8rem;
    margin: 2rem 0 0.5rem;
  }
}
.menu-section .menu-tab-content .menu-tab-list-area .menu-column dl {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content .menu-tab-list-area .menu-column dl {
    font-size: 1.6rem;
  }
}
.menu-section .menu-tab-content .menu-tab-list-area .menu-column dl dt {
  font-weight: normal;
}
.menu-section .menu-tab-content .menu-tab-list-area .menu-column dl dd {
  margin: 0;
  text-align: right;
}
.menu-section .menu-tab-content .menu-tab-list-area .menu-feature-item.side {
  width: 74%;
  margin-top: 7rem;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-tab-content .menu-tab-list-area .menu-feature-item.side {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content .menu-tab-list-area .menu-feature-item.side {
    margin: 7rem auto 0;
  }
}
.menu-section .menu-tab-content .menu-tab-list-area .menu-feature-item.side .menu-feature-picture {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.menu-section .menu-tab-content .menu-tab-list-area .menu-feature-item.side .menu-feature-picture .menu-feature-item-image {
  width: 100%;
  height: 100%;
  display: block;
}
.menu-section .menu-tab-content .menu-tab-list-area .menu-feature-item.side .menu-feature-picture .menu-badge {
  position: absolute;
  top: -3rem;
  right: -3rem;
  width: clamp(5rem, 8.39vw, 12rem);
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content .menu-tab-list-area .menu-feature-item.side .menu-feature-picture .menu-badge {
    width: 30%;
  }
}
.menu-section .menu-tab-content .menu-tab-list-area .menu-feature-item.side .menu-feature-text {
  font-size: 3.2rem;
  margin-top: 1rem;
  text-align: right;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-tab-content .menu-tab-list-area .menu-feature-item.side .menu-feature-text {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content .menu-tab-list-area .menu-feature-item.side .menu-feature-text {
    font-size: 2.2rem;
  }
}
.menu-section .menu-tab-content .menu-tab-list-area .menu-feature-item.side .menu-feature-text .menu-name span {
  color: #b9393f;
}
.menu-section .menu-tab-content .menu-tab-list-area .menu-feature-item.side .menu-feature-text .menu-price {
  color: #b9393f;
  margin-top: 0.5rem;
}
.menu-section .menu-tab-content .menu-tab-list-area .menu-feature-item.side .menu-feature-text .menu-price span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content .menu-tab-list-area .menu-feature-item.side .menu-feature-text .menu-price span {
    font-size: 1.6rem;
  }
}
.menu-section .menu-tab-content.set-content {
  max-width: 115rem;
  margin: 0 auto;
  display: none;
}
.menu-section .menu-tab-content.set-content.active {
  display: block;
}
.menu-section .menu-tab-content.set-content .menu-set-area {
  display: flex;
  gap: 8rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: left;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.set-content .menu-set-area {
    display: block;
    text-align: center;
    padding-top: 0;
  }
}
.menu-section .menu-tab-content.set-content .menu-set-area .menu-set-item {
  max-width: 48rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.set-content .menu-set-area .menu-set-item {
    width: 100%;
    max-width: 60rem;
    margin: 0 auto 5rem;
  }
}
.menu-section .menu-tab-content.set-content .menu-set-area .menu-set-item .menu-set-img {
  max-width: clamp(20rem, 35.71vw, 40rem);
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.set-content .menu-set-area .menu-set-item .menu-set-img {
    max-width: 40rem;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.set-content .menu-set-area .menu-set-item .menu-set-text {
    max-width: 40rem;
    margin: 0 auto;
    text-align: left;
    line-height: 1.4;
  }
}
.menu-section .menu-tab-content.set-content .menu-set-area .menu-set-item .menu-set-title {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.set-content .menu-set-area .menu-set-item .menu-set-title {
    font-size: 2.4rem;
  }
}
.menu-section .menu-tab-content.set-content .menu-set-area .menu-set-item .menu-set-price {
  font-size: 3.2rem;
  color: #b9393f;
  margin-bottom: 1rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.set-content .menu-set-area .menu-set-item .menu-set-price {
    font-size: 2.4rem;
  }
}
.menu-section .menu-tab-content.set-content .menu-set-area .menu-set-item .menu-set-price span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.set-content .menu-set-area .menu-set-item .menu-set-price span {
    font-size: 1.6rem;
  }
}
.menu-section .menu-tab-content.set-content .menu-set-area .menu-set-item .menu-set-desc {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.set-content .menu-set-area .menu-set-item .menu-set-desc {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.14em;
  }
}
.menu-section .menu-tab-content.party-content {
  max-width: 135rem;
  margin: 0 auto;
  display: none;
  position: relative;
}
.menu-section .menu-tab-content.party-content.active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-tab-content.party-content .menu-head {
    padding-bottom: 3rem;
  }
}
.menu-section .menu-tab-content.party-content .menu-badge {
  position: absolute;
  top: 2.5rem;
  left: 70%;
  width: clamp(5rem, 7vw, 8rem);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-tab-content.party-content .menu-badge {
    width: 5rem;
    top: 7.5rem;
    left: 61rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.party-content .menu-badge {
    display: none;
  }
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper {
  width: 100%;
  margin-top: -5rem;
  border-radius: 1rem;
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1rem;
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.16em;
  min-width: 87rem;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    border-spacing: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table {
    font-size: 1.6rem;
  }
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table th {
  background-color: #b9393f;
  padding: 1.2rem 1rem;
  min-width: 8rem;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table th {
    padding: 1rem 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table th {
    width: 9rem;
  }
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table th span {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table th span {
    font-size: 1.2rem;
  }
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table th:first-child {
  opacity: 0;
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table td {
  background-color: #333;
  padding: 1.2rem 1rem;
  min-width: 8rem;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table td {
    padding: 1rem 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table td {
    padding: 0.4rem 0.2rem;
  }
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table th:first-child,
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table td:first-child {
  text-align: left;
  padding-left: 2rem;
  max-width: 25rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table th:first-child,
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table td:first-child {
    width: 15rem;
  }
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table .menu-badge-cell {
  position: relative;
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table .menu-badge-cell .menu-badge {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-table .menu-badge-cell .menu-badge {
    display: block;
    position: absolute;
    width: 4rem;
    left: 7.5rem;
    top: 2.5rem;
  }
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-info {
  display: flex;
  justify-content: space-between;
  padding: 2rem 1rem 0;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-info {
    display: block;
  }
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-text {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-text {
    margin-bottom: 3rem;
  }
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-text .party-drink {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.2em;
  max-width: 43rem;
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-text .party-drink .party-drink-text {
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-text .party-drink .party-drink-text {
    font-size: 2.2rem;
  }
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-text .party-drink .party-drink-time {
  color: #b9393f;
  font-size: 2rem;
  font-weight: bold;
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-text .party-drink .party-drink-time span {
  font-size: 2.8rem;
  font-weight: bold;
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-text .party-price-list {
  list-style: none;
  max-width: 43rem;
  margin-bottom: 1rem;
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-text .party-price-list .party-price-column {
  display: flex;
  font-size: 2.8rem;
  justify-content: space-between;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-text .party-price-list .party-price-column {
    font-size: 2rem;
  }
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-text .party-price-list .party-price-column dd {
  color: #b9393f;
  margin-left: 1rem;
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-text .party-price-list .party-price-column dd span {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-text .party-price-list .party-price-column dd span {
    font-size: 1.4rem;
  }
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-text .party-note {
  font-size: 2rem;
  letter-spacing: 0.16em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-text .party-note {
    font-size: 1.6rem;
    letter-spacing: 0.12em;
  }
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-img {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-img {
    text-align: center;
  }
}
.menu-section .menu-tab-content.party-content .menu-party-wrapper .menu-party-img img {
  max-width: 35rem;
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 0.5rem;
}
.menu-section .menu-tab-content.party-content .scroll-hint {
  display: none;
  position: absolute;
  top: 30.5rem;
  right: 0.5rem;
  font-size: 1.5rem;
  color: #999;
  background: linear-gradient(to left, #fff 70%, transparent);
  padding-left: 0.5rem;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-tab-content.party-content .scroll-hint {
    display: block;
  }
}
.menu-section .menu-lunch {
  padding-top: 12rem;
  max-width: 115rem;
  margin: 0 auto;
  text-align: left;
}
.menu-section .menu-lunch .menu-head {
  margin-bottom: 4rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-head {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.menu-section .menu-lunch .menu-head .menu-deco {
  position: absolute;
  top: -3.6rem;
  left: 0;
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-head .menu-deco {
    left: 50%;
    transform: translateX(-50%);
    width: 28rem;
    top: -2.5rem;
  }
}
.menu-section .menu-lunch .menu-head h3 {
  font-size: 4.2rem;
  position: relative;
  text-indent: 1.5em;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-lunch .menu-head h3 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-head h3 {
    font-size: 2.8rem;
    text-indent: 0;
  }
}


.store-head {
  margin-bottom: 4rem;
  position: relative;
  text-align: left;
  margin-right: 0;
  margin-left: auto;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .store-head {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 8rem;
    width: 100%;
  }
}
.store-head a .menu-deco {
  position: absolute;
  top: -3.8rem;
  left: 0;
  width: 40rem;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .store-head a .menu-deco {
    left: 50%;
    transform: translateX(-50%);
    width: 28rem;
    top: -2.5rem;
  }
}
.store-head a h3 {
  font-size: 2.6rem;
  position: relative;
  text-indent: 1.5em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
 .store-head a h3 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .store-head a h3 {
    font-size: 2.0rem;
    text-indent: 0;
  }
}

.menu-section .menu-lunch .menu-lunch-note {
  font-size: 3rem;
  letter-spacing: 0.16em;
  color: #b9393f;
  text-align: right;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-lunch .menu-lunch-note {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-lunch-note {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
.menu-section .menu-lunch .menu-lunch-list {
  font-size: 2rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-lunch-list {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.menu-section .menu-lunch .menu-lunch-list .menu-lunch-items {
  list-style: none;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-lunch-list .menu-lunch-items {
    letter-spacing: 0.12em;
  }
}
.menu-section .menu-lunch .menu-lunch-list .menu-lunch-items li {
  margin-bottom: 3rem;
}
.menu-section .menu-lunch .menu-lunch-list .menu-lunch-name {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-lunch-list .menu-lunch-name {
    font-size: 2.1rem;
  }
}
.menu-section .menu-lunch .menu-lunch-list .menu-lunch-name span {
  color: #b9393f;
}
.menu-section .menu-lunch .menu-lunch-list .menu-lunch-price {
  font-size: 3rem;
  color: #b9393f;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-lunch-list .menu-lunch-price {
    font-size: 2.2rem;
    margin: 0.5rem 0 1rem;
  }
}
.menu-section .menu-lunch .menu-lunch-list .menu-lunch-price span {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-lunch-list .menu-lunch-price span {
    font-size: 1.6rem;
  }
}
.menu-section .menu-lunch .menu-lunch-list .menu-lunch-price-white {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-lunch-list .menu-lunch-price-white {
    font-size: 2.2rem;
  }
}
.menu-section .menu-lunch .menu-lunch-list .menu-lunch-price-white span {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-lunch-list .menu-lunch-price-white span {
    font-size: 1.6rem;
  }
}
.menu-section .menu-lunch .menu-feature-item {
  text-align: right;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .menu-section .menu-lunch .menu-feature-item {
    position: static;
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-feature-item {
    width: 91%;
  }
}
.menu-section .menu-lunch .menu-feature-item .menu-feature-picture {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  position: relative;
}
.menu-section .menu-lunch .menu-feature-item .menu-feature-text {
  display: inline-block;
  margin-top: 2rem;
  text-align: right;
  letter-spacing: 0.2em;
}
.menu-section .menu-lunch .menu-feature-item .menu-feature-text .menu-name {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-feature-item .menu-feature-text .menu-name {
    font-size: 2rem;
  }
}
.menu-section .menu-lunch .menu-feature-item .menu-feature-text .menu-name span {
  color: #b9393f;
}
.menu-section .menu-lunch .menu-feature-item .menu-feature-text .menu-price {
  font-size: 3rem;
  font-weight: bold;
  color: #b9393f;
  margin: 1rem 0%;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-feature-item .menu-feature-text .menu-price {
    font-size: 2rem;
  }
}
.menu-section .menu-lunch .menu-feature-item .menu-feature-text .menu-price span {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-feature-item .menu-feature-text .menu-price span {
    font-size: 1.4rem;
  }
}
.menu-section .menu-lunch .menu-feature-item .menu-badge {
  width: 12rem;
  position: absolute;
  top: -2.5rem;
  right: -2rem;
}
@media screen and (max-width: 768px) {
  .menu-section .menu-lunch .menu-feature-item .menu-badge {
    width: 7rem;
  }
}

.info-section {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 6rem 4rem 4rem;
  min-height: 140rem;
}
@media screen and (max-width: 768px) {
  .info-section {
    padding: 3rem 2rem 2rem;
    min-height: auto;
  }
}
.info-section .info-inner {
  max-width: 115rem;
  margin: 0 auto;
}
.info-section .info-title {
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .info-section .info-title {
    font-size: 2.8rem;
    letter-spacing: 0.14em;
    margin-bottom: 3rem;
  }
}
.info-section .info-logo {
  width: 16rem;
  height: auto;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 768px) {
  .info-section .info-logo {
    width: 12rem;
  }
}
.info-section .info-catch {
  font-size: 2rem;
  margin-bottom: 6rem;
  letter-spacing: 0.14em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .info-section .info-catch {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.info-section .info-contact {
  width: 100%;
  max-width: 80rem;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .info-section .info-contact {
    display: block;
  }
}
.info-section .info-tel {
  letter-spacing: 0.2em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .info-section .info-tel {
    margin-bottom: 2rem;
  }
}
.info-section .info-tel .info-tel-label {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .info-section .info-tel .info-tel-label {
    font-size: 1.6rem;
  }
}
.info-section .info-tel .info-tel-number {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .info-section .info-tel .info-tel-number {
    font-size: 2.2rem;
  }
}
.info-section .info-reserve {
  margin-bottom: 5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .info-section .info-reserve {
    margin-bottom: 3rem;
  }
}
.info-section .info-reserve a {
  display: inline-block;
  background-color: #b9393f;
  color: #fff;
  font-size: 2.8rem;
  padding: 1rem 4rem;
  border: 3px solid #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .info-section .info-reserve a {
    font-size: 2.2rem;
    padding: 0.5rem 2rem;
  }
}
.info-section .info-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  max-width: 148rem;
  margin: 0 auto;
  text-align: left;
  font-size: 2rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1024px) {
  .info-section .info-details {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .info-section .info-details {
    font-size: 1.6rem;
  }
}
.info-section .info-details .info-access {
  flex: 1;
  max-width: 61rem;
}
.info-section .info-details .info-access .info-row {
  display: flex;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #a83338;
}
@media screen and (max-width: 768px) {
  .info-section .info-details .info-access .info-row {
    display: block;
  }
}
.info-section .info-details .info-access .info-row dt {
  width: 17rem;
}
@media screen and (max-width: 768px) {
  .info-section .info-details .info-access .info-row dt {
    font-weight: bold;
    margin-bottom: 1rem;
  }
}
.info-section .info-details .info-access .info-row dd a {
  color: #b9393f;
  text-decoration: underline;
}
.info-section .info-details .info-access .info-row dd span {
  text-indent: 4.5em;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .info-section .info-details .info-access .info-row dd span {
    text-indent: 0;
  }
}
.info-section .info-details .info-access .info-row .info-label {
  font-weight: bold;
  width: 8rem;
}
.info-section .info-details .info-access .info-row .info-value {
  flex: 1;
}
.info-section .info-details .info-access .info-row .info-value a {
  color: #b9393f;
  text-decoration: underline;
  margin-left: 0.4rem;
}
.info-section .info-details .info-sales {
  flex: 1;
  max-width: 61rem;
}
.info-section .info-details .info-sales .info-row {
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #a83338;
}
.info-section .info-details .info-sales .info-appearance {
  display: flex;
  margin-bottom: 2rem;
}
.info-section .info-details .info-sales .info-appearance dt {
  width: 17rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .info-section .info-details .info-sales .info-appearance dt {
    width: 8rem;
  }
}
.info-section .info-details .info-sales img {
  width: 100%;
  max-width: clamp(25rem, 27.58vw, 40rem);
  height: auto;
  display: block;
  margin-left: 17rem;
}
@media screen and (max-width: 768px) {
  .info-section .info-details .info-sales img {
    margin-left: 0;
    max-width: 50rem;
  }
}
.info-section .info-details .info-sales .info-hours-time {
  display: flex;
}
@media screen and (max-width: 768px) {
  .info-section .info-details .info-sales .info-hours-time {
    display: block;
  }
}
.info-section .info-details .info-sales .info-hours-time dt {
  width: 17rem;
}
@media screen and (max-width: 768px) {
  .info-section .info-details .info-sales .info-hours-time dt {
    width: 8rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 6rem 2rem 4rem;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .footer {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 1.4rem;
    padding: 3rem 1.5rem 2rem;
  }
}
.footer .footer-nav {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 20rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-nav {
    margin-bottom: 5rem;
  }
}
.footer .footer-nav .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  padding: 0;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .footer .footer-nav .footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
.footer .footer-nav .footer-links li {
  font-weight: bold;
}
.footer .footer-nav .footer-links li a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .footer .footer-nav .footer-links li a {
    display: block;
    padding: 0.5rem 1rem;
  }
}
.footer .footer-nav .footer-links li a:hover {
  opacity: 0.6;
}
.footer .footer-nav .footer-links li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.footer .footer-nav .footer-links li:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.footer .footer-nav .footer-links li:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.footer .footer-nav .footer-links li:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}
.footer .footer-nav .footer-links li:nth-child(5) {
  grid-column: 1;
  grid-row: 3;
}
.footer .footer-nav .footer-links li:nth-child(6) {
  grid-column: 1;
  grid-row: 4;
}
.footer .footer-nav .footer-links li:nth-child(7) {
  grid-column: 2;
  grid-row: 3;
}
.footer .footer-nav .footer-links li:nth-child(8) {
  grid-column: 2;
  grid-row: 4;
}
.footer .footer-copy {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .footer .footer-copy {
    font-size: 1rem;
  }
}

.btn {
  display: inline-block;
  background-color: #a30000;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.8;
}

section.lite
{
  background-color: #fff;
}

section.lite div
{
  color: #000;
  text-align: left !important;
}

section.lite
{
  padding: 5% 10%;
}

section.lite .section-title
{
  font-size: 4rem;
}

section.lite .section-title .title-jp
{
  font-size: 4rem;
}

section.lite .section-title .title-en
{
  font-size: 2.3rem;
}

.posts-contents
{
  text-align: left;
  font-size: 1.6rem;
  margin: 5% 0;
}

section.lite a .category-back
{
  font-size: 1.8rem;
}


section.lite > div.posts-contents > div > p
{
  text-align: left!important;
}


@media screen and (max-width: 768px) {
  section div
  {
    text-align: center !important;
  }
}