@charset "UTF-8";

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
img {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 100%;
}

hr{ margin:0;}

.cf:after {
  content: "";
  clear: both;
  display: block;
}


body{
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3;
	background-color: #FFF1D8;
}


table,
input, textarea, select, option {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN"; 
	line-height: 1.2;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*------------------------------------------------------------
	フォントカラー・サイズ指定
------------------------------------------------------------*/
span.purple { color:#cc00cc;}
span.purple2 { color:#cc0066;}
span.purple3 { color:#cc0099;}
span.darkpurple{ color:#800080;}
span.red { color:#ff0000;}
span.pink { color:#ff0066;}
span.pink2 { color:#ff3399;}
span.point { color:#ff3366;}
span.max { font-size:22px;}
span.large { font-size:20px;}
span.x-large { font-size:18px;}
span.middle { font-size:13px;}
span.attention { font-size:80%;}
span.attention_gray { font-size:80%; color:#808080;}

span.pink_bold { font-weight: bold; color:#FF2673;}
span.name { color:#FF7678;}
span.strong { color: #008CE5; font-size: 1.2em;}
span.strong2 { font-weight: bold; font-size: 1.1em;}
span.marker_yellow { background: linear-gradient(transparent 0%, #FFFECE 0%);}


/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
	border-bottom:1px solid lightgray;
	text-align: center;
	background-color: #fff;
}

#header>img {
	width: 65%;
	max-width: 400px;
}


/*------------------------------------------------------------
	h1,h2,h3
------------------------------------------------------------*/
h1 {
	font-size: 1.4em;
	color: #171C60;
	margin-bottom: 8px;
	margin-top: 8px;
	line-height: 34px;
}

h2 {
	padding: 0.75rem;
	font-size: 1.2em;
	font-weight: bold;
	border-left: 5px solid #FF6E6E;
	color: #FF6E6E;
	margin-top: 1.5rem;
	margin-left: 5px;
	margin-right: 10px;
	line-height: 24px;
	border-bottom: solid 1px #FF6E6E;
}

h2.star {
	background: #fff5cd;
	border-bottom: none;
	border-left: none;
	color: #7f6600;
	font-size: 1em;
}

h3 {}

h4 {
    border-left: 6px solid rgb(255, 119, 145);
    line-height: 22px;
    padding: 6px 0 6px 10px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 22px;
    margin-top: 22px;
    font-size: 15px;
	clear:both;
}
h5 {}


/*------------------------------------------------------------
	blockquote
------------------------------------------------------------*/


blockquote{
background-color:#ddd;
padding:3em 1em;
position:relative;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}
blockquote:after{
content:"”";
font-size:600%;
line-height:0em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
right:0;
bottom:0;
}


/*------------------------------------------------------------
	contentエリア（全体）
------------------------------------------------------------*/

#content {
	margin:20px auto 0px;
	max-width: 780px;
	width: 90%;
	padding: 10px;
	background-color: #fff;
}


/*------------------------------------------------------------
	Adsエリア
------------------------------------------------------------*/


#adsby{
	padding: 0 5px 2px 0;
	text-align: right;
	font-size: 12px;
	color: #8499ae;
}


#ad {
	display:block;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	padding:10px;
}


#ad a{
	text-decoration:none;
}


#ad dt{
  margin-bottom:5px;
  font-size: 17px;
  line-height: 1;
  color: #555;
  font-weight: bold;
}


#ad .description{
  margin-bottom:2px;
  font-size: 12px;
  color: #555;
  line-height: 1;
}


#ad .url{
  font-size: 12px;
  color: #777;
  line-height: 1;
}


#ad2{
	margin:0 auto;
	border:1px solid gainsboro;
}


#ad2 img{
	width:100%
}


/*------------------------------------------------------------
	タイトル＆日付エリア
------------------------------------------------------------*/

#titlearea{
	margin: 3%;
	border-bottom: 1px solid lightgrey;
}

#titleanddate{color: gray;font-size: 0.8rem;font-weight: bold;}

#sitetitle{}

#date{}


/*------------------------------------------------------------
	タグエリア
------------------------------------------------------------*/

#tags{
	font-size: 0.75rem;
	color:white;
	padding-bottom: 3%;
	border-bottom: 1px solid lightgrey;
}

#tags>div{
	float:left;
	padding:1% 2%;
	margin-right:2%;
}

#tags>.pickup{
	background: #D70050;
}

