/* ==========================================
    リセット・ベーススタイル
========================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --skin-beige: #77CA4B;
    --skin-beige-light: rgba(119,202,75,0.2);
    --clinical-white: #daecd4;
    --clinical-white-light: rgba(244,241,222,0.3);
    --corporate-brown: #599738;
    --corporate-brown-light: rgba(89,151,56,0.2);
    --font-color: #333333;
    --white: #ffffff;
    --black: #000000;
    --transition: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}



body {
    font-family: 'M PLUS Rounded 1c';
    color: var(--font-color);
    /* line-height: 1.85; */
    background: var(--clinical-white);
    opacity: 0.1;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* @media screen and (min-width: 1025px) and (max-width: 1280px) {
    .all-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    .all-wrapper {
    padding-left: 80px !important;
    padding-right: 80px !important;
    }
}

@media screen and (max-width: 480px) {
    .all-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
} */

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul, ol {
    list-style: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

section.section-title-wrapper {
    /* padding: 0 !important; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
}

section.section-title-wrapper .section-title,
section.section-title-wrapper .section-subtitle {
    text-align: left !important;
}

/* html body section.section-container-wrapper:not(.section-title-wrapper),
html body main section.section-container-wrapper:not(.section-title-wrapper),
html body .all-main section.section-container-wrapper:not(.section-title-wrapper) {
    padding: 64px 20px !important;
    margin: 0 auto;
} */

/* ==========================================
   パンくず
========================================== */
.breadcrumb-wrapper {
    padding: 20px 0;
    width: 100%;
    text-align: left !important;
}

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
    color: var(--corporate-brown);
    letter-spacing: 0.08em;
    text-align: left !important;
}

.bread-dust {
    width: 100%;
    text-align: left !important;
}

body.page-contact-thanks .breadcrumb-wrapper,
body.page-recruit-thanks .breadcrumb-wrapper,
body.page-contact-thanks .bread-dust,
body.page-recruit-thanks .bread-dust {
    text-align: center !important;
}

body.page-contact-thanks .breadcrumb,
body.page-recruit-thanks .breadcrumb {
    justify-content: center !important;
    text-align: center !important;
}

body.page-tamayura .breadcrumb-wrapper,
body.page-yamazakura .breadcrumb-wrapper,
body.page-zenith .breadcrumb-wrapper,
body.page-kanazawa .breadcrumb-wrapper,
body.page-yutowa-yururito .breadcrumb-wrapper,
body.page-yururuka .breadcrumb-wrapper,
body.page-okada-yururito .breadcrumb-wrapper {
    text-align: left !important;
}

body.page-tamayura .breadcrumb,
body.page-yamazakura .breadcrumb,
body.page-zenith .breadcrumb,
body.page-kanazawa .breadcrumb,
body.page-yutowa-yururito .breadcrumb,
body.page-yururuka .breadcrumb,
body.page-okada-yururito .breadcrumb {
    justify-content: flex-start !important;
    text-align: left !important;
}

.breadcrumb-wrapper.breadcrumb-salon-back {
    text-align: left !important;
}

.breadcrumb-wrapper.breadcrumb-salon-back .breadcrumb {
    justify-content: flex-start !important;
    text-align: left !important;
}

.breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb-trail li + li::before {
    content: '\203A';
    color: var(--skin-beige);
    font-size: 1rem;
}

.breadcrumb-trail a,
.breadcrumb-back .breadcrumb-link {
    color: var(--corporate-brown);
    text-decoration: none;
    position: relative;
}

.breadcrumb-trail a::after,
.breadcrumb-back .breadcrumb-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 1px;
    background: var(--corporate-brown);
    transition: width 0.3s ease;
}

.breadcrumb-trail a:hover::after,
.breadcrumb-back .breadcrumb-link:hover::after {
    width: 100%;
}

.breadcrumb-trail [aria-current='page'] {
    color: var(--font-color);
}

.breadcrumb-back .breadcrumb-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb-back .breadcrumb-link::before {
    content: '\2039';
    font-size: 1.1rem;
    color: var(--skin-beige);
}

.container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 64px !important;
    position: relative;
    max-width: 1280px;
}

@media screen and (min-width: 481px) and (max-width: 1024px)  {
    .container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media screen and (min-width: 1025px) {
    .container {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}

.head-container {
    margin: 0 auto;
    padding: 0 !important;
    position: relative;
    max-width: 1280px;
}



.section-container-top-wrapper {
    max-width: 1280px;
    padding: 48px 0;
    position: relative;
    margin: 0 auto;
}
/* ==========================================
   ヘッダー
========================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); */
    z-index: 1000;
    padding: 20px;
}

.nav-list a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 8px;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        var(--skin-beige) 50%,
        transparent 100%
    );
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    color: var(--white);
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-subtitle {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.logo img {
    height: 48px;
    width: auto;
}

.logo-link {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.logo-link:hover {
    opacity: 0.8;
}

.logo-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--corporate-brown);
}

.nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.nav-list {
    display: flex;
    gap: 35px;
    align-items: center;
    color: var(--corporate-brown);
}

.nav-list li {
    transition: background-color 0.3s ease;
    padding: 5px 5px;
}

.nav-list li:hover {
    background-color: var(--clinical-white);
    color: var(--corporate-brown);
}

.nav-list a {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: var(--white);
    position: relative;
    padding: 5px 0;
    text-align: center;
}

.header.is-below-mv .header-content,
.header.is-below-mv .logo-subtitle,
.header.is-below-mv .nav-list a {
    color: var(--font-color);
}

