@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}

html {
  scroll-behavior: smooth;
}
body {
  background-color: #000;
  color: #fff;
  line-height: 1.5;
}

/* ==========================================
/* スマホ・パッド（1023px以下）のときは、PC用のパーツを隠すお守り */
.grid-left,
.grid-right {
  display: none;
}

/* /////////????////////////////////////////////////////////// */
/*  */
h1,
h2,
h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
h3 {
  font-size: 20px;
  /* margin-bottom: 15px; */
}

h4,
h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
}
h2 {
  color: #000;
  font-size: 24px;
}
h5 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
p {
  font-family: sans-serif;
  font-size: 14px;
}
/* //////////////////////////// */

.btn-fixedbtn-wrap {
  /* max-width: 375px; */
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 100;
}
.btn-fixedbtn {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.btn-01 {
  position: absolute;
  top: 100px;
  right: 0px;
  opacity: 0.8;
}
.btn-02 {
  position: absolute;
  top: 322px;
  right: 0px;
  opacity: 0.8;
}

/* --- ① メニューの入れ物（スケジュールが入る場所） --- */
/* --- ① スケジュール用メニュー --- */
.hamburger-menu-content-sc {
  position: fixed; /* 画面全体に対して固定 */
  top: 0;
  width: 350px;
  max-width: 100%;
  height: 100vh;
  z-index: 9998;
  overflow-y: auto;
  padding: 20px;

  /* スライドのアニメーションを設定 */
  transition:
    right 0.3s ease,
    opacity 0.3s ease;

  /* 【閉じている時】画面の右外に完全に隠す & 透明 */
  right: -450px;
  opacity: 0;
}

/* 【開いた時】位置(right)はJavaScriptがボタンに合わせて自動計算します */
.hamburger-menu-content-sc.is-open {
  opacity: 1;
}

/* --- ② マップ用メニュー --- */
.hamburger-menu-content-map {
  position: fixed;
  top: 0;
  width: 350px;
  max-width: 100%;
  height: 100vh;
  z-index: 9998;
  overflow-y: auto;
  padding: 20px;

  /* スライドのアニメーションを設定 */
  transition:
    right 0.3s ease,
    opacity 0.3s ease;

  /* 【閉じている時】画面の右外に完全に隠す & 透明 */
  right: -450px;
  opacity: 0;
}

/* 【開いた時】位置(right)はJavaScriptがボタンに合わせて自動計算します */
.hamburger-menu-content-map.is-open {
  opacity: 1;
}

/* メニュー内のマップ画像のサイズ調整 */
.menu-map-img {
  width: 100%;
  height: auto;
  display: block;
}

/* /////////////////////////////////////// */

/* ///////////////////////////////////// */
.count-date {
  font-size: 36px;
}
.mv-wrap {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/bg00.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-left: 22.5px;
  z-index: -100;
}
.hanabi-date {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}
.hanabi-title {
  width: 90%;
  margin: 20px 50px 80px auto;

  /* padding: 30px 0 50px; */
}
.copy {
  width: 375px;
  margin: 0 auto;
  padding: 200px 0 180px 90px;
}
.copy h3 {
  margin-bottom: 50px;
}
.special-wrap {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/bg00.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  z-index: -100;
}
/* //////////////////////////////////// */
@media screen and (min-width: 1024px) {
  /* 💡 画面幅が 1024px 以上のときに適用したいスタイルをここに書く */
  .top-rainbow-box {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  /* 💡 画面幅が 1023px 以下のときに適用したいスタイルをここに書く */
  .map-illustration-pc,
  .pc-midasi,
  .pc-frame,
  .pc-footer-wrap,
  .pc-btn-wrap,
  .pc-frame-wrap {
    display: none;
  }
}

/* //////////////////////////////////// */
h4 {
  position: absolute;
  top: -35px;
}

.rainbow-box-3 {
  position: relative;
  margin-bottom: 100px;
}
.toro {
  width: 230px;
  position: absolute;
  top: 50px;
  right: -10px;
}
.rainbow-box-sc {
  --bg-color: #ddd;
  /* display: none; */
  margin-bottom: 50px;
}
.time-sc-list {
  color: #000;
  line-height: 1.5;
}
.Time-Schedule-bottom {
  margin-bottom: 20px;
}
.time-sc-list dd {
  font-size: 14px;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.time-sc-list span {
  font-weight: 700;
}
.gourmet-title-wrap {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.hoshi-01 {
  display: block;
  margin: 0 10px 10px auto;
}
.hoshi-02 {
  display: block;
  margin: 0 auto;
}
.gourmet-title span {
  font-size: 36px;
  letter-spacing: 10%;
}

.gourmet-title {
  text-align: center;
  margin-bottom: 10px;
}
.gourmet-time-wrap {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}
.gourmet-time {
  background-color: brown;
  width: 50%;
  padding-left: 30px;
  margin-bottom: 30px;
}
.gourmet-list-wrap {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.main-gourmet {
  font-size: 18px;
}
.gourmet-copy {
  margin-bottom: 20px;
}
.gourmet-list {
  margin-bottom: 30px;
}
.gourmet-shop {
  position: relative;
}
.ichigo {
  position: absolute;
  top: -30px;
  right: 0;
}
.folk {
  position: absolute;
  top: 100px;
  right: 20px;
}
.map-bottom {
  margin-bottom: 20px;
}
.access-map-wrap {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.access-map-wrap h2 {
  color: #fff;
}

.car,
.train {
  margin-bottom: 15px;
}
.map-illustration {
  margin: 20px 0;
}
.restroom {
  background-color: #d0adaa;
}
.re-center {
  background-color: #f8f6ee;
}
.garbage {
  background-color: #b8dae9;
}

.pict-box-wrap {
  width: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #333;
}
.map-pict-title {
  margin-bottom: 10px;
}
.hoshi-02 {
  margin-bottom: 50px;
}
.manual-title {
  margin-bottom: 30px;
  font-size: 24px;
}
.manual-wrap {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.manual-wrap,
h3 {
  margin-bottom: 10px;
}
.manual-wrap,
p {
  margin-bottom: 5px;
}
.fqa-wrap {
  max-width: 325px;
  width: 100%;
  /* height: 200px; */
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 30px 45px 10px;
  background-color: #ddd;
  border-radius: 10px;
  color: #333;
}
.fqa-wrap > h2 {
  margin-bottom: 30px;
}
.fqa-wrap p {
  font-size: 16px;
  line-height: 1.7;
}
.text-box {
  margin-bottom: 25px;
  margin: 0 auto;
}
.attention-01 {
  margin: 0 auto;
  margin-bottom: 20px;
}
.attention-01 > p {
  color: rgb(16, 16, 66);
  font-size: 17px;
}
.text-box > p {
  position: relative;
  border-top: 1px solid #333;

  font-size: 16px;
}
.text-box > p::before {
  content: "▶";
  position: absolute;
  color: #45a8e0;
  top: -18px;
  left: -34px;
  font-size: 34px;
  line-height: 1;
}
.link-panel {
  max-width: 325px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
footer {
  width: 100vw;
  background-color: #000;
}
.footer-wrap {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 50px 30px;
}
