@charset "UTF-8";
body {
  color: #333;
}

.container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

section.mv {
  height: 350px;
  background-image: url(img/service-beauty-lip_esthe-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

section.mv .inner_mv {
  width: 100%;
  height: 100%;
  display: table;
}

section.mv .inner_mv .container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

section.mv .inner_mv .container .ttl {
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #FFFFFF;
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 32px;
  text-align: left;
}

section.mv .inner_mv .container .ttl_sub {
  height: 12px;
  margin-top: 12px;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 95px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

section.mv .inner_mv .container .description {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin-top: 1.0em;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.text-center {
  text-align: center;
}

.contents .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;
}

.btn.btn-primary:hover {
  color: #fff;
  background-color: #9f8e6e;
}

.btn.btn-primary.btn-horiz:after {
  background-image: url("img/service-beauty-lip_esthe-arrow01.png");
}

.btn.btn-primary.btn-horiz:hover:after {
  background-image: url("img/service-beauty-lip_esthe-arrow02.png");
}

.btn.btn-primary.btn-vert:after {
  background-image: url("img/service-beauty-lip_esthe-arrow03.png");
}

.btn.btn-primary.btn-vert:hover:after {
  background-image: url("img/service-beauty-lip_esthe-arrow04.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("img/service-beauty-lip_esthe-arrow02.png");
}

.btn.btn-secondry.btn-vert:after {
  background-image: url("img/service-beauty-lip_esthe-arrow04.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("img/service-beauty-lip_esthe-arrow01.png");
}

.btn.btn-default.btn-horiz:hover:after {
  background-image: url("img/service-beauty-lip_esthe-arrow02.png");
}

.btn.btn-default.btn-vert:after {
  background-image: url("img/service-beauty-lip_esthe-arrow03.png");
}

.btn.btn-default.btn-vert:hover:after {
  background-image: url("img/service-beauty-lip_esthe-arrow04.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;
}

section.mv .inner_mv .container .ttl {
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: .12em;
}

section.mv .inner_mv .container .ttl_sub {
  margin-top: 17px;
}

section.mv .inner_mv .container .description {
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: .1em;
  line-height: 1.875;
}

/* navigation
-------------------------------------------------- */
div.navigation {
  position: relative;
  width: 100%;
  height: 86px;
}

div.navigation nav {
  position: absolute;
  width: 100%;
  height: 86px;
  background-image: url(img/service-beauty-lip_esthe-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: 16px;
}

div.navigation nav ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

div.navigation nav ul li {
  height: 54px;
  margin-right: 14px;
  float: left;
  width: 238px;
}

div.navigation nav ul li:last-child {
  margin-right: 0;
}

div.navigation nav ul li.on a {
  color: #ffffff;
  background-image: url(img/service-beauty-lip_esthe-arrow04.png);
  background-color: #9f8e6e;
}

div.navigation nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  letter-spacing: -1px;
  color: #584e3e;
  text-align: center;
  text-decoration: none;
  padding-top: 20px;
  background-image: url(img/service-beauty-lip_esthe-arrow03.png);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: none 200ms 0ms linear;
  transition: none 200ms 0ms linear;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  background-position: 214px 20px;
  position: relative;
  font-size: 14px;
  line-height: 1.42857;
}

div.navigation nav ul li a:hover {
  color: #ffffff;
  background-image: url(img/service-beauty-lip_esthe-arrow04.png);
  background-color: #9f8e6e;
  -webkit-animation: none;
          animation: none;
  -webkit-animation: navigation_arrow_on_dual 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: navigation_arrow_on_dual 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes navigation_arrow_on_dual {
  0% {
    background-position: 214px 20px;
  }
  20% {
    background-position: 214px 30px;
  }
  100% {
    background-position: 214px 20px;
  }
}

@keyframes navigation_arrow_on_dual {
  0% {
    background-position: 214px 20px;
  }
  20% {
    background-position: 214px 30px;
  }
  100% {
    background-position: 214px 20px;
  }
}

div.navigation nav ul li a span {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title .section-title_label {
  margin-bottom: 20px;
}

.section-title .section-title_text {
  /* font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  font-weight: normal;
  font-size: 26px;
  letter-spacing: .08em;
  /* -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt'; */
  color: #584e3e;
}

section.outline {
  padding-top: 55px;
}

section.outline .inner_outline .recommend {
  width: 940px;
  margin: 0 auto;
}

section.outline .rec_list {
  padding: 26px 0 21px 22px;
}

section.outline .outline-lead {
  text-align: center;
  font-size: 26px;
  color: #b39a7a;
  /* -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt'; */
  font-weight: normal;
  line-height: 1.53846;
  margin-bottom: 20px;
  letter-spacing: .2em;
  /* font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
}

section.outline .description {
  font-size: 14px;
  line-height: 1.85714;
  text-align: center;
  margin-bottom: 50px;
}

section.outline .outline-recommend {
  /* display: table; */
  width: 940px;
  border-radius: 6px;
  margin: 0 auto;
}

section.outline .outline-recommend .outline-recommend_cell {
  /* display: table-cell; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 30px;
}

/* section.outline .outline-recommend ul {
  width: 50%;
  float: left;
} */

/* section.outline .outline-recommend ul:nth-child(1) {
  width: 225px;
}

section.outline .outline-recommend ul:nth-child(2) {
  width: 365px;
} */

section.outline .outline-recommend ul li {
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: .04em;
  line-height: 1.85714;
  margin-left: 18px;
}

section.outline .outline-recommend ul li:before {
  position: absolute;
  margin-left: -18px;
  margin-top: 5px;
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  background-color: #c2a783;
}

section.outline .outline-recommend_title {
  text-align: center;
  /* font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  background: #f00;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #d4b994;
  color: #fff;
  font-size: 18px;
  letter-spacing: .08em;
  /* -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt'; */
  width: 290px;
  vertical-align: middle;
}

section.outline .outline-recommend_list {
  background-color: #fbf9f5;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

section.outline .outline-recommend_list li {
  display: inline-block;
  margin-right: 10px;
  line-height: 1.85714;
  font-size: 14px;
}

section.outline .outline-recommend_list li:before {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  background-color: #c2a783;
}

section.about {
  padding-bottom: 10px;
  padding-top: 80px;
}

section.about::after {
  clear: both;
  content: "";
  display: table;
}

section.about .about-title {
  text-align: center;
  margin-bottom: 25px;
}

section.about .about-title .about-title_lead {
  margin-bottom: 20px;
}

section.about .about-title .about-title_text {
  font-size: 26px;
  letter-spacing: .08em;
  /* -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  color: #584e3e;
  font-weight: normal;
}

section.about .about-lead {
  text-align: center;
  font-size: 14px;
  line-height: 1.85714;
  margin-bottom: 50px;
}

section.about .about-block {
  margin-bottom: 50px;
  width: 480px;
  margin-right: 40px;
  float: left;
}

section.about .about-block::after {
  clear: both;
  content: "";
  display: table;
}

section.about .about-block:nth-child(2n) {
  margin-right: 0;
}

section.about .about-block .image {
  background-color: #f7f4f0;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
}

section.about .about-block h4 {
  font-size: 18px;
  letter-spacing: .02em;
  /* font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  font-weight: normal;
  margin-bottom: 10px;
  color: #584e3e;
}

section.about .about-block p {
  line-height: 1.85714;
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.feature {
  padding-top: 70px;
  padding-bottom: 80px;
  /* background: #fbf9f5; */
}

section.feature::after {
  clear: both;
  content: "";
  display: table;
}

section.feature .inner_feature {
  padding-top: 0;
  width: 1000px;
  margin: 0 auto;
}

section.feature .ttl {
  font-size: 26px;
  font-weight: normal;
  color: #584e3e;
  text-align: center;
  letter-spacing: .08em;
  letter-spacing: -0.02em;
  margin-bottom: 50px;
}

section.feature .ttl .ttl_label {
  margin-bottom: 35px;
}

section.feature .ttl .ttl_text {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  font-size: 18px;
  text-indent: 20px;
}

section.feature .ttl span {
  display: block;
  margin-bottom: 18px;
}

section.feature .feature-points {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0  45px 50px 55px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

section.feature .feature-points li {
  padding: 30px 0 40px 110px;
  clear: both;
  border-bottom: 1px solid #f2ece5;
  background-repeat: no-repeat;
  background-position: left 35px;
}

section.feature .feature-points li::after {
  clear: both;
  content: "";
  display: table;
}

section.feature .feature-points li:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}

section.feature .feature-points li:nth-child(1) {
  background-image: url(img/service-beauty-lip_esthe-point01.png);
}

section.feature .feature-points li:nth-child(2) {
  background-image: url(img/service-beauty-lip_esthe-point02.png);
}

section.feature .feature-points li:nth-child(3) {
  background-image: url(img/service-beauty-lip_esthe-point03.png);
}

section.feature .feature-points li .feature-points-image {
  float: right;
}

section.feature .feature-points li h4 {
  font-size: 18px;
  letter-spacing: .02em;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.44444;
  width: 420px;
}

section.feature .feature-points li .image {
  width: 365px;
  text-align: center;
  float: right;
}

section.feature .feature-points li .image img {
  margin-left: 20px;
}

section.feature .feature-points li .beforeafter img {
  margin-left: 20px;
}

section.feature .feature-points li p {
  font-size: 14px;
  line-height: 1.85714;
  margin-bottom: 10px;
  width: 420px;
}

section.feature .feature-points li .beforeafter {
  text-align: center;
}

section.feature .feature-points .feature-points-btn {
  text-align: center;
}

section.feature .feature-points .btn {
  margin-top: 35px;
  color: #bf9c7b;
  width: 420px;
}

section.feature .feature-points .btn:hover {
  color: #fff;
}

section.feature .points-list {
  width: 420px;
  margin-top: 25px;
}

section.feature .points-list dt {
  background: #b39a7a;
  display: inline-block;
  line-height: 20px;
  padding: 0 10px;
  color: #fff;
  /* font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  font-size: 15px;
  letter-spacing: .04em;
  /* margin-bottom: 7px; */
}

section.feature .points-list dd {
  margin-bottom: 5px;
  line-height: 1.85714;
  font-size: 14px;
  margin-bottom: 11px;
}

section.feature .points-list dd:last-child {
  margin-bottom: 0;
}

section.feature .feature-btn {
  width: 484px;
  /* margin: 0 auto; */
}

section.flow {
  margin-bottom: 80px;
  padding-top: 80px;
}

section.flow .section-title {
  margin-bottom: 40px;
}

section.flow .flow-title {
  background: url("img/service-beauty-lip_esthe-flowtitle.png") no-repeat center top;
  padding-top: 50px;
  font-size: 26px;
  letter-spacing: .08em;
  color: #584e3e;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

section.flow .flow-description {
  width: 500px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.85714;
  margin-bottom: 60px;
}

section.flow .flow-step {
  margin: 0 auto 20px;
}

/* section.flow .flow-step::after {
  clear: both;
  content: "";
  display: table;
} */

section.flow .flow-step li {
  width: 480px;
  margin-right: 40px;
  float: left;
  margin-bottom: 55px;
}

section.flow .flow-step li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

section.flow .flow-step li:nth-child(2n) {
  margin-right: 0;
}

section.flow .flow-step li:nth-child(1) h4 {
  background-image: url("img/service-beauty-lip_esthe-number1.png");
}

section.flow .flow-step li:nth-child(2) h4 {
  background-image: url("img/service-beauty-lip_esthe-number2.png");
}

section.flow .flow-step li:nth-child(3) h4 {
  background-image: url("img/service-beauty-lip_esthe-number3.png");
}

section.flow .flow-step li:nth-child(4) h4 {
  background-image: url("img/service-beauty-lip_esthe-number4.png");
}

section.flow .flow-step li:nth-child(5) h4 {
  background-image: url("img/service-beauty-lip_esthe-number5.png");
}

section.flow .flow-step li:nth-child(6) h4 {
  background-image: url("img/service-beauty-lip_esthe-number6.png");
}

section.flow .flow-step li:nth-child(7) h4 {
  background-image: url("img/service-beauty-lip_esthe-number7.png");
}

section.flow .flow-step li:nth-child(8) h4 {
  background-image: url("img/service-beauty-lip_esthe-number8.png");
}

section.flow .flow-step h4 {
  height: 50px;
  line-height: 1.625;
  font-size: 16px;
  color: #554a3a;
  font-weight: normal;
  position: relative;
  padding-left: 50px;
  background-position: left top 8px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

section.flow .flow-step h4 span {
  /* font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  position: absolute;
  bottom: 6px;
}

section.flow .flow-step h4 small {
  font-size: 14px;
  margin-top: -4px;
  display: block;
  /* font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
}

section.flow .flow-step .image {
  text-align: center;
}

section.flow .flow-step p {
  font-size: 14px;
  line-height: 1.71429;
}

section.flow .flow-step img {
  margin-bottom: 15px;
}

section.flow .flow-step .note {
  font-size: 12px;
  letter-spacing: -0.02em;
  margin-top: 10px;
  margin-bottom: -10px;
}

section.flow .flow-panel {
  background: #f7f4f0;
  border-radius: 6px;
  padding: 50px;
}

/* section.flow .flow-panel::after {
  clear: both;
  content: "";
  display: table;
} */

section.flow .flow-panel img {
  float: right;
}

section.flow .flow-panel h3 {
  width: 435px;
  font-size: 17px;
  color: #584e3e;
  letter-spacing: .08em;
  line-height: 1.64706;
  margin-bottom: 10px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

section.flow .flow-panel p {
  width: 435px;
  line-height: 1.85714;
  font-size: 14px;
}

section.tmp_merit {
  background-color: #fbf9f5;
  padding-top: 60px;
  padding-bottom: 77px;
}

section.tmp_merit .inner_tmp_merit {
  width: 1000px;
  margin: 0 auto;
}

section.tmp_merit .ttl {
  font-size: 26px;
  font-weight: normal;
  color: #584e3e;
  text-align: center;
  margin-bottom: 35px;
}

section.tmp_merit .ttl span {
  display: block;
  margin-bottom: 16px;
}

section.tmp_merit .ttl .ttl_label {
  margin-bottom: 20px;
}

section.tmp_merit .ttl .ttl_text {
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #584e3e;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
}

section.tmp_merit .tmp_merit_content {
  margin: 50px 0 70px 0;
}

section.tmp_merit .description {
  font-size: 14px;
  width: 500px;
  margin: 0 auto;
  line-height: 1.85714;
  margin-bottom: 35px;
}

section.tmp_merit .tmp_merit-points {
  background: #fff;
  padding: 10px 50px;
  margin-bottom: 53px;
  position: relative;
}

section.tmp_merit .tmp_merit-points .tmp_merit-points-item {
  padding: 40px 0 40px 110px;
  border-bottom: 1px solid #f2ece5;
}

section.tmp_merit .tmp_merit-points .tmp_merit-points-item:after {
  content: '';
  display: block;
  clear: both;
}

section.tmp_merit .tmp_merit-points .tmp_merit-points-item:nth-child(1) {
  background: url("img/features_point1.png") no-repeat left center;
}

section.tmp_merit .tmp_merit-points .tmp_merit-points-item:nth-child(2) {
  background: url("img/features_point2.png") no-repeat left center;
}

section.tmp_merit .tmp_merit-points .tmp_merit-points-item:nth-child(3) {
  background: url("img/features_point3.png") no-repeat left center;
}

section.tmp_merit .tmp_merit-points .tmp_merit-points-item:nth-child(3) img {
  margin-top: -10px;
  top: -10px;
}

section.tmp_merit .tmp_merit-points .tmp_merit-points-item:nth-child(4) {
  background: url("img/features_point4.png") no-repeat left center;
}

section.tmp_merit .tmp_merit-points .tmp_merit-points-item:last-child {
  padding-bottom: 30px;
  border-bottom: 0;
}

section.tmp_merit .tmp_merit-points .tmp_merit-points-item .tmp_merit-points-image {
  float: right;
  margin-left: 30px;
}

section.tmp_merit .tmp_merit-points .tmp_merit-points-item .tmp_merit-points-body {
  display: block;
}

section.tmp_merit .tmp_merit-points .tmp_merit-points-item h4 {
  font-size: 18px;
  letter-spacing: .02em;
  line-height: 1.44444;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  margin-bottom: 10px;
  white-space: nowrap;
}

section.tmp_merit .tmp_merit-points .tmp_merit-points-item p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.85714;
  margin-bottom: 10px;
}

section.tmp_merit .tmp_merit-points .tmp_merit-points-item p:last-child {
  margin-bottom: 0;
}

section.tmp_merit .tmp_merit-points .tmp_merit-points-item a {
  color: #b39a7a;
}

section.tmp_merit .btn-showmenu {
  width: 485px;
  margin: 0 auto;
  padding: 0;
  display: block;
}

section.tmp_merit2 {
  background-color: #fff;
}

section.tmp_merit2 .ttl {
  margin-bottom: 40px;
}

section.tmp_merit2 .ttl .ttl_text {
  font-size: 26px;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: .08em;
}

section.tmp_merit2 .feature-points2 {
  margin-bottom: 50px;
}

section.tmp_merit2 .feature-points2::after {
  clear: both;
  content: "";
  display: table;
}

section.tmp_merit2 .feature-points2 .feature-points-item {
  width: 313px;
  float: left;
  margin-right: 30px;
}

section.tmp_merit2 .feature-points2 .feature-points-item:last-child {
  margin-right: 0;
}

section.tmp_merit2 .feature-points2 .feature-points-image {
  text-align: center;
  margin-bottom: 15px;
}

section.tmp_merit2 .feature-points2 h4 {
  font-size: 18px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.55556;
  color: #b39a7a;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: .02em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

section.tmp_merit2 .feature-points2 p {
  font-size: 14px;
  line-height: 1.85714;
  margin-bottom: 10px;
}

section.tmp_merit2 .feature-panel {
  background: #f7f4f0;
  border-radius: 12px;
  padding: 40px 50px 50px;
}

section.tmp_merit2 .feature-panel .panel-header {
  margin-bottom: 27px;
}

section.tmp_merit2 .feature-panel .panel-header p {
  color: #584e3e;
  margin-bottom: 13px;
  font-size: 18px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

section.tmp_merit2 .feature-panel .panel-header h4 {
  font-weight: normal;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  color: #b39a7a;
  letter-spacing: .02em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

section.plan {
  /* background: #f0ebe6; */
  padding-top: 60px;
  padding-bottom: 80px;
}

section.plan .section-title {
  margin-bottom: 60px;
}

section.plan .plan-title {
  text-align: center;
  font-size: 26px;
  letter-spacing: .08em;
  margin-bottom: 30px;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #584e3e;
}

section.plan .plan-title .label {
  margin-bottom: 20px;
}

section.plan .plan-nav-wrapper {
  background: #fff;
}

section.plan .plan-description {
  font-size: 18px;
  letter-spacing: .02em;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #584e3e;
  margin-bottom: 12px;
  text-align: center;
}

section.plan .plan-nav {
  width: 100%;
}

section.plan .plan-nav::after {
  clear: both;
  content: "";
  display: table;
}

section.plan .plan-nav li {
  float: left;
  margin-right: 15px;
  width: 32.333333333%;
}

section.plan .plan-nav li:nth-child(3n) {
  margin-right: 0;
}

section.plan .plan-nav li .btn.btn-md {
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 0;
  display: block;
  text-align: center;
}

section.plan .plan-nav li .btn.btn-ml {
  border: 0;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  padding-top: 10px;
  background-position: right 17px top 23px;
}

section.plan .plan-nav li .btn.btn-ml:hover {
  -webkit-animation: btn_vert_sm__plan 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: btn_vert_sm__plan 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes btn_vert_sm__plan {
  0% {
    background-position: right 17px top 23px;
  }
  20% {
    background-position: right 17px top 19px;
  }
  100% {
    background-position: right 17px top 23px;
  }
}

@keyframes btn_vert_sm__plan {
  0% {
    background-position: right 17px top 23px;
  }
  20% {
    background-position: right 17px top 19px;
  }
  100% {
    background-position: right 17px top 23px;
  }
}

section.plan .plan-block .plan-block-header {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

section.plan .plan-block .plan-block-header.plan-block-header_option {
  background: url("img/icon_plus_lg.png") no-repeat center top;
  padding-top: 80px;
}

section.plan .plan-block .plan-block-header .plan-icon {
  position: absolute;
  bottom: -3px;
  margin-left: 70px;
}

section.plan .plan-block .plan-block-header h4 {
  font-size: 22px;
  letter-spacing: .02em;
  color: #584e3e;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  margin-bottom: 15px;
}

section.plan .plan-block .plan-block-header p {
  font-size: 14px;
  line-height: 1.85714;
}

section.plan .panel-detail {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding-right: 20px;
}

section.plan .panel-detail h6 {
  font-weight: bold;
  margin-bottom: 13px;
}

section.plan .panel-detail ul {
  line-height: 1.57143;
  margin-bottom: 12px;
}

section.plan .panel-detail ul li {
  padding-left: .75em;
}

section.plan .panel-detail ul li:before {
  content: '・';
  position: absolute;
  margin-left: -1em;
}

section.plan .panel-detail dl {
  line-height: 1.57143;
}

section.plan .panel-detail dl dt {
  float: left;
  clear: both;
  font-weight: bold;
  margin-bottom: 4px;
}

section.plan .panel-detail dl dt:last-child {
  margin-bottom: 0;
}

section.plan .panel-detail dl dd {
  margin-bottom: 4px;
}

section.plan .panel-detail dl dd:before {
  content: '：';
}

section.plan .panel-detail dl dd:last-child {
  margin-bottom: 0;
}

section.plan .panel-detail p {
  line-height: 1.57143;
  font-size: 14px;
  margin-bottom: 4px;
}

section.plan .panel-detail .note {
  line-height: 1.5;
  font-size: 12px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

section.plan .options {
  color: #584e3e;
  background: #fff;
  border-radius: 6px;
}

section.plan .options .options-item {
  padding: 40px 50px 35px;
  border-bottom: 1px solid #f2ece5;
}

section.plan .options .options-item::after {
  clear: both;
  content: "";
  display: table;
}

section.plan .options .options-column:first-child {
  width: 500px;
  float: left;
}

section.plan .options .options-column:last-child {
  width: 360px;
  float: right;
}

section.plan .options .options-column p {
  font-size: 14px;
  line-height: 1.85714;
  color: #584e3e;
}

section.plan .options .options-column .note {
  font-size: 12px;
}

section.plan .options .options-header {
  margin-bottom: 20px;
}

section.plan .options .options-header p {
  font-size: 18px;
  letter-spacing: .02em;
  color: #c2a783;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 10px;
  line-height: 1;
  line-height: 1.44444;
}

section.plan .options .options-header h5 {
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  letter-spacing: .02em;
  color: #584e3e;
  font-weight: normal;
}

section.plan .options .btn {
  clear: both;
}

section.plan .options .options-panel {
  background: #f8f5f2;
  border-radius: 6px;
  margin-bottom: 16px;
}

section.plan .options .options-panel::after {
  clear: both;
  content: "";
  display: table;
}

section.plan .options .cell {
  float: left;
  margin-top: 24px;
  padding-top: 6px;
  margin-bottom: 23px;
  border-right: 1px solid #f2ece5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.plan .options .cell:first-child {
  width: 125px;
  clear: left;
}

section.plan .options .cell:last-child {
  border: 0;
}

section.plan .options .cell.price {
  width: 235px;
}

section.plan .options .cell dt {
  font-size: 14px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .02em;
  margin-bottom: 10px;
  text-align: center;
}

section.plan .options .cell dd {
  text-align: center;
}

section.plan .options .cell dd .value {
  font-size: 36px;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #584e3e;
  letter-spacing: .02em;
  font-weight: normal;
}

section.plan .options .cell dd .unit {
  font-size: 18px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

section.plan .options .cell dd .tax {
  font-size: 12px;
}

section.plan .options .options-table::after {
  clear: both;
  content: "";
  display: table;
}

section.report {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

section.report .report-title {
  text-align: center;
  font-size: 26px;
  letter-spacing: .08em;
  margin-bottom: 40px;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #584e3e;
}

section.report .report-title .label {
  margin-bottom: 20px;
}

section.report .reports::after {
  clear: both;
  content: "";
  display: table;
}

section.report .reports-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 475px;
  float: left;
  float: left;
  box-sizing: border-box;
  margin-right: 50px;
  position: relative;
}

section.report .reports-item h4 {
  text-align: center;
  margin-bottom: 24px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #b39a7a;
  font-size: 18px;
  font-weight: normal;
}

section.report .reports-item:last-child {
  margin-right: 0;
}

section.report .reports-item p {
  margin-bottom: 40px;
}

section.report .reports-item .reports-body {
  background-color: #f7f4f0;
  border-radius: 6px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 487px;
}

section.report .reports-item h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  white-space: nowrap;
}

section.report .reports-item .name {
  color: #584e3e;
  margin-top: 10px;
}

section.report .reports-item .image {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

section.report .reports-item .thumbnail {
  display: block;
  margin: 0 auto 40px;
}

section.report .reports-item p {
  clear: both;
  line-height: 1.85714;
  font-size: 14px;
  color: #333333;
  margin-bottom: 30px;
}

section.report .reports-item .message {
  clear: none;
  font-size: 22px;
  letter-spacing: .02em;
  line-height: 1.45455;
  color: #584e3e;
  padding-top: 10px;
  margin-bottom: 20px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

section.report .reports-item .comment h5 {
  margin-bottom: 5px;
  font-size: 14px;
}

section.report .btn {
  position: absolute;
  color: #bf9c7b;
  bottom: 50px;
  left: 30px;
  right: 30px;
}

.panel-table {
  background-color: #f2ece5;
  border-radius: 6px;
  color: #584e3e;
  padding: 40px 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding-top: 70px;
  padding-bottom: 90px;
  clear: none !important;
}

.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 p.notice {
  text-align: center;
  font-size: 14px;
  margin-top: 0 !important;
}

.panel {
  color: #584e3e;
  margin-bottom: 100px;
}

.panel:last-of-type {
  margin-bottom: 0;
}

.panel .panel-btn {
  width: 490px;
  margin: 0 auto;
  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: 40px 50px 40px !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fff;
}

.panel .panel-body::after {
  clear: both;
  content: "";
  display: table;
}

.panel .panel-body p {
  font-size: 14px;
  line-height: 1.64286;
}

.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.time {
  padding-right: 130px;
}

.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-description dd.sub {
  position: absolute;
}

.panel.panel-option .panel-option-title {
  margin-bottom: 10px;
  color: #c2a783;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  letter-spacing: .02em;
  font-weight: normal;
}

.panel.panel-option .panel-body {
  border-radius: 6px;
}

.panel.panel-option .panel-option-text {
  width: 510px;
  float: left;
}

.panel.panel-option .panel-option-text img {
  float: left;
  margin-right: 17px;
  margin-top: 4px;
}

.panel.panel-option .panel-option-table {
  float: right;
  width: 356px;
  background-color: #f8f5f2;
  padding: 35px 0 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
}

.panel.panel-option .panel-option-table dl {
  float: left;
  border-right: 1px solid #f2ece5;
  padding-right: 22px;
  margin-right: 40px;
}

.panel.panel-option .panel-option-table dl:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.panel.panel-option .panel-option-table dt {
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: .02em;
  margin-bottom: 10px;
  text-align: center;
  text-indent: -5px;
}

.panel.panel-option .panel-option-table dd {
  line-height: 1;
}

.panel.panel-option .panel-option-table dd .value {
  font-size: 36px;
  letter-spacing: .02em;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.panel.panel-option .panel-option-table dd .unit {
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
}

.panel.panel-option .panel-option-table dd .tax {
  font-size: 12px;
  letter-spacing: .02em;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.menus {
  padding-top: 60px;
  padding-bottom: 80px;
}

.menus .menus-title {
  text-align: center;
  font-size: 26px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.46154;
  color: #584e3e;
  font-weight: normal;
  margin-bottom: 33px;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: .08em;
  font-weight: normal;
}

.menus .menus-title .label {
  text-align: center;
}

.menus table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menus table th {
  background-color: #fdf9f3;
  border: 1px solid #ece6de;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menus table td {
  padding: 8px 20px;
  border: 1px solid #ece6de;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menus table thead th {
  padding: 25px 25px;
  font-size: 14px;
  line-height: 1.57143;
  font-weight: normal;
}

.menus table thead th h4 {
  font-size: 16px;
  color: #bf9c7b;
  margin-bottom: 10px;
}

.menus table thead th .btn.btn-sm.btn-vert {
  color: #bf9c7b;
}

.menus table thead th .btn.btn-sm.btn-vert:hover {
  color: #fff;
}

.menus table tbody th {
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.71429;
  font-weight: normal;
}

.menus table tbody td {
  text-align: center;
  vertical-align: middle;
  width: 295px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
}

.modal {
  background: #fff;
  padding: 40px 50px;
  width: 706px;
  margin: 0 auto;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.modal .modal-close {
  position: absolute;
  margin-top: 30px;
  margin-right: 30px;
  width: 30px;
  height: 30px;
}

.modal .modal-title {
  font-size: 26px;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: .08em;
  color: #584e3e;
  margin-bottom: 25px;
  text-align: center;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
}

.modal .modal-body h4 {
  color: #b39a7a;
  font-size: 22px;
  line-height: 1.27273;
  margin-bottom: 10px;
  font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  border-top: 1px solid #f2ece5;
  padding-top: 28px;
  margin-top: 24px;
}

.modal .modal-body h4:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.modal .modal-body p {
  line-height: 1.85714;
  font-size: 14px;
  color: #333333;
}

.modal .modal-btn {
  text-align: center;
  margin-top: 30px;
}

.modal .modal-btn .btn {
  width: 405px;
}

#compare.modal {
  width: 1000px;
}

#compare .modal-table {
  margin-left: -50px;
  margin-right: -50px;
}

#compare .modal-table thead th, #compare .modal-table thead td {
  background-color: #d6c6ae;
  color: #fff;
  font-weight: normal;
  border: 1px solid #fff;
}

#compare .modal-table thead th:first-child, #compare .modal-table thead td:first-child {
  border-left: 0;
}

#compare .modal-table thead th:last-child, #compare .modal-table thead td:last-child {
  border-right: 0;
}

#compare .modal-table thead tr:first-child th {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px;
}

#compare .modal-table thead tr th {
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

#compare .modal-table thead tr th .title {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: bold;
}

#compare .modal-table thead tr th .label {
  font-size: 12px;
  line-height: 1.5;
}

#compare .modal-table tbody th, #compare .modal-table tbody td {
  border: 1px solid #ece6de;
  vertical-align: middle;
}

#compare .modal-table tbody th p:last-child, #compare .modal-table tbody td p:last-child {
  margin-bottom: 0;
}

#compare .modal-table tbody th {
  padding: 20px 25px 20px 30px;
  background-color: #f3eee7;
  font-weight: normal;
}

#compare .modal-table tbody th .title {
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 90px;
}

#compare .modal-table tbody th img {
  float: left;
}

#compare .modal-table tbody th p {
  font-size: 13px;
  line-height: 1.84615;
  letter-spacing: -0.02em;
  margin-left: 90px;
}

#compare .modal-table tbody td {
  width: 165px;
  text-align: center;
  vertical-align: middle;
}

#compare .modal-table tbody td .symbol {
  margin-bottom: 10px;
  font-size: 22px;
}

#compare .modal-table tbody td .time {
  font-size: 14px;
}

#compare .modal-table tbody td .note {
  font-size: 12px;
}

/* そのほかのホワイトニングメニューはこちら
-------------------------------------------------- */
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: flex;
  -ms-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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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;
} */


/*=========================================================================
# 2022.10.20
========================================================================== */
.l-main, .l-main__inner {
  box-sizing: border-box;
}

/* Common
----------------------------------------------------*/
.section-title .section-title_label {
  font-family: "Futura","Lato",sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #666;
}

.section-title .section-title_text {
  font-size: 30px;
  letter-spacing: .08em;
  color: #004ea2;
}

@media screen and (max-width: 767px) {
  .section-title .section-title_label {
    font-size: 30px;
    font-size: 4vw;
  }
  .section-title .section-title_text {
    font-size: 36px;
    font-size: 4.694vw;
    letter-spacing: .02em;
  }
}

/*-- 文章段落用 --*/
.only-pc {
  display: none!important;
}
@media print, screen and (min-width: 768px){
  .only-pc {
    display: block!important;
  }
}
.only-sp {
  display: none!important;
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block!important;
  }
}

/* MV
----------------------------------------------------*/
section.mv {
  height: 300px;
}

section.mv .inner_mv {
  background: rgba(255,255,255,0);
}

section.mv .inner_mv .container .ttl {
  font-family: "Futura","Lato",sans-serif!important;
  letter-spacing: .12em;
  padding: 0;
  font-weight: 500;
  font-size: 46px;
  color: #004ea2;
  text-align: center;
  line-height: 1;
}

section.mv .inner_mv .container .ttl_sub {
  margin-top: 17px;
  height: auto;
  margin-top: 12px;
  font-size: 30px;
  color: #000;
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 767px) {
  section.mv {
      height: 135px;
      background-image: url(img/sp_service-beauty-lip_esthe-main.jpg);
      background-position: center right 0;
  }
  section.mv .inner_mv .container .ttl {
    font-size: 36px;
    font-size: 4.694vw;
  }
  section.mv .inner_mv .container .ttl_sub {
    height: 12px;
    margin-top: 12px;
    font-size: 24px;
    font-size: 3.129vw;
  }
}

/* コンテンツナビゲーション
----------------------------------------------------*/
@media print, screen and (min-width: 768px){
  .c-anchor__inner {
    max-width: 1000px;
  }
  .c-anchor__list__item a {
    padding-top: 0px!important;
    padding-bottom: 15px!important;
  }
  .c-anchor__list__item a:after {
    bottom: 6px!important;
  }
}

/* Outline
----------------------------------------------------*/
section.outline .inner_outline .recommend {
  max-width: 100%;
}

section.outline .outline-lead {
  font-size: 30px;
  color: #004ea2;
  font-weight: 500;
  line-height: 1.5;
}

section.outline .outline-recommend {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
}

section.outline .outline-recommend .outline-recommend_cell {
  padding: 10px 30px;
}

section.outline .outline-recommend ul {
  display: flex;
}

section.outline .outline-recommend ul li:before {
  background-color: #004ea2;
}

section.outline .outline-recommend_title {
  background-color: #004ea2;
  font-size: 14px;
  width: 100%;
  border-radius: 0;
}

section.outline .outline-recommend_list {
  background-color: #fff;
  border: 1px solid #004ea2;
  border-radius: 0;
}


@media screen and (max-width: 767px) {
  section.outline {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }

  section.outline .outline-lead {
    font-size: 32px;
    font-size: 4.172vw;
    margin-bottom: 15px;
    letter-spacing: 0;
  }

  section.outline .description {
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 28px;
    font-size: 3.651vw;
  }

  section.outline .outline-recommend ul {
    flex-direction: column;
  }

  section.outline .outline-recommend_title {
    font-size: 28px;
    font-size: 3.651vw;
  }
}

/* ABOUT
----------------------------------------------------*/
section.about .about-title .about-title_lead {
  font-family: "Futura","Lato",sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 30px;
  color: #666;
}

section.about .about-title .about-title_text {
  font-size: 32px;
  color: #004ea2;
}

.about-wrap {
  display: flex;
  flex-wrap: wrap;
}

section.about .about-block {
  width: 48%;
  float: none;
  margin-right: 0;
}

section.about .about-block:nth-child(2n) {
  margin-left: 4%;
}

section.about .about-block h4 {
  color: #004ea2;
}

section.about .about-block .image {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  section.about {
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
  }

  section.about .about-lead {
    margin-bottom: 0;
  }

  section.about .about-title .about-title_lead {
    margin-bottom: 5px;
    font-size: 30px;
    font-size: 4vw;
  }

  section.about .about-title .about-title_text {
    font-size: 36px;
    font-size: 4.694vw;
    letter-spacing: .02em;
  }

  .about-wrap {
    display: block;
  }

  section.about .about-block {
    width: 100%;
  }

  section.about .about-block:nth-child(2n) {
    margin-left: 0;
  }

  section.about .about-block h4 {
    font-size: 28px;
    font-size: 3.651vw;
  }

  section.about .about-block p {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }

  section.about .about-block .image {
    background-color: #EFEFEF;
  }
}

/* FEATURES
----------------------------------------------------*/
.feature .c-section__head__en {
  margin-bottom: 40px;
}

.feature .c-section__head__text {
  line-height: 1.5;
}

.feature .c-section__body__inner {
  max-width: 960px;
}

.feature .featureList {
  padding: 30px 15px 30px 60px;
}

.-feature .featureList__item {
  justify-content: flex-start!important;
}

.featureList__item__grid {
  display: grid;
  grid-template-columns: 1fr 33%;
  grid-template-rows: auto auto auto;
}

.-feature .featureList__item__body__title {
  color: #000!important;
  font-weight: normal!important;
}

.featureList__item__image {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  width: 100%!important;
}

section.feature .points-list {
  width: 100%;
  grid-row: 3 / 4;
  grid-column: 1 / 3;
  margin-top: 15px;
}

section.feature .points-list dt {
  background: #EC6D81;
  padding: 2px 4px;
  font-size: 16px;
}

section.feature .points-list dd {
  color: #EC6D81;
  font-size: 16px;
}

section.feature .feature-btn {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  section.feature {
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature .c-section__head__en {
    margin-bottom: 0px;
  }

  .feature .c-section__head__text {
    font-size: 36px;
    font-size: 4.694vw!important;
    line-height: 1.2;
    font-weight: 500;
  }

  .feature .featureList {
    padding: 15px 25px 20px 35px;
    padding: 1.956vw 3.259vw 2.608vw 4.563vw;
  }

  .featureList__item__grid {
    display: contents;
    width: 60%;
  }

  .-feature .featureList__item__body__title {
    font-size: 28px;
    font-size: 3.651vw!important;
    line-height: 1.2;
  }


  .featureList__item__grid .featureList__item__image {
    -ms-flex-order: 1;
    order: 1;
  }
  .featureList__item__grid .featureList__item__image {
    -ms-flex-order: 2;
    order: 2;
  }
  .featureList__item__grid .featureList__item__body__text {
    -ms-flex-order: 3;
    order: 3;
  }
  .featureList__item__grid .points-list  {
    -ms-flex-order: 4;
    order: 4;
  }

  section.feature .points-list dt {
    font-size: 26px;
    font-size: 3.4666666667vw;
    padding: 4px 5px 5px;
    padding: 0.522vw 0.652vw 0.652vw;
  }
  
  section.feature .points-list dd {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}

/* FLOW
----------------------------------------------------*/
section.flow .flow-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 750px;
}

section.flow .flow-step li {
  width: 46%;
  float: none;
  margin-right: 0;
  position: relative;
}

section.flow .flow-step li:not(:last-child) .image::after {
  position: absolute;
  content: '';
  width:28px;
  height: 41px;
  top: 50%;
  right: -20px;
  background: url(img/service-beauty-lip-flow_arrow.png) no-repeat center center / contain;
}

section.flow .flow-step h4 {
  height: 58px;
  color: #000;
}

section.flow .flow-step h4 span{
  top: 8px;
  bottom: auto;
}

section.flow .flow-step p {
  font-size: 12px;
  display: block;
  color: #666;
}

@media screen and (max-width: 767px) {
  section.flow {
    padding-right: 20px;
    padding-left: 20px;
  }
  section.flow .flow-step h4 {
    color: #004ea2;
    font-weight: 500;
  }
  section.flow .flow-step li:not(:last-child) .image::after {
    right: -30px;
  }
  section.flow .flow-step li:nth-child(2) .image::after {
    display: none;
  }
}


/* MENU
----------------------------------------------------*/
.plan .c-section__head__title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 30px;
}

.plan .menu {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.plan .menu__title {
  font-weight: normal;
}

.plan .menu__price {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.plan .menu__price::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 50px;
  background-color: #004ea2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.plan .main_contents_bottom p {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  color: #666;
  line-height: 1.5;
  font-size: 8px;
}

@media screen and (max-width: 767px) {
  .plan .c-section__head__title {
    font-size: 4.694vw;
  }

  .plan .menu__price {
    display: block;
    padding: 0;
  }
  
  .plan .menu__price::after {
    display: none;
  }
  
  .plan .menu__price > span {
    display: block;
    padding: 15px 30px;
  }

  .plan .menu__price > span:nth-child(2) {
    border-left: none;
    padding-left: 30px;
    border-top: 2px solid #004ea2;
  }

  .plan .menu__body {
    padding: 10px 30px;
  }

  .-menu .menu__read {
    font-size: 30px;
    font-size: 3.911vw;
  }
}


/* Q&A
----------------------------------------------------*/
.qa-btnWrap .newbtn_blue {
  margin: 60px auto 0;
}


/* そのほかのホワイトニングメニューはこちら
----------------------------------------------------*/
section.other-menu {
  background-color: #d4edf6;
}

section.other-menu .inner_other-menu {
  width: 800px;
  max-width: 100%;
  box-sizing: border-box;
}

section.other-menu .inner_other-menu .ttl {
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  background-color: #004ea2;
  box-sizing: border-box;
  padding: 18px;
  width: 100%;
}

section.other-menu .inner_other-menu ul {
  margin-top: 35px;
  justify-content: space-between;
}

section.other-menu .inner_other-menu ul li {
  width: 48%;
  margin-right: 4%;
  background-color: #fff;
  border: none;
  border-radius: 0;
}

section.other-menu .inner_other-menu ul li .over {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

section.other-menu .inner_other-menu ul li .over h4 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #004ea2;
  text-align: center;
  border-bottom: 2px solid #004ea2;
}

section.other-menu .inner_other-menu ul li .over .description {
  font-size: 16px;
  line-height: 1.8em;
  color: #333333;
  margin-top: 1em;
  letter-spacing: -1px;
  text-align: left;
  flex: 1;
}

section.other-menu .inner_other-menu ul li .over .link {
  text-decoration: none!important;
  display: inline-block;
  color: #004ea2;
  border: 2px solid #004ea2;
  margin-top: 20px;
  height: 38px;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-right: 15px;
  transition: all 0.4s;
}

section.other-menu .inner_other-menu ul li .over .link:hover {
  color: #ffffff !important;
  background: #004ea2 !important;
}

section.other-menu .inner_other-menu ul li .over .link::after {
  content: "";
  width: 14px;
  height: 22px;
  background: url(/common/img/btn_arrow_blue.svg) no-repeat center;
  background-size: 14px auto;
  position: absolute;
  top: 0;
  right: 5.5%;
  bottom: 0;
  margin: auto;
}

section.other-menu .inner_other-menu ul li .over .link:hover::after {
  background: url(/common/img/btn_arrow_white.svg) no-repeat center !important;
  background-size: 14px auto !important;
}

@media screen and (max-width: 767px) {
  section.other-menu .inner_other-menu {
    padding: 40px 20px;
  }

  section.other-menu .inner_other-menu .ttl {
    font-size: 26px;
    font-size: 3.39vw;
    padding: 16px;
  }
  
  section.other-menu .inner_other-menu ul {
    margin-top: 35px;
    display: block;
  }
  
  section.other-menu .inner_other-menu ul li {
    width: 100%;
    margin-right: 0;
  }
  
  section.other-menu .inner_other-menu ul li:nth-child(n+2) {
    margin-top: 24px;
  }

  section.other-menu .inner_other-menu ul li .over h4 {
    font-size: 36px;
    font-size: 4.694vw;
  }
  
  section.other-menu .inner_other-menu ul li .over .description {
    margin-top: 0.5em;
    font-size: 30px;
    font-size: 3.911vw;
  }
  
  section.other-menu .inner_other-menu ul li .over .link {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    height: 30px;
    max-width: 265px;
  }
}
