@charset "UTF-8";

/**
 * index_sp.css
 *
 * 各サイトトップページ共通
 */

/**
 * ナビゲーション
 */
/* スクロールがトップにある場合 */
#siteHeaderSp:not(.open).isTop {
  background-color: transparent;
}
#siteHeaderSp:not(.open).isTop h1 {
  opacity: 0;
  pointer-events: none;
}
#siteHeaderSp:not(.open).isTop .menuSp {
  border-left-color: transparent;
}

/**
 * メインビジュアル
 */
#mainVisual {
  height: 100vh;
  min-height: 400px;
  padding: 0;
  margin: 0 0 30px;
}
#mainVisual .mainVisualSliderCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  background-image: url(../img/common/bgMovie.png);
}
#mainVisual .mainVisualSliderCover .arrow {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: 0 0 0 -6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  cursor: pointer;
}
#mainVisual .mainVisualSliderCover .enName {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #fff;
  font-size: 1.2rem;
}
#mainVisual .mainVisualSliderCover .name {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  margin: -150px 0 0 -50px;
}
#mainVisual .mainVisualSlider img {
  width: auto;
  max-width: none;
}
#mainVisual .mainVisualSlider .swiper-lazy-preloader {
  display: none;
}
#mainVisual .video {
  width: 100%;
}

#mainVisual .mainVisualSliderCover > * {
  opacity: 0;
  transition: opacity 1s ease .3s;
}
#mainVisual .mainVisualSliderCover.show > * {
  opacity: 1;
}


/**
 * サイトコンテンツ
 */
.museumNews,
.news {
  position: static;
  z-index: 1;
  /*padding: 0 10px 30px;*/
  padding: 0 8% 30px; /*190904追加*/
  background-color: inherit;
  height: auto;
}
.museumNews .label,
.news .label {
  position: static;
  display: inline-block;
  /*padding: 0 1.5em;*/
  padding: 2px 0; /*190904追加*/
  /*width: auto;*/
  width: 100%; /*190904追加*/
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-indent: inherit;
  font-size: 1.4rem;
}
.news .label .fontNotoSerifLight {
  font-size: 1.3rem; /*190904追加*/
}
.museumNews .label .fontNotoSerif,
.news .label .fontNotoSerif {
  font-size: 1.2rem;
}
.museumNews .label:after,
.news .label:after {
  display: none;
}
.museumNews .newsList,
.news .newsList {
  /*margin-top: 8px;*/
  /*以下190904追加*/
  margin-top: 0;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.museumNews .newsList ul li,
.news .newsList ul li {
  white-space: normal;
  text-overflow: inherit;
  line-height: 1.4;
}
.museumNews .newsList ul li a,
.news .newsList ul li a {
  color: #333;
  line-height: inherit;
  font-size: 1.2rem;
}
.museumNews .newsList ul li a time,
.news .newsList ul li a time {
  display: none;
}

/* 190904追加 */
.extendNews .newsList {
  position: relative;
}
.extendNews .newsList:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin: -6px 0 0 0;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.extendNews .newsList,
.extendNews .newsList .swiper-container,
.extendNews .newsList .swiper-wrapper {
  height: auto;
}
.extendNews .newsList ul li {
  padding: 0;
}
.extendNews .newsList ul li p.title {
  display: inline-block;
  margin: 0 auto 2px;
  font-size: 1.6rem;
}
.extendNews .newsList ul li p.date {
  font-size: 1.2rem;
}
/* 190904追加ここまで */

.contentNavContainer {
  margin: 0 0 30px;
  padding: 0 8%;
}
.contentNavContainer a {
  display: block;
  width: 100%;
}
.contentNavContainer a + a {
  margin: 0;
}
.contentNavContainer a .thumb {
  height: 46vw;
}
.contentNavContainer a .thumb h2 {
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 1.6rem;
  width: 180px;
  height: 50px;
  line-height: 50px;
}
.gallerySlider h2 a {
  font-size: 1.6rem;
}
.contentNavContainer a .thumb h2 .fontNotoSerifLight {
  font-size: 1.8rem;
}
.contentNavContainer a p {
  margin: 15px 0 30px;
  font-size: 1.3rem;
}

/**
 * 緊急ニュース
 */
.newsEmergency {
  margin: 0 auto 30px;
}
.newsEmergency .newsItem .newsTextContent {
  text-align: left;
  padding: 0 8%;
}
.newsEmergency .newsItem .newsTextContent .newsEmergencyTitle {
  text-align: center;
}

/* 画像あり */
.newsEmergency .newsItem.hasImage .newsImageContent {
  float: none;
  margin: 0 auto 30px;
}
.newsEmergency .newsItem.hasImage .newsTextContent {
  float: none;
  width: 100%;
  padding: 0 8%;
}
.newsEmergency .newsItem.hasImage .newsTextContent .newsEmergencyTitle {
  text-align: center;
}

/**
 * スライダー
 */
.gallerySliderContainer {
  margin: 0 0 30px;
}
.gallerySlider {
  max-width: 100%;
  height: auto;
}
.gallerySliderContainer p {
  font-size: 1.3rem;
  letter-spacing: normal;
}


/**
 * ライブカメラ・アクセス
 */
.placeInfoContainer {
  margin: 0 0 30px;
}
.placeInfoContainer .placeInfo + .placeInfo {
  margin: 30px 0 0 0;
  border-top: 1px solid #ddd;
}
.placeInfoContainer .placeInfo .links a {
  font-size: 1.4rem;
  line-height: 1;
  padding: .9em 0;
  border-radius: 20px;
  width: 200px;
}
.placeInfoContainer h2,
.siteShokokuji .placeInfoContainer h2,
.placeInfoContainer .placeInfo h2 {
  margin: 1.5em 0 1em;
  font-size: 2rem;
}
.placeInfoContainer div.inner,
.siteShokokuji .placeInfoContainer div.inner {
  border-top: 1px solid #ddd;
}
.placeInfoContainer .placeInfo,
.siteShokokuji .placeInfoContainer .placeInfo {
  width: 100%;
  border: none;
}
.placeInfoContainer .placeInfo.liveCamera #switch {
  margin: 20px auto 0;
  width: 80%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.placeInfoContainer .placeInfo.liveCamera #switch li {
  width: 47%;
  margin: 0;
  line-height: 1;
  padding: 1em 0;
  border-radius: 22px;
}

