@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/perm_image.jpg);
    background-size: cover;
    background-position: center;
}
@media (max-width: 900px) {
	.box__bg_photo {
    background-image: url(../images/perm_image_sp.jpg);
}
}
.box h1 {
	font-size: 40px;
		line-height: 50px;
margin-right: 50vw;
	margin-top: 10vh;
color:#333;
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: 40vw;
	margin-top: 10vh;
color:#333;
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 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%;

}
}
#con1 p {
	font-size: 16px;
	line-height: 36px;
	margin-top: 10px;
}
@media (max-width: 900px) {
	#con1 {
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}
	#con1 p {
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
		text-align: justify;
}
}

#con2,#con3 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-bottom: 80px;
	background-color: #21452a;
	border-radius: 20px;
	overflow:hidden;
	
}
#con2 h2,#con3 h2 {
	margin-top: 50px;
}
#con2 h2 img {
}
#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,#con3 {
	width: 88%;
	padding-bottom: 50px;
}
	#con2 ul.left,#con2 ul.right {
		float: none;
	}
	#con2 div#perm_box {
		width: 334px;
		
				margin-left: auto;
		margin-right: auto;
	}
	#con2 div.clear {
		display: none;
	}
	#con2 h2,#con3 h2{
	margin-top: 40px;
		text-align: center;
}
	#con2 h2 img {
		width: 80%;
		height: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	#con2 ul li {
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	width: 90%;
		margin-left: auto;
		margin-right: auto;
	color: #fff;
	background-image: url(../images/perm_con2_line.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
	#con2 div {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}
}




.pickup {
}
.pickup:after {
	content: url(../images/price_arrow.png);
	margin-left:10px;
}
#con3 {
	background-color: #fff;
	border: dotted;
	border-color: #a67c52;
	border-width: 4px;
	margin-bottom: 100px
}
#con3 div.pc_only {
	width: 1000px;
		overflow:hidden;
		background-color: #fff;
	margin-top: 50px;

}
@media (max-width: 900px) {
#con3 div.sp_only {
	width: 80%;
		overflow:hidden;
		background-color: #fff;
	margin-top: 0px;
}
	#con3 div.sp_only img {
	width: 100%;
		overflow:hidden;
		background-color: #fff;
	margin-top: 50px;
}
}
#con3 div {
	width: 510px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f2f2f2;
		overflow:hidden;

	
}
#con3 h2 {
	font-size: 24px;
	line-height: 40px;
	
}
#con3 p {
	font-size: 14px;
	line-height: 24px;
	width: 400px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
@media (max-width: 900px) {
	#con3 div {
	width: 80%;
	margin-top: 50px;
}
#con3 h2 {
	font-size: 20px;
	line-height: 40px;
	
}
#con3 p {
	font-size: 14px;
	line-height: 24px;
	width: 80%;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
}


#con4 img:first-of-type {
	margin-bottom: 60px;
}
#con4 h1 {
	color: #fff;
	letter-spacing: 10px;
	
}


#con4 {
	background-color: #333;
	overflow: hidden;
}
