@charset "utf-8";

body {
 background-color: #FDF9F9;
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

ul li {
  list-style: none;
}

ul li a {
  text-decoration: none;
  color: #000;
}

h2 {
  text-align: center;
  color: #B50938;
}

a {
  text-decoration: none;
  color: #000;
}

a.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}

/* ヘッダー ここから*/
header {
  width: 100%;
  /* background-color: aqua; */
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  left: 50%;
  z-index: 4;
}

.logo {
  width: 10%;
  text-align: left;
  font-weight: 600;
  padding-left: 20px;
  line-height: 1.25;
}

.logo a {
  color: #B50938;
}

nav {
  width: 50%;
  background-color: rgba(249, 247, 247, 0.8);
  border-bottom: 2px solid #dfdfdf;
}

nav ul {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  box-sizing: border-box;
  padding-left: 20px;
}

nav ul li {
  border-right: 2px solid #dfdfdf;
  padding-right: 20px;
  white-space: nowrap;
}

nav ul li:nth-child(5) {
  border: none;
}

.ticket {
  padding: 10px 30px;
  background-color: #B50938;
}

.ticket a {
  color: #F9F7F7;
}
/* main_01 ここから */
.main_01 {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 1;
  background-color: #B50938;
}

.main_01_container {
  position: relative;

}

.main_visu {
  display: flex;
  justify-content: space-between;
}

.subtitle01 {
  position: absolute;
  top: -3%;
  left: 3%;
  z-index: 8;
}
.subtitle02 {
  position: absolute;
  top: 75%;
  left: 3%;
  z-index: 7;
}
.box_left {
  width: 35%;
  height: 100vh;
  position: relative;
}

