@charset "UTF-8";
/* ======================================================
   common style
====================================================== */
/* -------------------------------------
   common
------------------------------------- */
body {
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整 */
  -webkit-font-smoothing: subpixel-antialiased;
  /*フォント細くなるのを解消 safari */
  font-family: "Avenir","游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #5f5f5f;
  background: #ffffff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2a2a2a;
  text-decoration: underline; }
  a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    filter: alpha(opacity=100); }
  a:hover, a:active {
    color: #9f9f9f;
    text-decoration: none; }
    a:hover img, a:active img {
      opacity: 0.5;
      filter: alpha(opacity=50); }
  a:visited {
    color: #2a2a2a;
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    a a {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

em {
  color: #e54a2f;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem; }

article {
  margin-bottom: 70px;
  background: #fff url("../img/common/bg_damask_pink2.png") 0 bottom repeat-x; }
  @media screen and (max-width: 767px) {
    article {
      background-size: 636.5px 230px; } }
  @media screen and (max-width: 580px) {
    article {
      margin-bottom: 30px; } }

#wrapper {
  position: relative;
  line-height: 1.8;
  color: #5f5f5f;
  width: 100%;
  min-width: 1088px; }
  @media screen and (max-width: 767px) {
    #wrapper {
      width: 100%;
      min-width: 320px; } }

.box-inner {
  position: relative;
  margin: 0 auto;
  width: 780px; }
  .box-inner:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  @media screen and (max-width: 767px) {
    .box-inner {
      width: auto;
      margin: 0 30px; } }
  @media screen and (max-width: 380px) {
    .box-inner {
      width: auto;
      margin: 0 20px; } }

/* -------------------------------------
   header
------------------------------------- */
#wrapper header#header {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 100px;
  background-image: url(../img/common/bg_damask_pink.png);
  background-position: 50% top;
  background-repeat: repeat-x;
  background-color: #fce6e2; }
  #wrapper header#header .header-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/common/img_hand.png);
    background-position: right bottom;
    background-repeat: no-repeat; }
    #wrapper header#header .header-box .description {
      font-size: 14px;
      font-size: 0.875rem;
      text-align: center;
      color: #6a6a6a;
      padding-top: 78px; }
  #wrapper header#header .logo {
    position: relative;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px; }
    #wrapper header#header .logo img {
      width: 338px; }
  #wrapper header#header #instafeed {
    overflow: hidden;
    width: 840px;
    margin: 0 auto;
    padding-bottom: 30px; }
    #wrapper header#header #instafeed li {
      float: left;
      overflow: hidden;
      text-align: center;
      margin: 0 10px 10px 0;
      width: 150px;
      height: 150px;
      list-style: none;
      border: solid 5px #ffffff;
      background: #ffffff;
      position: relative; }
    #wrapper header#header #instafeed li img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      max-width: 300%;
      max-height: 300%; }
    #wrapper header#header #instafeed li:nth-child(5n) {
      margin: 0 0 10px 0; }
  @media screen and (max-width: 767px) {
    #wrapper header#header {
      margin-bottom: 50px;
      background-size: 636.5px 73px; }
      #wrapper header#header .header-box {
        background-size: 280px 281.4px; }
      #wrapper header#header #instafeed {
        width: 470px;
        padding-bottom: 10px; }
        #wrapper header#header #instafeed li {
          width: 100px;
          height: 100px; }
        #wrapper header#header #instafeed li:nth-child(4n) {
          margin: 0 0 10px 0; }
        #wrapper header#header #instafeed li:nth-child(5n) {
          margin: 0 10px 10px 0; }
        #wrapper header#header #instafeed li:nth-child(n+9) {
          display: none; } }
  @media screen and (max-width: 580px) {
    #wrapper header#header .header-box {
      background-size: 200px 201px;
      background-position: 100% 40px; } }
  @media screen and (max-width: 480px) {
    #wrapper header#header .logo {
      margin-top: 20px; }
      #wrapper header#header .logo img {
        width: 65%; }
    #wrapper header#header .header-box {
      background-position: 110% 60px; }
      #wrapper header#header .header-box .description {
        font-size: 12px;
        font-size: 0.75rem;
        padding-top: 78px; }
    #wrapper header#header #instafeed {
      width: 350px; }
      #wrapper header#header #instafeed li {
        margin: 0 10px 10px 0; }
      #wrapper header#header #instafeed li:nth-child(3n) {
        margin: 0 0 10px 0; }
      #wrapper header#header #instafeed li:nth-child(4n) {
        margin: 0 10px 10px 0; }
      #wrapper header#header #instafeed li:nth-child(n+7) {
        display: none; } }
  @media screen and (max-width: 380px) {
    #wrapper header#header .logo {
      margin-top: 10px; }
      #wrapper header#header .logo img {
        width: 60%; }
    #wrapper header#header .header-box {
      background: none; }
      #wrapper header#header .header-box .description {
        padding-top: 48px; }
    #wrapper header#header #instafeed {
      margin-top: 0;
      width: 278px; }
      #wrapper header#header #instafeed li {
        width: 80px;
        height: 80px;
        border: solid 3px #ffffff; } }

