@charset "UTF-8";
body {
  font-size: 14px;
  color: #222222;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  background: #f3efeb;
}

main {
  overflow-x: clip;
}

@media not screen and (min-width: 768px) {
  .hidden-sp {
    display: none;
  }
}

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

.heading__tittle {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media not screen and (min-width: 768px) {
  .heading__tittle {
    gap: 4px;
  }
}

.heading__title-en {
  font-family: "Amatic SC", sans-serif;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 10.4px;
  padding-left: 6px;
}
@media not screen and (min-width: 768px) {
  .heading__title-en {
    font-size: 40px;
    letter-spacing: 4px;
    padding-left: 3px;
  }
}

.heading__title-ja {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .heading__title-ja {
    font-size: 12px;
  }
}

.button {
  position: relative;
  width: 280px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding-block: 25px 24px;
  background: #222;
  display: inline-block;
  box-shadow: 6px 5px 0 0 #eae0d5, 7px 6px 0 0 #222;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.button:hover {
  box-shadow: none;
  transform: translate(7px, 6px);
}
@media not screen and (min-width: 768px) {
  .button {
    width: 290px;
  }
}

.button::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 18px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media not screen and (min-width: 768px) {
  .button::after {
    top: 3px;
  }
}

.top__wrapper {
  display: flex;
}

.header__main-list {
  padding: 27px 18px 12px;
  text-align: center;
  width: 15.7%;
}
@media (max-width: 1100px) {
  .header__main-list {
    display: none;
  }
}

.header__logo {
  max-width: 166px;
  display: inline-block;
}

.header__logo img:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.header__nav {
  margin-top: 53px;
  margin-bottom: 62px;
}

.header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.header__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__nav-item a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.header__nav-link-en {
  font-family: "Patua One", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.92px;
}

.header__nav-link-ja {
  font-size: 10px;
  font-weight: 500;
  margin-top: 5px;
}

.header__sns-icons {
  display: inline-block;
}

.header__sns-icons-list {
  display: flex;
  gap: 28px;
}

.header__sns_icons-item a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.fa-brands {
  font-size: 21px;
}

.main__visual-wrapper {
  position: relative;
  width: 84.3%;
}
@media (max-width: 1100px) {
  .main__visual-wrapper {
    width: 100%;
    height: 100vh;
  }
}

.swiper-img {
  height: 735px;
  overflow: hidden;
}
@media not screen and (min-width: 768px) {
  .swiper-img {
    height: 100vh;
    width: 100%;
  }
}
.swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}

