@charset "utf-8";

body{
  color: #534741;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
a:hover{
text-decoration: none;
color: inherit; 
}
img{ max-width: 100%; }
.zoom50{ zoom:50%; }
.img-responsive{ max-width: 100%; }
.container-s{
  max-width: 975px;
  margin-left:auto;
  margin-right:auto;
  padding-right: 15px;
  padding-left: 15px;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.w100{ width: 100%; }
.over-h{ overflow: hidden; }
section{
  clear: both;
}
.container{
  box-sizing: border-box;
}
p{
  line-height: 1.8em;
  font-size: 15px;
}
.sec-pd{
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec-mg{
  margin-top: 80px;
  margin-bottom: 80px;
}
.mt20{
  margin-top: 20px;
}
.sec-title{
  text-align: center;
  color: #fff;
  background: linear-gradient(-45deg, #ffaaa0, #ff7882);
  padding: 50px 15px 40px;
  font-size: 40px;
  letter-spacing: .1em;
  line-height: 1.6em;
}
.sec-title span{
  font-size: 55%;
  margin-bottom: 15px;
  display: block;
}
.sec-title .en{
  font-family: 'Manjari', sans-serif;
  font-size: 30px;
  color: #534741;
  margin-top: 30px;
  line-height: 1em;
}
.sec-title.blue{
  background: linear-gradient(-45deg, #78d2e6, #78b4e6);
}
.cl-blue{
  color: #78b4e6;
}
.cl-pink{
  color: #ff7882;
}
.mainimg img.w100{
  position: relative;
  z-index: -2;
}
.mainimg .logo{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.intro {
  margin-bottom: 80px;
}
.intro .logo{
  position: relative;
  top: -22px;
}
.intro .title{
  font-family: 'Manjari', sans-serif;
  margin: 60px 0 40px;
}
.intro .title h2{
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .1em;
}
.intro .pagelink {
  overflow: hidden;
}
.intro .pagelink .row{
  margin: -10px;
}
.intro .pagelink li{
  float: left;
  width: 20%;
  padding: 10px;
  text-align: center;
}
.intro .pagelink li a{
  display: block;
  border: 1px solid #ff7882;
  padding: 15px;
  font-size: 18px;
  transition: .3s all;
}
.intro .pagelink li a:hover{
  opacity: .6;
}
.intro .pagelink li:nth-child(even) a{
  border-color: #78b4e6;
}

.message{
  background: url(../img/bg.jpg) center;
  background-size: cover;
  padding-bottom: 60px;
}
.message h2{
  font-family: 'Manjari', sans-serif;
  font-size: 50px;
  letter-spacing: .1em;
  margin: -18px 0 80px;
}
.message h3{
  color: #ff7882;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 1.5em;
}
.message p{
  line-height: 2.5em;
}
.message p strong{
  font-weight: normal;
  color: #ff7882;
  font-size: 150%;
}
.message .name{
  margin-top: 60px;
}


.point figure{
  padding: 0;
}
.point .txt{
  padding: 20px 4%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
  justify-content: center;
}
.point .txt h3 {
  font-size: 28px;
  border-bottom: 1px solid #534741;
  line-height: 1.6em;
  padding-bottom: .4em;
  margin-bottom: .8em;
}
.point .txt h3 .num{
  color: #ff7882;
  font-size: 50px;
  font-family: 'Manjari', sans-serif;
  margin-right: 15px;
}
.point .txt p{
  line-height: 2em;
}

.curriculum .row.timetable{
  margin-top: 50px;
}
.curriculum .row.timetable h3{
  margin-bottom: 5px;
}

.curriculum .bg-yellow{
  margin: 60px 0 0;
  background: url(../img/bg_yellow.png) top right no-repeat;
  background-color: #fff356;
  background-size: 100%;
  mix-blend-mode: multiply;
  padding: 45px;

}
.curriculum .bg-yellow h3{
  font-size: 38px;
  margin-bottom: .4em;
}
.curriculum .academy{
  margin: 60px 0 0;
}
.curriculum .sarani{
  margin-bottom: -60px;
}
.curriculum .academy .box{
  background: #fefabd;
  width: 750px;
  margin:0 auto -80px;
  max-width: 100%;
  padding: 80px 35px 120px;
}
.curriculum .academy .box h3{
  font-size: 38px;
  font-weight: bold;
  border-bottom: 4px dotted #534741;
  line-height: 1.6em;
  padding-bottom: .3em;
  margin-bottom: .4em;
}
.curriculum .academy .row p{
  background: #faeb21;
  border:2px solid #fff;
  border-radius: 6px;
  margin: -25px auto 0;
  padding: 5px 15px;
  font-size: 18px;
  position: relative;
  z-index: 10;
  width: 80%;
  font-weight: bold;
}
.voice .box{
  margin:0 auto 80px;
}
.voice .box .row{
  padding: 0 60px;
}
.voice .box h3{
  font-family: 'Manjari', sans-serif;
  color: #ff7882;
  font-size: 50px;
  letter-spacing: .1em;
}
.voice .box h3:after{
  content: "";
display: block;
width: 70px;
height: 4px;
background: #534741;
margin: 5px 0 30px;
}
.voice .box h4{
  font-size: 24px;
  font-family: 'Manjari', sans-serif;
  letter-spacing: .1em;
  margin-bottom: .5em;
}
.voice .box .subimg{
  margin-top: 20px;
}
.voice .box .profile{
  background: #ffe6e7;
  padding:0 15px 20px;
  margin-top: 40px;
}
.voice .box .profile h5{
  font-family: 'Manjari', sans-serif;
  font-size: 26px;
  letter-spacing: .1em;
  color: #ff7882;
  position: relative;
  top: -10px;
}
.voice .box:nth-child(even) h3{
  color: #78b4e6;
}
.voice .box:nth-child(even) .profile h5{
  color: #78b4e6;
}
.voice .box:nth-child(even) .profile{
  background: #e4f1fa;
}
.voice .end .large{
  font-size: 22px;
  margin-bottom: 15px;
}
.voice .end .large strong{
  font-size: 38px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.6em;
  background: linear-gradient(transparent 60%, #faeb21 60%);
}

.event .container{
  padding: 40px 0 80px;
}
.event h3{
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 46px;
}
.event h4{
  font-size: 30px;
  line-height: 1.6em;
  margin-bottom: .4em;
}

.recruitments .box h3{
  font-size: 30px;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 1em;
}
.recruitments .box:not(:last-child){
  margin-bottom: 80px;
}
.recruitments table {
  width: 100%;
}
.recruitments table tr{
  border:1px solid #534741;
  
}
.recruitments table th{
  width: 165px;
  vertical-align: top;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 15px;
  background: #e6e1e1;
  border-right: 1px solid #534741;
  
}
.recruitments table td{
  padding: 15px 20px;
  font-size: 14px;
}
.flow{
  background: #f5f0f0;
}
.flow .title .en{
  font-family: 'Manjari', sans-serif;
  font-size: 20px;
  letter-spacing: .1em;
  margin-bottom: .7em;
}
.flow .title h2{
  font-size: 36px;
  margin-bottom: .5em;
}
.flow img{
  margin: 30px auto 40px;
}
.flow .btn{
 background: linear-gradient(-45deg, #ffaaa0, #ff7882);
 color: #fff;
 font-size: 30px;
 width: 460px;
 max-width: 100%;
  font-family: 'Manjari', sans-serif;
 -webkit-font-smoothing: antialiased;
 line-height: 1em;
 padding: 20px 15px 8px;
 transition: .3s all;
}
.flow .btn:hover{
   opacity: .6;
}
.flow .note{
  margin-top: 10px;
}

.form h2{
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: .1em;
}
.form .lead p{
  font-size: 17px;
  margin-bottom: 15px;
}
.form .lead .required{
  display: inline-block;
  padding: 6px 8px;
  line-height: 1em;
  font-size: 13px;
  color: #fff;
  background-color: #e85888;
  letter-spacing: .2em;
  border-radius: 5px;
  vertical-align: 3px;
  margin:0 5px;
}

.saloninfo{
  background: #f5f0f0;
}
.saloninfo h2{
  font-size: 20px;
  font-weight: bold;
  font-family: 'Manjari', sans-serif;
  letter-spacing: .1em;
  margin-bottom: 60px;
}
.saloninfo li .logo{
  margin-bottom: 20px;
}
.saloninfo li figure{
  margin-bottom: 20px;
}
.saloninfo li .area{
  background: #64c3c8;
  color: #fff;
  font-size: 18px;
  width: 140px;
  border-radius: 6px;
  margin:0 auto 10px;
  line-height: 1.8em;
  letter-spacing: .2em;
}
.saloninfo li:nth-child(2) .area{ background: #d18a9b; }
.saloninfo li:nth-child(3) .area{ background: #59a258; }
.saloninfo li:nth-child(4) .area{ background: #74729c; }
.saloninfo li .tel{
  font-size: 130%;
}

@media screen and (max-width: 767px){

p{
  font-size: 13px;
}
.sec-pd{
  padding-top: 40px;
  padding-bottom: 40px;
}
.sec-title{
  padding: 40px 15px 30px;
  font-size: 26px;
}
.sec-title h2{
  line-height: 1.3em;
}
.sec-title span{
  line-height: 1.6em;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.sec-title .en{
  font-size: 18px;
  margin-top: 15px;
}

.intro {
  margin-bottom: 80px;
}
.intro .logo img{
  width:200px;
}

.intro .title{
  margin: 40px 0 20px;
}
.intro .title h2{
  font-size: 28px;
}
.intro .title p{
  font-size: 12px;
}
.intro .pagelink .row{
  margin: -2px;
}
.intro .pagelink li{
  width: 50%;
  padding: 2px;
}
.intro .pagelink li a{
  padding: 15px 10px;
  font-size: 14px;
}

.message{
  padding-bottom: 40px;
}
.message h2{
  font-size: 30px;
  margin: -9px 0 40px;
}
.message h3{
  font-size: 17px;
  line-height: 1.6em;
}
.message p{
  line-height: 2em;
}
.message .name{
  margin-top: 20px;
  font-size: 110%;
}


.point .txt{
  padding: 25px 15px;
}
.point .txt h3 {
  font-size: 20px;
  line-height: 1.6em;
  padding-bottom: .4em;
  margin-bottom: .8em;
}
.point .txt h3 .num{
  font-size: 28px;
  margin-right: 10px;
}
.curriculum .row.timetable h3{
  position: relative;
}
.curriculum .row.timetable h3:before{
  content: "▼";
  display: block;
  position: absolute;
  color: #fff;
  font-size: 12px;
  top: 14px;
  right: 15px;
}
.curriculum .row.timetable{
  margin-top: 30px;
}
.curriculum .row.timetable .col div{
  padding-bottom: 15px;
}

.curriculum .bg-yellow{
  margin: 40px -15px 0;
  background: url(../img/bg_yellow_sp.png) top right no-repeat;
  background-size: 100%;
  background-color: #fff356;
  padding: 45px 15px;

}
.curriculum .bg-yellow h3{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
}
.curriculum .academy{
  margin: 40px -15px 0;
}
.curriculum .academy .box{
  margin:0 auto -80px;
  max-width: 100%;
  padding: 80px 15px 110px;
}
.curriculum .academy .box h3{
  font-size: 28px;
  font-weight: bold;
  border-bottom: 4px dotted #534741;
  line-height: 1.6em;
  padding-bottom: .3em;
  margin-bottom: .4em;
}
.curriculum .academy .row {
  margin: 0;
}
.curriculum .academy .row .col:not(:last-child){
  margin-bottom: 30px;
}
.curriculum .academy .row p{
  margin: -20px auto 0;
  padding: 0 15px;
}

.voice .box{
  margin:0 auto 40px;
}
.voice .box .row{
  padding: 0;
}
.voice .box .left{
  margin-top: 30px;
}
.voice .box h3{
  font-size: 30px;
  letter-spacing: .1em;
}
.voice .box h3:after{
margin: 15px 0 30px;
}
.voice .box h4{
  font-size: 20px;
}
.voice .box .profile p{
  font-size: 12px;
}
.voice .end .large{
  font-size: 16px;
  margin-bottom: 15px;
}
.voice .end .large strong{
  font-size: 24px;
}

.event .container{
  padding: 40px 15px 60px;
}
.event h3{
  font-size: 24px;
}
.event h4{
  font-size: 19px;
}
.recruitments .box h3{
  font-size: 24px;
}
.recruitments .box:not(:last-child){
  margin-bottom: 40px;
}
.recruitments table th{
  width: 110px;
  padding: 10px;
  font-size: 14px;
}
.recruitments table td{
  padding: 10px;
  font-size: 13px;
}
.flow .title h2{
  font-size: 26px;
  line-height: 1.6em;
}
.flow img{
  margin: 30px auto 40px;
}
.flow .btn{
 font-size: 25px;
 padding: 20px 15px 8px;
}
.form h2{
  font-size: 20px;
}


.saloninfo .sec-title{
  margin-bottom: 20px;
}
.saloninfo li {
  padding: 0 15px 50px;
}

.form .lead .required{
  padding: 4px 8px;
  font-size: 12px;
  vertical-align: 1px;
}
}@media screen and (min-width: 768px){
.text-sm-center{ text-align: center; }
.ly-5{
  width: 20%;
}
}