#school #wrapper header#header .header-box,
#thanks #wrapper header#header .header-box {
  background-image: none; }

/* -------------------------------------
   navigation
------------------------------------- */
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.95;
  filter: alpha(opacity=95); }

#wrapper .nav-header {
  display: block;
  width: 100%;
  background-color: #404040; }
  #wrapper .nav-header .nav-header-box {
    width: 100%;
    background-color: #404040; }
  #wrapper .nav-header .nav-inner {
    position: relative;
    display: block;
    width: 1080px;
    margin: 0 auto;
    background-color: #404040;
    text-align: center; }
    #wrapper .nav-header .nav-inner:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
  #wrapper .nav-header ul.menu {
    position: relative;
    display: inline-block;
    *zoom: 1; }
    #wrapper .nav-header ul.menu li {
      position: relative;
      display: inline-block;
      text-align: center;
      font-size: 18px;
      font-size: 1.125rem;
      height: 80px;
      background-color: #404040;
      font-family: 'A1明朝', serif;
      font-style: normal;
      font-weight: 400; }
      #wrapper .nav-header ul.menu li i {
        padding-left: 14px; }
      #wrapper .nav-header ul.menu li a {
        position: relative;
        padding: 0 50px;
        height: 80px;
        line-height: 80px;
        display: block;
        color: #ffffff;
        text-decoration: none; }
        #wrapper .nav-header ul.menu li a span {
          border-bottom: transparent double 3px;
          padding-bottom: 16px; }
        #wrapper .nav-header ul.menu li a:hover, #wrapper .nav-header ul.menu li a:active {
          color: #ffffff; }
          #wrapper .nav-header ul.menu li a:hover span, #wrapper .nav-header ul.menu li a:active span {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all  0.3s ease;
            padding-bottom: 10px;
            border-bottom: #ffffff double 3px; }
        #wrapper .nav-header ul.menu li a:link span, #wrapper .nav-header ul.menu li a:visited span {
          color: #ffffff;
          text-decoration: none; }
  #wrapper .nav-header ul.submenu {
    position: absolute;
    right: 0;
    top: 0;
    *zoom: 1; }
    #wrapper .nav-header ul.submenu li {
      position: relative;
      display: block;
      float: left;
      font-size: 30px;
      font-size: 1.875rem;
      height: 80px;
      line-height: 80px; }
      @media screen and (max-width: 767px) {
        #wrapper .nav-header ul.submenu li {
          font-size: 24.375px;
          font-size: 1.5234375rem; } }
      #wrapper .nav-header ul.submenu li a {
        position: relative;
        padding: 0px;
        margin: 0 0 0 30px;
        display: block;
        color: #ffffff;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
        #wrapper .nav-header ul.submenu li a:hover, #wrapper .nav-header ul.submenu li a:active {
          color: #666666; }
  @media screen and (max-width: 767px) {
    #wrapper .nav-header .nav-inner {
      width: 100%; }
    #wrapper .nav-header ul.menu li {
      font-size: 16px;
      font-size: 1rem; }
      #wrapper .nav-header ul.menu li a {
        padding: 0 20px; }
        #wrapper .nav-header ul.menu li a:hover span, #wrapper .nav-header ul.menu li a:active span {
          border-bottom: none; }
    #wrapper .nav-header ul.submenu {
      display: none; } }
  @media screen and (max-width: 380px) {
    #wrapper .nav-header ul.menu li {
      font-size: 15px;
      font-size: 0.9375rem; }
      #wrapper .nav-header ul.menu li a {
        padding: 0 10px; } }

/*menu select*/
/*main menu*/
body#top #wrapper .nav-header ul.menu li.information span,
body#school #wrapper .nav-header ul.menu li.school span {
  padding-bottom: 10px;
  border-bottom: double 3px; }

/* -------------------------------------
   banner
------------------------------------- */
.bnr-area {
  position: relative;
  display: block;
  width: 1080px;
  margin: 0 auto 50px;
  text-align: center; }
  .bnr-area ul {
    list-style: none;
    overflow: hidden;
    display: inline-block; }
    .bnr-area ul li {
      float: left;
      margin: 0 50px;
      display: inline-block;
      width: 167px; }
  @media screen and (max-width: 767px) {
    .bnr-area {
      width: 100%; }
      .bnr-area ul li {
        float: none;
        margin: 0 10px 40px; } }
  @media screen and (max-width: 380px) {
    .bnr-area {
      margin: 0 auto 10px; }
      .bnr-area ul li {
        margin: 0 10px 30px; } }

