@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic&family=BIZ+UDMincho&family=BIZ+UDPMincho&family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Rampart+One&family=Sawarabi+Gothic&family=Shippori+Mincho&family=Shippori+Mincho+B1&family=WDXL+Lubrifont+JP+N&family=Zen+Antique+Soft&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=BIZ+UDPMincho&family=Kiwi+Maru&family=M+PLUS+1:wght@100..900&family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Sawarabi+Gothic&family=Shippori+Mincho&family=WDXL+Lubrifont+JP+N&family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=M+PLUS+1:wght@100..900&family=Momo+Trust+Display&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=M+PLUS+1:wght@100..900&family=Momo+Trust+Display&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New&display=swap');


/* ここから下にCSSを書く！ */
.body {
    text-align: center;
    height: 956px;
    padding: 0;
    margin: 0;
    background-color: #fff;
}
ul {
    list-style: none;
}



/* ここから下がハンバーガーメニューに関するCSS */


.header {
  display: flex;
  justify-content: left;
  align-items: left;
  position: fixed;
  margin: auto ;
  margin-top: 0px;
  top: 0px;
  height: 70px;
  z-index: 100;
  width: 100vw;
  
}

.header {
    background-color: #ffffff;
    width: 100vw;
    
   
}


/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 35px;
  top: 33px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}


/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 1px;
  width: 30px;
  background: #da1b5f;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #db9c09;
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #db9c09;
}
  
/* メニューのデザイン*/
.nav_content {
     font-family: ads-strong, sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 100%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: linear-gradient(rgb(255, 255, 255,0.9), rgb(255, 255, 255,0.7));
  transition: .5s;
  text-align: left;
  padding-top: 40px;
  padding-left: 60px;
  font-size: 20px;
  line-height: 1.4;
}

/* メニュー黒ポチを消す */
.nav_list li {
  margin-top: 20px;
  margin-bottom: 0px;
}

.nav_item a {
  color: #db9c09;
  text-decoration: none;
  font-weight: 500;
  
}

.nav_explain {
  color: #fff;
  font-weight: 400;
  font-size: 8px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: 0;/* メニューを画面に入れる */
  
}

/* メニュー内リンククリックで閉じる */
nav a {
  display: block;
}
nav a:active {
  background: #ddd;
}


.title {
    margin-top: 16px;
    margin-left: -50px;
}
.titlemoji h6 {
   position: relative;
    top: -37px;
    left: 182px;
    color: #292929;
     font-family: ads-strong, sans-serif;
  font-size:13px;
  font-weight: 100;
  font-style: normal;
}


.kaisou {
    margin-top: 48px;
    background-color: #F7F7F7;
    padding: 1em;
    color: #222426;
}

.gazo {
  position: relative;
  z-index: 0;
  }

.gazo h1 {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-shadow: rgba(0,0,0,0.5) 1px 0 10px;
  margin:0;
  padding:0;
  text-align: center;
 white-space: nowrap;
 line-height: 1;
  /*文字の装飾は省略*/
  font-weight: 530;
  font-size: 25px;
  }

.gazo span {
    font-size: 16px;
    font-weight: 530;
}


.gazo img {
  width: 100%;
  position: relative;
  z-index: 0;
  }


  h1 {
    font-size: 20px;
    font-weight: 700;
}

a.btn_03 {
	display: block;
	text-align: center;
	text-decoration: none;
    white-space: nowrap;
	width: 135px;
	margin-left: auto;
    margin-right: 20px;
	padding: 0.7em;
	font-weight: bold;
	border: 1px solid #0068B7;
	color: #0068B7;
	border-radius: 100vh;
	transition: 0.5s;
    font-weight: 500;
    font-size: 14px;
    padding-right: 20px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-external-link%22%3E%3Cpath%20d%3D%22M18%2013v6a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2h6%22%3E%3C%2Fpath%3E%3Cpolyline%20points%3D%2215%203%2021%203%2021%209%22%3E%3C%2Fpolyline%3E%3Cline%20x1%3D%2210%22%20y1%3D%2214%22%20x2%3D%2221%22%20y2%3D%223%22%3E%3C%2Fline%3E%3C%2Fsvg%3E');
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 100px;
    
}
a.btn_03:hover {
	color: #fff;
	background: #0068B7;
}

/*ハンバーガー終わり？*/



/*メインビジュアル*/
.mainvisual {
    position: relative;
    top: 70px;
}


.video-container {
    max-width: 800px;
    margin: auto;
  }
  video {
    position: relative;
    top:70px;
    width: 100%;
    height: auto;
    border: 0px solid #333;

}