.swiper-pagination {
  width: initial !important;
  left: 11px !important;
  bottom: 12px !important;
}
@media not screen and (min-width: 768px) {
  .swiper-pagination {
    left: 12px !important;
    bottom: 8px !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet {
  background-color: #ffffff; /* ← 真っ白に */
  opacity: 1; /* デフォルトの薄さを無効化（必要に応じて） */
}

/* アクティブなドット（＝オレンジ） */
.swiper-pagination-bullet-active {
  background-color: #d59b71;
}

.main__visual-message {
  position: absolute;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2.8px;
  left: 56px;
  top: 600px;
  z-index: 10;
}
@media not screen and (min-width: 768px) {
  .main__visual-message {
    top: 124px;
    left: 20px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 2.24px;
  }
}

.main__visual-text2 {
  display: inline-block;
  margin-top: 16px;
}
@media not screen and (min-width: 768px) {
  .main__visual-text2 {
    margin-top: 0;
  }
}

.main__visual-news {
  width: 388px;
  max-width: 100%;
  position: absolute;
  top: 560px;
  right: 20px;
  z-index: 10;
}
@media not screen and (min-width: 768px) {
  .main__visual-news {
    max-width: 335px;
    width: 89%;
    top: 511px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}

.main__news-pickup {
  padding: 16px;
  background: #fff;
  position: relative;
}
@media not screen and (min-width: 768px) {
  .main__news-pickup {
    padding: 12px;
  }
}

.main__pickup-tag {
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: 10;
}

.main__pickup-tag-text {
  position: relative;
  color: #ffffff;
  background: #222;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 7px 4px 15px;
  min-width: 58px;
}
@media not screen and (min-width: 768px) {
  .main__pickup-tag-text {
    padding: 4px 3px 1px 10px;
    min-width: 50px;
  }
}

.main__pickup-tag-text::before,
.main__pickup-tag-text::after {
  position: absolute;
  content: "";
  display: block;
}

.main__pickup-tag-text::before {
  top: 100%;
  left: 0;
  width: 8px;
  height: 4px;
  background: #aaa;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.main__pickup-tag-text::after {
  top: 0;
  right: -19px;
  width: 20px;
  height: 100%;
  background: #222;
  -webkit-clip-path: polygon(0% 0%, 60% 0, 0% 50%, 60% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 60% 0, 0% 50%, 60% 100%, 0% 100%);
}

.main__pickup-card {
  display: flex;
  gap: 16px;
}
@media not screen and (min-width: 768px) {
  .main__pickup-card {
    align-items: center;
  }
}

.main__pickup-card-image {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
@media not screen and (min-width: 768px) {
  .main__pickup-card-image {
    width: 100px;
    height: 100px;
  }
}

.main__pickup-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main__pickup-card:hover .main__pickup-card-image img {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.news__card-published {
  font-size: 12px;
  font-weight: 500;
}

.news__card-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 8px;
}
@media not screen and (min-width: 768px) {
  .news__card-text {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
}

.main__pickup-deco-image {
  width: 165px;
  position: absolute;
  z-index: 11;
  top: -75px;
  right: 2px;
}
@media not screen and (min-width: 768px) {
  .main__pickup-deco-image {
    width: 120px;
    top: -40px;
    right: 4px;
  }
}

.header__logo-sp {
  display: none;
}
@media (max-width: 1100px) {
  .header__logo-sp {
    display: block;
    position: absolute;
    left: 15px;
    top: 10px;
    z-index: 200;
    width: 120.043px;
    height: 63.084px;
  }
  .header__logo-sp img {
    width: 100%;
  }
  .header__logo-sp img:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}

.main__visual-bg {
  background-color: #eae0d5;
  height: 60px;
  width: 90%;
  float: right;
}
@media not screen and (min-width: 768px) {
  .main__visual-bg {
    display: none;
  }
}

.drawer__icon {
  display: none;
}
@media (max-width: 1100px) {
  .drawer__icon {
    position: fixed;
    z-index: 102;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-color: #382620;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 15px;
  }
}

.drawer__icon--bar {
  width: 27px;
  height: 2.25px;
  border-radius: 6px;
  background: #fff;
  transition: transform 0.3s linear, opacity 0.3s linear;
  transform-origin: center;
  position: relative;
}

.drawer__icon.js-show {
  background-color: #fff;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  transform: rotate(45deg) translate(5px, 7px);
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  opacity: 0;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  transform: rotate(-45deg) translate(5px, -7px);
}
.drawer__icon.js-show .drawer__icon--bar {
  background: #382620;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 375px;
  max-width: 100vw;
  height: 100vh;
  height: 100svh;
  background: #382620;
  overflow-y: scroll;
}

.drawer__body {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 130px 50px;
}

.drawer__list {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 40px;
}

.drawer__item a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.drawer__link-en {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2.88px;
  line-height: normal;
  padding-right: 7px;
  font-family: "Patua One", sans-serif;
}

.drawer__link-slash {
  font-size: 10px;
  font-weight: 500;
  padding-right: 7px;
}

.drawer__link-ja {
  font-size: 10px;
  font-weight: 500;
}

.drawer__sns-icons {
  margin-top: 55px;
}

.drawer__sns-icons-list {
  display: flex;
  justify-content: center;
  gap: 41px;
}

.drawer__nav-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.drawer__fa-brands {
  color: #fff;
  font-size: 32px;
}

.drawer__icon--bar {
  transition: all 0.5s ease;
}

.drawer {
  translate: 101%;
  transition: translate 0.5s ease;
}
.drawer.js-show {
  translate: 0;
}

.drawer__link:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.concept__wrapper {
  overflow-y: visible;
  max-width: 1280px;
  margin: 0 auto;
  padding-block: 160px 240px;
}
@media not screen and (min-width: 768px) {
  .concept__wrapper {
    padding-inline: 20px;
    padding-block: 120px;
  }
}

.concept {
  position: relative;
}
.concept::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg_concept.png);
  background-size: contain;
  width: 296px;
  height: 265px;
  right: -40px;
  top: -203px;
  pointer-events: none;
  z-index: 50;
}
@media not screen and (min-width: 768px) {
  .concept::before {
    top: -140px;
    right: -37px;
    width: 145px;
    height: 130px;
  }
}

.concept__container {
  position: relative;
  max-width: 1190px;
  display: flex;
  padding-bottom: 100px;
}
.concept__container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: #eae0d5;
}
@media not screen and (min-width: 768px) {
  .concept__container::before {
    height: 100px;
    width: 106%;
    margin-left: -20px;
  }
}
@media not screen and (min-width: 768px) {
  .concept__container {
    flex-direction: column-reverse;
    padding-bottom: 73px;
  }
}

.concept__image {
  max-width: 600px;
  z-index: 5;
}
@media not screen and (min-width: 768px) {
  .concept__image {
    max-width: 94%;
    margin-left: -20px;
    margin-top: 86px;
  }
}
.concept__image img {
  width: 100%;
}

.concept__title-content {
  margin-right: 40px;
  margin-left: 80px;
  margin-top: 19px;
  width: 470px;
  flex-shrink: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .concept__title-content {
    margin-left: 40px;
    width: 410px;
  }
}
@media not screen and (min-width: 768px) {
  .concept__title-content {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
}

.concept__heading .heading__title-en {
  padding-left: 0;
}

.concept__subtitle {
  margin-top: 48px;
  font-size: 28px;
  font-weight: 700;
  line-height: 60px;
}
@media not screen and (min-width: 768px) {
  .concept__subtitle {
    margin-top: 34px;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
  }
}

.concept__text {
  margin-top: 48px;
  line-height: 28px;
}
@media not screen and (min-width: 768px) {
  .concept__text {
    margin-top: 31px;
  }
}

.concept__button {
  margin-top: 54px;
}
@media not screen and (min-width: 768px) {
  .concept__button {
    margin-top: 54px;
    margin-right: 7px;
    text-align: center;
  }
}

.special-lunch__wrapper {
  background: #eae0d5;
}

.special-lunch {
  padding-block: 81px 80px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media not screen and (min-width: 768px) {
  .special-lunch {
    padding-block: 54px 63px;
  }
}
.special-lunch::before {
  content: "";
  position: absolute;
  background: url(../img/bg_lunch-leaves.png) top right no-repeat;
  background-size: contain;
  width: 201px;
  height: 228px;
  right: -35px;
  top: -132px;
  pointer-events: none;
  z-index: 50;
}
@media not screen and (min-width: 768px) {
  .special-lunch::before {
    top: -179px;
    right: -30px;
    width: 145px;
    height: 130px;
  }
}

.lunch__heading {
  text-align: center;
  gap: 6px;
}

.lunch__content {
  background: #fff;
  padding: 40px 20px 20px;
  margin-inline: auto;
  position: relative;
  margin-top: 62px;
}
@media screen and (min-width: 768px) {
  .lunch__content {
    max-width: 900px;
    padding: 40px 60px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .lunch__content {
    max-width: 1180px;
    padding: 62px 40px 41px;
    margin-top: 60px;
  }
}

.lunch__content-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background: #222222;
  max-width: 308px;
  padding: 6px 19px 5px;
  position: absolute;
  text-align: center;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media not screen and (min-width: 768px) {
  .lunch__content-title {
    font-size: 14px;
    padding: 5px 22px 7px;
    width: 255.269px;
  }
}
.lunch__content-title::after {
  content: "";
  position: absolute;
  background-image: url(../img/deco__lunch-title-left.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  top: 8px;
  left: -22px;
  width: 35px;
  height: 37px;
}
@media not screen and (min-width: 768px) {
  .lunch__content-title::after {
    width: 28.653px;
    height: 32.3px;
    top: 6px;
    left: -17px;
  }
}
.lunch__content-title::before {
  content: "";
  position: absolute;
  background-image: url(../img/deco__lunch-title-right.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  top: 8px;
  right: -23px;
  width: 35px;
  height: 37px;
}
@media not screen and (min-width: 768px) {
  .lunch__content-title::before {
    width: 28.653px;
    height: 32.3px;
    top: 6px;
    right: -17px;
  }
}

.lunch__content-text {
  position: absolute;
  z-index: 100;
  width: 200px;
  height: 93.591px;
  top: -235px;
  right: -15px;
}
@media screen and (min-width: 768px) {
  .lunch__content-text {
    width: 304px;
    top: -300px;
    right: 147px;
  }
}
@media screen and (min-width: 1200px) {
  .lunch__content-text {
    width: 304px;
    top: -70px;
    right: -21px;
    height: auto;
  }
}

.lunch__top-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.lunch__top-item {
  width: calc(50% - 10px);
}
@media screen and (min-width: 1200px) {
  .lunch__top-item {
    width: auto;
    margin-top: 0;
  }
  .lunch__top-item:nth-child(2),
  .lunch__top-item:nth-child(4) {
    margin-top: 39px;
  }
}

.lunch__card {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .lunch__card {
    max-width: 260px;
  }
}

.lunch__card-body {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}
@media not screen and (min-width: 768px) {
  .lunch__card-body {
    gap: 6px;
    margin-top: 7px;
  }
}

.lunch__card-alphabet {
  background: #222222;
  color: #ffffff;
  text-align: center;
  font-family: "Patua One", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3.84px;
  width: 49px;
  height: 49px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
}
@media not screen and (min-width: 768px) {
  .lunch__card-alphabet {
    font-size: 19px;
    letter-spacing: 2.28px;
    width: 24px;
    height: 24px;
    padding-top: 1px;
    padding-left: 2px;
  }
}

.lunch__card-menuname {
  font-size: 18px;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .lunch__card-menuname {
    font-size: 14px;
  }
}

.lunch__content-bottom-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 18px 20px;
  width: 100%;
  background: #f7f6f4;
  margin-top: 20px;
  border-radius: 8px;
}
@media screen and (min-width: 1200px) {
  .lunch__content-bottom-body {
    flex-direction: row;
    max-width: 1100px;
    border-radius: 8px;
    margin-top: 60px;
    padding: 20px 53px 20px 70px;
    gap: 40px;
  }
}

.lunch__bottom-detail {
  display: flex;
}

.lunch__detail-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1200px) {
  .lunch__detail-image {
    max-width: 700px;
  }
}

.lunch__bottom-description {
  width: 220px;
}

.lunch__description-name {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .lunch__description-name {
    font-size: 16px;
    margin-top: 19px;
    text-align: center;
  }
}

.lunch__description-price {
  font-family: "Damion", sans-serif;
  font-size: 60px;
  font-weight: 400;
  background: url(../img/deco__lunch-datail-price.svg) bottom no-repeat;
  padding-bottom: 9px;
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .lunch__description-price {
    font-size: 39px;
    background: url(../img/deco_lunch-datail-price-sp.svg) bottom no-repeat;
  }
}

.lunch__description-date {
  text-align: right;
  font-weight: 700;
  margin-top: 8px;
}
@media not screen and (min-width: 768px) {
  .lunch__description-date {
    margin-top: 12px;
    font-size: 12px;
    text-align: center;
  }
}

.grand-menu__wrapper {
  max-width: 1280px;
  margin-inline: auto;
  position: relative;
}
.grand-menu__wrapper::before {
  content: "";
  position: absolute;
  background: url(../img/bg_coffee-leaves2.png) top left no-repeat;
  background-size: contain;
  width: 395px;
  height: 395px;
  top: -137px;
  left: -100px;
  pointer-events: none;
  z-index: 50;
}
@media not screen and (min-width: 768px) {
  .grand-menu__wrapper::before {
    top: -76px;
    left: -36px;
    height: 294px;
    width: 184px;
    transform: rotate(-4deg);
  }
}

.grand-menu {
  padding-block: 159px 160px;
}
@media not screen and (min-width: 768px) {
  .grand-menu {
    padding-block: 117px 120px;
  }
}

.grand-menu__container {
  padding-inline: 50px;
  position: relative;
}
@media not screen and (min-width: 768px) {
  .grand-menu__container {
    padding-inline: 20px;
  }
}
.grand-menu__container::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 87.5%;
  background: #eae0d5;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media not screen and (min-width: 768px) {
  .grand-menu__container::before {
    width: 73%;
    height: 91.7%;
  }
}

.grand-menu__heading {
  text-align: center;
}

.grand-menu__body {
  margin-top: 39px;
  margin-inline: auto;
  max-width: 1100px;
}
@media not screen and (min-width: 768px) {
  .grand-menu__body {
    margin-top: 41px;
  }
}

.menu__block:nth-child(2),
.menu__block:nth-child(3),
.menu__block:nth-child(4) {
  margin-top: 98px;
}
@media not screen and (min-width: 768px) {
  .menu__block:nth-child(2),
  .menu__block:nth-child(3),
  .menu__block:nth-child(4) {
    margin-top: 40px;
  }
}

.menu__title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  padding: 7px 20px 9px;
}
@media not screen and (min-width: 768px) {
  .menu__title {
    font-size: 20px;
    padding: 5px 10px 6px;
  }
}
.menu__title::after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #222;
}
.menu__title::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  right: 0;
  border-top: 1px solid #222;
}
@media not screen and (min-width: 768px) {
  .menu__title::before {
    top: 2px;
  }
}

.menu__body {
  margin-top: 24px;
}
@media not screen and (min-width: 768px) {
  .menu__body {
    margin-top: 20px;
  }
}

.menu__list {
  display: flex;
  gap: 40px 34px;
  flex-wrap: wrap;
}
@media not screen and (min-width: 768px) {
  .menu__list {
    gap: 21px 19px;
  }
}

.menu__card {
  width: calc((100% - 68px) / 3);
}
@media not screen and (min-width: 768px) {
  .menu__card {
    width: calc((100% - 19px) / 2);
  }
}

.menu__card-image {
  border: solid 8px #fff;
}
@media not screen and (min-width: 768px) {
  .menu__card-image {
    border: solid 5px #fff;
  }
}

.menu__card-body {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
}
@media not screen and (min-width: 768px) {
  .menu__card-body {
    margin-top: 7px;
  }
}

.menu__card-name {
  font-size: 20px;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .menu__card-name {
    font-size: 14px;
  }
}

.menu__card-price {
  font-family: "Damion", sans-serif;
  font-size: 32px;
  font-weight: 400;
}
@media not screen and (min-width: 768px) {
  .menu__card-price {
    font-size: 24px;
  }
}

.menu__drink-body {
  display: block;
}
@media (min-width: 1201px) {
  .menu__drink-body {
    display: flex;
    gap: 62px;
  }
}

.menu__drink-image {
  display: none;
}
@media (min-width: 1201px) {
  .menu__drink-image {
    max-width: 343px;
    display: block;
  }
  .menu__drink-image img {
    border: solid 8px #fff;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .menu__drink-lists {
    width: 90%;
    margin-inline: auto;
  }
}
@media (min-width: 1201px) {
  .menu__drink-lists {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .menu__drink-list {
    display: flex;
    justify-content: space-between;
    gap: 90px;
  }
}
@media (min-width: 1201px) {
  .menu__drink-list {
    display: flex;
    gap: 48px;
    padding-right: 8px;
  }
}
@media not screen and (min-width: 768px) {
  .menu__drink-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 41px;
  }
}

.menu__drink-item {
  width: 197px;
}
@media not screen and (min-width: 768px) {
  .menu__drink-item {
    width: 88%;
  }
}

.drink__card-title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: solid 1px #222;
}
@media not screen and (min-width: 768px) {
  .drink__card-title {
    padding-bottom: 9px;
  }
}

