/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 03 2025 | 05:21:23 */
body{
  font-family: 'noto sans jp';
	color:#333333;
}
/* common style */
.w60{
  width:60%;
margin:3% auto;
}
.w80{
  width:80%;
	margin:0 auto 3%;
}
.w90{
	width:90%;
	margin:0 auto 3%;
}
    @media screen and (max-width: 1000px) {
	.w60, .w80, .w90{
  width:100%;
}		
}
/*.site-header-logo img{
width: 301px !important;
min-width: 301px !important;
height: 62px;
max-height: 62px;
}

.h3_pink{
	text-align:center;
	font-size:2rem;
}

/*.postListText_singleTermLabel_inner{
  border:1px solid #cc8e8e;
  background: none !important;
  color: #cc8e8e !important;
  color: #333 !important;
  border-radius: 5px;
  font-family: 'noto sans jp';
}*/


/* リストスタイル
------------------------------- */

.list_flower {
	margin:2% 0 5% 4%;

}
.list_flower li{
	line-height:1.8;
	list-style:none;
	padding-left:25px;
	background:url(https://salon.hatepika-kids.com/wp-content/uploads/2025/05/icon_clover.png) no-repeat 0 5px;
}
.list_maru {
	margin:2% 0 5%;
	padding-left:0;	
}
.list_maru li{
	line-height:1.8;
	list-style:none;
	padding-left:25px;
	background:url(https://salon.hatepika-kids.com/wp-content/uploads/2025/05/icon_maru.png) no-repeat 0 7px;
}
.list_maru li strong{
	color:#724C3F;
}