#tags>.tag1,#tags>.tag2,#tags>.tag3{
	background: #666666;
}

#tags>.pickup:before{
	content:"pickup";
}

#tags>.tag1:before{
	content:"恋愛";
}

#tags>.tag2:before{
	content:"スキンケア";
}

#tags>.tag3:before{
	content:"お尻";
}

#tags:after{
	content:"";
	display:block;
	clear:both;
}

/*------------------------------------------------------------
	SNSエリア
------------------------------------------------------------*/

div#socialbtn {
    margin: 2.5% 0;
}

div#socialbtn div#boxArea div {
    margin-right: 2px;
}


/*------------------------------------------------------------
	mainエリア
------------------------------------------------------------*/


#main {
	font-size: 0.9em;
}

#main_bio {
	font-size: 1.0em;
}

#main div.eyecatch {width: 100%;text-align: center;padding: 0 2%;box-sizing: border-box;}
#main_bio div.eyecatch {width: 100%;text-align: center;padding: 0 2%;box-sizing: border-box;}

#main div.eyecatch>img {width: 100%;}
#main_bio div.eyecatch>img {width: 100%;}

#main div.eyecatch_banner {width: 100%;text-align: center;padding: 0 2%;box-sizing: border-box;}
#main_bio div.eyecatch_banner {width: 100%;text-align: center;padding: 0 2%;box-sizing: border-box; margin-top: 50px;}

#main div.eyecatch_banner>img {width: 100%;}
#main_bio div.eyecatch_banner>img {width: 100%;}

#main p {
	margin-bottom: 1.4em;
	padding: 0 4%;
	line-height: 1.4em;
}
#main_bio p {
	margin-top: 1.7em;
	margin-bottom: 1.9em;
	padding: 0 4%;
	line-height: 1.7em;
	color: #444444;
}

/*#main p span{
    color: #FF385E;
    font-weight: bold;
}*/


.pic {
	margin-bottom:20px;
}
.pic img {
	width: 40%;
	float: left;
	margin-right: 2%;
}

.banner {}
.banner img {
	width: 100%;
}

ul.matome_point {
	margin: 0px 14px;
	padding: 20px 12px 5px 34px;
	background-color: #CEF6ED;
}

ul.matome_point li {
	margin-bottom: 20px;
}

.text_box {
	margin-bottom: 40px;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#seibun {
padding:30px;
background-color:white;
}
#footer_menu {
	width:100%;
	margin:0 auto;
}
#footer_menu .footer_menulist {
	background:#fff;
	margin:4px;
	padding:3px;
	-webkit-box-shadow: 0px 0px 5px #cfcfcf;
	-moz-box-shadow: 0px 0px 5px #cfcfcf;
	box-shadow: 0px 0px 5px #cfcfcf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer_menu .footer_menulist .menulist_box li{
	border-bottom:1px dotted #ddd;
	line-height:30px;
	padding-left:30px;
}
#footer_menu .footer_menulist .menulist_box li a{
	display:block;
	background:url(/shop_data/sp_images/arrow_r.gif) no-repeat right center;
	color:#000;
	margin: 0 5px 0 0;
	padding:7px 3px;
	text-decoration:none;
}
#footer_menu .footer_menulist .menulist_box li:last-child{
	border-bottom:none;
}
.menulist_box {
list-style:none;
}


#footer_area {
	background:#FF8C69;
	color:#FFF;
	text-align:center;
	padding:5px 5px 5px 5px;
}

