/*
 Theme Name: satoru_1203_opencafe
 Theme URI: https://example.com
 Author: Satoru
 Author URI: https://example.com
 Description: Open Cafe theme
 Version: 1.0
*/

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

body {
  min-height: 100vh;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #222;
  letter-spacing: 0;
  text-rendering: optimizespeed;
}

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

body.is-drawerActive {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}
.l-access {
  position: relative;
  z-index: 1;
  padding-block: 80px;
  background-color: #eae0d5;
}
.l-access::before {
  position: absolute;
  top: -94px;
  right: -40px;
  width: 194px;
  height: 179px;
  content: "";
  background: url(./img/deco-access.png) no-repeat left top/contain;
}
@media screen and (min-width: 768px) {
  .l-access::before {
    top: -100px;
    right: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .l-access::before {
    top: -170px;
    right: -73px;
    width: 374px;
    height: 359px;
  }
}

.footer {
  position: relative;
  width: 100%;
  padding-block: 40px 14px;
  color: #fff;
  background-color: #382620;
}
.footer::after {
  position: absolute;
  top: -60px;
  left: -21px; /* l-28から修正 */
  z-index: 1;
  width: 128px;
  height: 108px;
  content: "";
  background: transparent url(./img/deco-footer.png) no-repeat center
    center/contain;
}

@media screen and (min-width: 768px) {
  .footer::after {
    top: -40px;
    left: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .footer::after {
    top: -150px;
    left: -42px; /* ベタ書きで調整 */
    width: 341px;
    height: 288px;
  }
}

.footer-pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .footer-pagetop {
    right: 20px;
    bottom: 20px;
  }
}

.footer-pagetop__link {
  display: block;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-pagetop__link.is-show {
  pointer-events: auto;
  opacity: 1;
}

.footer-copyright {
  display: block;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 40;
}
@media screen and (min-width: 1024px) {
  .l-header {
    opacity: 1;
  }
}

.l-header__inner {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 375px;
  height: 100%;
  padding-inline: 10px;
  overflow: auto;
  pointer-events: none;
  background-color: #382620;
  opacity: 0;
  -webkit-transition: right 0.5s, opacity 0.5s;
  transition: right 0.5s, opacity 0.5s;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    right: -375px;
  }
}
.is-drawerActive .l-header__inner {
  pointer-events: auto;
  opacity: 1;
}
@media (min-width: 768px) {
  .is-drawerActive .l-header__inner {
    right: 0;
  }
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 85px;
}

.header__logo-link {
  width: 120px;
}

.l-header__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: 50px;
  max-width: 295px;
  margin-block: 50px;
  margin-inline: auto;
}

.l-main-visual {
  position: relative;
  z-index: 1;
}
.l-main-visual::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 76.875%;
  height: 100%;
  content: "";
  background-color: #eae0d5;
}
@media screen and (min-width: 768px) {
  .l-main-visual {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    height: auto;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .l-main-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-bottom: 60px;
  }
}