.header.is-contact-page .header-content,
.header.is-contact-page .logo-subtitle,
.header.is-contact-page .nav-list a {
    color: var(--font-color);
}

.header.is-non-top-page .header-content,
.header.is-non-top-page .logo-subtitle,
.header.is-non-top-page .nav-list a {
    color: var(--font-color);
}

/* .nav-list a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: var(--corporate-brown);
    transition: width 0.3s ease;
    color: var(--corporate-brown);
} */

.nav-list a:hover {
    color: var(--corporate-brown);
}

.nav-list a:hover::after {
    width: 100%;
}

.section-title {
    padding: 32px 0 0;
    color: var(--skin-beige-light);
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-size: clamp(32px, 5vw, 48px) !important;
    font-weight: 400;
    text-align: left;
    max-width: 1280px;
}

.reserve-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: var(--skin-beige);
    color: var(--white);
    padding: 12px 8px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    transition: var(--transition);
    white-space: nowrap;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    writing-mode: vertical-rl;
    text-orientation: upright;
    overflow: hidden;
}

.reserve-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--corporate-brown);
    transition: left 0.4s ease;
    z-index: -1;
}

.reserve-btn:hover::before {
    left: 0;
}

.reserve-btn:hover {
    color: var(--white);
}

.reserve-btn .material-icons {
    font-size: 18px;
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    z-index: 1001;
    padding: 8px;
    width: 44px;
    height: 44px;
    position: relative;
}

.mobile-menu-btn span {
    width: 30px;
    height: 2px;
    transition: all 0.3s ease;
    display: block;
    position: relative;
    background: linear-gradient(
        to right,
        var(--corporate-brown) 0%,
        var(--corporate-brown) 50%,
        transparent 100%
    );
}

.mobile-menu-btn.active span{
    background-color: initial;
    background: linear-gradient(
        to right,
        var(--clinical-white) 0%,
        var(--clinical-white) 50%,
        transparent 100%
    );
}

.mobile-menu-btn.active span::after{
    /* gap: 0; */
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 8px;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        var(--corporate-brown) 0%,
        var(--corporate-brown) 50%,
        transparent 100%
    );
}

.mobile-menu-btn.active span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center;
}

.mobile-menu-btn.active span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu-btn.active span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.reservation-link {
    display: none;
}

/* ==========================================
   ヒーローセクション
========================================== */
.hero {
    height: 70vh;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.hero-slider {
    height: 100%;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(1);
    transition: opacity 1s ease-in-out, transform 5s ease;
    object-fit: cover;
    /* background-size: cover !important; */
    background-position: center center !important;
}

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

.hero-slide.active {
    opacity: 1;
    transform: scale(1.1);
}

.hero-content {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-title {
    font-size: 2.75rem;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.8;
    color: var(--white);
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}

.hero-title.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.2em;
    line-height: 2;
    font-size: 2.3rem;
    display: inline-block;   /* 重要 */
    margin: 0 auto;          /* 横方向中央 */

}

/* ヒーローページネーション */
.hero-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.hero-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

.hero-dot.active {
    background: rgba(255, 255, 255, 1);
    width: 4px;
    height: 4px;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--white);
    letter-spacing: 0.16em;
}

.hero-scroll-text {
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.hero-scroll-line {
    position: relative;
    width: 1px;
    height: 44px;
    background: rgba(255, 255, 255, 0.35);
    overflow: hidden;
}

.hero-scroll-line::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    animation: hero-scroll-line 1.6s ease-in-out infinite;
}

@keyframes hero-scroll-line {
    0% {
        top: -100%;
    }
    100% {
        top: 100%;
    }
}

/* ==========================================
   NEWS速報バナー
========================================== */
.news-banner-wrapper{
    position: relative;
    transition: var(--transition);
}

.news-banner-wrapper a {
    padding: 16px;
}

.news-banner-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--corporate-brown);
    transition: left 0.4s ease;
    /* z-index: -1; */
}
.news-banner-wrapper:hover::before {
    left: 0;
}

.news-banner-wrapper:hover {
    color: var(--white);
}

/* .news-banner-link {
    position: absolute;
    bottom: 30px;
    right: 100px;
    z-index: 1000;
    text-decoration: none;
    max-width: 280px;
    width: calc(100% - 60px);
    display: block;
} */

.news-banner-link {
    display: flex;
    flex-direction: column;
    align-items: left;
    background: var(--corporate-brown-light);
    color: var(--white);
    padding: 12px 8px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    transition: var(--transition);
    position: absolute;
    bottom: 30px;
    right: 100px;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    width: 280px;
    height: auto;
    /* opacity: 0.9; */
}

.news-banner-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--corporate-brown);
    transition: left 0.4s ease;
    z-index: -1;
}

.news-banner-link:hover::before {
    left: 0;
}

.news-banner-link:hover {
    color: var(--white);
}

.news-banner-link .material-icons {
    font-size: 18px;
}

/* .news-banner {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('<?php echo get_template_directory_uri(); ?>/images/topvisual/topvisual-001.jpg') center/cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/topvisual/topvisual-001.jpg');
    background-size: cover;
    background-position: center;
    padding: 30px 70px 30px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
} */

.news-banner:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
    background-color: var(--skin-beige);
}

