/*----------------------------------------------------------------------------*/
/* --------------------------------------------------- common & top style */
/*----------------------------------------------------------------------------*/

/* --------------------------------------------------- import */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* --------------------------------------------------- font */
@font-face {
  font-family: 'hannariMin';
  src: url("fonts/Hannari.otf")  format("opentype");
}
/* --------------------------------------------------- common */
html,body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #3A3E39;/*#804c2e;*/
  font-family: 'Noto Sans JP', sans-serif,'メイリオ',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
  font-size: 62.5%;
}
/* 寄せクリア */
.clear {
  clear:both;
}
/* イメージのライン（aタグ内のイメージにIE10以下ででラインが出るのを解除） */
img {
  border: 0px;
}

/* テキストエリア選択の青枠を消す */
button,
a,
input {
  outline: none;
}
/* ブランク */
.br-normal {
  display: inherit;
}
.br-768 {
  display: none;
}
.br-480 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br-normal {
    display: none;
  }
  .br-768 {
    display: none;
  }
  .br-480 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br-768 {
    display: inherit;
  }
  .br-480 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .br-768 {
    display: none;
  }
  .br-480 {
    display: inherit;
  }

}
/* --------------------------------------------------- wrapper */
@media screen and (min-width:1441px) {
  .wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    display: table;
    font-size: 1.3rem;
  }
  .inner {
    margin: 0 auto;
    width: 1250px;
  }
  .inner2 {
    margin: 0 auto;
    width: 950px;
  }
}
@media screen and (max-width:1440px) and (min-width:1025px) {
  .wrapper {
    width: 1440px;
    min-height: 100%;
    position: relative;
    display: inherit;
    font-size: 1.3rem;
  }
  .inner {
    margin: 0 auto;
    width: 1250px;
  }
  .inner2 {
    margin: 0 auto;
    width: 950px;
  }
}
@media screen and (max-width:1024px) and (min-width:769px) {
  .wrapper {
    width: 1024px;
    min-height: 100%;
    position: relative;
    display: inherit;
    font-size: 1.3rem;
  }
  .inner {
    margin: 0 auto;
    width: 910px;
  }
  .inner2 {
    margin: 0 auto;
    width: 780px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .wrapper {
    max-width: 768px;
    width: 100%;
    min-height: 100%;
    position: relative;
    display: inherit;
    font-size: 1.3rem;
  }
  .inner,
  .inner2 {
    margin: 0 auto;
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    max-width: 480px;
    width: 100%;
    min-height: 100%;
    position: relative;
    display: inherit;
    font-size: 1.3rem;
  }
  .inner,
  .inner2 {
    margin: 0 auto;
    width: 85%;
  }
}

/* タイトル２*/
h1.title-second > span {
  font-family: 'Noto Sans JP', sans-serif,'メイリオ',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
  font-size: 1.3rem;
  margin-left: 30px;
}
.title-second {
  /*font-family: 'Marcellus', serif;*/
  font-family: 'Cinzel', serif;
  font-size: 6.0rem;
  font-weight: 100;
  font-weight: normal;
  text-align: center;
  margin: 50px 0 35px;
  letter-spacing: 2px;  
}
h1.title-third > span {
  font-family: 'Noto Sans JP', sans-serif,'メイリオ',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
  font-size: 1.3rem;
  margin-left: 30px;
}
.title-third {
  /*font-family: 'Marcellus', serif;*/
  font-family: 'Cinzel', serif;
  font-size: 4.0rem;
  font-weight: normal;
  text-align: left;
  margin: 50px 0;
  text-align: center;
  letter-spacing: 2px;
}
/* --------------------------------------------------- header */
.logo {
  margin-top: 30px;
  margin-left: 30px;
}
.logo a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .logo {
    margin-top: 15px;
    margin-left: 17px;
  }
  .logo img {
    width: 135px!important;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    margin-top: 11px;
    margin-left: 10px;
  }
  .logo img {
    width: 135px!important;
    height: auto;
  }
}
/* リンクイメージのホバー時の透過 */
nav.nav-1 li.menu-menu span:hover,
nav.nav-1 li.main-menu a:hover {
  color: #f19ca6;
}


