
body {
    margin: 0 auto;
    background-color: #d6d9ff;
    background-image: url(img/haikei.JPG);
}

h2 {
    color: #464884;
    font-size: 1.5em;
    margin-left: 5%;
    /* font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal; */
}

.section {
    background-image: url(img/);
    background-size: cover;
    font-size: 100%;
    margin: 6% 0;
}

/* ヘッダー */

.header_logo {
    width: 35%;
}

.header_logo img {
    display: block;
    width: 100%;
    height: 100%;
    width: 80px;
}

header {
    height: 70px;
    margin-top: 0%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  
 
    /* justify-content: center;
    align-items: center; */
}

header .header_container {
    height: 100%;
    font-size: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* justify-content: center;
    align-items: center; */
    padding: 0 20px; /*左右の余白確保*/
    height: inherit; /*親要素の高さを継承*/
    position: relative;
    position: fixed;
    background-color: #464884;
    z-index: 9999;
}


.header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%); 
    background-color: #fff7ef; /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
    opacity: 0.9;
    transition: ease .4s; /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
  }

  /* ハンバーガーメニュー */
.header__hamburger {
    width: 48px;
    height: 100%;
    
  }
  
  .hamburger {
    background-color: transparent; 
    border-color: transparent; 
    z-index: 999;
  }


/* タイトル */
.title {
    width: 65vw;
    color: #fff7ef;
}
.en_ver {
    font-size: 20px;
    margin: 0;
}

.jp_ver {
    font-size: 10px;
    margin: 0;
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
}

/* ナビゲーションメニュー */
.nav-items {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
  }
  
  /* ナビのリンク */
  .nav-items__item {
    text-decoration: none;
    list-style: none;
  }

  .nav-items__item a {
    color: #464884;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 24px;
    text-decoration: none;
  }
  
  .nav-items__item:last-child a {
    margin-bottom: 0;
  }

/* ハンバーガーメニューの線 */
.hamburger span {
    width: 100%;
    height: 1px;
    background-color: #fff7ef;
    position: relative;
    transition: ease .4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
    display: block;
  }
  
  .hamburger span:nth-child(1) {
    top: 0;
  }
  
  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  
  .hamburger span:nth-child(3) {
    top: 0;
  }

  /* ハンバーガーメニュークリック後 */
  .header__nav.active {
    transform: translateX(0);
  }
  
  .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
    background-color: #464884;
  }
  
  .hamburger.active span:nth-child(2) {
    opacity: 0;
    background-color: #464884;
  }
  
  .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
    background-color: #464884;
  }


/* ヒーロー画像 */
.hero_content {
    display: flex;
    /* height: 100vh; */
    width: 100vw;
    overflow: hidden;
    object-fit: cover;
    margin: 0 auto;
    
   
}

.heromovie {
    justify-content: center;
    
    width: 100%;
}

/* 日付の画像 */

.date {
    display: flex;
    justify-content: center;
    margin: 5%;
    height: 20vh;
    align-items: center;
}

.date img {
  height: 100%;
}


/* リンク集ボタン */
.link_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 30vh;
    margin-top: 50px;
    margin-bottom: 50px;   
}

.link_button_zenhan {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 10%;
    width: 100%;
    /* z-index: 1; */
    /* position: relative; */
   
}

.link_button_kouhan {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 10%;
    width: 100%;
    /* z-index: 1; */
    /* position: relative; */
   
}


.button_box {
    /* width: 20%; */
    height: 140%;
    margin: 2%;
}


.button_box img {
    width: 100px;
    background-color: #fff;
    
}

/* リンク集ボタンのアニメーション */
.button_box {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  z-index: 1;
}
.button_box.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
  z-index: 1;
}



/* ニュース */
.news {
  margin: 20px 0;
  margin-bottom: 10%;
  height: 250px;
}
.sliderArea {
  max-width: 80%;
  margin: 0 auto;
  padding: 0 4%;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.section {
  max-width: 300px;
  margin: 0 auto;
  padding: 30px 0;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}


/* コンセプト */
.concept {
  margin-bottom: 10%;
  margin-top: 20%
}
.concept-p {
  font-size: 1rem;
  color: #464884;
 
}
.concept-img-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  
}
.concept-img-content img{
  width: 40%;
  /* height: 20%; */

}

/* アクセス */
.access {
  margin-bottom: 10%;
}
.access p {
  color: #464884;
  font-size: 0.8em;
  padding: 0% 5% 5% 5%;
}

.access-map {
  align-items: center;
  text-align: center;
}

/* SNS */

.SNS {
  margin-bottom: 12%;
}

.sns-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  
}

.each-sns {
  width: 15%;
  height: 20%;
}

/* サポート */
.support {
  margin-bottom: 10%;
}
.support_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.support_each {
  width: 100%;
}

.support_each img {
  width: 80%;
}


/* カミングスーン */

