@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
/* =====================================
=================追加分================ */
body {
  font-family: -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

#content {
  overflow: hidden;
}

.t01_wrap tbody th {
  background: rgba(118, 184, 2, 0.1);
}

.fs10 {
  font-size: 10px;
  padding: 10%;
}
.fs11 {
  font-size: 11px;
  padding: 11%;
}

.fs12 {
  font-size: 12px;
  padding: 12%;
}

.fs13 {
  font-size: 13px;
  padding: 13%;
}

.fs14 {
  font-size: 14px;
  padding: 14%;
}

.fs15 {
  font-size: 15px;
  padding: 15%;
}

.fs16 {
  font-size: 16px;
  padding: 16%;
}

.fs17 {
  font-size: 17px;
  padding: 17%;
}

.fs18 {
  font-size: 18px;
  padding: 18%;
}

.fs19 {
  font-size: 19px;
  padding: 19%;
}

.fs20 {
  font-size: 20px;
  padding: 20%;
}

.fs21 {
  font-size: 21px;
  padding: 21%;
}

.fs22 {
  font-size: 22px;
  padding: 22%;
}

.fs23 {
  font-size: 23px;
  padding: 23%;
}

.fs24 {
  font-size: 24px;
  padding: 24%;
}

.fs25 {
  font-size: 25px;
  padding: 25%;
}

.fs26 {
  font-size: 26px;
  padding: 26%;
}

.fs27 {
  font-size: 27px;
  padding: 27%;
}

.fs28 {
  font-size: 28px;
  padding: 28%;
}

.fs29 {
  font-size: 29px;
  padding: 29%;
}

.fs30 {
  font-size: 30px;
  padding: 30%;
}

.fs31 {
  font-size: 31px;
  padding: 31%;
}

.fs32 {
  font-size: 32px;
  padding: 32%;
}

.fs33 {
  font-size: 33px;
  padding: 33%;
}

.fs34 {
  font-size: 34px;
  padding: 34%;
}

.fs35 {
  font-size: 35px;
  padding: 35%;
}

.fs36 {
  font-size: 36px;
  padding: 36%;
}

.fs37 {
  font-size: 37px;
  padding: 37%;
}

.fs38 {
  font-size: 38px;
  padding: 38%;
}

.fs39 {
  font-size: 39px;
  padding: 39%;
}

.fs40 {
  font-size: 40px;
  padding: 40%;
}

.mt1 {
  margin-top: 10px !important;
}

.mb1 {
  margin-bottom: 10px !important;
}

.sp_mt1 {
  margin-top: 0;
}

.sp_mb1 {
  margin-bottom: 0;
}

.mt2 {
  margin-top: 20px !important;
}

.mb2 {
  margin-bottom: 20px !important;
}

.sp_mt2 {
  margin-top: 0;
}

.sp_mb2 {
  margin-bottom: 0;
}

.mt3 {
  margin-top: 30px !important;
}

.mb3 {
  margin-bottom: 30px !important;
}

.sp_mt3 {
  margin-top: 0;
}

.sp_mb3 {
  margin-bottom: 0;
}

.mt4 {
  margin-top: 40px !important;
}

.mb4 {
  margin-bottom: 40px !important;
}

.sp_mt4 {
  margin-top: 0;
}

.sp_mb4 {
  margin-bottom: 0;
}

.mt5 {
  margin-top: 50px !important;
}

.mb5 {
  margin-bottom: 50px !important;
}

.sp_mt5 {
  margin-top: 0;
}

.sp_mb5 {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .sp_mt1 {
    margin-top: 10px !important;
  }
  .sp_mb1 {
    margin-bottom: 10px !important;
  }
  .sp_mt2 {
    margin-top: 20px !important;
  }
  .sp_mb2 {
    margin-bottom: 20px !important;
  }
  .sp_mt3 {
    margin-top: 30px !important;
  }
  .sp_mb3 {
    margin-bottom: 30px !important;
  }
  .sp_mt4 {
    margin-top: 40px !important;
  }
  .sp_mb4 {
    margin-bottom: 40px !important;
  }
  .sp_mt5 {
    margin-top: 50px !important;
  }
  .sp_mb5 {
    margin-bottom: 50px !important;
  }
}
.d-flex {
  display: flex;
}

.reverse {
  flex-direction: row-reverse;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

/*トップと下層で表示を変更*/
.top .top_only {
  display: block !important;
}
.top .under_only {
  display: none !important;
}

.under .top_only {
  display: none !important;
}
.under .under_only {
  display: block !important;
}

/*テーブルの各要素幅をautoに設定（tbodyの上の階層に.autowidを追記）*/
.autowid tbody th {
  width: auto !important;
}

/*テーブルが800px以下の時にスクロールバーを表示（画面外にはみ出そうなtableの上の階層に.autoscrollを追記）*/
.responsive-scroll {
  overflow: auto;
}
.responsive-scroll table {
  min-width: 680px;
}

/*.justsizeimgのクラスを付けたコードの下にある写真を、実際の画像サイズで表示、中央に寄せる*/
.justsizeimg img {
  width: auto !important;
  display: block;
  margin: auto;
}

/*スマホ表示時のみ電話番号リンクをアクティブ*/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #76b802 !important;
  background-color: #76b802 !important;
}

/*ヘッダー固定時のアンカーリンク調整*/
@media (max-width: 768px) {
  .under #a02,
  .under #a03,
  .under #a04,
  .under #a05,
  .under #a06,
  .under #a07,
  .under #a08,
  .under #a09,
  .under #a10,
  .under #a11,
  .under #a12,
  .under #a13,
  .under #a14,
  .under #a15,
  .under #a16,
  .under #a17,
  .under #a18,
  .under #a19,
  .under #a20,
  .under #a21,
  .under #a22,
  .under #a23,
  .under #a24,
  .under #a25 {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.text-center {
  text-align: center;
}

.pc-text-center {
  text-align: center;
}
@media (max-width: 768px) {
  .pc-text-center {
    text-align: left;
  }
}

.color_pri {
  color: #76b802;
}

/*slide幅*/
.carousel > div {
  max-width: 100%;
}

/*ボタンデザイン*/
.btn_wrap .wf_btn_part a {
  background: #faed6f;
  color: #2c2c2c;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0px;
  border: 1px solid #faed6f;
  max-width: 225px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  transition: 0.2s;
}
.btn_wrap .wf_btn_part a:before {
  display: none;
}
.btn_wrap .wf_btn_part a:after {
  width: 13px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 5%;
  margin: auto;
  background: url(/images/arrow1.png) no-repeat center center/cover;
  transform: rotate(0deg);
  border: none;
  transition: 0.2s;
}
.btn_wrap .wf_btn_part a:hover {
  background: #fffbd6;
  transition: 0.2s;
}
.btn_wrap .wf_btn_part a:hover:after {
  right: 3%;
  transition: 0.2s;
}

/*pagetopボタン*/
.pagetop {
  background: url(/images/pagetop.png);
  background-size: cover;
  width: 94px;
  height: 94px;
  z-index: 10;
  position: fixed;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pagetop {
    width: 60px;
    height: 60px;
  }
}
.pagetop:before {
  display: none;
}
.pagetop:hover {
  text-decoration: none;
}

/*submenuが枠外に出てしまう場合（枠外に出るメニューのIDを更新）*/
.nav05 .submenu_ul {
  right: 0%;
  left: auto;
}