/* -------------------------------------
   footer
------------------------------------- */
#footer {
  position: relative;
  display: block;
  background: #404040;
  color: #ffffff;
  width: 100%;
  padding: 40px 0 130px; }
  #footer .box-inner {
    width: 1080px;
    overflow: hidden;
    margin: 0 auto; }
  #footer ul {
    list-style: none;
    margin-right: 60px;
    overflow: hidden;
    float: left;
    display: inline-block; }
    #footer ul li {
      float: left;
      font-family: 'Amiri', serif;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      font-size: 1.125rem;
      margin: 0 30px 15px; }
      #footer ul li i {
        font-size: 20px;
        font-size: 1.25rem;
        margin-left: 8px; }
      #footer ul li a {
        color: #ffffff;
        text-decoration: none;
        padding-bottom: 6px;
        border-bottom: transparent dotted 1px; }
        #footer ul li a:hover, #footer ul li a a:active {
          padding-bottom: 2px;
          border-bottom: #ffffff dotted 1px;
          color: #ffffff; }
        #footer ul li a:visited {
          color: #ffffff;
          text-decoration: none; }
  #footer .copyright {
    font-family: 'Amiri', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    float: right;
    display: inline-block; }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 40px 0 30px; }
      #footer .box-inner {
        width: 100%;
        text-align: center; }
      #footer ul {
        float: none;
        margin-right: 0;
        margin-bottom: 50px; }
        #footer ul li {
          float: none;
          display: inline-block;
          margin: 0 10px 15px; }
          #footer ul li i {
            margin-left: 8px; }
      #footer .copyright {
        float: none;
        display: block; } }

