@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: 一般社団法人てらこや千聚
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
x-server mail pw:cocochan01
*/

.p-mainVisual__slideTitle,
.p-mainVisual__slideText{
    text-align: left;
    text-shadow: 2px 2px 4px #666;
}
.p-mainVisual__textLayer{
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    left: 25%;
    top: 43%;

}
.p-mainVisual__slideTitle{
    font-size: 60px;
}
.p-mainVisual__slideText p{
    font-size: 28px;
}
.p-mainVisual__slideText p span{
    font-size: 18px;
}
img.p-mainVisual__img.u-obf-cover{
  object-position: 50% 80%;
}

/* ヘッダー */
.l-header{
  padding-bottom: 5px;
}


.concept .smb-panels__item.smb-panels__item--free{
  pointer-events: none;
}

/* フェードアップ */
/* 要素フェードアップ */
.js-fadeUp {
    opacity: 0; 
    transform: translateY(50px); 
    transition: opacity 1.3s, transform 1.3s; 
  }
  
  .js-fadeUp.is-inview {
    opacity: 1; 
    transform: translateY(0); 
    transition-delay: .1s; 
  }

  /* タイトル装飾 */
  h2.wp-block-heading.has-text-align-center.is-style-section_ttl{
     font-family: "Sorts Mill Goudy", serif;
  font-weight:bold

  }
  h2.wp-block-heading.has-text-align-center.is-style-section_ttl::after{
content: '';
width: 70px;
height: 3px;
display: block;
background-color: #91dfb3;
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
  }

  p{
    font-family: "Open Sans", sans-serif;

  }
  .news h2.wp-block-heading.is-style-section_ttl::before{
    content: 'NEWS';
    display: block;
    width: auto;
    height: auto;
    font-size: 90px;
    opacity: 0.2;
    color: pink;
font-family: "Sorts Mill Goudy", serif;
position: absolute;
top:-80px;
left: 50%;
transform: translateX(-50%);
  }
  .program h2.wp-block-heading.is-style-section_ttl::before{
    content: 'PROGRAM';
    display: block;
    width: auto;
    height: auto;
    font-size: 90px;
    opacity: 0.2;
    color: pink;
font-family: "Sorts Mill Goudy", serif;
position: absolute;
top:-80px;
left: 50%;
transform: translateX(-50%);
  }
  .service h2.wp-block-heading.is-style-section_ttl::before{
      content: 'SCHOOL';
    display: block;
    width: auto;
    height: auto;
    font-size: 90px;
    opacity: 0.2;
    color: pink;
font-family: "Sorts Mill Goudy", serif;
position: absolute;
top:-80px;
left: 50%;
transform: translateX(-50%);
  }
  .counseling h2.wp-block-heading.is-style-section_ttl::before{
       content: 'COUNSELING';
    display: block;
    width: auto;
    height: auto;
    font-size: 90px;
    opacity: 0.2;
    color: pink;
font-family: "Sorts Mill Goudy", serif;
position: absolute;
top:-80px;
left: 50%;
transform: translateX(-50%);
  }
  .profile h2.wp-block-heading.is-style-section_ttl::before{
      content: 'PROFILE';
    display: block;
    width: auto;
    height: auto;
    font-size: 90px;
    opacity: 0.2;
    color: pink;
font-family: "Sorts Mill Goudy", serif;
position: absolute;
top:-80px;
left: 50%;
transform: translateX(-50%);
  }
  .service .smb-panels__item__content{
    text-align:left;
  }
  .trial h2.wp-block-heading.is-style-section_ttl::before{
      content: 'TRIAL';
    display: block;
    width: auto;
    height: auto;
    font-size: 90px;
    opacity: 0.2;
    color: pink;
font-family: "Sorts Mill Goudy", serif;
position: absolute;
top:-80px;
left: 50%;
transform: translateX(-50%);
  }
  .schedule h2.wp-block-heading.is-style-section_ttl::before{
      content: 'SCHEDULE';
    display: block;
    width: auto;
    height: auto;
    font-size: 90px;
    opacity: 0.2;
    color: pink;
font-family: "Sorts Mill Goudy", serif;
position: absolute;
top:-80px;
left: 50%;
transform: translateX(-50%);
  }

  .service .smb-panels__item__figure{
    height: 300px;
  }
   .service .smb-panels__item__figure img{
    height: 100%;
    object-fit: cover;
   }


   /* 各固定ページメインビジュアル */
   @media (min-width: 600px) {
    .l-topTitleArea {
      height: 50vh;
    }
  }

  /* 講座申込フォーム */
  /* form.wpcf7-form.init{
    margin-top: 60px;
  }
  div.form-box{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
   padding-bottom: 20px;
   margin-bottom: 20px;
   
   border-bottom: 1px solid #e2e2e2;
  }
  div.form-box._c{
    flex-direction: column;
    align-items: end;
  }
  div.form-box.select{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  div.form-box._c div.form-box{
    padding-bottom: 0;
    border-bottom: 0;
    width: 100%;
  }
  div.form-box > p{
    width: 30%;
  }
  div.form-box > p span{
    display: block;
    font-size: 14px;
    color: rgb(189, 3, 3);
  
  }
  
  div.form-box span.wpcf7-form-control-wrap{
    width: 70%;
  }
  div.form-box span.wpcf7-form-control-wrap input,
  div.form-box span.wpcf7-form-control-wrap select,
  div.form-box span.wpcf7-form-control-wrap textarea{
    width: 100%;
  }
 
  */
