@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

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

main {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.l-section {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin-top: 160px;
  }
}

.l-inner {
  width: 355px;
  padding-inline: 10px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    width: 1140px;
    padding-inline: 20px;
  }
}

.l-drawer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 375px;
  height: 100vh;
  overflow-y: scroll;
  background-color: #382620;
  z-index: 40;
}

@media screen and (max-width: 350px) {
  .l-drawer {
    width: 320px;
  }
}

.l-drawer__wrapper {
  padding: 10px 10px 10px 13px;
}

.l-drawer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-drawer__logo {
  width: 128px;
}

.l-drawer__logo:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.l-drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 30;
}

.l-drawer__menu {
  margin-top: 55.5px;
  margin-left: 27px;
}

.l-drawer__icons {
  margin-top: 58px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .l-drawer__icons {
    margin-top: 58px;
  }
}

.l-header {
  background: transparent;
  padding: 10px 10px 10px 14px;
  width: 100%;
  position: fixed;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .l-header {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding: 20px 20px 20px 24px;
  }
}

.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header__logo {
  width: 127px;
}

@media screen and (min-width: 768px) {
  .l-mv {
    padding-bottom: 60px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .l-mv::after {
    position: absolute;
    content: "";
    width: 76.875%;
    height: 398px;
    background: #eae0d5;
    bottom: 0;
    right: 0;
  }
}

.l-mv__wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-mv__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .l-mv_nav {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
  }
}
@media screen and (min-width: 900px) {
  .l-mv_nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}

@media screen and (min-width: 768px) {
  .l-mv__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% - 170px);
  }
}
@media screen and (min-width: 900px) {
  .l-mv__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% - 200px);
  }
}

.l-mv-content-slider {
  position: relative;
}

.l-mv-content-slider__message {
  position: absolute;
  top: 124px;
  left: 20px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-mv-content-slider__message {
    top: unset;
    bottom: 61px;
    left: 10px;
  }
}
@media screen and (min-width: 900px) {
  .l-mv-content-slider__message {
    left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .l-mv-content-slider__message {
    left: 56px;
  }
}

.l-mv-content-slider-card {
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-mv-content-slider-card {
    bottom: 23px;
    left: unset;
    right: 20px;
    -webkit-transform: unset;
    transform: unset;
  }
}

@media screen and (min-width: 768px) {
  .l-concept {
    padding-bottom: 80px;
  }
}

.l-concept__wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-concept__content {
    position: relative;
    width: 740px;
    left: -20px;
  }
}
@media screen and (min-width: 900px) {
  .l-concept__content {
    width: 900px;
    left: -60px;
  }
}
@media screen and (min-width: 1280px) {
  .l-concept__content {
    width: 1190px;
    left: -130px;
  }
}

.l-concept__wrapper::after {
  content: "";
  display: block;
  width: 145px;
  height: 130px;
  background: url("../img/bg-coffee-beans.png") center center/cover;
  top: -140px;
  right: -37px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-concept__wrapper::after {
    width: 296px;
    height: 265px;
    top: -204px;
    right: -130px;
  }
}

.l-lunch {
  background-color: #eae0d5;
  padding-bottom: 63px;
}
@media screen and (min-width: 768px) {
  .l-lunch {
    padding-bottom: 80px;
  }
}

.l-lunch__wrapper {
  position: relative;
}

.l-lunch__wrapper::after {
  content: "";
  display: block;
  width: 119px;
  height: 135px;
  background: url("../img/deco-leaf.png") center center/cover;
  top: -181px;
  right: -33px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-lunch__wrapper::after {
    width: 201px;
    height: 228px;
    top: -131px;
    right: -34px;
  }
}

.l-lunch__heading {
  padding-block: 56px 62px;
}
@media screen and (min-width: 768px) {
  .l-lunch__heading {
    padding-block: 81px 58px;
  }
}

.l-lunch__content {
  position: relative;
  max-width: 375px;
  margin-inline: auto;
  background-color: #ffffff;
  padding-block: 39px 20px;
}
@media screen and (min-width: 768px) {
  .l-lunch__content {
    max-width: 1180px;
    padding-block: 60px 40px;
  }
}

.l-lunch__content::after {
  content: "";
  display: block;
  width: 205px;
  height: 95.591px;
  background: url("../img/lunch-hukidashi.png") center center/cover;
  top: -230px;
  right: -19px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-lunch__content::after {
    width: 209px;
    height: 100px;
    top: -47px;
    right: -2px;
  }
}
@media screen and (min-width: 900px) {
  .l-lunch__content::after {
    width: 306px;
    height: 142px;
    top: -60px;
    right: -23px;
  }
}

.l-lunch__content-headline {
  position: absolute;
  top: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-lunch__content-headline {
    top: -19px;
  }
}

.l-lunch__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-lunch__content-wrapper {
    gap: 60px;
  }
}

.l-grand-menu {
  position: relative;
  margin-top: 118px;
}
@media screen and (min-width: 768px) {
  .l-grand-menu {
    margin-top: 160px;
  }
}

.l-grand-menu::before {
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: calc(100% - 242px);
  top: 242px;
  left: 100px;
  background: #eae0d5;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .l-grand-menu::before {
    top: 423px;
    left: 256px;
    width: calc(100% - 256px);
    height: calc(100% - 423px);
  }
}

.l-grand-menu__wrapper {
  position: relative;
  padding-bottom: 66px;
}
@media screen and (min-width: 768px) {
  .l-grand-menu__wrapper {
    padding-bottom: 80px;
  }
}

.l-grand-menu__wrapper::before {
  content: "";
  display: block;
  width: 177.365px;
  height: 190px;
  background: url("../img/menu-deco-leaf.png") center center/cover;
  top: -196px;
  left: -36px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-grand-menu__wrapper::before {
    width: 369px;
    height: 395px;
    top: -292px;
    left: -85px;
  }
}

.l-grand-menu__wrapper::after {
  content: "";
  display: block;
  width: 168.808px;
  height: 142.875px;
  background: url("../img/menu-deco-bean.png") center center/cover;
  bottom: -94px;
  right: -40px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-grand-menu__wrapper::after {
    width: 390px;
    height: 330px;
    bottom: -112px;
    right: -134px;
  }
}

.l-grand-menu__content {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 45.5px;
}
@media screen and (min-width: 768px) {
  .l-grand-menu__content {
    margin-top: 44px;
    gap: 104px;
  }
}

.l-grand-menu__btn {
  margin-top: 39px;
  margin-inline: auto;
  width: 296px;
}
@media screen and (min-width: 768px) {
  .l-grand-menu__btn {
    margin-top: 55px;
    width: 286px;
  }
}

.l-gallery {
  background-color: #eae0d5;
}

.l-gallery__wrapper {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-gallery__wrapper {
    padding-block: 80px;
  }
}

.l-gallery__wrapper::before {
  content: "";
  display: block;
  width: 200px;
  height: 104.168px;
  background: url("../img/gallery-hukidashi.png") center center/cover;
  top: -57px;
  left: -22px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-gallery__wrapper::before {
    width: 265.742px;
    height: 137.705px;
    top: -20.5px;
    left: 80px;
  }
}
@media screen and (min-width: 900px) {
  .l-gallery__wrapper::before {
    left: 155px;
  }
}
@media screen and (min-width: 1280px) {
  .l-gallery__wrapper::before {
    left: 297.5px;
  }
}

.l-gallery__wrapper::after {
  content: "";
  display: block;
  width: 204.493px;
  height: 185.071px;
  background: url("../img/gallery-deco.png") center center/cover;
  bottom: -176px;
  left: -53px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-gallery__wrapper::after {
    width: 354px;
    height: 320px;
    bottom: -176px;
    left: -87px;
  }
}

.l-gallery__content {
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .l-gallery__content {
    margin-top: 40px;
  }
}

.l-gallery__btn {
  margin-top: 40px;
  width: 290px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-gallery__btn {
    margin-top: 60px;
    width: 286px;
    padding-right: 6px;
  }
}

