@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.666;
  color: #181818;
  background: #ffe142;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
}

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

.img_fit{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}

i, em{
  font-style: normal;
}

.anchor{
  position: relative;
  top: -50px;
}



@media (min-width:768px){
  .anchor{
    top: -150px;
  }
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video {
  position: relative;
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video,
.responsive_video iframe,
.responsive_video object,
.responsive_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{

}
.tbl th,
.tbl td{

}
.tbl th{

}
.tbl td{

}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1200px){
  .md:not(.pc){
    display: none !important;
  }
  .tb:not(.pc){
    display: none !important;
  }
  .sp:not(.pc){
    display: none !important;
  }
}
@media (min-width:1023px) and (max-width:1199px){
  .pc:not(.md){
    display: none !important;
  }
  .tb:not(.md){
    display: none !important;
  }
  .sp:not(.md){
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none !important;
  }
  .md:not(.tb){
    display: none !important;
  }
  .sp:not(.tb){
    display: none !important;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none !important;
  }
  .md:not(.sp){
    display: none !important;
  }
  .tb:not(.sp){
    display: none !important;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
  overflow: hidden;
}
.container{
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (min-width: 576px){

}
@media (min-width:768px){

  .container{
    width: 720px;
  }

}
@media (min-width:992px){
  .container{
    width: 960px;
  }
}
@media (min-width:1200px){

  .container{
    width: 1140px;
  }

}


.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{

}
.listbox .item .date{

}
.listbox .item .txt{

}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
body{

}
header{
  padding: 10px 0;
  background: #FFF;

}
header .hdr1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
header .hdr1_box1{

}
header .hdr1_box2{

}
header .hdr1 .hdr_logo{
  line-height: 1;
}
header .hdr1 .hdr_contact{
}


.pg_header{
  /*padding: 15px 0;*/
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 60px;
}
.pg_header .box{
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  height: 150px;
  position: relative;
  z-index: 1;
}
.pg_header .box .tt1{
  width: 100%;
  position: absolute;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pg_header .box .tt1_en{
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  /*text-shadow: 3px  3px 0px #000000,
      -3px  3px 0px #000000,
       3px -3px 0px #000000,
      -3px -3px 0px #000000,
       3px  0px 0px #000000,
       0px  3px 0px #000000,
      -3px  0px 0px #000000,
       0px -3px 0px #000000;
  
  text-shadow    :
       3px  3px 1px #000000,
      -3px  3px 1px #000000,
       3px -3px 1px #000000,
      -3px -3px 1px #000000,
       3px  0px 1px #000000,
       0px  3px 1px #000000,
      -3px  0px 1px #000000,
       0px -3px 1px #000000;*/

  text-shadow    :
    1px  1px 1px #000000,
    -1px  1px 1px #000000,
    1px -1px 1px #000000,
    -1px -1px 1px #000000,
    1px  0px 1px #000000,
    0px  1px 1px #000000,
    -1px  0px 1px #000000,
    0px -1px 1px #000000;

  width: 100%;
  letter-spacing: 0.075em;
}

/* サイドバナー */
.side_bn{
  position: fixed;
  z-index: 4;
  top: 54.7%;
  top: 40%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.side_bn a{
  display: block;
  width: 40px;
}
.side_bn a+a{
  margin-top: 10px;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  body{
    padding-bottom: 45px;
  }

  header .hdr1_box1{
    width: 100%;
    text-align: center;
  }
  header .hdr1 .hdr_logo{
    width: 250px;
    margin: 0 auto;
  }
  header .hdr1_box2{
    /*display: none;*/
  }

  .side_bn{
    display: none;
  }

}
@media (min-width:768px){

  body{
    padding-top: 80px;
  }
  header{
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 5px 20px 15px;
  }
  header .hdr1_box1{
    width: 200px;
  }
  header .hdr1_box2{
    width: calc(100% - 220px);
  }

  .pg_header{
    margin-bottom: 80px;
  }
  .mw_wp_form{
    margin-top: -80px;
    padding-top: 80px;
  }
  .pg_header .box{
    height: 150px;
  }
  .pg_header .tt1_en{
    font-size: 50px;
  }
  .pg_header .box .tt1_en{
    text-shadow    :
      2px  2px 1px #000000,
      -2px  2px 1px #000000,
      2px -2px 1px #000000,
      -2px -2px 1px #000000,
      2px  0px 1px #000000,
      0px  2px 1px #000000,
      -2px  0px 1px #000000,
      0px -2px 1px #000000;
  }

  /* サイドバナー */
  .side_bn{
    top: 45%;
  }
  .side_bn a{
    width: 50px;
  }


}
@media (min-width:1024px){

  body{
    padding-top: 89px;
  }
  header .hdr1_box1{
    width: 300px;
  }
  header .hdr1_box2{
    width: calc(100% - 350px);
  }

  .pg_header{
    /*margin-bottom: 80px;*/
  }

  .pg_header .box{
    height: 242px;
  }
  .pg_header .tt1_en{
    font-size: 70px;
  }


}
@media (min-width:1200px){

  body{
    padding-top: 118px;
  }
  header{
    padding: 25px 35.5px 25px 55px;
  }
  header .hdr1_box1{
    width: 416px;
  }
  header .hdr1_box2{
    width: calc(100% - 436px);
  }

  .pg_header{
    margin-bottom: 123px;
    /*margin-bottom: 115px;*/
  }
  .pg_header .tt1_en{
    font-size: 95px;
    white-space: nowrap;
  }

  .mw_wp_form{
    margin-top: -123px;
    padding-top: 123px;
  }

  /* サイドバナー */
  .side_bn{
    top: 54.7%;
  }
  .side_bn a{
    width: 60px;
  }

}

@media (min-width:1600px){
  .pg_header .tt1_en{
    font-size: 120px;
    white-space: nowrap;
  }

  .side_bn a{
    width: 75px;
  }
}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
}
.gnav ul{
  display: flex;
  flex-wrap: nowrap;
  /*justify-content: space-around;*/
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}




@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    display: block;
  }
  .gnav > ul > li{
    width: 100%;
    border: 0;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    padding: 10px 0;
    display: block;
  }
  .gnav > ul > li p{
    margin-top: 10px;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }

  .gnav ul li .sub{
    flex-wrap: wrap;
    background: #103fa5;
    color: #FFF;
    font-size: 15px;
    padding: 10px;
    margin-top: 10px;
  }
  .gnav ul li .sub li{
    width: 100%;
    border: 0;
    border-bottom: 1px dashed #b3b3b3;
    padding: 10px 5px;
  }

}
@media (min-width:768px){

  .gnav ul li{
    padding: 5px 10px;
    border-left: 1px solid #b3b3b3;
    position: relative;
    z-index: 1;
  }
  .gnav ul li:first-child{
    border: 0;
  }
  .gnav ul li img{
    transition: 0.2s all;
  }
  .gnav ul li a:hover img{
    transform: scale(1.05);
  }

  .gnav ul li .sub{
    display: none;
    background: #103fa5;
    color: #FFF;
    position: absolute;
    width: 200px;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 10px;
    font-size: 15px;
  }
  .gnav ul li .sub li{
    border: 0;
    border-bottom: 1px dashed #b3b3b3;
    padding: 10px 5px;
  }
  .gnav ul li:hover .sub{
    display: block;
  }
}
@media (min-width:1024px){

  .gnav ul li{
    padding: 5px 10px;
  }

}
@media (min-width:1200px){

  .gnav ul li{
    padding: 5px 19.5px;
  }

}



/* **********************************
 *  フッター
 * ********************************* */
footer{
  background: #62c930;
  /*color: #FFF;*/
  padding: 50px 0 10px;
  margin-top: 100px;
}

body.home footer{
  margin-top: 0;
}

/* アクセス */
.ftr_access_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  border-radius: 20px;
  padding: 20px;
}
.ftr_access_wrap .box1{
  width: 100%;
}
.ftr_access_wrap .box2{
  width: 100%;
  margin-top: 20px;
}
.ftr_access_wrap .logo{
  margin-bottom: 10px;
}
.ftr_access_wrap .txt{
  font-size: 15px;
  line-height: 2;
  text-align: justify;
}
.ftr_access_wrap .info{
  margin-top: 20px;
}
.ftr_access_wrap .info dl{
  display: flex;
  flex-wrap: wrap;
}
.ftr_access_wrap .info dl + dl{
  margin-top: 12px;
}
.ftr_access_wrap .info dl dt,
.ftr_access_wrap .info dl dd{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.ftr_access_wrap .info dl dt{
  width: 80px;
}
.ftr_access_wrap .info dl dd{
  width: calc(100% - 80px);
}
.ftr_access_wrap .info .tel{

}
.ftr_access_wrap .info .tel .number{

}
.ftr_access_wrap .info .tel .number + .number{

}
.ftr_access_wrap .btns{

}
.ftr_access_wrap .btns .read_more{

}
.ftr_access_wrap .btns .read_more + .read_more{
  margin-top: 30px;
}
.ftr_access_wrap .map{
  width: 100%;
  height: 250px;
}

footer .copy{
  background: #FFF;
  color: #111;
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
  margin-top: 60px;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #103fa5;
  color: #FFF;
  text-decoration: none;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .footer_fix{
    display: block;
  }

}
@media (min-width:768px){

  footer{
    margin-top: 120px;
    padding-top: 70px;
  }
  footer .tt2{
    margin-bottom: 35px;
  }

  /* アクセス */
  .ftr_access_wrap{
    padding: 25px;
  }
  .ftr_access_wrap .box1{
    width: 100%;
  }
  .ftr_access_wrap .box2{
    width: 100%;
    margin-top: 30px;
  }
  .ftr_access_wrap .logo{
    margin-top: -5px;
  }
  .ftr_access_wrap .logo img{
    height: 55px;
  }
  .ftr_access_wrap .txt{
    font-size: 15px;
    margin-top: -5px;
  }
  .ftr_access_wrap .info{
    margin-top: 22px;
  }
  .ftr_access_wrap .info dl{
  }
  .ftr_access_wrap .info dl + dl{

  }
  .ftr_access_wrap .info dl dt,
  .ftr_access_wrap .info dl dd{
    font-size: 16px;
  }
  .ftr_access_wrap .info dl dt{
    width: 80px;
  }
  .ftr_access_wrap .info dl dd{
    width: calc(100% - 80px);
  }
  .ftr_access_wrap .info .tel{

  }
  .ftr_access_wrap .info .tel .number{

  }
  .ftr_access_wrap .info .tel .number + .number{
    margin-left: 48px;
  }
  .ftr_access_wrap .btns{
    margin-top: 32px;
  }
  .ftr_access_wrap .btns .read_more{
    margin-top: 0;
  }
  .ftr_access_wrap .btns .read_more a{
    letter-spacing: 0;
    margin: 0 10px;
  }
  .ftr_access_wrap .btns .read_more + .read_more{
    margin-top: 30px;
  }
  .ftr_access_wrap .map{
    height: 400px;
  }


}
@media (min-width:1024px){

  /* アクセス */
  .ftr_access_wrap{
    padding: 25px 25px 25px 35px;
  }
  .ftr_access_wrap .box1{
    width: 47.3%;
  }
  .ftr_access_wrap .box2{
    width: 49.52%;
    margin-top: 0;
  }
  .ftr_access_wrap .logo{
    margin-top: -5px;
  }
  .ftr_access_wrap .logo img{
    height: 55px;
  }
  .ftr_access_wrap .txt{
    font-size: 15px;
    margin-top: -5px;
  }
  .ftr_access_wrap .info{
    margin-top: 22px;
  }
  .ftr_access_wrap .info dl{
  }
  .ftr_access_wrap .info dl + dl{

  }
  .ftr_access_wrap .info dl dt,
  .ftr_access_wrap .info dl dd{
    font-size: 16px;
  }
  .ftr_access_wrap .info dl dt{
    width: 80px;
  }
  .ftr_access_wrap .info dl dd{
    width: calc(100% - 80px);
  }
  .ftr_access_wrap .info .tel{

  }
  .ftr_access_wrap .info .tel .number{

  }
  .ftr_access_wrap .info .tel .number + .number{
    margin-left: 10px;
  }
  .ftr_access_wrap .btns{
    margin-top: 32px;
  }
  .ftr_access_wrap .btns .read_more{
    justify-content: flex-start;
    margin-top: 0;
  }
  .ftr_access_wrap .btns .read_more a{
    letter-spacing: 0;
    margin: 0;
  }
  .ftr_access_wrap .btns .read_more + .read_more{
    margin-top: 30px;
  }
  .ftr_access_wrap .map{
    height: 100%;
  }
  footer .copy{
    margin-top: 80px;
    padding: 17px 0;
  }
}
@media (min-width:1200px){

  footer{
    margin-top: 250px;
  }
  footer .copy{
    margin-top: 80px;

  }


  /* アクセス */
  .ftr_access_wrap{
    padding: 25px 25px 25px 35px;
  }
  .ftr_access_wrap .info dl dt{
    width: 80px;
  }
  .ftr_access_wrap .info dl dd{
    width: calc(100% - 80px);
  }
  .ftr_access_wrap .info .tel{

  }
  .ftr_access_wrap .info .tel .number{

  }
  .ftr_access_wrap .info .tel .number + .number{
    margin-left: 48px;
  }


}



/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{

}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{

}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}




/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{

}
.search_list .item + .item{

}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 140px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #0e40a6;
}
.pagetop a i{
  font-size: 40px;
}
.grecaptcha-badge{
  bottom: 60px!important;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 50px;
  font-size: 14px;
  /*overflow-x: auto;
  overflow-y: hidden;*/
  flex-wrap: wrap;
}
.breadcrumb li{
  display: inline;
  /*white-space: nowrap;*/
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width:768px){
  .pagetop{
    bottom: 85px;
  }
  .breadcrumb{
    margin-bottom: 80px;
  }
  .grecaptcha-badge{
    bottom: 14px!important;
  }
}
@media (min-width:1200px){

}