.mainexplain h1 {
  position: relative;
    top: 25px;
    padding-right:24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  text-align: right;
  font-weight: 600;
  font-style: normal;
  z-index: 10;
  background: linear-gradient(270deg,#ff0059, #ff0059);
  color: #ffffff;
  display: inline-block;
  padding: 9px 10px;
  margin: 0 auto;
  width: 100%;
  border-radius: 0 0px 0px 0px;
  line-height: 0.7;
}





/*横スクロール*/



/* ----------------------*
 * コンテナー
 * ----------------------*/
.container {
  --item-width: 100vw;
  width: var(--item-width);
  position: relative;
  margin-bottom: 40px;
  /* 各パーツ配置をグリッドでレイアウト */
  display: grid;
  grid-template-areas: "item item item" "left markers right";
  grid-template-columns: 1fr 2fr 1fr;
  row-gap: 16px;
  position: relative;
  top: 50px;
}

/* ----------------------*
 * カルーセル
 * ----------------------*/
.carousel {
  width: 100%;
  display: grid;
  /* アイテムを横並びにする */
  grid-auto-flow: column;
  grid-area: item;
  /* 次のスライドとの間隔 */
  gap: 20px;
  overflow-x: auto;
  /* X方向にスナップ */
  scroll-snap-type: x mandatory;
  /* 1度に1枚ずつ移動 */
  scroll-snap-stop: always;
  /* スムーズにスクロールさせる */
  scroll-behavior: smooth;
  /* インジケーターの表示 */
  scroll-marker-group: after;
  /* スクロールバー非表示 */
  scrollbar-width: none;


  /* 前へ・次へボタン */
  &::scroll-button(*) {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    padding: 0;
    color: #ffb507;
    border: 1px solid #ffb507;
    transition: background-color 0.2s, color 0.2s;
  }

  /* ホバー時スタイル */
  @media (any-hover: hover) {
    &::scroll-button(*):not(:disabled):hover {
      background-color: #ffbf2b;
      color: #fff;
      cursor: pointer;
    }
  }


  /* 非活性時スタイル */
  &::scroll-button(*):disabled {
    color: darkgray;
    border: 1px solid lightgray;
  }

  /* 前へボタン */
  &::scroll-button(left) {
    /* コンテンツ / 代替テキスト */
    content: "◀" / "前へ";
    grid-area: left;
    justify-self: end;
  }

  /* 次へボタン */
  &::scroll-button(right) {
    /* コンテンツ / 代替テキスト */
    content: "▶" / "次へ";
    grid-area: right;
  }

  /* インジケーター（コンテナー） */
  &::scroll-marker-group {
    display: flex;
    justify-content: center;
    gap: 16px;
    grid-area: markers;
    align-items: center;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
  }
}

/* ----------------------*
 * カルーセルの画像アイテム
 * ----------------------*/
.item {
  width: var(--item-width);
  min-width: var(--item-width);
  height: var(--item-height);
  scroll-snap-align: center;

  /* インジケーター */
  &::scroll-marker {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: rgb(239, 239, 239);
    border-radius: 50%;
    transition: background-color 0.2s;
    flex-shrink: 0;
  }

  /* インジケーターのカレントスタイル */
  &::scroll-marker:target-current {
    background-color: #ffb507;
  }

  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (width < 600px) {
  .container {
    --item-width: calc(100vw - 0px);
    width: var(--item-width);
    grid-template-columns: 1fr 3fr 1fr;
  }
}


/*横スクロール終わり*/





 .banner-container {
    display: flex;              /* 横並び */
    gap: 20px;                   /* バナー間の余白 */
    justify-content: center;     /* 中央寄せ */             /* 狭い画面では折り返し */
    padding: 20px;
    background-color: #ffffff;
    position: relative;
    top: 25px;
  }

  /* バナー共通スタイル */
  .banner {
    flex: 1 1 300px;              /* 最小幅300pxで可変 */
    max-width: 500px;             /* 最大幅制限 */
    background-color: #fff;
    border: 0px solid #ccc;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    
    transition: transform 0.3s ease;
  }

  /* ホバー時のアニメーション */
  .banner:hover {
    transform: scale(1.03);
  }

  /* バナー内の画像 */
  .banner img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* バナー内のテキスト */
  .banner p {
    margin: 0;
    padding: 10px;
    font-size: 1rem;
    background-color: #fafafa;
}



 .banner-container2 {
    display: flex;              /* 横並び */
    gap: 20px;                   /* バナー間の余白 */
    justify-content: center;     /* 中央寄せ */             /* 狭い画面では折り返し */
    padding: 20px;
    background-color: #ffffff;
    position: relative;
    top: 5px;
}





.news-ful {
   margin: 0 auto; 
   position: relative;
  top: 25px;
  height: 400px;
  background: #f5e2e9;
}

.news-titl h3 {
  position: relative;
  top:0px;
  padding-left:30px;
  color: #db9c09;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  background: #e80555;
  color: #ffffff;
  display: inline-block;
  padding: 12px 24px;
  margin: 0 auto;
  width: 100vw;
  border-radius: 0 0px 0px 0px;
  line-height: 0.7;
  
  
}



.infoinfo h5 {
      position: relative;
    top: 10px;
    padding-left:24px;
    padding-right: 20px;
    line-height: 1.7;
    color: #393939;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
}
.infoinfo h5 a {
 
    color: #ff0059;

}
.infoinfo2 h4 {
      position: relative;
    top: 15px;
    padding-left:24px;
    padding-right: 20px;
    line-height: 1.7;
    color: #ff0059;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
}



















/* お知らせリスト 「タイトル」*/
.news-full {
  border: 2px solid #edb528;
  position: relative;
  top: 5px;
  height: 230px;
  width: 93vw;
  margin: 0 auto;            /* 左右のマージンを自動で均等に */
  
}

.news-title h3 {
    position: relative;
    top:0px;
     padding-left:30px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  background: #edb528;
  color: #ffffff;
  display: inline-block;
  padding: 12px 24px;
  margin: 0 auto;
  width: 100%;
  border-radius: 0 0px 0px 0px;
  line-height: 0.7;
}
.news-title h3 span {
  font-family: ads-strong, sans-serif;
  position: relative;
  font-size: 15px;
  font-weight: 100;
  font-style: normal;
}

.news-hr {
    border: 0.5px solid #db9c09;
    width: 90vw;
    position: relative;
    margin: auto;
    top: 0px;
    z-index: 5;
 }

/* お知らせリスト*/


.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
  height: 180px;/*スクロールの高さ*/
  overflow-y: scroll;
  text-align: left;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 0px solid #fcb52f;
  padding: 13px 24px;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
}
.news-list .item:first-child a{
  border-top: 0px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 12px;
  color: #999;
  padding: 0 20px 0 0;
  position: relative;
  top: 4px;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #f06b6b;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 4px 15px;
  font-size: 10px;
  line-height: 1;
  border-radius: 10px;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: rgb(207, 49, 17);
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 8px;
}
}