.l-news {
  margin-top: 116px;
}
@media screen and (min-width: 768px) {
  .l-news {
    margin-top: 120px;
  }
}

.l-news__wrapper {
  padding-bottom: 161px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-news__wrapper {
    padding-bottom: 162px;
  }
}

.l-news__content {
  margin-top: 39px;
}

.l-news__btn {
  margin-top: 39px;
  width: 296px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-news__btn {
    margin-top: 58px;
    width: 296px;
  }
  .l-news__btn .c-button-wrapper {
    padding-right: 16px;
  }
}

.l-access {
  background-color: #eae0d5;
}

.l-access__wrapper {
  padding-block: 80px;
  position: relative;
}

.l-access__wrapper::before {
  content: "";
  display: block;
  width: 190.5px;
  height: 180px;
  background: url("../img/news-deco.png") center center/cover;
  top: -100px;
  right: -37px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-access__wrapper::before {
    width: 389px;
    height: 359px;
    top: -182px;
    right: -88px;
  }
}

.l-access__wrapper::after {
  content: "";
  display: block;
  width: 128px;
  height: 114px;
  background: url("../img/access-beans.png") center center/contain;
  bottom: -58px;
  left: -36px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-access__wrapper::after {
    width: 256px;
    height: 228px;
    bottom: -137px;
    left: -119px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}
@media screen and (min-width: 900px) {
  .l-access__wrapper::after {
    width: 256px;
    height: 228px;
    bottom: -137px;
    left: -50px;
  }
}
@media screen and (min-width: 1280px) {
  .l-access__wrapper::after {
    width: 324px;
    height: 288px;
    bottom: -137px;
    left: -64px;
  }
}

.l-access__heading::before {
  content: "";
  display: block;
  width: 200px;
  height: 172.134px;
  background: url("../img/access-hukidashi.png") center center/contain;
  top: -42px;
  left: -30px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-access__heading::before {
    width: 232.912px;
    height: 200.002px;
    top: -50px;
    left: 100px;
  }
}
@media screen and (min-width: 900px) {
  .l-access__heading::before {
    left: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .l-access__heading::before {
    left: 336px;
  }
}

.l-access__content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-access__content {
    max-width: 688px;
    margin-inline: auto;
  }
}

.l-access__content-list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-access__content-list {
    margin-top: 39px;
  }
}

.l-footer {
  background-color: #382620;
}

.l-footer__wrapper {
  padding-block: 44px 14px;
}
@media screen and (min-width: 768px) {
  .l-footer__wrapper {
    padding-block: 40px 16px;
  }
}

.l-footer__sns-icons {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.l-footer__copyright {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    margin-top: 41px;
  }
}

.l-page-top {
  position: fixed;
  right: 8px;
  bottom: 6px;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .l-page-top {
    right: 20px;
    bottom: 20px;
  }
}

.l-breadcrumb {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .l-breadcrumb {
    margin-top: 16px;
  }
}

.l-breadcrumb__inner {
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .l-breadcrumb__inner {
    padding-inline: 90px;
  }
}

.l-page-concept {
  margin-top: 48px;
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .l-page-concept {
    margin-top: 80px;
  }
}

.l-page-concept__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 75px;
}
@media screen and (min-width: 768px) {
  .l-page-concept__contents {
    gap: 100px;
  }
}

.l-page-menu {
  margin-top: 60px;
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .l-page-menu {
    margin-top: 80px;
  }
}

.l-page-news {
  margin-top: 48px;
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .l-page-news {
    margin-top: 80px;
  }
}

.l-page-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .l-page-news__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 900px) {
  .l-page-news__content {
    gap: 72px;
  }
}

