body{
  interpolate-size: allow-keywords;
}
.pagetop{
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
}
body.pagefaq .pagetop,body.error404 .pagetop{
  background-image: url('../../assets/img/page/faq/pagetop-faq.png');
}
body.pagecontact .pagetop{
  background-image: url('../../assets/img/page/contact/pagetop-contact.png');
}
body.pagecourse .pagetop{
  background-image: url('../../assets/img/page/course/pagetop-course.png');
}
body.pagecam .pagetop,.single-post .pagetop{
  background-image: url('../../assets/img/page/news/pagetop-news.png');
}
body.pageschool .pagetop{
  background-image: url('../../assets/img/page/school/pagetop-school.png');
}
body.pagetour .pagetop{
  background-image: url('../../assets/img/page/tour/pagetop-tour.png');
}
body.pagevoice .pagetop{
  background-image: url('../../assets/img/page/voice/pagetop-voice.png');
}

@media screen and (max-width: 1000px) {
body.pagefaq .pagetop{
  background-image: url('../../assets/img/page/faq/pagetop-faq-sp.png');
}
body.pagecontact .pagetop{
  background-image: url('../../assets/img/page/contact/pagetop-contact-sp.png');
}
body.pagecourse .pagetop{
  background-image: url('../../assets/img/page/course/pagetop-course-sp.png');
}
/* 【修正】お知らせ詳細（single-post）のSP用pagetop背景が未定義だった */
body.pagecam .pagetop,
.single-post .pagetop{
  background-image: url('../../assets/img/page/news/pagetop-news-sp.png');
}
body.pageschool .pagetop{
  background-image: url('../../assets/img/page/school/pagetop-school-sp.png');
}
body.pagetour .pagetop{
  background-image: url('../../assets/img/page/tour/pagetop-tour-sp.png');
}
body.pagevoice .pagetop{
  background-image: url('../../assets/img/page/voice/pagetop-voice-sp.png');
}

}

.kasou .header-top{
  background-color: rgba(255,255,255,0.7);
  position:fixed;
  left: 0;
  right: 0;
  z-index: 100;
}
.kasou .header-top h1{
  padding-top: 0;
}
article{
  background-color: #F8E6DA;
  padding: 120px 0 0;
}
.pankuzu{
  background-color: #F8E6DA;
}
@media screen and (max-width: 1000px) {
  .pankuzu{
    display: none;
  }
}
.pankuzu ol{
  padding: 20px;
  display: flex;
  gap:1em ;
}
.pankuzu ol li{
  font-size: 10px;
}
.pankuzu ol li:not(:last-child):after{
  content: ">";  
  margin-left: 1em;
}
.padding{
  padding: 120px 0;
}
@media screen and (max-width: 1000px) {
  .padding{
  padding: 100px 0;
}
}

.lead{
  font-size: 16px;
  line-height: 2.4em;
}
@media screen and (max-width: 1000px) {
 .lead{
  font-size: 14px;
 }
}

.mt60{
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
.mt60-sp{
  margin-top: 60px;
}
}
@media screen and (min-width: 1001px) {
.mt100-pc{
  margin-top: 100px;
}
}