.news-banner-date {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

.news-banner-upper {
    display: flex;
    justify-content: space-between;
    /* align-items: center;
    margin-bottom: 8px; */
}

.news-banner-title {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.6;
    font-weight: 500;
}

.news-banner-arrow {
    position: static;
    right: 25px;
    top: 50%;
    transform: none;
    width: 24px;
    height: 24px;
}

/* .news .section-title {
    color: var(--skin-beige-light)
} */

.news .section-subtitle {
    color: var(--font-color);
}

/* ==========================================
   セクション共通
========================================== */
section {
    padding: 24px 0;
}

.section-container-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.section-header {
    text-align: center;
    margin-bottom: 24spx;
    z-index: 500;
    width: fit-content;
    max-width: 1280px;
}

.section-title {
    padding: 32px 0 0;
    font-size: clamp(32px, 7vw, 64px) !important;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
}

.section-heading {
    font-weight: 500;
    padding: 24px 0;
    font-size: 1.4rem;
    color: var(--font-color);
}

.light-brown-color {
    color: var(--skin-beige-light);
}

.light-brown-color::after {
    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        var(--skin-beige) 50%,
        transparent 100%
    ) !important;
}

.corporate-brown-light-color {
    color: var(--corporate-brown-light);
}

/* .solutions .section-title {
    padding-top: 80px;
    z-index: 800;
} */

.overlay {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 38vh;
    /* background: rgba(59, 23, 0, 0.6); */
    z-index: 100;
    box-shadow: 0 0 20px (var(--corporate-brown).15);
    background: linear-gradient(
    to bottom,
    var(--corporate-brown) 0%,
    var(--corporate-brown) 70%,
    rgba(139, 69, 19, 0) 100%
    );
}

.section-header {
    position: sticky;
    top: 0px;
}

.section-title-h3 {
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: var(--corporate-brown);
    opacity: 0.3;
    margin-top: 103px;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 1.5rem;
    text-align: left;
    color: var(--corporate-brown);
    letter-spacing: 0.08em;
    font-weight: 400;
    min-width: fit-content
}

.solutions .section-subtitle {
    color: var(--clinical-white);
}

.desc-title {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 30px;
}

.solutions .desc-title {
    color: var(--clinical-white);
}

.pickup .desc-title {
    color: var(--corporate-brown);
}

.section-action {
    text-align: center;
    margin-top: 60px;
    max-width: 1280px;
}

.tal {
    text-align: left;
}

/* .section-action:hover {
    cursor: pointer;
    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        transparent 100%
    );
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
} */

.section-action .btn-more .material-icons {
    display: none;
    margin-left: 8px;
}

.section-action .btn-more:hover .material-icons {
    display: inline;
}

.location-container {
    padding: 0 0 80px 0;
    max-width: 1280px;
    margin: 0 auto;
}

.locations-category-title {
    max-width: 1280px;
}

.locations .btn-more .material-icons {
    display: none;
    margin-left: 8px;
}

.locations .btn-more:hover .material-icons {
    display: inline;
}

.reserve-link {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 4px;
    background: var(--skin-beige);
    color: var(--white);
    padding: 8px 6px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    width: 140px;
    height: auto;
    opacity: 0.99;
    text-align: center;
}

.reserve-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--corporate-brown);
    transition: left 0.4s ease;
    z-index: -1;
}

.reserve-link:hover::before {
    left: 0;
}

.reserve-link:hover {
    color: var(--white);
}

.reserve-here {
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1.6;
    font-weight: 500;
    white-space: nowrap;
}

.section-subtitle-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 32px;
    max-width: 1280px;
}
.btn-more {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    color: var(--skin-beige);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding: 6px;
    white-space: nowrap;
    text-decoration: none;
}
.btn-more::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        transparent 100%
    );
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.btn-more:hover::before {
    transform: scaleX(1);
}
.btn-more:hover {
    background: transparent;
    color: var(--white);
    padding-left: 8px;
    transform: translateY(0px);
}
.btn-more::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 8px;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        var(--skin-beige) 50%,
        transparent 100%
    );
}
.btn-more-long {
    padding-right: 40px;
    margin-left: 32px;
    width: 90%;
}

/* .verti {
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: -25%;
    transform: translate(50%, -50%) rotate(90deg);
    width: 100%;
} */
/* .verti2 {
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 40%;
    transform: translate(50%, -50%) rotate(90deg);
    width: 100%;
}
.verti3 {
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 40%;
    transform: translate(50%, -50%) rotate(90deg);
    width: 100%;
}
.verti4 {
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 0%;
    transform: translate(50%, -50%) rotate(90deg);
    width: 100%;
} */

.colorandlength {
    border-bottom: 0.5px solid var(--skin-beige);
}

/* グラデーション下線 */
.btn-more.light-brown-color::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 1px;

    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        var(--skin-beige) 50%,
        transparent 100%
    );
}

.btn-more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 1px;

    background: linear-gradient(
        to right,
        var(--clinical-white) 0%,
        var(--clinical-white) 50%,
        transparent 100%
    );
}

.locations .btn-more::after {
    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        var(--skin-beige) 50%,
        transparent 100%
    );
}

.pickup .section-action .btn-more::after {
    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        var(--skin-beige) 50%,
        transparent 100%
    );
}

/* ここから */



.news-item{
    position: relative;
    overflow: hidden;
    color: var(--skin-beige);
}

.news-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        transparent 100%
    );
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.news-item:hover::before {
    transform: scaleX(1);
}

.news-item:hover {
    color: var(--white);
    padding-left: 8px;
}

.news-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        var(--skin-beige) 50%,
        transparent 100%
    );
}


/* ここまで */


.btn-more__arrow {
    display: inline-flex;
    align-items: center;
    line-height: 1;        /* ← 文字の上下余白を殺す */
}

