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

@import "common.css";

/* EXHIBITION */

#contents {
    background-color: var(--sub-color);
    padding-bottom: 40px;
}
.contents-header {
    background: url("../exhibition/images/header-img.jpg") center/cover no-repeat;
}

/* CALENDER */

#calender {
    margin: auto;
    width: 65%
}
#calender ul {
    margin: auto;
}
#calender li {
    margin: 0 40px;
    font-weight: 400;
}
#calender h3 {
    margin-top: 0;
    display: block;
}
.calender-img img {
    width: 100%;
}

/* EXHIBITION LIST */

#exhibition-list {
    text-align: center;
}
#exhibition-list .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 86%;
    margin: auto;
    text-align: left;
    align-items: flex-start;
}
#exhibition-list h4 {
    border: 1px solid var(--main-color);
    padding: 8px 16px;
    display: inline-block;
    margin: 30px auto 60px;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
}
#exhibition-list .schedule-thumb {
    margin-right: 40px;
    width: 300px;
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
}
#exhibition-list .schedule-thumb2024 {
    background-color: #f0f0f0;
    height: 300px;
}
#exhibition-list .schedule-thumb .credit {
    font-size: 1rem;
}
#exhibition-list .schedule-thumb img {
    max-width: 300px;
    width: 100%;
}
#exhibition-list .schedule-thumb2024 img {
    margin: auto 0;
}
#exhibition-list .schedule-thumb figcaption {
    margin: 5px 0 0 0;
}
#exhibition-list .exhibition-title {
    width: 65%;
}
#exhibition-list .exhibition-title p {
    margin-bottom: 10px;
}
#exhibition-list h5 {
    font-size: 1.6rem;
    font-family: var(--mincho-font);
    margin-bottom: 15px;
    line-height: 1.8;
}
#exhibition-list h5 .main-title {
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: 700;
}
#exhibition-list h5 .sp-title {
    color: var(--point-color);
    font-family: var(--main-font);
    font-weight: 700;
}
#exhibition-list h5 .sp-num {
    color: var(--sub-color);
    background-color: var(--point-color);
    padding: 2px 6px;
    font-weight: 700;
    letter-spacing: 0;
}
#exhibition-list .sp-exhibition {
    color: var(--sub-color);
    background-color: var(--point-color);
    font-family: var(--main-font);
    padding: 3px 6px;
    min-width: 180px;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
    font-size: 1.4rem;
    white-space: nowrap;
}
#exhibition-list .exhibition-title .period {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 30px;
}
#exhibition-list .en-title h5 {
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}
#exhibition-list .en-title h5 .sp-title {
    font-size: 1.3rem;
}
#exhibition-list .en-title h5 .main-title {
    font-size: 1.6rem;
    line-height: 1.3;
}
#exhibition-list .en-title h5 .main-title em {
    font-style: italic;
    font-weight: 700;
}
#exhibition-list .en-title h5 em {
    font-style: italic;
    font-weight: 500;
}
#exhibition-list .exhibition-title .en-title .period {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
#exhibition-list .exhibition-title .btn {
    width: 190px;
    margin-top: 20px;
    display: inline-block;
}
#exhibition-list .schedule-thumb, #exhibition-list .exhibition-title {
    margin-bottom: 80px;
}
#exhibition-list .supplement {
    border: 1px solid var(--main-color);
    padding: 10px 20px;
    font-size: 1.2rem;
}

/* NEXT and CURRENT */

.exhibition-img {
	background: url("../exhibition/images/231208/mv-001.jpg") center/cover no-repeat;
    width: 100%;
    height: 680px;
    padding: 20px;
}
.status {
    color: var(--sub-color);
    background-color: var(--notice-color);
    padding: 5px 0;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.4rem;
    margin: 5px 0;
    width: 100px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    left: 300px;
}
.status-preview {
    background-color: var(--point-color);
}
.exhibition-img .period {
    font-weight: 700;
    color: var(--main-color);
    font-size: 2.2rem;
    margin: 40px 0 10px 0;
    text-decoration: none;
}
.exhibition-img .dow {
    font-size: 1.4rem;
}
.exhibition-img .opening-time {
    font-weight: 700;
    color: var(--main-color);
    font-size: 2.2rem;
    background: rgba(255,255,255,0.7);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}
