@charset "UTF-8";

:root {
  --base-color: #fff;
  --main-color: #175297;
  --accent-color: #e42540;
  --link-color: #666;
  --linkhover-color: #999;
  --border-color: #71a3c7;
  --white-color: #fff;
  --black-color: #000;
}

html {
  background: #fff2ca;
}

body {
  font-family: "KosugiMaru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.body-bg-img {
  background: url(../img/flower_bg.webp) repeat-x left top / cover;
  background-attachment: fixed;
}

@media screen and (min-width: 768px) {
  .body-inner {
    max-width: 430px;
    margin: 0 auto;
  }
}

.main {
  color: #3f220e;
  background: #fff;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

/* スライダー */
.swiper-container {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.swiper-main {
  height: 80%;
  width: 100%;
  overflow: visible;
}

.swiper-slide-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-slide.swiper-slide-prev.swiper-slide-duplicate-next,
.swiper-slide.swiper-slide-next.swiper-slide-duplicate-prev {
  opacity: .5;
}

/* オリジナル矢印画像設定用 */
.swiper-button-prev__origin {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
  height: 40px;
  cursor: pointer;
  left: 2%;
  width: 40px;
}

.swiper-button-next__origin {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
  height: 40px;
  cursor: pointer;
  transform: scale(-1, 1);
  right: 2%;
  width: 40px;
}

.swiper-button-prev__origin02 {
  position: absolute;
  top: -40px;
  bottom: 0;
  left: -20px;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.swiper-button-next__origin02 {
  position: absolute;
  top: -40px;
  bottom: 0;
  right: -20px;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform: scale(-1, 1);
}

.inner {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 24px;
  width: 100%;
}

.header_logo_link {
  display: block;
  min-width: 210px;
  margin-right: auto;
  transition: opacity .4s;
  padding: 12px 8px;
  background: #fff;
}

.header_logo_link:hover {
  opacity: .7;
}

.header_lead_text {
  padding-bottom: 4px;
  font-size: 10px;
  color: #22b04c;
  transform: scale(0.8);
  transform-origin: left;
  display: block;
  width: 100vw;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .header_lead_text {
    width: 100%;
  }
}

.header_lead_text_child {
  display: inline;
}

.header-container {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .header {
    width: 430px;
  }
}

.header_logo_img {
  width: 140px;
  min-width: 140px;
}

.header_logo {
  text-align: left;
}

/* メインビジュアル */
.mainvisual {
  position: relative;
  margin-top: 84px;
  overflow: hidden;
}

/* ハンバーガーメニュー */

.header_sns_link_wrap {
  display: none;
}

.contact_btn {
  display: none;
}

/* お知らせ */
.section.news {
  padding-top: 40px;
}

.news-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
  gap: 10px;
}

.news-container+.flower_ico_img_wrap {
  text-align: right;
  margin-bottom: 0;
  margin-top: -45px;
}

.news-container .second_headline {
  padding-bottom: 0;
}

.news-container .second_headline_group {
  flex: 1;
}

.news_list {
  width: 100%;
  flex: 4;
}

.news_item {
  border-bottom: 2px dotted;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 0;
  font-size: clamp(1rem, 0.659rem + 1.71vw, 1.75rem);
}

.news_item_data {
  letter-spacing: 1px;
  line-height: 1.4;
  white-space: nowrap;
}

.news_item_desc {
  letter-spacing: .4px;
  line-height: 1.4;
}

.second_headline_news_img {
  width: clamp(7.5rem, 6.362rem + 5.69vw, 10rem);
}

/* テカレスとは */
.section.about {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

.about .second_headline_img {
  width: 80%;
}

.deco_bg_color {
  background: #fcecd5;
}

.deco_bg_color_before_img {
  vertical-align: bottom;
}

.section.about .deco_bg_color {
  padding-top: 30px;
  padding-bottom: 60px;
  background: url(../img/flower_ico04.webp) no-repeat left 14% top 14% / 5%, url(../img/flower_ico06.webp) no-repeat left 13% bottom 24% / 3%, #fcecd5;
}

.philosophy_words_img_wrap {
  text-align: center;
  margin-bottom: 24px;
}

.philosophy_words_img {
  width: 50%;
}

.about_title_ja {
  font-size: 22px;
  letter-spacing: .2px;
  text-align: center;
  margin-bottom: 20px;
}

.about_desc {
  text-align: center;
  line-height: 2;
  font-size: clamp(0.875rem, 0.733rem + 0.71vw, 1.188rem);
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.about_photo_img_wrap {
  margin-top: -110px;
  display: block;
}

/* テカレスの特徴 */
.section.feature {
  background: url(../img/flower_ico07.webp) no-repeat left 7% top 7% / 11%, url(../img/flower_ico08.webp) no-repeat right 8% top 9% / 11%;
  padding-bottom: 20px;
}

.feature_media {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.feature_media_text_wrap {
  flex: 1;
}

.feature_media_img_wrap {
  flex: 1;
}

.feature_media_text {
  font-size: clamp(0.938rem, 0.369rem + 2.84vw, 2.188rem);
  letter-spacing: .2px;
  line-height: 1.9;
}

.feature_deco_bg_color {
  background: #fcecd5;
  position: relative;
  z-index: -1;
  padding-bottom: 30px;
  padding-top: 40px;
}

.feature_deco_bg_color::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/bg_deco01_top.webp) no-repeat left top / 100%;
  position: absolute;
  top: calc(clamp(0.438rem, 0.039rem + 1.99vw, 1.313rem) * -1);
  left: 0;
  height: 82px;
}

.feature_deco_bg_color::after {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/bg_deco01_bottom.webp) no-repeat left bottom / 100%;
  position: absolute;
  bottom: calc(clamp(0.375rem, -0.052rem + 2.13vw, 1.313rem) * -1);
  left: 0;
  height: 82px;
}

.feature_card {
  padding: 20px;
  background: #e89896;
  border-radius: 14px;
  margin-top: 40px;
}

.feature_card_before_flower {
  display: block;
  text-align: right;
  margin-bottom: -90px;
  margin-top: 5px;
}

.feature_card_after_flower {
  display: none;
}

.feature_item {
  color: #fff;
  display: flex;
  line-height: 1.4;
  letter-spacing: .4px;
  margin-bottom: 24px;
  padding: 4px 0;
  flex-direction: column;
  align-items: flex-start;
}

.feature_item:last-child {
  margin-bottom: 0;
}

.feature_item_title {
  white-space: nowrap;
  padding-right: 20px;
  font-size: clamp(1.313rem, 0.857rem + 2.28vw, 2.313rem);
}

.feature_item_title::before {
  content: "■";
  display: inline-block;
  font-size: 10px;
  margin-right: 5px;
  vertical-align: middle;
}

.feature_item_desc {
  padding-top: 12px;
  border-top: 2px dotted #fff;
  margin-top: 10px;
  width: 100%;
  font-size: clamp(0.938rem, 0.454rem + 2.42vw, 2rem);
}

.feature_card_before_flower .flower_ico_img {
  width: clamp(5rem, 3.571rem + 7.14vw, 10rem);
}

@media screen and (min-width: 768px) {
  .feature_media_text {
    font-size: 18px;
  }

  .feature_item_title {
    font-size: 23px;
  }

  .feature_item_desc {
    font-size: 17px;
  }
}

/* テカレスの様子 */
.section.state {
  background: url(../img/flower_ico09.webp) no-repeat left 3% top 5% / 14%, url(../img/flower_ico10.webp) no-repeat right 8% top 11% / 12%;
  padding-top: 10px;
}

.common_lead_text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.7;
  font-size: clamp(0.813rem, 0.67rem + 0.71vw, 1.125rem);
}

.swiper-slide-figcaption {
  margin-top: 8px;
}

.swiper-slide-figcaption_text {
  text-align: center;
  line-height: 1.4;
  letter-spacing: .2px;
}

@media screen and (min-width: 768px) {
  .common_lead_text {
    font-size: 13px;
  }
}

/* 先生の紹介 */
.teachers_before_left_flower .flower_ico_img {
  width: clamp(4rem, 3rem + 5vw, 7.5rem);
}

.teachers_before_right_flower .flower_ico_img {
  width: clamp(4rem, 2.643rem + 6.79vw, 8.75rem);
}

.teachers_before_right_bottom_flower .flower_ico_img {
  width: clamp(2.813rem, 2.366rem + 2.23vw, 4.375rem);
}

.flower_ico_img_wrap.teachers_before_left_flower {
  top: -80px;
  position: absolute;
  z-index: 1;
  transform: rotate(17deg);
}

.flower_ico_img_wrap.teachers_before_right_flower {
  top: -80px;
  right: 8%;
  position: absolute;
  z-index: 1;
}

.flower_ico_img_wrap.teachers_before_right_bottom_flower {
  top: 100px;
  right: 6%;
  position: absolute;
  z-index: 1;
}

.flower_ico_img_wrap.teachers_after_left_flower {
  bottom: -115px;
  position: absolute;
  z-index: 1;
}

.flower_ico_img_wrap.teachers_after_left_flower .flower_ico_img {
  width: clamp(4.688rem, 3.17rem + 7.59vw, 10rem);
}

.flower_ico_img_wrap.teachers_after_right_flower {
  bottom: -100px;
  right: 8%;
  position: absolute;
  z-index: 1;
}

.teachers .second_headline_img {
  width: 49%;
}

.teachers_media-container {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.teachers_media_block {
  display: flex;
  gap: 20px;
  padding: 20px 0 10px;
  flex-direction: row;
}

.teachers_media_name_and_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: auto;
  flex: 2;
}

.teachers_media_img_wrap {
  flex: 1;
}

.teachers_media_name_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.teachers_media_job-title {
  line-height: 1.4;
  letter-spacing: .2px;
  margin-bottom: 5px;
  font-size: clamp(0.938rem, 0.653rem + 1.42vw, 1.563rem);
}

.teachers_media_name {
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: clamp(1.5rem, 0.021rem + 7.4vw, 4.75rem);
}

.teachers_media_textarea {
  display: none;
}

.teachers_media_text {
  font-size: clamp(0.875rem, 0.148rem + 1.14vw, 1rem);
  line-height: 1.7;
  letter-spacing: .2px;
  text-align: justify;
}

.teachers_media_text_only_sp {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .2px;
  text-align: justify;
}

.section.teachers {
  padding-bottom: 30px;
  padding-top: 0;
}

.section.teachers .deco_bg_color {
  padding-top: 30px;
  padding-bottom: 60px;
}

.teachers .inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .teachers_media_job-title {
    font-size: 16px;
  }

  .teachers_media_name {
    font-size: 32px;
  }

  .flower_ico_img_wrap.teachers_after_left_flower .flower_ico_img {
    width: 90px;
  }
}

