@charset "UTF-8";
/*-----------------------------
 common
-----------------------------*/
@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.ttl {
  font-size: 2.1rem;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .ttl {
    font-size: 1.6rem;
  }
}
.ttl .en {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .ttl .en {
    font-size: 1.2rem;
  }
}
.ttl .sub {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .ttl .sub {
    font-size: 1.4rem;
  }
}
.ttl .sm {
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}

.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid black 1px;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .list {
    display: block;
  }
}
.list > dt {
  width: 130px;
  text-align: center;
  line-height: 1.2;
  border-bottom: solid black 1px;
  padding: 30px 0 25px 0;
}
@media only screen and (max-width: 767px) {
  .list > dt {
    width: 100%;
    font-size: 1.4rem;
    text-align: left;
    border-bottom: none;
    padding: 15px 0 5px 0;
  }
}
.list > dt span {
  display: inline-block;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .list > dt::before {
    display: inline-block;
    content: "●";
    font-size: 1rem;
    margin-right: 3px;
  }
}
.list > dd {
  width: calc(100% - 130px);
  text-align: left;
  border-bottom: solid black 1px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .list > dd {
    width: 100%;
    font-size: 1.2rem;
    padding: 0 0 20px 0;
  }
}
.list > dd .tel {
  font-size: 1.8rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .list > dd .tel {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.list > dd img {
  height: 12px;
  width: auto;
  margin-right: 2px;
}
@media only screen and (max-width: 767px) {
  .list > dd img {
    margin-left: 5px;
  }
}
.list > dd p.mb_15 {
  margin-bottom: 15px;
}
.list > dd p strong {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .list > dd p strong {
    font-size: 1.6rem;
  }
}
.list > dd p span.sm {
  display: inline-block;
  font-size: 1.1rem;
  margin-left: 10px;
}
.list > dd .cont__detailbtn {
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .list > dd .cont__detailbtn {
    text-align: center !important;
  }
}
.list > dd dl {
  display: flex;
  flex-wrap: wrap;
}
.list > dd dl dt {
  width: 14.5em;
}
.list > dd dl dt:nth-of-type(1)::after {
  display: inline-block;
  content: "……";
  margin-left: 5px;
}
.list > dd dl dt:nth-of-type(2)::after {
  display: inline-block;
  content: "………………";
  margin-left: 5px;
}
.list > dd dl dd {
  width: calc(100% - 14.5em);
}

.btn_white {
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .btn_white {
    margin: 0 auto;
  }
}
.btn_white:hover {
  background-color: black;
}
@media only screen and (max-width: 767px) {
  .btn_white span {
    font-size: 1.3rem;
  }
}

.btn_brown {
  color: white;
  background-color: #4b2407;
  border: none;
  margin: 0 0;
}
@media only screen and (max-width: 767px) {
  .btn_brown {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .btn_brown:hover {
    background-color: white !important;
    color: #4b2407 !important;
  }
}
@media only screen and (max-width: 767px) {
  .btn_brown span {
    font-size: 1.3rem;
  }
}

/*-----------------------------
 .onsen
-----------------------------*/
.onsen .quality {
  width: 90%;
  max-width: 500px;
  margin: 40px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .onsen .quality {
    margin: 20px auto 0 auto;
  }
}
.onsen .quality dl {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  border-top: solid black 1px;
}
@media only screen and (max-width: 767px) {
  .onsen .quality dl {
    font-size: 1.2rem;
  }
}
.onsen .quality dl dt {
  width: 120px;
  border-bottom: solid black 1px;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .onsen .quality dl dt {
    width: 80px;
    padding: 7px 0 7px 15px;
  }
}
.onsen .quality dl dd {
  width: calc(100% - 120px);
  border-bottom: solid black 1px;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .onsen .quality dl dd {
    width: calc(100% - 80px);
    padding: 7px 0;
  }
}

/*-----------------------------
 #treatment
-----------------------------*/
#treatment {
  background-color: #f5f5f5;
  padding: 80px 0 60px 0;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #treatment {
    padding: 4em 0;
    margin-top: 4em;
  }
}
#treatment .main__title {
  margin: 0 0 30px 0;
  padding: 0 0;
}
@media only screen and (max-width: 767px) {
  #treatment .main__title {
    margin: 0 0 20px 0;
  }
}
#treatment .main__title__jp:after {
  display: none;
}
#treatment .link {
  width: 90%;
  max-width: 860px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #treatment .link {
    display: block;
    width: 90%;
    max-width: 500px;
  }
}
#treatment .link li {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  #treatment .link li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#treatment .link li a {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  background-color: white;
  border: solid black 1px;
  padding: 12px 0;
  transition: 0.2s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #treatment .link li a {
    font-size: 1.3rem;
  }
}
#treatment .link li a:before {
  transition: 0.5s;
  content: "";
  border-top: 14px solid black;
  border-right: 4px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 4px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