/*リストのドットの背景色*/
.list_dot li:before {
  background: #76b802;
}

/*ブログ一覧のカテゴリ表示*/
.wf_lic_ブログ .wf_blog_li_date:before {
  content: "ブログ";
  background: #76b802;
  color: white !important;
}

.wf_lic_未就園児教室 .wf_blog_li_date:before {
  content: "未就園児教室";
  background: #cacbc9;
  color: white !important;
}

/*各タイトルパーツ調整*/
/*タイトルパーツデザイン*/
.h2_title_wrap, .blog_body .h3_title_wrap {
  background: #76b802;
  padding: 50px 0;
}

.originh1, .blog_body .h3_title_wrap h3, .under h2 {
  font-size: 34px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  color: white;
}
@media (max-width: 768px) {
  .originh1, .blog_body .h3_title_wrap h3, .under h2 {
    font-size: 28px;
    padding: 30px 0;
  }
}

.originh2, .under h3, .top h2 {
  font-size: 32px;
  letter-spacing: 0.12em;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin: 5px 0;
  padding-top: 45px;
line-height: 1.5;
}
.originh2:before, .under h3:before, .top h2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 47px;
  height: 36px;
  background: url(/images/h2_before2.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .originh2, .under h3, .top h2 {
    font-size: 24px;
  }
}

.originh3, .under h4, .top h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding-bottom: 10px;
  border-bottom: 3px dotted #eed33d;
line-height: 1.3;
}
@media (max-width: 768px) {
  .originh3, .under h4, .top h3 {
    font-size: 20px;
  }
}

.originh4, .under h5, .top h4 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.originh4:before, .under h5:before, .top h4:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: #76b802;
}
@media (max-width: 768px) {
  .originh4, .under h5, .top h4 {
    font-size: 18px;
  }
}

.originh5, .top h5 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .originh5, .top h5 {
    font-size: 18px;
  }
}

/*topのタイトルパーツに継承*/
/*下層ページのタイトルパーツに継承*/
/*ブログ一覧ページタイトルパーツにも継承*/
/*ブログのタイトルも下層ページと同じデザインに変更*/
body {
  background: #fff;
  color: #4b4841;
  line-height: 1.7;
}

a.side_contact {
  color: #fff !important;
  position: fixed;
  top: 200px;
  right: 0px;
  display: block;
  border-radius: 10px 0px 0px 10px;
  width: 1em;
  height: auto;
  font-size: 20px;
  padding: 40px 20px 10px 20px;
  background: #f3981c url(/images/side_mail.png) no-repeat top 10px center;
  background-size: 30px;
  font-weight: bold;
  line-height: 1em;
}

a.side_contact:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.under .wf_img_cont img {
  display: block;
}

.flow_line .columns .columns .column:nth-child(1) .part {
  z-index: 2;
  display: block;
  line-height: 80px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #f3981c;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial;
  text-align: center;
}

.flow_line .columns .columns .column:nth-child(1) {
  z-index: 2;
}

.flow_line .columns .columns .column:nth-child(2) {
  background: url(/images/flow_bg.jpg) no-repeat center;
  background-size: contain;
  padding: 0px 10px 0px 35px;
}

.flow_line .columns .columns .column:nth-child(2) .title {
  background: none;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 10px;
  margin: 0px;
}

.flow_line img {
  border-radius: 10px;
  display: block;
}

.pt00 {
  padding-top: 0px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.hidden {
  display: none;
}

.top .sec01 h4.title {
  font-weight: bold;
  background: none;
  text-align: center;
  font-size: 20px;
}

.top .sec02 h4.title,
.top .sec03 h4.title,
.top .sec035 h4.title,
.top .sec04 h4.title {
  font-weight: bold;
  background: none;
  text-align: left;
  font-size: 20px;
}

.top .onebox img {
  border-radius: 0 !important;
}

.wf_lic_information {
  border-bottom: 1px dotted #8c7263;
}

.wf_lic_information .wf_blog_li_thumb {
  display: none !important;
}

.wf_lic_先輩の声 .wf_blog_li_date {
  display: none !important;
}

.wf_lic_先輩の声 {
  text-align: center;
  font-weight: bold;
}

.wf_lic_先輩の声 .wf_blog_li_thumb img,
.wf_lic_先輩の声 .wf_blog_li_a {
  display: block;
  margin: auto;
}

.sec035 .wf_lic_先輩の声 {
  margin-bottom: 20px;
}

.blog_body .wf_blog_ul li {
  padding: 5px;
  border-bottom: 1px #ccc dotted;
}

.wf_lic .wf_blog_li_date:before {
  text-align: center;
  min-width: 6em;
  display: inline-block;
  padding: 5px 15px;
  font-size: 8px;
  color: #3f3636;
  border-radius: 5px;
  margin-right: 15px;
}

/*.wf_lic_先輩の声 .wf_blog_li_date:before {content: "先輩の声";background: #fde267;}*/
.link_btn a {
  margin: auto;
}

.sec01 {
  background: url(/images/sec_01.png) repeat top center;
  background-size: cover;
  margin: 0 auto;
  padding: 12em 0;
}

.sec01 .p01 {
  padding: 0px 40px;
}

.sec02 {
  margin: 0 auto;
  padding: 0 0 5em 0;
}

.sec03 {
  background: url(/images/bg.png) no-repeat top center;
  background-size: 100% 100%;
}

.top .sec035 .column img {
  border-radius: 50%;
}

.top .sec035 .columns .columns {
  margin-bottom: 30px;
}

.sec05 {
  background: url(/images/bg.png) repeat top center;
  background-size: 100% 100%;
}

.sec07 {
  background: url(/images/ftr_bg.png) no-repeat top center;
  background-size: cover;
  margin: 0 auto;
  padding: 7em 0;
  margin-bottom: 0 !important;
}

.sec07 .p01 {
  padding: 20px 40px;
}

.sec03,
.sec04,
.sec05,
.sec06,
.sec_contact {
  margin: 0 auto;
  padding: 5em 0;
}

.sec04 .onebox .columns,
.sec04 .onebox .column {
  margin: 0;
  padding: 0;
  z-index: 10;
}

.sec01 h3 span,
.sec02 h3 span,
.sec03 h3 span,
.sec04 h3 span,
.sec05 h3 span,
.sec06 h3 span,
.sec_contact h3 span {
  color: #1f92e2;
  display: block;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 14px;
}

.sec02 .column,
.sec03 .column {
  padding: 20px;
  text-align: left;
}

.sec02 .column img {
  margin-bottom: 5px;
}

.sec04 {
  background: url(/images/bg.png) no-repeat center;
  background-size: cover;
  padding: 100px 0 50px 0;
  text-align: center;
  position: relative;
}

.carousel .slick-arrow {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 10vw;
  height: 10vw;
  max-width: 118px;
  max-height: 108px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}

.carousel .slick-arrow.slick-prev {
  background: url(/images/arrow_prev.png) no-repeat top center/contain;
  left: -40px;
  display: none !important;
}

.carousel .slick-arrow.slick-next {
  background: url(/images/arrow_next.png) no-repeat top center/contain;
  right: -40px;
  display: none !important;
}

.column .part img,
.column.part img {
  width: 100%;
}

.cont.onebox.columns {
  margin: 0;
  padding: 0;
}

.sec04 .part.left {
  font-size: 18px;
}

.sec02 h4 {
  color: #4b4841;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding: 0 0 10px;
  line-height: 1.3;
  text-align: center;
  word-break: break-all;
  margin: 0 auto 0;
  display: inline-block;
}

.sec02 h4::before {
  content: "";
  position: absolute;
  background: url(/images/btn_catch2.png) no-repeat;
  width: 17px;
  height: 17px;
  top: 8px;
  right: -30px;
}

.sec04 {
  background: url(/images/bg05.jpg) no-repeat center/cover;
  padding: 5em 0;
}

.sec04 .wf_blog_ul {
  padding: 1em 1em 1em;
}

.sec04 .wf_blog_ul li {
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
  padding: 7px;
}

.sec04 .column {
  background: url(/images/news_bg.png) no-repeat center top/100%;
  padding: 5em 3em 10em;
  box-sizing: border-box;
  margin: 0 1%;
}

.sec04 h4 {
  color: #4b4841;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding: 0 0 10px;
  line-height: 1.3;
  text-align: center;
  word-break: break-all;
  margin: 0 auto 0.5em;
  background: url(/images/ttl05.png) no-repeat center bottom;
}

.sec04 .title {
  margin-bottom: 0em;
}

.sec_contact .tel {
  font-size: 24px;
  margin: 0em auto 1em;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.sec_contact .link_btn a {
  max-width: 300px;
}

#header p.hd_tel:before {
  content: url(/images/pc_tel.png);
  display: inline-block;
  margin-right: 10px;
}

#header p.hd_tel {
  font-size: 20px;
}