/* 装飾 */
 
*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
body{
  margin: 0px;        /*左右余白*/
}






/*テーマ紹介*/
.gaiyou h3 {
    position: relative;
    top: 80px;
    padding-left:22px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

.theme h1 {
    position: relative;
    top: 80px;
    padding-left:22px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
}
.theme h1 span {
  font-family: ads-strong, sans-serif;
  position: relative;
  font-size: 24px;
  font-weight: 100;
  font-style: normal;
}

.theme-hr {
    border: 0.5px solid #db9c09;
    width: 93vw;
    position: relative;
    margin: auto;
    top: 90px;
    z-index: 5;
}

.themepng {
    position: relative;
    top:95px;
    text-align: center;
}

.themesyoukai h3 {
     position: relative;
    top: 100px;
    padding-left:20px;
    padding-right: 20px;
    line-height: 1.7;
    color: #c07a00;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}
.themesyoukai h3 span {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}

.themesyoukai h2 {
     position: relative;
    top: 40px;
    padding-left:20px;
    padding-right: 20px;
    line-height: 1.7;
    background: linear-gradient(#ffffff, #ffffff);
  color: #db9c09;
  display: inline-block;
  padding: 6px 0px;
  padding-left:24px;
  margin: 0 auto;
  width: 150px;
  border-radius: 0 20px 20px 0px;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  box-shadow: 5px 5px 10px rgba(255, 179, 0, 0.5);
}

.themesyoukai h4 {
     position: relative;
    top: 40px;
    padding-left:24px;
    padding-right: 20px;
    line-height: 1.7;
    color: #c07a00;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}
.themesyoukai h4 span {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
}














/*五芸祭の紹介文*/


.about h1 {
     position: relative;
    top: 160px;
    padding-left:22px;
    color: #db9c09;
    font-family: "Jost", sans-serif;
  font-size: 24px;
 font-weight: 500;
  font-style: normal;
  background: linear-gradient(270deg,#fb5f96, #de2365);
  color: #ffffff;
  display: inline-block;
  padding: 12px 0px;
  padding-left:24px;
  margin: 0 auto;
  width: 310px;
  border-radius: 0 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px #da1b5f;
  z-index: 5;
}
.about h1 span {
    font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}

.aboutbun h3 {
    position: relative;
    top: 130px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
  background: linear-gradient(270deg,#ffbf2b, #db9c09,0);
  color: #da1b5f;
  display: inline-block;
  padding: 30px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 95vw;
  border-radius: 0px 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgba(243, 26, 26, 0.3);
  z-index: 4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}






















/*イベント情報ーーーーーーーーーーーーーーーーーーーーーーー*/
.eventinfo h1 {
    position: relative;
    top: 220px;
     padding-left:24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
}
.eventinfo h1 span {
   font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}

.event-hr {
    border: 0.5px solid #db9c09;
    width: 93vw;
    position: relative;
    margin: auto;
    top: 233px;
    z-index: 5;
}















/*イベント情報詳細ーーーーーーーーーーーーーー*/

/*体育大会*/
.sportsevent h1 {
  position: relative;
  top: 250px;
  color: #db9c09;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: linear-gradient(270deg,#ffbf2b, #db9c09);
  color: #ffffff;
  display: inline-block;
  padding: 12px 0px;
  padding-left:24px;
  margin: 0 auto;
  width: 310px;
  border-radius: 0 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgb(255, 190, 38);
  z-index: 5;
}
.sportsevent h1 span {
    font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}


.sportbun h5 {
    position: relative;
    top: 270px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;

}

.sportbun h5 span {
    background: #7ccbc9;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 12px;
  font-weight: 500;
}

.sportbun h2 {
    position: relative;
    top: 280px;
     padding-left:24px;
     padding-right: 24px;
    color: #ed3b3b;
     font-family: ads-strong, sans-serif;
  font-size:24px;
  font-weight: 100;
  font-style: normal;
}
.sportbun h3 {
    position: relative;
    top: 175px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
  background: linear-gradient(270deg,#ffbf2b, #db9c09,0);
  color: #db9c09;
  display: inline-block;
  padding: 30px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 95vw;
  border-radius: 0px 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgba(243, 26, 26, 0.3);
  z-index: 4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}



.sportbun a {
  font-weight: 600;
  color: #ed3b3b;
   display: inline-block;
  padding: 10px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 205px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ed3b3b;
  z-index: 6;
  background: #fff1f1;
}



















.exhibition h1 {
     position: relative;
    top: 210px;
    padding-left:22px;
    color: #db9c09;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background: linear-gradient(270deg,#ffbf2b, #db9c09);
  color: #ffffff;
  display: inline-block;
  padding: 12px 0px;
  padding-left:24px;
  margin: 0 auto;
  width: 310px;
  border-radius: 0 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgb(255, 190, 38);
  z-index: 5;
}
.exhibition h1 span {
    font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}





.exhibun h5 {
    position: relative;
    top: 230px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;

}

.exhibun h5 span {
    background: #7ccbc9;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 12px;
  font-weight: 500;
}

.exhibun h2 {
    position: relative;
    top: 240px;
     padding-left:24px;
     padding-right: 24px;
    color: #ed3b3b;
    font-family: ads-strong, sans-serif;
  font-size:24px;
  font-weight: 300;
  font-style: normal;
}
.exhibun h3 {
    position: relative;
    top: 130px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
  background: linear-gradient(270deg,#ffbf2b, #db9c09,0);
  color: #db9c09;
  display: inline-block;
  padding: 30px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 95vw;
  border-radius: 0px 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgba(243, 26, 26, 0.3);
  z-index: 4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.exhibun a {
  font-weight: 600;
  color: #ed3b3b;
   display: inline-block;
  padding: 10px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 140px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ed3b3b;
  z-index: 6;
  background: #fff1f1;
}









.exhibun2 h5 {
    position: relative;
    top: 170px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;

}

.exhibun2 h5 span {
    background: #7ccbc9;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 12px;
  font-weight: 500;
}

.exhibun2 h2 {
    position: relative;
    top: 182px;
     padding-left:24px;
     padding-right: 24px;
    color: #ed3b3b;
    font-family: ads-strong, sans-serif;
  font-size:24px;
  font-weight: 100;
  font-style: normal;
}
.exhibun2 h3 {
    position: relative;
    top: 100px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
  background: linear-gradient(270deg,#ffbf2b, #db9c09,0);
  color: #db9c09;
  display: inline-block;
  padding: 30px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 95vw;
  border-radius: 0px 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgba(243, 26, 26, 0.3);
  z-index: 4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.exhibun2 a {
  font-weight: 600;
  color: #ed3b3b;
   display: inline-block;
  padding: 10px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 205px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ed3b3b;
  z-index: 6;
  background: #fff1f1;
}















.art-market h1 {
     position: relative;
    top: 140px;
    padding-left:24px;
    color: #db9c09;
    font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
   background: linear-gradient(270deg,#ffbf2b, #db9c09);
  color: #ffffff;
  display: inline-block;
  padding: 12px 0px;
  padding-left:24px;
  margin: 0 auto;
  width: 310px;
  border-radius: 0 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgb(255, 190, 38);
  z-index: 5;
}
.art-market h1 span {
    font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}

.atomabun h5 {
    position: relative;
    top: 160px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;

}

.atomabun h5 span {
    background: #7ccbc9;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 12px;
  font-weight: 500;
}

.atomabun h2 {
    position: relative;
    top: 170px;
     padding-left:24px;
     padding-right: 24px;
    color: #ed3b3b;
     font-family: ads-strong, sans-serif;
  font-size:24px;
  font-weight: 100;
  font-style: normal;
}
.atomabun h3 {
    position: relative;
    top: 65px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
  background: linear-gradient(270deg,#ffbf2b, #db9c09,0);
  color: #db9c09;
  display: inline-block;
  padding: 30px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 95vw;
  border-radius: 0px 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgba(243, 26, 26, 0.3);
  z-index: 4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.atomabun a {
  font-weight: 600;
  color: #ed3b3b;
   display: inline-block;
  padding: 10px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 180px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ed3b3b;
  z-index: 6;
  background: #fff1f1;
}













.concert h1 {
     position: relative;
    top: 105px;
    padding-left:22px;
    color: #db9c09;
    font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
 background: linear-gradient(270deg,#ffbf2b, #db9c09);
  color: #ffffff;
  display: inline-block;
  padding: 12px 0px;
  padding-left:24px;
  margin: 0 auto;
  width: 310px;
  border-radius: 0 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
 box-shadow: 5px 5px 20px rgb(255, 190, 38);
  z-index: 5;
}
.concert h1 span {
    font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}

.conbun h5 {
    position: relative;
    top: 125px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;

}

.conbun h5 span {
    background: #7ccbc9;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 12px;
  font-weight: 500;
}

.conbun h2 {
    position: relative;
    top: 135px;
     padding-left:24px;
     padding-right: 24px;
    color: #ed3b3b;
    font-family: ads-strong, sans-serif;
  font-size:24px;
  font-weight: 100;
  font-style: normal;
}
.conbun h3 {
    position: relative;
    top: 30px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
  background: linear-gradient(270deg,#ffbf2b, #db9c09,0);
  color: #db9c09;
  display: inline-block;
  padding: 30px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 95vw;
  border-radius: 0px 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgba(243, 26, 26, 0.3);
  z-index: 4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.conbun a {
  font-weight: 600;
  color: #ed3b3b;
   display: inline-block;
  padding: 10px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 180px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ed3b3b;
  z-index: 6;
  background: #fff1f1;
}









.collaboration h1 {
     position: relative;
    top: 70px;
    padding-left:22px;
    color: #db9c09;
    font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  background: linear-gradient(270deg,#ffbf2b, #db9c09);
  color: #ffffff;
  display: inline-block;
  padding: 12px 0px;
  padding-left:24px;
  margin: 0 auto;
  width: 310px;
  border-radius: 0 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgb(255, 190, 38);
  z-index: 5;
}
.collaboration h1 span {
    font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}




.corabun h5 {
    position: relative;
    top: 90px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;

}

.corabun h5 span {
    background: #7ccbc9;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 12px;
  font-weight: 500;
}

.corabun h2 {
    position: relative;
    top: 100px;
     padding-left:24px;
     padding-right: 36px;
    color: #ed3b3b;
     font-family: ads-strong, sans-serif;
  font-size:24px;
  font-weight: 100;
  font-style: normal;
}
.corabun h3 {
    position: relative;
    top: -35px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
  background: linear-gradient(270deg,#ffbf2b, #db9c09,0);
  color: #db9c09;
  display: inline-block;
  padding: 30px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 95vw;
  border-radius: 0px 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgba(243, 26, 26, 0.3);
  z-index: 4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.corabun a {
  font-weight: 600;
  color: #ed3b3b;
   display: inline-block;
  padding: 10px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 200px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ed3b3b;
  z-index: 6;
  background: #fff1f1;
}










.lecture h1 {
     position: relative;
    top: 5px;
    padding-left:22px;
    color: #db9c09;
    font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  background: linear-gradient(270deg,#ffbf2b, #db9c09);
  color: #ffffff;
  display: inline-block;
  padding: 12px 0px;
  padding-left:24px;
  margin: 0 auto;
  width: 310px;
  border-radius: 0 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgb(255, 190, 38);
  z-index: 5;
}
.lecture h1 span {
    font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}


.lecbun h5 {
    position: relative;
    top: 25px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;

}

.lecbun h5 span {
    background: #7ccbc9;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 12px;
  font-weight: 500;
}

.lecbun h2 {
    position: relative;
    top: 35px;
     padding-left:24px;
     padding-right: 24px;
    color: #ed3b3b;
     font-family: ads-strong, sans-serif;
  font-size:24px;
  font-weight: 100;
  font-style: normal;
}
.lecbun h3 {
    position: relative;
    top: -75px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
  background: linear-gradient(270deg,#ffbf2b, #db9c09,0);
  color: #db9c09;
  display: inline-block;
  padding: 30px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 95vw;
  border-radius: 0px 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgba(243, 26, 26, 0.3);
  z-index: 4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.lecbun a {
  font-weight: 600;
  color: #ed3b3b;
   display: inline-block;
  padding: 10px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 180px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ed3b3b;
  z-index: 6;
  background: #fff1f1;
}















.live h1 {
     position: relative;
    top: -35px;
    padding-left:22px;
    color: #db9c09;
    font-family: "Jost", sans-serif;
  font-size: 24px;
 font-weight: 500;
  font-style: normal;
  background: linear-gradient(270deg,#ffbf2b, #db9c09);
  color: #ffffff;
  display: inline-block;
  padding: 12px 0px;
  padding-left:24px;
  margin: 0 auto;
  width: 310px;
  border-radius: 0 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgb(255, 190, 38);
  z-index: 5;
}
.live h1 span {
    font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}




.libun h5 {
    position: relative;
    top: -10px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;

}

.libun h5 span {
    background: #7ccbc9;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 12px;
  font-weight: 500;
}

.libun h2 {
    position: relative;
    top: 0px;
     padding-left:24px;
     padding-right: 24px;
    color: #ed3b3b;
     font-family: ads-strong, sans-serif;
  font-size:24px;
  font-weight: 100;;
  font-style: normal;
}
.libun h3 {
    position: relative;
    top: -115px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
  background: linear-gradient(270deg,#ffbf2b, #db9c09,0);
  color: #db9c09;
  display: inline-block;
  padding: 30px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 95vw;
  border-radius: 0px 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgba(243, 26, 26, 0.3);
  z-index: 4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.libun a {
  font-weight: 600;
  color: #ed3b3b;
   display: inline-block;
  padding: 10px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 180px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ed3b3b;
  z-index: 6;
  background: #fff1f1;
}










.gogei-1 h1 {
     position: relative;
    top: -75px;
    padding-left:22px;
    color: #db9c09;
    font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  background: linear-gradient(270deg,#ffbf2b, #db9c09);
  color: #ffffff;
  display: inline-block;
  padding: 12px 0px;
  padding-left:24px;
  margin: 0 auto;
  width: 310px;
  border-radius: 0 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgb(255, 190, 38);
  z-index: 5;
}
.gogei-1 h1 span {
    font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}



.G1bun h5 {
    position: relative;
    top: -55px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;

}

.G1bun h5 span {
    background: #7ccbc9;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 12px;
  font-weight: 500;
}

.G1bun h2 {
    position: relative;
    top: -45px;
     padding-left:24px;
     padding-right: 24px;
    color: #ed3b3b;
     font-family: ads-strong, sans-serif;
  font-size:24px;
  font-weight: 100;
  font-style: normal;
}
.G1bun h3 {
    position: relative;
    top: -155px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
  background: linear-gradient(270deg,#ffbf2b, #db9c09,0);
  color: #db9c09;
  display: inline-block;
  padding: 30px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 95vw;
  border-radius: 0px 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgba(243, 26, 26, 0.3);
  z-index: 4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.G1bun a {
  font-weight: 600;
  color: #ed3b3b;
   display: inline-block;
  padding: 10px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 180px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ed3b3b;
  z-index: 6;
  background: #fff1f1;
}








.gogeicafe h1 {
     position: relative;
    top: -115px;
    padding-left:22px;
    color: #db9c09;
    font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  background: linear-gradient(270deg,#ffbf2b, #db9c09);
  color: #ffffff;
  display: inline-block;
  padding: 12px 0px;
  padding-left:24px;
  margin: 0 auto;
  width: 310px;
  border-radius: 0 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgb(255, 190, 38);
  z-index: 5;
}
.gogeicafe h1 span {
    font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}

.cafebun h5 {
    position: relative;
    top: -95px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;

}

.cafebun h5 span {
    background: #7ccbc9;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 12px;
  font-weight: 500;
}

.cafebun h2 {
    position: relative;
    top: -85px;
     padding-left:24px;
     padding-right: 24px;
    color: #ed3b3b;
     font-family: ads-strong, sans-serif;
  font-size:24px;
  font-weight: 100;
  font-style: normal;
}
.cafebun h3 {
    position: relative;
    top: -190px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
  background: linear-gradient(270deg,#ffbf2b, #db9c09,0);
  color: #db9c09;
  display: inline-block;
  padding: 30px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 95vw;
  border-radius: 0px 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgba(243, 26, 26, 0.3);
  z-index: 4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.cafebun a {
  font-weight: 600;
  color: #ed3b3b;
   display: inline-block;
  padding: 10px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 260px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ed3b3b;
  z-index: 6;
  background: #fff1f1;
}










.okitegami h1 {
     position: relative;
    top: -150px;
    padding-left:22px;
    color: #db9c09;
    font-family: "Jost", sans-serif;
  font-size: 24px;
 font-weight: 500;
  font-style: normal;
  background: linear-gradient(270deg,#ffbf2b, #db9c09);
  color: #ffffff;
  display: inline-block;
  padding: 12px 0px;
  padding-left:24px;
  margin: 0 auto;
  width: 310px;
  border-radius: 0 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgb(255, 190, 38);
  z-index: 5;
}
.okitegami h1 span {
    font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}
.tegamibun h5 {
    position: relative;
    top: -130px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;

}

.tegamibun h5 span {
    background: #7ccbc9;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 12px;
  font-weight: 500;
}

.tegamibun h2 {
    position: relative;
    top: -120px;
     padding-left:24px;
     padding-right: 24px;
    color: #ed3b3b;
    font-family: ads-strong, sans-serif;
  font-size:24px;
  font-weight: 100;
  font-style: normal;
}
.tegamibun h3 {
    position: relative;
    top: -225px;
     padding-left:24px;
     padding-right: 24px;
    color: #db9c09;
  background: linear-gradient(270deg,#ffbf2b, #db9c09,0);
  color: #db9c09;
  display: inline-block;
  padding: 30px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 95vw;
  border-radius: 0px 30px 30px 0px;
  font-size: 24px;
  line-height: 0.7;
  box-shadow: 5px 5px 20px rgba(243, 26, 26, 0.3);
  z-index: 4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.tegamibun a {
  font-weight: 600;
  color: #ed3b3b;
   display: inline-block;
  padding: 10px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 260px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ed3b3b;
  z-index: 6;
  background: #fff1f1;
}







/* タイムスケジュール*/
.schedule h3 {
    position: relative;
    top:-100px;
     padding-left:24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  
}
.schedule h3 span {
  font-family: ads-strong, sans-serif;
  position: relative;
  font-size: 15px;
  font-weight: 100;
  font-style: normal;
}

.schedule-hr {
    border: 0.5px solid #db9c09;
    width: 93vw;
    position: relative;
    margin: auto;
    top: -90px;
    z-index: 5;
}

.sche-png {
  position: relative;
  top: -70px;
  text-align: center;
}



/* style.css */

/* 親要素の見た目 */
.scroll-container {
  width: 100%; /* 親の幅は画面いっぱい */
  background-color: #fff8ef; /* 薄いグレー */
  padding: 6px;
  border: 0px solid #ccc;
  box-sizing: border-box; /* paddingを含めて幅100%にするため */
  display: flex;
  overflow-x: auto;
  position: relative;
  top: -80px;
}

/* 子要素の見た目 */
.scroll-item {
  width: 100%; /* アイテムの幅を200pxに固定 */
  height: 100%;
  margin-right: 6px; /* アイテム間の余白 */
  color: white;
  display: flex; /* 文字を中央揃えにするため（おまけ） */
  justify-content: center;
  align-items: center;
  font-size: 20px;
  flex-shrink: 0; /* 縮まないようにする */
}



.scroll-container2 {
    width: 100%;
    overflow-x: auto; /* 横スクロール可能に */
    white-space: nowrap;
    position: relative;
    top:-30px;
}

.scroll-container2 img {
    display: inline-block;
    max-height: 550px; /* 高さ制限（任意） */
}


























.map h3 {
    position: relative;
    top:140px;
     padding-left:24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  
}
.map h3 span {
  font-family: ads-strong, sans-serif;
  position: relative;
  font-size: 15px;
  font-weight: 100;
  font-style: normal;
}

.map-hr {
    border: 0.5px solid #db9c09;
    width: 93vw;
    position: relative;
    margin: auto;
    top: 150px;
    z-index: 5;
}


.map-b h6 {
  position: relative;
  top: 170px;
  font-weight: 600;
  color: #c7c7c7;
  padding-left:24px;
   font-family: "Noto Sans JP", sans-serif;
}
.map-b h6 span{
  position: relative;
  font-weight: 600;
  color: #ed3b3b;
   display: inline-block;
  padding: 10px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 210px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ed3b3b;
  z-index: 6;
  background: #fff1f1;
}












.access h3 {
    position: relative;
    top:260px;
     padding-left:24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  
}
.access h3 span {
  font-family: ads-strong, sans-serif;
  position: relative;
  font-size: 15px;
  font-weight: 100;
  font-style: normal;
}

.access-hr {
    border: 0.5px solid #db9c09;
    width: 93vw;
    position: relative;
    margin: auto;
    top: 270px;
    z-index: 5;
}


.access-b h6 {
  position: relative;
  top: 290px;
  font-weight: 600;
  color: #c7c7c7;
  padding-left:24px;
   font-family: "Noto Sans JP", sans-serif;
}
.access-b h6 span{
  position: relative;
  font-weight: 600;
  color: #ed3b3b;
   display: inline-block;
  padding: 10px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 230px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ed3b3b;
  z-index: 6;
  background: #fff1f1;
}










.kyosan h3 {
    position: relative;
    top:370px;
     padding-left:24px;
    color: #db9c09;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  
}
.kyosan h3 span {
  font-family: ads-strong, sans-serif;
  position: relative;
  font-size: 15px;
  font-weight: 100;
  font-style: normal;
}

.kyosan-hr {
    border: 0.5px solid #db9c09;
    width: 93vw;
    position: relative;
    margin: auto;
    top: 380px;
    z-index: 5;
}


.kyosan-b h6 {
  position: relative;
  top: 390px;
  font-weight: 400;
  color: #db9c09;
  font-size: 14px;
   font-family: "Noto Sans JP", sans-serif;
   padding-left: 24px;
   padding-right: 24px;
   line-height: 1.5;
}
.kyosan-b h6 span{
  position: relative;
  font-weight: 600;
  color: #ed3b3b;
   display: inline-block;
  padding: 10px 18px;
  padding-left:24px;
  margin: 0 auto;
  width: 230px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ed3b3b;
  z-index: 6;
  background: #fff1f1;
}

.kyosan-b img {
  position: relative;
  top:420px;
}








































.gaiyouran h2 {
     position: relative;
    top: 560px;
    padding-left:20px;
    padding-right: 20px;
    line-height: 1.7;
    background: linear-gradient(#ffffff, #ffffff);
  color: #db9c09;
  display: inline-block;
  padding: 6px 0px;
  padding-left:24px;
  margin: 0 auto;
  width: 150px;
  border-radius: 0 20px 20px 0px;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  box-shadow: 5px 5px 10px rgba(255, 179, 0, 0.5);
}

.gaiyouran h4 {
     position: relative;
    top: 560px;
    padding-left:24px;
    padding-right: 20px;
    line-height: 1.7;
    color: #c07a00;
    font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}
.gaiyouran h4 span {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
}














.yohaku h6 {
    position: relative;
    height: 600px;
}





.netabare  {
  background: #db9c09;
  height: 500px;
}

.nav_list h4 a {
    color: #ffffff;
  font-size: 20px;
   font-family: ads-strong, sans-serif;
  font-weight: 100;
  line-height: 0.3;
  margin-left: 25px;
  position: relative;
  top: 0px;
}


.netabare h6 {
    font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #ffffff;
  text-align: right;
  margin-right: 20px;
  position: relative;
  top: 100px;
}














/*下メニューバー*/

.bottom-hr {
    border: 0.2px solid #e7d19e;
    width: 100vw;
    position: relative;
    margin: auto;
    top: 0px;
    z-index: 5;
}

.bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
  color: white;
  z-index: 1000; /* コンテンツの上に表示 */
}
.bottom-menu ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.bottom-menu a {
  text-decoration: none;
  color: #db9c09;
  position: relative;
  top: -10px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
/*下メニューバー終わり*/