#treatment .link li a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #treatment .link li a:hover {
    color: white;
    background-color: black;
  }
  #treatment .link li a:hover:before {
    border-top: 14px solid white;
  }
}
#treatment .link li a .en {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
#treatment .link li a .sub {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  #treatment .link li a .sub {
    font-size: 1.2rem;
  }
}

/*-----------------------------
 #salon
-----------------------------*/
#salon {
  font-size: 1.4rem;
  background-color: #f5f5f5;
  padding: 0 0 80px 0;
}
@media only screen and (max-width: 767px) {
  #salon {
    padding: 0 0 4em 0;
  }
}
#salon .main__title {
  padding-top: 0;
}
#salon p.lg {
  font-family: "YakuHanMP", "Sorts Mill Goudy", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Ryumin Medium KL", "游明朝", "YuMincho", "HG明朝E", serif;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
  text-align: center;
  line-height: 1.6;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #salon p.lg {
    font-size: 1.6rem;
  }
}
#salon .cont__desc > * + * {
  margin-top: 0 !important;
}
#salon #slide_salon {
  padding-bottom: 0px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #salon #slide_salon {
    margin-bottom: 2em;
  }
}
#salon #slide_salon .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  position: relative;
  max-width: 1100px;
  text-align: center;
  margin: 20px auto 0 auto;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  #salon #slide_salon .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    margin: 0px auto 0 auto;
  }
}
#salon #slide_salon .swiper-pagination-bullet {
  border-radius: 0;
  margin-left: 10px;
  margin-right: 0;
  width: 23px;
  height: 1px;
  background-color: #222;
}
@media only screen and (max-width: 767px) {
  #salon #slide_salon .swiper-pagination-bullet {
    width: 20px;
  }
}
#salon #slide_salon .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222;
}
#salon .list {
  width: 90%;
  max-width: 810px;
  margin: 50px auto 40px auto;
}
@media only screen and (max-width: 767px) {
  #salon .list {
    margin: 3rem auto 2em auto;
  }
}
#salon .list > dd b {
  display: inline-block;
  text-indent: -0.5rem;
}
@media only screen and (max-width: 767px) {
  #salon .list > dd p span.sm {
    margin-left: 0 !important;
  }
}
#salon .list > dd br.disp900 {
  display: none;
}
@media only screen and (max-width: 900px) {
  #salon .list > dd br.disp900 {
    display: block;
  }
}
#salon .list > dd dl {
  display: flex;
  flex-wrap: wrap;
}
#salon .list > dd dl dt {
  width: 14.5em;
}
#salon .list > dd dl dt:nth-of-type(1)::after {
  display: inline-block;
  content: "……";
  margin-left: 5px;
}
#salon .list > dd dl dt:nth-of-type(2)::after {
  display: inline-block;
  content: "………………";
  margin-left: 5px;
}
#salon .list > dd dl dd {
  width: calc(100% - 14.5em);
}
#salon .plan {
  width: 80%;
  max-width: 810px;
  background-color: white;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #salon .plan {
    width: 90%;
    padding: 25px;
  }
}
#salon .plan b {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#salon .plan .cont__detailbtn {
  margin: 0 0 20px 0;
  padding: 0;
}
#salon .plan .cont__detailbtn .btn_brown {
  width: 300px;
  padding: 0.5em;
  margin-bottom: 5px;
}
#salon .plan .slide_wrap {
  position: relative;
}
#salon .plan .slide_wrap .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  #salon .plan .slide_wrap .slick-list {
    margin: 0 0;
  }
}
#salon .plan .slide_wrap .slick-slide {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  #salon .plan .slide_wrap .slick-slide {
    margin: 0 0;
  }
}
#salon .plan .slide_wrap .slide-arrow {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: calc(50% - 25px);
  width: 30px;
}
#salon .plan .slide_wrap .prev-arrow {
  left: 2.8%;
  z-index: 2;
}
#salon .plan .slide_wrap .next-arrow {
  right: 2.8%;
  z-index: 2;
}
#salon .plan .slide_wrap .dots-wrap {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
#salon .plan .slide_wrap .dots-wrap li {
  width: 23px;
  height: 1px;
  margin: 0 3px;
  background: #B9B9B9;
  cursor: pointer;
}
#salon .plan .slide_wrap .dots-wrap li:hover,
#salon .plan .slide_wrap .dots-wrap li.slick-active {
  background: black;
}
#salon .plan .slide_wrap .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/*-----------------------------
 #massage