.exhibition-img .title {
    display: none;
}
.header-txt {
    background-color: var(--main-color);
    color: var(--sub-color);
    padding: 60px 8%;
    line-height: 1.8;
}
.header-txt p {
    max-width: 1200px;
    margin: auto;
}
.header-txt p.catalog-btn {
    margin-top: 40px;
}
p.catalog-btn .btn-blackline {
    border: 2px solid var(--sub-color);
    font-weight: 500;
    font-size: 1.4rem;
}
.lead {
    background-color: #FDF8F7;
    padding: 60px 8%;
    color: #D55539;
    line-height: 1.8;
}
.lead h4 {
    color: #D55539;
    text-align: center;
    font-size: 2.4rem;
    font-family: var(--mincho-font);
    font-weight: 700;
    margin-bottom: 40px;
}
.lead p {
    max-width: 1200px;
    margin: 0 auto 10px;
}
.notice-area {
    padding: 0 8% 60px;
    line-height: 1.8;
}
.notice-area p {
    max-width: 1200px;
    margin: 0 auto 10px;
}
.main-txt {
    padding: 60px 8%;
    background-color: var(--palegrey-color);
    line-height: 1.8;
    text-align: center;
}
.main-txt .wrapper {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.main-txt h4 {
    color: #D55539;
    text-align: center;
    font-size: 1.4rem;
    border: 1px solid #D55539;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 40px;
    font-weight: 700;
}
.main-txt h5 {
    color: #D55539;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: var(--mincho-font);
    margin-bottom: 40px;
    position: relative;
    border-top: 1px solid #D55539;
    border-bottom: 1px solid #D55539;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-txt h5 .room {
    font-size: 1.6rem;
    color: #D55539;
    letter-spacing: 0.1em;
    position: absolute;
    left: 0;
}
.main-txt p {
    margin-bottom: 10px;
    text-align: left;
}
ul.item-box {
    text-align: left;
    margin: 60px auto 80px;
    font-size: 1.2rem;
    line-height: 1.5;
    max-width: 900px;
}
.slide-arrow {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.prev-arrow {
    left: -40px;
}
.next-arrow {
    right: -40px;
    transform: rotate(-180deg);
}
.itemtitle {
    font-weight: 500;
    font-size: 1.4rem;
}
ul.item-box li {
    padding: 0 30px;
    max-width: 450px;
}
ul.item-box li img {
    width: 100%;
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
}
.photonum {
	background-color: #D55539;
	color: var(--sub-color);
	padding: 0 5px;
	font-size: 11px;
    margin-left: 6px;
    display: inline-block;
	}    
.item-period {
	padding: 1px 4px;
	font-size: 11px;
    margin: 6px 0 0 0;
    display: inline-block;
    border: 1px solid var(--main-color);
	}    
dl.exhibition-info {
    width: 86%;
    max-width: 1200px;
    margin: auto;
    padding: 60px 0;
    line-height: 1.8;
}
dl.exhibition-info dt {
    color: #D55539;
    border-bottom: 1px solid #D55539;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
dl.exhibition-info dd {
    padding-bottom: 10px;
    margin-bottom: 20px;
}
dl.exhibition-info ul {
    margin: 20px 0 0 0;
    font-size: 1.2rem;
}
dl.exhibition-info dd img {
    width: 100px;
}
.kikubijutsu-icon {
    display: block;
}
.btn {
    margin: auto;
    display: table;
    width: 86%;
    text-align: center;
}
.close {
    text-align: center;
    font-size: 1.8rem;
    border: 2px solid var(--notice-color);
    padding: 10px;
}
.closetxt {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
    padding: 40px 15% 60px;
    width: 100%;
    height: 510px;
    display: block;
    position: relative;
    margin-bottom: 40px;
}  
.closetxt::before {
    content: "";
    background:url("../exhibition/images/pillar.svg") no-repeat top;
    width: 100px;
    height: 510px;
    display: block;
    position: absolute;
    top: 0;
    left: 10%;
}
.closetxt::after {
    content: "";
    background:url("../exhibition/images/pillar.svg") no-repeat top;
    width: 100px;
    height: 510px;
    display: block;
    position: absolute;
    top: 0;
    right: 10%;
}
.voiceguide {
    max-width: 800px;
    width: 86%;
    margin: auto;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.closetxt p {
    margin-bottom: 20px;
}
.vrbn img {
    width: 80%;
    max-width: 600px;
    margin: auto;
}
.kikubijutsu-icon {
    flex-basis: 20%;
    display: flex;
    margin-left: 40px;
}
#entrance-fee {
    padding-top: 70px;
    margin-top:-70px;
}
.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;
}

/* PAST LIST */

.pastlist-year {
    text-align: center;
    font-size: 1.4rem;
    border: 1px solid var(--main-color);;
    display: block;
    width: 230px;
    padding: 10px 10px;
    margin: 40px auto;
    font-weight: 400;
}
.list-wrapper {
    width: 86%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    text-align: center;
}
.list-wrapper figure {
    flex-basis: 33.3%;
    margin-bottom: 40px;
}
.list-wrapper figure img {
    width: 180px;
}
.list-wrapper figcaption {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 15px 0;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.list-wrapper figcaption .period {
    font-size: 1.2rem;
    margin: 10px 0 0 0;
}
.list-wrapper .exhibition-type {
    font-size: 1.2rem;
    color: var(--maingrey-color);
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
}
.list-wrapper .subtitle {
    font-size: 1.4rem;
}
.list-wrapper figcaption .notice {
    color: var(--notice-color);
    font-size: 1rem;
    margin-top: 5px;
}

@media screen and (max-width: 1400px) {
    
    /* CALENDER */

    #calender {
        margin: auto;
        width: 86%;
    }
    #calender li {
        margin: 0 30px;
    }
    #calender h3 {
        margin-top: 0;
        display: block;
    }
    
    /* EXHIBITION LIST */
    
    #exhibition-list .exhibition-title {
        width: 60%;
    }
    #exhibition-list .schedule-thumb img {
        max-width: 300px;
        width: 100%;
    }
    
    /* NEXT and CURRENT */
    
    .exhibition-img {
        height: 600px;
        text-align: center;
        position: relative;
    }
    .status {
        margin: 5px 0;
        width: 100px;
        left: 20px;
    }
    .exhibition-img .period {
        margin: 0;
        color: var(--sub-color);
        position: relative;
        top: 600px;
    }
    .exhibition-img .opening-time {
        position: relative;
        top: 610px;
        left: auto;
        bottom: auto;
    }
    .header-txt {
        padding: 120px 8% 60px;
    }
    ul.item-box {
    }
    ul.item-box li {
        padding: 0 30px;
    }
    .closetxt::before {
        height: 510px;
        left: 20px;
    }
    .closetxt::after {
        height: 510px;
        right: 20px;
    }
    
    /* PAST LIST TABLET */
    
    .list-wrapper {
        max-width: 1000px;
        justify-content: space-around;
    }
    .list-wrapper figure {
        flex-basis: 26%;
    }
    .list-wrapper figure img {
        width: 100%;
    }
}

