@charset "utf-8";

h1,
h2,
h3,
h4,
h5,
dt {
  font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
}

/*     key_v
____________________*/
.key_v {
  position: relative;
  background: url(../img/kv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 511px;
  z-index: 1;
  overflow: hidden;
}

.key_v .bx-wrapper {
  max-width: 851px !important;
  margin: auto !important;
}

.key_v li div {
  color: #727171;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
}

/*  bxslider*/
.bx-wrapper {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  margin: 0 auto !important;
}

.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  background: none !important;
  left: 0 !important;
}

.bx-viewport .slider li {
  display: block !important;
}

/* (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -60px !important;
  background: none;
}

.bx-wrapper .bx-next {
  right: -60px !important;
  background: none;
}

.bx-wrapper .bx-controls-direction a {
  box-sizing: border-box;
  background: rgba(96, 96, 96, 0.2);
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 40px !important;
  height: 40px !important;
  text-indent: -9999px;
  z-index: 99;
  margin-top: -20px !important;
}

.bx-wrapper .bx-controls-direction a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7px 7px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.bx-wrapper .bx-controls-direction a.bx-next:after {
  right: 4px;
  left: 0px;
  transform: rotate(-45deg);
}

.bx-wrapper .bx-controls-direction a.bx-prev:after {
  right: 0px;
  left: 4px;
  transform: rotate(-225deg);
}

/*  bxslider ページャー */
.bx-wrapper .bx-pager {
  bottom: 7px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(183, 159, 124, 0.5) !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: rgb(183, 159, 124) !important;
}

/*     contents
____________________*/
.contents {
  margin: 80px auto;
  box-sizing: border-box;
}

.contents section {
  margin-bottom: 80px;
}

.contents section:last-of-type {
  margin-bottom: 0;
}

.contents section .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.contents section h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  line-height: 1;
}

.contents section h2 span {
  display: block;
  font-size: 16px;
  position: relative;
  margin-top: 10px;
  letter-spacing: 0;
}

.contents section h2 span:before,
.contents section h2 span:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 1px;
  background-color: #333;
  width: 40px;
  margin: 0 10px;
}

/*キャンペーン*/
.contents .campaign {
  padding: 0 30px;
}

.contents .campaign h2 {
  letter-spacing: 0.15em;
}

.contents .campaign ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}

.contents .campaign li {
  width: calc((100% - 30px * 3) / 3);
  padding-top: calc((100% - 30px * 3) / 3);
  margin-right: 15px;
  margin-left: 15px;
  box-sizing: border-box;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  float: left;
  height: 100%;
}

.edge .contents .campaign li,
.msie .contents .campaign li {
  width: calc((100% - 60px) * 0.33);
  padding-top: calc((100% - 60px) * 0.33);
}

.contents .campaign ul:first-of-type li:nth-child(-n+3) {
  margin-top: 0;
}

.contents .campaign li:nth-child(3n) {
  /* margin-right: 0; */
}

.contents .campaign li:before {
  content: "";
  width: 60px;
  height: 60px;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}

.contents .campaign li.body:before {
  background-image: url("/common/img/icon_body.png");
  background-color: #c7ba8d;
}

.contents .campaign li.face:before {
  background-image: url("/common/img/icon_face.png");
  background-color: #94c7b4;
}

.contents .campaign li.removal:before {
  background-image: url("/common/img/icon_removal.png");
  background-color: #88b7c5;
}

.contents .campaign li.bridal:before {
  background-image: url("/common/img/icon_bridal.png");
  background-color: #cfa7b0;
}

.contents .campaign li.waist:before {
  background-image: url("/common/img/icon_waist.png");
  background-color: #c7ba8d;
}

.contents .campaign li:after {
  content: "";
  position: absolute;
  top: 63px;
  left: 0px;
  width: 60px;
  display: block;
  text-align: center;
  font-size: 10px;
  color: #fff;
  z-index: 5;
  line-height: 1;
  pointer-events: none;
}

.contents .campaign li.body:after {
  content: "ボディ";
  letter-spacing: 0.2em;
}

.contents .campaign li.face:after {
  content: "フェイシャル";
  letter-spacing: -0.1em;
}

.contents .campaign li.removal:after {
  content: "脱毛";
  letter-spacing: 0.3em;
}

.contents .campaign li.bridal:after {
  content: "ブライダル";
}

.contents .campaign li dl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding: 10px 20px;
  box-sizing: border-box;
  pointer-events: none;
  color: #fff;
  background: rgba(96, 96, 96, 0.2);
  z-index: 2;
}

.contents .campaign li dt {
  position: relative;
  font-size: 17px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
}

.contents .campaign li dd p {
  font-size: 11px;
  margin-bottom: 5px;
}

.contents .campaign li dd .price {
  padding: 5px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
}

.contents .campaign li dd .starter {
  display: block;
  color: #b79f7c;
  font-size: 13px;
}

.contents .campaign li dd .normal {
  position: relative;
  font-size: 12px;
  padding-right: 10px;
  margin-right: 5px;
}

.contents .campaign li dd .normal:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #333;
  transition: 0.5s;
}