.solutions {
    padding: 0;
    position: relative;
}

.solutions h2 {
    padding-top: 85px;
}

.solutions::before {
    content: '';
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 80%;
    background: linear-gradient(
        to bottom,
        var(--clinical-white) 0%,
        var(--corporate-brown) 90%,
        rgba(139, 69, 19, 0) 100%
    );
    /* z-index: 100; */
}

.slick-dots {
    bottom: 10px; /* スライダーの外側に下げる */
}

.slick-dots li button:before {
    font-size: 6px; /* ドットのサイズ */
    color: #ffffff;  /* ドットの色 */
    opacity: 0.5;   /* 通常時の透明度 */
}
.slick-dots li.slick-active button:before {
    color: #ffffff; /* アクティブなドットの色 */
    opacity: 1;    /* アクティブ時の透明度 */
}

/* ==========================================
   MISSION
========================================== */

body {
    position: relative;
    background-image: url('../images/back.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 36px;
}
/*
.mission {
    position: relative;
    background-image: url('../images/back.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
} */


/* .mission.section-container-top-wrapper {
} */

.mission .container {
    position: relative;
    z-index: 2;
}

.mission-layout {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: 1.3fr 2.7fr;
    gap: 60px;
    /* align-items: center; */
    position: relative;
}

.mission-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mission-images img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.mission-right {
    position: sticky;
    top: 0;
    height: fit-content;
}

.mission-right .section-header {
    text-align: left;
    margin-bottom: 40px;
    width: fit-content;

}

.mission-content {
    text-align: left;
}

.mission-heading {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 40px;
    color: var(--corporate-brown);
    letter-spacing: 0.05em;
}

.mission-text {
    margin-bottom: 40px;
}

.mission-text p {
    margin-bottom: 20px;
    line-height: 2.1;
    color: var(--font-color);
    font-size: 1rem;
    letter-spacing: 0.03em;
}

/* ==========================================
   SOLUTIONS
========================================== */
#solutions {
    background-color: var(--corporate-brown);
}

.solutions {
    background: var(--clinical-white);
}

.solutions-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
    position: relative;
}

.solutions-intro-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 30px;
    color: var(--clinical-white);
}

.solutions-intro-text {
    line-height: 2;
    color: var(--clinical-white);
    /* max-width: 60%; */
    margin: 0 auto;
}

.solutions-grid {
    /* display: grid; */
    /* grid-template-columns: 40% 60%; */
    gap: 60px;
    position: relative;
}

/* .solution-item {
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
} */

.solution-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 80px auto;
    max-width: 1280px;
    position: relative;
}



/* .solution-images {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
} */

.solution-images {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
}


.solution-item:nth-child(even) {
    grid-template-columns: 1.2fr 1fr;
}

.solution-item:nth-child(even) .solution-image {
    order: 2;
}

.solution-grid .solution-reverse2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.solution-content {
    /* position: sticky; */
    top: 400px;
    height: fit-content;
    position: sticky;
    top: 0;
    height: fit-content;
}

.solution-item:nth-child(even) .solution-content {
    order: 1;
}

.solution-item.solution-reverse {
    grid-template-columns: 1fr 1.2fr;
}

.solution-item.solution-reverse .solution-content {
    order: 1;
}

.solution-item.solution-reverse .solution-images-vertical {
    order: 2;
}

.solution-images-vertical {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.solution-images-vertical img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* border-radius: 4px; */
}

.solution-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 4px;
}

.solution-label {
    font-size: 0.85rem;
    color: var(--clinical-white);
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    padding-top: 260px;
}

.solution-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--clinical-white);
}

.solution-description {
    line-height: 1.9;
    color: var(--clinical-white);
    margin-bottom: 30px;
}

.full-width-image {
    margin: 0;
    padding: 0;
}

.of-contain {
    object-fit: contain;
    width: auto;
    height: 100%;
}

/* ==========================================
   LOCATIONS
========================================== */
.locations {
    background: var(--clinical-white);
}

/* .locations.section-container-wrapper {
    padding: 0 20px !important;
} */



.locations-category {
    margin-bottom: 80px;
}

.locations-category:last-child {
    margin-bottom: 0;
}

.locations-category-title {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin: 40px 0;
    color: var(--skin-beige);
}

.location-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto;
}

.location-grid.resort {
    grid-template-columns: repeat(1fr, 1fr);
}

.location-card {
    display: flex;
    background-color: var(--clinical-white);
    overflow: hidden;
    transition: var(--transition);
    padding: 32px;
    border: solid 1px var(--skin-beige);
    grid-template-columns: repeat(1fr, 1fr);
    width: calc((100% - 16px) / 2);
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.location-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.location-image {
    width: 100%;
}

.location-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.location-content {
    width: 100%;
    padding: 0;
}

.location-name {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--corporate-brown);
}

.location-address {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    color: var(--font-color);
    margin-bottom: 20px;
}