.drink__card-body {
  margin-top: 12px;
}

.drink__card-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 3px;
  margin-top: 8px;
}

.drink__card-maenuname {
  font-weight: 700;
}

.drink__card-price {
  font-size: 20px;
  font-family: "Damion", sans-serif;
  font-weight: 400;
}

.grand-menu__button {
  margin-top: 54px;
  text-align: center;
  padding-bottom: 84px;
  padding-right: 6px;
}
@media not screen and (min-width: 768px) {
  .grand-menu__button {
    margin-top: 40px;
    padding-bottom: 71px;
  }
}

.gallery__wrapper {
  max-width: 1280px;
  margin-inline: auto;
}

.gallery {
  background: #eae0d5;
  padding-block: 80px 85px;
  position: relative;
}
@media not screen and (min-width: 768px) {
  .gallery {
    padding-block: 60px 105px;
  }
}
.gallery::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg_coffee-beans2.png);
  background-size: contain;
  width: 390px;
  height: 330px;
  top: -376px;
  right: -134px;
  pointer-events: none;
  z-index: 50;
}
@media not screen and (min-width: 768px) {
  .gallery::before {
    top: -124px;
    right: -40px;
    width: 168.808px;
    height: 142.875px;
  }
}

.gallery__container {
  position: relative;
}
@media not screen and (min-width: 768px) {
  .gallery__container {
    padding-inline: 20px;
  }
}

