/*初期化*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, img, ul, li, table, tr, th, td, tbody, footer, header, main, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

/*header*/
header{
  width: 100%;
  height: 60px;
  background: #fff;
}

.header-container{
  margin: 20px 40px;
}

.header-logo{
  width: 128px;
  display: inline-block;
  float: left;
}

.header-left p{
  float: left;
  font-weight: bold;
  position: absolute;
  top: 40px;
  left: 173px;
  color: #333;
}

.contact-btn{
  float: right;
  color: #fff;
  background: #da6b64;
  border: 0;
  border-radius: 2em;
  padding: 0.8em 3em;
  opacity: 0.8;
}

.contact-btn:hover{
  opacity: 1;
  background-color: #d84940;
  cursor: pointer;
}

/*top*/
.top{
  top: 80px;
  width: 100%;
  background-image: url(./img/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: table;
  text-align: center;
}

.top-container{
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}

#isaralogolarge{
  width: 300px;
  margin-top: 30px;
  margin-bottom: 40px;
}

#catch-phrase{
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}

#top-text{
  font-size: 20px;
  font-weight: bold;
}

/*conversion*/
.conversion{
  padding: 40px;
  background: #ebb94d;
  color: #fff;
  text-align: center;
}

.conversion-container p{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
}

code{
  color: #c7254e;
  background-color: #fff;
  line-height: 1.5em;
}

#contact-btn2{
  background: #da6b64;
  color:#fff;
  border: 0;
  border-radius: 2em;
  font-size: 28px;
  font-weight: 600;
  width: 80%;
  padding: 20px 0;
  opacity: 0.9;
}

#contact-btn2:hover{
  opacity: 1;
  background-color: #d84940;
  cursor: pointer;
}


.conversion-text2{
  margin: 30px 0;
}

.fa-ul li{
  display: inline-block;
  font-size: 15px;
}

.tw-btn{
  background: #55acee;
  border-radius: 5px;
  padding: 2px 10px;
}

.fb-btn{
  background: #3b5998;
  border-radius: 5px;
  padding: 2px 10px;
  letter-spacing: 0.2em;
}

