@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&subset=japanese");
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

@font-face {
  font-family: perpetua;
  src: url(/fonts/perpeta.ttf);
}

@font-face {
  font-family: dancing;
  src: url(/fonts/dancing.otf);
}

/* ====================================================
Base style & container
==================================================== */
body {
  color: black;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 1400px) {
  .pc-1400 {
    display: none !important;
  }
}

@media screen and (max-width: 1400px) {
  .pc-1200 {
    display: none !important;
  }
}

.sp {
  display: initial !important;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 920px) {
  .pd-15-920 {
    margin: 0 15px !important;
  }
}

.inner {
  max-width: 1340px;
  padding: 0px 30px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .inner {
    padding: 0px 15px;
  }
}

.inner-1180 {
  max-width: 1180px;
  margin: auto;
  padding: 0px 15px;
}

.inner-1280 {
  max-width: 1280px;
  margin: auto;
}

.inner-1174 {
  max-width: 1174px;
  margin: auto;
}

.inner-1365 {
  max-width: 1365px;
  margin: auto;
  padding: 0px 15px;
}

.inner-1545 {
  max-width: 1545px;
  margin: auto;
  padding: 0px 15px;
}

.inner-1150 {
  max-width: 1150px;
  margin: auto;
}

.inner-1050 {
  max-width: 1050px;
  margin: auto;
}

.inner-1060 {
  max-width: 1060px;
  margin: auto;
}

.inner-920 {
  max-width: 920px;
  margin: auto;
}

.inner-1063 {
  max-width: 1103px;
  margin: auto;
  padding: 0px 20px;
}

@media only screen and (max-width: 767px) {
  .inner-1063 {
    padding: 0px 10px;
  }
}

#main-header {
  padding: 30px 0px 25px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  #main-header {
    padding: 15px 0px 15px;
  }
}

#main-header .navGlobal {
  position: relative;
}

#main-header .navGlobal .reserve-box {
  position: absolute;
  right: 15px;
  bottom: -160px;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  #main-header .navGlobal .reserve-box {
    bottom: -90px;
    right: 10px;
  }
}

#main-header .logo-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  #main-header .logo-wrap {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  #main-header .logo-wrap {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  #main-header .logo-wrap .logo a {
    display: inline-block;
    position: relative;
    z-index: 9;
  }
}

#main-header .logo-wrap .logo img {
  width: 212px;
  display: block;
  margin: auto;
}

@media only screen and (max-width: 900px) {
  #main-header .logo-wrap .logo img {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  #main-header .logo-wrap .logo img {
    width: 150px;
  }
}

#main-header .logo-wrap .header-btn-group {
  position: absolute;
  right: 30px;
  top: 42%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-header .logo-wrap .header-btn-group .btn-style01:first-child {
  margin-right: 5px;
}

#main-header .nav-wrap {
  position: relative;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  #main-header .nav-wrap {
    padding: 30px 0px;
    display: none;
    position: absolute;
    top: 35px;
    width: 100%;
    height: 100vh;
    z-index: 100;
  }
}

#main-header .nav-wrap .navGlobalIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 900px) {
  #main-header .nav-wrap .navGlobalIn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  #main-header .nav-wrap .navGlobalIn {
    display: block;
  }
}

#main-header .nav-wrap .navGlobalIn .navItem {
  width: auto;
}

#main-header .nav-wrap .navGlobalIn .navItem.active a {
  color: #91ced0;
}

#main-header .nav-wrap .navGlobalIn .navItem.active a span {
  color: #f0a1b3;
}

#main-header .nav-wrap .navGlobalIn .navItem a {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  padding: 0px 15px;
  color: #523b4b;
  display: block;
}

@media screen and (max-width: 1070px) {
  #main-header .nav-wrap .navGlobalIn .navItem a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0px 8px;
  }
}

@media only screen and (max-width: 900px) {
  #main-header .nav-wrap .navGlobalIn .navItem a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0px 8px;
  }
}

@media only screen and (max-width: 767px) {
  #main-header .nav-wrap .navGlobalIn .navItem a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

#main-header .nav-wrap .navGlobalIn .navItem a span {
  display: block;
  font-family: "Avenir";
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  margin-top: 5px;
  text-align: center;
}

#main-header .nav-wrap .sns-group {
  position: absolute;
  right: 30px;
  top: 0px;
}

@media only screen and (max-width: 767px) {
  #main-header .nav-wrap .sns-group {
    position: relative;
    right: 0;
    text-align: center;
  }
}

#main-header .nav-wrap .sns-group a {
  display: inline-block;
}

#main-header .nav-wrap .sns-group .fab {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0px 10px;
  color: #523b4b;
}

@media only screen and (max-width: 900px) {
  #main-header .nav-wrap .sns-group .fab {
    margin: 0px 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  #main-header .nav-wrap .sns-group .fab {
    font-size: 20px;
    font-size: 2rem;
    margin: 0px 10px;
  }
}

#main-header .menuBar {
  display: none;
}

@media only screen and (max-width: 767px) {
  #main-header .menuBar {
    position: absolute;
    top: -15px;
    right: 15px;
    display: block !important;
    height: 46px;
  }
  #main-header .menuBar span {
    height: 3px;
    display: block;
    width: 30px;
    border-radius: 25px;
    background: #000000;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #main-header .menuBar span:nth-child(1) {
    top: 15px;
  }
  #main-header .menuBar span:nth-child(2) {
    top: 20px;
  }
  #main-header .menuBar span:nth-child(3) {
    top: 25px;
  }
  #main-header .menuBar.on {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #main-header .menuBar.on span:nth-child(1) {
    top: 24px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #main-header .menuBar.on span:nth-child(2) {
    opacity: 0;
  }
  #main-header .menuBar.on span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

#main-footer {
  background: #515151;
  color: #ffffff;
}

#main-footer .footer {
  max-width: 1024px;
  position: relative;
  padding: 50px 15px 0px;
}

@media only screen and (max-width: 767px) {
  #main-footer .footer {
    padding: 25px 10px 0px;
  }
}

#main-footer .footer .sns-group {
  position: absolute;
  right: 0px;
  top: 49px;
}

@media screen and (max-width: 1000px) {
  #main-footer .footer .sns-group {
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #main-footer .footer .sns-group {
    position: relative;
    right: 0;
    text-align: center;
    top: -15px;
  }
}

#main-footer .footer .sns-group a {
  display: inline-block;
}

#main-footer .footer .sns-group .fab {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0px 9px;
  color: #a8a8a8;
}

@media only screen and (max-width: 900px) {
  #main-footer .footer .sns-group .fab {
    margin: 0px 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  #main-footer .footer .sns-group .fab {
    font-size: 20px;
    font-size: 2rem;
    margin: 0px 10px;
  }
}

#main-footer .footer .listF-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
  #main-footer .footer .listF-menu {
    display: block;
    margin-bottom: 30px;
  }
}

#main-footer .footer .listF-menu > li {
  display: inline-block;
  padding: 0px 19px;
}

@media screen and (max-width: 1000px) {
  #main-footer .footer .listF-menu > li {
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 767px) {
  #main-footer .footer .listF-menu > li {
    padding: 10px 0px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}

#main-footer .footer .listF-menu > li a {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  #main-footer .footer .listF-menu > li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  #main-footer .footer .listF-menu > li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#main-footer .footer .listF-menu > li > ul {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  #main-footer .footer .listF-menu > li > ul {
    margin-top: 5px;
  }
}

#main-footer .footer .listF-menu > li > ul .head-list{
	margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}

#main-footer .footer .listF-menu > li > ul a {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  #main-footer .footer .listF-menu > li > ul a {
    font-size: 10px;
    font-size: 1rem;
  }
}

#main-footer .footer .coppyRight {
  position: relative;
  border-top: 1px solid #6d6d6d;
  padding: 28px 14px 20px;
}

@media only screen and (max-width: 767px) {
  #main-footer .footer .coppyRight {
    padding: 20px 0px;
    text-align: center;
  }
}

#main-footer .footer .coppyRight span {
  display: inline-block;
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -29px;
  font-family: "Avenir";
  font-size: 12px;
  font-size: 1.2rem;
}

#main-footer .footer .coppyRight span a {
     text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  #main-footer .footer .coppyRight span {
    right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #main-footer .footer .coppyRight span {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 20px;
  }
}

#main-footer .footer .coppyRight ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  #main-footer .footer .coppyRight ul {
    display: block;
  }
}

#main-footer .footer .coppyRight ul li {
  display: inline-block;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  #main-footer .footer .coppyRight ul li {
    display: block;
    width: 100%;
  }
}

#main-footer .footer .coppyRight ul li a {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  #main-footer .footer .coppyRight ul li a > img {
    margin-bottom: 20px;
  }
}

#main-footer .footer .coppyRight ul li:first-child {
  margin-right: 60px;
}

#main-footer .backtop {
  background: #000;
  height: 44px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/*
.scrEvent {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.scrEvent.fadeIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
*/

.bg-blue {
  background: rgba(145, 206, 208, 0.4);
}

.bg-pink {
  background: #FBEFF1;
}

.bg-pink02 {
  background: rgba(240, 161, 179, 0.8) !important;
}

.bg-pinpk03 {
  background-color: #f3dcdc !important;
}

.bg-yellow02 {
  background: #F7EBBC;
}

.bg-yellow03 {
  background: #F8F4ED;
}



/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
/*テキストMODULE*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

/*リンクMODULE*/
/*ボタンMODULE*/
.btn {
  width: 100px;
  height: 50px;
  border: 2px solid #FFCCCC;
  text-align: center;
  line-height: 50px;
}

.btnRed {
  color: red;
  background-color: #FFCCCC;
}

.btnBlue {
  color: white;
  border-color: blue;
  background-color: blue;
}

.btn-cart {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #0097A7;
  padding-right: 24px;
  background-image: url("../img/maintance/icon-02.png");
  background-repeat: no-repeat;
  background-size: 7px 13px;
  background-position: right center;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 1000px) {
  .btn-cart {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .btn-cart {
    background-size: 9px 10px;
  }
}

.btn-cart span {
  vertical-align: middle;
  display: inline-block;
}

.btn-cart span:first-child {
  width: 26px;
  margin-right: 11px;
}

.btn-insta {
  display: block;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  background-color: #89C6C8;
  background-image: url("../img/salon/tokyo/ico-09.png");
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 10px 9px;
  max-width: 463px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 100;
}

.btn-insta:hover {
  opacity: 0.7;
}

.btn-insta i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .btn-insta {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-size: 1.5rem;
    width: 90%;
    margin: 0 auto;
  }
}

.btn-news {
  max-width: 538px;
  margin: 0 auto;
  height: 59px;
  line-height: 59px;
  text-align: center;
  color: #fff;
  font-weight: 100;
  background-image: url("../img/salon/tokyo/ico-09.png");
  background-position: 88% 50%;
  background-repeat: no-repeat;
  background-size: 10px 9px;
  background-color: #89C6C8;
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .btn-news {
    font-size: 15px;
    font-size: 1.5rem;
  }
}


a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

img {
  max-width: 100%;
}

.btn-style01 {
  background: #91ced0;
  color: #ffffff;
  text-align: center;
  display: block;
  width: 130px;
  line-height: 35px;
  height: 35px;
}

.btn-style02 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  padding: 17px 10px;
  position: relative;
  background: #91ced0;
  color: #ffffff;
  margin: auto;
  width: 100%;
  max-width: 425px;
}

.btn-style02:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/index/ico-arr-r.png") no-repeat;
  background-size: cover;
  width: 7px;
  height: 12px;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .btn-style02 {
    padding: 15px 10px;
    font-size: 15px;
    font-size: 1.5rem;
    width: 90%;
  }
}

.btn-style03 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 41px 10px;
  position: relative;
  background: #91ced0;
  color: #ffffff;
  margin: auto;
  max-width: 485px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .btn-style03 {
    padding: 20px 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.btn-style03 i {
  font-size: 40px;
  font-size: 4rem;
  margin-right: 10px;
  position: relative;
  margin-right: 10px;
  position: relative;
  top: 3px;
  left: -14px;
}

@media only screen and (max-width: 767px) {
  .btn-style03 i {
    font-size: 30px;
    font-size: 3rem;
  }
}

.btn-style03.blue {
  background: #91ced0;
}

.btn-style03.pink {
  background: #f0a1b3;
}

.btn-style03:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/index/ico-arr-r.png") no-repeat;
  background-size: cover;
  width: 12px;
  height: 22px;
  right: 20px;
}

.ttl-style01 {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  display: block;
  color: #523b4b;
  margin-bottom: 60px;
}

.ttl-style01 span {
  display: block;
  font-family: perpetua;
  font-family: Times;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .ttl-style01 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .ttl-style01 {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  .ttl-style01 span {
    font-size: 30px;
    font-size: 3rem;
  }
}

.ttl-style02, .ttl-maintence2, .ttl-maintence3, .ttl-style06 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .ttl-style02, .ttl-maintence2, .ttl-maintence3, .ttl-style06 {
    text-align: center !important;
  }
}

.ttl-style02.green span, .green.ttl-maintence2 span, .green.ttl-maintence3 span, .green.ttl-style06 span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(104, 206, 208, 0.2)), color-stop(50%, transparent)) !important;
  background-image: -o-linear-gradient(left, rgba(104, 206, 208, 0.2) 50%, transparent 50%) !important;
  background-image: linear-gradient(to right, rgba(104, 206, 208, 0.2) 50%, transparent 50%) !important;
}

.ttl-style02.yellow span, .yellow.ttl-maintence2 span, .yellow.ttl-maintence3 span, .yellow.ttl-style06 span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(247, 235, 188, 0.3)), color-stop(50%, transparent)) !important;
  background-image: -o-linear-gradient(left, rgba(247, 235, 188, 0.3) 50%, transparent 50%) !important;
  background-image: linear-gradient(to right, rgba(247, 235, 188, 0.3) 50%, transparent 50%) !important;
}

.ttl-style02.pink02 span, .pink02.ttl-maintence2 span, .pink02.ttl-maintence3 span, .pink02.ttl-style06 span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 0, 144, 0.1)), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, rgba(255, 0, 144, 0.1) 50%, transparent 50%);
  background-image: linear-gradient(to right, rgba(255, 0, 144, 0.1) 50%, transparent 50%);
}

@media only screen and (max-width: 767px) {
  .ttl-style02.alsp-c, .alsp-c.ttl-maintence2, .alsp-c.ttl-maintence3, .alsp-c.ttl-style06 {
    text-align: center !important;
  }
}

.ttl-style02 span, .ttl-maintence2 span, .ttl-maintence3 span, .ttl-style06 span {
  font-weight: 100;
  color: #523B4B;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 0, 141, 0.08)), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, rgba(255, 0, 141, 0.08) 50%, transparent 50%);
  background-image: linear-gradient(to right, rgba(255, 0, 141, 0.08) 50%, transparent 50%);
  background-size: 200% 15px;
  background-repeat: no-repeat;
  background-position: 0% .8em;
  letter-spacing: -1.5px;
}

.ttl-style02 span b, .ttl-maintence2 span b, .ttl-maintence3 span b, .ttl-style06 span b {
  font-weight: 400 !important;
  color: #523B4B;
}

@media only screen and (max-width: 767px) {
  .ttl-style02, .ttl-maintence2, .ttl-maintence3, .ttl-style06 {
    margin-bottom: 25px;
  }
  .ttl-style02 span, .ttl-maintence2 span, .ttl-maintence3 span, .ttl-style06 span {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 1023px) {
  .ttl-style02, .ttl-maintence2, .ttl-maintence3, .ttl-style06 {
    margin-bottom: 25px;
  }
  .ttl-style02 span, .ttl-maintence2 span, .ttl-maintence3 span, .ttl-style06 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.ttl-style02.bg-green span, .bg-green.ttl-maintence2 span, .bg-green.ttl-maintence3 span, .bg-green.ttl-style06 span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(104, 206, 208, 0.2)), color-stop(50%, transparent)) !important;
  background-image: -o-linear-gradient(left, rgba(104, 206, 208, 0.2) 50%, transparent 50%) !important;
  background-image: linear-gradient(to right, rgba(104, 206, 208, 0.2) 50%, transparent 50%) !important;
}

.ttl-style02.bg-yellow span, .bg-yellow.ttl-maintence2 span, .bg-yellow.ttl-maintence3 span, .bg-yellow.ttl-style06 span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(247, 235, 188, 0.3)), color-stop(50%, transparent)) !important;
  background-image: -o-linear-gradient(left, rgba(247, 235, 188, 0.3) 50%, transparent 50%) !important;
  background-image: linear-gradient(to right, rgba(247, 235, 188, 0.3) 50%, transparent 50%) !important;
}

.ttl-style02.bg-white span, .bg-white.ttl-maintence2 span, .bg-white.ttl-maintence3 span, .bg-white.ttl-style06 span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(50%, transparent)) !important;
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.4) 50%, transparent 50%) !important;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4) 50%, transparent 50%) !important;
}

.ttl-style02.bg-white02 span, .bg-white02.ttl-maintence2 span, .bg-white02.ttl-maintence3 span, .bg-white02.ttl-style06 span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, transparent)) !important;
  background-image: -o-linear-gradient(left, white 50%, transparent 50%) !important;
  background-image: linear-gradient(to right, white 50%, transparent 50%) !important;
}

.ttl-style03 {
  position: relative;
  margin-bottom: 23px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .ttl-style03 {
    margin-bottom: 15px;
    text-align: center;
  }
}

.ttl-style03 span {
  color: #8bbec0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.1;
  background: #ffffff;
  padding: 0px 20px 0px 0px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .ttl-style03 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttl-style03:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  background: #8bbec0;
  z-index: -1;
}

.ttl-style05 {
  font-size: 18px;
  font-size: 1.8rem;
  border-left: 4px solid #382833;
  line-height: 1.4;
  padding: 1px 0px 0px 12px;
  margin: 9px 0px 11px;
  margin-left: 3px;
}