.under .slick-slide img {
  display: block;
  margin: 0 auto;
}

.carousel > div,
.carousel .slick-slide img {
  width: 100%;
}

.carousel .slick-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% + 3px);
  background: url(/images/main_cover.png) no-repeat;
  background-size: 100% 100%;
}

.wrap iframe {
  display: block;
}

.t04_wrap table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.t04_wrap table th {
  background: #e9f5c4;
}

.t04_wrap table th,
.t04_wrap table td {
  width: 25%;
  border: 1px solid #ccc;
  padding: 8px;
}

.line_center {
  text-align: center;
}

.t01_wrap thead th {
  background: #eef6e7;
  color: #fff;
}

#upper_footer h3.title {
  background: url(/images/ttl06.png) no-repeat left center;
  padding: 0 0 0 40px;
  text-align: left;
  margin: 0 0 15px 0;
}

#upper_footer p {
  margin: 10px;
}

#upper_footer .ftn {
  border-radius: 10px;
  display: block;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#upper_footer .footer_btn01 {
  padding: 10px 20px 16px 60px;
  background: url(/images/top_img09.png) no-repeat left 20px center, #fff;
  line-height: 26px;
  font-size: 33px;
  text-decoration: none;
  font-family: "Noto Sans TC", sans-serif;
  margin: 10px;
}

#upper_footer .footer_btn01:first-line {
  font-size: 10px;
}

#upper_footer .footer_btn02 {
  padding: 10px 20px 10px 60px;
  background: url(/images/top_img10.png) no-repeat left 20px center, url(/images/btn_catch2.png) no-repeat right 20px center, #fff;
  line-height: 26px;
  font-size: 20px;
  text-decoration: none;
  margin: 10px 10px 0px 10px;
}

#upper_footer .footer_btn03 {
  padding: 10px 20px 10px 60px;
  background: url(/images/top_img11.png) no-repeat left 20px center, url(/images/btn_catch2.png) no-repeat right 20px center, #fff;
  line-height: 26px;
  font-size: 16px;
  text-decoration: none;
  margin: 10px;
}

#upper_footer .footer_btn04 {
  padding: 10px 20px 10px 60px;
  background: url(/images/footer_catch04.png) no-repeat left 20px center, url(/images/btn_catch2.png) no-repeat right 20px center, #fff;
  line-height: 26px;
  font-size: 16px;
  text-decoration: none;
  margin: 10px;
}

#upper_footer .columns .columns {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:visited,
a:hover {
  color: #4b4841;
}

/**/
#header .inner,
#content .inner,
#footer .inner,
.totop .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  box-sizing: border-box;
}

form .wrap > .inner {
  border: none;
}

.youtube_btn .img_anchor::after {
  top: -40px !important;
}

.pagetop a {
  position: fixed;
  bottom: 2%;
  right: 1%;
  background: #eef6e7;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.pagetop a::before {
  content: "";
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.youtube_btn .img_anchor::before {
  display: none !important;
}

a {
  transition: 200ms;
}

a:hover,
a:hover img {
  opacity: 0.8;
}

/* header */
#header > .inner {
  padding: 10px 0;
}

#header h1 {
  width: 37%;
  margin-top: 1.6em;
  max-width: 300px;
  /*    position: absolute;
    left: 0;
    right: 0;
    margin: auto;*/
  float: left;
}

#header h1 img {
  width: 100%;
  max-width: 300px;
}

#header .info {
  float: right;
  text-align: right;
  margin-top: 0em;
}

.header_tel a.mail img {
  width: 37%;
  max-width: 170px;
}

.header_tel img.tel {
  width: 55%;
  max-width: 271px;
}

/* nav */
#nav {
  width: calc(100% - 300px);
  float: right;
  padding: 10px 0 0px;
}

.flex_menu {
  display: flex;
  justify-content: flex-end;
}

#nav #menu {
  margin: 0 auto;
}

#nav .inner {
  max-width: 1000px;
  width: 100% !important;
}

#nav #menu > li {
  /*  float: left;*/
  list-style: none;
  width: calc(14.2% - 6px);
  box-sizing: border-box;
  position: relative;
  padding: 3px;
  border-right: 1px dashed #ccc;
}

#nav #menu > li:last-child {
  border-right: 0 !important;
}

#nav #menu > li.nav04,
#nav #menu > li.nav05,
#nav #menu > li.nav06 {
  /*  float:right;*/
}

#nav #menu > li img {
  max-height: 45px;
}

#nav li > a,
#nav li > span {
  color: #4b4841;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}

#nav li a span {
  font-size: 14px;
  color: #4b4841;
  display: block;
}

#nav li a:hover {
  color: #1f92e2;
}

.submenu_ul {
  position: absolute;
  z-index: 1;
  left: 0%;
  width: 200px;
}

.submenu_ul > li {
  list-style: none;
  width: 230px;
  font-size: 13px;
  box-sizing: border-box;
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
}

.submenu_ul > li a {
  padding: 10px 20px;
  box-sizing: border-box;
  color: #2c2c2c !important;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  background: #eef6e7;
}

.submenu_ul > li a:hover {
  color: #76b802 !important;
  opacity: 1 !important;
}

/* content */
#content {
  margin-bottom: 0px;
  min-height: 500px;
}

.top #content {
  margin-bottom: 0;
}

#content .wrap p {
  margin-bottom: 1.2em;
}

th p,
td p {
  margin-bottom: 0 !important;
}

.wrap .inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* main */
.carousel {
  width: 100%;
  overflow: hidden;
}

.carousel > div {
  margin: 0 auto;
}

.carousel .slick-list {
  overflow: visible;
}

.carousel .slick-slide {
  position: relative;
  outline: 0;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #f3f2ee;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background: #f1e7b3;
}

#footer {
  text-align: center;
  color: #000;
  padding: 0;
  background: #b0dde5;
}