.location-address .material-icons {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.location-description {
    line-height: 1.8;
    color: var(--font-color);
    margin-bottom: 25px;
}

.w100 {
    width: 100%;
}



.location-actions {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.4s ease, opacity 0.4s ease;
    flex-wrap: nowrap;
}

.tal {
    flex-direction: row;
}

.centered {
    justify-content: center;
}

/* ここから */
/*
.btn-more {
    position: relative;
    overflow: hidden;
    color: var(--skin-beige);
}

.btn-more::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        transparent 100%
    );
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.btn-more:hover::before {
    transform: scaleX(1);
}

.btn-more:hover {
    color: var(--white);
    padding-left: 8px;
}

.btn-more::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        var(--skin-beige) 50%,
        transparent 100%
    );
}

.btn-more .material-icons {
    display: none;
    margin-left: 8px;
}

.btn-more:hover .material-icons {
    display: inline;
}

.locations .btn-more .material-icons {
    display: none;
    margin-left: 8px;
}

.locations .btn-more:hover .material-icons {
    display: inline;
} */

/* ここまで */

/* .location-actions:hover {
    transform: translateX(-100px);
    opacity: 0.9;
} */

.btn-reserve {
    background: var(--skin-beige);
    color: var(--white);
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 500;
    transition: var(--transition);
    border-bottom: 1px solid var(--skin-beige);
    cursor: pointer;
    transform: translateX(0);
}

.btn-reserve:hover {
    background: var(--corporate-brown);
}

/* リゾートエリア - 小さいカード */
.location-card-small {
    background: var(--clinical-white);
    overflow: hidden;
    transition: var(--transition);
    border: solid 1px var(--skin-beige);
    width: calc((100% - 32px) / 3);
    padding: 32px;
    box-sizing: border-box;
}

.location-card-small:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.location-card-small .location-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.location-name-small {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--corporate-brown);
}

.location-description-small {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--font-color);
    margin-bottom: 20px;
}

.location-actions-small {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 10px;
}

.btn-reserve-small {
    background: var(--skin-beige);
    color: var(--white);
    padding: 8px 16px;
    /* border-radius: 4px; */
    font-size: 0.85rem;
    text-align: center;
    font-weight: 500;
    transition: var(--transition);
}

.btn-reserve-small:hover {
    background: var(--corporate-brown);
}

.btn-more-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 0.85rem;
    color: var(--corporate-brown);
    font-weight: 500;
}

.bt-none {
    border-top: none;
}

.menu-reservation {
    margin: 32px 0;
}

/* ==========================================
   VOICES
========================================== */
.voices {
    background-image: url('../images/voices/AdobeStock_632764816.jpeg');
    overflow-x: hidden;
    margin: 0 auto;
}

.voices-slider {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 20px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 1280px;
}

.voices-slider::-webkit-scrollbar {
    display: none;
}

.voice-item {
    flex: 0 0 400px;
    /* background: var(--white); */
    padding: 40px;
    /* border-radius: 8px; */
    scroll-snap-align: start;
    border: solid 1px var(--skin-beige);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.voice-text {
    line-height: 1.9;
    color: var(--font-color);
    margin-bottom: 25px;
}

.voice-divider {
    border: none;
    border-top: 1px solid var(--skin-beige);
    margin: 15px 0;
}

.voice-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--light-gray-color);
}

.voice-author {
    font-size: 0.9rem;
    color: var(--font-color);
}

/* ==========================================
   pickup
========================================== */
.pickup {
    background-image: url('../images/back.jpg');
    /* z-index: -1; */
    position: relative;
    margin: 0 auto;
}

.pickup-intro {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.pickup-intro-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--corporate-brown);
}

.pickup-intro-image {
    width: 280px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

.pickup-intro-text {
    line-height: 2;
    color: var(--font-color);
}

.pickup-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1280px;
}

.pickup-item {
    /* background: var(--clinical-white); */
    /* border-radius: 8px; */
    overflow: hidden;
    transition: var(--transition);
}

/* .pickup-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
} */

.pickup-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.pickup-content {
    padding: 16px 0;
}

.pickup-name {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--corporate-brown);
}

.pickup-description {
    line-height: 1.8;
    color: var(--font-color);
    font-size: 0.9rem;
    padding: 0;
}

.pickup .container {
    position: static;
}

/* ==========================================
   NEWS
========================================== */
/* .news {
    background: var(--clinical-white);
} */

.news .btn-more-long::after {
    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        var(--skin-beige) 50%,
        transparent 100%
    );
}

.news-list {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
}

.news-item {
    display: grid;
    /* grid-template-columns: 120px 150px 1fr; */
    gap: 20px;
    align-items: center;
    padding: 18px 0;
    /* border-bottom: 1px solid var(--skin-beige); */
    transition: var(--transition);
    cursor: pointer;
}

.news-item:first-child {
    border-top: 1px solid var(--skin-beige);
}

.news-item:hover {
    /* background: rgba(0, 0, 0, 0.02); */
    padding-left: 20px;
}

.news-date {
    font-size: 0.95rem;
    color: var(--font-color);
    letter-spacing: 0.05em;
}

.news-category {
    display: inline-block;
    padding: 5px 8px;
    background: transparent;
    border: 1px solid var(--skin-beige);
    border-radius: 8px;
    font-size: 0.85rem;
    color: var(--skin-beige);
    text-align: center;
    width: fit-content;
}

.news-item:hover .news-category {
    color: var(--white);
}

/* .news-item h3 {
    color: var(--black);
} */

.news-title {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--corporate-brown);
}

.mission.section-container-top-wrapper.section-container-wrapper {
    padding: 0;
}

.logo-center-image img {
    margin: 0 auto;
}

.yururuka-gallery-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ==========================================
   CAREERS
========================================== */
.careers {
    background: url('../images/recruit/263A3620.jpg') center center/cover no-repeat;
    position: relative;
    padding: 64px 20px;
    margin: 0 auto;
}

.careers::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.section-title.careers-title {
    font-size: 8vw;
    padding-right: 36px;
}

