@charset "UTF-8";
/* color */
/* font-size */
/*14px*/
/*16px*/
/*20px*/
/*24px*/
/*32px*/
/*40px*/
/*48px*/
/* ブレイクポイント */
/* 読み込み */
/*foundation */
html {
  font-size: 100%;
  overflow-y: scroll;
}

body {
  color: #4A4A4A;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15em;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("../img/bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  background-position: center var(--bg-y, 0px);
}

a {
  color: #4A4A4A;
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

.wrapper {
  overflow: hidden;
  padding: 3rem 2.5rem;
}
@media (min-width: 1025px) {
  .wrapper {
    padding: 5rem 15%;
  }
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

/* =====================
    読み込み
===================== */
/* =====================
    共通
===================== */
.l-header {
  width: 100%;
  height: 78px;
  position: fixed;
  z-index: 10000;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  backdrop-filter: blur(10px); /* ぼかし */
  -webkit-backdrop-filter: blur(10px);
}
@media (min-width: 767px) {
  .l-header {
    height: auto;
    display: flex;
    padding: 2.5rem;
  }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header__logo {
  display: block;
  width: 117px;
  position: relative;
}
.l-header__logo img {
  display: block;
}
.l-header__logo img.hover {
  display: none;
}
@media (min-width: 1025px) {
  .l-header__logo {
    width: 173px;
    height: 56px;
  }
  .l-header__logo img {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
  }
  .l-header__logo img.hover {
    display: block;
    opacity: 0;
  }
  .l-header__logo:hover img.hover {
    opacity: 1;
  }
  .l-header__logo:hover img.normal {
    opacity: 0;
  }
}
.l-header__logo .l-header__btn {
  width: 100%;
}

.l-mv {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .l-mv {
    margin-bottom: 5rem;
  }
}

.l-mv__space {
  display: block;
  width: 100%;
  height: 78px;
}
@media (min-width: 767px) {
  .l-mv__space {
    height: 152px;
  }
}

.l-news {
  background-color: #F4EEE2;
  margin-top: -7%;
  margin-left: 6rem;
  position: relative;
  z-index: 100;
  padding: 1.5rem 2rem;
  opacity: 0;
  margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .l-news {
    width: 42%;
    padding: 2rem 4rem;
    margin-left: auto;
    margin-right: 2.5rem;
    margin-top: -77px;
  }
}

.l-mv__btn {
  margin: 2.5rem;
}
@media (min-width: 1025px) {
  .l-mv__btn {
    display: none;
  }
}

.l-concept {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .l-concept {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
}

.l-feature {
  position: relative;
  z-index: 1;
  padding: 2.5rem;
}
@media (min-width: 1025px) {
  .l-feature {
    padding: 5rem 0;
  }
}

.l-menu {
  background-color: #F4EEE2;
}

.l-salon {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .l-salon {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 5rem;
    margin-bottom: 5rem;
  }
}

.l-salon__top {
  position: relative;
  padding: 3rem 2.5rem 0 3rem;
}
@media (min-width: 1025px) {
  .l-salon__top {
    padding: 5rem 15% 0 15%;
  }
}

/* =====================
    reservation
===================== */
.l-reservation__text {
  margin-bottom: 3rem;
}
@media (min-width: 767px) {
  .l-reservation__text {
    text-align: center;
    margin-bottom: 3.5rem;
  }
}

/* =====================
    footer
===================== */
.l-footer__top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 767px) {
  .l-footer__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.5rem;
  }
}

.l-footer__logo {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .l-footer__logo {
    gap: 2rem;
  }
}

.l-footer__bottom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .l-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.l-footer__bottom > div {
  width: 100%;
  max-width: 420px;
}
@media (min-width: 1025px) {
  .l-footer__bottom > div {
    max-width: 600px;
  }
}

.l-footer__nav {
  margin-bottom: 2rem;
}

.l-footer__sns {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 767px) {
  .l-footer__sns {
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .l-footer__sns {
    width: auto;
  }
}

.l-copy-right {
  font-size: 10px;
  text-align: center;
  background-color: #F4EEE2;
  padding: 1.5rem 0;
}
@media (min-width: 767px) {
  .l-copy-right {
    font-size: 1rem;
  }
}

/* 読み込み */
.c-shadow {
  box-shadow: 1px 1px 50px rgba(17, 17, 17, 0.15);
}

.c-sec-title {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .c-sec-title {
    margin-bottom: 3.5rem;
  }
}
.c-sec-title .en {
  font-size: 2.25rem;
  font-weight: 500;
  color: #C7A97D;
  margin-bottom: 0.5rem;
}
@media (min-width: 1025px) {
  .c-sec-title .en {
    font-size: 2rem;
  }
}
.c-sec-title .ja {
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .c-sec-title .ja {
    font-size: 0.875rem;
  }
}

.c-sec-sub-title {
  color: #C7A97D;
  font-size: 1.5rem;
  font-weight: 400;
}

.c-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 1025px) {
  .c-text {
    font-size: 15px;
  }
}

@media (min-width: 1025px) {
  .c-hover {
    transition: all 0.2s ease;
  }
  .c-hover:hover {
    color: #C7A97D;
  }
}

.c-btn {
  width: 100%;
  display: block;
  background-color: #C7A97D;
  color: #F5F5F5;
  text-align: center;
  border: 1px solid #C7A97D;
  padding: 1rem 0;
}
@media (min-width: 767px) {
  .c-btn {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 1025px) {
  .c-btn {
    font-size: 0.875rem;
    padding: 1.5rem 2rem;
    transition: all 0.3s ease;
  }
}

@media (min-width: 1025px) {
  .c-btn:not(.reservation):hover {
    color: #C7A97D;
    background-color: transparent;
  }
}

.c-btn.reservation {
  color: #C7A97D;
  background-color: #F4EEE2;
  border: 1px solid #F4EEE2;
}
@media (min-width: 1025px) {
  .c-btn.reservation:hover {
    color: #F5F5F5;
    background-color: transparent;
  }
}

.c-instagram {
  width: 24px;
  height: 24px;
  display: block;
}

.c-fade-mv {
  opacity: 0;
  transform: var(--start-pos, translate(0, 0));
  transition: opacity 0.8s ease;
}
.c-fade-mv[data-direction=left] {
  --start-pos: translateX(-10px);
}
.c-fade-mv[data-direction=right] {
  --start-pos: translateX(10px);
}
.c-fade-mv[data-direction=up] {
  --start-pos: translateY(-10px);
}
.c-fade-mv[data-direction=down] {
  --start-pos: translateY(10px);
}
.c-fade-mv[data-direction=up-left] {
  --start-pos: translate(-10px, -10px);
}
.c-fade-mv[data-direction=up-right] {
  --start-pos: translate(10px, -10px);
}
.c-fade-mv[data-direction=down-left] {
  --start-pos: translate(-10px, 10px);
}
.c-fade-mv[data-direction=down-right] {
  --start-pos: translate(10px, 10px);
}
.c-fade-mv[data-direction=left-down] {
  --start-pos: translate(-10px, 10px);
}

.c-fade-mv--active {
  opacity: 1;
  -webkit-animation: fadeMove 1.5s forwards;
          animation: fadeMove 1.5s forwards;
}

.c-fade {
  opacity: 0;
  transform: var(--start-pos, translate(0, 0));
  transition: opacity 0.8s ease;
}
.c-fade[data-direction=left] {
  --start-pos: translateX(-10px);
}
.c-fade[data-direction=right] {
  --start-pos: translateX(10px);
}
.c-fade[data-direction=up] {
  --start-pos: translateY(-10px);
}
.c-fade[data-direction=down] {
  --start-pos: translateY(10px);
}
.c-fade[data-direction=up-left] {
  --start-pos: translate(-10px, -10px);
}
.c-fade[data-direction=up-right] {
  --start-pos: translate(10px, -10px);
}
.c-fade[data-direction=down-left] {
  --start-pos: translate(-10px, 10px);
}
.c-fade[data-direction=down-right] {
  --start-pos: translate(10px, 10px);
}
.c-fade[data-direction=left-down] {
  --start-pos: translate(-10px, 10px);
}

.c-fade--active {
  opacity: 1;
  -webkit-animation: fadeMove 1.5s forwards;
          animation: fadeMove 1.5s forwards;
}

@-webkit-keyframes fadeMove {
  0% {
    transform: var(--start-pos);
  }
  80% {
    transform: translate(3, 3);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes fadeMove {
  0% {
    transform: var(--start-pos);
  }
  80% {
    transform: translate(3, 3);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* =====================
    読み込み
===================== */
/* =====================
    共通
===================== */
/* header */
.p-hamburger {
  position: relative;
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 3000;
}
.p-hamburger__img {
  display: block;
  width: 37px;
  transform-origin: center;
}
.p-hamburger__menu {
  width: 100%;
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  transition: ease 0.3s;
  color: #4A4A4A;
  transform-origin: center;
}
.p-hamburger__menu.open {
  opacity: 1;
}
.p-hamburger__menu.back {
  opacity: 0;
}
@media (min-width: 767px) {
  .p-hamburger {
    display: none;
  }
}

.is-open.p-hamburger .p-hamburger__menu.open {
  opacity: 0;
}

.is-open.p-hamburger .p-hamburger__menu.back {
  opacity: 1;
}

@-webkit-keyframes rotateSlowStop {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(300deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateSlowStop {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(300deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-nav {
  height: 100vh;
  background-color: #F4EEE2;
  position: fixed;
  inset: 0;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.p-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 767px) {
  .p-nav {
    width: 100%;
    height: auto;
    background-color: transparent;
    position: relative;
    z-index: 2000;
    opacity: 1;
    pointer-events: auto;
  }
}

.p-nav___inner {
  width: 100%;
}

.p-nav__header {
  padding: 1rem 0 1.5rem 1.5rem;
}
@media (min-width: 767px) {
  .p-nav__header {
    display: none;
    padding: 0;
  }
}

.p-nav__logo {
  width: 117px;
}
@media (min-width: 767px) {
  .p-nav__logo {
    display: none;
  }
}

.p-nav__flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3.5rem;
  position: relative;
  margin-top: 40px;
  margin-bottom: 2.5rem;
  padding: 0 2.5rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .p-nav__flex {
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .p-nav__flex {
    gap: 4rem;
  }
}

.p-nav__flex--menu {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (min-width: 767px) {
  .p-nav__flex--menu {
    display: block;
  }
}

.p-nav__menu {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
@media (min-width: 767px) {
  .p-nav__menu {
    font-size: 1.25rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 1025px) {
  .p-nav__menu {
    font-size: 1.5rem;
  }
}
.p-nav__menu.footer {
  text-align: left;
}
@media (min-width: 767px) {
  .p-nav__menu.footer {
    flex-direction: row;
    justify-content: flex-end;
    text-align: left;
    font-size: 1.5rem;
  }
}

.p-nav__text {
  display: none;
  white-space: normal;
}
@media (min-width: 767px) {
  .p-nav__text {
    display: block;
    font-size: 10px;
    margin-top: 6px;
    text-align: right;
  }
}
@media (min-width: 1025px) {
  .p-nav__text {
    margin-top: 12px;
    text-align: left;
  }
}

.p-mv {
  height: 50%;
  position: relative;
  z-index: 100;
}
@media (min-width: 1025px) {
  .p-mv {
    height: 64%;
    margin-right: 140px;
  }
}

.p-mv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 10;
  opacity: 0;
}

.p-mv__mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 100;
}

.mv-pc {
  display: none;
}
@media (min-width: 1025px) {
  .mv-pc {
    display: block;
  }
}

@media (min-width: 1025px) {
  .mv-sp {
    display: none;
  }
}

.p-mv__text {
  position: absolute;
  left: 56px;
  bottom: 80px;
  z-index: 1000;
  color: #F5F5F5;
}
@media (min-width: 767px) {
  .p-mv__text {
    left: 6rem;
    bottom: 15%;
  }
}
@media (min-width: 1025px) {
  .p-mv__text {
    left: 160px;
    bottom: 20%;
  }
}
.p-mv__text--main {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .p-mv__text--main {
    font-size: 1.5rem;
  }
}
@media (min-width: 767px) {
  .p-mv__text--main {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}
.p-mv__text--sub {
  display: block;
  font-size: 10px;
  font-weight: 400;
}
@media (min-width: 767px) {
  .p-mv__text--sub {
    font-size: 1.25rem;
  }
}

.p-mv__img,
.p-mv__mask,
.p-mv__text,
.l-news, .l-mv__btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease-out, transform 1.2s cubic-bezier(0.25, 0.6, 0.3, 1);
}

.p-mv__img.c-fade-mv--active,
.p-mv__mask.c-fade-mv--active,
.p-mv__text.c-fade-mv--active,
.l-news.c-fade-mv--active,
.l-mv__btn.c-fade-mv--active {
  opacity: 1;
}

.p-news {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .p-news {
    gap: 1rem;
  }
}

.p-news__title {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .p-news__title {
    font-size: 1.25rem;
  }
}

.p-news__all {
  text-align: right;
  font-size: 0.75rem;
}

.p-news__link {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  gap: 0.5rem;
}
@media (min-width: 1025px) {
  .p-news__link {
    font-size: 0.9375rem;
    flex-direction: row;
    gap: 5rem;
  }
}

.p-concept {
  background-color: #F4EEE2;
  padding: 2.5rem 2.5rem 207px 2.5rem;
}
@media (min-width: 1025px) {
  .p-concept {
    width: 74%;
    padding: 6.125rem 16.25rem 6.125rem 16.25rem;
  }
}

.p-concept__content .c-sec-sub-title {
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .p-concept__content .c-sec-sub-title {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .p-concept__content__text {
    width: 54%;
  }
}

.p-concept__img {
  margin-top: -167px;
  padding: 0 2.5rem;
}
@media (min-width: 1025px) {
  .p-concept__img {
    width: 32%;
    margin-top: 0;
    margin-left: -9%;
    margin-right: auto;
  }
}

.p-feature {
  background-color: #F4EEE2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 2.5rem;
  margin-bottom: 2.5rem;
}
.p-feature.is-last {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .p-feature {
    width: 77%;
    gap: 5rem;
    padding: 2.5rem 5rem;
    margin-bottom: 5rem;
  }
  .p-feature.right {
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
  }
  .p-feature.left {
    flex-direction: row-reverse;
    justify-content: center;
    margin-right: auto;
  }
}

.p-feature__main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .p-feature__main {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
  }
}
.p-feature__main--number {
  font-size: 1.5rem;
  font: 400;
}
@media (min-width: 1025px) {
  .p-feature__main--number {
    font-size: 2rem;
  }
}
.p-feature__main--title {
  color: #C7A97D;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .p-feature__main--title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .p-feature__img {
    width: 29%;
  }
}

.p-menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 767px) {
  .p-menu {
    flex-direction: row;
    justify-content: center;
    gap: 4%;
  }
}

.p-menu__list {
  width: 100%;
  aspect-ratio: 19/20;
}
@media (min-width: 1025px) {
  .p-menu__list {
    max-width: 304px;
  }
}

.p-menu__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

/* 奥の画像 */
.p-menu__list--img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 10;
}

/* 現在のマスク */
.p-menu__list--mask {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 20;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.p-menu__list:hover .p-menu__list--mask {
  opacity: 0;
}

.p-menu__title {
  width: 100%;
  color: #F5F5F5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
}

.p-menu__list--title {
  font-size: 2rem;
}

.p-menu__list--sub-title {
  font-size: 13px;
}

/* ホバー用の白マスク */
.p-menu__hover-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.87);
  opacity: 0;
  z-index: 40;
  transition: opacity 0.6s ease;
}

/* 花びらグループ */
.p-menu__flowers {
  position: absolute;
  inset: 0;
  z-index: 50;
  pointer-events: none;
}

/* 共通初期状態 */
.p-menu__flowers .flower {
  position: absolute;
  opacity: 0;
  transition: all 0.8s ease;
}

/* 上半分：左上から */
.p-menu__flowers .is-top {
  transform: scale(0.8) translate(-20px, -20px) rotate(-6deg);
}

/* 下半分：右下から */
.p-menu__flowers .is-bottom {
  transform: scale(0.8) translate(20px, 20px) rotate(6deg);
}

/* 花びらの位置（例） */
.f1 {
  width: 74px;
  top: 12px;
  left: 18px;
}

.f2 {
  width: 41px;
  top: 25px;
  left: 122px;
}

.f3 {
  width: 35px;
  top: 98px;
  left: 21px;
}

.f5 {
  width: 34px;
  bottom: 18px;
  right: 59px;
}

.f4 {
  width: 31px;
  bottom: 52px;
  right: 21px;
}

.p-menu__list:hover .p-menu__title {
  color: #4A4A4A;
}

.p-menu__list:hover .p-menu__list--mask {
  opacity: 0;
}

/* ホバー時のアニメーション */
.p-menu__list:hover .p-menu__hover-mask {
  opacity: 1;
}

.p-menu__list:hover .flower {
  opacity: 1;
  transform: scale(1) translate(0, 0) rotate(0);
}

/* =====================
    salon
===================== */
.p-salon {
  margin-top: -40px;
  background-color: #F4EEE2;
  padding: 5rem 2.5rem 2.5rem 2.5rem;
}
@media (min-width: 1025px) {
  .p-salon {
    margin-top: 0;
    width: 74%;
    padding: 6.125rem 16.25rem 6.125rem 16.25rem;
  }
}

.p-salon__content .c-sec-sub-title {
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .p-salon__content .c-sec-sub-title {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .p-salon__content__text {
    width: 54%;
  }
}

.p-salon__img {
  padding: 0 2.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  .p-salon__img {
    width: 32%;
    margin-right: -9%;
    margin-left: auto;
  }
}

/* =====================
    footer
===================== */
.p-footer__text {
  font-size: 1rem;
  color: #C7A97D;
}
@media (min-width: 1025px) {
  .p-footer__text {
    font-size: 1.25rem;
  }
}

.p-footer__info {
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .p-footer__info {
    font-size: 0.9375rem;
  }
}

/* =====================
    reservation
===================== */
.p-reservation {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 767px) {
  .p-reservation {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .p-reservation {
    gap: 4.5rem;
  }
}

.p-reservation__title {
  color: #F5F5F5;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .p-reservation__title {
    font-size: 1.5rem;
  }
}

.p-reservation__content {
  flex: 1;
  color: #F5F5F5;
  background-color: #C7A97D;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.p-reservation__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.p-reservation__text {
  margin-bottom: 2.5rem;
}

/* =====================
    プルメリア
===================== */
.p-nav__plumeria01 {
  width: 140px;
  position: absolute;
  top: 71px;
  left: 12px;
}
@media (min-width: 767px) {
  .p-nav__plumeria01 {
    display: none;
  }
}

.p-nav__plumeria02 {
  width: 90px;
  position: absolute;
  bottom: 71px;
  right: 12px;
}
@media (min-width: 767px) {
  .p-nav__plumeria02 {
    display: none;
  }
}

.p-plumeria-group01 {
  display: block;
  width: 64px;
  height: 59px;
  position: absolute;
  top: 120px;
  right: 10px;
  z-index: 10000;
}
@media (min-width: 1025px) {
  .p-plumeria-group01 {
    width: 115px;
    height: 102px;
    top: 165px;
    right: 110px;
  }
}

.p-plumeria-group02 {
  display: block;
  width: 80px;
  height: 107px;
  position: absolute;
  top: 50%;
  left: 11px;
  z-index: 1000;
}
@media (min-width: 767px) {
  .p-plumeria-group02 {
    top: 75%;
  }
}
@media (min-width: 1025px) {
  .p-plumeria-group02 {
    width: 164px;
    height: 213px;
    top: 68%;
    left: 24px;
  }
}

.p-plumeria-group03 {
  display: block;
  width: 96px;
  height: 119px;
  position: absolute;
  top: -21px;
  right: 11px;
  z-index: 1000;
}
@media (min-width: 1025px) {
  .p-plumeria-group03 {
    width: 186px;
    height: 225px;
    bottom: -75px;
    right: 171px;
  }
}

.p-plumeria-group04 {
  display: block;
  width: 111px;
  height: 128px;
  position: absolute;
  bottom: -69px;
  left: 0;
  z-index: 1000;
}
@media (min-width: 1025px) {
  .p-plumeria-group04 {
    width: 143px;
    height: 178px;
    bottom: -98px;
    left: 110px;
  }
}

.p-plumeria-group05 {
  display: block;
  width: 117px;
  height: 129px;
  position: absolute;
  top: 64px;
  right: 0;
  z-index: 1000;
}
@media (min-width: 1025px) {
  .p-plumeria-group05 {
    width: 183px;
    height: 201px;
    top: 20px;
    right: 216px;
  }
}

.p-plumeria {
  display: block;
}
.p-plumeria.img-01 {
  width: 29px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .p-plumeria.img-01 {
    width: 50px;
    top: 0;
    left: 0;
  }
}
.p-plumeria.img-02 {
  width: 27px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .p-plumeria.img-02 {
    width: 50px;
  }
}
.p-plumeria.img-03 {
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .p-plumeria.img-03 {
    width: 35px;
  }
}
.p-plumeria.img-04 {
  width: 42px;
  position: absolute;
  top: 20px;
  left: 5px;
}
@media (min-width: 1025px) {
  .p-plumeria.img-04 {
    width: 95px;
    top: 60px;
    left: 5px;
  }
}
.p-plumeria.img-05 {
  width: 13px;
  position: absolute;
  top: 53px;
  right: 0;
}
@media (min-width: 1025px) {
  .p-plumeria.img-05 {
    width: 28px;
    top: 106px;
  }
}
.p-plumeria.img-06 {
  width: 21px;
  position: absolute;
  bottom: 0;
  right: 13px;
}
@media (min-width: 1025px) {
  .p-plumeria.img-06 {
    width: 41px;
    top: 181px;
    right: 28px;
  }
}
.p-plumeria.img-07 {
  width: 54px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .p-plumeria.img-07 {
    width: 81px;
  }
}
.p-plumeria.img-08 {
  width: 34px;
  position: absolute;
  top: 66px;
  left: 0;
}
@media (min-width: 1025px) {
  .p-plumeria.img-08 {
    width: 50px;
    top: 98px;
    left: 0;
  }
}
.p-plumeria.img-09 {
  width: 32px;
  position: absolute;
  bottom: 0;
  right: 8px;
}
@media (min-width: 1025px) {
  .p-plumeria.img-09 {
    width: 48px;
    bottom: 0;
    right: 11px;
  }
}
.p-plumeria.img-10 {
  width: 29px;
  position: absolute;
  top: 0;
  left: 32px;
}
@media (min-width: 1025px) {
  .p-plumeria.img-10 {
    width: 50px;
    top: 0;
    right: 49px;
  }
}
.p-plumeria.img-11 {
  width: 32px;
  position: absolute;
  top: 57px;
  left: 0;
}
@media (min-width: 1025px) {
  .p-plumeria.img-11 {
    width: 35px;
    top: 102px;
    left: 0;
  }
}
.p-plumeria.img-12 {
  width: 37px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .p-plumeria.img-12 {
    width: 48px;
    bottom: 0;
    right: 0;
  }
}
.p-plumeria.img-13 {
  width: 28px;
  position: absolute;
  top: 0;
  left: 46px;
}
@media (min-width: 1025px) {
  .p-plumeria.img-13 {
    width: 48px;
    top: 0;
    left: 71px;
  }
}
.p-plumeria.img-14 {
  width: 21px;
  position: absolute;
  top: 38px;
  right: 0;
}
@media (min-width: 1025px) {
  .p-plumeria.img-14 {
    width: 33px;
    top: 59px;
    right: 0;
  }
}
.p-plumeria.img-15 {
  width: 14px;
  position: absolute;
  bottom: 37px;
  right: 43px;
}
@media (min-width: 1025px) {
  .p-plumeria.img-15 {
    width: 23px;
    bottom: 58px;
    right: 67px;
  }
}
.p-plumeria.img-16 {
  width: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .p-plumeria.img-16 {
    width: 56px;
    bottom: 0;
    left: 0;
  }
}
.p-plumeria.img-17 {
  width: 151px;
  position: absolute;
  top: -34px;
  left: -31px;
}
@media (min-width: 1025px) {
  .p-plumeria.img-17 {
    width: 268px;
    top: -75px;
    left: -115px;
  }
}
.p-plumeria.img-18 {
  width: 90px;
  position: absolute;
  bottom: -59px;
  right: -40px;
}
@media (min-width: 1025px) {
  .p-plumeria.img-18 {
    width: 147px;
    bottom: -54px;
    right: -119px;
  }
}

/* 読み込み */
.u-sp-only {
  display: inline;
}
@media (min-width: 767px) {
  .u-sp-only {
    display: none;
  }
}

.u-tb-only {
  display: none;
}
@media (min-width: 767px) {
  .u-tb-only {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .u-tb-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media (min-width: 1025px) {
  .u-pc-only {
    display: inline-block;
  }
}

.u-mb-8 {
  margin-bottom: 0.5rem;
}

.u-mb-16 {
  margin-bottom: 1rem;
}

.u-mb-32 {
  margin-bottom: 2rem;
}

.u-mb-64 {
  margin-bottom: 4rem;
}

/* 基本設定（変数、リセットCSSなど） */
/* ヘッダー、フッターなどの共通レイアウト*/
/* パーツ（ボタン、カードなど） */
/*各ページ独自のモジュール（例：トップページの特集など） */
/*1プロパティだけのユーティリティ（margin調整など）*/
/*# sourceMappingURL=style.css.map */