@charset "UTF-8";
/* ===================================
メイン
=================================== */
.venue{
    overflow: hidden;
}
.venue_inner{
    max-width: 1000px;
    padding-top: 24px;
    letter-spacing: 0.1em;
    padding-bottom: 74px;
}
.page_ttl {
    margin-bottom: -10px;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.19em;
}

/* 評価*/
.valu_box{
    display: flex;
    align-items: baseline;
}
/* 評価 星*/
.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_box li img{
    width: 100%;
    height: auto;
}
.rank_area .star_num{
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
}


/* 評価 料金 */
.price_area{
    display: flex;
    align-items: flex-end;
    padding-bottom: 9px;
}
.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;
}
.price_area .price_txt span{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.05em;
}

/* サイト比較リスト */
.site_list_wrap{
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #e2e2e2 transparent;
    margin-top: 45px;
    padding-bottom: 10px;
}
.site_list_wrap::-webkit-scrollbar{
    height: 5px;
}
.site_list_wrap::-webkit-scrollbar-track{
    background-color: transparent;
}
.site_list_wrap::-webkit-scrollbar-thumb{
    background-color: #e2e2e2;
    border-radius: 10px;
}
.site_list{
    display: flex;
}
.site_list > li{
    position: relative;
    flex-shrink: 0;
    border: 1px solid #e2e2e2;
    margin-right: 30px;
    min-width: 180px;
}
.site_list li a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 24px 25px 14px;
    background-color: #fff;
    transition: .3s;
}
.site_list li a:hover{
    opacity: .6;
}
.site_list li a::after{
    content: "";
    position: absolute;
    right: 4px;
    bottom: 4px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #e2e2e2 transparent;
}

.none_txt{
    text-align: center;
}
.site_rank_none > .none_txt{
    height: 47px;
}
.site_price_none > .none_txt{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 71px;
}
.best_txt{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 25px;
    text-align: center;
    color: #b73d68;
    font-weight: 600;
}
.best_txt.min::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-30deg);
    width: 1px;
    height: 30px;
    background-color: #b73d68;
}
.best_txt.min::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(30deg);
    width: 1px;
    height: 30px;
    background-color: #b73d68;
}
.official{
    background-color: #293271;
    padding: 2px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.12em;
}
.site_logo{
    /*width: fit-content;*/
    /*height: 30px;*/
    max-width: 134px;
    max-height: 30px;
    margin: auto;
    margin-bottom: 14px;
}
.site_logo img {
    width: auto;
    height: 100%;
}

.site_rank .star_box{
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
    margin-bottom: 2px;
}
.site_rank .star_box li{
    margin-right: 1px;
    width: 19px;
    height: 21px;
}
.site_rank .star_box li img{
    width: 100%;
    height: auto;
}
.site_rank .star_num{
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
}

.site_price .price_ttl{
    margin-top: 23px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 1em;
}
.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 Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
}

/* 星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;}


/* スライダー */
.slide_box{
    margin-top: 78px;
    margin-bottom: 80px;
}
.venue_slider{
    margin-top: 64px;
}
.slider_caution{
    padding: 16px;
    text-align: center;
    color: #999999;
    font-size: 10px;
    letter-spacing: 0.13em;
}
.venue_slider_thumbnail{
    max-width: 400px;
    width: 100%;
    margin: auto;
}
.venue_slider_thumbnail .swiper-wrapper{
    flex-wrap: wrap;
}
.venue_slider_thumbnail .swiper-slide{
    cursor: pointer;
    width: calc((100% / 4) - 10px) !important;
    margin-right: 12px !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;
}

.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: 1000px;
    margin: auto;
    margin-bottom: 60px;
}
.venue_ttl{
    margin-bottom: 20px;
    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: 200px;
    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;
}

.map{
    margin-top: 35px;
}
.map iframe {
    width: 100%;
}


/* サイト比較リストNEW */
.site_list_wrap_new{
    margin-top: 45px;
    padding-bottom: 10px;
}
.site_list_new{
}
.site_list_new > li{
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px gray;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 10px 10px 20px 10px;
    padding:50px;
    position: relative;
}
.site_list_new > li .site_logo_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right:35px;
    border-right:1px solid #E2E2E2;
}
.site_list_new > li .site_logo_box p{
    width:140px;
    color:#fff;
    padding:14px 30px;
    background-color:#293271;
    font-family: Shippori Mincho;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: left;
}

.site_list_new > li .site_rate_box p.best_txt{
	margin-top:0;
}
.site_list_new > li .cross_btn_box{
    width: 20%;
    position: absolute;
    right: 75px;
    top: 50%;}
.site_list_new > li .cross_btn_box .opclo_cross{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
}
.site_list_new > li .cross_btn_box .opclo_cross span{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    transform-origin: center;
    display: block;
    background-color: #333;
    width: 100%;
    height: 1px;
    transition: .3s;
}
.site_list_new > li .cross_btn_box .opclo_cross span:first-of-type {
    transform: translate(50%, -50%) rotate(90deg);
}

@media screen and (max-width: 1130px) {
}
@media screen and (max-width: 1023px) {
    .rank_area{
        margin-right: 35px;
    }
    .site_list > li{
        margin-right: 15px;
        min-width: 27%;
    }
    .site_list_wrap{
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .valu_box{
        flex-direction: column;
    }
    .rank_area{
        margin-bottom: 12px;
    }
    .price_area .price_ttl{
        padding-left: 40px;
    }
    .price_area .price_ttl::before{
        left: 6px;
    }
    .site_list_wrap{
        margin-top: 25px;
    }
    .map iframe {
        height: 65vw;
    }
}
@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);
    }
}
.page_ttl.rub{
    font-size: 24px;
    font-weight: 500;
    margin: 2px 0 38px 16px;
    letter-spacing: 0.12em;
}
@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_list li a{
        padding: 15px;
    }
    .site_rank .star_num{
        font-size: 20px;
    }
    .site_price .price_txt{
        font-size: 12px;
    }
    .site_price .price_txt span{
        font-size: 16px;
    }

    .slide_box{
        margin-top: 60px;
    }

    .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;
        border-bottom: 1px solid #e2e2e2;
        flex-direction: column;
    }

}
@media screen and (max-width: 400px) {
    .thum_slide img{
        aspect-ratio: 3/2;
        height: unset;
    }
}
@media screen and (max-width: 390px) {
    .thum_slide {
        height: 14vw;
    }
}
@media screen and (max-width: 370px) {
    .site_list > li{
        min-width: 70%;
    }
}

.tag li {
    font-size: 14px;
    color:#fff;
    background-color: #293271;
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 10px 10px 0 0;
    padding: 2px 20px;
    border-radius: 20px;
    letter-spacing: 0.1em;
}
.single_content{
    margin-top: 22px;
    font-size: 14px;
    color:#333;
    letter-spacing: 0.12em;
}
.h_tag{
    display:flex;
    flex-wrap: wrap;
    font-size: 12px;
    color:#999999;
}
.h_tag li{
    margin-right: 20px;
    letter-spacing: 0.1em;
}
.nav_list{
    margin-top: 30px;

}
.nav_list li a{
    font-size: 12px;
}


.nav_list.li::before{
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: block;
        width: 15px;
        height: 1px;
        background-color: #333;
}
.tag{
    margin-bottom:60px;
}
