@charset "UTF-8";
/* コンテンツ */

.slide1 {
    background-image: url("../img/map.webp");
    background-size: cover;
    background-position: center center;
}
.swiper-pagination {
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination-bullet {
    box-sizing: border-box;
    border-radius: 0 !important;
    background-color: #fff !important;
    color: #563f2e !important;
    opacity: 1 !important;
    width: calc(100% / 5) !important;
    height: auto !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1em;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding: 1em 0;
    border-top: 1px solid #563f2e;
    border-left: 1px solid #563f2e;
    border-bottom: 1px solid #563f2e;
}
.swiper-pagination span em {
    font-style: normal !important;
}
.swiper-pagination span:last-child {
    border-right: 1px solid #563f2e;
}
.swiper-pagination-bullet-active {
    background-color: #563f2e !important;
    color: #fff !important;
}
.swiper-pagination-bullet strong:last-child {
    display: none;
}

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

.swiper-pagination-bullet {
    font-size: 1.08em !important;
}
.swiper-pagination span:nth-child(1),.swiper-pagination span:nth-child(2),.swiper-pagination span:nth-child(4) {
    width: 17% !important;
}
.swiper-pagination span:nth-child(3) {
    width: 23% !important;
}
.swiper-pagination span:nth-child(5) {
    width: 26% !important;
}
.swiper-pagination-bullet strong:first-child {
    display: none;
}
.swiper-pagination-bullet strong:last-child {
    display: flex;
}
}

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

.swiper-pagination-bullet {
    font-size: 3vw !important;
}


}


