/*
Theme Name: simple
Template: onepress
Version: 1.0
*/

@charset "utf-8";
html{
    font-size: clamp(14px,4dvw,26px);
    font-kerning: normal;
    font-optical-sizing: auto;
    scroll-behavior: smooth;
}
*,*::before,*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --base:rgba(244, 242, 240, 1);
    --black: rgba(26, 19, 17, 1);
    --mincho: serif;
}
body{
    width: 100%;
    height: auto;
    padding: 0;
    background: var(--base);
    color: var(--black);
    font-family: var(--mincho);
    line-height: 1.8;
    letter-spacing: 0.03rem;
    text-align: center;
}
a:hover{
    cursor: pointer;
    color: var(--accent);
}
img{
    max-width: 100%;
    height: auto;
}
.fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease;
}
header{
    width: 100%;
    height: 100dvh;
    background: url(img/main-new.jpg) center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
h1{
    width: max(84px,5%);
    height: auto;
    aspect-ratio: 23/30;
    position: absolute;
    top: 10%;
    left: 5%;
}
h1 img{
    width: 100%;
    height: auto;
}
.rogo02 {
    width: max(180px, 20%);
    height: auto;
    aspect-ratio: 335 / 144;
    background: url(img/main_rogo02.webp) center / cover;
}
main{
    width: 100%;
    height: auto;
}
section{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.info01{
    width: 96%;
    height: auto;
    padding: 0 5%;
    margin: 48px auto 64px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
body .info01 h2{
    display: block;
    font-size: clamp(20px, 5.5vw, 36px);
    margin: 48px auto 64px;
    white-space: nowrap;
}
.info01 .info01span{ display: inline !important; }
.info01span{
    display: inline;
    font-size: clamp(24px, 5.5vw, 46px);
}
.rooms dd span{ display: none; }
@media screen and (max-width:871px){
    .rooms dd span{ display: block; line-height: 0; }
}
.info01 p{
    font-size: clamp(14px, 3dvw, 20px);
    font-weight: 500;
}
.concept p{
    font-size: clamp(14px,4vw,30px);
    color: var(--black);
    line-height: 60px;
    margin-bottom: 64px;
}
h2{
    font-size: clamp(22px, 5.5vw, 40px);
    font-weight: 700;
    margin: 0 auto 128px;
}
.kasan{
    width: 420px;
    height: auto;
    aspect-ratio: 25/7;
    margin: 0 auto 144px;
    background: url(img/kasan.jpg) center / cover;
}
.reserved{
    width: 230px;
    height: 76px;
    margin: 0 auto 128px;
    box-sizing: border-box;
    border: 1.5px solid var(--black);
    background: var(--base);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    transition:
        color .15s ease,
        background-color .15s ease,
        box-shadow .15s ease,
        filter .15s ease,
        transform .15s ease,
        top .15s ease;
}
.reserved:hover{
    color: var(--black);
    border: 2px solid rgba(85,85,85,1);
    filter: brightness(1.1);
    box-shadow: 2px 4px 10px rgba(85,85,85,.9);
    text-decoration: none;
    transform: translateY(-1px);
}
.reserved:active{
    top: 2px;
    color: var(--black);
    background: var(--base);
    filter: brightness(.9);
    box-shadow: 0 2px 6px rgba(85,85,85,.9) inset;
    transform: none;
    transition:
        color .15s ease,
        background-color .15s ease,
        box-shadow .15s ease,
        filter .15s ease,
        transform .15s ease,
        top .15s ease;
}
.reserved:not(:hover):not(:active){
    top: 0;
    color: rgba(85,85,85,.9);
    border: 1.5px solid rgba(85,85,85,.9);
    background: var(--base);
    filter: none;
    box-shadow: none;
    transform: none;
    transition:
        color .15s ease,
        background-color .15s ease,
        box-shadow .15s ease,
        filter .15s ease,
        transform .15s ease,
        top .15s ease;
}
.carousel{
    width: min(1920px, 96%);
    height: auto;
    margin: 0 auto 144px;
    overflow: hidden;
}
.track{
    display:flex;
    gap: 8px;
}
.slide{
    flex: 0 0 calc((100% - 16px) / 4);
    user-select: none;
}
.slide img{
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    user-select: none;
    pointer-events: none;
}
.rooms{
    width: 80%;
    font-size: clamp(14px,4dvw,26px);
    font-weight: 500;
    margin-bottom: 192px;
}
.rooms p{
    margin-bottom: 128px;
}
.sp{
    display: none;
}
dl{
    width: min( 776.3px, 90%);
    height: auto;
    margin: 0 auto;
    font-size: clamp(14px,3dvw,24px);
    font-weight: 500;
    text-align: left;
}
.flex{
    display: flex;
    margin-bottom: 24px;
}
dt{
    width: 17%;
}
dd{
    width: 83%;
}
span{
    display: none;
}
address{
    font-size: clamp(14px,4vw,26px);
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 192px;
}
footer{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 48px;
}
h3{
    font-size: 20px;
    font-family: var(--notoserif);
    font-weight: 600;
    margin-bottom: 64px;
}
footer img{
    margin-bottom: 256px;
}
footer a{
    color: #1a1a1a;
    transition: all 0.5s;
    text-decoration: underline;
}
footer a:hover {
    text-decoration: none;
}
footer a:visited {
    color: #1a1a1a;
}
.fs18 {
    font-size: max(14px, 1.5dvw);
}

@media screen and (max-width:871px){
    span{
        display: block;
        line-height: 0;
    }
    dl,dd{
        width: fit-content;
    }
    dt{
        width: 134px;
    }
    .slide{
        flex: 0 0 calc((100% - 16px) / 3);
    }
    .carousel{
        width: 98%;
    }
}
@media screen and (max-width:845px){
    header{
        background-position: center left -215px;
    }
    .kasan{
        width: 310px;
    }
    .reserved{
        width: 160px;
        height: 60px;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
@media screen and (max-width:481px){
    header{
        width: 100%;
        height: auto;
        aspect-ratio: 1/1.62;
    }
    h1{
        width: 14%;
        height: auto;
        aspect-ratio: 23/30;
        position: absolute;
        top: 5%;
        left: 5%;
    }
    h1 img{
        width: 100%;
        height: auto;
    }
    .kasan{
        width: 250px;
    }
    .rogo02{
        width: 24%;
        height: auto;
        aspect-ratio: 335/144;
        background: url(img/main_rogo02.webp) center / cover;
    }
    .slide{
        flex: 0 0 calc((100% - 8px) / 2);
    }
}
@media screen and (max-width: 461px){
    .slide{
        flex: 0 0 80%;
    }
    .carousel{
        width: 98%;
    }
    dt{
        width: 96px;
    }
}

.list-article-meta{
    pointer-events:none;
}
.page-header{display:none;}
.site-branding{width:100%;}
.rogo02{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
button{display:none!important;}

/* dt内リンク：下線アニメーション（1本線のみ） */
dt a,
dt a:hover,
dt a:visited,
dt a:focus,
dt a:active {
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none;
    color: inherit;
}

dt a {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}

dt a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width 0.4s ease;
}

dt a:hover::after {
    width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    dt a::after {
        transition: none;
    }
}

/* === Language vertical sticky button (right edge, bright hover) === */
.lang-rail {
    position: sticky;              /* スティッキーを維持 */
    top: 80vh;                     /* スクロールに追従する開始位置 */
    z-index: 10;
    display: flex;
    justify-content: flex-end;     /* 右寄せ配置 */
    pointer-events: none;          /* 背景クリック通す */
}

.lang-stick {
    pointer-events: auto;
    display: block;
    width: 38px;
    height: 140px;
    margin-right: 0;               /* 右端に密着 */
    background: rgba(0, 0, 0, 0.8);/* 濃いめ黒、透明度0.9 */
    color: #fff;                   /* 文字は白固定 */
    text-decoration: none;         /* 下線なし */
    border-radius: 8px 0 0 8px;    /* 左側を丸く */
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.3s ease, background 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* ホバー時：白っぽく明るく（文字色は変えない） */
.lang-stick:hover {
    filter: brightness(1.35);      /* 全体を明るくする */
    background: rgba(0, 0, 0, 0.5);/* 背景色は維持（色変化せず） */
    text-decoration: none;
    color: #fff;   
}

/* スマホ対応：さらに控えめ */
@media (max-width: 767px) {
    .lang-stick {
        width: 32px;
        height: 120px;
        font-size: 11px;
    }
}