/* -------------------------------------
   btn-pagetop
------------------------------------- */
.btn-pagetop {
  position: fixed;
  bottom: 42px;
  right: 35px;
  z-index: 2;
  font-size: 60px;
  font-size: 3.75rem; }
  @media screen and (max-width: 767px) {
    .btn-pagetop {
      font-size: 48.75px;
      font-size: 3.046875rem; } }
  .btn-pagetop a {
    color: #160f0f; }
    .btn-pagetop a:hover, .btn-pagetop a:active {
      color: #9f9f9f; }
  @media screen and (max-width: 767px) {
    .btn-pagetop {
      right: 22px; }
      .btn-pagetop a {
        color: #160f0f; } }

/* -------------------------------------
   Page Style Common
------------------------------------- */
h2.title-header {
  font-family: 'A1明朝', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #2a2a2a;
  overflow: hidden;
  margin-bottom: 60px; }

h2.title-header span {
  font-family: 'Amiri', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 0.5em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    h2.title-header span {
      font-size: 21.125px;
      font-size: 1.3203125rem; } }

h2.title-header span::before,
h2.title-header span::after {
  position: absolute;
  top: 40%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc; }

h2.title-header span::before {
  right: 100%; }

h2.title-header span::after {
  left: 100%; }

@media screen and (max-width: 767px) {
  h2.title-header {
    margin: 0 20px 40px; }

  h2.title-header span {
    font-size: 26px;
    font-size: 1.625rem; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    h2.title-header span {
      font-size: 21.125px;
      font-size: 1.3203125rem; } }

.heart-line:before {
  position: absolute;
  top: 15px;
  left: 50%;
  content: '';
  height: 2px;
  width: 488px;
  margin-left: -244px;
  border-top: 2px dotted #999999; }
  @media screen and (max-width: 767px) {
    .heart-line:before {
      width: 80%;
      margin-left: -40%; } }

@media screen and (max-width: 767px) {
  #school .heart-line:before {
    width: 66%;
    margin-left: -33%; } }
.heart-line:after {
  position: absolute;
  content: '\002665';
  top: 0;
  left: 50%;
  height: 22px;
  width: 22px;
  padding: 0 10px;
  margin-left: -21px;
  color: #ff9582;
  background: #fff;
  font-size: 22px; }

.heart-line {
  padding-top: 75px; }

p.text {
  margin-bottom: 1.5em;
  background-color: #ffffff;
  /*Android hack*/ }

.page-inner {
  position: relative;
  display: block;
  width: 1080px;
  margin: 0 auto 80px; }
  @media screen and (max-width: 767px) {
    .page-inner {
      width: auto;
      margin: 0 auto 60px; } }
  @media screen and (max-width: 580px) {
    .page-inner {
      margin: 0 auto 40px; } }

.page-inner-auto {
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto 80px; }
  @media screen and (max-width: 767px) {
    .page-inner-auto {
      width: auto; } }

.notes {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ae2d5b; }

/*
p.anchor {
	text-align: center;
	@include addMQ(767px){
		margin: 0 40px 40px;
	}
	@include addMQ(380px){
		margin: 0 20px 40px;
	}
}*/
ul.anchor {
  margin: 0 auto;
  text-align: center; }
  ul.anchor li {
    padding-left: 10px;
    margin-left: 10px;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 1.4; }
  ul.anchor li:first-child {
    padding-left: 0;
    margin-left: 0; }
  ul.anchor li + li {
    border-left: 1px solid; }

@media screen and (max-width: 580px) {
  #school ul.anchor li {
    display: block;
    padding-left: 0px;
    margin: 0 auto 10px; }
  #school ul.anchor li + li {
    border-left: none; } }

p.information-text {
  text-align: left;
  width: 920px;
  margin: 0 auto 70px; }
  @media screen and (max-width: 767px) {
    p.information-text {
      width: auto;
      margin: 0 40px 40px; } }
  @media screen and (max-width: 380px) {
    p.information-text {
      margin: 0 20px 40px; } }

p.information2-text {
  text-align: left;
  width: 920px;
  margin: -50px auto 70px;
  color: #e54a2f; }
  @media screen and (max-width: 767px) {
    p.information2-text {
      width: auto;
      margin: 0 40px 40px; } }
  @media screen and (max-width: 380px) {
    p.information2-text {
      margin: 0 20px 40px; } }

.download-btn {
  text-align: center;
  margin: 0px auto 70px;
  letter-spacing: -0.1em; }
  .download-btn i {
    margin-left: 16px; }
  .download-btn a {
    padding: 20px 20px;
    color: #2a2a2a;
    text-decoration: none;
    background: #ffffff;
    font-family: 'A1明朝', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    border: 2px solid #2a2a2a; }
    .download-btn a:link, .download-btn a:visited {
      background-color: #ffffff; }
    .download-btn a:hover {
      color: #ffffff;
      background-color: #2a2a2a; }
  .download-btn br {
    display: none; }
  @media screen and (max-width: 767px) {
    .download-btn {
      width: auto;
      margin: 0 40px 40px; }
      .download-btn a:hover {
        color: #2a2a2a;
        background-color: #ffffff; } }
  @media screen and (max-width: 580px) {
    .download-btn br {
      display: initial; } }
  @media screen and (max-width: 380px) {
    .download-btn {
      margin: 0 20px 40px; } }

/* -------------------------------------
   top
------------------------------------- */
#top-information {
  position: relative;
  display: block; }

#top .salon-detail {
  overflow: hidden; }
  #top .salon-detail h2 {
    text-align: center;
    font-family: 'A1明朝', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    font-size: 1.625rem;
    color: #2a2a2a;
    margin: 0 0 50px; }
    @media screen and (max-width: 767px) {
      #top .salon-detail h2 {
        font-size: 21.125px;
        font-size: 1.3203125rem; } }
  #top .salon-detail .news {
    text-align: center;
    color: #e54a2f;
    font-size: 16px;
    font-size: 1rem;
    margin: -40px 0 50px 0; }
  #top .salon-detail .img-area {
    width: 512px;
    float: left; }
  #top .salon-detail .salon-img img {
    width: 512px;
    margin-bottom: 30px; }
  #top .salon-detail .salon-service span {
    font-size: 15px;
    font-size: 0.9375rem;
    background-color: #faaa9c;
    padding: 8px 20px;
    margin: 0 10px 10px 0;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; }
  #top .salon-detail .salon-service span.service-school {
    background-color: #f28774; }
  #top .salon-detail .detail-area {
    float: right;
    width: 510px; }
    #top .salon-detail .detail-area dl {
      border-top: 1px dotted #999999;
      margin: 0 0 40px; }
    #top .salon-detail .detail-area dt {
      width: 120px;
      padding: 20px 0;
      float: left;
      color: #2a2a2a;
      font-weight: bold; }
    #top .salon-detail .detail-area dd {
      border-bottom: 1px dotted #999999;
      padding: 20px 0 20px 120px; }
    #top .salon-detail .detail-area .gmap {
      display: inline-block;
      padding-top: 20px;
      font-family: 'A1明朝', serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      text-decoration: none; }
      #top .salon-detail .detail-area .gmap i {
        padding-left: 14px; }
    #top .salon-detail .detail-area .btn-link {
      width: 418px;
      text-align: center;
      margin: 0 auto; }
#top #sakuragaoka {
  margin-bottom: 140px; }
@media screen and (max-width: 767px) {
  #top .salon-detail {
    margin-left: 40px;
    margin-right: 40px; }
    #top .salon-detail h2 {
      font-size: 30px;
      font-size: 1.875rem;
      margin: 0 0 30px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      #top .salon-detail h2 {
        font-size: 24.375px;
        font-size: 1.5234375rem; } }
@media screen and (max-width: 767px) {
    #top .salon-detail .news {
      text-align: center;
      color: #e54a2f;
      font-size: 16px;
      font-size: 1rem;
      margin: -20px 0 30px 0; }
    #top .salon-detail .img-area {
      float: none;
      width: auto;
      margin-bottom: 50px; }
    #top .salon-detail .salon-img img {
      width: auto;
      margin-bottom: 30px; }
    #top .salon-detail .detail-area {
      float: none;
      width: auto; }
  #top #ebina {
    margin-bottom: 100px; } }
