<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'suk-l';
	src: url(/fonts/sukhumvit/SukhumvitLight.woff) format("woff"),
			url(SukhumvitLight.ttf) format("truetype");
}

@font-face {
	font-family: 'suk-m';
	src: url(/fonts/sukhumvit/SukhumvitMedium.woff) format("woff"),
			url(SukhumvitMedium.ttf) format("truetype");
}

@font-face {
	font-family: 'suk-b';
	src: url(/fonts/sukhumvit/SukhumvitBold.woff) format("woff"),
			url(SukhumvitBold.ttf) format("truetype");
}

@font-face {
	font-family: 'suk-sb';
	src: url(/fonts/sukhumvit/SukhumvitSemiBold.woff) format("woff"),
			url(SukhumvitSemiBold.ttf) format("truetype");
}

/*
*reset
**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;

	word-wrap: break-word;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 16px;
	font-family: "suk-l", Helvetica, sans-serif;
	min-height:100%;
	line-height: 28px;
	color: #333;
	letter-spacing: 0.06em;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;

	-webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

b, h1, h2, h3, h4, h5, h6{
	font-family: "suk-m";
}

img{
	pointer-events: none;
}

strong{
	font-family: "suk-b";	
}

fieldset{
	border: 1px solid #ccc;
	padding: 18px 20px;
}

fieldset legend{
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

span.required{
	color: #ff0000;
	font-size: 0.8em;
}

/*
*gobal
*/
html{
	height: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea, select{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	font-family: sans-serif;
	font-size:14px;
	letter-spacing:1px;
	border:1px solid #d2d2d2;
	resize:none;
	padding:4px 6px 4px 6px;
	height:34px;
	width: 100%;
  	border-radius: 2px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus{
	border-color: #d2d2d2;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #d2d2d2;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #d2d2d2;
}

input[readonly]{
	background: #f8f8f8 !important;
}

input[type="text"].esdate{
	background: #f8f8f8;
	width: 110px !important;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
   /*opacity: 1;*/
}

textarea{
	padding-right: 30px;
	padding:8px 8px 8px 8px;
}

select{
	-webkit-appearance: menulist-button;
}

select:focus{
	/*border:0;
	outline: 0;*/
}

.ui-datepicker{
	z-index: 9999 !important;
}

.fotorama__nav-wrap{
	display: none;
}

input[type="text"].mydatepicker{
	/*background: #fff url(../images/icons/icon-datepicker.png) no-repeat 98%;
	background-size: 20px auto;
	background-position: left 4px center;
	padding-left: 32px;*/
}

input[type="text"].datetime{
	width: 186px !important;
}

a, a:active,
a i, a:active i{
	text-decoration:none;
	border-color: #8f7245 !important;
	color: #8f7245;
}

a:hover{
	text-decoration: none;
}

a.link{
	color: #519c3c;
}

a.link:hover{
	color: #77bc0a;
	text-decoration: underline;
}

a.link2,
a.link2:hover{
	color: #3b444f;
}


a.unactive{
	cursor: default;
}

a.unactive img{
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ &amp; Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}

.whitebutton {
    background: rgba(249, 249, 249, 0.9);
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #929292;
    display:inline-block;
    cursor:pointer;
    font-size:14px;
    padding:7px 14px;
    text-decoration:none;
}

.whitebutton:hover {
	text-decoration: none;
    background: rgba(249, 249, 249, 1);
}

.whitebutton:active {
    position:relative;
    top:1px;
}

.whitebutton i{
	margin-right: 4px;
}

.graybutton {
    background: rgba(146, 146, 146, 0.9);
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #929292;
    display:inline-block;
    cursor:pointer;
    color:#fff;
    font-size:14px;
    padding:7px 14px;
    text-decoration:none;
}

.graybutton:hover {
	text-decoration: none;
    background: rgba(146, 146, 146, 1);
}

.graybutton:active {
    position:relative;
    top:1px;
}

.gray2button {
    background: rgba(230, 230, 230, 0.6);
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #adadad;
    display:inline-block;
    cursor:pointer;
    color:#333;
    font-size:14px;
    padding:7px 14px;
    text-decoration:none;
}

.gray2button:hover {
	text-decoration: none;
	color:#333;
    background: rgba(230, 230, 230, 1);
}

.gray2button:active {
    position:relative;
    top:1px;
}

.gray2button i{
	color:#333;
	margin-right: 4px;
}

.button {
    background: rgba(249, 249, 249, 0.9);
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #929292;
    display:inline-block;
    cursor:pointer;
    font-size:14px;
    padding:7px 14px;
    text-decoration:none;
}

.button:hover {
	text-decoration: none;
    background: rgba(249, 249, 249, 1);
}

.button:active {
    position:relative;
    top:1px;
}

.button i{
	margin-right: 4px;
}

.redbutton {
    background: rgba(201, 48, 44, 0.9);
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #c9302c;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:14px;
    padding:7px 14px;
    text-decoration:none;
}

.redbutton.unactive,
.redbutton.unactive:hover,
.redbutton.unactive:active{
    background: rgba(201, 48, 44, 0.5) !important;
    border:1px solid rgba(201, 48, 44, 0.5) !important;
    top: 0;
}

.redbutton:hover {
	text-decoration: none;
    background: rgba(201, 48, 44, 1);
}

.redbutton:active {
    position:relative;
    top:1px;
}

.redbutton i{
	margin-right: 4px;
}

.line_ask_button{
	color: #fff;
	cursor: pointer;
	padding: 0;
	display: inline-block;
	border-radius: 8px;
	width: 200px;
	height: 40px;
	padding-left: 38px;
	padding-top: 6px;
	color: #fff;
	background-image: url(../../img/icons/line_white.png);
	background-position: 16px 8px;
	background-repeat: no-repeat;
	background-size: 26px;
	background-color: #05c755;
}

.line_ask_button:hover{
	color: #fff;
}

/*
*form validation
*/
*:focus {outline: none;}

input:required{
	background: #fff url(../images/icons/red_asterisk.png) no-repeat 98% center;
}

input:focus:invalid{ /* when a field is considered invalid by the browser */
	background: #fff url(../images/icons/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

textarea:focus:invalid{ /* when a field is considered invalid by the browser */
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

input:required:valid{ /* when a field is considered valid by the browser */
	background: #fff url(../images/icons/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}

textarea:required:valid{ /* when a field is considered valid by the browser */
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}

.error-message-hint {
	/*background: #d45252;*/
	font-size: 0.8em;
	color: #ff0000;
	border-radius: 3px 3px 3px 3px;
	/*color: white;*/
	margin-left:8px;
	padding: 4px 8px;
	padding-top: 1px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}

.error-message-hint::before {
	content: "\25b2"; /* left point triangle in escaped unicode */
	/*color:#d45252;*/
	position: absolute;
	top:0px;
	left:-6px;
}

input:focus + .error-message-hint, textarea:focus + .error-message-hint {display: block;}
input:required:valid + .error-message-hint, textarea:required:valid + .error-message-hint {/*background: #28921f;*/ color: #28921f;} /* change form hint color when valid */
input:required:valid + .error-message-hint::before, textarea:required:valid + .error-message-hint::before {color:#28921f;} /* change form*/

/*
* autocomplete search
*/
.autocomplete-suggestions { border: 1px solid #999; color: #3b444f; background: #FFF; overflow: auto; font-size: 0.9em;}
.autocomplete-suggestion { padding: 8px 6px; white-space: nowrap; overflow: hidden; border-bottom: 1px dotted #dce8e6;}
.autocomplete-selected { background: #dce8e6;  cursor: pointer;}
.autocomplete-suggestions strong { font-weight: normal; color: #2b8477; }
.autocomplete-group { padding: 0; }
.autocomplete-group strong { padding: 8px 6; display: block; background: #f0f0f0; color: #333; }


/*
*.fancybox
*/
.fancybox-bg-transparent .fancybox-skin{
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

input[type="text"].mymoney{
	text-align: right !important;
	width: 120px !important;
}

input[type="text"].mypercent{
	text-align: right !important;
	width: 70px !important;
}


/*
*overlay loading
*/
.loading-overlay.loading-theme-light.loading-shown{
	top: 0 !important;
	z-index: 9999 !important;
}

/*
*standard template
*/
div.wrapper{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 22px;
}

div.wrapper:after{
	content: "";
	display: table;
	clear: both;
}

.clear:after{
	content: "";
	display: table;
	clear: both;
}

/*
*inc_review
*/
.inc_review{
	background: #f6ece2;
	background: #fff;
	/*border: 40px solid #f6ece2;*/
	margin-bottom: 0;
}

.inc_review .wrapper{
	padding-top: 30px;
}

.inc_review h2 {
    margin-bottom: 30px;
    font-size: 1.5em;
    text-align: center;
}

.inc_review .swiper-slide{
	padding: 15px;
	margin: 0 auto;
	list-style: none;
	display: block;
	text-align: center;
	margin-bottom: 40px;
	border: 1px solid #ccc;
	width: 100%;
	background: #fff;
	border-radius: 6px;
}

.inc_review .swiper-slide .img{
	display: inline-block;
	width: 120px;
	height: 120px;
}

.inc_review .swiper-slide .img img{
	border-radius: 50%;
	width: 120px;
	height: 120px;
}

.inc_review .swiper-slide .txt{
	font-size: 0.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.inc_review .more_review{
	text-align: right;
}

.inc_review .more_review a{
	display: inline-block;
	border: 2px solid;
	padding: 2px 18px;
	padding-top: 5px;
	border-radius:2px;
	font-weight: bold;
	background: none;
	color: #8f7244;

	-webkit-transition: background-color 0.6s ease-out;
	-moz-transition: background-color 0.6s ease-out;
	-o-transition: background-color 0.6s ease-out;
	transition: background-color 0.6s ease-out;
}

.inc_review .more_review a:hover{
	color: #fff;
	background-color: #8f7244;
	cursor: pointer;
}
/*
*header
*/
header:after{
	display: table;
	content: '';
	clear: both;
}

header{
	z-index: 100;
	top: 0;
	position: fixed;
	width: 100%;
}

header .r1:after{
	clear: both;
	content: '';
	display: table;
}

header .r1{
	background: #f6ece2;
	padding-top: 16px;
	padding-bottom: 6px;
}

header .r1 .l{
	float: left;
	width: 100px;
}

header .r1 .l #social-d{
	display: none;
}

header .r1 .l #dl-menu{
	height: 1px;
	width: 200px;
}

header .r1 .c{
	float: left;
	width: calc(100% - 200px);
}

header .r1 .c a{
	display: block;
	max-width: 120px;
	margin: 0 auto;
	text-align: center;
}

header .r1 .c a img{
	width: 100%;
	height: auto;
	display: inline-block;
	margin: 0 auto;
}

header .r1 .c a .txt{
	font-family: "suk-m";
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #785a34;
	font-size: 12px;
	line-height: 12px;
	position: relative;
	top: -6px;
	z-index: 1;
}

header .r1 .c .txt .th{
	display: block;
}

header .r1 .c .txt .en{
	display: block;
	font-size: 1.1em;
	line-height: 18px;
}

header .r1 .r{
	float: left;
	width: 100px;
	text-align: right;
	position: relative;
}

header .r1 .r .brochure{
	position: absolute !important;
	text-align: center !important;
	right: 0 !important;
	width: 98px !important;
	text-transform: uppercase;
	font-size: 12px !important;
	font-family: "suk-b";
	color: #8f7245;
	line-height: 26px;
	border: 1px solid #8f7245;
	padding: 0 !important;
	padding-top: 3px !important;
	border-radius: 4px !important;
	-webkit-transition: background-color 0.6s ease-out;
	-moz-transition: background-color 0.6s ease-out;
	-o-transition: background-color 0.6s ease-out;
	transition: background-color 0.6s ease-out;
}

header .r1 .r .brochure i{
	margin-right: 4px !important;
	font-size: 16px !important;
}

header .r1 .r .brochure:hover{
	color: #fff;
	background-color: #8f7244;
	cursor: pointer;
}

header .r2{
	background: rgba(246, 236, 226, 0.8);
	padding-top: 10px;	
	padding-bottom: 2px;
}

header #social-m{
	clear: both;
	display: table;
	margin: 0 auto;
}

header #social-m li{
	list-style: none;
	float: left;
	width: 28px;
	text-align: center;
}

header #social-m li.s{
	width: 28px;
}

header #social-m li:last-child{
	border-right: 0;
}

header #social-m li a{
	display: block;
	position: relative;
	top: 4px;
}

header #social-m li a img{
	display: inline-block;
	height: 20px;
	width: auto;
}

header #social-m li:first-child a img{
	height: 24px;
}

header #social-m li:last-child a img{
	height: 22px;
}

header #dmenu{
	display: none;
}

.banner1{
	margin-top: 130px;
	box-shadow: 0 0 5px #000;
}

.banner2{
	margin-top: 166px;
	height: 166px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 38px;
	box-shadow: 0 0 5px #000;
}

footer{
	color: #8f7245;
	font-size: 0.9em;
}

footer .r1{
	background: #f6ece2;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer .h{
	margin-bottom: 8px;
}

footer .about.d{
	display: none;
}

footer .contact{
	margin-bottom: 20px;
	text-align: center;
}

footer .contact span{
	display: block;
}

footer .contact span.b{
	line-height: 20px;	
}

footer .address{
	margin-bottom: 20px;
	text-align: center;
}

footer .address span{
	display: block;
}

footer .address span b{
	
	position: absolute;
	height: 1px;
	width:1px;
}

footer .address span i{
	position: relative;
	left: -22px;
	top: -8px;
	font-size: 28px;
}

footer .address span.b{
	line-height: 20px;
	margin-bottom: 14px;
}

footer .opening{
	margin-bottom: 20px;
	text-align: center;
}

footer .opening span{
	display: block;
	line-height: 20px;
}

footer .logo{
	margin-bottom: 28px;
}

footer .logo a{
	display: block;
	margin: 0 auto;
	text-align: center;
}

footer .logo .img{
	display: block;
	padding: 0;
}

footer .logo .txt{
	display: block;
	font-family: "suk-m";
	line-height: 12px;
}

footer .logo .img img{
	width: 120px;
	height: auto;
}

footer .social .txt{
	text-align: center;
	display: block;
	font-family: "suk-m";
	line-height: 12px;
	margin-bottom: 8px;
}

footer .social .icon{
	text-align: center;
}

footer .social .icon li{
	display: inline-block;
}

footer .social .icon li a{
	display: block;
	height: 32px;
	width: 32px;
	background: #8f7245;
	border-radius: 50%;
	text-align: center;
}

footer .social .icon li a img{
	position: relative;
	display: inline-block;
	width: auto;
	height: 18px;
	top: 6px;
}


footer .r2{
	background: #b0803e;
	text-align: center;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}

@media only screen and (min-width:600px){
	.banner2{
		height: 250px;
		margin-top: 168px;
		margin-bottom: 42px;
	}

	footer .clinic:after{
		clear: both;
		display: table;
		content: '';
	}

	footer .clinic{
		margin-left: 8%;
		
	}

	footer .contact{
		float: left;
		width: 45%;
		text-align: left;
	}



	footer .address{
		float: right;
		width: 55%;
		text-align: left;
	}

	footer .address span b{
		display: block;
	}
}

@media only screen and (min-width:800px){
	/*
	*inc_review
	*/
	.inc_review ul:after{
		clear: both;
		display: table;
		content: '';
	}

	.inc_review li{
		width: 50%;
		height: 300px;
	}
	
	header .r1 .l{
		width: 200px;
	}

	header .r1 .l #dl-menu{
		display: none;
	}

	header .r1 .l #social-d{
		display: block;
	}

	header .r1 .c{
		width: calc(100% - 400px);
	}

	header .r1 .c a img{
		width: 120px;
	}

	header .r1 .r{
		width: 200px;
	}

	header .r1 .r .brochure{
		width: 120px !important;
		font-size: 14px !important;
		padding-top: 4px !important;
		padding-bottom: 0 !important;

	}

	#social-d{
		display: table;
		clear: both;
		list-style: none;
	}

	#social-d li{
		float: left;
		list-style: none;
		margin-right: 4px;
	}

	#social-d li a{
		height: 28px;
		width: 28px;
		background: #8f7245;
		border-radius: 50%;
		display: block;
	}

	#social-d li a img{
		width: 16px;
		height: auto;
	}

	#social-d li:nth-child(1) a img{
		margin-top: 6px;
		margin-left: 6px;
	}

	#social-d li:nth-child(2) a img{
		
		width: 8px;
		margin-top: 6px;
		margin-left: 10px;
	}

	#social-d li:nth-child(3) a img{
		margin-top: 6px;
		margin-left: 6px;	
	}

	#social-d li:nth-child(4) a img{
		margin-top: 6px;
		margin-left: 6px;
	}

	header #social-m{
		display: none;
	}

	header .r2 {
		padding-top: 0;
		padding-bottom: 0;
	}

	header #dmenu {
		/*border: 1px solid #ff0000;*/
		font-size: 15px;
		display: block;
		text-align: center;
		margin: 0 auto;
		list-style: none;
		max-width: 920px;
	}

	#dmenu &gt; li{
		/*width: calc((100%/6) - 5px);*/
		display: inline-block;
		padding-top: 10px;
		padding-bottom: 8px;
		position: relative;
		margin-left: 26px;
		margin-right: 26px;
	}

	#dmenu &gt; li:nth-child(3){
		
	}

	#dmenu li a{
		font-family: "suk-m";
		display:block;
		color:#8f7245;
		line-height: 22px;
		text-transform: uppercase;
	}

	#dmenu li a.haschild{
		/*cursor: default;*/
	}

	#dmenu &gt; li.active {
		/*background: rgba(129, 132, 147, .9);*/
		color: #8a8c8e;

	}

	#dmenu &gt; li:hover {
		/*background: rgba(129, 132, 147, .9);*/
		background: none;
	}

	#dmenu li:hover &gt; a,
	#dmenu li.active &gt; a{
		font-family: "suk-b";
		display:block;
	}

	#dmenu li ul {
		padding: 0;
		position: absolute;
		font-size: 1em;
		z-index:999;
		/*top: 34px;*/
		padding-top: 17px;
		left: 0px;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transiton: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		-ms-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		-transition: opacity 0.2s;
	}


	#dmenu li ul li { 
		/*border-bottom: 0;*/
		border-bottom: 1px solid #8f7245;
		/*margin-top: 1px;*/
		/*background: #dddddd;*/
		background: rgba(255, 255, 255, .8);
		background: rgba(255, 250, 246, 0.9) !important;
		display: block;
		top: -8px;
		position: relative;
		width: 280px;

		text-align: left;

		display: inline-block;
		padding: 4px 14px;
		margin-top: 0;
		padding-top: 6px;
		position: relative;
		cursor: default;

		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}

	#dmenu li ul li:last-child{ 
		border-bottom: 0;
	}

	#dmenu li ul li a{
		text-transform: uppercase;
		/*text-shadow: 1px 1px 2px #666;*/
	}

	#dmenu li.active ul li a{ 
		
	}

	#dmenu li ul li:hover {
		background: rgba(255, 255, 255, .9);
		background: rgba(255, 250, 246, 1) !important;
	}

	#dmenu li ul.sty1 li:hover a {
		color: #444;
	}

	#dmenu li ul.sty2 li span a:hover{
		color: #444;
		font-family: "suk-b";
	}

	#dmenu li:hover &gt; ul {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	#dmenu ul ul {
		position: absolute;
		left: 100%;
		top: 8px;
		margin-left: 1px;
	}

	#dmenu ul ul li {
		width: 260px;
	}

	.banner1{
		margin-top: 168px;
	}

	footer .clinic{
		margin-left: 12%;
	}

	footer .contact{
		float: left;
		width: 55%;
		text-align: left;
	}



	footer .address{
		float: right;
		width: 45%;
		text-align: left;
	}
}

