@charset "utf-8";

.header{
  max-width: 1040px;
  margin: 0 auto;
  position: sticky;
  top: 0;
  padding-bottom: 15px;
  z-index: 10;
}

.header_inner {
  max-width: 1040px;
  margin: 0 auto;
}


.logo{
  display: block;
  max-width: 1040px;
  padding: 20px 0;
  /* margin-top: 20px;
  margin-bottom: 20px; */
  background: linear-gradient(to bottom, rgba(255,255,255,50), transparent);
}

.container {
  max-width: 1040px;
  margin: 0 auto;
}

.family_name {
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 45px;
  color: #fff;
  background-color: #c89600;
  line-height: 50px;
  text-align: center;
  border-radius: 30px;
}

.family_name span {
  font-size: 25px;
  color: #fff;
}

/* トップ写真 */
.nav_box_main{
  max-width: 1040px;
  height: 400px;
  margin: 0 auto;
}

.nav_box_main img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
}


/* トップ部分のナビ関連 */
.nav_box_menu{
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

/* 有料の表示 */
.paid{
  width: 15%;
}
.paid p{
  width: 120px;
  font-size: 25px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  background-color: #666;
  border-radius: 15px;
  margin: 0 auto;
}

/* 講座名と講座内容の表示 */
.dept_and_cont_btn{
  width: 85%;
}
/* 講座名 */
.dept_name {
  font-size: 40px;
  color: #c89600;
  border-bottom: 3px solid #c89600;
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 1.25;
}

/* 講座内容 */
.cont_btn {
  width: 63%;
  /* width: 83%; */
  line-height: 65px;
}


.cont_btn a {
  width: 92%;
  display: block;
  /* display: flex; */
  line-height: 250%;
  font-size: 18px;
  color: #c89600;
  background-color: #ebe9ad;
  text-align: center;
  border-radius: 20px;
  font-weight: 500;
}

.cont_btn_box2 .tag{position: relative;}


.cont_btn_box1 {
  display: flex;
  /* justify-content: space-between; */
  justify-content: revert ;
  margin-bottom: 20px;
  /* width: 90%; */
}

.cont_btn_box2 {
  display: flex;
  /* justify-content: space-between; */
  justify-content: revert ;
  margin-bottom: 20px;
  /* width: 135%; */
}




/* 講座の注意書き */
.announce{
  width: 55%;
  margin-top: 40px;
}

.announce p{
  color: #fff;
  font-size: 135%;
  background: #a20016;
  text-align: center;
  padding: 5px;
}


/* ⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎
⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎
⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎ */

/* 上部の３つの常駐ボタン　 */

.header_btn_box {
  max-width: 1040px;
}

.header_btn1 {
  width: 35%;
  display: block;
  color: #fff;
  background-color: #444;
  /* border: 1px solid #000; */
  line-height: 65px;
  text-align: center;
  /* font-size: 25px; */
  /* position: relative; */
}
/* .header_btn1 img {
  position: absolute;
  top: 20px;
  left: 42px; */
/* } */
.header_btn1 a {
  display: block;
  font-size: 20px;
  /* padding: px 10px 12px 48px; */
}
.header_btn1 a::before{
  content: '';
  background-image: url(../img/mail_icon.jpg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.header_btn2 {
  position: relative;
  width: 35%;
  background-color: #ff7878;
  text-align: center;
  padding: 18px;
  height: 65px;
  inset: 0;
  margin: auto;
  line-height: 0.6;
}

.header_btn2 a{
  display: block;
  font-size: 150%;
  height: 65px;
  color: #fff;
  
}
.header_btn2 span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 60%;
  line-height: 2.5;
}


.header_btn3 {
  width: 35%;
  color: #fff;
  background-color: #5095ef;
  text-align: center;
  height: 65px;
}
.header_btn3 a {
  display: block;
  font-size: 130%;
  line-height: 65px;
}

.header_btn_box {
  display: flex;
  margin: 0 auto;
}

/* ⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎
⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎
⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎ */


.content_box {
  max-width: 1040px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
}

.pic_box {
  width: 36%;
}

.pic_box .pic img {
  width: 100%;
  height: 100%;
  object-fit:cover;

  aspect-ratio: 6/4;
  border-radius: 15px;
}

.headword {
  font-size: 28px;
  color: #c89600;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;

/* ページ内リンクの調整 */
  padding-top: 200px;
  margin-top:-200px;

}

.pic_box .bd {
  height: 15px;
  background-color: #ebe9ad;
  margin-top: -4px;
  margin-bottom: 20px;
}

.text_box {
  width: 60%;
  margin-top: 45px;
}

.text_box2 {
  width: 60%;
  margin-top: -4px;
}

.text_box .bd {
  height: 15px;
  background-color: #eee;
  margin-bottom: 12px;
}

.text_box2 .bd2 {
  height: 15px;
  background-color: #eee;
  margin-bottom: 12px;
}

.text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  text-align: justify;
  text-justify: inter-ideograph;
}

.little_lead{
  font-size: 20px;
  font-weight: 600;
  color: #c89600;
  line-height: 1;
}

.lead_line{
  width: 100%;
  border: solid 1px #c89600;
  margin: 5px 0;
}

.middle_lead{
  font-size: 24px;
  font-weight: 600;
  color: #c89600;
  line-height: 2;
}


.curriculum{
  margin: 20px 0px;
}

.curriculum li{
  width: 100%;
  height: 50px;
  background-color: #c89600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

.lesson{
  font-size: 30px;
  font-weight: 600;
  color: #c89600;
  text-align: center;
  margin-top: 15px;
}


.lead_line2{
  width: 100%;
  border: solid 5px #c89600;
  margin: 10px 0;
}

.price{
  font-size: 54px;
  color: #c89600;
  text-align: center;
  font-weight: 800;
  margin-top: -15px;
  margin-bottom: -15px;
}

.en{
  font-size: 30px;
  color: #c89600;
}

.h40{ 
  height: 40px;
}

/* ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇
◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇
◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */

/* フロー */

section{
  margin: 55px;
}

.flow01 li{
  margin: 30px 0;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #ece9a6 transparent transparent transparent;
  /* text-align: center; */
  /* justify-content: center; */
  margin: 30px auto;
}
.box{
  display: flex;
  background-color: #c89600;
  border: 1px solid #c89600;
  width: 90%;
  /* justify-content: center;←これダメ！！ */
  margin: 0px auto;
  align-items: center;
  border-radius: 20px;
}
.box .step{
  display: flex;
  background-color: #c89600;
  border-bottom: 6px solid #0000007a;
  border-left: 1px solid #0000007a;
  border-right: 1px solid #0000007a;
  padding: 10px 20px;
  border-radius: 20px;
  /* height: fit; */
  /* align-items: stretch; */
  align-self: auto;
  color: #fff;
}
.box .phrase{
  padding: 0 15px;
  width: 85%;
  line-height: 2;
}

.phrase{
  color: #fff;
}

/* ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇
◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇
◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */

/* スケジュール */
.schedule{
  max-width: 1040px;
  margin-top: -40px;
}

.schedule iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 6/4;
  padding: 0 30px;
}

/* 申し込みフォーム */
.forms{
  max-width: 1040px;
  height: 1250px;
  margin-top: -40px;
}

.forms iframe{
  width: 100%;
  height: 100%;
}

/* ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇
◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇
◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */


.headword a,
.cont_btn a {
  color: #c89600;
}

.cont_btn a:hover {
  background-color: #c89600;
  color: #fff;
}
.company_name a {
  color: #fff;
}
.header_btn_box a {
  color: #fff;
}


/* - ⬜︎⬜︎⬜︎⬜︎  ⬜︎⬜︎⬜︎⬜︎  ⬜︎⬜︎⬜︎⬜︎  ⬜︎⬜︎⬜︎⬜︎⬜︎  ⬜︎⬜︎⬜︎   ⬜︎⬜︎⬜︎⬜︎ -->
<!-- ⬜︎        ⬜︎    ⬜︎  ⬜︎     ⬜︎      ⬜︎       ⬜︎       ⬜︎     ⬜︎-->
<!-- ⬜︎⬜︎⬜︎   ⬜︎    ⬜︎  ⬜︎     ⬜︎      ⬜︎       ⬜︎⬜︎⬜︎   ⬜︎⬜︎⬜︎⬜︎ -->
<!-- ⬜︎       ⬜︎    ⬜︎  ⬜︎     ⬜︎      ⬜︎       ⬜︎       ⬜︎    ⬜︎-->
<!-- ⬜︎      ⬜︎⬜︎⬜︎⬜︎  ⬜︎⬜︎⬜︎⬜︎       ⬜︎       ⬜︎⬜︎⬜︎  ⬜︎     ⬜︎⬜︎ -->
<!-- footer -->
<!-- ⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎ --> */

/*フッター部ここから*/
footer.sfooter {
  background-color: #444;
  color: #fff;
  padding-top: 50px;
}

footer.sfooter a {
  color: #fff;
}

.sfooter .footer_inner {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer_left {
  width: 365px;
  padding-left: 20px;
}

.footer_center {
  width: 300px;
}

.footer_right {
  width: 300px;
  margin-right: 20px;
}

.company_name {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.company_address {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.sfooter .privacy_policy {
  display: block;
  width: 170px;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  padding: 7px 13px;
}

.sfooter .privacy_policy a {
  color: #444;
  font-weight: bold;

}

.sfooter .privacy_policy a:hover {
  color: #0d9ab6;
  font-weight: bold;
}

.link_item {
  color: #fff;
  font-size: 16px;
}

.link_item_detail {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 16px;
  margin-bottom: 20px;
}

.link_item a:hover {
  color: #0d9ab6;
  font-weight: bold;
}

.link_item_detail a:hover {
  color: #0d9ab6;
  font-weight: bold;
}

.company_name a:hover {
  color: #0d9ab6;
  font-weight: bold;
}

.company_address a:hover {
  color: #0d9ab6;
  font-weight: bold;
}

.mb25 {
  margin-bottom: 25px;
}

.mb7 {
  margin-bottom: 7px;
}

.mt33 {
  margin-top: 33px;
}


.copyright {
  max-width: 1040px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  border-top: solid 1px #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 35px;
}

/* ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */
/* SPナビを非表示 */
/* ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */

.sp_nav{
  display: none;
}
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇◇■◇■◇■◇■◇■◇■◇■◇■◇■
■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■
  ⬜︎⬜︎   ⬜︎  ⬜︎⬜︎  ⬜︎⬜︎⬜︎⬜︎  ⬜︎⬜︎⬜︎    ⬜︎     ⬜︎⬜︎      ⬜︎     ⬜︎⬜︎    
  ⬜︎ ⬜︎⬜︎⬜︎⬜︎ ⬜︎   ⬜︎        ⬜︎    ⬜︎  ⬜︎    ⬜︎   ⬜︎    ⬜︎    ⬜︎   ⬜︎  
 ⬜︎    ⬜︎     ⬜︎   ⬜︎⬜︎⬜︎   ⬜︎     ⬜︎  ⬜︎   ⬜︎⬜︎⬜︎⬜︎   ⬜︎   ⬜︎⬜︎⬜︎⬜︎  
 ⬜︎           ⬜︎   ⬜︎       ⬜︎    ⬜︎   ⬜︎  ⬜︎       ⬜︎ ⬜︎  ⬜︎       ⬜︎ 
⬜︎            ⬜︎ ⬜︎⬜︎⬜︎⬜︎  ⬜︎⬜︎⬜︎     ⬜︎ ⬜︎        ⬜︎ ⬜︎ ⬜︎         ⬜︎
■◇■◇■◇■◇■◇■◇■◇■◇ MEDIA QUERY max-width: 768px ■◇■◇■◇■◇■◇■◇■
■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■
■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */


@media screen and (max-width: 768px){

  .container {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .header{
    position: sticky;
    top: 0;
    padding-bottom: 5px;
    z-index: 10;
  }
    
  .header_inner {
    max-width: 100%;
    margin: 0 auto;
  }
  
   
  .logo{
    display: block;

    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .logo img{
    max-width: 330px;
  }
  
  .family_name {
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;;
    font-size: 180%;
    color: #fff;
    background-color: #c89600;
    line-height: 120%;
    text-align: center;
    border-radius: 30px;
  }

  .family_name span {
    font-size: 60%;
    color: #fff;
  }

  .nav_box_main{
    max-width: 100%;
    height: 30vh;
    margin: 0 auto;
  }

  .nav_box_main img{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.nav_box_menu{
  max-width: 100％;
  margin: 0 20px;
  /* display: flex; */
  /* justify-content: space-between; */
  display: block;
}

/* 有料の表示 */
.paid{
  width: 100%;
}
.paid p{
  width: 25vw;
  font-size: 125%;
  line-height: 180%;
  color: #fff;
  text-align: center;
  font-weight: 500;
  background-color: #666;
  border-radius: 15px;
  margin: 0 auto;
}

/* 講座名と講座内容の表示 */
.dept_and_cont_btn{
  width: 100%;
}
/* 講座名 */

.dept_name {
  width: 100%;
  font-size: 160%;
  color: #c89600;
  border-bottom: 3px solid #c89600;
  /* padding-bottom: 20px; */
  margin-top: 15px;
  margin-bottom: 25px;
  /* margin-left: 20px; */
  /* margin-right: 20px; */
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

/* 講座内容 */
.cont_btn {
  width: 100%;
  line-height: 65px;
}

.cont_btn a {
  width: 60%;
  display: block;
  line-height: 250%;
  font-size: 16px;
  color: #c89600;
  background-color: #ebe9ad;
  text-align: center;
  border-radius: 10px;
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 15px;
}

.cont_btn_box1 {
  /* display: flex; */
  /* justify-content: space-between; */
  margin-bottom: 20px;
  display: block;
}
.cont_btn_box2 {
  /* display: flex; */
  /* justify-content: space-between; */
  margin-bottom: 20px;
  display: block;
}
/* 講座の注意書き */
.announce{
  width: 70%;
  margin-top: 60px;
  margin: 0 auto;
}

.announce p{
  color: #fff;
  font-size: 110%;
  background: #a20016;
  text-align: center;
  padding: 10px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


  .header_btn_box {
    max-width: 100%;
    display: block;
  }

  .header_btn1 {
    width: 100%;
    display: block;
    color: #fff;
    background-color: #444;
    /* border: 1px solid #000; */
    line-height: 250%;
    text-align: center;
    /* font-size: 25px; */
    position: relative;
  }

  .header_btn1 a {
    display: block;
    font-size: 100%;
    letter-spacing: 0.5em;
    line-height: 250%;
    /* padding: px 10px 12px 48px; */
  }

  .header_btn1 a::before{
    content: '';
    background-image: url(../img/mail_icon.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
  }
  

  .header_btn2 {
    display: none;

    float: left;
    /* position: relative; */
    width: 50%;
    background-color: #ff7878;
    text-align: center;
    padding: 5px;
    height: 35px;
    inset: 0;
    margin: auto;
    line-height: 0.6;
  }
  
  .header_btn2 a{
    display: none;
    display: block;
    font-size: 13px;
    height: 35px;
    color: #fff;

  }

  .header_btn2 span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 35px;
  }
  
  
  .header_btn3 {
    display: none;

    float: right;
    width: 50%;
    color: #fff;
    padding: 5px;
    background-color: #5095ef;
    text-align: center;
    height: 35px;

  }
  .header_btn3 a {
    display: block;
    font-size: 13px;
    line-height: 35px;
  }


  .header_btn_box {
    max-width: 100%;
    margin: 0 auto;
  }


  .sp_nav{
    display: block;
    justify-content: space-between;
    width: 100%;
    display: flex;
    height: 40px;
    position: sticky;
    bottom: 0;
  }

  .sp_btn2{
    width: 50%;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    padding: 5px;
    text-align: center;
    background-color: #ff7878;
    color: #fff;
  }
  .sp_btn2 span{
    font-size: 8px;
    color: #fff;
  }

  .sp_btn3{
    width: 50%;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    background-color: #5095e8;
    line-height: 40px;
    color: #fff;
  }

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

  .content_box {
    max-width: 100%;
    /* display: block; */
    /* display: flex; */
    /* justify-content: space-between; */
    display: block;
    margin: 0 auto 40px;
  }

  .headword {
    font-size: 140%;
    color: #c89600;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;

    /* ページ内リンクの調整 */
    padding-top: 120px;
    margin-top: -120px;
  }

  .pic_box {
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
    margin-bottom: 5px;
  }

  .pic{
    text-align: center;
  }

  .pic_box .pic img {
    max-width: 450px;
    border-radius: 15px;
    /* margin: 0 auto; */
  }

  .pic_box .bd {
    height: 15px;
    background-color: #ebe9ad;
    margin-top: -4px;
    margin-bottom: 20px;
  }

  .text_box {
    width: 100%;
    margin-top: 20px;
  }

  .text_box2 {
    width: 100%;
    margin-top: -4px;
  }

  .text {
    max-width: 100%;
    margin: 0 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .little_lead{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #c89600;
    line-height: 1.25;
    margin-top: 30px;
    margin-bottom: -20px;
  }
  
  .lead_line{
    width: 100%;
    border: solid 1px #c89600;
    margin: 5px 0 -20px 0;
  }
  
  .middle_lead{
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #c89600;
    line-height: 1.25;
    margin-top: 35px;
  }

  .text_box .bd {
    display: none;
    /* height: 15px;
    background-color: #eee;
    margin-bottom: 12px; */
  }

  .text_box2 .bd2 {
    display: none;
    /* height: 15px;
    background-color: #eee;
    margin-bottom: 12px; */
  }

  .curriculum{
    margin: 20px 0px;
  }
  
  .curriculum li{
    width: 100%;
    height: 45px;
    background-color: #c89600;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    
  }
  
  .lesson{
    font-size: 25px;
    font-weight: 600;
    color: #c89600;
    text-align: center;
    margin-top: 15px;
  }
  
  .lead_line2{
    width: 100%;
    border: solid 5px #c89600;
    margin: 10px 0;
  }
  
  .price{
    font-size: 35px;
    color: #c89600;
    text-align: center;
    font-weight: 800;
    margin-top: -15px;
    margin-bottom: -15px;
  }
  
  .en{
    font-size: 20px;
    color: #c89600;
  }
  
  /* ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇
  ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇
  ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */
  

/* スケジュール */
.schedule{
  max-width: 100%;
  margin-top: -20px;
}

.schedule iframe{
  padding: 0 30px;
  width: 100%;
  height: 100%;
  aspect-ratio: 6/4;

}

  /* 申し込みフォーム */
  .forms{
    max-width: 100%;
    height: 1500px;
    margin-top: 0px;
    padding: 0 20px;
  }

  .forms iframe{
    width: 100%;
    height: 100%;
  }
  /* ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇
  ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇
  ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



  .headword a,
  .cont_btn a {
    color: #c89600;
  }
  .cont_btn a:hover {
    background-color: #c89600;
    color: #fff;
  }
  .company_name a {
    color: #fff;
  }
  .header_btn_box a {
    color: #fff;
  }
  
  .gyou {
    display: none;
  }

/* - ⬜︎⬜︎⬜︎⬜︎  ⬜︎⬜︎⬜︎⬜︎  ⬜︎⬜︎⬜︎⬜︎  ⬜︎⬜︎⬜︎⬜︎⬜︎  ⬜︎⬜︎⬜︎   ⬜︎⬜︎⬜︎⬜︎ -->
<!-- ⬜︎        ⬜︎    ⬜︎  ⬜︎     ⬜︎      ⬜︎       ⬜︎       ⬜︎     ⬜︎-->
<!-- ⬜︎⬜︎⬜︎   ⬜︎    ⬜︎  ⬜︎     ⬜︎      ⬜︎       ⬜︎⬜︎⬜︎   ⬜︎⬜︎⬜︎⬜︎ -->
<!-- ⬜︎       ⬜︎    ⬜︎  ⬜︎     ⬜︎      ⬜︎       ⬜︎       ⬜︎    ⬜︎-->
<!-- ⬜︎      ⬜︎⬜︎⬜︎⬜︎  ⬜︎⬜︎⬜︎⬜︎       ⬜︎       ⬜︎⬜︎⬜︎  ⬜︎     ⬜︎⬜︎ -->
<!-- footer -->
<!-- ⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎⬜︎ --> */
  /*フッター部ここから*/



  footer.sfooter {
    background-color: #444;
    color: #fff;
    padding-top: 50px;
  }
  
  footer.sfooter a {
    color: #fff;
  }
  
  .sfooter .footer_inner {
    max-width: 100%;
    margin: 0 auto;
    /* display: flex; */
    /* justify-content: space-between; */
    display: block;
  }
  
  .footer_left {
    width: 100%;
    margin-top: 15px;
    padding-left: 20px;
  }
  
  .footer_center {
    width: 100%;
    padding-left: 20px;
    margin-top: 50px;

  }
  
  .footer_right {
    width: 100%;
    margin-right: 20px;
    padding-left: 20px;

  }
  
  .company_name {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .company_address {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .sfooter .privacy_policy {
    display: block;
    width: 170px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    padding: 7px 13px;
  }
  
  .sfooter .privacy_policy a {
    color: #444;
    font-weight: bold;
  }
  
  .sfooter .privacy_policy a:hover {
    color: #0d9ab6;
    font-weight: bold;
  }
  
  .link_item {
    color: #fff;
    font-size: 16px;
  }
  
  .link_item_detail {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 16px;
    margin-bottom: 20px;
  }
  
  .link_item a:hover {
    color: #0d9ab6;
    font-weight: bold;
  }
  
  .link_item_detail a:hover {
    color: #0d9ab6;
    font-weight: bold;
  }
  
  .company_name a:hover {
    color: #0d9ab6;
    font-weight: bold;
  }
  
  .company_address a:hover {
    color: #0d9ab6;
    font-weight: bold;
  }
  
  .mb25 {
    margin-bottom: 25px;
  }
  
  .mb7 {
    margin-bottom: 7px;
  }
  
  .mt33 {
    margin-top: 33px;
  }
  
  
  .copyright {
    max-width: 1040px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    border-top: solid 1px #fff;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 35px;
  }
  /*フッター部ここまで*/
}