.ttl-style07 {
  background-image: url(../img/salon//tokyo/bg-01.png);
  background-size: cover;
  text-align: center;
  padding: 15px 20px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .ttl-style07 {
    padding: 8px 10px;
    margin-bottom: 30px;
  }
}

.ttl-style07 p {
  display: block;
  background-color: #fff;
  color: #392934;
  font-size: 30px;
  font-size: 3rem;
  padding: 27px;
  font-weight: 100;
}

.ttl-style07 p span {
  background-size: 200% 15px;
  background-repeat: no-repeat;
  background-position: 0% 1em;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffebf6), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, #ffebf6 50%, transparent 50%);
  background-image: linear-gradient(to right, #ffebf6 50%, transparent 50%);
}

@media only screen and (max-width: 767px) {
  .ttl-style07 p {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 15px;
  }
}

@media (max-width: 375px) {
  .ttl-style07 p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.title-aquadoll .ttl-small {
  display: block;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #91CED0;
  margin-bottom: 25px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .title-aquadoll .ttl-small {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
    text-align: center;
  }
}

.title-aquadoll .ttl {
  margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
  .title-aquadoll .ttl {
    width: 80%;
    margin: auto;
  }
}

.title-aquadoll p {
  line-height: 2;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 110px;
}

@media only screen and (max-width: 767px) {
  .title-aquadoll p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}

.ttl-maintence1 {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #F0A1B3;
}

.ttl-maintence1 span {
  margin-bottom: 15px;
  display: block;
}

.ttl-maintence1 span img {
  max-width: 106px;
}

@media only screen and (max-width: 767px) {
  .ttl-maintence1 span {
    line-height: 1;
  }
}

.ttl-maintence2 {
  color: #523B4B;
}

@media (min-width: 769px) {
  .ttl-maintence2 {
    margin-bottom: 67px;
  }
}

.ttl-maintence2 span {
  color: #523B4B;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #F7EBBC), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, #F7EBBC 50%, transparent 50%);
  background-image: linear-gradient(to right, #F7EBBC 50%, transparent 50%);
}

.ttl-maintence2 .sub-ttl {
  margin-top: 21px;
  font-size: 15pxpx;
  font-size: 1.5pxrem;
}

@media only screen and (max-width: 767px) {
  .ttl-maintence2 .sub-ttl {
    font-size: 14pxpx;
    font-size: 1.4pxrem;
  }
}

@media (min-width: 769px) {
  .ttl-maintence3 {
    margin-bottom: 45px;
  }
}

.ttl-maintence3 span {
  color: #523B4B;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 151, 167, 0.08)), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, rgba(0, 151, 167, 0.08) 50%, transparent 50%);
  background-image: linear-gradient(to right, rgba(0, 151, 167, 0.08) 50%, transparent 50%);
}

.ttl-aqua1 {
  background-image: url("../img/salon/bg-01.png");
  text-align: center;
  padding: 13px 10px;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .ttl-aqua1 {
    margin-bottom: 30px;
  }
}

.ttl-aqua1 span {
  min-width: 480px;
  padding: 11px 10px;
  display: inline-block;
  background-color: #fff;
  color: #523B4B;
  font-weight: 200;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1023px) {
  .ttl-aqua1 span {
    font-size: 24px;
    font-size: 2.4rem;
    min-width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .ttl-aqua1 span {
    font-size: 20px;
    font-size: 2rem;
    min-width: 250px;
    padding: 5px 10px;
  }
}

.reserve-box {
  width: 149px;
  height: 149px;
  border-radius: 50%;
  background: #f0a1b3;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
}

.reserve-box a {
  display: block;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .reserve-box {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .reserve-box {
    width: 55px;
    height: 55px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.reserve-box:before {
  content: '';
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  border: 1px dotted #f0a1b3;
}

.reserve-box .box-content {
  color: #ffffff;
  position: absolute;
  width: 100%;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.reserve-box .box-content i {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .reserve-box .box-content i {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .reserve-box .box-content i {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.reserve-box .box-content .ttl {
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .reserve-box .box-content .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .reserve-box .box-content .ttl {
    font-size: 10px;
    font-size: 1rem;
  }
}

.reserve-box .box-content .ttl span {
  margin-top: 2px;
  display: block;
  font-weight: normal;
  font-family: dancing;
}

@media only screen and (max-width: 767px) {
  .reserve-box .box-content .ttl span {
    padding: 0 8px;
  }
}

.txt-base01 {
  color: #392934;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .txt-base01 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.ttl-base01 {
  color: #392934;
  padding-left: 22px;
  position: relative;
  margin-bottom: 20px;
  font-size: 26px;
  font-size: 2.6rem;
}

.ttl-base01:before {
  content: "";
  width: 6px;
  height: 37px;
  background: #F0A1B3;
  left: 0;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .ttl-base01:before {
    width: 4px;
    height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .ttl-base01 {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.ttl-base02 {
  color: #523B4B;
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .ttl-base02 {
    margin-bottom: 20px;
  }
}

.ttl-base02 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0 27px;
  font-size: 19px;
  font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
  .ttl-base02 span {
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttl-base02:before {
  content: '';
  background: #523B4B;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .fzpc-28 {
    font-size: 28px !important;
  }
  .fzpc25 {
    font-size: 25px !important;
  }
  .fzpc20 {
    font-size: 20px !important;
  }
  .fzpc-13 {
    font-size: 13px !important;
  }
  .fzpc22 {
    font-size: 22px !important;
  }
  .mbpc-25 {
    margin-bottom: 25px !important;
  }
  .mbpc-28 {
    margin-bottom: 28px !important;
  }
  .mbpc-30 {
    margin-bottom: 30px !important;
  }
  .mbpc-40 {
    margin-bottom: 40px !important;
  }
  .mbpc-70 {
    margin-bottom: 70px !important;
  }
  .mbpc-60 {
    margin-bottom: 60px !important;
  }
  .mbpc-92 {
    margin-bottom: 92px !important;
  }
  .mbpc-0 {
    margin-bottom: 0 !important;
  }
  .pbpc-45 {
    padding-bottom: 45px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pbsp-60 {
    padding-bottom: 60px !important;
  }
  .pbsp-50 {
    margin-bottom: 50px !important;
  }
  .fzpc-13 {
    font-size: 12px !important;
  }
  .mbsp-20 {
    margin-bottom: 20px !important;
  }
  .mbsp-30 {
    margin-bottom: 30px !important;
  }
  .mbsp-0 {
    margin-bottom: 0 !important;
  }
}

.color-392934 {
  color: #392934 !important;
}

.lh2 {
  line-height: 2 !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex .center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.col2 {
  margin-left: -25px;
  margin-right: -25px;
}

@media only screen and (max-width: 767px) {
  .flex.col2 {
    margin-right: 0;
    margin-left: 0;
  }
}

.flex.col2 > * {
  width: 50%;
  padding: 0 25px;
}

@media only screen and (max-width: 767px) {
  .flex.col2 > * {
    padding: 0;
    width: 100%;
  }
  .flex.col2 > *:last-child {
    margin-bottom: 0;
  }
  .flex.col2 > * img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.flex.col-02 > * {
  width: calc((100% - 6%) / 2);
}
.flex.col-02 .box-staff1{
  width: 100% !important;
	
}
@media only screen and (max-width: 767px) {
  .flex.col-02 > * {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex.col-02 > *:nth-child(2n+1) {
  margin-right: 6%;
}

@media only screen and (max-width: 767px) {
  .flex.col-02 > *:nth-child(2n+1) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .flex.col-02 > *:last-child {
    margin-bottom: 0;
  }
}

.flex.col3 {
  margin-right: -23px;
  margin-left: -23px;
}

.flex.col3 > * {
  width: calc(100% / 3);
  padding-left: 23px;
  padding-right: 23px;
  border-right: 1px dashed #BFBFBF;
}

.flex.col3 > *:nth-child(3n+3) {
  border: 0;
}

@media (max-width: 1000px) {
  .flex.col3 > * {
    padding: 0;
    width: 100%;
    border: 0;
  }
}

@media only screen and (max-width: 767px) {
  .flex.col3 {
    margin-left: 0;
    margin-right: 0;
  }
}

.flex.col-03 > * {
  width: calc((100% - 76px) / 3);
  margin-right: 38px;
}

@media (min-width: 768px) and (max-width: 900px) {
  .flex.col-03 > * {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .flex.col-03 > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.flex.col-03 > *:nth-child(3n+3) {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 900px) {
  .flex.col-03 > *:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  br.br1000 {
    display: none;
  }
}

@media screen and (max-width: 1040px) {
  .pc-1040 {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .pc-1000 {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .pc-1280 {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .fzpad20 {
    font-size: 20px !important;
  }
}

@supports (-ms-ime-align: auto) {
  .flex.col-03 > * {
    width: 31%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flex.col-03 > * {
    width: 31%;
  }
}

.m840 {
  display: none;
}

@media (min-width: 768px) and (max-width: 840px) {
  .m840 {
    display: initial;
  }
}

.page-mv {
  position: relative;
}

.page-mv img {
  max-width: unset;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .page-mv img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-mv .ttl {
  font-weight: 100;
  position: absolute;
  font-size: 24px;
  font-size: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  background: url("../img/index/bg-img-04.png") no-repeat;
  background-position: left 10px top 10px;
}

.page-mv .ttl span {
  background: #ffffff;
  display: inline-block;
  padding: 3px 13px;
  margin: 0px 0px 11px;
}

@media only screen and (max-width: 767px) {
  .page-mv .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 10%;
    background: none;
  }
  .page-mv .ttl span {
    padding: 5px 13px;
  }
}

.ss-salonList {
  padding: 98px 0px 115px;
  background: #f8f4ed;
  color: #392934;
}

@media screen and (max-width: 1023px) {
  .ss-salonList {
    padding: 50px 0px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-salonList {
    padding: 60px 0px 40px;
  }
}

.ss-salonList .ttl-style01 {
  margin-bottom: 80px;
}

@media screen and (max-width: 1023px) {
  .ss-salonList .ttl-style01 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-salonList .ttl-style01 {
    margin-bottom: 40px;
  }
}

.ss-salonList .btn-style02 {
  max-width: unset;
  margin-top: 60px;
}

@media screen and (max-width: 1023px) {
  .ss-salonList .btn-style02 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-salonList .btn-style02 {
    margin-top: 30px;
  }
}

.ss-salonList p {
  line-height: 1.8 !important;
}

.ss-salonList .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .ss-salonList .row .col-left {
    padding: 0px 15px;
  }
}

.ss-news {
  padding: 120px 0px 90px;
  background: #ffffff;
}

@media screen and (max-width: 1023px) {
  .ss-news {
    padding: 60px 0px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-news {
    padding: 60px 0px 60px;
  }
}

.ss-concept {
  background: url("../img/index/bg-img-01.png") no-repeat;
  background-position: bottom left;
  background-size: 100% 96%;
}

.ss-concept .ttl-style01 {
  margin-bottom: 54px;
}

@media screen and (max-width: 1023px) {
  .ss-concept .ttl-style01 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-concept .ttl-style01 {
    margin-bottom: 30px;
  }
}

.ss-concept .ttl-style02, .ss-concept .ttl-maintence2, .ss-concept .ttl-maintence3, .ss-concept .ttl-style06 {
  margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
  .ss-concept .ttl-style02, .ss-concept .ttl-maintence2, .ss-concept .ttl-maintence3, .ss-concept .ttl-style06 {
    margin-bottom: 15px;
    text-align: left !important;
  }
}

.ss-concept .ss-concept-inner {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ss-concept .ss-concept-inner {
    text-align: left;
  }
}

.ss-concept .ss-concept-inner .btn-style02 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .ss-concept .ss-concept-inner .btn-style02 {
    margin-top: 20px;
  }
}

.ss-concept .ss-concept-inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .ss-concept .ss-concept-inner .row {
    display: block;
  }
}

.ss-concept .ss-concept-inner .row .col {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .ss-concept .ss-concept-inner .row .col {
    width: 100%;
  }
}

.ss-concept .ss-concept-inner .row .col.col-left {
  position: relative;
}

.ss-concept .ss-concept-inner .row .col.col-left img {
  position: absolute;
  right: 49px;
  left: -18px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1300px) {
  .ss-concept .ss-concept-inner .row .col.col-left img {
    bottom: 0;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .ss-concept .ss-concept-inner .row .col.col-left img {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }
}

.ss-concept .ss-concept-inner .row .col.col-right {
  padding: 144px 15px 80px 30px;
}

@media screen and (max-width: 1023px) {
  .ss-concept .ss-concept-inner .row .col.col-right {
    padding: 90px 0px 60px 0px;
  }
  .ss-concept .ss-concept-inner .row .col.col-right .ttl-style02 span, .ss-concept .ss-concept-inner .row .col.col-right .ttl-maintence2 span, .ss-concept .ss-concept-inner .row .col.col-right .ttl-maintence3 span, .ss-concept .ss-concept-inner .row .col.col-right .ttl-style06 span {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .ss-concept .ss-concept-inner .row .col.col-right {
    padding: 50px 0px 40px 0px;
  }
}

.ss-concept .ss-concept-inner .row .col p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 37px;
}

@media screen and (max-width: 1023px) {
  .ss-concept .ss-concept-inner .row .col p {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-concept .ss-concept-inner .row .col p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.ss-support {
  background: #f6dce2;
  padding: 110px 0px 66px;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1023px) {
  .ss-support {
    padding: 60px 0px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-support {
    padding: 60px 0px 30px;
  }
}

.ss-support .ttl-style01 {
  margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
  .ss-support .ttl-style01 {
    margin-bottom: 20px;
  }
}

.ss-support .ss-support-inner .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .ss-support .ss-support-inner .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.ss-support .ss-support-inner > p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .ss-support .ss-support-inner > p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.ss-support .ss-support-inner .box01 {
  padding-bottom: 89px;
  color: #392934;
}

@media screen and (max-width: 1023px) {
  .ss-support .ss-support-inner .box01 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-support .ss-support-inner .box01 {
    padding-bottom: 40px;
  }
}

.ss-support .ss-support-inner .box01 .col.col-left .col-content {
  padding: 0px 25px 0px 15.3%;
}

@media screen and (max-width: 1023px) {
  .ss-support .ss-support-inner .box01 .col.col-left .col-content {
    padding: 0px 0px 0px 10%;
  }
}

.ss-support .ss-support-inner .box01 .col.col-left .col-content .ttl {
  margin-bottom: 45px;
}

@media screen and (max-width: 1023px) {
  .ss-support .ss-support-inner .box01 .col.col-left .col-content .ttl {
    margin-bottom: 25px;
  }
}

.ss-support .ss-support-inner .box01 .col.col-left .col-content .ttl-style02, .ss-support .ss-support-inner .box01 .col.col-left .col-content .ttl-maintence2, .ss-support .ss-support-inner .box01 .col.col-left .col-content .ttl-maintence3, .ss-support .ss-support-inner .box01 .col.col-left .col-content .ttl-style06 {
  margin-bottom: 20px;
}

.ss-support .ss-support-inner .box01 .col.col-left .col-content .btn-style02 {
  margin-top: 55px;
}

@media screen and (max-width: 1023px) {
  .ss-support .ss-support-inner .box01 .col.col-left .col-content .btn-style02 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-support .ss-support-inner .box01 .col.col-left .col-content {
    padding: 60px 20px 0px 20px;
  }
  .ss-support .ss-support-inner .box01 .col.col-left .col-content .ttl {
    margin-bottom: 20px;
  }
  .ss-support .ss-support-inner .box01 .col.col-left .col-content .ttl-style02, .ss-support .ss-support-inner .box01 .col.col-left .col-content .ttl-maintence2, .ss-support .ss-support-inner .box01 .col.col-left .col-content .ttl-maintence3, .ss-support .ss-support-inner .box01 .col.col-left .col-content .ttl-style06 {
    margin-bottom: 10px;
  }
  .ss-support .ss-support-inner .box01 .col.col-left .col-content .btn-style02 {
    margin-top: 25px;
    margin: 25px auto 0px;
  }
}

.ss-support .ss-support-inner .box01 .col.col-right {
  padding: 0px 68px 0px 80px;
  padding: 0px 5.3% 0px 6.25%;
}

@media only screen and (max-width: 767px) {
  .ss-support .ss-support-inner .box01 .col.col-right {
    padding: 0px 20px 0px 20px;
  }
}

.ss-salon {
  background: #f8f4ed;
  padding: 70px 0px 10px;
}

@media only screen and (max-width: 767px) {
  .ss-salon {
    padding: 30px 0px 10px;
  }
}

.ss-bnr {
  padding: 113px 0px 107px;
 
}

@media  screen and (min-width: 1023px) {
  .ss-bnr {
    /*padding: 60px 0px 60px;
    display: flex;
    justify-content: center;*/
  }
}

@media screen and (max-width: 1023px) {
  .ss-bnr {
    padding: 60px 0px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-bnr {
    padding: 60px 0px 60px;
  }
}

.ss-bnr .ss-bnr-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .ss-bnr .ss-bnr-inner {
    display: block;
  }
}

.ss-bnr .ss-bnr-inner > * {
  margin: 0px 15px;
}

@media only screen and (max-width: 767px) {
  .ss-bnr .ss-bnr-inner > * {
    display: block;
    margin: 15px auto;
  }
}

.ss-feature .ss-feature-inner .box01 {
  padding: 107px 0px;
  text-align: center;
  color: #392934;
}

@media screen and (max-width: 1023px) {
  .ss-feature .ss-feature-inner .box01 {
    padding: 60px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-feature .ss-feature-inner .box01 {
    padding: 50px 0px;
    text-align: left;
  }
}

.ss-feature .ss-feature-inner .box01 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ss-feature .ss-feature-inner .box01 .row p {
  margin-bottom: 38px;
}

@media screen and (max-width: 1023px) {
  .ss-feature .ss-feature-inner .box01 .row p {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-feature .ss-feature-inner .box01 .row p {
    margin-bottom: 20px;
  }
}

.ss-feature .ss-feature-inner .box01 .row .btn-style02 {
  margin: 48px auto 0px;
}

@media only screen and (max-width: 767px) {
  .ss-feature .ss-feature-inner .box01 .row .btn-style02 {
    margin-top: 25px;
  }
}

.ss-feature .ss-feature-inner .box01 .row .col.col-right {
  padding: 0px 37px 0px 115px;
  padding: 0px 37px 0px 6.3%;
}

@media screen and (max-width: 1023px) {
  .ss-feature .ss-feature-inner .box01 .row .col.col-right {
    padding: 0px 0px 0px 3.3%;
  }
}

@media only screen and (max-width: 767px) {
  .ss-feature .ss-feature-inner .box01 .row .col.col-right {
    padding: 0px 20px;
  }
}

.ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-style02, .ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-maintence2, .ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-maintence3, .ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-style06 {
  margin-bottom: 45px;
}

@media screen and (max-width: 1023px) {
  .ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-style02, .ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-maintence2, .ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-maintence3, .ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-style06 {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-style02, .ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-maintence2, .ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-maintence3, .ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-style06 {
    margin-bottom: 25px;
  }
}

.ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-style02 strong, .ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-maintence2 strong, .ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-maintence3 strong, .ss-feature .ss-feature-inner .box01 .row .col.col-right .ttl-style06 strong {
  font-weight: normal;
}

.ss-support .box01, .ss-feature .box01 {
  background: #ffffff;
  padding: 70px 0px;
  color: #392934;
}

@media screen and (max-width: 1023px) {
  .ss-support .box01, .ss-feature .box01 {
    padding: 35px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-support .box01, .ss-feature .box01 {
    padding: 35px 0px;
  }
}

.ss-support .box01 .slick-prev:before, .ss-feature .box01 .slick-prev:before {
  left: -5px;
}

.ss-support .box01 .slick-next:before, .ss-feature .box01 .slick-next:before {
  right: -5px;
}

.ss-support .box01 .slick-dots li, .ss-feature .box01 .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0px 6px;
}

.ss-support .box01 .slick-dots li button, .ss-feature .box01 .slick-dots li button {
  width: 7px;
  height: 7px;
}

.ss-support .box01 .slick-dots li button:before, .ss-feature .box01 .slick-dots li button:before {
  content: '';
  position: absolute;
  background: #d3d3d3;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  opacity: 1;
}

.ss-support .box01 .slick-dots, .ss-feature .box01 .slick-dots {
  bottom: -28px;
}

.ss-support .box01 .slick-dots li.slick-active button:before, .ss-feature .box01 .slick-dots li.slick-active button:before {
  background: #8bbec0;
}

.ss-support .box01 .ttl, .ss-feature .box01 .ttl {
  margin-bottom: 20px;
}

.ss-support .box01 .btn-style02, .ss-feature .box01 .btn-style02 {
  margin: 0;
}

.ss-support .box01 .col.col-right, .ss-feature .box01 .col.col-right {
  padding: 0px 70px 0px 80px;
}

@media only screen and (max-width: 767px) {
  .ss-support .box01 .col.col-right, .ss-feature .box01 .col.col-right {
    padding: 0px 20px;
  }
}

.ss-support .box01 .col.col-left .col-content, .ss-feature .box01 .col.col-left .col-content {
  padding: 0px 25px 0px 80px;
}

@media only screen and (max-width: 767px) {
  .ss-support .box01 .col.col-left .col-content, .ss-feature .box01 .col.col-left .col-content {
    padding: 0px 20px;
  }
}

.listNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #392934;
}

.listNews .item {
  margin-right: 5.25%;
  margin-bottom: 57px;
  width: calc((100% - 15.75%) / 4);
}

@media only screen and (max-width: 767px) {
  .listNews .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .listNews .item img {
    max-width: unset;
    width: 100%;
  }
}

.listNews .item:nth-child(4n) {
  margin-right: 0;
}

.listNews .item .item-content {
  padding: 30px 0px 0px;
  background: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .listNews .item .item-content {
    padding: 15px 0px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.listNews .item .item-content .ttl {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 9px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .listNews .item .item-content .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.listSalon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px;
}

.listSalon .item {
  margin-right: 2.4%;
  margin-bottom: 30px;
  width: calc((100% - 7.2%) / 4);
  color: #392934;
}

@media only screen and (max-width: 767px) {
  .listSalon .item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .listSalon .item img {
    max-width: unset;
    width: 100%;
  }
}

.listSalon .item:nth-child(4n) {
  margin-right: 0;
}

.listSalon .item .btn-style02 {
  padding: 6px 10px 7px;
  margin-top: 9px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .listSalon .item .btn-style02 {
    margin-top: 15px;
  }
}

.listSalon .item .item-content {
  padding: 25px 30px 25px;
  background: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  .listSalon .item .item-content {
    padding: 15px 10px;
  }
  .listSalon .item .item-content .btn-style02 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .listSalon .item .item-content .btn-style02:after {
    right: 10px;
  }
}

@media screen and (max-width: 920px) {
  .listSalon .item .item-content .btn-style02 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .listSalon .item .item-content {
    padding: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.listSalon .item .item-content .ttl {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .listSalon .item .item-content .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .date-wrap {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.date-wrap .date {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #392934;
}

.date-wrap .topic {
  color: #e68299;
  display: inline-block;
}

.box01 {
  color: #392934;
}

.box01 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .box01 .row {
    display: block;
  }
  .box01 .row img {
    margin: auto;
    display: block;
  }
}

.box01 .row p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .box01 .row p {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .box01 .row p {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box01 .row .slider01 {
  margin-bottom: 10px;
}

.box01 .row .slider-nav {
  margin: 0px -5px;
}

.box01 .row .slider-nav .slick-current img {
  border: 2px solid #f0a1b3;
}

.box01 .row .slider-nav li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 5px;
}

.box01 .row .slider-nav li img {
  width: 100%;
  max-width: unset;
}

.box01 .row .col {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .box01 .row .col {
    width: 100%;
  }
  .box01 .row .col > img {
    margin-bottom: 20px;
  }
}

.box01 .row .col.col-right {
  padding: 0px 5.4% 0px 8.6%;
}

@media screen and (max-width: 1023px) {
  .box01 .row .col.col-right {
    padding: 0px 3% 0px 8%;
  }
}

@media only screen and (max-width: 767px) {
  .box01 .row .col.col-right {
    padding: 20px 0px;
  }
}

.ss-gallery {
  margin-bottom: 180px;
}

@media screen and (max-width: 1023px) {
  .ss-gallery {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-gallery {
    margin-bottom: 90px;
  }
}

.ss-gallery .item-inner {
  padding: 2.5px;
  width: calc(100% / 7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
  .ss-gallery .item-inner {
    width: calc(100% / 4);
  }
}

@media only screen and (max-width: 767px) {
  .ss-gallery .item-inner {
    width: calc(100% / 2);
  }
}

.ss-gallery .item-inner img {
  max-width: unset;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.ss-gallery .item-inner.item-inner06, .ss-gallery .item-inner.item-inner07 {
  width: calc((100% / 7)*2);
}

@media screen and (max-width: 900px) {
  .ss-gallery .item-inner.item-inner06, .ss-gallery .item-inner.item-inner07 {
    width: calc((100% / 6)*2);
  }
}

@media only screen and (max-width: 767px) {
  .ss-gallery .item-inner.item-inner06, .ss-gallery .item-inner.item-inner07 {
    width: calc((100% / 2)*2);
  }
}

li {
  outline: none;
}

.slick-prev:before, .slick-next:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 26px;
  opacity: 1;
  right: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: unset;
}

.slick-prev:before {
  background: url("../img/index/ico-prev.png") no-repeat center/cover;
  left: 0;
}

.slick-next:before {
  background: url("../img/index/ico-next.png") no-repeat center/cover;
  right: 0;
}

.new-open {
  font-family: dancing;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #e695a8;
  margin-top: -5px;
  margin-left: 10px;
}

@media screen and (max-width: 1023px) {
  .new-open {
    margin-left: 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.ie {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ss-support .box01 .slick-prev:before, .ss-feature .box01 .slick-prev:before {
    left: 6px;
  }
  .ss-support .box01 .slick-next:before, .ss-feature .box01 .slick-next:before {
    right: 6px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .not-ie {
    display: none;
  }
  .ie {
    display: block;
  }
  .ss-support .box01 .slick-prev:before, .ss-feature .box01 .slick-prev:before {
    left: 0px;
  }
  .ss-support .box01 .slick-next:before, .ss-feature .box01 .slick-next:before {
    right: 0px;
  }
  .ss-concept .ss-concept-inner .row .col.col-left img {
    height: auto;
    width: auto;
  }
}

.ss-salonList.conCept {
  background: url(../img/index/bg-img-01.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
  .ss-salonList.conCept {
    padding-bottom: 20px;
    background-position: top;
    background-size: 100% auto !important;
    background: url(../img/index/bg-img-01.png) #fbeff1 no-repeat;
  }
}

@media only screen and (min-width: 768px) {
  .ss-salonList.conCept {
    padding-top: 95px;
  }
}

.ss-salonList.conCept .box01 .row .slick-slide img {
  border: 55px solid #ffffff;
}

@media only screen and (max-width: 767px) {
  .ss-salonList.conCept .box01 .row .slick-slide img {
    border: 20px solid #ffffff;
  }
}

@media only screen and (min-width: 768px) {
  .ss-salonList.conCept .box01 .row .col.col-right {
    padding: 7px 4.4% 0px 7.6%;
  }
}

.ss-natural {
  background: #f6dce2;
  padding: 100px 0px 103px;
}

@media only screen and (max-width: 767px) {
  .ss-natural {
    padding: 60px 0px 40px;
  }
}

.ss-natural-inner {
  background: #ffffff;
  padding: 75px 0px 58px;
}

@media only screen and (max-width: 767px) {
  .ss-natural-inner {
    padding: 30px 0px 30px;
  }
}

.ss-natural-inner .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .ss-natural-inner .row img {
    padding: 0px 20px;
  }
}

.ss-venus {
  padding: 134px 0px 0px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ss-venus {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .ss-venus {
    padding: 60px 0px 0px;
  }
}

@media only screen and (min-width: 768px) {
  .ss-venus .ttl-style02, .ss-venus .ttl-maintence2, .ss-venus .ttl-maintence3, .ss-venus .ttl-style06 {
    margin-bottom: 40px;
  }
  .ss-venus .ttl-style02 span, .ss-venus .ttl-maintence2 span, .ss-venus .ttl-maintence3 span, .ss-venus .ttl-style06 span {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 0, 144, 0.08)), color-stop(50%, transparent));
    background-image: -o-linear-gradient(left, rgba(255, 0, 144, 0.08) 50%, transparent 50%);
    background-image: linear-gradient(to right, rgba(255, 0, 144, 0.08) 50%, transparent 50%);
  }
}

.ss-venus-inner .ttl {
  text-align: center;
  margin-bottom: 30px;
}

.ss-venus-inner .txt01 {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 110px;
}

@media only screen and (max-width: 767px) {
  .ss-venus-inner .txt01 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}

.ss-venus-inner .txt01 .txt-small {
  color: #91ced0;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  text-align: right;
  margin-bottom: -3px;
  padding-right: 30px;
}

.ss-venus-inner .box01 {
  margin-bottom: 140px;
}

@media screen and (max-width: 900px) {
  .ss-venus-inner .box01 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-venus-inner .box01 {
    margin-bottom: 0;
  }
}

.ss-venus-inner .box01 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ss-venus-inner .box01 .row br {
  display: block;
}

.ss-venus-inner .box01 .row p {
  line-height: 2.1;
}

@media only screen and (min-width: 768px) {
  .ss-venus-inner .box01 .row p {
    margin-bottom: 35px;
  }
  .ss-venus-inner .box01 .row p:last-child {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-venus-inner .box01 .row p br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ss-venus-inner .box01 .row .col.col-right {
    padding-bottom: 10px;
  }
}

.ss-venus-inner .box01 .row.flx-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (min-width: 768px) {
  .ss-venus-inner .box01 .row .col.col-right {
    padding: 0px 5.4% 0px 5%;
  }
}

.box01.box01-other01 .row p {
  line-height: 1.8;
}

.box01.box01-other01 .row .col.col-left {
  padding: 11px 6.4% 0px 9.3%;
}

@media only screen and (max-width: 767px) {
  .box01.box01-other01 .row .col.col-left {
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 768px) {
  .box01.box01-other01 .row .col.col-left .ttl-style02, .box01.box01-other01 .row .col.col-left .ttl-maintence2, .box01.box01-other01 .row .col.col-left .ttl-maintence3, .box01.box01-other01 .row .col.col-left .ttl-style06 {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .box01.box01-other01 .row .col.col-right {
    padding: 0px 7.4% 0px 6.3%;
  }
}

.box-number, .ss-qa .qa-item .listQa .item .box {
  width: 82px;
  font-family: Times;
  background: #91ced0;
  color: #ffffff;
  padding: 15px 0px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  display: block;
  margin: 0px auto 25px;
  height: 122px;
  letter-spacing: -0.4px;
}

@media only screen and (max-width: 767px) {
  .box-number, .ss-qa .qa-item .listQa .item .box {
    height: 100px;
    padding: 3px 0px;
  }
}

.box-number .txt-num, .ss-qa .qa-item .listQa .item .box .txt-num {
  display: block;
  font-size: 49px;
  font-size: 4.9rem;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: 0;
}

.box-number .txt-small, .ss-qa .qa-item .listQa .item .box .txt-small {
  font-size: 10px;
  font-size: 1rem;
}

.bgYellow {
  background: #f8f4ed;
}

@media only screen and (min-width: 768px) {
  #page-maintenance_index .ss-natural {
    padding-top: 90px;
  }
}

@media (max-width: 1000) {
  #page-maintenance_index .ss-natural .col-content {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #page-maintenance_index .ss-natural .col-content {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 767px) {
  #page-maintenance_index .ss-natural {
    padding: 35px 0px 50px;
  }
}

@media only screen and (max-width: 767px) {
  #page-maintenance_index .ss-natural .ttl-maintence2 {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  #page-maintenance_index .ss-natural-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #page-maintenance_index .ss-natural-inner {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #page-maintenance_index .box01.box01-other01 .row .col.col-left {
    padding-right: 4%;
  }
}

@media only screen and (min-width: 768px) {
  #page-maintenance_index .box01.box01-other01 .row .col.col-right {
    padding: 0px 5% 0px 4%;
  }
}

#page-maintenance_index .ss-venus-inner .box01 {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  #page-maintenance_index .ss-venus-inner .box01 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #page-maintenance_index .ss-venus-inner .btn-cart {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  #page-maintenance_index .ss-venus-inner .box01 .row p {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  #page-maintenance_index .ss-mainten .ttl-style01 {
    margin-bottom: 76px;
  }
}

@media only screen and (min-width: 768px) {
  #page-maintenance_index .ss-venus {
    padding-top: 75px;
    margin-bottom: 100px;
  }
}

#page-maintenance_index .ss-venus .ttl-maintence3 span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 151, 167, 0.08)), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, rgba(0, 151, 167, 0.08) 50%, transparent 50%);
  background-image: linear-gradient(to right, rgba(0, 151, 167, 0.08) 50%, transparent 50%);
}

#page-maintenance_index .box01 .step {
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  #page-maintenance_index .box01 .step {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #page-maintenance_index .box01 .row .col.col-right {
    padding-bottom: 0;
  }
  #page-maintenance_index .box01 .row p {
    margin-bottom: 25px;
  }
  #page-maintenance_index .ttl-maintence2 span {
    font-size: 18px !important;
  }
}

.ss-mainten {
  background-color: #F8F4ED;
  padding: 90px 0 112px;
}

@media only screen and (max-width: 767px) {
  .ss-mainten {
    padding: 30px 0;
  }
}

.ss-mainten .box-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .ss-mainten .box-main {
    display: block;
  }
}

.ss-mainten .box-main .item-l,
.ss-mainten .box-main .item-r {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .ss-mainten .box-main .item-l,
  .ss-mainten .box-main .item-r {
    width: 100%;
  }
}

.ss-mainten .box-main .item-r {
  padding-left: 8%;
}

@media (max-width: 1024px) {
  .ss-mainten .box-main .item-r {
    padding-left: 4%;
  }
}

@media (max-width: 1024px) and (min-width: 769px) and (max-width: 1024px) {
  .ss-mainten .box-main .item-r .ttl-style02, .ss-mainten .box-main .item-r .ttl-maintence2, .ss-mainten .box-main .item-r .ttl-maintence3, .ss-mainten .box-main .item-r .ttl-style06 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-mainten .box-main .item-r {
    padding-left: 0;
    padding-top: 30px;
  }
}

.ss-mainten .box-main .item-r p {
  line-height: 2;
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .ss-mainten .box-main .item-r p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ss-mainten .box-main .item-l {
    display: block;
  }
}

#page-feature_index .ss-salonList.conCept {
  background: url("../img/feature_index/bg-img-01.png") no-repeat;
  background-position: center !important;
  background-size: 100% 100% !important;
}

@media only screen and (max-width: 767px) {
  #page-feature_index .ss-salonList.conCept {
    background-position: top !important;
    background-size: contain !important;
    background: url("../img/feature_index/bg-img-01.png") #f8f4ed no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  #page-feature_index .col-content {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  #page-feature_index .ss-venus-inner .box01 .row .col.col-right {
    padding: 0px 4.4% 0px 6.6%;
  }
}

@media only screen and (min-width: 768px) {
  #page-feature_index .ss-ct-fea .box01.box01-other01 .row .col.col-left {
    padding: 11px 4.4% 0px 9.3%;
  }
  #page-feature_index .ss-ct-fea .box01.box01-other01 .row .col.col-left p {
    color: #392934;
  }
}

@media only screen and (max-width: 767px) {
  #page-feature_index .ss-ct-fea .col-content img {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  #page-feature_index .box01 .row p {
    text-align: left;
  }
}

.sec-feature .feat-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .sec-feature .feat-img {
    margin-bottom: 25px;
  }
}

.sec-feature .feat-img img {
  width: 100%;
  margin-bottom: 0;
  padding: 56px;
  background: #fff;
}

@media only screen and (max-width: 1200px) {
  .sec-feature .feat-img img {
    padding: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .sec-feature .feat-img img {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-feature .feat-img img {
    margin-bottom: 0 !important;
  }
}

.sec-feature .feat-text {
  padding-left: 103px;
  padding-right: 43px;
}

@media only screen and (max-width: 1200px) {
  .sec-feature .feat-text {
    padding-left: 6vw;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-feature .feat-text {
    padding-left: 0;
  }
}

.sec-feature .feat-text p {
  line-height: 1.9;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .sec-feature .feat-text p {
    margin-bottom: 20px;
  }
}

.bg-feature {
  background: #FBEFF1;
}

@media only screen and (min-width: 768px) {
  .bg-feature {
    padding: 103px 0 90px;
  }
}

@media only screen and (max-width: 767px) {
  .bg-feature {
    padding-bottom: 50px;
  }
}

.btn-feature {
  background: #F0A1B3;
  padding: 17px 32px 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 480px;
}

@media only screen and (max-width: 1300px) {
  .btn-feature {
    padding: 12px 15px 15px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-feature {
    height: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-feature {
    padding: 8px 5px 11px;
    min-height: 60px;
  }
}

.btn-feature span {
  display: inline-block;
}

.btn-feature span:nth-child(1) {
  width: 102px;
}

@media only screen and (max-width: 1300px) {
  .btn-feature span:nth-child(1) {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-feature span:nth-child(1) {
    width: 70px;
  }
}

.btn-feature span:nth-child(2) {
  padding-left: 28px;
  text-align: left;
  width: calc(100% - 102px);
  font-size: 19px;
  font-size: 1.9rem;
}

@media only screen and (max-width: 1300px) {
  .btn-feature span:nth-child(2) {
    font-size: 16px;
    font-size: 1.6rem;
    width: calc(100% - 80px);
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-feature span:nth-child(2) {
    font-size: 14px;
    font-size: 1.4rem;
    width: calc(100% - 70px);
    padding-left: 10px;
  }
}

.ss-make {
  margin-bottom: 130px;
}

@media only screen and (min-width: 768px) {
  .ss-make .ss-venus-inner .box01 {
    margin-bottom: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .ss-make {
    padding-top: 105px;
  }
}

@media only screen and (max-width: 1300px) {
  .ss-make {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-make {
    margin-bottom: 40px;
  }
}

.ss-make .ttl-makeTo {
  margin-bottom: 110px;
}

@media only screen and (max-width: 1300px) {
  .ss-make .ttl-makeTo {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-make .ttl-makeTo {
    margin-bottom: 50px;
  }
}

.ss-make .ttl-makeTo p {
  line-height: 1.9;
}

@media only screen and (min-width: 768px) {
  .ss-make .ttl-makeTo p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .ss-make .ttl-makeTo p {
    text-align: left;
  }
}

.ss-make .title-ct {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .ss-make .title-ct {
    margin-bottom: 25px;
  }
}

.ss-make .title-ct p {
  color: #392934;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .ss-make .title-ct p {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .ss-make .title-ct p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .ss-make .ttl {
    margin-bottom: 15px;
  }
  .ss-make .ttl img {
    width: auto;
    height: 7vw;
  }
}

.sec-pickup {
  border: 1px dashed #674C5D;
  position: relative;
  padding: 40px 48px 50px;
  margin-bottom: 125px;
  max-width: 1260px;
}

@media only screen and (max-width: 1300px) {
  .sec-pickup {
    padding: 25px;
    background: none;
  }
}

@media only screen and (max-width: 767px) {
  .sec-pickup {
    margin-bottom: 50px;
    padding: 15px 15px 25px;
  }
}

.sec-pickup .ttl-pickup {
  position: absolute;
  left: 50%;
  top: -32px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .sec-pickup .ttl-pickup {
    position: static;
    text-align: center;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.sec-pickup .ttl-style02, .sec-pickup .ttl-maintence2, .sec-pickup .ttl-maintence3, .sec-pickup .ttl-style06 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .sec-pickup .ttl-style02, .sec-pickup .ttl-maintence2, .sec-pickup .ttl-maintence3, .sec-pickup .ttl-style06 {
    margin-bottom: 20px;
  }
}

.sec-pickup .scroll-480 {
  position: relative;
}

@media only screen and (max-width: 480px) {
  .sec-pickup .scroll-480 {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 767px) {
  .sec-pickup .scroll-480 {
    padding-top: 20px;
  }
}

.sec-pickup .scroll-480 .txt-abs {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}

.sec-pickup .table-pickup {
  max-width: 850px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .sec-pickup .table-pickup {
    width: 545px;
  }
}

.sec-pickup .table-pickup dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-pickup .table-pickup dl:last-child dd {
  border-bottom: 3px solid #F7EBBC;
}

.sec-pickup .table-pickup dl dt, .sec-pickup .table-pickup dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 28px;
}

@media only screen and (max-width: 767px) {
  .sec-pickup .table-pickup dl dt, .sec-pickup .table-pickup dl dd {
    padding: 10px;
  }
}

.sec-pickup .table-pickup dl dt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25.25%;
  background: #F7EBBC;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #523B4B;
  font-size: 18px;
  font-size: 1.8rem;
}

.sec-pickup .table-pickup dl dt:last-child {
  border-right: 0;
}

.sec-pickup .table-pickup dl dt span {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sec-pickup .table-pickup dl dt span:nth-child(1) {
    margin-bottom: -10px;
  }
}

.sec-pickup .table-pickup dl dt:nth-child(1) {
  width: 25.25%;
}

.sec-pickup .table-pickup dl dt:nth-child(2) {
  width: 37.375%;
}

.sec-pickup .table-pickup dl dt:nth-child(3) {
  width: calc(100% - 25.25% - 37.375%);
}

@media only screen and (max-width: 767px) {
  .sec-pickup .table-pickup dl dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-pickup .table-pickup dl dd {
  border-right: 2px solid #F7EBBC;
  border-bottom: 2px solid #F7EBBC;
  width: 37.375%;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}

.sec-pickup .table-pickup dl dd:last-child {
  border-right: 3px solid #F7EBBC;
}

@media only screen and (max-width: 767px) {
  .sec-pickup .table-pickup dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-pickup .table-pickup dl dd ul li {
  position: relative;
  padding-left: 7px;
  color: #777777;
  line-height: 1.6;
}

.sec-pickup .table-pickup dl dd ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #777777;
}

.sec-pickup .table-pickup dl dd ul.color-pink li {
  color: #F0A1B3;
}

.sec-pickup .table-pickup dl dd ul.color-pink li:before {
  background: #F0A1B3;
}

.sec-pickup .table-pickup dl:first-child dt {
  padding: 6px 6px 8px;
}

.sec-pickup .table-pickup dl:last-child dt {
  border-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .list-box01 .box01 {
    margin-bottom: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .list-box01 .box01 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .list-box01 .box01:nth-child(odd) .col-right {
    padding: 0px 6.6% 0px 4.4% !important;
  }
}

@media only screen and (max-width: 767px) {
  .list-box01 .box01:nth-child(odd) .row {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sec-ctSystem {
  padding: 75px 0;
}

@media only screen and (max-width: 900px) {
  .sec-ctSystem {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-ctSystem {
    padding: 45px 0;
  }
}

.sec-ctSystem .content-system {
  padding: 46px 48px 43px 78px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 900px) {
  .sec-ctSystem .content-system {
    padding: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-ctSystem .content-system {
    padding: 15px;
  }
}

.sec-ctSystem .content-system .sys-left {
  width: calc(100% - 52%);
  padding-right: 6.35%;
}

@media only screen and (max-width: 900px) {
  .sec-ctSystem .content-system .sys-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.sec-ctSystem .content-system .sys-right {
  width: 45.65%;
}

@media only screen and (max-width: 900px) {
  .sec-ctSystem .content-system .sys-right {
    width: 100%;
  }
}

.sec-ctSystem .content-system .sys-right img {
  width: 100%;
}

.ct-module {
  margin-bottom: 54px;
}

@media only screen and (max-width: 900px) {
  .ct-module {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .ct-module p {
    text-align: left;
  }
}

.sec-certified {
  padding: 76px 0 57px;
}

@media only screen and (max-width: 767px) {
  .sec-certified {
    padding: 50px 0 44px;
  }
}

.sec-certified .content-certified {
  margin: 0 -18px;
}

@media only screen and (max-width: 900px) {
  .sec-certified .content-certified {
    margin: 0;
  }
}

@media only screen and (max-width: 900px) {
  .sec-certified .content-certified .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-certified .content-certified .ct-certified {
  padding: 40px 54px;
  margin: 0 18px;
  background: #fff;
}

@media only screen and (max-width: 1300px) {
  .sec-certified .content-certified .ct-certified {
    padding: 25px;
  }
}

@media only screen and (max-width: 900px) {
  .sec-certified .content-certified .ct-certified {
    margin: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sec-certified .content-certified .ct-certified {
    padding: 15px;
  }
}

.sec-certified .content-certified .ct-certified .txt-base01 {
  margin-bottom: 12px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .sec-certified .content-certified .ct-certified .txt-base01 {
    text-align: left;
  }
}

.sec-certified .content-certified .ct-certified .ttl-style02, .sec-certified .content-certified .ct-certified .ttl-maintence2, .sec-certified .content-certified .ct-certified .ttl-maintence3, .sec-certified .content-certified .ct-certified .ttl-style06 {
  margin-bottom: 10px;
}

.sec-certified .content-certified .ct-certified .list-ct-certifi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-certified .content-certified .ct-certified .list-ct-certifi .item {
  width: calc(100%/2 - 3px);
  margin-right: 6px;
  margin-bottom: 6px;
  background: #F0A1B3;
  padding: 25px 12px 28px;
  text-align: center;
}

@media only screen and (max-width: 1300px) {
  .sec-certified .content-certified .ct-certified .list-ct-certifi .item {
    padding: 15px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-certified .content-certified .ct-certified .list-ct-certifi .item {
    padding: 10px;
  }
}

.sec-certified .content-certified .ct-certified .list-ct-certifi .item:nth-child(2n) {
  margin-right: 0;
}

.sec-certified .content-certified .ct-certified .list-ct-certifi .item .ttl {
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .sec-certified .content-certified .ct-certified .list-ct-certifi .item .ttl {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-certified .content-certified .ct-certified .list-ct-certifi .item p {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .sec-certified .content-certified .ct-certified .list-ct-certifi .item p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-certified .content-certified .ct-certified.cr-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-certified .content-certified .bg-img {
  background: url("../img/feature_index/img-08.png") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 40px 36px 30px;
}

@media only screen and (max-width: 900px) {
  .sec-certified .content-certified .bg-img {
    padding: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-certified .content-certified .bg-img {
    padding: 15px;
  }
}

@media only screen and (max-width: 900px) {
  .sec-certified .content-certified .bg-img img {
    max-width: 200px;
  }
}

.sec-cariation {
  padding: 102px 0 0px;
}

@media only screen and (max-width: 900px) {
  .sec-cariation {
    padding: 70px 0 0px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-cariation {
    padding: 50px 0 0px;
  }
}

.sec-cariation .content-swatch {
  padding: 70px 84px 60px 97px;
  background: #F8F4ED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1100px) {
  .sec-cariation .content-swatch {
    padding: 35px;
  }
}

@media only screen and (max-width: 900px) {
  .sec-cariation .content-swatch {
    padding: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-cariation .content-swatch {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-cariation .content-swatch {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-cariation .content-swatch .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}

.sec-cariation .content-swatch .box-flex p {
  margin-left: 10px;
}

@media only screen and (max-width: 900px) {
  .sec-cariation .content-swatch .box-flex p {
    margin-left: 5px;
  }
}

.sec-cariation .content-swatch span {
  display: inline-block;
  color: #fff;
  background: #7E5A36;
  max-width: 100px;
  width: 100%;
  height: 26px;
  line-height: 26px;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1300px) {
  .sec-cariation .content-swatch span {
    max-width: 90px;
  }
}

@media only screen and (max-width: 900px) {
  .sec-cariation .content-swatch span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-cariation .content-swatch p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 900px) {
  .sec-cariation .content-swatch p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-cariation .content-swatch img {
  margin-bottom: 7px;
  width: 100%;
}

.sec-cariation .content-swatch .swatch-left {
  width: 24.25%;
}

@media only screen and (min-width: 768px) {
  .sec-cariation .content-swatch .swatch-left {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-cariation .content-swatch .swatch-left {
    width: 90%;
    margin: 0 auto 15px;
  }
}

.sec-cariation .content-swatch .swatch-right {
  padding-left: 68px;
  width: calc(100% - 24.25%);
}

@media only screen and (max-width: 1100px) {
  .sec-cariation .content-swatch .swatch-right {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-cariation .content-swatch .swatch-right {
    width: 100%;
    padding-left: 0;
  }
}

.sec-cariation .content-swatch .swatch-right .ttl-swatch {
  color: #523B4B;
  margin-bottom: 8px;
  font-size: 26px;
  font-size: 2.6rem;
}

@media only screen and (min-width: 1100px) {
  .sec-cariation .content-swatch .swatch-right .ttl-swatch {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-cariation .content-swatch .swatch-right .ttl-swatch {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1100px) {
  .sec-cariation .content-swatch .swatch-right .txt-base01 {
    padding-left: 5px;
  }
}

.sec-cariation .content-swatch .swatch-right .list-swatch {
  margin-top: 60px;
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  .sec-cariation .content-swatch .swatch-right .list-swatch {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-cariation .content-swatch .swatch-right .list-swatch {
    margin-top: 10px;
  }
}

.sec-cariation .content-swatch .swatch-right .list-swatch .slick-active img {
  border: 2px solid transparent;
}

.sec-cariation .content-swatch .swatch-right .list-swatch .slick-current img {
  border: 2px solid #FF0090;
}

.sec-cariation .content-swatch .swatch-right .slick-slide {
  padding: 0 3px;
}

.sec-cariation .slick-prev, .sec-cariation .slick-next {
  display: none;
  top: 30%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 767px) {
  .sec-cariation .slick-prev, .sec-cariation .slick-next {
    display: block;
  }
}

.sec-cariation .slick-prev:before, .sec-cariation .slick-next:before {
  height: 20px;
  width: 13px;
}

.sec-cariation .slick-next {
  right: -13px;
}

.sec-cariation .slick-prev {
  left: -13px;
}

.sec-developed {
  padding: 107px 0 90px;
}

@media only screen and (max-width: 900px) {
  .sec-developed {
    padding: 70px 0;
  }
}

.sec-developed .sec-pickup {
  margin-bottom: 0;
}

.sec-developed .list-deve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-developed .list-deve .item-deve {
  margin-right: 30px;
  width: calc(100%/3 - 20px);
  padding: 15px 6px 9px;
}

@media only screen and (max-width: 767px) {
  .sec-developed .list-deve .item-deve {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 10px 5px 5px;
  }
}

.sec-developed .list-deve .item-deve:nth-child(3) {
  margin-right: 0;
  margin-bottom: 0;
}

.sec-developed .list-deve .item-deve .ttl-deve {
  text-align: center;
  color: #523B4B;
  margin-bottom: 14px;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .sec-developed .list-deve .item-deve .ttl-deve {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-developed .list-deve .item-deve .ct-deve {
  background: #fff;
  padding: 15px 15px 18px;
}

.sec-developed .list-deve .item-deve .ct-deve img {
  margin-bottom: 10px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .sec-developed .list-deve .item-deve .ct-deve img {
    margin-bottom: 10px;
    padding: 0px;
  }
}

.sec-developed .list-deve .item-deve .ct-deve p {
  line-height: 2;
}

.online-store {
  background: url("../img/feature_index/bg-02.png") no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .online-store {
    background-size: cover;
  }
}

.online-store a {
  display: inline-block;
  width: 100%;
}

.online-store .ttl {
  max-width: 667px;
  margin-bottom: 40px;
  width: 100%;
}

@media only screen and (min-width: 900px) {
  .online-store .ttl {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 900px) {
  .online-store .ttl {
    max-width: 400px;
  }
}

.online-store:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(128, 128, 128, 0.6);
}

.online-store .ttl-style02, .online-store .ttl-maintence2, .online-store .ttl-maintence3, .online-store .ttl-style06 {
  color: #fff !important;
}

.online-store .ct-online {
  position: relative;
  z-index: 2;
  padding: 60px 0 75px;
}

@media only screen and (max-width: 900px) {
  .online-store .ct-online {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 767px) {
  .online-store .ct-online {
    padding: 50px 0 30px;
  }
}

.online-store .ct-online .img-next {
  width: 40px;
  position: absolute;
  right: 60px;
  opacity: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .online-store .ct-online .img-next {
    margin-top: 20px;
    width: 30px;
    position: static;
  }
}

.online-store .ct-online .ttl-style02 span, .online-store .ct-online .ttl-maintence2 span, .online-store .ct-online .ttl-maintence3 span, .online-store .ct-online .ttl-style06 span {
  color: #fff !important;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 0, 144, 0.2)), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, rgba(255, 0, 144, 0.2) 50%, transparent 50%);
  background-image: linear-gradient(to right, rgba(255, 0, 144, 0.2) 50%, transparent 50%);
}

.online-store .ct-online .ttl-style02 span b, .online-store .ct-online .ttl-maintence2 span b, .online-store .ct-online .ttl-maintence3 span b, .online-store .ct-online .ttl-style06 span b {
  color: #fff !important;
}

.box-white {
  background: url("../img/voice/bg-img-02.png") no-repeat;
  background-size: 100% 100%;
  width: 507px;
  height: 206px;
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  padding-top: 57px;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .box-white {
    width: 400px;
    height: 180px;
    padding-top: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .box-white {
    width: auto !important;
    height: auto !important;
    padding-top: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .box-white {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 20px 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.box-white .txt-extra {
  font-size: 46px;
  font-size: 4.6rem;
  display: inline-block;
  padding-right: 10px;
  font-weight: bold;
  margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
  .box-white .txt-extra {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 5px;
  }
}

.box-white .txt-medium {
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .box-white .txt-medium {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ss-voice {
  background: #f8f4ed;
  padding: 93px 0px 68px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .ss-voice {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 60px 0px 40px;
  }
}

@media only screen and (min-width: 768px) {
  .ss-voice .ttl-style01 {
    margin-bottom: 40px;
  }
}

.ss-voice-inner {
  position: relative;
}

.ss-voice-inner .voice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 54px;
  height: 435px;
}

.ss-voice-inner .voice-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (max-width: 767px) {
  .ss-voice-inner .voice-content {
    height: auto;
    position: relative;
  }
}

.ss-voice-inner .voice-content > * {
  width: 50%;
}

.ss-voice-inner .box-white {
  position: absolute;
  top: 37%;
  left: 50.4%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .ss-voice-inner .box-white {
    padding-top: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-voice-inner .box-white {
    position: absolute;
    width: 100%;
    top: 19vw;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-bottom: 0px;
  }
}

.ss-voice-inner .ttl-aquadoll {
  text-align: center;
  margin-bottom: 40px;
}

.ss-voice-inner .ttl-aquadoll + p {
  color: #392934;
}

@media only screen and (max-width: 767px) {
  .ss-voice-inner .ttl-aquadoll {
    margin-bottom: 20px;
  }
}

.ss-voice-inner .ttl-aquadoll img {
  max-width: 467px;
}

.ss-letter {
  background: #fbeff1;
  padding: 70px 0px 47px;
}

@media only screen and (max-width: 767px) {
  .ss-letter {
    padding: 60px 0px 0px;
  }
}

.listLetter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listLetter .item {
  margin-right: 25px;
  margin-bottom: 25px;
  padding-bottom: 23px;
  width: calc((100% - 25px)/2);
  background: #ffffff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .listLetter .item {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }
  .listLetter .item:last-child {
    margin-bottom: 0;
  }
}

.listLetter .item:nth-child(2n) {
  margin-right: 0;
}

.listLetter .item .item-content {
  padding: 13px 25px 3px;
}

@media only screen and (max-width: 767px) {
  .listLetter .item .item-content {
    padding: 10px 15px 10px;
  }
}

.listLetter .item .item-content .item-link {
  text-align: right;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 25px;
  padding: 0px 15px;
}

@media only screen and (max-width: 767px) {
  .listLetter .item .item-content .item-link {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0px 5px;
  }
}

.listLetter .item .item-content .item-link .visit-Link {
  background: #c6c6c6;
  color: #ffffff;
  width: 140px;
  height: 20px;
  line-height: 20px;
  border-radius: 25px;
  margin-right: 6px;
  display: inline-block;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .listLetter .item .item-content .item-link .visit-Link {
    width: 120px;
  }
}

.listLetter .item .item-content .item-link .salon-name {
  color: #392934;
}

.listLetter .item .item-content .box-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 28px;
  padding-left: 5px;
}

@media screen and (max-width: 1200px) {
  .listLetter .item .item-content .box-message {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .listLetter .item .item-content .box-message {
    padding-right: 0px;
  }
}

.listLetter .item .item-content .box-message-content {
  background: url("../img/voice/bg-img-01.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 15px;
  width: calc(100% - 19% - 15px);
  padding: 27px 25px 27px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #523b4b;
}

@media screen and (max-width: 1200px) {
  .listLetter .item .item-content .box-message-content {
    padding: 20px 20px 20px 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .listLetter .item .item-content .box-message-content br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .listLetter .item .item-content .box-message-content {
    padding: 15px 24px 15px 15px;
    font-size: 15px;
    font-size: 1.5rem;
    background: url("../img/voice/bg-img-01-sp.jpg") no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
}

.listLetter .item .item-content .box-message-content p {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f9e1e6), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, #f9e1e6 50%, transparent 50%);
  background-image: linear-gradient(to right, #f9e1e6 50%, transparent 50%);
  background-size: 200% 15px;
  background-repeat: no-repeat;
  background-position: 0% .8em;
  display: inline;
}

@media only screen and (max-width: 767px) {
  .listLetter .item .item-content .box-message-content p br {
    display: none;
  }
}

.listLetter .item .item-content .box-message .box-img {
  width: 19%;
}

.listLetter .item .item-content .box-message .box-img img {
  max-width: 95px;
}

.listLetter .item .item-content .ico-room {
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 36px;
  background: #f0a1b3;
  text-align: center;
  line-height: 33px;
  right: 0;
  bottom: 0;
}

.listLetter .item .item-content .ico-room img {
  position: relative;
  left: 1px;
}

@media only screen and (max-width: 767px) {
  .listLetter .item .item-content .ico-room {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .listLetter .item .item-content .ico-room img {
    width: 20px;
    position: relative;
    top: -1px;
  }
}

.ttl-voice {
  background: #91ced0;
  padding: 7px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .ttl-voice {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ttl-voice p span {
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .ttl-voice p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttl-voice img {
  width: 45px;
  height: 45px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .ttl-voice img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
  }
}

.bgPurple {
  background: #fbeff1;
}

#page-menu_index {
  background: #FBEFF1 !important;
}

#page-menu_index .ss-salonList {
  background: #FBEFF1;
}

.pc_menu {
  background-position: center;
  background-size: 100% 100%;
  padding: 98px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .pc_menu {
    padding-top: 60px;
  }
}

.ss-natural-menu {
  background: #FBEFF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  .ss-natural-menu {
    padding-bottom: 50px;
  }
}

.ss-natural-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -85px;
}

@media only screen and (max-width: 767px) {
  .ss-natural-menu ul {
    margin-bottom: -30px;
  }
}

.ss-natural-menu ul li {
  margin-bottom: 85px;
  width: calc((100% - 37px)/2);
  float: left;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .ss-natural-menu ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.ss-natural-menu ul li .box-img {
  background: white;
  padding: 55px 70px 45px;
}

.ss-natural-menu ul li .ttl {
  text-align: center;
  padding-top: 50px;
}

.ss-natural-menu ul li .ttl img {
  height: 24px;
}

.ss-natural-menu ul li .text {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.1;
}

.ss-natural-menu ul li .text p {
  color: #392934;
}

@media only screen and (max-width: 767px) {
  .ss-natural-menu ul li .text p {
    text-align: left;
  }
}

.ss-natural-menu ul li .title {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 17px;
}

.ss-natural-menu ul li .title span {
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .ss-natural-menu ul li .title {
    padding-top: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .ss-natural-menu ul {
    margin-bottom: -50px;
  }
  .ss-natural-menu ul li {
    margin-bottom: 50px;
  }
  .ss-natural-menu ul li .box-img {
    padding: 30px 20px;
  }
  .ss-natural-menu ul li .ttl {
    padding-top: 20px;
  }
}

.ss-salonList .ttl-style01 {
  padding-bottom: 80px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .ss-salonList .ttl-style01 {
    padding-bottom: 30px;
  }
}

.ss-natural-sec01 {
  background: #f6dce2;
  padding: 75px 0px 96px;
  text-align: center;
}

@media (max-width: 1000px) {
  .ss-natural-sec01 {
    padding: 50px 0;
  }
}

.ss-natural-sec01 .font {
  font-size: 25px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, white 50%, transparent 50%);
  background-image: linear-gradient(to right, white 50%, transparent 50%);
  background-size: 200% 15px;
  background-repeat: no-repeat;
  background-position: 0% 1.8em;
}

.ss-natural-sec01 .content {
  padding: 0 26%;
}

@media only screen and (max-width: 767px) {
  .ss-natural-sec01 .content {
    padding: 0 20px;
  }
}

.ss-natural-sec01 .box-img {
  margin-bottom: 18px;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 767px) {
  .ss-natural-sec01 .box-img {
    margin-bottom: 10px;
  }
}

.ss-natural-sec01 p {
  margin: 20px 0 30px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.1;
  color: #392934;
}

@media only screen and (max-width: 767px) {
  .ss-natural-sec01 p {
    margin: 10px 0;
  }
}

.ss-natural-sec01 .btn-type01 {
  margin-top: 0;
}

.ss-natural-sec01 .ttl-style02, .ss-natural-sec01 .ttl-maintence2, .ss-natural-sec01 .ttl-maintence3, .ss-natural-sec01 .ttl-style06 {
  margin-bottom: 20px;
  text-align: center !important;
}

.btn-type01 {
  height: 58px;
  line-height: 58px;
  background: #91cecf;
  margin-top: 30px;
  color: white;
  padding: 0 20px;
  max-width: 460px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.btn-type01:after {
  content: "";
  position: absolute;
  width: 8px;
  right: 18px;
  top: 50%;
  height: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/menu/ico-right.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

@media (max-width: 1000px) {
  .btn-type01 {
    padding: 0 15px;
    max-width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-type01 {
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #page-menu_index .ss-natural-menu ul li .box-img {
    padding: 20px 20px;
  }
  #page-menu_index .ss-natural-menu ul li .title span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #page-menu_index .ss-natural-menu ul li .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #page-menu_index .ss-natural-sec01 .font {
    font-size: 23px;
    font-size: 2.3rem;
  }
  #page-menu_index .ss-natural-sec01 .box-img {
    max-width: 130px;
    margin: 0px auto 10px;
  }
}

#page-salon_index {
  display: block;
}

@media (min-width: 769px) {
  #page-salon_index .ttl-style01 {
    margin-bottom: 40px;
  }
}

@media (min-width: 769px) {
  #page-salon_index .title-aquadoll p {
    margin-bottom: 64px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  #page-salon_index .title-aquadoll p {
    margin-bottom: 80px;
  }
}

.ss-map {
  background-color: #F8F4ED;
  padding: 93px 0  125px;
}

@media only screen and (max-width: 767px) {
  .ss-map {
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .ss-map {
    padding-bottom: 100px;
  }
}

.ss-map .txt-01 {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #523B4B;
}

@media only screen and (max-width: 767px) {
  .ss-map .txt-01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 320px) {
  .ss-map .txt-01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.ss-map .txt-01 span {
  display: inline-block;
  margin-right: 4px;
}

.ss-pick {
  padding: 134px 0 3% 0;
  display: block;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .ss-pick {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-pick {
    padding-top: 70px;
  }
}

.ss-pick .flex.col2 div:nth-child(1) {
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .ss-pick .flex.col2 div:nth-child(1) {
    margin-bottom: 20px;
  }
}

.ss-pick .txt-01 {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  margin-bottom: 93px;
  margin-top: 27px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .ss-pick .txt-01 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 40px;
    margin-top: 10px;
    line-height: 1.8;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .ss-pick .txt-01 {
    margin-bottom: 60px;
  }
}

.ss-pick .txt-center img {
  height: 24px;
}

.box-pick {
  padding-top: 35px !important;
  position: relative;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #523B4B;
  margin-bottom: 77px;
}

@media (max-width: 1000px) {
  .box-pick {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .box-pick {
    margin-bottom: 13px;
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .box-pick {
    margin-bottom: 40px;
  }
}

.box-pick h4 {
  display: inline-block;
  padding: 10px 20px;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 18px;
  font-weight: 200;
}

@media screen and (max-width: 1023px) {
  .box-pick h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .box-pick h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.box-pick h4.bg-yellow {
  background-color: #F7EBBC;
}

.box-pick h4.bg-pink {
  background-color: #F8DBDB;
  padding: 10px 13px;
}

.box-pick h4.bg-purple {
  background-color: #DBD7E9;
  padding: 10px 16px;
}

.box-pick .label {
  vertical-align: bottom;
  padding: 2px 12px;
  background-color: #523B4B;
  color: #fff;
  display: inline-block;
  margin-left: 18px;
  margin-bottom: 18px;
  font-size: 19px;
  font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
  .box-pick .label {
    margin-bottom: 15px;
  }
}

.box-pick .fs-20 {
  line-height: 1.7;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .box-pick .fs-20 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box-pick p {
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .box-pick p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 53px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  padding-bottom: 65px;
}

@media (max-width: 1000px) {
  .box-info {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .box-info {
    padding-bottom: 50px;
  }
}

.box-info .title {
  color: #523B4B;
  text-align: center;
  padding: 18px 2px;
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .box-info .title {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 13px 2px;
  }
}

.box-info .title.bg-yelow {
  background-color: #F7EBBC;
}

.box-info .title.bg-yellow {
  background-color: #F7EBBC;
}

.box-info .title.bg-pink {
  background-color: #F8DBDB;
}

.box-info .title.bg-purple {
  background-color: #DBD7E9;
}

.box-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 12px 14px 0;
  height: calc(100% - 64px - 65px);
}

@media only screen and (max-width: 767px) {
  .box-info dl {
    height: auto;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-info dl {
    height: auto;
  }
}

@supports (-ms-ime-align: auto) {
  .box-info dl {
    height: auto;
  }
}

.box-info dl dt,
.box-info dl dd {
  margin-bottom: 11px;
}

.box-info dl dt {
  text-align: center;
  background-color: #DCDCDC;
  width: 94px;
  height: 48px;
  line-height: 48px;
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .box-info dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    height: 40px;
    line-height: 40px;
  }
}

.box-info dl dd {
  width: calc(100% - 94px);
  padding-left: 20px;
  padding-top: 13px;
  color: #392934;
  font-size: 15px;
  font-size: 1.5rem;
  min-height: 48px;
}

.box-info dl dd:last-child {
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .box-info dl dd {
    min-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-info .button-blog {
  position: absolute;
  width: calc(100% - 46px);
  left: 23px;
  bottom: 0;
  display: block;
  border-radius: 5px;
  padding: 0 3px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  background-color: #91CED0;
  color: #fff;
  text-align: center;
  height: 65px;
  line-height: 65px;
  font-size: 20px;
  font-size: 2rem;
}

.box-info .button-blog:hover {
  opacity: 1;
}

@media (max-width: 1000px) {
  .box-info .button-blog {
    font-size: 18px;
    font-size: 1.8rem;
    position: static;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .box-info .button-blog {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.box-info .button-blog:after {
  content: "";
  width: 9px;
  height: 17px;
  background-image: url(../img/salon/icon-02.png);
  background-repeat: no-repeat;
  background-size: 9px 17px;
  display: inline-block;
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}

#id-05 .ss-listAqua .box-info:nth-child(2) dl dd:nth-child(4) {
  margin-bottom: 20px;
}

@media (max-width: 1050px) {
  .box-pick .fs-20 br {
    display: none;
  }
}

.img-map {
  text-align: center;
  background: #FFFFFF;
  padding: 10px;
}

#id-06 {
  padding-top: 22px;
}

#id-06 .inner {
  padding-bottom: 15px;
}

#id-02 {
  padding-bottom: 25px;
}

#id-01 {
  padding-bottom: 15px;
}

#id-03 {
  padding-bottom: 10px;
}

#id-04 {
  padding-bottom: 5px;
}

.ss-flow {
  text-align: center;
  background: #fbeff1;
  position: relative;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .ss-flow .ttl-style02 span, .ss-flow .ttl-maintence2 span, .ss-flow .ttl-maintence3 span, .ss-flow .ttl-style06 span {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ss-flow {
    text-align: left;
  }
  .ss-flow .box01 img {
    display: block;
    margin: auto;
  }
}

.ss-flow:before {
  content: '';
  position: absolute;
  width: 501px;
  height: 700px;
  background: url("../img/flow/bg-img-01.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1200px) {
  .ss-flow:before {
    width: 440px;
    height: 614px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-flow:before {
    background-size: 40vw;
  }
}

.ss-flow .ss-flow-intro {
  padding: 94px 0px 70px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .ss-flow .ss-flow-intro br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ss-flow .ss-flow-intro {
    padding: 60px 0px 40px;
  }
}

@media only screen and (min-width: 768px) {
  .ss-flow .ss-flow-intro .ttl-style01 {
    margin-bottom: 49px;
  }
}

@media only screen and (min-width: 768px) {
  .ss-flow .ss-flow-intro .ttl-style02, .ss-flow .ss-flow-intro .ttl-maintence2, .ss-flow .ss-flow-intro .ttl-maintence3, .ss-flow .ss-flow-intro .ttl-style06 {
    margin-bottom: 38px;
  }
}

.ss-flow .ss-flow-intro p {
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .ss-flow .ss-flow-intro p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.ss-flow .step-item {
  background: #ffffff;
  padding: 50px 0px 116px;
}

@media screen and (max-width: 1023px) {
  .ss-flow .step-item {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1280px) {
  .ss-flow .step-item br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ss-flow .step-item {
    padding: 60px 0px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-flow .step-item.step-item01 .box01 .row .col.col-right, .ss-flow .step-item.step-item02 .box01 .row .col.col-right, .ss-flow .step-item.step-item03 .box01 .row .col.col-right, .ss-flow .step-item.step-item04 .box01 .row .col.col-right {
    padding: 0;
  }
  .ss-flow .step-item.step-item01 .box01 .row .col.col-right p:last-child, .ss-flow .step-item.step-item02 .box01 .row .col.col-right p:last-child, .ss-flow .step-item.step-item03 .box01 .row .col.col-right p:last-child, .ss-flow .step-item.step-item04 .box01 .row .col.col-right p:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .ss-flow .step-item.step-item02 .block-pickup {
    margin-top: 70px !important;
  }
  .ss-flow .step-item.step-item02 .listPick {
    margin-top: 30px !important;
  }
  .ss-flow .step-item.step-item02 .listPick .item .item-content {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .ss-flow .step-item.step-item02 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-flow .step-item.step-item02 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .ss-flow .step-item.step-item02 .box01.box01-other03 .row .ttl-style02, .ss-flow .step-item.step-item02 .box01.box01-other03 .row .ttl-maintence2, .ss-flow .step-item.step-item02 .box01.box01-other03 .row .ttl-maintence3, .ss-flow .step-item.step-item02 .box01.box01-other03 .row .ttl-style06 {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .ss-flow .step-item.step-item03, .ss-flow .step-item.step-item04 {
    padding-bottom: 75px;
    padding-top: 100px;
  }
}

.ss-flow .step-item.purple {
  background: #fbeff1;
}

@media only screen and (max-width: 767px) {
  .ss-flow .step-item .box01 img {
    margin: 10px auto;
    display: block;
  }
}

.ss-flow .step-item .box01.box01-other02 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .ss-flow .step-item .box01.box01-other02 .row .ttl-style02, .ss-flow .step-item .box01.box01-other02 .row .ttl-maintence2, .ss-flow .step-item .box01.box01-other02 .row .ttl-maintence3, .ss-flow .step-item .box01.box01-other02 .row .ttl-style06 {
    margin-bottom: 35px;
  }
}

.ss-flow .step-item .box01.box01-other02 .row p {
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .ss-flow .step-item .box01.box01-other02 .row .col.col-left {
    padding: 0px 0px 0px 2.4%;
  }
  .ss-flow .step-item .box01.box01-other02 .row .col.col-right {
    padding: 0px 3% 0px 4.9%;
  }
}

.ss-flow .step-item .box01.box01-other03 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ss-flow .step-item .box01.box01-other03 .row {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .ss-flow .step-item .box01.box01-other03 .row .ttl-style02, .ss-flow .step-item .box01.box01-other03 .row .ttl-maintence2, .ss-flow .step-item .box01.box01-other03 .row .ttl-maintence3, .ss-flow .step-item .box01.box01-other03 .row .ttl-style06 {
    margin-bottom: 55px;
  }
}

.ss-flow .step-item .box01.box01-other03 .row .ttl-style02 span, .ss-flow .step-item .box01.box01-other03 .row .ttl-maintence2 span, .ss-flow .step-item .box01.box01-other03 .row .ttl-maintence3 span, .ss-flow .step-item .box01.box01-other03 .row .ttl-style06 span {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .ss-flow .step-item .box01.box01-other03 .row .ttl-style02 span, .ss-flow .step-item .box01.box01-other03 .row .ttl-maintence2 span, .ss-flow .step-item .box01.box01-other03 .row .ttl-maintence3 span, .ss-flow .step-item .box01.box01-other03 .row .ttl-style06 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ss-flow .step-item .box01.box01-other03 .row p {
  line-height: 2.1;
}

@media only screen and (min-width: 768px) {
  .ss-flow .step-item .box01.box01-other03 .row .col.col-left {
    padding: 0;
    text-align: left;
  }
  .ss-flow .step-item .box01.box01-other03 .row .col.col-right {
    padding: 0px 0% 0px 4%;
  }
}

.ss-flow .step-item .txt-step {
  text-align: center;
}

.ss-flow .step-item .txt-step img {
  width: 212px;
  height: auto;
  margin: 0px auto 45px;
}

@media only screen and (max-width: 767px) {
  .ss-flow .step-item .txt-step img {
    width: 180px;
  }
}

.ss-flow .step-item .block-pickup {
  background: #ffffff;
  margin-top: 48px;
}

@media only screen and (max-width: 767px) {
  .ss-flow .step-item .block-pickup {
    margin-top: 25px;
  }
}

.ss-flow .step-item .block-pickup .txt-pickUp {
  text-align: center;
  background: #ffffff;
  width: 285px;
  height: 60px;
  line-height: 60px;
  margin: 0px auto 6px;
  position: relative;
  top: -35px;
}

@media only screen and (max-width: 767px) {
  .ss-flow .step-item .block-pickup .txt-pickUp {
    top: -24px;
    width: 190px;
    height: 40px;
    line-height: 41px;
  }
}

.ss-flow .step-item .block-pickup .txt-pickUp img {
  width: 100px;
}

.ss-flow .step-item .block-pickup .ttl-style02, .ss-flow .step-item .block-pickup .ttl-maintence2, .ss-flow .step-item .block-pickup .ttl-maintence3, .ss-flow .step-item .block-pickup .ttl-style06 {
  margin-bottom: 20px;
}

.ss-flow .step-item .block-pickup .ttl-style02 + p, .ss-flow .step-item .block-pickup .ttl-maintence2 + p, .ss-flow .step-item .block-pickup .ttl-maintence3 + p, .ss-flow .step-item .block-pickup .ttl-style06 + p {
  line-height: 2.1;
}

@media only screen and (min-width: 768px) {
  .ss-flow .step-item .block-pickup .ttl-style02 + p, .ss-flow .step-item .block-pickup .ttl-maintence2 + p, .ss-flow .step-item .block-pickup .ttl-maintence3 + p, .ss-flow .step-item .block-pickup .ttl-style06 + p {
    margin-bottom: 45px;
  }
}

.ss-flow .step-item .block-pickup .listPick {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .ss-flow .step-item .block-pickup .listPick {
    display: block;
    margin-top: 25px;
  }
}

.ss-flow .step-item .block-pickup .listPick .item {
  margin-right: 20px;
  width: calc((100% - 20px) / 2);
}

@media only screen and (max-width: 767px) {
  .ss-flow .step-item .block-pickup .listPick .item {
    margin-right: 0;
    width: 100%;
  }
}

.ss-flow .step-item .block-pickup .listPick .item:nth-child(2n) {
  margin-right: 0;
}

.ss-flow .step-item .block-pickup .listPick .item .item-content {
  background: #ffffff;
  padding-top: 21px;
  padding-bottom: 43px;
}

.ss-flow .step-item .block-pickup .listPick .item .item-content .ttl-style02 span, .ss-flow .step-item .block-pickup .listPick .item .item-content .ttl-maintence2 span, .ss-flow .step-item .block-pickup .listPick .item .item-content .ttl-maintence3 span, .ss-flow .step-item .block-pickup .listPick .item .item-content .ttl-style06 span {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .ss-flow .step-item .block-pickup .listPick .item .item-content .ttl-style02 span, .ss-flow .step-item .block-pickup .listPick .item .item-content .ttl-maintence2 span, .ss-flow .step-item .block-pickup .listPick .item .item-content .ttl-maintence3 span, .ss-flow .step-item .block-pickup .listPick .item .item-content .ttl-style06 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ss-flow .step-item .block-pickup .listPick .item .item-content p {
  line-height: 2.4;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .ss-flow .step-item .block-pickup .listPick .item .item-content p br {
    display: none;
  }
}

.ss-salon-support {
  padding: 110px 0px 60px;
}

@media only screen and (max-width: 767px) {
  .ss-salon-support {
    padding: 40px 0px 0px;
  }
}

.ss-salon-support-inner {
  background: url("../img/flow/bg-flower-img-01.png"), url("../img/flow/bg-flower-img-02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top 74px left 10px, bottom 0px right 7px;
  padding-bottom: 60px;
}

.ss-salon-support .ttl-style02, .ss-salon-support .ttl-maintence2, .ss-salon-support .ttl-maintence3, .ss-salon-support .ttl-style06 {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .ss-salon-support .ttl-style02, .ss-salon-support .ttl-maintence2, .ss-salon-support .ttl-maintence3, .ss-salon-support .ttl-style06 {
    margin-bottom: 20px;
  }
}

.ss-salon-support .ttl-style02 + p, .ss-salon-support .ttl-maintence2 + p, .ss-salon-support .ttl-maintence3 + p, .ss-salon-support .ttl-style06 + p {
  line-height: 2.1;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 52px;
}

@media only screen and (max-width: 767px) {
  .ss-salon-support .ttl-style02 + p, .ss-salon-support .ttl-maintence2 + p, .ss-salon-support .ttl-maintence3 + p, .ss-salon-support .ttl-style06 + p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.ss-salon-support .listTreatment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .ss-salon-support .listTreatment {
    display: block;
  }
}

.ss-salon-support .listTreatment .item {
  margin-right: 3%;
  width: calc((100% - 6%)/3);
  background: #ffffff;
  padding: 0px 6px 11px;
}

@media only screen and (max-width: 767px) {
  .ss-salon-support .listTreatment .item {
    width: 100%;
    margin-right: 0;
    padding: 0px 5px 10px;
    margin-bottom: 10px;
  }
}

.ss-salon-support .listTreatment .item.blue {
  background: #91ced0;
}

.ss-salon-support .listTreatment .item.blue .ttl {
  background: #91ced0;
}

.ss-salon-support .listTreatment .item.purple {
  background: #f0a1b3;
}

.ss-salon-support .listTreatment .item.purple .ttl {
  background: #f0a1b3;
}

.ss-salon-support .listTreatment .item.yellow {
  background: #f7ebbc;
}

.ss-salon-support .listTreatment .item.yellow .ttl {
  background: #f7ebbc;
}

.ss-salon-support .listTreatment .item:nth-child(3n) {
  margin-right: 0;
}

.ss-salon-support .listTreatment .item .ttl {
  font-size: 20px;
  font-size: 2rem;
  padding: 17px 10px 15px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ss-salon-support .listTreatment .item .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px 10px;
  }
}

.ss-salon-support .listTreatment .item .item-content {
  background: #ffffff;
  padding: 11px 16px 18px;
  line-height: 1.73;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .ss-salon-support .listTreatment .item .item-content {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 15px 30px;
  }
}

.ss-salon-support .listTreatment .item .item-content .item-img img {
  display: block;
  width: 100%;
}

.boxChoice {
  padding: 2px 15px 15px 37px;
  background: #ffffff;
  text-align: left;
  color: #ffffff;
  margin-top: 22px;
}

@media screen and (min-width: 1281px) {
  .boxChoice br {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .boxChoice br {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .boxChoice {
    padding: 5px 15px 7px;
  }
}

.boxChoice:last-child {
  margin-top: 10px;
}

.boxChoice.purple {
  background: #dbd7e9;
}

.boxChoice.green {
  background: #bee9e6;
}

.boxChoice .txt01 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0 !important;
  padding-left: 10px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .boxChoice .txt01 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.boxChoice ul li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 1px 0px;
  letter-spacing: -1px;
  font-weight: 100;
}

@media only screen and (max-width: 767px) {
  .boxChoice ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  padding: 10px 15px;
  background: #f0a1b3;
  font-size: 19px;
  font-size: 1.9rem;
  color: #ffffff;
  line-height: 1.57;
}

@media screen and (max-width: 1280px) {
  .box-point br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .box-point {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}

.box-point img {
  max-width: 106px;
  width: 30%;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .box-point img {
    max-width: 90px;
    padding-right: 10px;
  }
}

.box-point > * {
  width: 100%;
}

#page-company_index {
  display: block;
}

#page-company_index .ttl-style01 {
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  #page-company_index .ttl-style01 {
    margin-bottom: 30px;
  }
}

#page-company_index .img-company {
  padding: 51px;
  background: #fff;
  margin-bottom: 78px;
}

@media only screen and (max-width: 1200px) {
  #page-company_index .img-company {
    padding: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #page-company_index .img-company {
    padding: 20px;
    margin-bottom: 40px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
  }
}

#page-company_index .img-company img {
  width: 100%;
  display: block;
}

#page-company_index .table-company {
  margin-bottom: 78px;
}

@media only screen and (max-width: 767px) {
  #page-company_index .table-company {
    margin-bottom: 40px;
  }
}

#page-company_index .table-company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bfbfbf;
}

#page-company_index .table-company dl:last-child {
  border-bottom: 0;
}

#page-company_index .table-company dt, #page-company_index .table-company dd {
  padding: 17px;
  min-height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-company_index .table-company dt p span, #page-company_index .table-company dd p span {
  width: 56px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #page-company_index .table-company dt p span, #page-company_index .table-company dd p span {
    width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #page-company_index .table-company dt, #page-company_index .table-company dd {
    min-height: 50px;
    padding: 10px;
  }
}

#page-company_index .table-company dt.contact p.pc, #page-company_index .table-company dt.contact p.sp, #page-company_index .table-company dd.contact p.pc, #page-company_index .table-company dd.contact p.sp {
  margin-bottom: 4px;
}

#page-company_index .table-company dt {
  color: #523B4B;
  background: #E8E3E8;
  width: 27.65%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  #page-company_index .table-company dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#page-company_index .table-company dd {
  width: calc(100% - 27.65%);
  color: #392934;
  padding-left: 60px;
  background: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
  #page-company_index .table-company dd {
    padding-left: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#page-company_index .table-company dd p {
  width: 100%;
}

.ss-Company {
  padding: 95px 0 23px;
  background: #F8F4ED;
}

@media only screen and (max-width: 767px) {
  .ss-Company {
    padding: 50px 0 0;
  }
}

#googleMap {
  display: block;
  height: 528px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #googleMap {
    height: 280px;
  }
}

#googleMap img[src='../img/company_index/img-map.png'] {
  width: 109px !important;
  height: auto !important;
}

#page-howto_index .ss-salonList.conCept {
  background: url("../img/howto_index/bg-01.png") no-repeat;
  background-position: center !important;
  background-size: 100% 100% !important;
}

@media only screen and (min-width: 768px) {
  #page-howto_index .ss-salonList.conCept {
    padding-bottom: 140px;
  }
}

@media only screen and (max-width: 767px) {
  #page-howto_index .ss-salonList.conCept {
    padding-bottom: 35px;
    background-position: top !important;
    background-size: 100% auto !important;
    background: url("../img/howto_index/bg-01.png") #f8f4ed no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  #page-howto_index .box01 .row .col > img {
    margin-bottom: 0px;
  }
}

.ss-Howto {
  padding: 74px 0 36px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .ss-Howto {
    padding: 52px 0 25px;
  }
}

.ss-Howto .ct-module {
  margin-bottom: 107px;
}

@media only screen and (max-width: 767px) {
  .ss-Howto .ct-module {
    margin-bottom: 54px;
  }
}

.ss-Howto .box-step {
  padding: 110px 25px 100px;
  border: 1px solid #A1D6D9;
  position: relative;
  margin-bottom: 110px;
}

@media only screen and (max-width: 767px) {
  .ss-Howto .box-step {
    padding: 40px 15px 30px;
    margin-bottom: 60px;
  }
}

.ss-Howto .box-step .flex-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .ss-Howto .box-step .flex-step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ss-Howto .box-step .flex-step .step-left {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .ss-Howto .box-step .flex-step .step-left {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-Howto .box-step .flex-step .step-left img {
    max-width: 325px;
  }
}

.ss-Howto .box-step .flex-step .step-right {
  padding-left: 6.6vw;
  width: calc(100% - 40%);
}

@media only screen and (max-width: 767px) {
  .ss-Howto .box-step .flex-step .step-right {
    width: 100%;
    padding-left: 0;
  }
}

.ss-Howto .box-step .flex-step .step-right .txt-base01 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .ss-Howto .box-step .flex-step .step-right .txt-base01 {
    margin-bottom: 15px;
    text-align: left;
  }
}

.ss-Howto .box-step .flex-step .step-right .btn-feature {
  margin-bottom: 18px;
  max-width: 481px;
}

@media only screen and (max-width: 767px) {
  .ss-Howto .box-step .flex-step .step-right .btn-feature {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ss-Howto .box-step .flex-step .step-right .ttl-style02, .ss-Howto .box-step .flex-step .step-right .ttl-maintence2, .ss-Howto .box-step .flex-step .step-right .ttl-maintence3, .ss-Howto .box-step .flex-step .step-right .ttl-style06 {
    margin-bottom: 15px;
  }
}

.ss-Howto .box-step .btn-cart {
  color: #F0A1B3;
  position: relative;
  padding-left: 40px;
  background-image: url("../img/howto_index/ico-01.png");
  font-size: 18px;
  font-size: 1.8rem;
}

.ss-Howto .box-step .btn-cart:before {
  content: "";
  background: url("../img/howto_index/ico-cart.png") no-repeat;
  width: 35px;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .ss-Howto .box-step .btn-cart:before {
    width: 30px;
    height: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-Howto .box-step .btn-cart {
    padding-left: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.ss-Howto .box-step.box-step-02 {
  padding: 67px 25px 50px;
  margin-bottom: 132px;
}

@media only screen and (max-width: 767px) {
  .ss-Howto .box-step.box-step-02 {
    padding: 40px 12px 50px;
    margin-bottom: 60px;
  }
}

.ss-Howto .box-step.box-step-03 {
  padding: 75px 25px 55px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .ss-Howto .box-step.box-step-03 {
    padding: 40px 12px 30px;
  }
}

.ss-Howto .flex-step02 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .ss-Howto .flex-step02 {
    margin-bottom: 40px;
  }
}

.box-adjuster {
  padding: 52px 25px 50px;
  border-radius: 10px;
  background: #F7EBBC;
}

@media only screen and (max-width: 767px) {
  .box-adjuster {
    padding: 30px 15px;
  }
}

.box-adjuster .flex-adjus {
  max-width: 580px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .box-adjuster .flex-adjus {
    margin-bottom: 0px;
  }
}

.box-adjuster .flex-adjus .item-adjus {
  margin-right: 30px;
  width: calc(100%/2 - 15px);
}

@media only screen and (max-width: 767px) {
  .box-adjuster .flex-adjus .item-adjus {
    margin-bottom: 25px;
    width: 100%;
    margin-right: 0;
  }
}

.box-adjuster .flex-adjus .item-adjus:nth-child(2) {
  margin-right: 0;
}

.box-adjuster .flex-adjus .item-adjus img {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .box-adjuster .flex-adjus .item-adjus img {
    margin-bottom: 10px;
  }
}

.box-adjuster .flex-adjus .item-adjus p {
  color: #392934;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .box-adjuster .flex-adjus .item-adjus p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-adjuster .desc-adjus {
  color: #523B4B;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .box-adjuster .desc-adjus {
    text-align: left;
  }
}

.box-adjuster.box-adjuster02 .ttl-style02, .box-adjuster.box-adjuster02 .ttl-maintence2, .box-adjuster.box-adjuster02 .ttl-maintence3, .box-adjuster.box-adjuster02 .ttl-style06 {
  margin-bottom: 20px;
}

.box-Howto-wear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .box-Howto-wear {
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-Howto-wear .item-wear {
  margin-right: 24px;
  width: calc(100%/3 - 16px);
}

.box-Howto-wear .item-wear:nth-child(3) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .box-Howto-wear .item-wear {
    margin-right: 0;
    width: 100%;
    margin-bottom: 45px;
  }
}

.box-Howto-wear .item-wear .img-wear {
  position: relative;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .box-Howto-wear .item-wear .img-wear {
    margin-bottom: 30px;
  }
}

.box-Howto-wear .item-wear .img-wear .number {
  width: 74px;
  left: 50%;
  bottom: -34px;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .box-Howto-wear .item-wear .img-wear .number {
    bottom: -20px;
    width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .box-Howto-wear .item-wear .txt-base01 {
    text-align: left;
  }
}

.box-Howto-wear .ttl-style02, .box-Howto-wear .ttl-maintence2, .box-Howto-wear .ttl-maintence3, .box-Howto-wear .ttl-style06 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .box-Howto-wear .ttl-style02, .box-Howto-wear .ttl-maintence2, .box-Howto-wear .ttl-maintence3, .box-Howto-wear .ttl-style06 {
    margin-bottom: 12px;
  }
}

.box-Howto-wear.box-Howto-wear-02 {
  margin-top: 100px;
  margin-bottom: 85px;
}

@media only screen and (max-width: 767px) {
  .box-Howto-wear.box-Howto-wear-02 {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}

.box-Howto-wear.box-Howto-wear-02 .item-wear {
  margin-right: 20px;
  width: calc(100%/4 - 15px);
}

.box-Howto-wear.box-Howto-wear-02 .item-wear:nth-child(4) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .box-Howto-wear.box-Howto-wear-02 .item-wear:nth-child(4) {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .box-Howto-wear.box-Howto-wear-02 .item-wear {
    width: 100%;
    margin-right: 0;
  }
}

.box-Howto-wear.box-Howto-wear-02 .item-wear .number {
  bottom: -30px;
  width: 60px;
}

@media only screen and (max-width: 767px) {
  .box-Howto-wear.box-Howto-wear-02 .item-wear .number {
    bottom: -20px;
    width: 40px;
  }
}

.box-Howto-wear.box-Howto-wear-02 .item-wear .ttl-style02, .box-Howto-wear.box-Howto-wear-02 .item-wear .ttl-maintence2, .box-Howto-wear.box-Howto-wear-02 .item-wear .ttl-maintence3, .box-Howto-wear.box-Howto-wear-02 .item-wear .ttl-style06 {
  margin-bottom: 15px;
}

.box-Howto-wear.box-Howto-wear-02 .txt-base01 {
  text-align: left;
}

.ttl-base03 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -28px;
}

@media only screen and (max-width: 767px) {
  .ttl-base03 {
    position: static;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 30px;
  }
}

.ttl-base03 span {
  display: block;
  position: relative;
  background: #91CED0;
  color: #fff;
  text-align: center;
  max-width: 500px;
  width: 500px;
  padding: 3px 15px 7px;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 900px) {
  .ttl-base03 span {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ttl-base03 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ttl-base03 span:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(120deg);
      -ms-transform: translateX(-50%) rotate(120deg);
          transform: translateX(-50%) rotate(120deg);
  bottom: -12px;
  border: 10px solid transparent;
  border-top: 16px solid #91CED0;
}

.ttl-base03 span .img-step {
  width: 83px;
  height: auto;
  position: absolute;
  left: 24px;
  top: -10px;
}

@media only screen and (max-width: 767px) {
  .ttl-base03 span .img-step {
    width: 50px;
    left: 10px;
  }
}

.content-Introduce {
  padding: 50px 0 75px;
}

@media only screen and (max-width: 767px) {
  .content-Introduce {
    padding: 40px 0;
  }
}

.content-Introduce .ttl-style02, .content-Introduce .ttl-maintence2, .content-Introduce .ttl-maintence3, .content-Introduce .ttl-style06 {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .content-Introduce .ttl-style02, .content-Introduce .ttl-maintence2, .content-Introduce .ttl-maintence3, .content-Introduce .ttl-style06 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .content-Introduce .col-content {
    text-align: left !important;
  }
}

.content-Introduce .box01 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .content-Introduce .box01 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.content-Introduce .box01 .row .col.col-right {
  padding: 0px 6.6% 0px 5.4%;
}

@media only screen and (max-width: 767px) {
  .content-Introduce .box01 .row .col.col-right {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .content-Introduce .box01 .row .col-left {
    margin-bottom: 20px;
  }
}

.content-Introduce .box01 .ttl-style02, .content-Introduce .box01 .ttl-maintence2, .content-Introduce .box01 .ttl-maintence3, .content-Introduce .box01 .ttl-style06 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .content-Introduce .box01 .ttl-style02, .content-Introduce .box01 .ttl-maintence2, .content-Introduce .box01 .ttl-maintence3, .content-Introduce .box01 .ttl-style06 {
    margin-bottom: 20px;
  }
}

.qa-intro {
  background: #f8f4ed;
  padding: 93px 0px 95px;
}

@media only screen and (max-width: 767px) {
  .qa-intro {
    padding: 60px 0px 40px;
  }
}

.qa-intro p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .qa-intro p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .qa-intro .ttl-style01 {
    margin-bottom: 46px;
  }
}

.qa-intro .ttl-style02, .qa-intro .ttl-maintence2, .qa-intro .ttl-maintence3, .qa-intro .ttl-style06 {
  text-align: center;
  display: block;
  margin: 34px auto 33px;
}

@media only screen and (max-width: 767px) {
  .qa-intro .ttl-style02, .qa-intro .ttl-maintence2, .qa-intro .ttl-maintence3, .qa-intro .ttl-style06 {
    margin: 20px auto 20px;
  }
}

.qa-intro .listChoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .qa-intro .listChoice {
    display: block;
    margin-top: 25px;
  }
}

.qa-intro .listChoice .item {
  margin-right: 3%;
  width: calc((100% - 6%)/3);
}

@media only screen and (max-width: 767px) {
  .qa-intro .listChoice .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.qa-intro .listChoice .item:last-child {
  margin-right: 0;
}

.qa-intro .listChoice .item a {
  display: block;
  padding: 20px 20px;
  background: #f0a1b3;
  text-align: center;
  color: #ffffff;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1000px) {
  .qa-intro .listChoice .item a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .qa-intro .listChoice .item a {
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.qa-intro .listChoice .item a:after {
  content: '';
  position: absolute;
  right: 50px;
  top: 50%;
  background: url("../img/qa/ico-arr.png") no-repeat;
  width: 17px;
  height: 10px;
  background-size: cover;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .qa-intro .listChoice .item a:after {
    right: 20px;
  }
}

@media screen and (max-width: 800px) {
  .qa-intro .listChoice .item a:after {
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .qa-intro .listChoice .item a:after {
    right: 20px;
  }
}

.ss-qa {
  padding: 88px 0px 113px;
  background: #fbeff1;
}

@media only screen and (max-width: 767px) {
  .ss-qa {
    padding: 20px 0px 50px;
  }
}

.ss-qa .qa-item {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .ss-qa .qa-item {
    margin-bottom: 40px;
  }
}

.ss-qa .qa-item:last-child {
  margin-bottom: 0;
}

.ss-qa .qa-item .listQa .item {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 60px 30px 68px 76px;
  color: #523b4b;
  border-radius: 8px;
}

@media screen and (max-width: 1200px) {
  .ss-qa .qa-item .listQa .item {
    padding: 60px 20px 68px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-qa .qa-item .listQa .item {
    padding: 20px 20px 30px;
  }
}

@media only screen and (min-width: 768px) {
  .ss-qa .qa-item .listQa .item.item-other .ans-wrap .ans-content {
    margin-top: -9px;
  }
}

.ss-qa .qa-item .listQa .item:last-child {
  margin-bottom: 0;
}

.ss-qa .qa-item .listQa .item .quest-wrap, .ss-qa .qa-item .listQa .item .ans-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .ss-qa .qa-item .listQa .item .quest-wrap, .ss-qa .qa-item .listQa .item .ans-wrap {
    display: block;
  }
}

.ss-qa .qa-item .listQa .item .quest-wrap.flx-cen, .ss-qa .qa-item .listQa .item .ans-wrap.flx-cen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ss-qa .qa-item .listQa .item .quest-wrap.flx-fs, .ss-qa .qa-item .listQa .item .ans-wrap.flx-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ss-qa .qa-item .listQa .item .quest-wrap > *, .ss-qa .qa-item .listQa .item .ans-wrap > * {
  width: calc(100% - 76px - 25px);
}

@media only screen and (max-width: 767px) {
  .ss-qa .qa-item .listQa .item .quest-wrap > *, .ss-qa .qa-item .listQa .item .ans-wrap > * {
    width: 100%;
  }
}

.ss-qa .qa-item .listQa .item .quest-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
}

@media only screen and (max-width: 767px) {
  .ss-qa .qa-item .listQa .item .quest-wrap {
    margin-bottom: 25px;
  }
}

.ss-qa .qa-item .listQa .item .quest-wrap p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #f0a1b3;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .ss-qa .qa-item .listQa .item .quest-wrap p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ss-qa .qa-item .listQa .item .ans-wrap .ans-content {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.88;
}

@media only screen and (max-width: 767px) {
  .ss-qa .qa-item .listQa .item .ans-wrap .ans-content {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.ss-qa .qa-item .listQa .item .ans-wrap .ans-content ul {
  margin-bottom: 37px;
}

@media only screen and (max-width: 767px) {
  .ss-qa .qa-item .listQa .item .ans-wrap .ans-content ul {
    margin-bottom: 20px;
  }
}

.ss-qa .qa-item .listQa .item .ans-wrap .ans-content .btn-group {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .ss-qa .qa-item .listQa .item .ans-wrap .ans-content .btn-group {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .ss-qa .qa-item .listQa .item .ans-wrap .ans-content .btn-group .btn-style04 {
    margin-right: 30px;
  }
  .ss-qa .qa-item .listQa .item .ans-wrap .ans-content .btn-group .btn-style04:last-child {
    margin-right: 0;
  }
}

.ss-qa .qa-item .listQa .item .box {
  font-size: 11px;
  font-size: 1.1rem;
  width: 76px;
  height: 109px;
  border: 2px solid rgba(240, 161, 179, 0.8);
  margin-bottom: 0;
  margin-right: 25px;
  padding: 8px 3px;
  line-height: 1.35;
}

@media only screen and (max-width: 767px) {
  .ss-qa .qa-item .listQa .item .box {
    margin: 0px 0 10px;
    padding: 3px 3px 5px;
    height: auto;
    width: 100%;
  }
}

.ss-qa .qa-item .listQa .item .box .txt-num {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .ss-qa .qa-item .listQa .item .box .txt-num {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.ss-qa .qa-item .listQa .item .box.box-quest {
  background: rgba(240, 161, 179, 0.8);
  border: none;
  color: #ffffff;
}

.ss-qa .qa-item .listQa .item .box.box-ans {
  background: #ffffff;
  color: #f0a1b3;
}

.ttl-style06 {
  border-left: 10px solid #f0a1b3;
  padding-left: 20px;
  margin-bottom: 30px;
}

.ttl-style06 span {
  line-height: 2;
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {
  .ttl-style06 {
    margin-bottom: 30px;
  }
}

.btn-style04 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  display: block;
  height: 42px;
  line-height: 38px;
  max-width: 300px;
  position: relative;
  color: #523b4b;
  border: 1px solid #523b4b;
  border-radius: 25px;
  margin-top: 24px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .btn-style04 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .btn-style04 {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 20px auto 0px;
  }
}

.btn-style04:after {
  content: '';
  position: absolute;
  background: url("../img/qa/ico-arr-r.png") no-repeat;
  width: 9px;
  height: 15px;
  background-size: cover;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .btn-style04:after {
    right: 15px;
  }
}

.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mb0 {
  margin-bottom: 0 !important;
}

u {
  text-underline-position: under;
  display: inline;
}

.list-image-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 45px -9px -18px;
}

@media only screen and (max-width: 767px) {
  .list-image-style {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
  }
}

.list-image-style li {
  width: 33.33%;
  padding: 0 9px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .list-image-style li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.list-image-style li img {
  width: 100%;
}

.qa-intro.style-index {
  padding-bottom: 137px;
}

@media only screen and (max-width: 767px) {
  .qa-intro.style-index {
    padding-bottom: 70px;
  }
}

.blog-index {
  background: #fcfbf7;
  padding: 93px 0 232px;
}

@media only screen and (max-width: 767px) {
  .blog-index {
    padding: 60px 0 35px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .blog-index {
    padding-bottom: 100px;
  }
}

.blog-index .ttl-style01 {
  margin-bottom: 113px;
}

@media only screen and (max-width: 767px) {
  .blog-index .ttl-style01 {
    margin-bottom: 30px;
  }
}

.blog-index .ttl-type-02 {
  margin-bottom: 43px;
}

.mb-0 {
  margin-bottom: 0;
}

.inner-960 {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .inner-960 {
    padding: 0 15px;
  }
}

.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-right {
  width: 275px;
  padding-top: 6px;
}

@media only screen and (max-width: 767px) {
  .page-right {
    width: 100%;
  }
}

.page-left {
  width: calc(100% - 275px);
  padding-right: 50px;
}

@media (min-width: 768px) and (max-width: 900px) {
  .page-left {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}

.item-news {
  margin-bottom: 107px;
}

.item-news:last-child {
  margin-bottom: 77px;
}

@media (min-width: 768px) and (max-width: 900px) {
  .item-news {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .item-news {
    margin-bottom: 30px;
  }
  .item-news:last-child {
    margin-bottom: 30px;
  }
}

.item-news .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 14px;
  border-bottom: solid 1px #b5b5b5;
  margin-bottom: 15px;
}

.item-news .item-info span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.28;
  color: #474747;
  letter-spacing: -1px;
}

.item-news .item-info span:nth-child(1) {
  margin-right: 11px;
}

.item-news .item-info span:nth-child(1) img {
  margin-right: 7px;
}

.item-news .item-info span:nth-child(2) {
  margin-right: 14px;
}

.item-news .item-info span:nth-child(2) img {
  margin-right: 7px;
}

.item-news .item-info span:nth-child(3) img {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .item-news .item-info span {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 10px;
  }
  .item-news .item-info span:first-child {
    margin-left: 0;
  }
  .item-news .item-info span img {
    margin-right: 3px;
  }
}

.item-news .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.item-news .item-content img {
  width: calc(273/638*100%);
}

@media only screen and (max-width: 767px) {
  .item-news .item-content img {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .item-news .item-content img {
    width: 40%;
  }
}

.item-news .item-content .img {
  width: calc(273/638*100%);
  overflow: hidden;
  height: 180px;
}

@media only screen and (max-width: 767px) {
  .item-news .item-content .img {
    width: 100%;
    height: inherit;
    overflow: inherit;
    margin-bottom: 10px;
  }
}

.item-news .item-content .img img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.item-news .item-content .box-content {
  width: calc(365/638*100%);
  padding-left: 30px;
}

@media (min-width: 768px) and (max-width: 900px) {
  .item-news .item-content .box-content {
    width: 60%;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .item-news .item-content .box-content {
    width: 100%;
    padding-left: 0;
  }
}

.item-news .item-content .box-content:after {
  content: "";
  display: block;
  clear: both;
}

.item-news .item-content .ttl {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.36;
  color: #392934;
  margin-bottom: 12px;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .item-news .item-content .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .item-news .item-content .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.item-news .item-content p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #392934;
  font-weight: 500;
  letter-spacing: -2px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .item-news .item-content p {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}

.item-news .item-content .more {
  color: #eb6877;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1;
  padding: 0;
  border-bottom: solid 1px;
  float: right;
  padding-bottom: 6px;
  width: 46px;
  text-align: center;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

.ttl-type-02 {
  color: #fff;
  padding: 0 20px;
  background: #f0a1b4;
  height: 43px;
  line-height: 43px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .ttl-type-02 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px !important;
  }
}

.spilit-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.spilit-pages a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 0 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  color: #222222;
}

.spilit-pages a.current {
  background: #f2ede7;
}

@media (min-width: 768px) and (max-width: 900px) {
  .spilit-pages a {
    margin: 0 4px;
  }
}

@media only screen and (max-width: 767px) {
  .spilit-pages a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 3px;
  }
}

.sidebar-archive {
  margin-bottom: 33px;
  border: 1px solid #c7c7c7;
  background: #ffffff;
}

.sidebar-archive.box-02 .ttl-sidebar {
  margin-bottom: 24px;
}

.sidebar-archive.box-02 .list-category {
  padding-bottom: 3px;
}

.sidebar-archive.box-03 .list-tag {
  padding-bottom: 16px;
}

.sidebar-archive .ttl-sidebar {
  text-align: center;
  margin-bottom: 22px;
  margin-top: 7px;
  font-family: 'Times New Roman';
}

@media only screen and (max-width: 767px) {
  .sidebar-archive .ttl-sidebar {
    margin-bottom: 10px !important;
  }
}

.sidebar-archive .ttl-sidebar span {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #4f4f4f;
  padding-top: 12px;
  padding-bottom: 8px;
  border-bottom: solid 1px #4f4f4f;
}

@media only screen and (max-width: 767px) {
  .sidebar-archive .ttl-sidebar {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sidebar-archive .list-category {
  padding: 0 0 5px 0;
}

.sidebar-archive .list-category.type02 li a:before {
  color: #444444;
}

.sidebar-archive .list-category li {
  border-bottom: 1px dotted #cbcbcb;
}

.sidebar-archive .list-category li:last-child {
  border-bottom: 0;
}

.sidebar-archive .list-category li a {
  padding: 10px 24px 10px 44px;
  color: #392934;
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .sidebar-archive .list-category li a {
    padding: 8px 8px 8px 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sidebar-archive .list-category li a {
    padding: 11px 24px 7px 44px;
  }
}

.sidebar-archive .list-category li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  left: 25px;
  top: 50%;
  position: absolute;
  margin-right: 15px;
  color: #f0909b;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .sidebar-archive .list-category li a:before {
    left: 15px;
  }
}

.sidebar-archive .list-tag {
  padding: 11px 12px 10px;
}

.sidebar-archive .list-tag li {
  margin-bottom: 9px;
  margin-right: 9px;
  display: inline-block;
}

.sidebar-archive .list-tag li a {
  color: #eb6877;
  background: #fbf1f3;
  border-radius: 20px;
  display: block;
  min-width: 98px;
  padding: 5px 7px 5px 14px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sidebar-archive .list-tag li a {
    padding: 7px 7px 7px 14px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-archive .list-tag li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 6px;
  }
}

.sec-ranking {
  background: #ffffff;
  -webkit-transition: opacity, -webkit-transform 1s !important;
  transition: opacity, -webkit-transform 1s !important;
  -o-transition: opacity, transform 1s !important;
  transition: opacity, transform 1s !important;
  transition: opacity, transform 1s, -webkit-transform 1s !important;
  position: relative;
}

.sec-ranking .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-ranking .tab-menu li {
  text-align: center;
  width: 50%;
  color: #000;
  height: 42px;
  display: block;
  line-height: 45px;
  cursor: pointer;
  margin-top: 4px;
  font-size: 18px;
  font-size: 1.8rem;
}

.sec-ranking .tab-menu li.active {
  border-bottom: 0px;
  margin-top: 0;
}

.sec-ranking .tab-menu li.active span {
  padding-top: 4px;
  border-bottom: 0px;
}

.sec-ranking .tab-menu li:last-child span {
  margin-left: -1px;
}

.sec-ranking .tab-menu li span {
  display: block;
  border: 1px solid #dddddd;
  line-height: 42px;
}

.sec-ranking .tab-content {
  border: 1px solid #c7c7c7;
  border-top: 0;
  margin-bottom: 30px;
  display: none;
}

.sec-ranking .tab-content.active {
  display: block;
}

.sec-ranking .tab-content .list-product {
  padding-top: 3px;
  counter-reset: data-num;
}

.sec-ranking .tab-content .list-product .item-pro {
  border-bottom: 1px dotted #c7c7c7;
  counter-increment: data-num;
}

.sec-ranking .tab-content .list-product .item-pro:last-child {
  border-bottom: 0px;
}

.sec-ranking .tab-content .list-product .item-pro a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 14px 11px 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec-ranking .tab-content .list-product .item-pro a .pro-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  margin-top: 5px;
}

.sec-ranking .tab-content .list-product .item-pro a .pro-img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: inherit;
}

.sec-ranking .tab-content .list-product .item-pro a .number {
  position: absolute;
  z-index: 2;
  background: #91cfce;
  height: 22px;
  width: 22px;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  color: #fff;
  top: 6px;
  left: 9px;
  font-size: 16px;
  font-size: 1.6rem;
}

.sec-ranking .tab-content .list-product .item-pro a .number::before {
  content: counter(data-num);
  display: block;
}

.sec-ranking .tab-content .list-product .item-pro a .pro-text {
  width: calc(100% - 60px);
  padding-left: 18px;
}

.sec-ranking .tab-content .list-product .item-pro a .pro-text .ttl-pro {
  color: #222222;
  min-height: 34px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 8px;
  letter-spacing: -1px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .sec-ranking .tab-content .list-product .item-pro a .pro-text .ttl-pro {
    margin-top: 2px;
  }
}

.sec-ranking .tab-content .list-product .item-pro a .pro-text .date {
  color: #686868;
  font-size: 12px;
  font-size: 1.2rem;
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  margin: 0 8px !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  color: #222222;
  padding: 0  !important;
  border: none !important;
  opacity: 1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 25px !important;
    height: 25px !important;
    line-height: 25px;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 3px !important;
  }
}

.wp-pagenavi a.last, .wp-pagenavi a.first, .wp-pagenavi span.last, .wp-pagenavi span.first {
  width: 55px !important;
}

.wp-pagenavi a.pages, .wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi a.current, .wp-pagenavi span.current {
  background: #f2ede7;
  font-weight: normal !important;
}

.wp-pagenavi a:hover {
  background: #f2ede7;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .blog-index.detail {
    padding-bottom: 176px;
  }
}

.blog-index.detail .ttl-type-02 {
  margin-bottom: 27px;
}

.ttl-Base01 {
  color: #392934;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 26px;
  letter-spacing: -1.5px;
  border-bottom: 1px solid #000000;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .ttl-Base01 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.date-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 51px;
}

@media only screen and (max-width: 767px) {
  .date-share {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 500px) {
  .date-share {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.date-share p {
  color: #8bbec0;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.date-share p span {
  color: #666;
}

@media screen and (max-width: 500px) {
  .date-share p {
    width: 100%;
    margin-bottom: 12px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.date-share .list-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 500px) {
  .date-share .list-share {
    width: 100%;
  }
}

.date-share .list-share li {
  margin-left: 10px;
}

@media screen and (max-width: 500px) {
  .date-share .list-share li {
    margin-right: 10px;
    margin-left: 0;
  }
}

.date-share .list-share li:nth-child(3) a {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.date-share .list-share li a {
  display: block;
}

.des-txt {
  color: #392934;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
  .des-txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}

.table-content {
  padding: 45px 32px 30px;
  margin-bottom: 90px;
  border: solid 17px #f7dce3;
  background: #ffffff;
}

@media (min-width: 768px) and (max-width: 900px) {
  .table-content {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .table-content {
    margin-bottom: 50px;
    padding: 20px 10px 15px;
  }
}

.table-content .ttl-tb {
  color: #392934;
  text-align: center;
  margin-bottom: 36px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .table-content .ttl-tb {
    margin-bottom: 13px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.table-content .list-tb {
  background: #fff;
  border-radius: 5px;
  padding: 21px 28px 0px;
}

@media only screen and (max-width: 767px) {
  .table-content .list-tb {
    padding: 0;
    margin-bottom: 5px;
  }
}

.table-content .list-tb li {
  margin-bottom: 6px;
  font-weight: 500;
  color: #392934;
  line-height: 2.1;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .table-content .list-tb li {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    padding-left: 20px;
  }
  .table-content .list-tb li > span {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.table-content .list-tb li ul {
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .table-content .list-tb li ul {
    padding-left: 10px;
  }
}

.table-content .list-tb li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

.table-content .list-tb li ul li span {
  -ms-flex-preferred-size: 37px;
      flex-basis: 37px;
  margin-right: 5px;
  position: relative;
  top: auto;
  left: auto;
}

.table-content .list-tb li ul li strong {
  display: inline-block;
}

.table-content .list-tb li span {
  display: inline-block;
  margin-right: 17px;
  color: #91ced0;
  font-style: italic;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .table-content .list-tb li span {
    margin-right: 10px;
  }
}

.table-content .list-tb li b {
  color: #91ced0;
  margin-left: 33px;
  display: inline-block;
  font-style: italic;
  font-weight: 500;
}

.ttl-Base02 {
  color: #fff;
  background: #4f4f4f;
  padding: 9px 18px;
  margin-bottom: 28px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .ttl-Base02 {
    padding: 8px 15px;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ct-detail {
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 35px;
  /*img{
		margin-bottom: 30px;
	}*/
}

@media only screen and (max-width: 767px) {
  .ct-detail {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.ct-detail h2 {
  color: #fff;
  padding: 0 20px;
  background: #f0a1b4;
  height: 43px;
  line-height: 43px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  .ct-detail h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px !important;
  }
}

.ct-detail .ttl-Base03,
.ct-detail h3 {
  color: #8bbec0;
  padding-left: 25px;
  font-weight: bold;
  line-height: 1.8;
  border-left: 7px solid #8bbec0;
  margin-bottom: 21px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .ct-detail .ttl-Base03,
  .ct-detail h3 {
    border-left: 4px solid #8bbec0;
    padding-left: 10px;
    margin-bottom: 10px !important;
    font-size: 20px;
    font-size: 2rem;
  }
}

.ct-detail p {
  margin-bottom: 30px;
  line-height: 2.25;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .ct-detail p {
    margin-bottom: 15px;
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}

.ct-Hiromi .ttl-romi {
  color: #91ced0;
  font-weight: 500;
  margin-bottom: 46px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .ct-Hiromi .ttl-romi {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.ct-Hiromi .list-romi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
}

@media only screen and (max-width: 767px) {
  .ct-Hiromi .list-romi {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.ct-Hiromi .list-romi li {
  width: 33.33%;
  padding: 0 11px;
  margin-bottom: 19px;
}

@media only screen and (max-width: 767px) {
  .ct-Hiromi .list-romi li {
    width: 50%;
    padding: 0 5px;
  }
}

.ct-Hiromi .list-romi li .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

.ct-Hiromi .list-romi li .img::after {
  content: "";
  display: block;
  padding-top: 65%;
}

.ct-Hiromi .list-romi li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .ct-Hiromi .list-romi li .img {
    margin-bottom: 10px;
  }
}

.ct-Hiromi .list-romi li .desc-romi {
  color: #392934;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .ct-Hiromi .list-romi li .desc-romi {
    line-height: 1.4;
  }
}

.des-type-02 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .des-type-02 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.list-sub {
  margin-bottom: 41px;
}

.list-sub li {
  margin-bottom: 23px;
}

.list-sub h3 {
  margin-bottom: 21px;
}

.list-sub p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
}

@media only screen and (max-width: 767px) {
  .list-sub p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

.txtBasic {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
}

@media only screen and (max-width: 767px) {
  .txtBasic {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

.main-img {
  margin-top: 58px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .main-img {
    margin-top: 20px;
  }
}

.box-01 {
  background: transparent;
}

.box-01 .tab-menu {
  position: relative;
}

.box-01 .tab-menu:before {
  content: "";
  top: 4px;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  position: absolute;
}

.box-01 .tab-menu li {
  position: relative;
  z-index: 2;
  background: #ffffff;
}

.box-01 .tab-menu li a {
  background: #ffffff;
}

.box-01 .tab-content {
  background: #ffffff;
}

#toc_container {
  padding: 45px 32px 30px !important;
  margin-bottom: 90px !important;
  border: solid 17px #f7dce3 !important;
  background: #ffffff !important;
  font-size: 100% !important;
}

@media (min-width: 768px) and (max-width: 900px) {
  #toc_container {
    padding: 20px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  #toc_container {
    margin-bottom: 50px !important;
    padding: 20px 10px 15px !important;
  }
}

#toc_container .toc_title {
  color: #392934;
  text-align: center;
  margin-bottom: 36px !important;
  font-weight: 500 !important;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  #toc_container .toc_title {
    margin-bottom: 13px !important;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#toc_container .toc_list {
  margin: 0 !important;
  background: #fff !important;
  border-radius: 5px;
  padding: 21px 28px 0px;
}

@media only screen and (max-width: 767px) {
  #toc_container .toc_list {
    padding: 0;
    margin-bottom: 5px !important;
  }
}

#toc_container .toc_list li {
  margin-bottom: 6px;
  font-weight: 500 !important;
  color: #392934;
  line-height: 2.1;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  #toc_container .toc_list li {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
  }
  #toc_container .toc_list li > span {
    position: absolute;
    top: 0;
    left: 0;
  }
}

#toc_container .toc_number {
  display: inline-block;
  margin-right: 17px;
  color: #91ced0;
  font-style: italic;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #toc_container .toc_number {
    margin-right: 10px;
  }
}

#page-salon_tokyo_index .box-contact-01 {
  background: #f6f6ea;
}

#page-salon_tokyo_index .box-timeline {
  border-color: #EFE8AA;
}

.box-staff {
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 105px;
}

@media screen and (max-width: 1023px) {
  .box-staff {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .box-staff {
    margin-bottom: 30px !important;
  }
}

.box-staff .image {
  width: 231px;
}

.box-staff .image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .box-staff .image {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .box-staff .image img {
    max-width: 80%;
    width: auto;
  }
}

@media screen and (max-width: 1023px) {
  .box-staff .image {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

.box-staff .box-content {
  width: calc(100% - 231px);
  padding-left: 15px;
}

.box-staff.no-image .box-content {
  width: 100%;
  padding-left: 0;
}

@media screen and (max-width: 1023px) {
  .box-staff .box-content {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .box-staff .box-content {
    width: 100%;
    padding-left: 0;
  }
}

.box-staff .box-content .title {
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .box-staff .box-content .title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

.box-staff .box-content .title span {
  display: inline-block;
  margin-left: 10px;
  font-size: 27px;
  font-size: 2.7rem;
}

@media only screen and (max-width: 767px) {
  .box-staff .box-content .title span {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .box-staff .box-content .title {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .box-staff .box-content .title span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.box-staff .box-content .txt-staff {
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .box-staff .box-content .txt-staff {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .box-staff .box-content .txt-staff {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-product {
  background-color: #fff;
  position: relative;
  padding: 10px;
  margin-bottom: 25px;
}

.box-product:before {
  content: "";
  width: 0;
  height: 0;
  border: 28px solid transparent;
  border-bottom-color: #E697A9;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .box-product {
    width: calc(100%/2 - 15px) !important;
    margin-right: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .box-product {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .box-product:nth-child(2n) {
    margin-right: 0  !important;
  }
}

@media screen and (max-width: 1000px) {
  .box-product:nth-child(3n + 3) {
    margin-right: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .box-product:nth-child(3n + 3) {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .box-product:nth-child(3) .content .item-l {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .box-product:nth-child(3) .content .item-r {
    width: calc(100% - 25%);
    margin-top: -6px;
    padding-left: 20px;
  }
}

.box-product .content {
  background-color: #EEEAE3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E697A9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 10px 17px 27px;
}

@media only screen and (max-width: 767px) {
  .box-product .content {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
}

.box-product .content .item-l {
  width: 21%;
}

@media only screen and (max-width: 767px) {
  .box-product .content .item-l {
    width: 100%;
    margin-bottom: 15px;
  }
  .box-product .content .item-l img {
    height: 100px;
  }
}

.box-product .content .item-r {
  line-height: 1.9;
  margin-top: -22px;
  padding-left: 17px;
  width: calc(100% - 21%);
}

@media screen and (max-width: 1280px) {
  .box-product .content .item-r {
    padding-left: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .box-product .content .item-r {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
  }
}

.box-product .content .label {
  color: #E697A9;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1280px) {
  .box-product .content .label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .box-product .content .label {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
    min-height: 34px;
  }
}

.box-product .content .text {
  font-weight: 100;
  line-height: 1.2;
  font-size: 27px;
  font-size: 2.7rem;
  color: #392934;
}

@media screen and (max-width: 1280px) {
  .box-product .content .text {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .box-product .content .text {
    font-size: 20px;
    font-size: 2rem;
  }
}

.box-service {
  background-color: #fff;
  border: 10px solid #81B4B6;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .box-service {
    width: calc(100%/3 - 16px) !important;
    margin-right: 24px !important;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .box-service {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.box-service:nth-child(3n + 3) {
  margin-right: 0 !important;
}

@media only screen and (max-width: 767px) {
  .box-service {
    padding-top: 30px;
    padding-bottom: 20px;
    border-width: 5px;
  }
}

.box-service .image {
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .box-service .image img {
    height: 84px;
  }
}

.box-service .jp {
  font-weight: 100;
  color: #392934;
  margin-bottom: 10px;
  font-size: 27px;
  font-size: 2.7rem;
}

@media screen and (max-width: 1200px) {
  .box-service .jp {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .box-service .jp {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
  }
}

.box-service .en {
  font-family: 'Dancing Script', cursive;
  color: #8BBEC0;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1200px) {
  .box-service .en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .box-service .en {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.box-origin {
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .box-origin {
    display: block;
  }
}

.box-origin .item-l {
  width: 688px;
  margin-right: 8%;
}

@media (max-width: 1560px) {
  .box-origin .item-l {
    margin-right: 2%;
    width: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .box-origin .item-l img {
    min-height: 510px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 1000px) {
  .box-origin .item-l img {
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 767px) {
  .box-origin .item-l {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}

.box-origin .item-r {
  width: 37%;
  text-align: center;
  padding-top: 55px;
}

@media (max-width: 1560px) {
  .box-origin .item-r {
    padding-right: 20px;
    padding-top: 20px;
    width: 58%;
  }
  .box-origin .item-r .text {
    text-align: center;
  }
  .box-origin .item-r .btn-insta {
    margin-left: auto;
    margin-right: auto;
    max-width: 463px;
  }
}

@media only screen and (max-width: 767px) {
  .box-origin .item-r {
    width: 100%;
    padding: 30px 10px 30px;
  }
}

.box-origin .title {
  color: #fff;
  font-size: 41px;
  font-size: 4.1rem;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .box-origin .title {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 3rem;
  }
}

@media (max-width: 400px) {
  .box-origin .title img {
    max-width: 290px;
    display: inline-block;
  }
}

.box-origin .label {
  font-weight: 100;
  font-size: 19px;
  font-size: 1.9rem;
  text-align: center;
  width: 197px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  color: #EFE8AA;
  font-size: 19px;
  font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
  .box-origin .label {
    font-size: 16px;
    font-size: 1.6rem;
    height: 35px;
    line-height: 35px;
    width: 150px;
  }
}

.box-origin .label:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.box-origin .text {
  text-align: left;
  margin-bottom: 40px;
  font-weight: 100;
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {
  .box-origin .text {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.box-origin .text span {
  font-weight: 100;
  background-repeat: no-repeat;
  background-size: 200% 15px;
  background-position: 0% 1em;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f1e5e7), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, #f1e5e7 50%, transparent 50%);
  background-image: linear-gradient(to right, #f1e5e7 50%, transparent 50%);
}

.box-origin .instagram {
  margin-bottom: 47px;
}

@media only screen and (max-width: 767px) {
  .box-origin .instagram {
    margin-bottom: 30px;
  }
  .box-origin .instagram a img {
    width: 170px;
  }
}

.box-origin .instagram > * {
  display: inline-block;
  vertical-align: middle;
}

.box-origin .instagram .icon-insta {
  margin-right: 18px;
}

.box-origin .instagram p {
  font-weight: 100;
  font-size: 21px;
  font-size: 2.1rem;
}

.box-origin .instagram p span {
  display: inline-block;
  font-size: 27px;
  font-size: 2.7rem;
}

.box-origin .instagram p span:first-child {
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .box-origin .instagram p span:first-child {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.box-origin .instagram p span:last-child {
  font-size: 27px;
  font-size: 2.7rem;
}

@media only screen and (max-width: 767px) {
  .box-origin .instagram p span:last-child {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.box-origin .btn-insta {
  margin-left: 13%;
}

@media only screen and (max-width: 767px) {
  .box-origin .btn-insta {
    margin: 0 auto;
  }
}

@media (max-width: 1000px) {
  .box-origin .title,
  .box-origin .label,
  .box-origin .text,
  .box-origin .instagram,
  .box-origin .btn-insta {
    margin-bottom: 30px;
  }
}

#page-salon_tokyo_index .sec-staff,
#page-salon_yokohama_index .sec-staff,
#page-salon_umeda_index .sec-staff,
#page-salon_nagoya_index .sec-staff,
#page-salon_shinjuku_index .sec-staff{
  padding-bottom: 130px;
  padding-top: 120px;
}

@media (max-width: 1200px) {
  #page-salon_tokyo_index .sec-staff,
  #page-salon_yokohama_index .sec-staff,
  #page-salon_umeda_index .sec-staff,
  #page-salon_nagoya_index .sec-staff,
  #page-salon_shinjuku_index .sec-staff{
    padding: 80px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  #page-salon_tokyo_index .sec-staff,
  #page-salon_yokohama_index .sec-staff,
  #page-salon_umeda_index .sec-staff,
  #page-salon_nagoya_index .sec-staff,
  #page-salon_shinjuku_index .sec-staff{
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  #page-salon_tokyo_index .sec-staff .ttl-style01,
  #page-salon_yokohama_index .sec-staff .ttl-style01,
  #page-salon_umeda_index .sec-staff .ttl-style01,
  #page-salon_nagoya_index .sec-staff .ttl-style01,
  #page-salon_shinjuku_index .sec-staff .ttl-style01{
    margin-bottom: 70px !important;
  }
}

#page-salon_tokyo_index .sec-service,
#page-salon_yokohama_index .sec-service,
#page-salon_umeda_index .sec-service,
#page-salon_nagoya_index .sec-service,
#page-salon_shinjuku_index .sec-service{
  padding-bottom: 130px;
  padding-top: 130px;
}

@media (max-width: 1200px) {
  #page-salon_tokyo_index .sec-service,
  #page-salon_yokohama_index .sec-service,
  #page-salon_umeda_index .sec-service,
  #page-salon_nagoya_index .sec-service,
  #page-salon_shinjuku_index .sec-service{
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  #page-salon_tokyo_index .sec-service,
  #page-salon_yokohama_index .sec-service,
  #page-salon_umeda_index .sec-service,
  #page-salon_nagoya_index .sec-service,
  #page-salon_shinjuku_index .sec-service{
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

#page-salon_tokyo_index .sec-product,
#page-salon_yokohama_index .sec-product,
#page-salon_umeda_index .sec-product,
#page-salon_nagoya_index .sec-product,
#page-salon_shinjuku_index .sec-product{
  padding-bottom: 123px;
}

@media screen and (max-width: 1200px) {
  #page-salon_tokyo_index .sec-product,
  #page-salon_yokohama_index .sec-product,
  #page-salon_umeda_index .sec-product,
  #page-salon_nagoya_index .sec-product,
  #page-salon_shinjuku_index .sec-product{
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #page-salon_tokyo_index .sec-product,
  #page-salon_yokohama_index .sec-product,
  #page-salon_umeda_index .sec-product,
  #page-salon_nagoya_index .sec-product,
  #page-salon_shinjuku_index .sec-product{
    padding-bottom: 50px;
  }
}

#page-salon_tokyo_index .sec-origin,
#page-salon_yokohama_index .sec-origin,
#page-salon_umeda_index .sec-origin,
#page-salon_nagoya_index .sec-origin,
#page-salon_shinjuku_index .sec-origin{
  background-image: url("../img/salon/tokyo/bg-02.png");
}

#page-salon_tokyo_index .sec-video,
#page-salon_yokohama_index .sec-video,
#page-salon_umeda_index .sec-video,
#page-salon_nagoya_index .sec-video,
#page-salon_shinjuku_index .sec-video{
  padding-top: 95px;
}

@media only screen and (min-width: 768px) {
  #page-salon_tokyo_index .sec-video .ttl-style01,
  #page-salon_yokohama_index .sec-video .ttl-style01,
  #page-salon_umeda_index .sec-video .ttl-style01,
  #page-salon_nagoya_index .sec-video .ttl-style01,
  #page-salon_shinjuku_index .sec-video .ttl-style01{
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #page-salon_tokyo_index .sec-video,
  #page-salon_yokohama_index .sec-video,
  #page-salon_umeda_index .sec-video,
  #page-salon_nagoya_index .sec-video,
  #page-salon_shinjuku_index .sec-video{
    padding-top: 40px;
  }
}

#page-salon_tokyo_index .sec-video .video,
#page-salon_yokohama_index .sec-video .video,
#page-salon_umeda_index .sec-video .video,
#page-salon_nagoya_index .sec-video .video,
#page-salon_shinjuku_index .sec-video .video{
  position: relative;
}

#page-salon_tokyo_index .sec-video .video video,
#page-salon_yokohama_index .sec-video .video video,
#page-salon_umeda_index .sec-video .video video,
#page-salon_nagoya_index .sec-video .video video,
#page-salon_shinjuku_index .sec-video .video video{
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;	
}

@media (max-width: 1149px) {
  #page-salon_tokyo_index .sec-video .video video,
  #page-salon_yokohama_index .sec-video .video video,
  #page-salon_umeda_index .sec-video .video video,
  #page-salon_nagoya_index .sec-video .video video,
  #page-salon_shinjuku_index .sec-video .video video{
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #page-salon_tokyo_index .sec-video .video video,
  #page-salon_yokohama_index .sec-video .video video,
  #page-salon_umeda_index .sec-video .video video,
  #page-salon_nagoya_index .sec-video .video video,
  #page-salon_shinjuku_index .sec-video .video video{
    max-width: 100%;
  }
}

#page-salon_tokyo_index .sec-video .video iframe,
#page-salon_yokohama_index .sec-video .video iframe,
#page-salon_umeda_index .sec-video .video iframe,
#page-salon_nagoya_index .sec-video .video iframe,
#page-salon_shinjuku_index .sec-video .video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page-salon_tokyo_index .sec-video .video,
#page-salon_yokohama_index .sec-video .video,
#page-salon_umeda_index .sec-video .video,
#page-salon_nagoya_index .sec-video .video,
#page-salon_shinjuku_index .sec-video .video{
  max-width: 1145px;
  margin: 0 auto;
}

#page-salon_tokyo_index,
#page-salon_umeda_index,
#page-salon_nagoya_index,
#page-salon_shinjuku_index{
  background-color: #F7F5E9;
}

#page-salon_tokyo_index .block-instagram .block-item img,
#page-salon_umeda_index .block-instagram .block-item img,
#page-salon_nagoya_index .block-instagram .block-item img,
#page-salon_shinjuku_index .block-instagram .block-item img{
  /*width: auto;*/
  -o-object-fit: fill;
     object-fit: fill;
}

@media only screen and (max-width: 767px) {
  #page-salon_tokyo_index .block-instagram .block-item img,
  #page-salon_umeda_index .block-instagram .block-item img,
  #page-salon_nagoya_index .block-instagram .block-item img,
  #page-salon_shinjuku_index .block-instagram .block-item img{
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#page-salon_tokyo_index .box-list-image,
#page-salon_umeda_index .box-list-image,
#page-salon_nagoya_index .box-list-image,
#page-salon_shinjuku_index .box-list-image{
  background-color: #fff;
}

#page-salon_tokyo_index .box-list-image .list-image,
#page-salon_umeda_index .box-list-image .list-image,
#page-salon_nagoya_index .box-list-image .list-image,
#page-salon_shinjuku_index .box-list-image .list-image{
  margin-bottom: 0;
}

#page-salon_tokyo_index .sec-staff,
#page-salon_umeda_index .sec-staff,
#page-salon_nagoya_index .sec-staff,
#page-salon_shinjuku_index .sec-staff{
  background-color: #fff;
}

#page-salon_umeda_index {
  background-color: #E6EFE6;
}

#page-salon_nagoya_index {
  background-color: #F1E5E7;
}

#page-salon_shinjuku_index {
  background-color: #F9E7D4;
}

#googleMap-03,
#googleMap-04,
#googleMap-05,
#googleMap-06{
  height: 384px;
  width: 100%;
}

.m1040 {
  display: none;
}

@media (min-width: 768px) and (max-width: 1050px) {
  .m1040 {
    display: initial;
  }
}

#page-salon_yokohama_index {
  background: #eae8f2;
}

#page-salon_yokohama_index .sec-service {
  background: #eae8f2;
}

#page-salon_yokohama_index .sec-product {
  background: #eae8f2;
}

#page-salon_yokohama_index .sec-staff {
  background: #ffffff;
}

#page-salon_yokohama_index .bgYellow {
  background: #EEEAE3;
}

#page-salon_yokohama_index .sec-origin {
  background-image: url(../img/salon/yokohama/index/bg-03.png);
  background-size: cover;
  background-color: #dedae8;
}

#page-salon_yokohama_index .box-origin .title {
  margin-bottom: 40px;
}

#page-salon_yokohama_index .box-origin .label {
  color: #BEB7D6;
  height: 41px;
  line-height: 41px;
  font-weight: 100;
}

#page-salon_yokohama_index .box-origin .text {
  font-weight: 100;
  position: relative;
}

#page-salon_yokohama_index .box-origin .text span {
  position: relative;
  z-index: 1;
  background-size: 200% 15px;
  background-position: 0% 1em;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #F1E5E7), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, #F1E5E7 50%, transparent 50%);
  background-image: linear-gradient(to right, #F1E5E7 50%, transparent 50%);
}

#page-salon_yokohama_index .box-origin .instagram p {
  font-size: 21px;
  font-size: 2.1rem;
}

#page-salon_yokohama_index .box-origin .instagram p span {
  font-size: 27px;
  font-size: 2.7rem;
}

.ss-slider {
  background: #eae8f2;
  padding-top: 85px;
}

@media only screen and (max-width: 767px) {
  .ss-slider {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .ss-slider .ttl-style01 {
    margin-bottom: 31px;
  }
}

@media only screen and (max-width: 767px) {
  .ss-slider .ttl-style01 {
    margin-bottom: 20px;
  }
}

.salon-slider {
  padding-top: 45px;
  max-width: 1145px;
  margin: 0 auto;
}

.salon-slider .slick-dots {
  position: absolute;
  top: 1px;
  height: 7px;
}

.salon-slider .slick-dots li {
  margin: 0 6px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #d3d3d3;
}

.salon-slider .slick-dots li.slick-active {
  background: #8bbec0;
}

.salon-slider .slick-dots li button {
  display: none;
}

.salon-slider .item img {
  width: 100%;
}

.salon-news {
  margin: 67px 0 69px 0;
}

@media only screen and (max-width: 767px) {
  .salon-news {
    margin: 40px 0;
  }
}

.salon-news .ttl-style01 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .salon-news .ttl-style01 {
    margin-bottom: 30px;
  }
}

.salon-news .inner {
  max-width: 1375px;
}

.list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.list-news li {
  width: calc((100% - 66px)/4);
  padding: 15px;
  background: #ffffff;
}

@media (min-width: 768px) and (max-width: 900px) {
  .list-news li {
    width: calc((100% - 22px)/2);
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .list-news li {
    width: calc((100% - 22px)/2);
    margin-bottom: 20px;
  }
}

@media (max-width: 595px) {
  .list-news li {
    width: 100%;
    margin-bottom: 20px;
  }
  .list-news li:last-child {
    margin-bottom: 0;
  }
}

.list-news li img {
  margin-bottom: 18px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .list-news li img {
    margin-bottom: 15px;
  }
}

.list-news li .ttl {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: calc(24/20);
  margin-bottom: 16px;
  padding-left: 2px;
  color: #392934;
}

@media only screen and (max-width: 767px) {
  .list-news li .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.list-news li .btn-type01 {
  background: #e697a9;
  line-height: 38px;
  font-size: 15px;
  font-size: 1.5rem;
  height: 43px;
  display: inline-block;
  text-align: center;
  margin: 0 12px 14px;
  width: calc(100% - 24px);
  font-weight: 100;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .list-news li .btn-type01 {
    padding-top: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .list-news li .btn-type01 {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .list-news li .btn-type01 {
    width: 100%;
    line-height: 39px;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.list-news li .btn-type01:after {
  position: static;
  top: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  right: auto;
  display: inline-block;
  margin-left: 30px;
}

@media (max-width: 1000px) {
  .list-news li .btn-type01:after {
    position: absolute;
    margin-left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.salon-video {
  margin-bottom: 82px;
}

@media only screen and (max-width: 767px) {
  .salon-video {
    margin-bottom: 40px;
  }
}

.salon-video .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1375px;
}

.salon-video .inner .content-video {
  padding-top: 65px;
  padding-right: 70px;
  padding-left: 53px;
  width: 51%;
}

@media (max-width: 1200px) {
  .salon-video .inner .content-video {
    padding-top: 0;
    padding-left: 0;
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .salon-video .inner .content-video {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .salon-video .inner .content-video {
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
}

.salon-video .inner .ttl-style02, .salon-video .inner .ttl-maintence2, .salon-video .inner .ttl-maintence3, .salon-video .inner .ttl-style06 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.2;
  color: #392934;
  margin-bottom: 30px;
  font-weight: 100;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.salon-video .inner .ttl-style02 span, .salon-video .inner .ttl-maintence2 span, .salon-video .inner .ttl-maintence3 span, .salon-video .inner .ttl-style06 span {
  font-size: 35px;
  font-size: 3.5rem;
  background-size: 200% 14px;
  background-position: 05% .9em;
  line-height: 1.2;
}

.salon-video .inner .ttl-style02 b, .salon-video .inner .ttl-maintence2 b, .salon-video .inner .ttl-maintence3 b, .salon-video .inner .ttl-style06 b {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 100;
}

@media only screen and (max-width: 767px) {
  .salon-video .inner .ttl-style02, .salon-video .inner .ttl-maintence2, .salon-video .inner .ttl-maintence3, .salon-video .inner .ttl-style06 {
    font-size: 25px !important;
    text-align: center !important;
  }
  .salon-video .inner .ttl-style02 span, .salon-video .inner .ttl-maintence2 span, .salon-video .inner .ttl-maintence3 span, .salon-video .inner .ttl-style06 span {
    font-size: 25px !important;
  }
  .salon-video .inner .ttl-style02 b, .salon-video .inner .ttl-maintence2 b, .salon-video .inner .ttl-maintence3 b, .salon-video .inner .ttl-style06 b {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 372px) {
  .salon-video .inner .ttl-style02, .salon-video .inner .ttl-maintence2, .salon-video .inner .ttl-maintence3, .salon-video .inner .ttl-style06 {
    font-size: 23px !important;
  }
  .salon-video .inner .ttl-style02 span, .salon-video .inner .ttl-maintence2 span, .salon-video .inner .ttl-maintence3 span, .salon-video .inner .ttl-style06 span {
    font-size: 23px !important;
  }
  .salon-video .inner .ttl-style02 b, .salon-video .inner .ttl-maintence2 b, .salon-video .inner .ttl-maintence3 b, .salon-video .inner .ttl-style06 b {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media (max-width: 360px) {
  .salon-video .inner .ttl-style02, .salon-video .inner .ttl-maintence2, .salon-video .inner .ttl-maintence3, .salon-video .inner .ttl-style06 {
    font-size: 20px !important;
  }
  .salon-video .inner .ttl-style02 span, .salon-video .inner .ttl-maintence2 span, .salon-video .inner .ttl-maintence3 span, .salon-video .inner .ttl-style06 span {
    font-size: 20px !important;
  }
}

.box-video {
  padding: 13px;
  background: #ffffff;
  width: 49%;
}

@media (min-width: 768px) and (max-width: 900px) {
  .box-video {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .box-video {
    width: 100%;
    padding: 10px;
  }
}

.box-video video {
  width: 100%;
}

.box-note {
  background: #f1e5e7;
  border: solid 3px #fff;
  border-radius: 10px;
  padding: 19px 35px;
}

@media (max-width: 1200px) {
  .box-note {
    padding: 19px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .box-note {
    padding: 10px 20px;
  }
}

.box-note p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.56;
  color: #392934;
}

@media only screen and (max-width: 767px) {
  .box-note p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    test-align: center;
  }
}

.salon-information {
  background: #ffffff;
  padding-top: 98px;
}

@media (max-width: 1200px) {
  .salon-information {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .salon-information {
    padding-top: 40px;
  }
}

.salon-information .inner {
  max-width: 1060px;
}

.salon-information p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: calc(33/18);
  margin-bottom: 30px;
  color: #392934;
}

@media (max-width: 1200px) {
  .salon-information p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .salon-information p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

.salon-information .ss-bnr {
  padding: 93px 0 100px;
}

.salon-information .ss-bnr.linetel {
    display: flex;
    justify-content: center;
}
.notion{text-align:center;
    justify-content:center;}

.notionone p{margin-bottom:100px;}

@media (max-width: 1200px) {
  .salon-information .ss-bnr {
    padding: 50px 0;
  }
  .salon-information .ss-bnr.linetel {
	  display: block;
  }
}

.ss-bnr-sec{padding:93px 0 20px !important;}

@media only screen and (max-width: 767px) {
  .salon-information .ss-bnr {
    padding: 40px 0;
  }
  .salon-information .ss-bnr/linetel {
	  display: block;
  }
}

.salon-information .ss-bnr .ss-bnr-inner {
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (max-width: 767px) {
  .salon-information .ss-bnr .ss-bnr-inner {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03 {
    padding: 28px 10px;
    padding-left: 136px;
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03:nth-child(1) i {
    margin-left: -13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03:nth-child(2) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03:nth-child(2) i {
    left: 4px;
    font-size: 42px;
  }
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03:nth-child(2) span {
    margin-left: 28px;
  }
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03 span {
    line-height: 1;
    font-size: 20px;
    font-size: 2rem;
    margin-left: 27px;
  }
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03:after {
    background: url(../img/salon/yokohama/index/ico-right2.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    width: 14px;
    height: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03:after {
    width: 12px;
    height: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03 i {
    font-size: 47px;
    font-size: 4.7rem;
    left: -13px;
    margin-right: 0;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);*/
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 900px) {
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03 {
    padding-left: 20px;
  }
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03 i {
    left: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03 {
    padding: 20px 10px;
    text-align: center;
  }
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03:first-child {
    margin-top: 0;
  }
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03 i {
    top: 3px;
    left: -14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03 i {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: auto;
    left: auto;
  }
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03 span {
    margin-left: 24px;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .salon-information .ss-bnr .ss-bnr-inner .btn-style03 {
    padding: 20px 10px 20px 40px;
  }
}

.ttl-type01 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: calc(42/35);
  color: #523B4B;
  text-align: center;
  margin-bottom: 55px;
  font-weight: 100;
}

@media only screen and (max-width: 767px) {
  .ttl-type01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}

.ttl-type01 span {
  color: #523B4B;
  border: solid 1px #523B4B;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  height: 27px;
  line-height: 27px;
  padding: 0 17px;
  text-transform: uppercase;
  font-family: "Times New Roman";
  margin-bottom: 36px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .ttl-type01 span {
    margin-bottom: 10px;
    font-size: 10px;
    font-size: 1rem;
    height: 20px;
    line-height: 20px;
  }
}

.box-contact-01 {
  margin-top: 90px;
  background: #EAE8F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 30px 35px 30px;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .box-contact-01 {
    margin-top: 60px;
    padding: 20px 15px;
  }
}

@supports (-ms-ime-align: auto) {
  .box-contact-01 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .box-contact-01 {
    text-align: center;
    margin-top: 40px;
    padding: 20px 10px;
  }
}

.box-contact-01 ul {
  padding: 0 5px;
  width: 50%;
}

@media (min-width: 768px) and (max-width: 900px) {
  .box-contact-01 ul {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .box-contact-01 ul {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 769px) {
  .box-contact-01 ul:nth-child(1) {
    width: 52%;
  }
}

.box-contact-01 ul:nth-child(1) li:nth-child(1) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-contact-01 ul:nth-child(1) li:nth-child(1) span {
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .box-contact-01 ul:nth-child(1) li:nth-child(1) span {
    letter-spacing: 0;
  }
}

.box-contact-01 ul:nth-child(1) li:nth-child(2) {
  margin-bottom: 12px;
}

.box-contact-01 ul:nth-child(1) li:nth-child(2) span {
  letter-spacing: 5px;
}

@media only screen and (max-width: 767px) {
  .box-contact-01 ul:nth-child(1) li:nth-child(2) span {
    letter-spacing: 4px;
  }
}

.box-contact-01 ul:nth-child(1) li:nth-child(3) {
  margin-bottom: 15px;
}

.box-contact-01 ul:nth-child(1) li:nth-child(4) span {
  letter-spacing: 7px;
}

@media only screen and (max-width: 767px) {
  .box-contact-01 ul:nth-child(1) li:nth-child(4) span {
    letter-spacing: 6px;
  }
}

.box-contact-01 ul:nth-child(2) {
  margin-top: 13px;
}

@media (min-width: 769px) {
  .box-contact-01 ul:nth-child(2) {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .box-contact-01 ul:nth-child(2) {
    margin-top: 0;
  }
}

.box-contact-01 ul:nth-child(2) li b {
  margin-top: 0;
}

.box-contact-01 li {
  line-height: calc(18/15);
  color: #392934;
  position: relative;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .box-contact-01 li {
    margin-bottom: 15px !important;
  }
}

.box-contact-01 li span {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(255, 0, 141, 0.08)), color-stop(40%, transparent));
  background-image: -o-linear-gradient(bottom, rgba(255, 0, 141, 0.08) 60%, transparent 40%);
  background-image: linear-gradient(to top, rgba(255, 0, 141, 0.08) 60%, transparent 40%);
}

@media only screen and (max-width: 767px) {
  .box-contact-01 li span {
    margin: 0 auto 5px auto;
  }
}

@supports (-ms-ime-align: auto) {
  .box-contact-01 li span {
    letter-spacing: 0 !important;
  }
}

.box-contact-01 li b {
  width: calc(100% - 93px);
  line-height: calc(20/15);
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .box-contact-01 li b {
    width: 100%;
  }
}

.box-contact-01 li a {
  color: #E697A9;
  font-size: 30px;
  font-size: 3rem;
  line-height: calc(36/30);
  display: inline-block;
  margin-top: 2px;
  letter-spacing: 3px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .box-contact-01 li a {
    width: auto;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media (max-width: 320px) {
  .box-contact-01 li a {
    width: 100%;
  }
}

.list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  padding-bottom: 110px;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .list-image {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }
}

.list-image li {
  width: 33.33%;
  padding: 0 14px;
}

.list-image li img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

@media only screen and (max-width: 767px) {
  .list-image li img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 767px) {
  .list-image li {
    padding: 0;
    margin-bottom: 20px;
  }
}

.block-instagram {
  position: relative;
}

.block-instagram .block-item {
  position: relative;
}

.block-instagram .block-item:nth-child(2) img {
  min-height: auto;
}

@media only screen and (max-width: 767px) {
  .block-instagram .block-item:nth-child(2) img {
    min-height: auto;
  }
}

.block-instagram .block-item .content-inner {
  position: absolute;
  z-index: 2;
  top: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .block-instagram .block-item .content-inner {
    top: 20px;
    width: 100%;
  }
}

.block-instagram .block-item .ins {
  display: block;
  margin: 0 auto 22px;
  width: auto;
  min-height: auto;
}

@media only screen and (max-width: 767px) {
  .block-instagram .block-item .ins {
    width: 50px !important;
    height: auto;
    margin-bottom: 10px;
  }
}

.block-instagram .block-item img {
  width: 100%;
  min-height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .block-instagram .block-item img {
    -o-object-position: center left;
       object-position: center left;
    min-height: 390px;
  }
}

.block-instagram .block-item p {
  font-size: 30px;
  font-size: 3rem;
  line-height: calc(36/30);
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 50px;
  text-align: center;
  color: #392934;
  background: url(../img/salon/yokohama/index/ico-down.png) no-repeat bottom 21px center;
}

@media only screen and (min-width: 768px) {
  .block-instagram .block-item p {
    padding-left: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .block-instagram .block-item p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    background-size: auto 7px;
    padding-bottom: 40px;
    background-position: center bottom 18px;
  }
}

.box-list-image {
  background: #ffffff;
}

.box-list-image .inner {
  max-width: 1160px;
}

#googleMap-02 {
  height: 384px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #googleMap-02 {
    height: 300px;
  }
}

.box-timeline {
  border: solid 3px #BEB7D6;
  border-radius: 3px;
  height: 194px;
  overflow-x: hidden;
  width: 643px;
  overflow-y: auto;
  margin: 0 auto;
}

.box-timeline iframe {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .box-timeline {
    max-width: 100%;
  }
}

.m400 {
  display: none;
}

@media (max-width: 400px) {
  .m400 {
    display: initial;
  }
}

@media only screen and (min-width: 768px) {
  #page-salon_tokyo_index .box-note {
    padding: 8px 35px 6px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .box-origin {
    background-size: cover !important;
  }
}

#page-salon_nagoya_index .box-contact-01 {
  background: #F1E5E7;
}

#page-salon_nagoya_index .block-instagram .block-item p {
  background: url(../img/salon/nagoya/ico-down.png) no-repeat bottom 21px center;
}

#page-salon_nagoya_index .sec-origin {
  background: #ECD2D8;
}

#page-salon_nagoya_index .box-origin .label {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 19px;
  font-size: 1.9rem;
}

#page-salon_nagoya_index .box-origin .label:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  background: transparent;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -7px;
  top: auto;
  background: #ECD2D8;
}

@media only screen and (min-width: 768px) {
  #page-salon_nagoya_index .sec-video .ttl-style01 {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 768px) {
  #page-salon_nagoya_index .box-contact-01 ul:nth-child(2) li b {
    line-height: 2.2;
  }
}

#page-salon_nagoya_index .box-timeline {
  border-color: #E697A9;
}

.w100 {
  width: 100% !important;
}

.btn-news {
  text-align: center;
}

.btn-news a {
  max-width: 583px;
  display: block;
  margin: 0 auto;
  color: #fff;
  height: 59px;
  line-height: 58px;
  text-align: center;
  background: #89C6C8;
  position: relative;
  padding: 0 15px;
  margin-top: 36px;
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .btn-news a {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.btn-news a:after {
  content: "";
  position: absolute;
  width: 10px;
  right: 60px;
  top: 50%;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/menu/ico-right.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

#page-salon_umeda_index .box-contact-01 {
  background-color: #E6EFE6;
}

#page-salon_umeda_index .sec-origin {
  background-color: #A7C7A7;
  background-image: url("../img/salon/umeda/bg-02.png");
}

#page-salon_umeda_index .sec-origin .box-origin .label {
  color: #A7C7A7;
}

@media only screen and (min-width: 768px) {
  #page-salon_umeda_index .sec-origin .box-origin .text span {
    background-size: 200% 13px;
    background-position: 0% 0.9em;
  }
}

@media only screen and (min-width: 768px) {
  #page-salon_umeda_index .salon-news {
    margin: 58px 0 63px 0;
  }
}

#page-salon_umeda_index .salon-news .list-news {
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  #page-salon_umeda_index .salon-news .list-news {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #page-salon_umeda_index .flex.col-02 > * {
    width: calc((100% - 5.2%) / 2);
  }
}

@media only screen and (min-width: 768px) {
  #page-salon_umeda_index .flex.col-02 > *:nth-child(2n+1) {
    margin-right: 5.2%;
  }
}

@media only screen and (min-width: 768px) {
  #page-salon_umeda_index .sec-video {
    padding-top: 87px;
  }
  #page-salon_umeda_index .sec-video .ttl-style01 {
    margin-bottom: 80px;
  }
}

#page-salon_umeda_index .block-instagram .block-item:first-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(230, 239, 230, 0.3);
  z-index: 1;
}

#page-salon_umeda_index .block-instagram .content-inner {
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  #page-salon_umeda_index .sec-staff {
    padding-bottom: 150px;
  }
  #page-salon_umeda_index .sec-staff .box-staff {
    margin-bottom: 84px;
  }
}

@media (max-width: 1024px) {
  #page-salon_umeda_index .sec-staff {
    padding: 80px 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  #page-salon_umeda_index .block-instagram .block-item p {
    padding-left: 0;
  }
}

#page-salon_umeda_index .block-instagram .block-item img {
  -o-object-position: center right;
     object-position: center right;
}

#page-salon_umeda_index .box-timeline {
  border-color: #A7C7A7;
}

@media screen and (max-width: 1160px) {
  #page-salon_umeda_index .box-staff {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  #page-salon_umeda_index .box-staff {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  #page-salon_umeda_index .box-staff .box-content {
    width: 100%;
    padding-left: 0;
  }
}

/**shinjuku**/
#page-salon_shinjuku_index .box-contact-01 {
  background-color: #F9E7D4;
}

#page-salon_shinjuku_index .sec-origin {
  background-color: #F9AD5C;
  background-image: url("../img/salon/umeda/bg-02.png");
}

#page-salon_shinjuku_index .sec-origin .box-origin .label {
  color: #F9AD5C;
}

@media only screen and (min-width: 768px) {
  #page-salon_shinjuku_index .sec-origin .box-origin .text span {
    background-size: 200% 13px;
    background-position: 0% 0.9em;
  }
}

@media only screen and (min-width: 768px) {
  #page-salon_shinjuku_index .salon-news {
    margin: 58px 0 63px 0;
  }
}

#page-salon_shinjuku_index .salon-news .list-news {
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  #page-salon_shinjuku_index .salon-news .list-news {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #page-salon_shinjuku_index .flex.col-02 > * {
    width: calc((100% - 5.2%) / 2);
  }
}

@media only screen and (min-width: 768px) {
  #page-salon_shinjuku_index .flex.col-02 > *:nth-child(2n+1) {
    margin-right: 5.2%;
  }
}

@media only screen and (min-width: 768px) {
  #page-salon_shinjuku_index .sec-video {
    padding-top: 87px;
  }
  #page-salon_shinjuku_index .sec-video .ttl-style01 {
    margin-bottom: 80px;
  }
}

#page-salon_shinjuku_index .block-instagram .block-item:first-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(230, 239, 230, 0.3);
  z-index: 1;
}

#page-salon_shinjuku_index .block-instagram .content-inner {
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  #page-salon_shinjuku_index .sec-staff {
    padding-bottom: 150px;
  }
  #page-salon_shinjuku_index .sec-staff .box-staff {
    margin-bottom: 84px;
  }
}

@media (max-width: 1024px) {
  #page-salon_umeda_index .sec-staff {
    padding: 80px 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  #page-salon_shinjuku_index .block-instagram .block-item p {
    padding-left: 0;
  }
}

#page-salon_shinjuku_index .block-instagram .block-item img {
  -o-object-position: center right;
     object-position: center right;
}

#page-salon_shinjuku_index .box-timeline {
  border-color: #F9AD5C;
}

@media screen and (max-width: 1160px) {
  #page-salon_shinjuku_index .box-staff {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  #page-salon_shinjuku_index .box-staff {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  #page-salon_shinjuku_index .box-staff .box-content {
    width: 100%;
    padding-left: 0;
  }
}


/*footerロゴサイズ調整*/
#main-footer .footer .coppyRight li a img{
  width: 106px;
}