/* CSS Document */
html,body{
	width:100%;
	color:#444;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
a {
	color: #2CB7CB;
	text-decoration: underline;
}
body {
	font-size:15px;
	line-height:1.6;
	-webkit-text-size-adjust : 100%;
}
img {
	vertical-align:bottom;
}
.clearfix::after {
	content: ""; 
	display: block; 
	clear: both;
}
p {
	margin-bottom:1em;
}
.leftImg {
	margin:0 10px 10px 0;
	float:left;
}
.rightImg {
	margin:0 0 10px 10px;
}
.centerTxt {
	text-align:center;
}
.emp {
	color:#FF7F00;
	font-style:normal;
}
.redtxt {
	color:#FF007F;
}
.bold {
	font-weight:bold;
}
.sma {
	font-size:12px;
}
/*HEADER*/
header img,
footer img,
nav img,
section img,
div img,
h1 img,
h2 img,
p img {
	width:100%;
	height:auto;
}
#header {
	margin: 0;
	padding:2% 3.125% 3%;
	background:#FFF;
	-moz-box-shadow:0 0 6px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow:0 0 6px 0 rgba(0,0,0,0.2);
	overflow:hidden;
	position:relative;
	z-index:50;
}
#header h1 {
	color:#BD9D33;
	font-size:11px;
	line-height:1.3em;
	margin-bottom:2%;
	text-align:center;
}
#header .logo {
	width:68.3333%;
	float:left;
	margin:0;
}
#header .acs {
	width:26.6666%;
	float:right;
	margin:0;
}
.header_cap{
	clear: both;
	margin: 10px 0 0;
	color: #fff;
    background-color: #53A4A5;
    padding: 2px 2%;
    display: inline-block;
    font-size: 14px;
}
/*COMMON*/

.contact {
	background:#DDD;
	padding:3.125%;
}
.contact li {
	margin-bottom:1.6%;
}
.contact li:last-child {
	margin-bottom:0;
}

/*CONTENTS*/
#visual {
	margin-bottom:0;
}
#visual p {
	margin:0;
}
section.basic {
	margin:0 auto 6%;
	padding:0 4.6875%;
	font-size:14px;
	line-height:1.6;
}
section.basic h4.basic {
	margin-bottom:5%;
}
section.basic2 {
	margin-bottom:6%;
}
section.basic2 .inr {
	padding:0 4.6875% 0;
}
.baseTbl {
	width:100%;
}
.baseTbl,
.baseTbl th,
.baseTbl td {
	border:2px solid #D6D6D6;
	text-align:center;
	vertical-align:middle;
	line-height:1.3;
}
.baseTbl th,
.baseTbl td {
	padding:10px 2px;
}
.baseTbl th {
	background:#EEEEEE;
}
.baseTbl .mr {
	color:#1AA9EB;
}
.baseTbl .head {
	font-size:15px;
}
/*contact*/
.contact {
	background:#FFF;
	-moz-box-shadow:0 0 6px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,0.3);
	box-shadow:0 0 6px 0 rgba(0,0,0,0.3);
	padding:3.4482%;
}
.contact .t {
	width:75.9259%;
	margin:0 auto 4%;
}
.contact .time {
	font-size:10px;
	line-height:1.4;
	text-align:center;
	margin-bottom:4%;
}
.contact .btn {
	overflow:hidden;
}
.contact .btn li {
	width:49.074%;
	float:left;
	margin-bottom:2%;
}
.contact .btn li:nth-child(2n) {
	float:right;
}
.contact .btn li:nth-last-of-type(1),
.contact .btn li:nth-last-of-type(2)  {
	margin-bottom:0;
}