.l-pickup-news {
  position: absolute;
  right: 50%;
  bottom: 32px;
  z-index: 2;
  width: 89.3333333333%;
  max-width: 335px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  .l-pickup-news {
    right: 20px;
    bottom: 20px;
    width: 388px;
    max-width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}

.l-top-concept {
  position: relative;
  z-index: 1;
  padding-block: 60px;
}
.l-top-concept::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -17px;
  width: 145px;
  height: 130px;
  background: url(./img/deco-concept.png) left top/contain no-repeat;
}
.l-top-concept::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 20px);
  height: 100px;
  background-color: #eae0d5;
}
@media screen and (min-width: 768px) {
  .l-top-concept {
    padding-block: 80px;
  }
  .l-top-concept::before {
    top: -40px;
    right: -39px;
  }
  .l-top-concept::after {
    bottom: 0;
    width: 92.96875%;
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .l-top-concept::before {
    width: 296px;
    height: 265px;
  }
}

.l-top-gallery {
  position: relative;
  z-index: 1;
  padding-block: 60px;
  margin-top: 120px;
  background-color: #eae0d5;
}
.l-top-gallery::before {
  position: absolute;
  top: -60px;
  left: -23px;
  width: 200px;
  height: 104px;
  content: "";
  background: url(./img/balloon-gallery.png) left top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .l-top-gallery {
    padding-block: 80px;
    margin-top: 160px;
  }
  .l-top-gallery::before {
    top: -61px;
    left: calc(50% - 344px);
    width: 265px;
    height: 138px;
  }
}

.l-top-lunch {
  position: relative;
  z-index: 1;
  padding-block: 60px;
  margin-top: 120px;
  background-color: #eae0d5;
}
.l-top-lunch::before {
  position: absolute;
  top: -173px;
  right: -33px;
  width: 119px;
  height: 135px;
  content: "";
  background: url(./img/deco-lunch.png) left top/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .l-top-lunch {
    padding-block: 80px;
    margin-top: 160px;
  }
  .l-top-lunch::before {
    top: -100px;
    right: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .l-top-lunch::before {
    top: -130px;
    width: 201px;
    height: 228px;
  }
}

.l-top-menu {
  position: relative;
  z-index: 1;
  padding-block: 60px;
  background-color: #f3efeb;
}
.l-top-menu::before {
  position: absolute;
  top: -93px;
  left: 0px;
  width: 190px;
  height: 190px;
  content: "";
  background: url(./img/deco-grand-menu1.png) left top/contain no-repeat;
}
.l-top-menu::after {
  position: absolute;
  right: -30px;
  bottom: -100px;
  width: 168px;
  height: 143px;
  content: "";
  background: url(./img/deco-grand-menu2.png) left top/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .l-top-menu {
    padding-block: 80px;
  }
  .l-top-menu::before {
    top: -100px;
    left: -50px;
  }
  .l-top-menu::after {
    right: -40px;
    bottom: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-top-menu::before {
    top: -133px;
    left: 4px;
    width: 395px;
    height: 397px;
  }
  .l-top-menu::after {
    right: -90px;
    bottom: -120px;
    width: 390px;
    height: 330px;
  }
}

.l-top-news {
  position: relative;
  z-index: 1;
  padding-block: 60px;
  margin-bottom: 120px;
  background-color: #f3efeb;
}
.l-top-news::before {
  position: absolute;
  top: -40px;
  left: -20px;
  width: 205px;
  height: 185px;
  content: "";
  background: url(./img/deco-news.png) left top/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .l-top-news {
    padding-block: 80px;
    margin: 0;
  }
  .l-top-news::before {
    top: -100px;
    left: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .l-top-news::before {
    top: -140px;
    left: -4px;
    width: 354px;
    height: 320px;
  }
}

.l-wrapper {
  overflow: hidden;
  background-color: #f3efeb;
}

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

.l-inner--narrow {
  max-width: 748px;
}

.l-first-view {
  position: relative;
  height: 32vw;
}
@media screen and (min-width: 768px) {
  .l-first-view {
    height: auto;
  }
}

.l-breadcrumbs {
  padding: 0 20px;
  margin-top: 1px;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs {
    max-width: 1160px;
    padding-inline: 30px;
    margin-inline: auto;
    margin-top: 16px;
  }
}

.l-concept {
  margin-top: -4px; /* 追記 */

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
  padding-block: 60px 160px;
}
@media screen and (min-width: 768px) {
  .l-concept {
    gap: 200px;
    padding-block: 80px 160px;
  }
}

.l-concept-block {
  position: relative;
  z-index: 1;
}
.l-concept-block::after {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #eae0d5;
}
.l-concept-block:nth-of-type(1)::after {
  right: 0;
  bottom: -50px;
  width: 76.875%;
  height: 100px;
  background-color: #eae0d5;
}
@media screen and (min-width: 768px) {
  .l-concept-block:nth-of-type(1)::after {
    bottom: -50px;
    width: 76.875%;
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .l-concept-block:nth-of-type(1)::after {
    bottom: -100px;
  }
}
.l-concept-block:nth-of-type(2)::after {
  left: 0;
  bottom: -50px;
  width: 76.875%;
  height: 227px;
}
@media screen and (min-width: 768px) {
  .l-concept-block:nth-of-type(2)::after {
    bottom: -60px;
    width: 45.3125%;
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .l-concept-block:nth-of-type(2)::after {
    height: 437px;
  }
}
.l-concept-block:nth-of-type(3)::after {
  right: 0;
  bottom: -22px;
  width: 49.0666666667%;
  height: 195px;
  background-color: #eae0d5;
}
@media screen and (min-width: 768px) {
  .l-concept-block:nth-of-type(3)::after {
    top: -40px;
    right: 0;
    bottom: auto;
    width: 31.25%;
    height: 330px;
  }
}
@media screen and (min-width: 1024px) {
  .l-concept-block:nth-of-type(3)::after {
    height: 520px;
  }
}

.l-menu {
  margin-top: -4px; /* 追記 */
  padding-block: 60px 160px;
}
@media screen and (min-width: 768px) {
  .l-menu {
    padding-block: 80px 160px;
  }
}

.l-menu__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: 60px;
}
@media screen and (min-width: 768px) {
  .l-menu__contents {
    gap: 80px;
  }
}

.l-archive {
  margin-top: -4px; /* 追記 */
  padding-block: 60px 160px;
}
@media screen and (min-width: 768px) {
  .l-archive {
    padding-block: 80px 160px;
  }
}

.l-archive__contents {
  display: grid;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .l-archive__contents {
    grid-template-columns: 720fr 320fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.l-sidebar {
  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;
}

.l-shop {
  margin-top: -4px; /* 追記 */
  padding-block: 60px 160px;
}
@media screen and (min-width: 768px) {
  .l-shop {
    padding-block: 80px 160px;
  }
}

.l-shop__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: 60px;
}
@media screen and (min-width: 768px) {
  .l-shop__contents {
    gap: 120px;
  }
}

.l-products {
  margin-top: -4px; /* 追記 */
  padding-block: 60px 160px;
}
@media screen and (min-width: 768px) {
  .l-products {
    margin-top: 11px; /* 追記 */
    padding-block: 60px 160px;
  }
}

.l-products__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: 60px;
}
@media screen and (min-width: 768px) {
  .l-products__contents {
    gap: 100px;
  }
}

.l-contact {
  margin-top: -4px; /* 追記 */
  padding-block: 60px 160px;
}
@media screen and (min-width: 768px) {
  .l-contact {
    margin-top: -8px; /* 追記（SP表示をいじったため） */
    padding-block: 80px 160px;
  }
}

.c-button-primary {
  position: relative;
  display: inline-block;
  width: 290px;
  padding: 22px 10px;
  margin-right: 6px;
  margin-bottom: 6px;
  text-align: center;
  background-color: #222;
}
.c-button-primary::before {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 16px;
  height: 24px;
  content: "";
  background: url(./img/arrow.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-button-primary::after {
  position: absolute;
  top: 6px;
  right: -6px;
  width: 100%;
  height: 100%;
  content: "";
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button-primary {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-button-primary:hover {
    opacity: 1;
    -webkit-transform: translate(6px, 6px);
    transform: translate(6px, 6px);
  }
  .c-button-primary:hover::after {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
}
.c-button-primary input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  margin-left: 1em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 1em;
}

.c-button-primary__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

/* ベタ書きで追記 */
input.c-button-primary {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: 290px;
  padding: 22px 48px 22px 16px; /* 右はアイコン分を確保 */
  margin-right: 6px;
  margin-bottom: 6px;
  border: 0;
  border-radius: 6px;
  background-color: #222;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s;
  /* 矢印は background-image で再現 */
  background-image: url(./img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 16px 24px;
}

.c-button-menu {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background-color: #382620;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.is-drawerActive .c-button-menu {
  background-color: #fff;
}

.c-button-menu__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transition: background-color 0.3s, top 0.3s;
  transition: background-color 0.3s, top 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-button-menu__line::before,
.c-button-menu__line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 27px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.c-button-menu__line::before {
  top: -7px;
}
@media screen and (min-width: 768px) {
  .c-button-menu__line::before {
    top: -10px;
  }
}
.c-button-menu__line::after {
  top: 7px;
}
@media screen and (min-width: 768px) {
  .c-button-menu__line::after {
    top: 10px;
  }
}
.is-drawerActive .c-button-menu__line {
  background-color: #382620;
}
.is-drawerActive .c-button-menu__line::before,
.is-drawerActive .c-button-menu__line::after {
  background-color: #382620;
}
.c-button-menu[aria-expanded="true"] .c-button-menu__line {
  background: transparent;
}
.c-button-menu[aria-expanded="true"] .c-button-menu__line::before,
.c-button-menu[aria-expanded="true"] .c-button-menu__line::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-button-menu[aria-expanded="true"] .c-button-menu__line::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-button-menu[aria-expanded="true"] .c-button-menu__line::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-button-menu__txt {
  position: absolute;
  top: 0;
  height: 0;
  color: transparent;
}

.c-button-secondary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #382620;
  border: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .c-button-secondary {
    padding: 7px 24px;
    font-size: 14px;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
  .c-button-secondary:hover {
    color: #382620;
    background-color: #fff;
    border-color: currentcolor;
    opacity: 1;
  }
}

.c-drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.is-drawerActive .c-drawer-bg {
  pointer-events: auto;
  opacity: 1;
}

.c-logo {
  display: inline-block;
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-heading-ribbon {
  position: relative;
  display: grid;
  place-content: center;
  min-height: 37px;
  padding: 3px 10px;
  margin-inline: 19px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
  background-color: #222;
}
.c-heading-ribbon::before,
.c-heading-ribbon::after {
  position: absolute;
  top: 7px;
  z-index: -1;
  width: 31px;
  height: 37px;
  content: "";
}
.c-heading-ribbon::before {
  left: -19px;
  background: transparent url(./img/deco_ribbon-text_left.svg) no-repeat center
    center/contain;
}
.c-heading-ribbon::after {
  right: -19px;
  background: transparent url(./img/deco_ribbon-text_right.svg) no-repeat center
    center/contain;
}
@media screen and (min-width: 768px) {
  .c-heading-ribbon {
    padding: 5px 10px;
    font-size: 18px;
  }
}

.p-sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-sns-links__link {
  width: 24px;
}
.p-sns-links__link img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.swiper {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-slide {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  overflow: hidden;
}

.c-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-tag--large {
  font-size: 16px;
}
.c-tag--large .c-tag__text::after {
  border-width: 14px 5px 14px 0;
}

.c-tag__text {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #382620;
}
.c-tag__text::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #aaa transparent transparent;
  border-style: solid;
  border-width: 0 8px 4px 0;
}
.c-tag__text::after {
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 1;
  width: 5px;
  height: 100%;
  content: "";
  border-color: #382620 transparent #382620 #382620;
  border-style: solid;
  border-width: 11px 5px 11px 0;
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-section-title--align-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-section-title--align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-section-title__inline-en {
  font-family: "Amatic SC", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
@media screen and (min-width: 768px) {
  .c-section-title__inline-en {
    position: relative; /*ベタ書きで追記（左右ずれ調整）*/
    left: 3px; /*ベタ書きで追記（左右ずれ調整）*/

    font-size: 52px;
    letter-spacing: 0.2em;
  }
}

.c-section-title__inline-ja {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-section-title__inline-ja {
    font-size: 14px;
  }
}

.c-heading-double-line {
  position: relative;
  padding: 4px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
}
.c-heading-double-line::before,
.c-heading-double-line::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #222;
}
.c-heading-double-line::before {
  top: 2px;
}
.c-heading-double-line::after {
  bottom: 2px;
}
@media screen and (min-width: 768px) {
  .c-heading-double-line {
    padding: 8px 20px 5px;
    font-size: 24px;
  }
}

.p-access__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: 40px;
}

.p-access__head {
  position: relative;
}
.p-access__head::before {
  position: absolute;
  top: -123px;
  left: calc(50% - 220px);
  width: 200px;
  height: 172px;
  pointer-events: none;
  content: "";
  background: url(./img/balloon-access.svg) left top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .p-access__head::before {
    top: -130px;
    left: calc(50% - 305px);
    width: 234px;
    height: 200px;
  }
}

.p-shop-info {
  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;
}

.p-map {
  position: relative;
  aspect-ratio: 335/184;
  border: 5px solid #fff;
}
.p-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-map {
    aspect-ratio: 688/377;
    border-width: 10px;
  }
}

.p-info-column {
  display: grid;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .p-info-column {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    gap: 20px 40px;
  }
}

.p-info-column__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid #222;
}

.p-info-column__term {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4em;
  font-weight: 700;
}

.p-info-column__description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
}
.p-info-column__description a {
  font-weight: 700;
}

.p-nav-header {
  max-width: 295px;
}

.p-nav-header__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: 25px;
}

.p-nav-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.p-nav-header__link-inline-en {
  font-family: "Patua One", cursive;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.l-header__menu-button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.header__menu-button.-fixed {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
}

.header--lower {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .header--lower {
    opacity: 1;
  }
}

.p-main-menu {
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-main-menu {
    display: block;
    width: 15.625%;
    height: auto;
    padding: 18px 17px;
  }
}

.p-main-menu__container {
  position: relative;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
}

.p-main-menu__logo {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-main-menu__logo {
    max-width: 164px;
  }
}

.p-main-menu__logo-link {
  display: block;
}

.p-nav-menu__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: 32px;
}

.p-nav-menu__link {
  display: block;
  text-align: center;
}

.p-nav-menu__link-inline-en {
  display: block;
  font-family: "Patua One", serif;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.p-nav-menu__link-inline-ja {
  display: block;
  font-size: 10px;
  line-height: 1.5;
}

.p-main-visual {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-main-visual {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-main-visual {
    width: 84.375%;
    margin-left: auto;
  }
}

.p-main-visual__slide {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-main-visual__slide {
    width: 100P;
  }
}

.swiper-pagination {
  line-height: 1;
  text-align: left;
  text-align: center;
  position: absolute;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.p-main-visual__copy {
  position: absolute;
  top: 125px;
  bottom: auto;
  left: 20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-main-visual__copy {
    top: auto;
    bottom: 52px;
  }
}
@media screen and (min-width: 1024px) {
  .p-main-visual__copy {
    left: 4.6296296296%;
  }
}

.p-main-visual__copy-text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 1024px) {
  .p-main-visual__copy-text {
    font-size: 20px;
  }
}

.p-pickup-news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.85);
}
.p-pickup-news::before {
  position: absolute;
  top: -41px;
  right: 0;
  z-index: 2;
  width: 126px;
  height: 78px;
  pointer-events: none;
  content: "";
  background: url(./img/deco-news-top.svg) left top/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-pickup-news {
    padding: 16px;
  }
  .p-pickup-news::before {
    top: -52px;
    width: 168px;
    height: 109px;
  }
}

.p-pickup-news__tag {
  position: absolute;
  top: 8px;
  left: -8px;
}

.p-pickup-news__thumbnail {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  aspect-ratio: 1/1;
  overflow: hidden;
}

/* cssにベタ書きで追記 */
img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (min-width: 768px) {
  .p-pickup-news__thumbnail {
    width: 120px;
  }
}

.p-pickup-news__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: 10px;
}

.p-pickup-news__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.p-pickup-news__head {
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-pickup-news__head {
    font-size: 14px;
  }
}

.p-top-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: 60px;
}
@media screen and (min-width: 768px) {
  .p-top-concept__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 7.2727272727%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-top-concept__body {
  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-top-concept__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 48px;
    width: 46.3636363636%;
  }
}

.p-top-concept__subtitle {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-concept__subtitle {
    font-size: 28px;
  }
}

.p-top-concept__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: 1em;
}

.p-top-concept__button {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-concept__button {
    text-align: left;
  }
}

.p-top-concept__image {
  width: 94.0298507463%;
  margin-left: -20px;
}
.p-top-concept__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-concept__image {
    width: 40%;
    height: 764px;
    margin-left: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-concept__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(46.875% + 90px); /* ベタ書きで+90を追記 */
    margin: 0;
  }
}

.p-top-gallery__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: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-gallery__contents {
    gap: 60px;
  }
}

.p-gallery-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px 19px;
}
@media screen and (min-width: 768px) {
  .p-gallery-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.1818181818%;
  }
}

