@charset "utf-8";

/*------------------------------------------------
general
--------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address , abbr, acronym, aress, article, aside, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, section,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, nav,
dl, dt, dd , ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;  
	text-decoration:none;
	font-family:inherit;
	color:inherit;
	box-sizing:border-box;
	font-style:normal;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666;
	font-size:96%;
}
img{
	width:100%;
	vertical-align:bottom;
}
ol, ul {
	list-style: none;
}
section,
article,
div,
nav{
	background-size:100% !important;
	overflow: hidden;
	position: relative;
	zoom:1;
}
hr{ border:none;}
th{ text-align:left;}
.left{ float:left;}
.right{ float:right;}
.borderrightnone{ border-right:none !important;}
.table01{
	width:94%;
	margin: 0 auto;
}
.table01 th{
	border-bottom:2px solid #FFF;
	padding:0.5em;
}
.table01 td{
	border-bottom:8px solid #FFF;
	padding:0.5em;
}
.table02{
	width:94%;
	margin: 0 auto;
	border-collapse:separate;
	border-spacing:4px;
}
.table02 th,
.table02 td{ padding:0.5em;}
.bg_green{ background-color:#EBF7E3;}
.bg_pink{ background-color:#FCEDF4;}
.bg_none{ background:none !important;}


/*------------------------------------------------
header
--------------------------------------------------*/
#header{
	padding:5% 5% 0;
	background:url(../common/header_bg.png) no-repeat center bottom;
	background-size:100%;
	overflow: hidden;
	position: relative;
	zoom:1;
}
#header a {
    cursor: pointer;
}
#header h1 a{
	width: 59%;
	display: block;
	float: left;
	margin-bottom: 0.5em;
}
#header .menu {
    float: right;
    display: flex;
    justify-content: flex-end;
    right: 23.5%;
}
#header .menu.access{
	width: 13.5%;
}
/**/
.menu-area {
    position: fixed;
    width: 100vw;
    overflow: visible;
  }
  .close ~ nav { /* sp時だけメニュー以外の背景の色 */
    background: hsla(0, 100%, 0%, 0.5);
    height: 100vh;
    position: fixed;
    left: 0%;
    margin-top: -20px;
  }
  .navbtn {
    position: fixed;
    right: 5%;
    display: block;
    width: 13.5%;
    height: 13.5%;
    background-image: url(../common/header_menu.png);
    background-repeat: no-repeat;
  }
  .navbtn.close {
    background-image: url(../common/modal-menu_close.png);
    width: 13.5%;
    height: 13.5%;
	z-index: 1;
  }
.menu-nav {
    z-index: 1000;
	display: flex;
    padding-top: 20px;
    padding-bottom: 1.5em;
    width: 100%;
    background-color: #F2F2F2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    left: 0 !important;
    top: 0 !important;
}
.menu-nav.collapse {
    display: none;
}
/**/

.header_tel, .header_mail {
    display: block;
    width: 68%;
    margin: 1.5em auto 0;
}



/*------------------------------------------------
modal-content
--------------------------------------------------*/
.lock {
	overflow:hidden;
}
.modal-content {
	z-index:1000;
	display:none;
	padding-top:20px;
	padding-bottom: 1.5em;
	width: 100%;
	background-color:#F2F2F2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	left:0 !important;
	top:0 !important;
}
.modal-overlay {
	z-index:10;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}
.modal-wrap {
	z-index:20;
	position:fixed;
	display:none;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	overflow:auto;
}
.modal-menu_top{
	width: 25%;
	float: left;
	margin-left: 14%;
	display: block;
	margin-bottom: 0.5em;
}
.modal-close{
	margin-left: auto;
	display: block;
	width: 14%;
	margin-right: 5%;
}
.modal-menu{ margin-bottom: 1.5em;}

/*------------------------------------------------
footer
--------------------------------------------------*/
#pagebottom{
	width:90%;
	border:#CCC 1px solid;
	border-radius:5px;
	margin:1em auto;
	padding:5%;
}
.pagebottom_01{
	background-color:#FCEDF4;
}
#footer{
	background:#F2F2F2 url(../common/footer_bg.png) no-repeat center top;
	background-size:100%;
}
.footer_totop{
	width: 23%;
	display: block;
	margin: 0 auto 1px;
}
#footer address{
	text-align:center;
	margin-bottom: 1em;
}
#footer_nav{ margin-bottom: 20px;}
#footer_nav ul{
	width: 50%;
	float: left;
	padding:0 5%;
}
#footer_nav li{
	width: 100%;
	background:url(../common/footer_li_bg.png) repeat-x left bottom;
	padding: 10px 0 10px 20px;
}
.footer_p01{
	text-align:center;
	background:url(../common/footer_li_bg.png) repeat-x left top;
	padding: 15px 0 10px;
}
.footer_p01 a{ text-decoration:underline;}
.copyrights{
	color:#CCC;
	text-align:center;
	font-size: 0.8em;
	padding: 10px 0 25px;
}

