@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 400px) {
  html {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media (min-width: 1050px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family:"Zen Old Mincho", "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
  color: #636363;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

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

/* 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;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-about {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-about {
    margin-top: 6.625rem;
  }
}

.l-banquet-party {
  margin-top: 1.875rem;
}

.l-ceremony {
  margin-top: 3.875rem;
}

.l-chapel-style {
  margin-top: 3rem;
}

.l-chapel {
  margin-top: 10rem;
}

.l-dress {
  margin-top: 3.625rem;
}

.l-garden-party {
  margin-top: 3.75rem;
}

.l-header {
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: auto;
  }
}

.l-hospitality {
  margin-top: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .l-hospitality {
    margin-top: 9.125rem;
  }
}

.l-inner-lg {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner-lg {
    max-width: 78.125rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-night-party {
  margin-top: 3.75rem;
}

.l-party {
  margin-top: 3.625rem;
}

.l-photo {
  margin-bottom: 4.875rem;
}

.l-sweets {
  margin-top: 6.25rem;
}

.c-beside-title {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.075em;
  font-family: nyt-cheltenham, georgia, "times new roman", times, serif;
  color: #d5d5d5;
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 1.25rem;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-beside-title {
    bottom: 0;
  }
}

.c-beside-title::after {
  content: "";
  width: 10.5625rem;
  height: 0.0625rem;
  background-color: #d5d5d5;
  margin-left: 0.375rem;
}

.c-bridal-btn {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2857142857;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #fff;
  min-width: 5.25rem;
  height: inherit;
  padding: 0.625rem 0.5rem;
  background-color: #e3874e;
  display: block;
  text-align: center;
}

.c-btn {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
  color: #998e77;
  min-width: 10.625rem;
  padding: 0.6875rem 0.375rem 0.6875rem 0.6875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ccbd9f;
  -webkit-box-shadow: 0.125rem 0.125rem 0 #e0d7c5;
          box-shadow: 0.125rem 0.125rem 0 #e0d7c5;
}
@media screen and (min-width: 768px) {
  .c-btn {
    min-width: 14.6875rem;
  }
}

.c-btn::after {
  content: "";
  width: 1.5rem;
  height: 0.3125rem;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
}

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

.c-card__img img {
  aspect-ratio: 289/216;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-card__body {
  margin-top: -1.5rem;
  padding: 0 0.75rem 1.4375rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-card__title {
  text-align: center;
}

.c-card__title h2 {
  font-size: 1.8125rem;
  line-height: 1.7586206897;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-card__title h2 {
    font-size: 2rem;
  }
}

.c-card__sub-title {
  margin-top: 0;
}

.c-card__sub-title h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (min-width: 768px) {
  .c-card__sub-title h3 {
    font-size: 1.125rem;
  }
}

.c-card__text {
  margin-top: 0.6875rem;
}

.c-card__text p {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .c-card__text p {
    font-size: 0.8125rem;
  }
}

.c-card2__img img {
  aspect-ratio: 326/245;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-card2__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7222222222;
  letter-spacing: 0.15em;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-top: 0.875rem;
  text-align: center;
}

.c-card2__text {
  margin-top: 0.625rem;
}

.c-card2__text p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}

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

.c-card3__title {
  font-size: 1.5rem;
  margin-top: 1.125rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-card3__img img {
  aspect-ratio: 1523/1074;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-card3__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.25rem;
  text-align: justify;
}

.c-card4__img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-card4__body {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-card4__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-card4__title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: "orpheuspro", serif;
  color: #998e77;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-card4__title::after {
  content: attr(data-jp);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
  display: block;
  margin-top: -0.5rem;
}

@media screen and (min-width: 768px) {
  .c-card4__text {
    margin-left: 0.875rem;
  }
}

.c-card4__text p {
  font-size: 16px;
  line-height: 1.6;
}

.c-cta__tel,
.c-cta__line {
  font-size: 1rem;
  /* font-size: 0.875rem; */
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-cta__line {
  /* margin-left: 1.5625rem; */
  text-transform: uppercase;
}

/* .c-cta__tel::before,
.c-cta__line::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.4375rem;
}

.c-cta__tel::before {
  background: url(../images/icon_tel.svg) no-repeat center/contain;
}

.c-cta__line::before {
  background: url(../images/icon_line.svg) no-repeat center/contain;
} */

.c-cta__fair {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.2352941176;
  letter-spacing: 0.05em;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #fff;
  min-width: 9.5625rem;
  padding: 0.7rem 1.125rem;
  background-color: #98d0b3;
  border-radius: 0.25rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0, 0, 0, .2);
          box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0, 0, 0, .2);
}

/* .c-cta__fair::before {
  content: "";
  width: 1.5rem;
  height: 1.3125rem;
  background: url(../images/icon_fair.svg) no-repeat center/contain;
  margin-right: 0.4375rem;
} */

.c-footer-btn {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.7058823529;
  letter-spacing: 0.2em;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #998e77;
  display: inline-block;
  min-width: 19.875rem;
  padding: 1.1875rem 0.9375rem;
  background-color: #e6dfd1;
  border: 1px solid #fff;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-footer-btn {
    min-width: 12.8125rem;
  }
}

.c-footer-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 1px solid #998e77;
  border-bottom: 1px solid #998e77;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.c-footer-btn:nth-child(n+2) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-footer-btn:nth-child(n+2) {
    margin-top: 0;
  }
}

.c-footer-slider__card {
  width: 34.5481049563%;
  background-color: #fff;
  padding: 0.75rem;
}

.c-footer-slider__card:nth-child(n+2) {
  margin-left: 0.4375rem;
}

.c-footer-slider__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-footer-slider__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #c1af8b;
}

.c-footer-slider__category {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: #998e77;
  text-transform: capitalize;
}

.c-footer-slider__date {
  font-size: 1.25rem;
  line-height: 1.8;
  font-family: YuMincho, "Yu Mincho", serif;
}

.c-footer-slider__date span {
  font-size: 0.6875rem;
}

.c-footer-slider__title {
  margin-top: 0.75rem;
}

.c-footer-slider__title h2 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  letter-spacing: 0.01em;
}

.c-footer-slider .slick-prev,
.c-footer-slider .slick-next {
  z-index: 1;
  background-color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, .4);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, .4);
}

.c-footer-slider .slick-prev {
  left: -1.75rem;
}

.c-footer-slider .slick-next {
  right: -1.4375rem;
}

.c-footer-slider .slick-prev:before,
.c-footer-slider .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center;
}

.c-footer-slider .slick-prev:hover,
.c-footer-slider .slick-prev:focus,
.c-footer-slider .slick-next:hover,
.c-footer-slider .slick-next:focus {
  background-color: #fff;
}

.c-gallery__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-gallery__list {
    grid-template: "item1 item2 item3 item4" "item5 item6 item7 item8"/1fr 1fr 33.3333333333% 1fr;
  }
}