/* 年間スケジュール */
.section.schedule {
  padding-bottom: 30px;
}

.schedule .second_headline_img {
  width: 61%;
}

.schedule_all-time {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.schedule_list_first-half {
  flex: 1;
  border-top: 2px solid #40220f;
  border-bottom: 1px solid #40220f;
  display: flex;
  flex-direction: column;
}

.schedule_list_second-half {
  flex: 1;
  border-top: 0;
  border-bottom: 2px solid #40220f;
  display: flex;
  flex-direction: column;
}

.schedule_item {
  display: flex;
  width: 100%;
  flex-grow: 1;
  border-bottom: 1px solid #40220f;
  line-height: 1.2;
}

.schedule_list_first-half .schedule_item:nth-child(odd) {
  background: #fdecd6;
  border-bottom: 1px solid #40220f;
}

.schedule_list_second-half .schedule_item:nth-child(even) {
  background: #fff;
}

.schedule_item .month {
  padding: 14px;
  width: 17%;
  text-align: center;
  border-right: 1px solid #40220f;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}

.schedule_item .schedule_item_title {
  padding: 14px;
  width: 83%;
}

.schedule_list_second-half .schedule_item:nth-child(odd) {
  background: #fdecd6;
}

.schedule_item:last-child {
  border-bottom: 0;
}

/* 参加者の声 */
.section.comments {
  padding-top: 30px;
  padding-bottom: 20px;
}

.comments .inner {
  position: relative;
  z-index: 0;
}

.flower_ico_img_wrap.comments_before_left_flower {
  left: 30px;
  top: 0;
  position: absolute;
  z-index: 1;
}

.flower_ico_img_wrap.comments_before_left_flower .flower_ico_img {
  width: clamp(2.875rem, 2.268rem + 3.04vw, 5rem);
}

.flower_ico_img_wrap.comments_before_center_flower {
  display: none;
}

.flower_ico_img_wrap.comments_before_right_flower {
  top: 0;
  right: 40px;
  position: absolute;
  z-index: 1;
  transform: rotate(82deg);
}

.comments_before_right_flower .flower_ico_img {
  width: clamp(2.813rem, 2.366rem + 2.23vw, 4.375rem);
}

.flower_ico_img_wrap.comments_after_right_bottom_flower {
  display: none;
}

.comments .second_headline_img {
  width: 46%;
}

.comments_speech-bubble_img_wrap {
  margin-top: -15%;
  display: block;
  position: relative;
  z-index: -1;
}

.comments_speech-bubble_img {
  width: 100%;
}

/* テカレスからのお願い */
.section.request {
  padding-top: 10px;
  padding-bottom: 20px;
}

.request .inner {
  position: relative;
  z-index: 1;
}

.request .second_headline_group {
  background: url(../img/tekaresu_boy_ico.webp) no-repeat left 10px center / 15%, url(../img/tekaresu_girl_ico.webp) no-repeat right 10px center / 15%;
}

.request_before_left_flower {
  display: none;
}

.request_before_right_flower {
  display: none;
}

.request .second_headline_img {
  width: 51%;
}

.request_ol_body {
  background: #c8c9c9;
  padding: 24px 44px;
  border-radius: 20px;
}

.request_ol_item {
  list-style: decimal;
  font-size: 15px;
  letter-spacing: .7px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #000;
}

.request .common_lead_text {
  margin-bottom: 10px;
}

/* 公式インスタグラム */
.section.instagram {
  padding-bottom: 100px;
}

.instagram .second_headline_group {
  background: url(../img/flower_ico04.webp) no-repeat left top / 19%, url(../img/flower_ico17.webp) no-repeat right 5% top 20% / 12%;
}

.instagram-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

.instagram_media_img_link {
  transition: all .4s;
}

.instagram_media_img_link:hover {
  opacity: .7;
}

/* アクセス */
.section.access {
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 20px;
}

.access .inner {
  position: relative;
  z-index: 1;
}

.access .second_headline_group {
  background: url(../img/flower_ico07.webp) no-repeat left top / 9%, url(../img/flower_ico08.webp) no-repeat left 10% top 32% / 12%, url(../img/flower_ico18.webp) no-repeat right 8% top 13% / 8%;
}

.access .second_headline_img {
  width: 36%;
}

.access_photo_img_wrap {
  width: 100%;
  margin-bottom: 30px;
}

.access_date {
  background: #fbe4e1;
  flex: 1;
  margin-left: calc(50% - 50vw);
  border: 30px solid #fbe4e1;
  border-left: 0;
  border-radius: 0 25px 25px 0;
  position: relative;
  z-index: 0;
  margin-right: -2%;
  padding: 0 0 24px;
}

.access .access_middle_right_flower {
  position: absolute;
  right: -40px;
  top: 100px;
}

.access_date_inner {
  max-width: 80%;
  margin-left: 0;
  width: 90%;
  padding: 0 0 0 24px;
}

.access_before_left_flower {
  display: none;
}

.gmap-container {
  margin: 0 auto;
  clip-path: inset(0 round 25px);
  width: 100%;
  margin-top: -30px;
}

#gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

#gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access_date_title {
  font-size: clamp(1.438rem, 0.271rem + 5.83vw, 4rem);
  letter-spacing: 1px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.access_date_address {
  font-size: clamp(0.938rem, 0.255rem + 3.41vw, 2.438rem);
  line-height: 1.5;
  letter-spacing: .4px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #000;
}

.access_date_tel-and-fax {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: clamp(1rem, 0.716rem + 1.42vw, 1.625rem);
  line-height: 1.4;
}

.access-link-btn-list {
  margin-top: 20px;
}

.access-link-btn-item {
  margin-bottom: 12px;
}

.access-link-btn {
  display: flex;
  align-items: center;
  background-color: #ea6e00;
  font-size: clamp(1rem, 0.375rem + 3.13vw, 1.875rem);
  padding: 16px 50px;
  color: #fff;
  white-space: nowrap;
  transition: all .2s;
  justify-content: center;
  border-radius: 42px;
  position: relative;
}

.access-link-btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .access_date {
    margin-left: -24px;
  }

  .access_date_title {
    font-size: 29px;
  }

  .access_date_address {
    font-size: 18px;
  }

  .access_date_tel-and-fax {
    font-size: 17px;
  }

  .access-link-btn {
    font-size: 19px;
  }

  .intro-desc {
    font-size: 18px;
  }
}

/* ===========================================
 * グローバルメニュー　モバイル
 * ======================================== */
.gnav_menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transform: translateX(100%);
  transition: all 0.3s;
}