/*introduction*/
.introduction{
  background-image: url(./img/introbottom.jpg);
  width: 100%;
  height: 587px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.intro-container{
  margin-top: 40px;
}

.intro-title{
  position: relative;
  width: 800px;
  margin: 0 auto;
}

.intro-title h2{
  line-height: 3em;
  font-size: 28px;
  font-weight: 600;
}

.intro-title::before,.intro-title::after{
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
}

.intro-title:before {
  top: 0;
  left: 0;
  border-top: 4px solid #ebb94d;
  border-left: 4px solid #ebb94d;
}

.intro-title::after{
  bottom: 0;
  right: 0;
  border-bottom: 4px solid #ebb94d;
  border-right: 4px solid #ebb94d;
}

.intro-text{
  margin-top: 30px;
  font-size: 20px;
  line-height: 2em;
}

.intro-text p{
  margin-bottom: 0.8em;
}

.intro-text span{
  font-weight: 600;
  border-bottom: 8px solid #ebb94d;
}

/*about-1*/
.about-1{
  text-align: center;
  background-color: #fef5e0;
  height: 580px;
}

.about-icon{
  position: relative;
  height: 80px;
  top: -40px;
  left: -20px;
}

.about-circle{
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  background-color: #ebb94d;
  border-radius: 50%;
  color: #fff;
}

.about-title{
  position: relative;
  width: 800px;
  margin: auto;
}

.about-title h2{
  line-height: 1.5em;
  font-size: 28px;
  font-weight: 600;
}

.about-title::before,.about-title::after{
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
}

.about-title:before {
  top: 0;
  left: 0;
  border-top: 4px solid #ebb94d;
  border-left: 4px solid #ebb94d;
}

.about-title::after{
  bottom: 0;
  right: 0;
  border-bottom: 4px solid #ebb94d;
  border-right: 4px solid #ebb94d;
}

.about1-text p{
  font-size: 20px;
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 2em;
}

.skills{
  border: 2px solid #ebb94d;
  background-color: #fff;
  margin: 0 60px;
  padding: 30px;
}

.skills-title{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2em;
}

.skill{
  display: inline-block;
  margin-right: 30px;
}

.skill p{
  font-size: 14px;
}

/*about-2*/
.about-2{
  background-image: url(./img/aboutsecondbg.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}

.about2-title{
  padding-top: 40px;
  padding-bottom: 20px;
}

.about2-title h2{
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.about2-text{
  margin-top: 1em;
  margin-bottom: 1em;
}

.about2-text p{
  line-height: 2em;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.about2-text span{
  font-weight: 600;
  color: #ebb94d;
}

.step{
  padding-bottom: 40px;

}

.step-box{
  display: inline-block;
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  border-radius: 5px;
  margin-right: 15px;
  width: 25%;
}

.step-label{
  color: #fff;
  font-weight: 600;
  background-color: #ebb94d;
  border-radius: 5px;
  margin-top: 5px;
}

.step-timing{
  font-size: 14px;
  margin-top: 20px;
}

.step-method{
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}

/*about-3*/
.about-3{
  background-color: #016ea9;
  text-align: center;
  height: 140px;
  display: table;
  width: 100%;
}

.about-3 p{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  line-height: 2em;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.about-3 span{
  color: #ebb94d;
  font-weight: 600;
}

/*learning*/
.learning{
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}

.learning-title{
  padding-top: 40px;
  padding-bottom: 20px;
}

.learning-title h2{
  font-size: 28px;
  font-weight: 600;
}

.learning-title span{
  font-size: 0.6em;
  font-weight: 600;
}

.circle{
  display: inline-block;
  margin: 40px auto;
  margin-right: 30px;
}

.learning-text2 p{
  font-weight: bold;
}

/*merit*/
.merit{
    background-color: #fef5e0;
    text-align: center;
    padding: 40px 0;
}

.merit-title{
  position: relative;
  width: 800px;
  margin: auto;
  letter-spacing: 0.2em;
  padding: 15px 0;
}

.merit-title p{
  font-size: 20px;
  font-weight: 600;
}
.merit-title h2{
  line-height: 1.5em;
  font-size: 28px;
  font-weight: 600;
}

.merit-title::before,.merit-title::after{
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
}

.merit-title:before {
  top: 0;
  left: 0;
  border-top: 4px solid #ebb94d;
  border-left: 4px solid #ebb94d;
}

.merit-title::after{
  bottom: 0;
  right: 0;
  border-bottom: 4px solid #ebb94d;
  border-right: 4px solid #ebb94d;
}

.merit-boxes{
  padding: 40px;
  margin: 0 auto;

}

.merit-box{
  display: inline-block;
  width: 30%;
  text-align: left;
  vertical-align: top;
  margin: auto 12px;

}
.merit-image{
  width: 100%;
}

.merit-point{
  color: #ebb94d;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.merit-box-text{
  font-size: 16px;
  color: #333;
  padding-top: 1em;
  letter-spacing: 0.05em;
}

.merit-more{
  border: 2px solid #ebb94d;
  background-color: #fff;
  margin: 0 60px;
  padding: 30px;
  text-align: center;
}

.merit-more-title{
  font-size: 28px;
  font-weight: 600;
  margin-bottom:10px;
  color: #ebb94d;
}

.merit-more-subtitle{
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0.8em;
  letter-spacing: 0.05em;
}

.merit-more-text{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #333;
}

.merit-aftertxt{
  color: #333;
  text-align: center;
  font-size: 14px;
  margin-top: 18px;
  letter-spacing: 0.05em;
}

/*teacher*/
.teacher{
  background-image: url(./img/teacherbg.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 40px;
}

.teacher-title h2{
  font-size: 28px;
  font-weight: 600;
}

.teacher-subtitle p{
  font-size: 20px;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 40px;
}

.teacher-boxes1{
  margin-top: 40px;
}

.teacher-boxes2{
  margin-top: 20px;
  margin-bottom: 40px;
}

.teacher-box{
  display: inline-block;
  width: 30%;
  border: 3px solid #fff;
  position: relative;
  vertical-align: top;
  padding: 40px;
  margin: 100px 20px 20px;
}

.teacher-img{
  position:absolute;
  border-radius: 50%;
  top: -99px;
  left: 75px;
}

.teacher-text{
  margin-top: 80px;
}

.teacher-name{
  padding-bottom: 1em;
}

.teacher-detail{
  text-align: left;
}

/*why*/
.why{
  background-color: #ebb94d;
  padding: 40px 0;
}

.why-icon{
  display: block;
  color: #ebb94d;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.why-icon p{
  font-weight: 800;
  font-size: 20px;
}

.why-title{
  color: #fff;
  text-align: center;
  position: relative;
  width: 800px;
  margin: auto;
  width: 800px;
  letter-spacing: 0.2em;
}

.why-title h2{
  line-height: 1.5em;
  font-size: 28px;
  font-weight: 600;
  padding: 15px;
}

.why-title::before,.why-title::after{
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
}

.why-title:before {
  top: 0;
  left: 0;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}

.why-title::after{
  display: block;
  margin: 0 auto;
  bottom: 0;
  right: 0;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}

/*why-answer間の下向き矢印*/
.triangle{
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid #ebb94d;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  margin: 0 auto;
}

/*answer*/
.answer{
  padding: 40px;
  margin-bottom: 20px;
}

.answer-text{
  text-align: center;
}

.answer-answer1{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding-bottom: 0.6em;
}

.answer-answer2{
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-bottom: 0.6em;
}

.answer-answer3{
  letter-spacing: 0.02em;
  padding: 20px;
}

.answer-boxes{
  margin: 0 220px;
}

.answer-box{
  padding-top: 40px;
}

.answer-img{
  width: 250px;
  height: 250px;
  margin-right: 40px;
  float: left;
  border: 3px solid #ebb94d;
}

.answer-box-text{
  color: #777;
  padding-top: 1em;
  letter-spacing: 0.1em;
}

.answer-answer{
  font-size: 18px;
  padding-bottom: 1em;
}

.answerer-name{
  text-decoration: underline;
}

.answerer-name span{
  font-style: italic;
}

/*classes*/
.classes{
  background-image: url(./img/classbg.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 40px;
}

.classes-title{
  color: #fff;
}

.classes-title h2{
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
}

.classes-title p{
  font-weight: 600;
}

.classes-boxes{
  padding-top: 40px;
}

.classes-box{
  display: inline-block;
  border: 2px solid #016ea9;
  background-color: #fff;
  width: 35%;
  margin: 20px;
  vertical-align: top;
  border-radius: 5px;
}

.classes-list-title{
  color: #fff;
  background: #016ea9;
  font-size: 20px;
  padding: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.classes-box ul{
  background-color: #fff;
}

.classes-box ul li{
  display: block;
  padding: 12px;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 16px;
  border-bottom: 1px dotted #e5e5e5;
}

/*classBottom*/
.classBottom{
  background-color: #016ea9;
}

.classBottom p{
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 40px;
  font-size: 20px;
}

/*flow*/
.flow{
  padding: 40px;
  text-align: center;
}

.flow-title h2{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.flow-img{
  padding: 40px;
}

.flow-detail{
  padding: 0 40px;
}

.flow-box{
  background-color: #fef5e0;
  border-radius: 10px;
  border: 0;
  padding: 30px;
  margin: 0;
}

.flow-left{
  float: left;
  width: 20%;
  padding: 20px 0;
}

.flow-left-title{
  padding-top: 1em;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.flow-right{
  width: 80%;
  float: right;
  text-align: left;
}

.right-text-bold{
  margin: 20px 0;
  font-weight: bold;
}

.right-text-light{
  margin: 20px 0;
  font-size: 0.9em;
  color: #333;
}

.flow-line{
  margin: 0;
  border: 0;
}

/*bangkok*/
.bangkok{
  background-image: url(./img/bangkokbg.jpg);
  background-size: cover;
  background-position: center;
  text-align: left;
  padding: 80px;
  color: #fff;
  letter-spacing: 0.2em;
}

.bangkok-title h2{
  font-weight: 600;
}

.bangkok-title p{
  padding: 1.5em 0;
  font-size: 0.8em;
  font-weight: bold;
}

.bangkok-reasons ul{
  padding-left: 2em;
  padding-top: 0.5em;
}

.bangkok-reason{
  list-style-type: disc;
  padding-bottom: 0.5em;
  font-weight: 600;
}

.bangkok-aftertext p{
  padding-top: 1em;
  font-size: 20px;
  font-weight: 600;
}

/*gift*/
.gift{
  background-color: #f7c23c;
  text-align: center;
  padding: 40px;
}

.gift-title h2{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.gift-text{
  padding: 40px 0;
}

.gift-text p{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.gift-text span{
  color: #fff;
  font-weight: 600;
}

.gift-more{
  position: relative;
  bottom: -60px;
  background-color: #f7c23c;
  margin: 0 auto;
  width: 45%;
}

.gift-more p{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.gift-boxes{
  border: 2px solid #fff;
  padding: 40px;
  margin: 0 60px;
}

.gift-box{
  display: inline-block;
  width: 250px;
  height: 250px;
  background-color: #fff;
  border-radius: 50%;
  padding: 20px;
  margin: 0 30px;
  vertical-align: middle;
}

.gift-box-title{
  color: #f7c23c;
  font-size: 25px;
  padding: 25px 0;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 0.2em;
}

.gift-box-text{
  font-size: 16px;
  font-weight: bold;
}

/*specialDetail*/
.specialDetail{
  background-image: url(./img/specialdetail.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 40px;
  color: #fff;
}

.specialDetail h2{
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 800px;
  margin: auto;
}

.kagikakko{
  position: relative;
  padding: 10px 0;
}

.specialDetail p{
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.kagikakko::before,.kagikakko::after{
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
}

.kagikakko::before {
  top: 0;
  left: 0;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}

.kagikakko::after{
  display: block;
  margin: 0 auto;
  bottom: 0;
  right: 0;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}

/*message*/
.message{
  padding: 40px;
}

.message-title{
  text-align: center;
}

.message-title h2{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.message-title p{
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.message-container{
  margin: 0 100px;
  padding: 10px;
}

.message-container img{
  width: 350px;
  display: inline-block;
  float: left;
}

.message-text{
  display: inline-block;
  float: right;
  width: 60%;
  font-size: 0.9em;
}

.message-text p{
  padding-bottom: 1em;
}

#message-list{
  padding: 1em 0 2em;
}

.contactForm{
  background-color: #f7c23c;
}

/*contactForm*/
.contactForm{
  padding: 40px;
  text-align: center;
}

.contactForm h2{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.contactForm p{
  padding-top: 1em;
  padding-bottom: 2em;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.contactForm form{
  padding: 10px 20%;
  text-align: center;
  margin: auto;
}

.input-form{
  display: block;
  margin: 0 auto;
  width: 97%;
  line-height: 2.5em;
  margin-bottom: 25px;
  border-radius: 5px;
  border: none;
  padding: 10px;

}

.submit-btn:hover{
  cursor: pointer;
  background-color: #d84940;
}


.submit-btn{
  display: block;
  background: #da6b64;
  color:#fff;
  border: 0;
  line-height: 2em;
  letter-spacing: 1em;
  border-radius: 2em;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  margin: auto;
  margin-top: 40px;
  text-indent: 1em;
}

/*faq*/
.faq{
  padding: 40px 10%;
}

.faq h2{
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

dt {
  position: relative;
  line-height: 2.5em;
  border: 1px solid #e5e5e5;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
}

dt:hover{
  text-decoration: underline;
  cursor: pointer;
}


dt:after {
  content: "";
  position: absolute;
  border-right: 5px solid #ddd;
  border-bottom: 5px solid #ddd;
  width: 10px;
  right: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin-right: 20px;
  margin-top: 17px;
}

dt.openClose:after {
  content: "";
  position: absolute;
  border-left: 5px solid #ddd;
  border-top: 5px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  width: 10px;
  right: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin-right: 20px;
  margin-top: 22px;
}

.fa-question-circle{
  color: #016ea9;
}

dd{
  margin: 0;
  padding: 1em 2em 2em;
  font-weight: bold;
  color: #555;
  letter-spacing: 0.1em;
}

/*footer*/
footer{
  text-align: center;
  background-color: #ececec;
  padding: 30px;
  color: #333;
  letter-spacing: 0.1em;
}

small{
  font-size: 0.8em;
}

.snsBtn{
  padding: 10px;
}

.snsBtn li{
  display: inline-block;
}

#tw-btn{
  position: relative;
  top: 7px;
}

.footer-linker{
  color: #337ab7;
}

.footer-linker:hover{
  text-decoration: underline;
}

/*clearfix*/
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
