@charset "utf-8";

img {
  pointer-events: none;
  /*===== 画像抜き取り禁止指示==========*/
}

/*========= Second-階層　ページ共通のCSS ===============*/

a {
  color: #ffffff;
}

img {
  max-width: 100%;
}

.main {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

/* 本文指定 */
.event-area p {
  font-size: 15px;
  color: #222222;
  line-height: 1.5;
  margin: 10px;
}


/* スクロールするメニュー */

.scroll-nav {
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
  margin-top: 10px;
}

.scroll-nav ul {
  max-width: 1300px;
  /* メニューの最大幅 */
  min-width: 850px;
  /* メニューの最小幅 */
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  list-style: none;
  }
  
.scroll-nav ul li {
  float: left;
  /* ブロック要素を左寄せに横並び */
  width: 5.88%;
  /* メニューの個別の幅 */
  text-align: center;
  font-size: 12px;
  border-left: 0.5px solid #333333;
  border-right: 0.5px solid #333333;
  box-sizing: border-box;
}

/* 2番目以降の左ライン取る */
.scroll-nav ul li+li {
  border-left: none;
}

.scroll-nav ul li:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.scroll-nav ul li a {
  display: inline-block;
  color: #333333;
  /* メニューの文字色 */
  text-decoration: none;
}
.next-btn {
  display: none;
  /* 右側の固定部分を非表示 */
}

/* 青ボタン */
.blue-btn {
  width: 100%;
  background-color: #c1dae7;
}

/* オレンジボタン */
.orange-btn {
  width: 100%;
  background-color: #ffe4b5;
}

/* グリーンボタン */
.green-btn {
  width: 100%;
  background-color: #d3e1cc;
}

@media screen and (max-width: 1000px) {

  .scroll-nav ul li {
    font-size: 10.5px;
  }
}

@media screen and (max-width: 849px) {

  .scroll-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* 慣性スクロール */
  }

  .scroll-nav ul {
    min-width: 1040px;
    /* メニューの幅かける17個プラス矢印の幅 */
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    list-style: none;
    /* 右側の固定分余白を空ける */
  }
    
  .scroll-nav ul li {
    flex-shrink: 0;
    width: 60px;
    /* メニューの個別の幅 */
    font-size: 10.5px;
  }

  .nav-wrap {
    position: relative;
  }
  
  .next-btn {
    /* 表示させる */
    display: block;
    /* 右側に固定する部分 */
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    /* 固定部分の幅 */
    height: 35px;
    /* メニューの高さに合わせる */
    line-height: 35px;
    background: #cecbcb;
    color: #fff;
  }
  
  
}


/* スクロールするメニューここまで */


/* タイトル */
.title {
  max-width: 1300px;
  height: 135px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.top-photo-title img {
  width: 160px;
  top: 0px;
  left: 20px;
  position: absolute;
}

.top-obi h3 {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: 'Noto Serif JP', serif;
  color: #ffffff;
  padding-left: 195px;
  background-color: #4f7a94;
}

h1 {
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
  color: #222222;
  padding-top: 15px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  margin-left: 195px;
}

.top-photo-title span {
  color: #4f7a94;
  vertical-align: -3%;
}


.title p {
  margin-top: 10px;
  margin-left: 250px;
  font-size: 10px;
}s


/* リンクホバー指定 */
.event-link,
.event-link-2 {
  display: block;
}

.event-link:hover,
.event-link-2:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* タイトルここまで */


@media screen and (max-width: 900px) {

  /* タイトル */
  .title {
    max-width: 900px;
    height: 15vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .top-photo-title img {
    width: 17.778vw;
    top: 0px;
    left: 2.222vw;
    position: absolute;
  }

  .top-obi h3 {
    font-size: 1.556vw;
    padding-top: 0.778vw;
    padding-bottom: 0.778vw;
    font-family: 'Noto Serif JP', serif;
    color: #ffffff;
    padding-left: 21.667vw;
    background-color: #4f7a94;
  }

  h1 {
    font-size: 4.444vw;
    font-family: 'Noto Serif JP', serif;
    color: #222222;
    padding-top: 1.667vw;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    margin-left: 21.667vw;
  }

}

@media screen and (max-width: 580px) {

  /* タイトル36% */
  .title {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 10px;
  }

  .top-photo-title img {
    width: 100px;
    top: 0px;
    left: 75%;
    position: absolute;
  }

  .top-obi h3 {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: 'Noto Serif JP', serif;
    color: #ffffff;
    padding-left: 20px;
    background-color: #4f7a94;

  }


  h1 {
    font-size: 25px;
    font-family: 'Noto Serif JP', serif;
    color: #222222;
    padding-top: 5.4px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    margin-left: 20px;
  }

  .top-photo-title span {
    color: #4f7a94;
    vertical-align: -3%;
  }


  /* 本文指定 */
  .event-area p {
    font-size: 15px;
    color: #222222;
    line-height: 1.5;
    margin: 10px 0;
  }

}