#upper_footer {
  background: url(/images/footer_bg.png) no-repeat top center/cover;
  padding-top: 100px;
  padding-bottom: 40px;
  margin: 0px 0px 0px 0px;
}

#upper_footer .inner {
  padding: 10px;
  box-sizing: border-box;
}

#footer ul {
  text-align: center;
  font-size: 14px;
  padding: 20px;
  box-sizing: border-box;
}

#footer ul li {
  display: inline-block;
  list-style: none;
}

#upper_footer ul li:before {
  content: "・";
}

#footer ul li a,
#footer ul li a:visited {
  text-decoration: none;
  color: #535353;
}

#footer ul li:after {
  content: "｜";
}

#footer ul li:last-child:after {
  display: none;
}

#footer ul li a:hover {
  text-decoration: underline;
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 14px;
  /*  color: #535353;*/
  padding: 20px;
  box-sizing: border-box;
  /*background:#fffbe5;*/
}

/* table */
.menu_table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #e8e9e3;
}

.menu_table th,
.menu_table td {
  padding: 14px 14px;
  border-bottom: 1px solid #e8e9e3;
}

.menu_table th {
  text-align: left;
}

.menu_table td {
  text-align: right;
}

table.news {
  border-top: 1px solid #e8e9e3;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

table.news th,
table.news td {
  padding: 15px 10px 14px;
  border-bottom: 1px solid #e8e9e3;
}

table.news th {
  width: 20%;
  color: #b4c22e;
  padding: 15px 0 14px 20px;
}

table.info {
  border-top: 1px solid #e8e9e3;
}

table.info th,
table.info td {
  padding: 15px 5px 14px;
  border-bottom: 1px solid #e8e9e3;
  text-align: left;
}

table.info th {
  width: 20%;
}

/* BTN */
.anchor_wrap a {
  width: 180px;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  background: #afcaf2;
  border-radius: 14px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2px;
}

.anchor_wrap a:hover {
  opacity: 0.7;
}

/*TOP*/
.title p {
  margin: 0;
  padding: 0;
  line-height: 1em;
  margin-bottom: 0 !important;
}

.under .wrap h3.title {
  background: none;
}

/* item */
.item-list li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 2% 2%;
  text-align: center;
}

.item-list li img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}

.item-list li span.item-price {
  padding-top: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #b0bf24;
  display: block;
}

/* under */
/* template */
.under .wrap {
  margin-bottom: 10px;
  max-width: 100vw;
  overflow: hidden;
}

.type_basic_fl img {
  width: 30%;
  margin-right: 2%;
  float: left;
}

.type_basic_fr img {
  width: 30%;
  margin-left: 2%;
  float: right;
}

.img-half .type_basic_fl img {
  width: 48%;
  margin-right: 2%;
}

.img-half .type_basic_fr img {
  width: 48%;
  margin-left: 2%;
}

.wrap img {
  max-width: 100%;
}

.img_list1 img {
  margin: 0 0 2%;
}

.img_list3 li {
  width: 32%;
  margin: 0 0 2% 2%;
  float: left;
  display: block;
}

.img_list3 li:first-child {
  margin-left: 0;
}

/*-------------------
 Responsive 
-------------------*/
.sp {
  display: none !important;
}

.map {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1010px) {
  #header .inner,
  #content .inner,
  #footer .inner,
  .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
  .map {
    padding-bottom: 45%;
  }
  /**/
}
@media only screen and (max-width: 1000px) {
  #nav li a span {
    font-size: 10px;
  }
  .carousel > div {
    width: 100%;
  }
  .carousel .slick-arrow.slick-next {
    right: 5px;
  }
  .carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  #nav li a span {
    font-size: 14px;
  }
  #nav #menu > li {
    border-right: 0 !important;
  }
  .flex_menu {
    display: block;
  }
  #upper_footer {
    background: url(/images/footer_bg.png) no-repeat bottom cover;
    padding-top: 100px;
    padding-bottom: 40px;
    margin: 0px 0px 0px 0px;
  }
  img {
    max-width: 100%;
  }
  #header {
    min-height: 70px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: white;
  }
  #content {
    margin-top: 70px;
  }
  #header h1 {
    width: 45%;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 250px;
    height: 70px;
    display: flex;
    align-items: center;
  }
  #header h1 a img {
    vertical-align: bottom;
  }
  #header .info {
    position: absolute;
    top: 15px;
    right: 10px;
    margin-top: 0;
    width: 166px;
    max-width: 36%;
    padding-top: 0;
    float: right;
  }
  #header .info a {
    margin-right: 4.5%;
    display: block;
    width: 30.5%;
    float: left;
    max-width: 50px;
  }
  #header .info img {
    width: 100%;
    display: block;
    max-width: 39px;
  }
  #nav {
    background: none;
    border: none;
  }
  #menu {
    display: none;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    max-width: 50px;
    width: 10%;
  }
  #header #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
  }
  #nav ul {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0;
    top: 70px;
    width: 100%;
    position: absolute;
    z-index: 9999;
  }
  #nav ul .submenu_ul {
    position: relative;
    top: auto;
  }
  #nav #menu > li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #nav ul li > a,
  #nav ul li > span.sp {
    display: block;
    padding: 14px 10px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
  }
  .submenu_ul > li {
    width: 100%;
  }
  .item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
  }
  #content {
    width: 100%;
  }
  /* top */
  .top .concept-block img,
  .top .shop-block img {
    margin: 0 0 20px;
    max-width: 100%;
  }
  .top .concept-block h4,
  .top .concept-block p,
  .top .concept-block .anchor_wrap {
    padding-left: 0;
  }
  .top .shop-block .anchor_wrap,
  .top .concept-block .anchor_wrap {
    text-align: center;
  }
  .top .shop-block p.entry_p {
    width: 100%;
  }
  /* template */
  .type_basic_fl img,
  .type_basic_fr img,
  .img-half .type_basic_fl img,
  .img-half .type_basic_fr img,
  .img_list3 img,
  .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  #nav ul {
    top: 70px;
  }
  #header h1 {
    margin-top: 0em;
    width: 55%;
    /*margin-top: 1em;*/
    max-width: 300px;
    /*    position: absolute;
    left: 20px;
    right: auto;
    margin: auto;*/
  }
  .top .recommend-block .block-inner {
    background-size: 20px;
    background-position: 0 0;
  }
  .top .recommend-block .block-inner .fl {
    padding-left: 0;
  }
  table.news th,
  table.news td,
  .info_dt,
  .info_dd {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  table.news th,
  .info_dt {
    padding: 15px 2px 4px;
  }
  table.news td,
  .info_dd {
    padding: 4px 2px 15px;
  }
  table.news th,
  .info_dt {
    border-bottom: none;
  }
  .menu_table th,
  .menu_table td {
    display: block;
  }
  .menu_table th {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .menu_table td {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 360px) {
  #header {
    /*
    height: 90px;*/
  }
}
/***********BLOG************/
/***********BLOG************/
.wf_blog_ul {
  max-width: 1000px;
  width: 100%;
  margin: 5px auto;
  display: block;
  box-sizing: border-box;
}

.wf_blog_ul .wf_blog_li_thumb,
.wf_blog_ul .wf_blog_li_thumb:hover {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.wf_blog_ul .wf_blog_li_thumb img {
  width: 100%;
  min-width: 45px;
  max-width: 200px;
  min-height: 45px;
  max-height: 200px;
}

.wf_blog_ul li {
  display: block;
  padding: 0;
}

.wf_blog_ul li:after {
  content: "";
  clear: both;
  display: block;
}

.wf_blog_ul .wf_blog_li_date,
.wf_blog_ul .wf_blog_li_title {
  display: block;
  float: left;
  margin: 0px !important;
  padding: 10px;
  box-sizing: border-box;
  max-width: 100%;
}

.wf_bread_ul li {
  display: inline;
}

.wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0px auto;
  padding: 5px;
}

.wf_blog_li_date_time {
  display: none;
}

/* *******************************************************************************
******************************************************************************* */
body {
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background: #fff !important;
}

input,
button,
select,
textarea,
.nav-collapse_ .nav > li > a,
.nav-collapse_ .nav > li > p,
.nav-collapse .sub-menu > ul li a,
.btn.btn-info {
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

.word_break {
  word-break: break-all;
}

a:focus,
*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

#header h1 a:hover img {
  opacity: 1;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb_h3 {
  margin-bottom: 20px !important;
}

.mb_h4 {
  margin-bottom: 18px !important;
}

.mb_h5 {
  margin-bottom: 10px !important;
}

.mb_01 {
  margin-bottom: 27px !important;
}

.mb_02 {
  margin-bottom: 60px !important;
}

.mb_03 {
  margin-bottom: 75px !important;
}

ul.list_dot {
  list-style: none;
}

ul.list_dot li {
  padding: 0 0 5px 22px;
  position: relative;
  word-wrap: break-word;
}

.list_dot li:before {
  background: #76b802;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 7px;
  position: absolute;
  top: 9px;
  width: 8px;
}
@media ( max-width : 768px ) {
  .list_dot li:before {
  top: 8px;
}
}

.float_ul01 li {
  margin: 0 20px 0 0;
  float: left;
  width: 40%;
}

ul.ul_check li {
  padding: 5px 0px 5px 24px;
  position: relative;
}

ul.ul02 {
  list-style: none;
}

ul.ul02 li {
  padding: 0 0 5px 26px;
  position: relative;
}

ul.ul02.float_ul01 li {
  box-sizing: border-box;
  float: left;
  margin: 0 1% 0 0;
  padding: 0 0 5px 14px;
  position: relative;
  width: 32%;
}

ul.ul02 li a {
  font-weight: bold;
}

.ul02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #76b802;
}

.sitemap.ul02 {
  background: none;
  padding: 0;
}

.sitemap.ul02 li {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}

ol li {
  list-style: decimal;
  margin-left: 1em;
}

ul.ul_check li:before {
  background: none repeat scroll 0 0 #6a91c4;
  border: 1px solid #0f7144;
  border-radius: 3px;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 17px;
  z-index: 0;
}

ul.ul_check li:after {
  position: absolute;
  top: 9px;
  left: 3px;
  content: "";
  width: 11px;
  height: 4px;
  border: transparent 4px solid;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  z-index: 10;
}

p.point_p {
  color: #cab52c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 7px 5px 8px 14px;
  position: relative;
  text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
  z-index: 1;
}

p.point_p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 9px solid #d7f0f9;
  border-radius: 50%;
  z-index: -1;
}

