/* Unchanged */
@charset "UTF-8";
/****************************************************************************
　beauty.css
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2017.09.07
   Last up date   : 2017.09.07
****************************************************************************/


.arrowBox {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}
/***********************************
    #Beauty	
************************************/
#Beauty .box {
	width: 100%;
	max-width: 1080px;
	overflow: hidden;
	padding: 0 0 30px 0;
	position: relative;
}

#Beauty .box hr {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px dotted #ACACAC;
	margin: 70px auto 40px auto;
}

#Beauty .box h4 {
	width: 100%;
	text-align: center;
	padding: 50px 0 0 0;
}
#Beauty .box h5 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-top: 30px;
}
#Beauty .box p.cap {
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}
#Beauty .box h6 {
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: #2F77C2;
	padding-top: 30px;
	font-family: "Noto Sans Japanese", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku GothicPro", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#Beauty .box h6 strong {
	font-weight: bold;
	font-size: 36px;
	font-family: "Noto Sans Japanese", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku GothicPro", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#Beauty .box p {
	width: 74%;
	max-width: 780px;
	margin: 0 auto;
	font-size: 16px;
}
#Beauty .box p.notes {
	width: 74%;
	max-width: 780px;
	font-size: 14px;
}

#Beauty .block1 {
	background: #FFF5EB;
	overflow: hidden;
	padding: 20px;
	position: relative;
}
#Beauty .block1 img {
	float: right;
}
#Beauty .block1 img.soldout, 
#Beauty .block2 img.soldout {
	width: 100%;
	max-width: 450px;
	position: absolute;
	bottom: 120px;
	right: 2%;
}

#Beauty .block1 ul.point {
	overflow: hidden;
	width: 600px;
	float: left;
}
#Beauty .block1 ul.point li.midashi {
	font-size: 20px;
	font-weight: bold;
}
#Beauty .block1 ul.point li.pBox {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #EADDB3;
	background: #FFF;
	width: 96%;
	float: left;
	font-size: 20px;
	text-align: left;
	color: #000;
	font-weight: normal;
	padding: 10px 0px 10px 20px;
	margin-top: 5px;
}
#Beauty .block1 p.spec {
	width: 500px;
	float: left;
	text-align: center;
	font-size: 18px;
	padding-top: 80px;
	padding-bottom: 0;
}


#Beauty .block2 {
	background: #FFF5EB;
	overflow: hidden;
	padding: 20px;
}
#Beauty .block2 img {
	float: right;
}
#Beauty .block2 ul.point {
	overflow: hidden;
	width: 600px;
	float: left;
}
#Beauty .block2 ul.point li.midashi {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin-bottom: 5px;
}
#Beauty .block2 ul.point li.pBox {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #EADDB3;
	background: #FFF;
	width: 96%;
	float: left;
	font-size: 20px;
	text-align: left;
	color: #000;
	font-weight: normal;
	padding: 8px 0px 8px 20px;
	margin-bottom: 10px;
	line-height: 1.3;
}
#Beauty .block2 p.spec {
	width: 500px;
	float: left;
	text-align: center;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 0;
}






@media screen and (max-width:768px) {

.arrowBox img{
	width: 10%;
}

#Beauty .box hr {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px dotted #ACACAC;
	margin: 30px auto 10px auto;
}

#Beauty .box h4 {
	padding: 20px 0 0 0;
}
#Beauty .box h4 img{
	width: 70%;
}
#Beauty .box h5 {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}
#Beauty .box p.cap {
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
#Beauty .box h6 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
	color: #2F77C2;
	padding-top: 30px;
}
#Beauty .box h6 strong {
	font-weight: bold;
	font-size: 30px;
}
#Beauty .box p {
	width: 90%;
	max-width: 780px;
	margin: 0 auto;
	font-size: 16px;
}
#Beauty .box p.notes {
	width: 90%;
	max-width: 780px;
	font-size: 12px;
	padding: 0;
}


#Beauty .block1, 
#Beauty .block2 {
	padding: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#Beauty .block1 img, 
#Beauty .block2 img {
	float: none;
	width: 96%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#Beauty .block1 img.soldout, 
#Beauty .block2 img.soldout {
	width: 90%;
	max-width: 100%;
	position: absolute;
	bottom: 120px;
	left: 2%;
}

#Beauty .block1 ul.point, 
#Beauty .block2 ul.point {
	width: 100%;
	float: none;
}
#Beauty .block1 ul.point li.midashi,
#Beauty .block2 ul.point li.midashi {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
#Beauty .block1 ul.point li.pBox, 
#Beauty .block2 ul.point li.pBox {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #EADDB3;
	background: #FFF;
	width: 92%;
	float: none;
	font-size: 16px;
	text-align: left;
	color: #000;
	font-weight: normal;
	padding: 10px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
#Beauty .block1 p.spec, 
#Beauty .block2 p.spec {
	width: 100%;
	float: none;
	text-align: center;
	line-height: 1.5;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 0;
}





} /**** END media screen *****/