.gnav_menu-container {
  display: flex;
  align-items: center;
  margin-right: 82px;
  justify-content: space-between;
}

.gnav_menu_sns_link_wrap {
  margin-right: 69px;
}

.humNavMenuIsOpen {
  transform: translateX(0);
}

@media screen and (min-width: 768px) {
  .gnav_menu {
    max-width: 430px;
  }

  .gnav_menu_sns_link_wrap {
    margin-right: 0;
  }

  .humNavMenuIsOpen {
    transform: translateX(calc(-50vw + 215px));
  }
}

.gnav_menu_title {
  display: block;
  width: fit-content;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #22b04c;
  font-weight: bold;
  font-size: 32px;
  padding: 25px 20px 0px;
}

.gnav_menu_logo_group {
  width: 134px;
}

.gnav_menu_logo_subhead {
  font-size: 10px;
  line-height: 1.4;
}

.attend-an-event_contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 5px;
}

.gnav_menu_list {
  width: 100%;
  padding: 0 30px 230px;
  overflow-y: auto;
  height: 100vh;
  margin-bottom: 30px;
}

.gnav_menu_item {
  border-bottom: 2px dashed #22b04c;
}

.gnav_menu_item:last-child {
  border: 0;
  padding-bottom: 40px;
}

.gnav_menu_item_link {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  padding: 20px 28px;
  position: relative;
  color: #22b04c;
}