.number_p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 110px;
  text-indent: -110px;
}

.number {
  background: none repeat scroll 0 0 #cab52c;
  border-radius: 5px;
  box-shadow: 3px 3px 0 #ccc;
  color: #fff;
  font-size: 23px;
  margin: 0 10px 0 0;
  padding: 0 8px;
}

.arrow_box {
  position: relative;
  height: 40px;
  width: 100%;
}

.arrow_box:before {
  content: "";
  position: absolute;
  background: none;
  top: 10px;
  left: 0px;
  height: 0;
  border-top: dotted #e6ddb8 2px;
  width: 100%;
}

.arrow_box:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-top: 14px solid #faeaa9;
}

.merit01 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  background: #cdb827;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
  display: inline-block;
}

.merit02 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  margin: 0 0 8px;
  background: #6a91c4;
  font-size: 20px;
  color: #fff;
  display: inline-block;
}

.text_box {
  float: right;
  width: 62%;
}

.bg_box {
  background: #e9faff;
  padding: 2em;
  box-sizing: border-box;
}

.border_box {
  padding: 2em;
  border: 2px solid #ffee5f;
  box-sizing: border-box;
}

.text_01 {
  color: #cdb827;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6 !important;
  padding: 0;
  text-align: center;
}

.link_btn a {
  max-width: 235px;
  display: block;
  border-radius: 5px;
  padding: 5px 60px 5px 20px;
  background: #ec78cd url(/images/arrow.png) no-repeat right 15px center;
  color: #fff !important;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link_btn.bg_orange a {
  background-color: #f3981c;
}

.link_btn.bg_blue a {
  background-color: #55cce2;
}

.link_btn.bg_green a {
  background-color: #7bd97b;
}

.link_btn.bg_purple a {
  background-color: #7f6bd6;
}

.link_btn a:hover {
  opacity: 0.6;
  color: #fff;
}

/*--------------------------------------
	table01
--------------------------------------*/
table.table01,
table .table01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0 0 15px;
}

.table01 th,
.table01 td {
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
}

.table01 thead th {
  text-align: center;
  font-weight: bold !important;
  background: #ffee5f;
}

.table01 tbody th {
  background: #e9faff;
  width: 30%;
  text-align: left !important;
}

.center .table01 td {
  text-align: center !important;
}

.table01 th,
.table01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table01.price th {
  width: 75%;
}

table.table02 {
  border-collapse: collapse;
  background: none;
  width: 100%;
  margin: 0 auto 2em;
}

table.table02 th,
table.table02 td {
  border-bottom: solid 1px #d8cec1;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 2% 1%;
}

table.table02 th {
  padding: 2% 1% 2%;
  width: 25%;
  font-weight: normal;
  border-bottom: solid 1px #75c8d5;
}

@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 80%;
  }
}
@media screen and (max-width: 767px) {
  a.side_contact {
    display: none;
  }
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.5em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 80%;
  }
}
.t01_wrap tbody th {
  background: #fffbe4;
}

/* =====================================
===================================== */
.slick-dots {
  bottom: -35px !important;
  display: none !important;
}

.grn {
  color: #1f92e2 !important;
}

.text-large {
  font-size: 20px;
}

.center {
  text-align: center;
  margin: auto;
  display: block;
}

#bread span:hover {
  text-decoration: underline;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

