/* common */
#main section h2 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
#main section h2:after {
    content: "";
    display: block;
    background-color: #CCAC00;
    width: 18px;
    height: 4px;
    margin: 10px auto 0;
}

#salon-information h3{
  font-size: 1rem;
  color: #603813;
  font-weight: 700;
}

#message h3 {
    font-size: 1rem;
    color: #CCAC00;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}
#message h3+p {
    font-size: 0.75rem;
    margin-bottom: 20px;
}

#img-big .columns {
    margin-bottom: 50px;
}
#img-small .columns {
    margin-bottom: 40px;
}
#img-big .columns p,
#img-small .columns p,
#salon-service  .columns p {
    font-size: 0.85rem;
    margin-top: 10px;
    text-align: justify;
}
#salon-service .service_bg{
  padding: 40px;
  background-color: #ffffff;
}
#salon-service h3{
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  font-size: 0.5rem;
}
#salon-service h3::after{
  content: "";
  display: block;
  background-color: #c71815;
  width: 18px;
  height: 2px;
  margin: 5px auto 0;
}
#salon-service h4{
  color: #c71815;
  font-size: 1rem;
  font-weight: 700;
  margin: 10px auto;
  text-align: center;
}

#corporate-msg {
    background-color: #FDF2EA;
    padding: 50px 0 30px;
}
#corporate-msg h2 {
    font-size: 43px;
    color: #CCAC00;
    font-style: inherit !important;
    font-weight: 400 !important;
    letter-spacing: .5rem;
}
#corporate-msg h2 small {
    display: block;
    font-size: 0.813rem;
    color: #31302B;
    font-family: initial;
    font-style: initial;
    margin-top: 20px;
    letter-spacing: 0;
}
#corporate-msg h2:after {
    content: none !important;
}

#corporate-info {
    background-color: #fff;
    padding: 50px 0;
}
#corporate-info h4 {
    font-size: 1rem;
    display: block;
    margin-bottom: 40px;
    color: #31302B;
    font-weight: 700;
    text-align: center;
}
#corporate-info dl dt,
#corporate-info dl dd {
    color: #666;
    line-height: 1rem;
    padding-bottom: 0.8rem;
}
#corporate-info dl dt {
    float: left;
    clear: left;
    width: 7rem;
    font-size: 0.8rem;
    line-height: 0.8rem;
}
#corporate-info dl dd {
    margin-left: 7rem;
    font-size: 0.8rem;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
    #main section h2 {
        font-size: 1.25rem;
    }
    #page-catch {
        background-image: url("../_img/about/catch_about.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 222px;
        text-align: center;
    }
    .page-title {
        font-size: 43px;
        font-family: 'Playfair Display', serif;
        color: #603813;
        line-height: 1;
        letter-spacing: .5rem;
        padding-top: 70px;
    }
    .page-title small {
        font-size: 1rem;
        color: #CCAC00;
        display: block;
        line-height: 2;
    }
    .lead {
        font-size: 0.75rem;
        padding: 0 15px;
        margin-bottom: 5rem;
    }

    #img-big .columns {
        margin-bottom: 0px;
    }
    #img-small .columns {
        margin-bottom: 20px;
    }
    #img-small img{
      width: 100%;
    }
    .main-img img{
      width: 100%;
      height: auto;
      margin-bottom: 30px;
      display: block;
    }

    #corporate-msg h2 {
        font-size: 1.875rem;
    }
    #corporate-msg .row .columns {
        overflow: hidden;
    }

    #sp-corp-info {
        width: 320px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    #sp-corp-info .swiper-paginationm {
        margin: auto;
        display: block;
        left: 0;
        right: 0;
        text-align: center;
    }
    #sp-corp-info .swiper-pagination-bullet {
        margin: 0 5px;
        background-color: #666;
        border: 1px solid #666;
        opacity: 1;
    }
    #sp-corp-info .swiper-pagination-bullet-active {
        background-color: rgba(255,255,255, 0);
    }

    #corporate-info h4 {
        text-align: center;
        width: 6rem;

    }
    #corporate-info h4:after {
        content: "";
        display: block;
        width: 5rem;
        height: 1px;
        border-bottom: 1px solid #CCAC00;
        margin: 0 auto;
    }
    #corporate-info dl dt {
        width: 25%;
    }
    #corporate-info dl dd {
        width: 75%;
        margin-left: 25%;
    }
    #corporate-info dl dt,
    #corporate-info dl dd {
        border-top: 1px solid #E6E6E6;
        margin-bottom: 0;
        padding: 5px 0;
    }
    .recruit-btn {
        display: block;
        margin: 30px auto 0;
        max-width: 240px;
        margin-bottom: 100px;
    }

}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  #main section h2 {
      font-size: 1.55rem;
  }
  #page-catch {
      background-image: url("../_img/about/catch_about.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 222px;
      text-align: center;
  }
  .page-title {
      font-size: 43px;
      font-family: 'Playfair Display', serif;
      color: #603813;
      line-height: 1;
      letter-spacing: .5rem;
      padding-top: 70px;
  }
  .page-title small {
      font-size: 1rem;
      color: #CCAC00;
      display: block;
      line-height: 2;
  }
  .lead {
      font-size: 0.75rem;
      padding: 0 15px;
      margin-bottom: 5rem;
  }
  .main-img{
    background-color: #f7edd0;
  }
  .main-img img{
    width: 60%;
    height: auto;
    margin-bottom: 30px;
    display: block;
    margin: 0 auto 30px auto;
  }
  #img-small img{
    width: 100%;
    display: block;
    margin: 0 auto 30px auto;
  }
  #corporate-msg h2 {
      font-size: 1.875rem;
  }
  #corporate-msg .row .columns {
      overflow: hidden;
  }

  #sp-corp-info {
      width: 320px;
      position: relative;
      margin: 0 auto;
      overflow: hidden;
  }
  #sp-corp-info .swiper-paginationm {
      margin: auto;
      display: block;
      left: 0;
      right: 0;
      text-align: center;
  }
  #sp-corp-info .swiper-pagination-bullet {
      margin: 0 5px;
      background-color: #666;
      border: 1px solid #666;
      opacity: 1;
  }
  #sp-corp-info .swiper-pagination-bullet-active {
      background-color: rgba(255,255,255, 0);
  }

  #corporate-info h4 {
      text-align: center;
      width: 6rem;

  }
  #corporate-info h4:after {
      content: "";
      display: block;
      width: 5rem;
      height: 1px;
      border-bottom: 1px solid #CCAC00;
      margin: 0 auto;
  }
  #corporate-info dl dt {
      width: 25%;
  }
  #corporate-info dl dd {
      width: 75%;
      margin-left: 25%;
  }
  #corporate-info dl dt,
  #corporate-info dl dd {
      border-top: 1px solid #E6E6E6;
      margin-bottom: 0;
      padding: 5px 0;
  }
  .recruit-btn {
      display: block;
      margin: 30px auto 0;
      max-width: 440px;
      margin-bottom: 50px;
  }



}