/*------------------------------------------------
top
--------------------------------------------------*/
#top01 dd{
	padding:1em 2em 2em;
	line-height: 1.4;
}
#top03{ margin:2em 0;}
#top03 img{
	display: block;
	width: 50%;
	float: left;
}
.top04 table{
	border-collapse:separate;
	border-spacing:6px 0;
	width: 100%;
	margin-bottom: 1em;
}
.top04 th,
.top04 td{
	padding:3px 8px;
	border-bottom:1px dotted #CCC;
	min-width:3em;
}
.top04 iframe{
	margin-top: 1em;
	border-radius:5px;
}

/*------------------------------------------------
greeting
--------------------------------------------------*/
#greeting01 p{ padding:0 1em 1em;}
#greeting02{ margin-bottom: 5em;}

/*------------------------------------------------
diagnosis
--------------------------------------------------*/
#diagnosis_nav dd{
	padding:1em 2em 2em;
	line-height: 1.4;
}
.diagnosis h3{ margin:1em 0;}
.diagnosis h4{
	background-color:#75C474;
	color:#FFF;
	padding:0.5em 1em;
	border-radius:3px;
	margin:0 1em;
}
.diagnosis p{ padding:1em 1.3em;}
.diagnosis hr{
	border-bottom:1px dotted #CCC;
	margin-bottom: 1.5em;
}

/*------------------------------------------------
counseling
--------------------------------------------------*/
#counseling01 table{
	width: 100%;
	border-collapse:collapse;
}
#counseling01 td{ padding:1em;}
#counseling02 p{ padding:0 1em 1em;}


/*------------------------------------------------
skincare
--------------------------------------------------*/
#skincare_nav li a{
	display: block;
	width: 90%;
	margin: 0 auto 2%;
}
.skincare_p01{
	padding:0 1em 1em;
}
.skincare_p02{
	padding:1em;
	margin:0 1em 1em;
	border:1px dotted #CCC;
}
.skincare h4{
	background-color:#75C474;
	color:#FFF;
	padding:0.5em 1em;
	border-radius:3px;
	margin:0 1em 1em;
}
.skincare em{ font-weight:bold;}
#skincare01 ol li{
	border:1px dotted #CCC;
	padding:1em;
	margin:0 1em 5em;
	line-height: 1.4;
}
#skincare01 ol li:before{
	content:'';
	background:url(../skincare/images/skincare01_li_after.png) no-repeat;
	background-size:100%;
	margin: -70px auto 40px;
	width: 100px;
	height:30px;
	display: block;
	overflow:hidden;
}
#skincare01 ol li:first-child:before { content : none;}
#skincare01 ol li:last-child{ margin-bottom:20px;}
.skincare_p01 strong{
	font-weight:bold;
	background-color:#FEF79B;
}
#skincare01 dt,
#skincare01 dd{
	border-left:1px solid #7AC943;
	border-right:1px solid #7AC943;
	margin:0 1em;
}
#skincare01 dt{
	border-top:1px solid #7AC943;
	padding:1em 1em 0;
	margin-top:1em;
}
#skincare01 dd{
	border-bottom:1px solid #7AC943;
	padding:0 1em 1em;
}
.skincare hr{
	border-bottom:1px dotted #CCC;
	margin-bottom: 1em;
}


/*------------------------------------------------
about
--------------------------------------------------*/
.about_p01{ padding:0 1em 1em;}


/*------------------------------------------------
access
--------------------------------------------------*/
.access iframe{
	margin:5%;
}
.gmap{
	width: 85%;
	margin: 0 auto;
	display: block;
}
.access01_logo{
	width: 85%;
	margin: 0 auto;
	display: block;
}
#access01 address{
	text-align:center;
}
.access{ margin-bottom: 2em;}
.access_box{
	width: 100%;
	float: right;
	background-color:#EBE7E3;
	padding:1em;
	text-align:center;
	margin-bottom: 1em;
	line-height: 1.6;
}
.access_box strong{
	font-weight:bold;
	color:#ED86B3;
	font-size: 1.1em;
}
.access_box em{ font-weight:bold;}


/*------------------------------------------------
contact
--------------------------------------------------*/
#contact01 p{ padding:0 1em 1em;}
#contact01 em{ color:#C1272D;}
#contact01 .inpu_text{
	height: 1.5em;
	margin: 0 auto;
	display: block;
	border:1px solid #B3B3B3;
	width: 100%;
}
#contact01 textarea{
	height: 10em;
	margin: 0 auto;
	display: block;
	width: 100%;
	border:1px solid #B3B3B3;
}
.contact01_p02{
	font-size: 0.8em;
	margin: 10px auto 0px;
	line-height: 1.4;
}
.contact01_p03{
	text-align:center;
	margin: 0.5em 0;
}
.contact01_p04{
	text-align:center;
	font-size: 0.8em;
}
.form_btn{
	background-color:#CCC;
	width: 200px;
	text-align:center;
	padding:0.5em 0;
	margin:0.5em auto;
	border:none;
	display: block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	letter-spacing:0.5em;
	cursor:pointer;
	margin-bottom: 100px;
}
#contact02{ margin-bottom: 5em;}
.thanks h3{
	text-align:center;
	margin: 1em auto;
}