.p-top-gallery__button {
  text-align: center;
}

.p-special-lunch__balloon {
  position: absolute;
  top: -47px;
  right: -18px;
  z-index: 2;
  width: 205px;
}
@media screen and (min-width: 768px) {
  .p-special-lunch__balloon {
    top: 178px;
    right: calc(50% - 400px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-special-lunch__balloon {
    top: 178px;
    right: 17px;
    width: 308px;
  }
}

.p-special-lunch__inner {
  max-width: 375px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-special-lunch__inner {
    max-width: 1260px;
    padding-inline: 30px;
  }
}

.p-special-lunch__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: 60px;
}

.p-lunch-block {
  position: relative;
  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;
  padding: 40px 20px 20px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-lunch-block {
    gap: 60px;
    padding: 60px 40px 40px;
  }
}

.p-lunch-block__head {
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-lunch-block__head {
    top: -20px;
  }
}

.p-lunch-block__list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 19px;
}
@media screen and (min-width: 768px) {
  .p-lunch-block__list {
    grid-template-columns: repeat(4, 23.2142857143%);
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-lunch-block__item {
  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;
}
@media screen and (min-width: 768px) {
  .p-lunch-block__item:nth-of-type(even) {
    margin-top: 40px;
  }
}

.p-card-lunch__image {
  aspect-ratio: 1/1;
}

.p-card-lunch__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-card-lunch__body {
    gap: 10px;
  }
}

.p-card-lunch__alphabet {
  display: grid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-content: center;
  width: 24px;
  height: 24px;
  font-family: "Patua One", serif;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  background-color: #222;
}
@media screen and (min-width: 1024px) {
  .p-card-lunch__alphabet {
    width: 49px;
    height: 49px;
    font-size: 32px;
  }
}

.p-card-lunch__menuname {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-card-lunch__menuname {
    font-size: 18px;
  }
}

.p-lunch-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
  padding: 25px 0; /* p20-0から変更 */
  background-color: #f7f6f4;
  border-radius: 8px;
}

