@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
img {
  width: 100%;
  vertical-align: bottom;
}
html {
  scroll-behavior: smooth;
}
/* フォント貼り付け用 */
* {
  font-family: "Noto Serif JP", serif;
}
/* ☆☆ここからヘッダー */

/* 〇〇ここからヘッダーのグランドナブ */
h1 {
  color: #636161;
  font-size: 3.3vw;
  margin-left: 5vw;
}
.ground-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(rgb(198, 135, 0), rgb(255, 238, 107));
  width: 100vw;
  height: 6vw;
  position: fixed;
  top: 0;
  z-index: 10;
}
.ground-nav-header-logo {
  display: flex;
  img {
    width: 4vw;
    margin-left: 3vw;
  }
}
.ground-nav ul {
  display: flex;
  justify-content: center;
  gap: 5vw;
  margin-right: 5vw;
}
.ground-nav ul li {
  font-size: 1.6vw;
  margin-top: 1vw;
}
.ground-nav ul li a {
  color: #fff;
}
/* スクロールでナブ消える */
#nav-fixde {
  z-index: 30;
  opacity: 10;
  transition: 0.9s;
}
#nav-fixde.on {
  pointer-events: none;
  opacity: 0;
  transform: translateY(0vw);
}
/* 〇ここまでグランドナブ */