/* 講座リンク無効 */
.menu-item-165 > a,
.menu-item-391 > a{
  pointer-events: none;
}
  /* 問い合わせ*/
  .page-id-322 img.l-topTitleArea__img.c-filterLayer__img.u-obf-cover{
    object-position: 50% 20%;
  }
  div#wpcf7-f321-p322-o1,
  div#wpcf7-f372-p373-o1{
    width: 80%;
    margin: 0 auto;
  }
  .cont-w{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .cont-w._c{
    display: block;
  }
  .cont-w.select{
    margin-bottom: 10px;
  }
   .cont-w > p{
    width: 25%;
   }
   .cont-w > p.notice{
    width: 75%;
   font-size: 14px;
   margin-left: auto;
   padding-right: 10px;
  }
   .cont-w > p span{
    display: block;
    color: rgb(189, 3, 3);
    font-size: 14px;
   }

    div.privacy-check{
    text-align: center;
    margin-top: 30px;
  }
  div.submit{
    text-align: center;
    margin-top: 50px;
  }
  div.submit input{
    width: 200px;
    
  }
  span.wpcf7-spinner{
    display: block;
  } 
   .page-id-322 span.wpcf7-form-control-wrap{
    width: 70%;
   }
   .page-id-373 span.wpcf7-form-control-wrap{
    width: 70%;
   }
   .page-id-322 span.wpcf7-form-control-wrap input,
   .page-id-322 span.wpcf7-form-control-wrap textarea,
   .page-id-373 span.wpcf7-form-control-wrap input,
   .page-id-373 span.wpcf7-form-control-wrap textarea,
   .page-id-373 .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
   }

   /* 研修のご依頼タブ */
   .is-style-default>.c-tabList .c-tabList__button:hover, .is-style-default>.c-tabList .c-tabList__button[aria-selected=true]{
    background-color: #888888;
   }
  /* googleカレンダー */
  iframe.googleCalendar.lazyloaded{
    width: 800px;
    height: 600px;
   }

     @media (max-width: 768px) {
   .p-mainVisual__slideTitle{
    font-size: 32px;
   }
   .p-mainVisual__slideText p{
    font-size: 22px;
   }
   .p-mainVisual__textLayer{
   width: 100%;
    top: 55%;
    left: 50%;
   }
   .news h2.wp-block-heading.is-style-section_ttl::before,
   .schedule h2.wp-block-heading.is-style-section_ttl::before,
   .trial h2.wp-block-heading.is-style-section_ttl::before,
   .profile h2.wp-block-heading.is-style-section_ttl::before,
   .program h2.wp-block-heading.is-style-section_ttl::before,
   .counseling h2.wp-block-heading.is-style-section_ttl::before,
   .service h2.wp-block-heading.is-style-section_ttl::before,
   .schedule h2.wp-block-heading.is-style-section_ttl::before
   {
    font-size: 32px;
    top: -30px;
	   opacity: 0.4;
   }
  iframe.googleCalendar.lazyloaded{
    width: 100%;
    height: 400px;
   }
   /* フォーム */
   div#wpcf7-f321-p322-o1, div#wpcf7-f372-p373-o1{
    width: 100%;
   }
   .cont-w{
    display: block;
   }
   .cont-w > p{
    width: auto;
   }
   .cont-w > p.notice{
    width: 100%;
   }
		  .page-id-201 table tr{
    display: flex;
    flex-direction: column;
   }
   .page-id-201 table tr td.has-text-align-right{
    text-align: left!important;
   }
  }
  