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

html {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-weight: normal;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

input[type=radio] {
  margin: 0;
}

div,
ul,
li,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

a {
  text-decoration: none;
  color: inherit;
}

/* A elements that don't have a class get default styles */
/* a:not([class]) {
  text-decoration-skip-ink: auto;
} */
/* Make images easier to work with */
img,
picture {
  height: auto;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

image {
  vertical-align: none !important;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
}

noscript {
  display: none !important;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html.is-active {
  overflow: hidden;
}

body {
  font-family: YuMincho, "Yu Mincho", "遊明朝", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  font-style: normal;
}
body.is-active {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    font-weight: 600;
  }
}

h2 {
  font-size: 24px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 36px;
    font-weight: 600;
  }
}

h3 {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
    font-weight: 600;
  }
}

.l-footer {
  width: 1920px;
  max-width: 100%;
  padding: 40px 20px;
  margin: 0 auto;
  background-color: #520606;
  text-align: center;
  color: #fff;
}
.l-footer__logo {
  margin: 0 auto;
  width: 149px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    margin-bottom: 0px;
  }
}
.l-footer__menu {
  font-size: 14px;
}
.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  justify-items: start;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 10px;
  padding-bottom: 50px;
}
.l-footer__nav a {
  white-space: nowrap;
  color: #fbe098;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    grid-template-columns: repeat(6, auto);
    padding: 30px 0;
  }
}
.l-footer__adress {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.17em;
}
@media screen and (min-width: 768px) {
  .l-footer__adress {
    font-size: 14px;
  }
}
.l-footer__mail-adress {
  letter-spacing: 0.05em;
}
.l-footer__sns {
  padding: 50px 0 30px 0;
}
@media screen and (min-width: 768px) {
  .l-footer__sns {
    padding: 30px 0;
  }
}
.l-footer__copyright {
  font-size: 12px;
}

.l-header {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-header {
    margin-bottom: 80px;
  }
}
.l-header__container {
  background-color: #fff;
}

#pattissier.l-header {
  margin-bottom: 0px;
  padding-bottom: 50px;
  background-color: #1d2122;
}
@media screen and (min-width: 768px) {
  #pattissier.l-header {
    padding-bottom: 80px;
  }
}

.l-global__container {
  width: 1920px;
  max-width: 100%;
  margin-inline: auto;
  background-image: url("../images/white-waves.jpg");
  background-repeat: repeat;
}

.l-content__container {
  width: 960px;
  max-width: 100%;
  margin-inline: auto;
  padding: 0 15px;
}
.l-section__container {
  width: 100%;
}

.c-button {
  display: grid;
  place-items: center;
  text-align: center;
  background-color: #520606;
  width: 70%;
  max-width: 200px;
  height: 43px;
  margin-inline: auto;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .c-button {
    width: 200px;
  }
}
.c-button.-image-left {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 10px;
}
.c-button.-image-left span {
  justify-self: start;
  color: #fff;
}
.c-button.-image-right {
  display: grid;
  grid-template-columns: 3fr 1fr;
  justify-items: end;
  padding-right: 20px;
}
.c-button.c-button-image {
  justify-self: end;
}