@media screen and (min-width: 768px) {
  .l-page-news__side {
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.l-page-news__side-item--second {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-page-news__side-item--second {
    margin-top: 60px;
  }
}

.l-page-news-detail {
  margin-top: 48px;
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .l-page-news-detail {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .l-page-news-detail__content {
    max-width: 688px;
    margin-inline: auto;
  }
}

.l-page-news-detail__content-list {
  margin-top: 28px;
  padding-left: 20px;
}

.l-page-news-detail__content-quote {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .l-page-news-detail__content-quote {
    margin-top: 34px;
  }
}

.l-page-news-detail__content-pagination {
  margin-top: 32px;
}

.l-page-news-detail__content-related {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .l-page-news-detail__content-related {
    margin-top: 120px;
  }
}

.l-page-shop {
  margin-top: 48px;
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .l-page-shop {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .l-page-shop__content {
    max-width: 689px;
    margin-inline: auto;
  }
}

.l-page-gift {
  margin-top: 48px;
  padding-bottom: 158px;
}
@media screen and (min-width: 768px) {
  .l-page-gift {
    margin-top: 80px;
    padding-bottom: 160px;
  }
}

.l-page-gift__service {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-page-gift__service {
    margin-top: 100px;
  }
}

.l-page-contact {
  margin-top: 48px;
  padding-bottom: 132px;
}
@media screen and (min-width: 768px) {
  .l-page-contact {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .l-page-contact__inner {
    width: 728px;
  }
}

.l-page-contact__form {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-page-contact__form {
    margin-top: 80px;
  }
}

.c-logo-link {
  display: inline-block;
  width: 100%;
}

.c-logo-link--twitter-white {
  width: 32.5px;
  height: 26.396px;
}

.c-logo-link--twitter-dark {
  width: 19.5px;
  height: 15.838px;
}

.c-logo-link--twitter-footer {
  width: 26px;
  height: 21.117px;
  margin-inline: 4px 2px;
}
@media screen and (min-width: 768px) {
  .c-logo-link--twitter-footer {
    width: 19.5px;
    height: 15.838px;
  }
}

.c-logo-link--instagram-white {
  width: 30px;
  height: 29.993px;
}

.c-logo-link--instagram-dark {
  width: 18px;
  height: 17.996px;
}

.c-logo-link--instagram-footer {
  width: 24px;
  height: 23.995px;
  margin-inline: 3px;
}
@media screen and (min-width: 768px) {
  .c-logo-link--instagram-footer {
    width: 18px;
    height: 17.996px;
    margin-inline: 3px 4px;
  }
}

.c-logo-link--youtube-white {
  width: 35px;
  height: 24.609px;
}

.c-logo-link--youtube-dark {
  width: 21px;
  height: 14.766px;
}

.c-logo-link--youtube-footer {
  width: 28px;
  height: 19.687px;
  margin-inline: 1px;
}
@media screen and (min-width: 768px) {
  .c-logo-link--youtube-footer {
    width: 21px;
    height: 14.766px;
    margin-inline: 0 1px;
  }
}

.c-logo-link__img {
  width: 100%;
}

.c-button-drawer {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #382620;
  position: relative;
}
.c-button-drawer.is-checked {
  background: #ffffff;
}
.c-button-drawer.is-checked .c-button-drawer__bar {
  background: #382620;
}
.c-button-drawer.is-checked .c-button-drawer__bar:nth-child(1),
.c-button-drawer.is-checked .c-button-drawer__bar:nth-child(3) {
  top: 28.75px;
}
.c-button-drawer.is-checked .c-button-drawer__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-button-drawer.is-checked .c-button-drawer__bar:nth-child(2) {
  display: none;
}
.c-button-drawer.is-checked .c-button-drawer__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-button-drawer__bar {
  width: 27px;
  height: 2.25px;
  left: 17px;
  background: #ffffff;
  position: absolute;
  -webkit-transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s;
  transition: top 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.c-button-drawer__bar:nth-child(1) {
  top: 22px;
}
.c-button-drawer__bar:nth-child(2) {
  top: 28.75px;
}
.c-button-drawer__bar:nth-child(3) {
  top: 35.5px;
}

.c-drawer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.c-drawer-menu__text-main {
  color: #ffffff;
  font-family: "Patua One", sans-serif;
  font-size: 24px;
  letter-spacing: 2.88px;
}

.c-drawer-menu__text-sub {
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  position: relative;
  top: -1px;
}

.c-drawer-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 31.5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-drawer-menus__item:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.c-icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 40px;
}

.c-icon-group--footer {
  gap: 24px;
}

.c-icon-group--nav {
  gap: 28px;
}

.c-icon-group__item:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.c-icon-group__item--footer {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .c-icon-group__item--footer {
    width: 24px;
    height: 24px;
  }
}

.c-message {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.c-message--white {
  color: #ffffff;
  font-size: 16px;
  line-height: 32px; /* 200% */
  letter-spacing: 2.24px;
}
@media screen and (min-width: 768px) {
  .c-message--white {
    line-height: normal;
    letter-spacing: 2.8px;
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  .c-message--white {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .c-message--white {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-message--white__sapace {
    display: block; /* brタグをブロック要素として扱う */
    content: ""; /* 視覚的に空間を作る */
    margin-bottom: 16px; /* 1行目と2行目の間を開ける */
  }
}

.c-category-tag {
  padding: 2px 0px 3px 11px;
  display: inline-block;
  background-color: #222222;
  color: #ffffff;
  position: relative;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .c-category-tag {
    padding: 3px 0 4px 15px;
  }
}

.c-category-tag--big {
  padding: 3px 0px 3px 15px;
}
@media screen and (min-width: 768px) {
  .c-category-tag--big {
    font-size: 16px;
    padding: 3px 0 4px 15px;
  }
}

@media screen and (min-width: 768px) {
  .c-category-tag--news-page {
    font-size: 14px;
  }
}

.c-category-tag::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 4px;
  background-color: #aaaaaa;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0); /* 三角形の形状にする */
}

.c-category-tag::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 100%;
  background-color: #222222;
  right: -10.5px; /* 左リボンの位置 */
  -webkit-clip-path: polygon(100% 0, 50% 50%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(
    100% 0,
    50% 50%,
    100% 100%,
    0 100%,
    0 0
  ); /* 三角形の形状にする */
}
@media screen and (min-width: 768px) {
  .c-category-tag::after {
    width: 15px;
    right: -14.5px;
  }
}

.c-category-tag--big::after {
  width: 16px;
  right: -14.5px;
  -webkit-clip-path: polygon(100% 0, 70% 50%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 70% 50%, 100% 100%, 0 100%, 0 0);
}

.c-pickup-card {
  width: 335px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 350px) {
  .c-pickup-card {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .c-pickup-card {
    width: 300px;
    padding: 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 900px) {
  .c-pickup-card {
    width: 335px;
    padding: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .c-pickup-card {
    width: 388px;
    padding: 16px;
  }
}

.c-pickup-card:hover .c-pickup-card__img img {
  opacity: 0.7; /* 透明度を70%にする */
  transition: opacity 0.3s;
}

.c-pickup-card::after {
  content: "";
  display: block;
  position: absolute;
  top: -41px;
  right: 0px;
  width: 128px;
  height: 81px;
  background: url("../img/img_balloon-pickup.png") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .c-pickup-card::after {
    width: 170px;
    height: 110px;
    top: -93px;
  }
}
@media screen and (min-width: 900px) {
  .c-pickup-card::after {
    top: -76px;
  }
}

.c-pickup-card__tag {
  position: absolute;
  top: 8px;
  left: -9px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-pickup-card__tag {
    left: -8px;
  }
}

.c-pickup-card__img {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-pickup-card__img {
    width: 120px;
    height: 120px;
  }
}
.c-pickup-card__img img {
  width: 100%;
  -webkit-transform: opacity 0.8s ease;
  transform: opacity 0.8s ease;
}

.c-pickup-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.c-pickup-card__text-time {
  font-size: 12px;
  font-weight: 500;
}

.c-pickup-card__text-message {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-pickup-card__text-message {
    font-size: 14px;
    line-height: 24px;
  }
}

.c-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  text-align: center;
}

.c-nav-link__text-main {
  font-size: 16px;
  font-family: "Patua One", sans-serif;
  letter-spacing: 1.92px;
}

.c-nav-link__text-sub {
  font-size: 10px;
  font-weight: 500;
}

.c-nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 900px) {
  .c-nav-group {
    gap: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .c-nav-group {
    gap: 31px;
  }
}

.c-nav-group__item:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.c-section-title--center {
  text-align: center;
}

.c-section-title__main {
  font-family: "Amatic SC";
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  .c-section-title__main {
    font-size: 52px;
    letter-spacing: 10.4px;
  }
}

.c-section-title__main--lunch {
  padding-left: 6px;
}
@media screen and (min-width: 768px) {
  .c-section-title__main--lunch {
    padding-left: 10px;
  }
}

.c-section-title__main--grand-menu {
  padding-left: 6px;
}
@media screen and (min-width: 768px) {
  .c-section-title__main--grand-menu {
    padding-left: 12px;
  }
}

.c-section-title__main--gallery {
  padding-left: 10px;
}

.c-section-title__main--news {
  padding-left: 6px;
}
@media screen and (min-width: 768px) {
  .c-section-title__main--news {
    padding-left: 12px;
  }
}

.c-section-title__main--access {
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .c-section-title__main--access {
    padding-left: 11px;
  }
}

.c-section-title__main--page-mv {
  font-size: 32px;
  letter-spacing: 6.4px;
  padding-left: 7px;
}
@media screen and (min-width: 768px) {
  .c-section-title__main--page-mv {
    font-size: 72px;
    letter-spacing: 14.4px;
    padding-left: 14px;
  }
}

.c-section-title__main--shop {
  font-size: 32px;
  letter-spacing: 6.4px;
  padding-left: 7px;
}
@media screen and (min-width: 768px) {
  .c-section-title__main--shop {
    font-size: 72px;
    letter-spacing: 14.4px;
    padding-left: 14px;
  }
}

.c-section-title__main--gift {
  font-size: 32px;
  letter-spacing: 6.4px;
  padding-left: 7px;
}
@media screen and (min-width: 768px) {
  .c-section-title__main--gift {
    font-size: 72px;
    letter-spacing: 14.4px;
    padding-left: 14px;
  }
}

.c-section-title__main--contact {
  font-size: 32px;
  letter-spacing: 6.4px;
  padding-left: 7px;
}
@media screen and (min-width: 768px) {
  .c-section-title__main--contact {
    font-size: 72px;
    letter-spacing: 14.4px;
    padding-left: 14px;
  }
}

.c-section-title__sub {
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c-section-title__sub {
    margin-top: 8px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .c-section-title__sub--lunch {
    margin-top: 7px;
  }
}

@media screen and (min-width: 768px) {
  .c-section-title__sub--grand-menu {
    margin-top: 10px;
  }
}

.c-section-title__sub--gallery {
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .c-section-title__sub--gallery {
    padding-left: 0px;
  }
}

.c-section-title__sub--news {
  padding-left: 2px;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .c-section-title__sub--news {
    padding-left: 0;
    margin-top: 9px;
  }
}

.c-section-title__sub--page-mv {
  letter-spacing: 0.96px;
  margin-top: 0;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .c-section-title__sub--page-mv {
    font-size: 16px;
    letter-spacing: 1.28px;
    margin-top: 6px;
  }
}

.c-section-title__sub--shop {
  letter-spacing: 0.96px;
  margin-top: 0;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .c-section-title__sub--shop {
    font-size: 16px;
    letter-spacing: 1.28px;
    margin-top: 6px;
  }
}

.c-section-title__sub--gift {
  letter-spacing: 0.96px;
  margin-top: 0;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .c-section-title__sub--gift {
    font-size: 16px;
    letter-spacing: 1.28px;
    margin-top: 6px;
  }
}

.c-section-title__sub--contact {
  letter-spacing: 0.96px;
  margin-top: 0;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .c-section-title__sub--contact {
    font-size: 16px;
    letter-spacing: 1.28px;
    margin-top: 6px;
  }
}

.c-button-wrapper {
  padding-right: 6px;
}

.c-button {
  display: inline-block;
  width: 100%;
  padding-block: 24px 25px;
  margin-right: 6px;
  margin-bottom: 6px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  background-color: #222222;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.c-button:hover {
  -webkit-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
  transition: transform 0.2s;
}
.c-button:hover::after {
  top: 0;
  left: 0;
  transition: top 0.3s, left 0.3s;
}

.c-button::after {
  content: "";
  display: block;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  position: absolute;
  top: 7px;
  left: 7px;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}

.c-button::before {
  content: "";
  display: block;
  background: url("../img/btn-arrow.png") no-repeat center center/contain;
  width: 7.814px;
  height: 13.628px;
  position: absolute;
  top: 50%;
  right: 16.2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-button::before {
  content: "";
  display: block;
  background: url("../img/btn-arrow.png") no-repeat center center/contain;
  width: 7.814px;
  height: 13.628px;
  position: absolute;
  top: 50%;
  right: 16.2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-title-ribbon {
  padding: 5px 22.63px 7.3px;
  background: #222222;
  color: #ffffff;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title-ribbon {
    padding: 6px 19px 5px;
    font-size: 18px;
  }
}

.c-title-ribbon::before,
.c-title-ribbon::after {
  content: "";
  position: absolute;
  height: 0px;
  top: 5.7px;
  width: 28.653px;
  height: 32.3px;
}
@media screen and (min-width: 768px) {
  .c-title-ribbon::before,
  .c-title-ribbon::after {
    width: 35px;
    height: 37px;
    top: 7px;
  }
}

.c-title-ribbon::before {
  left: -17px;
  background: url("../img/ribbon-left.png") center center/cover;
}
@media screen and (min-width: 768px) {
  .c-title-ribbon::before {
    left: -22px;
  }
}

.c-title-ribbon::after {
  right: -17px;
  background: url("../img/ribbon-right.png") center center/cover;
}
@media screen and (min-width: 768px) {
  .c-title-ribbon::after {
    right: -22px;
  }
}

.c-lunch-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .c-lunch-card {
    gap: 16px;
  }
}

.c-lunch-card__img {
  max-width: 158px;
  max-height: 158px;
}
@media screen and (min-width: 768px) {
  .c-lunch-card__img {
    max-width: 260px;
    max-height: 260px;
  }
}
.c-lunch-card__img img {
  width: 100%;
}

.c-lunch-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .c-lunch-card__body {
    gap: 12px;
  }
}

.c-lunch-card__label {
  width: 24px;
  height: 24px;
  background: #222222;
  color: #ffffff;
  text-align: center;
  font-family: "Patua One", sans-serif;
  font-size: 19px;
  line-height: 24px;
  margin-top: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-lunch-card__label {
    width: 35px;
    height: 35px;
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (min-width: 900px) {
  .c-lunch-card__label {
    width: 49px;
    height: 49px;
    font-size: 32px;
    line-height: 49px;
  }
}

.c-lunch-card__text {
  font-weight: 700;
  max-width: 128px;
}
@media screen and (max-width: 350px) {
  .c-lunch-card__text {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-lunch-card__text {
    max-width: 199px;
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .c-lunch-card__text {
    font-size: 18px;
  }
}

.c-lunch-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 98px;
}
@media screen and (min-width: 768px) {
  .c-lunch-items {
    height: 150px;
    gap: 12px;
  }
}
@media screen and (min-width: 900px) {
  .c-lunch-items {
    height: 190px;
  }
}

.c-lunch-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.c-lunch-items__item-img--pasta {
  width: 88.061px;
  height: 73.443px;
}
@media screen and (min-width: 768px) {
  .c-lunch-items__item-img--pasta {
    padding-top: 6px;
    width: 140px;
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .c-lunch-items__item-img--pasta {
    width: 172px;
    height: 145px;
  }
}
.c-lunch-items__item-img--salad {
  width: 76.533px;
  height: 74.237px;
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .c-lunch-items__item-img--salad {
    padding-top: 12px;
    width: 110px;
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .c-lunch-items__item-img--salad {
    width: 150px;
    height: 145px;
  }
}
.c-lunch-items__item-img--drink {
  width: 81.83px;
  height: 79.375px;
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .c-lunch-items__item-img--drink {
    padding-top: 15px;
    width: 120px;
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .c-lunch-items__item-img--drink {
    width: 160px;
    height: 155px;
  }
}

.c-lunch-items__item-text--pasta {
  width: 35.064px;
  height: 12.762px;
}
@media screen and (min-width: 768px) {
  .c-lunch-items__item-text--pasta {
    width: 68px;
    height: 25px;
  }
}
.c-lunch-items__item-text--salad {
  width: 36.14px;
  height: 11.875px;
}
@media screen and (min-width: 768px) {
  .c-lunch-items__item-text--salad {
    width: 70px;
    height: 23px;
  }
}
.c-lunch-items__item-text--drink {
  width: 43.412px;
  height: 11.384px;
}
@media screen and (min-width: 768px) {
  .c-lunch-items__item-text--drink {
    width: 85px;
    height: 22px;
  }
}
.c-lunch-items__item-text img {
  width: 100%;
  display: block;
}

.c-lunch-items__plus-img {
  width: 13.359px;
  height: 13.323px;
}
@media screen and (min-width: 768px) {
  .c-lunch-items__plus-img {
    width: 26px;
    height: 26px;
  }
}

.c-lunch-price {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-lunch-price {
    text-align: right;
  }
}

.c-lunch-price__title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-lunch-price__title {
    text-align: right;
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  .c-lunch-price__title {
    font-size: 20px;
  }
}

.c-lunch-price__price {
  text-align: right;
  font-family: "Damion", sans-serif;
  font-size: 40px;
  position: relative;
  text-align: center;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .c-lunch-price__price {
    font-size: 50px;
    text-align: left;
    margin-top: 2px;
  }
}
@media screen and (min-width: 900px) {
  .c-lunch-price__price {
    font-size: 60px;
  }
}
.c-lunch-price__price::after {
  content: "";
  position: absolute;
  width: 148px;
  height: 4px;
  background: url("../img/dot.png") center/contain;
  bottom: -8px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  .c-lunch-price__price::after {
    width: 195px;
    background: url("../img/dot-pc.png") center/contain;
    right: 0%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media screen and (min-width: 900px) {
  .c-lunch-price__price::after {
    width: 220px;
  }
}

.c-lunch-price__time {
  margin-top: 19px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-lunch-price__time {
    font-size: 14px;
  }
}

.c-double-border-headline {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  padding: 2px 10px 3px;
  text-align: left;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-double-border-headline {
    font-size: 24px;
    padding: 5px 20px 4px;
  }
}

.c-double-border-headline::before {
  content: "";
  display: block;
  width: inherit;
  height: 2px;
  background-color: #222222;
  position: absolute;
  top: -5px;
  left: 0;
}

.c-double-border-headline::after {
  content: "";
  display: block;
  width: inherit;
  height: 2px;
  background-color: #222222;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.c-menu-card__img {
  width: 100%;
  padding: 5px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-menu-card__img {
    padding: 8px;
  }
}
.c-menu-card__img img {
  width: 100%;
}

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

.c-menu-card__text {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-menu-card__text {
    font-size: 20px;
  }
}

.c-menu-card__price {
  font-family: "Damion", sans-serif;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .c-menu-card__price {
    font-size: 32px;
  }
}

.c-drink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-drink-list__menu {
  font-size: 14px;
  font-weight: 700;
}

.c-drink-list__price {
  font-size: 20px;
  font-family: "Damion", sans-serif;
}

.c-drink-title {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #222222;
}
@media screen and (min-width: 768px) {
  .c-drink-title {
    padding-bottom: 12px;
  }
}

.c-drink-menu__list {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7.5px;
}
@media screen and (min-width: 768px) {
  .c-drink-menu__list {
    padding-right: 3px;
  }
}

/* .c-fot-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
}
@media screen and (min-width: 768px) {
  .c-fot-group {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
} */

#sb_instagram {
  padding: 0 !important;
}

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

.sbi_photo {
  height: 100% !important;
  width: 100% !important;
}

.c-news-card {
  position: relative;
}

.c-news-card:hover .c-news-card__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); /* ホバー時に画像を10%拡大 */
}

.c-news-card__tag {
  position: absolute;
  top: 19px;
  left: -8px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-news-card__tag {
    top: 20px;
  }
}

.c-news-card__tag--small {
  top: 10px;
}
@media screen and (min-width: 768px) {
  .c-news-card__tag--small {
    top: 12px;
  }
}

.c-news-card__tag--news-page {
  top: 10px;
}
@media screen and (min-width: 768px) {
  .c-news-card__tag--news-page {
    top: 16px;
  }
}

.c-news-card__img {
  width: 100%;
  overflow: hidden;
}
.c-news-card__img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-news-card__body {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c-news-card__body {
    margin-top: 18px;
  }
}

.c-news-card__body--small {
  margin-top: 6.25px;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .c-news-card__body--small {
    margin-top: 10px;
    gap: 10px;
  }
}

.c-news-card__body--news-page {
  margin-top: 8px;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .c-news-card__body--news-page {
    margin-top: 11px;
    gap: 12px;
  }
}

.c-news-card__body--news-page-detail {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-news-card__body--news-page-detail {
    gap: 10px;
  }
}

.c-news-card__title {
  font-weight: 700;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .c-news-card__title {
    font-size: 20px;
    line-height: 32px;
  }
}

.c-news-card__title--small {
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .c-news-card__title--small {
    font-size: 14px;
    line-height: 24px;
  }
}

.c-news-card__title--news-page {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .c-news-card__title--news-page {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .c-news-card__title--news-page-detail {
    font-size: 14px;
  }
}

.c-news-card__text {
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .c-news-card__text {
    font-size: 14px;
    line-height: 24px;
  }
}

.c-news-card__date {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-news-card__date {
    font-size: 14px;
    margin-top: 2px;
  }
}

@media screen and (min-width: 768px) {
  .c-news-card__date--small {
    font-size: 12px;
    margin-top: 0px;
  }
}

.c-news-card__date--news-page {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-news-card__date--news-page {
    font-size: 14px;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-news-card__date--news-page-detail {
    font-size: 12px;
  }
}

.c-news-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
}
@media screen and (min-width: 768px) {
  .c-news-cards {
    gap: 32px 42px;
  }
}

.c-news-cards--news-page {
  gap: 24px 19px;
}
@media screen and (min-width: 768px) {
  .c-news-cards--news-page {
    gap: 30px;
    padding-left: 8px;
  }
}
@media screen and (min-width: 900px) {
  .c-news-cards--news-page {
    gap: 41px 40px;
    padding-left: 0;
  }
}

.c-news-cards__item {
  grid: 1;
}

.c-map {
  padding: 5px;
  background-color: #ffffff;
  width: 100%;
  height: 188px;
}
@media screen and (min-width: 768px) {
  .c-map {
    padding: 10px;
    height: 387px;
  }
}

.c-map__wrapper {
  width: 100%;
  height: 100%;
}

.c-map__wrapper .acf-map {
  width: 100%;
  height: 100%;
}

.c-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 12px;
  border-bottom: 1px solid #222222;
}

.c-list__title {
  padding-top: 2px;
  width: 80px;
  text-align: left;
  font-weight: 700;
}

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

.c-copyright {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.c-pagetop-button {
  display: inline-block;
  width: 44px;
  height: 44px;
}

.c-pagetop-button img {
  width: 100%;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    gap: 16px;
    font-size: 14px;
  }
}

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

.breadcrumb span a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.c-card-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .c-card-message {
    gap: 26px;
  }
}

.c-card-message__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .c-card-message__title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 900px) {
  .c-card-message__title {
    font-size: 23px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .c-card-message__title {
    font-size: 28px;
  }
}

.c-card-message__text {
  font-weight: 500;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .c-card-message__text {
    line-height: 24px;
  }
}
@media screen and (min-width: 900px) {
  .c-card-message__text {
    line-height: 28px;
  }
}

.c-img-group1 {
  position: relative;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .c-img-group1 {
    padding-bottom: 100px;
  }
}

.c-img-group1::before {
  content: "";
  display: block;
  background: #eae0d5;
  height: 100px;
  width: 335px;
  position: absolute;
  right: -20px;
  bottom: 0px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-img-group1::before {
    height: 200px;
    right: -90px;
    width: 76.875vw;
  }
}

.c-img-group1__big {
  width: 100%;
  max-width: 335px;
  max-height: 209px;
}
@media screen and (min-width: 768px) {
  .c-img-group1__big {
    width: 360px;
    max-width: 640px;
    max-height: 400px;
  }
}
@media screen and (min-width: 900px) {
  .c-img-group1__big {
    width: 480px;
  }
}
@media screen and (min-width: 1280px) {
  .c-img-group1__big {
    width: 640px;
  }
}
.c-img-group1__big img {
  width: 100%;
}

.c-img-group1__small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 11px;
  width: 162px;
  aspect-ratio: 1;
  margin-top: 11px;
}
@media screen and (max-width: 350px) {
  .c-img-group1__small {
    width: 145px;
    gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .c-img-group1__small {
    width: 170px;
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 900px) {
  .c-img-group1__small {
    width: 230px;
  }
}
@media screen and (min-width: 1280px) {
  .c-img-group1__small {
    width: 310px;
  }
}
.c-img-group1__small img {
  width: 100%;
}

.c-img-group2 {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  height: 301px;
}
@media screen and (min-width: 768px) {
  .c-img-group2 {
    width: 360px;
    height: 350px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 900px) {
  .c-img-group2 {
    width: 480px;
    height: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .c-img-group2 {
    width: 640px;
    height: 597px;
  }
}

.c-img-group2::before {
  content: "";
  display: block;
  width: 284px;
  height: 227px;
  background-color: #eae0d5;
  position: absolute;
  bottom: 0;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .c-img-group2::before {
    width: 350px;
    height: 300px;
    left: -90px;
  }
}
@media screen and (min-width: 900px) {
  .c-img-group2::before {
    width: 490px;
    height: 350px;
  }
}
@media screen and (min-width: 1280px) {
  .c-img-group2::before {
    width: 580px;
    height: 437px;
  }
}

.c-img-group2__big {
  width: 283px;
  height: 212px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-img-group2__big {
    width: 300px;
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .c-img-group2__big {
    width: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .c-img-group2__big {
    width: 540px;
    height: 405px;
  }
}

.c-img-group2__small {
  width: 183px;
  height: 138px;
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-img-group2__small {
    height: auto;
    width: 180px;
    bottom: 30px;
  }
}
@media screen and (min-width: 900px) {
  .c-img-group2__small {
    width: 250px;
    bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .c-img-group2__small {
    width: 350px;
    height: 263px;
  }
}

.c-img-group3 {
  position: relative;
  width: 100%;
  padding-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .c-img-group3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 900px) {
  .c-img-group3 {
    padding-bottom: 80px;
  }
}

.c-img-group3::before {
  content: "";
  display: block;
  width: 184px;
  height: 239px;
  background-color: #eae0d5;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-img-group3::before {
    width: 270px;
    height: 300px;
    right: -90px;
  }
}
@media screen and (min-width: 900px) {
  .c-img-group3::before {
    width: 340px;
    height: 420px;
  }
}
@media screen and (min-width: 1280px) {
  .c-img-group3::before {
    width: 400px;
    height: 520px;
  }
}

.c-img-group3__img {
  width: 294px;
  height: 184px;
}
@media screen and (min-width: 768px) {
  .c-img-group3__img {
    width: 360px;
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .c-img-group3__img {
    width: 480px;
  }
}
@media screen and (min-width: 1280px) {
  .c-img-group3__img {
    width: 640px;
    height: 400px;
  }
}
.c-img-group3__img img {
  width: 100%;
}

.c-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  background-color: #888888;
  color: #ffffff;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-tab {
    height: 69px;
    font-size: 16px;
    line-height: 20px;
  }
}

.c-tab:hover {
  background-color: #382620;
  transition: background-color 0.3s;
}

.c-tab.active {
  background-color: #382620;
}

.c-tab::before {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
}

.c-tab-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 13px;
}
@media screen and (min-width: 768px) {
  .c-tab-group {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
}

.c-tab-group__item {
  text-align: center;
}

.c-tab-card__img {
  max-width: 158px;
  max-height: 158px;
}
@media screen and (min-width: 768px) {
  .c-tab-card__img {
    max-width: 245px;
    max-height: 245px;
  }
}
.c-tab-card__img img {
  width: 100%;
  height: 100%;
}

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

.c-tab-card__text {
  font-weight: 700;
}

.c-tab-card__price {
  font-family: "Damion", sans-serif;
  font-size: 24px;
  text-align: center;
}

.c-tab-card-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24.5px 19px;
}
@media screen and (min-width: 768px) {
  .c-tab-card-group {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 30px;
  }
}
@media screen and (min-width: 900px) {
  .c-tab-card-group {
    gap: 40.5px 40px;
  }
}

.c-tab-card-group__item {
  grid: 1;
}

.c-article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 14px;
}

.c-article-card__img {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-article-card__img img {
  width: 100%;
}

.c-article-card__title {
  font-weight: 700;
  line-height: 24px;
}

.c-article-card__date {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}

.c-title-border-bottom {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title-border-bottom {
    padding-bottom: 21px;
  }
}

.c-title-border-bottom::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #222222;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-category-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #382620;
  padding-left: 12px;
  position: relative;
}
.c-category-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.c-category-link::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url("../img/Icon-metro-chevron-thin-right.png") no-repeat
    center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-article-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16.5px;
}
@media screen and (min-width: 768px) {
  .c-article-group {
    gap: 16px;
  }
}

.c-article-group__item:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.c-category-link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #382620;
  color: #382620;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
}

.page-numbers:hover,
.page-numbers.current {
  color: #ffffff;
  background-color: #382620;
}

.prev {
  position: relative;
}
.prev:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.prev::before {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url("../img/arrow-prev.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.next {
  position: relative;
}
.next:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.next::before {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url("../img/arrow-next.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
}

.c-article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.c-article-list__item {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-article-list__item {
    font-size: 16px;
  }
}

.c-article-list__item-link {
  color: #222222;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-article-list__item-link {
    font-size: 16px;
  }
}

.c-quote-card {
  padding: 20px 24px 25px;
  background: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .c-quote-card {
    padding: 35px 40px 40px;
  }
}

.c-quote-card__text {
  font-weight: 500;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .c-quote-card__text {
    font-size: 16px;
    line-height: 32px;
  }
}

.c-quote-card__source {
  text-align: right;
  font-weight: 500;
  margin-top: 15px;
  padding-right: 19px;
}
@media screen and (min-width: 768px) {
  .c-quote-card__source {
    margin-top: 16px;
    padding-right: 0;
  }
}

.c-button-square {
  display: inline-block;
  border: 1px solid #382620;
  padding: 7px 27px;
  color: #382620;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .c-button-square {
    padding: 11px 35px;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }
}

.c-button-square:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.c-article-pagination-link {
  display: inline-block;
  font-weight: 700;
  line-height: 24px;
  color: #382620;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-article-pagination-link {
    font-size: 16px;
  }
}

.c-article-pagination-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.c-article-pagination-link--prev {
  padding-left: 16px;
}

.c-article-pagination-link--prev::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url("../img/arrow-prev.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-article-pagination-link--next {
  padding-left: 7px;
  padding-right: 20.5px;
}
@media screen and (min-width: 768px) {
  .c-article-pagination-link--next {
    padding-left: 0;
    padding-right: 16px;
  }
}

.c-article-pagination-link--next::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url("../img/arrow-next.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-article-pagination-link--next::after {
    right: 0;
  }
}

.c-article-pagination__item {
  min-width: 77.5px;
}
@media screen and (min-width: 768px) {
  .c-article-pagination__item {
    min-width: 80px;
  }
}

.c-article-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-title-border-left {
  color: #382620;
  font-size: 20px;
  font-weight: 700;
  padding-left: 8px;
  border-left: 6px solid #382620;
}
@media screen and (min-width: 768px) {
  .c-title-border-left {
    font-size: 24px;
    padding-left: 16px;
  }
}

.c-gift-card__img {
  max-width: 158px;
  max-height: 158px;
}
@media screen and (min-width: 768px) {
  .c-gift-card__img {
    max-width: 245px;
    max-height: 245px;
  }
}
.c-gift-card__img img {
  width: 100%;
}

.c-gift-card__img--big {
  max-width: 355px;
  max-height: 355px;
}
@media screen and (min-width: 768px) {
  .c-gift-card__img--big {
    max-width: 528px;
    max-height: 528px;
  }
}

.c-gift-card__img--big img {
  width: 528px;
}

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

.c-gift-card__body--big {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .c-gift-card__body--big {
    margin-top: 13px;
  }
}

.c-gift-card__title {
  font-weight: 700;
}

.c-gift-card__title--big {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .c-gift-card__title--big {
    font-size: 24px;
  }
}

.c-gift-card__price {
  font-family: "Damion", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding-right: 4px;
}

.c-gift-card__price--big {
  font-size: 28px;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .c-gift-card__price--big {
    font-size: 32px;
  }
}

.c-gift-card__btn {
  display: block;
  width: 140px;
  padding-block: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  background: #222222;
  margin-inline: auto;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  margin-top: 12px;
  border: #222222 solid 1px;
}
@media screen and (min-width: 768px) {
  .c-gift-card__btn {
    width: 174px;
    padding-block: 7px;
    font-size: 14px;
  }
}

.c-gift-card__btn:hover {
  background: #ffffff;
  color: #222222;
}

.c-service-card {
  border: 4px solid #382620;
  background-color: #ffffff;
  position: relative;
  padding: 34px 36px 36px;
}
@media screen and (min-width: 768px) {
  .c-service-card {
    padding: 26px 16px 29px;
  }
}
@media screen and (min-width: 900px) {
  .c-service-card {
    padding: 76px 56px 79px;
  }
}

.c-service-card::before {
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #382620;
}

.c-service-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 34px;
}
@media screen and (min-width: 768px) {
  .c-service-card__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 900px) {
  .c-service-card__content {
    gap: 60px;
  }
}

@media screen and (min-width: 768px) {
  .c-service-card__content-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.c-service-card__title {
  color: #382620;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
  padding-left: 8px;
}
@media screen and (min-width: 768px) {
  .c-service-card__title {
    font-size: 17px;
    line-height: 30px;
    padding-left: 0;
  }
}
@media screen and (min-width: 900px) {
  .c-service-card__title {
    font-size: 24px;
    line-height: 40px;
  }
}

.c-service-card__title::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 2px);
  height: 3px;
  background: radial-gradient(circle, #382620 1.5px, transparent 1.5px) 0 0/11px
    100%;
  /*
    - `1.5px`で半径を指定（直径が3pxになる）
    - `background-size: 11px 100%;`でドットの直径（3px）+ 間隔（8px）を設定
  */
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .c-service-card__title::after {
    bottom: -23px;
    width: calc(100% + 6px);
  }
}

.c-service-card__text {
  margin-top: 47px;
  color: #382620;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .c-service-card__text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 900px) {
  .c-service-card__text {
    margin-top: 59px;
    line-height: 32px;
  }
}

.c-service-card__content-img {
  max-width: 255px;
  max-height: 165px;
}
@media screen and (min-width: 768px) {
  .c-service-card__content-img {
    max-width: 350px;
    max-height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .c-service-card__content-img {
    max-width: 460px;
  }
}
.c-service-card__content-img img {
  width: 100%;
}

.c-gift-card-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 39px 19px;
}
@media screen and (min-width: 768px) {
  .c-gift-card-group {
    gap: 20px;
  }
}
@media screen and (min-width: 900px) {
  .c-gift-card-group {
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .c-gift-card-group--row {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
@media screen and (min-width: 900px) {
  .c-gift-card-group--row {
    gap: 40px;
  }
}

.c-contact-head {
  color: #382620;
}

.c-contact-head__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .c-contact-head__title {
    font-size: 28px;
  }
}

.c-contact-head__text {
  text-align: left;
  font-weight: 500;
  line-height: 24px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-contact-head__text {
    font-size: 16px;
    margin-top: 28px;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.p-mv-slider {
  position: relative;
}

.swiper-slide-active .p-mv-slider__img img,
.swiper-slide-duplicate-active .p-mv-slider__img img,
.swiper-slide-prev .p-mv-slider__img img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
  animation: zoomUp 7s linear 0s normal both;
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}

.p-mv-slider__img {
  position: relative; /* オーバーレイを画像の上に配置するため */
}

.p-mv-slider__img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* 半透明の黒背景 */
  pointer-events: none; /* オーバーレイがクリックを邪魔しないように */
  z-index: 10; /* 画像より手前に */
}
@media screen and (min-width: 768px) {
  .p-mv-slider__img-overlay {
    top: 50%;
    height: 50%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.8))
    );
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%
    );
  }
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.p-mv-slider__pagination {
  position: absolute;
  left: 12px !important;
  bottom: 8px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media screen and (min-width: 768px) {
  .p-mv-slider__pagination {
    bottom: 12px !important;
  }
}
.p-mv-slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ffffff;
  opacity: 1;
  margin: 0 8px !important;
}
.p-mv-slider__pagination .swiper-pagination-bullet-active {
  background: #d59b71;
}

.p-nav {
  padding: 27px 16px 0px 19px;
}

.p-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-nav__logo {
  width: 130px;
}
@media screen and (min-width: 900px) {
  .p-nav__logo {
    width: 166px;
  }
}

.p-nav__logo:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.p-nav__menus {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .p-nav__menus {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-nav__menus {
    margin-top: 53px;
  }
}

.p-nav__icons {
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .p-nav__icons {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-nav__icons {
    margin-top: 60px;
  }
}

.p-concept-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  padding-bottom: 73px;
}
@media screen and (min-width: 768px) {
  .p-concept-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 900px) {
  .p-concept-content {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-concept-content {
    gap: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-concept-content__text-area {
    max-width: 470px;
    position: relative;
  }
}

.p-concept-content__message {
  margin-top: 33px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-concept-content__message {
    margin-top: 10px;
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (min-width: 900px) {
  .p-concept-content__message {
    margin-top: 20px;
    font-size: 28px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .p-concept-content__message {
    margin-top: 48px;
  }
}

.p-concept-content__description {
  margin-top: 30px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-concept-content__description {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  .p-concept-content__description {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .p-concept-content__description {
    margin-top: 48px;
  }
}

.p-concept-content__button {
  margin-top: 56px;
  margin-inline: auto;
  width: 296px;
}
@media screen and (min-width: 768px) {
  .p-concept-content__button {
    margin-top: 10px;
    margin-inline: 0 auto;
    width: 286px;
  }
}
@media screen and (min-width: 900px) {
  .p-concept-content__button {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-concept-content__button {
    margin-top: 54px;
  }
}

.p-concept-content__img {
  width: 315px;
  position: relative;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .p-concept-content__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 360px;
    left: unset;
  }
}
@media screen and (min-width: 900px) {
  .p-concept-content__img {
    width: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .p-concept-content__img {
    width: 600px;
  }
}
.p-concept-content__img img {
  width: 100%;
}

.p-concept-content__img::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -73px;
  left: 0;
  width: 355px;
  height: 100px;
  background: #eae0d5;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-concept-content__img::after {
    bottom: -100px;
    width: 1190px;
    height: 300px;
  }
}

.p-lunch-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px 20px;
}
@media screen and (min-width: 768px) {
  .p-lunch-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    height: 300px;
  }
}
@media screen and (min-width: 900px) {
  .p-lunch-cards {
    height: 366px;
  }
}

@media screen and (min-width: 768px) {
  .p-lunch-cards__item:nth-child(1),
  .p-lunch-cards__item:nth-child(3) {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .p-lunch-cards__item:nth-child(2),
  .p-lunch-cards__item:nth-child(4) {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.p-set-menu {
  padding-block: 20px;
  border-radius: 8px;
  background: #f7f6f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-set-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 20px;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .p-set-menu {
    padding: 20px 70px;
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-set-menu__picture {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.p-menu-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-menu-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 34px;
  }
}

.p-menu-cards--item {
  grid: 1;
}

.p-drink__content {
  padding-inline: 20px 23px;
  margin-top: 23.5px;
}
@media screen and (min-width: 768px) {
  .p-drink__content {
    padding-inline: 0;
    margin-top: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
  }
}
@media screen and (min-width: 900px) {
  .p-drink__content {
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-drink__content {
    gap: 62px;
  }
}

.p-drink__content-img {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-drink__content-img {
    width: 200px;
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .p-drink__content-img {
    width: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .p-drink__content-img {
    width: 343px;
  }
}

.p-drink__content-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-drink__content-menus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 10px;
  }
}
@media screen and (min-width: 900px) {
  .p-drink__content-menus {
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-drink__content-menus {
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-drink__content-menu {
    padding-right: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.p-menu-category__content {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-menu-category__content {
    margin-top: 28px;
  }
}

.p-news-card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .p-news-card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 38px;
  }
}

@media screen and (min-width: 768px) {
  .p-news-card-group__main {
    width: 350px;
  }
}
@media screen and (min-width: 900px) {
  .p-news-card-group__main {
    width: 430px;
  }
}
@media screen and (min-width: 1280px) {
  .p-news-card-group__main {
    width: 510px;
  }
}

.p-news-card-group__sub {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .p-lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
}

.p-lists__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-lists__group {
    gap: 21.5px;
  }
}

.p-page-mv {
  position: relative;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .p-page-mv {
    height: 320px;
  }
}

.p-page-mv--concept {
  background: url("../img/img_firstview_concept_sp.png") no-repeat center
    center/cover;
}
@media screen and (min-width: 768px) {
  .p-page-mv--concept {
    background: url("../img/img_firstview_concept.png") no-repeat center
      center/cover;
  }
}

.p-page-mv--menu {
  background: url("../img/img_firstview_menu_sp.png") no-repeat center
    center/cover;
}
@media screen and (min-width: 768px) {
  .p-page-mv--menu {
    background: url("../img/img_firstview_menu.png") no-repeat center
      center/cover;
  }
}

.p-page-mv--news {
  background: url("../img/img_firstview_news_sp.png") no-repeat center
    center/cover;
}
@media screen and (min-width: 768px) {
  .p-page-mv--news {
    background: url("../img/img_firstview_news.png") no-repeat center
      center/cover;
  }
}

.p-page-mv--shop {
  background: url("../img/img_firstview_shop_sp.png") no-repeat center
    center/cover;
}
@media screen and (min-width: 768px) {
  .p-page-mv--shop {
    background: url("../img/img_firstview_shop.png") no-repeat center
      center/cover;
  }
}

.p-page-mv--gift {
  background: url("../img/img_firstview_gift_sp.png") no-repeat center
    center/cover;
}
@media screen and (min-width: 768px) {
  .p-page-mv--gift {
    background: url("../img/img_firstview_gift.png") no-repeat center
      center/cover;
  }
}

.p-page-mv--contact {
  background: url("../img/img_firstview_contact_sp.png") no-repeat center
    center/cover;
}
@media screen and (min-width: 768px) {
  .p-page-mv--contact {
    background: url("../img/img_firstview_contact.png") no-repeat center
      center/cover;
  }
}

.p-page-mv::before {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 2px solid #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-page-mv::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

.p-page-mv::after {
  content: "";
  position: absolute;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border: 1px solid #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-page-mv::after {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
}

.p-page-mv__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}

.p-page-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 10;
}

.p-concept-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 768px) {
  .p-concept-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 900px) {
  .p-concept-card {
    gap: 71px;
  }
}

@media screen and (min-width: 768px) {
  .p-concept-card--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-concept-card__description--padding-bottom-1 {
    padding-bottom: 106px;
  }
}

@media screen and (min-width: 768px) {
  .p-concept-card__description--padding-bottom-2 {
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 768px) {
  .p-concept-card__description--padding-bottom-3 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-tab-menu__tabs {
    max-width: 844px;
    margin-inline: auto;
  }
}

.p-tab-menu__contents {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-tab-menu__contents {
    padding-top: 80px;
  }
}

.p-tab-menu__content {
  display: none;
}
.p-tab-menu__content.active {
  display: block;
}

.p-side-card {
  padding: 20px;
  background-color: #f8f8f8;
}

.p-side-card__content {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-article-detail {
    max-width: 688px;
    margin-inline: auto;
  }
}

.p-p-article-detail__thumbnail {
  width: 335px;
  height: 209px;
}
@media screen and (min-width: 768px) {
  .p-p-article-detail__thumbnail {
    width: 688px;
    height: 430px;
  }
}
.p-p-article-detail__thumbnail img {
  width: 100%;
}

.p-article-detail__info {
  margin-top: 24px;
}

.p-article-detail__title {
  color: #382620;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 768px) {
  .p-article-detail__title {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0.123em;
  }
}

.p-article-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 43px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-article-detail__meta {
    margin-top: 40px;
  }
}

.p-article-detail__date {
  color: #382620;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.1px;
}

.p-article-detail__date::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #382620;
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-article-detail__category {
  color: #382620;
  font-weight: 700;
  position: relative;
}

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

.p-article-detail__section-1 .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}

.p-article-detail__section-2 .wp-block-group__inner-container {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .p-article-detail__section-2 {
    margin-top: 96px;
    gap: 19px;
  }
}

.p-article-detail__section-3 .wp-block-group__inner-container {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-article-detail__section-3 {
    margin-top: 58px;
    gap: 19px;
  }
}

.p-article-detail__section-4 .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin-top: 54px;
}
@media screen and (min-width: 768px) {
  .p-article-detail__section-4 {
    gap: 15px;
    margin-top: 56px;
  }
}

.p-article-detail__image {
  width: 335px;
  height: 209px;
}
@media screen and (min-width: 768px) {
  .p-article-detail__image {
    width: 688px;
    height: 430px;
  }
}
.p-article-detail__image img {
  width: 100%;
}

.p-article-detail__heading {
  color: #382620;
  font-weight: 700;
}

.p-article-detail__heading--section2 {
  font-size: 18px;
  line-height: 28px;
  border-left: 4px solid #382620;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .p-article-detail__heading--section2 {
    font-size: 24px;
    line-height: normal;
    border-left: 6px solid #382620;
    padding-left: 16px;
  }
}

.p-article-detail__heading--section3 {
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #382620;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-article-detail__heading--section3 {
    font-size: 20px;
    padding-bottom: 14px;
  }
}

.p-article-detail__heading--section4 {
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .p-article-detail__heading--section4 {
    font-size: 16px;
    line-height: normal;
  }
}

.p-article-detail__text {
  color: #222222;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .p-article-detail__text {
    line-height: 32px;
    font-size: 16px;
  }
}

.p-article-items__title-text {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-article-items__title-text {
    font-size: 24px;
  }
}

.p-article-items__content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-article-items__content {
    margin-top: 24px;
    padding-left: 7px;
  }
}

.p-article-items__pagination {
  margin-top: 40px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-related-articles__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #382620;
}
@media screen and (min-width: 768px) {
  .p-related-articles__title {
    font-size: 28px;
    line-height: 40px;
  }
}

.p-related-articles__items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 19px;
}
@media screen and (min-width: 768px) {
  .p-related-articles__items {
    margin-top: 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-left: 8px;
  }
}

.p-map-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .p-map-group {
    gap: 120.5px;
  }
}

.p-map-group-item__detail {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-map-group-item__detail {
    margin-top: 23px;
  }
}

.p-map-group-item__detail-list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-map-group-item__detail-list {
    margin-top: 24px;
  }
}

.p-gift-wrapper-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 39px;
}
@media screen and (min-width: 768px) {
  .p-gift-wrapper-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 900px) {
  .p-gift-wrapper-top {
    gap: 40px;
  }
}

.p-gift-wrapper-top__left {
  max-width: 528px;
}

.p-gift__wrapper-bottom {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-gift__wrapper-bottom {
    margin-top: 41px;
  }
}

/* フォーム全体のスタイル */
.p-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 28px;
  }
}

@media screen and (min-width: 768px) {
  .field--radio {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .field--info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/* フィールドのヘッダー */
.field__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .field__header {
    width: 170px;
  }
}

@media screen and (min-width: 768px) {
  .field__header--info {
    padding-top: 13px;
  }
}

.field__label {
  color: #382620;
  font-size: 16px;
  font-weight: 700;
}

.field__required {
  display: inline-block;
  padding: 1px 6px 2px;
  border-radius: 2px;
  background: #f07317;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
}

/* フィールド内の入力アイテム */
.field__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field__input--radio {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .field__input--radio {
    margin-top: 0;
  }
}

/* テキスト入力 */
.input-text {
  padding: 11px 15px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #382620;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #382620;
  width: 100%;
  font-family: "Noto Serif JP", sans-serif;
}

.input-text::-webkit-input-placeholder {
  color: #ccc;
}

.input-text::-moz-placeholder {
  color: #ccc;
}

.input-text:-ms-input-placeholder {
  color: #ccc;
}

.input-text::-ms-input-placeholder {
  color: #ccc;
}

.input-text::placeholder {
  color: #ccc;
}

.input-text:focus {
  border: 1px solid #f07317;
  background: #ffffff;
  outline: none;
}

/* ラジオボタン */

.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .radio-group {
    gap: 17px;
  }
}

.wpcf7-list-item {
  margin: 0;
}

/* input[type="radio"] を視覚的に非表示(アクセシビリティ的には残る) */
.wpcf7-list-item input {
  height: 1px;
  width: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

/* チェックされたとき、対応するラベルにスタイルを適用 */
.wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* テキストの基本デザイン */
.wpcf7-list-item-label {
  font-size: 16px;
  position: relative;
  padding-left: 34px;
  color: #382620;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    padding-left: 34px;
  }
}

/* 擬似要素で円形を表示（before=外枠、after=中の塗りつぶし） */
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  left: 0;
  border: 1px solid #382620;
}

.wpcf7-list-item-label::after {
  width: 12px;
  height: 12px;
  background: #f07317;
  left: 6px;
  opacity: 0;
}

/* テキストエリア */
.textarea {
  border-radius: 6px;
  background-color: #ffffff;
  padding: 11px 15px;
  width: 100%;
  height: 200px;
  border: 1px solid #382620;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .textarea {
    height: 240px;
  }
}

.textarea::-webkit-input-placeholder {
  color: #ccc;
}

.textarea::-moz-placeholder {
  color: #ccc;
}

.textarea:-ms-input-placeholder {
  color: #ccc;
}

.textarea::-ms-input-placeholder {
  color: #ccc;
}

.textarea::placeholder {
  color: #ccc;
}

.textarea:focus {
  border: 1px solid #f07317;
  background: #ffffff;
  outline: none;
}

/* プライバシーポリシー */
.p-form__privacy {
  margin-top: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #382620;
}
@media screen and (min-width: 768px) {
  .p-form__privacy {
    margin-top: 36px;
    line-height: normal;
  }
}

/* 送信ボタン */
.p-form__button-wrapper {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .p-form__button-wrapper {
    margin-top: 40px;
  }
}

.p-form__button {
  display: block;
  margin-inline: auto;
  width: 290px;
  padding-block: 22px;
}
@media screen and (min-width: 768px) {
  .p-form__button {
    width: 280px;
  }
}

.u-separate {
  margin-top: 24px;
  margin-bottom: 24px;
}

.u-z-index {
  z-index: 100;
}

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

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

.u-hidden {
  display: none;
}

.u-opacity-1 {
  opacity: 1 !important;
}

.u-padding-left {
  padding-left: 3px;
}
