@charset "UTF-8";

/* 追加；170829 */

.followList_fb:before {
    font-family: FontAwesome;
    content: "\f230";
    padding-right: 0.5em;
}

.followList_inst:before {
    font-family: FontAwesome;
    content: "\f16d";
    padding-right: 0.5em;
}

.followList_ytb:before {
    font-family: FontAwesome;
    content: "\f16a";
    padding-right: 0.5em;
}

.followList_twt:before {
    font-family: FontAwesome;
    content: "\f099";
    padding-right: 0.5em;
}
/* 2024/07/23 add  */
.followList_twt-x:before {
    content: url(../images/x-twitter.svg);
    width: 16px;
    height: 15px;
    padding-right: 0.5em;
    display: inline-block;
    vertical-align: sub;
}
#socialNav .menu.social-twitter a:before{
    content: url(../images/x-twitter-w.svg);
    display: block;
    width: 42px;
    height: 28px;
    text-align: center;
}


/* 追記20170913 */

.column6_1 .bannerImage_wrapper {
    padding-top: 100%;
}

div.column6>* {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 16.6666%;
}

div.column6 {
    margin-left: -10px;
    margin-right: -10px;
}

div.column6:after {
    content: '';
    display: block;
    clear: both;
}

div.column6_1 {
    margin-left: -10px;
    margin-right: -10px;
}

div.column6_1>* {
    width: 16.6666%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
}

@media (max-width: 1339px) {
    div.column6 {
        margin-left: -8px;
        margin-right: -10
    }
}

@media (max-width: 767px) {
    div.column6 {
        margin-left: -8px;
        margin-right: -8px;
    }
    div.column6_1>* {
        width: 33.33333%;
        padding-left: 8px;
        padding-right: 8px;
        float: left;
    }
}

@media (max-width: 679px) {
    div.column6 {
        margin-left: -6px;
        margin-right: -6px;
    }
    div.column6_1>* {
        width: 50%;
        float: left;
    }
}

@media (max-width: 499px) {
    div.column6 {
        margin-left: -4px;
        margin-right: -4px;
    }
}


/* 追記20170921 */

@media (max-width: 767px) {
    div#adm_scrollbar {
        overflow-x: scroll;
    }
    div#adm_scrollbar th.adm_scr,
    td.adm_scr {
        white-space: nowrap;
    }
    div#adm_scrollbar::-webkit-scrollbar {
        height: 5px;
    }
    div#adm_scrollbar::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #eee;
    }
    div#adm_scrollbar::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #666;
    }
}


/* 追記20171021 */

.openingBox_loading2 {
    position: absolute;
    top: 0;
    bottom: 10vh;
    left: 0;
    right: 0;
    width: 150px;
    height: 40px;
    margin: auto;
}

@media (max-width: 767px) {
    .openingBox_loading2 {
        bottom: 18vh;
    }
}


/* 追記20180123 * /
[data-tab-cnt] {
  display:none;
}
[data-tab-cnt].active {
  display:block;
}
/* 追記20180123 */


/* 追記20200305 */

.donation #thanks blockquote {
    padding: 1.2em 1.85714em 0.71429em 5em;
    background: #fcf2e8;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: normal;
}

.no_mark::before {
    content: none;
}


/* 追記20200522 */

.events-info {
    display: block;
    margin: -1em 0 3em;
    font-size: 100%;
    text-align: center;
}

#visit-calendar p {
    font-size: 16px;
}

@media (max-width: 767px) {
    #visit-calendar p {
        font-size: 14px;
    }
}


/*追記2020/10/27*/

#constitution .wp-image-7539 {
    margin-left: auto;
    margin-right: auto;
}

#constitution .wp-caption {
    text-align: center;
}

#constitution .wp-caption-text {
    display: inline-block;
}

.block-youtube {
    display: block;
    max-width: 470px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px) {
    .block-youtube iframe {
        width: 100%;
        max-width: 400px;
    }
}


/*追記2020/12/07 開館時間スタイル変更*/

.museumNav_info {
    font-size: 120%;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #fff;
}

.azumino .museumNav_info,
.azumino .museumNav_info time {
    color: #5589c7;
}