.gnav_menu_item_link::before {
  content: '';
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #22b04c;
  border-right: 0;
  margin: 0 auto;
  left: 8px;
}

.gnav_menu_item_link:hover {
  opacity: .6;
}

/* ハンバーガーメニューボタンパーツ */
.hum_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  height: 86px;
  padding: 0 12px;
  display: block;
  background: #22b04c;
}

@media screen and (min-width: 768px) {
  .hum_btn {
    position: static;
  }
}

.hum_btn_line {
  width: 38px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s;
}

.hum_btn.buttonIsOpen {
  background: #22b04c;
}

.hum_btn_line.top {
  position: absolute;
  top: 29px;
}

.buttonIsOpen .hum_btn_line.top {
  transform: translateY(13px) rotate(45deg);
}

.buttonIsOpen .hum_btn_line.medium {
  opacity: 0;
}

.hum_btn_line.bottom {
  position: absolute;
  bottom: 29px;
}

.buttonIsOpen .hum_btn_line.bottom {
  transform: translateY(-13px) rotate(-45deg);
}

/* メニュー展開時、背景オーバーレイ */
.hum_overlay_component {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.3s;
}

.overlayIsOpen {
  visibility: visible;
  opacity: 1;
}

/* メニュー展開時、背景固定 */
.isScrollAllowed {
  overflow: hidden
}

