@charset "UTF-8";

/* --------------------------------------------------------------------
	title
-------------------------------------------------------------------- */

.title-treatment {
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
  padding:60px 0;
}
.title-in-treatment {
  width:620px;
  text-align: center;
}
.title-treatment ._catch {
  font-family: 'Noto Serif JP', serif;
  font-weight:500;
  font-size:2.0rem;
  line-height: 1.4em;
  margin-bottom: 25px;
  letter-spacing:0.01em;
}
.title-treatment ._catch span {
  color:#ff3a88;
}
.title-treatment ._title {
  font-family: 'Noto Serif JP', serif;
	font-weight:500;
	font-size:3.4rem;
	line-height:0.7em;
	letter-spacing:0.03em;
  border-image:linear-gradient(to right, #FFFFFF, #b4baca, #FFFFFF) 1;
  border-top:3px solid;
  border-bottom:3px solid;
  padding:30px 0 20px;
}
.title-treatment ._title span {
  color:#b4baca;
  font-size: 1.5rem;
}
.title-treatment ._text {
  font-size:1.2rem;
  line-height: 1.5em;
  margin-top: 30px;
}
@media screen and (max-width:770px){
  .title-treatment {
    padding:10px 0;
    margin-bottom: 40px;
  }
  .title-in-treatment {
    width:55%;
    margin-left:1%;
  }
  .title-treatment ._catch {
    font-size:1.1rem;
    margin-bottom: 10px;
  }
  .title-treatment ._title {
    font-size:1.9rem;
    line-height:0.7em;
    border-top:2px solid;
    border-bottom:2px solid;
    padding:10px 0 7px;
  }
  .title-treatment ._title span {
    font-size: 0.9rem;
  }
  .title-treatment ._text {
    font-size:0.85rem;
    line-height: 1.4em;
    margin-top: 7px;
  }
}

._skin {
  background:URL("../images/skin/title_skin.jpg") no-repeat center;
  background-size:cover;
}
._density {
  background:URL("../images/skin/title_density.jpg") no-repeat center;
  background-size:cover;
}
._juvelook {
  background:URL("../images/skin/title_juvelook.jpg") no-repeat center;
  background-size:cover;
}
._artmake-hair {
  background:URL("../images/skin/title_artmake_hair.jpg") no-repeat center;
  background-size:cover;
}
._sunekos {
  background:URL("../images/skin/title_sunekos.jpg") no-repeat center;
  background-size:cover;
}




/* --------------------------------------------------------------------
	こんな方におすすめ
-------------------------------------------------------------------- */

.recommend_box {
  box-shadow: rgba(0,0,0,0.24) 0px 3px 8px;
  padding:30px 50px;
  margin:-15px auto 50px;
  width:88%;
  max-width: 900px;
}
.recommend_box ul li {
  font-size:1.1rem;
  border-bottom: 3px dotted #D7D7DA;
  padding:10px 10px 10px 40px;
  margin-bottom: 10px;
  background:url("../images/icon_checkbox.png") no-repeat 5px;
  background-size: 25px;
}
@media screen and (max-width:770px) {
  .recommend_box {
    padding:15px 15px;
    margin:0 auto 50px;
  }
  .recommend_box ul li {
  font-size:1.0rem;
    border-bottom: 2px dotted #D7D7DA;
    padding:10px 10px 10px 25px;
    background:url("../images/icon_checkbox.png") no-repeat 5px;
    background-size: 15px;
  }
}



/* --------------------------------------------------------------------
	料金表
-------------------------------------------------------------------- */

.treatment_price {
	margin:0 auto 50px;
}
.treatment_price table {
	width:100%;
	margin:0 auto 30px;
}
.treatment_price table th {
	border-bottom:2px solid #CCCCCC;
	padding:20px 20px 20px 0;
	text-align:left;
	vertical-align:middle;
	line-height:1.5em;
}
.treatment_price table th p {
	line-height:1.5em;
	margin:10px 0 0;
  background:#EEEEEE;
  padding:10px 10px 12px;
  font-size:0.8rem;
}
.treatment_price table td {
	border-bottom:2px solid #CCCCCC;
	padding:20px 0;
	vertical-align:middle;
	line-height:1.5rem;
}
.treatment_price table td.number {
	font-size:0.7rem;
	line-height:1.3em;
  padding-left:5px;
}
.treatment_price table td.number span {
	border:1px solid #666666;
	padding:0 5px;
	white-space:nowrap;
	margin-right:5px;
}
.treatment_price table td.price {
	text-align:right;
	font-weight:600;
	font-size:1.5rem;
	color:#2162c2;
	letter-spacing:0;
	white-space:nowrap;
  line-height: 1.4em;
}
.treatment_price table td.price span.tax, .treatment_price table td.price span.tax2 {
	font-size:1.2rem;
	color:#333333;
	font-weight:500;
}
.treatment_price table td.price span.tax span, .treatment_price table td.price span.tax2 span {
	font-size:1.0rem;
	margin-right:10px;
	color:#777777;
}
.treatment_price .price_remark {
  background: #E7E8F0;
  padding:20px;
  width: 88%;
  margin:0 auto;
}
.treatment_price_category {
  background:#8389AC;
  padding:12px;
  text-align: center;
  color:#FFFFFF;
  margin: 30px auto 20px;
}
.treatment_price .price_ex {
  background: #E9E9ED;
  font-size:0.9rem;
  line-height: 1.6em;
  padding:15px;
}

@media screen and (max-width:770px){
	.treatment_price table th {
		padding:10px 10px 10px 0;
		font-size:0.9rem;
	}
  .treatment_price table th p {
	margin:5px 0 0;
  padding:5px 10px 7px;
}
	.treatment_price table td {
		padding:10px 0;
	}
	.treatment_price table td.number span {
		border:1px solid #666666;
		padding:0 5px;
		font-size:0.8rem;
	}
	.treatment_price table td.price {
		font-size:1.2rem;
	}
	.treatment_price table td.price span.tax {
		font-size:1.0rem;
		margin-right:-10px;
	}
	.treatment_price table td.price span.tax span {
		font-size:0.8rem;
	}
  .treatment_price table td.price span.tax2 {
		font-size:1.0rem;
	}
	.treatment_price table td.price span.tax2 span {
		font-size:0.8rem;
	}
}


/* --------------------------------------------------------------------
	施術の流れ
-------------------------------------------------------------------- */

.cont_flow {
	margin:0 auto 70px;
}
.cont_flow ol li {
  border:2px solid #D7D7DA;
  padding:0 25px;
  margin:0 auto 30px;
  border-radius: 10px;
  width:92%;
  max-width: 950px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.cont_flow ol li::after {
	content: "";
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	border-top:30px solid #D7D7DA;
	position:absolute;
	top:100%;
	left:50%;
}
.cont_flow ol li:last-child::after {
	content: "";
	border:none;
}
.cont_flow ol li ._text_l {
  width:75%;
  padding:25px 0;
}
.cont_flow ol li ._text_l .title {
  font-weight: 500;
  font-size:1.2rem;
  margin-bottom:10px;
}
.cont_flow ol li ._text_l .title span {
  color:#8389AC;
  font-size:2.2rem;
  margin-right: 7px;
  font-family: 'Noto Serif JP', serif;
}
.cont_flow ol li ._img_r {
    text-align: right;
    width:25%;
}
.cont_flow ol li ._img_r img {
    width:100%;
    max-width:200px;
}
@media screen and (max-width:770px){
  .cont_flow {
    margin:-10px auto 50px;
  }
  .cont_flow ol li {
    padding:0 0 0 15px;
    margin:0 auto 20px;
  }
  .cont_flow ol li::after {
    border-left:20px solid transparent;
    border-right:20px solid transparent;
    border-top:20px solid #D7D7DA;
  }
  .cont_flow ol li ._text_l {
    width:74%;
    padding:20px 0;
  }
}


/* --------------------------------------------------------------------
	詳細
-------------------------------------------------------------------- */

.treatment_remarks table {
	width:100%;
	margin:0 auto 3%;
}
.cont_flow table th, .treatment_remarks table th {
	background:#E7E8F0;
	padding:2%;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
  width:20%;
}
.cont_flow table td, .treatment_remarks table td {
	padding:2%;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}


/* --------------------------------------------------------------------
	症例写真
-------------------------------------------------------------------- */

.case_photo {
	margin:0 auto 70px;
}
.case_photo ul.photo_list {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.case_photo ul.photo_list li {
	max-width:49%;
	margin:0 0 40px;
}
.case_photo ul.photo_list li ._title {
	font-size:0.9rem;
  text-align: center;
  border:1px solid #D7D7DA;
  padding:7px;
  margin-bottom: 10px;
  background:#E9E9ED;
}
.case_photo ul.photo_list li img {
	width:100%;
}
.case_photo ul.photo_list li .detail {
	padding:5px 15px;
  line-height: 1.5em;
	margin:-7px auto 0;
  font-size:0.8rem;
  text-align: center;
}
.case_photo .case_photo_detail {
  background: #E9E9ED;
  font-size:0.8rem;
  line-height: 1.6em;
  padding:15px;
}
.case_photo .case_photo_detail ul li {
  margin-bottom: 5px;
}
.case_photo .case_photo_detail ul li::before {
  content: "";
	width:6px;
	height:6px;
	display:inline-block;
	background-color:#6D69A3;
	border-radius:50%;
	margin-right:7px;
}

@media screen and (max-width:770px){
  .case_photo ul.photo_list {
    justify-content:center;
  }
  .case_photo ul.photo_list li {
    max-width:85%;
    margin:0 0 20px;
  }
}

/* --------------------------------------------------------------------
	デンシティ　DENSITY
-------------------------------------------------------------------- */

.detail_density {
  padding:40px 15px;
  margin:0 auto 50px;
}
.detail_density ._box {
  background:#FFFFFF;
  padding:5px 40px 20px;
  width:90%;
  max-width: 920px;
  margin:0 auto 30px;
  border-radius: 20px;
}
.detail_density h3 {
	text-align:center;
	font-size:1.6rem;
	font-weight:500;
	margin:20px auto 25px;
	width:100%;
  line-height: 1.4em;
}
.detail_density h3 span {
  background:#333333;
  color:#FFFFFF;
  line-height: 2.5em;
  font-size: 1.2rem;
  padding:3px 10px;
}
.detail_density ._box ul {
  display: flex;
  justify-content: center;
  margin:15px auto 0;
  flex-wrap: wrap;
}
.detail_density ._box ul li {
  width:40%;
  border:2px solid #D7D7DA;
  padding:17px 25px 25px;
  margin:0 10px 20px;
}
.detail_density ._box ul._w30 li {
    width:23%;
  }
.detail_density ._box ul li dl dt {
  text-align: center;
  font-size:1.2rem;
  font-weight: 500;
  margin:0 0 15px;
  line-height: 1.2em;
}
.detail_density ._box ul li dl dt span {
  font-size:0.9rem;
}
.detail_density ._box ul li ._img {
  text-align: center;
}
.detail_density ._box ul li ._img img {
  width:45%;
}
.detail_density ._box ul li ._text {
  font-size: 0.9rem;
  line-height: 1.5em;
  margin-top: 10px;
}
.triangle {
  background:#8389AC;
  height:calc(tan(60deg) * 60px/2);
  width: 120px;
  height:50px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin:0 auto 10px;
}
.triangle_side {
  background:#8389AC;
  height:calc(tan(60deg) * 60px/2);
  width: 20px;
  height:50px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: auto 0;
}
.detail_density ._box .box_point3 {
  display: flex;
  justify-content: space-between;
}
.detail_density ._box .box_point3 ._text {
  width:55%;
}
.detail_density ._box .box_point3 ._img {
  width:40%;
  text-align: right;
}
.detail_density ._box .box_point3 ._img img {
  width:100%;
}
.movie_main {
	overflow:hidden;
  margin:0 auto 70px;
  text-align: center;
  max-width: 800px;
  width:100%;
  height: 450px;
  padding:0;
}
@media screen and (max-width:770px){
  .detail_density {
    padding:30px 10px;
    margin:0 auto 50px;
  }
  .detail_density ._box {
    padding:5px 20px 20px;
    margin:0 auto 25px;
  }
  .detail_density h3 {
    font-size:1.4rem;
    font-weight:500;
    margin:10px auto 10px;
  }
  .detail_density h3 span {
    font-size: 1.1rem;
  }
  .detail_density ._box ul._w30 li {
    width:30%;
  }
  .detail_density ._box ul li {
    width:36%;
    border:2px solid #D7D7DA;
    padding:15px 15px 20px;
    margin:0 3px 10px;
  }
  .detail_density ._box ul li dl dt {
    font-size:1.1rem;
    margin:0 0 12px;
  }
  .detail_density ._box ul li dl dt span {
    font-size:0.8rem;
  }
  .detail_density ._box ul li ._img img {
    width:50%;
  }
  .detail_density ._box ul li ._text {
    margin-top: 5px;
  }
  .triangle {
    background:#8389AC;
    height:calc(tan(60deg) * 60px/2);
    width: 90px;
    height:30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin:0 auto;
  }
  .triangle_side {
    background:#8389AC;
    height:calc(tan(60deg) * 60px/2);
    width: 20px;
    height:40px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin: auto 0;
  }
  .detail_density ._box .box_point3 {
    display:block;
  }
  .detail_density ._box .box_point3 ._text {
    width:100%;
  }
  .detail_density ._box .box_point3 ._img {
    width:70%;
    text-align: center;
    margin: 10px auto 0;
  }
  .movie_main {
    width:90%;
    height: 220px;
  }
}


/* --------------------------------------------------------------------
	ジュベルック　JUVELOOK
-------------------------------------------------------------------- */

.juvelook_merit {
  background:#E7E8F0;
  padding:15px 0 60px;
  margin: 0 auto 80px;
}
.juvelook_merit_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.juvelook_merit dl {
  background:#FFFFFF;
  width:43%;
  padding:30px;
  margin-bottom:20px;
  border-radius: 20px;
  z-index: 1;
}
.juvelook_merit dl dt {
  font-weight: 500;
  font-size:1.2rem;
  border-bottom: 1px solid #8389AC;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.juvelook_merit dl:nth-child(2) dt {
  text-align: right;
}
.juvelook_merit dl dt span {
  color:#8389AC;
  font-family: 'Noto Serif JP', serif;
  font-size:2.8rem;
  font-style: italic;
  margin-right: 10px;
}
.juvelook_merit ._img_box {
  text-align: center;
  z-index: 10;
  margin:-60px auto -60px;
  position: relative;
}
.juvelook_merit ._img_box img {
  width:60%;
  max-width: 450px;
}

@media screen and (max-width:770px){
  .juvelook_merit {
    padding:30px 0 20px;
    margin: 0 auto 70px;
  }
  .juvelook_merit_box {
    display:inherit;
  }
  .juvelook_merit dl {
    width:90%;
    padding:20px 20px 25px;
    margin-bottom:20px;
  }
  .juvelook_merit dl:nth-child(2) dt {
    text-align: left;
  }
  .juvelook_merit ._img_box {
    margin:-40px auto -20px;
  }
}


/* --------------------------------------------------------------------
	ACRS
-------------------------------------------------------------------- */

.box-list ul {
  display: flex;
  justify-content: space-between;
}
.box-list ._3line li {
  width:29%;
}
.box-list ul li {
  border:3px solid #D7D7DA;
  padding:15px 12px 0;
  text-align: center;
}
.box-list ul li img {
  width:100%;
}
.box-list ul li ._title {
  font-size: 1.1rem;
}
.box-list ul li ._text {
  background: #E7E8F0;
  padding:12px;
  font-size: 0.95rem;
}