.c-gallery__item img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-gallery__item img {
    height: auto;
    aspect-ratio: initial;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery__item:nth-child(1) {
    grid-area: item1;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery__item:nth-child(2) {
    grid-area: item2;
    position: absolute;
    top: 0;
    height: 69.3%;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery__item:nth-child(2) img {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery__item:nth-child(3) {
    grid-area: item3;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery__item:nth-child(4) {
    grid-area: item4;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery__item:nth-child(5) {
    grid-area: item5;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery__item:nth-child(6) {
    grid-area: item6;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 158%;
    height: 168%;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery__item:nth-child(6) img {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery__item:nth-child(7) {
    grid-area: item7;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 63%;
    height: 168%;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery__item:nth-child(7) img {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery__item:nth-child(8) {
    grid-area: item8;
  }
}

.c-gallery2__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-gallery2__list {
    grid-template: "item1 item2 item3 item4" "item5 item6 item7 item8"/1fr 1fr 1fr 33.3333333333%;
  }
}

.c-gallery2__item img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-gallery2__item img {
    height: auto;
    aspect-ratio: initial;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery2__item:nth-child(1) {
    grid-area: item1;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery2__item:nth-child(2) {
    grid-area: item2;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery2__item:nth-child(3) {
    grid-area: item3;
    position: absolute;
    top: 0;
    height: 69.6%;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery2__item:nth-child(3) img {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery2__item:nth-child(4) {
    grid-area: item4;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery2__item:nth-child(5) {
    grid-area: item5;
    position: absolute;
    bottom: 0;
    height: 225%;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery2__item:nth-child(6) {
    grid-area: item6;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery2__item:nth-child(7) {
    grid-area: item7;
    position: absolute;
    bottom: 0;
    width: 156%;
    height: 169%;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery2__item:nth-child(7) img {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery2__item:nth-child(8) {
    grid-area: item8;
    position: absolute;
    bottom: 0;
    width: 64%;
    height: 156%;
    height: 169%;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-gallery2__item:nth-child(8) img {
    height: 100%;
  }
}

.c-hamburger {
  position: relative;
}

.c-hamburger span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #808080;
  width: 1.25rem;
  height: 0.0625rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-hamburger span:nth-child(1) {
  top: 1rem;
}

.c-hamburger span:nth-child(2) {
  top: 1.5rem;
}

.c-hamburger span:nth-child(3) {
  top: 2rem;
}

.c-hamburger.is-open span:nth-child(1) {
  top: 1.5rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.c-hamburger.is-open span:nth-child(2) {
  display: none;
}

.c-hamburger.is-open span:nth-child(3) {
  top: 1.5rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.c-header-btn {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7058823529;
  letter-spacing: 0.2em;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #998e77;
  display: inline-block;
  width: 100%;
  padding: 1.1875rem 0.625rem;
  background-color: #e6dfd1;
  border: 1px solid #fff;
  position: relative;
  text-align: center;
}

.c-header-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 1px solid #998e77;
  border-bottom: 1px solid #998e77;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.c-info__wrap {
  padding: 0.625rem 0.875rem 0.875rem;
  border: 0.125rem solid #e6dfd1;
}

.c-info__title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.01em;
  font-family: YuMincho, "Yu Mincho", serif;
  text-transform: capitalize;
  color: #998e77;
}

.c-info__item {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  display: inline-block;
}

.c-info__item span {
  color: #fff;
  background-color: #c1af8b;
  padding: 0 0.3125rem;
  border-radius: 1.25rem;
  min-width: 7.1875rem;
  display: block;
  text-align: center;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-info__item span {
    display: inline-block;
  }
}

.c-info__item:nth-child(n+2) {
  margin-top: 0.625rem;
}

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

.c-item__img {
  width: 24.0963855422%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-item__img {
    width: 8.5625rem;
  }
}

.c-item__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-item__text {
  margin-left: 1.375rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-item__text p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3125;
  letter-spacing: 0.15em;
  font-family: YuMincho, "Yu Mincho", serif;
}

.c-large-btn {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8333333333;
  letter-spacing: 0.2em;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #fff;
  min-width: 22.0625rem;
  display: inline-block;
  padding: 0.625rem 1.25rem;
  background-color: #998e77;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0 #e0d7c5;
          box-shadow: 0.1875rem 0.1875rem 0 #e0d7c5;
}
@media screen and (min-width: 768px) {
  .c-large-btn {
    min-width: 29.875rem;
  }
}

.c-large-btn__wrap {
  margin-top: 3.75rem;
  text-align: center;
}

.c-large-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 0.3125rem;
  background: url(../images/icon_arrow_brown.svg) no-repeat center/contain;
}

.c-large-btn.c-large-btn--rev {
  border: 1px solid #ccbd9f;
  background-color: #fff;
  color: #998e77;
}

.c-link-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 15.5rem;
  padding: 0.5rem;
  border: 1px solid #1566a5;
  position: relative;
}

.c-link-btn::after {
  content: "";
  position: absolute;
  right: 0.125rem;
  bottom: 0.125rem;
  background: url(../images/icon_link.svg) no-repeat center/contain;
  width: 0.5rem;
  height: 0.5rem;
}

.c-link-btn img {
  aspect-ratio: 102/35;
  -o-object-fit: contain;
     object-fit: contain;
  width: 6.375rem;
}

.c-link__title {
  text-align: center;
}

.c-link__title h2 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #e6dfd1;
  text-transform: uppercase;
}

.c-link__img-wrap {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-link__img-wrap {
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.c-link__img {
  max-width: 10.625rem;
  margin: auto;
}

.c-link__img img {
  aspect-ratio: 170/49;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.c-link__text {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
}

.c-link__col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}

.p-footer-link__register {
  margin-top: 1.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer-link__register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer-link__register p {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: #fff;
}

.p-footer-link__register img {
  aspect-ratio: 356/25;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer-link__register img {
    width: 22.25rem;
  }
}

@media screen and (min-width: 768px) {
  .c-media__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

@media screen and (min-width: 768px) {
  .c-media__img {
    width: 60%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-media__img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-media__body {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .c-media--rev .c-media__body {
    margin-right: 1rem;
    margin-left: 0;
  }
}

.c-media__title {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: "orpheuspro", serif;
  color: #998e77;
  text-transform: uppercase;
}

.c-media__title::after {
  content: attr(data-jp);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
  display: block;
  margin-top: -0.5rem;
}

.c-media__text {
  margin-top: 0.625rem;
}

.c-media__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.c-media__btn {
  margin-top: 1.875rem;
}

.c-page-header {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-page-header {
    margin-top: 0;
  }
}

.c-page-header__img {
  width: 100%;
}

.c-page-header__img img {
/*  aspect-ratio: 2732/655;*/
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-person-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-person-list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.c-person-list__item {
  width: 31.6923076923%;
}

.c-person-list__item:nth-child(4),
.c-person-list__item:nth-child(5) {
  margin-top: -3.125rem;
}
@media screen and (min-width: 768px) {
  .c-person-list__item:nth-child(4),
  .c-person-list__item:nth-child(5) {
    margin-top: 0;
  }
}

.c-person-list__item img {
  aspect-ratio: 103/171;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-section-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.78125;
  letter-spacing: 0.05em;
  font-family: "orpheuspro", serif;
  text-transform: uppercase;
  color: #998e77;
  padding-bottom: 0;
  position: relative;
  display: inline-block;
}

.c-section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.5625rem;
  height: 0.0625rem;
  background-color: #998e77;
}

.c-slider .slick-prev,
.c-slider .slick-next {
  z-index: 1;
  background-color: #fff;
  width: 1.875rem;
  height: 3.75rem;
  -webkit-box-shadow: 0 0 0.1875rem rgba(0, 0, 0, .4);
          box-shadow: 0 0 0.1875rem rgba(0, 0, 0, .4);
}
@media screen and (min-width: 768px) {
  .c-slider .slick-prev,
  .c-slider .slick-next {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.c-slider .slick-prev {
  left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .c-slider .slick-prev {
    left: 1.5625rem;
  }
}

.c-slider .slick-next {
  right: -1.25rem;
}
@media screen and (min-width: 768px) {
  .c-slider .slick-next {
    right: 1.5625rem;
  }
}

.c-slider .slick-prev:before,
.c-slider .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center;
}

.c-slider .slick-prev:hover,
.c-slider .slick-prev:focus,
.c-slider .slick-next:hover,
.c-slider .slick-next:focus {
  background-color: #fff;
}

.c-slider__img {
  position: relative;
}

.c-slider__img img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-slider__img img {
    aspect-ratio: 1200/700;
  }
}

.c-slider__catch {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(180deg, transparent 0%, #000 100%);
  padding-top: 2.1875rem;
  padding-bottom: 0.75rem;
  padding-left: 1.75rem;
}

.c-tell__number {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-tell__number {
    font-size: 2.875rem;
  }
}

.c-tell__number::before {
  content: "";
  width: 2.3125rem;
  height: 2.3125rem;
  background: url(../images/icon_tel.svg) no-repeat center/contain;
  margin-right: 1rem;
}

.c-tell__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7333333333;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: center;
}

.c-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.78125;
  font-family: "orpheuspro", serif;
  color: #998e77;
  text-transform: uppercase;
}

.c-title.c-title--lg {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-title.c-title--lg {
    font-size: 3.1875rem;
    line-height: 1.7450980392;
  }
}

.c-title::after {
  content: attr(data-jp);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
  display: block;
  margin-top: -0.5rem;
}

.c-vertical-title {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.075em;
  font-family: nyt-cheltenham, georgia, "times new roman", times, serif;
  color: #d5d5d5;
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: -1.875rem;
  bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-vertical-title {
    bottom: 4.6875rem;
  }
}

.c-vertical-title::before {
  content: "";
  width: 2.9375rem;
  height: 0.0625rem;
  background-color: #d5d5d5;
  margin-right: 0.375rem;
}

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

.p-about__title h2 {
  font-size: 1.5625rem;
  line-height: 1.72;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-about__title h2 {
    font-size: 2.5rem;
  }
}

.p-about__sub-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #d5d5d5;
}

.p-about__img-wrap {
  margin-top: 1.0625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__img-wrap {
    margin-top: 2.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__img {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 62.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__img-wrap::before {
    content: "";
    position: absolute;
    bottom: -1.375rem;
    left: 0;
    z-index: -1;
    background-color: #f0f0f0;
    width: 91.3553113553%;
    height: 19.75rem;
  }
}

.p-about__img img {
  aspect-ratio: 400/322;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__img img {
    aspect-ratio: 999/573;
  }
}

.p-about__text {
  margin-top: 4.375rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    margin-top: 4.875rem;
  }
}

.p-about__text-intro {
  font-size: 20px;

  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-about__text-intro {
    font-size: 22px;
  }
}

.p-about__text-desc {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin-top: 1.875rem;
}

.p-access {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}

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

.p-access__title p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1.25rem;
}

.p-access__content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-access__content {
    margin-top: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-access__map {
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .p-access__map {
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-access__map iframe {
  width: 100%;
  height: 100%;
}

.p-access__info {
  margin-left: 1.25rem;
}

.p-access__list {
  font-size: 0.875rem;
  display: grid;
  grid-template-columns: 5rem 1fr;
}

.p-access__list dt {
  font-weight: 600;
}

.p-access__list dt:not(:first-of-type),
.p-access__list dd:not(:first-of-type) {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-access__content.p-access__content--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 0;
  }
}

.p-access__map-lg {
  aspect-ratio: 4/3;
}
@media screen and (min-width: 768px) {
  .p-access__map-lg {
    width: 60%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-access__map-lg iframe {
  width: 100%;
  height: 100%;
}

.p-access__content--rev .p-access__info {
  margin-left: 0;
}

.p-access__traffic p,
.p-access__traffic ul li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}

.p-access__traffic p {
  font-weight: 600;
}

.p-access__traffic:nth-child(n+2) {
  margin-top: 1.875rem;
}

.p-announce {
  margin-top: 1.875rem;
}

.p-announce__box {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-announce__box {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-announce__box a {
  display: block;
}

.p-announce__box a:nth-child(n+2) {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-announce__box a:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-announce__box .slick-next {
  right: 0.75rem;
}

.p-announce__box .slick-next,
.p-announce__box .slick-prev {
  width: 2.0625rem;
  height: 2.0625rem;
  background-color: #fff;
  -webkit-box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, .2);
          box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, .2);
}

.p-announce__box .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
}

.p-announce__box .slick-prev {
  left: 0.75rem;
  z-index: 10;
}

.p-announce__box .slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
}

.p-announce__box .slick-dots {
  width: auto;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-announce__box .slick-dots li button:before {
  opacity: 0.15;
}

.p-announce__box .slick-dots li.slick-active button::before {
  color: #ccbd9f;
  opacity: 0.95;
}

.p-announce__box .slick-list,
.p-announce__box .slick-track {
  height: 100%;
}

.p-announce__box .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-announce__box .slick-slide {
  height: auto !important;
}

@media screen and (min-width: 768px) {
  .p-announce__box a:nth-child(n+2) {
    margin-left: 0.625rem;
  }
}

.p-announce__wrap {
  border: 1px solid #eceae4;
  padding: 0.5rem 0.5rem 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-announce__wrap {
    padding-bottom: 0.5rem;
    height: 100%;
  }
}

.p-announce__wrap:nth-of-type(n+2) {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-announce__wrap:nth-of-type(n+2) {
    margin-top: 0;
  }
}

.p-announce__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-announce__content {
    display: block;
    height: 100%;
  }
}

.p-announce__img {
  width: 9.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-announce__img {
    width: 12.375rem;
    width: 100%;
  }
}

.p-announce__img img {
  aspect-ratio: 148/106;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-announce__img img {
    aspect-ratio: 1/1;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-announce__body {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-announce__body {
    margin-top: 0.75rem;
    margin-left: 0;
  }
}

.p-announce__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #ccbd9f;
}

.p-announce__category {
  font-size: 1rem;
  font-family: YuMincho, "Yu Mincho", serif;
  text-transform: capitalize;
}

.p-announce__date {
  font-size: 1.25rem;
  font-family: YuMincho, "Yu Mincho", serif;
}

.p-announce__date span {
  font-size: 0.6875rem;
}

.p-announce__title {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-announce__title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-announce__title h2 {
  font-size: 0.875rem;
}

.p-announce__btn {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-announce__btn {
    margin-top: 0;
  }
}

.p-announce__btn a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #ccbd9f;
  border: 1px solid #ccbd9f;
  display: inline-block;
  min-width: 15.75rem;
  padding: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-banquet-party__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-banquet-party__title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-banquet-party__text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-banquet-party__text {
    margin-top: 0;
    margin-left: 6.25rem;
  }
}

.p-banquet-party__text p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.p-banquet-party__media {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-banquet-party__media {
    margin-top: 2.5rem;
    padding: 0 2rem;
  }
}

.p-blog-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-blog-item__img {
  width: 39.7222222222%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-blog-item__img img {
  aspect-ratio: 148/98;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0 #fff;
          box-shadow: 0.1875rem 0.1875rem 0 #fff;
}

.p-blog-item__body {
  margin-left: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .p-blog-item__body {
    margin-left: 0.875rem;
  }
}

.p-blog-item__meta {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (min-width: 768px) {
  .p-blog-item__meta {
    font-size: 1rem;
  }
}

.p-blog-item__category {
  color: #998e77;
}

.p-blog-item__title {
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-blog-item__title {
    margin-top: 1.4375rem;
  }
}

.p-blog-item__title h3 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-blog-item__title h3 {
    font-size: 1rem;
  }
}

.p-blog {
  padding-top: 3.375rem;
  padding-bottom: 1.875rem;
  background-color: #e6dfd1;
}
@media screen and (min-width: 768px) {
  .p-blog {
    padding-top: 5.6875rem;
    padding-bottom: 7.3125rem;
  }
}

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

.p-blog__desc {
  margin-top: 1.0625rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
}

.p-blog__list {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-blog__list {
    margin-top: 2.0625rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.375rem;
       -moz-column-gap: 1.375rem;
            column-gap: 1.375rem;
    row-gap: 2.0625rem;
  }
}

.p-blog__item:nth-child(n+2) {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-blog__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-blog__btn {
  margin-top: 2.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-blog__btn {
    margin-top: 3.3125rem;
  }
}

.p-blog2 {
  padding-top: 3.375rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-blog2 {
    padding-top: 5.6875rem;
    padding-bottom: 7.3125rem;
  }
}

.p-blog2.p-blog2--pd {
  padding-top: 0.625rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-blog2.p-blog2--pd {
    padding-bottom: 3.125rem;
  }
}

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

.p-bridal {
  padding-top: 3.4375rem;
  padding-bottom: 3.125rem;
  background-color: #e6dfd1;
}
@media screen and (min-width: 768px) {
  .p-bridal {
    padding-top: 5.625rem;
    padding-bottom: 6.3125rem;
  }
}

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

.p-bridal__title p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-bridal__title p {
    margin-top: 2.375rem;
  }
}

.p-bridal__content {
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-bridal__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4375rem;
  }
}

.p-bridal__items {
  margin-top: 2.375rem;
  background-color: #fff;
  border: 1px solid #ccbd9f;
  padding: 0 1rem 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-bridal__items {
    padding: 0 1.875rem 1.875rem;
    margin-top: 4.25rem;
  }
}

.p-items__item:nth-child(n+2) {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-items__item:nth-child(n+2) {
    margin-top: 0;
  }
}

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

.p-cards__card {
  background-color: #fff;
  max-width: 31.25rem;
  margin: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-cards__card {
    max-width: 100%;
  }
}

.p-cards__card:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-cards__card:nth-child(n+2) {
    margin-top: 0;
  }
}

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

.p-ceremony__wrap {
  margin-top: 2.5rem;
  padding-top: 3.75rem;
  position: relative;
}

.p-ceremony__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 21.4375rem;
  background-color: #f0f0f0;
}

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

.p-ceremony__text p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (min-width: 768px) {
  .p-ceremony__text p {
    font-size: 1.125rem;
  }
}

.p-ceremony__content {
  margin-top: 2.75rem;
  display: grid;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-ceremony__content {
    grid-template-columns: 1fr 1fr;
  }
}

.p-ceremony__links {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0.125rem 0.125rem 0.6875rem rgba(0, 0, 0, .2);
          box-shadow: 0.125rem 0.125rem 0.6875rem rgba(0, 0, 0, .2);
  text-align: center;
}

.p-ceremony__link-title {
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
}

.p-ceremony__sub-title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.78125;
  letter-spacing: 0.05em;
  font-family: "orpheuspro", serif;
  color: #c1af8b;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-ceremony__sub-title {
    font-size: 2rem;
  }
}

.p-ceremony__sub-text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-ceremony__sub-text {
    font-size: 0.875rem;
  }
}

.p-ceremony__sub-text::after {
  content: "▼";
  display: block;
  margin-top: 0.625rem;
}

.p-chapel-gallery {
  padding-top: 4.5rem;
  padding-bottom: 8.75rem;
}

.p-chapel-gallery__title {
  text-align: center;
}

.p-chapel-gallery__imgs {
  margin-top: 2.1875rem;
}

.p-chapel-style__wrap {
  padding-top: 2.6875rem;
  padding-bottom: 2.0625rem;
  background-color: #f5f2ed;
}

.p-chapel-style__title {
  text-align: center;
}

.p-chapel-style__cards {
  display: grid;
  gap: 0.625rem;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-chapel-style__cards {
    grid-template-columns: repeat(3, 1fr);
    max-width: 62.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-chapel-style__card {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-chapel-style__card {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-chapel__title {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
}

.p-chapel__slider {
  margin-top: 1.25rem;
}

.p-chapel__media {
  margin-top: 4.125rem;
}

.p-chef {
  background-color: #636363;
  color: #fff;
  padding-top: 3.375rem;
  padding-bottom: 2.75rem;
}

.p-chef__content {
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-chef__content {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-chef__img img {
  aspect-ratio: 478/434;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-chef__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-chef__name p {
  font-size: 1.9375rem;
  font-weight: 600;
  line-height: 1.7741935484;
  letter-spacing: 0.15em;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (min-width: 768px) {
  .p-chef__name p {
    font-size: 1.9375rem;
  }
}

.p-chef__sub-title {
  margin-top: 1.5rem;
}

.p-chef__sub-title h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7222222222;
  letter-spacing: 0.15em;
  font-family: YuMincho, "Yu Mincho", serif;
}

.p-chef__intro {
  margin-top: 0.9375rem;
}

.p-chef__intro p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}

.p-chef__history {
  margin-top: 1.25rem;
  border: 1px solid #fff;
  padding: 0.875rem 1.375rem;
}

.p-chef__history-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 1em;
  display: inline-block;
  min-width: 7.1875rem;
  padding: 0 0.625rem 0 1.375rem;
  text-align: justify;
  background-color: #c1af8b;
  border-radius: 0.75rem;
}

.p-chef__history-list {
  margin-top: 0.9375rem;
}

.p-chef__history-list li {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}

.p-chef__history-list li::before {
  content: attr(data-year);
  margin-right: 1rem;
}

.p-cta {
  position: fixed;
  bottom: 0.7rem;
  /* bottom: 0.3125rem; */
  left: 0;
  z-index: 20;
}

.p-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.p-cta__contact {
  background-color: #ccbd9f;
  border-radius: 1.25rem;
  padding: 0.625rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 14.3125rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0, 0, 0, .2);
          box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0, 0, 0, .2);
  position: relative;
  justify-content: space-around;
}

.p-cta__contact::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.125rem;
  height: 2rem;
  background-color: #fff;
}

.p-cta__reserve {
  margin-left: 0.25rem;
}

.p-cuisine {
  padding-top: 2.9375rem;
  padding-bottom: 4.25rem;
}

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

.p-cuisine__head-text {
  margin-top: 3.4375rem;
  text-align: center;
}

.p-cuisine__head-text p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (min-width: 768px) {
  .p-cuisine__head-text p {
    font-size: 1.125rem;
  }
}

.p-cuisine__slider {
  margin-top: 3.75rem;
}

.p-cuisine__media {
  margin-top: 8.375rem;
}

@media screen and (min-width: 768px) {
  .p-dress-logo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-dress-logo__name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-dress-logo__name h3 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ccbd9f;
  font-family: "orpheuspro", serif;
  text-transform: uppercase;
}

.p-dress-logo__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-dress-logo__list {
    margin-top: 0;
    margin-left: 1.25rem;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
  }
}

.p-dress-logo__list li img {
  aspect-ratio: 308/107;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-dress-slide__title {
  text-align: center;
}

.p-dress-slide__title h2 {
  font-size: 1.625rem;
  font-weight: 400;
  font-family: "orpheuspro", serif;
  text-transform: uppercase;
  color: #ccbd9f;
}
@media screen and (min-width: 768px) {
  .p-dress-slide__title h2 {
    font-size: 2rem;
  }
}

.p-dress-slide__title p {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-dress-slide__title p {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-dress-slide__list {
  margin-top: 1.875rem;
}

.p-dress-slide__item:not(.slick-active).is-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}

.p-dress-slide__item img {
  aspect-ratio: 5/8;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-dress-slide__logo-list {
  margin-top: 1.875rem;
}

.p-dress__text {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-dress__text {
    margin-top: 7.1875rem;
  }
}

.p-dress__text p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3125;
  letter-spacing: 0.15em;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (min-width: 768px) {
  .p-dress__text p {
    font-size: 1.125rem;
  }
}

.p-dress__full {
  margin-top: 1.6875rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-dress__full {
    margin-top: 3.75rem;
  }
}

.p-dress__full img {
  aspect-ratio: 400/415;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 25.9375rem;
  position: relative;
}

.p-dress__img {
  position: relative;
}

.p-dress__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, .3);
  width: 100%;
  height: 100%;
}

.p-dress__full-text {
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  width: 100%;
}

.p-dress__full-text p {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.2em;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #000;
}

.p-facility {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.p-facility__img {
  position: relative;
}

.p-facility__img-text {
  position: absolute;
  bottom: -6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-facility__img-text {
    bottom: 0;
    font-size: 1rem;
  }
}

.p-facility__cards {
  display: grid;
  gap: 1.875rem;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-facility__cards {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.75rem;
  }
}

.p-facility__cards:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-facility__cards:nth-child(n+2) {
    margin-top: 3.75rem;
  }
}

.p-facility__media {
  margin-top: 3.75rem;
}

.p-footer-card__img {
  position: relative;
  border: 1px solid #e6dfd1;
}

.p-footer-card__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 45, 24, .5);
}

.p-footer-card__img img {
  aspect-ratio: 182/74;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-footer-card__img-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "orpheuspro", serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer-card__img-title {
    font-size: 1.2rem;
  }
}

.p-footer-card__img-title::after {
  content: attr(data-sub);
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6923076923;
  letter-spacing: 0.01em;
  color: #fff;
}

.p-footer-fair {
  padding: 3.75rem 0;
  background-color: #e6dfd1;
}

@media screen and (min-width: 768px) {
  .p-footer-fair__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer-text {
  margin-top: 1.25rem;
}

.p-footer-text p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7222222222;
  letter-spacing: 0.15em;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (min-width: 768px) {
  .p-footer-text p {
    font-size: 1.125rem;
  }
}

.p-footer-fair__btn {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer-fair__btn {
    text-align: left;
  }
}

.p-footer-fair__btn a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8333333333;
  letter-spacing: 0.2em;
  font-family: YuMincho, "Yu Mincho", serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 16.25rem;
  border: 1px solid #ccbd9f;
  background-color: #fff;
  color: #998e77;
  padding: 0.75rem 1.125rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0 #e0d7c5;
          box-shadow: 0.25rem 0.25rem 0 #e0d7c5;
}
@media screen and (min-width: 768px) {
  .p-footer-fair__btn a {
    font-size: 1.125rem;
  }
}

.p-footer-fair__btn a::after {
  content: "";
  background: url(../images/icon_arrow_brown.svg) no-repeat center/contain;
  width: 1.625rem;
  height: 0.25rem;
}

.p-footer-fair__slider {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer-fair__slider {
    width: 68.6%;
    margin-top: 0;
    margin-left: 3.125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-footer-link {
  padding-top: 1.5rem;
}

.p-footer-link__content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer-link__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-link__corporate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 35.7954545455%;
  }
}

.p-footer-link__brand {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer-link__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}

.p-footer {
  padding-top: 2.5rem;
  padding-bottom: 2.75rem;
  background-color: #998e77;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 3.75rem;
    padding-bottom: 1.6875rem;
  }
}

.p-footer__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__cards.p-footer__cards--col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.p-footer__cards:nth-child(n+2) {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__cards:nth-child(n+2) {
    margin-top: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__call {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-footer__info {
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.5625rem;
    justify-content: space-between;
  }
}

.p-footer__btn {
  margin-top: 2.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__btn {
    margin-top: 0;
    margin-left: 0.625rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}

.p-footer__sub-link {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sub-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__item {
  padding-right: 0.5rem;
}

.p-footer__item:not(:first-child) {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #fff;
}

.p-footer__item a {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
  color: #fff;
}

.p-footer__copy-light {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copy-light {
    margin-top: 0;
  }
}

.p-footer__copy-light small {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: #fff;
}

.p-footer__link {
  margin-top: 1.75rem;
  border-top: 1px solid #fff;
}

.p-garden-gallery {
  padding-top: 4.5rem;
  padding-bottom: 8.75rem;
}

.p-garden-gallery__title {
  text-align: center;
}

.p-garden-gallery__imgs {
  margin-top: 2.1875rem;
}

.p-garden-party {
  padding-bottom: 12.5rem;
}

.p-garden-party__content {
  position: relative;
}

.p-garden-party__content::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  z-index: -1;
  width: calc(100% + 2.5rem);
  height: 140%;
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .p-garden-party__content::before {
    top: 2.5rem;
    left: -2.5rem;
    width: 100%;
    height: 28.75rem;
  }
}

.p-garden__title {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
}

.p-garden__slider {
  margin-top: 1.25rem;
}

.p-garden__media {
  margin-top: 4.125rem;
}

.p-header-pc {
  height: 6.4375rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-header-pc.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 7.5rem;
  padding-bottom: 1.25rem;
  background-color: #fff;
}

.p-header-pc__inner {
  padding-left: 3%;
  height: 100%;
  position: relative;
}

.p-header-pc__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: inherit;
}

.p-header-pc__logo {
  width: 160px;
  margin-top: 0px;
  -webkit-transition: width 0.3s ease, margin-top 0.3s ease;
  transition: width 0.3s ease, margin-top 0.3s ease;
}

.p-header-pc.is-fixed .p-header-pc__logo {
  width: 180px;
  margin-top: 0;
}

.p-header-pc__logo h1 a {
  display: block;
}

.p-header-pc__logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.p-header-pc__body {
  height: inherit;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  padding-left: 1.125rem;
}

.p-header__inner {
  height: inherit;
}

.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}

.p-header__logo {
  width: 65px;
}

.p-header__logo img {
  /* aspect-ratio: 117/25; */
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.p-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__menu {
  width: 3.125rem;
  height: inherit;
}

.p-header__nav {
  margin-top: 3.125rem;
  padding-bottom: 6.25rem;
}

.p-hospitality {
  padding-top: 4.0625rem;
  padding-bottom: 4.25rem;
  background-color: #e6dfd1;
}
@media screen and (min-width: 768px) {
  .p-hospitality {
    padding-top: 6.125rem;
    padding-bottom: 5.375rem;
  }
}

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

.p-hospitality__sub-title {
  text-align: center;
  margin-top: 1.4375rem;
}

.p-hospitality__sub-title h3 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (min-width: 768px) {
  .p-hospitality__sub-title h3 {
    font-size: 20px;
  }
}

.p-hospitality__text {
  margin-top: 1.25rem;
  text-align: center;
}

.p-hospitality__text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8461538462;
  letter-spacing: 0;
}

.p-hospitality__list {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-hospitality__list {
    margin-top: 3.25rem;
  }
}

.p-hospitality__cards {
  margin-top: 2.3125rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-hospitality__cards {
    margin-top: 4.625rem;
    padding-right: 0;
    padding-left: 0;
    max-width: 62.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-items__title {
  -webkit-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-items__title {
    -webkit-transform: translateY(-1.6875rem);
            transform: translateY(-1.6875rem);
  }
}

.p-items__title h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #fff;
  display: inline-block;
  min-width: 13.5625rem;
  padding: 0.375rem;
  background-color: #998e77;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-items__title h3 {
    font-size: 1.5rem;
    min-width: 19.1875rem;
  }
}

.p-items__title h3::before,
.p-items__title h3::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-color: #998e77 transparent;
  border-style: solid;
  z-index: 1;
}

.p-items__title h3::before {
  left: -0.9375rem;
  border-width: 1.28125rem 0 1.2875rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-items__title h3::before {
    border-width: 1.6875rem 0 1.6875rem 1rem;
  }
}

.p-items__title h3::after {
  right: -0.9375rem;
  border-width: 1.28125rem 1rem 1.2875rem 0;
}
@media screen and (min-width: 768px) {
  .p-items__title h3::after {
    border-width: 1.6875rem 1rem 1.6875rem 0;
  }
}

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

.p-items__text p {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .p-items__text p {
    font-size: 0.875rem;
  }
}

.p-items__list {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-items__list {
    margin-top: 1.375rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.p-list__wrap {
  padding: 0.8125rem 1.5rem 0.9375rem;
  background-color: #fff;
  border: 1px solid #ccbd9f;
}

.p-list__link {
  display: block;
}

.p-list__link:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-list__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 31.0699588477%;
}

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

.p-list__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1.125rem;
}

.p-list__date {
  font-size: 1.125rem;
  width: 1.724137931;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (min-width: 768px) {
  .p-list__date {
    font-size: 1.8125rem;
  }
}

.p-list__title h2 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7222222222;
}
@media screen and (min-width: 768px) {
  .p-list__title h2 {
    font-size: 1.125rem;
  }
}

.p-list__time span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  background-color: #e6dfd1;
  display: inline-block;
  padding: 0.125rem 0.25rem;
}

.p-list__calendar {
  margin-top: 1.25rem;
  padding: 0.8125rem 1.5rem 0.9375rem;
  background-color: #fff;
  border: 1px solid #ccbd9f;
}
@media screen and (min-width: 768px) {
  .p-list__calendar {
    margin-top: 0;
  }
}

.p-mariage {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #f0f0f0;
}

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

.p-mariage__title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.78125;
  font-family: "orpheuspro", serif;
  color: #998e77;
  text-transform: uppercase;
}

.p-mariage__title span {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.p-mariage__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-mariage__text {
    font-size: 1rem;
  }
}

.p-mariage__cards {
  display: grid;
  gap: 1rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-mariage__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-mariage__company {
  margin-top: 3.75rem;
  display: grid;
  gap: 2.5rem;
  background-color: #fff;
  padding: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-mariage__company {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-mariage__company-img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-mariage__company-text p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-mariage__company-text p {
    font-size: 1rem;
  }
}

.p-mariage__company-btn {
  margin-top: 1.875rem;
}

.p-mariage__company-btn a {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.8333333333;
  letter-spacing: 0.2em;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #fff;
  min-width: 18.75rem;
  display: inline-block;
  padding: 0.625rem 1.25rem;
  background-color: #998e77;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0 #e0d7c5;
          box-shadow: 0.1875rem 0.1875rem 0 #e0d7c5;
}
@media screen and (min-width: 768px) {
  .p-mariage__company-btn a {
    font-size: 1.125rem;
    min-width: 29.875rem;
  }
}

.p-media:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-media:nth-child(n+2) {
    margin-top: 8.3125rem;
  }
}

.p-media__img-wrap {
  position: relative;
}

.p-media__img-wrap::before {
  content: "";
  position: absolute;
  top: 2.1875rem;
  right: 0;
  z-index: -1;
  width: 91.75%;
  height: 23.875rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .p-media__img-wrap::before {
    top: auto;
    top: initial;
    bottom: -9.875rem;
    height: 19.8125rem;
  }
}

.p-media--rev .p-media__img-wrap::before {
  left: 0;
}

.p-media__img-wrap.p-media__img-wrap--none::before {
  display: none;
}

.p-media__img {
  width: 91.75%;
}

.p-media--rev .p-media__img {
  margin-left: auto;
}

.p-media--full .p-media__img {
  width: 100%;
}

.p-media__img img {
  aspect-ratio: 367/382;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-media__img img {
    aspect-ratio: 1366/450;
  }
}

.p-media__wrap {
  margin-top: -5.125rem;
  padding: 2.3125rem 0.9375rem 1.125rem;
  background-color: #fff;
  -webkit-box-shadow: 0.125rem 0.125rem 0.6875rem rgba(0, 0, 0, .2);
          box-shadow: 0.125rem 0.125rem 0.6875rem rgba(0, 0, 0, .2);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-media__wrap {
    padding: 1.875rem 3.75rem;
  }
}

.p-media__wrap.p-media__wrap--mt0 {
  margin-top: 0;
}

.p-media--full .p-media__wrap {
  margin-top: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-media--full .p-media__wrap {
    margin-top: -7.1875rem;
  }
}

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

.p-media__intro {
  margin-top: 1.25rem;
}

.p-media__intro p {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0;
  font-family: YuMincho, "Yu Mincho", serif;
}

.p-media__text {
  margin-top: 1.0625rem;
}

.p-media__text p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}

.p-media__btn {
  text-align: right;
  margin-top: 0.8125rem;
}

.p-media__btn2 {
  text-align: center;
  margin-top: 0.8125rem;
}

.p-media__sub-img {
  margin-top: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-media__sub-img {
    margin-top: 0;
    margin-left: 2.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 48.9678899083%;
  }
}

.p-media__sub-img img {
  aspect-ratio: 327/309;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.p-media__img2 {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-media__img2 {
    margin-top: 0;
    margin-left: 1.875rem;
  }
}

.p-media__img2 img {
  aspect-ratio: 324/230;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-media2__content {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-media2__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-media2__title h2 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (min-width: 768px) {
  .p-media2__title h2 {
    font-size: 1.375rem;
  }
}

/*
.p-media2__body:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-media2__body:nth-of-type(1) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-media2__body:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-media2__body:nth-of-type(2) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
*/

@media screen and (min-width: 768px) {
  .p-media2__text {
    margin-top: 2.125rem;
  }
}

.p-media2__text p,
.p-media2__text2 p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}

/*
.p-media2__img:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-media2__img:nth-of-type(1) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
*/

/*
.p-media2__img:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-media2__img:nth-of-type(2) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-media2__img:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 3;
}
@media screen and (min-width: 768px) {
    .p-media2__img:nth-of-type(3) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }
}
*/

.p-media2__img img {
  aspect-ratio: 479/294;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.p-media2__info {
  margin-top: 1rem;
}

.p-media3 {
  position: relative;
}

.p-media3__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-media3__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-media3__body {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-media3__body {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-media3--rev .p-media3__body {
    width: calc(50% - 1.875rem);
    margin-left: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-media3--rev .p-media3__title {
    text-align: right;
  }
}

.p-media3__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.25rem;
  padding: 0.625rem;
  text-shadow: 0 0 0.25rem #fff;
}

.p-media3__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-media3__img {
    width: calc(50% - 1.875rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-media3--rev .p-media3__img {
    width: 50%;
    margin-left: 0;
  }
}

.p-media3__img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-media3__sub-img {
  width: 50%;
}

.p-media3__sub-img {
  position: absolute;
  z-index: 1;
  width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-media3__sub-img {
    bottom: -16.25rem;
    left: -5rem;
    width: 31.25rem;
  }
}

.p-media3--rev .p-media3__sub-img {
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-media3--rev .p-media3__sub-img {
    left: auto;
    left: initial;
    right: -5rem;
  }
}

.p-media3__sub-img img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-mv__inner {
    padding-right: 3%;
    padding-left: 3%;
  }
}

.p-mv__item {
  max-height: 80vh;
  position: relative;
}

.p-mv__item img {
  aspect-ratio: 768/900;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__item img {
    aspect-ratio: 1286/600;
  }
}

.p-mv__item-text {
  position: absolute;
  bottom: 1.125rem;
  left: 2.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8181818182;
  letter-spacing: 0.2em;
  font-family: YuMincho, "Yu Mincho", serif;
  color: white;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, .4);
}
@media screen and (min-width: 768px) {
  .p-mv__item-text {
    font-size: 1.375rem;
    bottom: 1.9375rem;
    left: 11.375rem;
  }
}

.p-nav {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e5b490;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  overflow-y: scroll;
}

.p-nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-nav__list {
  padding: 0 0.5rem;
}

.p-nav__item {
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  padding: 0.625rem 1.25rem;
  border-bottom: 1px solid #fff;
}

.p-nav__item a {
  display: block;
}

.p-nav__contact {
  margin-top: 1.875rem;
  text-align: center;
}

.p-nav__tel {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-nav__tel::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_tel.svg) no-repeat center/contain;
  margin-right: 0.6875rem;
}

.p-nav__info {
  color: #fff;
}

.p-nav__btns {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  padding: 0 0.5rem;
}

.p-night-party {
  padding-bottom: 12.5rem;
}

.p-night-party__content {
  position: relative;
}

.p-night-party__content::before {
  content: "";
  position: absolute;
  right: -1.25rem;
  z-index: -1;
  width: calc(100% + 2.5rem);
  height: 135%;
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .p-night-party__content::before {
    top: 2.5rem;
    right: -2.5rem;
    width: 100%;
    height: 28.75rem;
  }
}

.p-page-dress {
  padding-top: 2.9375rem;
  padding-bottom: 4.25rem;
}

.p-page-dress__title {
  text-align: center;
}

.p-page-dress__title p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-dress__title p {
    font-size: 1.125rem;
    line-height: 2;
    margin-top: 3.4375rem;
  }
}

.p-page-dress__content {
  margin-top: 2.5rem;
  background-color: #e6dfd1;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-dress__content {
    margin-top: 5rem;
    padding: 3.75rem;
  }
}

.p-party-gallery {
  padding-top: 1.25rem;
  padding-bottom: 5rem;
}

.p-party-gallery__title {
  text-align: center;
  margin-top: 2.5rem;
}

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

.p-party__title p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 5rem;
}

.p-party__slider {
  margin-top: 3.75rem;
}

.p-pc-nav__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-pc-nav__lower {
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-pc-nav__tel-wrap {
  text-align: center;
  margin-top: 20px;
}

.p-pc-nav__tel {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: YuMincho, "Yu Mincho", serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-pc-nav__tel {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1130px) {
  .p-pc-nav__tel {
    font-size: 2rem;
  }
}

.p-pc-nav__tel::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_tel_gray.svg) no-repeat center/contain;
  margin-right: 0.6875rem;
}

.p-pc-nav__hours {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .p-pc-nav__hours {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 1130px) {
  .p-pc-nav__hours {
    font-size: 0.75rem;
  }
}

.p-pc-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.75rem;
}

.p-pc-nav__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-pc-nav__item a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  font-family: YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.01em;
  display: inline-block;
  text-align: center;
  min-width: 8rem;
  padding: 0.5rem;
  border: 1px solid #ccbd9f;
  background-color: #f0f0f0;
}

.p-pc-nav__item:nth-child(n+2) {
  margin-left: 0.25rem;
}

.p-pc-nav__fair {
  text-align: center;
  margin-left: 0.75rem;
}

.p-pc-nav__fair a {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7058823529;
  letter-spacing: 0.2em;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #fff;
  display: inline-block;
  min-width: 15.6875rem;
  padding: 1.25rem;
  background-color: #ccbd9f;
}
@media screen and (min-width: 768px) {
  .p-pc-nav__fair a {
    min-width: 12.5rem;
    padding: 0.625rem;
  }
}
@media screen and (min-width: 1130px) {
  .p-pc-nav__fair a {
    min-width: 15.6875rem;
    padding: 1.25rem;
  }
}

.p-pc-nav__list2 li {
  display: inline-block;
}

.p-pc-nav__list2 li:not(:first-child) {
  border-left: 1px solid #636363;
}

.p-pc-nav__list2 li a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  display: block;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.p-photo__inner {
  background-color: #f5f2ed;
}

.p-photo__wrap {
  padding-top: 3.9375rem;
  padding-bottom: 4.875rem;
}

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

.p-photo__gallery {
  margin-top: 3.75rem;
}

.p-plan-item__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-plan-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-plan-item__img {
    width: 53.6319612591%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
  }
}

.p-plan-item__img img {
  aspect-ratio: 314/216;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-plan-item__title {
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-plan-item__title {
    margin-top: 0;
  }
}

.p-plan-item__title h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3125;
  letter-spacing: 0.15em;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (min-width: 768px) {
  .p-plan-item__title h3 {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-plan-item__body {
    margin-left: 0.9375rem;
  }
}

.p-plan-item__category-wrap {
  position: absolute;
  top: -2.3125rem;
  left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-plan-item__category-wrap {
    top: -3.9375rem;
  }
}

.p-plan-item__category .plan_list_icon {
  top: -0.1875rem;
}

.p-plan-item__price-wrap {
  margin-top: 1.0625rem;
}

.p-plan-item__number {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.01em;
  display: inline-block;
  padding: 0 0.625rem;
  background-color: #ccbd9f;
}

.p-plan-item__price {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: YuMincho, "Yu Mincho", serif;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-plan-item__price {
    font-size: 1.75rem;
  }
}

.p-plan-item__tax {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: YuMincho, "Yu Mincho", serif;
  vertical-align: middle;
  padding-top: 10px;
  display: inline-block;
}

.p-plan-item__text {
  margin-top: 0.625rem;
}

.p-plan-item__text p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 768px) {
  .p-plan-list__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-plan-list__title {
  font-size: 0.875rem;
  line-height: 1.8;
  min-width: 9.375rem;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6dfd1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-plan-list__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.625rem;
}

.p-plan-list__body p {
  font-size: 0.875rem;
  line-height: 1.8;
}

.p-plan-list__body p:first-child {
  font-size: 1.25rem;
}

.p-plan-list__body p + p {
  margin-left: 0.625rem;
}

.p-plan {
  padding-top: 3.8125rem;
  padding-bottom: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-plan {
    padding-top: 6rem;
    padding-bottom: 7.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-plan__inner {
    padding-right: 4.3125rem;
    padding-left: 4.3125rem;
  }
}

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

.p-plan__tabs {
  margin-top: 3.75rem;
}

.p-plan__btn {
  text-align: center;
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-plan__btn {
    margin-top: 6.4375rem;
  }
}

.p-report-item__img {
  width: 75%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-report-item__img {
    width: 100%;
  }
}

.p-report-item__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-box-shadow: 0.25rem 0.25rem 0.3125rem rgba(0, 0, 0, .2);
          box-shadow: 0.25rem 0.25rem 0.3125rem rgba(0, 0, 0, .2);
}

.p-report-item__img-more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
  font-family: YuMincho, "Yu Mincho", serif;
  text-transform: uppercase;
  color: #fff;
}

.p-report-item__img-more::after {
  content: "";
  width: 2.1875rem;
  height: 0.0625rem;
  background-color: #fff;
  margin-left: 1.25rem;
}

.p-report-item__img-season {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.7647058824;
  font-family: "shelby", sans-serif;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  text-shadow: 0 0 0.1875rem rgba(0, 0, 0, .4);
  text-transform: uppercase;
}

.p-report-item__img-season.p-report-item__img-season-SPRING {
  color: #f9c5dc;
}

.p-report-item__img-season.p-report-item__img-season-SUMMER {
  color: #f7f054;
}

.p-report-item__img-season.p-report-item__img-season-AUTUMN {
  color: #f9b586;
}

.p-report-item__img-season.p-report-item__img-season-WINTER {
  color: #cff1ff;
}

.p-report-item__title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7222222222;
  letter-spacing: 0.1em;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-top: 1.5625rem;
}

.p-report-item__text {
  margin-top: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
  width: 75%;
}
@media screen and (min-width: 768px) {
  .p-report-item__text {
    width: 100%;
  }
}

.p-report {
  padding-top: 3.1875rem;
  padding-bottom: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .p-report {
    padding-top: 8.1875rem;
    padding-bottom: 6.75rem;
  }
}

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

.p-report__desc {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
}

.p-report__wrap {
  margin-top: 2.3125rem;
}

@media screen and (min-width: 768px) {
  .p-report__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
  }
}

.p-report__list .slick-next {
  right: 0.75rem;
}

.p-report__list .slick-next,
.p-report__list .slick-prev {
  width: 2.0625rem;
  height: 2.0625rem;
  background-color: #fff;
  -webkit-box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, .2);
          box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, .2);
}

.p-report__list .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
}

.p-report__list .slick-prev {
  left: 0.75rem;
}

.p-report__list .slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
}

.p-report__list .slick-dots {
  width: auto;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-report__list .slick-dots li button:before {
  opacity: 0.15;
}

.p-report__list .slick-dots li.slick-active button::before {
  color: #ccbd9f;
  opacity: 0.95;
}

@media screen and (min-width: 768px) {
  .p-report__item:nth-child(odd) {
    margin-top: 3rem;
  }
}

.p-report__btn {
  margin-top: 4.0625rem;
  text-align: center;
}

.p-single-plan__wrap {
  background-color: #f7f7f7;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-plan__wrap {
    /* width: 150px; */
  }
}

.p-single-plan__title {
  text-align: center;
  margin-bottom: 2rem;
}

.p-single-plan__title h2 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-single-plan__title h2 {
    font-size: 1.25rem;
  }
}

.p-single-plan__list {
  margin-top: 1.875rem;
  background-color: #fff;
  display: grid;
  border-bottom: 1px solid #ccbd9f;
}
@media screen and (min-width: 768px) {
  .p-single-plan__list {
    margin-top: 3.75rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

li.p-single-plan__item {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  height: 100%;
  border-bottom: 1px solid #ccbd9f;
}

li.p-single-plan__item:last-child {
  border-bottom: none;
}

.p-sweets-gallery {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.p-sweets-gallery__title {
  text-align: center;
}

.p-sweets-gallery__gallery {
  margin-top: 3.125rem;
}

.p-sweets__wrap {
  padding-top: 3.9375rem;
  padding-bottom: 4.875rem;
  background-color: #f5f2ed;
}

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

.p-sweets__title p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin-top: 2.8125rem;
}

.p-sweets__media {
  margin-top: 2.5rem;
}

.p-sweets__gallery {
  margin-top: 3rem;
}

.p-tab__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  text-align: center;
  width: 100%;
}

.p-tab__item {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  color: #998e77;
  display: block;
  padding: 0.5rem 0.25rem;
  border: 1px solid #ccbd9f;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-tab__item {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding: 1rem 0.5rem;
  }
}

.p-tab__item.is-active {
  background-color: #ccbd9f;
  color: #fff;
}

.p-tab__content {
  display: none;
}

.p-tab__content.is-show {
  display: block;
  margin-top: 3.75rem;
}

.p-tab__content .slick-list {
  padding: 0.625rem 1.25rem !important;
  overflow: visible;
  overflow: initial;
}

.p-tab__item2 {
  padding: 1.6875rem 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0.125rem 0.125rem 0.6875rem rgba(0, 0, 0, .2);
          box-shadow: 0.125rem 0.125rem 0.6875rem rgba(0, 0, 0, .2);
  margin: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-tab__item2 {
    margin: 0 1.875rem;
    padding: 3.3125rem 2.625rem;
  }
}

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

.c-title.c-title--bottomLine::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bg-color4);
}

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

  .if-pc {
    display: none;
  }
}

.p-pc-nav__tel-wrap a {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .if-sp {
    display: none;
  }

  .p-about__text-desc {
padding:  0 15px;
text-align: left;
}

.p-hospitality__text {
  /* margin-top: 1.25rem; */
  text-align: left;
}

.p-hospitality__sub-title h3 {
  font-size: 18px;
  font-weight: bold;
}

.p-party__title p {
  font-size: 1rem;
  margin-top: 2rem;
  text-align: left;
}


.p-media3__content::before, .p-media3__content::after {
  display: none;
}

.p-media3__title {
  padding-left: calc(60 * var(--px)) !important;
  position: relative;
}

.p-media3__point {
  position: absolute;
  top: calc(15 * var(--px)) !important;
}

.p-concept {
  padding-block: calc(60 * var(--px)) !important;
}

.p-concept__media {
  margin-top: calc(24 * var(--px)) !important;
}

.p-concept__media {
  margin-top: calc(24 * var(--px)) !important;
}

.p-media-box2__img {
  margin-top: 20px
}

.p-ceremony__text p {
  font-size: 16px;
}

.p-ceremony__text {
  text-align: left;
  padding: 0 15px;
}

.l-chapel {
  margin-top: 5rem;
}

.p-media2__title h2 {
  font-size: 20px;
}

.p-title-box__text {
  font-size: 16px;
  padding: 0 15px;
  text-align: left;
}

.l-garden-party {
  margin-top: 90px !important;
}

.p-garden-party__content {
  margin-top: 30px !important;
}

.plan_sub_txt {
  text-align: left;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 2;
  padding: 0 15px;
}

.plan_list .plan_list_block_link {
  font-size: 16px;
}

.plan_price_sale {
  margin-left: 15px;
}

.p-cuisine__head-text p {
  text-align: left;
  font-size: 16px;
  /* margin-bottom: 30px; */
  /* line-height: 2; */
  padding: 0 15px;
}

.p-cuisine__media {
  margin-top: 50px;
}
}