/* Large and up */
@media screen and (min-width: 64em) {
    #page-catch {
        margin-bottom: 50px;
        background-image: url("../_img/about/catch_about.png");
        background-position: center;
        background-repeat: no-repeat;
        height: 200px;
        text-align: center;
    }
    #page-catch .page-title{
        font-size: 43px;
        font-family: 'Playfair Display', serif;
        color: #603813;
        line-height: 1;
        margin-top: 0;
        letter-spacing: .5rem;
        padding-top: 60px;
    }
    #page-catch .page-title small {
        font-size: 1rem;
        color: #CCAC00;
        display: block;
        line-height: 2;
    }
    #page-catch .lead {
        font-size: 0.75rem;
        padding: 0 15px;
        margin-bottom: 5rem;
    }
    .main-img {
        margin-top: -70px;
        margin-bottom: 30px;
    }

    #corporate-msg {
        padding-bottom: 60px !important;
    }

    #pc-corp-info {
        width: 820px;
        position: relative;
        margin: 0 auto;
    }
    #pc-corp-info .swiper-button-prev {
        background-image: url("../_img/about/arrow_prev.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 50px;
        height: 130px;
        cursor: pointer;
    }
    #pc-corp-info .swiper-button-next {
        background-image: url("../_img//about/arrow_next.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 50px;
        height: 130px;
        cursor: pointer;
    }
    #pc-corp-info .swiper-pagination {
        margin: auto;
        display: block;
        left: 0;
        right: 0;
    }
    #pc-corp-info .swiper-pagination-bullet {
        margin: 0 5px;
        background-color: #666;
        border: 1px solid #666;
        opacity: 1;
    }
    #pc-corp-info .swiper-pagination-bullet-active {
        background-color: rgba(255,255,255, 0);
    }

    #corporate-msg .swiper-container {
        max-width: 690px;
    }

    #corporate-info h4 {
        text-align: left;
    }
    #corporate-info h4:after {
        content: "";
        display: block;
        width: 5rem;
        height: 1px;
        border-bottom: 1px solid #CCAC00;
    }
    .recruit-btn {
        display: block;
        margin: 30px auto 0;
        max-width: 640px;
    }



    #main section {
        padding-bottom: 30px;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