@media screen and (max-width: 580px) {
  #top .salon-detail .salon-service span {
    font-size: 12px;
    font-size: 0.75rem;
    background-color: #faaa9c;
    padding: 6px 10px;
    margin: 0 5px 10px 0;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; }
  #top .salon-detail .img-area {
    margin-bottom: 20px; }
  #top .salon-detail .detail-area dt {
    float: none;
    padding-bottom: 10px; }
  #top .salon-detail .detail-area dd {
    padding: 0px 0 20px 0px; }
  #top .salon-detail .detail-area .btn-link {
    width: 90%; }
  #top #ebina {
    margin-bottom: 80px; } }
@media screen and (max-width: 380px) {
  #top .salon-detail {
    margin-left: 20px;
    margin-right: 20px; }
    #top .salon-detail .detail-area dt {
      padding: 15px 0; }
    #top .salon-detail .detail-area .btn-link {
      width: 100%; } }

/* -------------------------------------
   link bnr common
------------------------------------- */
.link-btn {
  text-align: center;
  margin: 40px auto; }
  .link-btn a {
    width: 250px;
    padding: 20px 20px;
    color: #fff;
    text-decoration: none;
    background: #2a2a2a;
    font-family: 'A1明朝', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    display: inline-block; }
    .link-btn a:link, .link-btn a:visited {
      background-color: #2a2a2a; }
    .link-btn a:hover {
      background-color: #6a6a6a; }

/* -------------------------------------
   school
------------------------------------- */
h2.school-title {
  text-align: center;
  font-family: 'A1明朝', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  color: #2a2a2a;
  margin: 0 0 20px; }
  @media screen and (max-width: 767px) {
    h2.school-title {
      font-size: 24.375px;
      font-size: 1.5234375rem; } }
  @media screen and (max-width: 767px) {
    h2.school-title {
      margin: 0 40px 20px; } }
  @media screen and (max-width: 380px) {
    h2.school-title {
      margin: 0 20px 20px; } }

p.school-text {
  text-align: center;
  font-family: 'A1明朝', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #2a2a2a;
  margin: 0 0 50px;
  letter-spacing: -0.1em; }
  p.school-text span {
    font-family: "Avenir","游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    letter-spacing: 0em; }
  @media screen and (max-width: 767px) {
    p.school-text {
      margin: 0 40px 20px;
      line-height: 1.4; }
      p.school-text span {
        font-size: 18px;
        font-size: 1.125rem; } }
  @media screen and (max-width: 380px) {
    p.school-text {
      margin: 0 20px 20px; } }

#school #greeting {
  overflow: hidden; }
  #school #greeting .salon-img {
    float: right;
    width: 512px; }
  #school #greeting .detail-area {
    float: left;
    width: 510px; }
#school .course-area {
  padding: 60px 20px;
  background-color: #fce6e2; }
  #school .course-area .course-inner {
    width: 1088px;
    margin: 0 auto; }
    #school .course-area .course-inner ul.course-list {
      text-align: center; }
      #school .course-area .course-inner ul.course-list li {
        vertical-align: top;
        display: inline-block;
        width: 320px;
        background-color: #ffffff;
        margin: 0 58px 60px 0; }
        #school .course-area .course-inner ul.course-list li:last-child {
          margin: 0 0px 60px 0; }
        #school .course-area .course-inner ul.course-list li .course-img {
          width: 320px; }
        #school .course-area .course-inner ul.course-list li .course-detail {
          padding: 50px 35px 30px; }
          #school .course-area .course-inner ul.course-list li .course-detail h3 {
            font-family: 'A1明朝', serif;
            font-style: normal;
            font-weight: 400;
            font-size: 22px;
            font-size: 1.375rem;
            color: #2a2a2a;
            margin-bottom: 30px; }
            @media screen and (max-width: 767px) {
              #school .course-area .course-inner ul.course-list li .course-detail h3 {
                font-size: 17.875px;
                font-size: 1.1171875rem; } }
          #school .course-area .course-inner ul.course-list li .course-detail p {
            text-align: left; }
          #school .course-area .course-inner ul.course-list li .course-detail dl {
            display: table;
            width: 100%; }
            #school .course-area .course-inner ul.course-list li .course-detail dl.entry-last {
              margin-bottom: 8px; }
            #school .course-area .course-inner ul.course-list li .course-detail dl.price-last {
              margin-bottom: 20px; }
            #school .course-area .course-inner ul.course-list li .course-detail dl.time-last {
              margin-bottom: 20px; }
            #school .course-area .course-inner ul.course-list li .course-detail dl dt {
              display: table-cell;
              vertical-align: middle;
              text-align: left;
              width: 20%;
              color: #2a2a2a;
              font-family: 'Amiri', serif;
              font-style: normal;
              font-weight: 400;
              font-size: 14px;
              font-size: 0.875rem; }
              #school .course-area .course-inner ul.course-list li .course-detail dl dt.price2 {
                vertical-align: top; }
            #school .course-area .course-inner ul.course-list li .course-detail dl dd {
              display: table-cell;
              vertical-align: middle;
              text-align: left;
              width: 80%;
              color: #2a2a2a;
              font-size: 14px;
              font-size: 0.875rem; }
              #school .course-area .course-inner ul.course-list li .course-detail dl dd span.unit {
                font-family: 'A1明朝', serif;
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                font-size: 1.125rem; }
              #school .course-area .course-inner ul.course-list li .course-detail dl dd.price-data span.num {
                font-family: 'Amiri', serif;
                font-style: italic;
                font-weight: 400;
                font-size: 36px;
                font-size: 2.25rem;
                margin-right: 10px;
                vertical-align: middle;
                line-height: 1.1em; }
                @media screen and (max-width: 767px) {
                  #school .course-area .course-inner ul.course-list li .course-detail dl dd.price-data span.num {
                    font-size: 29.25px;
                    font-size: 1.828125rem; } }
              #school .course-area .course-inner ul.course-list li .course-detail dl dd.time-data span.num {
                font-family: 'Amiri', serif;
                font-style: italic;
                font-weight: 400;
                font-size: 30px;
                font-size: 1.875rem;
                margin-right: 10px;
                vertical-align: middle;
                line-height: 1.5em; }
                @media screen and (max-width: 767px) {
                  #school .course-area .course-inner ul.course-list li .course-detail dl dd.time-data span.num {
                    font-size: 24.375px;
                    font-size: 1.5234375rem; } }
    #school .course-area .course-inner p.comment {
      width: 920px;
      margin: 0 auto 50px; }
    #school .course-area .course-inner ul.special-list {
      list-style: none;
      width: 920px;
      margin: 0 auto; }
      #school .course-area .course-inner ul.special-list li {
        display: block;
        color: #2a2a2a;
        background-color: #fef5f3;
        position: relative;
        zoom: 1;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        line-height: 1em;
        padding: 10px 50px 10px;
        margin-bottom: 10px; }
        #school .course-area .course-inner ul.special-list li span {
          font-size: 14px;
          font-size: 0.875rem;
          color: #ffffff;
          background-color: #ff8973;
          padding: 2px 10px;
          margin-right: 20px; }