/* --------------------------------------------------- main title */
.box-ttl {
  background: url("../img/top_1920.jpg") no-repeat;
  background-size: cover;
  width: auto;
  height: 100vh;
  position: relative;
}
.box-ttl .ttl-image-768,
.box-ttl .ttl-image-480 {
  display: none;
}
.box-ttl .ttl-inner {
  position: absolute;
  top: 19%;
  left: 16%;
}
.top-sentence1 {
  font-family: "hannariMin","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "ＭＳ 明朝","MS Mincho";
  font-size: 3.0rem;
  line-height: 3.8rem;
  color: #804c2e;
}
.top-sentence2 {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.0rem;
  margin: 60px 0 0 0;
  color: #804c2e;
}
.top-sentence2-1024 {
  display: none;
}
.top-sentence2-768 {
  display: none;
}
.fade1 ,
.fade2 ,
.fade3 ,
.fade4 {
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .box-ttl {
    background: url("../img/top_1440.jpg") center center / cover no-repeat;
    width: auto;
    height: 100vh;
    position: relative;
  }
  .box-ttl .ttl-image-768 {
    display: none;
  }
  .box-ttl .ttl-inner {
    position: absolute;
    top: 22%;
    left: 16%;
  }
}
@media screen and (max-width: 1024px) {
  .box-ttl {
    background: url("../img/top_1024.jpg") center center / cover no-repeat;
    width: auto;
    height: 100vh;
    position: relative;
  }
  .box-ttl .ttl-image-768 {
    display: none;
  }
  .box-ttl .ttl-inner {
    position: absolute;
    top: 20%;
    left: 10%;
  }
  .top-sentence2 {
    display: none;
  }
  .top-sentence2-1024 {
    display: block;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 2.0rem;
    margin: 60px 0 0 0;
    color: #804c2e;
  }
  .top-sentence2-768 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .box-ttl {
    background: none;
    width: 100%;
    height: 100%;
  }
  .box-ttl .ttl-image-768 {
    display: block;
  }
  .box-ttl .ttl-image-768 img {
    width: 100%;
    height: auto;
  }
  .br {
    display: none;
  }
  .box-ttl .ttl-inner {
    position: static;
    width: 90%;
    margin: 10% auto;
  }
  .top-sentence1 {
    font-size: 3.0rem;
    font-weight: 300;
    line-height: 3.8rem;
    text-align: center;
    color: #804c2e;
  }
  .top-sentence2-768 {
    width: 100%;
    max-width: 590px;
    display: block;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 3.0rem;
    margin: 0 auto;
    text-align: left;
    color: #804c2e;
  }
  .top-sentence2 {
    display: none;
  }
  .top-sentence2-1024 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .top-sentence1 {
    font-size: 2.3rem;
    line-height: 2.3rem;
    color: #804c2e;
  }
  .top-sentence2-768 {
    width: 100%;
    max-width: 450px;
    display: block;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 2.4rem;
    margin: 0 auto;
    text-align: left;
    color: #804c2e;
  }
}
@media screen and (max-width: 320px) {
  .top-sentence1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-top: 30px;
    color: #804c2e;
  }
  .top-sentence2-768 {
    width: 100%;
    max-width: 300px;
    display: block;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 2.2rem;
    margin: 0 auto;
    text-align: left;
    color: #804c2e;
  }
}
/* --------------------------------------------------- info */
.box-info {
  width: 100%;
  height: 100px;
  /*background: #804c26;*/
}
.box-info h1 {/* tittle */
  /*font-family: 'Marcellus', serif;*/
  font-family: 'Cinzel', serif;
  font-size: 4.0rem;
  font-weight: 100;
  /*color: #fff;*/
  margin: 25px 100px 0 0;
  float: left;
}
.box-info dl {
  font-size: 1.3rem;
  font-weight: 300;
  /*color: #fff;*/
  float: left;
  margin-top: 26px;
  padding-left: 15px;
  border-left: 1px solid #fff;
}
.box-info dl dd {
  margin-top: -20px;
  margin-left: 90px;
}
.box-info dl dd span {
  color: #f19ca6;
  font-weight: 400;
  animation: blink 1.3s step-end infinite alternate;
}
.box-info dl dt.info2 {
  margin-top: 10px;
}
.box-info .info-menu1 {
  float: left;
  margin-right: 50px;
}
.box-info .info-menu2 {
  float: left;
}
@media screen and (max-width: 1024px) {
  .box-info h1 {/* tittle */
    margin-right: 30px;
  }
  .box-info dl dd {
    margin-left: 70px;
  }
.box-info .info-menu1 {
  margin-right: 30px;
}

}
@media screen and (max-width: 768px) {
  .box-info {
    width: 100%;
    min-height: 420px;
    height: 100%;
    text-align: center;
  }
  .box-info h1 {/* tittle */
    width: 100%;
    font-size: 3.0rem;
    margin-bottom: 10px;
  }
  .box-info .info-menu1,
  .box-info .info-menu2,
  .box-info dl,
  .box-info dl dt,
  .box-info dl dd {
    clear: both;
    margin: 0;
    width: 100%;
  }
  .box-info dl {
    border-left: none;
    padding-left: 0;
  }
  .box-info dl dt {
    padding: 15px 0 3px 0;
    border-top: 1px solid #fff;
  }
  .box-info dl dd {
    padding: 0 0 15px 0;
  }
  .box-info dl dd.last-info {
    border-bottom: 1px solid #fff;
  }
  .box-info dl dt.info2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .box-info h1 {/* tittle */
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
  .box-info {
    min-height: 420px;
  }
}
@media screen and (max-width: 380px) {
  .box-info h1 {/* tittle */
  }
  .box-info {
    min-height: 440px;
  }
}
/* --------------------------------------------------- tab_ban */

div.tab_ban {
  position: fixed!important;
  position: absolute;
  z-index: 10;
}
.tab_ban {
  width: 85px;
  height: 85px;
  position: fixed;
  -webkit-transition: width ease-in-out 0.5s;
  -moz-transition: width ease-in-out 0.5s;
  -ms-transition: width ease-in-out 0.5s;
  -o-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
  background: #f19ca6;
}
.tab_ban a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.0rem;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.tab_ban a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#tab01 {
  top: 300px;
}
@media screen and (max-width: 768px) and (min-width: 481px){
}
@media screen and (max-width: 480px){
  .tab_ban {
    display: none;
  }
}