.box_left img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.fadeleft{
  animation-name:fadeLeftAnime;
  animation-duration: 1.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeLeftAnime{
    from {
      opacity: 0;
    transform: translateX(-100px);
    }
  
    to {
      opacity: 1;
    transform: translateX(0);
    }
  }

  .faderight{
    animation-name:fadeRightAnime;
    animation-duration: 1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeRightAnime{
      from {
        opacity: 0;
      transform: translateX(100px);
      }
    
      to {
        opacity: 1;
      transform: translateX(0);
      }
    }



.box_right {
  width: 35%;
  height: 100%;
  overflow: hidden;
}

.box_right img {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  width: auto;
}

.middle {
  width: 30%;
  position: relative;
  color: #F9F7F7;
}

.title {
  font-size: 5.5rem;
  writing-mode: vertical-rl;
  position: absolute;
  top: 20%;
  left: 25%;
  line-height: 1.25; 
}

.head-border {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.head-border:before,
.head-border:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: #F9F7F7;
}

.head-border:before {
  left: 0;
}

.head-border:after {
  right: 0;
}

.middle h1 span {
  padding-top: 100px;
}

.middle p {
  position: relative;
  top: 75%;
  left: 68%;
  font-size: 1.25rem;
  font-family: YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
  font-weight: bold;

}

/* main_02 ここから */
.main_02 {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  height: 130vh;
  background-color: #F9F7F7;
  display: flex;
  padding: 40px auto;
}

.center_box {
  width: 80%;
  margin: 0 auto;
}
  
  .main_02 .center_box {
  position: relative;
  display: flex;
  }
    

.overview_img {
  width: 60%;
}

.overview_right {
  width: 40%;
  position: relative;
  border-left: 2px solid #B50938;
}


/* content */
.parallax_03 {
  background-color: #F9F7F7;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}

/* .overview_img img {
  width: 300px;
  height: auto;
} */

.img_01 {
  position: absolute;
  top: 10%;
  left: 0%;
  max-width: 300px;
  height: auto;
}

.img_02 {
  position: absolute;
  top: 40%;
  left: 0%;
  max-width: 300px;
  height: auto;
}

.img_03 {
  position: absolute;
  top: 20%;
  left: 30%;
  width: 31%;
  height: auto;
}

.overview_title {
  position: absolute;
  top: 25%;
  left: -15%;
  padding: 10px 10px 10px 20px; 
  width: 400px;
  background-color: #B50938;
}

.overview_title h2 {
  text-align: left;
  color: #F9F7F7;
}

.overview_article {
  line-height: 1.5;
  position: absolute;
  top: 40%;
  left: 5%;
  background-color: #F9F7F7;
}

/* content */

.audio_guide{
  height: 70vh;
}


/* 見どころ */

.show_point {
  background-color: #B50938;
  height: 110vh;
  box-sizing: border-box;
  background-image: url(../img/hiroshige_woman02.png);
  background-repeat: no-repeat;
  background-position: 10%  120%;
  background-size: 300px auto;
}


.show_point img {
  max-width: 350px;
  height: auto;
  text-align: center;
  margin: 20px;

}

.show_point h2 {
  padding-top: 100px;
  color: #F9F7F7;
}

.show_point .center_box {
  margin-top: 50px;
}

/* .art_01 img, .art_02 img, .art_03 img {
  object-fit: contain;
  width: 300px;
  height: 300px;
} */

/* .slide-items img{
  width: 100%;
  height: 100%;
}

.slick-items {
  margin-right: 20px;
} */

/* 音声ガイド */

.guide_article_box {
  width: 60%;
  overflow-wrap: break-word;
  margin-left: 20px;
  margin-top: 40px;
}

.audio_guide {
  margin-top: 100px;
}

.guide_box {
  display: flex;
}

.guide_visu,.guide_article {
  width: 50%;
}

.guide_visu {
  text-align: right;
  padding: 40px 40px 40px 0;
  box-sizing: border-box;
}

.guide_visu img {
  width: 300px;
  height: auto;
}

.guide_visu figcaption {
  padding-right: 32%;
}

/* スペシャル */
.special h2 {
  margin-top: 100px;
  margin-bottom: 50px;
}
.special_box {
   display: flex;
   background-color: #B50938;
   padding: 40px;
}

.special_left {
  width: 50%;
  border-right: 2px solid #F9F7F7;
  position: relative;
}

.special_right {
  width: 50%;
  box-sizing: border-box;
}

.special_left img,.special_right img {
  max-width: 100%;
}

.souvenir {
  width: 500px;
  padding: 40px;
  position: relative;
}

.cafe {
  width:  300px;
}

.cafe img, .souvenir img {
  width: 100%;
  height: auto;
}

.cafe_article {
  width: 50%;
  background-color: #F9F7F7;
  padding: 10px;
  position: absolute;
  top: 10%;
  left: 40%;
}

.souvenir_article {
  width: 60%;
  background-color: #f9f7f7;
  padding: 10px;
  position: absolute;
  top: 70%;
  left: 50%;
}

/* 動画・SNS */
.movie_sns  {
  height: 100vh;
}
.movie_sns h2 {
  margin-top: 100px;
  margin-bottom: 50px;
}
.movie_sns .center_box {
  display: flex;
}

.movie_sns_left {
  width: 50%;
  position: relative;
}

.movie_sns_right {
  width: 50%;
  position: relative;
}

.movie_sns_right img {
  max-width: 600px;
  height: auto;
}

.twitter {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 650px;
  background-color: rgba(249, 247, 247, 0.8);
  border: 2px solid #B50938;
  border-radius: 15px;
  text-align: center;
}

.twitter h3 {
  padding-top: 20px;
  padding-bottom: 5px;
  color: #B50938;
}

.twitter_box {
  width: 80%;
  height: 560px;
  margin: 0 auto;
  text-align: center;
}

.youtube_box {
  width: 460px;
  height: 360px;
  border: 2px solid #B50938;
  background-color: rgba(249, 247, 247, 0.5);
  border-radius: 15px;
  position: absolute;
  top: 60%;
  left: 10%;
}


.youtube_box h3 {
  color: #B50938;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 5px;
}

.video {
  width: 80%;
  position: relative;
  padding-top: 56.25%;
  margin: 0 auto;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .youtube_box iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  width: 400px;
  height: 200px; 
  margin: 0 auto;
} */

/* マップ */
.map h2 {
  margin-top: 100px;
  margin-bottom: 50px;
}

.map iframe {
  width: 100%;
  aspect-ratio: 16/4; 
}


/* フッター */
footer {
  background-color: #B50938;
  height: 300px;
  text-align: center;
  color: #F9F7F7;
  box-sizing: border-box;
}

footer div {
  width: 30%;
  margin: auto;
}

footer div ul {
  display: flex;
  justify-content: space-around;
}

footer p {
  padding-top: 100px;
}


/* モーダル */
/*モーダルを開くボタン*/
.modal-open{
  cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,70%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  transition: .3s;
  display: none;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
  display: block;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 800px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #F9F7F7;
	cursor: pointer;
  /* position: relative; */
  z-index: var(--z-index-modal);
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #F9F7F7;
	text-align: center;
	padding: 30px;
}

.modal-content img {
  width: 80%;
  height: auto;
}

.modal-content p {
  text-align: left;
}


/* レスポンシブ */
@media only screen and (max-width:768px) {
  header {
    display: none;

  }

  .title {
    font-size: 4.5rem;
    writing-mode: vertical-rl;
    position: absolute;
    top: 20%;
    left: 12%;
    line-height: 1.25;
}

.subtitle01 {
  width: 90%;
}

.subtitle02 {
  width: 40%;
}

.middle p {
  top: 83%;
  left: 47%;
  font-size: 1rem;
}

.head-border:before, .head-border:after {
  display: none;
}

  .overview_title {
    width: 320px;
  }


  .main_02 .center_box {
    width: 100%;
  }

  .img_01 {
    position: absolute;
    top: 2%;
    left: 2%;
}
  .img_03 {
    top: 20%;
    left: 10%;
    width: 40%;
  }

  .img_02 {
    position: absolute;
    top: 42%;
    left: 38%;
}

.overview_article {
  /* line-height: 1.5; */
  /* position: absolute; */
  /* top: 40%; */
  left: -10%;
  width: 100%;
  padding: 10px;
  /* background-color: #F9F7F7; */
}

  .show_point img {
  margin: 10px;
}

.slick-items img {
  max-width: 200px;
  height: auto;
}


.guide_article_box {
  width: 100%;
}


.special .center_box {
  width: 100%;
  margin: 0;
}
.special_box {
   display: flex;
   padding: 0;
   text-align: left;
   padding: 20px;
}

.special_left {
  border: none;
}
.souvenir {
  padding: 0;
  width: 100%;
}

.special_left img {
  width: 250px;
}

.special_right img {
  width: 300px;
}

.cafe {
  width: 100%;
}

.cafe_article,.souvenir_article {
  display: none;
}

.movie_sns .center_box {
  width: 100%;
  justify-content: space-around;
}

.movie_sns_right img {
  display: none;
}

.movie_sns_left, .movie_sns_right {
  position: inherit;
  width: 40%;
}

.twitter {
  position: inherit;
  margin: 0 auto;
  height: 580px;
}

.twitter_box {
  width: 80%;
}


.youtube_box {
  width: 100%;
  height: 40vh;
  border: 2px solid #B50938;
  background-color: rgba(249, 247, 247, 0.5);
  border-radius: 15px;
  position: inherit;
}



  }