@media screen and (max-width: 767px) {
  #school #greeting {
    overflow: auto; }
    #school #greeting .salon-img {
      float: none;
      width: auto;
      margin: 0 40px 20px; }
    #school #greeting .detail-area {
      float: none;
      width: auto;
      margin: 0 40px; }
  #school .course-area {
    padding: 30px 40px; }
    #school .course-area .course-inner {
      width: auto;
      margin: 0 auto; }
      #school .course-area .course-inner ul.course-list li {
        display: block;
        width: auto;
        margin: 0 0 30px 0; }
        #school .course-area .course-inner ul.course-list li:last-child {
          margin: 0 0px 30px 0; }
        #school .course-area .course-inner ul.course-list li .course-img {
          width: auto; }
        #school .course-area .course-inner ul.course-list li .course-detail {
          padding: 30px 30px 30px; }
          #school .course-area .course-inner ul.course-list li .course-detail h3 {
            font-size: 20px;
            font-size: 1.25rem;
            margin-bottom: 20px; }
          #school .course-area .course-inner ul.course-list li .course-detail dl.price-last {
            margin-bottom: 0px; }
      #school .course-area .course-inner p.comment {
        width: auto;
        margin: 0 auto 30px; }
      #school .course-area .course-inner ul.special-list {
        width: auto;
        margin: 0 auto; }
        #school .course-area .course-inner ul.special-list li {
          position: relative;
          zoom: 1;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          line-height: 1.5em;
          padding: 10px 20px 10px; }
          #school .course-area .course-inner ul.special-list li span {
            margin-right: 0;
            margin: 0 0 10px;
            display: block;
            text-align: center; } }
@media screen and (max-width: 380px) {
  #school #greeting .salon-img {
    margin: 0 20px 20px; }
  #school #greeting .detail-area {
    margin: 0 20px; }
  #school .course-area {
    padding: 30px 20px; }
    #school .course-area .course-inner ul.course-list li .course-detail {
      padding: 30px 20px 30px; } }

#download-area {
  padding-top: 10px; }
  #download-area p.comment {
    margin-bottom: 50px;
    text-align: center; }
  #download-area p.download-btn {
    margin-bottom: 140px; }
  @media screen and (max-width: 767px) {
    #download-area p.comment {
      margin-left: 40px;
      margin-right: 40px;
      text-align: left; } }
  @media screen and (max-width: 380px) {
    #download-area p.comment {
      margin-left: 20px;
      margin-right: 20px; } }

/* -------------------------------------
   contact
------------------------------------- */
#contact {
  margin-top: -90px !important;
  padding-top: 90px !important; }

/* ======================================================
   mailformpro
====================================================== */
/* -------------------------------------
   mailformpro common
------------------------------------- */
/* Chromeでinputのオートフィル機能(以前submitした情報を記憶する機能)で背景色が黄色になるのを回避 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

/* 全体警告テキスト */
div#mfp_error, div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none; }

div#mfp_error p, div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center; }

div#mfp_error p strong, div#mfp_warning p strong {
  font-size: 18px;
  color: #F00; }

