@charset "UTF-8";

/*CSSDocument*/


/*
share ----------------------------------------------------------*/

.is-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#topic-path {
  width: 100%;
  background: #f8fdf8;
  padding: 1% 0;
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
}

#topic-path.lvl2 {
  background: #f8fdf8;
}

#topic-path ul {
  max-width: 1400px;
  margin: 0 auto;
}

#topic-path ul li {
  display: inline-block;
  padding-right: 1em;
}

#topic-path ul li a {
  color: #335033;
  text-decoration: underline;
}

#topic-path ul li a:hover {
  color: #335033;
  text-decoration: none;
}

@media screen and (max-width: 1420px) {
  #topic-path ul {
    width: 96%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #topic-path {
    padding: 2% 0;
  }
  #topic-path ul li {
    font-size: 12px;
  }
}

.rich-back {
  background: rgb(189, 224, 182);
  background: -moz-linear-gradient(top, rgba(189, 224, 182, 1) 0%, rgba(214, 236, 210, 1) 50%, rgba(189, 224, 182, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(189, 224, 182, 1) 0%, rgba(214, 236, 210, 1) 50%, rgba(189, 224, 182, 1) 100%);
  background: linear-gradient(to bottom, rgba(189, 224, 182, 1) 0%, rgba(214, 236, 210, 1) 50%, rgba(189, 224, 182, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bde0b6', endColorstr='#bde0b6', GradientType=0);
}

.rich-back-inner {
  background: url("../images/top-rich-back.png") repeat top center;
}

.normal-back {
  background: url("../images/normal-section-back.png") repeat top center;
}

@media screen and (max-width: 1240px) {
  .is-inner {
    width: 96%;
  }
}

@media screen and (max-width: 1024px) {
  .is-inner {
    font-size: 92%;
  }
}

@media screen and (max-width: 768px) {
  .is-inner {
    font-size: 84%;
  }
  .rich-back-inner {
    background-size: 30%;
  }
  .normal-back {
    background-size: 10%;
  }
}

@media screen and (max-width: 480px) {
  .is-inner {
    font-size: 77%;
  }
}


/* title */

.title-area {
  background: url("../images/head-back-crown.svg") no-repeat top center;
  padding-top: 50px;
}

.title-area h2 {
  font-size: 330%;
  font-weight: normal;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 4%;
}

.title-area h2 span {
  font-size: 62%;
  display: block;
  color: #47474e;
  padding-bottom: .5em;
  letter-spacing: 2px;
}

.rich-back .title-area h2 {
  /* text-shadow: 2px 2px 1px #fff; */
}

.rich-back .title-area h2 span {
  text-shadow: none;
}

.title-area .title-info {
  font-size: 200%;
  font-weight: normal;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
}

.second-title {
  border-bottom: 1px solid #d1d1d1;
}

.second-title .is-inner {
  display: table;
  width: 100%;
  text-align: left;
}

.second-title figure {
  position: relative;
  display: table-cell;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  max-height: 400px;
  height: 24vw;
  vertical-align: middle;
  padding: 5% 0;
  box-sizing: border-box;
}

.second-title figure.salon {
  background: url("../images/shop/head_shop.jpg") no-repeat top left / cover;
}

.second-title figure.normal {
  background: url("../images/firsttime/head_first.jpg") no-repeat top left / cover;
}

.second-title figure.facial {
  background: url("../images/course/head_course.jpg") no-repeat top center / cover;
}

.second-title figure.body {
  background: url("../images/body/body-head.jpg") no-repeat top center / cover;
}

.second-title figure.exp {
  background: url("../images/exp/exp-head.jpg") no-repeat top center / cover;
}

.second-title figure.blog {
  background: url("../images/blog-head.jpg") no-repeat top center / cover;
}

.second-title figure .second-title-base {
  position: relative;
  text-align: left;
  background: rgba(255, 255, 255, 0.8) url("../images/second-title-back.png") no-repeat 92% 15%;
  padding: 3%;
  margin: auto;
  max-width: 600px;
  width: 70%;
  display: inline-block;
  box-sizing: border-box;
}

.second-title figure .second-title-base h2 {
  color: #1d4c1d;
  font-size: 292.3%;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  letter-spacing: 2px;
}

.second-title figure .second-title-base p {
  font-size: 138.4%;
  color: #393f46;
  line-height: 1.8;
  padding-top: 5%;
}

@media screen and (min-width: 1920px) {
  .second-title figure {
    height: 18vw;
  }
}

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

@media screen and (max-width: 480px) {
  .title-area {
    background-size: 20%;
    padding-top: 30px;
    font-size: 72%;
    margin-bottom: 8%
  }
  .second-title figure {
    padding: 8% 0;
    height: 180px;
    max-height: auto;
  }
  .second-title figure .second-title-base {
    font-size: 72%;
    background: rgba(255, 255, 255, 0.8) url("../images/second-title-back.png") no-repeat 92% 15% / 25%;
  }
}

@media screen and (max-width: 320px) {
  .second-title figure .second-title-base {
    width: 80%;
  }
}

.detail-btn-large {
  text-align: center;
  background: #c6b250;
  display: inline-block;
  max-width: 415px;
  width: 80%;
  margin: 0 auto 5%;
  transition: all .2s ease-in;
}

.detail-btn-large a {
  text-align: center;
  font-size: 215.3%;
  color: #fff;
  display: block;
  padding: 5% 15% 5% 10%;
  text-shadow: 2px 2px 1px #c6b563;
  background: url("../images/detail-btn-back.png") no-repeat left bottom, url("../images/detail-btn-arrow.png") no-repeat 96% 50% / 5%;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  box-shadow: 2px 2px 0px #aba95d;
  transition: all .2s ease-in;
}

.detail-btn-large:hover {
  background: #aba95d;
}

.detail-btn-large a:hover {
  text-decoration: none;
  background: url("../images/detail-btn-back.png") no-repeat left bottom, url("../images/detail-btn-arrow.png") no-repeat 94% 50% / 5%;
}

.detail-btn-large.lvl2 {
  max-width: 300px;
}

.detail-btn-large.lvl2 a {
  text-align: center;
  font-size: 169.2%;
  color: #fff;
  display: block;
  padding: 4% 10% 4% 7%;
  text-shadow: 2px 2px 1px #c6b250;
  background: url("../images/detail-btn-arrow.png") no-repeat 96% 50% / 5%;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  box-shadow: 2px 2px 0px #aba95d;
  transition: all .2s ease-in;
  background-size: 6%;
}

.detail-btn-large.lvl2 a:hover {
  text-decoration: none;
  background: url("../images/detail-btn-arrow.png") no-repeat 94% 50% / 5%;
  background-size: 6%;
}

@media screen and (max-width: 320px) {
  .detail-btn-large {
    width: 100%;
  }
  .detail-btn-large a {
    font-size: calc( 215.3% * 0.8);
  }
}

.reserve-btn-large {
  margin-bottom: 5%;
}

.reserve-btn-large a {
  background: #da5f67 url("../images/bottom-arrow-large.png") no-repeat 96% 50% / 5%;
  padding: 2% 10% 2% 7%;
  text-align: center;
  border-radius: 2px;
  box-shadow: 1px 1px 0 #ab3a41;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 215.3%;
  display: inline-block;
  text-shadow: 2px 2px 1px #ab3a41;
  transition: all .2s ease-in;
  letter-spacing: 2px;
}

.reserve-btn-large a:hover {
  background: #ab3a41 url("../images/bottom-arrow-large.png") no-repeat 94% 50% / 5%;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .reserve-btn-large a {
    font-size: calc( 215.3% * 0.7);
    padding: 5% 10% 5% 7%;
  }
}


/*
top 
----------------------------------------------------------*/

.visual {
  margin: auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.visual img {
  vertical-align: top;
}

.top-exp .rich-back-inner {
  padding: 5% 0;
}

.top-exp-tb {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 5%;
  display: table;
}

.top-exp-cell {
  display: table-cell;
  width: calc(100% / 3);
}

.top-exp-cell.lvl1 {
  text-align: left;
}

.top-exp-cell.lvl2 {
  text-align: center;
}

.top-exp-cell.lvl3 {
  text-align: right;
}

.top-exp-method {
  max-width: 352px;
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.top-exp-method figure {
  border: 5px solid #fff;
  margin-bottom: 3%;
}

.top-exp-method h3 {
  font-size: 192.3%;
  font-weight: normal;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  /* text-shadow: 2px 2px 1px #fff; */
  margin-bottom: 4%;
}

.top-exp-method h3.lvl2 {
  text-align: left;
  background: url("../images/normal-arrow.png") no-repeat right 50%;
  background-size: 5%;
  padding: .4em 0 .4em 0;
  color: #1b3f1b;
  font-size: 230.7%;
  transition: all .2s ease-in;
}

a:hover h3.lvl2 {
  text-align: left;
  background: url("../images/normal-arrow.png") no-repeat 97% 50%;
  background-size: 5%;
  padding: .4em 0 .4em 0;
  color: #1b3f1b;
  font-size: 230.7%;
}

.top-exp-method h3 span {
  font-size: 92%;
}

.top-exp-method a {
   color: #353535;
}

.top-exp-method a:hover {
  text-decoration: none;
}

.top-exp-price {
  background: #f6fbf5;
  padding: 2% 5%;
  text-align: center;
  font-size: 184.6%;
  max-width: 352px;
  width: 100%;
  box-sizing: border-box;
}

.top-exp-price.lvl2 {
  text-align: right
}

p.top-exp-caution {
  font-size: 123%;
  margin-bottom: 5%;
}

@media screen and (max-width: 1180px) {
  .top-exp-method {
    max-width: 90%;
  }
}

@media screen and (max-width: 960px) {
  .top-exp-tb {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 5%;
    display: block;
  }
  .top-exp-cell {
    display: block;
    width: 100%;
  }
  .top-exp-cell.lvl1 {
    text-align: left;
  }
  .top-exp-cell.lvl2 {
    text-align: left;
  }
  .top-exp-cell.lvl3 {
    text-align: left;
  }
  .top-exp-method {
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: table;
    vertical-align: top;
    border: none;
    margin-bottom: 3%;
  }
  .top-exp-method figure {
    margin-bottom: 3%;
    max-width: 352px;
    width: 35%;
    display: table-cell;
    border: none;
    text-align: left;
    vertical-align: top;
  }
  .top-exp-method figure img {
    border: 5px solid #fff;
  }
  .top-exp-method .top-exp-info {
    display: table-cell;
    width: 55%;
    box-sizing: border-box;
    padding: 2% 3% 2% 5%;
    text-align: left;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .top-exp-method {
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 5%;
  }
  .top-exp-method figure {
    margin: 0 auto 1%;
    max-width: auto;
    width: 90%;
    display: block;
  }
  .top-exp-method .top-exp-info {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 2% 3% 2% 2%;
    text-align: center;
  }
  .top-exp-price {
    margin: 0 auto 3%;
  }
}


/* campaign*/

.top-customers {
  padding: 5% 0;
}

.top-customers-tb {
  letter-spacing: -.4em;
}

.top-customers-method {
  letter-spacing: 0;
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 0 3% 0;
  vertical-align: top;
}

.top-customers-method a:hover {
  text-decoration: none;
}

.top-customers-method figure {
  display: table-cell;
/*
  max-width: 178px;
  max-height: 110px;
  min-height: 110px;
  width: 45%;
*/
  vertical-align: top;
  position: relative;
}

.top-customers-method figure.object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.top-customers-method figure.object-fit img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
/*
  max-width: 178px;
  max-height: 110px;
  min-height: 110px;
  width: 100%;
*/
  max-width: 180px;
  width: 20vw;

  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.top-customers-method .top-customers-info {
  display: table-cell;
  padding: 2% 4%;
  width: 55%;
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
}

.top-customers-method .top-customers-info h3 {
  font-size: 180%;
  color: #da5f67;
  background: url("../images/normal-arrow.png") no-repeat 98% 50% / 5%;
  background-size: 5%;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  margin-bottom: 6%;
  line-height: 1.5;
  padding-right: 1.3em;
  transition: all .2s ease-in;
}

.top-customers-method .top-customers-info p {
  font-size: 143%;
  line-height: 1.5;
  color: #353535;
}

.top-customers-method a:hover .top-customers-info h3 {
  background: url("../images/normal-arrow.png") no-repeat 96% 50% / 5%;
  background-size: 5%;
}

@media screen and (max-width: 640px) {
  .top-customers-method {
    letter-spacing: 0;
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding: 2%;
    vertical-align: top;
  }
  .top-customers-method figure {
    display: block;
    max-width: auto;
    max-height: 160px;
    min-height: 160px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    vertical-align: top;
  }
  .top-customers-method figure.object-fit img {
    width: auto;
    height: 80%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
  }
  .top-customers-method .top-customers-info {
    display: block;
    padding: 3% 0;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    vertical-align: top;
  }
}

@media screen and (max-width: 480px) {
  .top-customers-method figure {
    display: block;
    max-width: auto;
    max-height: 130px;
    min-height: 130px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    vertical-align: top;
  }
}


/* beginner */

.top-for-beginner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 8%;
}

.top-for-beginner .top-beginner-base {
  background: #fff url("../images/top/top-beginner-banner-back.jpg") no-repeat bottom right;
  margin-top: 38px;
  position: relative;
  padding: 2% 2% 2% 0;
}

.top-for-beginner .top-beginner-base .top-beginner-info {
  display: table;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 160px;
}

.top-for-beginner .top-beginner-base figure {
  position: absolute;
  width: 125px;
  left: 2%;
  vertical-align: bottom;
  bottom: 0;
}

.top-for-beginner .top-beginner-base .top-beginner-info .top-beginner-info-inner {
  display: table-cell;
  width: calc( 100% - 300px);
  text-align: left;
}

.top-for-beginner .top-beginner-base h3 {
  background: url("../images/top/top-beginner-back.gif") no-repeat left top / contain;
  color: #da5f67;
  font-size: 261.5%;
  font-weight: normal;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: right;
  display: inline-block;
  padding: .3em 0 .3em 2em;
  margin-bottom: 2%;
  /* text-shadow: 1px 1px 1px #fff; */
}

.top-for-beginner .top-beginner-base h3 span {
  display: block;
  color: #47474e;
  font-size: 62%;
  margin-bottom: .5em;
  letter-spacing: 2px;
}

.top-for-beginner .top-beginner-base p {
  font-size: 138.4%;
  margin-bottom: 1em;
  padding-left: 1em;
  /* text-shadow: 1px 1px 1px #fff; */
}

.beginner-detail-btn {
  max-width: 300px;
  width: 300px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 5em;
}

.beginner-detail-btn .detail-btn-large a {
  font-size: 153.8%;
  padding: 6% 15% 6% 10%;
}

@media screen and (max-width: 768px) {
  .top-for-beginner .top-beginner-base .top-beginner-info {
    display: block;
    padding-left: 140px;
  }
  .top-for-beginner .top-beginner-base figure {
    width: 100px;
  }
  .top-for-beginner .top-beginner-base .top-beginner-info .top-beginner-info-inner {
    display: block;
    width: calc(100%);
    text-align: left;
  }
  .beginner-detail-btn {
    max-width: 400px;
    width: 100%;
    display: block;
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .top-for-beginner .top-beginner-base .top-beginner-info {
    display: block;
    padding-left: 100px;
    font-size: 88%;
  }
  .top-for-beginner .top-beginner-base figure {
    width: 80px;
  }
  .top-for-beginner .top-beginner-base {
    background: #fff url("../images/top/top-beginner-banner-back.jpg") no-repeat bottom right / 25%;
  }
  .beginner-detail-btn {
    max-width: 100%;
    width: 100%;
  }
  .beginner-detail-btn .detail-btn-large {
    width: 95%;
  }
}


/* course*/

.top-course {
  padding: 5% 0;
}


/* relief*/

.top-relief {
  padding: 5% 0;
}

.top-relief-list {
  overflow: hidden;
  margin-bottom: 5%;
}

.top-relief-list li {
  float: left;
  position: relative;
  width: 25%;
}

.top-relief-list li.relief-02,
.top-relief-list li.relief-04 {
  padding-top: 65px;
}

.top-relief-list li h3 {
  background: #fff;
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 2% 1% 2% 4em;
  font-size: 169.2%;
  line-height: 1.6;
  text-align: left;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
}

.top-relief-list li h3 strong {
  position: absolute;
  left: 1%;
  font-size: 569%;
  color: #da5f67;
  font-weight: normal;
  font-style: italic;
  bottom: -50%;
  line-height: -1;
}

@media screen and (max-width: 940px) {
  .top-relief-list li {
    font-size: 72%;
  }
  .top-relief-list li h3 {
    bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .top-relief-list li {
    float: left;
    position: relative;
    width: 50%;
  }
  .top-relief-list li.relief-03 {
    clear: left
  }
}


/* news*/

.top-news {
  padding: 5% 0;
}

.top-news ul {
  border-top: 1px solid #b0cbb0;
  margin-bottom: 6%;
}

.top-news li {
  border-bottom: 1px solid #b0cbb0;
}

.top-news li a,
.top-news li em {
  padding: 2%;
  display: block;
  text-align: left;
  color: #353535;
  font-size: 153.8%;
  line-height: 1.5;
  background: #fff url("../images/normal-arrow.png") no-repeat 96% 50% / 1.5%;
  transition: all .2s ease-in;
}

.top-news li em {
  background: #fff;
  font-style: normal;
}

.top-news li a span {
  font-size: 92%;
}

.top-news li a:hover {
  background: #f6fbf5 url("../images/normal-arrow.png") no-repeat 95% 50% / 1.5%;
  text-decoration: none;
}

/*** start intoro ***/
.top-intoro {
  padding: 5% 5%;
}

.top-intoro img {
  box-shadow: 4px 4px 6px grey;
}


.top-block-tb {
  display: table;
  width: 100%;
  margin-bottom: 5%;
}


.top-block-tb h3 {
  font-size: 250%;
  font-weight: normal;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  /* text-shadow: 2px 2px 1px #fff; */
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative
  padding: 0.25em 1em;
}

.top-block-tb h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), #ffb2b2);
  background: linear-gradient(to right, rgb(230, 90, 90), #ffb2b2);
}

.top-block-tb .kouka {
  text-align: left;
}

.top-block-tb .strong {
  font-size: 110%;
  color: #f73d45;
  font-weight: bold;
}

.top-block-tb .strong::before {
  content: "　" ;
}

@media screen and (max-width: 480px) {
.top-block-tb .kouka {
  text-align: center;
}
.top-block-tb .strong::before {
  content: "\A" ;
  white-space: pre;
}
}

.top-block-tb p {
    font-size: 180%;
    font-weight: normal;
    font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    /* text-shadow: 2px 2px 1px #fff; */
    padding: 0.5em;
    margin-bottom: 2.5em;
}

.top-block-tb figure {
  max-width: 400px;
  margin-top: 1em;
  padding: 0em 2em 4em 2em;
  vertical-align: top;
  position: relative;
/*
  display: table-cell;
  max-height: 210px;
  min-height: 210px;
  width: 45%;
*/
}

.top-block-tb figure.object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.top-block-left {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}

.top-block-right {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 2%;
}

.top-block-coupon-tb {
  display: table;
  margin-bottom: 10%;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 10%;
}


.top-block-coupon-tb h3 {
  font-size: 220%;
  font-weight: normal;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  /* text-shadow: 2px 2px 1px #fff; */
  margin-top: 1em;
  margin-bottom: 0em;
  position: relative
  padding: 0.25em 1em;
}

.top-block-coupon-tb h3:after {
  content: "";
  display: block;
  height: 4px;
/*  background: -webkit-linear-gradient(to right, rgb(6, 125, 247), #ffb2b2);*/
  background: linear-gradient(to right, rgb(6, 125, 247), #c1c5f7);
}

.top-block-coupon-tb p {
    font-size: 180%;
    font-weight: normal;
    font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    /* text-shadow: 2px 2px 1px #fff; */
    padding: 0.5em;
    margin-bottom: 1em;
}

.top-block-coupon {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding: 0.2em 0.5em;
  margin: 2em 0;
  color: #565656;
  background: #ffeaea;
  box-shadow: 0px 0px 0px 10px #ffeaea;
  border: dashed 2px #ffc3c3;
  border-radius: 8px;
}

@media screen and (max-width: 640px) {
  .top-block-tb {
    display: block;
    width: 100%;
    margin-bottom: 5%;
  }
  .top-block-left {
    width: 100%;
    display: block;
    margin-bottom: 5%;
  }
  .top-block-right {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .top-block-coupon-tb {
    display: block;
    margin-bottom: 20%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

/*** end   intoro ***/

/* profile*/
.top-profile {
  padding: 5% 0;
}

.top-profile ul {
  border-top: 1px solid #b0cbb0;
  margin-bottom: 6%;
}

.top-profile li {
  border-bottom: 1px solid #b0cbb0;
}

.top-profile li a,
.top-profile li em {
  padding: 2%;
  display: block;
  text-align: left;
  color: #353535;
  font-size: 153.8%;
  line-height: 1.5;
  background: #fff url("../images/normal-arrow.png") no-repeat 96% 50% / 1.5%;
  transition: all .2s ease-in;
}

.top-profile li em {
  background: #fff;
  font-style: normal;
}

.top-profile li a span {
  font-size: 92%;
}

.top-profile li a:hover {
  background: #f6fbf5 url("../images/normal-arrow.png") no-repeat 95% 50% / 1.5%;
  text-decoration: none;
}



.top-banner {
  margin-bottom: 7%;
}

ul.banner-list {
  letter-spacing: -.4em;
}

ul.banner-list li {
  letter-spacing: 0;
  display: inline-block;
  margin: 0 1% 2%;
  width: 48%;
}

ul.banner-list li figure {
  position: relative;
}

ul.banner-list li figcaption {
  bottom: 10%;
  position: absolute;
  left: 0;
  background: #fff url("../images/normal-arrow.png") no-repeat 96% 50% / 5%;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 184.6%;
  padding: 2% 20% 2% 3%;
  transition: all .2s ease-in;
}

ul.banner-list li a figcaption {
  color: #353535;
}

ul.banner-list li a:hover figcaption {
  color: #353535;
  text-decoration: none;
  background: #fff url("../images/normal-arrow.png") no-repeat 94% 50% / 5%;
}

@media screen and (max-width: 480px) {
  ul.banner-list li figcaption {
    font-size: calc( 184.6% * 0.8);
  }
}

.top-profile-tb {
  display: table;
  width: 100%;
  margin-bottom: 5%;
}

.top-profile-left {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}

.top-profile-right {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 2%;
}

.top-profile-left table {
  font-size: 138.4%;
  text-align: left;
  width: 97%;
}

.top-profile-left table th {
  padding: 3% 6% 3% 3%;
  border-bottom: 1px solid #b0cbb0;
  font-weight: bold;
  white-space: nowrap;
}

.top-profile-left table td {
  padding: 3% 3% 3% 8%;
  border-bottom: 1px solid #b0cbb0;
}

.top-profile-right .gmap {
  position: relative;
  padding-bottom: 66.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 550px;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .top-profile-tb {
    display: block;
    width: 100%;
    margin-bottom: 5%;
  }
  .top-profile-left {
    width: 100%;
    display: block;
    margin-bottom: 5%;
  }
  .top-profile-right {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .top-profile-left table {
    width: 100%;
  }
}


/*
contents
----------------------------------------------------------*/


/* reason */

.reason-wrap {
  padding: 5% 0 0;
}

.reason-tb {
  background: url("../images/rich-line.png") no-repeat bottom center;
  margin-bottom: 5%;
  padding: 0 2% 5%;
}

.reason-tb:last-of-type {
  margin-bottom: 0;
}

.reason-tb::after {
  content: "";
  display: block;
  clear: both;
}

.reason-tb .reason-img.lvl1 {
  float: left;
  max-width: 590px;
  width: 50%;
  box-sizing: border-box;
  padding-right: 2%;
}

.reason-tb .reason-img.lvl2 {
  float: right;
  max-width: 590px;
  width: 50%;
  box-sizing: border-box;
  padding-left: 2%;
}

.reason-tb .reason-info.lvl1 {
  float: right;
  max-width: 590px;
  width: 50%;
}

.reason-tb .reason-info.lvl2 {
  float: left;
  max-width: 590px;
  width: 50%;
}

.reason-tb .reason-img figure {}

.reason-tb .reason-img figure img {
  box-shadow: 5px 5px 0 #b3b9b3;
}

.reason-tb .reason-img figure.no-shadow img {
  box-shadow: 0 0 0 #fff;
}

.reason-tb .reason-info {
  text-align: left;
}

.reason-tb .reason-info h3 {
  background: url("../images/top-beginner-back.png") no-repeat left top;
  font-size: 246%;
  padding: 2.5em 0 0 3.5em;
  position: relative;
  font-weight: normal;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 7%;
}

.reason-tb .reason-info h3 strong {
  font-size: 246%;
  color: #da5f67;
  position: absolute;
  left: .4em;
  bottom: -.1em;
  font-style: italic;
  font-weight: normal;
}

.reason-tb .reason-info p {
  font-size: 138.4%;
  line-height: 1.7;
  padding-left: 2em;
  margin-bottom: 1.5em;
}

.reason-tb .reason-info .detail-btn-large {
  margin-left: 2em;
}

@media screen and (max-width: 640px) {
  .reason-tb .reason-img.lvl1 {
    float: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 2% 5%;
  }
  .reason-tb .reason-img.lvl2 {
    float: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 2% 5%;
  }
  .reason-tb .reason-info.lvl1 {
    float: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 2%;
  }
  .reason-tb .reason-info.lvl2 {
    float: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 2%;
  }
}

@media screen and (max-width: 480px) {
  .reason-tb .reason-info .detail-btn-large {
    max-width: 90%;
    width: 90%;
  }
  .detail-btn-large a {
    padding: 5% 12% 5% 5%;
  }
  .reason-tb .reason-info h3 {
    font-size: calc( 246% * 0.8);
    background: url("../images/top-beginner-back.png") no-repeat left 50%;
    background-size: 18%;
    padding: 2.5em 0 0 3.8em;
  }
  .reason-tb .reason-info h3 strong {
    left: .5em;
  }
}

@media screen and (max-width: 320px) {
  .reason-tb .reason-info .detail-btn-large {
    max-width: 90%;
    width: 90%;
    padding: 2% 0;
  }
}


/* about
----------------------------*/

.about-wrap {
  padding: 5% 0 0;
}

.top-exp+.about-wrap {
  padding: 0 0 5%;
}

.about-head {
  margin-bottom: 5%;
  text-align: left;
}

.about-head p {
  font-size: 138.4%;
  line-height: 1.7;
  padding: 0 3% 2%;
}

.about-head.lvl2 {
  margin-bottom: 0;
}

.about-flow-lv1 .title-area {
  margin-bottom: 10%;
}

.about-flow-lv1 .title-area.lvl2 {
  margin-bottom: 0;
}

.about-flow-lv1 .title-area.lvl2 h2 {
  margin-bottom: 0;
}

.about-flow-lv1 {
  background: #e2f1e2;
  width: 100%;
  position: relative;
  padding: 5% 0;
  z-index: 1;
}

.about-flow-lv1:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 40px 50px 0 50px;
  z-index: 2;
}

.about-flow-lv1:first-of-type:before {
  border: none;
}

.about-flow-lv2 {
  background: #fff;
  width: 100%;
  position: relative;
  padding: 5% 0;
  z-index: 1;
}

.about-flow-lv2:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e2f1e2 transparent transparent transparent;
  border-width: 40px 50px 0 50px;
  z-index: 2;
}

.flow-tb {}

.flow-tb::after {
  content: "";
  display: block;
  clear: both;
}

.flow-tb .flow-img {
  max-width: 450px;
  width: 40%;
  float: left;
  margin-right: 5%;
}

.flow-tb .flow-img figure img {
  box-shadow: 5px 5px 0 #b3b9b3;
}

.flow-tb .flow-info {
  width: 55%;
  float: left;
  text-align: left;
}

.flow-tb .flow-info h3 {
  background: url("../images/top-beginner-back.png") no-repeat left top;
  padding: 1em 0 0 0;
  position: relative;
  font-weight: normal;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 7%;
  letter-spacing: 2px;
  display: block;
  display: table;
  width: 100%;
}

.flow-tb .flow-info h3 strong {
  font-size: 369%;
  color: #da5f67;
  font-style: italic;
  font-weight: normal;
  display: table-cell;
  padding-left: 1em;
  white-space: nowrap;
  vertical-align: bottom;
  line-height: 1;
}

.flow-tb .flow-info h3 strong em {
  font-size: 170%;
  font-weight: normal;
  line-height: 1;
}

.flow-tb .flow-info h3 span {
  font-size: 246%;
  font-weight: normal;
  padding-left: 1em;
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
}

.flow-tb .flow-info p {
  font-size: 138.4%;
  line-height: 1.7;
  margin-bottom: 1.5em;
}

.flow-tb .flow-info p strong {
  font-size: 138.4%;
}

.flow-tb .flow-info .reserve-btn-large a {
  font-size: 184.6%;
  padding: 4% 10% 4% 7%;
}

.flow-tb+.reserve-btn-large {
  margin-top: 8%;
  margin-bottom: 0;
}

.content-bottom-banner {
  padding: 5% 0 5%;
}

@media screen and (max-width: 840px) {
  .about-flow-lv1 {
    padding: 10% 0;
  }
  .about-flow-lv2 {
    padding: 10% 0;
  }
}

@media screen and (max-width: 640px) {
  .about-flow-lv1 {
    padding: 8% 0;
  }
  .about-flow-lv1:before {
    content: "";
    border-width: 20px 30px 0 30px;
  }
  .about-flow-lv2 {
    padding: 8% 0;
  }
  .about-flow-lv2:before {
    content: "";
    border-width: 20px 30px 0 30px;
  }
  .flow-tb .flow-info h3 {
    background-size: 22%;
  }
  .flow-tb .flow-img {
    max-width: 80%;
    width: 80%;
    float: none;
    margin: 0 auto 5%;
  }
  .flow-tb .flow-info {
    width: 80%;
    float: none;
    text-align: left;
    margin: 0 auto 5%;
  }
}

@media screen and (max-width: 480px) {
  .about-flow-lv1 {
    padding: 12% 0 8%;
  }
  .about-flow-lv2 {
    padding: 12% 0 8%;
  }
  .flow-tb .flow-info .detail-btn-large {
    width: 100%;
  }
  .flow-tb .flow-info .reserve-btn-large a {
    font-size: calc( 184.6% * 0.9);
    padding: 5% 10% 5% 7%;
  }
  .flow-tb .flow-info h3 {
    background: url("../images/top-beginner-back.png") no-repeat left 80%;
    background-size: 15% !important;
    font-size: 68%;
  }
}

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

@media screen and (max-width: 320px) {
  .flow-tb .flow-info h3 {
    background: url("../images/top-beginner-back.png") no-repeat left 50%;
    background-size: 15% !important;
  }
  .flow-tb .flow-info h3 strong {
    padding-left: .5em;
  }
  .flow-tb .flow-info .reserve-btn-large a {
    font-size: calc( 184.6% * 0.79);
    padding: 5% 10% 5% 7%;
  }
}


/* shop shinkoiwa 
----------------------------*/

.shop-wrap {
  padding: 5% 0;
}

.shop-head {
  margin-bottom: 7%;
}

.shop-head::after {
  content: "";
  display: block;
  clear: both;
}

.shop-head .shop-img {
  max-width: 450px;
  width: 40%;
  margin-right: 5%;
  float: left;
}

.shop-head .shop-img figure img {
/*  box-shadow: 5px 5px 0 #b3b9b3;*/
  box-shadow: 4px 4px 6px grey;
}

.shop-head .shop-info {
  width: 55%;
  float: left;
  text-align: left;
}

.shop-head .shop-info h3 {
  font-size: 307.6%;
  font-weight: normal;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 7%;
}

.shop-head .shop-info h4 {
  font-size: 250%;
  font-weight: normal;
  margin-bottom: 5%;
}

.shop-head .shop-info p {
  font-size: 180%;
  line-height: 1.7;
  margin-bottom: 13%;
}

.shop-head .shop-info .tel-info {
  margin-bottom: 5%;
}

.shop-head .shop-info .tel-info h4 {
  font-size: 250%;
  font-weight: normal;
}

.shop-head .shop-info .tel-info .tel {
  font-size: 180%;
  font-weight: normal;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.shop-head .shop-info .reserve-btn-large a {
  font-size: 184.6%;
  padding: 4% 10% 4% 7%;
}

.info-tb {
  margin-bottom: 5%;
}

.info-tb::after {
  content: "";
  display: block;
  clear: both;
}

.info-block {
  width: 50%;
  box-sizing: border-box;
  padding: 0 1%;
  float: left;
}

.info-tb table {
  width: 98%;
  text-align: left;
  font-size: 165%;
  margin: 0 auto;
}

.info-tb table th {
  width: 20%;
  padding: 2% 2%;
  box-sizing: border-box;
  border-bottom: 1px solid #b0cbb0;
}

.info-tb table td {
  width: 80%;
  padding: 2% 3%;
  box-sizing: border-box;
  border-bottom: 1px solid #b0cbb0;
}

.info-tb .info-block table {
  width: 100%;
  text-align: left;
  font-size: 180%;
}

.info-tb .info-block table th {
  width: 30%;
  padding: 4% 3%;
  box-sizing: border-box;
  border-bottom: 1px solid #b0cbb0;
}

.info-tb .info-block table td {
  width: 70%;
  padding: 4% 3%;
  box-sizing: border-box;
  border-bottom: 1px solid #b0cbb0;
}

@media screen and (max-width: 640px) {
  .shop-head .shop-img {
    max-width: 90%;
    width: 90%;
    margin: 0 auto 5%;
    float: none;
  }
  .shop-head .shop-info {
    width: 90%;
    float: none;
    margin: 0 auto 5%;
  }
  .info-block {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1%;
    float: left;
  }
  .info-tb table th {
    width: 30%;
    padding: 4% 3%;
    box-sizing: border-box;
    border-bottom: 1px solid #b0cbb0;
  }
  .info-tb table td {
    width: 70%;
    padding: 4% 3%;
    box-sizing: border-box;
    border-bottom: 1px solid #b0cbb0;
  }
}

.shop-access {
  padding: 5% 0;
}

.shop-access .gmap {
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .shop-access {
    padding: 5% 5% 8%;
  }
}

.staff-tb {
  margin-bottom: 5%;
}

.staff-tb::after {
  content: "";
  display: block;
  clear: both;
}

.staff-tb .staff-img {
  max-width: 450px;
  width: 40%;
  margin-right: 5%;
  float: left;
}

.staff-tb .staff-img figure img {
  box-shadow: 5px 5px 0 #b3b9b3;
}

.staff-tb .staff-info {
  width: 55%;
  float: left;
  text-align: left;
}

.staff-tb .staff-info h4 {
  font-size: 246%;
  margin-bottom: 4%;
  font-weight: normal;
}

.staff-tb .staff-info .staff-license {
  width: 50%;
  box-sizing: border-box;
  padding-right: 1%;
  float: left;
}

.staff-tb .staff-info .staff-hobby {
  width: 50%;
  box-sizing: border-box;
  padding-right: 1%;
  float: left;
}

.staff-tb .staff-info dt {
  font-size: 169.2%;
  background: #d7f2d5;
  padding: 1.5% 3%;
  margin-bottom: 2%;
}

.staff-tb .staff-info dd {
  font-size: 138.4%;
  position: relative;
  padding: 0 0 .5em 1em;
  display: block;
  line-height: 1.6;
}

.staff-tb .staff-info dd::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 640px) {
  .staff-tb .staff-img {
    max-width: 90%;
    width: 90%;
    margin: 0 auto 5%;
    float: none;
  }
  .staff-tb .staff-info {
    width: 90%;
    float: none;
    margin: 0 auto 5%;
  }
}

@media screen and (max-width: 320px) {
  .shop-head .shop-info .tel-info .tel {
    font-size: calc( 369.2% * 0.8);
  }
  .shop-head .shop-info .reserve-btn-large a {
    font-size: calc( 184.6% * 0.9);
    padding: 5% 10% 5% 7%;
  }
}


/* course
----------------------------*/


/* course-index
----------------------------*/

.course-wrap {
  padding: 5% 0;
}

.course-index-list {
  clear: both;
  text-align: left;
  display: table;
  width: 100%;
  margin-bottom: 20%;
}

.course-index-left {
  display: table-cell;
  width: 35%;
  padding-right: 3%;
  box-sizing: border-box;
  max-width: 400px;
  vertical-align: top;
}

.course-index-left img {
  border: none !important;
/*  box-shadow: 5px 5px 0 #b3b9b3;*/
  box-shadow: 4px 4px 6px grey;

}

.course-index-right .course-plusone {
  font-size: 72%;
  border-top: 1px solid #b0cbb0;
}

.course-index-right .course-plusone li {
  padding: 3% 0;
}

.course-index-right {
  display: table-cell;
  vertical-align: top;
  width: 65%;
}

.course-index-right h3 {
  font-size: 158.3%;
  text-align: center;
  padding: 5% 0 2%;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.btn-area {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 8%;
}

@media screen and (max-width: 640px) {
  .course-index-list {
    clear: both;
    text-align: left;
    display: block;
    margin-bottom: 20%;
  }
  .course-index-left {
    display: block;
    width: 100%;
    padding-right: 0;
    margin: 0 auto 2% auto;
    box-sizing: border-box;
    max-width: 400px;
  }
  .course-index-right {
    display: block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 480px) {
  .course-index-right .course-plusone {
    font-size: 92%;
    border-top: 1px solid #b0cbb0;
  }
  .course-index-right .course-plusone {
    font-size: 92%;
    border-top: 1px solid #b0cbb0;
  }
  .course-index-right h3 {
    padding: 6% 0 3%;
  }
}

.course-head {
  padding-bottom: 5%;
  overflow: hidden;
}

.course-head::after {
  content: "";
  display: block;
  clear: both;
}

.course-head .is-inner {
  display: table;
}

.course-head-left {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.course-head-right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.course-head-left h3 {
  font-size: 276.9%;
  margin-bottom: 2%;
  font-weight: normal;
}

.course-head.lvl2 {
  padding: 5% 0;
}

.course-head.lvl2 h3 {
  font-size: 276.9%;
  margin-bottom: 2%;
  font-weight: normal;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.course-head-left p,
.course-head.lvl2 p {
  font-size: 138.4%;
  line-height: 1.6;
}

.course-head-time {
  background: #f4f8f4;
  text-align: center;
  padding: 5%;
  font-size: 215.3%;
}

@media screen and (max-width: 640px) {
  .course-head {
    font-size: 88%;
    padding: 0 5%;
  }
  .course-head.lvl2 {
    padding: 5%;
  }
}

@media screen and (max-width: 480px) {
  .course-head-left {
    padding-right: 3%;
  }
  .course-head-left {
    display: block;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 4%;
    padding: 4%;
  }
  .course-head-right {
    display: block;
    text-align: right;
    vertical-align: middle;
    width: 80%;
    font-size: 88%;
    white-space: nowrap;
    margin: 0 auto 5%;
  }
  .course-head-left h3 {
    font-size: calc(276.9% * 0.8);
  }
}

@media screen and (max-width: 390px) {
  .course-head.lvl2 h3 {
    font-size: calc(276.9% * 0.85);
  }
}

.flow-tb .flow-info .course-tittle-area {
  position: relative;
}

.flow-tb .flow-info .course-tittle-area h3 {
  background: none;
  padding: 1em 8em 0 0;
  position: relative;
  font-weight: normal;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 7%;
  letter-spacing: 2px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.flow-tb .flow-info .course-tittle-area h3.lvl2 {
  padding: 1em 12em 0 0;
}

.flow-tb .flow-info .course-tittle-area h4 {
  background: none;
  font-size: 215.3%;
  padding-right: 7em;
  position: relative;
  font-weight: normal;
  margin-bottom: 7%;
  letter-spacing: 2px;
  display: block;
}

.flow-tb .flow-info .course-tittle-area h3 strong {
  font-size: 369%;
  color: #da5f67;
  font-style: italic;
  font-weight: normal;
  display: table-cell;
  white-space: nowrap;
  padding-left: 0;
  vertical-align: bottom;
}

.flow-tb .flow-info .course-tittle-area h3 span {
  display: table-cell;
  width: 100%;
  padding-left: .5em;
  vertical-align: bottom;
}

.flow-tb .flow-info .course-tittle-area .course-minute {
  background: #fff;
  font-size: 184.6%;
  padding: 3% 5%;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-flow-lv2 .flow-tb .flow-info .course-tittle-area .course-minute {
  background: #f4f8f4;
}

.cource-conversion-area {
  padding: 5% 0 2%;
}

.course-second-area {
  padding: 5% 0;
}

.course-second-area h3 {
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  font-size: 276.9%;
  margin-bottom: 5%
}

.course-second-area h3 span {
  font-size: 62%;
}

.about-flow-lv3 {
  background: #fff;
  max-width: 1200px;
  width: 100%;
  position: relative;
  padding: 5% 0;
  z-index: 1;
  border-bottom: 1px solid #b0cbb0;
}

.about-flow-lv3::after {
  content: "";
  display: block;
  clear: both;
}

.about-flow-lv3 .flow-tb .flow-img {
  max-width: 350px;
  width: 30%;
  float: left;
  margin-right: 5%;
}

.about-flow-lv3 .flow-tb .flow-info {
  width: 65%;
  float: left;
  text-align: left;
}

.about-flow-lv3 .flow-tb .flow-info .course-tittle-area .course-minute {
  background: #f4f8f4;
  font-size: 153.8%;
  padding: 2% 3%;
  display: inline-block;
  position: absolute;
  right: 0;
}

.about-flow-lv3+h3 {
  padding-top: 7%;
}

.course-plusone {}

.course-plusone li {
  padding: 3% 0;
  z-index: 1;
  border-bottom: 1px solid #b0cbb0;
  text-align: left;
  position: relative;
  display: table;
  width: 100%;
}

.course-plusone li .time {
/*  background: #f4f8f4; */
  font-size: 2.0em; /* org 153.8% */
  padding: 1% 3%;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  width: 9.5em;
  text-align: right;
}

.course-plusone li .kakaku {
/*  background: #f4f8f4; */
  font-size: 2.0em; /* org 153.8% */
  padding: 1% 3%;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  width: 9.5em;
  text-align: right;
}
.course-plusone li h4 {
  background: none;
  font-size: 215.3%;
  padding-right: .5em;
  position: relative;
  font-weight: normal;
  letter-spacing: 2px;
  display: table-cell;
/*  width: calc( 100% - 8em);*/
  vertical-align: middle;
  width: 26%;
}

.course-plusone li h5 {
  background: none;
  font-size: 215.3%;
  padding-right: .5em;
  position: relative;
  font-weight: normal;
  letter-spacing: 2px;
  display: table-cell;
  width: calc( 100% - 8em);
  vertical-align: middle;
  width: 10em;
}



@media screen and (max-width: 640px) {
  .about-flow-lv3 {
    padding: 8% 0;
  }
  .flow-tb .flow-info .course-tittle-area {
    font-size: 88%;
  }
  .about-flow-lv3 .flow-tb .flow-info .course-tittle-area {
    overflow: hidden;
    margin-bottom: 5%;
    font-size: 88%;
  }
  .about-flow-lv3 .flow-tb .flow-info .course-tittle-area h4 {
    padding-right: 0;
  }
  .about-flow-lv3 .flow-tb .flow-info .course-tittle-area .course-minute {
    position: relative;
    right: auto;
    float: right;
  }
  .about-flow-lv3 .flow-tb .flow-img {
    max-width: 80%;
    width: 80%;
    float: none;
    margin: 0 auto 5%;
  }
  .about-flow-lv3 .flow-tb .flow-info {
    width: 80%;
    float: none;
    text-align: left;
    margin: 0 auto 5%;
  }
  .course-plusone {
    width: 90%;
    margin: 0 auto;
  }
  .course-plusone li h4 {}
  .course-plusone li .time {
    width: 9.5em;
  }
  .course-plusone li .kakaku {
    width: 9.5em;
  }
  .course-plusone li h4 {
    /*font-size: calc(215.3% * 0.8);*/
    width: calc( 100% - 15em);
  }
  .course-plusone li h5 {
    /*font-size: calc(215.3% * 0.8);*/
    /*width: calc( 100% - 15em);*/
  }

/* コース li h4 個別指定 */
  .taiken li h4 {
    width: 9em;
  }

  .este li h4 {
    width: 22%;
  }

  .estesenior li h4 {
    width: 30%;
  }

  .stretch li h4 {
    width: 30%;
  }

  .capsule li h4 {
    width: 30%;
  }

  .yomogi li h4 {
    width: 30%;
  }

/*********/

}

@media screen and (max-width: 480px) {
  .flow-tb .flow-info .course-tittle-area h3 {
    background-size: 22%;
    padding: 1em 7em 0 0 !important;
  }
  .flow-tb .flow-info .course-tittle-area .course-minute {
    font-size: 12px;
  }
  .flow-tb .flow-info .course-tittle-area h3.lvl2 {
    padding: 1em 10em 0 0 !important;
  }
  .course-plusone li h4 br {
    display: none;
  }
  .course-plusone li h5 br {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .course-plusone li .time {
    width: 8.5em;
  }
  .course-plusone li .kakaku {
    /*width: 8.5em;*/
    width: 5em;
  }
  .course-plusone li h4 {
    font-size: calc(215.3% * 0.7);
    /*width: calc( 100% - 8em);*/
    width: 4em;
  }

  .course-plusone li h5 {
    font-size: calc(215.3% * 0.7);
    /*width: calc( 100% - 8em);*/
    width: 100%;
  }

/* コース li h4 個別指定 */
  .taiken li h4 {
    width: 25%;
  }

  .este li h4 {
    width: 20%;
  }

  .estesenior li h4 {
    width: 45%;
  }

  .stretch li h4 {
    width: 42%;
  }

  .capsule li h4 {
    width: 30%;
  }

  .yomogi li h4 {
    width: 100%;
  }

/*********/

  .flow-tb .flow-info .course-tittle-area .course-minute {
    font-size: 10px;
  }
}

@media screen and (max-width: 320px) {
  .flow-tb .flow-info .course-tittle-area h3 {
    background-size: 22%;
    padding: 1em 7em 0 0 !important;
  }
  .flow-tb .flow-info .course-tittle-area .course-minute {
    font-size: 10px;
  }
  .flow-tb .flow-info .course-tittle-area h3.lvl2 {
    padding: 1em 7em 0 0 !important;
  }
}


/* voice */

.voice-wrap {
  padding: 5% 0;
}

.voice-tb {
  background: url("../images/rich-line.png") no-repeat bottom center;
  margin-bottom: 5%;
  padding: 0 2% 5%;
}

.voice-tb::after {
  content: "";
  display: block;
  clear: both;
}

.voice-tb:last-of-type {
  padding-bottom: 0;
  background: none;
}

.voice-tb .voice-img.lvl1 {
  float: left;
  max-width: 200px;
  width: 20%;
  box-sizing: border-box;
  padding-right: 5%;
  text-align: center;
}

.voice-tb .voice-info.lvl1 {
  float: right;
  width: 80%;
}

.voice-tb .voice-img figure {
  text-align: center;
}

.voice-tb .voice-img figure img {
  box-shadow: 5px 5px 0 #b3b9b3;
}

.voice-tb .voice-img figure.no-shadow img {
  box-shadow: 0 0 0 #fff;
}

.voice-tb .voice-info {
  text-align: left;
}

.voice-tb .voice-info h3 {
  background: url("../images/top-beginner-back.png") no-repeat left top;
  background-size: contain;
  font-size: 246%;
  padding: 1.5em 0 0 1.5em;
  position: relative;
  font-weight: normal;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 4%;
}

.voice-tb .voice-info h3 span {
  font-size: 88%;
}

.voice-tb .voice-info p {
  font-size: 138.4%;
  line-height: 1.7;
  padding-left: 2em;
  margin-bottom: 1.5em;
}


/*  faq  
--------------------------------*/

.faq-wrap {
  padding: 5% 0;
}

.faq-wrap h3 {
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  font-size: 276.9%;
  margin-bottom: 5%
}

.faq-wrap dl+.faq-head h3 {
  padding-top: 8%;
}

.faq-wrap dl {
  text-align: left;
  font-size: 138.4%;
}

.faq-wrap dt {
  padding: 0 2% 1% 2em;
  z-index: 1;
  text-align: left;
  position: relative;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 108%;
  font-weight: 500;
}

.faq-wrap dd {
  padding: 2% 2% 5% 2.2em;
  z-index: 1;
  border-bottom: 1px solid #b0cbb0;
  text-align: left;
  position: relative;
  margin-bottom: 4%
}

.faq-wrap dt::before {
  content: "Q.";
  font-size: 153.8%;
  position: absolute;
  left: 0;
  top: -.3em;
  color: #19499d;
}

.faq-wrap dd::before {
  content: "A.";
  font-size: 170.8%;
  position: absolute;
  left: .1em;
  top: 15%;
  color: #ef5401;
}

@media screen and (max-width: 640px) {
  .faq-wrap dl {
    width: 90%;
    margin: 0 auto;
  }
}


/* thid content
-------------------------------------*/

.third-wrap {
  padding: 5% 0;
  width: 80%;
  margin: 0 auto;
}

.third-wrap p {
  text-align: left;
  font-size: 138.4%;
  line-height: 1.7;
  margin-bottom: 1.5em;
}

.third-wrap h3 {
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  font-size: 215.3%;
  margin-bottom: 3%;
  border-bottom: 1px solid #b0cbb0;
  padding-bottom: .7em;
  padding-top: 7%;
}

.third-wrap ul {
  text-align: left;
  list-style: outside disc;
  margin-left: 1em;
  font-size: 138.4%;
  line-height: 1.7;
  margin-bottom: 1.5em;
}

.third-wrap ul ul {
  text-align: left;
  list-style: outside circle;
  margin-left: 1em;
  font-size: 100%;
  line-height: 1.7;
  margin-bottom: 1.5em;
}

.third-wrap table.normal-tb {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-size: 138.4%;
  line-height: 1.7;
}

.third-wrap table.normal-tb th {
  width: 20%;
  padding: 3%;
  margin: 0 auto;
  border-bottom: 1px solid #b0cbb0;
}

.third-wrap table.normal-tb td {
  width: 80%;
  padding: 3%;
  margin: 0 auto;
  border-bottom: 1px solid #b0cbb0;
}

.third-wrap table.form-tb {
  width: 96%;
  margin: 0 auto;
  text-align: left;
  font-size: 138.4%;
  line-height: 1.7;
}

.third-wrap table.form-tb th {
  width: 25%;
  padding: 3%;
  margin: 0 auto;
  border-bottom: 1px solid #b0cbb0;
  vertical-align: middle;
}

.third-wrap table.form-tb td {
  width: 75%;
  padding: 3%;
  margin: 0 auto;
  border-bottom: 1px solid #b0cbb0;
  vertical-align: middle;
}

.third-wrap table.form-tb th span.texts {
  color: #ff0000;
  font-size: 92%;
}

.third-wrap table.form-tb td span.texts {
  font-size: 92%;
}

.third-wrap table.form-tb td input[type="text"],
.third-wrap table.form-tb td input[type="email"],
.third-wrap table.form-tb td textarea {
  padding: .5em;
}

.third-wrap table.form-tb td select {
  padding: .5em;
}

.third-wrap table.form-tb td input[type="text"].lvl1 {
  width: 50%;
}

.third-wrap table.form-tb td input[type="text"].lvl2 {
  width: 22%;
}

.third-wrap table.form-tb td input[type="text"].lvl3,
.third-wrap table.form-tb td input[type="email"].lvl3 {
  width: 80%;
}

.send-btn {
  padding: 5% 0;
}

.send-btn input {
  background: #da5f67 url("../images/bottom-arrow-large.png") no-repeat 96% 50% / 5%;
  padding: 2% 10% 2% 7%;
  text-align: center;
  border-radius: 2px;
  box-shadow: 1px 1px 0 #ab3a41;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 215.3%;
  display: inline-block;
  text-shadow: 2px 2px 1px #ab3a41;
  transition: all .2s ease-in;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
}

.send-btn input:hover {
  background: #ab3a41 url("../images/bottom-arrow-large.png") no-repeat 94% 50% / 5%;
  text-decoration: none;
}

.third-wrap .tel-info {
  margin-bottom: 2%;
  text-align: left;
}

.third-wrap .tel-info h4 {
  font-size: 184.6%;
  font-weight: normal;
}

.third-wrap .tel {
  font-size: 276.9%;
  font-weight: normal;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 640px) {
  .third-wrap table.normal-tb {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 138.4%;
    line-height: 1.7;
  }
  .third-wrap table.form-tb {
    width: 100%;
  }
  .third-wrap table.form-tb th {
    width: 100%;
    display: inline-block;
    padding: 5% 3% 0 3%;
    border-bottom: none;
  }
  .third-wrap table.form-tb th br {
    display: none;
  }
  .third-wrap table.form-tb td {
    width: 100%;
    display: inline-block;
    padding: 3% 3% 5%;
    border-bottom: 2px solid #b0cbb0;
    vertical-align: middle;
  }
  .third-wrap table.form-tb td input[type="text"].lvl1 {
    width: 90%;
  }
  .third-wrap table.form-tb td input[type="text"].lvl3,
  .third-wrap table.form-tb td input[type="email"].lvl3 {
    width: 90%;
  }
  .third-wrap table.form-tb td textarea {
    width: 90%;
  }
}

dl.sitemap {
  border-top: 1px solid #b0cbb0;
  margin-bottom: 6%;
  width: 80%;
  margin: 4% auto 5%;
}

dl.sitemap dt,
dl.sitemap dd {
  border-bottom: 1px solid #b0cbb0;
}

dl.sitemap dt a,
dl.sitemap dd a {
  padding: 2%;
  display: block;
  text-align: left;
  color: #353535;
  font-size: 153.8%;
  line-height: 1.5;
  background: #fff url("../images/normal-arrow.png") no-repeat 96% 50% / 1.5%;
  transition: all .2s ease-in;
}

dl.sitemap dd a {
  padding: 2% 2% 2% 6%;
}

dl.sitemap dt.reserve a {
  background: #fdd7dc url("../images/normal-arrow.png") no-repeat 96% 50% / 1.5%;
}

dl.sitemap dt a span {
  font-size: 92%;
}

dl.sitemap dt a:hover,
dl.sitemap dd a:hover {
  background: #f6fbf5 url("../images/normal-arrow.png") no-repeat 95% 50% / 1.5%;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  dl.sitemap {
    width: 100%;
  }
  dl.sitemap dt a,
  dl.sitemap dd a {
    padding: 4%;
  }
  dl.sitemap dd a {
    padding: 4% 4% 4% 8%;
  }
}

.campaign-field {
  clear: both;
  margin-bottom: 8%;
}

.campaign-field::after {
  content: "";
  display: block;
  clear: both;
}

.campaign-field figure.img-left {
  float: left;
  margin: 0 5% 5% 0;
  max-width: 400px;
  width: 40%;
}

.campaign-field figure.img-right {
  float: right;
  margin: 0 0 5% 5%;
  max-width: 400px;
  width: 40%;
}

@media screen and (max-width: 640px) {
  .campaign-field figure.img-left {
    float: none;
    margin: 0 auto 5%;
    max-width: 400px;
    width: 80%;
  }
  .campaign-field figure.img-right {
    float: none;
    margin: 0 auto 5%;
    max-width: 400px;
    width: 80%;
  }
}