@charset "UTF-8";
/* CSS Document */

@import "common.css";

:root {
}


/* ENGLISH INDEX */

#contents {
    padding-bottom: 0;
    text-align: left;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}
.exhibition-img {
    background: url("../english/images/mv-001-en.jpg") center/cover no-repeat;
    width: 100%;
    height: 600px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
}
.exhibition-img figure img {
    width: 100vw;
    display: none;
} 
.status {
    color: var(--sub-color);
    background-color: var(--notice-color);
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 20px 0 0;
    text-align: center;
    font-weight: 500;
    position: relative;
}
.status-preview {
    background-color: var(--point-color);
}
.exhibition-img .period {
    font-weight: 700;
    color: var(--main-color);
    font-size: 2.2rem;
    margin: 0 0 10px 0;
    letter-spacing: 0.02em;
}
.exhibition-img .dow {
    font-size: 1.4rem;
}
#contents h2 {
    display: none;
}
.notice-area {
    background-color: var(--notice-color);
    text-align: center;
}
.notice-area p, .notice-area ul {
    color: var(--sub-color);
    width: 86%;
    max-width: 1200px;
    margin: auto;
    text-align: left;
}
.notice-area p {
    margin-bottom: 10px;
    font-weight: 500;
}
.notice-area ul {
    padding-left: 20px;
}
.notice-area li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
}
#contents .notice-area h3 {
    margin: 0;
    color: var(--sub-color);
    padding: 30px 0 40px;
    display: inline-block;
    width: 100%;
}
#contents .notice-area h4 {
    width: 86%;
    max-width: 1200px;
    margin: 30px auto;
    color: var(--sub-color);
    text-align: left;
}
.header {
    position: relative;
    padding-bottom: 10px;
}
.header::after {
    content:url("../common/images/arrow.svg");
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    margin: 0 auto;
    width: 8px;
    height: 14px;
    transition: all 0.3s;
    transform: rotate(90deg);
}
.notice-txt {
    max-height: 0;
    overflow: hidden;
}
.notice-txt p:last-child {
    padding-bottom: 40px;
}
.toggle {
    display: none;
}
.header,
.notice-txt {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.main-txt p.notice-txt {
    max-height: 100%;
    font-weight: bold;
    position: relative;
    top: 40px;
}
.toggle:checked + .header + .notice-txt {
    max-height: 1500px;
    transition: all 0.5s;
}
.toggle:checked + .header::after {
    transform: rotate(270deg) !important;
}
#menu ul {
    display: flex;
    justify-content: space-between;
}
#menu ul li {
    flex-basis: 33.3%;
}
#menu ul li a {
    background-color: var(--main-color);
    color: var(--sub-color);
    text-decoration: none;
    font-weight: 500;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding: 20px 20px;
    position: relative;
}
#menu ul li a::after{
    content:url("../common/images/arrow.svg");
    position: absolute;
    right: 20px;
    width: 8px;
    height: 14px;
    transition: all 0.3s;
}
h4 {
    font-size: 1.6rem;
    font-weight: bold;
    border: 1px solid var(--main-color);
    padding: 6px 12px;
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 20px;
}
.italic {
    font-style: italic;
}
.main-txt {
    width: 86%;
    max-width: 1200px;
    margin: auto;
}
.main-txt p {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.5;
}
.main-txt p.supplement {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5;
    width: 100%;
}
.exhibition-type {
    border: 1px solid var(--main-color);
    display: inline-block;
    width: auto;
    padding: 3px 6px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1.4rem;
}
.btn-blackline {
    border: 1px solid var(--main-color);
    width: 170px;
    color: var(--main-color);
    font-weight: 400;
    line-height: 1;
    margin: 20px 0 0;
}
.btn-blackline::before {
    filter: none;
}
.schedule-link .btn-blackline {
    width: fit-content;
    padding-left: 33px;
    justify-content: left;
}
.night-museum {
    margin-top: 10px;
    display: inline-block;
}
.night-museum::before {
    content: url("../exhibition/images/night-museum-icon.svg");
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}

.fee {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 40px auto;
}
.fee-list {
    width: 30%;
}
h5 {
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
}
h6.exhibition-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-family: "Noto Sans", sans-serif;
}

.fee-list dt {
    border: 1px solid var(--main-color);
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 500;
}
.fee-list dt.sp-exhibition, .type-sp {
    border: none;
    background-color: var(--point-color);
    color: var(--sub-color);
}
.fee-list dd {
    padding: 2px 0 2px 0;
    margin-bottom: 15px;
    font-weight: bold;
}
.fee-list dd.sp-exhibition {
    color: var(--point-color);
}
ul.supplement {
    background-color: var(--sub-color);
    padding: 20px 30px;
    line-height: 1.5;
    font-size: 1.2rem;
    margin-right: 40px;
}
ul.supplement li {
    text-indent: -1em;
    padding-left: 1em;
}
.transportation {
    line-height: 1.8;
}
#about-museum {
    background-color: var(--main-color);
    color: var(--sub-color);
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 60px 0 20px;
    margin-top: 60px;
}
#contents #about-museum h3 {
    margin: 20px 0 60px 0;
    padding: 0;
    text-align: center;
}
#about-museum .block1, #about-museum .block2, #about-museum .block3, #about-museum .block4 {
    display: flex;
    justify-content: space-between;
    width: 86%;
    max-width: 1200px;
    margin: 0 auto 60px;
}
#about-museum .block2, #about-museum .block4 {
    flex-direction: row-reverse;
}
#about-museum .block1 img {
    max-width: 300px;
    margin-right: 60px;
}
#about-museum .block2 img, #about-museum .block4 img {
    max-width: 400px;
    margin-left: 60px;
}
#about-museum .block3 img {
    max-width: 400px;
    margin-right: 60px;
}
.director-name {
    font-weight: 500;
    margin-top: 20px;
    text-align: right;
}
/* FLOOR MAP */