form .wrap {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

.wf_form_parts_wrap.wf_radio_wrap {
  display: inline-block;
}

.wf_form_text {
  box-sizing: border-box;
}

.top_img .columns,
.top_img .column {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.mainimage {
  position: relative;
}

.mainimage::after {
  /*
  content: "";
  width: 100%;
  height: 100%;
  max-width: 373px;
  max-height: 359px;
  position: absolute;
  display: block;
  top: 0;
  left: 26%;
  right: auto;
  margin: auto;
  background: url(/images/main_copy001.png) no-repeat center center;
  background-size: 100%;
  bottom: 0;
  */
}

.btn_wrap a {
  background: #569dd2;
  color: #fff;
  font-size: 16px;
  max-width: 260px;
}

.btn_wrap a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (min-width: 768px) {
  .sec04 .in {
    float: left;
    width: 60%;
    max-width: 500px;
    padding: 6em 0 2em 3em;
    box-sizing: border-box;
    background: #fff;
    margin-left: -200px;
  }
  .sec04 .link_btn a {
    /*margin: 2em 0 0;*/
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  #nav li a {
    position: relative;
  }
  .header_tel {
    display: block;
    border-radius: 5px;
    padding: 5px 60px 5px 20px;
    background: #ec78cd url(/images/arrow.png) no-repeat right 15px center;
    color: #fff !important;
  }
  .header_tel a {
    color: #fff !important;
  }
}
.sec04 .in {
  box-shadow: 0px 0px 20px -11px #000000;
  border-radius: 10px;
  background: #fff;
  padding: 50px;
  z-index: 1;
  margin-top: 10%;
}

@media screen and (max-width: 1600px) {
  .sec04 .in {
    float: none;
    width: 100%;
    /*    padding: 2em;*/
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1500px) {
  table.table02 th {
    padding: 2%;
  }
  .mainimage::after {
    width: 35%;
    left: 20%;
  }
}
@media screen and (max-width: 1500px) and (max-width: 1200px) {
  .sec04 .column {
    padding: 3em 1em 12em;
  }
}
@media screen and (max-width: 1500px) and (max-width: 1000px) {
  .top06 p {
    font-size: 25px;
  }
  #nav #menu {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 1500px) and (max-width: 1000px) and (min-width: 768px) {
  #nav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1500px) and (max-width: 767px) {
  .submenu_ul {
    position: relative !important;
  }
  body {
    font-size: 14px;
  }
  .under .wrap.h3_title_wrap,
  .blog_body .wf_bread_ul + .wrap {
    padding-top: 20px;
    font-size: 18px;
  }
  .mainimage::after {
    width: 50%;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
  }
  .top_img .columns,
  .top_img .column {
    display: inline-block;
  }
  .sec02 .left {
    text-align: center !important;
  }
  .sec04 .column {
    padding: 4em 1em;
    /*max-width: 489px;*/
    min-height: 367px;
    margin: 0 auto 1em;
  }
  .top_bn a img {
    display: block;
    margin: auto;
  }
  .sec04 .in {
    width: 90% !important;
    margin: 2em auto 2em;
  }
  .sec04 .bg01 {
    background: none;
    margin: 3em auto;
  }
  .sec04 .bg02 {
    background: none;
  }
  .link_btn a {
    font-size: 14px;
  }
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }
  .youtube_btn img {
    width: 100%;
  }
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .under .columns p,
  .under .columns ul {
    text-align: center;
  }
  #mailform .column {
    padding: 0px;
    text-align: left;
  }
  .sec01 p,
  .sec04 p {
    text-align: left;
  }
  #footer ul {
    margin-bottom: 0;
  }
  #footer ul li {
    display: block;
    list-style: none;
  }
  #footer ul li:after {
    display: none;
  }
  .submenu_ul {
    top: auto !important;
  }
  .under .column {
    margin: 0 auto 1em;
  }
  ul.ul02.float_ul01 li {
    box-sizing: border-box;
    float: none;
    margin: 0;
    padding: 0 0 5px 14px;
    position: relative;
    width: 100%;
  }
  .sec01 .link_btn a {
    margin: 2em auto 2em;
  }
  .sec05 .link_btn a {
    margin: 2em auto 2em;
  }
  #upper_footer h3.title {
    display: inline-block;
  }
  #upper_footer p {
    margin: 10px 10px 30px;
    text-align: left;
  }
  #upper_footer .footer_btn01 {
    font-size: 20px;
  }
  #upper_footer .footer_btn02 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .leadtext {
    font-size: 22px;
    font-weight: bold;
    color: #cc7d90;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .t01_wrap.w17 tbody th {
    width: 17%;
  }
}
@media screen and (max-width: 1500px) and (max-width: 480px) {
  .t01_wrap table {
    font-size: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .t01_wrap.wtdr tbody th {
    width: 100%;
  }
}
@media screen and (max-width: 1500px) and (max-width: 767px) {
  .wf_blog_ul .wf_blog_li_title {
    text-align: left;
  }
  .sec04 .column {
    background: #fff;
    border-radius: 5px;
    min-height: inherit;
  }
  table.table02 th {
    width: 30%;
  }
  .t01_wrap.w17 tbody th {
    width: 25%;
  }
}
@media screen and (max-width: 1500px) and (max-width: 1300px) and (min-width: 768px) {
  .sec02 h4 {
    color: #4b4841;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding: 0 0 10px;
    line-height: 1.3;
    text-align: center;
    word-break: break-all;
    margin: 0 auto 0;
    display: inline-block;
  }
  .sec02 h4::before {
    right: -25px;
  }
}
@media screen and (max-width: 1500px) {
  .sec04 .onebox .columns,
  .sec04 .onebox .column {
    z-index: 10;
  }
}
.mainimage {
  position: relative;
}
.mainimage .maincopy {
  padding: 0;
  height: 0;
}
.mainimage .maincopy img {
  position: absolute;
  width: 356px;
  height: 236px;
  max-width: 33vw;
  max-height: 21.2903225806vw;
  left: 5%;
  top: auto;
  bottom: 30%;
  right: auto;
  margin: auto;
}
@media (max-width: 768px) {
  .mainimage .maincopy img {
    width: 443px;
    height: 251px;
    bottom: 3%;
    max-width: 60vw;
    max-height: 33.9954853273vw;
  }
}

#header .inner {
  width: 100%;
  max-width: 100%;
}

#header > .inner {
  padding: 10px 40px;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  #header > .inner {
    padding: 10px 10px;
  }
}
@media (max-width: 1200px) {
  #header > .inner {
    padding: 0 10px;
  }
}

#header .sp {
  display: none !important;
}
#header .pc {
  display: block !important;
}
@media (max-width: 1200px) {
  #header .sp {
    display: block !important;
  }
  #header .pc {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  #header .info .hdr_tel {
    line-height: 1.4;
    margin-top: 0.3em;
    margin-right: 20px;
    text-align: right;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  #header .info .hdr_tel {
    margin-right: 10px;
  }
}
@media (min-width: 1201px) {
  #header .info .hdr_tel .flexbox {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  #header .info .hdr_tel .flexbox .telspace {
    text-align: right;
  }
  #header .info .hdr_tel .flexbox .telicon {
    text-align: right;
    font-size: 29px;
    font-weight: bold;
    position: relative;
    padding-left: 35px;
  }
  #header .info .hdr_tel .flexbox .telicon:before {
    content: "";
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    background: url(/images/tel_1.png) no-repeat center center/cover;
  }
  #header .info .hdr_tel .flexbox .infospace {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  #header .info .hdr_tel .flexbox .btn_wrap .wf_btn_part a {
    margin: 0;
    min-width: 220px;
    cursor: pointer;
  }
  #header .info .hdr_tel .flexbox .lockicon {
    position: relative;
    padding-left: 30px;
  }
  #header .info .hdr_tel .flexbox .lockicon:before {
    width: 17px;
    height: 18px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    background: url(/images/lockicon.png) no-repeat center center/cover;
  }
  #nav {
    padding-top: 0;
  }
  #nav #menu {
    display: flex;
    justify-content: flex-end;
  }
  #nav #menu li {
    width: auto;
  }
  #nav #menu li a {
    padding: 0.7em 15px;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  #nav #menu li a {
    padding: 0.7em 8px;
    font-size: 15px;
  }
}
@media (min-width: 1201px) {
  #nav #menu > li {
    border: none;
  }
  #nav #menu > li.haschild > a {
    position: relative;
  }
  #nav #menu > li.haschild > a:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 5px solid #76b802;
    border-bottom: 5px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
}
.sec_news h2,
.sec_about h2,
.sec_info h2,
.sec_admission h2,
.sec_recruit h2 {
  font-size: 26px;
  line-height: 2;
  padding-top: 45px;
  margin-bottom: 1.5em;
}
.sec_news h2:before,
.sec_about h2:before,
.sec_info h2:before,
.sec_admission h2:before,
.sec_recruit h2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 47px;
  height: 36px;
  background: url(/images/h2_before2.png) no-repeat center center/cover;
}
.sec_news h2:after,
.sec_about h2:after,
.sec_info h2:after,
.sec_admission h2:after,
.sec_recruit h2:after {
  content: "";
  width: 270px;
  height: 3px;
  position: absolute;
  top: auto;
  bottom: 38px;
  left: 0;
  right: 0;
  margin: auto;
  background: #76b802;
}
.sec_news h2 .sub,
.sec_about h2 .sub,
.sec_info h2 .sub,
.sec_admission h2 .sub,
.sec_recruit h2 .sub {
  font-size: 18px;
  display: block;
  color: #76b802;
}
.sec_news .btn_wrap .wf_btn_part a,
.sec_about .btn_wrap .wf_btn_part a,
.sec_info .btn_wrap .wf_btn_part a,
.sec_admission .btn_wrap .wf_btn_part a,
.sec_recruit .btn_wrap .wf_btn_part a {
  margin-top: 30px;
}

