/*
================================================================================


Front Page Styles (Swiper version)
- ファイルパス: /assets/css/front-page.css
- 説明: トップページにのみ適用されるスタイル

================================================================================
*/
.p-hero-slider {
    width: 100%;
    height: 75vh;
    min-height: 500px;
}
.p-hero-slider .swiper-slide {
    width: 70%;
    transition: transform 0.4s, opacity 0.4s;
}
.p-hero-slider .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.3;
}
.p-hero-slider__item {
    position: relative;
    width: 100%;
    height: 100%;
}
.p-hero-slider__image {
    width: 100%;
    height: 100%;
}
.p-hero-slider__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-hero-slider__content {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    width: 90%;
    transition: opacity 0.4s;
}
.swiper-slide:not(.swiper-slide-active) .p-hero-slider__content {
    opacity: 0;
}
.p-hero-slider__content--center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.p-hero-slider__content--bottom {
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.p-hero-slider__title {
  font-family: 'Questrial', sans-serif;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.p-hero-slider__title--multiline {
    font-size: 7rem;
    line-height: 1;
    margin-bottom: 0.5em;
}
.p-hero-slider__title-serif {
    font-family: 'Noto Serif JP', serif;
    font-size: 7rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 0.3em 0;
}
.p-hero-slider__subtitle-en {
  font-family: 'Questrial', sans-serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin: 0;
}
.p-hero-slider__subtitle-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  line-height: 1.6;
  margin-top: 0.2em;
  letter-spacing: 0.1em;
}
.p-hero-slider__subtitle-ja--large {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .05em;
}
.p-hero-slider__subtitle-ja--small {
    font-family: 'Noto Serif JP', serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .05em;
    margin-top: 0;
}
.p-hero-slider__subtitle-ja--medium {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .1em;
    margin-top: 0.3em;
}
.p-hero-slider .swiper-button-prev,
.p-hero-slider .swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: rgba(183, 161, 139, 0.7);
    color: #fff;
    transition: background-color 0.3s;
}
.p-hero-slider .swiper-button-prev:hover,
.p-hero-slider .swiper-button-next:hover {
    background-color: rgba(183, 161, 139, 1);
}
.p-hero-slider .swiper-button-prev::after,
.p-hero-slider .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
}
.p-hero-slider .swiper-button-prev {
    left: 140px;
    right: auto;
}
.p-hero-slider .swiper-button-next {
    right: 140px;
    left: auto;
}
.p-hero-slider .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 20px;
    top: auto;
    left: 0;
    width: 100%;
}
.p-hero-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #FFF;
    opacity: 1;
    margin: 0 8px !important;
}
.p-hero-slider .swiper-pagination-bullet-active {
    background-color: #b7a18b;
}
@media screen and (max-width: 768px) {
    .p-hero-slider .swiper-slide {
        width: 100%;
    }
    .p-hero-slider .swiper-slide:not(.swiper-slide-active) {
        transform: none;
        opacity: 1;
    }
    .p-hero-slider {
        height: 70vh;
        min-height: 400px;
    }
    .p-hero-slider__content {
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    }
    .p-hero-slider__title { font-size: 4.5rem; }
    .p-hero-slider__title-serif { font-size: 4rem; }
    .p-hero-slider__title--multiline {
        font-size: 3.5rem;
    }
    .p-hero-slider__subtitle-en {
        font-size: 2.6rem;
    }
    .p-hero-slider__subtitle-ja {
        font-size: 2.5rem;
        line-height: 1.5;
    }
    .p-hero-slider__subtitle-ja--large {
        font-size: 1.6rem;
    }
    .p-hero-slider__subtitle-ja--small {
        font-size: 1.5rem;
    }
    .p-hero-slider__subtitle-ja--medium {
        font-size: 1.8rem;
    }
    .p-hero-slider__content--bottom { bottom: 15%; }
    .p-hero-slider .swiper-button-prev,
    .p-hero-slider .swiper-button-next {
        width: 40px;
        height: 40px;
    }
     .p-hero-slider .swiper-button-prev::after,
    .p-hero-slider .swiper-button-next::after {
        font-size: 14px;
    }
    .p-hero-slider .swiper-button-prev {
        left: 15px;
    }
    .p-hero-slider .swiper-button-next {
        right: 15px;
    }
}