/* --------------------------------------------------- menu */
.box-bodymenu .menu-ttl {/* body menu */
  background: url("../img/body_2_1340.jpg") 0 0 no-repeat;
  background-size: contain;
  position: relative;
}
.box-facialmenu .menu-ttl {/* facial menu */
  background: url("../img/facial_1340.jpg") 0 0 no-repeat;
  background-size: contain;
  position: relative;
}
.box-classroom .menu-ttl {/* special menu */
  background: url("../img/classroom_1340.jpg") 0 0 no-repeat;
  background-size: contain;
  position: relative;
}
.menu-ttl-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
}
.menu-ttl {
  width: 100%;
  height: 0;
  padding-top: 27.7%;
}
.menu-ttl .ttl-inner {
  position: absolute;
  top: 35%;
  color: #fff;
}
.menu-ttl .ttl-inner-l {
  left: 7%;
}
.menu-ttl .ttl-inner-r {
  right: 5%;
}
.menu-ttl .ttl-inner-c {
  left: 5%;
  right: 5%;
  text-align: center;
}

.menu-ttl .ttl-inner p {/* caption */
  font-size: 1.6rem;
  margin: 0;
}
.menu-ttl .ttl-inner h1 {/* title */
  /*font-family: 'Marcellus', serif;*/
  font-family: 'Cinzel', serif;
  font-size: 6.0rem;
  font-weight: 100;
  letter-spacing: 2px;
  margin: 0;
}
.menu-ttl .ttl-inner h2 {/* title */
  font-family: 'Cinzel', serif;
  font-size: 3.0rem;
  font-weight: 100;
  letter-spacing: 2px;
  margin: 0;
}
.menu-ttl .ttl-inner h1.mark::before {
  content: url("../img/title_mark.png");
  margin: 0 20px 0 -45px;
}
@media screen and (max-width: 768px) {
  .box-bodymenu .menu-ttl {/* body menu */
    background: url("../img/body_2_768.jpg") 0 0 no-repeat;
    background-size: contain;
    position: relative;
  }
  .box-facialmenu .menu-ttl {/* facial menu */
    background: url("../img/facial_768.jpg") 0 0 no-repeat;
    background-size: contain;
    position: relative;
  }
  .box-classroom .menu-ttl {/* special menu */
    background: url("../img/classroom_768.jpg") 0 0 no-repeat;
    background-size: contain;
    position: relative;
  }
  .menu-ttl-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .menu-ttl {
    width: 100%;
    height: 0;
    padding-top: 32.5%;
  }

  .menu-ttl .ttl-inner p {/* caption */
    font-size: 1.4rem;
    margin-bottom: -12px;
  }
  .menu-ttl .ttl-inner h1 {/* title */
    font-size: 4.6rem;
  }
  .menu-ttl .ttl-inner h1.mark::before {
    content: url("../img/title_mark.png");
    margin: 0 10px 0 -35px;
  }

}
@media screen and (max-width: 480px) {
  .box-bodymenu .menu-ttl {/* body menu */
    background: url("../img/body_2_480.jpg") 0 0 no-repeat;
    background-size: contain;
    position: relative;
  }
  .box-facialmenu .menu-ttl {/* facial menu */
    background: url("../img/facial_480.jpg") 0 0 no-repeat;
    background-size: contain;
    position: relative;
  }
  .box-classroom .menu-ttl {/* special menu */
    background: url("../img/classroom_480.jpg") 0 0 no-repeat;
    background-size: contain;
    position: relative;
  }
  .menu-ttl {
    width: 100%;
    height: 0;
    padding-top: 35.4%;
  }
  .menu-ttl .ttl-inner p {/* caption */
    font-size: 1.3rem;
    margin: 0 0 30px 12px;
  }
  .menu-ttl .ttl-inner h1 {/* title */
    font-size: 3.0rem;
    margin-top: -35px;
  }
  .menu-ttl .ttl-inner h1.mark::before {
    content: url("../img/title_mark_2.png");
    margin: 0 10px 0 -5px;
  }
  .box-classroom .menu-ttl .ttl-inner h1 {/* title */
    margin-top: -15px;
  }
  .menu-ttl .ttl-inner h2 {/* title */
    font-size: 2.0rem;
    margin: -10px 0 10px;
  }


}
@media screen and (max-width: 320px) {
  .menu-ttl .ttl-inner p {/* caption */
    font-size: 1.2rem;
    margin: -10px 0 17px 0px;
  }
  .menu-ttl .ttl-inner h1 {/* title */
    font-size: 2.3rem;
    margin-top: -20px;
  }
  .menu-ttl .ttl-inner h1.mark::before {
    content: url("../img/title_mark_2.png");
    width: 50px;
    height: auto;
    margin: 0 10px 0 -20px;
  }

}
/* メニュー注釈 */
.menu-annotation {
  clear: both;
  width: 100%;
  text-align: right;
}
.menu-annotation p {
  margin: 0 0 5% 0;
  font-size: 1.2rem;
  font-weight: 100;
}
/* メニュー内容 */
.bodymenu-inner,
.facialmenu-inner {
  margin-top : 2%;
}
.classroom-inner {
  margin-top: -80px;
}
@media screen and (max-width: 1024px) {
  .classroom-inner {
    margin-top: -20px;
  }  
}
@media screen and (max-width: 320px) {
  .classroom-inner {
    margin-top: -10px;
  }  
}
.bodymenu-inner dl dt h2,
.facialmenu-inner dl dt h2,
.classroom-inner h2 {
  font-family: "hannariMin","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "ＭＳ 明朝","MS Mincho";
  font-size: 3.0rem;
  font-weight: normal;
  margin: 0;
  position: relative;
  white-space: nowrap;
  letter-spacing: -5px;
}
.bodymenu-inner dl dt h2 span.kanji,
.facialmenu-inner dl dt h2 span.kanji,
.classroom-inner dl dt h2 span.kanji {
  letter-spacing: 0px!important;
}
.bodymenu-inner dl dt h2.new::after,
.facialmenu-inner dl dt h2.new::after {
  content: url("../img/new.png");
  position: absolute;
  top: 0px;
  margin-left: 10px; 
  -webkit-animation:blink 1.3s step-end infinite alternate;
  -moz-animation:blink 1.3s step-end infinite alternate;
  animation:blink 1.3s step-end infinite alternate;
}

