@charset "UTF-8";
/* css Access [top] */

@import url("main.css");
@import url("flow.css");
@import url("gallery.css");

/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Section ==*/
.aboutArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Waku ==*/
.aboutArea .waku_about {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.aboutArea .waku_about .about_left {
	padding: 0;
	margin: 0;
	height: auto;
}
.aboutArea .waku_about .about_right {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== img ==*/
.waku_about .about_right .waku_img {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_about .about_right .waku_img .photo_clinic {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border: solid 1px #d0d1d1;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_about .about_right .waku_img .photo_clinic img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== logo ==*/
.waku_about .about_left .logo_about {
	padding: 0;
	margin: 0;
	height: auto;
	position: relative;
}
.waku_about .about_left .logo_about h3 {
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
	background: url(../../images/logo.png) 0 0 no-repeat;
	background-size: 100% auto;
	font-size: 0;
}

/*---------------------------------------------------- */
/* Table Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about .about_left .haco_outline {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.haco_outline table {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-collapse: collapse;
	border-top: solid 1px #d0d1d1;
}
.haco_outline table tr {
	border-bottom: solid 1px #d0d1d1;
}
.haco_outline table th {
	padding: 0;
	margin: 0;
	height: auto;
	vertical-align: top;
}
.haco_outline table td {
	padding: 0;
	margin: 0;
	height: auto;
	vertical-align: top;
}

/*== txt ==*/
.haco_outline table th h4 {
	padding: 0;
	font-weight: 600;
	color: #2d2e2f;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}
.haco_outline table th h4 i {
	padding: 0;
	margin: 0;
	font-style: normal;
	display: inline-block;
}
.haco_outline table td p {
	padding: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}

/*---------------------------------------------------- */
/* Map Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.aboutArea .waku_map {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.aboutArea .waku_map .mapbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border: solid 1px #d0d1d1;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== iframe ==*/
.aboutArea .waku_map .mapbox iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Section ==*/
.aboutArea {
	width: 94%;
	max-width: 1080px;
}

/*== Waku ==*/
.aboutArea .waku_about {
	margin-bottom: 45px;
	width: 98%;
	overflow: hidden;
}
.aboutArea .waku_about .about_left {
	width: 58%;
	float: left;
}
.aboutArea .waku_about .about_right {
	width: 38%;
	float: right;
}

/*== img ==*/
.waku_about .about_right .waku_img {
	width: 100%;
}
.waku_about .about_right .waku_img .photo_clinic {
	width: 100%;
}

/*== logo ==*/
.waku_about .about_left .logo_about {
	margin-bottom: 15px;
	width: 100%;
}
.waku_about .about_left .logo_about h3 {
	width: 260px;
	height: 54px;
}

/*---------------------------------------------------- */
/* Table Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about .about_left .haco_outline {
	width: 98%;
}
.haco_outline table {
	width: 100%;
}
.haco_outline table th {
	padding: 12px 0;
	width: 26%;
}
.haco_outline table td {
	padding: 12px 0;
	width: 74%;
}

/*== txt ==*/
.haco_outline table th h4 {
	margin: 0 18px;
	font-size: 18px;
}
.haco_outline table th h4 i {
	margin-right: 6px;
	font-size: 12px;
}
.haco_outline table td p {
	margin: 0 18px;
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Map Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.aboutArea .waku_map {
	width: 98%;
}
.aboutArea .waku_map .mapbox {
	padding: 5px 5px;
	width: 100%;
}

/*== iframe ==*/
.aboutArea .waku_map .mapbox iframe {
	height: 370px;
}



}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Section ==*/
.aboutArea {
	width: 96%;
}

/*== Waku ==*/
.aboutArea .waku_about {
	margin-bottom: 35px;
	width: 97%;
	overflow: hidden;
}
.aboutArea .waku_about .about_left {
	width: 56%;
	float: left;
}
.aboutArea .waku_about .about_right {
	width: 40%;
	float: right;
}

/*== img ==*/
.waku_about .about_right .waku_img {
	width: 100%;
}
.waku_about .about_right .waku_img .photo_clinic {
	width: 100%;
}

/*== logo ==*/
.waku_about .about_left .logo_about {
	margin-bottom: 10px;
	width: 100%;
}
.waku_about .about_left .logo_about h3 {
	width: 200px;
	height: 42px;
}

/*---------------------------------------------------- */
/* Table Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about .about_left .haco_outline {
	width: 98%;
}
.haco_outline table {
	width: 100%;
}
.haco_outline table th {
	padding: 10px 0 4px 0;
	width: 100%;
	display: block;
}
.haco_outline table td {
	padding: 0 0 10px 0;
	width: 100%;
	display: block;
}

/*== txt ==*/
.haco_outline table th h4 {
	margin: 0 15px;
	font-size: 16px;
}
.haco_outline table th h4 i {
	margin-right: 5px;
	font-size: 10px;
}
.haco_outline table td p {
	margin: 0 15px;
	font-size: 16px;
}


/*---------------------------------------------------- */
/* Map Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.aboutArea .waku_map {
	width: 97%;
}
.aboutArea .waku_map .mapbox {
	padding: 5px 5px;
	width: 100%;
}

/*== iframe ==*/
.aboutArea .waku_map .mapbox iframe {
	height: 300px;
}



}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* About Area */
/*---------------------------------------------------- */
/*== Section ==*/
.aboutArea {
	width: 96%;
}

/*== Waku ==*/
.aboutArea .waku_about {
	margin-bottom: 20px;
	width: 96%;
}
.aboutArea .waku_about .about_left {
	padding-bottom: 20px;
	margin: 0 auto;
	width: 98%;
	display: block;
}
.aboutArea .waku_about .about_right {
	margin: 0 auto;
	width: 98%;
	display: block;
}

/*== img ==*/
.waku_about .about_right .waku_img {
	width: 98%;
}
.waku_about .about_right .waku_img .photo_clinic {
	width: 100%;
}

/*== logo ==*/
.waku_about .about_left .logo_about {
	margin-bottom: 15px;
	width: 100%;
}
.waku_about .about_left .logo_about h3 {
	width: 160px;
	height: 33px;
}

/*---------------------------------------------------- */
/* Table Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about .about_left .haco_outline {
	width: 98%;
}
.haco_outline table {
	width: 100%;
}
.haco_outline table th {
	padding: 8px 0 3px 0;
	width: 100%;
	display: block;
}
.haco_outline table td {
	padding: 0 0 8px 0;
	width: 100%;
	display: block;
}

/*== txt ==*/
.haco_outline table th h4 {
	margin: 0 12px;
	font-size: 14px;
}
.haco_outline table th h4 i {
	margin-right: 4px;
	font-size: 8px;
}
.haco_outline table td p {
	margin: 0 12px;
	font-size: 14px;
	line-height: 1.2;
}

/*---------------------------------------------------- */
/* Map Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.aboutArea .waku_map {
	width: 94%;
}
.aboutArea .waku_map .mapbox {
	padding: 5px 5px;
	width: 98%;
}

/*== iframe ==*/
.aboutArea .waku_map .mapbox iframe {
	height: 180px;
}


}