.contact_btn.contact_btn_header {
  display: none;
}

/* メインコンテンツ */
.contact_btn_wrap {
  border-bottom: 0;
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.contact_btn_link {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #ea6e00;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 18px;
  color: #fff;
  white-space: nowrap;
  outline: 1px solid #fff;
  outline-offset: -8px;
  transition: all .2s;
  width: 100%;
  margin-left: 0;
  min-width: 180px;
  max-width: 220px;
}

.contact_btn_link:hover {
  filter: brightness(1.3);
}

.gnav_menu_item_link.contact_btn:hover {
  opacity: .7;
}

.header_sns_link {
  transition: opacity .2s;
}

.header_sns_link:hover {
  filter: brightness(1.2);
}

/* コンバージョン */
.cv_point_attend-an-event_contact_btn {
  display: none;
}

.attend-an-event_contact_btn_link {
  display: flex;
  align-items: center;
  background-color: #ea6e00;
  font-size: 22px;
  font-weight: bold;
  padding: 24px 50px;
  color: #fff;
  white-space: nowrap;
  transition: all .2s;
  justify-content: center;
  border-radius: 36px;
}

/* 見出し */
.second_headline {
  padding-bottom: 10px;
  text-align: center;
}

.second_headline_img {
  width: 60%;
}

/* 画像 */
.w_100_img {
  width: 100%;
}

/* footer */
.footer {
  background: #22b04c;
  position: relative;
}

.footer::before {
  content: "";
  background: url(../img/bg_deco03_top.webp) no-repeat center center / cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 98px;
  z-index: 0;
  top: -82px;
}

.footer-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 24px 64px;
  width: 100%;
  position: relative;
  z-index: 0;
}