.tokyo .museumNav_info,
.tokyo .museumNav_info time {
    color: #783334;
}


/*spメニュー位置320pxでメニューアイコンがおちる*/

@media (max-width: 767px) {
    .museumNav {
        padding-right: 42px;
        position: relative;
    }
    .museumNav_btn {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translatey(-50%);
    }
}


/* @media (min-width: 768px){
  #globalNav .sitemap .menu {
    max-width: 50%;
  }
} */


/*2020/12/21 foundation/history fix*/

.art-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.art-col-2 * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    margin-bottom: 1em;
}
/*2021/04/15 top slider sp fix*/
@media (max-width: 767px){
    .home .firstview_image {
        background-size: auto 75vh;
    }
  }
  /*202104/21 azumino トットちゃんバナー*/
  #banner.bnr-totto5s {
    /* 20221013トットちゃんバナー位置調整 */
      /* padding-top: 0; */
      background-color: #f6f6f6;
  }
  #banner.bnr-totto5s img {
      width: 960px;
  }

/* 2021/09/07展覧会メッセージスタイル変更 */
@media (min-width: 767px) {
    .message-txt {
        font-size: 14px;
    }
}

/* 2022/02/01多言語年譜ページ改修 */
.chronology_col {
    display: flex;
    justify-content: space-between;
}

.chronology_caption {
    width: 45%;
}

.chronology_tbl p {
    line-height: 1;
    text-align: left;
}

.chronology_tbl img {
    margin: 0;
}

.chronology_tbl .chronology_td {
    border: none!important;
}

.chronology_top {
    vertical-align: top;
    padding-top: 0!important;
}

/* 2022/03/18ロシア語レイアウト調整 */
.chronology_tblrs {
    table-layout: fixed;
}

.chronology_td_l {
    width: 30%;
}

.chronology_td_m {
    width: 7%;
    text-align: center;
    padding-left: 0!important;
    padding-right: 0!important;
}

.chronology_td_r {
    width: 63%;
}

.chronology_caption_rs p {
    word-break: break-all;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .chronology_caption {
        width: 100%;
    }

    .chronology_col {
        display: block;
    }

    .chronology_td_m {
        width: 15%;
    }

    .chronology_caption_rs p {
        font-size: 1em;
    }
}

/* 20220928 TokyoPassバナー追加&安曇野館バナーテキスト修正 */
.tokyopass {
    background-color: #fff;
    border: 1px solid #313131;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tokyopass_bnr {
    width: 33%;
    margin-bottom: 0;
}

.tokyopass_txt {
    width: 65%;
    padding: 12px 0;
}

.tokyopass_txt p {
    color: #313131;
}

.tokyopass_txt span {
    font-size: 1.2em;
    font-weight: 600;
}

.tokyopass_txt a {
    color: #313131;
    font-size: 1.5em;
    font-weight: 500;
    border-bottom: 1px solid #313131;
    margin-top: 12px;
}

@media (max-width: 767px) {
    .tokyopass {
        flex-direction: column;
        margin-left: 4px;
        margin-right: 4px;
    }

    .tokyopass_txt {
        width: 100%;
        padding:12px;
    }

    .tokyopass_bnr {
        width: 100%;
        padding-right: 0;
    }

    .banner-wide .bannerCaption_multi {
        top: 0;
    }
}

/* 20221018ちひろ公園バナー */
.bnr-chihiropark, .bnr-chihiropark .innerA {
    padding: 0;
}
/* 202301ブログhスタイル追加 */
.single-blog-tokyo .post-content h2,
.single-news-tokyo .post-content h2,
.single-blog-azumino .post-content h2,
.single-news-azumino .post-content h2 {
    font-size: 1.5em;
    margin: 1.2em 0 0.6em;
}
.single-blog-tokyo .post-content h3,
.single-blog-azumino .post-content h3,
.single-news-tokyo .post-content h3,
.single-news-azumino .post-content h3  {
    font-weight: bold;
}
/* 2023/02/06 財団メンバーズカード縦長 */
.post-content .membership-card__list {
    align-items: baseline;
}

.membership-card--vertical {
    padding-top: 100px;
}

