@charset "UTF-8";

/* ------------------------------
    リセット
------------------------------ */

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

body,
html,
div,
p,
span,
blockquote,
table,
tr,
th,
td,
ul,
ol,
dl,
li,
dt,
dd,
strong,
h1,
h2,
h3,
h4,
h5,
header,
footer,
nav,
aside,
section {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  font-family: Meiryo, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: justify;
  text-justify: inter-ideograph;
  color: inherit;
}

body {
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
  color: #777777;
  /* max-width: 1366px;
    min-width: 1366px;*/
}

img {
  /* max-width: 100%; */
  height: auto;
  border: none;
  vertical-align: middle;
}

ul,
ol {
  list-style-type: none;
}

a:link {
  text-decoration: none;
  color: #777777;
}

a:visited {
  text-decoration: none;
  color: #777777;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

a:active {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* ------------------------------
    共通パーツ
------------------------------ */
body {
  width: 100%;
  text-align: center;
}
@media (min-width: 750px) {
  h1 {
    font-size: 1em;
  }
}
section {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
section h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #a9894b;
}

section h2 span {
  font-size: 20px;
}

/* 
茶：#A9894B：
オレンジ:#FFE205
黒:#777777

/* ボタン 
------------------------------*/

.contact-btn {
  padding-bottom: 50px;
}
.contact-btn a {
  display: block;
}
.contact-tel {
  margin-bottom: 15px;
}
.contact-btn img {
  width: 325px;
}

.line-btn {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 999;
}

/* ------------------------------
    ヘッダー
------------------------------ */

header {
  max-width: 1200px;
  margin: 0 auto 30px;
  text-align: center;
}
.logo-top {
  width: 130px;
  padding: 5px;
}

.top-info {
  display: block;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  height: 280px;
  text-align: center;
  background-image: url("../image/topimg-men.png"), url("../image/topbg@2x.png");
  background-position: bottom 5px right -40px;
  background-repeat: no-repeat;
}

.top-info-box {
  position: absolute;
  display: block;
  flex-direction: column;
  left: 0;
  top: 15px;
}
.top-info-box h3 {
  padding-left: 1em;
  padding-right: 2em;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 10px;
  background-color: #a9894b;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
}
.w220 {
  width: 220px;
}
.w170 {
  width: 170px;
}
.w130 {
  width: 130px;
}

.top-copy {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  margin: 0 auto;
}
/* ------------------------------
　　セールスポイント
------------------------------*/
.sales {
  text-align: center;
  padding: 0 20px 45px;
}

.campaign-sp {
  display: block;
  margin: 40px auto;
  width: 332px;
}

.logo-sp {
  width: 228px;
  display: block;
  margin: 40px auto;
}

/* 値段
------------------------------ */

.sp-price1 {
  display: inline-block;
  font-weight: 800;
  background: linear-gradient(transparent 60%, #ffe205 0%);
}
.sp-price2 {
  display: inline-block;
  font-weight: 800;
  background: linear-gradient(transparent 70%, #ffe205 0%);
}
.sp-price1 {
  font-size: 18px;
}
.sp-price2 {
  font-size: 24px;
}
.sp-small {
  font-size: 20px;
}
.sp-big {
  font-size: 34px;
}
.sp-txt {
  display: block;
  max-width: 340px;
  margin: 20px auto 0;
  text-align: left;
  font-size: 15px;
}
/* ------------------------------
　　予防対策

------------------------------*/
.prevention {
  background-color: #ebebeb;
  background-size: 100%;
  padding: 30px 0;
}
.prevention img {
  width: 80%;
}

.pv-action-5 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
  padding: 20px;
}
.pv-action {
  width: 30%;
}

/* ------------------------------
　　こんな方にオススメ
------------------------------*/
.recommend {
  background-image: url("../image/recommendback.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 30px;
}

.recommend h2 {
  color: #fff;
}

.recommend ul {
  display: inline-block;
  line-height: 1.5;
  color: #fff;
}

/* ------------------------------
　　ポイント
------------------------------*/
.point {
  padding: 50px 10px;
  background-color: #fffaef;
}

.point-contain {
  width: 95%;
  margin: 0 auto;
}
.p1-box img {
  width: 15px;
  height: 15px;
  margin-top: 25px;
}
.point-title {
  text-align: center;
  padding: 3px;
  margin: 60px auto 25px;
  font-size: 18px;
  font-weight: 700;
  background-color: #a9894b;
  border-radius: 25px;
  color: #fff;
}
.point h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #a9894b;
  padding-bottom: 20px;
}
/* point1 */
.p1-title {
  margin: 0px 0;
  font-size: 16px;
  border-bottom: 2px solid #a9894b;
}
.gold {
  font-size: 20px;
  color: #a9894b;
}

.p1-main {
  width: 38%;
  font-size: 18px;
  font-weight: 700;
}

.p1-time {
  position: relative;
  width: 33%;
  text-align: right;
}

.red {
  font-size: 14px;
  color: red;
}

.red span {
  font-size: 20px;
}
.p1-time-1 p {
  font-size: 34px;
  text-align: right;
}
.p1-time-1 span {
  font-size: 14px;
  font-weight: normal;
}
.p1-time-2 span {
  font-size: 50px;
  color: red;
  line-height: 55px;
}

.p1-box {
  display: flex;
  justify-content: space-between;
}
.p1-box-first {
  margin-bottom: 25px;
}
.p1-explanation,
.p2-explanation,
.p3-explanation,
.p4-explanation {
  font-size: 15px;
  padding: 35px 0 0;
}
.p1-explanation span {
  color: red;
}
/* 動画 */
.movie-title {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 30px 20px 5px;
}
.movie {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* point2 */
.p2-explanation span {
  font-weight: 700;
}
.img-point2 {
  width: 100%;
  padding: 0 20px;
}
/* point3 */
.p3-box {
  display: flex;
}

.p3-box-first {
  margin-bottom: 40px;
}
.p3-box img {
  width: 35%;
}
.p3-txt-box {
  width: 63%;
}
.p3-title {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.p3-mote {
  background-color: #a9894b;
}
.p3-normal {
  background-color: #777777;
}
.p3-title-ex {
  font-size: 26px;
  font-weight: 700;
  padding: 10px 0;
}
.p3-mote-ex {
  color: #a9894b;
}
.p3-normal-ex {
  color: #777777;
}
.p3-txt-info {
  font-size: 18px;
}

@media screen and (max-width: 460px) {
  .p3-title-ex {
    font-size: 14px;
  }
  .p3-txt-info {
    font-size: 14px;
  }
}
/* point4 */
.p4-img {
  width: 100%;
}
/* ------------------------------
　　ビフォーアフター
------------------------------*/
.before-after {
  padding: 45px 20px 0;
}
.mobile-scroll {
  text-align: center;
}
.ba-personalinfo {
  padding: 20px 0;
  text-align: center;
}
.ba-personalinfo p {
  display: inline-block;
  padding-left: 10px;
}
.mobile-scroll img {
  width: 60%;
  padding: 20px;
}
.sex {
  padding: 5px 10px;
  border: 1px solid #777777;
}
@media screen and (max-width: 480px) {
  .mobile-scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .mobile-scroll img {
    width: 200%;
    padding: 20px;
    vertical-align: top;
  }
}
/* ------------------------------
脱毛プラン
------------------------------ */
.plan {
  margin-top: 75px;
  padding: 45px 0 80px 0;
  background-color: #fffaef;
}
.plan p {
  text-align: center;
  font-size: 34px;
}
.plan p span {
  font-size: 18px;
}

.plan-1,
.plan-2 {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
.plan-1 {
  margin-bottom: 10px;
  background: linear-gradient(transparent 75%, #e2fda6 0%);
}
.plan-2 {
  background: linear-gradient(transparent 75%, #b4ebff 0%);
}

.plan img {
  width: 325px;
  display: block;
  margin: 25px auto 0;
}
/* ------------------------------
　　ご利用の流れ
------------------------------*/
.flow {
  padding: 45px 20px;
}

.flow-box-5 {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
}
.flow-box-5 p {
  width: 15%;
  color: #a9894b;
  font-size: 44px;
  margin-right: 30px;
}

.flow-box span {
  color: #a9894b;
  font-size: 20px;
}
.flow-box {
  font-size: 15px;
}
.flow img {
  width: 100%;
}
/* ------------------------------
　　faq
------------------------------*/
.faq {
  padding: 45px 20px;
  background-color: #fffaef;
}
.qa_list dt {
  position: relative;
  border-bottom: 1px solid #fff;
  background-color: #a9894b;
  font-size: 14px;
  padding: 25px 40px 30px 10px;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.qa_list dt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}

.qa_list dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 2px;
  height: 24px;
  background: #fff;
  transform: translateY(-50%);
  transition: 0.5s;
}

.qa_list dt.open:after {
  top: 25%;
  opacity: 0;
  transform: rotate(90deg);
}

.qa_list dd {
  padding: 25px;
  font-size: 14px;
}

.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp {
    display: contents;
  }
  .sp::after {
    content: "";
    padding-right: 1.5em;
  }
}
/* ------------------------------
　　地図
------------------------------*/
.access1 {
  padding: 45px 20px 0;
}

.access2 {
  padding: 0 20px 45px;
}

.address {
  width: 220px;
  margin: 0 auto;
  font-size: 14px;
}

.map {
  margin: 10px 0;
}
@media screen and (max-width: 480px) {
  .map {
    width: 100%;
    height: 170px;
  }
}
/* 地図ボタン */

.access2 a {
  display: inline-block;
  width: 260px;
  padding: 15px 0;
  border: 1px solid #a9894b;
  color: #a9894b;
  font-size: 14px;
  font-weight: 700;
}

.access2 a:hover {
  border: 3px solid #a9894b;
}

/* ------------------------------
　　footer
------------------------------*/

footer {
  padding: 5px 0;
  background-color: #a9894b;
  text-align: center;
}
footer img {
  padding: 5px;
}