@media screen and (orientation:portrait){
    
    #exhibition-list .schedule-thumb {
        max-width: 225px;
        height: 225px;
        margin-right: 0;
    }
    #exhibition-list .schedule-thumb .credit {
        top: 235px;
    }
}

@media screen and (max-width: 767px) {
    
    /* CALENDER */

    #calender li {
        margin: 0 20px;
    }
    #calender h3 {
        margin-top: 0;
        display: block;
    }
    
    /* EXHIBITION LIST */
    
    #exhibition-list .wrapper {
        flex-direction: column;
        max-width: 86%;
        width: 86%;
    }
    #exhibition-list .exhibition-title {
        width: 100%;
    }
    #exhibition-list .schedule-thumb {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 0 20px 0;
        display: block;
        background: none;
    }
    #exhibition-list .schedule-thumb .credit {
        position: relative;
        top: 0;
        bottom: 0;
    }
    #exhibition-list .schedule-thumb img {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }
    #exhibition-list h5 {
        text-align: center;
        line-height: 1.5;
    }
    #exhibition-list h5 .main-title {
        font-size: 2.6rem;
    }
    #exhibition-list .exhibition-title .period {
        text-align: center;
    }
    #exhibition-list .exhibition-title .btn {
        width: 100%;
    }
    
    /* NEXT and CURRENT */
    
    .exhibition-img {
        height: 580px;
        position: relative;
        background: url("../exhibition/images/240418/mv-001-smp.jpg") center/cover no-repeat; 
        text-align: center;
    }
    .exhibition-img .period {
        margin: 0;
        color: var(--sub-color);
        position: relative;
        top: 580px;
    }
    .exhibition-img .opening-time {
        position: relative;
        top: 590px;
        left: auto;
        bottom: auto;
    }
    .header-txt {
        padding: 120px 8% 60px;
    }
    .main-txt h5 {
        text-align: center;
        flex-direction: column;
        line-height: 1.5;
    }
    .main-txt h5 .room {
        position: relative;
    }
    ul.item-box {
        margin: 60px auto 40px;
    }
    ul.item-box li {
        padding: 0 20px;
    }
    .prev-arrow {
        left: -20px;
    }
    .next-arrow {
        right: -20px;
    }
    .closetxt {
        font-size: 1.6rem;
        line-height: 1.8;
        width: 100%;
        height: 480px;
    }  
    .closetxt::before {
        height: 480px;
        left: 0;
        background-position: -43px 0;
        background-size: contain;
    }
    .closetxt::after {
        height: 480px;
        right: 0;
        background-position: 70px 0;
        background-size: contain;
    }
    .vrbn img {
        width: 100%;
    }
    .voiceguide {
        width: 86%;
        flex-direction: column;
    }
    .kikubijutsu-icon {
        flex-basis: 20%;
        margin-left: 0;
        margin-top: 20px;
    }
    
    /* PAST LIST SMP */
    
    .list-wrapper {
        flex-direction: column;
    }
    .list-wrapper figure {
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;
    }
    .list-wrapper figure img {
        width: 35%;
        margin-right: 20px;
    }
    .list-wrapper figcaption {
        text-align: left;
        font-size: 1.4rem;
        margin: 0;
    }
    .list-wrapper figcaption .period {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    .list-wrapper .exhibition-type {
        font-size: 1rem;
    }
    .list-wrapper .subtitle {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 320px) {
    
    /* CALENDER */

    #calender li {
        margin: 0 10px;
    }
    .exhibition-img {
        height: 450px;
        position: relative;
        background: url("../images/mv-001-smp.jpg") top/cover no-repeat; 
        text-align: center;
    }
    .exhibition-img .period {
        margin: 0;
        position: relative;
        top: 450px;
    }
    .exhibition-img .opening-time {
        position: relative;
        top: 460px;
        left: auto;
        bottom: auto;
    }
    .header-txt {
        padding: 150px 8% 60px;
    }
}