.contents .campaign li dd .normal:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #b79f7c transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.contents .campaign li dd .trial {
  font-size: 14px;
  font-weight: bold;
}

.contents .campaign li dd .parts {
  font-size: 12px;
}

.contents .campaign li dd .min {
  font-size: 10px;
}

.contents .campaign li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.contents .campaign li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s;
}

.contents .campaign li a:hover {
  opacity: 1;
}

.contents .campaign li .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background-repeat: no-repeat;
  background-position: center center;
}

.contents .campaign li a:hover:before {
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}

.contents .campaign li a:hover+.img {
  opacity: 1;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* 　-------　1024px以下 用　-------　*/
@media screen and (min-width:768px) and (max-width:1024px) {
  .contents .campaign li dl {
    padding: 10px 10px;
  }

  .contents .campaign li dd p {
    display: none;
  }

  .contents .campaign li dt {
    font-size: 15px;
  }

  /*　---　*/
}

/* --------　ここまで　-------　*/
/*エステのポイント*/
.contents .point {
  padding: 80px 30px;
  background: url(../img/section_bg_point.jpg) no-repeat center;
  background-size: cover;
}

.contents .point h2 {
  letter-spacing: 0.15em;
}

.contents .point ul {
  border-left: 1px solid #ccc;
}

.contents .point li {
  border: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  width: 25%;
  border-left: none;
  background: rgba(255, 255, 255, 0.5);
}

.contents .point li:nth-last-child(-n+4) {
  border-top: none;
}

.contents .point li a {
  padding: 30px 5px;
  display: block;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  color: #b79f7c;
  font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
  position: relative;
  height: 100%;
}

.contents .point a span {
  font-size: 12px;
  display: block;
  color: #333;
  font-family: sans-serif;
}

.contents .point li a:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 5px;
}

.contents .point li:nth-of-type(1) a:before {
  background: url(/common/img/icon_01.png) no-repeat;
  background-size: contain;
}

.contents .point li:nth-of-type(2) a:before {
  background: url(/common/img/icon_02.png) no-repeat;
  background-size: contain;
}

.contents .point li:nth-of-type(3) a:before {
  background: url(/common/img/icon_03.png) no-repeat;
  background-size: contain;
}

.contents .point li:nth-of-type(4) a:before {
  background: url(/common/img/icon_04.png) no-repeat;
  background-size: contain;
}

.contents .point li:nth-of-type(5) a:before {
  background: url(/common/img/icon_05.png) no-repeat;
  background-size: contain;
}

.contents .point li:nth-of-type(6) a:before {
  background: url(/common/img/icon_06.png) no-repeat;
  background-size: contain;
}

.contents .point li:nth-of-type(7) a:before {
  background: url(/common/img/icon_07.png) no-repeat;
  background-size: contain;
}

.contents .point li:nth-of-type(8) a:before {
  background: url(/common/img/icon_08.png) no-repeat;
  background-size: contain;
}

.contents .point li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #b79f7c transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*お知らせ一覧*/
.contents .news {
  padding: 0 30px;
}

.contents .news_list ul {
  border-top: 1px solid #ccc;
  max-width: 920px;
  margin: 0 auto;
}

.contents .news_list li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.contents .news_list li.home_none {
  display: none;
}

.contents .news_list li time {
  float: left;
  width: 100px;
  padding-left: 10px;
  box-sizing: border-box;
}

.contents .news_list li p {
  float: left;
  width: calc(100% - 100px);
  padding-right: 50px;
  box-sizing: border-box;
  font-size: 12px;
  color: #666;
  padding-left: 10px;
}

.news_list li p a {
  color: #b79f7c;
  text-decoration: underline;
}

.contents .news_list li .title {
  color: #b79f7c;
  padding-left: 0;
  text-indent: 0;
  margin-left: -0.4em;
}

.contents .news_list li .title:before {
  content: "【";
  display: inline-block;
  margin-right: 5px;
}

.contents .news_list li .title:after {
  content: "】";
  display: inline-block;
  margin-left: 5px;
}

.contents .news_list li>a {
  display: block;
}

.contents .news_list li>a.more:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #b79f7c transparent;
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.contents .news_list li>a.blank:before {
  content: '';
  display: block;
  border-left: 1px solid #b79f7c;
  border-bottom: 1px solid #b79f7c;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  box-sizing: border-box;
}

.contents .news_list li>a.blank:after {
  content: '';
  display: block;
  border: 1px solid #b79f7c;
  border-top: 3px solid #b79f7c;
  background: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -4px;
  bottom: 0;
  margin: auto;
  right: 9px;
  box-sizing: border-box;
}

.contents .news_list li:nth-of-type(n+6) {
  display: none;
}

.contents a.news_list_btn {
  display: block;
  border: 1px solid #b79f7c;
  width: 130px;
  padding: 0 10px;
  line-height: 40px;
  box-sizing: border-box;
  font-size: 16px;
  color: #b79f7c;
  margin: 20px auto 0;
  position: relative;
  font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
}

.contents a.news_list_btn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #b79f7c transparent;
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: rotate(-45deg);
}