@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/shampoo_image.jpg);
    background-size: cover;
    background-position: center;
}
@media (max-width: 900px) {
	.box__bg_photo {
	background-image: url(../images/shampoo_image_sp.jpg);
    background-size: cover;
    background-position: center;
}
}
.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 h1,#con2 h2 {
	font-size: 32px;
	color:#333;
	margin-top: 90px;
}
#con1 h1 {
	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 h1,#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: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-bottom: 80px;
}
#con2 div.left,#con2 div.right {
	width: 220px;
}
#con2 div.left {
	margin-right: 120px;
}
con2 div.left p,#con2 div.right p {
text-align: justify;
}
@media (max-width: 900px) {
	#con2,#con3 {
	width: 88%;
}
#con2 div.left,#con2 div.right {
	float: none;
	width: 70%;
		margin-left: auto;
	margin-right: auto;
}
#con2 div.left {
	margin-right: 0;
		float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
}
#con2 h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
 font-size: 18px;
	line-height: 26px;
		margin-top: 20px;

}
#con2 p {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin-top: 20px;
}

#con3 {
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 80px;
	background-image: url(../images/shampoo_ribon.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
#con3 img {
	margin-top: 50px;
	margin-bottom: 0px;
}
@media (max-width: 900px) {
	#con3 img {
		width: 190px;
		height: 308px;
		margin-top: 80px;
}
	#con3 {
	padding-bottom: 30px;
}
}
#con3 h2 {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 12px;
	color: #c1272d;
	line-height: 22px;
	margin-top: 30px;
	margin-bottom: 20px;
}
@media (max-width: 900px) {
	#con3 h2 {
	margin-bottom: 10px;
}
}
#con3 h2 span {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
#con3 h2 span span {
	font-size:  14px;
}
#con3 ul li {
	font-size: 14px;
	line-height: 40px;
}
#con3 ul li:first-of-type {
	font-size: 18px;
	line-height: 18px;
	padding: 0.5em;
	border: solid 1px #ccc;
	width: 12em;
	margin-left: auto;margin-right: auto;
}