@import url('https://fonts.cdnfonts.com/css/renner');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

a{
    color: white;
}

.caption{
    font-size: 14px;
    text-align: center;
    padding-top: 5%;
}

.imazukeititle {
    display: flex;
    justify-content: flex-end;
    background-color: white;
    margin-top: 20px;
}

.hero {
    width: 55%;
}

.titlep {
    font-family: 'Noto Sans JP', sans-serif;
    padding-right: 5%;
    color: #C2BA6D;
    font-weight: bold;
    font-size: 3.5vw;
}

.subtitle{
    font-size: 52px;
    font-weight: 700;
    font-family: Inter;
    line-height: 60px;
    padding-left: 50px;
}

.closedTxt {
    color: #ff567b;
}

.pcentitlep {
    font-size: 3vw;
}

.spentitlep {
    display: none;
}

.titlep p {
    text-align: right; /* テキストを右揃え */
}

.sptitle{
    display: none;
}

.black{
    background-color: black;
    color: white;
    padding: 0 100px;
}

.white{
    background-color: white;
    color: black;
    padding: 0 100px;
}

.txttitle{
    font-size: 48px;
    font-weight: bold;
    font-family: sans-serif;
    margin:0;
}

.postar{
    display: flex;
    justify-content: center;
}

.postar img{
    margin-bottom: 40px;
}

.museumcontent{
    padding:40px 100px;
    font-family: 'Noto Sans JP', sans-serif;
}

.museumtxt{
    letter-spacing: 1px;
    font-size: 16px;
}

#gold{
    color: #C2BA6D;
}

.subtxttitle{
    color: #7C7C7C;
    font-size: 22px;
    font-weight: bold;
}

.enable{
    font-size: 13px;
}

#area-1{
    text-align: center;
    padding: 0px 100px;
    margin: auto;
}

#area-1 .text{
    display: table;
    margin: 0 auto;
    text-align: left;
}

/* START オープニング展 */
.step-wrap{
    padding: 40px 0px 60px 0px;
    gap: 24px;
    opacity: 0px;
}

.step-txttitle {
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: center;    
}

.step-wrap-contents {
    gap: 24px;
    opacity: 0px;
}

.step-title {
    font-family: Inter;
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
}

.step-catch-copy {
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    color: #C2BA6D;
}

.step-contents {
    display:flex;
}

.step-left-contents {
    opacity: 0px;
    padding-right: 20px;
}

.step-right-contents img {
    width: 335px;
    height: 223.24px;
    gap: 0px;
}

.step-auther {
    font-family: Noto Sans JP;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #B7B7B7;
}

.step-auther a{
    text-decoration-line: none;
    color: #B7B7B7;
}

.step-auther p{
    margin-left: 1.2em;
	text-indent: -1.2em;
}

.floorp{
    font-size: 20px;
}

/* END オープニング展 */

.contact-wrap {
    margin-top: 40px;
    text-align: center;
}

.contact-title {
    font-family: Noto Sans JP;
    font-size: 18px;
    font-weight: 700;
    line-height: 32.4px;
    letter-spacing: 0.05em;
    color: white;
}

.contact-btn {
    background-color: black;
    border: 1px solid #FFFFFF;
    color: white;
    padding: 10px 40px 10px 40px;
    text-decoration: none;
}

.description{
    margin-bottom: 30px;
}

.btns{
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.mapdiv{
    text-align: center;
}

.gallerydiv{
    text-align: center;
}

.map-btn {
    display: inline-block; /* これでwidthが適用されるようになる */
    width: 170px ;
    background-color: black;
    border: 1px solid #FFFFFF;
    color: white;
    padding: 10px 0;
    margin:0 10px;
    text-decoration: none;
}

.svg{
    padding-left: 5px;
}

footer {
    padding-top: 5%;
    text-align: center;
    width: auto;
}

.sp{
    display: none;
}

@media only screen and (max-width: 1100px) {
    .sp{
        display: block;
    }

    .pc{
        display: none;
    }
    
    .sptitle{
        display: block;
    }

    .pctitle{
        display: none;
    }

    .imazukeititle {
        display: block;
        background-color: black;
        margin-top: 20px;
    }
    
    .hero {
        width: 100%;
    }
    
    .titlep {
        background-color: white;
        padding-top: 1px;
        padding-bottom: 10px;
        padding-right: 25px;
        font-size: 25px;
    }

    .subtitle{
        padding-left: 10px;
        margin-bottom: 0px;
    }

    .break_word{
        display: block;
    }

    .pcentitlep {
        display: none;
    }

    .spentitlep {
        display: block;
        font-size: 25px;
    }
    
    .titlep p {
        text-align: right; /* テキストを右揃え */
    }

    .caption{
        font-size: 10px;
        text-align: center;
        padding-top: 10%;
    }

    .black{
        padding: 0 20px;
    }
    
    .white{
        padding: 0 20px;
    }

    #area-1{
        padding:20px 20px;
    }
    
    .subtxttitle{
        font-size: 18px;
    }

    .postar img{
        width: 100%;
    }

    .museumcontent{
        padding:20px 20px;
    }

    .museumtxt{
        letter-spacing: 0.5px;
        font-size: 13px;
    }

    .btns{
        display: block;
    }

    .gallerydiv{
        padding-top: 20px;
    }

    .txttitle{
        font-size: 24px;
    }

    .step-contents {
        display: block;
    }

    .step-right-contents {
        text-align: center;
    }

    .step-right-contents img {
        width: 100%;
        height: auto;
    }

    footer {
        padding-top: 8%;
    }
}
