@charset "UTF-8";

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


#indexNavigationInner #siteHeader {
  margin: 10px 0 0 20px;
}

/**
 * メインビジュアル
 */
#mainVisual {
  position: relative;
  height: 735px;
  /*padding: 1px 0 0 0;*/
  margin: 0 0 60px 0;
  background: #eee;
  overflow: hidden;
  backface-visibility: hidden;
}
#mainVisual .videoCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url(../img/common/bgMovie.png);
}
#mainVisual .video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}


/**
 * サイトコンテンツ
 */
#mainContent {
  position: relative;
  display: block;
}
.news,
.museumNews {
  position: absolute;
  top: -116px;
  right: 0;
  z-index: 10;
  left: 50%;
  padding: 0 0 0 150px;
  background-color: rgba(46, 46, 46, .8);
  height: 36px;
}
.museumNews,
.extendNews {
	top:-195px;
	height: 64px;
}
.news .label,
.museumNews .label {
  background-color: #555;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: .2em;
  text-indent: 6px;
}
.museumNews .label,
.extendNews .label {
	height: 64px;
	line-height: 64px;
}
.news .label:after,
.museumNews .label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -12px;
  border-left: 12px solid #555;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.museumNews .label:after,
.extendNews .label:after {
	border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
}
.news .label .fontNotoSerifLight,
.museumNews .label .fontNotoSerifLight {
  font-size: 1.4rem;
  letter-spacing: .3em;
}
.news .newsList,
.news .newsList .swiper-container,
.news .newsList .swiper-wrapper {
  height: 36px;
}
.museumNews .newsList,
.museumNews .newsList .swiper-container,
.museumNews .newsList .swiper-wrapper,
.extendNews .newsList,
.extendNews .newsList .swiper-container,
.extendNews .newsList .swiper-wrapper  {
  height: 60px;
}
.news .newsList ul,
.museumNews .newsList ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.news .newsList ul li,
.museumNews .newsList ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.museumNews .newsList ul li,
.extendNews .newsList ul li {
	padding: 8px 0;
}
.museumNews .newsList ul li p,
.extendNews .newsList ul li p {
	display: inline;
}
.museumNews .newsList ul li p.title,
.extendNews .newsList ul li p.title {
	font-size: 1.8rem;
}
.museumNews .newsList ul li p.subTitle,
.extendNews .newsList ul li p.subTitle {
  position: relative;
	font-size: 1.5rem;
	margin-left: 10px;
  /*padding: 0 20px;*/
}
/*.museumNews .newsList ul li p.subTitle:before {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin: -1px 0 0 0;
  z-index: 1;
  left: 0;
}*/
.museumNews .newsList ul li p.date,
.extendNews .newsList ul li p.date {
	font-size: 1.3rem;
}
.news .newsList ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 36px;
  font-size: 1.2rem;
}
.museumNews .newsList ul li a,
.extendNews .newsList ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 1.6;
}
.news .newsList ul li a time,
.museumNews .newsList ul li a time {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* 各サイトの色 */
.siteShokokuji .news .label {
  background-color: #9b4b68;
}
.siteShokokuji .news .label:after {
  border-left-color: #9b4b68;
}

.siteKinkakuji .news .label {
  background-color: #866910;
}
.siteKinkakuji .news .label:after {
  border-left-color: #866910;
}

.siteGinkakuji .news .label {
  background-color: #265772;
}
.siteGinkakuji .news .label:after {
  border-left-color: #265772;
}

.siteJotenkaku .news .label {
  background-color: #748e46;
}
.siteJotenkaku .news .label:after {
  border-left-color: #748e46;
}

.siteJotenkaku .news .label {
	background-color: #748e46;
}
.siteJotenkaku .news .label:after {
	border-left-color: #748e46;
}
.siteJotenkaku .museumNews .label {
	background-color: #748e46;
}
.siteJotenkaku .museumNews .label:after {
	border-left-color: #748e46;
}

.contentNavContainer {
  margin: 0 0 80px 0;
}
.contentNavContainer .inner {
  letter-spacing: -.4em;
}
.contentNavContainer a {
  letter-spacing: .1em;
  display: inline-block;
  vertical-align: top;
  width: 31.45%;
  text-decoration: none;
}
.contentNavContainer a + a {
  margin: 0 0 0 2.4%;
}
.contentNavContainer a .thumb {
  height: 224px;
  width: 100%;
}
.contentNavContainer a .thumb h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  color: #fff;
  width: 250px;
  height: 60px;
  line-height: 60px;
  margin: -30px 0 0 -125px;
  text-align: center;
  font-size: 1.8rem;
  background-color: rgba(0, 0, 0, .7);
  letter-spacing: .2em;
}
.contentNavContainer a .thumb h2 .fontNotoSerifLight {
  font-size: 2rem;
}
.contentNavContainer a p {
  margin: 12px 0 0 0;
  padding: 0 10px;
  color: #333;
}