@media screen and (min-width: 1024px) {
  .p-lunch-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 70px;
  }
}

@media screen and (min-width: 768px) {
  .p-lunch-detail__image {
    max-width: 700px;
  }
}

.p-lunch-detail__description {
  text-align: center;
}

.p-lunch-detail__name {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-lunch-detail__name {
    font-size: 20px;
    text-align: right;
  }
}

.p-lunch-detail__price {
  display: inline-block;
  padding: 0 3px 14px;
  font-family: "Damion", cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  background: url() left bottom repeat-x;
}
@media screen and (min-width: 1024px) {
  .p-lunch-detail__price {
    margin-top: 14px;
    font-size: 60px;
    background-size: 100% auto;
  }
}

.p-lunch-detail__comment {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-lunch-detail__comment {
    margin-top: 8px;
    font-size: 14px;
    text-align: right;
  }
}

.l-top-menu__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 73.0666666667%;
  height: 53.9283252929%;
  background-color: #eae0d5;
}
@media screen and (min-width: 1024px) {
  .l-top-menu__bg {
    width: calc(50vw + 384px);
    height: 79.0496760259%;
  }
}

.p-grand-menu__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: 40px;
}
@media screen and (min-width: 768px) {
  .p-grand-menu__contents {
    gap: 60px;
  }
}