.gallery__text {
  position: absolute;
  width: 258px;
  height: 120px;
  top: -97px;
  left: 301px;
  z-index: 100;
}
@media not screen and (min-width: 768px) {
  .gallery__text {
    width: 200px;
    height: 104.168px;
    top: -118px;
    left: -22px;
  }
}

.gallery__heading {
  text-align: center;
}

@media not screen and (min-width: 768px) {
  .gallery__heading-title-en {
    padding-left: 10px;
  }
}

.gallery__body {
  margin-top: 30px;
  max-width: 1180px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media not screen and (min-width: 768px) {
  .gallery__body {
    padding-inline: 0;
  }
}

#sbi_images {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px !important;
}

@media not screen and (min-width: 768px) {
  #sbi_images {
    grid-template-columns: repeat(2, 1fr);
    gap: 19px !important;
  }
}

.gallery__button {
  text-align: center;
  margin-top: 38px;
  margin-right: 6px;
}
@media not screen and (min-width: 768px) {
  .gallery__button {
    margin-top: 15px;
  }
}

.news__wrapper {
  padding-top: 120px;
}
@media not screen and (min-width: 768px) {
  .news__wrapper {
    padding-block: 116px 61px;
  }
}

.news {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}
.news::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg_news-plate.png);
  background-size: contain;
  width: 354px;
  height: 320px;
  left: -87px;
  top: -265px;
  pointer-events: none;
  z-index: 50;
}
@media not screen and (min-width: 768px) {
  .news::before {
    top: -124px;
    left: -53px;
    width: 204.493px;
    height: 185.071px;
  }
}