.blink_class{
    -webkit-animation:blink 1.0s step-end infinite alternate;
    -moz-animation:blink 1.0s step-end infinite alternate;
    animation:blink 1.0s step-end infinite alternate;
}

/* 点滅 */
@-webkit-keyframes blink{
    34%,66%,100% {opacity:0;}
    0%,33%,67%,99% {opacity:1;}
}
@-moz-keyframes blink{
    34%,66%,100% {opacity:0;}
    0%,33%,67%,99% {opacity:1;}
}
@keyframes blink{
    34%,66%,100% {opacity:0;}
    0%,33%,67%,99% {opacity:1;}
}

.bodymenu-inner dl dd,
.facialmenu-inner dl dd {
  margin-left: 18px;
}
.bodymenu-inner .course-title-mark,
.facialmenu-inner .course-title-mark,
.classroom-inner .course-title-mark {
  width: 8px;
  height: 36px;
  display: inline-block;
  margin: 0 7px -9px 0;
}
.bodymenu-inner .course-title-mark {
  background: #83ccd2;
}
.facialmenu-inner .course-title-mark {
  background: #8f82bc;
}
.classroom-inner .course-title-mark {
  background: #3A3E39;
}
.align-center{
  margin: 0 auto;
}
.course-1 {
  width: 46%; 
  float: left;
  margin: 0 2% 6% 2%;
  position: relative;
}
.course-2 {
  width: 21%; 
  float: left;
  margin: 0 2% 2% 2%;
}
.facialmenu-inner .course-2 {
  width: 29%;
}
.course-3 {
  width: 100%;
}
.course-3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.course-3 ul li {
  width: 42%;
  float: left;
  margin: 0 2% 2% 2%;
}
.course-3 ul li:last-child {
  width: 50%;
}
.course-3 .course-title h2, 
.course-3 .course-title .price {
  display: inline-block;
}
.course-3 .course-title h2 {
  margin: 0 30px 30px 0;
}
.course-3 > ul > li > p {
  font-size: 1.2rem;
  line-height: 2.4rem;
  margin: 0;
}
.course-detail-menu {/*コース詳細*/
  list-style: none;
  margin: 0;
  padding: 0;
}
.course-detail-menu li {
  font-size: 1.3rem;
  display: inline-block;
  margin: 20px 0 20px 0;
  padding-right: 10px;
}
.course-detail-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.price {/* 価格 */
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.9rem;
  color: #83ccd2;
  margin-top: 15px;
  white-space: nowrap;
}
.bodymenu-inner .price {
  background: linear-gradient(transparent 95%, #83ccd2 0%);  
}
.facialmenu-inner .price {
  background: linear-gradient(transparent 95%, #8f82bc 0%);  
}
.classroom-inner .price {
  background: linear-gradient(transparent 95%, #3A3E39 0%);  
}
.price span {
  font-size: 1.75rem;
}
.price .tax {
  font-size: 1.0rem;
}
.price2 {
  margin-top: 34px!important;
}
.price-long {
  width: 150px!important;
}
.box-facialmenu .price {
  color: #8f82bc!important;
}
.box-classroom .price {
  color: #3A3E39!important;
}
.course-detail p {
  font-size: 1.2rem;
  line-height: 2.4rem;
  margin: 0;
  text-align: justify;
}
.course-detail-1 p {
  height: 140px;
}
.course-detail-2 p {
  height: 100px;
}
.course-detail-3 p {
  height: 50px;
}
.course-detail h3 {
  font-size: 1.2rem;
  color: #fff;
  margin: 30px 0 5px 0;
  padding: 2px 7px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.course-detail .annotation {
  clear: both;
  padding-top: 15px;
}
.course-detail .annotation,
.course-detail-2 .annotation,
.bodymenu-annotation {
  font-size: 1.0rem;
  line-height: 1.6rem;
}
.course-detail-2 .annotation {
  height: 30px;
}
.course-detail ul {
  list-style: none;
  margin: 0;
  padding: 5px 0 30px 0;  
  text-align: center;
  font-size: 1.2rem;
}
.course-detail ul li {
  border: 1px solid #b1b1b1;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.course-detail ul li.triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid black;
  border-bottom: 0;
  margin: 6px auto;
  padding-top: 0;
  padding-bottom: 0;
}
.bodymenu-inner .course-detail h3 {
  background: #83ccd2;
}
.facialmenu-inner .course-detail h3 {
  background: #8f82bc;
}
.classroom-inner .course-detail h3 {
  background: #3A3E39;
}
.bodymenu-course-detail {
  vertical-align: top;
}
.bodymenu-course-detail {
  float: left;
  width: 360px;
  margin-right: 18px;
}
.course-detail .course-detail-image {
  float: left;
  display: block;
  width: 170px;
}
.course-detail-image img {
  width: 100%;
  height: auto;
}
.classroom-inner .title-img {
  text-align: center;
}
.classroom-inner .title-img img {
  width: 100%;
}
.classroom-inner .title-img h2 {
  margin-top: -35%;
  margin-bottom: 25%;
  color: #fff;
  font-size: 4.0rem;
  text-align: center;
  line-height: 4.3rem;
}
.classroom-inner .title-img h2.brank {
  margin-top: -45%;
}
.classroom-inner .course-1 dl {
  margin: 0 20px 30px;
}
.classroom-inner .course-1 dd {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .course-1 {
    width: 100%; 
    margin: 0 1% 2% 1%;
  }
  .course-2 {
    width: 46%; 
    margin: 0 1% 2% 1%;
  }
  .facialmenu-inner .course-2 {
    width: 46%;
  }
  .course-detail-menu li {
    padding-right: 7%;
  }
  .bodymenu-course-detail {
    width: 640px;
  }
  .course-detail .course-detail-image {
    width: 170px;
  }
  .price2 {
    margin-top: 15px!important;
  }
  .classroom-inner .title-img img {
    width: 70%;
  }
  .classroom-inner .title-img h2 {
    margin-top: -25%;
    margin-bottom: 20%;
  }
  .classroom-inner .title-img h2.brank {
    margin-top: -30%;
  }
}
@media screen and (max-width: 768px) {
  .course-1 {
    width: 100%; 
    margin: 0 1% 2% 1%;
  }
  .course-2 {
    width: 100%; 
    margin: 0 1% 2% 1%;
  }
  .course-3 {
    width: 100%;
  }
  .course-3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .course-3 ul li {
    width: 100%;
    float: left;
    margin: 0 2% 2% 2%;
  }
  .course-3 .course-title h2, 
  .course-3 .course-title .price {
    display: inline-block;
  }
  .course-3 .course-title h2 {
    margin-right: 30px;
  }
  .classroom-inner .course-3 ul li:last-child {
    width: 100%;
  }
  .facialmenu-inner .course-2 {
    width: 100%;
  }
  .course-detail-menu li {
    padding-right: 6%;
  }
  .bodymenu-course-detail {
    width: 70%;
  }
  .course-detail .course-detail-image {
    width: 25%;
  }
  .course-detail-1 p {
    height: auto;
  }
  .course-detail-2 p {
    height: auto;
  }
  .course-detail-3 p {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .bodymenu-course-detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .course-detail .course-detail-image {
    width: 100%;
  }
  .facialmenu-inner .course-detail-menu li:first-child {
    margin-bottom: 0;
  }
  .facialmenu-inner .course-detail-menu li:last-child {
    margin-top: 0;
  }
  .classroom-inner .price {
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .classroom-inner .title-img img {
    width: 100%;
  }
  .classroom-inner .title-img h2 {
    margin-top: -40%;
    margin-bottom: 30%;
    font-size: 3.0rem;
    line-height: 3.3rem;
  }
  .classroom-inner .title-img h2.brank {
    margin-top: -45%;
  }
}
@media screen and (max-width: 320px) {
  .classroom-inner .title-img img {
    width: 100%;
  }
  .classroom-inner .title-img h2 {
    margin-top: -40%;
    margin-bottom: 20%;
    font-size: 2.5rem;
    line-height: 2.3rem;
  }
  .classroom-inner .title-img h2.brank {
    margin-top: -45%;
  }
}
/* --------------------------------------------------- profile-access common */
.box-baseinfo {
  width: 100%;
}
.baseinfo-inner {
  margin-bottom: 30px;
  text-align: left;
  border-top: 1px solid #000;
}
.box-profile,
.box-access {
  width: 550px;
  height: 700px;
  padding: 20px 0 20px 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.box-profile {
  margin-left: 0;
  margin-right: 7%;
}
.box-access {
  margin-left: 0;
  margin-right: 0;
}
.box-profile ul,
.box-access ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile-inner,
.access-inner {
  margin-left: 40px;
}
.access-inner-2 {
  height: 220px;
}
.map {
  margin-top: 30px;
}
.sentence-image li.sentence {
  float: left;
}
.sentence-image li.sentence ul li {
  height: 27px;
}
.sentence-image li.image {
  float: right;
  margin-bottom: 40px;
}
.profile-inner h2 {
  padding-top: 30px;
  font-size: 1.3rem;
  font-weight: normal;
  margin: 0;
}
.profile-inner p {
  line-height: 25px;
  margin: 0;
}
.image-first {
  display: none;
}
@media screen and (max-width: 1024px) {
  .box-profile,
  .box-access {
    width: 420px;
    height: 800px;
    padding: 20px 0 20px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .box-profile {
    margin-left: 0;
    margin-right: 7%;
  }
  .box-access {
    margin-left: 0;
    margin-right: 0;
  }
  .profile-inner,
  .access-inner {
    margin-left: 0;
  }
  .box-profile .sentence-image li.sentence {
    width: 70%;
  }
  .box-profile .sentence-image li.image {
    width: 30%;
  }
  .box-access .sentence-image li.sentence,
  .box-access .sentence-image li.image {
    width: 50%;
  }
  .sentence-image li.image img {
    width: 100%;
  }
  .map {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .box-profile {
    width: 100%;
    height: 650px;
  }
  .box-access {
    width: 100%;
    height: 750px;
  }
  .box-profile,
  .box-access {
    margin-left: 0;
    margin-right: 0;
  }
  .box-profile ul,
  .box-access ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .profile-inner,
  .access-inner {
    margin-left: 0;
  }
  .sentence-image li.sentence {
    float: left;
  }
  .sentence-image li.sentence ul li {
    height: 27px;
  }
  .sentence-image li.image {
    float: right;
    margin-bottom: 40px;
  }
  .profile-inner p {
    line-height: 25px;
  }

}
@media screen and (max-width: 480px) {
  .box-profile {
    width: 100%;
    height: auto;
  }
  .box-access {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .image-first {
    display: block;
    width: 100%;
  }
  .image-first img {
    width: 100%;
  }
  .sentence-image li.sentence {
    width: 100%!important;
    margin-top: 15px;
  }
  .sentence-image li.image {
    display: none;
  }
  .clear {
    padding-top: 30px;
  }
  .profile-inner .sentence-image .sentence li {
    letter-spacing: -0.3px;
  }
}
/* --------------------------------------------------- voice-faq common */
.box-inner {
  border-top: 1px solid #000;
  text-align: center;
  margin: 0 auto;
}
.box-caption {
  font-family: "hannariMin","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "ＭＳ 明朝","MS Mincho";
  font-size: 2.6rem;
  letter-spacing: -2px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.box-contents ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}
.box-contents ul li.card2 {/*カード2個中央寄せ*/
  width: 400px;
  display: inline-block;
  margin: 2% 2% 5%;
  padding: 0;
  vertical-align: top;
  position: relative;
}
.box-contents ul li.card3 {/*カード3個*/
  width: 330px;
  height: 330px;
  display: inline-block;
  margin: 33px;
  padding: 0;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .box-contents ul li.card2 {/*カード2個中央寄せ*/
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 2% 2% 5%;
    padding: 0;
    vertical-align: top;
    position: relative;
  }
  .box-contents ul li.card3 {/*カード3個*/
    width: 250px;
    height: 250px;
    display: inline-block;
    margin: 20px 0 200px;
    padding: 0;
    vertical-align: top;
  }
}

/* --------------------------------------------------- voice */
.box-voice .annotation {
  margin: 70px 0;
}
.box-voice .annotation a {
  text-decoration: none;
  color: #f19ca6;
}
.voice-area {
  background: #faed00;
  padding: 11%;
  height: 350px;
  border-radius: 25px;
  margin-top: 30px;
}
.card2:after {
  content: url("../img/hukidasi.png");
  position: absolute;
  bottom: -50px;
  left: 150px;
} 
.voice-content h2 {
  font-family: "hannariMin","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "ＭＳ 明朝","MS Mincho";
  font-size: 2.6rem;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 0;
}
.voice-content h2 span {
  /*padding-bottom: 7px;
  background: linear-gradient(transparent 85%, #fff 0%);*/
}
.voice-content p {
  font-size: 1.3rem;
  line-height: 2.7rem;
  margin: 0;
  padding: 15px 0 0 0;
  text-align: justify;
}
.voince-content p.sentence {
}
.voice-content p.info {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .voice-area {
    height: auto;
  }
  .voice-content h2 {
    font-size: 2.3rem;
    letter-spacing: -3px;
    margin: 0 0 5px 0;
    padding: 0;
  }

}
/* --------------------------------------------------- faq */
.box-faq .annotation {
  margin: 70px 0;
  text-align: left;
}
.faq-area {
  background: #f19ca6;
  padding: 20px;
  width: 90%;
  height: 90%;
  border-radius: 50%;
}
.faq-content .question {
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.faq-content .question h2 {
  /*font-family: 'Marcellus', serif;*/
  font-family: 'Cinzel', serif;
  font-size: 4.0rem;
  font-weight: 100;
  line-height: 5.0rem;
  margin: 0 0 10px 0;
  padding: 0;

}
.faq-content .question p {
  font-family: "hannariMin","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "ＭＳ 明朝","MS Mincho";
  font-size: 2.3rem;
  letter-spacing: -3px;
  margin: 0;
  padding: 0;
}
.faq-content .answer {
  margin: 10px 10px 0;
  display: table;
  width: 100%;
}
.faq-content .answer p {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.faq-content .answer p.mark {
  /*font-family: 'Marcellus', serif;*/
  font-family: 'Cinzel', serif;
  font-size: 3.0rem;
  font-weight: 100;
}
.faq-content .answer p.sentence {
  width: 90%;
  padding: 5px 10px 0 5px;
  font-size: 1.3rem;
  line-height: 2.5rem;

}
@media screen and (max-width: 480px) {
  .faq-content .question {
    border-bottom: 0;
  }
  .faq-content .question h2 {
    margin: 10px 0 25px 0;
  }
  .faq-content .answer {
    margin: 100px 0 0;
  }

}
/* --------------------------------------------------- link */
.box-link {
  width: 100%;
  margin: 10px 0 70px 0;
}
.link-inner {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
/*
.link-inner dl {
  margin: 0;
}
.link-inner dd {
  margin: 0;
}
.link-inner dt img {
  border: 1px solid #000;
}
.link-inner dd h2 {
  font-family: "hannariMin","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "ＭＳ 明朝","MS Mincho";
  font-size: 2.3rem;
  margin: 20px 0 15px;
}
.link-inner dd p {
  margin: 0 0 5px 0;
}*/
.link-contents ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}
.link-contents ul li.link-card2 {/*カード2個中央寄せ*/
  display: inline-block;
  margin: 2% 2% 5%;
  padding: 0;
  vertical-align: top;
  position: relative;
}
.link-contents ul li.link-card3 {/*カード3個*/
  width: 330px;
  height: 330px;
  display: inline-block;
  margin: 33px;
  padding: 0;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .link-contents ul li.link-card2 {/*カード2個中央寄せ*/
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 2% 2% 5%;
    padding: 0;
    vertical-align: top;
    position: relative;
  }
  .link-contents ul li.link-card3 {/*カード3個*/
    width: 250px;
    height: 250px;
    display: inline-block;
    margin: 20px 0 200px;
    padding: 0;
    vertical-align: top;
  }
}

/* --------------------------------------------------- footer */
footer {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 100;
  margin: 10px 0 30px;
}
/* --------------------------------------------------- pagetop */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 13px;
  z-index: 10;
}
#page-top a {
  text-decoration: none;
  display: block;
}
#page-top a:hover {
  text-decoration: none;
}
.page-top {
  display: inherit!important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(241,156,166, 0.6);
}
.page-top::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 17px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
/* --------------------------------------------------- paralax */
.scrEvent {
    display: none;
}
/* --------------------------------------------------- contact */
.box-contact {
  padding-top: 70px;
  margin-bottom: 50px;
}
.box-contact ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 70px;
}
.box-contact ul li.tel,
.box-contact ul li.mail {
  position: relative;
  margin-top: 50px;
}
.box-contact ul li.tel::before {
  content: url("../img/tel.png");
  display: block;
  position: absolute;
  top: 3px;
  left: -70px;
}
.box-contact ul li.mail::before {
  content: url("../img/mail.png");
  display: block;
  position: absolute;
  top: 3px;
  left: -70px;
}
.box-contact li.tel h2 {
  position: relative;
  margin-bottom: 25px;
}
.box-contact .title {
  font-size: 3.2rem;
  font-family: "hannariMin","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "ＭＳ 明朝","MS Mincho";
  font-weight: 100;
  color: #f19ca6;
}
.box-contact .telno {
  font-size: 3.0rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  padding: 0 30px 0 40px;
}
.box-contact .time {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 100;
  border: 1px solid #804c2e;
  padding: 7px;
  position: absolute;
  bottom: 2px;
}
.box-contact .comment {
  margin: 0;
  line-height: 2.8rem;
}
.box-contact table {
  margin-top: 15px;
  width: 100%;
}
.box-contact th {
  font-size: 1.3rem;
  font-weight: 300;
  background: #efefef;
  padding: 10px 30px 10px 20px;
  width: 150px;
}
.box-contact td {
  width: auto;
}
.box-contact td input {
  height: 100%;
  width: 100%;
}
.box-contact input[type="submit"],
.box-contact input[type="button"] {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif,'メイリオ',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
  color: #fff;
  background: #f19ca6;
  width: 201px;
  margin: 15px 3px;
  padding: 10px 30px;
  border-style: none;
  cursor: pointer;
}
.box-contact p.result {
  font-size: 2.0rem;
}
.box-contact td input[type="text"] {
  width: 99%!important;
  padding: 10px 0 10px 5px;
}
@media screen and (max-width: 768px) {
  .box-contact li.tel .title br {
    display: inherit!important;
  }
  .box-contact li.tel .telno {
    padding-left: 0;
  }
  .box-contact table {
    margin: 15px 15px 0 0;
    width: 100%;
  }
  .box-contact th {
    width: 100%;
    display: block;
    padding: 10px 0 10px 5px;
  }
  .box-contact td {
    width: 100%;
    display: block;
  }
  .box-contact td input {
    height: 30px;
    width: 100%;
  }
  .box-contact input[type="submit"],
  .box-contact input[type="button"] {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .box-contact li.tel .time {
    position: static;
  }
  .box-contact ul {
    margin: 0 8px 0 0;
  }
  .box-contact ul li.tel,
  .box-contact ul li.mail {
    position: relative;
    margin-top: 50px;
  }
  .box-contact ul li.tel::before {
    left: 0;
  }
  .box-contact ul li.mail::before {
    left: 0;
  }
  .box-contact li.tel h2,
  .box-contact li.mail h2 {
    margin-left: 70px;
  }

}

