@charset "UTF-8";
/* CSS Document */

/*************************************************
*****                 top    　              *****
*************************************************/
.ttl-sec__other.--menu::before {
  top: 240px;
  background-image: url(../image/menu/m_menu.png);
  width: 290px;
  height: 150px;
}
@media (max-width: 960px) {
  .ttl-sec__other.--menu::before {
    top: 155px;
    width: 145px;
    height: 75px;
  }
}

/*************************************************
*****                menu    　              *****
*************************************************/
.sec-menu {
  padding: 0 0 280px 0;
  position: relative;
}

/* --背景-- */
.sec-menu_illust {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.sec-menu_illust-kumo {
  position: absolute;
  width: 40%;
  max-width: 570px;
  top: 240px;
  right: -2vw;
  z-index: -1;
  animation: cloud 5s ease-in-out 0s infinite alternate;
}
@keyframes cloud {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(2vw, 2vw);
  }
}
.sec-menu_illust-yagi {
  position: absolute;
  width: 25%;
  max-width: 400px;
  bottom: -20px;
  left: -40px;
  z-index: -1;
  animation: YagiIllust 5s ease-in-out 0s infinite alternate;
}
@keyframes YagiIllust {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(2vw, -2vw);
  }
}
.sec-menu__conts {
  display: flex;
  padding: 50px 30px 0;
  justify-content: center;
  overflow: hidden;
}
.sec-menu__conts-img {
  width: 590px;
  z-index: 150;
  position: relative;
}
.sec-menu__conts-img img {
  justify-content: left;
  object-fit: contain;
  max-width: 100%;
}
.sec-menu__conts-description {
  background-color: #fff;
  margin: 275px 0 20px -400px;
  padding: 180px 8% 70px;
  z-index: 100;
  position: relative;
}
.sec-menu__conts-description-text1 {
  margin-bottom: 0;
}
.sec-menu__conts-description-text2 {
  margin-bottom: 32px;
}
.sec-menu__conts-description-text3 {
  margin-bottom: 100px;
  font-weight: 900;
  font-size: 1.4rem;
}
.sec-menu__conts-description-price {
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-size: 2rem;
}
.sec-menu__conts-description-price_detail {
  display: flex;
  justify-content: space-between;
  max-width: 560px;
  align-items: center;
  border-bottom: 1px solid #f7f1e2;
}
.sec-menu__conts-description-price_detail:first-child {
  border-top: 1px solid #f7f1e2;
}
.details-course {
  padding: 20px 0 20px 60px;
}
.details-price {
  padding: 20px 60px 20px 0;
}
.details-price__tax {
  font-size: 1.4rem;
}
.details-price__tax::before {
  content: "　";
}
.sec-menu__conts-description__flame-r {
  position: absolute;
  width: 100px;
  height: 100px;
  right: -15px;
  top: -15px;
}
.sec-menu__conts-description__flame-l {
  position: absolute;
  width: 100px;
  height: 100px;
  left: -15px;
  bottom: -15px;
}
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓レスポンシブ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
@media (max-width: 960px) {
  .sec-menu {
    padding: 0 24px 140px;
  }

  /* --背景-- */
  .sec-menu_illust-kumo {
    max-width: 200px;
    top: 55px;
    right: -20px;
  }
  .sec-menu_illust-yagi {
    max-width: 150px;
    bottom: -10px;
    left: -10px;
  }

  .sec-menu__conts {
    display: block;
    padding: 25px 10px 10px;
  }
  .sec-menu__conts-img {
    width: 65%;
    max-width: 400px;
    margin: 0 auto;
  }
  .sec-menu__conts-img img {
    justify-content: center;
  }
  .sec-menu__conts-description {
    margin: -40px auto 0;
    padding: 80px 20px 40px;
    max-width: 580px;
    text-align: left;
  }
  .sec-menu__conts-description-text1 {
    margin-bottom: 21px;
    font-size: 1.4rem;
  }
  .sec-menu__conts-description-text2 {
    margin-bottom: 21px;
    font-size: 1.4rem;
  }
  .sec-menu__conts-description-text3 {
    margin-bottom: 50px;
    font-size: 1.2rem;
  }
  .sec-menu__conts-description-price {
    margin: 0 auto;
    max-width: 400px;
  }
  .sec-menu__conts-description-price_detail {
    max-width: unset;
    border-bottom: none;
    align-items: baseline;
    margin-bottom: 20px;
  }
  .sec-menu__conts-description-price_detail:first-child {
    border-top: none;
  }
  .details-course {
    padding: 0;
  }
  .details-price {
    padding: 0;
    line-height: 1.2;
    text-align: right;
  }
  .details-price__tax {
    font-size: 1.2rem;
  }
  .sec-menu__conts-description__flame-r {
    width: 55px;
    height: 55px;
    right: -8px;
    top: -8px;
  }
  .sec-menu__conts-description__flame-l {
    width: 55px;
    height: 55px;
    left: -8px;
    bottom: -8px;
  }
}