/*intro*/
#intro h2 {
	color:#00AD9A;
	font-size:17px;
	line-height:1.5;
	text-align:center;
	margin-bottom:4%;
}
#intro .block {
	border:1px solid #DDD;
	background:#FFF;
	-moz-box-shadow:0 0 6px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,0.1);
	box-shadow:0 0 6px 0 rgba(0,0,0,0.1);
	margin-bottom:5%;
}
#intro .block h3 {
	margin:0;
}
#intro .block .inr {
	padding:4.5%;
}
#intro .block .inr li {
	background:url(../img/arw.png) no-repeat 0 5px;
	-webkit-background-size:16px;
	-moz-background-size:16px;
	background-size:16px;
	padding:0 0 5px 24px;
	font-size:15px;
	line-height:1.5;
}
#intro .block .inr .illu {
	margin:4% 0 0;
}
#nav {
	background:#EFEBDA;
	padding:3.125%;
	overflow:hidden;
}
#nav li {
	float:left;
	background:#FFF;
	-moz-box-shadow:0 0 6px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow:0 0 6px 0 rgba(0,0,0,0.2);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	width:23.5%;
	margin-right:2%;
}
#nav li:last-child {
	margin-right:0;
}
#nav li a {
	display:block;
	padding:3.546%;
}
/*reason*/
#reason dl {
	margin-bottom:6%;
}
#reason dt {
	width:31.5517%;
	margin:0 auto 3%;
}
#reason dd {
	font-size:17px;
	line-height:1.6;
	margin-bottom:5%;
}
#reason dd strong {
	color:#FF2C8A;
}
/*equipment*/
#equipment {
}
#equipment .lead {
	font-size:17px;
	line-height:1.6;
}
#equipment .block {
	margin-bottom:5%;
	font-size:14px;
	line-height:1.6;
}
#equipment .block h3 {
	background:#EFEBDA;
	padding:3% 0 2%;
	margin-bottom:3%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-align:center;
	font-size:17px;
	line-height:1.3;
	color:#00AD9A;
}
#equipment .block .equi dt {
	color:#BD9D33;
	font-size:17px;
	line-height:1.4;
	margin-bottom:3%;
}
#equipment .block .equi dd {
	border-bottom:1px solid #DFDFD0;
	margin-bottom:5%;
	padding-bottom:3%;
	overflow:hidden;
}
#equipment .block .equi dd:last-child {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
#equipment .block .equi dd .pho {
	width:41.3793%;
	margin:0 16px 10px 0;
	float:left;
}
#equipment .block .cl2 {
	overflow:hidden;
	margin-bottom:3%;
}
#equipment .block .cl2 li {
	float:left;
	width:50%;
	color:#BD9D33;
	font-size:16px;
	line-height:1.4;
	text-align:center;
}
#equipment .block .cl2 li img {
	width:82.7586%;
	display:block;
	margin:0 auto 3%;
}
#equipment .block .flow li {
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:15px;
	background:url(../img/equi_arw.png) no-repeat center bottom;
	-webkit-background-size:26px;
	-moz-background-size:26px;
	background-size:26px;
	font-size:12px;
	line-height:1.5;
}
#equipment .block .flow li:last-child {
	padding-bottom:0;
	margin-bottom:15px;
	background:none;
}
#equipment .block .flow li .txt {
	width:58.2758%;
	float:right;
	margin:0;
}
#equipment .block .flow li .pho {
	width:37.7586%;
	float:left;
	margin:0;
}
/*caution*/
#caution table.basic {
	margin-bottom:5%;
}
table.basic {
	width:100%;
}
table.basic th,
table.basic td {
	padding:10px;
	vertical-align:middle;
}
table.basic,
table.basic th,
table.basic td {
	border:1px solid #DDD;
}
table.basic th {
	background:#F3F3F3;
}
table.basic .head th {
	background:#DDFFFC;
}
table.basic th {
	font-size:13px;
	line-height:1.3;
}
table.basic td {
	font-size:12px;
	line-height:1.3;
	text-align:left;
}
.priceCap {
	font-size:12px;
	line-height:1.3;
	margin-bottom:5px;
	text-align:right;
}
.priceCap2 {
	font-size:12px;
	line-height:1.4;
}
/*price*/
#price h3 {
	background:#EFEBDA;
	padding:3% 0 2%;
	margin-bottom:3%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-align:center;
	font-size:16px;
	line-height:1.3;
	color:#00AD9A;
}
#price table.basic td {
	text-align:right;
}
#price table.basic {
	margin-bottom:3%;
}

/*feature*/
#feature {
	margin-bottom:6%;
	padding-top:5%;
}
#feature .inr {
	padding:0 4.6875% 0;
}
#feature .inr dt {
	margin-bottom:3.4482%;
}
#feature .inr dd {
	border-bottom:1px solid #D59E4E;
	margin-bottom:4%;
}

/*clinic*/
#clinic .block {
	border-bottom:1px solid #00AD9A;
	padding-bottom:3%;
	margin-bottom:5%;
}
#clinic .block:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
#clinic .block h3 {
	color:#00AC99;
	font-size:15px;
	line-height:1.4;
	margin-bottom:1em;
}
#clinic .block .doctor {
	overflow:hidden;
	margin-bottom:3%;
}
#clinic .block .doctor .name {
	font-size:20px;
	line-height:1.3;
}
#clinic .block .doctor .name .sml{
	display:block; 
	margin-top:5px;
	line-height: 1.5;
	font-size:min(3.5vw,13px);
}
#clinic .block .doctor .pho {
	width:34.4827%;
	float:right;
	margin:0;
}
table.carrer {
	width:100%;
}
table.carrer th,
table.carrer td {
	padding:0 0 6px;
	text-align:left;
	font-size:13px;
	line-height:1.4;
}
table.address {
	width:100%;
	border-top:1px solid #DDDDDD;
	margin-bottom:4%;
}
table.address th,
table.address td {
	padding:8px 0 6px;
	text-align:left;
	font-size:13px;
	line-height:1.4;
	border-bottom:1px solid #DDDDDD;
}
table.address .time {
	font-size:11px;
}

