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

main {
  overflow-x: clip;
}

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

.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;
  }
}

.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;
}
@media screen and (min-width: 768px) {
  .drawer__icon {
    top: 20px;
    right: 20px;
  }
}

.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__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__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;
}

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

.breadcrumb {
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
  color: #382620;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    margin-top: 16px;
    font-size: 14px;
  }
}

.breadcrumb__inner {
  max-width: 1180px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media not screen and (min-width: 768px) {
  .breadcrumb__inner {
    padding-inline: 10px;
    width: 100%;
  }
}

.breadcrumb a {
  transition: all 0.3s ease 0s;
}

.breadcrumb a:hover {
  opacity: 0.6;
}

.breadcrumb__inner > span + span::before {
  content: ">";
  margin: 0 16px;
  color: #382620;
}
@media not screen and (min-width: 768px) {
  .breadcrumb__inner > span + span::before {
    margin: 0 6px;
  }
}

.first__view {
  position: relative;
  height: 32vw;
}
@media screen and (min-width: 768px) {
  .first__view {
    height: 320px;
  }
}
.first__view::after {
  position: absolute;
  content: "";
  top: 11px;
  left: 11px;
  border: 1px solid #fff;
  height: calc(100% - 22px);
  width: calc(100% - 22px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .first__view::after {
    top: 15px;
    left: 15px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.first__view::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  border: 2px solid #fff;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .first__view::before {
    top: 9px;
    left: 9px;
    height: calc(100% - 18px);
    width: calc(100% - 18px);
  }
}

.first__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.heading__title-en {
  display: block;
  color: #fff;
  font-family: "Amatic SC", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 6.4px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .heading__title-en {
    font-size: 72px;
    letter-spacing: 14.4px;
    padding-left: 12px;
  }
}

.heading__title-ja {
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 768px) {
  .heading__title-ja {
    margin-top: 6px;
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}

.first__view-image {
  position: absolute;
  filter: brightness(40%);
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .first__view-image img {
    height: 320px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.menus__list {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .menus__list {
    margin-top: 81px;
  }
}

.menus__list-inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .menus__list-inner {
    max-width: 880px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}

.menus__tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 13px;
}
@media screen and (min-width: 768px) {
  .menus__tab-list {
    flex-wrap: nowrap;
    gap: 14px;
  }
}

.menu__tab-list-item {
  width: calc((100% - 13px) / 2);
}
@media screen and (min-width: 768px) {
  .menu__tab-list-item {
    max-width: calc((100% - 14px) / 3);
  }
}

.menu__tab-list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #888888;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 64px;
  position: relative;
  transition: background-color 0.3s ease;
}
.menu__tab-list-link:hover {
  background-color: #382620;
}
@media screen and (min-width: 768px) {
  .menu__tab-list-link {
    height: 69px;
  }
}
.menu__tab-list-link::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: 1px solid #fff;
  pointer-events: none;
}

.menus {
  margin-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .menus {
    margin-top: 80px;
    padding-bottom: 0;
  }
}

.menus__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .menus__inner {
    padding-inline: 40px;
    max-width: 1180px;
    margin-inline: auto;
  }
}

.menus__card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 19px;
}
@media screen and (min-width: 768px) {
  .menus__card-list {
    gap: 40px;
  }
}

.menus__card-list-item {
  width: calc((100% - 19px) / 2);
}
@media screen and (min-width: 768px) {
  .menus__card-list-item {
    width: calc((100% - 120px) / 4);
  }
}

.menu__card-body {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .menu__card-body {
    margin-top: 12px;
  }
}

.menu__card-title {
  font-weight: 700;
}

.menu__card-price {
  font-family: "Damion", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
}

.access__wrapper {
  padding-block: 81px 78px;
  background-color: #eae0d5;
  margin-top: 160px;
}
@media not screen and (min-width: 768px) {
  .access__wrapper {
    margin-top: 100px;
    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__heading-title-en {
  font-size: 40px;
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  .access__heading-title-en {
    font-size: 52px;
    letter-spacing: 10.4px;
    padding-left: 8px;
  }
}

.access__heading-title-ja {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .access__heading-title-ja {
    font-size: 14px;
    margin-top: 7px;
  }
}

.access__map {
  margin-top: 40px;
  aspect-ratio: 668/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: 50px;
}
@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: 11px;
}
@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: 43px 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: 89px;
    left: -36px;
    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: 26px;
  }
}

.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: 22px;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