.membership-card--vertical img {
    transform: rotate(-90deg) translateX(50px);
}
/* 2023/03/12 東京館top展示会情報メッセージ非表示 */
.tokyo #exhibition > div > p {
    display:none;
}
/* 2023/04/03 groups fix  */
.visit-place dt {
    display: none;
}
.visit-place dd {
    border: solid 1px #313131;
    padding-left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
} 
.visit-place dd p {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    margin: 0;
    padding-top: 10px;
}
/* 2023/05/19 fix  */
#banner.container.ehon {
    padding-top: 2rem;
}
@media (max-width: 767px) {
    #banner.container.ehon{
        padding-top: 1.5rem; 
        padding-bottom: 1.5rem;
    }
}

/* 2023/05/25  */
@media (max-width: 1200px) and (min-width: 1141px) {
    .banner-narrowIn .bannerInner {
        padding: 2.3em 4em;
    }
}
/* 2023/07/04  */
.visit-place dd {
    gap: 0 2em;
}

/* 2023/07/29 shkato */
#globalNav .utilities .lnSwitcher{
	white-space:nowrap;
}
/* 2023/09/27 contact page sp fix  */
@media (max-width: 767px){
    /* JA  */
    form ul.note{
        font-size: 1em;
    }
    form ul.note li {
        line-height: 2;
    } 
    form dt,form dd {
        font-size: 1em;
    }
    form dt{
        float: none;
        width: 100%;
    }
    form dd {
        padding-left: 0;
    }
    form input[type='text']{
        width: 100%;
    }
    form dt.col2 > label {
        width: 100%;
        padding-bottom: 4em;
    }
    form dd.col2 > div {
        width: 90%;
        padding-left: 0;
    }
    form dd.col2 {
        position: relative;
    }
    form dd.col2 > div:has(#email){
        position: absolute;
        top: -10em;
    }
    form dd.col2 > #email {
        position: absolute;
        top: -10em;
        width: 90%;
        margin-left: 10%;
    }
    form dd.col2 > div:has(#email_confirm){
        position: relative;
        top: -3.5em;
    }
    form dd.col2 > #email_confirm {
        position: absolute;
        top: -3.5em;
        width: 90%;
        margin-left: 10%;
    }
    form input[name*='zip']{
        width: 20vw;
    }
    form input[name*='zip'] + input[type='button']{
        padding-left: 1vw;
        padding-right: 1vw;
    }
    form .pref select[name='group_pref'],form .pref select[name='agency_pref'],form select[name='pref']{
        margin-left: 0;
        padding: 7px;
        margin-bottom: 1em;
    }
    form label.tel{
        margin-bottom: 1em;
    }
    
    form label.tel, form label.fax, form label.tel input, form label.fax input{
        width: 100%;
    }
    form small.note{
        font-size: 1em;
        font-weight: normal;
    }
    form dd:has(> input[type='button']){
        display: flex;
        min-height: auto!important;
    }
    /* EN  */
    #groupsform .contact table tr th {
        display: block;
        width: 100%;
    }
    #groupsform .contact table tr td{
		display: block;
        width: 100%
	}
     #groupsform .contact table tr td >label  {
        width: 100%;
    }
	#groupsform .contact table td input[type="text"]{
		width:100%
	}
    #groupsform .contact table .persons td {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        
    }
    
    #groupsform .contact table .persons td > label {
        width: 100%;
    }
    #groupsform .contact table tr td.radio {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5%;
    }
    #groupsform .contact table tr td.radio> label{
        flex: 0 1 30%;
    }
    form .plan td .radio .tab-before{
        display: block;
        width: 100%;

    }
    form .plan td .tab {
        padding-left:0;
        display: flex;
        flex-wrap: wrap;

    }
     form .plan td .tab > label {
        flex: 0 1 30%;
     }
    
   
}
/* 2024/01/04 en:forpeace  */
.subnav_menu a em, .collection p em {
    font-style: italic;
}
body.home #about .bannerFooter .buttonA._wide{
    width: 18.57em;
    max-width: 64%;
}