/**
 * 緊急ニュース
 */
.newsEmergency {
  padding: 30px 0;
  margin: -20px 0 60px 0;
}

.newsEmergency .newsItem {
  max-width: 815px;
  margin: 0 auto;
}
.newsEmergency .newsItem .newsTextContent {
  color: #fff;
  text-align: center;
}
.newsEmergency .newsItem .newsTextContent .newsEmergencyTitle {
  font-size: 2.0rem;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.newsEmergency .newsItem .newsTextContent .newsEmergencyText {
  font-size: 1.4rem;
}

/* 画像あり */
.newsEmergency .newsItem.hasImage .newsImageContent {
  float: left;
  width: 300px;
  height: 200px;
}
.newsEmergency .newsItem.hasImage .newsImageContent .image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.newsEmergency .newsItem.hasImage .newsTextContent {
  float: left;
  box-sizing: border-box;
  width: calc(100% - 300px);
  padding: 0 0 0 40px;
  text-align: left;
}

/* 各サイトの色 */
.siteShokokuji .newsEmergency {
  background-color: #9b4b68;
}
.siteKinkakuji .newsEmergency {
  background-color: #866910;
}
.siteGinkakuji .newsEmergency {
  background-color: #265772;
}
.siteJotenkaku .newsEmergency {
  background-color: #748e46;
}
.siteJotenkaku .newsEmergency {
  background-color: #748e46;
}

/**
 * スライダー
 */
.gallerySliderContainer {
  overflow-x: hidden;
  margin: 0 0 80px 0;
}
.gallerySlider {
  position: relative;
  max-width: 730px;
  height: 400px;
  margin: 0 auto;
}
.gallerySlider h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  color: #fff;
  width: 250px;
  height: 60px;
  line-height: 60px;
  margin: -30px 0 0 -125px;
  text-align: center;
  font-size: 2rem;
  background-color: rgba(0, 0, 0, .7);
}
.gallerySlider h2 a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.gallerySlider .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible !important;
  z-index: 1;
}
.gallerySlider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -35px !important;
}
.gallerySlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.siteShokokuji .gallerySlider .swiper-pagination-bullet-active {
  background-color: #9b4b68;
}
.siteKinkakuji .gallerySlider .swiper-pagination-bullet-active {
  background-color: #866910;
}
.siteGinkakuji .gallerySlider .swiper-pagination-bullet-active {
  background-color: #265772;
}
.siteJotenkaku .gallerySlider .swiper-pagination-bullet-active {
  background-color: #748e46;
}
.gallerySliderContainer p {
  margin: 50px 0 0 0;
  text-align: center;
}



/**
 * ライブカメラ・アクセス
 */
.placeInfoContainer {
  margin: 0 0 80px;
  letter-spacing: -.4em;
}
.placeInfoContainer .placeInfo {
  letter-spacing: .1em;
  display: inline-block;
  vertical-align: top;
  width: 48.38%;
  border-top: 1px solid #ddd;
}
.placeInfoContainer .placeInfo + .placeInfo {
  margin: 0 0 0 3.2%;
}
.liveCamera .placeInfoContainer .placeInfo:first-child p {
  margin: 30px auto 46px;
}