.comingsoon {
  padding-top: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20%;
  
}

.comingsoon p{
  font-size: 40px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  color: #464884;
}

.comingsoon img {
  width: 40%;
}

.back {
  text-decoration: none;
  font-size: 30px;
  background-color: #fff7ef;
  padding: 15px;
  border-radius: 10%;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
  color: #464884;
  margin-left: 20px;
}

.dli-arrow-left {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  margin-right: 10px;
}

.dli-arrow-left::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
  position: absolute;
  top: 50%;
  left: -0.05em;
  box-sizing: border-box;
}


/* グッズページ */

.goods_title {
  display: flex;
  justify-content: center;
}

.goods_title img {
  width: 50%;
}

.goods_overall {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.goods_content {
  margin: 10% 0% 10% 0%;

}

/* イベント */
.events_title {
  margin-top: 3%;
  display: flex;
  justify-content: center;
}

.sub {
  margin: 5px;
  padding: 4% 8%;
  margin: 0;
  border-radius: 10px;
  color: #464884;
}
.events_overall {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5%;
}

.events_content {
  /* display: inline-block; */
  padding: 4%;
  width: 70%;
  height: 5vh;
  background-color: #b1b3ff;
  margin: 4%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  border: 5px solid #eee;
  box-shadow: 5px 5px 0px 0px rgba(91, 90, 79, 0.4), 10px 10px 0px 0px rgba(105, 104, 93, 0.3), 15px 15px 0px 0px rgba(125, 125, 110, 0.2);
}

.events_content a{
  text-decoration: none;
  color: #464884;
  padding: 2%;
  font-size: 20px;
  text-align: center;
  
  /* font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal; */
}

.events_search {
  margin: 4%;
  margin-bottom: 15%;
  color: #464884;
  text-decoration: none;
}
.events_search a {
  color: #464884;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

.events_search_2 {
  margin: 4%;
  
  color: #464884;
  text-decoration: none;
  text-align: center;
}
.events_search_2 a {
  color: #464884;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}


.events_arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
  z-index: -2;
}
.events_arrow::before,
.events_arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.events_arrow::before{
	width: 13px;
	height: 14px;
	background: rgb(122, 122, 233);
}
.events_arrow::after{
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}


/* タイムテーブル */
.timetable_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10%;
  text-align: center;
}

.timetable_img img {
  width: 80%;
  margin-top: 10%;
  box-shadow: 4px 4px 4px gray;
}

/* タイムテーブルのモーダル */
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
  /* display: flex; */
  /* justify-content: center;
  text-align: center; */
}

.modal-container2{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}

.modal-container3{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container2:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container3:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}

.modal-container2.active2{
	opacity: 1;
	visibility: visible;
}

.modal-container3.active3{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 97%;
}
.modal-body2{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 97%;
}
.modal-body3{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 97%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -30px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	/* background: #fff; */
	/* text-align: left; */
	/* padding: 5%; */
  
}

.modal-content img {
  width: 100%;
  box-shadow: none;
  margin-top: 4%;
}


/* お問い合わせ */

.inquiry_content {
  display: flex;
  justify-content: center;
}

.googleform {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
 
}

.form_espen_content {
  align-items: center;
  display: flex;
  justify-content: center;
}

.formbutton {
  background-color: #f0e9e9;
  color: #37006a;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 10px;
  border-radius: 10px;
}

.inquiry_espen {
  width: 30%;
  margin-bottom: 2%;
  justify-content: center;
}
.answer {
  object-fit: cover;
  width: 90vw;
}
.answer img{
  object-fit: cover;
  width: 100vw;
}

/* エスペンページ */

.espenpage_content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 8%
}


.espenpic_content {
  width: 50%;
}
.espenprofile_content {
  width: 50%;
  text-align: center;
  justify-content: center;
}
.espenpage_content img {
  width: 100%;
}

.espenpic img {
  width: 100%;
}

/* 雨変更ページ */


.rain_henkou {
 object-fit: cover;
}
.rain_henkou img {
  width: 100%;
}




/* スマホ用のCSSはメディアクエリの外に記述する */

@media screen and (min-width: 481px) {
	/* 481px以上に適用されるCSS（タブレット用） */
}
@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */

    .header__title {
        width: 120px;
      }

      .header__nav {
        position: static;
        transform: initial;
        background-color: inherit;
        height: inherit;
        display: flex;
        justify-content: end;
        width: 50%;
      }

      .nav__items {
        width: 100%;
        display: flex;
        align-items: center;
        height: initial;
        justify-content: space-between;
      }

      .nav-items {
        position: inherit;
        top: 0;
        left: 0;
        transform: translate(0, 0);
       }
       .nav-items__item a {
        margin-bottom: 0;
       }
    
       .hamburger {
        display: none;
      }

      .hero_content {
        background-image: url(img/hero_pc.JPG);
      }
}