.p-grand-menu__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-grand-menu__menus {
    gap: 101px;
  }
}

.p-menu-block {
  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-menu-block {
    gap: 24px;
  }
}

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

.p-card-menu-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: 12px;
}

.p-card-menu-top__image {
  aspect-ratio: 1/1;
  border: 5px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-card-menu-top__image {
    border-width: 8px;
  }
}

.p-card-menu-top__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-card-menu-top__name {
    font-size: 20px;
  }
}

.p-card-menu-top__price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 7px;
  font-family: "Damion", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-card-menu-top__price {
    font-size: 32px;
  }
}

.p-drink-menus {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-drink-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-drink-menus__image {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-drink-menus__image {
    display: block;
    -ms-flex-preferred-size: 29.7272727273%;
    flex-basis: 29.7272727273%;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 8px;
    background-color: #fff;
  }
}

.p-drink-menus__body {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-drink-menus__body {
    padding: 0;
  }
}

.p-drink-menus__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: 40px;
}
@media screen and (min-width: 768px) {
  .p-drink-menus__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 48px;
  }
}

.p-drink-menus__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
}
@media screen and (min-width: 768px) {
  .p-drink-menus__item {
    width: 197px;
  }
}

.p-drink-menus__cat {
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #222;
  font-weight: 700;
}

.p-drink-menus__sublist {
  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;
}

.p-drink-menus__subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.5;
}

.p-drink-menus__name {
  display: inline-block;
  font-size: 14px;
}

.p-drink-menus__price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -2px;
  font-family: "Damion", cursive;
  font-size: 20px;
  font-weight: 400;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.p-grand-menu__button {
  text-align: center;
}

.p-top-news__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: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-news__contents {
    gap: 60px;
  }
}

.p-news-block {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 19px;
}
@media screen and (min-width: 768px) {
  .p-news-block {
    grid-template-columns: 46.3636363636% 24.0909090909% 24.0909090909%;
    gap: 30px 2.7272727273%;
  }
}

.p-card-news-large {
  position: relative;
  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;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  grid-column: span 2;
}
.p-card-news-large:hover {
  opacity: 1;
}
.p-card-news-large:hover .p-card-news-large__thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (min-width: 768px) {
  .p-card-news-large {
    grid-row: span 2;
    grid-column: span 1;
  }
}