.liveCamera #switch {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  }
.liveCamera .btn {
  display: inline-block;
  margin: 0 10px;
  padding: 15px 0;
  border: 1px solid #ccc;
  border-radius: 30px;
  width: 200px;
  text-align: center;
  text-decoration: none;
  color: #333;
  }
.liveCamera .btn:hover {
  opacity: .8;
  cursor: pointer;
  background: #866910;
  color: #fff;
  }
.liveCamera .inactive {
  background: #866910;
  color: #fff;
}
.liveCamera .boxDisplay {
  display: block;
}
.liveCamera .boxNone {
  display: none;
}
.placeInfoContainer .placeInfo h2 {
  margin: 35px 0;
  text-align: center;
  font-size: 2.5rem;
}
.placeInfoContainer .placeInfo p {
  margin: 30px 0;
  text-align: center;
}
.placeInfoContainer .placeInfo .links {
  text-align: center;
}
.placeInfoContainer .placeInfo .links a {
  display: inline-block;
  padding: 15px 0;
  border: 1px solid #ccc;
  border-radius: 30px;
  width: 200px;
  text-align: center;
  text-decoration: none;
  color: #333;
  margin: 0 10px;
}
.placeInfoContainer .access .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 58%;
  overflow: hidden;
}
.placeInfoContainer .access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}
.siteShokokuji .placeInfoContainer h2 {
  margin: 35px 0;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: .2em;
}
.siteShokokuji .placeInfoContainer div.inner {
  border-top: 1px solid #ddd;
}
.siteShokokuji .placeInfoContainer .placeInfo {
  width: 1240px;
  border: none;
}
.siteShokokuji .placeInfoContainer .placeInfo p {
  margin: 0 0 30px;
}
.siteShokokuji .placeInfoContainer .access {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.siteShokokuji .placeInfoContainer .access .map {
  width: 700px;
  padding-top: 28%;
}
.siteShokokuji .placeInfoContainer .placeAbout {
  margin: 0 auto;
}
.siteShokokuji .placeInfoContainer .placeAbout .text {
  line-height: 2.14;
}
.siteShokokuji .placeInfoContainer .placeAbout .links a {
  display: block;
  margin: 0 auto;
}
.siteShokokuji .placeInfoContainer .placeAbout .links a:first-of-type {
  margin: 0 auto 24px;
}


/**
 * バナー
 */
.bannerContainer {
  margin: 0 0 100px;
}
.bannerContainer .bannerList {
  margin: 0 0 0 -30px;
}
.bannerContainer .inner {
  max-width: 1120px;
}
.bannerContainer .banner {
  position: relative;
  float: left;
  width: 545px;
  height: 130px;
  background-color: #2d2d2d;
  box-sizing: border-box;
  padding: 0 0 0 265px;
  color: #fff;
  text-decoration: none;
  margin: 0 0 30px 30px;
}
.bannerContainer .banner:before {
  content: '';
  display: block;
  border: 1px solid #777;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  z-index: 10;
}
.bannerContainer .banner .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 265px;
  height: 100%;
}
.bannerContainer .banner .bannerText {
  display: table-cell;
  height: 130px;
  vertical-align: middle;
  padding: 0 30px;
}
.bannerContainer .banner .bannerText .title {
  font-size: 2.4rem;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
.bannerContainer .banner .bannerText .text {
  margin: 0;
}

.bannerContainer .banner.large {
  height: 290px;
  padding: 0 0 0 295px;
}
.bannerContainer .banner.large .thumb {
  width: 295px;
}
.bannerContainer .banner .bannerText .title span {
  font-size: 1.7rem;
}
.bannerContainer .banner.large .bannerText {
  height: 290px;
}


/* 各サイトの色 */
.siteShokokuji .bannerContainer .banner.large {
  background-color: #6D263B;
}
.siteGinkakuji .bannerContainer .banner.large {
  background-color: #26456b;
}