.c-background-color {
  max-width: 1920px;
  border-image-source: linear-gradient(#f5f3e9, #f5f3e9);
  border-image-slice: 0 fill;
  border-image-outset: 50px 100vw;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .c-background-color {
    border-image-outset: 80px 100vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-background-color {
    border-image-outset: 80px 256px;
  }
}

.c-breadcrumbs {
  color: #333;
  margin-top: 20px;
  font-size: 12px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs {
    margin-top: 30px;
    max-width: 920px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .c-breadcrumbs {
    padding-left: 0;
  }
}
.c-breadcrumbs.is-patissier {
  color: #d0b971;
}

.blur {
  animation-name: blurAnime !important;
  animation-duration: 1s !important;
  animation-fill-mode: forwards !important;
}

@keyframes blurAnime {
  from {
    opacity: 0.25;
  }
  to {
    opacity: 1;
  }
}
.c-copy {
  color: #fff;
}

.c-hamburger {
  width: 47px;
  height: 47px;
  display: flex;
  transition: all 0.4s;
}
@media screen and (min-width: 1024px) {
  .c-hamburger {
    display: none !important;
  }
}
.c-hamburger.is-active {
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .c-hamburger.top-page {
    display: none;
  }
}

.c-hamburger__menu {
  position: relative;
  opacity: 1;
  z-index: 100;
}
.c-hamburger__menu div {
  width: 20px;
  height: 2px;
  background-color: #000;
  margin: 0 auto 6px;
  transition: all 0.3s ease-out !important;
}
.c-hamburger__menu div:last-child {
  margin-bottom: 0;
}
.c-hamburger__menu.is-active {
  opacity: 0;
}

.c-hamburger__menu.-white div {
  background-color: #fff;
}

.home .c-hamburger__menu.-white div {
  background-color: #000;
}

.c-hamburger__close {
  width: 28px;
  height: 28px;
  justify-self: end;
  margin-right: 19px;
  margin-top: -5px;
}
.c-hamburger__close > div {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #13334e;
}
.c-hamburger__close > div:first-child {
  transform: rotate(45deg);
}
.c-hamburger__close > div:last-child {
  transform: rotate(-45deg);
}

.is-active.c-hambuger-div:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.is-active.c-hambuger-div:nth-child(2) {
  opacity: 0;
}

.is-active.c-hambuger-div:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.swiper-container {
  width: 100%;
  height: 445px;
  max-width: 335px;
  margin: 0 auto !important;
  overflow: visible !important;
}
@media screen and (min-width: 768px) {
  .swiper-container {
    height: 44.375vw;
    max-width: 76.3888888889vw;
  }
}

.swiper-slide {
  width: 100%;
  height: 100%;
  overflow: visible;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.mainvisual {
  overflow-x: hidden;
  background-color: #f1f8fb;
  position: relative;
  padding-top: 6px;
  padding-bottom: 76px; /*ここでページネーションのためのマージンを決定*/
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px; /*ここでページネーションの上下位置を決定*/
  left: 0;
  width: 100%;
}

/* ページネーションのサイズと色 */
.swiper-pagination {
  height: 30px;
  width: 30px;
}

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

.c-shadow {
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.slidein,
.slidein-l,
.fadein {
  opacity: 0;
}

.c-anime-box.slidein.is-animated {
  animation-name: slideIn;
  animation-duration: 1s !important;
  animation-fill-mode: forwards !important;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1) !important;
  animation-iteration-count: 1 !important;
  animation-fill-mode: forwards !important;
}
.c-anime-box.slidein.is-animated.-delay {
  animation-delay: 0.3s !important;
}
.c-anime-box.slidein.is-animated.-delay-m {
  animation-delay: 0.7s !important;
}
.c-anime-box.slidein.is-animated.-delay-l {
  animation-delay: 1s !important;
}
.c-anime-box.slidein.is-animated.-delay-xl {
  animation-delay: 1.4s !important;
}
.c-anime-box.slidein-l.is-animated {
  animation-name: slideIn-l;
  animation-duration: 1s !important;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1) !important;
  animation-iteration-count: 1 !important;
  animation-fill-mode: forwards !important;
}
.c-anime-box.slidein-l.is-animated.-delay {
  animation-delay: 0.3s !important;
}
.c-anime-box.slidein-l.is-animated.-delay-m {
  animation-delay: 0.7s !important;
}
.c-anime-box.slidein-l.is-animated.-delay-l {
  animation-delay: 1s !important;
}
.c-anime-box.slidein-l.is-animated.-delay-xl {
  animation-delay: 1.4s !important;
}
.c-anime-box.istretch.is-animated {
  animation: istretch 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards !important;
}
.c-anime-box.istretch.is-animated.-delay {
  animation-delay: 0.3s !important;
}
.c-anime-box.istretch.is-animated.-delay-m {
  animation-delay: 0.7s !important;
}
.c-anime-box.istretch.is-animated.-delay-l {
  animation-delay: 1s !important;
}
.c-anime-box.istretch.is-animated.-delay-xl {
  animation-delay: 1.4s !important;
}
.c-anime-box.fadein.is-animated {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards !important;
}
.c-anime-box.fadein.is-animated.-delay {
  animation-delay: 0.3s !important;
}
.c-anime-box.fadein.is-animated.-delay-m {
  animation-delay: 0.7s !important;
}
.c-anime-box.fadein.is-animated.-delay-l {
  animation-delay: 1s !important;
}
.c-anime-box.fadein.is-animated.-delay-xl {
  animation-delay: 1.4s !important;
}
.c-anime-box.flashBorder.is-animated {
  animation-name: blinkBorder;
  animation-duration: 2s !important;
  animation-iteration-count: 2 !important;
  animation-fill-mode: forwards !important;
}
.c-anime-box.fadeUp {
  visibility: hidden;
}
.c-anime-box.fadeUp.is-animated {
  animation: fadeUp 1s forwards !important;
}
.c-anime-box.fadeUp.-delay {
  animation-delay: 0.3s !important;
}
.c-anime-box.fadeUp.-delay-l {
  animation-delay: 0.6s !important;
}
.c-anime-box.fadeUp.-delay-xl {
  animation-delay: 0.9s !important;
}
.c-anime-box .fadeUp01 {
  visibility: hidden;
}
.c-anime-box .fadeUp01.is-animated {
  animation: fadeUp01 1s forwards !important;
}
.c-anime-box .fadeUp01.-delay {
  animation-delay: 0.3s !important;
}

@keyframes slideIn {
  0% {
    transform: translateX(40%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn-l {
  0% {
    transform: translateX(-40%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes istretch {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeUp01 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1em);
  }
  100% {
    opacity: 0.1;
    transform: translateY(0);
    visibility: visible;
  }
}
/* 枠の点滅のアニメーション */
@keyframes blinkBorder {
  0% {
    border: 6px solid #ffae00;
  }
  50% {
    border: 6px solid #efefef;
  }
  100% {
    border: 6px solid #ffae00;
  }
}
.c-logo__img {
  height: 45px;
}
@media screen and (min-width: 1024px) {
  .c-logo__img {
    height: 53px;
  }
}

.c-zindex-2 {
  position: relative;
  z-index: -2;
}

.p-section__container.-not-found {
  text-align: center;
}

.p-section__description.-appli-form {
  text-align: center;
}

.p-form__filed {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__filed {
    width: 60%;
  }
}

.snow-monkey-form {
  background-color: #fff;
  padding: 20px;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
	display: none;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form {
    padding: 50px;
  }
}

.smf-item__col--label {
  display: grid;
  align-items: center;
  gap: 10px;
  grid-template-columns: auto 1fr;
}
@media screen and (min-width: 768px) {
  .smf-item__col--label {
    grid-template-columns: 1.5fr 1fr;
    gap: 30px;
  }
}
.smf-item__description {
  justify-self: start;
  color: #fff;
  padding: 3px 7px 2px;
  background-color: #bf1817;
  margin-bottom: 5px;
}

.smf-radio-buttons-control__control .smf-label {
  padding-right: 20px;
}

.smf-progress-tracker {
  padding-top: 50px;
  margin-bottom: 50px;
}

.p-item-card__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-item-card__container {
    grid-template-columns: repeat(3, minmax(auto, 280px));
    gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-card__container {
    gap: 40px;
  }
}
.p-item-card__wrapper {
  display: grid;
  grid-template-rows: auto 1fr;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
  cursor: default;
  overflow: hidden;
}
.p-item-card__thumbnail {
  height: 30.9333333333vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-item-card__thumbnail {
    height: 205px;
  }
}
.p-item-card__thumbnail:hover {
  transform: scale(1.05);
}
.p-item-card__title {
  font-size: 14px;
  color: #a37f26;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-item-card__title {
    font-size: 18px;
    font-weight: bolder;
  }
}
.p-item-card__title__line {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-item-card__title__line {
    display: block;
    height: 0.5px;
    width: 100%;
    background-color: #e3d7ba;
    margin: 5px 0 8px;
  }
}
.p-item-card__text-area {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-item-card__text-area {
    padding: 10px 20px;
  }
}
.p-item-card__article {
  display: none;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-item-card__article {
    display: block;
  }
}
.p-item-card__gift-price {
  text-align: center;
  padding-bottom: 10px;
}

.p-info__item {
  display: grid;
  align-items: center;
  grid-template: "date cate" "titl titl"/auto 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c7b074;
}
@media screen and (min-width: 768px) {
  .p-info__item {
    grid-template: "date cate titl"/auto 100px 1fr;
  }
}
.p-info__date {
  grid-area: date;
  white-space: nowrap;
}
.p-info__category {
  grid-area: cate;
  color: #fff;
}
.p-info__category__link {
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 2px;
  display: flex;
  width: 75px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-info__category__link {
    font-size: 14px;
    width: 85px;
  }
}
.p-info__category__link.-info-store {
  background-color: #a37f26;
}
.p-info__category__link.-info-course {
  background-color: #c94606;
}
.p-info__category__link.-new-item {
  background-color: #520606;
}
.p-info__title {
  grid-area: titl;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-info__title {
    font-size: 18px;
  }
}

.p-info-detail__content {
  background: #fff;
  padding: 50px;
  display: grid;
  gap: 50px;
  max-width: 920px;
  margin-inline: auto;
}
.p-info-detail__header {
  text-align: center;
  display: grid;
  gap: 5px;
}
.p-info-detail__body {
  max-width: 760px;
  margin-inline: auto;
}

.p-course__image {
  margin-inline: auto;
}
.p-course__strengths {
  background-color: #fff;
}
.p-course__strengths__description {
  padding: 20px;
  color: #520606;
}
.p-course__strengths__image {
  aspect-ratio: 300/200;
  width: 100%;
}
.p-course__strengths__wrapper {
  display: grid;
  row-gap: 50px;
}
@media screen and (min-width: 768px) {
  .p-course__strengths__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-course__strengths__wrapper {
    gap: 40px;
  }
}
.p-course__application {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-course__application {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-course__application {
    font-size: 18px;
  }
}
.p-course__application__instructions {
  text-align: center;
}
.p-course__application__tobig {
  font-size: 1.4em;
}
.p-course__application__button {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-course__application__button {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}
.p-course__privacy {
  text-align: center;
  text-wrap: nowrap;
  margin-top: 50px;
}

.p-course-info {
  display: grid;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .p-course-info {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-course-info {
    padding: 30px 30px 20px 40px;
  }
}
@media screen and (min-width: 1440px) {
  .p-course-info {
    padding: 60px;
  }
}
.p-course-info__container {
  display: grid;
  height: auto;
}
.p-course-info__container > * {
  grid-area: 1/-1;
}
.p-course-info__wrapper {
  display: grid;
  grid-auto-rows: auto; /* 行の高さをautoに設定 */
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding-bottom: 10px;
  color: #520606;
}
@media screen and (min-width: 768px) {
  .p-course-info__wrapper {
    grid-template-columns: 1fr 4fr;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .p-course-info__wrapper {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .p-course-info__wrapper {
    padding-bottom: 60px;
  }
}
.p-course-info__list {
  padding: 0px 10px 0 20px;
}
@media screen and (min-width: 768px) {
  .p-course-info__list {
    padding: 10px 10px 0 20px;
    border-left: 1px solid #520606;
  }
}
.p-course-info__list-item {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
@media (min-width: 390px) {
  .p-course-info__list-item {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .p-course-info__list-item {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1440px) {
  .p-course-info__list-item {
    line-height: 1.6;
  }
}
.p-course-info__title {
  align-self: center;
  font-size: 20px;
}

.p-course__image__container__frame-sp {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-course__image__container__frame-sp {
    display: none;
  }
}

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

.p-contact__info {
  margin-bottom: 60px;
  max-width: 680px;
  margin-inline: auto;
}
.p-contact__info-title {
  padding-bottom: 0.3em;
}
.p-contact__info-description {
  padding-bottom: 60px;
}
.p-contact__info-description.-tel {
  font-size: 20px;
}

.p-gift__thumbnail {
  width: 100%;
  height: 100%;
}
.p-gift__info__images {
  display: grid;
  row-gap: 20px;
}
.p-gift__image-viewer__thumbnails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-gift__image-viewer__thumbnails {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 100px; /* 2行の高さを設定 */
    gap: 20px;
  }
}
.p-gift__image-viewer__thumbnail {
  width: 100%;
  height: 100%;
}
.p-gift__image-viewer__thumbnail:hover {
  cursor: pointer;
}
.p-gift__price {
  letter-spacing: 0.05em;
}
.p-gift__info__container {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-gift__info__container {
    margin-bottom: 50px;
  }
}
.p-gift__info__wrapper {
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-gift__info__wrapper {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }
}
.p-gift__items__header {
  font-size: 14px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-gift__item__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-gift__item__sub-title {
    font-size: 20px;
    padding-bottom: 7px;
  }
}
.p-gift__item__content {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-gift__item__content {
    gap: 20px;
  }
}
.p-gift__item-x-mark {
  font-size: 12px;
}
.p-gift__item-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-gift__item-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
.p-gift__item-card {
  display: grid;
  grid-template: "image" 120px "name" auto "desc" 130px;
  background-color: #fffdf5;
}
.p-gift__item-card-img {
  grid-area: image;
}
.p-gift__item-card-img > img {
  height: 100%;
  width: 100%;
}
.p-gift__item-card-name {
  grid-area: name;
  text-align: center;
  padding: 10px 5px 0 5px;
  font-size: 18px;
  color: #333;
}
.p-gift__item-card-description {
  grid-area: desc;
  align-self: start;
  padding: 5px 10px 10px;
  font-size: 14px;
}
.p-gift__item-card__thumbnail {
  width: 200px;
  height: 120px;
}

.p-category.main {
  text-align: center;
}
.p-category__description {
  max-width: 720px;
  text-align: left;
  margin-inline: auto;
  line-height: 1.7em;
}
.p-category__season__header-title {
  color: #520606;
}
.p-category__season__header-subtitle {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-category__season__header-subtitle {
    grid-area: subttl;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0.3em;
  }
}
.p-category__season__content {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-category__season__content {
    grid-area: content;
  }
}
.p-category__season__sub-title {
  font-weight: bold;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-category__season__sub-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-category__recommend__article {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 768px) {
  .p-category__recommend__article.-two {
    grid-template: "title   img" "content img";
    padding-bottom: 0px;
  }
}
.p-category__recommend__thumbnail {
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .p-category__recommend__thumbnail {
    grid-area: img;
  }
}
.p-category__recommend__thumbnail > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.p-category__recommend__content {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-category__recommend__content {
    grid-area: content;
  }
}
.p-category__title__wrapper {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-category__title__wrapper {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-section__grid-wrapper__title.p-category__season__title {
    font-size: 28px;
  }
}

.p-category__season__title__wrapper,
.p-category__recommend__title__wrapper {
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-category__season__title__wrapper,
  .p-category__recommend__title__wrapper {
    margin-bottom: 60px;
  }
}

.p-drawer {
  background-color: rgba(82, 8, 6, 0.95);
  position: fixed;
  transform: translateY(-120%);
  width: 100%;
  height: 100svh;
  z-index: 200;
  transition: all 0.4s !important;
}
.p-drawer.is-active {
  transform: translateY(0%);
}
.p-drawer__menu__items {
  padding: 50px 13.3333333333vw;
  color: #12365e;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 540px) {
  .p-drawer__menu__items {
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  }
}
.p-drawer__menu__items > li {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-drawer__menu__items > li {
    padding-bottom: 10px;
  }
}
.p-drawer .c-button {
  background: none;
  box-shadow: none;
}
.p-drawer .c-button > a {
  display: block;
  color: #12365e;
}

.home .p-nav__container {
  background-color: #fff;
}

.p-nav__container {
  display: grid;
  position: relative;
  z-index: 9000;
  height: 50px;
  padding-top: 5px;
  grid-template: "col1 logo col2"/1fr 1fr 1fr;
  justify-items: center;
  background-color: #101010;
}
@media screen and (min-width: 1024px) {
  .p-nav__container {
    height: 65px;
    grid-template: "col1 col2 col3 logo col4 col5 col6"/1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -moz-column-gap: 2px;
         column-gap: 2px;
    height: 100px;
    margin-inline: auto;
    max-width: 760px;
    align-items: center;
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  .p-nav__container {
    max-width: 960px;
    padding-top: 0;
  }
}
.p-nav__sns__wrapper {
  position: absolute;
  right: -90px;
}
.home .p-nav__sns__wrapper {
  top: 43px;
}
.p-nav__hamburger {
  grid-area: col2;
  justify-self: end;
}
.p-nav__menu__wrapper {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-nav__menu__wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    position: relative;
  }
}
.p-nav__items {
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 2px;
       column-gap: 2px;
  justify-self: end;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .p-nav__items {
    max-width: 560px;
  }
}
@media screen and (min-width: 1440px) {
  .p-nav__items {
    max-width: 640px;
  }
}
.p-nav__items .current-menu-item {
  font-weight: bold;
}
.p-nav__items a {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .p-nav__grid-contents {
    display: contents;
  }
}
.p-nav__logo {
  grid-area: logo;
}
@media screen and (min-width: 1024px) {
  .p-nav__logo {
    width: 166px;
    height: 126px;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .p-nav__logo__img-sp {
    display: none;
  }
}
.p-nav__logo__img-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-nav__logo__img-pc {
    display: block;
  }
}
.p-nav__logo-page {
  grid-area: logo;
}
@media screen and (min-width: 1024px) {
  .p-nav__logo-page {
    display: block;
  }
}
.p-nav__item {
  text-align: center;
}
.p-nav__item.-lineup {
  grid-area: col1;
}
.p-nav__item.-news {
  grid-area: col2;
}
.p-nav__item.-course {
  grid-area: col3;
}
.p-nav__item.-patissier {
  grid-area: col4;
}
.p-nav__item.-access {
  grid-area: col5;
}
.p-nav__item.-contaact {
  grid-area: col6;
}
.p-nav__item > a {
  color: #dfcb95;
  font-family: YuMincho;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-nav__item > a {
    color: #ad8a2b;
  }
}
.p-nav__item > a::after {
  content: attr(data-desc);
  color: #fff;
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-nav__item > a::after {
    color: #333;
  }
}

.p-front__head {
  display: grid;
}
@media screen and (min-width: 1024px) {
  .p-front__head {
    grid-template-columns: 1fr 2.43fr;
    max-width: 1920px;
    margin-inline: auto;
  }
}
.p-front__head__text__wrapper {
  background: var(--rgb-362828, #101010);
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .p-front__head__text__wrapper {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-front__head__text__wrapper > * {
    grid-area: 1/-1;
  }
}
.p-front__head__text-copy {
  align-self: start;
  justify-self: center;
  color: #d0b971;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-front__head__text-copy {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-front__head__text-copy {
    font-size: clamp(12px, 1.3888888889vw, 20px);
    padding-top: clamp(50px, 8.8888888889vw, 128px);
  }
}
.p-front__head__text-logo {
  width: 155px;
  justify-self: center;
}
@media screen and (min-width: 1024px) {
  .p-front__head__text-logo {
    width: 20.3472222222vw;
    max-width: 293px;
  }
}
.p-front__head__kv-img {
  order: -1;
}
@media screen and (min-width: 1024px) {
  .p-front__head__kv-img {
    order: 1;
    aspect-ratio: 1029/700;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 65%;
       object-position: 65%;
    max-height: 700px;
  }
}
@media screen and (min-width: 1440px) {
  .p-front__head__kv-img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 75%;
       object-position: 75%;
  }
}
@media (min-width: 1600px) {
  .p-front__head__kv-img {
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
	aspect-ratio: auto;
  }
}
.p-front__lineup-image__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .p-front__lineup-image__container {
    justify-items: normal;
    gap: 35px;
  }
}
.p-front__lineup-image__wrapper {
  margin-bottom: 30px;
}
.p-front__lineup-image__wrapper > .p-tategaki-image__grid {
  display: grid;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .p-front__lineup-image__wrapper > .p-tategaki-image__grid {
    padding-right: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-front__lineup-image__wrapper.-content01 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-front__lineup-image__wrapper.-content02 {
    padding-top: 100px;
  }
}
.p-front__lineup-image {
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
}
.p-front__lineup-image.-img01 {
  margin-top: 30px;
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .p-front__lineup-image.-img01 {
    margin-top: -47px;
  }
}
.p-front__lineup-image.-img02 {
  margin-top: 60px;
  margin-top: -11px;
}
@media screen and (min-width: 768px) {
  .p-front__lineup-image.-img02 {
    margin-top: -75px;
  }
}
.p-front__lineup-image.-img03 {
  margin-top: -33px;
}
@media screen and (min-width: 768px) {
  .p-front__lineup-image.-img03 {
    margin-top: -130px;
  }
}
.p-front__cafe__catch-copy {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.p-front__cafe__gallery {
  display: grid;
  grid-template: "col1 col1" 180px "col2 col3" 180px "col4 col4" 180px "col5 col5" 180px "col6 col6" 180px;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .p-front__cafe__gallery {
    grid-template: "col8 col8 col1 col1 col1" 200px "col7 col2 col4 col4 col3" 200px "col7 col5 col5 col6 col6" 200px "col9 col9 col9 col6 col6" 200px;
    gap: 10px;
  }
}
.p-front__cafe__gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front__cafe__gallery__image.-img01 {
  grid-area: col1;
}
.p-front__cafe__gallery__image.-img02 {
  grid-area: col2;
}
.p-front__cafe__gallery__image.-img03 {
  grid-area: col3;
}
.p-front__cafe__gallery__image.-img04 {
  grid-area: col4;
}
.p-front__cafe__gallery__image.-img05 {
  grid-area: col5;
}
.p-front__cafe__gallery__image.-img06 {
  grid-area: col6;
}
.p-front__cafe__gallery__image.-img07 {
  grid-area: col7;
}
.p-front__cafe__gallery__image.-img08 {
  grid-area: col8;
}
.p-front__cafe__gallery__image.-img09 {
  grid-area: col9;
}
.p-front__cafe__gallery__image.-img07 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-front__cafe__gallery__image.-img07 {
    display: block;
    grid-area: col7;
  }
}
.p-front__cafe__gallery__image.-img08 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-front__cafe__gallery__image.-img08 {
    display: block;
    grid-area: col8;
  }
}
.p-front__cafe__gallery__image.-img09 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-front__cafe__gallery__image.-img09 {
    display: block;
    grid-area: col9;
  }
}
.p-front__access__container {
  display: grid;
  justify-content: center;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-front__access__container {
    row-gap: 80px;
  }
}
.p-front__access__map {
  width: 100%;
  max-width: 760px;
}
@media screen and (min-width: 768px) {
  .p-front__access__map {
    display: none;
  }
}
.p-front__access__map-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-front__access__map-pc {
    display: block;
  }
}
.p-front__store-info__wrapper {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-front__store-info__wrapper {
    grid-template-columns: auto 1fr;
    width: 760px;
  }
}
.p-front__store-info__store-name {
  font-size: 18px;
  color: #8d6700;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-front__store-info__store-name {
    font-size: 20px;
  }
}
.p-front__store-info__card {
  background-color: #fff;
  padding: 25px;
  line-height: 30px;
}
.p-front__store-info__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-front__store-info__image {
    width: 320px;
  }
}

.p-form__ {
  /* wp内のプラグインcontact7中にhtmlを設定してある */
  /* wp内のプラグインcontact7中にhtmlを設定してある */
  /* wp内のプラグインcontact7中にhtmlを設定してある */
  /* wp内のプラグインcontact7中にhtmlを設定してある */
  /* wp内のプラグインcontact7中にhtmlを設定してある */
}
.p-form__container {
  max-width: 420px;
  margin-inline: auto;
  margin-bottom: 80px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.p-form__title {
  font-size: 24px;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-form__title {
    font-size: 32px;
    padding: 0 0 30px;
  }
}
.p-form__item__wrapper {
  display: grid;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (min-width: 768px) {
  .p-form__item__wrapper {
    grid-template-columns: 200px 400px;
  }
}
.p-form__label__flex {
  justify-self: end;
}
.p-form__submit {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.p-form__confirm {
  font-size: 16px;
}
.p-form__select-type__container {
  /* wp内のプラグインcontact7中にhtmlを設定してある */
  margin-top: 1.8em;
}
.p-form__select-type__wrapper {
  /* wp内のプラグインcontact7中にhtmlを設定してある */
  width: 100%;
  max-width: 420px;
  height: 30px;
  background-color: #fff;
  border: 0.75px solid #555;
  border-radius: 2px;
  padding: 2px 0;
}
.p-form__required {
  /* wp内のプラグインcontact7中にhtmlを設定してある */
  background-color: #ff0000;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  padding: 2px 10px 3px 10px;
  font-size: 12px;
}
.p-form__label-title {
  /* wp内のプラグインcontact7中にhtmlを設定してある */
  padding-right: 5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
.p-form__step2__container {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.p-form__step2__container br {
  display: none;
}
.p-form__confirm.p-form__step2 {
  padding-bottom: 10px;
}
.p-form__step2__wrapper {
  margin-bottom: 30px;
  background-color: #f0f7be;
  padding: 20px;
}
.p-form__step2__label {
  font-size: 14px;
}
.p-form__step2__inner-text {
  font-weight: 700;
}
.p-form__button__wrapper {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 50px;
  margin-bottom: 30px;
}
.p-form__button__wrapper.p-form__step1 {
  margin-top: 30px;
}

/* wp内のプラグインcontact7中にhtmlを設定してある */
.wpcf7-text {
  padding-left: 10px;
  width: 100%;
  max-width: 570px;
}

.wpcf7-spinner {
  /*プラグインで表示される不要なspinner*/
  display: none;
}

#js-contact2.is-hide {
  display: none;
}

#js-butsuki.is-hide {
  display: none;
}

.p-form__step2__wrapper.is-hide {
  display: none;
}

.p-form__confirm.p-form__step2.p-form__contact2 {
  /*contact2の背景色の設定*/
  background-color: #f0f7be;
  padding: 20px;
  margin-bottom: 30px;
}

.p-form__select-type__wrapper {
  padding: 0;
}

.p-form__label__flex br {
  /* wpで勝手に付けられるbrを無視 */
  display: none;
}

.menu-image-title-below.menu-image-not-hovered img {
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .menu-image-title-below.menu-image-not-hovered img {
    aspect-ratio: 440/195;
    width: 100%;
    max-height: 195px;
  }
}
@media screen and (min-width: 1440px) {
  .menu-image-title-below.menu-image-not-hovered img {
    width: 440px;
  }
}

.menu-image-title-below.menu-image-title {
  padding: 10px 0;
  background-color: #fff;
}

.p-order-box {
  background-color: white;
  width: 300px;
  padding: 20px;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-order-box {
    margin-bottom: 15px;
  }
}

.p-course__application__button .p-order-box {
  color: #fff;
}

.p-order-box__announcement {
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}
.p-order-box__announcement__link {
  text-decoration: underline;
}

.p-order-box__phone {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 10px;
}

.p-order-box__phone-icon {
  margin-right: 5px;
}

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

.back__image {
  background-image: url(../images/course-baner.jpg);
  background-size: cover;
  height: 138px;
}

.back__image-tel {
  background-image: url(../images/application-baner2.jpg);
  background-size: cover;
  height: 138px;
}

.p-header__page {
  height: 276px;
}
@media screen and (min-width: 768px) {
  .p-header__page {
    height: 300px;
  }
}
.p-header__page__kv-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-parts-lineup__container {
  display: grid;
  justify-content: center;
  gap: 40px;
}
.p-parts-lineup__menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-parts-lineup__menu {
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-parts-lineup__menu {
    grid-template-columns: 440px 440px;
  }
}
.p-parts-lineup__menu .sub-menu {
  display: none;
}
.p-parts-lineup__menu > li {
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
}
.p-parts-lineup__wrapper {
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
}
.p-parts-lineup__wrapper.-col1 {
  grid-area: col1;
}
.p-parts-lineup__wrapper.-col2 {
  grid-area: col2;
}
.p-parts-lineup__wrapper.-col3 {
  grid-area: col3;
}
.p-parts-lineup__image {
  width: 355px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 440px;
  max-height: 195px;
}
.p-parts-lineup__item-title {
  background-color: #fff;
  text-align: center;
  padding: 0.5em 0;
}

img.menu-image.menu-image-title-below {
  aspect-ratio: 300/200;
  height: auto;
}
.p-patissier__top__container {
  width: 100%;
  background-color: #1d2122;
  text-align: center;
}
.p-patissier__logo__wrapper {
  display: grid;
  justify-items: center;
  row-gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-patissier__logo__wrapper {
    margin-bottom: 0;
    margin-bottom: 100px;
  }
}
.p-patissier__logo-title {
  color: #d0b971;
}
.p-patissier__message__wrapper {
  display: grid;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-patissier__message__wrapper {
    grid-template: "title image" "text  image";
    justify-items: left;
    gap: 40px;
    max-width: 800px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-patissier__message__title {
    grid-area: title;
  }
}
.p-patissier__message__text {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-patissier__message__text {
    grid-area: text;
  }
}
.p-patissier__message__owner {
  display: block;
  text-align: right;
}
.p-patissier__message__image {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-patissier__message__image {
    display: block;
    grid-area: image;
    width: 100%;
    height: 90%;
  }
}

.p-profile__card {
  display: grid;
  gap: 20px;
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-inline: auto;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .p-profile__card {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .p-profile__card {
    max-width: 800px;
  }
}

.p-profile__photo {
  aspect-ratio: 240/360;
  width: 100%;
  max-height: 360px;
}

.p-profile__content {
  display: grid;
  grid-template-rows: auto 1fr;
}
.p-profile__content__name {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1.5em;
}
.p-profile__content__name-jp {
  font-size: 24px;
}
.p-profile__content__name-roman {
  font-size: 16px;
}

.p-profile__timeline__year {
  padding-bottom: 0.2em;
}

.p-parts-special__container {
  display: grid;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-parts-special__container {
    grid-template: ".... .... col1 col1 .... ...." ".... col2 col2 col3 col3 ....";
  }
}
.p-parts-special__wrapper {
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .p-parts-special__wrapper.-col1 {
    grid-area: col1;
  }
}
@media screen and (min-width: 768px) {
  .p-parts-special__wrapper.-col2 {
    grid-area: col2;
  }
}
@media screen and (min-width: 768px) {
  .p-parts-special__wrapper.-col3 {
    grid-area: col3;
  }
}
.p-parts-special__image {
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .p-parts-special__image {
    width: 440px;
    height: 220px;
  }
}
.p-parts-special__item-title {
  background-color: #fff;
  text-align: center;
  padding: 0.5em 0;
}

.p-privacy__list {
  counter-reset: item;
  list-style: none;
}
.p-privacy__list-item {
  padding-left: 2.5em;
  text-indent: -1.5em;
}
.p-privacy__list-item:before {
  content: "(" counters(item, "-") ")";
  counter-increment: item;
  margin-right: 0.5em;
}

.p-section__container {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p-section__container {
    width: 100%;
    margin-inline: auto;
    margin-bottom: 180px;
  }
}
.p-section__container.-consept {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p-section__container.-wedding {
    margin-top: 100px;
  }
}
.p-section__title__wrapper {
  display: grid;
  justify-items: center;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-section__title__wrapper {
    margin-bottom: 50px;
  }
}
.p-section__title {
  color: #ad8a2b;
}
@media screen and (min-width: 768px) {
  .p-section__title {
    font-weight: 600;
  }
}
.p-section__title.-recommend {
  color: #520606;
}
.p-section__title-jp {
  color: #333;
  font-size: 14px;
  line-height: 30px; /* 187.5% */
  padding-bottom: 1.5em;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .p-section__title-jp {
    font-size: 20px;
    padding-top: 5px;
  }
}
.p-section__description {
  font-style: normal;
  line-height: 30px; /* 187.5% */
  max-width: 680px;
  margin-inline: auto;
  margin-bottom: 80px;
}
.p-section__description-title {
  text-align: center;
  padding-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-section__description-title {
    font-size: 24px;
  }
}
.p-section__description-sub {
  text-align: left;
}
.p-section__grid-wrapper {
  display: grid;
  row-gap: 10px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-section__grid-wrapper {
    grid-template: "img title  " auto "img subttl " auto "img content" 1fr/max(36.1111111111vw, 380px) 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 0px;
    text-align: left;
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-section__grid-wrapper {
    grid-template: "img title  " auto "img subttl " auto "img content" 1fr/1.2fr 1fr;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-section__grid-wrapper__thumbnail {
    grid-area: img;
  }
}
@media screen and (min-width: 768px) {
  .p-section__grid-wrapper__thumbnail > img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 520/400;
  }
}
.p-section__grid-wrapper__title {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-section__grid-wrapper__title {
    grid-area: title;
    text-align: left;
    padding-bottom: 0.7em;
  }
}
@media screen and (min-width: 768px) {
  .p-section__grid-wrapper.-two {
    grid-template: "title   img" auto "subttl  img" auto "content img" 1fr/1fr max(36.1111111111vw, 380px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-section__grid-wrapper.-two {
    grid-template: "title   img" auto "subttl  img" auto "content img" 1fr/1fr 1.2fr;
  }
}
.p-section__heading {
  font-size: 18px;
  padding-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  .p-section__heading {
    font-size: 20px;
  }
}
.p-section__heading + P {
  padding-bottom: 0.5em;
}
.p-section__content {
  padding-bottom: 30px;
}

#sb_instagram .sbi_follow_btn a {
  border-radius: 0px;
  padding: 12px 14px;
  font-size: 16px;
  width: 200px;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

#sb_instagram #sbi_images {
  margin-bottom: 20px;
}

.p-sns__container {
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.p-sns__icon {
  height: auto;
}

.p-special__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-special__box {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.p-special__box__label {
  opacity: 0.75;
  background: #fff;
  color: #8d6700;
  text-align: center;
  font-family: YuMincho;
  font-size: 16px;
  font-weight: bold;
  padding: 0.2em 0;
  align-self: flex-end;
}
.p-special__box__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 280/210;
}
.p-special .p-section__container.c-background-color {
  margin-top: 120px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-special .p-section__container.c-background-color {
    margin-top: 180px;
    margin-bottom: 180px;
  }
}

.p-tategaki-image__image {
  margin-top: -70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .p-tategaki-image__image {
    width: 640px;
    margin-top: -90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) {
  .p-tategaki-image__area {
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  .p-tategaki-image__contents.-image01 {
    justify-self: end;
  }
}
@media screen and (min-width: 768px) {
  .p-tategaki-image__contents.-image02 {
    justify-self: start;
  }
}
.p-tategaki-image__grid {
  display: grid;
  padding-right: 70px;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-tategaki-image__grid {
    padding-right: 200px;
  }
}
.p-tategaki-image__grid.-text2 {
  padding-right: 200px;
}
@media screen and (min-width: 768px) {
  .p-tategaki-image__grid.-text2 {
    padding-right: 200px;
  }
}
.p-tategaki-image__grid > * {
  grid-area: 1/-1;
}
.p-tategaki-image__text {
  z-index: 10;
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-tategaki-image__text {
    font-size: 24px;
    letter-spacing: 0.15em;
  }
}
.p-tategaki-image__back {
  background: var(--rgb-255255255, #fff);
  filter: blur(8.5968298912px);
  z-index: 5;
}

.p-tategaki-image__text,
.p-tategaki-image__back {
  writing-mode: vertical-rl;
  justify-self: end;
  width: 33px;
}

.u-fz-s {
  font-size: 12px;
}
.u-fz-m {
  font-size: 16px;
}
.u-fz-l {
  font-size: 20px;
}

@media (max-width: 400px) {
  .u-mq_sm-none {
    display: none;
  }
}

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

@media screen and (min-width: 1024px) {
  .u-mq_lg-none {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .u-mq_xl-none {
    display: none;
  }
}

.u-mq_md-visible {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-mq_md-visible {
    display: inline;
  }
}

.u-mq_lg-visible {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-mq_lg-visible {
    display: inline;
  }
}

.u-pd-s-r {
  padding-right: 20px;
}
.u-pd-m-r {
  padding-right: 50px;
}
.u-pd-l-r {
  padding-right: 100px;
}/*# sourceMappingURL=style.css.map */