.p-card-news-large__tag {
  position: absolute;
  top: 20px;
  left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-card-news-large__thumb {
  position: relative;
  aspect-ratio: 158/99;
  overflow: hidden;
}
.p-card-news-large__thumb img {
  position: absolute;
  inset: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-card-news-large__body {
  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;
}

.p-card-news-large__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .p-card-news-large__title {
    font-size: 20px;
  }
}

.p-card-news-large__text {
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.p-card-news-large__date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.p-card-news {
  position: relative;
  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;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-card-news {
    gap: 12px;
  }
}

.p-card-news__tag {
  position: absolute;
  top: 10px;
  left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-card-news__thumb {
  position: relative;
  aspect-ratio: 158/99;
  overflow: hidden;
}
.p-card-news__thumb img {
  position: absolute;
  inset: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-card-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.p-card-news__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .p-card-news__title {
    font-size: 16px;
  }
}

.p-card-news__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-card-news__date {
    font-size: 14px;
  }
}

.p-top-news__button {
  text-align: center;
}

.p-concept-block__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: 32px;
}
@media screen and (min-width: 768px) {
  .p-concept-block__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 6.3636363636%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

.p-concept-block__body {
  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) {
  .p-concept-block__body {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 34px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-concept-block__body {
    width: 35.3636363636%;
  }
}

.p-concept-block__head {
  font-weight: 700; /*ベタ書き*/
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .p-concept-block__head {
    font-size: 28px;
  }
}

.p-concept-block__image {
}
@media screen and (min-width: 768px) {
  .p-concept-block__image {
    width: 58.1818181818%;
  }
}

.p-contact__head {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__head {
    font-size: 28px;
  }
}

.p-contact__lead {
  margin-top: 1.5em;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-contact__lead {
    font-size: 16px;
  }
}

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

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.p-form {
  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;
}

.hidden-fields-container {
  display: none;
}

.p-form__label {
  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-form__label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-form__label:has(.wpcf7-radio, textarea) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-form__head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 170px;
  }
}

.p-form__required {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 1.5;
  color: #fff;
  background-color: #f07317;
  border-radius: 2px;
}

.wpcf7-form-control-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.wpcf7-form-control.wpcf7-radio {
  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;
}

.wpcf7-list-item {
  display: block;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    padding: 0;
  }
}
.wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpcf7-list-item input[type="radio"] {
  visibility: hidden;
  display: none;
}
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.wpcf7-list-item-label::before {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-left: 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 50%;
  content: "";
}
.wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #f07317;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-form__caution {
  font-size: 14px;
  line-height: 1.5;
}

.p-form__submit {
  text-align: center;
}

.has-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
  transform-origin: 8px 8px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.has-spinner::before::after {
  position: absolute;
  top: 6px;
  right: -6px;
  width: 100%;
  height: 100%;
  content: "";
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* ベタ書きで追記（送信の文字がずれていたため） */
.wpcf7-spinner {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wpcf7-response-output {
  margin-top: 0 !important;
  color: #f07317 !important;
  text-align: center;
  border-color: transparent !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 11px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 6px;
}

.p-products {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 19px;
}
@media screen and (min-width: 768px) {
  .p-products {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-products {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 40px;
  }
}
.p-products > :first-child {
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .p-products > :first-child {
    grid-row: span 2;
    grid-column: span 2;
  }
}

.p-card-gift {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-card-gift--large .p-card-gift__name {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-card-gift--large .p-card-gift__name {
    font-size: 20px;
  }
}
.p-card-gift--large .p-card-gift__price {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .p-card-gift--large .p-card-gift__price {
    font-size: 32px;
  }
}

.p-card-gift__thumbnail {
  width: 100%;
  aspect-ratio: 1/1;
}
.p-card-gift__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-card-gift__name {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.p-card-gift__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-family: "Damion", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.p-gift-info {
  position: relative;
  z-index: 1;
  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;
  padding: 36px 36px;
  background: #fff;
  border: 4px solid #382620;
}
.p-gift-info::before {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 2;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: 1px solid #382620;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-gift-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 75px 56px;
  }
  .p-gift-info::before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
}

.p-gift-info__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: 20px;
}
@media screen and (min-width: 768px) {
  .p-gift-info__contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 36px;
  }
}

.p-gift-info__head {
  padding-bottom: 23px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  background: url(/img/bg-dots.svg) left bottom repeat-x;
  background-size: 180% auto;
}
@media screen and (min-width: 768px) {
  .p-gift-info__head {
    font-size: 24px;
    background-size: 100% auto;
  }
}

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

@media screen and (min-width: 768px) {
  .p-gift-info__text {
    font-size: 16px;
  }
}

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

.p-tab-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 15px;
}
@media screen and (min-width: 768px) {
  .p-tab-list {
    grid-template-columns: repeat(4, minmax(auto, 200px));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-tab-list__link {
  position: relative;
  z-index: 1;
  display: grid;
  place-content: center;
  height: 64px;
  background-color: #888;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}
.p-tab-list__link:hover {
  background-color: #382620;
  opacity: 1;
}
/* ベタ書きで追記（現在のページをハイライトするため） */
.p-tab-list__link.is-active {
  background-color: #382620;
  opacity: 1;
}
.p-tab-list__link::after {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 2;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  pointer-events: none;
  content: "";
  border: 1px solid #fff;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-tab-list__link {
    height: 69px;
  }
}

.p-tab-list__link-text {
  font-size: 15px;
  line-height: 1.25;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-tab-list__link-text {
    font-size: 16px;
  }
}

.p-menu-list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 19px;
}
@media screen and (min-width: 768px) {
  .p-menu-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-menu-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-card-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.p-card-menu__image {
  aspect-ratio: 1/1;
}

.p-card-menu__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.p-card-menu__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Damion", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.p-drink-menus {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-drink-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7.8181818182%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-drink-menus__image {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-drink-menus__image {
    display: block;
    -ms-flex-preferred-size: 29.7272727273%;
    flex-basis: 29.7272727273%;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 8px;
    background-color: #fff;
  }
}

.p-drink-menus__body {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-drink-menus__body {
    padding: 0;
  }
}

.p-drink-menus__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: 40px;
}
@media screen and (min-width: 768px) {
  .p-drink-menus__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 48px;
  }
}

.p-drink-menus__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
}
@media screen and (min-width: 768px) {
  .p-drink-menus__item {
    width: 197px;
  }
}

.p-drink-menus__cat {
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #222;
}