.sec_news {
  padding: 100px 0;
  background: url(/images/bg_img001.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .sec_news {
    padding: 50px 0;
  }
}
@media (min-width: 1000px) {
  .sec_news .is-3 {
    padding-right: 70px;
  }
}
.sec_news .btn_wrap {
  margin-top: 20px;
}
.sec_news h2 {
  padding-top: 50px;
  position: relative;
  line-height: 1.6;
  margin-bottom: 0;
}
.sec_news h2::after {
  content: none;
}
.sec_news h2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 41px;
  background: url(/images/h2_before1.png) no-repeat center center/cover;
}
.sec_news .columns {
  align-items: center;
}
.sec_news .columns .flex_cont {
  display: flex;
}
@media (min-width: 769px) {
  .sec_news .columns .flex_cont {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .sec_news .columns .flex_cont {
    justify-content: space-between;
  }
}
.sec_news .columns .flex_cont li {
  padding: 10px 0;
  width: 33%;
  text-align: center;
  color: white;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sec_news .columns .flex_cont li {
    width: 49.5%;
  }
}
.sec_news .columns .flex_cont li.color001 {
  background: #76b802;
}
.sec_news .columns .flex_cont li.color002 {
  background: #cacbc9;
}
.sec_news .columns .wf_blog_ul li {
  border-bottom: 1px dashed #d1d1d1;
}
.sec_news .columns .wf_blog_ul li .wf_blog_li_date_date {
  color: #76b802;
}
.sec_news .columns .wf_paging {
  display: none;
}

#content .sec_about {
  padding: 100px 0;
  background: url(/images/bg_img002.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  #content .sec_about {
    background: url(/images/sp_bg_img001.jpg) no-repeat center center/cover;
    padding: 50px 0;
  }
}
#content .sec_about .inner {
  width: 100%;
}
@media (min-width: 1000px) {
  #content .sec_about .inner {
    max-width: 1230px;
  }
}

.sec_info {
  padding: 100px 0 0 0;
  background: url(/images/bg_img003.jpg) no-repeat center top/cover;
}
@media (max-width: 768px) {
  .sec_info {
    padding: 50px 0;
  }
}
.sec_info h2 {
  color: white;
}
.sec_info h2:before {
  background: url(/images/h2_before3.png) no-repeat center center/cover;
}
.sec_info h2:after {
  background-color: white;
}
.sec_info h2 .sub {
  color: white;
}
@media (max-width: 768px) {
  .sec_info .columns {
    padding: 0;
  }
  .sec_info .columns:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec_info .columns .column:not(:last-child) {
    margin-bottom: 20px;
  }
}

.sec_admission {
  background: url(/images/bg_img004.jpg) no-repeat center bottom/cover;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .sec_admission {
    padding-bottom: 50px;
  }
}
.sec_admission .bgwhite {
  background: white;
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  box-sizing: border-box;
  margin-top: 22.5080385852vw;
}
@media (min-width: 1550px) {
  .sec_admission .bgwhite {
    margin-top: 350px;
  }
}
@media (max-width: 768px) {
  .sec_admission .bgwhite {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .sec_admission .bgwhite {
    margin-top: 0;
  }
}
.sec_admission h2 {
  margin-bottom: 1em;
}
.sec_admission .columns:first-child {
  position: relative;
}
.sec_admission .columns:first-child img {
  position: absolute;
  width: 1555px;
  height: 660px;
  max-width: 100vw;
  max-height: 42.4437299035vw;
  top: 0;
  bottom: auto;
  left: -108.2%;
  right: -100%;
  margin: auto;
}
@media (max-width: 768px) {
  .sec_admission .columns:first-child img {
    position: relative;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.sec_admission .columns.bgchange {
  min-height: 490px;
  align-items: center;
  background: url(/images/bg_img005.jpg) no-repeat center top/cover;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sec_admission .columns.bgchange {
    min-height: none;
    padding: 0 0 50px 0;
    margin-top: 30px;
    border-radius: 50px 0 50px 0;
  }
}
@media (max-width: 768px) {
  .sec_admission .columns.bgchange {
    background: #eef6e7;
  }
}
@media (max-width: 768px) {
  .sec_admission .columns.bgchange div.part {
    padding: 0 10px;
  }
}
.sec_admission .columns.bgchange .is-6 {
  padding: 0 80px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .sec_admission .columns.bgchange .is-6 {
    padding: 0;
  }
}
.sec_admission .columns.bgchange .is-6 h2 {
  padding-top: 0;
}
@media (min-width: 769px) {
  .sec_admission .columns.bgchange .is-6 h2 {
    text-align: left;
  }
}
.sec_admission .columns.bgchange .is-6 h2:before {
  content: none;
}
@media (min-width: 769px) {
  .sec_admission .columns.bgchange .is-6 h2:after {
    left: 0;
    right: auto;
  }
}
@media (min-width: 769px) {
  .sec_admission .columns.bgchange .is-6 .btn_wrap .wf_btn_part a {
    margin-left: 0;
  }
}

.sec_recruit {
  background: url(/images/bg_img006.jpg) no-repeat center center/cover;
  color: white;
}
@media (max-width: 768px) {
  .sec_recruit {
    background: white;
    color: #2c2c2c;
    padding-bottom: 50px;
  }
}
.sec_recruit .columns {
  min-height: 677px;
  align-items: center;
  padding: 0;
}
@media (max-width: 768px) {
  .sec_recruit .columns {
    min-height: auto;
  }
}
.sec_recruit h2 {
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .sec_recruit h2 {
    text-align: left;
    color: white;
  }
}
@media (min-width: 769px) {
  .sec_recruit h2:after {
    background: white;
    left: 0;
    right: auto;
    width: 180px;
  }
}
@media (min-width: 769px) {
  .sec_recruit h2 .sub {
    color: white;
  }
}
@media (min-width: 769px) {
  .sec_recruit .btn_wrap .wf_btn_part a {
    margin-left: 0;
  }
}

#footer {
  padding: 70px 0;
  background: url(/images/bg_img007.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  #footer {
    padding: 50px 0;
  }
}
#footer .justsizeimg {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #footer .justsizeimg img {
    margin-left: 0;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  #footer .telspace {
    text-align: left;
  }
}
#footer .telspace .telicon {
  font-size: 29px;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding-left: 35px;
}
#footer .telspace .telicon:before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/tel_1.png) no-repeat center center/cover;
}
#footer .btn_wrap .wf_btn_part a {
  margin-top: 10px;
  background: #76b802;
  border: 1px solid #76b802;
  color: white;
}
@media (min-width: 769px) {
  #footer .btn_wrap .wf_btn_part a {
    max-width: 270px;
    margin-left: 0;
  }
}
#footer .btn_wrap .wf_btn_part a:after {
  width: 15px;
  height: 13px;
  background: url(/images/downloadicon.png) no-repeat center center/cover;
}
#footer .btn_wrap .wf_btn_part a:hover {
  background: #6fab04;
}
#footer .btn_wrap .wf_btn_part a:hover:after {
  right: 5%;
  top: 10%;
  transition: 0.2s;
}
#footer .columns .column .menuttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #76b802;
  text-align: left;
  margin-bottom: 10px;
}
#footer .columns .column ul {
  padding: 0;
}
#footer .columns .column ul li {
  width: 100%;
  display: block;
  text-align: left;
  padding: 3px 0;
}
#footer .columns .column ul li:after {
  content: none;
}
#footer .columns .column ul li a {
  position: relative;
  padding-left: 15px;
}
#footer .columns .column ul li a:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid #76b802;
  border-top: 4px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
}
#footer .columns .column .flexbox {
  display: flex;
}
@media (max-width: 768px) {
  #footer .columns .column .flexbox {
    display: block;
  }
}
#footer .columns .column .flexbox ul {
  flex: 1;
}