.p-concept {
    background-color: #f8f7f5;
    padding: 100px 0;
}
.p-concept__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.p-concept__text-wrapper {
    flex: 1;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p-concept__title {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin: 0 0 1.5em 0;
    background-color: #fff;
    padding: 0.8em 1.5em;
    display: inline-block;
    width: auto;
    border-bottom: none;
}
.p-concept__text {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: left;
    display: inline-block;
    width: auto;
    letter-spacing: 0.1em;
}
.p-concept__image-wrapper {
    flex: 1;
    max-width: 500px;
}
.p-concept__image-wrapper img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .p-concept {
        padding: 60px 0;
    }
    .p-concept__inner {
        flex-direction: column;
        padding: 0 30px;
    }
    .p-concept__text-wrapper {
        margin-bottom: 40px;
        max-width: 100%;
    }
    .p-concept__title {
        font-size: 2.2rem;
    }
    .p-concept__text {
        font-size: 1.5rem;
    }
}


.p-coupon {
    padding: 100px 0;
}
.p-coupon__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}
.p-coupon__title {
    text-align: center;
    margin-bottom: 60px;
}
.p-coupon__title-en {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 3.2rem;
    font-style: italic;
    margin-bottom: 0.2em;
}
.p-coupon__title-ja {
    font-size: 1.6rem;
    font-weight: 500;
}
.p-coupon__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
    align-items: flex-start;
    margin-bottom: 60px;
}
.p-coupon__item img {
    width: 100%;
    height: auto;
}
.p-coupon__item:nth-child(2) {
    margin-top: 30px;
}
.p-coupon__item:nth-child(3) {
    margin-top: 60px;
}
.p-coupon__item--large {
    grid-column: 1 / 3;
}
.p-coupon__item--text {
    font-size: 1.4rem;
    line-height: 2;
}
.p-coupon__banner {
    max-width: 700px;
    margin: 0 auto;
}
.p-coupon__banner a {
    transition: opacity 0.3s;
}
.p-coupon__banner a:hover {
    opacity: 0.8;
}
@media screen and (max-width: 900px) {
    .p-coupon__grid {
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }
    .p-coupon__item:nth-child(2),
    .p-coupon__item:nth-child(3) {
        margin-top: 0;
    }
    .p-coupon__item--large {
        grid-column: 1 / 3;
    }
    .p-coupon__item--text {
        grid-column: 1 / 3;
    }
}
@media screen and (max-width: 768px) {
    .p-coupon {
        padding: 60px 0;
    }
    .p-coupon__inner {
        padding: 0 50px;
    }
    .p-coupon__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .p-coupon__item--large,
    .p-coupon__item--text {
        grid-column: auto;
    }
}


.p-salon {
    padding: 50px;
    background-color: #f8f7f5;
}
.p-salon__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 40px;
    background-color: #fff;
}
.p-salon__title {
    text-align: center;
    margin-bottom: 60px;
}
.p-salon__title-en {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 3.2rem;
    font-style: italic;
    margin-bottom: 0.2em;
}
.p-salon__title-ja {
    font-size: 1.6rem;
    font-weight: 500;
}
.p-salon__main {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}
.p-salon__image {
    flex: 1;
    min-width: 0;
}
.p-salon__image img {
    width: 100%;
    height: auto;
}
.p-salon__details {
    flex: 1;
    min-width: 0;
}
.p-salon__name {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1em;
}
.p-salon__address {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 2em;
}
.p-salon__hours {
    font-size: 1.5rem;
}
.p-salon__hours-row {
    display: flex;
    margin-bottom: 1em;
}
.p-salon__hours-row dt {
    background-color: #e5e0d9;
    color: #333;
    padding: 4px 12px;
    font-weight: 500;
    white-space: nowrap;
    width: 120px;
    text-align: center;
}
.p-salon__hours-row:nth-of-type(4) dt {
     background-color: #d1e7e4;
}
.p-salon__hours-row dd {
    margin-left: 20px;
    padding: 4px 0;
}
.p-salon__notes {
    font-size: 1.3rem;
    margin-top: 2em;
    line-height: 1.8;
}
.p-salon__payment {
    margin: 60px 0;
}
.p-salon__payment-intro {
    font-size: 1.4rem;
    margin-bottom: 2.5em;
}
.p-salon__payment-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.p-payment-category__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1em;
}
.p-payment-category img {
    width: 100%;
    height: auto;
}
.p-salon__actions {
    display: flex;
    gap: 20px;
}
.p-salon__button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    font-size: 1.6rem;
    font-weight: 500;
    transition: opacity 0.3s;
}
.p-salon__button:hover {
    opacity: 0.8;
}
.p-salon__button--calendar {
    background-color: #b7a18b;
    color: #fff;
}
.p-salon__button--booking {
    background-color: #f0f0f0;
    color: #333;
}
.p-salon__button::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.p-salon__button--calendar::before {
    background-image: url('/wp-content/themes/IMAGE/assets/images/common/icon-calendar.png');
}
.p-salon__button--booking::before {
    background-image: url('/wp-content/themes/IMAGE/assets/images/common/icon-booking.png');
}
@media screen and (max-width: 768px) {
    .p-salon {
        padding: 30px;
    }
    .p-salon__inner {
        padding: 40px 20px;
    }
    .p-salon__main {
        flex-direction: column;
    }
    .p-salon__payment-logos {
        grid-template-columns: repeat(2, 1fr);
    }
    .p-salon__actions {
        flex-direction: column;
    }
}


