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

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

.breadcrumb a:hover {
  opacity: 0.6;
}

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

.post {
  padding-block: 48px 100px;
}
@media screen and (min-width: 768px) {
  .post {
    padding-block: 80px 118px;
  }
}

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

.post__thumbnail {
  width: 100%;
}

.post__title {
  margin-top: 24px;
  color: #382620;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (min-width: 768px) {
  .post__title {
    font-size: 28px;
    line-height: 40px;
  }
}

.post__info {
  margin-top: 24px;
  display: flex;
  align-items: center;
  color: #382620;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .post__info {
    margin-top: 40px;
  }
}

.post__info-deta {
  padding-right: 24px;
  border-right: 1px solid #382620;
}

.post__info-category {
  padding-left: 20px;
}

.post__body {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .post__body {
    margin-top: 35px;
  }
}

.wp-block-image.size-large {
  margin-bottom: 36px; /* ← お好みの値に変更 */
}

.post__body p {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
@media screen and (min-width: 768px) {
  .post__body p {
    font-size: 16px;
    line-height: 32px; /* 200% */
  }
}

.post__body img {
  margin-top: 36px;
  width: 100%;
}

.post__body img + p {
  margin-top: 36px;
}

.post__body h2 {
  margin-top: 74px;
  color: #382620;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  padding-left: 12px;
  border-left: 4px solid #382620;
}
@media screen and (min-width: 768px) {
  .post__body h2 {
    margin-top: 98px;
    font-size: 24px;
    padding-left: 16px;
    border-left: 6px solid #382620;
  }
}

.post__body h3 {
  color: #382620;
  margin-top: 54px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
  padding-bottom: 12px;
  border-bottom: 1px solid #382620;
}
@media screen and (min-width: 768px) {
  .post__body h3 {
    margin-top: 58px;
    font-size: 20px;
  }
}

.post__body h4 {
  color: #382620;
  margin-top: 54px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .post__body h4 {
    margin-top: 56px;
    font-size: 16px;
  }
}

.post__body h2 + p {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .post__body h2 + p {
    margin-top: 23px;
  }
}

.post__body h3 + p {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .post__body h3 + p {
    margin-top: 22px;
  }
}

.post__body h4 + p {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .post__body h4 + p {
    margin-top: 15px;
  }
}

.post__body ul {
  margin-top: 28px;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.post__body li {
  position: relative;
  padding-left: 9px; /* テキストを右にずらす（マーカー分のスペース） */
  font-size: 14px;
}
.post__body li::before {
  content: "";
  position: absolute;
  top: 0.6em; /* 縦位置を調整 */
  left: 0; /* 親の左端に置く */
  width: 3px;
  height: 3px;
  background-color: #382620; /* マーカーの色 */
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .post__body li {
    font-size: 16px;
    padding-left: 12px;
  }
}

.post__body-last-box {
  margin-top: 32px;
  background-color: #f8f8f8;
  padding: 20px 24px 25px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .post__body-last-box {
    padding: 35px 40px 40px;
  }
}

.post__body-last-link {
  margin-top: 16px;
  align-self: flex-end; /* 右寄せ */
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .post__body-last-link {
    padding-right: 0;
    font-size: 14px;
    font-size: 500;
  }
}

.post-navigation {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  color: #382620;
}

.post-navigation a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.post-nav-text {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .post-nav-text {
    font-size: 16px;
  }
}

.post-nav-center {
  border: 1px solid #382620;
  padding: 8px 28px;
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .post-nav-center {
    padding: 12px 36px;
    font-size: 16px;
  }
}

.post-navigation span {
  text-decoration: none;
  display: flex;
  align-items: center;
}

/* 空要素は幅を固定しておく */
.post-nav-prev-empty,
.post-nav-next-empty {
  width: 75px; /* ここは実際のボタン幅に合わせて調整 */
}
@media screen and (min-width: 768px) {
  .post-nav-prev-empty,
  .post-nav-next-empt {
    width: 100px;
  }
}

.fa-angle-left {
  padding-right: 9px;
  font-size: 16px;
}

.fa-angle-right {
  padding-left: 9px;
  font-size: 16px;
}

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

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

.post__side-title {
  color: #382620;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .post__side-title {
    font-size: 28px;
    line-height: 40px; /* 142.857% */
  }
}

.post__side-lists {
  margin-top: 43px;
  display: flex;
  flex-wrap: wrap;
  gap: 19px 20px;
}
@media screen and (min-width: 768px) {
  .post__side-lists {
    margin-top: 60px;
    gap: 40px;
    padding-left: 8px;
  }
}

.post__side-list {
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 768px) {
  .post__side-list {
    width: calc((100% - 80px) / 3);
  }
}

.post__card-link {
  position: relative;
}

.post__card-tag {
  position: absolute;
  top: 9px;
  left: -8px;
}
@media screen and (min-width: 768px) {
  .post__card-tag {
    top: 10px;
  }
}

.post__card-tag-text {
  position: relative;
  color: #ffffff;
  background: #222;
  font-weight: 700;
  min-width: 58px;
  font-size: 12px;
  padding: 0 5px 0 11px;
  height: 22px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .post__card-tag-text {
    font-size: 14px;
    padding: 1px 7px 0 13px;
    height: 24px;
  }
}
.post__card-tag-text::before,
.post__card-tag-text::after {
  position: absolute;
  content: "";
  display: block;
}
.post__card-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%);
}
.post__card-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%);
}

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

.post__card-text {
  color: #222;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px; /* 150% */
  max-width: 100%;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .post__card-text {
    font-size: 14px;
    line-height: 24px; /* 171.429% */
  }
}

.post__card-meta {
  margin-top: 8px;
  color: #222;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .post__card-meta {
    margin-top: 10px;
  }
}

.access__wrapper {
  padding-block: 74px 78px;
  background-color: #eae0d5;
  margin-top: 166px;
}
@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: 46px;
}
@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: 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: 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: 17px;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
