@charset "utf-8";
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){-webkit-text-size-adjust:none;color-scheme:dark light}@supports not (min-block-size:100dvb){:where(html){block-size:100%}}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){block-size:100%;block-size:100dvb;line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(button){border-style:solid}:where(a){text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + 0.5rem)}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(:focus-visible){outline:2px solid var(--focus-color,Highlight);outline-offset:2px}:where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #222222;
    line-height: 1.8;
    background-color: #fff;
    position: relative;
    text-size-adjust: 100%;

}
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    width:100%;
}
#header_wrap{
    width: 100%;
}
#header{
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.hero_img{
    width: 100%;
    max-height: 85vh;
    height: 70vw;
}
.hero_img .splide,.hero_img .splide__track{
    height: 100%
}
.hero_img .splide__slide img {
    transition: 8s ease-out;
    object-position: center 80%!important;    
    transform: scale(1.2);
}
.hero_img .splide__slide.is-active img {
    transform: scale(1);
    transition-delay: 0s;
}
.splide__slide{
    cursor: pointer;
}
.hero_img .splide__slide{
    cursor: auto;
}
.splide__pagination{
    bottom: -2em;
}
.splide__pagination__page,.splide__pagination__page.is-active{
    border: none!important;
}
#mv-slide .splide__pagination__page{
    background-color:#ebd4bb!important;
}
#splide-the-prince .splide__pagination__page.is-active,
#mv-slide .splide__pagination__page.is-active,
#splide-villa .splide__pagination__page.is-active{
    background-color:#6e3422!important;
}
#splide-the-prince .splide__pagination__page,
#splide-the-prince .splide__pagination__page,
#splide-villa .splide__pagination__page{
    background-color:#f0d6d0!important;
}
#splide-east .splide__pagination__page.is-active,
#splide-west .splide__pagination__page.is-active,
#splide-west-cottage .splide__pagination__page.is-active,
#splide-asama .splide__pagination__page.is-active{
    background-color:#6d5f2c!important;
}
#splide-east .splide__pagination__page,
#splide-west .splide__pagination__page,
#splide-west-cottage .splide__pagination__page,
#splide-asama .splide__pagination__page{
    background-color:#e4dbbe!important;
}
.splide__pagination__page{
    border-radius: initial!important;
    width: 40px;
    height: 5px;
}
img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero {
    background-color: #fff;
    padding: 100px 0 80px;
    text-align: center;
}
.hero h1 {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 3px;
    color: #85643c;
    font-weight: 500;
    line-height: 1.6;
}
.hero p {
    font-size: 1.2rem;
    color: #6b6452;
    letter-spacing: 0.05em;
    line-height: 2;
}
.top_desc{
    margin:30px auto 70px;
}
.btm_desc{
    margin: 20px auto;
}
.hotel-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto 50px;
    align-items: flex-start;
}
.hotel-nav:first-of-type{
    margin-bottom: 100px;
}
.hotel-nav-btn {
    background-color: #fff;
    color: #222222;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    transition: all 0.3s;
}
.hotel-nav .img + span{
    border-bottom: solid 2px #fff;
    padding: 5px 0 8px;
    position: relative;
    display:block; 
}
.hotel-nav:first-of-type a:hover span:last-of-type::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(to right,
        transparent,
        #784231,
        transparent
    );
}
.hotel-nav:last-of-type a:hover span:last-of-type::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(to right,
        transparent,
        #7D6E3A,
        transparent
    );
}
.hotel-nav a{
    width: 28%;
    font-weight: 500;
    display: block;
    height: 150px;
}
.hotel-nav a small{
    margin-right: 5px;
    font-size: small;
}
.hotel-nav a.east .img img{
    object-position: center 100%;
}
.hotel-section {
    padding: 80px 0;
    background-color: #fff;
}
.hotel-section:nth-child(even) {
    background-color: #F6F6F6;
}
.hotel-header {
    text-align: center;
    margin-bottom: 40px;
}
.hotel-logo {
    width: 240px;
    margin: 0 auto 30px;
}
.hotel-title {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    color: #222222;
}
.ttl_the, .hotel-title.the, .hotel-nav-btn.brand-the-prince{
    color:#784231;
}
.ttl_prince, .hotel-title.ph, .brand-prince-hotel{
    color:#6b5c29;    
}
.ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: pre;
    max-width: 800px;
    margin: auto;
    font-weight: 500;
    font-size: 1.4rem;
}
.ttl::before,
.ttl::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #dfd5b1;
}
.ttl_the::before,
.ttl_the::after{
    background-color:#d3a99c;
}
.ttl_prince::before,
.ttl_prince::after{
    background-color:#cebf89;
}
.ttl::before {
    margin-right: 20px;
}
.ttl::after {
    margin-left: 20px;
}
.hotel-subtitle {
    font-size: 1.4rem;
    color: #222222;
    margin: 30px auto;
    font-weight: 400;
    letter-spacing: 3px;
}
.hotel-catchphrase {
    font-size: 1.2rem;
    color: #6b6452;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: normal;
}
.hotel-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.tag {
    padding: 8px 20px;
    background-color: #fff;
    color: #6b6452;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    border: 1px solid #8a8475;
    display: flex;
    align-items: center;
    gap: 6px;
}
.hotel-section:nth-child(even) .tag {
    background-color: #F6F6F6;
}
.nigyo{
    line-height: 1.2;
}
.tag-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
}
hr{
    display: block;
    width: 100%;
    height: 1px;
    border: none;
    background: linear-gradient(to right,
        transparent,
        #85643c,
        transparent
    );
    margin: 80px auto;
}
.hotel-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.hotel-content.mini{
    display: block;
}
.splide {
    width: 100%;
}
.splide__slide {
    background-color: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #646464;
    font-size: 0.875rem;
    background-size: cover;
    background-position: center;
}
.splide__arrow {
    background-color: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
}
.splide__arrow:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.splide__arrow svg {
    fill: #fff;
}
.splide__pagination__page {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.splide__pagination__page.is-active {
    background-color: rgba(255, 255, 255, 0.9);
    transform: scale(1);
}
.hotel-description {
    padding: 20px 0;
}
.hotel-description p {
    color: #222222;
    line-height: 2.1!important;
    letter-spacing: 2px;
}
.hotel-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    transition: all 0.3s;
    border: 1px solid;
}
.btn-icon {
    width: 18px;
    height: 18px;
}
.btn-primary {
    background-color: #7D6E3A;
    color: #fff;
    border-color: #7D6E3A;
    line-height: 1.4;
    text-align: left;    
}
.btn-primary:hover {
    background-color: #7D6E3A;
    border-color: #7D6E3A;
}
.btn-primary.the{
    background-color: #784231;
}
.btn-primary.the:hover {
    background-color: #784231;
    border-color: #784231;
}
.btn-secondary {
    background-color: transparent;
    color: #222222;
    border-color: #222222;
}
.btn-secondary:hover {
    background-color: #222222;
    color: #fff;
}
.btn-secondary:hover .btn-icon {
    filter: brightness(0) invert(1);
}
.west-subtitle {
    font-size: 1.3rem;
    font-weight: 500;
    color: #6b5c29;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}
.west-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
    margin-top: 20px;
}
.west-feature-tag {
    padding: 10px 15px;
    background-color: #fff;
    color: #646464;
    font-size: 0.875rem;
    text-align: center;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.footer-cta {
    background-color: #222222;
    padding: 80px 0;
    text-align: center;
}
.footer-cta h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.footer-cta p {
    color: #ad933e;
    font-size: 1rem;
    margin-bottom: 40px;
    line-height: 2.1 !important;
    letter-spacing: 2px;
}
.footer-cta p:first-of-type {
    font-size: 1.4rem;
}
.footer-cta p:last-of-type{
    color: #fff;
    margin-bottom: 40px;
}
.footer-cta .btn {
    background-color: #917826;
    color: #fff;
    border-color:  #917826;
    padding: 18px 60px;
    font-size: 1rem;
}
.footer {
    background-color: #F6F6F6;
    padding: 40px 0;
    text-align: center;
}
.footer-hotels {
    color: #8E8E8E;
    font-size: 0.875rem;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}
.footer-hotels a{
    text-decoration: none;
    color: #8e8e8e;
}
.footer-copyright {
    color: #8E8E8E;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}
.footer .grand_logo{
    display: block;
    margin: 30px auto 60px;
    max-width: 500px;
    width: 90%;
}
.sp{
    display: none;
}
.pc{
    display: block;
}
a{
    transition: .2s;
}
a:hover{
    transition: .2s;
    opacity: .85;
}
.pc.line{
    display: inline;
}
.room{
    margin: 100px auto 40px;
}
#totop{
    position: fixed;
    z-index: 10000;
    display: block;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
    font-weight: bold;
    min-width: 50px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    height: 50px !important;    
}
.midnightInner{
    padding: 10px 10px;
    overflow: hidden;
}
#totop:hover{
    transform: translateY(-5px);
    transition: .2s;
}
.copper{
    fill:#784231;
    background: rgba(255,255,255,.8);
}
.gold {
    fill:#7D6E3A;
    background: rgba(255,255,255,.8);    
}
.white{
    fill:#fff;
    background: rgba(0,0,0,.5);    
}
.grey{
    fill: #777;
    background: rgba(255,255,255,.8);   
}
.transparent{
    display: none;
}
#enjoy{
    padding: 70px 20px;
    background-color: #fff;
}
#enjoy h2.enjoy{
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 3px;
    color: #3d3d3d;  
    font-weight: 500;
    line-height: 1.6;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: pre;
    max-width: 800px;
}
#splide-enjoy h2:not(.enjoy){
    font-size:1rem;
    margin: 20px auto 15px;
}
#splide-enjoy .btn{
    padding: 12px;
}
#splide-enjoy .hotel-subtitle{
    font-size: .9rem;
    margin: 0;
}
#enjoy h2:not(#splide-enjoy h2)::before,
#enjoy h2:not(#splide-enjoy h2)::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #bebebe;
}
#enjoy h2:not(#splide-enjoy h2)::before {
    margin-right: 20px;
}
#enjoy h2:not(#splide-enjoy h2)::after {
    margin-left: 20px;
}
#splide-enjoy  .splide__pagination{
    bottom: -0.5em;
}
#splide-enjoy .hotel-header{
    height: 10vw;
    margin-bottom: 20px;
    max-height: 50px;
}
#splide-enjoy .hotel-header .hotel-logo{
    margin: 0 auto;
}
#splide-enjoy .hotel-description{
    padding: 0;
}
#splide-enjoy .hotel-section{
    padding: 50px 0 40px;
    height: 100%;
}
#splide-enjoy .splide__slide{
    background-color: #fff!important;
    width: 28%!important;
    padding: 0 10px;
}
#splide-enjoy .hotel-links{
    margin-top: 0;
}
#splide-enjoy .hotel-section .hotel-logo{
    width: 80%;
    height: 80px;
    margin: 0 auto 20px;
}
#splide-enjoy .hotel-section .hotel-logo img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
#splide-enjoy .hotel-section .hotel-logo svg{
    display: block;
    width: 100%;
    height: 100%;
}
#splide-enjoy .hotel-content{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}
#splide-enjoy  .splide__pagination__page{
    background-color: #c9c9c9;
}
#splide-enjoy  .splide__pagination__page.is-active{
    background-color: #444444!important;
}
#splide-enjoy .container{
    padding: 0 15px;
}
@media (max-width: 1100px) {
    #splide-enjoy .splide__slide{
        width: 46% !important;
    }
    #splide-enjoy .container {
        padding: 0 5px;
    }
}
@media (max-width: 768px) {
    #splide-enjoy .splide__slide{
        width: 72% !important;
    }
    .hero{
        padding: 50px 0;
    }
    .hero h1 {
        font-size: 1.3rem;
        line-height: 1.8;
        letter-spacing: -.5px;
    }
    .hero p {
        font-size: 1rem;
    }
    .top_desc{
        margin-bottom: 40px;
    }
    .hotel-nav {
        flex-direction: column;
        gap: 15px;
    }
    .hotel-nav:first-of-type{
        margin-bottom: 55px;
    }
    .hotel-nav-btn {
        width: 100%;
    }
    .hotel-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .hotel-title {
        font-size: 1.4rem;
    }
    .hotel-subtitle{
        font-size: 1.2rem;
    }
    .hotel-catchphrase{
        font-size: 1.1rem;
    }
    .hotel-section{
        padding: 40px 0;
    }
    .hotel-logo{
        width: 180px;
    }
    .hotel-tags {
        gap: 8px;
    }
    .tag {
        padding: 6px 15px;
        font-size: 0.8rem;
    }
    .west-features {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-cta{
        padding: 50px 0;
    }
    .footer-cta h2 {
        font-size: 1.4rem;
    }
    .splide__arrow {
        width: 30px;
        height: 30px;
    }
    hr{
        margin: 60px auto;
    }
    h1 + hr{
        margin: 40px auto;
    }
    .hotel-nav a{
        width: 100%;
        margin: auto;
        padding: 0 !important;
        font-size: 1rem;
        background: #F6F6F6;
        padding-right: 10px;
        position: relative;
    }
    .hotel-nav a{
        width: 100%;
        max-height: 205px;
        height: 36vw;
    }
    .hotel-nav a .img img{
        object-position: center 70%;
    }
    .hotel-nav a.the .img img{
        object-position: center 28%;
    }
    .hotel-nav a.villa .img img{
        object-position: center 73%;
    }
    .hotel-nav a.east .img img{
        object-position: center 97%;
    }
    .hotel-nav a.west .img img{
        object-position: center 82%;
    }
    .hotel-nav a.asama .img img{
        object-position: center 72%;
    }
    .hotel-nav a span:last-of-type{
        width: 100%;
        margin-top: 5px;
        line-height: 1.4;
        border-bottom: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(0deg, rgba(0,0,0,.8) 16%, transparent);
        padding-top: 20px;
        color: #fff;
    }
    .hotel-nav:first-of-type a:hover span:last-of-type::after,
    .hotel-nav:last-of-type a:hover span:last-of-type::after{
        background:none;
    }
    .hotel-nav-btn{
        font-size: 1.1rem;
    }
    #header a{
        max-width: 80px;
    }
    .hotel-description p{
        font-size: .9rem;
    }
    .hotel-content p.west-subtitle {
        font-size: 1rem;
    }
    .hotel-header{
        margin-bottom: 30px;
    }
    .room{
        margin: 70px auto 40px;
    }
    .hotel-links{
        margin-top: 30px;
    }
    .hotel-links .btn{
        font-size: .85rem;
        padding: 20px;
    }
    .footer-cta p{
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    .footer-cta p:last-of-type{
        font-size: .9rem;
    }
    .footer .grand_logo{
        margin: 20px auto 30px;
    }
    .footer-hotels{
        margin-bottom: 30px;
        line-height: 2;
    }
    .btn{
        padding: 15px 20px;
    }
    .sp{
        display: block;
    }
    .pc,.pc.line{
        display: none;
    }
    #totop{
        right: 3%;
        bottom: 2%;
        min-width: 40px;
        height: 40px !important;
    }
    #enjoy{
        padding: 50px 20px;
    }
    #enjoy h2 {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}