@charset "UTF-8";
@media screen and (max-width: 599px) {
  body {
    font-family: "UD Reimin Regular" , 'Libre Baskerville' ,  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }

  /* ============================================
  共通独自変化用
  =============================================*/
  /*---- mainVisual ----*/
  .mainVisual p {
    margin: 20px auto 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }
  .mainVisual_box {
    position: relative;
  }
  .mainVisual_front {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 10px 20px 10px 30px;
  }
  .mainVisual_front_right {
    right: 0;
  }
  .mainVisual_catch {
    line-height: 1.4;
    font-size: 20px;
    font-size: 2rem;
    font-family: "UD Reimin Medium" , 'Libre Baskerville' ,  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .mainVisual_title {
    font-family: "UD Reimin Regular" , 'Libre Baskerville' ,  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .mainVisual_title span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mainVisual_tag {
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .mainVisual_tag span {
    border: 1px solid #a6a6a6;
    margin-bottom: 5px;
    display: block;
  }

  /*---- h2 sideLine ----*/
  .sub_sideLine_ttl {
    overflow: hidden;
    width: 84%;
    margin: 0px auto 10px;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-size: 5.5vw;
  }

  .sub_sideLine_ttl p {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
  }

  .sub_sideLine_ttl p::before, .sub_sideLine_ttl p::after {
    border-top: 1px solid #a29369;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
  }

  .sub_sideLine_ttl p::before {
    right: 100%;
  }

  .sub_sideLine_ttl p::after {
    left: 100%;
  }

  /* ============================================
  ヘッドスパ共通
  =============================================*/
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }

  .super {
    font-size: 70%;
    vertical-align: top;
    vertical-align: super;
  }

  /* ============================================
  ソシエだからできること
  =============================================*/
  .can_socie {
    /*共通独自変化用*/
  }
  .can_socie-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .can_socie-box:last-of-type {
    border-bottom: 0;
    margin-bottom: 70px;
    padding-bottom: 0;
  }
  .can_socie .image {
    margin: 15px 0;
  }
  .can_socie .sub_head {
    margin-bottom: 30px;
  }
  .can_socie .sub_head_s {
    margin: 0;
    line-height: 1.5;
    font-family: "UD Reimin Regular" , 'Libre Baskerville' ,  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .can_socie .sub_head_s span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* ============================================
  初めての方限定メニュー
  =============================================*/
  .first_menu {
    background-color: #f0f0f0;
    margin: 30px auto 30px;
    padding: 30px 0;
    /*---- 共通独自変化用 ----*/
    /*---- カルーセル ----*/
  }

  .first_menu_con {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 0;
    box-sizing: border-box;
  }

  .first_menu-box {
    position: relative;
    color: #fff;
  }

  .first_menu-box .icon-arrow {
    position: absolute;
    right: 10px;
    line-height: 2.2;
    top: 50%;
    transform: translateY(-50%);
  }

  .first_menu-txt {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    text-align: center;
    top: 44%;
    transform: translateY(-44%);
  }

  .first_menu-txt .tag {
    border: 1px #fff solid;
    padding: 5px;
    margin-right: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .first_menu-name {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .first_menu-name span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .first_menu .sub_att {
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
  }

  .first_menu .btnWrap {
    width: 84%;
    margin: 0 auto;
  }

  .first_menu .swiper-container {
    width: 100%;
  }

  .first_menu .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex !important;
  }

  .first_menu .swiper-slide {
    width: 84%;
    float: none;
    margin-bottom: 0;
  }

  .first_menu .swiper-slide:nth-child(odd) {
    margin: 0 auto;
  }

  .first_menu .swiper-pagination {
    display: block;
    position: relative;
    margin-top: 10px;
  }

  .first_menu .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #666;
    opacity: 1;
    margin: 5px;
  }

  .first_menu .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
  }
}
@media screen and (min-width: 600px) {
  img {
    vertical-align: top;
  }
}
@media screen and (min-width: 600px) {
  /* ============================================
  共通独自変化用
  =============================================*/
  /*--- mainVisual ---*/
  .mainVisual {
    margin: 0 auto 50px;
  }
  .mainVisual_front {
    position: absolute;
    top: 0;
    padding: 0px 35px;
    top: 44%;
    transform: translateY(-44%);
    z-index: 1;
  }
  .mainVisual_front_right {
    right: 0;
  }
  .mainVisual_catch {
    font-size: 35px;
    font-size: 3.5rem;
    font-family: "UD Reimin Regular" , 'Libre Baskerville' ,  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    margin-bottom: 40px;
  }
  .mainVisual_title {
    font-family: "UD Reimin Medium" , 'Libre Baskerville' ,  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: 700;
    font-size: 38px;
    font-size: 3.8rem;
  }
  .mainVisual_title span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .mainVisual .mainVisual_text {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .mainVisual .mainVisual_tag {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .mainVisual .mainVisual_tag span {
    border: 1px solid #a6a6a6;
    padding: 5px 30px;
    margin-right: 10px;
  }

  /*---- h2 sideLine ----*/
  .sub_sideLine_ttl {
    overflow: hidden;
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0px auto;
    line-height: 1;
    max-width: 960px;
    width: 94%;
  }

  .sub_sideLine_ttl p {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
  }

  .sub_sideLine_ttl p::before, .sub_sideLine_ttl p::after {
    border-top: 1px solid #a29369;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
  }

  .sub_sideLine_ttl p::before {
    right: 100%;
  }

  .sub_sideLine_ttl p::after {
    left: 100%;
  }

  /* ============================================
  common
  =============================================*/
  /*--- h2 sub_title ---*/
  .sub_title-box {
    line-height: 1.4;
    text-align: center;
    margin-bottom: 50px;
  }

  .sub_title-box .sub_title {
    color: #a29369;
    font-size: 27px;
    font-size: 2.7rem;
  }

  .sub_title-box .sub_title::before {
    content: url(/headspa/img/page/sub_title-be.png);
    margin-right: 2%;
  }

  .sub_title-box .sub_title::after {
    content: url(/headspa/img/page/sub_title-af.png);
    margin-left: 2%;
  }

  .sub_title-box span {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .att {
    margin-left: 5%;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }

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

  a:hover img {
    opacity: .5;
  }

  .super {
    font-size: 70%;
    vertical-align: super;
  }

  /* ============================================
  ソシエだからできること
  =============================================*/
  .can_socie-con {
    margin-top: 40px;
  }
  .can_socie-box {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
  }
  .can_socie-box:last-of-type {
    margin-bottom: 100px;
  }
  .can_socie .image {
    float: left;
    max-width: 360px;
    width: 38%;
    margin-right: 2%;
  }
  .can_socie .txt {
    float: right;
    max-width: 580px;
    width: 60%;
  }
  .can_socie .sub_head_s {
    float: right;
    max-width: 580px;
    width: 60%;
    margin: 0px auto 16px;
    font-family: "UD Reimin Regular" , 'Libre Baskerville' ,  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  .can_socie .sub_head_s span {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 2%;
  }
  .can_socie .sub_att {
    float: right;
    max-width: 580px;
    width: 60%;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: normal;
    margin-top:15px;
  }

  /* ============================================
  初めての方限定メニュー
  =============================================*/
  .first_menu {
    background-color: #f0f0f0;
    margin: 70px auto 90px;
    padding: 50px 0;
  }
  .first_menu_con {
    width: 94%;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 0;
    box-sizing: border-box;
    text-align: center;
  }
  .first_menu-box {
    position: relative;
    color: #fff;
  }
  .first_menu-box .icon-arrow {
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    right: 10px;
    line-height: 2.2;
    top: 50%;
    transform: translateY(-50%);
  }
  .first_menu-txt {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    text-align: center;
    top: 44%;
    transform: translateY(-44%);
  }
  .first_menu-txt .tag {
    border: 1px #fff solid;
    padding: 5px;
    margin-right: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .first_menu-name {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .first_menu-name span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .first_menu .swiper-slide {
    display: inline-block;
    vertical-align: top;
    max-width: 310px;
    width: 32.2%;
    letter-spacing: normal;
    margin-right: 1.6%;
  }
  .first_menu .swiper-slide:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  	/* ============================================
  初めての方限定メニュー
  =============================================*/
  .first_menu .icon-arrow {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
