/* モバイル 360px-768px */
.tab__br {
    display: none;
}

.top__bg {
    background-image: none;
    height: auto;
}

figure img {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}

.header__img {
    padding: 0px 20px 0 20px;
}

figcaption {
    font-size: 0.9rem;
    line-height: 1.5;
    color:#969696;
    text-align: center;
    padding: 10px 20px 0 20px;
}

.header__title {
    padding: 20px;
    margin: 30px 0;
}

.theme__color-1 {
    background-color:#036EB7 ;
}

.theme__color-2 {
    background-color:#E95513 ;
}

.theme__color-3 {
    background-color:#E50012 ;
}

.theme__color-4 {
    background-color:#5BB431 ;
}

.theme__color-5 {
    background-color:#F9BE00 ;
}

.theme__color-6 {
    background-color:#E3007F ;
}

.header__title h1, .header__title h2, .header__title p {
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.header__title h1 {
    width: 100%;
    max-width: 280px;
    padding: 20px 0;
}

.header__title h2 {
    width: 100%;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 300;
}

.header__title p {
    font-size: 0.9rem;
    padding-bottom: 30px;
}


/* コンテンツ section */
#section h3 img {
    height: 40px;
    margin: 30px auto;
}

.section__container p {
    margin: 0 5%;
}

.top__old-map img {
    padding: 0 10px;
}

#section figure {
    padding: 20px 0;
}

.section__photos img {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 40px 0;
}

.section__photos figcaption {
    text-align: left;
}

.thema__caption-1::before {
    content:'';
    display: inline-block;
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;   
    background-image: url(../images/contents/1-caption-no.svg); 
}

.thema__caption-2::before {
    content:'';
    display: inline-block;
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;  
    background-image: url(../images/contents/2-caption-no.svg);

}

.thema__caption-3::before {
    content:'';
    display: inline-block;
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain; 
    background-image: url(../images/contents/3-caption-no.svg);

}

.thema__caption-4::before {
    content:'';
    display: inline-block;
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain; 
    background-image: url(../images/contents/4-caption-no.svg);

}

.thema__caption-5::before {
    content:'';
    display: inline-block;
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain; 
    background-image: url(../images/contents/5-caption-no.svg);

}

.thema__caption-6::before {
    content:'';
    display: inline-block;
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain; 
    background-image: url(../images/contents/6-caption-no.svg);

}

.section__photos ol li {
    padding: 5px 0;
}

/* PC 769px- */
@media screen and (min-width:769px) {
.tab__br {
    display: block;
}
figure img {
    max-width: 1040px;
}
.header__title {
    padding: 40px;
}

.header__title h1 {
    max-width: 300px;
}

.header__title h2 {
    font-size: 3rem;
    line-height: 1.4;
}
 

/* メインセクション */
.header__img {
    max-width: 1920px;
    padding: 30px 20px 0 20px;
}

}
/* PC 1040px- */
@media screen and (min-width:1040px) {
    .header__img {
        padding: 20px 80px 30px 40px;
    }

    .tab__br {
        display: none;
    }

}