/*
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;  
    /* font: inherit; */
    scroll-behavior: smooth;
    /* scroll-padding-top: 60px; */
}
*,*::before,*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --base:rgba(244, 242, 240, 1);/* 白(#F4F2F0) */
    --black: rgba(26, 19, 17, 1);/* 黒(#1A1311) */
    --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.webp) center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 140px;
}
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;
}
.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.webp) center / cover;
}

/* ==予約ボタン== */
.reserved{
    width: 230px;
    height: 76px;
    margin: 0 auto 128px;
    font-size: clamp(14px,4vw,26px);
    font-weight: 500;
    box-sizing: border-box;
    border: 1.5px solid var(--black);
    background: var(--base);
    color: var(--black);
    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: rgba(85,85,85,1);              
    border: 2px solid rgba(85,85,85,1);
    filter: brightness(1.1);
    box-shadow: 2px 4px 10px rgba(0,0,0,.15);
    transform: translateY(-1px);  /* 浮く */
}
.reserved:active{
    top: 2px;    /* 沈む */
    color: rgba(85,85,85,.9);              
    background: var(--base);
    filter: brightness(.9);
    box-shadow: 0 2px 6px rgba(0,0,0,.25) inset;
    transform: none;                       
    transition:
        color .05s ease,
        background-color .05s ease,
        box-shadow .05s ease,
        filter .05s ease,
        transform .05s ease,
        top .05s ease;   /* 押した瞬間だけ速い */
}
/* hoverとactive外れたら初期状態へ */
.reserved:not(:hover):not(:active){
    top: 0;
    color: var(--black);
    border: 1.5px solid var(--black);
    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); /* 4枚表示（PC） */
    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{
    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); /* gap:8px → 2箇所分=16px */
    }
    .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);  /* gap:8px → 1箇所分=8px */
    }
}
@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-title{display:none!important;}
.container{
	margin-left: 1%!important;
	margin-top: 1%!important;
	width: 13%!important;
}*/
.site-branding{width:100%;}
.rogo02{    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
button{display:none!important;}