.p-drink-menus__sublist {
  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;
}

.p-drink-menus__subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.5;
}

.p-drink-menus__name {
  display: inline-block;
  font-size: 14px;
}

.p-drink-menus__price {
  display: inline-block;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -2px;
  font-family: "Damion", cursive;
  font-size: 20px;
  font-weight: 400;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.p-main-column {
  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; /* g40から変更 */
}
@media screen and (min-width: 768px) {
  .p-main-column {
    gap: 60px;
  }
}

.p-main-column__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: 24px;
}
@media screen and (min-width: 768px) {
  .p-main-column__top {
    gap: 40px;
  }
}

.p-main-column__list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 19px;
}
@media screen and (min-width: 768px) {
  .p-main-column__list {
    gap: 40px 40px;
  }
}

.p-card-news {
  position: relative;
  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;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-card-news:hover {
  opacity: 1;
}
.p-card-news:hover .p-card-news__thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .p-card-news {
    gap: 12px;
  }
}

.p-card-news__tag {
  position: absolute;
  top: 10px;
  left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-card-news__thumb {
  position: relative;
  aspect-ratio: 158/99;
  overflow: hidden;
}
.p-card-news__thumb img {
  position: absolute;
  inset: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-card-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.p-card-news__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .p-card-news__title {
    font-size: 16px;
  }
}

.p-card-news__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-card-news__date {
    font-size: 14px;
  }
}

.p-side-block {
  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;
  padding: 20px;
  background-color: #f8f8f8;
}

.c-secondary-title {
  position: relative;
  padding-bottom: 21px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.c-secondary-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 1px;
  content: "";
  background-color: #222;
}

.p-recent-posts {
  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;
}

.p-card-news-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-card-news-sidebar:hover {
    opacity: 1;
  }
  .p-card-news-sidebar:hover .p-card-news-sidebar__thumbnail img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.p-card-news-sidebar__thumbnail {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-card-news-sidebar__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-card-news-sidebar__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: 10px;
}

.p-card-news-sidebar__head {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.p-card-news-sidebar__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.p-side-block {
  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;
  padding: 20px;
  background-color: #f8f8f8;
}

.c-secondary-title {
  position: relative;
  padding-bottom: 21px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.c-secondary-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 1px;
  content: "";
  background-color: #222;
}

.p-side-category {
  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;
}

.p-side-category__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.p-side-category__link::before {
  width: 6px;
  height: 12px;
  content: "";
  background: url(/img/arrow-right.svg) no-repeat center center/contain;
}

/* --------------------------------------------------------------- */

/* .p-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-pager a.prev.page-numbers:hover,
.p-pager a.next.page-numbers:hover {
  color: transparent;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #382620;
  border-radius: 50%;
}
.page-numbers::before {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 6px;
  height: 12px;
  content: "";
}
.page-numbers:hover {
  color: #fff;
  background-color: #382620;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .page-numbers {
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
}

.page-numbers.current {
  color: #fff;
  background-color: #382620;
}

.prev.page-numbers::before {
  background: url(/img/arrow-prev.svg) no-repeat center center/contain;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.prev.page-numbers:hover::before {
  background: url(/img/arrow-white.svg) center center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.next.page-numbers::before {
  background: url(/img/arrow-right.svg) no-repeat center center/contain;
}
.next.page-numbers:hover::before {
  background: url(/img/arrow-white.svg) center center no-repeat;
  background-size: 100% auto;
}

.next.page-numbers,
.prev.page-numbers {
  position: relative;
  color: transparent;
}
.next.page-numbers::before,
.prev.page-numbers::before {
  background-size: 100% auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
} */

/* --------------------------------------------------------------- */

.p-pager {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.p-pager a.prev.page-numbers:hover,
.p-pager a.next.page-numbers:hover {
  color: transparent;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #382620;
  border-radius: 50%;
  position: relative;
}
.page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 12px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-numbers:hover {
  color: #fff;
  background: #382620;
  opacity: 1;
}
@media (min-width: 768px) {
  .page-numbers {
    transition: background 0.3s, color 0.3s;
  }
}
.page-numbers.current {
  color: #fff;
  background: #382620;
}

/* prev */
.prev.page-numbers::before {
  background-image: url("./img/arrow-prev.svg");
}
.prev.page-numbers:hover::before {
  background-image: url("./img/arrow-white.svg");
  transform: translate(-50%, -50%) rotate(180deg);
}

/* next */
.next.page-numbers::before {
  background-image: url("./img/arrow-right.svg");
}
.next.page-numbers:hover::before {
  background-image: url("./img/arrow-white.svg");
}

/* 共通 */
.next.page-numbers,
.prev.page-numbers {
  color: transparent;
}

.l-post-content {
  padding-block: 60px 160px;
}
@media screen and (min-width: 768px) {
  .l-post-content {
    padding-block: 80px 160px;
  }
}

.l-post-content__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: 100px;
}
@media screen and (min-width: 768px) {
  .l-post-content__contents {
    gap: 120px;
  }
}

.p-post-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: 40px;
}

.p-post-content__header {
  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;
}

.p-post-content__thumbnail {
  width: 100%;
}
/* ベタ書きで追記（画像のアスペクト比がおかしかったため） */
.p-post-content__thumbnail img {
  display: block;
  margin: 0 auto;
  aspect-ratio: 1200 / 630;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-post-content__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-post-content__title {
    font-size: 28px;
  }
}

