@charset "UTF-8";

/* ===================================
共通
=================================== */
body{
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
.row{
    display: flex;
    align-items: center
}

img {
    width: auto;
    height: auto;
}

.breadcrumbs {
    flex-wrap: wrap;
}

/* header ctaコンテンツ　背景色変更 */
header#header.type02 {
    background-color: #fff;
    border-bottom: none;
}

.simulation_btn a,
.simu_btn a {
    background: linear-gradient(90deg, #DBC291 0%, #BDA169 100%);
    border: none;
}


/* ===================================

=================================== */

.sec_inner {
    padding-top: 55px;
}
.page_inner{
    max-width: 1040px;
    margin: 0 auto;
}

.page_ttl {
    margin-bottom: -10px;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.valu_box {
    display: flex;
    margin: 5px 0 60px;
}

.rank_area {
    display: flex;
    align-items: center;
    margin-right: 85px;
}
.rank_area .rank_ttl {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 18px;
    padding-left: 40px;
    font-size: 14px;
    letter-spacing: 0.12em;
}
.rank_area .rank_ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 31px;
    height: 20px;
    background-image: url(../img/common/star_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rank_area .star_wrap {
    display: flex;
    align-items: flex-end;
}
.rank_area .star_box {
    display: flex;
    margin-right: 8px;
}

.rank_area .star_box li {
    margin-right: 3px;
    width: 19px;
    height: 21px;
}
.rank_area .star_num ,.price_area .price_txt span{
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
}

.price_area {
    display: flex;
    align-items: center;
}
.price_area .price_ttl {
    position: relative;
    display: flex;
    padding-left: 30px;
    margin-right: 18px;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 1;
}
.price_area .price_ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url(../img/common/price_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.price_area .price_txt {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 1;
}


/* site_list
==============================　*/
.site_list{
    margin: 60px 0 140px;
}
.site_list>li{
    background: var(--white, #FFF);
    margin-bottom: 20px;

    /* アコーディオンシャドウ */
    box-shadow: 0px 4px 10px 0px rgba(221, 221, 221, 0.45);
}

.list_wrap{
    position: relative;
    padding: 30px 50px;
    cursor: pointer;
}

/* 星0 */
.star_box.s_0 li:nth-of-type(1) img.s_active{display: none;}
.star_box.s_0 li:nth-of-type(2) img.s_active{display: none;}
.star_box.s_0 li:nth-of-type(3) img.s_active{display: none;}
.star_box.s_0 li:nth-of-type(4) img.s_active{display: none;}
.star_box.s_0 li:nth-of-type(5) img.s_active{display: none;}
/* 星1 */
.star_box.s_1 li:nth-of-type(1) img.s_none{display: none;}
.star_box.s_1 li:nth-of-type(2) img.s_active{display: none;}
.star_box.s_1 li:nth-of-type(3) img.s_active{display: none;}
.star_box.s_1 li:nth-of-type(4) img.s_active{display: none;}
.star_box.s_1 li:nth-of-type(5) img.s_active{display: none;}
/* 星2 */
.star_box.s_2 li:nth-of-type(1) img.s_none{display: none;}
.star_box.s_2 li:nth-of-type(2) img.s_none{display: none;}
.star_box.s_2 li:nth-of-type(3) img.s_active{display: none;}
.star_box.s_2 li:nth-of-type(4) img.s_active{display: none;}
.star_box.s_2 li:nth-of-type(5) img.s_active{display: none;}
/* 星3 */
.star_box.s_3 li:nth-of-type(1) img.s_none{display: none;}
.star_box.s_3 li:nth-of-type(2) img.s_none{display: none;}
.star_box.s_3 li:nth-of-type(3) img.s_none{display: none;}
.star_box.s_3 li:nth-of-type(4) img.s_active{display: none;}
.star_box.s_3 li:nth-of-type(5) img.s_active{display: none;}
/* 星4 */
.star_box.s_4 li:nth-of-type(1) img.s_none{display: none;}
.star_box.s_4 li:nth-of-type(2) img.s_none{display: none;}
.star_box.s_4 li:nth-of-type(3) img.s_none{display: none;}
.star_box.s_4 li:nth-of-type(4) img.s_none{display: none;}
.star_box.s_4 li:nth-of-type(5) img.s_active{display: none;}
/* 星5 */
.star_box.s_5 li:nth-of-type(1) img.s_none{display: none;}
.star_box.s_5 li:nth-of-type(2) img.s_none{display: none;}
.star_box.s_5 li:nth-of-type(3) img.s_none{display: none;}
.star_box.s_5 li:nth-of-type(4) img.s_none{display: none;}
.star_box.s_5 li:nth-of-type(5) img.s_none{display: none;}


/* アコーディオン */

/*アコーディオンで現れるエリア*/

.site_list .box{
    padding: 40px 0 50px;
    /*はじめは非表示*/                      /* あとで外す */
    display: none;
}

.list_wrap .list_btn{
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    background: #293271;
    display: block;
    width: 38px;
    height: 38px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.list_btn::after{
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    width: 18px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)  rotate(-90deg);
    transition: .5s;
}

.list_btn:before, .open .list_btn:after {
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    width: 18px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site_list .site_logo{
    width: 140px;
    height: auto;
}
.site_list .site_logo img{
    margin: 0 auto;
}
.site_list .list_wrap .line{
    width: 1px;
    margin: 0 50px;
    height: 76px;
}
.site_list .list_wrap .line::after {
    position: absolute;
    width: 1px;
    height: 76px;
    background: #E2E2E2;
    content: "";
}
.site_wrap{
    margin-right: 50px;
    min-width: 230px;
}

.site_rank .star_box {
    display: flex;
    width: 72px;
    margin-right: 12px;

}
.site_rank .star_box li {
    margin-right: 1px;
    width: 19px;
    height: auto;
}

.site_rank .star_box li img {
    width: 100%;
    height: auto;
}

.site_rank .star_num, .site_wrap .site_price .price_txt span{
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-style: bold;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
}
.site_price .price_ttl {
    color: var(--blue, #293271);
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 0 8px;
    margin-right: 12px;
    border: 1px solid var(--blue, #293271);
}
.site_price .price_txt {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.12em;
}
.site_price .price_txt span {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
}

.site_ttl{
    width: 140px;

}

.site_official{
    width: 140px;
}
.site_official .official{
    color: var(--white, #FFF);
    font-family: "Shippori Mincho";
    font-size: 16px;
    background: var(--blue, #293271);
    padding: 14px 30px;
    text-align: center;
}
.official_txt{
    position: relative;
    width: fit-content;
    color: #B73D68;
    font-family: "Shippori Mincho";
    font-size: 22px;
    font-weight: 700;
    padding: 0 18px;
    letter-spacing: .1em;
}
.official_txt::before,.official_txt::after{
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 20px;
    height: 1px;
    background: #B73D68;
    transform: rotate(60deg);
}
.official_txt::after{
    right: 0;
    left: auto;
    transform: rotate(-60deg);

}

/* スライダー */
.slide_box{
    margin-bottom: 40px;
}
.slider_caution{
    padding: 0 50px;
    margin: 50px 0;
    text-align: center;
    color: #999999;
    font-size: 10px;
    letter-spacing: 0.1em;
}

.slider_caution .link{
    position: relative;
    text-decoration: underline;
    padding: 0;
}
.venue_slider {
    width: 100%;
    overflow: hidden;
}
.venue_slider_thumbnail{
    max-width: 500px;
    width: 100%;
    margin: auto;
    padding: 0 45px;
}
.venue_slider_thumbnail .swiper-wrapper{
    transform: translate3d(0px, 0px, 0px) !important;
    flex-wrap: wrap;
    justify-content: center;
}
.venue_slider_thumbnail .swiper-slide{
    cursor: pointer;
    width: calc((100% / 4) - 10px) !important;
    margin-right: 10px !important;
    margin-bottom: 10px;
    transition: .3s;
}
.venue_slider_thumbnail .swiper-slide:nth-of-type(4n){
    margin-right: 0 !important;
}
.venue_slider_thumbnail .swiper-slide:hover{
    opacity: .6;
}

.reviews ,.btn_box ,.venue_txt_box{
    padding: 0 50px;
}

.active_slide{
    aspect-ratio: 3/2;
}
.active_slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.thum_slide {
    aspect-ratio: 3/2;
}
.thum_slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* テキスト */
.venue_txt_box{
    max-width: 1100px;
    margin: auto;
}
.reviews_ttl, .venue_ttl{
    margin-bottom: 40px;
    padding-bottom: 2px;
    border-bottom: 1px solid #e2e2e2;
    color: #293271;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.12em;
}
.venue_txt{
    font-size: 14px;
    line-height: 2.14em;
    letter-spacing: 0.12em;
}

.venue_table{
    margin-top: 30px;
}
.venue_table .item{
    display: flex;
    border-bottom: 1px solid #e2e2e2;
}
.venue_table .item:last-of-type{
    border-bottom: none;
}
.venue_table .item dt,
.venue_table .item dd{
    padding: 14px 20px;
    font-size: 14px;
    letter-spacing: 0.12em;
}
.venue_table .item dt{
    min-width: 180px;
    background-color: #f5f5f5;
}
.venue_table .item dd a{
    text-decoration: underline;
    word-break: break-all;
    transition: .3s;
}
.venue_table .item dd a:hover{
    opacity: .6;
}

/* 口コミ */
.reviews .item_ttl{
    color: #293271;
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .1em;
}

.reviews_item{
    display: block;
    padding: 20px 20px 15px;
    border: 1px solid var(--line, #E2E2E2);
    background: #FFF;
    margin-bottom: 30px;
    transition: .5s;
    cursor: pointer;
}
.reviews_item:hover{
    background: #F5F5F5;
}
.reviews_item:hover .reviews_conten::before{
    background: #F5F5F5;
}
.reviews .star_num{
    padding-left: 20px;
    position: relative;
    font-size: 18px;
}
.reviews .star_num::before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 9px;
    left: 0;
    background-image: url(../img/common/star01.svg);
}
.txt_wrap{
    position: relative;
}
.reviews_conten {
    position: relative;
    margin-right: 5.2em;
    padding-top: 10px;
    padding-right: 1em;
    white-space: nowrap;
    overflow: hidden;
    max-width: fit-content;
}
.reviews_conten, .cont {
    font-size: 14px;
    letter-spacing: .1em;
}
.cont {
    color: #5361C2;
    position: absolute;
    right: 0;
    bottom: 5px;
    line-height: 1.2;
    border-bottom: transparent 1px solid;
    transition: .3s;
    cursor: pointer;
}
.reviews_conten::before{
    position: absolute;
    content: "...";
    color: #333;
    background: #fff;
    padding: 0 4px;
    bottom: 0;
    right: 0;
    transition: .5s;
}
.cont:hover{
    border-bottom: #5361C2 1px solid;
}



/* ボタン */
.btn_box{
    margin: 50px 0;
    padding-top: 20px;
}

.btn_wrap{
    margin-bottom: 30px;
    font-size: 14px;
    font-family: "Shippori Mincho";
}

.btn_wrap a{
    /* min-width: 320px; */
    padding: 22px 40px;
    line-height: 1.5;
    font-weight: 400;
    display: block;
    transition: .3s;
}
.btn_wrap a:hover{
    opacity: .6;
}

.btn_wrap .st{
    font-size: 16px;
    position: relative;
    font-weight: 700;
    padding-right: 1.2em;
}
.btn_wrap .st::after{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/common/btn_icon.svg);
    top: 5px;
    right: 0;
    background-repeat: no-repeat;
    background-size: auto;
}

.btn_area{
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.3;
}

.btn_wrap .btn1{
    max-width: 400px;
    margin: 0 auto;
    background: #293271;
    color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(181, 181, 181, 0.45);
    transition: .3s;
}
.btn_wrap .btn2{
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    color: #293271;
    margin: 0 auto;
    box-shadow: 0px 4px 8px 0px rgba(181, 181, 181, 0.45);
}
.btn_wrap .btn2 .st::after{
    background-image: url(../img/common/btn_icon1.svg);
}





/* ===================================
メディアクエリ
=================================== */

@media screen and (max-width: 1130px) {
}
@media screen and (max-width: 1023px) {
    .rank_area{
        margin-right: 35px;
    }
    .site_list > li{
        min-width: 27%;
    }
    .site_list_wrap{
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .valu_box{
        flex-direction: column;
        margin:  0;
        margin-top: 10px;
    }
    .rank_area{
        margin-bottom: 12px;
    }
    .price_area .price_ttl{
        padding-left: 40px;
    }
    .price_area .price_ttl::before{
        left: 6px;
    }
    
    
    .site_list {
        margin: 40px 0 100px;
    }
    .site_list_wrap{
        margin-top: 25px;
    }

    .slider_caution{
        margin: 35px 0;
    }

    .site_official .official{
        padding: 10px 0;
        margin: 10px 0;
        font-size: 14px;
    }

    .site_list .box {
        padding: 25px 0;
    }

    .site_list li a{
        padding: 15px 20px;
    }

    .btn_box{
        margin: 40px 0;
        padding-top: 0;
    }

    .btn_wrap {
        margin-bottom: 20px;
    }

    .btn_wrap .btn1 ,.btn_wrap .btn2{
        max-width: 300px;
    }
    
    .reviews_conten {
        padding-top: 5px;
    }

    .reviews_ttl, .venue_ttl {
        margin-bottom: 30px;
    }


    .site_list .list_wrap .line {
        margin: 0 30px;
    }

}
@media screen and (max-width: 650px) {
    .site_list > li{
        min-width: 40%;
    }
    .best_txt.min::before{
        left: -3px;
        transform: translateY(-50%) rotate(-20deg);
    }
    .best_txt.min::after{
        right: -3px;
        transform: translateY(-50%) rotate(20deg);
    }



}
@media screen and (max-width: 599px) {
    .venue_inner{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .page_ttl{
        font-size: 24px;
        line-height: 1.4em;
        margin-bottom: 10px;
    }

    .rank_area{
        margin-right: 0;
    }
    .rank_area .rank_ttl{
        padding-left: 35px;
        font-size: 12px;
    }
    .rank_area .rank_ttl::before{
        width: 25px;
        height: 16px;
    }
    .rank_area .star_box li{
        width: 17px;
        height: 18px;
    }
    .rank_area .star_num{
        font-size: 20px;
    }

    .price_area .price_ttl{
        padding-left: 35px;
        font-size: 12px;
    }
    .price_area .price_ttl::before{
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
    .price_area .price_txt{
        font-size: 12px;
    }
    .price_area .price_txt span{
        font-size: 20px;
    }

    .site_rank .star_num, .site_wrap .site_price .price_txt span{
        font-size: 20px;
    }
    .site_price .price_txt{
        font-size: 12px;
    }
    .site_price .price_txt span{
        font-size: 16px;
    }

    .site_wrap .site_price.row{
        padding-top: 6px;
    }

    .slide_box{
        margin-bottom: 30px;
    }

    .venue_table .item{
        border-bottom: none;
    }
    .venue_table .item dt,
    .venue_table .item dd{
        padding: 14px 10px;
    }
    .venue_table .item dt{
        min-width: 130px;
        width: 100%;
    }
    .page_ttl.rub {
        font-size: 18px;
    }
    .venue_table .item {
        display: flex;
        flex-direction: column;
    }

    .list_wrap{
        padding: 10px 20px;
    }

    .list_wrap .link{
        display: none;
    }


    .official_txt {
        font-size: 16px;
    }
    

    .list_wrap .list_btn{
        width: 35px;
        height: 35px;
        right: 20px;
    }

    .list_btn:before, .open .list_btn:after, .list_btn:after {
        width: 15px;
    }

    .venue_slider_thumbnail{
        padding: 0 20px;
    }

    .reviews, .btn_box, .venue_txt_box {
        padding: 0 20px;
    }



    /* list_wrap　組み替えレスポンシブ
    =======================================　*/

    .list_wrap>.row {
        flex-direction: column;
        align-items: flex-start;
    }

    .list_wrap .line{
        display: none;
    }

    .site_wrap{
        margin-top: 10px;
    }

    .site_list .site_logo img {
        margin: 0;
    }

    .site_list .site_logo{
        width: 70%;
        max-width: 220px;
        margin-right: 50px;
    }
}


@media screen and (max-width: 450px) {
    .reviews .item_ttl {
    }
}


@media screen and (max-width: 400px) {
    .thum_slide img{
        aspect-ratio: 3/2;
        height: unset;
    }

    .list_wrap {
        padding: 20px 25px;
    }

    .list_wrap .list_btn {
        right: 25px;
    }

    .slider_caution, .venue_slider_thumbnail, .reviews, .btn_box, .venue_txt_box  {
        padding: 0 25px;
    }




}
@media screen and (max-width: 390px) {
    .thum_slide {
        /* height: 14vw; */
    }

    .venue_slider_thumbnail .swiper-slide {
        margin-right: 1.5vw !important;
        margin-bottom: 1.7vw;
    }
}
@media screen and (max-width: 370px) {
    .site_list > li{
        min-width: 70%;
    }
}