.p-private-room {
    padding: 60px 0;
}
.p-private-room__inner {
    display: flex;
    align-items: center;
    gap: 20px;
}
.p-private-room__image-group {
    flex: 1.5;
    position: relative;
    height: 400px;
}
.p-private-room__image {
    position: absolute;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.p-private-room__image--1 {
    width: 65%;
    top: 0;
    left: 0;
    z-index: 1;
}
.p-private-room__image--2 {
    width: 55%;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.p-private-room__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-private-room__text-box {
    flex: 1;
    background-color: #eaf1f0;
    padding: 60px 40px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.p-private-room__title {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: .1em;
    margin: 0 0 1.5em 0;
}
.p-private-room__text {
    font-size: 1.2rem;
    line-height: 1.8;
}
.p-private-room__text:not(:last-child) {
    margin-bottom: 1.5em;
}
@media screen and (max-width: 900px) {
    .p-private-room__inner {
        flex-direction: column;
        gap: 40px;
    }
    /* ▼▼▼【ここから変更】SPでの画像レイアウトを修正 ▼▼▼ */
    .p-private-room__image-group {
        width: 100%;
        max-width: 500px;
        height: auto; /* 高さを自動に */
        position: static; /* positionをリセット */
        display: flex; /* Flexboxで縦並び */
        flex-direction: column;
        gap: 20px; /* 画像間の余白 */
    }
    .p-private-room__image {
        position: static; /* positionをリセット */
        width: 100%; /* 幅を100%に */
        box-shadow: none; /* 影を削除 */
    }
    .p-private-room__image--1,
    .p-private-room__image--2 {
        width: 100%;
    }
    /* ▲▲▲【ここまで変更】▲▲▲ */
    .p-private-room__text-box {
        width: 100%;
        padding: 40px 30px;
    }
}
@media screen and (max-width: 768px) {
    .p-private-room {
        padding: 40px 0;
    }
}


.p-gallery {
    margin: 0; 
}
.p-gallery-slider {
    width: 100%;
    height: 400px; 
}
.p-gallery-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}
.p-gallery-slider .swiper-slide {
    width: auto;
    height: 100%;
}
.p-gallery-slider img {
    height: 100%;
    width: auto;
}
@media screen and (max-width: 768px) {
    .p-gallery {
        margin: 0;
    }
    .p-gallery-slider {
        height: 250px;
    }
}
/*
================================================================================
Features Section
- 説明: 「バナー3種」セクションのスタイル
================================================================================
*/
.p-features {
    padding: 100px 0;
}
.p-features__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.p-features__item {
    width: 100%;
    max-width: 350px;
}
.p-feature-card {
    transition: opacity 0.3s;
}
.p-feature-card:hover {
    opacity: 0.8;
}
.p-feature-card__image {
    margin-bottom: 1.5em;
}
.p-feature-card__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2; /* 画像のアスペクト比を3:2に */
    object-fit: cover;
}
.p-feature-card__title {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-features {
        padding: 60px 0;
    }
    .p-features__inner {
        flex-direction: column;
        align-items: center;
        padding: 0 30px;
    }
}

/*
================================================================================
Information Section
- 説明: 「新着情報」セクションのスタイル
================================================================================
*/
.p-information {
    padding: 50px 0;
}
.p-information__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}
.p-information__title {
    text-align: center;
    margin-bottom: 60px;
}
.p-information__title-en {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 3.2rem;
    font-style: italic;
    margin-bottom: 0.2em;
}
.p-information__title-ja {
    font-size: 1.6rem;
    font-weight: 500;
}
.p-information__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.p-information__item {
    border-bottom: 1px solid #ddd;
}
.p-information__item:first-child {
    border-top: 1px solid #ddd;
}
.p-information__item a {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    transition: background-color 0.3s;
}
.p-information__item a:hover {
    background-color: #f8f7f5;
}
.p-information__date {
    font-size: 1.2rem;
    margin-right: 30px;
    flex-shrink: 0;
}
.p-information__post-title {
    font-size: 1.3rem;
    font-weight: 500;
}
.p-information__button {
    text-align: center;
    margin-top: 50px;
}
.p-information__btn-link {
    display: inline-block;
    background-color: #b7a18b;
    color: #fff;
    padding: 18px 60px;
    font-size: 1.6rem;
    text-decoration: none;
    transition: opacity 0.3s;
}
.p-information__btn-link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .p-information {
        padding: 60px 0;
    }
    .p-information__inner {
        padding: 0 30px;
    }
    .p-information__item a {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
/*
================================================================================
Instagram Section
- 説明: 「Instagram」セクションのスタイル
================================================================================
*/
.p-instagram {
    padding: 100px 0;
}
.p-instagram__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}

