/* スライダー
====================================================*/
.topsider-wrap {
    margin: 5% 1%;
}
.swiper {
    width: 100%;
}
.swiper img {
    width: 82%;
}
.swiper img:hover {
    filter: brightness(1.1);
}
.swiper-button-prev,
.swiper-button-next {
    width: 40px; /* ボタンの幅 */
    height: 40px; /* ボタンの高さ */
    background-size: 40px 40px; /* 表示したいサイズ */
    transform: translateY(-50%);
    margin-top: 0;
}
@media screen and (max-width: 500px) {
    .swiper img {
        width: 77%;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 20px; /* ボタンの幅 */
        height: 20px; /* ボタンの高さ */
        background-size: 20px 20px; /* 表示したいサイズ */
    }
}
/* 次ページボタンのスタイル */
.swiper-button-next {
    background-image: url("./img/slider/arrow-topslider.png");
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
    background-image: url("./img/slider/arrow-topslider.png");
    transform: translateY(-50%) scale(-1, 1); /* 左右反転 */
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

/* ランキング
====================================================*/
#content05 {
    width: 100%;
    padding: 4% 0 0;
    background-color: #d11c24;
}
.content05 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.content05_00_img {
    width: 8.5%;
}
.content05_t0 {
    margin-top: 1.5%;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

/*----- RankingBanner -----*/
.RankingBannerArea {
    width: 100%;
    margin-top: 4%;
    padding: 0 0 2%;
    background: #d11c24;
}

.RankingBannerAreaImg {
    width: 75%;
    margin: 0 auto;
    background-color: #fff;
}

.RankingBannerAreaImg a {
    width: 100%;
}

.RankingBannerAreaImg a img {
    width: 100%;
}
@media screen and (max-width: 960px) {
    /*----- content05 -----*/
    #content05 {
        padding: 4vw 0 2vw;
    }
    .content05_00_img {
        width: 10%;
    }
    .content05_t0 {
        margin-top: 1.5vw;
        font-size: 3.2vw;
    }

    .RankingBannerAreaImg {
        width: 90%;
    }
}

@media screen and (max-width: 500px) {
    /*----- content05 -----*/
    #content05 {
        padding: 4vw 0 2vw;
    }
    .content05_00_img {
        width: 14%;
    }
    .content05_t0 {
        margin-top: 1.5vw;
        font-size: 4.4vw;
    }

    .RankingBannerArea {
        padding: 2vw 0;
    }
}
/*・過去受賞温泉地　(START)*/
.content04_01_bottom {
    width: 100%;
    margin-top: 4%;
    background-color: #d11c24;
}
.content04_01_b {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 31.5%;
    height: min(22vw, 264px);
    margin: 0 0.7% 2%;
    padding: 1.5% 1.5% 4%;
    box-sizing: border-box;
    border: solid 2px #b2b2b2;
    border-radius: min(1vw, 12px);
    background: #fff;
}
.content04_01_img {
    width: 100%;
}
.content04_t1 {
    padding: 2% 1% 0;
    font-size: 16px;
    font-weight: 500;
    text-decoration-line: underline;
    text-align: left;
}
.content04_t2 {
    padding: 1% 1% 0;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
}

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

    .content04_01_b {
        height: 26vw;
    }
    .content04_t1 {
        font-size: 2vw;
    }
    .content04_t2 {
        font-size: 1.3vw;
    }
}

@media screen and (max-width: 500px) {
    .content04_01_b {
        width: 45%;
        margin: 0 2% 4vw;
        height: 35vw;
    }
    .content04_t1 {
        font-size: 2.8vw;
    }
    .content04_t2 {
        font-size: 1.8vw;
    }
}
/*・過去受賞温泉地　(END)*/