.careers .container {
    position: relative;
    z-index: 2;
}

.careers-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    /* padding: 80px; */
}

.careers-heading {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--white);
}

.careers-text {
    line-height: 2;
    color: var(--white);
    margin-bottom: 40px;
}

.careers .section-subtitle {
    color: var(--white);
}

.btn-careers {
    display: inline-flex;
    align-items: left;
    gap: 8px;
    color: var(--white);
    padding: 15px 42px 15px 0;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    transition: var(--transition);
    border-bottom: 1px solid var(--white);
}

.btn-careers:hover {
    background: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px var(--white);
    color: var(--skin-beige);
}

.fadein-up {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fadein-up.is-show {
    opacity: 1;
    transform: translateY(0);
}

.container .four-fr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 24px 0;
}

.footer-content {
    display: flex;
    flex-direction: row-reverse;
    gap: 48px;
    justify-content: space-between;
    max-width: 1280px;
}

.all-main {
    /* background-color: var(--clinical-white); */
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* @media (max-width: 1024px) {
    .all-main {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
} */


/* ==========================================
   フッター
========================================== */
.footer {
    background: url('../images/back.jpg') center center/cover no-repeat;
    color: var(--white);
    padding: 60px 20px 30px 20px;
    position: relative;
    background: var(--corporate-brown);
    margin: 0 auto;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
    pointer-events: none;
}

.footer .container {
    position: relative;
    z-index: 2;
}

.footer-wrapper {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
}

.footer-content {
    margin-bottom: 40px;
}

.footer-main {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-branding {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.footer-logo {
    flex-shrink: 0;
}

.footer-logo img {
    height: 40px;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-info div a {
    color: var(--white);
}

.footer-address {
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-tel {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 500;
}

.tel-icon {
    margin-right: 8px;
    font-size: 1.5rem;
}

.footer-nav {
    margin-bottom: 30px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    justify-content: space-between;
}

.footer-links a {
    font-size: 0.9rem;
    opacity: 0.9;
    color: var(--white);
    transition: var(--transition);
}

.footer-links a:hover {
    opacity: 1;
    color: var(--white);
}

.footer-contact {
    text-align: left;
    margin-bottom: 48px;
    margin-top: 48px;
    display: flex;
    align-items: center;
    /* justify-content: flex-start; */
}

.footer-contact:hover {
    padding-left: 8px;

    transition: transform 0.3s ease;
}

.footer-tel-container {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

/* .btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid var(--skin-beige);
    padding: 12px 48px 12px 0;
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition);
}

.btn-contact:hover {
    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        transparent 100%
    );
    z-index: -1;
    transform: translateX(8px);
    transition: transform 0.3s ease;
} */

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 1280px;
}

.footer-legal {
    display: flex;
    gap: 20px;

}

.footer-legal a {
    font-size: 0.85rem;
    opacity: 0.8;
    transition: var(--transition);
    color: var(--clinical-white);
}

.footer-legal a:hover {
    opacity: 1;
}

.footer-copyright {
    font-size: 0.85rem;
    opacity: 0.8;
}

.footer-social {
    display: flex;
    margin-top: 48px;
}

.footer-social-link {
    vertical-align: middle;
    margin-right: 24px;
    font-size: 1.2rem;
}

.light-gray-color {
    color: var(--font-color);
}

.footer-links a {
    position: relative;
    padding-bottom: 4px;
}

.footer-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: var(--white);
    transition: width 0.3s ease;
}

.footer-links a:hover::after {
    width: 100%;
    color: var(--white);
}

/* ==========================================
   採用ページ（CAREERS）
========================================== */

/* CAREERS HERO */
.careers-hero {
    /* background: var(--clinical-white); */
    padding: 100px 0 60px;
}

.careers-subtitle {
    font-size: 1.5rem;
    color: var(--corporate-brown);
    margin-bottom: 40px;
    font-weight: 400;
}

.careers-divider {
    width: 100%;
    height: 1px;
    background: var(--corporate-brown-light);
    border: none;
    margin: 60px 0;
}

.container .careers-catchphrase {
    font-size: 1.8rem;
    text-align: center;
    color: var(--corporate-brown);
    line-height: 2;
    margin: 80px 0;
    letter-spacing: 0.08em;
    font-weight: 400;
}

/* MESSAGE SECTION */


.message-section-title {
    font-size: 3rem;
    font-weight: 300;
    color: var(--clinical-white-light);
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}

.message-label {
    font-size: 1.8rem;
    color: var(--corporate-brown);
    font-weight: 400;
}

.message-content-wrapper {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 40px;
    margin-bottom: 60px;
    align-items: flex-start;
}

.message-photo {
    width: 100%;
    /* height: 380px;
    object-fit: cover; */
}

.message-content-wrapper .message-photo img {
    width: 380px;
    height: 380px;
    object-fit: cover;
    display: block;
}

.message-text-box {
    padding: 40px;
}

.message-text-box .message-title {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--corporate-brown);
    line-height: 1.8;
    margin-bottom: 25px;
}

.message-text-box .message-text {
    font-size: 0.95rem;
    line-height: 2;
    color: var(--font-color);
    margin-bottom: 30px;
}

.message-signature {
    text-align: right;
    font-size: 0.9rem;
}

.message-full-image {
    width: 100%;
    margin-top: 60px;
}

.message-full-image img {
    width: 100%;
    height: auto;
    display: block;
}

.reserve-web {
    width: fit-content;
    margin: 0 auto;
    background: var(--skin-beige);
    padding: 12px 24px;
    color: var(--white);
    font-size: 1rem;
    margin: 12px auto;
    display: block;
}
.reserve-web:hover {
    background: var(--corporate-brown);
}

.btn-more.not-hover:hover::before {
    pointer-events: none;
    display: none;
}

.slick-dotted.slick-slider{
    margin-bottom: 20px;
}

.glass {
    background: rgba(var(--skin-beige), 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

@media screen and (min-width: 769px){
    .logo-link.white-logo {
        display: none;
    }
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
    .location-card {
        display: block;
        width: 100%;
    }

    .nav-list.reservation-link.mobile {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--corporate-brown);
        z-index: 10000;
    }

    .logo-link.white-logo {
        display: block;
    }

    .location-grid {
        display: block;
    }

    .location-card-small {
        width: 100%;
    }

    .message-content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .message-photo {
        max-width: 380px;
        margin: 0 auto;
    }

    .mobile-menu-btn{
        display: block;
    }

    .nav {
        display: none;
    }

    .mobile-menu-btn {
        position: relative;
    }

    .mobile-menu-btn span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .mobile-menu-btn span:nth-child(1) {
        top: 14px;
    }

    .mobile-menu-btn span:nth-child(2) {
        top: 26px;
    }

    .mobile-menu-btn.active span {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100vh);
        background: var(--corporate-brown);
        backdrop-filter: blur(10px);
        padding: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .nav.active {
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .nav-list {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .nav-list li {
        /* border-bottom: 1px solid var(--white); */
        width: 100%;
        padding-bottom: 12px;
    }

    .nav-list li:last-child {
        border-bottom: none;
    }

    .nav-list a {
        font-size: 1rem;
        padding: 10px 0;
        color: var(--white);
        display: block;
    }

    /* .nav-list a::after {
        background: var(--white);
    } */

    .nav-list a:hover {
        color: var(--corporate-brown);
    }

    /* .reservation-link {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
} */

    .reservation-link {
        display: none;
    }

    .reserveation-link-btn {
        display: block;
        padding: 12px;
        width: 100%;

}
    .nav-list .reserveation-link-btn:hover {
        background: var(--clinical-white);
}
    .location-card {
        flex-direction: column;
        margin: 20px 0;
    }

    .location-image {
        width: 100%;
        height: auto;
    }

    .location-content {
        width: 100%;
    }

    .footer-wrapper {
        flex-direction: column;
    }

    .mission-right {
        position: static;
    }

    .solutions::before {
        display: none;
    }

    .solution-content {
        position: static;
    }

    .section-header {
        position: static;
    }
}

.proposal-description-title {
    font-size: 18px;
    line-height: 2;
    font-weight: 600;
}


@media screen and (max-width: 768px) {
    .header {
        background: none;
    }

    .container .careers-catchphrase {
        margin: 0;
    }

    .overlay {
        display: none;
    }

    .about-catchphrase-section {
        padding: 0;
    }

    /* .section-container-top-wrapper {
        padding: 0;
    } */


    p {
        font-size: 0.8rem;
    }

    .location-card {
        padding: 16px;
        margin-top: 16px;
    }

    .location-card-small {
        margin-top: 16px;
    }

    .pickup-intro-image {
        width: 140px;
    }

    .resort-image {
        width: 100%;
        height: 140px;
    }




    .hero {
        padding-top: 50vh;
    }

    .hero-slider {
        width: 80%;
        margin: 0 auto;
    }

    .hero-slide.active {
    opacity: 1;
    transform: scale(1);
}

    .hero-slide {
        width: 100%;
    }

    .hero-scroll-indicator {
        bottom: 70px;
    }

    .hero-scroll-text {
        font-size: 0.65rem;
    }

    .hero-scroll-line {
        height: 36px;
    }

    .hero-title {
        text-shadow: none;
    }

    .careers-subtitle {
        font-size: 1.2rem;
    }

    .container .careers-catchphrase {
        font-size: 3.5vw;
        margin: 24px 0;
    }

    .message-section-title {
        font-size: 2rem;
    }

    .message-text-box {
        padding: 30px;
    }

    .message-text-box .message-title {
        font-size: 1.1rem;
    }

    .message-text-box .message-text {
        font-size: 0.9rem;
    }

    .section-subtitle {
        font-size: 1.1rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

    .footer-main {
        flex-direction: column;
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
}

.material-icons {
    font-size: inherit;
}

.c-white {
    color: var(--white);
    padding-top: 4px;
}
.btn-more.c-white:hover {
    color: var(--corporate-brown);
    background: linear-gradient(
        to right,
        var(--white) 0%,
        transparent 100%
    );
}





/* ここから */
.btn-contact {
    position: relative;
    overflow: hidden;
    color: var(--white);
    padding-bottom: 4px;
}

.btn-contact:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        transparent 100%
    );
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.btn-contact:hover::before {
    transform: scaleX(1);
}

.btn-contact:hover {
    color: var(--white);
    padding-left: 8px;
}

.btn-contact::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        var(--skin-beige) 0%,
        var(--skin-beige) 50%,
        transparent 100%
    );
}
/* ここまで */

.hidden-fields-container {
    display: none;
}

.container.salon-feature {
    margin: 0 !important;
}

/* ==========================================
   レスポンシブ対応
========================================== */
@media screen and (max-width: 1024px) {
    /* .mission-layout {
        display: flex;
        flex-direction: column-reverse;

    } */

    .solution-item:nth-child(even) .solution-image {
        order: 1;
    }

    .solution-item:nth-child(even) .solution-content {
        order: 2;
    }

    .location-grid {
        grid-template-columns: 1fr;
    }

    .location-grid.resort {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .location-grid.resort .location-card-small {
        width: calc((100% - 16px) / 2);
    }

    .pickup-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 840px) {
    .location-grid.resort .location-card-small {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .hero {
        height: 100vh;
        background-image: url('../images/mv-back.png') ;
    }

    .hero-content {
        top: -25svh;
    }

    .hero-slide {
        height: 100vh;
    }

    .hero-title.vertical-text {
        font-size: 1.3rem;
        color: var(--white);
    }

    .news-banner-link {
        width: 100%;
        position: static;
    }

    .location-image img {
    width: 100%;
    height: 140px;
}
    .solution-item {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column-reverse;
    }

    .mission-layout {
        display: flex;
        flex-direction: column-reverse;
    }

    .hero-title {
        font-size: 2rem;
    }

    .change-order {
    flex-direction: column;
    }

    .nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100vh);
        background: var(--corporate-brown);
        backdrop-filter: blur(10px);
        padding: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .nav.active {
        display: flex;
        justify-content: start;
        flex-direction: column;
    }

    .nav-list {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        margin-top: 20px;
    }

    .nav-list li {
        /* border-bottom: 1px solid var(--white); */
        width: 100%;
        padding-bottom: 12px;
    }

    .nav-list li:last-child {
        border-bottom: none;
    }

    .nav-list a {
        font-size: 1rem;
        padding: 10px 0;
        color: var(--white);
    }

    /* .reservation-link {
        position: absolute;;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 auto;
        display: block;
    } */

    .mobile-menu-btn {
        display: flex;
    }

    .reserve-btn {
        display: none;
    }

    .news-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .location-grid.resort {
        grid-template-columns: 1fr;
    }

    .pickup-grid {
        grid-template-columns: 1fr;
    }

    .voice-item {
        flex: 0 0 300px;
        padding: 30px;
    }

    .footer-main {
        flex-direction: column;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    section {
        padding: 24px 0;
    }

    .container {
        padding: 0 20px;
    }

    .hero {
        height: 100vh;
    }

    .salon-info-table tr {
        padding: 0 !important;
    }

    .recruitment-wrapper2 {
        padding: 0 16px;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .mission-heading {
        font-size: 1.4rem;
    }

    .solutions-intro-title {
        font-size: 1.5rem;
    }

    /* .solution-item {
        padding: 25px;

    } */

    /* .location-content {
        padding: 20px;
    } */

    .news-banner-link {
        font-size: 0.9rem;
    }

    .container .four-fr {
    display: block;
}

/* ==========================================
   トップ以外ページ 共通セクション余白
========================================== */
body:not(.home):not(.front-page) section {
    padding: 24px 0;

}

body:not(.home):not(.front-page) > section:first-of-type,
body:not(.home):not(.front-page) main > section:first-of-type {
    padding-top: 149px;
}

.max-w1280px-wrapper {
    max-width: 1280px !important;
}



.container.salon-info-wrapper.w100per {
    display: block !important;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    p {
        font-size: 0.875rem !important;
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.1rem !important;
    }

    h1.section-title {
        font-size: 8vw !important;
    }

}
}

.all-main.solutions-main {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* .mission.section-container-top-wrapper.section-container-wrapper {
    padding: 0 20px 64px 20px !important;
} */

.pad-top-bottom-120px {
    padding: 120px 0 0 0!important;
}

.pad-top-64px {
    padding-top: 64px!important;
}

/* @media screen and (min-width: 481px) and (max-width: 1024px) {
    .pad-top-64px {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
} */

/* .pad-top64-left20 {
    padding: 64px 0 0 20px !important;
}

.pad-top-200px {
    padding: 200px 0 0 0!important;
} */

/* ==========================================
   トップページ 指定セクション横余白
========================================== */
body.home .mission,
body.home .solutions,
body.home .locations,
body.home .voices,
body.home .pickup,
body.home .news,
body.home .careers,
body.front-page .mission,
body.front-page .solutions,
body.front-page .locations,
body.front-page .voices,
body.front-page .pickup,
body.front-page .news,
body.front-page .careers {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

/* @media screen and (min-width: 481px) and (max-width: 1024px) {
    body.home .mission,
    body.home .solutions,
    body.home .locations,
    body.home .voices,
    body.home .pickup,
    body.home .news,
    body.home .careers,
    body.front-page .mission,
    body.front-page .solutions,
    body.front-page .locations,
    body.front-page .voices,
    body.front-page .pickup,
    body.front-page .news,
    body.front-page .careers {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media screen and (max-width: 480px) {
    body.home .mission,
    body.home .solutions,
    body.home .locations,
    body.home .voices,
    body.home .pickup,
    body.home .news,
    body.home .careers,
    body.front-page .mission,
    body.front-page .solutions,
    body.front-page .locations,
    body.front-page .voices,
    body.front-page .pickup,
    body.front-page .news,
    body.front-page .careers {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
} */

@media screen and (min-width: 481px) and (max-width: 1024px) {
    .padding-correct {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media screen and (min-width: 480px) {
    .all-main {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 1024px)  {
    .all-main {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media screen and (min-width: 1025px) {
    .all-main {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 1024px)  {
    .footer-content{
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media screen and (min-width: 1025px) {
    .footer-content {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 1024px)  {
    .policy-main.mt120w90-center{
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media screen and (min-width: 1025px) {
    .policy-main.mt120w90-center{
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}