/* ハンバーガーメニュー */
.ham {
  width: 28px;
  position: fixed;
  z-index: 999;
  /* background-color: rgb(0, 0, 0); */
  top: 10px;
  right: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.ham span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: rgb(255, 255, 255);
}
.ham span:not(:last-child) {
  margin-bottom: 7px;
}
.ham,
.ham span {
  transition: all 0.8s;
}
/* ハンバーガークリック後 */
.ham.is-active {
  right: 2px;
}
.ham.is-active span:nth-child(2) {
  width: 0;
}
.ham.is-active span:nth-child(1) {
  transform: rotate(45deg) translateY(14px);
}
.ham.is-active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-14px);
}
/* ハンバーガークリック前のメニュー */
.sp-gnav {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(rgb(255, 158, 1), rgb(244, 220, 45));
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  gap: 2vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: all 0.8s;
  z-index: 11;
  li {
    padding: 17px 0;
  }
}
.sp-gnav a {
  color: #000000;
  transition: 0.5s;
  font-size: 3vw;
}
/* ハンバーガークリック後のメニュー */
.sp-gnav.is-active {
  opacity: 0.9;
  pointer-events: auto;
}
.sp-gnav a:hover {
  color: #ff3300;
}
.pc-gnav {
  display: none;
}
/* モバイルの時のナブ消したり・・・ */
@media screen and (min-width: 800px) {
  .sp-gnav-container {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .ground-nav {
    display: none;
  }
}
/* ここまでハンバーガー */

/* ☆ここまでヘッダー */

/* ☆☆ここからメイン */
body {
  background: linear-gradient(-0deg, #eeb186 10%, #ffffff 60%, #fc9e5b 100%);
}
.hero-img {
  margin: 6vw 0 0 0;
  height: 47vw;
}
/* 〇〇ここからセクション１ */
.section1 {
  position: relative;
}
/* momiji↓ */
.section1-momiji-left {
  position: absolute;
  width: 28vw;
  top: 0vw;
  z-index: -1;
}
.section1-momiji-right {
  position: absolute;
  width: 30vw;
  right: 0;
  top: -3vw;
  z-index: -1;
}
/* momiji↑ */
.section1-title {
  width: 35vw;
  height: 28vw;
  margin: 4vw auto;
}
.section1-text-area {
  width: 55vw;
  height: 8vw;
  background-color: #fff;
  border-radius: 5vw;
  margin: 0 auto;
  p {
    font-size: 1.5vw;
    text-align: center;
  }
}
.section1-text {
  padding-top: 1.5vw;
}
/* 〇〇ここからセクション１のSP */
@media screen and (max-width: 800px) {
  .hero-img {
    margin-top: 0;
  }
  .section1 {
    margin-bottom: 10vw;
  }
  .section1-text-area {
    width: 70vw;
    height: 20vw;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    p {
      width: 60vw;
      font-size: 2.8vw;
      text-align: center;
    }
  }
  .section1-text {
    padding-top: 4.7vw;
    padding-left: 5vw;
  }
}
/* 〇ここまでセクション１のSP */
/* 〇ここまでセクション１ */
/* 〇〇ここからセクション２ */
.section2 {
  margin-bottom: 7vw;
}
.section2-area-btn-big {
  display: flex;
  justify-content: center;
  gap: 3vw;
  margin: 4vw 0 2vw 0;
}
.section2-area-btn-big-text {
  a {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    color: #fff;
    width: 20vw;
    max-width: 180px;
    height: 6vw;
    max-height: 50px;
    background-color: #dfab00;
    border: solid 2px #fff;
    border-radius: 10px;
    transition: 0.3s;
    .text1 {
      font-size: 16px;
    }
    .text2 {
      font-size: 13px;
    }
  }
  a:hover {
    font-weight: bold;
    color: rgb(250, 168, 61);
    background-color: #fff;
  }
}
.section2-under-btn {
  a {
    display: block;
    width: 20vw;
    height: 4vw;
    color: #fff;
    font-size: 1.4vw;
    background-color: #f2be45;
    border-radius: 5px;
    text-align: center;
    padding-top: 1vw;
    margin: 4.5vw auto 0;
    transition: 0.3s;
  }
  a:hover {
    font-weight: bold;
    color: rgb(250, 168, 61);
    background-color: #fff;
  }
}
/* 〇〇ここからセクション２のSP */
@media screen and (max-width: 800px) {
  .section2 {
    margin-bottom: 7vw;
  }
  .section2-area-btn-big {
    display: flex;
    justify-content: center;
    gap: 4vw;
    margin: 3vw 0 5vw 0;
  }
  .section2-area-btn-big-text {
    a {
      text-align: center;
      justify-content: center;
      align-items: center;
      gap: 1vw;
      color: #fff;
      width: 26vw;
      height: 10vw;
      border: solid 0.4vw #fff;
      border-radius: 2.5vw;
      .text1 {
        font-size: 2.5vw;
      }
      .text2 {
        font-size: 2vw;
      }
    }
  }
  .section2-under-btn {
    a {
      display: block;
      width: 30vw;
      height: 7vw;
      color: #fff;
      font-size: 2.2vw;
      background-color: #f2be45;
      border-radius: 5px;
      text-align: center;
      padding-top: 1.8vw;
      margin: 4.5vw auto 0;
    }
  }
}
/* 〇ここまでセクション２のSP */
/* 〇ここまでセクション２ */

/* 〇〇ここからセクション３ */
.section3 {
  position: relative;
}
/* momiji↓ */
.section3-momiji-left {
  position: absolute;
  z-index: -1;
  width: 36vw;
  top: -28vw;
}
.section3-momiji-right {
  position: absolute;
  z-index: -1;
  width: 24vw;
  right: 0;
  top: 17vw;
}
/* momiji↑ */
.section3-banner-container {
  display: flex;
  justify-content: center;
  gap: 1vw;
  margin-bottom: 8vw;
}
.section3-banner-item {
  width: 23vw;
  height: fit-content;
}
.section3 hr {
  border: none; /*水平線の境界線を消す*/
  border-top-style: solid; /*線の種類*/
  border-top-width: 0.3vw; /*線の太さ*/
  border-top-color: #ffffff; /*線の色*/
  width: 75vw;
  margin: 0 auto;
  margin-bottom: 3vw;
}
.section3 ul {
  margin: 0 0 3vw 11vw;
  li {
    font-size: 1.5vw;
    color: #fff;
  }
}
/* 〇〇ここからセクション３のSP */
@media screen and (max-width: 800px) {
  .section3-banner-container {
    gap: 0.5vw;
    margin: 8vw 0.5vw;
  }
  .section3-banner-item {
    width: 29vw;
    height: fit-content;
  }
  .section3 ul {
    margin: 0 0 3vw 7vw;
    li {
      font-size: 2.5vw;
      color: #fff;
    }
  }
}
/* 〇ここまでセクション３のSP */
/* 〇ここまでセクション３ */
/* トップへ戻るボタン */
#top-fixde {
  position: fixed;
  bottom: 10vh;
  right: 3vw;
  visibility: hidden;
  transition: 0.9s;
  opacity: 0;
  z-index: 30;
  text-align: center;
  transform: translateY(5vw);
  a {
    display: block;
    img {
      width: 10vw;
    }
  }
}
#top-fixde.on {
  visibility: inherit;
  opacity: 0.9;
  transform: translateY(0vw);
}
@media screen and (max-width: 800px) {
  #top-fixde.on {
    visibility: hidden;
    opacity: 0.9;
    transform: translateY(0vw);
  }
}
/* ☆ここまでメイン */
/* 〇〇ここからフッター */
footer {
  height: 20vw;
  background-color: rgb(238, 171, 83);
  h2 {
    font-size: 2vw;
    text-align: center;
    color: #fff;
    padding: 1.5vw 0;
  }
  p {
    color: #fff;
    font-size: 0.8vw;
  }
  a {
    color: #fff;
  }
  hr {
    border: none; /*水平線の境界線を消す*/
    border-top-style: dotted; /*線の種類*/
    border-top-width: 2px; /*線の太さ*/
    border-top-color: #ffffff; /*線の色*/
    width: 10vw;
    margin-bottom: 1vw;
  }
  .footer-container {
    display: flex;
    gap: 7vw;
    margin: 0 0 4vw 24vw;
  }
  .date {
    margin-left: 5vw;
  }
  .copy {
    margin-top: 1vw;
    text-align: center;
  }
}

/* 〇ここまでフッター */
