html {font-size: 62.5%;}

.leaflet-popup-content-wrapper {
    width: 35rem
}

.leaflet-popup-content {
    width: 92% !important;
    /* margin-top: 8px; */
    margin: 1rem auto;
}


h1 {
    text-align: center;
    padding: 0 0;
    margin-bottom: 0px;
    margin-top: 0%;
}

.leaflet-popup-content p {
    font-size: 18px;
    margin: 0;
}

/* @media screen and (max-width: 890px) {
    h1 {
        text-align: center;
        padding: 0 0;
        margin-bottom: 0px;
        margin-top: 0%;
    }
    
    .leaflet-popup-content p {
        font-size: 18px;
        margin: 0;
    }
} */

@media screen and (max-width: 770px) {
    .leaflet-popup-content-wrapper {
        width: 25rem
    }
    
    h1 {
        /* margin:1rem 0rem 0rem 0rem;  */
        font-size: 1.4rem;}

    .leaflet-popup-content p {
        /* margin-top: 0%; */
        font-size: 1.0rem;
        /* padding:0rem 1rem 0rem 1rem; */
    }
}



#box {
    margin         : 3%;                 /* サンプル用 中央寄せ */
    box-sizing     : border-box;           /* 罫線も含む長さ      */
  
    /* ▼ inline-block時の定義 */
    letter-spacing : 0;                    /* 1行の高さを初期化   */
    line-height    : 1;                    /* 文字間隔を初期化    */
    text-align     : center;               /* 横位置定義          */
}

.arrow-right{
    display: inline-block;
    text-align : center;
    cursor: pointer;
    border-style: solid;

    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent rgb(141, 141, 141);
    margin-left: 10px;
}

.arrow-left{
    display: inline-block;
    text-align : center;
    cursor: pointer;
    border-style: solid;

    border-width: 12px 12px 12px 0;
    border-color: transparent rgb(141, 141, 141) transparent transparent;
    margin-right: 10px;
}


.slide {
    text-align : center;
    margin-top: 3px;
    margin-bottom: 2px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

img {
    width: 100%;
}