/* <!-- 2024企画展 動画バナー style --> */
    .bnr-card {
        max-width: 850px;
        width: 92%;
        margin: 16px auto 2.4em;
        position: relative;
        container-type: inline-size;
    }
    .bnr-card_inner{
        
        padding: 53px 0 0;
    }
    .bnr-card__image {
        width: 320px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .bnr-card__image video {
        width: 100%;
        height: auto;
    }
    .bnr-card__contents{
        max-width: 686px;
        width: calc(100% - 164px);
        background: #F6F6F6;
        margin-left: auto;
        padding: 42px 40px 30px 216px;
    }
    .bnr-card__title{
        position: absolute;
        top: 8px;
        color: #313131;
    }
    .bnr-card__title span {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 3px;
    }
    .bnr-card__text{
        max-width: 31em;
        color: #313131;
        font-size: 14px;
        font-family: YuGothic, "Yu Gothic Medium","Yu Gothic",sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: 2;
        letter-spacing: normal;
    }
    .bnr-card__btn{
        text-align: right;
        margin-top: 24.8px;
    }
    @container (max-width: 767px) {
        .bnr-card__image {
            width: 41.72%;
        }
        .bnr-card__contents{
            padding: 42px 5.215% 30px 28.161%;
        }
        .bnr-card__contents{
            width: 78.6179%;
        }
    }
    @container (max-width: 480px) {
        .bnr-card {
            width: calc(100% + 20px);
            margin-left: -10px;
            overflow: hidden;
        }
        .bnr-card_inner{
        padding-top: 42.666vw;
        }
        .bnr-card__image {
            width: 100%;
            left: 50%;
            transform: translateX(-50%);
            padding: 0 6.666%;
        }
        .bnr-card__contents{
        width: 100%;
        max-width: unset;
        margin-left: unset;
        padding: 53vw 6.666% 30px;
        }
        .bnr-card__title{
            position: static;
        }
        .bnr-card__btn{
            text-align: center;
            margin-top: 5.2px;
        }
        /* .bnr-card__text p br {
            display: none;
        } */
       
    }
    @media (max-width:767px) {
        .bnr-card {
            width: calc(100% + 20px);
            margin-left: -10px;
            overflow: hidden;
        }
        .bnr-card__title{
            font-size: 16px;
        }
        .bnr-card__title span,
        .bnr-card__text{
            font-size: 12px;
        }
       
    }
 /* <!-- / 2024企画展 動画バナー style --> */
 /* 2024年展示会詳細スタイル追加 */
 .fieldA_captionSub em {
    color: #a0a0a0;
 }
/* 2024/02/21 ロシア語テキスト左寄せ  */
html[lang='ru-RU'] .post-content p,
html[lang='ru-RU'] .sidebar * {
    text-align: left;
}
/* 2024/03/26 安曇野TOP スマホバナーサイズ調整  */
@media (max-width:767px) {
    .bannerImage{
      width: 99%;
    }
}
/* 2024/03/28 en collection 作家サーチアルファベットサイズ調整  */
@media (max-width:1024px){
    .pagerB{
        margin-bottom: 1em;
    }
    .pagerB li.caption {
        display: block;
      text-align: left;
     }
    .pagerB li{
    font-size: clamp(14px, 3vw, 16px);
    padding: 0 4px;
    }
}
/* 2024/04/22 collection クレジット追加による調整*/
.containerGray .cardA_info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.cardA_anchor .cardA_bottom{
    height: 7.14333em;
}
/* 2024/06/07 event form style-2024  */
.form-style__2024 label .required::after,
.form-style__2024 .require .required::after {
    content: "必須";
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    background-color: #e8374a;
    padding: 3px 7px;
}
.form-style__2024 .input{
    padding: 1.28571em;
    border: solid 1px #eee;
}
.form-style__2024 dt,
.form-style__2024 dd {
    width: 100%;
    height: auto;
}
.form-style__2024 dt {
    float: none;
    min-height: auto!important;
}
html:not([lang='ja']) form.form-style__2024 dt, html:not([lang='ja']) form.form-style__2024 dd{
    min-height: auto!important;
}
form.form-style__2024 input[name*='persons'], form.form-style__2024 input[name*='number'], form .form-style__2024input[name*='age']:not([name*='agency']){
    width: 100%;
}
form.form-style__2024 .in-txt input {
    width: 80%;
}
.form-style__2024 dd {
    padding-left: 0;
}
.form-style__2024 input,.form-style__2024 input[type='text'] {
    padding-left: .5em;
    width: 100%;
}
.form-style__2024 dl {
    margin-top: 0;
}
.form-style__2024 .c-col2{
    display: flex;
    gap: 20px;
}
.form-style__2024 .c-col2__item {
    width: 50%;
    margin-bottom: 0;
}
.form-style__2024 .zip-wrap {
    width: 60%;
    display: flex;
    padding-left: 1em;
    margin-bottom: 0;
    align-items: center;
}
.form-style__2024 .zip-wrap input{
    margin-left: .5em;
    margin-right: .5em;
}
.form-style__2024 input[name*='zip'] + input[type='button'] {
    width: 20em;
    font-size: 1em;
    padding: .5em;
    min-width: 8em;
}
.form-style__2024 .zip-wrap + select{
    width: calc(40% - 20px);
}
/* .form-style__2024 .attendee-wrap {
    
} */

.form-style__2024 dd label{
    display: block;
    font-weight: bold;
    font-size: 1em;
    line-height: 2.52976 !important;
}
.form-style__2024 .attendee-wrap dt label{
    line-height: 1.8 !important;
}

.form-style__2024 .attendee-wrap input[name*='person'][name*='name'], .form-style__2024 .attendee-wrap input[name*='person'][name*='kana'] {
    width: 100%;
    margin: 0;
}
.form-style__2024 .attendee-wrap #person2_age, .form-style__2024 .attendee-wrap #person3_age, .form-style__2024 .attendee-wrap  #person4_age{
    width: 40%;
    margin: 0 .5em 0 0;
}

