@charset "UTF-8";
/*\*/



/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// BASE
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

body {
	overflow-x: hidden;
	width: 100%;
	line-height: 1.6;
	background: #fff;
 	color: #000;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
    font-feature-settings: "palt";
}
a {
    overflow: hidden;
    color: #f09;
    text-decoration: underline;
	cursor: pointer;
}
a:hover,a:active {
	color: #f9c;
}
a:hover img {
	opacity: 0.7;
	transition: 0.3s;
}
.wrap {
	clear: both;
	zoom: 1;
}
header,
section,
footer {
	clear: both;
    margin: 0 auto 3.125em;
}
@media only screen and (min-width: 726px) {
	header,
	section,
	footer {
		width: 726px;
	}
	header,
	footer {
		margin: 0 auto 30px;
	}
	section {
		margin: 0 auto 50px;
	}
}
img {
	display: block;
	max-width: 100%;
	width /***/: auto;
	_width: 100%;
	height: auto;
	margin: 0 auto;
	-ms-interpolation-mode: bicubic;
}
.pc,
.pc img {
	display: none;
}
.sp,
.sp img {
	display: block;
}
@media only screen and (min-width: 915px) {
	.pc,
	.pc img {
		display: block;
	}
	.sp,
	.sp img {
		display: none;
	}
}
section {
    text-align: left;
}
section .center {
	text-align: center;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// CONTENTS
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

/* RESERVATION */
#reservation h2,
#reservation p {
	padding: 0 1.875em;
}
#reservation #btn {
	padding: 1.25em 1.875em 0.2em;
}
#reservation #btn li {
	padding-bottom: 0.6em;
}
@media only screen and (min-width: 726px) {
	#reservation #btn {
		position: relative;
		margin: 0 -3px;
		padding: 20px 0;
	}
	#reservation #btn li {
		display: inline;
		float: left;
		width: 240px;
		padding: 0 0 0 3px;
	}
}
#reservation #btn li a {
	display: block;
	border-radius: 9999px;
}
#reservation #btn li a img {
	opacity: 1;
}
#reservation .web {
	background: rgb(73,197,177);
	background-image: linear-gradient(160deg, rgba(73,197,177,1) 0%, rgba(73,197,177,1) 100%);
	background-image: -moz-linear-gradient(160deg, rgba(73,197,177,1) 0%, rgba(73,197,177,1) 100%);
	background-image: -webkit-linear-gradient(160deg, rgba(73,197,177,1) 0%, rgba(73,197,177,1) 100%);
	background-image: -ms-linear-gradient(160deg, rgba(73,197,177,1) 0%, rgba(73,197,177,1) 100%);	
}
#reservation a:hover.web {
	background: rgb(119,219,200);
	background-image: linear-gradient(160deg, rgba(119,219,200,1) 0%, rgba(119,219,200,1) 100%);
	background-image: -moz-linear-gradient(160deg, rgba(119,219,200,1) 0%, rgba(119,219,200,1) 100%);
	background-image: -webkit-linear-gradient(160deg, rgba(119,219,200,1) 0%, rgba(119,219,200,1) 100%);
	background-image: -ms-linear-gradient(160deg, rgba(119,219,200,1) 0%, rgba(119,219,200,1) 100%);	
}
#reservation .line {
	background: rgb(73,197,177);
	background-image: linear-gradient(180deg, rgba(73,197,177,1) 0%, rgba(73,197,177,1) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(73,197,177,1) 0%, rgba(73,197,177,1) 100%);
	background-image: -webkit-linear-gradient(180deg, rgba(73,197,177,1) 0%, rgba(73,197,177,1) 100%);
	background-image: -ms-linear-gradient(180deg, rgba(73,197,177,1) 0%, rgba(73,197,177,1) 100%);
}
#reservation a:hover.line {
	background: rgb(119,219,200);
	background-image: linear-gradient(180deg, rgba(119,219,200,1) 0%, rgba(119,219,200,1) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(119,219,200,1) 0%, rgba(119,219,200,1) 100%);
	background-image: -webkit-linear-gradient(180deg, rgba(119,219,200,1) 0%, rgba(119,219,200,1) 100%);
	background-image: -ms-linear-gradient(180deg, rgba(119,219,200,1) 0%, rgba(119,219,200,1) 100%);
}
#reservation .tel_mail {
	background: rgb(73,197,177);
	background-image: linear-gradient(0deg, rgba(73,197,177,1) 0%, rgba(73,197,177,1) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(73,197,177,1) 0%, rgba(73,197,177,1) 100%);
	background-image: -webkit-linear-gradient(0deg, rgba(73,197,177,1) 0%, rgba(73,197,177,1) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(73,197,177,1) 0%, rgba(73,197,177,1) 100%);
}
#reservation a:hover.tel_mail {
	background: rgb(119,219,200);
	background-image: linear-gradient(0deg, rgba(119,219,200,1) 0%, rgba(119,219,200,1) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(119,219,200,1) 0%, rgba(119,219,200,1) 100%);
	background-image: -webkit-linear-gradient(0deg, rgba(119,219,200,1) 0%, rgba(119,219,200,1) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(119,219,200,1) 0%, rgba(119,219,200,1) 100%);
}
#reservation li span {
	display: block;
	text-align: center;
}
#reservation #sns {
	padding: 1.25em 5.333% 0;
	text-align: center;
}
#reservation #sns li {
    display: -moz-inline-box;
    display: inline-block;
	width: 60px;
	padding: 0 8px;
}
    * html #reservation #sns li,
    *+html #reservation #sns li
    {
        display: inline;
        zoom: 1;
    }
	
@media only screen and (min-width: 726px) {
	#reservation #sns {
		height: 40px;
		padding: 20px 10px 20px 23px;
		border: 1px solid #c5c5c5;
	}
	#reservation #sns li {
		width: 170px;
		padding: 0;
	}
}

/* SPECIAL INFO */
#info #bnr {
	padding: 1.2em 0 0;
}
#info #bnr {
	padding-bottom: 0.375em;
}
#info #bnr li {
	padding-bottom: 0.5em;
}

/* CLINIC LIST */
#clinicList h2,
#clinicList .sp {
	padding: 0 1.875em 1.2em;
}
#clinicList .sp li {
	display: inline;
	float: left;
	width: 33.3333%;
}
#clinicList .sp li a {
	display: block;
	margin: 0 5% 5%;
	border: 1px solid #999;
  	border-radius: 2px;
}
#clinicList .pc {
	padding: 0 16%;
}
#clinicList .pc dt,
#clinicList .pc dd {
	display: inline;
	float: left;
	width: 25%;
	padding-bottom: 0.2em;
}
#clinicList .pc dt {
	text-align: center;
	letter-spacing: 0.1em;
}




/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// FOOTER
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

footer p {
	padding: 0 1.875em 1.2em;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// clearfix
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.wrap:after,
.contents section .list_tmb li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
}