@charset "UTF-8";
*,
*::before,
*::after {
  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;
}

html {
  overflow-x: hidden;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #333333;
  font-family: "Yu Mincho", "游明朝", serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  padding-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-block-start: 0;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 31.25rem;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 65rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 500px;
  }
}

.l-footer {
  position: relative;
  padding-block: 160px 120px;
  background-image: url(../img/common/washi-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  overflow-y: visible;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 100px 64px;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/common/circle-1.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .l-footer::before {
    width: 4.75rem;
    height: 4.75rem;
  }
}
.l-footer::after {
  content: "";
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  translate: 50% 0;
  width: 25rem;
  height: 12.5rem;
  background-image: url(../img/common/circle-2.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .l-footer::after {
    width: 9.5rem;
    height: 4.75rem;
  }
}

.c-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #be2221;
  padding: 0.5rem 2rem;
  line-height: 1.7;
  background-color: #be2221;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  text-decoration: none;
  border-radius: 62.4375rem;
  transition: all 0.3s;
}
.c-btn-primary:hover {
  background-color: #ffffff;
  color: #be2221;
}

.c-section-title {
  font-size: 2.25rem;
  position: relative;
  display: inline-block;
  line-height: normal;
  margin-bottom: 2rem;
}
.c-section-title::after {
  content: "";
  position: absolute;
  left: 0.1875rem;
  bottom: 0;
  width: calc(100% - 0.25rem);
  height: 0.25rem;
  background-image: url(../img/about-hero/underline.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}

.breadcrumb {
  display: none;
  padding: 20px 0;
  font-size: 14px;
  background-color: #f8f8f8;
}
.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #999;
}
.breadcrumb a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.breadcrumb a:hover {
  color: #c8a677;
  text-decoration: underline;
}
.breadcrumb span {
  color: #666;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background-image: url(../img/common/washi-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 3.75rem;
    background-image: none;
    background-color: transparent;
  }
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 1.25rem;
  }
}

.p-header__logo {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.125rem;
  color: #be2221;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    display: none;
  }
}
.p-header__logo a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-header__logo a:hover {
  opacity: 0.7;
}

.p-header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-right: 2.5rem;
}
.p-header__list li a {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-header__list li a:hover {
  opacity: 0.7;
}

.p-header__btn {
  padding-left: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    display: none;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 48px;
  right: 27px;
  width: 30px;
  height: 18px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #be2221;
  border-radius: 2px;
  transition: all 0.5s ease;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 8px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -8px;
}

.p-drawer {
  position: fixed;
  z-index: 999;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #e8e0d4;
  translate: 101%;
  transition: translate 0.5s ease;
}

.p-drawer.js-show {
  translate: 0;
}

body.js-drawer-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.p-drawer__body {
  width: 100%;
  height: fit-content;
  padding: 5.9375rem 3.125rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.p-drawer__body .p-contact__tel-box {
  width: 17.1875rem;
  margin-bottom: 0;
}

.p-drawer__body .p-contact__tel-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.p-drawer__body .p-contact__tel-number {
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  text-wrap: nowrap;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}

.p-drawer__list li a {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #333333;
  text-decoration: none;
}

.p-drawer__cta {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
  max-width: 17.1875rem;
}

.p-drawer__btn {
  width: 100%;
  padding: 1rem 4rem;
}

.p-drawer__btn--contact {
  background-color: #ffffff;
  color: #be2221;
  white-space: nowrap;
}

.p-footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 4rem;
  }
}