.news__container {
  margin-inline: auto;
}
@media (min-width: 1201px) {
  .news__container {
    max-width: 1108px;
  }
}
@media not screen and (min-width: 768px) {
  .news__container {
    padding-inline: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .news__container {
    padding-inline: 40px;
  }
}

.news__heading {
  text-align: center;
}

.news__body {
  margin-top: 40px;
  display: flex;
  gap: 39px;
  padding-left: 3px;
}
@media not screen and (min-width: 768px) {
  .news__body {
    flex-direction: column;
    padding-left: 0;
    gap: 22px;
  }
}

.news__body-left {
  max-width: 510px;
  width: 100%;
}
@media not screen and (min-width: 768px) {
  .news__body-left {
    max-width: 100%;
  }
}

.news__card-large {
  width: 100%;
}

.news__card-large-link {
  position: relative;
}

.news__card-large-image {
  overflow: hidden;
}

.news__card-large-image img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.news__card-large-link:hover .news__card-large-image img {
  transform: scale(1.2);
}

.news__card-large-tag {
  position: absolute;
  top: 20px;
  left: -8px;
  z-index: 10;
}

.news__card-large-tag-text {
  position: relative;
  color: #ffffff;
  background: #222;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 7px 4px 15px;
  min-width: 58px;
}
@media not screen and (min-width: 768px) {
  .news__card-large-tag-text {
    font-size: 12px;
  }
}
.news__card-large-tag-text::before,
.news__card-large-tag-text::after {
  position: absolute;
  content: "";
  display: block;
}
.news__card-large-tag-text::before {
  top: 100%;
  left: 0;
  width: 8px;
  height: 4px;
  background: #aaa;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.news__card-large-tag-text::after {
  top: 0;
  right: -19px;
  width: 20px;
  height: 100%;
  background: #222;
  -webkit-clip-path: polygon(0% 0%, 50% 0, 0% 50%, 50% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 50% 0, 0% 50%, 50% 100%, 0% 100%);
}

.news__card-large-body {
  margin-top: 16px;
}
@media not screen and (min-width: 768px) {
  .news__card-large-body {
    margin-top: 10px;
  }
}

.news__card-large-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
@media not screen and (min-width: 768px) {
  .news__card-large-title {
    font-size: 14px;
    line-height: 24px; /* 171.429% */
  }
}

.news__card-large-text {
  margin-top: 10px;
  font-weight: 400;
  line-height: 24px;
}
@media not screen and (min-width: 768px) {
  .news__card-large-text {
    font-size: 12px;
    line-height: 18px;
  }
}

.news__card-large-meta {
  margin-top: 12px;
}
@media not screen and (min-width: 768px) {
  .news__card-large-meta {
    margin-top: 10px;
    font-size: 12px;
  }
}

.news__body-right {
  max-width: 553px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 42px;
}
@media not screen and (min-width: 768px) {
  .news__body-right {
    max-width: 100%;
    gap: 19px;
  }
}

.news__card-small {
  width: calc((100% - 42px) / 2);
}
@media not screen and (min-width: 768px) {
  .news__card-small {
    width: calc((100% - 19px) / 2);
  }
}

.news__card-small-link {
  position: relative;
}

.news__card-small-image {
  overflow: hidden;
}

.news__card-small-image img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.news__card-small-link:hover .news__card-small-image img {
  transform: scale(1.2);
}

.news__card-small-tag {
  position: absolute;
  top: 12px;
  left: -8px;
  z-index: 10;
}
@media not screen and (min-width: 768px) {
  .news__card-small-tag {
    top: 10px;
  }
}

.news__card-small-tag-text {
  position: relative;
  color: #ffffff;
  background: #222;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 14px 4px 15px;
  min-width: 58px;
}
@media not screen and (min-width: 768px) {
  .news__card-small-tag-text {
    padding: 2px 5px 3px 11px;
  }
}
.news__card-small-tag-text::before,
.news__card-small-tag-text::after {
  position: absolute;
  content: "";
  display: block;
}
.news__card-small-tag-text::before {
  top: 100%;
  left: 0;
  width: 8px;
  height: 4px;
  background: #aaa;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.news__card-small-tag-text::after {
  top: 0;
  right: -19px;
  width: 20px;
  height: 100%;
  background: #222;
  -webkit-clip-path: polygon(0% 0%, 40% 0, 0% 50%, 40% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 40% 0, 0% 50%, 40% 100%, 0% 100%);
}

.news__card-small-body {
  margin-top: 10px;
}
@media not screen and (min-width: 768px) {
  .news__card-small-body {
    margin-top: 6.25px;
  }
}

.news__card-small-text {
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
@media not screen and (min-width: 768px) {
  .news__card-small-text {
    font-size: 12px;
    line-height: 18px;
  }
}

.news__card-small-meta {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}
@media not screen and (min-width: 768px) {
  .news__card-small-meta {
    margin-top: 8px;
  }
}

.news__button {
  margin-top: 58px;
  text-align: center;
  margin-right: 15px;
}
@media not screen and (min-width: 768px) {
  .news__button {
    margin-top: 39px;
    margin-right: 6px;
  }
}

.access__wrapper {
  padding-block: 80px 78px;
  background-color: #eae0d5;
  margin-top: 166px;
}
@media not screen and (min-width: 768px) {
  .access__wrapper {
    margin-top: 105px;
    padding-block: 81px 80px;
  }
}

.access {
  position: relative;
}
.access::before {
  content: "";
  position: absolute;
  background: url(../img/bg_access-bread.png) top left no-repeat;
  background-size: contain;
  width: 395px;
  height: 395px;
  top: -267px;
  right: -97px;
  pointer-events: none;
  z-index: 50;
}
@media not screen and (min-width: 768px) {
  .access::before {
    top: -177px;
    right: -37px;
    width: 190.5px;
    height: 180px;
  }
}

.access__container {
  position: relative;
  margin-inline: auto;
  max-width: 768px;
  padding-inline: 40px;
}
@media not screen and (min-width: 768px) {
  .access__container {
    padding-inline: 20px;
  }
}

.access__text {
  position: absolute;
  width: 232.912px;
  height: 200.002px;
  top: -131px;
  left: 81px;
  z-index: 100;
}
@media not screen and (min-width: 768px) {
  .access__text {
    width: 200px;
    height: 172.134px;
    top: -122px;
    left: -30px;
  }
}

.access__heading {
  text-align: center;
}

.access__map {
  margin-top: 40px;
  aspect-ratio: 654/367;
  max-width: 768px;
  border: solid 10px #fff;
}
@media not screen and (min-width: 768px) {
  .access__map {
    margin-top: 42px;
    border: solid 5px #fff;
    aspect-ratio: 325/178;
  }
}

.access__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

.access__info {
  display: flex;
  gap: 40px;
  margin-top: 42px;
}
@media not screen and (min-width: 768px) {
  .access__info {
    flex-direction: column;
    gap: 0;
    margin-top: 43px;
  }
}

.access__info-list {
  width: 100%;
}

@media not screen and (min-width: 768px) {
  .right-list .access__info-row {
    margin-top: 18px;
  }
}

.access__info-row {
  display: flex;
  gap: 24px;
  border-bottom: solid 1px #222;
  padding-bottom: 10px;
}
@media not screen and (min-width: 768px) {
  .access__info-row {
    padding-bottom: 12px;
  }
}

.access__info-row + .access__info-row {
  margin-top: 24px;
}
@media not screen and (min-width: 768px) {
  .access__info-row + .access__info-row {
    margin-top: 18px;
  }
}

.info__term {
  font-weight: 700;
  width: 56px;
}

.info__description {
  font-weight: 700;
  line-height: 24px;
}

.footer {
  padding-block: 40px 16px;
  background: #382620;
  position: relative;
  margin: 0 auto;
}
@media not screen and (min-width: 768px) {
  .footer {
    padding-block: 42px 14px;
  }
}
.footer::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg_coffee-beans3.png);
  background-size: contain;
  width: 341px;
  height: 288px;
  left: calc(50% - 725px);
  bottom: 4px;
  pointer-events: none;
  z-index: 50;
}
@media not screen and (min-width: 768px) {
  .footer::before {
    background-image: url(../img/bg_coffee-beans-footer-sp.png);
    background-size: contain;
    bottom: 90px;
    left: -35px;
    width: 128px;
    height: 114px;
  }
}

.footer__list {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.footer__link {
  color: #ffffff;
}
.footer__link .fa-brands {
  font-size: 19px;
}
@media not screen and (min-width: 768px) {
  .footer__link .fa-brands {
    font-size: 27px;
  }
}

.footer__link:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.footer__copy {
  text-align: center;
  margin-top: 39px;
}
@media not screen and (min-width: 768px) {
  .footer__copy {
    margin-top: 41px;
  }
}

.footer__copy-text {
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
}

.pagetop {
  position: fixed;
  z-index: 150;
  right: 8px;
  bottom: 6px;
  width: min(11.7333333333%, 44px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 20px;
    bottom: 17px;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
