@charset "utf-8";


@font-face {
  font-family: 'icomoon';
  src:  url('/museum/common/fonts/icomoon.eot?ehjytq');
  src:  url('/museum/common/fonts/icomoon.eot?ehjytq#iefix') format('embedded-opentype'),
    url('/museum/common/fonts/icomoon.ttf?ehjytq') format('truetype'),
    url('/museum/common/fonts/icomoon.woff?ehjytq') format('woff'),
    url('/museum/common/fonts/icomoon.svg?ehjytq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e986";
}


/* Header
----------------------------------------------*/

#siteHeader .brand {
  /*--250826 #0046adから変更--*/
  background: none;
}

#siteHeader .worldwide {
  width: 140px;
  height: 15px;
}

#siteHeader .worldwide p,
#siteHeader .worldwide img,
#siteHeader .sp_worldwide p,
#siteHeader .sp_worldwide img {
  display: inline-block;
  vertical-align: middle;
}

#siteHeader .worldwide p {
  color: #fff;
  font-size: 11px;
}

#siteHeader .worldwide img,
#siteHeader .sp_worldwide img {
  margin-left: 10px;
}

#siteHeader #nav-drawer {
  display: none;
}

#nav-input:checked~#ww_nav-close {
  display: block;
  /*カバーを表示*/
}

#nav-input:checked~#nav-content {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1000px) {

  #siteHeader .worldwide,
  #siteHeader .nav-unshown {
    display: none;
  }

  #siteHeader #nav-drawer {
    display: block;
  }

  #siteHeader #ww_nav-open {
    width: 17px;
    height: 17px;
    display: block;
    cursor: pointer;
  }

  #ww_nav-open:after {
    display: block;
    text-align: center;
    text-indent: 0;
    content: '\f0c9';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
  }

  #siteHeader #ww_nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    right: 14px;
    top: 9px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #0046ad;
    transition: .3s ease-in-out;
  }

  #siteHeader #ww_nav-close:after {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    text-indent: 0;
    content: '\f00d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 8px;
  }

  #siteHeader #nav-content {
    overflow: auto;
    position: fixed;
    left: 0;
    top: 64px;
    z-index: 9999;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: rgba(0, 0, 0, .5);
  }

  #nav-input:checked~#nav-content {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }

  #siteHeader .sp_worldwide {
    background: #333;
    text-align: center;
    border-top: 1px #aaa solid;
  }

  #siteHeader .sp_worldwide a {
    color: #fff;
    opacity: 1;
    transition: all .3s ease;
    font-size: 14px;
    display: block;
    padding: 10px;
  }

  #siteHeader .sp_worldwide p {
    font-size: 11px;
  }
}


/* Footer
----------------------------------------------*/
#siteFooter .guide .hour a.link_calendar {
  color: #0b94c0;
  transition: all .2s ease-in;
}

#siteFooter .guide .hour a.link_calendar:hover {
  opacity: .6;
}

#siteFooter div.f_under {
  background-image: linear-gradient(to right, #0046ad 0%, #1132ff 15%, #2655fc 40%, #0087ff 100%);
}

#siteFooter ul.snsBtn {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  list-style: none;
    margin-top: 100px;
  margin-bottom: 100px;
}

#siteFooter ul.snsBtn li {
  line-height: 1.0;
  margin-right: 30px;
}

#siteFooter ul.snsBtn li img{
    width: 37px;
}

#siteFooter ul.snsBtn li:last-child {
  margin-right: 0px;
}

#siteFooter nav {
  background: #666666 !important;
}

#siteFooter .f_under p {
  background: #a1a0a0 !important;
  padding-bottom: 40px;
  text-align: center;
  color: #fff;
  /* font-family: raleway-Bd; */
  letter-spacing: 0.1em;
  font-size: 11px;
}

@media screen and (max-width: 1000px) {

  #siteHeader #nav-content {
    top: 58px;
  }

  #siteFooter .f_under p {
    padding-bottom: 30px;
    line-height: 1.75;
    font-size: 10px;
  }
}


/*20240409add*/

@media (min-width: 1001px) and (max-width: 1180px){
#footnotes .footnotes {
    width: 90%;
    margin: 0 auto;
}
}
#footnotes {
  /*-250826 background-color: #999;から変更-*/
    background-color: #e4e4e4;
    padding: 17px 0 15px;
}

#footnotes .footnotes {
    max-width: 1180px;
    margin: 0 auto;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}


.disclaimers ul,.copyright ul{
    list-style: none;
}

.disclaimers ul {
    display: flex;
    flex-wrap: wrap;
}


.footnote-tdk .disclaimers ul li {
    margin-right: 15px;
}

