@charset "utf-8";
/* ---------------------------------------
 * Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #333;
	font-size: 13px;
	line-height:1.5;
}
p{
	margin-bottom:1em;
}
img{
	width:100%;
	vertical-align:top;
}
/* class */
.font-white{
	color: #fff;
}
.font-white a:link{color: #9AC5FF;}
.font-white a:visited{color: #D4BAFF;}
.font-white a:hover,a:active{color: #89FFEA;}

.font-pink{
	color: #EB6C65;
}

.alignL{ text-align:left; }
.alignR{ text-align:right; }
.alignC{ text-align:center; }

.floatR{ float:right; margin:0 0 20px 20px; }
.floatL{ float:left; margin:0 20px 20px 0; }

.textSS{ font-size:60%; }
.textS{ font-size:80%; }
.textL{ font-size:120%; }
.textLL{ font-size:170%; }

.mb10{ margin-bottom:10px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }

/* width */
.width100{width:100% !important;}
.width95{width:95% !important;}
.width90{width:90% !important;}
.width80{width:80% !important;}
.width70{width:70% !important;}
.width60{width:60% !important;}
.width50{width:50% !important;}
.width40{width:40% !important;}
.width30{width:30% !important;}
.width20{width:20% !important;}
.width10{width:10% !important;}

.br10px{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}

/* list */
.list_circle{
	list-style:circle;
}
.list_circle li{
	margin-left:2em;
	padding-left:1em;
}
.list_point{
	font-size:16px;
}
.list_point li{
	margin: 5px 0 5px 20px;
	padding-left:26px;
	background:url(img/list_point.png) no-repeat left 5px;
}
.list_float li{
	float:left;
	width:40%;
}

/* linkbtn */
.linkbtn{
	border:1px solid #666;
	display: inline-block;
	margin:1em 0;
	padding:10px 20px;
	line-height:1;
}
.linkbtn:after{
	content:"▼";
	font-size:12px;
}
.linkbtn{
	color: #333;
}

/* table */
.table_basic{
	margin:20px 0;
	border-collapse:collapse;
}
.table_basic td,
.table_basic th{
	padding:10px 20px;
	border:1px solid #Fae4cF;
	text-align:center;
}
.table_basic th{
	background:#FFF4DF;
}

/* clearfix */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* Detail
 * --------------------------------------- */

/* common */
.wrap{
	width:90%;
	margin:0 auto;
}
h2.img{
	margin:10px -5% 10px;
	padding-bottom: 10px;
}
h2.border{
	color: #FF5B74;
	font-size: 25px;
	line-height:1.2;
	margin:30px -5% 10px;
	padding-bottom: 10px;
	border-bottom:10px solid #ECF0F0;
	text-align:center;
}
h3{
	color:#FF5B74;
	font-size:20px;
	line-height:1.3;
	margin:30px 0 10px;
	text-align:left;
	font-weight:bold;
}

/* cvp */
.cvp{
	margin:10px 2%;
	padding:10px 2%;
	border: 3px solid #CEC4CA;
	text-align:center;
	background:#FFFFFF;
}
.cvp a{
}

/* blocktitle */
.blocktitle{
	margin: 80px 0 50px;
	text-align:center;
	background:url(img/blocktitle_bg.png);
}
.blocktitle img{
	vertical-align:top;
}

/* head */
h1{
	font-size: 12px;
	padding-top:10px;
	float:left;
}
#head .logo{
	float:right;
}

#mv{
	border-top:#FFA4B1 3px solid;
}

/* intro */
#intro{
	padding:20px 5% 15px;
}

/* care */
#care{
	padding-bottom:15px;
}

/* check */
#check{
	padding-bottom:15px;
}

/* contact_01 */
#contact_01{
	padding:0 5% 10px;
}

/* nayami */
#nayami img{
	margin-top: 30px;
}

/* pickup */
#pickup{
	margin-bottom: 30px;
}

/* contact_02 */
#contact_02{
	padding:30px 0;
}

