@charset "UTF-8";
@import url("common.css");
/* CSS Document */

.box {
   width: 100%;
  height: 50vh;
}
@media (max-width: 900px) {
	.box {
  height: 40vh;
}
}

.box {
  display: flex; /* 要素をflexboxに対応させる */
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
  flex-direction: column; /* 子要素の並びを上から下にする（要素の改行に対応） */
}
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.box__bg_photo {
	background-image: url(../images/treatment_image.jpg);
    background-size: cover;
    background-position: center;
}
@media (max-width: 900px) {
	.box__bg_photo {
    background-image: url(../images/treatment_image_sp.jpg);
}
}
.box h1 {
	font-size: 40px;
		line-height: 50px;
margin-right: 40vw;
	margin-top: 10vh;
color:#fff;
text-align: left;
}

.box h1 span {
	font-size: 16px;
	line-height: 16px;
	margin-left: 6px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.box h1 span img {
	vertical-align: middle;
	margin-right: 6px;
}
@media (max-width: 900px) {
	.box h1 {
	font-size: 26px;
		line-height: 30px;
margin-right: 14vw;
	margin-top: 10vh;
color:#fff;
text-align: left;
}

.box h1 span {
	font-size: 12px;
	line-height: 12px;
	margin-left: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.box h1 span img {
	vertical-align: bottom;
	margin-right: 0px;
}
}

@media (max-width: 900px) {
	h1 {
	font-size: 36px;
line-height: 30px;
letter-spacing: 0px;}
h1 span {
	font-size: 13px;
}
}
#con1 img:first-of-type {
	margin-top: 120px;
	margin-bottom: 30px;

}
@media (max-width: 900px) {
	#con1 img:first-of-type {
	margin-top: 50px;
			margin-bottom: 0px;

	width: 100%;
}
}
#con1 h2,#con2 h2,#con3 h2 {
	font-size: 32px;
	color:#333;
	margin-top: 90px;
}
#con1 h2 {
	margin-top: 50px;
		border:0px;
	border-bottom:1px #ccc;
	border-style: solid;
	 padding-bottom: 30px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 900px) {
	#con1 h2,#con2 h2,#con3 h2 {
		font-size: 22px;
		padding-bottom: 10px;
	line-height: 30px;
	margin-top: 70px;
			width: 100%;
}
	#con3 h2 {
	margin-top: 30px;
	}
	
}
#con1 p {
	width: 570px;
	font-size: 16px;
	line-height: 36px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
@media (max-width: 900px) {
	#con1 {
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}
	#con1 p {
	width: 84%;
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
		text-align: justify;
}
}

#con2 {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: #fff;
	border-radius: 20px;
	overflow:hidden;
	
}
@media (max-width: 900px) {
	#con2 {
	width: 84%;
	margin-top: 50px;
	margin-bottom: 50px;
}
	#con2 img {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
#con2 .left {
	width: 420px;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#con2 .right {
	width: 340px;
	margin-right: 50px;
	margin-left: 20px;
	margin-top: 50px;
}
#con2 .right h2,#con2 .right p {
	text-align: justify;
	color: #8cc63f;

}

#con2 hr {
	height: 1px;
border: none;
border-top: 1px #d6ebad solid;
}
#con2 .right h2 {
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
}
#con2 .right p {
	font-size: 14px;
	line-height: 24px;
}


#con2 h2,#con3 h2 {
	margin-top: 50px;
}

#con2 div {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	
}
#con2 ul li {
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	width: 340px;
	color: #fff;
	background-image: url(../images/perm_con2_line.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#con2 ul li:before {
	content: url(../images/checkbox.png);
	margin-right: 10px;
	vertical-align: -3px;
}
@media (max-width: 900px) {
#con2 .left,#con2 .right {
	float: none;
	width: 100%;
	margin-top: 30px;
		margin-left: 0;
	margin-right: 0;
}
	#con2 .right h2 {
		font-size: 20px;
		text-align: center;
	}
	#con2 .right p {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
}
	#con2 hr {
		width: 80%;
	}
}





.pickup {
}
.pickup:after {
	content: url(../images/price_arrow.png);
	margin-left:10px;
}
#con3 {
	background-color: #c7b299;
	margin-bottom: 0px;
	overflow: hidden;
}
#con3 img.first {
	margin-bottom: 50px;
}
@media (max-width: 900px) {
	#con3 img.first {
	margin-bottom: 0px;
}
}
#con3 #flow {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
		margin-bottom: 100px;

}
@media (max-width: 900px) {
	#con3 #flow {
	width: 100%;
}
}
#con3 h2 {
	color: #fff;
	margin-bottom: 50px;
}
@media (max-width: 900px) {
	#con3 h2 {
	margin-bottom: 10px;
}
}
#con3 ul {
	width: 238px;
	height: 284px;
	background-color: #fff;
	border-radius: 20px;
	margin-left: 16px;
	margin-bottom: 16px;
}
#con3 ul:first-of-type {
	margin-left: 0px;
}
#con3 ul:nth-of-type(5) {
	margin-left: 0px;
}
@media (max-width: 900px) {
	#con3 ul {
	width: 80%;
	height: auto;
	margin-left: auto;
		margin-right: auto;
	margin-bottom: 16px;
		padding-top: 10px;
		padding-bottom: 30px;
}
#con3 ul:first-of-type {
	margin-left: auto;
}
#con3 ul:nth-of-type(5) {
	margin-left: auto;
}
}
#con3 ul li {
	font-size: 14px;
	line-height: 22px;
	width: 180px;
		margin-top: 10px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;

}
#con3 ul li.last {
	text-align: center;
}
#con3 ul li img {
	width: 112px;
	margin-top: 25px;
	display: block;
		margin-left: auto;
	margin-right: auto;
		margin-bottom: 20px;

}
@media (max-width: 900px) {
	#con3 .left,#con3 .right {
		float: none;
	}
}