#footnotes .footnotes a {
  /*--250826 #fffから変更--*/
    color: #000;
    text-decoration: none;
}
.disclaimers ul li a {
    font-size: 12px;
    line-height: 20px;
}

.footnote-tdk .disclaimers ul li:last-child {
    margin-right: 0;
}

.copyright ul li {
    text-align: right;
    /*--250826 #fffから変更--*/
    color: #000;
    font-size: 12px;
    line-height: 20px;
}

@media screen and (max-width: 1000px){
    #footnotes {
    padding: 0 0 10px;
}
    
    #footnotes .footnotes {
    display: block;
}
    .footnote-tdk .disclaimers ul {
    width: 100% !important;
}
    
#siteFooter ul.snsBtn {
    margin-top: 40px;
  margin-bottom: 40px;
}
    
.disclaimers {
  /*250826 #999から変更*/
    background-color: #ffffff;
    padding: 11px 0;
}
    
.disclaimers ul {
    width: 223px;
    margin: 0 auto;
    justify-content: center;
}
    
    
    
.footnote-tdk .disclaimers ul {
    width: 100% !important;
}
.disclaimers ul li {
    margin: 0;
}
    
.footnote-tdk .disclaimers ul li a {
    padding: 0;
}
    
.disclaimers ul li a {
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
}
.copyright ul {
    padding-top: 10px;
}
    
.copyright ul li {
    text-align: center;
    font-size: 10px;
    line-height: 14px;
}
    
    }

@media screen and (max-width: 640px){
#footnotes .footnotes {
    display: block;
}
    }


/*20240226add*/

.dropdown__lists {
    display: none;
    margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
}
.global li:hover .dropdown__lists {
    display: block!important;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    /*background-color: #f4f5f7;*/
	background-color: #0046ad;
    height: 50px;
    transition: all .3s;
    position: relative;
    z-index: 10000;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
}
/*.dropdown__list:hover {
    background-color: #003558;
}*/
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.dropdown__list a:link, .dropdown__list a:visited{
      color: #fff;  
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    left: 10px;
    top: calc(50% - 3px);
}


#siteHeader .header nav.global ul li ul li.dropdown__list{
    width: 100%;
    min-width: 380px;
    text-align: left;
    display: table;
}

.dropdown__list a {
    padding-left: 25px;
}

#siteHeader .header nav.global .dropdown__list a {
  padding-top: 0;
  text-decoration: none;
  display: table-cell;
  /*font-size: min(1.8vw, 16px);*/
    font-size: 15px;
    vertical-align: middle;
}

#siteHeader .header nav.global .dropdown__list a:hover{
    text-decoration: underline!important;
}
}




#views-exposed-form-search-page {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.searchForm input {
    background: #0046ad;
    border: 1px solid #4D7EC6;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 13px;
    padding-left: 6px;
    flex: auto;
    color: #fff;
}
#SS_searchSubmit {
    width: 40px;
    height: 30px;
    background: #4D7EC6;
    position: relative;
    border: 1px solid #4D7EC6;
    border-left: none;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0 3px 3px 0;
    z-index: 1;
}

form#SS_searchForm\ views-exposed-form-search-page {
    display: flex;
    margin-left: 20px;
}


.icon-search:before {
    font-family: "icomoon" !important;
    content: "\e986";
    font-size: 16px;
    display: block;
    color: #D2DAE5;
    position: absolute;
    line-height: 16px;
    left: 12px;
    top: 6px;
    pointer-events: none;
    z-index: 2;
}

.icon-search {
    display: inline-block;
    position: relative;
}

.clearfix:after {
    display: table;
    clear: both;
    content: "";
}
.sp_view{
        display: none;
    }

@media screen and (max-width: 1000px){
.ac_open {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 40px;
    height: 40px;
}
    
    .ac_open{
        display: block;
        width: 40px;
    height: 40px;
    }
    
    .ac_open::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: translateY(-50%);
    transition: opacity 1s;
}
.ac_open::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}
.ac_open.show::before {
    opacity: 0;
}
.ac_open.show::after {
    transform: translateY(-50%) rotate(180deg);
}
    
    .searchForm {
    position: absolute;
    top: 92px;
    width: 100%;
    left: 0;
}
    form#SS_searchForm\ views-exposed-form-search-page{
        margin-right: 20px;
    }
    
    .searchForm input{
        height: 40px
    }
    .icon-search:before{
            font-size: 20px;
            left: 20px;
    top: 10px;
        
    }
    #SS_searchSubmit {
    width: 60px;
    height: 40px;
    }
    
    #siteHeader .header nav.functions .icn_restaurant{
        display: none;
    }
    .sp_view{
        display: block;
    }
    }