@charset "UTF-8";

/* メイン画像
---------------------------------------------------------------------------*/
.block-mainimg {
    background-image: url(../img/reception/fig-mainimg.jpg);
}
@media screen and (max-width: 768px){
    .block-mainimg {
        background-image: url(../img/reception/fig-mainimg-sp.jpg);
    }
}

/* メイン画像
---------------------------------------------------------------------------*/
.lst-anchors li .btn-def {
    width: 245px;
}
@media screen and (max-width: 768px){
    .lst-anchors li .btn-def {
        width: 100%;
    }
}


/* 詳細
---------------------------------------------------------------------------*/
.box-reception {
    background-image: url(../img/reception/bg-reception.png);
    background-repeat: repeat-x;
    margin-bottom: 80px;
}
.hdl-reception {
    margin-bottom: 15px;
    font-size: .23rem;
    line-height: 180%;
}
.lead-reception,
.cap-reception {
    font-size: .16rem;
    line-height: 200%;
}
.flexreception {
    position: relative;
}
.fig-reception-big {
    width: 1280px;
    margin: 0 auto 80px;
}
.flexreception .slides {
    height: 560px;
}
.flexreception .flex-control-nav {
    bottom: -50px;
}
.flex-control-paging li a {
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    box-shadow: none;
}
.flex-control-paging li a.flex-active {
    background-color: #7F7F7F;
}
.box-figs-reception {
    margin-top: 40px;
    flex-wrap: wrap;
}
.box-figs-reception::after {
    content: "";
    display: block;
}
.box-figs-reception::after,
.box-figs-reception li {
    width: 325px;
}
.fig-reception {
    margin-bottom: 5px;
}
.tbl-reception {
    margin-top: 50px;
}
.tbl-reception dt,
.tbl-reception dd {
    padding: 10px;
    border-top: 1px solid #D4C77F;
    border-bottom: 1px solid #D4C77F;
    font-size: .16rem;
}
.tbl-reception dt {
    width: 15%;
    background-color: #F9F2CC;
    text-align: center;
    font-weight: 400;
}
.tbl-reception dd {
    width: 35%;
}
.btn-reception {
    margin-top: 50px;
}

.box-service .box-figs-reception {
    margin-top: 0;
    margin-bottom: 40px;
}
.box-service.box-reception {
    background-position: center -120px;
}
.box-figs-reception02 {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px){
    .box-reception {
        margin-bottom: 8vw;
        background-image: none;
    }
    .hdl-reception {
        margin-bottom: 2vw;
        font-size: 4.5vw;
        line-height: 160%;
    }
    .lead-reception,
    .cap-reception {
        font-size: 3.8vw;
        line-height: 160%;
    }
    .fig-reception-big {
        width: 100%;
        margin-bottom: 12vw;
    }
    .flexreception .slides {
        height: 60vw;
    }
    .flexreception .slides img {
        width: 100%;
        height: 60vw;
        object-fit: cover;
        object-position: center;
    }
    .flexreception .flex-control-nav {
        bottom: -10vw;
    }
    .flex-control-paging li a {
        width: 2vw;
        height: 2vw;
    }
    .box-figs-reception {
        margin-top: 5vw;
    }
    .box-figs-reception li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 3vw;
    }
    .box-figs-reception li:nth-of-type(2n),
    .box-figs-reception li:last-of-type {
        margin-right: 0;
    }
    .fig-reception {
        margin-bottom: 2vw;
    }
    .tbl-reception {
        margin-top: 5vw;
    }
    .tbl-reception {
        border-top: 1px solid #D4C77F;
    }
    .tbl-reception dt,
    .tbl-reception dd {
        font-size: 3.8vw;
        border-top: none;
    }
    .tbl-reception dt {
        width: 30%;
    }
    .tbl-reception dd {
        width: 70%;
    }
    .btn-reception {
        margin-top: 5vw;
    }

    .box-service .box-figs-reception {
        margin-top: 5vw;
        margin-bottom: 5vw;
    }
    .box-service .fig-big-reception,
    .box-service .fig-mid-reception {
        margin-bottom: 3vw;
    }
    .box-service .fig-mid-reception img {
        width: 100%;
    }
    .box-figs-reception02 {
        margin-bottom: 4vw;
    }
    .box-figs-reception02 .fig01 {
        width: 100%;
        margin-bottom: 2vw;
    }
    .box-figs-reception02 .fig02 {
        width: 49%;
    }
}