-----------------------------*/
#massage {
  width: 80%;
  max-width: 1080px;
  font-size: 1.4rem;
  margin: 80px auto 0 auto;
}
@media only screen and (max-width: 1024px) {
  #massage {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #massage {
    margin: 4em auto 0 auto;
  }
}
#massage .ttl {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #massage .ttl {
    margin-bottom: 3rem;
  }
}
#massage .flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  #massage .flex {
    display: block;
  }
}
#massage .flex .ph {
  width: 44%;
}
@media only screen and (max-width: 1024px) {
  #massage .flex .ph {
    width: 100%;
  }
}
#massage .flex .ph .slide {
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #massage .flex .ph .slide {
    padding-bottom: calc(2em + 80px);
  }
}
@media only screen and (max-width: 767px) {
  #massage .flex .ph .slide {
    padding-bottom: calc(2em + 30px);
  }
}
#massage .flex .ph .slide .bx-pager {
  bottom: -30px;
}
@media only screen and (max-width: 1024px) {
  #massage .flex .ph .slide .bx-pager {
    bottom: -40px;
  }
}
@media only screen and (max-width: 767px) {
  #massage .flex .ph .slide .bx-pager {
    bottom: -20px;
  }
}
#massage .flex .ph .slide .bx-next, #massage .flex .ph .slide .bx-prev {
  text-indent: -200%;
}
#massage .flex .txt {
  width: 52%;
}
@media only screen and (max-width: 1024px) {
  #massage .flex .txt {
    width: 100%;
  }
}
#massage .flex .txt .list {
  margin: 0 auto 0 auto;
}
#massage .flex .txt .list > dt {
  width: 120px;
}
@media only screen and (max-width: 767px) {
  #massage .flex .txt .list > dt {
    width: 100%;
  }
}
#massage .flex .txt .list > dd {
  width: calc(100% - 120px);
}
@media only screen and (max-width: 767px) {
  #massage .flex .txt .list > dd {
    width: 100%;
  }
}
#massage .flex .txt .list > dd .sm {
  text-indent: -1rem;
  line-height: 1.4;
}
#massage .flex .txt .list > dd br.disp1280 {
  display: none;
}
@media only screen and (max-width: 1280px) {
  #massage .flex .txt .list > dd br.disp1280 {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  #massage .flex .txt .list > dd br.disp1280 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #massage .flex .txt .list > dd br.disp1280 {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #massage .flex .txt .list > dd .cont__detailbtn {
    margin-top: 15px !important;
  }
}/*# sourceMappingURL=onsen.css.map */