#mailformpro {
  width: 100%;
  color: #5f5f5f;
  margin: 40px auto 150px;
  /*
  .mfp_element_text,
  .mfp_element_number,
  .mfp_element_select-one,
  .mfp_element_email,
  .mfp_element_tel,
  .mfp_element_textarea,
  .mfp_element_date {
  	border: solid 1px #CCC;
  	border-radius: 3px;
  	box-shadow: 0px 0px 5px #CCC inset;
  	padding: 3px 8px;
  	margin: 2px;
  	vertical-align: middle;
  }*/
  /*
  .mfp_element_checkbox,
  .mfp_element_radio {
  	vertical-align: middle;
  	margin: 0px 2px;
  }
  */
  /*エラーテキスト*/
  /* 未入力・エラー時 フォームの色*/
  /* OKマーク */
  /* 送信ボタン */
  /* ラジオボタン、チェックボタン
  label {
  	//border-radius: 3px;
  	//margin: 3px;
  	display: inline-block;
  	white-space: nowrap;
  }
  label.mfp_checked {
  	//padding: 3px;
  	//border: solid 1px #CCC;
  	//background-color: #E8EEF9;
  	//box-shadow: 0px 1px 3px #CCC inset;
  }
  label.mfp_not_checked {
  	//padding: 3px;
  	//border: solid 1px #EEE;
  }*/ }
  #mailformpro form {
    padding: 0; }
  #mailformpro dl {
    overflow: visible;
    margin: 0;
    padding: 0; }
  #mailformpro dt.form-title {
    color: #2a2a2a;
    line-height: 1.6;
    margin: 0;
    width: 30%;
    padding-top: 5px;
    display: block;
    float: left; }
    #mailformpro dt.form-title .must {
      font-size: 14px;
      font-size: 0.875rem;
      display: inline-block;
      background-color: #ae2d5b;
      padding: 3px 30px;
      color: #FFF;
      margin: 0 10px 0 0;
      border-radius: 4px;
      float: left; }
    #mailformpro dt.form-title .optional {
      font-size: 14px;
      font-size: 0.875rem;
      display: inline-block;
      background-color: #a7a7a7;
      padding: 3px 30px;
      color: #FFF;
      margin: 0 10px 0 0;
      border-radius: 4px;
      float: left; }
  #mailformpro dd {
    line-height: 1.6;
    margin: 0 0 30px 0;
    padding: 0;
    width: 70%;
    float: left; }
  #mailformpro ol, #mailformpro ul {
    display: inline-block; }
  #mailformpro ol li, #mailformpro ul li {
    margin: 0 0 20px;
    padding: 0;
    list-style: none; }
    #mailformpro ol li:last-child, #mailformpro ul li:last-child {
      margin: 0; }
  #mailformpro input {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    padding: 10px 15px;
    margin-right: 5px;
    width: 40%;
    border: solid 1px #9e9e9e;
    -webkit-appearance: none;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0; }
  #mailformpro textarea {
    margin: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 15px;
    width: 40%;
    border: solid 1px #9e9e9e;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle; }
  #mailformpro .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: content-box;
    text-indent: 0.01px;
    text-overflow: '';
    vertical-align: middle;
    border: solid 1px #9e9e9e;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 30px 10px 10px;
    width: auto;
    display: inline-block;
    background: #fff url(../img/common/form_arrow.png) no-repeat 95% 50%;
    background-size: 12px; }
  #mailformpro select::-ms-expand {
    display: none; }
  #mailformpro #mfp_hidden {
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: 0px; }
  #mailformpro #mfp_hidden input {
    margin: 10px; }
  #mailformpro .mfp_element_all {
    max-width: 90%; }
  #mailformpro .mfp_element_submit, #mailformpro .mfp_element_reset, #mailformpro .mfp_element_button {
    /*
    padding: 5px 10px;
    font-size: 24px;
    */
    cursor: pointer;
    outline: none; }
  #mailformpro .mfp_element_reset {
    color: #333; }
  #mailformpro .mfp_err {
    clear: both;
    display: none;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 3px 0px 5px 0;
    color: #ae2d5b;
    font-size: 14px;
    line-height: normal; }
  #mailformpro .mfp_err:before {
    content: "\f071";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #ae2d5b; }
  #mailformpro .problem {
    background-color: #fcc; }
    #mailformpro .problem .select {
      background-color: #fcc; }
  #mailformpro .mfp_ok {
    font-size: 20px;
    font-size: 1.25rem;
    display: inline-block;
    padding: 0 4px;
    color: #6a6a6a;
    display: none; }
  #mailformpro .mfp_buttons {
    margin-left: 30%;
    text-align: right;
    margin-right: 30px; }
    #mailformpro .mfp_buttons button {
      letter-spacing: 0.05em;
      width: 250px;
      font-family: 'A1明朝', serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      border-style: none;
      padding: 20px 20px;
      cursor: pointer;
      color: #fff;
      background-color: #2a2a2a; }
    #mailformpro .mfp_buttons button:hover {
      background-color: #6a6a6a; }
  @media screen and (max-width: 767px) {
    #mailformpro dt.form-title {
      float: none;
      width: auto; }
    #mailformpro dd {
      clear: both;
      float: none;
      width: auto; }
    #mailformpro .mfp_buttons {
      margin-left: 0;
      margin-right: 0;
      text-align: center; } }
  @media screen and (max-width: 580px) {
    #mailformpro {
      margin: 40px auto 50px; } }