#menu ul.menu-sub li {
    flex-basis: 24.9%;
}

.floor-info {
    margin: auto;
    max-width: 1200px;
    width: 86%;
    text-align: center;
}
#contents h3 {
    margin: 0;
    padding: 100px 0 60px;
}
.floor-info figure img {
    width: 100%;
}
.floor-info figcaption {
    text-align: center;
    margin: 20px 0;
}
.floor-info figcaption img {
    text-align: center;
    margin: 0;
    width: inherit;
}
.gallery ul {
    margin: 60px auto 0;
    max-width: 1200px;
    width: 86%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
}
.gallery li {
    margin-bottom: 40px;
    width: 32%;
}
.gallery figcaption {
    font-weight: 500;
}
.gallery img {
    width: 100%;
    margin-bottom: 10px;
}

/* ACCESS */

#map .wrapper {
    max-width: 1000px;
    width: 86%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#map img {
    margin-bottom: 60px;
    width: 100%;
}
#map .address {
    width: 45%;
}
#map .address p {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 20px;
}
#map h4 {
    border: none;
    padding: 0;
}
#map p {
    font-weight: bold;
    display: inline-block;
    width: 50%;
}
#map iframe {
    width: 100%;
    height: 430px;
}
#waytomuseum {
    width: 86%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 60px;
}
#waytomuseum li {
    list-style-type: square;
    list-style-position: inside;
    margin-bottom: 10px;
    text-indent: -1em;
    margin-left: 1em
}
.exit {
    background-color: #FFCE00;
    padding: 0 4px;
    margin: 5px;
    font-weight: bold;
}

@media screen and (max-width: 1280px) {
    
    .exhibition-img {
        height: 500px;
    }
    h4 {
        width: 100%;
    }
    .fee {
        max-width: 100%;
    }
    .fee-list h5 {
        align-self: stretch;
        height: 3.5em;
    }
    .fee-list dt {
        margin-bottom: 5px;
    }
    .fee-list dd {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }
    #about-museum .block2 img {
        max-width: 300px;
        margin-left: 60px;
    }
    #about-museum .block3 img {
        max-width: 300px;
        margin-right: 60px;
    }
    #map .wrapper {
        max-width: 86%;
    }
}

@media screen and (max-width: 767px) {
    
    .exhibition-img {
        background: none;
        width: 100vw;
        height: auto;
        position: relative;
        padding: 0;
    } 
    .exhibition-img figure img {
        width: 100vw;
        display: block;
    } 
    .status {
        position: absolute;
        display: block;
        margin: 0;
        top: 10px;
        left: 10px;
    }
    .exhibition-img .period {
        margin: 0;
        color: var(--main-color);
        position: absolute;
        bottom: 0;
        font-size: 1.4rem;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        padding: 10px 0;
    }
    #menu ul {
        flex-direction: column;
    }
    #menu ul li {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .notice-area p, .notice-area ul {
        margin-bottom: 20px;
    }
    h4 {
        width: 100%;
    }
    #contents p {
        max-width: 100%;
    }
    .fee {
        flex-direction: column;
        max-width: 100%;
        margin-bottom: 0;
    }
    .fee-list {
        width: 100%;
        margin-bottom: 30px;
        }
    .fee-list h5 {
        align-self: stretch;
        height: inherit;
    }
    ul.supplement {
        width: 100%;
    }
    #about-museum {
        margin-bottom: 0;
        padding-bottom: 30px;
        margin-top: 0;
    }
    #about-museum .block1, #about-museum .block2, #about-museum .block3, #about-museum .block4 {
        flex-direction: column;
        margin: 0 auto 60px;
    }
    #about-museum .block1 img {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    #about-museum .block2 img, #about-museum .block4 img {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }
    #about-museum .block3 img {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .gallery ul {
        margin: 60px auto 0;
        width: 100%;
        flex-direction: column;
        padding-bottom: 0;
    }
    .gallery li {
        margin-bottom: 0;
        width: 100%;
    }
    .gallery figure {
        position: relative;
    }
    .gallery figcaption {
        color: var(--sub-color);
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    .gallery img {
        width: 100%;
        margin-bottom: 0;
    }
    
/* ACCESS */
    
    #map .wrapper {
        flex-direction: column;
        text-align: center;
        padding-bottom: 40px;
    }
    #map img {
        margin-bottom: 0;
    }
    #map p {
        width: 100%;
        margin-bottom: 0;
        margin-right: 0;
    }
    #map .address {
        width: 100%;
    }
}

@media screen and (max-width: 280px) {
    
    .exhibition-img {
        height: 300px;
    }
}