.p-instagram__title {
    text-align: center;
    margin-bottom: 60px;
}
.p-instagram__title-en {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 3.2rem;
    font-style: italic;
    margin-bottom: 0.2em;
}
.p-instagram__title-ja {
    font-size: 1.6rem;
    font-weight: 500;
}

.p-instagram__feed {
    margin-bottom: 60px;
}
/* プラグインが出力する画像間の余白を調整 */
#sb_instagram #sbi_images {
    padding: 0 !important;
    gap: 10px; /* 画像間の余白 */
}

.p-instagram__button {
    text-align: center;
}
.p-instagram__btn-link {
    display: inline-block;
    background-color: #b7a18b;
    color: #fff;
    padding: 18px 60px;
    font-size: 1.6rem;
    text-decoration: none;
    transition: opacity 0.3s;
}
.p-instagram__btn-link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .p-instagram {
        padding: 60px 0;
    }
    .p-instagram__inner {
        padding: 0 30px;
    }
    /* SPでは2列にする */
    #sb_instagram.sbi_col_3 #sbi_images {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
/*
================================================================================
Stylebook Section
- 説明: 「スタイルブック」セクションのスタイル
================================================================================
*/
.p-stylebook {
    padding: 100px 0;
}
.p-stylebook__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}
.p-stylebook__title {
    text-align: center;
    margin-bottom: 60px;
}
.p-stylebook__title-en {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 3.2rem;
    font-style: italic;
    margin-bottom: 0.2em;
}
.p-stylebook__title-ja {
    font-size: 1.6rem;
    font-weight: 500;
}
.p-stylebook__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
    margin-bottom: 60px;
}
.p-stylebook-card a {
    transition: opacity 0.3s;
}
.p-stylebook-card a:hover {
    opacity: 0.8;
}
.p-stylebook-card__image {
    margin-bottom: 0.5em;
}
.p-stylebook-card__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1; /* 画像を正方形に */
    object-fit: cover;
}
.p-stylebook-card__title {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
}
.p-stylebook__button {
    text-align: center;
}
.p-stylebook__btn-link {
    display: inline-block;
    background-color: #b7a18b;
    color: #fff;
    padding: 18px 60px;
    font-size: 1.6rem;
    text-decoration: none;
    transition: opacity 0.3s;
}
.p-stylebook__btn-link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .p-stylebook {
        padding: 60px 0;
    }
    .p-stylebook__inner {
        padding: 0 30px;
    }
    .p-stylebook__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
}
/*
================================================================================
Hero Slider Button
================================================================================
*/
.p-hero-slider__button {
    display: inline-block;
    background-color: #fff;
    color: #b7a18b;
    padding: 12px 45px;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid #b7a18b;
    margin-top: 2.5em;
    pointer-events: auto;
    text-shadow: none; /* ← この行を追加 */
}
.p-hero-slider__new-badge {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
    .p-hero-slider__new-badge {
        font-size: 1.8rem;
        margin-bottom: 0.5em;
    }
}

.p-hero-slider__button:hover {
    background-color: #b7a18b;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .p-hero-slider__button {
        padding: 10px 35px;
        font-size: 1.3rem;
        margin-top: 2em;
    }
}
/*
================================================================================
Coupon Banner Section
- 説明: クーポン下の2列バナーのスタイル
================================================================================
*/
/* 既存の .p-coupon__banner は削除 */

.p-coupon__banners-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
  max-width: 900px;
}

.p-coupon__banner-item {
    flex: 1; /* 均等な幅に */
    min-width: 0; /* flexアイテムの縮小を許可 */
}

.p-coupon__banner-item a {
    transition: opacity 0.3s;
}

.p-coupon__banner-item a:hover {
    opacity: 0.8;
}

/* --- レスポンシブ --- */
@media screen and (max-width: 768px) {
    .p-coupon__banners-grid {
        flex-direction: column; /* SPでは縦積みに */
        align-items: center;
        gap: 20px;
        max-width: 500px; /* SPでの最大幅を調整 */
    }
}