@media screen and (min-width: 1001px) {
.inner{
  width: 990px;
  margin: 0 auto;
}
.reservation2{
  padding: 0 0 120px;
  background: #F0D2BF;
}
.contactrese .reservation2{
  padding: 100px 0 120px;
  background: #F0D2BF;
}
}
@media screen and (max-width: 1000px) {
  .reservation2{
  padding: 0 0 100px;
  background: #F0D2BF;
}
.contactrese .reservation2{
  padding: 100px 0 100px;
  background: #F0D2BF;
}
}
h1{
  color: #fff;
  padding-top: 130px;
  line-height: 1.8em;
}
h1 .en{
  font-size: 52px;
  display: block;
}
@media screen and (max-width: 1000px) {
  h1 .en{
  font-size: 34px;
  }
  h1{
    line-height: 1.2em;
  }
}
h1 .jp{
  display: block;
  font-size: 16px;
  font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/*背景*/
.back-beige{
  background-color:#F0D2BF ;
}
.back-beige2{
  background-color: #F6EDE6;
}
.back-white{
  background-color:#fff ;
}

/*faq*/
.faq-ul{
  @media screen and (min-width: 1001px) {
     padding-bottom: 100px;
  }
}
.faq-ul dl{
   margin-bottom: 60px;
   font-size: 16px;
}
.faq-ul dl dt{
  display: flex;
  gap: 30px;
  align-items: center;
}
.faq-ul dl dd{
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.faq-ul dl dt{
  margin-bottom: 24px;
}
.faq-ul dl dt span,.faq-ul dl dd span.en{
  font-size: 30px;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 50%;
}
.faq-ul dl dt span.en{
  background-color: #EFCFBD;
  font-weight: 800;
}
.faq-ul dl dd span.en{
  background-color: #fff;
  font-weight: 800;
}
.faq-ul dl dt span.cont{
  font-size: 16px;
}
.faq-ul dl dd span.cont{
  background-color: #fff;
  padding: 30px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .faq-ul dl{
   margin-bottom: 40px;
   font-size: 14px;
}
.faq-ul dl dd{
  gap: 12px;
}
.faq-ul dl dt{
  margin-bottom: 18px;
  gap: 12px;
}
.faq-ul dl dt span,.faq-ul dl dd span.en{
  padding: 0px 16px;
  font-weight: 800;
}
.faq-ul dl dt span.cont{
  font-size: 14px;
}
.faq-ul dl dd span.cont{
  padding: 14px;
}
}
.howto-ul{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.howto-ul li{
 position: relative;  
}

.howto-ul li .num{
  font-size: 60px;
  position: absolute;
  top: 38%;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}
.howto-ul li h3{
  padding: 20px 0 24px;
  text-align: center;
  font-size: 20px;
}
.howto-ul li p{
  font-size: 14px;
  line-height: 2em;
}
.howto-ul li div{
  padding: 30px 20px;
  background-color:#F6EDE6;
  border-bottom-right-radius:20px ;
  height: 260px;
}
@media screen and (max-width: 1000px) {
  .howto-ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
.howto-ul li {
  display: flex;
  flex-wrap: wrap;
  background-color:#F6EDE6;
  border-bottom-right-radius:20px ;
  border-top-left-radius:20px ;
}
.howto-ul li img{
  width: 60%;
  order: 2;
}
.howto-ul li .num{
  font-size: 5rem;
  position:static;
  background-color: #F8C8B8;
  width: 40%;
  border-top-left-radius:20px ;
  order: 1;
  align-items: center;
   display: flex;
   justify-content: center;
}
.howto-ul li h3{
  padding: 20px 0 18px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  order: 3;
}
.howto-ul li p{
  font-size: 14px;
  width: 100%;
  padding: 0 20px 20px;
  order: 4;
}

}
/*news*/
.pagenation{
  margin-bottom: 120px;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.pagenation ol{
  display: flex;
  justify-content: center;
  gap: 35px;
}
.pagenation ol li{
     display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
  }
    
.pagenation ol li a{
 display: block;
  font-size: 18px;
}
.pagenation ol li span{
 display: block;
  font-size: 18px;
}
.pagenation ol li:after{
  content: "|";
}
.pagenation ol li:first-child:before{
  content: "|";
}
@media screen and (max-width: 1000px) {
  .pagenation{
  margin-bottom: 100px;
  margin-top: 40px;
  justify-content: center;
  gap: 30px;
}
.pagenation ol{
  display: flex;
  justify-content: center;
  gap: 12px;
}
.pagenation ol li{
     display:block;
  }
    
.pagenation ol li a{
 display: flex;
justify-content: center;
align-items: center;
  font-size: 14px;
  color: #885A52;
  border: 1px solid #885A52;
  width: 45px;
  height: 45px;
}
.pagenation ol li span{
 display: flex;
justify-content: center;
align-items: center;
  font-size: 14px;
  color: #fff;
  background-color: #885A52;
  border: 1px solid #885A52;
  width: 45px;
  height: 45px;
}
.pagenation ol li:after{
  content: none;
}
.pagenation ol li:first-child:before{
  content: none;
}
.pagenation img{
  width: 45px;
}
}
/*tour*/
.school-tour{
  background-color: #fff;
  margin-top: 60px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  position: relative;
  text-align: center;
  padding-bottom: 80px;
}
.school-tour h2{
  margin-bottom: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 340px;
  font-size: 60px;
  line-height: 1em;
}
.school-tour h2 span{
  font-size: 20px;
  display: block;
}
.school-tour .__btn{
  margin-top: 40px;
}
.school-tour hr{
  width: 68%;
  margin-top: 120px;
  color: #885A52;
  margin-bottom: 40px;
}
.school-tour p{
  line-height: 2.5em;
  font-size: 16px;
}
.school-tour .pink{
  display: inline-block;
  background-color: #FCDACC;
  padding: 10px 80px;
  border: 1px solid #885A52 ;
  border-radius: 50px;
  margin: 40px 0;
  font-weight: 700;
    font-variation-settings: "wght" 600;
  font-size: 20px;
}
.school-tour .pink.mini{
  font-size: 16px;
  margin-top: 120px;
}
.school-tour table{
  width: 68%;
  border-collapse: collapse;
  margin: 0 auto ;
  margin-top: 60px;
  border: 1px solid #885A52;
}
.school-tour table th{
  font-size: 14px;
  font-weight: 700;
    font-variation-settings: "wght" 600;
  padding: 10px 45px;
  background-color: #F6EDE6;
  border-bottom: 1px solid #885A52;
}
.school-tour table td{
  font-size: 16px;
  padding: 10px 20px;
  border-bottom: 1px solid #885A52;
}
.school-tour table tr:last-child th{
  border-bottom: none;
  padding: 20px 45px;
  background-color: #FCDACC;
}
.school-tour table tr:last-child td{
  border-bottom: none;
  font-weight: 700;
    font-variation-settings: "wght" 600;
}
@media screen and (max-width: 1000px) {
  .school-tour h2{
    font-size: 42px;
    top: 130px;
  }
  .school-tour h2 span{
  font-size: 16px;
  }
  .school-tour hr{
  width: 85%;
  margin-top: 85px;
  margin-bottom: 20px;
  }
  .school-tour p{
    text-align: left;
    font-size: 14px;
    padding: 0 20px;
  }
  .school-tour .pink{
    font-size: 16px;
    padding: 10px 40px;
    margin: 20px 0;
  }
  .school-tour .__btn{
    width: 85%;
  }
  .school-tour .pink.mini{
  font-size: 14px;
  width: 85%;
  padding: 10px 30px;
  margin-top: 20px;
}
  .school-tour table{
  width: 85%;
  margin-top: 40px;
}
.school-tour table th,.school-tour table tr:last-child th{
  font-size: 12px;
  padding: 10px;
  width: 30%;
}
.school-tour table td{
  font-size: 14px;
  padding: 10px 16px;
  border-bottom: 1px solid #885A52;
  text-align: left;
  width: 70%;
}
}
/*voice*/
.voice-ul{
  margin-top: 60px;
  margin-bottom: 120px;
}
.voice-ul li{
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 50px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.voice-ul li.rightimg{
  flex-direction: row-reverse;
}
.voice-ul li img{
  width: 300px;
  height: auto;
}
@media screen and (max-width: 1000px) {
   .kasou .sp-header {
    position: fixed;
  }
  .voice-ul li img{
  width: 50%;
  margin-inline:auto ;
}
}
.voice-ul div h2{
   font-size: 24px;
   line-height: 1.8em;
   margin-bottom: 40px;
}
.voice-ul div p.name{
 font-size: 16px;
 padding-bottom: 10px;
 border-bottom: 1px solid #885A52;
 margin-bottom: 30px;
 font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.voice-ul div dl{
  margin-bottom: 20px;
}
.voice-ul div dl dt{
  font-weight: 700;
  font-variation-settings: "wght" 600;
  padding: 8px 10px;
  font-size: 16px;
  background-color: #F6EDE6;
  margin-bottom: 16px;
}
.voice-ul div dl dd{
  font-size: 16px;
  line-height: 2em;
}
.caution{
  font-size: 10px;
}

@media screen and (max-width: 1000px) {
  .voice-ul{
  margin-top: 40px;
  margin-bottom: 100px;
}
.voice-ul li{
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 20px;
}
.voice-ul div h2{
   font-size: 20px;
   margin-bottom: 20px;
}
.voice-ul div p.name{
  font-size: 14px;
}
.voice-ul div dl dt{
  font-size: 14px;
}
.voice-ul div dl dd{
  font-size: 14px;
}
article{
  padding: 80px 0 0px;
}
}
/*school*/
.reason-ul{
  margin-top: 40px;
}
.reason-ul > li{
  padding: 60px 0 80px;
  border-bottom: 1px solid #885A52;
}
.reason-ul > li > .flex{
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.reason-ul h3{
  font-size: 24px;
  margin-bottom: 34px;
}

@media screen and (max-width: 1000px) {
.reason-ul > li{
  padding: 30px 0 60px;
  border-bottom: 1px solid #885A52;
}
.reason-ul > li > .flex{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.reason-ul > li > .flex > div{
  width: 100%;
}
.reason-ul h3{
  font-size: 20px;
  margin-bottom: 20px;
}
}

.meritbox2{
  padding: 20px;
  background-color: #EFCFBD;
  margin-top: 34px;
}
.meritbox2 img{
  padding: 20px 0;
}
.meritbox2 .title{
   font-variation-settings: "wght" 600;
  border-bottom: 1px solid #885A52;
}
.meritbox{
  background-color: #EFCFBD;
  border: 1px solid #885A52;
  margin-top: 34px;
}
.meritbox .title{
  font-variation-settings: "wght" 600;
  padding: 10px 20px;
  border-bottom: 1px solid #885A52;
}
.meritbox ul{
  margin: 20px;
  font-size: 14px;
}
.meritbox ul li{
  line-height: 2.4em;
}
.meritbox ul li:before{
   content: "● ";
   color: #A07D77;
}


@media screen and (max-width: 1000px) {
.meritbox2 .title{
  font-size: 1.4rem;
}
.meritbox ul li{
   font-size: 1.2rem;  
}
}


@media screen and (min-width: 1001px) {
.reason-ul li.left-photo picture img{
     width: 484.5px;
     height: auto;    
  }
  .reason-ul li.right-photo picture img{
     width: 480px;
     height: auto;    
  }
  .reason-ul li .flex > div{
    width: 480px;
  }
  .reason-ul li.right-photo .flex{
    flex-direction: row-reverse;
  }
}

.support{
  margin-top: 34px;
}
.support h3{
  text-align: center;
  font-variation-settings: "wght" 600;
  background-color: #EFCFBD;
  padding: 16px;
  font-size: 16px;
}
.support ul{
  margin-top: 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap
}
.support ul li{
  width: calc(100% / 2 - 15px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #EFCFBD;
}
.support ul li img{
  width: 37%;
  height: stretch;
}
.support ul li div{
  padding: 20px;
  
}
.support ul li div p{
  font-size: 14px;
  line-height: 1.8em;
}
.support ul li h4{
  font-variation-settings: "wght" 600;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
.support ul li{
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.support ul{
  gap: 4px;
}
.support ul li img{
  width: 30%;
  height: auto;
}
.support ul li h4{
  width: 70%;
  font-size: 1.2rem;
  margin: 0;
  padding:16px;
}
.support ul li p{
  padding: 10px 16px 15px;
  font-size: 12px;
}
}

.teacher-ul{
  display: flex;
  margin-top: 60px;
  gap: 30px;
}
.pageschool p.name{
  font-size:24px ;
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 17px;
  margin-top: 17px;
  border-bottom: 1px solid #885A52;
}
.qualification p{
  font-size: 14px;
  line-height: 2em;
}
.message{
  margin-top: 60px;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #885A52;
  margin-bottom: 40px;
}
.daihyo{
  display: flex;
  justify-content: space-between;
}
.daihyo .l h4{
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.daihyo .l p{
  font-size: 16px;
}
.daihyo .r{
  width: 310px;
}

@media screen and (max-width: 1000px) {
  .teacher-ul{
  flex-wrap: wrap;
}
  .teacher-ul img{
  padding-right: 45px;
}
.pageschool p.name{
  text-align: center;
  font-size: 20px;
  margin-bottom: 0px;
  border-bottom: none;
}
.qualification p{
  text-align: center;
  font-size: 10px;
}
.message{
  font-size: 16px;
  padding-bottom: 2px;
}
.daihyo{
  flex-direction: column-reverse;
}
.daihyo img{
  padding-right: 45px;
}
.daihyo .l h4{
  font-size: 20px;
  text-align: center;
  line-height: 2.4em;
  margin-bottom: 40px;
  margin-top: 60px;
}
.daihyo .l p{
  font-size: 13px;
  line-height: 2.2em;
}
.daihyo .r{
  width: 100%;
}
}


.casse-wrap{
  padding-top: 20px;
  margin-bottom: 80px;
}
.casse-wrap .case summary{
  align-items: center;
  margin-top: 20px;
  background-color: #fff;
  display: flex;
  border-top-left-radius: 20px;
  padding: 15px 40px;
  justify-content: space-between;
}
.casse-wrap .case summary > p{
  align-items: center;
  display: flex;
  gap: 24px;
  font-size: 20px;
  font-variation-settings: "wght" 600;
}
.casse-wrap .case summary > p span.en{
   font-size: 30px;
}
.casse-wrap .case summary > p span.en:after{
  content: " |";
  font-weight: 300;
}
.casse-wrap .case summary > img{
  width: 30px;
}
.casse-wrap .case summary > p > img{
  width: 70px;
}
.detailscontent{
  background-color: #fff;
  padding: 30px 40px;
}
.sche-inner{
  margin-top: 30px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.sche-inner dt{
    background-color: #F8E6DB;
  padding: 10px;
  font-size: 18px;
  font-variation-settings: "wght" 600;
  margin-bottom: 20px;
}
.sche-inner dd img{
  margin-top: 20px;
}
@media screen and (min-width: 1001px) {
.sche-inner dd p{
  height: 200px;
}
.sche-inner.p2 dd p{
  height: 120px;
}
.sche-inner dl{
  width: calc(100% / 2 - 20px);
}
}
@media screen and (max-width: 1000px) {
.casse-wrap .case summary{
  flex-wrap: wrap;
  padding: 0;
}
.casse-wrap .case summary > p{
  flex-wrap: wrap;
  font-size: 14px;
  width: 72%;
  padding: 15px;
}
.casse-wrap .case summary > p span.en{
   font-size: 18px;
   width: 100%;
   border-bottom: 1px solid #885A52;
}
.casse-wrap .case summary > p span.en::after{
  content: "";
}
.casse-wrap .case summary > img{
  width: 28%;
  padding: 25px 0 0 15px;
}
.casse-wrap .case summary > div{
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #EFCFBD;
  padding: 10px;
}
.casse-wrap .case summary img.allow{
  width: 20px;
}
.detailscontent{
  padding: 16px;
}
.sche-inner{
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 20px;
}
.tojiru{
  background-color: #EFCFBD;
  text-align: center;
}
.tojiru img{
  width: 20px;
}
.tojiru button{
  appearance: none;
  border: none;
  background-color: transparent;
}
.sche-inner dt{
  font-size: 14px;
  margin-bottom: 20px;
}
}


.map-table,.company-table{
  border-collapse: collapse;
  font-size: 16px;
  width: 100%;
  margin-top: 60px;
}
.map-table th,.map-table td{
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #885A52;
  line-height: 1.8em;
}
.map-table tr:last-child th,.map-table tr:last-child td{
  border-bottom: none;
}
.map-table th{
  width: 25%;
  text-align: left;
  vertical-align: top;
}
.map-table td{
  width: 75%;
}

.company-table th,.company-table td{
  padding-top: 20px;
  padding-bottom: 20px;
}
.company-table th{
  width: 25%;
  text-align: left;
  vertical-align: top;
}
.company-table td{
  width: 75%;
}

@media screen and (max-width: 1000px) {
  .map-table,.company-table{
    font-size: 14px;
    border-collapse: separate;
    border-spacing:0 30px ;
  }
  .map-table th{
    display: block;
    width: 100%;
    border-left: 6px solid #885A52;
    padding: 0 0 0 10px;
    border-bottom: none;
    line-height: 1em;
  }
  .map-table td{
  width: 100%;
  padding: 15px 0 30px 0;
  display: block;
  font-size: 12px;
  }
  .map-table tr:last-child td{
    border-bottom: none;
  }
  .map-table td.tel{
    font-size: 16px;
  }
  .map-table td.tel span{
    display: block;
    padding-top: 10px;
    font-size: 10px;
  }
.company-table th{
  width: 100%;
  display: block;
   border-left: 6px solid #885A52;
    padding: 0 0 0 10px;
    line-height: 1em;
}
.company-table td{
  width: 100%;
  padding: 10px 0;
  display: block;
}
}
/*course*/
.nav-menu-list{
  margin-top: 60px;
  margin-bottom: 120px;
}
.nav-menu-list li{
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.nav-menu-list li summary{
   font-variation-settings: "wght" 600;
   font-size: 20px;
     padding: 20px;
    display: block;
  list-style: none;
   position: relative;
   background-color: #EFCFBD;
}

summary::-webkit-details-marker {
  display:none;
}
.nav-menu-list li details > div{
  background-color: #fff;
  padding: 40px;
  text-align: left;
}
details::details-content {
  height: 0;
  overflow: clip;
  transition:
    height 400ms ease,
    border 400ms ease,
    content-visibility 400ms ease allow-discrete;
}
details[open]::details-content {
    height: auto;
}
.nav-menu-list li summary img{
  position: absolute;
  right:30px ;
  z-index: 1;
  top: 40%;
}


@media screen and (max-width: 1000px) {
.nav-menu-list li summary{
  font-size: 14px;
  line-height: 1.4em;
  height: 60px;
  display:flex;
  align-items: center;
  text-align: left;
  padding: 10px 40px 10px 20px;
}
.nav-menu-list li summary img{
  width: 20px;
  right: 20px;
}
.nav-menu-list li details > div{
  padding: 16px;
}
}

.link{
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.link li{
  width: calc(100% / 2 - 15px);
}
.link li a{
  position: relative;
  font-size: 14px;
  padding: 20px;
  text-align: center;
  display: block;
  border: 1px solid #885A52;
  background-color: rgba(224,168,140,0.5);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-variation-settings: "wght" 600;
}
.link li a img{
   position: absolute;
  right:25px ;
  z-index: 1;
  top: 40%;
}

@media screen and (max-width: 1000px) {
  .link li{
  width: 100%;
}
.link li a{
  position: relative;
  font-size: 14px;
  padding: 10px 45px 10px 10px;
  text-align: left;
  line-height: 1.4;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}
.link li a img{
   position: absolute;
  right:20px ;
  z-index: 1;
  top: 40%;
}
}


.course-wrap h2{
   font-size: 34px;
   padding-bottom: 10px;
   margin-bottom: 10px;
   border-bottom: 1px solid #885A52;
   position: relative;
   line-height: 1.4em;
}
.course-wrap h2:before{
  position: absolute;
  content: url(../../assets/img/page/course/bar.svg);
  left: -170px;
    top: -5px;
}
.course-detail{
  font-size: 24px;
  margin-top: 60px;
}
.course-detail li{
  margin-bottom: 30px;
}
.course-detail li a{
 display: flex;
 align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.hosho{
  color: #FF794C;
  font-size: 14px;
  border: 1px solid #FF794C;
  display: inline-block;
  letter-spacing: 0.04;
  padding: 2px 15px 4px;
  border-radius: 30px;
  font-family: source-han-sans-jp-variable, sans-serif;
  font-variation-settings: "wght" 600;
}
.course__main-inner{
  padding-bottom: 80px;
}
.home .course__main-inner{
  padding-bottom: 20px;
}
.course-sec h3{
 background-color: #F6EDE6;
 padding: 28px 0 24px;
 position: relative;
 display: flex;
 justify-content: center;
 gap: 30px;
 align-items: center;
 font-size: 30px;
 text-align: center;
 font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 500;
  padding-left: 80px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.back-beige2 .course-sec h3{
  background-color: #fff;
}
.course-sec h3:has(.hosho){
padding-left: 160px;
}
.course-sec h3:before{
      position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 29%;
    height: 100%;
    background-color: #EFCFBD;
    clip-path: polygon(0% 0, 100% 0%, 85% 100%, 0% 100%);
}
span.diagonal{
  position: absolute;
  left: 40px;
  top: 28px;
  text-align: left;
  width: 190px;
  line-height: 1.4em;
  font-size: 18px;
  z-index: 2;
}
.option .course-sec h3:before{
  content:none;
}
.course-sec .flex2{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 30px;
  margin-bottom: 60px;
}
.course-sec .flex2 div{
   width: calc(100% / 2 - 15px);
}
.course-sec .price table{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #885A52;
  font-size: 16px;
}
.course-sec .price table th,.course-sec .price table td{
  padding: 8px 20px;
  border-bottom: 1px solid #885A52;
}
.back-beige2 .course-sec .price table th{
  background-color: #fff;
}
.course-sec .price table th{
  background-color:#F6EDE6 ;
  font-size: 14px;
  font-variation-settings: "wght" 600;
}
.course-sec .naiyo dt{
  background-color:#F6EDE6 ;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 20px;
  margin-bottom: 10px;
  font-variation-settings: "wght" 600;
}
.back-beige2 .course-sec .naiyo dt{
  background-color: #fff;
}
@media screen and (min-width: 1001px) {
.back-beige2 .course-sec h3::before{
  width: 35%;
}
.back-beige2 .course-sec h3 .diagonal{
  width: 260px;
}
.gelwrap .course-sec h3::before{
  width: 35%;
}
.gelwrap .course-sec h3 .diagonal{
  width: 260px;
}
}
.course-sec .naiyo dd{
  margin-bottom: 20px;
  font-size: 16px;
}

#course2 .course__image,#course3 .course__image,#course4 .course__image{
  margin-top: -100px;
}
.pb120{
  padding-bottom: 120px;
}
.pt100{
  padding-top: 100px;
}
hr.payment{
  margin-bottom: 60px;
}
.pay{
  font-size: 16px;
  line-height: 2.4em;
  margin-bottom: 40px;
}
.loan{
  background-color: #F8E6DB;
  padding:30px 0 40px;
  text-align: center;
  margin-bottom: 20px;
}
.loan .__btn{
  margin-top: 30px;
}
.loan h3{
   font-variation-settings: "wght" 600;
   font-size: 20px;
}
hr{
  background-color:  #885A52;
  color:  #885A52;
  border-top:0px ;
  border-right:0px ;
  border-left:0px ;
  border-bottom: 1px solid #885A52;
}

@media screen and (max-width: 1000px) {
 .pagecourse .course__image{
  display: block;
  margin-left: -35px;
 }
 .pagecourse .course__main-inner{
  padding: 0;
 }
 .course-wrap{
  padding-top: 80px;
  margin-top: -40px;
  border-left: 1px solid #885A52;
  padding-left: 24px;
  padding-bottom: 40px;
 }
.course-wrap h2{
  font-size: 26px;
}
.course-sec{
  margin-top: 60px;
}
.course-wrap h2:before{
 content: "";
}
.course-detail li a{
  flex-wrap: wrap;
  font-size: 20px;
  gap: 10px;
  line-height: 1em;
  margin-bottom: 20px;
}
.course-detail li a img{
   width: 10px;
}
.course-detail li a span{
  font-size: 10px;
  margin-left: 20px;
  display: block;
}
.hosho{
  font-size: 10px;
  padding: 0px 12px 2px;
  margin-left: 20px;
  display: table;
}
.course-sec h3{
 padding: 0 0 16px 0px;
 position: static;
 display: block;
 text-align: left;
 font-size: 20px;
 margin-bottom: 10px;
}
.course-sec h3:has(.hosho){
padding-left: 0;
}
.course-sec h3:before{
      position: static;
    content: '';
    display: none;
    clip-path:none;
}
span.diagonal{
  position: static;
  background-color: #EFCFBD;
  padding: 7px 20px;
  text-align: left;
  font-size: 12px;
  width: 100%;
  display: block;
}
span.coursetitle{
  padding-left: 20px;
  display: block;
  padding-top: 10px;
}
 .pagecourse .flex2{
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 16px;
 }
 .course-sec .flex2 div{
   width: calc(100%);
}
.course-sec .price table td{
  font-size: 14px;
}
.course-sec .price table th{
  font-size: 12px;
  width: 35%;
}
.course-sec .naiyo dt{
  font-size: 12px;
}
.course-sec .naiyo dd{
  font-size: 14px;
}
.caution{
  margin-top: 10px;
}
#op1 h3,#op2 h3,#op3 h3,#op4 h3,#op5 h3{
 padding:16px 0 16px 20px;
}
 .pagecourse .course-sec#op5 .flex2{
  margin-bottom: 0;
 }
 hr.payment{
  margin-bottom: 40px;
}
.pay{
  font-size: 14px;
}
.loan{
  padding:20px;
  text-align: left;
  margin-bottom: 0px;
}
.loan .__btn{
  margin-top: 20px;
}
.loan h3{
   font-size: 16px;
   margin-bottom: 20px;
}
.loan .lead{
  font-size: 12px;
  line-height: 2em;
}
}


.contact-ul{
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.contact-ul li{
  width: calc(100% / 2 - 15px);
}
.contact-ul li a{
  position: relative;
  font-size: 14px;
  font-variation-settings: "wght" 600;
  padding: 20px;
  text-align: center;
  display: block;
  border: 1px solid #885A52;
  background-color: #EFCFBD;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.contact-ul li a img{
   position: absolute;
  right:25px ;
  z-index: 1;
  top: 40%;
}

.formtable{
  margin-top: 60px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 30px;
}
.formtable td{
  width: 75%;
   background-color: #fff;
   padding: 20px 40px;
   border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.formtable td input[type="text"],.formtable textarea,.formtable td input[type="tel"],.formtable td input[type="email"]{
  appearance: none;
  width: 100%;
  border: none;
  font-size: 16px;
}
.formtable .nichiji{
  padding-bottom: 10px;
}
.formtable .nichiji input[type="text"]{
  width: 40%;
  border-bottom: 1px solid #885A52;
}
.formtable .nichiji input[type="date"]{
  appearance: none;
  border: none;
  color: #885A52;
  margin-left: 10px;
}
.formtable .nichiji div{
  margin-bottom: 20px;
}
.formtable td p{
}
.formtable td input[type="radio"]{
  font-size: 16px;
  width: 5%;
  margin-bottom: 10px;
}
.formtable td input[type="date"]{
font-size: 16px;
padding: 0 20px;
margin-right: 30px;
}
.formtable td input[type="text"]:focus,.formtable td input[type="textarea"]:focus {
outline: none;
}
.wpcf7-spinner{
  display: none;
}
input[type="submit"]{
    appearance: none;
    border: none;
    background: transparent;
    color: #885A52;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
.formtable td label{
  font-size: 16px;
  display: inline-block;
  width: 93%;
  margin-bottom: 10px;
}
.formtable th{
  width: 23%;
  text-align: center;
  font-size: 16px;
  vertical-align: top;
  padding-top: 20px;
}
.formtable ._btn{
  @media screen and (min-width: 1001px) {
    width: 300px;
  }
}

@media screen and (max-width: 1000px) {
  
  .formtable .nichiji input[type="text"]{
  width: 100%;
}

.contact-ul{
  margin-bottom: 75px;
  gap: 20px;
}
.contact-ul li{
  width: 100%;
}
.contact-ul li a{
  padding: 20px 14px;
}
.formtable{
  border-spacing: 14px;
}
.formtable td{
  display: block;
  width: 100%;
   padding:0 14px;
}
.formtable td input[type="text"],.formtable textarea,.formtable td input[type="tel"],.formtable td input[type="email"]{
  font-size: 14px;
  padding: 20px;
}
.formtable td p{
  padding-top: 14px;
}
.formtable td input[type="radio"]{
  font-size: 14px;
}
.formtable td input[type="date"]{
font-size: 14px;
}
.formtable td label{
  font-size: 14px;
  width: 90%;
}
.formtable th{
  width: 100%;
  display: block;
  text-align: left;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 14px;
}
.formtable td.radio{
  padding: 20px 14px;
}
.formtable td.nichiji{
  background-color: #F8E6DB;
  padding: 0;
}
.formtable td.nichiji span{
  width: 100%;
  display: inline-block;
}
.formtable td.nichiji input{
   background-color: #fff;
   padding:20px;
   border-top-left-radius: 10px;
  border-bottom-right-radius: 10px; 
  border: none;
  width: 100%;
  margin-bottom: 10px;
}
}

.pageschool .schedule__inner{
  flex-wrap: wrap;
  flex-direction: column;
}
.pageschool .schedule__head{
  order: -1;
}

.single-inner{
  padding-bottom: 100px;
  border-bottom: 1px solid #885A52;
}
.singlepage img{
  margin: 40px 0;
}

.single-cont a {
  position: relative;
  display: inline-block;
  padding: 8px 80px;
  border-radius: 10px 0 10px 0;
  border: 1px solid #885A52;
  color: #885A52;
  font-size: 1.4rem;
  transition: all 0.3s;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-cont a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: #885A52;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.single-cont a:hover {
  background: #A07D77;
  color: #fff;
  border: 1px solid #A07D77;
}
.single-cont a:hover::before {
  background: #A07D77;
}
/*single*/
@media screen and (max-width: 1000px) {
  .singlepage{
 padding-bottom: 100px;
  }
  .single-inner .date{
    font-size: 10px;
  }
 .single-inner h2{
  padding-top: 30px;
  font-size: 22px;
   line-height: 2.4em;
  margin-bottom: 30px;
  font-variation-settings: "wght" 500;
  color: #885A52;
  border-bottom: 1px solid #885A52;
 }
 .singlepage .news__category{
  display: inline-block;
  margin-top: 16px;
  padding: 0 20px 4px 20px;
}
.single-inner h3{
 font-size: 18px;
  line-height: 2.4em;
  margin-bottom: 30px;
  margin-top: 30px;
  font-variation-settings: "wght" 500;
  border-bottom: 1px solid #885A52;
}
.single-inner h4{
 font-size: 14px;
  line-height: 2.4em;
  margin-bottom: 30px;
  margin-top: 30px;
  font-variation-settings: "wght" 500;
}
}

@media screen and (min-width: 1001px) {
  .singlepage{
 padding-bottom: 120px;
  }
  .single-inner .date{
    font-size: 10px;
  }
  .single-inner h2{
  padding-top: 20px;
  line-height: 2.4em;
  margin-bottom: 30px;
  font-variation-settings: "wght" 500;
  font-size: 26px;
  color: #885A52;
  border-bottom: 1px solid #885A52;
 }
 .singlepage .news__category{
  display: inline-block;
  margin-top: 20px;
 padding: 0 20px 4px 20px;
}
.single-inner h3{
 font-size: 20px;
  line-height: 2.4em;
  margin-bottom: 30px;
  margin-top: 30px;
  font-variation-settings: "wght" 500;
  border-bottom: 1px solid #885A52;
}
.single-inner h4{
 font-size: 18px;
  line-height: 2.4em;
  margin-bottom: 30px;
  margin-top: 30px;
  font-variation-settings: "wght" 500;
}
}
  

.news__inner{
padding-bottom: 70px;
}
@media screen and (max-width: 1000px) {
  .news__inner{
  margin-bottom: 40px;
}
}

.wpcf7-list-item{
  display: block;
}