/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 0 0 ;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-align: center;
}
.tt1_en{
  font-size: 44px;
  font-weight: 500;
  font-family: "Outfit";
  line-height: 1;
  color: #62c930;
  text-align: center;
}

.tt2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.tt2 .en{
  font-size: 30px;
  font-weight: 500;
  font-family: "Outfit";
  line-height: 1;
  color: #FFF;
  padding: 0 7px 1px;
  position: relative;
  z-index: 1;
}
.tt2 .en:after{
  content: "";
  background: #fff100;
  width: 100%;
  height: 8px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.tt2.bdr_green .en:after{
  background: #62c930;
}

.tt2 .ja{
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}
.tt2 .ja:after{
  content: "";
  display: block;
  background-image: url('/img/tt2_dots.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 62px;
  height: 6px;
  margin: 8px auto 0;
}

.tt2.size2{
  margin-bottom: 35px;
}
.tt2.size2 .en{
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 0 1px 1px 1px;
}
.tt2.size2 .ja{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 7px;
}
.tt2.size2 .ja:after{
  margin-top: 8px;
}
.tt2 .illust{
  width: 100%;
  position: relative;
  z-index: 1;
}
.tt2 .illust.pos1{
  text-align: center;
}
.tt2 .illust.pos1 img{
  position: absolute;
  left: 51%;
  bottom: 0;
}



.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

/* 詳しく見る  */
.read_more{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.read_more a{
  width: 300px;
  padding: 14px 10px;
  background: #FFF;
  box-shadow: 3px 3px 0 #3e3f3e;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.read_more a:after{
  content: "\f138";
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #3dae07;
  transition: 0.2s all;
}
.read_more a:hover:after{
  right: 5px;
}
.read_more .small{
  font-size: 15px;
  letter-spacing: 0;
  padding: 15px 10px;
}

.read_more a.external:after{
  content: "\f35d";
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .tt2 .illust.pos1{

  }
  .tt2 .illust.pos1 img{
    width: 150px;
  }

}
@media (min-width:768px){


  /* 見出し */
  .tt2{
    margin-bottom: 20px;
  }
  .tt2 .en{
    font-size: 46px;
    padding: 0 7px 1px;
  }
  .tt2 .en:after{
    height: 15px;
  }
  .tt2 .ja{
    font-size: 18px;
    margin-top: 10px;
  }
  .tt2 .ja:after{
    width: 62px;
    height: 6px;
    margin: 12px auto 0;
  }

  .tt2.size2{
    margin-bottom: 50px;
  }
  .tt2.size2 .en{
    font-size: 28px;
    padding: 0 1px 1px 1px;
  }
  .tt2.size2 .ja{
    font-size: 32px;
    margin-top: 7px;
  }
  .tt2.size2 .ja:after{
    margin-top: 8px;
  }

  /* 詳しく見る  */
  .read_more{
    margin-top: 45px;
  }
  .read_more a{
    width: 300px;
  }
  .read_more .small{
    padding-right: 25px;
  }

}
@media (min-width:1024px){

  .tt1{
    font-size: 38px;
  }

  .tt2.size2{
  }
  .tt2.size2 .en{
    font-size: 30px;
  }
  .tt2.size2 .ja{
    font-size: 36px;
  }

  .read_more a.large{
    width: 600px;
    padding: 11px 10px;
    font-size: 20px;
  }
  .read_more a.external:after{
    font-size: 20px;
  }
}
@media (min-width:1200px){

  .tt2 .illust.pos1{
    margin-left: -68px;
    margin-bottom: -3px;
  }

}



/* **********************************
 *  
 * ********************************* */
.mv{
  position: relative;
  /*height: 500px;*/

  /*background: #CCC;*/
  /*background-image: url('/img/mv.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}
.mv .mv_img{
  max-width: 90%;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  /*position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  right: 0;*/
  margin-left: auto;
  margin-right: 0;
}
.mv .mv_img.img_fit:before{
  padding-top: 300px;
}
.mv .mv_movie{
  max-width: 90%;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  /*position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  right: 0;*/
  margin-left: auto;
  margin-right: 0;
  pointer-events: none;
}
.mv .mv_movie iframe{
  /*scale: 1.2;*/
}

.mv .mv_catch{
  position: absolute;
  z-index: 2;
  top: 59%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mv:after{
  content: "";
  background: #FFF;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .mv .mv_catch{
    width: 300px;
    position: inherit;
    top: inherit;
    transform: none;
    margin-top: -60px;
  }
}
@media (min-width:768px){

  .mv .mv_img{
    border-radius: 60px 0 0 60px;
  }
  .mv .mv_img.img_fit:before{
    padding-top: 500px;
  }
  /*.mv .mv_movie iframe{
    height: 500px;
  }*/
  .mv:after{
    height: 200px;
  }

  .mv .mv_catch{
    left: 10px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .mv .mv_img{
    max-width: 90%;

  }
  .mv .mv_img.img_fit:before{
    padding-top: 840px;
  }
  /*.mv .mv_movie iframe{
    height: 840px;
  }*/

  .mv .mv_catch{
    top: 59%;
    left: 3%;
  }
  .mv:after{
    height: 285px;
  }
}
@media (min-width:1820px){

  .mv .mv_img{
    max-width: 1720px;
  }
  .mv .mv_catch{
    top: 59%;
    left: calc(50% - 820px);
  }
}


/* **********************************
 *  Home
 * ********************************* */
.pg_home{

}
.pg_home .section{
  margin-top: 50px;
}

.pg_home .section.sec1{
  margin-top: 30px;
}
.pg_home .section.sec1 .date{
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.pg_home .section.sec2{
  margin-top: 30px;
}
.pg_home .section.sec3{
  margin-bottom: 30px;
}
.pg_home .section.sec4{
  background: #62c930;
  padding-top: 40px;
  padding-bottom: 40px;
}
.pg_home .section.sec4 .tt2{
  margin-bottom: 50px;
}
.pg_home .section.sec4 .read_more{
  /*margin-bottom: 50px;*/
}

.pg_home .section.sec5{
  padding-top: 0;
}
.pg_home .section.sec6{
  margin-top: 110px;
}
.pg_home .section.sec7{
  margin-top: 70px;
  padding-bottom: 40px;
}
.pg_home .section.sec8{
  background: #62c930;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0;
}
.pg_home .section.sec9{
  padding-top: 65px;
  margin-top: 0;
}
.pg_home .section.sec10{
  background: #fff;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* 背景 */
.pg_home .container{
  position: relative;
  z-index: 1;
}
.home_sec_bg{

}
.home_sec_bg_pos1,
.home_sec_bg_pos2,
.home_sec_bg_pos3,
.home_sec_bg_pos4{
  position: absolute;
  z-index: 0;
}


/* バナー */
.home_banner{
  margin-bottom: 30px;
}
.home_banner a{
  display: block;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.home_banner a img{
  opacity: 1;
  overflow: hidden;
  transition: 0.2s all;
}

.home_banner a .btn{
  width: 38%;
  /*width: 24.23%;*/
  position: absolute;
  z-index: 1;
  bottom: 10.23%;
  right: 3.15%;
  transition: 0.2s all;
  filter: drop-shadow(5px 8px 5px rgba(24,24,24,0.5));
}
.home_banner a:hover .img img{
  filter: brightness(1.05);
  /*transform: scale(1.05);*/
}
.home_banner a:hover .btn{
  right: 2.5%;
}

/* 申込みボタン */
.home_apply{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.home_apply a{
  width: 100%;
  padding: 0 5px;
  position: relative;
  z-index: 1;
}
.home_apply a img{
  box-shadow: 3px 3px 0 #3e3f3e;
}
.home_apply a:nth-child(n+2){
  margin-top: 10px;
}
.home_apply a:after{
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.home_apply a.btn1:after{
  right: 19.3%;
  background-image: url(/img/home/apply_btn_arrow1.png);
}
.home_apply a.btn2:after{
  right: 12.3%;
  background-image: url(/img/home/apply_btn_arrow2.png);
}

.home_apply a:hover,
.home_apply a:hover img{
  opacity: 1;
}
.home_apply a:hover:after{
  margin-right: -5px;
}

/* Instagram */
.home_insta_wrap{

}
.home_insta_wrap .title{
  text-align: center;
  margin-bottom: 20px;
}

/* 各種データ表示 */
.home_data_link_nav{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.home_data_link_nav .item{
  width: 100%;
  padding: 0 5px;
}
.home_data_link_nav .item:nth-child(n+2){
  margin-top: 30px;
}
.home_data_link_nav .item .img{
  text-align: center;
  margin-bottom: 10px;
}
.home_data_link_nav .item .box{
  display: flex;
  align-items: center;
  /*min-height: 157px;*/
  background-image: url('/img/home/data_bg.png');
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 20px 20px;
}
/*.home_data_link_nav .item .box.data1{
  padding-bottom: 20px;
}
.home_data_link_nav .item .box.data2{
  
}
.home_data_link_nav .item .box.data3{
  align-items: flex-start;
}*/

.home_data_link_nav .item .box ul{
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.666;
}
.home_data_link_nav .item .box ul li{
  padding: 9px 0;
  border-bottom: 1px dashed #181818;
}
.home_data_link_nav .item .box ul li+li{
  margin-top: 3px;
}
.home_data_link_nav .item .box .center {
  text-align: center;
}
.home_data_link_nav .item .box .border {

}
.home_data_link_nav .item .box .border li{
  border-bottom: 1px dashed #181818;
}

/* グッズ */
.home_goods_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.home_goods_items .item{
  width: 50%;
  padding: 0 5px;
}
.home_goods_items .item:nth-child(n+3){
  margin-top: 15px;
}
.home_goods_items .item a{
  display: block;
  text-decoration: none;
}
.home_goods_items .item .img{

}
.schedule_pdf_link {
  max-width: 450px;
  width: 100%;
  padding: 15px;
  display: block;
  text-align: center;
  margin: 30px auto 0;
  background: #62c930;
  color: #fff;
  letter-spacing: 0.075em;
  box-shadow: 3px 3px #000;
  position: relative;
  transition: 0.2s;
}
.schedule_pdf_link:hover{
  text-decoration: none;
  box-shadow: none;
}
.schedule_pdf_link:after{
  content: "\f1c1";
  margin-left: 15px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ff0000;
}

.home_goods_items .item .img.img_fit:before{
  padding-top: 82.35%;
}
.home_goods_items .item .img img{
  transition: 0.2s all;
}
.home_goods_items .item .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-decoration: none;
  color: #FFF;
  margin-top: 10px;

}

.home_goods_items .item a:hover img{
  transform: scale(1.1);
}

/* 大きい英字見出し */
.home_big_tt1{
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 65px;
}
.home_big_tt1 .en{
  padding: 0 15px;
}
.home_big_tt1 .ja{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #FFF;
  background: #ffe142;
  padding: 0 20px;
  position: absolute;
  z-index: 1;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* こども専門 */
.home_tokiwa_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;

}
.home_tokiwa_wrap .box1{
  width: 70%;
  /*margin: 0 auto 48%;*/
  margin: 0 auto 20%;
}
.home_tokiwa_wrap .box2{
  width: 70%;
  margin: 30px auto 30%;
}
.home_tokiwa_wrap .box3{
  width: 100%;
}
.home_tokiwa_wrap .box1 .img,
.home_tokiwa_wrap .box2 .img{
  position: relative;
  z-index: 1;
}
.home_tokiwa_wrap .box1 .img .pos1 img,
.home_tokiwa_wrap .box2 .img .pos1 img{
  width: 100%;
}
.home_tokiwa_wrap .box1 .img .pos2,
.home_tokiwa_wrap .box2 .img .pos2{
  position: absolute;
  z-index: 1;
}

.home_tokiwa_wrap .box1 .img{

}
.home_tokiwa_wrap .box1 .img .pos1{

}
.home_tokiwa_wrap .box1 .img .pos2{
  /*width: 98.24%;*/
  width: 80%;
  top: 88%;
  left: -15%;
}
.home_tokiwa_wrap .box2 .img{

}
.home_tokiwa_wrap .box2 .img .pos1{

}
.home_tokiwa_wrap .box2 .img .pos2{
  width: 100%;
  top: 75%;
  right: -25%;
}

.home_tokiwa_wrap .box3{

}
.home_tokiwa_wrap .box3 .txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: center;
}

/* コース紹介 */
.home_course_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.home_course_items .item{
  width: 100%;
  padding: 0 5px;
}
.home_course_items .item:nth-child(n+2){
  margin-top: 40px;
}
.home_course_items .item .box{
  position: relative;
  z-index: 1;
}
.home_course_items .item .box:after{
  content: "";
  background-image: url('/img/home/links_img_bg.png');
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 10px;
}
.home_course_items .item .img{
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.home_course_items .item .img img{
  width: 100%;
  transition: 0.2s all;
  opacity: 1;
}
.home_course_items .item .img:hover img{
  transform: scale(1.05);
  filter: brightness(1.2);
}
.home_course_items .item .read_more{

}

/* ご利用案内 */
.home_guide_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.home_guide_items .item{
  width: 100%;
  padding: 0 5px;
}
.home_guide_items .item:nth-child(n+2){
  margin-top: 20px;
}
.home_guide_items .item a{
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #000;
  opacity: 1;
}
.home_guide_items .item a img{
  opacity: 0.7;
  transition: 0.2s all;
}
.home_guide_items .item a.dark img{
  opacity: 0.5;
}
.home_guide_items .item a:hover img{
  transform: scale(1.05);
  filter: brightness(1.2);
  opacity: 1;
}
.home_guide_items .item a.dark:hover img{
  opacity: 0.7;
}

.home_guide_items .item .title{
  width: 100%;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home_guide_items .item .title .en{
  display: block;
  font-size: 2.333em;
  font-family: "Outfit";
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
}
.home_guide_items .item .title .ja{
  display: block;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 8px;
}

/* リンクバナー */
.home_link_banner{
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #9acdad;
  border-radius: 10px;

}
.home_link_banner .item{
  position: relative;
  z-index: 1;
}
.home_link_banner .item:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  width: 1px;
  background: #9acdad;
}
.home_link_banner .item a{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 10px;
}


.prf{
  position: relative;
  z-index: 1;
}
.prf .illust{
  width: 100px;
  position: absolute;
  bottom: 100%;
  right: 10px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .home_sec_bg_pos1{
    width: 90px;
    top: 0;
    right: 0;
    -webkit-transform: translate(23px, -77%);
    transform: translate(15px, -77%);
  }
  .home_sec_bg_pos2{
    width: 100px;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(12px, 66.5%);
    transform: translate(-15px, 66.5%);
  }
  .home_sec_bg_pos3{
    width: 100px;
    top: 0;
    right: 0;
    -webkit-transform: translate(50px, -88.5%);
    transform: translate(50px, -88.5%);
  }
  .home_sec_bg_pos4{
    width: 100px;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(18px, 105.8%);
    transform: translate(-15px, 105.8%);
  }


  .home_data_link_nav .item .img{

  }
  .home_data_link_nav .item .img img{
    width: 70%;
  }
  .home_data_link_nav .item .box{
    /*width: 86%;*/
    max-width: 340px;
    margin: 0 auto;
  }

  .home_link_banner .item{
    width: 50%;
  }
  .home_link_banner .item:nth-child(2n):after{
    display: none;
  }


  .home_big_tt1{
    margin-bottom: 50px;
  }

  .pg_home .item_list .item:nth-child(n+3){
    display: none;
  }

  .home_tokiwa_wrap .box3 .txt{
    text-align: justify;
  }
}
@media (min-width:768px){

  .pg_home .section{
    margin-top: 50px;
  }
  .pg_home .section.sec1{
    margin-top: 75px;
  }
  .pg_home .section.sec2{
    margin-top: 80px;
  }
  .pg_home .section.sec3{
    margin-top: 130px;
  }
  .pg_home .section.sec4{
    margin-top: 70px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pg_home .section.sec4 .tt2{
    margin-bottom: 50px;
  }
  .pg_home .section.sec4 .read_more{
    /*margin-bottom: 50px;*/
  }

  .pg_home .section.sec5{
    padding-top: 70px;
  }
  .pg_home .section.sec6{
    margin-top: 130px;
  }
  .pg_home .section.sec7{
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .pg_home .section.sec8{
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0;
  }
  .pg_home .section.sec9{
    padding-top: 130px;
    margin-top: 0;
  }
  .pg_home .section.sec10{
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pg_home .section.sec6 .tt2{
    margin-bottom: 40px;
  }
  .pg_home .section.sec9 .tt2{
    margin-bottom: 50px;
  }

  /* 背景 */
  .home_sec_bg_pos1{
    width: 182px;
    left: 100%;
    -webkit-transform: translate(-135px, -77%);
    transform: translate(-135px, -77%);
  }
  .home_sec_bg_pos2{
    width: 180px;
    right: 100%;
    -webkit-transform: translate(105px, 107.5%);
    transform: translate(105px, 107.5%);
  }
  .home_sec_bg_pos3{
    width: 203px;
    left: 100%;
    -webkit-transform: translate(-155px, -103.5%);
    transform: translate(-155px, -103.5%);
  }
  .home_sec_bg_pos4{
    width: 203px;
    right: 100%;
    -webkit-transform: translate(150px, 105.8%);
    transform: translate(150px, 105.8%);
  }

  /* バナー */
  .home_banner{
    margin-bottom: 30px;
  }
  .home_banner a{
  }
  .home_banner a img{
  }

  .home_banner a .btn{
    width: 24.23%;
  }


  /* 申込みボタン */
  .home_apply{
    margin: 0 -10px;
  }
  .home_apply a{
    width: 50%;
    padding: 0 10px;
  }
  .home_apply a:nth-child(n+2){
    margin-top: 0;
  }
  .home_apply a:nth-child(n+3){
    margin-top: 20px;
  }
  .home_apply a:after{
    width: 24px;
    height: 24px;
  }

  /* 各種データ表示 */
  .home_data_link_nav{
    margin: 0 -10px;
  }
  .home_data_link_nav .item{
    width: 33.333%;
    padding: 0 10px;
  }
  .home_data_link_nav .item:nth-child(n+2){
    margin-top: 0;
  }
  .home_data_link_nav .item:nth-child(n+4){
    margin-top: 15px;
  }

  .home_data_link_nav .item .box{
    min-height: 157px;
    padding: 10px 18px;
    /*max-height: 260px;*/
    height: 100%;
  }
  .home_data_link_nav .item .box.data1{
    padding-bottom: 20px;
  }
  .home_data_link_nav .item .box.data2{

  }
  .home_data_link_nav .item .box.data3{
    /*     align-items: flex-start; */
  }

  .home_data_link_nav .item .box ul{
    font-size: 18px;
  }
  .home_data_link_nav .item .box ul li{
    padding: 9px 0;
    border-bottom: 1px dashed #181818;
  }


  /* グッズ */
  .home_goods_items{
    margin: 0 -10px;
  }
  .home_goods_items .item{
    width: 25%;
    padding: 0 10px;
  }
  .home_goods_items .item:nth-child(n+3){
    margin-top: 0;
  }
  .home_goods_items .item:nth-child(n+5){
    margin-top: 15px;
  }
  .home_goods_items .item a{
  }
  .home_goods_items .item .img{

  }
  .home_goods_items .item .title{
    font-size: 16px;
    margin-top: 10px;
  }

  /* 大きい英字見出し */
  .home_big_tt1{
    margin-bottom: 80px;
  }
  .home_big_tt1 .en{

  }
  .home_big_tt1 .ja{
    font-size: 40px;
    padding: 0 20px;
    bottom: -26px;
  }


  /* こども専門 */
  .home_tokiwa_wrap{
    align-items: center;
    margin-top: -152px;
  }
  .home_tokiwa_wrap .box1{
    width: 25.67%;
    margin: 0;
  }
  .home_tokiwa_wrap .box2{
    width: 25.67%;
    margin: 0;
  }
  .home_tokiwa_wrap .box3{
    width: 48.64%;
    margin-top: 87px;
    margin-bottom: 0;
  }
  .home_tokiwa_wrap .box1 .img,
  .home_tokiwa_wrap .box2 .img{
  }
  .home_tokiwa_wrap .box1 .img{

  }
  .home_tokiwa_wrap .box1 .img .pos1{

  }
  .home_tokiwa_wrap .box1 .img .pos2{
    /*width: 98.24%;
    top: 94.1%;
    left: -14%;*/
    width: auto;
    top: 110%;
    left: 0;
  }
  .home_tokiwa_wrap .box2 .img{

  }
  .home_tokiwa_wrap .box2 .img .pos1{

  }
  .home_tokiwa_wrap .box2 .img .pos2{
    width: auto;
    top: 95%;
    right: -4%;
  }

  .home_tokiwa_wrap .box3{

  }
  .home_tokiwa_wrap .box3 .txt{
    font-size: 16px;
    padding: 5px 5px 0;
  }

  /* コース紹介 */
  .home_course_items{
    margin: 0 -10px;
  }
  .home_course_items .item{
    width: 33.333%;
    padding: 0 10px;
  }
  .home_course_items .item:nth-child(n+2){
    margin-top: 0;
  }
  .home_course_items .item:nth-child(n+4){
    margin-top: 30px;
  }
  .home_course_items .item .read_more{

  }

  /* ご利用案内 */
  .home_guide_items{
    margin: 0 -10px;
  }
  .home_guide_items .item{
    width: 50%;
    padding: 0 10px;
  }
  .home_guide_items .item:nth-child(n+2){
    margin-top: 0;
  }
  .home_guide_items .item:nth-child(n+3){
    margin-top: 20px;
  }
  .home_guide_items .item a{
  }
  .home_guide_items .item .title{
    font-size: 18px;
  }
  .home_guide_items .item .title .en{
    font-size: 2.333em;
  }
  .home_guide_items .item .title .ja{
    margin-top: 8px;
  }

  .home_link_banner .item{
    width: 20%;
    display: flex;
  }
  .home_link_banner .item:after{

  }
  .home_link_banner .item:nth-child(5n):after{
    display: none;
  }

  .prf{
  }
  .prf .illust{
    width: 150px;
  }

}
@media (min-width:1024px){

  .pg_home .section.sec1{
    margin-top: 75px;
  }
  .pg_home .section.sec2{
    margin-top: 150px;
  }
  .pg_home .section.sec3{

  }
  .pg_home .section.sec4{
    margin-top: 70px;
    padding-top: 92px;
    padding-bottom: 110px;
  }
  .pg_home .section.sec4 .tt2{
    margin-bottom: 50px;
  }
  .pg_home .section.sec4 .read_more{
    /*margin-bottom: 50px;*/
  }

  .pg_home .section.sec5{
    padding-top: 70px;
  }
  .pg_home .section.sec6{
    margin-top: 210px;
  }
  .pg_home .section.sec7{
    margin-top: 148px;
    padding-bottom: 150px;
  }
  .pg_home .section.sec8{
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: 0;
  }
  .pg_home .section.sec9{
    padding-top: 210px;
    margin-top: 0;
  }
  .pg_home .section.sec10{
    margin-top: 150px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pg_home .section.sec6 .tt2{
    margin-bottom: 40px;
  }
  .pg_home .section.sec9 .tt2{
    margin-bottom: 50px;
  }

  /* 背景 */
  .home_sec_bg_pos1{
    width: 182px;
    -webkit-transform: translate(-100px, -77%);
    transform: translate(-100px, -77%);
  }
  .home_sec_bg_pos2{
    width: 202px;
    /*-webkit-transform: translate(120px, 76.5%);*/
    /*transform: translate(120px, 76.5%);*/
    -webkit-transform: translate(120px, 102.5%);
    transform: translate(120px, 102.5%);
  }
  .home_sec_bg_pos3{
    width: 203px;
    -webkit-transform: translate(-90px, -103.5%);
    transform: translate(-90px, -103.5%);
  }
  .home_sec_bg_pos4{
    width: 203px;
    -webkit-transform: translate(100px, 105.8%);
    transform: translate(100px, 105.8%);
  }

  /* バナー */
  .home_banner{
    margin-bottom: 60px;
  }

  /* 申込みボタン */
  .home_apply{
    margin: 0 -15px;
  }
  .home_apply a{
    width: 50%;
    padding: 0 15px;
  }
  .home_apply a:nth-child(n+3){
    margin-top: 20px;
  }
  .home_apply a:after{
    width: 31px;
    height: 31px;
  }

  /* 各種データ表示 */
  .home_data_link_nav{
    margin: 0 -15px;
  }
  .home_data_link_nav .item{
    width: 33.333%;
    padding: 0 15px;
  }
  .home_data_link_nav .item:nth-child(n+4){
    margin-top: 15px;
  }

  /* グッズ */
  .home_goods_items{
    margin: 0 -15px;
  }
  .home_goods_items .item{
    width: 25%;
    padding: 0 15px;
  }
  .home_goods_items .item:nth-child(n+5){
    margin-top: 15px;
  }

  /* こども専門 */
  .home_tokiwa_wrap{
    align-items: flex-start;
    margin-top: -152px;
  }

  /* コース紹介 */
  .home_course_items{
    margin: 0 -15px;
  }
  .home_course_items .item{
    width: 33.333%;
    padding: 0 15px;
  }

  /* ご利用案内 */
  .home_guide_items{
    margin: 0 -15px;
  }
  .home_guide_items .item{
    width: 50%;
    padding: 0 15px;
  }

}
@media (min-width:1200px){

  .home_data_link_nav .item .box{
    max-height: inherit;
    height: inherit;
    /*max-height: 220px;*/
  }
  /* 背景 */
  .home_sec_bg_pos1{
    width: 270px;
    -webkit-transform: translate(-155px, -77%);
    transform: translate(-155px, -77%);
  }
  .home_sec_bg_pos2{
    width: 300px;
    -webkit-transform: translate(120px, 76.5%);
    transform: translate(120px, 76.5%);
  }
  .home_sec_bg_pos3{
    width: 300px;
    -webkit-transform: translate(-90px, -103.5%);
    transform: translate(-90px, -103.5%);
  }
  .home_sec_bg_pos4{
    width: 300px;
    -webkit-transform: translate(210px, 105.8%);
    transform: translate(210px, 105.8%);
  }

  .prf{
  }
  .prf .illust{
    width: auto;
  }

  .home_link_banner .item a{
    padding-top: 38px;
    padding-bottom: 38px;
  }

}
@media (min-width:1440px){

  /* 背景 */
  .home_sec_bg_pos1{
    width: 365px;
    height: 420px;
    -webkit-transform: translate(23px, -77%);
    transform: translate(23px, -77%);
  }
  .home_sec_bg_pos2{
    width: 405px;
    /*height: 729px;*/
    -webkit-transform: translate(12px, 39.5%);
    transform: translate(12px, 39.5%);
  }
  .home_sec_bg_pos3{
    width: 406px;
    /*height: 842px;*/
    -webkit-transform: translate(-20px, -88.5%);
    transform: translate(-20px, -88.5%);
  }
  .home_sec_bg_pos4{
    width: 406px;
    /*height: 516px;*/
    -webkit-transform: translate(16px, 98.8%);
    transform: translate(16px, 98.8%);
  }

}
@media (min-width:1820px){

}


/* **********************************
 *  こども専門スクール
 * ********************************* */
.pg_children{

}
.pg_children .section.sec1{
}
.pg_children .section.sec2{
  margin-top: 50px;
}
.pg_children .section.sec3{
  margin-top: 50px;
}


/* 概要 */
.children_about_msg{
  text-align: left;
  margin-bottom: 85px;
}
.children_about_msg .title,
.children_about_msg .txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  /*text-align: justify;*/
}
.children_about_msg .title{

}
.children_about_msg .txt{

}

/* 概要(解説) */
.children_about_wrap{
  display: flex;
  flex-wrap: wrap;

  background: #FFF;
}
.children_about_wrap .item{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.children_about_wrap .item .box1{
  width: 100%;
  padding: 17px 7px 22px;
  order: 2;
}
.children_about_wrap .item .box2{
  width: 100%;
  order: 1;
}
.children_about_wrap .item .img img{
  width: 100%;
}
.children_about_wrap .item .title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding-bottom: 2px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.children_about_wrap .item .title:after{
  content: "";
  width: 100%;
  height: 16px;
  background: #62c930;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.children_about_wrap .item .txt{
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  padding-right: 7px;

}
.children_about_wrap .item:nth-child(odd) {
  align-content: space-between;
}
/*.children_about_wrap .item:nth-child(odd) .box1{
  order: 1;
}
.children_about_wrap .item:nth-child(odd) .box2{
  order: 2;
}
.children_about_wrap .item:nth-child(even) .box1{
  order: 2;
}
.children_about_wrap .item:nth-child(even) .box2{
  order: 1;
}*/

/* 健康 */
.children_physical_wrap{

}
.children_physical_wrap .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.children_physical_wrap .item:nth-child(n+2){
  margin-top: 30px;
}
.children_physical_wrap .item .box1{
  width: 100%;
  order: 2;
  margin-top: 10px;
}
.children_physical_wrap .item .box2{
  width: 100%;
  order: 1;
}
.children_physical_wrap .item .img img{
  width: 100%;
}

.children_physical_wrap .item .txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.25;
  text-align: justify;
}
.children_physical_wrap .item .txt .red{
  font-weight: 700;
  color: #ff0000;
}
.children_physical_wrap .item .txt .blue{
  font-weight: 700;
  color: #0107ff;
}

/*.children_physical_wrap .item:nth-child(odd) .box1{
  order: 1;
}
.children_physical_wrap .item:nth-child(odd) .box2{
  order: 2;
}
.children_physical_wrap .item:nth-child(even) .box1{
  order: 2;
}
.children_physical_wrap .item:nth-child(even) .box2{
  order: 1;
}*/

/* サポート */
.children_support_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.children_support_wrap .item{
  width: 100%;
  padding: 0 5px;
}
.children_support_wrap .item:nth-child(n+2){
  margin-top: 30px;
}
.children_support_wrap .item .img{
  margin-bottom: 7px;
}
.children_support_wrap .item .img img{
  width: 100%;
}
.children_support_wrap .item .txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_children{

  }
  .pg_children .section.sec1{
  }
  .pg_children .section.sec2{
    margin-top: 146px;
  }
  .pg_children .section.sec3{
    margin-top: 146px;
  }


  /* 概要 */
  .children_about_msg{
    /*text-align: center;*/
    margin-bottom: 85px;
  }
  .children_about_msg .title,
  .children_about_msg .txt{
    font-size: 16px;
    font-weight: 500;
    /*text-align: justify;*/
  }
  .children_about_msg .title{

  }
  .children_about_msg .txt{

  }

  /* 概要(解説) */
  .children_about_wrap{
  }
  .children_about_wrap .item{
    width: 50%;
  }
  .children_about_wrap .item .box1{
    padding: 17px 7px 22px;
  }
  .children_about_wrap .item .box2{

  }
  .children_about_wrap .item .title{
    font-size: 18px;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
  .children_about_wrap .item .title:after{
    height: 16px;
  }
  .children_about_wrap .item .txt{
    font-size: 16px;
    padding-right: 7px;
  }

  .children_about_wrap .item:nth-child(odd) .box1{
    order: 1;
  }
  .children_about_wrap .item:nth-child(odd) .box2{
    order: 2;
  }
  .children_about_wrap .item:nth-child(even) .box1{
    order: 2;
  }
  .children_about_wrap .item:nth-child(even) .box2{
    order: 1;
  }


  /* 健康 */
  .children_physical_wrap{

  }
  .children_physical_wrap .item{
  }
  .children_physical_wrap .item:nth-child(n+2){
    margin-top: 25px;
  }
  .children_physical_wrap .item .box1{
    width: 51.35%;
    margin-top: 0;
  }
  .children_physical_wrap .item .box2{
    width: 42.79%;
    margin-top: 10px;
  }

  .children_physical_wrap .item .txt{
    font-size: 16px;
  }

  .children_physical_wrap .item:nth-child(odd) .box1{
    order: 1;
  }
  .children_physical_wrap .item:nth-child(odd) .box2{
    order: 2;
  }
  .children_physical_wrap .item:nth-child(even) .box1{
    order: 2;
  }
  .children_physical_wrap .item:nth-child(even) .box2{
    order: 1;
  }


  /* サポート */
  .children_support_wrap{
    margin: 0 -10px;
  }
  .children_support_wrap .item{
    width: 33.333%;
    padding: 0 10px;
  }
  .children_support_wrap .item:nth-child(n+2){
    margin-top: 0;
  }
  .children_support_wrap .item:nth-child(n+4){
    margin-top: 27px;
  }
  .children_support_wrap .item .img{

  }
  .children_support_wrap .item .txt{
    font-size: 16px;
  }


}
@media (min-width:1024px){

  .children_about_msg{
    text-align: center;
  }

  /* 概要(解説) */
  .children_about_wrap{
  }
  .children_about_wrap .item{
    width: 25%;
  }
  .children_about_wrap .item .box1{
    padding: 17px 7px 22px;
  }
  .children_about_wrap .item .box2{

  }
  .children_about_wrap .item .title{
    font-size: 18px;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
  .children_about_wrap .item .title:after{
    height: 16px;
  }
  .children_about_wrap .item .txt{
    font-size: 16px;
    padding-right: 7px;
  }

  /* サポート */
  .children_support_wrap {

  }
  .children_support_wrap{
    margin: 0 -15px;
  }
  .children_support_wrap .item{
    width: 33.333%;
    padding: 0 15px;
  }

}
@media (min-width:1200px){

  .pg_children .section.sec3 .tt2.size2{
    margin-bottom: 60px;
  }

  .children_about_wrap .item .txt{
    line-height: 1.875;
  }

}





/*******************************
*　
********************************/


div.usccart_navi li{
  padding: 10px 2px;
  border-right: 1px solid #FFF;
}
div.usccart_navi li:last-child{
  border-right: 0;
}
div.usccart_navi li.usccart_cart,
div.usccart_navi li.usccart_customer,
div.usccart_navi li.usccart_delivery,
div.usccart_navi li.usccart_confirm
{
  background: #62c930;
}

div.usccart_navi li.ucart{

}

#inside-cart .no_cart{
  color: #f44336;
}

#inside-cart .send{

}
#inside-cart .send input,
#customer-info .send input,
#delivery-info .send input,
#info-confirm .send input,
input[type="submit"]{
  /*  width: 300px;
    padding: 14px 10px;
    background: #FFF;
    box-shadow: 3px 3px 0 #3e3f3e;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;*/
  /*padding: 5px 10px;*/
  margin: 2px;
  /*background: #CCC;*/
  background: #62c930;
  border: 0;
  font-size: 18px;
  padding: 12px;
  letter-spacing: 0.075em;
  max-width: 350px;
  width: 100%;
  transition: 0.2s;
}
#inside-cart .send input:hover,
#customer-info .send input:hover,
#delivery-info .send input:hover,
#info-confirm .send input:hover,
input[type="submit"]:hover{
  background: #92ef65;
}

#cart th{
  background: #62c930;
}
#cart td{
  background: #FFF;
}
#cart .upbutton{
  margin-bottom: 5px;
}
#cart input[type="submit"]{
  background: #CCC;
}
#cart .upbutton input[name="upButton"]{
  padding: 1px 5px 3px;
}

.customer_form{
  margin-bottom: 30px;
}
.customer_form th,
.customer_form td{
  font-size: 16px !important;
  padding: 10px 10px !important;
}
.customer_form th{
  background: #62c930 !important;
  color: #FFF !important;
}
.customer_form td{
  background: #FFF !important;
}

.customer_form input[type="text"],
.customer_form input[type="email"],
.customer_form input[type="password"],
.customer_form select,
.customer_form textarea,
.customer_form input[type="text"]{
  font-size: 16px !important;
  padding: 5px !important;
}
.customer_form dt{
  font-size: 16px !important;
}
.customer_form em{
  float: right !important;
}

#confirm_table .ttl td{
  background: orange !important;
  ;
  color: #FFF !important;
  ;
}
#confirm_table .ttl h3{
  color: #FFF !important;
  ;
}
/*メンバーログイン*/
#memberpages div.loginbox{
  width: 100%;
  background: inherit;
  border: 0;
  text-align: center;
}
#memberpages .loginbox p {
  font-size: 16px;
  padding-top: 25px;
  line-height: inherit;
}
#memberpages input.loginmail,
#memberpages input.loginpass{
  font-size: 16px;
  margin-top: 10px;
  line-height: 50px;
  max-width: 500px;
  width: 100%;
  border: 2px solid #565656;
}
/*会員ページ*/
#memberinfo th,
#memberinfo td{
  font-size: 16px;
  letter-spacing: 0.075em;
}
#memberinfo td{
  background: #fff;
}
#memberpages #memberinfo ul{
  padding: 0;
}
#memberpages #memberinfo ul li{
  font-size: 16px;
  margin-top: 15px;
  letter-spacing: 0.075em;
}
#memberinfo h3 {
  font-size: 18px;
  line-height: 34px;
  height: inherit;
  letter-spacing: 0.075em;
}
/*会員情報編集*/
input[name="top"]{
  margin: 2px;
  background: #CCC;
  border: 0;
  font-size: 18px;
  padding: 12px;
  letter-spacing: 0.075em;
  max-width: 350px;
  width: 100%;
  transition: 0.2s;
}
input[name="top"]:hover{
  background: #a4a4a4;
}
input[name="deletemember"]{
  margin: 2px;
  background: #ff4848;
  border: 0;
  font-size: 18px;
  padding: 12px;
  letter-spacing: 0.075em;
  max-width: 350px;
  width: 100%;
  transition: 0.2s;
  color: #fff;
}
input[name="deletemember"]:hover{
  background: #c94040;
  color: #fff;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  div.usccart_navi li.ucart{
    font-size: 11px;
  }

  .customer_form,
  .customer_form tbody,
  .customer_form tr,
  .customer_form th,
  .customer_form td{
    display: block;
    width: 100% !important;
  }

  .customer_form select,
  .customer_form textarea,
  .customer_form input[name="loginmail"],
  .customer_form input[name="customer[mailaddress1]"],
  .customer_form input[name="customer[mailaddress2]"],
  .customer_form input[type="email"],
  .customer_form input[type="password"]{
    width: 100% !important;
  }

  .customer_form tr.inp2 input{
    width: 100% !important;
  }

}
@media (max-width:1023px){
  #memberinfo table,
  #memberinfo tbody,
  #memberinfo tr,
  #memberinfo th,
  #memberinfo td{
    width: 100%;
    display: block;
  }
  #memberinfo .blank_cell,
  #memberinfo .blank{
    display: none;
  }
  #memberinfo th,
  #memberinfo td{
    padding: 10px;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}

/*カート*/


/*******************************
*　メンテナンス
********************************/
.maintenance_text1{
  font-size: 24px;
  text-align: center;
}
.maintenance_text2{
  text-align: center;
}
body.page-id-427 {
  margin: 0;
  padding-top: 0;
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
}
@media (min-width:768px){
  .mainte .home_apply{
    margin-top: 50px;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .maintenance_text1{
    font-size: 30px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}


/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
}
.pg_xxx .section.sec2{
}
.pg_xxx .section.sec3{
}

img[class*="wp-image-"], img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