.footer-inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  background: url(../img/footer_left_deco.webp) no-repeat left 4px top 26px / 28%, url(../img/footer_center_deco.webp) no-repeat left 58% top 35px / 40%, url(../img/footer_right_deco.webp) no-repeat right 2% top 19px / 31%;
  height: clamp(4.875rem, 2.343rem + 12.66vw, 10.438rem);
  top: calc(clamp(6.125rem, 4.077rem + 10.24vw, 10.625rem) * -1);
}

.footer-container {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.footer_logo_img {
  width: 64%;
}

.footer_box.first {
  flex: 1;
}

.footer_box.second {
  flex: 2;
  border-top: 2px dotted #fff;
  margin-top: 20px;
  padding-top: 20px;
}

.footer_gnav_item::before {
  content: "■";
  display: inline-block;
  color: #fff;
  vertical-align: text-top;
}

.footer_gnav_list {
  display: flex;
  flex-wrap: wrap;
}

.footer_gnav_item {
  margin-right: 16px;
  margin-bottom: 16px;
}

.footer_logo_link {
  transition: opacity .4s;
  display: inline-block;
  margin-bottom: 10px;
}

.footer_logo_link:hover {
  opacity: .7;
}

.footer_lead_text {
  color: #fff;
  line-height: 1.7;
  letter-spacing: .4px;
  margin-bottom: 30px;
  font-size: clamp(0.938rem, 0.771rem + 0.26vw, 1.188rem);
}

.footer_instagram_btn_img {
  transition: all .4s;
}

.footer_instagram_btn_img:hover {
  filter: brightness(1.4);
  opacity: .7;
}

.footer_gnav_item_link {
  color: #fff;
  font-size: 15px;
}

.footer_gnav_item_link:hover {
  text-decoration: underline;
}

.address_info {
  margin-top: 40px;
  color: #fff;
}

.address_name {
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: .2px;
}

.address_body .address_text {
  font-size: 15px;
  display: block;
  letter-spacing: .4px;
  margin-bottom: 8px;
}

.address_body .address_tel-and-fax {
  font-size: 15px;
  display: block;
  letter-spacing: .4px;
}

.copyright {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .footer-inner::before {
    top: -109px;
  }
}

/* 予約受付 */
.section.contact {
  background: #e1d6ac;
  position: relative;
  padding-bottom: 100px;
}

.section.contact::before {
  content: "";
  background: url(../img/bg_deco02_top.webp) no-repeat left top / 100%;
  position: absolute;
  top: calc(clamp(0.438rem, -0.075rem + 2.56vw, 1.563rem) * -1);
  left: 0;
  width: 100%;
  height: 98px;
  z-index: 0;
}

.flower_ico_img_wrap.contact_top_right_flower {
  display: block;
  margin-top: -109px;
  position: relative;
  z-index: 2;
  margin-left: 20px;
}

.section.contact::after {
  content: "";
  background: url(../img/bg_deco02-1_bottom.webp) no-repeat left bottom / 100%;
  position: absolute;
  bottom: calc(clamp(1.5rem, -0.065rem + 7.82vw, 4.938rem) * -1);
  left: 0;
  width: 100%;
  height: 98px;
  z-index: 0;
}

.section.contact .second_headline {
  font-size: clamp(1.25rem, 0.975rem + 1.38vw, 2.625rem);
  line-height: 1.4;
  letter-spacing: .4px;
  border-bottom: 2px solid #40220f;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .section.contact::before {
    top: -10px;
  }

  .section.contact .second_headline {
    font-size: 21px;
  }
}

