body{
  width: 960px;
  margin:16px auto;
}
.page-header {
  display: flex;
}

.header-logo{
  height:48px;
  margin-right: 0.5rem;
}

.page-header__title{
  font-size:24px;
}

.gsearch{
  margin-top: -0.8rem;
  margin-left: 10rem;
  width: 280px;
}
.sns-icon img{
  display: inline-block;
  width: 2rem;
  margin-left: 0.3rem;
}

.main-nav{
  width: 960px;
  margin-top: 10px;
}

.main-nav__lists{
  display: flex;
  width: 960px;
  justify-content: center;
  gap: 1.2rem;
}

.main-nav__lists li{
  font-size: 28px;
  padding:8px;
  position: relative;
  line-height: 1;
}

.main-nav__lists li:not(:first-child)::after{
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height:30px;
  background: #000;
  top:12px;
  left:-0.6rem
}

.main-nav__lists li span{
  display: block;
  font-size:8px;
  font-feature-settings: "palt";
  font-weight: normal;
  line-height:1;
  margin-top: 4px;

}


.main-nav__lists li a{
  color:#000;
  text-decoration: none;
}

.top .main-nav__top a,
.news .main-nav__news a,
.event .main-nav__event a,
.contact .main-nav__contact a,
.report .main-nav__report a
{
  color: #c00;
}

.main-nav__museum-shop{
  display: none;
}
.main-nav__museum-shop::after{
  display: none;
}

body.report main , body.contact main ,body.about main , body.sitepolicy main{
  padding:2rem 3rem;
}

.slider-wrapper{
  margin-top: 1rem;
}
.top-page-layout{
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}

.top-page-layout__main{
  width: 680px;
}

.fb-links{
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fb_page{
  margin-bottom: 1.5rem;
}

.whats-new__list{
  margin-bottom: 0.5rem;
}
.whats-new__link{
  display: flex;
  color:#000;
  text-decoration: none;
}

.whats-new__image{
  margin-right: 1rem;
  width:120px;
  flex-shrink: 0;
}

.whats-new__text p{
  margin-top: 0 ;
}
.top-page__bnrs{
  margin-top: 1.5rem;
}

.top-page__bnrs li:not(:last-child){
  margin-bottom: 1rem;
}

.corner-branding{
  margin-top: 1rem;;
  margin-bottom: 2rem;
}
.image_and_text{
  display: flex;
  gap:1.5rem;
  margin-bottom: 1.5rem;
}
.section-image {
  width: 400px;
  flex-shrink: 0;
}

.section-image img{
  width: 100%;
}

.section-main__text{
  line-height: 1.8;
}

.page-numbers{
  display: flex;
  gap:1.5rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.page-numbers {
  font-size:1.7rem;
}

.page-numbers a{
  text-decoration: none;
  color:#666;
  display: block;
  padding:0.3rem;
}

.page-numbers .current{
  color:#c00;
  padding:0.3rem;
  display: block;
}

.page-numbers a:hover{
  color:#05f;
}
.page-turner{
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.page-turner a{
  font-size: 1.4rem;
  text-decoration: none;
  color:#000;
  transition: 0.3s;
}
.page-turner a:hover{
  color:#c00;
}


.post-header{
  margin-bottom: 1rem;
}
.post-title{
  font-size: 2rem;
}

.page-footer{
  width: 100%;
}

.site-map{
  margin-top: 2rem;
  background: #eee;
  min-height:100px;
}



.footer-link{
  margin-top: 2rem;;
  display: flex;
  justify-content: center;
  gap:1rem;
}

.footer-link a{
  color:#000;
  text-decoration: none;
}

.footer-link a:not(:last-child)::after{
  content: " | ";
}

/* 404 */
.p404-wrapper{
  border:solid 1px #ccc;
  margin: 3rem 4rem;
  padding:2rem;
}

.p404-title{
  color:#900
}
.mw_wp_form form input , .mw_wp_form form select , .mw_wp_form form textarea , .mw_wp_form form button{
  padding:0.5rem;
  font-size:1.3rem;
  max-width:80%;
}
.mw_wp_form form textarea{
  width:70%;
  height:10rem;
  line-height:1.5;
  max-width: 600px;
}
.slider-wrapper{
	height:480px;
	overflow:hidden;
}