#footer_area p{
	display: inline-block;
	margin: 10px 20px 5px;
	font-size: 0.8em;
}

#footer_nad {
    margin-top: 10px;
    font-size: 0.8em;
    padding: 0;
}
#footer_nad li{
	/* float: left; */
	/* width: 50%; */
	/* height: 30px; */
	line-height: 25px;
}




/*　rmlp移植 ボタン3つCTA　*/
.pay_sp_01 {
	max-width: 560px;
	margin: 0 auto;
}

.pay_sp_01 img {
	vertical-align: bottom;
	width: 100%;
}

.pay_sp_cl {
    width: 90%;
    margin: 0 auto 3%;
}

.pay_sp_np {
    width: 90%;
    margin: 0 auto 3%;
}

.pay_sp_cod {
    width: 90%;
    margin: 0 auto 3%;
}

.pay_sp_nml {
	background:url(/nadlp/images/main2cta_nohead.jpg) no-repeat top left;
	padding: 4% 2% 5% 60%;
    background-size: contain;
}

.pay_attention {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 0.8em;
	color: #666666;
    
	padding: 2%;
}

#tel {
	max-width:560px;
	margin:0 auto;
}
#tel .box{
	position:relative;
	margin-top: 5%;
}
#tel .box img{
    width: 100%;
}
#tel .box .btn{
	position:absolute;
	top: 46%;
}
#tel .box .btn img{}


/* ctaエリア */

.normal_cta {
	background:url(http://www.shimizu-soap.jp/dslp/nad/images/cta_nomal_summer.png) no-repeat top left;
	padding: 3% 1% 5% 69%;
    background-size: contain;
	width: 30%;
}

.normal_cta img{
	width: 95%;
}


/*引用ゾーン*/

.inyou {
	background-color: #F0F0F0;
	margin: 10px 20px;
	padding: 8px 5px;
}

p.inyou_text {
	margin-bottom: -50px;
}

.bunken {
	font-size: 0.8em;
	background-color: #f1f1f1;
	padding: 1px 0px;
	margin: 15px 5px;
}

.twitter_box {
	width: 92%;
	margin: 0px auto;
}


/*ポイント*/
.points {
	padding: 0 4%;
	color: #444444;
	line-height: 1.7em;
	margin-bottom: 40px;
}
.points .ponits_title {
	font-weight: bold;
	font-size: 1.2em;
}
.points img {
	display: block;
	margin: 5% auto;
	width: 100%;
}


/*お声*/
.kuchikomi {
	padding-left: 0;
	padding: 0 4%;
}
.kuchikomi li {
	position: relative;
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 5px;
	font-size: 15px;
	list-style: none;
}
.kuchikomi li span {
	font-size: 10px;
}
.kuchikomi li:after {
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 209, 246, 0);
	border-width: 7px;
	margin-top: -7px;
}
.kuchikomi li:nth-child(even) {
	background: #ffe8d1;
	color: #b57e48;
}
.kuchikomi li:nth-child(even):after {
	right: 100%;
	border-right-color: #ffe8d1;
}
.kuchikomi li:nth-child(odd) {
	background: #dfffc9;
	color: #578b34;
}
.kuchikomi li:nth-child(odd):after {
	left: 100%;
	border-left-color: #dfffc9;
}

/*writer*/
.writer {
	background: #fffbed;
	padding: 2%;
	display: table;
	width: 94%;
}
#main_bio .writer .image {
	width: 120px;
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
.writer .image img {
	width: 100px;
	clip-path: circle(50px at center);
	-webkit-clip-path: circle(50px at center);
}
.writer .inner {
	display: table-cell;
	vertical-align: middle;
	font-size: 0.8em;
}
#main_bio .writer .inner p {
	padding: 0;
	margin: 0;
}
.writer .inner .name {
	font-weight: bold;
	padding-bottom: 7px;
	font-size: 1.2em;
}