/* ラジオボタン */
.radio_component input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 3px 0px 15px;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all .15s linear;
  position: relative;
  top: 0;
  left: 0;
  display: inline-flex;
  border-radius: 50%;
  background: rgba(0, 0, 0, .15);
  transition: all .15s linear;
  vertical-align: top;
  cursor: pointer;
}

.radio_component input[type="radio"]:hover {
  transform: scale(1.2);
}

.radio_component .wpcf7-list-item {
  display: inline-block;
  margin-bottom: 15px;
}

.wpcf7-list-item-label:hover {
  cursor: pointer;
}

.radio_component input[type="radio"]:checked {
  background: #3498db;
}

.radio_component input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  content: '';
}

/* セレクトボックス */
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  color: #828c9a;
  width: 100%;
  border-radius: 3px;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.selectbox_component .wpcf7-form-control-wrap:before {
  color: #fff;
}

.selectbox_component .wpcf7-form-control-wrap>select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.selectbox_component .wpcf7-form-control-wrap {
  position: relative;
}

.selectbox_component .wpcf7-form-control-wrap::before {
  z-index: 1;
  position: absolute;
  right: 18px;
  top: 4px;
  content: "";
  width: 3px;
  height: 12px;
  pointer-events: none;
  background-color: #81878b;
  transform: rotate(45deg);
}

.selectbox_component .wpcf7-form-control-wrap::after {
  z-index: 1;
  position: absolute;
  right: 25px;
  top: 4px;
  content: "";
  width: 3px;
  height: 12px;
  pointer-events: none;
  background-color: #81878b;
  transform: rotate(-225deg);
}

/* 複数選択チェックボックス */

.checkbox_multiple_component .wpcf7-list-item {
  margin: 0 10px 0 0;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.checkbox_multiple_component_list .wpcf7-list-item-label {
  cursor: pointer;
  font-size: 16px;
  position: relative;
  margin-right: 10px;
}

.checkbox_multiple_component_list input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.checkbox_multiple_component_list .wpcf7-list-item-label::before {
  border: 1px solid #333;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 18px;
}

.checkbox_multiple_component_list input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
  background: url(../img/check_mark_ico.webp) no-repeat left center / 12px;
  background-size: contain;
  content: "";
  height: 15px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 16px;
}

