@charset "UTF-8";

/* ==================================================
   表示制御用ユーティリティクラス（追加分）
================================================== */
@media screen and (max-width: 767px) {
  .pc-only { display: none !important; }
}
@media screen and (min-width: 768px) {
  .sp-only { display: none !important; }
}

/* ==================================================
   PC用スタイル (min-width: 768px)
================================================== */
@media screen and (min-width: 768px) {

/* btn
-------------------------------------------------- */
.btn {
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  display: inline-block;
  padding: 0 90px;
  color: #bf9c7b;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms 0ms linear;
  transition: all 200ms 0ms linear;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.btn:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
}

.btn.btn-vert:after {
  right: 24px;
  width: 9px;
  height: 15px;
  margin-top: -7px;
}

.btn.btn-vert:hover:after {
  -webkit-animation: btn_vert 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: btn_vert 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes btn_vert {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  10% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes btn_vert {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  10% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.btn.btn-horiz:after {
  right: 20px;
  width: 15px;
  height: 7px;
  margin-top: -3px;
}

.btn.btn-horiz:hover:after {
  -webkit-animation: btn_horiz 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: btn_horiz 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes btn_horiz {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  10% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes btn_horiz {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  10% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.btn.btn-primary {
  background-color: #521114;
  border: 0;
  width: 485px;
  margin: 40px auto 0;
}

.btn.btn-primary:hover {
  color: #fff;
  background-color: #9f8e6e;
}

.btn.btn-primary.btn-horiz:after {
  background-image: url("/service/beauty/common/img/service-beauty-arrow03.png");
}

.btn.btn-primary.btn-horiz:hover:after {
  background-image: url("/service/beauty/common/img/service-beauty-arrow04.png");
}

.btn.btn-primary.btn-vert:after {
  background-image: url("/service/beauty/common/img/service-beauty-arrow05.png");
}

.btn.btn-primary.btn-vert:hover:after {
  background-image: url("/service/beauty/common/img/service-beauty-arrow06.png");
}

.btn.btn-secondry {
  background-color: #b99656;
  color: #fff;
}

.btn.btn-secondry:hover {
  color: #fff;
  background-color: #9f8e6e;
}

.btn.btn-secondry.btn-horiz:after {
  background-image: url("/service/beauty/common/img/service-beauty-arrow04.png");
}

.btn.btn-secondry.btn-vert:after {
  background-image: url("/service/beauty/common/img/service-beauty-arrow06.png");
}

.btn.btn-default {
  background-color: #fff;
  border: 1px solid #bf9c7b;
  color: #584e3e;
}

.btn.btn-default:hover {
  color: #fff;
  background-color: #9f8e6e;
}

.btn.btn-default.btn-horiz:after {
  background-image: url("/service/beauty/common/img/service-beauty-arrow03.png");
}

.btn.btn-default.btn-horiz:hover:after {
  background-image: url("/service/beauty/common/img/service-beauty-arrow04.png");
}

.btn.btn-default.btn-vert:after {
  background-image: url("/service/beauty/common/img/service-beauty-arrow05.png");
}

.btn.btn-default.btn-vert:hover:after {
  background-image: url("/service/beauty/common/img/service-beauty-arrow06.png");
}

.btn.btn-md {
  line-height: 50px;
  height: 50px;
  padding: 0;
}

.btn.btn-sm {
  line-height: 40px;
  height: 40px;
  padding: 0;
  font-size: 14px;
}

.btn.btn-block {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.btn.btn-ml {
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
}


/* navigation
-------------------------------------------------- */
div.navigation {
	position: relative;
	width: 100%;
	height: 86px;
}

div.navigation nav {
	position: absolute;
	width: 100%;
	height: 86px;
	background-image: url(/service/beauty/common/img/service-beauty-pattern02.png);
}

div.navigation.fixed nav {
	position: fixed;
	z-index: 9999;
	width: 100%;
	min-width: 1024px;
	top: 120px;
}

div.navigation nav ul {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}

div.navigation nav ul li {
	float: left;
	width: 238px;
	height: 54px;
	margin-right: 16px;
}

div.navigation nav ul li:last-child {
	margin-right: 0;
}

div.navigation nav ul li a {
	display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
  justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
  line-height: 1.42857;
	color: #584e3e;
	text-align: center;
	text-decoration: none;
	background-image: url(/service/beauty/common/img/service-beauty-arrow07.png);
	background-repeat: no-repeat;
	background-position: 214px 20px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	transition: all 200ms 0ms linear;
}

div.navigation nav ul li.on a {
	color: #ffffff;
	background-image: url(/service/beauty/common/img/service-beauty-arrow08.png);
	background-color: #9f8e6e;
}

div.navigation nav ul li a:hover {
	color: #ffffff;
	background-image: url(/service/beauty/common/img/service-beauty-arrow08.png);
	background-color: #9f8e6e;
  -webkit-animation: navigation_arrow_on 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: navigation_arrow_on 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes navigation_arrow_on {
  0% {
    background-position: 214px 20px;
  }
  20% {
    background-position: 214px 30px;
  }
  100% {
    background-position: 214px 20px;
  }
}

@keyframes navigation_arrow_on {
  0% {
    background-position: 214px 20px;
  }
  20% {
    background-position: 214px 30px;
  }
  100% {
    background-position: 214px 20px;
  }
}

div.navigation nav ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

/* 導入部分
-------------------------------------------------- */
section.outline .inner_outline {
	width: 1000px;
	margin: 0 auto;
	padding: 48px 0 80px;
}

section.outline .inner_outline .ttl {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 4px;
	color: #b39a7a;
	text-align: center;
	line-height: 1.538;
}

section.outline .inner_outline .sttl {
	font-size: 16px;
	letter-spacing: 2px;
	color: #b39a7a;
	text-align: center;
	margin-top: 1.0em;
}

section.outline .inner_outline .description {
	font-size: 14px;
	line-height: 1.857;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

section.outline .inner_outline .recommend {
	width: 876px;
	margin: 0 auto;
	margin-top: 26px;
}

section.outline .inner_outline .recommend .box {
	border-radius: 4px;
	background-color: #fbf9f5;
	display: table;
	height: 100px;
}

section.outline .inner_outline .recommend .box .rec_ttl,
section.outline .inner_outline .recommend .box .rec_list {
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
}

section.outline .inner_outline .recommend .box .rec_ttl {
	background-color: #d4b994;
	border-radius: 4px 0 0 4px;
	width: 290px;
}

section.outline .inner_outline .recommend .box .rec_ttl p {
	color: #FFF;
	font-size: 18px;
	letter-spacing: -1px;
}

section.outline .inner_outline .recommend .box .rec_list {
	border-radius: 0 4px 4px 0;
	width: 586px;
}

section.outline .inner_outline .recommend .box .rec_list p {
	box-sizing: border-box;
	color: #333333;
	display: inline-block;
	font-size: 14px;
	line-height: 1.8;
	padding-left: 40px;
	min-width: 44%;
}
section.outline .inner_outline .recommend .box .rec_list p:nth-of-type(2n) {
	padding-left: 20px;
}

section.outline .inner_outline .recommend .box .rec_list p:before {
	background-color: #c2a783;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 12px;
	margin-right: 6px;
	width: 12px;
}


/* 特徴
-------------------------------------------------- */
section.feature {
	background-color: #fbf9f5;
}

section.feature .inner_feature {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

section.feature .inner_feature .ttl {
	font-size: 18px;
	font-weight: normal;
	color: #584e3e;
	text-align: center;
}

section.feature .inner_feature .ttl span {
	display: block;
	margin-bottom: 16px;
}

section.feature .inner_feature ul {
	margin-top: 35px;
	background-color: #FFFFFF;
  width: 1000px;
  border-radius: 4px;
}

section.feature .inner_feature ul li {
	margin: 0 auto;
  padding: 36px 0 40px 110px;
  width: 900px;
	background: url(/service/beauty/common/img/service-beauty-feature-point1.png) no-repeat left 42px;
	border-bottom: #f2ece5 solid 1px;
	box-sizing: border-box;
  position: relative;
}

section.feature .inner_feature ul li:nth-child(2) { background-image: url(/service/beauty/common/img/service-beauty-feature-point2.png); }
section.feature .inner_feature ul li:nth-child(3) { background-image: url(/service/beauty/common/img/service-beauty-feature-point3.png); }
section.feature .inner_feature ul li:nth-child(4) { background-image: url(/service/beauty/common/img/service-beauty-feature-point4.png); }
section.feature .inner_feature ul li:nth-child(5) { background-image: url(/service/beauty/common/img/service-beauty-feature-point5.png); }
section.feature .inner_feature ul li:nth-child(6) { background-image: url(/service/beauty/common/img/service-beauty-feature-point6.png); }
section.feature .inner_feature ul li:nth-child(7) { background-image: url(/service/beauty/common/img/service-beauty-feature-point7.png); }

section.feature .inner_feature ul li:last-child {
	border-bottom: none;
}

section.feature .inner_feature ul li h4 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #333;
  line-height: 1.4;
}

section.feature .inner_feature ul li .flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

section.feature .inner_feature ul li p {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.86;
	color: rgba(51, 51, 51, 0.9);
}


/* 施術の流れ
-------------------------------------------------- */
section.flow {
	background-color: #fff;
}

section.flow .inner_flow {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

section.flow .inner_flow .ttl {
	font-size: 26px;
	font-weight: normal;
	color: #584e3e;
	text-align: center;
}

section.flow .inner_flow .ttl span:first-child {
	display: block;
	margin-bottom: 16px;
}

section.flow .inner_flow > p {
	margin-top: 20px;
	text-align: center;
}

section.flow .inner_flow ul {
  padding-top: 30px;
  display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

section.flow .inner_flow ul li {
  margin-top: 30px;
}

section.flow .inner_flow ul li h4 {
	height: 36px;
	font-size: 16px;
	font-weight: normal;
	color: #554a3a;
	padding: 0 0 6px 48px;
	background-image: url(/service/beauty/common/img/service-beauty-flow01.png);
	background-repeat: no-repeat;
	background-position: left top;
	box-sizing: border-box;
  display: table-cell;
  vertical-align: bottom;
}

section.flow .inner_flow ul li:nth-child(2) h4 { background-image: url(/service/beauty/common/img/service-beauty-flow02.png); }
section.flow .inner_flow ul li:nth-child(3) h4 { background-image: url(/service/beauty/common/img/service-beauty-flow03.png); }
section.flow .inner_flow ul li:nth-child(4) h4 { background-image: url(/service/beauty/common/img/service-beauty-flow04.png); }
section.flow .inner_flow ul li:nth-child(5) h4 { background-image: url(/service/beauty/common/img/service-beauty-flow05.png); }
section.flow .inner_flow ul li:nth-child(6) h4 { background-image: url(/service/beauty/common/img/service-beauty-flow06.png); }
section.flow .inner_flow ul li:nth-child(7) h4 { background-image: url(/service/beauty/common/img/service-beauty-flow07.png); }
section.flow .inner_flow ul li:nth-child(8) h4 { background-image: url(/service/beauty/common/img/service-beauty-flow08.png); }


/* 選べるメニュー
-------------------------------------------------- */
section.plan {
	background-color: #ebe6dc;
}

section.plan .inner_plan {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

section.plan .inner_plan .ttl {
	font-size: 26px;
	font-weight: normal;
	color: #584e3e;
	text-align: center;
}

section.plan .inner_plan .ttl span:first-child {
	display: block;
	margin-bottom: 16px;
}

section.plan .inner_plan .plan-block {
  margin-top: 60px;
}

section.plan .inner_plan .plan-block .plan-block-header h4 {
  color: #584e3e;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
}

section.plan .inner_plan .plan-block .plan-block-header span {
  display: block;
}
section.plan .inner_plan .plan-block .plan-block-header .fs_s {
  font-size: 18px;
}
section.plan .inner_plan .plan-block .plan-block-header .fs_l {
  font-size: 26px;
}

.panel-table {
  background-color: #f2ece5;
  border-radius: 6px;
  color: #584e3e;
  padding: 40px;
}

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

.panel-table .panel-table-title {
  font-size: 18px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  margin-bottom: 15px;
  letter-spacing: .02em;
}

.panel-table .panel-table-list {
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.panel-table .panel-table-list li {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.85714;
  padding-left: 1em;
  margin-bottom: 1px;
}

.panel-table .panel-table-list li:before {
  content: '・';
  position: absolute;
  margin-left: -1em;
}

.panel-table .panel-table-list li:last-child {
  margin-bottom: 0;
}

.panel-table .panel-table-list li small {
  font-weight: normal;
  display: block;
  font-size: 12px;
  margin-top: -5px;
}

.panel-table .panel-table-list.panel-table-list_single li {
  padding-left: 0;
}

.panel-table .panel-table-list.panel-table-list_single li:before {
  content: none;
}

.panel-table .panel-table-column {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.panel-table .panel-table-column:first-child {
  padding-left: 0;
}

.panel-table .panel-table-column .btn {
  margin: 0 0 5px;
  width: auto;
}

.panel-table .panel-table-column .btn:last-of-type {
  margin-bottom: 0;
}

.panel-table .panel-table-column .btn + p {
  margin-top: 30px;
}

.panel-table .panel-table-column p {
  font-size: 14px;
  line-height: 1.85714;
  margin-bottom: 5px;
}

.panel-table .panel-table-column .note {
  color: #b39a7a;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  text-align: center;
}

.panel-table p.notice {
  text-align: center;
  font-size: 14px;
  margin-top: 0 !important;
}

.panel {
  color: #584e3e;
  margin-top: 30px;
}

.panel .panel-header {
  background: #c2a783;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 17px;
  color: #fff;
}

.panel .panel-header .panel-title {
  font-weight: normal;
  text-align: center;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  letter-spacing: .08em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

.panel .panel-body {
  padding: 20px 50px 40px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fff;
}

.panel .panel-body::after {
  clear: both;
  content: "";
  display: table;
}

.panel .panel-description {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 50px;
  border-bottom: 1px solid #f2ece5;
  color: #584e3e;
  position: relative;
}

.panel .panel-description:after {
  content: '';
  clear: both;
  display: block;
}

.panel .panel-description dt {
  float: left;
  font-size: 16px;
  color: #584e3e;
  height: 31px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-left: 1px solid #f2ece5;
  padding-left: 29px;
  margin-left: 5px;
  padding-top: 5px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: .06em;
  margin-left: 30px;
}

.panel .panel-description dt:first-of-type {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

.panel .panel-description dd {
  float: left;
  font-size: 14px;
  height: 31px;
  display: table;
}

.panel .panel-description dd:last-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}

.panel .panel-description dd .text {
  padding-right: 5px;
  display: inline-block;
  display: table-cell;
  vertical-align: top;
  line-height: 2;
}

.panel .panel-description dd .number {
  letter-spacing: .02em;
  font-size: 36px;
  font-weight: normal;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 30px;
  padding-right: 5px;
  display: table-cell;
}

.panel .panel-description dd .unit {
  font-size: 18px;
  vertical-align: 2px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: inline-block;
  display: table-cell;
}

.panel .panel-description dd .tax {
  font-size: 12px;
  vertical-align: 2px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: table-cell;
}

.panel .panel-description dd .value {
  color: #ff0000;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.panel .panel-description dd .notice {
  color: #b7b4b0;
  top: 50%;
  display: table-cell;
  font-size: 12px;
  line-height: 1.5;
  margin-right: 0;
  vertical-align: middle;
  padding-left: 6px;
}

.panel .panel-courseimage {
  width: 635px;
  float: left;
  border-right: 1px solid #f2ece5;
  margin-right: 30px;
  margin-bottom: 35px;
}

.panel .panel-courseimage figcaption {
  margin-bottom: 20px;
  font-weight: bold;
}

.panel .panel-left {
  width: 635px;
  min-height: 60px;
  float: left;
  border-right: 1px solid #f2ece5;
  margin-right: 30px;
  margin-bottom: 35px;
}

.panel .panel-left p {
  margin-bottom: 10px;
}

.panel .panel-left ul {
  font-weight: bold;
  line-height: 1.85714;
}

.panel .panel-detail {
  margin-bottom: 35px;
  width: 224px;
  float: right;
}

.panel .panel-detail h6 {
  font-weight: bold;
  margin-bottom: 20px;
}

.panel .panel-detail ul {
  line-height: 1.57143;
  font-size: 14px;
}

.panel .panel-detail_noimage {
  margin-bottom: 35px;
}

.panel .panel-detail_noimage h6 {
  font-weight: bold;
  margin-bottom: 20px;
}

.panel .panel-detail_noimage ul {
  line-height: 1.57143;
  font-size: 14px;
}

.panel .panel-detail_noimage p {
  color: #584e3e;
  font-size: 14px;
  line-height: 1.61;
  margin-top: 15px;
}

.panel .panel-table {
  clear: both;
}


/* report
-------------------------------------------------- */
section.report {
	background-color: #fff;
}

section.report .inner_report {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

section.report .inner_report .ttl {
	text-align: center;
}

section.report .inner_report .flex {
  margin-top: 40px;
  display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

section.report .inner_report .flex h4 {
  color: #b39a7a;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

section.report .inner_report .flex .block {
  margin-top: 8px;
  padding-bottom: 40px;
  width: 476px;
  border-radius: 6px;
  background-color: #f7f4f0;
}

section.report .inner_report .flex .block em {
  display: block;
  padding-top: 36px;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: #333;
  text-align: center;
}

section.report .inner_report .flex .block .customer {
  height: 190px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  color: #584e3e;
  box-sizing: border-box;
}

section.report .inner_report .flex .block .text {
  font-size: 14px;
  line-height: 1.86;
  width: 392px;
  margin: 25px auto 0;
}

section.report .inner_report .flex .block ul {
  display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  margin: 17px 0 0 35px;
}

section.report .inner_report .flex .block ul li {
  width: 212px;
  margin-top: 30px;
}
section.report .inner_report .flex .block ul li:nth-child(1),
section.report .inner_report .flex .block ul li:nth-child(2) {
  margin-top: 0;
}

section.report .inner_report .flex .block ul li p {
  font-size: 12px;
  margin-top: 6px;
  color: #584e3e;
}

section.report .inner_report .flex .block .btn {
  color: #bf9c7b;
  width: 395px;
  margin: 30px auto 0;
}
section.report .inner_report .flex .block .btn:hover {
  color: #fff;
}


/* Q & A
-------------------------------------------------- */
section.qa {
	background-color: #fbf9f5;
}


/* そのほかのホワイトニングメニューはこちら
-------------------------------------------------- */
section.other-menu .inner_other-menu {
	width: 1000px;
	margin: 0 auto;
	padding: 64px 0;
	text-align: center;
}

section.other-menu .inner_other-menu .ttl {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 4px;
	color: #b39a7a;
	text-align: center;
	display: inline-block;
}

section.other-menu .inner_other-menu ul {
	margin-top: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
	display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.other-menu .inner_other-menu ul li {
	width: 487px;
  margin-right: 24px;
	border: #b39a7a solid 1px;
	border-radius: 6px;
	box-sizing: border-box;
}

section.other-menu .inner_other-menu ul li:nth-child(2n) {
	margin-right: 0;
}

section.other-menu .inner_other-menu ul li:nth-child(n+3) {
	margin-top: 24px;
}

section.other-menu .inner_other-menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px;
	box-sizing: border-box;
	text-decoration: none;
}

section.other-menu .inner_other-menu ul li a h4 {
	font-size: 20px;
	font-weight: normal;
	color: #b39a7a;
	background-image: url(/service/beauty/common/img/service-beauty-arrow09.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
}

section.other-menu .inner_other-menu ul li a .description {
	font-size: 14px;
	line-height: 1.8em;
	color: #333333;
	margin-top: 1.0em;
	letter-spacing: -1px;
	text-align: left;
}

section.other-menu .inner_other-menu ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

}

/* ==================================================
   SP用スタイル (max-width: 767px)
================================================== */
@media screen and (max-width: 767px) {

/* 共通ボタン
-------------------------------------------------- */
a.btn {
  font-size: 1.27273em;
  line-height: 13.333333333vw;
  height: 13.333333333vw;
  display: inline-block;
  padding: 0 5.33333vw;
  border: 1px solid #bf9c7b;
  color: #bf9c7b;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms 0ms linear;
  transition: all 200ms 0ms linear;
  text-decoration: none;
  text-align: center;
}

a.btn.btn-vert {
  background: url("/sp/service/beauty/common/img/muiti-navigation-allowoff.png") no-repeat right 5.33333vw center;
  background-size: 2.2% auto;
}

a.btn.btn-horiz {
  background: url("/sp/service/beauty/common/img/service-beauty-arrow-brown001.png") no-repeat right 5vw top 5.4vw;
  background-size: 3.4% auto;
}

a.btn.btn-ml {
  line-height: 1.5;
  padding-top: 4px;
}

a.btn.btn-secondry {
  background-color: #b99656;
  color: #fff;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: url("/sp/service/beauty/common/img/muiti-navigation-allowon.png") no-repeat right 6vw top 4.66667vw #b99656;
  background-size: auto 3.46667vw;
  border: 0;
}

a.btn.btn-secondry.btn-horiz {
  background-image: url("/sp/service/beauty/common/img/service-beauty-arrow-white001.png");
  background-size: 3.06667vw auto;
  background-position: right 2.66667vw center;
}

a.btn.btn-primary {
  background-color: #521114;
  border: 0;
}

a.btn.btn-block {
  display: block;
}


/* navigation
-------------------------------------------------- */
div.navigation {
	position: relative;
	width: 100%;
	height: 75px;
	box-sizing: border-box;
}

div.navigation nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	background-image: url(/sp/service/beauty/common/img/service-beauty-dot001.png);
	background-size: 10px 10px;
}

div.navigation.fixed nav {
	position: fixed;
	z-index: 9998;
	width: 100%;
	height: 60px;
	top: 60px;
	background-image: url(/sp/service/beauty/common/img/service-beauty-dot002.png);
	background-size: 10px 10px;
}

div.navigation nav ul {
	width: 89.333%;
	margin: 0 auto;
	padding-top: 7px;
	box-sizing: border-box;
}

div.navigation nav ul li {
	float: left;
	width: 23.283%;
	height: 68px;
	margin-right: 2.089%;
	background-image: url(/sp/service/beauty/common/img/muiti-navigation-allowoff.png);
	background-repeat: no-repeat;
	background-position: center 51px;
	background-size: 7px auto;
}

div.navigation.fixed nav ul li {
	height: 53px;
	background-image: inherit;
}

div.navigation nav ul li:last-child {
	margin-right: 0;
}

div.navigation nav ul li a {
	display: table;
	width: 100%;
	height: 46px;
	text-align: center;
	text-decoration: none;
	background-color: #FFFFFF;
	box-sizing: border-box;
	color: #584e3e;
	transition: all 200ms 0ms linear;
}

div.navigation nav ul li a > p {
	display: table-cell;
	vertical-align: middle;
  line-height: 1.2;
	font-size: 10px;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

div.navigation nav ul li.on a {
	color: #ffffff;
	background-color: #9f8e6e;
}

div.navigation nav ul li a p span {
  letter-spacing: -0.1em;
  font-size: 8px;
}

div.navigation nav ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}


/* 見出し
-------------------------------------------------- */
section.outline {
	padding: 9.375% 0;
}

section.outline .ttl {
	font-size: 2.0em;
	line-height: 1.4em;
	letter-spacing: 2px;
	color: #b39a7a;
	text-align: center;
}

section.outline .description {
	width: 87.5%;
	margin: 6.2% auto 7%;
	font-size: 1.0909em;
	line-height: 1.83;
	color: #333;
}

section.outline .recommend {
	margin: 0 auto;
	background-color: #f9f6f2;
	box-sizing: border-box;
	width: 87.5%;
  border-radius: 3px;
  overflow: hidden;
}

section.outline .recommend .box .rec_ttl {
	background-color: #d4b994;
}

section.outline .recommend .box .rec_ttl p {
	color: #fff;
	font-size: 1.2727em;
	padding: 4.2%;
	text-align: center;
}

section.outline .recommend .box .rec_list {
	padding: 4% 0 4% 15%;
}

section.outline .recommend .box .rec_list p {
	font-size: 1.0909em;
  line-height: 1.8;
}

section.outline .recommend .box .rec_list p:before {
	background-color: #c2a783;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 10px;
	margin-right: 1%;
	width: 10px;
}


/* 特徴
-------------------------------------------------- */
section.feature {
	padding: 9.375% 0;
	background-color: #fbf9f5;
}

section.feature .ttl {
	text-align: center;
}

section.feature .ttl_sub img {
  width: 85.333%;
}

section.feature .sttl {
	display: block;
	text-align: center;
	margin-top: 4.6875%;
}

section.feature ul {
	width: 87.5%;
	margin: 0 auto;
	margin-top: 4.8%;
	background-color: #fff;
}

section.feature ul li {
	padding: 5.3%;
	border-bottom: #f2ece5 solid 1px;
	box-sizing: border-box;
}

section.feature ul li:last-child {
	border-bottom: none;
}

section.feature ul li .box h4 {
  display: table;
  width: 100%;
  /*height: auto;*/
  padding-left: 24%;
  font-weight: normal;
  background-image: url(/sp/service/beauty/common/img/service-beauty-point001.png);
  background-repeat: no-repeat;
  background-position: left 7%;
  background-size: 17% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.feature ul li:nth-child(2) .box h4 {
  background-image: url(/sp/service/beauty/common/img/service-beauty-point002.png);
}

section.feature ul li:nth-child(3) .box h4 {
  background-image: url(/sp/service/beauty/common/img/service-beauty-point003.png);
}

section.feature ul li .box h4 span {
	display: table-cell;
	font-size: 1.45em;
	line-height: 1.5;
	color: #584e3e;
	vertical-align: middle;
}

section.feature ul li .box p {
	font-size: 1.27em;
	line-height: 1.86;
	color: #333;
	margin-top: 3%;
}

section.feature ul li .box img {
  margin-top: 4.8%;
}


/* 施術の流れ
-------------------------------------------------- */
section.flow {
	background-color: #fff;
	padding: 9.375% 0;
}

section.flow .ttl {
	text-align: center;
}

section.flow .ttl_sub img {
  width: 85.333%;
}

section.flow .sttl {
	display: block;
	text-align: center;
	margin-top: 4.6875%;
}

section.flow > p {
	color: #584e3e;
	font-size: 1.27em;
	margin: 7.4%;
	text-align: center;
	line-height: 1.23;
}

section.flow ul {
  margin: 10.66% auto 0;
  width: 87.5%;
}

section.flow ul li {
  margin-bottom: 3.7vw;
}

section.flow ul li h4 {
  height: 7vw;
	font-size: 1.45em;
	font-weight: normal;
	color: #554a3a;
	padding: 0 0 0.5vw 7vw;
	background-image: url(/sp/service/beauty/common/img/multi-numberslash001.png);
	background-repeat: no-repeat;
	background-position: left bottom;
  background-size: 156px 19px;
	box-sizing: border-box;
  display: table-cell;
  vertical-align: bottom;
}

section.flow ul li:nth-child(2) h4 { background-image: url(/sp/service/beauty/common/img/multi-numberslash002.png); }
section.flow ul li:nth-child(3) h4 { background-image: url(/sp/service/beauty/common/img/multi-numberslash003.png); }
section.flow ul li:nth-child(4) h4 { background-image: url(/sp/service/beauty/common/img/multi-numberslash004.png); }
section.flow ul li:nth-child(5) h4 { background-image: url(/sp/service/beauty/common/img/multi-numberslash005.png); }
section.flow ul li:nth-child(6) h4 { background-image: url(/sp/service/beauty/common/img/multi-numberslash006.png); }
section.flow ul li:nth-child(7) h4 { background-image: url(/sp/service/beauty/common/img/multi-numberslash007.png); }
section.flow ul li:nth-child(8) h4 { background-image: url(/sp/service/beauty/common/img/multi-numberslash008.png); }


/* メニュー
-------------------------------------------------- */
section.plan {
	padding: 9.375% 0;
	background-color: #ebe6dc;
}

section.plan .container {
  margin-left: 5.33333vw;
  margin-right: 5.33333vw;
}

section.plan .ttl {
	text-align: center;
}

section.plan .ttl_sub img {
  width: 85.333%;
}

section.plan .sttl {
	display: block;
	text-align: center;
	margin-top: 4.6875%;
}

section.plan .plan-block {
  margin-top: 8vw;
}

section.plan .plan-block .plan-block-header {
  margin-bottom: 4vw;
}

section.plan .plan-block .plan-block-header h4 {
  font-size: 1.45455em;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: .04em;
  color: #584e3e;
  margin-bottom: 1.33333vw;
  text-align: center;
}

section.plan .plan-block .plan-block-header h4 em {
  display: block;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: normal;
  font-size: 1.375em;
  text-align: center;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

section.plan .plan-block .plan-block-header p {
  font-size: 1.27273em;
  line-height: 1.85714;
  margin-bottom: 4vw;
}

section.plan .plan-block .plan-block-header .subtitle {
  font-size: 1.45455em;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #584e3e;
  text-align: center;
  line-height: 1.85714;
  margin-bottom: -1.33333vw;
  margin-top: 5vw;
}

.panel {
  background: #fff;
  border-radius: 1.6vw;
  margin-bottom: 6.66667vw;
  color: #584e3e;
}

.panel:last-child {
  margin-bottom: 0;
}

.panel .panel-header {
  background-color: #c2a783;
  border-top-left-radius: 1.6vw;
  border-top-right-radius: 1.6vw;
  line-height: 1.15;
  padding-top: 3.33333vw;
  padding-bottom: 3.33333vw;
  text-align: center;
}

.panel .panel-header .panel-title {
  color: #fff;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.81818em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: .08em;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
}

.panel .panel-header .ls {
  letter-spacing: -0.01em;
}

.panel img {
  width: 100%;
  height: auto;
}

.panel .panel-description {
  clear: both;
  border-bottom: 1px solid #f2ece5;
}

.panel .panel-description dt {
  width: 28vw;
  float: left;
  clear: both;
  font-size: 1.27273em;
  font-weight: bold;
  color: #584e3e;
  padding-top: 5.33333vw;
  padding-bottom: 5.33333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5.33333vw;
  border-top: 1px solid #f2ece5;
}

.panel .panel-description dt:first-of-type {
  border-top: 0;
}

.panel .panel-description dd {
  border-top: 1px solid #f2ece5;
  padding: 5.33333vw;
  margin-left: 28vw;
  color: #584e3e;
}

.panel .panel-description dd:first-of-type {
  border-top: 0;
}

.panel .panel-description dd p {
  margin-bottom: 1.33333vw;
}

.panel .panel-description dd p:last-child {
  margin-bottom: 0;
}

.panel .panel-description dd .text {
  font-size: 1.09091em;
  display: block;
  margin-bottom: 1.33333vw;
}

.panel .panel-description dd .number {
  font-size: 2em;
  letter-spacing: .02em;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  margin-right: 0.4vw;
}

.panel .panel-description dd .unit {
  font-size: 1.45455em;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-right: 0.4vw;
}

.panel .panel-description dd .tax {
  font-size: 1.45455em;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .06em;
  font-size: 1em;
}

.panel .panel-description dd .value {
  font-size: 1.09091em;
  color: #f00;
  display: block;
  margin-top: 0.66667vw;
}

.panel .panel-description dd .notice {
  color: #b7b4b0;
  line-height: 1.45455;
  display: block;
  margin-top: 0.66667vw;
}

.panel .panel-body {
  padding: 4vw 5.33333vw;
}

.panel .panel-body > p {
  font-size: 1.27em;
  color: #584e3e;
  line-height: 1.71;
}

.panel .panel-body .btn {
  margin: 5vw 0 4vw;
}

.panel .panel-courseimage {
  margin-bottom: 5.33333vw;
}

.panel .panel-courseimage figcaption {
  color: #584e3e;
  font-size: 1.27273em;
  font-weight: bold;
  margin-bottom: 4vw;
}

.panel .panel-detail {
  background: #f2ece5;
  padding: 5.33333vw 5.33333vw 2.66667vw;
  margin-bottom: 6.66667vw;
}

.panel .panel-detail h6 {
  font-size: 1.27273em;
  margin-bottom: 1.33333vw;
}

.panel .panel-detail ul {
  margin-bottom: 2vw;
}

.panel .panel-detail ul li {
  line-height: 1.71429;
  font-size: 1.27273em;
  font-weight: bold;
}

.panel .panel-detail ul li:before {
  content: '・';
}

.panel .panel-detail ol {
  line-height: 1.71429;
  font-size: 1.27273em;
  padding-left: 1em;
  list-style-position: outside;
}

.panel .panel-detail ol li {
  text-indent: -1em;
}

.panel .panel-detail dl {
  line-height: 1.71429;
  font-size: 1.27273em;
}

.panel .panel-detail dl dt {
  font-weight: bold;
  float: left;
}

.panel .panel-detail dl dt:after {
  content: '：';
}

.panel .panel-detail p {
  font-size: 1.27273em;
  margin-bottom: 1.33333vw;
  line-height: 1.5;
}

.panel .panel-detail p:last-child {
  margin-bottom: 0;
}

.panel .panel-detail .note {
  font-size: 1em;
  line-height: 1.45455;
}

.panel .panel-table .panel-table-title {
  font-size: 1.45455em;
  letter-spacing: .02em;
  font-weight: bold;
  margin-bottom: 4vw;
}

.panel .panel-table .panel-table-list small {
  display: block;
  font-size: 0.75em;
  margin-bottom: 1.06667vw;
}

.panel .panel-table p {
  line-height: 1.71429;
  font-size: 1.27273em;
  margin-bottom: 1.33333vw;
}

.panel .panel-table p:last-child {
  margin-bottom: 0;
}

.panel .panel-table ul {
  margin-bottom: 4vw;
}

.panel .panel-table ul li {
  line-height: 1.71429;
  font-size: 1.27273em;
  margin-left: 1em;
}

.panel .panel-table ul li:before {
  content: '・';
  position: absolute;
  margin-left: -1em;
}

.panel .panel-table .btn {
  text-align: center;
  margin-bottom: 2.66667vw;
  font-family: sans-serif;
}


/* report
-------------------------------------------------- */
section.report {
	padding: 9.375% 0;
	background-color: #fff;
}

section.report .ttl {
	text-align: center;
}

section.report .container {
  width: 87.5%;
  margin: 0 auto;
}

section.report .container h4 {
  margin-top: 6.66vw;
  color: #b39a7a;
  font-size: 1.45em;
  font-weight: normal;
  text-align: center;
}

section.report .container .block {
  margin-top: 4vw;
  padding-bottom: 6.66vw;
  border-radius: 6px;
  background-color: #f7f4f0;
}

section.report .container .block em {
  display: block;
  padding: 6.66vw 0 0 5.33vw;
  font-size: 1.45em;
  font-style: normal;
  font-weight: bold;
  line-height: 1.44;
  color: #333;
}

section.report .container .block ul {
  display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  margin: 0 0 0 5.33vw;
}

section.report .container  .block ul li {
  width: 40vw;
  margin-top: 4vw;
}

section.report .container .block ul li p {
  font-size: 1.09em;
  margin-top: 1.6vw;
  color: #584e3e;
}

section.report .container .block .customer {
  height: 42.66vw;
  font-size: 1.45em;
  font-weight: normal;
  line-height: 1.44;
  color: #584e3e;
  box-sizing: border-box;
}

section.report .container .block .text {
  font-size: 1.27em;
  line-height: 1.86;
  margin: 6vw 6vw 0;
}

section.report .container .block .btn {
  color: #bf9c7b;
  background-color: #fff;
  margin: 6.66vw 5.33vw 0;
}


/* そのほかのホワイトニングメニューはこちら
-------------------------------------------------- */
section.other-menu {
	padding: 9.375% 0;
}

section.other-menu .ttl {
	font-size: 1.6em;
	line-height: 1.4em;
	letter-spacing: 2px;
	color: #b39a7a;
	text-align: center;
}

section.other-menu ul {
	width: 90.625%;
	margin: 0 auto;
	margin-top: 7.8125%;
}

section.other-menu ul li {
	background-color: #FFF;
	border: #b39a7a solid 1px;
	border-radius: 6px;
	box-sizing: border-box;
	margin-bottom: 5.172413793103%;
}

section.other-menu ul li:last-child {
	margin-bottom: 0;
}

section.other-menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5.172413793103%;
	box-sizing: border-box;
	text-decoration: none;
}

section.other-menu ul li a h4 {
	font-size: 1.45em;
	color: #b39a7a;
  font-weight: normal;
	background-image: url(/sp/service/beauty/common/img/service-beauty-arrow001.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 3.5vw auto;
}

section.other-menu ul li a .description {
	font-size: 1.1em;
	line-height: 1.45;
	color: #333333;
	margin-top: 3.33vw;
}

}