.placeInfoContainer .placeInfo .liveCameraImage + p {
  line-height: 1.5;
  font-size: 1.3rem;
  letter-spacing: normal;
  margin: 20px 0 0;
}
.placeInfoContainer .access,
.siteShokokuji .placeInfoContainer .access {
  display: block;
  width: 100%;
}
.placeInfoContainer .access .map,
.siteShokokuji .placeInfoContainer .access .map {
  width: 100%;
  padding-top: 81.25vw;
}
.placeInfoContainer .placeInfo.access p.text,
.siteShokokuji .placeInfoContainer .placeAbout p.text {
  line-height: 2;
  font-size: 1.3rem;
  letter-spacing: normal;
  margin: 20px 0;
}
.placeInfoContainer .placeInfo.access .links a:first-of-type,
.siteShokokuji .placeInfoContainer .placeAbout .links a:first-of-type {
  margin: 0 auto 15px;
}


/**
 * バナー
 */
.bannerContainer {
  margin: 0;
  padding: 0 10px;
}
.bannerContainer .bannerList {
  margin: 0;
}
.bannerContainer .inner {
  max-width: 100%;
}
.bannerContainer .banner {
  float: none;
  width: 100%;
  height: 31.25vw;
  padding: 0 0 0 50%;
  color: #fff;
  margin: 0;
}
.bannerContainer .banner + .banner {
  margin-top: 10px;
}
.bannerContainer .banner:before {
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
}
.bannerContainer .banner .thumb {
  width: 50%;
}
.bannerContainer .banner .bannerText {
  height: 31.4vw;
  padding: 0 4vw;
}
.bannerContainer .banner .bannerText .title {
  font-size: 5.2vw;
  margin: 0 0 .4em;
}
.bannerContainer .banner .bannerText .text {
  font-size: 3.3vw;
  line-height: 1.4;
}
.bannerContainer .banner.large {
  height: 46.875vw;
  padding: 0 0 0 50%;
}
.bannerContainer .banner.large .thumb {
  width: 50%;
}
.bannerContainer .banner.large .bannerText {
  height: 47vw;
}