.checkbox_multiple_component_list input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
  background-color: #DDDDDD;
}

/* 承諾チェックボックス */
.checkbox_consensus_component label {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: fit-content;
}

.checkbox_input_input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.checkbox_consensus_component label:hover+.wpcf7-list-item-label>.checkbox_input_dummy_input {
  background: #DDDDDD !important;
  border: solid 2px #333333;
}

.checkbox_input_input:focus+.wpcf7-list-item-label>.checkbox_input_dummy_input {
  background: #DDDDDD !important;
  border: solid 2px #333333;
}

.checkbox_input_input:checked+.wpcf7-list-item-label>.checkbox_input_dummy_input {
  border: solid 2px #333333;
  background: #FFFFFF;
}

.checkbox_input_input:checked+.wpcf7-list-item-label>.checkbox_input_dummy_input::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/check_mark_ico.webp) no-repeat left center / 12px;
  background-size: contain;
}

.checkbox_input_dummy_input {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: solid 2px #888888;
  background: #FFFFFF;
  border-radius: 4px;
}

.checkbox_input_label_text {
  margin-left: 10px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.checkbox_consensus_component .wpcf7-list-item-label {
  display: flex;
  align-items: center;
}

/* 送信ボタン */
.send_btn_component .wpcf7-submit {
  width: 100%;
  height: 80px;
  background: #2e3c6e;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto;
  text-align: center;
  display: block;
  max-width: 600px;
  border-radius: 12px;
}

.send_btn {
  transition: all .2s;
}

.send_btn:hover {
  opacity: .7;
}

/* テキスト */
input[type=text], input[type=date], textarea, input[type="email"], input[type="tel"], input[type="number"] {
  background: #FFFFFF;
  padding: 12px;
  margin: 0;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.4;
  resize: vertical;
}

/* サンクスページ */
.header.lower-layer {
  position: static;
  width: 100%;
}

.header.lower-layer .inner {
  background: #22b04c;
}

.header.lower-layer .header-container {
  background: #22b04c;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.thanks_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
}

.thanks_comment_img {
  width: 80%;
}

.thanks_comment_img_wrap {
  text-align: center;
}

.thanks_comment_text {
  text-align: center;
  font-size: clamp(0.875rem, 0.761rem + 0.57vw, 1.188rem);
  line-height: 1.9;
  margin-top: 30px;
}

.cloud_ico_img {
  width: 100%;
}

.swiper-button-disabled {
  opacity: 0;
}

/* フローティングバナー */
.floating_menu {
  width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.floating_menu.slidein {
  transform: translateY(0);
}

/* 3月4月、園児募集期間LP、追加ぶん */
.intro .second_headline {
  margin-bottom: 20px;
  font-size: clamp(1.063rem, -0.321rem + 6.92vw, 3rem);
  line-height: 1.4;
  letter-spacing: 2px;
}

.intro-desc {
  margin-top: 20px;
  font-size: clamp(1rem, 0.598rem + 2.01vw, 1.563rem);
  line-height: 1.6;
  text-align: justify;
}

.intro-be-still-accepting-card {
  background: #fff2c9;
  padding: 20px;
  border-radius: 25px;
  margin-top: 25px;
}

.intro-be-still-accepting-card-title {
  font-size: clamp(1.125rem, 0.054rem + 5.36vw, 2.625rem);
  margin-bottom: 15px;
  color: #ee6f01;
  letter-spacing: 1px;
}

.intro-be-still-accepting-card-desc {
  font-size: clamp(0.938rem, 0.67rem + 1.34vw, 1.313rem);
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .intro .second_headline {
    font-size: 24px;
  }

  .intro-desc {
    font-size: 18px;
  }

  .intro-be-still-accepting-card-title {
    font-size: 23px;
  }

  .intro-be-still-accepting-card-desc {
    font-size: 16px;
  }
}