/* -------------------------------------
   mailformpro confirm
------------------------------------- */
div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001; }

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute; }

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(../mfp.statics/images/mfp_loading.gif); }

div#mfp_overlay_inner {
  background-color: #fff;
  padding: 15px;
  margin: 0px auto 20px;
  border-radius: 5px;
  width: 50%;
  min-width: 640px;
  max-width: 90%; }

div#mfp_overlay_background {
  background-color: #666666;
  position: absolute;
  display: none;
  z-index: 10000; }

table#mfp_confirm_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%; }

table#mfp_confirm_table tr.mfp_colored {
  background-color: #fff; }

table#mfp_confirm_table tr.mfp_achroma {
  background-color: #f6f7f9; }

table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 10px; }

table#mfp_confirm_table tr th {
  white-space: nowrap;
  width: 20%; }

table#mfp_confirm_table tr td {
  line-height: 1.5em;
  word-break: break-all; }

div#mfp_overlay_inner h4 {
  color: #5f5f5f;
  margin: 30px 0;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px; }

div.mfp_buttons {
  clear: both;
  padding: 20px 0px;
  text-align: center; }

div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel {
  width: 30%;
  font-family: 'A1明朝', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  border-style: none;
  padding: 20px 20px;
  margin: 30px 10px;
  cursor: pointer;
  color: #fff;
  background-color: #2a2a2a; }
  div.mfp_buttons button#mfp_button_send:hover,
  div.mfp_buttons button#mfp_button_cancel:hover {
    background-color: #6a6a6a; }
  @media screen and (max-width: 767px) {
    div.mfp_buttons button#mfp_button_send,
    div.mfp_buttons button#mfp_button_cancel {
      margin: 0px; } }

/*フラット確認画面の場合*/
/*
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}*/
@media screen and (max-width: 767px) {
  ul#mfp_phase_stat {
    padding: 0px; }

  ul#mfp_phase_stat {
    padding: 0px; }

  ul#mfp_phase_stat li {
    float: left;
    text-align: center;
    padding: 5px 0px;
    border-radius: 3px;
    margin: 5px;
    list-style: none;
    font-size: 14px;
    width: 28%; }

  ul#mfp_phase_stat li.mfp_phase_arrow {
    box-shadow: none;
    display: none; }

  ul#mfp_phase_stat li.mfp_active_phase {
    background-color: #E8EEF9;
    box-shadow: 0px 0px 5px #000; }

  ul#mfp_phase_stat li.mfp_inactive_phase {
    background-color: #CCC;
    color: #666;
    box-shadow: 0px 0px 5px #CCC; }

  div#mfp_overlay_inner {
    padding: 20px;
    margin: 0px auto;
    width: 85%;
    min-width: 260px;
    max-width: 90%; }

  div.mfp_buttons button#mfp_button_send,
  div.mfp_buttons button#mfp_button_cancel {
    width: auto; } }
/* -------------------------------------
   mailformpro thanks page
------------------------------------- */
#thanks {
  font-size: 16px;
  font-size: 1rem;
  	/*
  	.home-btn {
  		a {
  			&:hover {
  
  			}
  		}
  	}*/ }
  #thanks .btn-menu-toggle {
    display: none; }
  #thanks #container {
    position: relative;
    height: auto; }
  #thanks .mfp_thanks {
    margin: 80px auto 80px;
    width: 80%;
    max-width: 600px;
    /*
    ul.mfp_caution {
    	margin: 0px;
    	padding: 0px;
    }
    ul.mfp_caution li {
    	display: block;
    	color: #C00;
    	margin: 0px;
    	padding: 5px 0px;
    }*/ }
    #thanks .mfp_thanks #mfp_thanks {
      font-size: 22px;
      font-size: 1.375rem;
      color: #5f5f5f;
      margin: 0 0 30px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #thanks .mfp_thanks #mfp_thanks {
          font-size: 17.875px;
          font-size: 1.1171875rem; } }
      #thanks .mfp_thanks #mfp_thanks strong {
        font-size: 24px;
        font-size: 1.5rem; }
        @media screen and (max-width: 767px) {
          #thanks .mfp_thanks #mfp_thanks strong {
            font-size: 19.5px;
            font-size: 1.21875rem; } }
    #thanks .mfp_thanks p {
      margin: 0 0 15px;
      text-align: left;
      background-color: #fff; }
  #thanks .arrow-link {
    text-align: center;
    margin: 40px auto; }
