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


#con1 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 900px) {
	#con1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}
#con1 h2,#con2 h2,#con3 h2 {
	font-size: 32px;
	color:#333;
	margin-top: 90px;
}
#con1 h2 {
	margin-top: 100px;
	line-height: 55px;
	margin-bottom: 50px;
}
@media (max-width: 900px) {
	#con1 h2 {
		font-feature-settings : "palt";
	font-size: 22px;	
	margin-top: 30px;
	line-height: 30px;
	margin-bottom: 30px;
}
	
}
#con1 div.left,#con1 div.right {
	width: 340px;
	margin-right: 40px;
}

#con1 div.right {
		margin-right: 0;
}
@media (max-width: 900px) {

#con1 div.left,#con1 div.right {
	float: none;
	width: 340px;
	margin-right: auto;
	margin-left: auto;
}

#con1 div.right {
		margin-right: auto;
	margin-left: auto;}
	}

#con1 h3 {
	color: #603813;
	font-size: 16px;
	line-height: 58px;
	font-weight: bold;
	 position: relative;
}
#con1 h3:before {
	content: url(../images/henna_deco_left.jpg);
	position: absolute;
  top: 0%;
	left: -10px;
}
#con1 h3:after {
	content: url(../images/henna_deco_right.jpg);
		position: absolute;
  top: 0%;
	right: -10px;
}
@media (max-width: 900px) {
	#con1 h3 {
		margin-top: 50px;
	}
}
#con1 p {
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	margin-top: 30px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}


#con2 {
	margin-top: 200px;
	width: 100%;
	height: 217px;
	background-image: url(../images/henna_con2_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 900px) {
	#con2 {
	margin-top: 50px;
	width: 100%;
	height: 80px;
	background-image: url(../images/henna_con2_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
}
#con3 {
	background-color: #42210b;
	overflow: hidden;
}
#con3 img {
	margin-top: 100px;
}
@media (max-width: 900px) {
	#con3 img {
	margin-top: 50px;
		width: 200px;
		height: 200px;
}
}
#con3 h2 {
	color: #fff;
	margin-top: 20px;
}
#con3 h2 span {
	font-size: 22px;
}
#con3 p {
	color: #fff;
	width: 360px;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	margin: 30px auto 100px auto;
}
@media (max-width: 900px) {
	#con3 h2 {
	font-size: 20px;
		
}
	#con3 h2 span {
	font-size: 16px;
}
	#con3 p {
	width: 80%;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	margin: 30px auto 50px auto;
}
}