.p-post-content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.p-post-content__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-post-content__date::after {
  width: 1px;
  height: 18px;
  content: "";
  background-color: #222;
}

.p-post-content__category {
  font-weight: 700;
}

.p-post-content__body {
  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;
}

.p-wysiwyg {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #222;
  letter-spacing: 0;
}
.p-wysiwyg figure {
  margin: 0;
}
.p-wysiwyg > :not(:first-child) {
  margin-top: 1em;
}
.p-wysiwyg h2 {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #382620;
  border-left: 6px solid currentColor;
}
.p-wysiwyg h3 {
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #382620;
  border-bottom: 1px solid currentColor;
}
.p-wysiwyg h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #382620;
}
.p-wysiwyg ul {
  margin-left: 1.5em;
  list-style: disc;
}
.p-wysiwyg ol {
  margin-left: 1.5em;
  list-style: decimal;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg {
    font-size: 16px;
  }
  .p-wysiwyg h2 {
    font-size: 24px;
  }
  .p-wysiwyg h3 {
    font-size: 20px;
  }
  .p-wysiwyg h4 {
    font-size: 16px;
  }
}

.wp-block-heading:not(:first-child) {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .wp-block-heading:not(:first-child) {
    margin-top: 40px;
  }
}

.p-wysiwyg blockquote,
.wp-block-quote {
  margin-left: 0;
  margin-right: 0;
  margin-inline: 0;
}

.p-wysiwyg .wp-block-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
  padding: 20px 20px;
  background-color: #fff;
  overflow-wrap: break-word;
}

.p-wysiwyg .wp-block-quote cite {
  font-size: 14px;
  font-style: normal;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .wp-block-quote {
    padding: 40px 40px;
  }
}

/* ベタ書きで追記（ブロックエディタがciteタグの部分をpタグで排出するため） */
.p-wysiwyg .wp-block-quote p:last-of-type {
  font-size: 14px;
  font-style: normal;
  text-align: right;
}

.has-text-align-left {
  text-align: left;
}

.wp-block-image img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.p-single-pager {
  display: grid;
  grid-template-columns: minmax(72px, auto) auto minmax(72px, auto);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-single-pager {
    grid-template-columns: minmax(80px, auto) auto minmax(80px, auto);
    font-size: 16px;
    font-weight: 700;
  }
}

.p-single-pager__prev a {
  position: relative;
  display: inline-block;
  padding: 7px 0 7px 16px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-single-pager__prev a {
    font-size: 16px;
  }
}

.p-single-pager__link {
  display: inline-block;
  padding: 12px 36px;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #222;
}
@media screen and (min-width: 768px) {
  .p-single-pager__link {
    padding: 10px 36px;
    font-size: 16px;
  }
}

.p-related-posts {
  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-related-posts {
    gap: 60px;
  }
}

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

.p-related-posts__list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 19px;
}
@media screen and (min-width: 768px) {
  .p-related-posts__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
  }
}

.p-shop {
  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-shop {
    gap: 24px;
  }
}

.p-shop__name {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #382620;
  border-left: 6px solid currentColor;
}
@media screen and (min-width: 768px) {
  .p-shop__name {
    font-size: 24px;
  }
}

.p-shop-info {
  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;
}

.p-shop-info__thumbnail img {
  aspect-ratio: 335/184;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-shop-info__thumbnail img {
    aspect-ratio: 688/377;
  }
}

.p-info-column {
  display: grid;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .p-info-column {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }
}

.p-info-column__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #222;
}

.p-info-column__term {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4em;
}

.p-info-column__description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-first-view {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.p-first-view::before,
.p-first-view::after {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 2;
  content: "";
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.p-first-view::before {
  width: calc(100% - 11px);
  height: calc(100% - 11px);
  border: 2px solid #fff;
}
.p-first-view::after {
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-first-view {
    height: 320px;
  }
  .p-first-view::before {
    width: calc(100% - 18px);
    height: calc(100% - 18px);
  }
}
@media screen and (min-width: 768px) {
  .p-first-view::after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
.p-first-view__heading {
  z-index: 2;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p-first-view__heading-inline-en {
  display: block;
  padding-left: 8px;
  font-family: "Amatic SC", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-first-view__heading-inline-en {
    padding-left: 15px;
    font-size: 72px;
  }
}

.p-first-view__heading-inline-ja {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-first-view__heading-inline-ja {
    font-size: 16px;
  }
}

.p-first-view__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32vw;
  overflow: hidden;
}
.p-first-view__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
@media screen and (min-width: 768px) {
  .p-first-view__image {
    height: 100%;
  }
}

.p-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  align-items: center; /*ベタ書きで追記（パンくずアローを上下中央にするため）*/
}
@media screen and (min-width: 768px) {
  .p-breadcrumbs {
    gap: 16px;
  }
}

.p-breadcrumbs span,
.p-breadcrumbs a {
  font-size: 12px;
  line-height: 1.5;
  color: #382620;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-breadcrumbs span,
  .p-breadcrumbs a {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/* ベタ書きで追記 */
.p-main-column__head {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-main-column__head {
    font-size: 24px;
  }
}

/* ベタ書きで追記 */
.wp-block-contact-form-7-contact-form-selector {
  margin-top: 58px;
}
@media (min-width: 768px) {
  .wp-block-contact-form-7-contact-form-selector {
    margin-top: 78px;
  }
}

/* ベタ書きで追記 */
@media (min-width: 768px) {
  .p-contact p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 13px;
  }
}