@media only screen and (min-width:996px){
	/*
	*inc_review
	*/
	.inc_review li{
		width: calc((100%/4) - 12px);
		height: 320px;
		float: left;
		margin-right: 12px;
	}

	.inc_review li:nth-child(4){
		margin-right: 0;
	}

	.inc_review li .img img{
		width: 110px;
		height: 110px;
	}

	#dmenu &gt; li{
		margin-left: 30px;
		margin-right: 30px;
	}

	#dmenu li a{
		font-size: 1.06em;
	}

	footer{
		font-size: 0.75em;
	}

	footer .about.m{
		display: none;
	}

	footer .about.d{
		display: block;
		float: left;
		width: 190px;
	}

	
	footer .clinic{
		float: left;
		margin: 0;
		width: calc(100% - 500px);
	}

	footer .contact{
		width: 45%;
		padding-left: 20px;
	}

	footer .contact span.b{
		line-height: 24px;	
	}

	footer .address{
		width: 55%;
	}

	footer .opening{
		float: right;
		width: 310px;
		text-align: left;
	}
}

@media only screen and (min-width:1100px){
	footer{
		font-size: 0.8em;
	}
}

@media only screen and (min-width:1400px){
	.banner2{
		height: 300px;
	}
}

@media only screen and (min-width:1600px){
	.banner2{
		height: 340px;
	}
}</pre></body></html>