/* ========================================
トップページ全体
======================================== */

.home .site-content{
    display:block;
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
}

.home #primary{
    float:none;
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
}

.home .site-main{
    width:100%;
    margin:0;
    padding:0;
}

/* ========================================
ファーストビュー
======================================== */

.fv{
    display:block;
    clear:both;
    width:100%;
    margin:0;
    padding:0;
    overflow:hidden;
}

/* PC・タブレット */

.fv-pc{
    position:relative;
    display:block;
    width:100%;
    height:780px;
    overflow:hidden;
}

.fv-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center bottom;
    z-index:1;
}

.fv-pc-inner{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:center;
    align-items:flex-start;
    width:100%;
    max-width:1280px;
    height:100%;
    margin:0 auto;
    padding-top:50px;
    box-sizing:border-box;
}

.fv-copy-box{
    width:100%;
    max-width:760px;
    padding:30px 50px;
    background:rgba(255,255,255,.82);
    border:1px solid rgba(255,255,255,.9);
    text-align:center;
    box-sizing:border-box;
}

.fv-copy-sub{
    margin:0 0 12px;
    color:#57483e;
    font-family:"Noto Serif JP","Yu Mincho","游明朝",serif;
    font-size:21px;
    font-weight:500;
    line-height:1.6;
    letter-spacing:.05em;
}

.fv-copy-main{
    margin:0;
    color:#3a2b23;
    font-family:"Noto Serif JP","Yu Mincho","游明朝",serif;
    font-size:46px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.03em;
}

.fv-copy-service{
    margin:18px 0 0;
    color:#665b54;
    font-size:14px;
    font-weight:500;
    line-height:1.7;
    letter-spacing:.03em;
}

/* スマホ */

.fv-sp{
    display:none;
}

/* ========================================
SPファーストビュー
======================================== */

.fv-sp{
    display:none;
}

@media screen and (max-width:899px){

    .fv-pc{
        display:none;
    }

.fv-sp{
    position:relative;
    display:block;
    width:100%;
    height:620px;
    min-height:620px;
    overflow:hidden;
    background:#fff;
}


.fv-video-sp{
    position:absolute;
    top:-0px;
    left:0;
    width:100%;
    height:calc(100% + 50px);
    object-fit:cover;
    object-position:center top;
    display:block;
    z-index:1;
}

.fv-sp-inner{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:center;
    align-items:flex-start;
    width:100%;
    height:100%;
    padding:25px 20px 0;
    box-sizing:border-box;
}

.fv-sp .fv-copy-box{
    width:100%;
    max-width:360px;
    padding:18px 20px;
    background:rgba(255,255,255,.82);
    border:1px solid rgba(255,255,255,.9);
    border-radius:12px;
    text-align:center;
    box-sizing:border-box;
    backdrop-filter:blur(8px);
}
.fv-sp .fv-copy-sub{
    margin:0 0 8px;
    font-size:17px;
    line-height:1.6;
    font-weight : 700;
}

.fv-sp .fv-copy-main{
    margin:0;
    font-size:28px;
    line-height:1.35;
}

.fv-sp .fv-copy-service{
    margin:10px 0 0;
    font-size:11px;
    line-height:1.7;
}

}

/* ========================================
お知らせ
======================================== */
.section-news{
    padding:100px 20px;
    background:#fdfcfb;
}
.section-news .section-in{
    margin:0 auto;
}
.news-list{
    width:1080px;
    max-width:100%;
    margin:0 auto;
    border-top:1px solid #d7c39a;
}
.news-item{
    margin:0;
    border-bottom:1px solid #d7c39a;
}
.news-item{
    display:grid;
    grid-template-columns:120px 110px 1fr;
    align-items:center;
    gap:20px;
    padding:25px 20px;
    color:#444;
    text-decoration:none;
    transition:.3s;
}
.news-item time{
    font-family:"Times New Roman",serif;
    font-size:16px;
    color:#777;
}
.news-category{
    display:block;
    padding:6px 10px;
    background:#b79a67;
    color:#fff;
    font-size:13px;
    line-height:1.4;
    text-align:center;
}
.news-item h3{
    margin:0;
    font-size:16px;
    font-weight:400;
    line-height:1.7;
    color:#444;
}
.news-btn{
    margin-top:40px;
    text-align:center;
}
.news-btn a{
    display:inline-block;
    padding:18px 60px;
    background:#b79a67;
    border:1px solid #b79a67;
    color:#fff;
    font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:17px;
    text-decoration:none;
    transition:.3s;
}
.news-btn a:hover{
    background:#fff;
    color:#b79a67;
}
@media (max-width:899px){
    .section-news{
        padding:40px 15px;
    }
    .news-list{
        width:100%;
    }
    .news-item a{
        display:grid;
        grid-template-columns:auto 90px;
        gap:10px 12px;
        padding:20px 5px;
    }
    .news-item time{
        font-size:14px;
    }
    .news-category{
        padding:5px 8px;
        font-size:12px;
    }
    .news-item h3{
        grid-column:1 / -1;
        font-size:15px;
        line-height:1.7;
    }
    .news-btn{
        margin-top:35px;
    }
    .news-btn a{
        display:block;
        max-width:320px;
        margin:0 auto;
        padding:16px 20px;
        font-size:15px;
    }
}