.copyright {
  background: #ebfadf;
}

.bg01 {
  background: #eef6e7;
  padding: 40px !important;
  box-sizing: border-box;
  margin: auto;
}
@media (max-width: 768px) {
  .bg01 {
    padding: 30px !important;
  }
}

.color1 {
  color: #76b802 !important;
}

.textstrong {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .textstrong {
    font-size: 16px;
  }
}

.numbg {
  padding: 10px 20px;
  border-radius: 50px;
  background: #faed6f;
  font-weight: bold;
}
@media (max-width: 768px) {
  .numbg {
    margin-top: 30px !important;
  }
}

.under .part {
  margin-top: 0.3em;
  margin-bottom: 0.5em;
}

.under .wrap:last-child {
  margin-bottom: 70px !important;
}
@media (max-width: 768px) {
  .under .wrap:last-child {
    margin-bottom: 50px !important;
  }
}

.under .telicon {
  text-align: right;
  font-size: 29px;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
}
.under .telicon:before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/tel_1.png) no-repeat center center/cover;
}

.bggreen {
  background: #76b802 !important;
  color: white;
}

.btn_wrap.btnlarge .wf_btn_part a {
  max-width: 400px;
}
@media (min-width: 769px) {
  .btn_wrap.btnlarge .wf_btn_part a:after {
    content: none;
  }
}

#nav #menu > li.haschild > a {
  cursor: pointer;
}

.ul02 {
  margin: 0 !important;
}
.ul02 li {
  margin: 0;
}/*# sourceMappingURL=local.css.map */

@media ( max-width : 767px ) {
  .sec_news h2, .sec_about h2, .sec_info h2, .sec_admission h2, .sec_recruit h2{
    font-size: 23px;
  }
  .sec_info h2{
    margin: 0 0 10px;
  }
  .sec_info .is-4 .part{
    margin: 10px 0 0;
  }
  .sec_admission h2 {
    margin: 0 0 15px;
}
.sec_recruit h2 {
    margin: 0 0 15px;
}
#content .sec_about .inner {
    width: 94%;
}
}
@media (max-width: 768px) {
  .under .wrap {
    padding: 0;
  }
 .under .wrap>.inner {
    padding-bottom: 0px;
}
}
@media (max-width: 768px) {
  h3.title {
    font-size: 24px;
}
}
.custom_table tbody th,
.custom_table tbody td {
  text-align: center;
-webkit-text-size-adjust: 100%;
}
.custom_table tbody th {
  font-weight: bold;
}
.custom_table tbody tr th:first-child,.custom_table tbody tr td:first-child {
  background: #fffbe4;
}
.custom_table tbody tr th:nth-child(2),.custom_table tbody tr td:nth-child(2) {
  background: #fff;
}
.custom_table tbody tr th:last-child,.custom_table tbody tr td:last-child {
  background: #eef6e7;
}
.t01_wrap table {
   -webkit-text-size-adjust: 100%;
}
.day_link_box{
  display: flex;
padding: 0 !important;
}
.day_link_box .column{
  padding: 0;
margin: 0 auto;
}
.day_link_box .column a {
  display: block;
}
.day_link_box .column a:hover {
  opacity: 0.7;
  border: solid 1px #76b802;
  text-decoration: none;
}
@media ( max-width : 768px ) {
  .day_link_box{
  flex-wrap: wrap;
}
  .day_link_box .column{
  width: 100%;
  max-width: calc(100% / 3);
flex: auto;
}
.day_link_box .column:nth-child(-n + 3){
  margin-bottom: 1em;
}
}
.event_bg{
  background: #ebfadf;
margin-bottom: 0 !important;
}
.event_day_box .event_text{
  margin: 0;
  padding: 15px 15px 25px 15px;
  background: #fff;
  display: flex;
  column-gap: 15px;
flex-wrap: wrap;
}
.event_day_box .event_text div{
border-bottom: dashed 2px #76b802;
letter-spacing: .05em;
font-weight: bold;
margin-top: 5px;
}
.pdt{
  padding-top: 50px;
}
.pdb{
  padding-bottom: 50px;
}
@media ( max-width : 768px ) {
  .event_day_box .wf_img_cont {
  padding-top: 80px;
  margin-top: -80px;
}
}
#sidecontact {
  display: block;
  position: fixed;
  top: 250px;
  z-index: 99;
  right: 0;
}
#sidecontact.rightContent a,
#sidecontact.rightContent a img {
  display: block;
}
@media (max-width: 1000px) {
  #sidecontact {
    max-width: 90px;
  }
}

@media (max-width: 767px) {
  #sidecontact {
    display: none;
  }
}
.mainimage {
    position: relative;
}
.mainmovie {
    position: relative;
    width: 100%;
    padding-top: 41.25%;
    overflow: hidden;
}
.mainmovie iframe, .mainmovie video {
    position: absolute;
    width: 102%;
    height: 147%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 768px) {
    .mainmovie {
        padding-top: 130%;
        overflow: hidden;
    }
}
@media (max-width: 768px) {
    .mainmovie iframe, .mainmovie video {
        width: 233vw;
    }
}
@media ( max-width : 768px ) {
  .mainimage .maincopy img {
    position: absolute;
    width: 356px;
    height: 236px;
    max-width: 65vw;
    max-height: 42.290323vw;
  }
}