.p-footer__nav-item {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.8px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

.p-footer__nav-item:hover {
  opacity: 0.7;
}

.p-footer__copy {
  font-weight: 300;
  font-size: 0.75rem;
  text-align: center;
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  background-image: url(../img/common/washi-bg.webp);
  background-size: cover;
  background-position: center;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.p-loading.js-loaded {
  opacity: 0;
  visibility: hidden;
}

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

.p-loading__anniversary {
  font-size: 1.5rem;
  color: #be2221;
  font-weight: bold;
  margin-bottom: 2.5rem;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-loading__anniversary {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
}

.p-loading__year {
  font-size: 3rem;
  display: inline-block;
  margin: 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-loading__year {
    font-size: 2.25rem;
  }
}

.p-loading__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 3rem;
  color: #be2221;
  font-weight: 600;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 767px) {
  .p-loading__logo {
    font-size: 2.5rem;
    gap: 0.375rem;
  }
}

.p-loading__logo-char {
  opacity: 0;
  animation: fadeInUp 0.5s ease forwards;
}
.p-loading__logo-char:nth-child(1) {
  animation-delay: 1.3s;
}
.p-loading__logo-char:nth-child(2) {
  animation-delay: 1.5s;
}
.p-loading__logo-char:nth-child(3) {
  animation-delay: 1.7s;
}
.p-loading__logo-char:nth-child(4) {
  animation-delay: 1.9s;
}
.p-loading__logo-char:nth-child(6) {
  animation-delay: 2.1s;
}

.p-loading__logo-space {
  width: 1.25rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-loading__logo-space {
    width: 1rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-enkai {
  position: relative;
  width: 100%;
  height: 25rem;
  overflow-x: hidden;
  overflow-y: visible;
}
@media screen and (max-width: 767px) {
  .p-enkai {
    height: 10.625rem;
  }
}

.p-enkai__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-enkai__image img {
  width: 100%;
  height: 125.96%;
  object-fit: cover;
  position: absolute;
  top: -25.85%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-enkai__image img {
    height: 100%;
    top: 0;
    object-position: center;
  }
}

.p-enkai__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.p-enkai__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(190, 34, 33, 0.7);
  border: 0.0625rem solid #ffffff;
  padding: 0.625rem 3rem;
  z-index: 2;
}
.p-enkai__text p {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.04125rem;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-enkai__text {
    padding: 0.5rem 0.5rem;
  }
  .p-enkai__text p {
    font-size: 0.875rem;
    letter-spacing: 0.02625rem;
    text-align: center;
  }
}

.p-fv {
  display: flex;
  height: calc(100vh - 5rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv {
    flex-direction: column;
    height: 100vh;
  }
}

.p-fv__left {
  position: relative;
  width: 30rem;
  overflow: hidden;
  background-image: url(../img/common/washi-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-fv__left {
    width: 100%;
    height: 100%;
    background-image: url(../img/fv-main.webp);
  }
}
.p-fv__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/common/circle-1.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv__left::before {
    display: none;
  }
}
.p-fv__left::after {
  content: "";
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  translate: 50% 0;
  width: 25rem;
  height: 12.5rem;
  background-image: url(../img/common/circle-2.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv__left::after {
    display: none;
  }
}

.p-fv__catch {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv__catch {
    display: block;
    position: absolute;
    left: 1rem;
    top: 2.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
    z-index: 10;
  }
}

.p-fv__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #be2221;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.75rem;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 2.5rem;
    letter-spacing: 2.4px;
    line-height: 1;
    top: auto;
    bottom: 8.125rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-fv__title p:nth-child(5) {
  font-size: 1.875rem;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-fv__title p:nth-child(5) {
    font-size: 1.25rem;
  }
}
.p-fv__title p:nth-child(6) {
  font-size: 3.5rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title p:nth-child(6) {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.p-fv__right {
  flex: 1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv__right {
    display: none;
  }
}

.p-fv__main-img {
  width: 100%;
  object-fit: cover;
}

.p-fv-cta {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.p-fv-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 9rem;
  border-radius: 1.5rem 0 0 1.5rem;
  text-decoration: none;
}

.p-fv-cta__btn--tabelog {
  background-color: #be2221;
}

.p-fv-cta__btn--contact {
  background-color: #ffffff;
}

.p-fv-cta__text {
  writing-mode: vertical-rl;
  font-family: "Yu Mincho", "游明朝", serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 4px;
  white-space: nowrap;
}

.p-fv-cta__btn--tabelog .p-fv-cta__text {
  color: #ffffff;
}

.p-fv-cta__btn--contact .p-fv-cta__text {
  color: #be2221;
}

.p-fv-cta__btn--line {
  background-color: #06C755;
}

.p-fv-cta__btn--line .p-fv-cta__text {
  color: #ffffff;
}

.p-about-hero {
  position: relative;
  overflow-x: hidden;
  background-image: url(../img/about-hero/about-bg.webp);
  background-size: cover;
  background-position: center;
  padding-block: 10rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-hero {
    padding-block: 6.25rem 5rem;
  }
}
.p-about-hero .l-inner__narrow {
  padding: 0 40px;
}
.p-about-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

.p-about-hero__content {
  margin: 0 auto;
}

.p-about-hero__text {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .p-about-hero__text {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.04375rem;
  }
}

.p-about-hero__strong {
  position: relative;
  font-weight: 600;
}
.p-about-hero__strong::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 0;
  width: calc(100% - 4px);
  height: 4px;
  background-image: url(../img/about-hero/underline.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.p-feature {
  position: relative;
  padding-block: 10rem 6.25rem;
  background-image: url(../img/common/washi-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  overflow-y: visible;
}
.p-feature .l-inner__narrow {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding-block: 8.125rem 4.375rem;
  }
}

.p-feature__items {
  display: flex;
  flex-direction: column;
  gap: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-feature__items {
    gap: 4.375rem;
  }
}

.p-feature__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature__item {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.p-feature__item--sake {
  justify-content: flex-start;
}

.p-feature__item--seafood {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-feature__item--seafood {
    flex-direction: column-reverse;
  }
}

.p-feature__image-wrapper {
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-feature__image-wrapper {
    width: 100%;
  }
}

.p-feature__content {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2.5rem;
}
.p-feature__item--seafood .p-feature__content {
  align-items: start;
}
@media screen and (max-width: 767px) {
  .p-feature__content {
    width: 100%;
    align-items: center;
  }
}

.p-feature__image {
  width: 31.25rem;
  height: 18.75rem;
  border-radius: 0.5rem;
  overflow-x: hidden;
}
.p-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .p-feature__image {
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
  }
}

.p-feature__label {
  position: relative;
  width: 18.75rem;
  padding: 0.5rem;
  background-color: rgba(190, 34, 33, 0.9);
}
.p-feature__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 0.0625rem;
  background-image: url("../img/line-decoration.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(315deg);
  transform-origin: top left;
}
.p-feature__label::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 0.0625rem;
  background-image: url("../img/line-decoration.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(315deg);
  transform-origin: bottom right;
}
@media screen and (max-width: 767px) {
  .p-feature__label {
    position: absolute;
    top: -2.5rem;
    width: auto;
    writing-mode: vertical-rl;
    padding: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-feature__label--sake {
    right: -1.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-feature__label--seafood {
    left: -1.6875rem;
  }
}

.p-feature__label-inner {
  border: 0.0625rem solid #ffffff;
  padding: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__label-inner {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}

.p-feature__label-sub {
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.7;
  letter-spacing: 0.059375rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-feature__label-sub {
    font-size: 1rem;
    writing-mode: vertical-rl;
  }
}

.p-feature__label-main {
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.7;
  letter-spacing: 0.14375rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-feature__label-main {
    font-size: 1.25rem;
    writing-mode: vertical-rl;
  }
}

.p-feature__text {
  width: 26.25rem;
}
.p-feature__text p {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.0375rem;
}
@media screen and (max-width: 767px) {
  .p-feature__text p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__text {
    width: 100%;
  }
}

.p-cta {
  position: relative;
  width: 100%;
  height: 652.8px;
  margin-top: -60px;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: #ffffff;
}
.p-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-cta__bg img {
  width: 100%;
  height: 125.96%;
  position: absolute;
  top: -25.85%;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.p-cta__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.p-cta__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: rgba(190, 34, 33, 0.7);
  border: 1px solid #ffffff;
  padding: 10px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-cta__text {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}
.p-cta__text span:nth-child(1) {
  font-size: 24px;
}
.p-cta__text span:nth-child(2) {
  font-size: 22px;
  letter-spacing: 0.03em;
}
.p-cta__text span:nth-child(3) {
  font-size: 23px;
  letter-spacing: 0.03em;
}
.p-cta__text span:nth-child(4) {
  font-size: 22px;
  letter-spacing: 0.03em;
}
.p-cta__text span:nth-child(5) {
  font-size: 24px;
}
.p-cta__text span:nth-child(6) {
  font-size: 22px;
  letter-spacing: 0.03em;
}
.p-cta__text span:nth-child(7) {
  font-size: 23px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  .p-cta {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-cta {
    height: 400px;
    margin-top: 0;
  }
  .p-cta__content {
    padding: 8px 24px;
    max-width: 90%;
  }
  .p-cta__text {
    font-size: 18px;
    white-space: normal;
    text-align: center;
    line-height: 1.6;
  }
  .p-cta__bg img {
    height: 100%;
    top: 0;
    object-position: 30% center;
  }
}
@media screen and (max-width: 480px) {
  .p-cta {
    height: 300px;
  }
  .p-cta__content {
    padding: 8px 20px;
  }
  .p-cta__text {
    font-size: 16px;
  }
}
.p-cta__buttons {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__buttons {
    flex-direction: column;
    gap: 0.9375rem;
    margin-top: 1.875rem;
  }
}

.p-mind {
  background: #e8e0d4;
  padding-bottom: 7.5rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}
@media screen and (max-width: 767px) {
  .p-mind {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-mind .l-inner__narrow {
    max-width: 75rem;
  }
}

.p-mind__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.p-mind__left {
  flex: 1;
  max-width: 33.4375rem;
  position: relative;
  z-index: 2;
  padding-top: 10rem;
}
@media screen and (max-width: 1199px) {
  .p-mind__left {
    padding-top: 6.25rem;
    max-width: 100%;
    margin-left: calc((50vw - 50%) * -1);
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mind__left {
    flex: 1.5;
    margin-left: calc((50vw - 25%) * -1);
  }
}

.p-mind__image-chef {
  position: relative;
  width: 100%;
}

.p-mind__image-chef img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .p-mind__image-chef img {
    border-radius: 0 0.5rem 0.5rem 0;
  }
}

.p-mind__label {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  background-color: #be2221;
  padding: 0.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-mind__label {
    bottom: 0.75rem;
    right: -37.5vw;
  }
}

.p-mind__label p {
  font-size: 1.125rem;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-mind__label p {
    font-size: 1rem;
  }
}

.p-mind__right {
  flex: 1;
  max-width: 33.4375rem;
  margin-left: -6.25rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .p-mind__right {
    max-width: 100%;
    margin-left: -4.375rem;
    margin-right: calc((50vw - 50%) * -1);
  }
}

.p-mind__image-food {
  width: 100%;
}

.p-mind__image-food img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.3;
}

.p-mind__text {
  width: auto;
  max-width: 33.125rem;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05rem;
  color: #333333;
  margin-top: 2.5rem;
  padding-left: 7.5rem;
}

.p-mind__text--pc {
  display: block;
}
@media screen and (max-width: 1199px) {
  .p-mind__text--pc {
    display: none;
  }
}

.p-mind__text--sp {
  display: none;
}
@media screen and (max-width: 1199px) {
  .p-mind__text--sp {
    display: block;
    max-width: 100%;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.875rem;
    padding: 0 1.25rem;
  }
}

.p-mind__deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 6.25rem;
  z-index: 0;
}
.p-mind__deco svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-mind__deco {
    height: 4.375rem;
  }
}

.p-lunch {
  position: relative;
  background-color: #f3eee6;
  padding-top: 10rem;
  text-align: center;
}
.p-lunch .l-inner {
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-lunch {
    padding-top: 6.25rem;
  }
}
.p-lunch::before {
  z-index: 1;
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  translate: 45% -20%;
  background-image: url(../img/common/circle-4.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-lunch::before {
    display: block;
    width: 6.25rem;
    height: 7.5rem;
  }
}

.p-lunch__content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-lunch__content {
    flex-direction: column;
    gap: 1rem;
  }
}

.p-lunch__text p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-lunch__text p {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }
}

.p-lunch__text p:last-child {
  margin-bottom: 0;
}

.p-lunch__note {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-lunch__note {
    font-size: 0.75rem;
    text-wrap: nowrap;
  }
}

.p-lunch__image {
  width: 31.25rem;
  height: 18.75rem;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lunch__image {
    width: 100%;
    height: auto;
    aspect-ratio: 500/300;
  }
}
.p-lunch__image img {
  border-radius: 8px;
}

.p-course {
  position: relative;
  background-color: #f3eee6;
  padding-block: 10rem 7.5rem;
}
.p-course .l-inner {
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-course {
    padding-block: 6.25rem 5rem;
  }
}
.p-course::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -40%;
  width: 28.75rem;
  height: 28.75rem;
  background-image: url(../img/common/circle-5.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-course::before {
    display: none;
  }
}
.p-course::after {
  display: none;
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  background-image: url(../img/common/circle-3.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-course::after {
    display: block;
    width: 6.25rem;
    height: 7.5rem;
  }
}

.p-course__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.p-course__intro {
  text-align: left;
}

.p-course__intro p {
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-course__intro p {
    font-size: 0.875rem;
  }
}

.p-course__cards {
  display: flex;
  justify-content: center;
  gap: 4.3125rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-course__cards {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2.5rem;
  }
}

.p-course__card {
  width: 21rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-course__card {
    width: 100%;
    min-width: auto;
  }
}

.p-course__card-header {
  background-color: #b48960;
  padding: 0.5rem 1.5rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-course__card-header {
    padding: 0.5rem 1rem;
  }
}

.p-course__card-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.0375rem;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-course__card-title {
    font-size: 1.125rem;
    letter-spacing: 0.03375rem;
    line-height: 1.5;
  }
}

.p-course__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-course__card-description {
  font-size: 1rem;
  line-height: 1.7;
  min-height: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-course__card-description {
    min-height: 3rem;
  }
}

.p-course__card-price {
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-course__card-price {
    margin-bottom: 1rem;
  }
}

.p-course__card-price-value {
  font-size: 1.75rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-course__card-price-value {
    font-size: 1.5rem;
  }
}

.p-course__card-price-unit {
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-course__card-price-unit {
    font-size: 0.875rem;
  }
}

.p-course__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-course__card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.625rem;
  border: 0.5px solid #333333;
  border-radius: 1rem;
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-course__card-tag {
    font-size: 0.875rem;
  }
}

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

.p-course__more-link {
  display: inline-block;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #b48960;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-course__more-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-course__more-link {
    font-size: 1rem;
  }
}

.p-ponzu {
  position: relative;
  background-color: #e8e0d4;
  padding-block: 10rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-ponzu {
    padding-block: 6.25rem 5rem;
  }
}
.p-ponzu::before {
  z-index: 1;
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  translate: 45% -30%;
  background-image: url(../img/common/circle-4.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-ponzu::before {
    display: block;
    width: 6.25rem;
    height: 7.5rem;
  }
}

.p-ponzu__top-deco {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(-1);
  width: 100%;
  height: 6.25rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-ponzu__top-deco {
    height: 3.75rem;
  }
}

.p-ponzu__top-deco img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-ponzu .l-inner {
  position: relative;
  z-index: 1;
}

.p-ponzu__content {
  display: flex;
  justify-content: center;
  gap: 5rem;
  max-width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-ponzu__content {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.p-ponzu__image-area {
  position: relative;
  width: 20rem;
  height: 20rem;
  flex-shrink: 0;
}

.p-ponzu__image {
  position: relative;
  width: 20rem;
  height: 20rem;
  z-index: 2;
}

.p-ponzu__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-ponzu__image-deco-top {
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  width: 3.75rem;
  height: 3.75rem;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-ponzu__image-deco-top {
    display: none;
  }
}

.p-ponzu__image-deco-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-ponzu__image-deco-bottom {
  position: absolute;
  bottom: -0.625rem;
  right: -0.625rem;
  width: 3.75rem;
  height: 3.75rem;
  z-index: 3;
  pointer-events: none;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-ponzu__image-deco-bottom {
    display: none;
  }
}

.p-ponzu__image-deco-bottom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-ponzu__image-deco {
  position: absolute;
  top: -0.4375rem;
  left: -0.5625rem;
  width: 21.0625rem;
  height: 20.875rem;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-ponzu__image-deco {
    width: 18.4375rem;
    height: 18.25rem;
    top: -0.375rem;
    left: -0.5rem;
  }
}

.p-ponzu__image-deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1199px) {
  .p-ponzu__text-area {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-ponzu__text-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-ponzu__title {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-ponzu__title {
    font-size: 1.125rem;
  }
}

.p-ponzu__description {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-ponzu__description {
    display: none;
  }
}

.p-ponzu__price {
  font-size: 1rem;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-ponzu__price {
    display: none;
  }
}

.p-ponzu__price-volume {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.p-ponzu__price-separator {
  font-size: 0.875rem;
  margin: 0 0.25rem;
}

.p-ponzu__price-value {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

.p-ponzu__price-tax {
  font-size: 0.8125rem;
}

.p-osechi {
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: #f3eee6;
  padding-block: 10rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-osechi {
    padding-block: 6.25rem 6.25rem;
  }
}

.p-osechi__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-osechi__content {
    flex-direction: column;
    gap: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-osechi__text-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-osechi__text-area .c-section-title {
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-osechi__text-area .c-section-title {
    font-size: 1.125rem;
  }
}

.p-osechi__badge {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.8px;
  text-align: left;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-osechi__badge {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
    margin-bottom: 0.625rem;
    order: 0;
    align-self: start;
  }
}

.p-osechi__description p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .p-osechi__description p {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

@media screen and (max-width: 767px) {
  .p-osechi__description {
    order: 3;
  }
}

.p-osechi__image {
  width: 20rem;
  height: 20rem;
  border-radius: 0.5rem;
}
.p-osechi__image img {
  border-radius: 0.5rem;
}

.p-osechi__image--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-osechi__image--sp {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    order: 2;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-osechi__image--pc {
    display: none;
  }
}

.p-osechi__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-osechi__cta {
  text-align: center;
  margin-top: 3.5rem;
}

.p-osechi__cta-link {
  display: inline-block;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.54px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #b48960;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-osechi__cta-link {
    font-size: 1rem;
    letter-spacing: 0.48px;
  }
}

.p-osechi__cta-link:hover {
  opacity: 0.7;
}

.p-reviews {
  padding-block: 5rem 5rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-reviews {
    padding-block: 3.75rem 3.75rem;
  }
}
.p-reviews .l-inner__narrow {
  text-align: center;
}

.p-reviews__content {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-reviews__content {
    margin-top: 1.875rem;
  }
}
.p-reviews__content > * {
  max-width: 100%;
}

.p-reviews__placeholder {
  text-align: center;
  padding: 2.5rem;
  background: #f5f5f5;
  border: 2px dashed #ddd;
  border-radius: 0.5rem;
  color: #666;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-reviews__placeholder {
    padding: 1.875rem 1.25rem;
    font-size: 0.75rem;
  }
}

.p-faq {
  padding: 80px 0;
  background-color: #faf9f7;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 60px 0;
  }
}
.p-faq .l-inner__narrow {
  text-align: center;
}
.p-faq__items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-faq__items {
    margin-top: 30px;
    gap: 20px;
  }
}
.p-faq__item {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding: 20px;
  }
}
.p-faq__question {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.p-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    padding-left: 0;
  }
}
.p-faq__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
}
.p-faq__question .p-faq__icon {
  background-color: #c8a677;
  color: #fff;
}
.p-faq__answer .p-faq__icon {
  background-color: #f0f0f0;
  color: #666;
}
.p-faq__question-text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-faq__question-text {
    font-size: 16px;
  }
}
.p-faq__answer-text {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text {
    font-size: 14px;
  }
}

.p-contact {
  position: relative;
  background-color: #e8e0d4;
  padding-block: 10rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 5rem 0;
  }
}
.p-contact::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -50%;
  background-image: url(../img/common/circle-3.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-contact::before {
    display: block;
    width: 6.25rem;
    height: 7.5rem;
  }
}
.p-contact::after {
  display: none;
  content: "";
  position: absolute;
  right: 0rem;
  bottom: 27.5rem;
  translate: 45% 0;
  background-image: url(../img/common/circle-4.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-contact::after {
    display: block;
    width: 6.25rem;
    height: 7.5rem;
  }
}

.p-contact__content {
  display: flex;
  gap: 8.125rem;
  align-items: flex-start;
  justify-content: center;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-contact__content {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-contact__info {
  flex: 1;
}
.p-contact__tel-box {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 1.5rem 1.75rem;
  margin-bottom: 2.75rem;
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-box {
    padding: 1rem 1.25rem;
    margin-bottom: 1.5625rem;
  }
}

.p-contact__tel-label {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-label {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

.p-contact__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.p-contact__tel-icon {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-icon {
    width: 2rem;
    height: 2rem;
  }
}

.p-contact__tel-number {
  font-size: 2.5rem;
  letter-spacing: 0.8px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-number {
    font-size: 2rem;
  }
}

.p-contact__tel-number:hover {
  opacity: 0.7;
}

.p-contact__detail {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__detail {
    margin-bottom: 0.875rem;
  }
}

.p-contact__detail p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .p-contact__detail p {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

.p-contact__detail:last-child {
  margin-bottom: 0;
}

.p-contact__map {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__map {
    gap: 2rem;
    width: 100%;
    margin: 0 auto;
  }
}

.p-contact__map-wrapper {
  width: 100%;
  height: 21.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__map-wrapper {
    height: 10rem;
  }
}

.p-contact__map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.p-contact__instagram {
  width: 2rem;
  height: 2rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__instagram {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-contact__instagram:hover {
  opacity: 0.7;
}

.p-contact-hero {
  position: relative;
  width: 100%;
  height: 30.5rem;
  background-image: url(../img/common/washi-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-contact-hero {
    height: 18.75rem;
  }
}

.p-contact-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10rem;
  translate: 0 50%;
  width: 28.75rem;
  height: 28.75rem;
  background-image: url("../img/common/circle-6.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-contact-hero::after {
    display: none;
  }
}

.p-contact-hero__title {
  position: absolute;
  top: 50%;
  left: 7.5rem;
  transform: translateY(-50%);
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-hero__title {
    left: 1.125rem;
    font-size: 1.75rem;
  }
}

.p-contact-form {
  padding: 7.5rem 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    padding: 3.75rem 0;
    padding-bottom: 0;
  }
}
.p-contact-form .l-inner {
  padding: 0;
}

.p-contact-form__intro {
  font-family: "Yu Mincho", "游明朝", serif;
  font-size: 1rem;
  color: #333333;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__intro {
    font-size: 0.875rem;
    margin-bottom: 2rem;
    padding: 0 1.25rem;
  }
}

.p-contact-form__form-wrapper {
  max-width: 60rem;
  margin: 0 auto;
  padding: 4rem 0;
  background-color: #f3eee6;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__form-wrapper {
    padding: 3rem 1rem;
    margin: 0;
    border-radius: 0;
  }
}

.p-contact-form__form {
  max-width: 48rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__form {
    gap: 1.5rem;
  }
}

.p-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-contact-form__label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.p-contact-form__must {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 1.125rem;
  padding: 0.1875rem 0.3125rem;
  background-color: #be2221;
  color: #ffffff;
  font-family: "Yu Mincho", "游明朝", serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

.p-contact-form__label-text {
  font-family: "Yu Mincho", "游明朝", serif;
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label-text {
    font-size: 0.875rem;
  }
}

.p-contact-form__select-wrapper {
  position: relative;
  width: 100%;
}

.p-contact-form__select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-top: 0.375rem solid #333333;
  pointer-events: none;
}

.p-contact-form__select {
  width: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  font-family: "Yu Mincho", "游明朝", serif;
  font-size: 1rem;
  color: #333333;
  line-height: 1.7;
  letter-spacing: 0.02em;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact-form__select {
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}
.p-contact-form__select:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

.p-contact-form__select option {
  color: #333333;
}

.p-contact-form__select::-webkit-input-placeholder {
  color: #9ea4b5;
}

.p-contact-form__select:-ms-input-placeholder {
  color: #9ea4b5;
}

.p-contact-form__select::placeholder {
  color: #9ea4b5;
}

.p-contact-form__input {
  width: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  font-family: "Yu Mincho", "游明朝", serif;
  font-size: 1rem;
  color: #333333;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input {
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}
.p-contact-form__input:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

.p-contact-form__input::-webkit-input-placeholder {
  color: #9ea4b5;
}

.p-contact-form__input:-ms-input-placeholder {
  color: #9ea4b5;
}

.p-contact-form__input::placeholder {
  color: #9ea4b5;
}

.p-contact-form__textarea {
  width: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  font-family: "Yu Mincho", "游明朝", serif;
  font-size: 1rem;
  color: #333333;
  line-height: 1.7;
  letter-spacing: 0.02em;
  resize: vertical;
  min-height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__textarea {
    font-size: 0.875rem;
    padding: 0.75rem;
    min-height: 9.375rem;
  }
}
.p-contact-form__textarea:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

.p-contact-form__textarea::-webkit-input-placeholder {
  color: #9ea4b5;
}

.p-contact-form__textarea:-ms-input-placeholder {
  color: #9ea4b5;
}

.p-contact-form__textarea::placeholder {
  color: #9ea4b5;
}

.p-contact-form__submit-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  text-align: center;
}

.p-contact-form__submit {
  width: 17.1875rem;
  padding: 1rem 4rem;
  background-color: #be2221;
  color: #ffffff;
  font-family: "Yu Mincho", "游明朝", serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border: 2px solid #be2221;
  border-radius: 62.4375rem;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit {
    width: 100%;
    max-width: 17.1875rem;
    font-size: 0.875rem;
    padding: 0.75rem 3rem;
  }
}
.p-contact-form__submit:hover {
  background-color: #a01f1e;
  color: #ffffff;
  border-color: #a01f1e;
}

.p-contact-form__form-wrapper .wpcf7 {
  margin: 0;
}

.p-contact-form__form-wrapper .wpcf7-form {
  max-width: 48rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__form-wrapper .wpcf7-form {
    gap: 1.5rem;
  }
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5rem;
  font-family: "Yu Mincho", "游明朝", serif;
  font-size: 0.875rem;
  color: #ec0000;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 0.75rem;
    margin-top: 0.375rem;
  }
}

.wpcf7-not-valid {
  border: 1px solid #ec0000 !important;
}

.wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
  font-family: "Yu Mincho", "游明朝", serif;
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wpcf7-response-output {
    font-size: 0.8125rem;
    padding: 0.75rem 1rem;
    margin: 1.25rem 0 0;
  }
}

.wpcf7-mail-sent-ok {
  background-color: #e8f5e9;
  border: 1px solid #4caf50;
  color: #2e7d32;
}

.wpcf7-mail-sent-ng,
.wpcf7-validation-errors,
.wpcf7-spam-blocked {
  background-color: #ffebee;
  border: 1px solid #ec0000;
  color: #ec0000;
}

.wpcf7-spinner {
  display: none !important;
}

@keyframes wpcf7-spin {
  to {
    transform: rotate(360deg);
  }
}
.wpcf7-form .grecaptcha-badge {
  margin-top: 1.25rem;
}

.wpcf7-form input[type=submit] {
  width: 17.1875rem;
  padding: 1rem 4rem;
  background-color: #be2221;
  color: #ffffff;
  font-family: "Yu Mincho", "游明朝", serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border: 2px solid #be2221;
  border-radius: 62.4375rem;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .wpcf7-form input[type=submit] {
    width: 100%;
    max-width: 17.1875rem;
    font-size: 0.875rem;
    padding: 0.75rem 3rem;
  }
}
.wpcf7-form input[type=submit]:hover {
  background-color: #ffffff;
  color: #be2221;
  border-color: #be2221;
}

.p-thanks {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 5rem 0;
  }
}
.p-thanks__content {
  text-align: center;
}
.p-thanks__title {
  font-size: 2rem;
  font-weight: bold;
  color: #be2221;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.p-thanks__message {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__message {
    margin-bottom: 2.5rem;
  }
}
.p-thanks__text {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 0.875rem;
    text-align: left;
  }
}
.p-thanks__text--note {
  font-size: 0.875rem;
  color: #666;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text--note {
    font-size: 0.75rem;
  }
}
.p-thanks__contact {
  background: #f8f8f8;
  padding: 2.5rem 1.875rem;
  border-radius: 0.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__contact {
    padding: 1.875rem 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.p-thanks__contact-label {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__contact-label {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
  }
}
.p-thanks__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}
.p-thanks__tel-icon {
  width: 1.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__tel-icon {
    width: 1.25rem;
  }
}
.p-thanks__tel-number {
  font-size: 2rem;
  font-weight: bold;
  color: #be2221;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-thanks__tel-number {
    font-size: 1.5rem;
  }
}
.p-thanks__tel-number:hover {
  opacity: 0.7;
}
.p-thanks__hours {
  font-size: 0.875rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-thanks__hours {
    font-size: 0.75rem;
  }
}
.p-thanks__actions {
  display: flex;
  justify-content: center;
}

.p-404 {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 3.75rem 0;
  }
}
.p-404__content {
  text-align: center;
}
.p-404__code {
  font-size: 7.5rem;
  font-weight: bold;
  color: #be2221;
  line-height: 1;
  margin-bottom: 1.25rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-404__code {
    font-size: 5rem;
    margin-bottom: 0.9375rem;
  }
}
.p-404__title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.p-404__message {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-404__message {
    margin-bottom: 2.5rem;
  }
}
.p-404__text {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 0.875rem;
    text-align: left;
  }
}
.p-404__actions {
  display: flex;
  justify-content: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-404__actions {
    margin-bottom: 2.5rem;
  }
}
.p-404__links {
  background: #f8f8f8;
  padding: 2.5rem 1.875rem;
  border-radius: 0.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-404__links {
    padding: 1.875rem 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.p-404__links-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-404__links-title {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
}
.p-404__links-list {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-404__links-list {
    gap: 0.75rem;
  }
}
.p-404__links-list li a {
  display: block;
  padding: 0.9375rem 1.25rem;
  background: #ffffff;
  border-radius: 0.25rem;
  text-decoration: none;
  color: #333333;
  transition: all 0.3s;
  border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .p-404__links-list li a {
    padding: 0.75rem 0.9375rem;
  }
}
.p-404__links-list li a:hover {
  background: #f3eee6;
  border-color: #be2221;
}
.p-404__contact {
  background: #f8f8f8;
  padding: 2.5rem 1.875rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-404__contact {
    padding: 1.875rem 1.25rem;
  }
}
.p-404__contact-label {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-404__contact-label {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
  }
}
.p-404__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}
.p-404__tel-icon {
  width: 1.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-404__tel-icon {
    width: 1.25rem;
  }
}
.p-404__tel-number {
  font-size: 2rem;
  font-weight: bold;
  color: #be2221;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-404__tel-number {
    font-size: 1.5rem;
  }
}
.p-404__tel-number:hover {
  opacity: 0.7;
}
.p-404__hours {
  font-size: 0.875rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-404__hours {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  transition: all 0.8s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