/*form*/
.thxBlk {
	padding:4%;
	margin-bottom:4%;
	border:1px solid #DDD;
}
.thxBlk h3 {
	font-size:15px;
	line-height:1.5;
	margin-bottom:3%;
	color:#00AC99;
	font-weight:bold;
}
.thxBlk p {
	font-size:13px;
	line-height:1.5;
}
.thxBlk .callbtn {
	font-weight:bold;
	font-size:15px;
}
.form .formTxt {
	font-size:13px;
	line-height:1.4;
}
.form {
	margin-bottom:4%;
}
.form .inr {
	padding:0 4.6875% 0;
}
.form .formflow {
	margin-bottom:5%;
	overflow:hidden;
}
.form .formflow li {
	width:31.8965%;
	float:left;
	margin-right:3.1034%;
}
.form .formflow li:last-child {
	width:30%;
	margin-right:0;
}

.form table {
	width:100%;
}
.form table th,
.form table td {
	display:block;
	text-align:left;
	line-height:1.3em;
	
}
.form table th {
	border-top:2px solid #00AD9A;
	color:#00AD9A;
	font-size:18px;
	background:#FFF;
	padding:4% 0 2%;
}
.form table td {
	margin-bottom:3%;
	padding:0 0 3%;
}
.form table td p:last-child {
	margin-bottom:0;
}
.form table td .txt {
	font-size:12px;
	line-height:1.3em;
}
.form textarea {
	width:100%;
	font-size:16px;
	line-height:1.4em;
}
.form .must {
	color:#FF007F;
	font-weight:normal;
	font-size:14px;
}
.form td p:last-child {
	margin-bottom:0;
}
.form input {
	font-size:18px;
	line-height:1.3em;
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="number"],
.form textarea {
	padding:3px;
}
.form select {
	font-size:15px;
	line-height:1.3em;
	padding:3px;
}
.form select#day_01 {
	font-size:16px;
}
.form .hope {
	margin-bottom:4%;
}
.form .hope dt {
	font-weight:bold;
	margin-bottom:2%;
}
.form .hope dd {
	margin-bottom:4%;
}
.form .hope dd:last-child {
	margin-bottom:0;
}
.form .int100,
.form .int50,
.form .int45,
.form .int30 {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.form .int100 {
	width:100%;
}
.form .int50 {
	width:50%;
}
.form .int45 {
	width:45%;
}
.form .int30 {
	width:30%;
}
.form .traffic01 dd p {
	margin-bottom:2%;
}
.form input[type="radio"],input[type="checkbox"] {
    -moz-transform-origin: left center;
    -moz-transform: scale( 1.5 , 1.5 );
    -webkit-transform-origin: left center;
    -webkit-transform: scale( 1.5 , 1.5 );
	margin:6px 10px 10px 0;
}
.form .cau {
	padding:0 0 2%;
	font-size:12px;
	line-height:1.4;
}
.form .cau2 {
	padding:0;
	font-size:12px;
	line-height:1.4;
}
.form .ms {
	padding:0 0 3.125%;
	font-size:16px;
	line-height:1.4;
}
.form .formBtn {
	padding:3% 10% 3%;
	border-top:1px solid #DDD;
}
.form .formBtn form {
	margin-bottom:5%;
}
.form .formBtn input {
	width:100%;
	height:auto;
}
.form .formBackBtn {
	width:36.1666%;
	display:block;
	margin:0 auto;
}
.form .thxTit {
	margin:0 3.125% 3%;
}
.errTxt {
	color:#FF0000;
	font-size:18px;
	line-height:1.4em;
	text-align:center;
}
.confTxt {
	font-size:18px;
	line-height:1.4em;
	text-align:center;
}
.thanksTxt {
	width:94%;
	margin:0 auto 5%;
}
.txtCenter {
	text-align:center;
}
.btnTop {
	width:36.1666%;
	margin:0 auto;
}
.err {
	font-size:18px;
	color:#FF007F;
	font-weight:bold;
}
.red {
	color:#FF007F;
}
.errtx td {
	color:#FF007F;
}
/*footer*/
footer {
	font-size:8px;
	line-height:1.3em;
	text-align:center;
	background:#EEEEEE;
	padding:6% 0 16%;
}
#pagetopBtn {
	width:36px;
	height:36px;
	position:fixed;
	bottom:0px;
	right:0px;
}