.form-style__2024 .note{
    font-size: clamp(12px, 0.8em, 13px);
}
.form-style__2024 .attendee-wrap dd:has(dl){
    border-bottom: dotted 1px #a0a0a0;
}
.form-style__2024 .attendee-wrap dd:has(dl):last-child{
    border-bottom: none;
}
.form-style__2024 .radio label,.privacy label{
    display: inline-block;
    font-size: 14px;
}
.form-style__2024 .radio input,.privacy input{
    width: unset;
}
form dd.radio > div{
    width: 100%;
}
.form-style__2024 .attendee{
    border-top: solid 1px #a0a0a0;
    border-bottom: solid 1px #a0a0a0;
    margin-top: 1em;
}
.form-style__2024 .attendee details summary {
    list-style: none;
    cursor: pointer;
    position: relative;
  }
  .form-style__2024 .attendee  details summary::after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    top: calc(50% - 24px);
    right: 1em;
    font-size: 24px;
  }
  /**
   * アコーディオンがオープン時はマイナスアイコンに変更
  **/
  .form-style__2024 .attendee details[open] summary::after {
    content: '\f106';
  }

  .form-style__2024 input#how_to_know_text{
    width: 18em;
}
.form-style__2024 input#submit{
   
    padding: 1em;
}
.form-style__2024 .buttonA.privacy{
    border-color: #ccc;
}
@media (max-width:767px) {
    .form-style__2024 .zip-wrap,.form-style__2024 .zip-wrap + select {
        width: 100%;
    }
    .form-style__2024 .radio input{
        margin: 0;
    }
    .form-style__2024 input[name*='zip'] + input[type='button']{
     font-size: .7em;
    margin: 0;
    word-wrap: break-word;
    white-space: normal;
    width: 5px;
    }
    .form-style__2024 .zip-wrap{
        padding-left: 0;
    }
    .form-style__2024 .zip-wrap input{
        padding-left: 0;
        padding-right: 0;
    }
    .form-style__2024 .c-col2:has(.zip-wrap){
        flex-direction: column;
    }
    .form-style__2024 .attendee details summary::after{
        right: 0;
    }

}
/* 2024/08/21 Update SP */
@media (max-width: 768px) {
    .cardA_anchor .cardA_bottom {
        height: 8.14333em;
    }
}
/* 2024/10/16  寄付者氏名改行調整*/
.post-content #donarlist p.donar-name{
    word-break: keep-all;
}