/* persistence */
#persistence{
	background:url(img/persistence_bg.jpg) no-repeat center top #FFDDEB;
	background-size:contain;
	padding:14px 0 40px;
	margin-bottom:10px;
}
#persistence .item_01,
#persistence .item_02,
#persistence .item_03{
	text-align:left;
	padding:20px 0 10px 80px;
}
#persistence .item_01{ background:url(img/persistence_ic_01.png) no-repeat left 20px; background-size:54px; margin-top:30px; }
#persistence .item_02{ background:url(img/persistence_ic_02.png) no-repeat left 20px; background-size:54px; }
#persistence .item_03{ background:url(img/persistence_ic_03.png) no-repeat left 20px; background-size:54px; margin-bottom:30px; }
#persistence .point p{
	margin-bottom:30px;
}

/* price */
.price{
	padding-bottom:30px;
}
.price .floatR{
}
.price .text{
	text-align:left;
}
.price_table{
	clear:both;
	font-size:13px;
	border-collapse:collapse;
	width:100%;
}
.price_table th,
.price_table td{
	border: 1px solid #D0DBDB;
	padding:10px;
	text-align:center;
}
.price_table th{
	background:#F2F4F4;
}
#price_btn{
	margin:30px;
}

/* contact_03 */
#contact_03{
	background:url(img/bgarrow_01.png) no-repeat center top #F1F7FC;
	padding: 70px 5% 40px;
}

/* clinic */
#clinic{
	background:url(img/bgarrow_02.png) no-repeat center top;
	padding: 10px 0 40px;
}
#clinic .inner{
	text-align:left;
}
#clinic_photo{
	width:90%;
	margin:0 auto;
}
/* contact_04 */
#contact_04{
	background:#FFDFE4;
	padding:30px 0;
}

/* foot */
#foot{
	text-align:center;
	font-size:12px;
	padding:20px;
	background:#FFA4B1;
	margin-bottom: 50px;
}

/* menu
 * --------------------------------------- */
/* menubtn */
#menubtn{
	width:16%;
	position:fixed;
	top:6px;
	right:1%;
	z-index:10000;
}
#overray{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:11000;
	background:rgba(0,0,0,0.70);
	display:none;
}
/* gl */
#gl{
	position: fixed;
	width: 90%;
	top: 5px;
	right:3%;
	z-index:12000;
	border:5px solid #dEc6dC;
	display:none;
}
#gl li a,
#gl li span{
	display:block;
	background:#EDEFF1;
	padding:15px;
	text-align:center;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	color:#333;
}
#gl li.cv a{
	color:#fff;
	background:#9E065C;
	border-top:1px solid #bE267C;
	border-bottom:1px solid #7E003C;
}
#gl li.close span{
	background:#dDdFe1;
}

/* accordion
 * --------------------------------------- */
.accordion_btn:after{
	content:"▼続きを読む";
	display:block;
	margin:5px 0 30px;
	padding:15px;
	background:#CCCCCC;
	text-align:center;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-o-border-radius:30px;
	-ms-border-radius:30px;
	border-radius:30px;
}
.accordion_btn.accordion_hide:after{
	content:"▲閉じる";
	display:block;
	margin:5px 0 30px;
	padding:15px;
	background:#CCCCCC;
	text-align:center;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-o-border-radius:30px;
	-ms-border-radius:30px;
	border-radius:30px;
}

/* gototop */
#gototop{
	position:fixed;
	width:16%;
	right:1%;
	bottom:65px;
	display:none;
}
/* footer_cv */
#footer_cv{
	position:fixed;
	width: 100%;
	left:0;
	bottom:0;
	text-align:center;
}
#footer_cv ul{
	display: table;
}
#footer_cv ul li{
	width: 50%;
	display: table-cell;
	background: #ffffff;
	vertical-align: middle;
	border: solid 2px #ffa4b1;
}
#footer_cv ul li:first-child{
	border-right: solid 1px #ffa4b1;
}
#footer_cv ul li:last-child{
	border-left: solid 1px #ffa4b1;
}
#footer_cv ul li a{
	display:block;
	padding: 1.5vh 0;
}