@charset "utf-8";
/*==============================================================================================基本 */

body {
	border-top: 6px solid #612e2e;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4em;
	font-size: 14px;
}
#wrap{overflow: hidden;}
/* =================フロート解除 */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.posiC {
	text-align: center;
}
.posiRmr{
text-align:right;
margin-top:1em;
}
.jizen{
    background:#FF0004;
    color: #fff;
    display: block;
    padding: 0.2em;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 1em;
    font-weight: bold;
}
.ml10 {
    margin-left: 10px;
}

/*======================================================================================================ヘッダー */
header {
	background-color: #fff;
}
h1 {
	padding: 0.3em 0.5em;
	text-align: center;
}
/*==============================================================================================================コンテンツ */
#topimage img {
	width: 100%;
	margin-bottom: 0.5em;
}
#contents article {
	width: 94%;
	margin: 0 auto;
}
/* ================予約*/
#reservation {
	border: 1px solid #aa8d8d;
	background: #fbf3f3;
	border-radius: 4px;
	padding: 1em;
}
#reservation h2 {
	text-align: center;
	color: #612e2e;
	padding-bottom: 0.2em;
	font-weight: bold;
	font-size: 1.3em;
	border-bottom: 4px solid #612e2e;
}
#reservation table {
	width: 100%;
	margin-bottm: 0.8em;
}
#reservation table tr {
	border-bottom: 1px solid #aa8d8d;
}
#reservation table th, #reservation table td {
	padding: 0.5em 1em 0.5em 0;
}
#reservation table th div {
	background-color: #612e2e;
	color: #fff;
	padding:0.3em;
	text-align: center;
	font-size: 0.8em;
}
#reservation p {
	margin-top: 0.6em;
}
#buty-tell td {
	vertical-align: middle;
}
.tell a {
	position: relative;
	top: 0;
	left: 0;
	font-size: 1.2em;
	color: #612e2e;
	font-weight: bold;
	text-decoration: none;
	padding-left: 1.2em;
}
.tell a:before {
	position: absolute;
	content: " ";
	display: inline-block;
	width: 16px;
	height: 13px;
	top: 50%;
	left: 0px;
	margin: -8px 0 0 0;
	background: url(../img/tel.png) no-repeat;
	background-size: contain;
}
.btn-web a {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #612e2e;
	display: block;
	cursor:pointer;
	color:#612e2e;
	font-size:15px;
	font-weight:bold;
	padding: 0.6em 0.2em;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	position:relative;
	top:0;
	text-align:center;
	left:0;
}
.btn-web a:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.btn-weba a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 6px;
	height: 6px;
	xmargin: -4px 0 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
	border-top: solid 2px #612e2e;
	border-right: solid 2px #612e2e;
}
/* 予約前 */
.btn-web .before{
    text-align: center;
    background: #ccc;
    display: block;
    text-align: center;
    padding: 0.5em;
}
/* ======================================セクション基本設定*/
.sec1 {
	border: 1px solid #aa8d8d;
	margin-top: 1.2em;
}
.sec1 h2 {
	background-color: #612e2e;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 0.5em 0;
	font-size: 1.3em;
}
.sec1 h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 0.5em;
	border-left: 8px solid #612e2e;
	margin: 0.4em 0;
}
.sec1 h4 {
	background-color: #ebe0e0;
	font-weight: bold;
	padding: 0.3em 0.6em;
	font-size: 1.1em;
	color: #612e2e;
}
.sec2 {
	width: 94%;
	margin: 0 auto;
	padding: 0.8em 0;
}
.sec3 {
	margin-top: 1em;
}
.sec3 p {
	padding: 0.3em 0.6em;
}
/* ======================================お知らせ*/
#news dt {
	font-weight: bold;
	padding-left: 0.5em;
	border-left: 8px solid #612e2e;
	margin: 0.4em 0;
}
.days {
	text-align: right;
	font-size: 0.9em;
	color: #999;
}
#iten .posiC{
	font-size:1.2em;
	padding-bottom:0.5em;
	border-bottom:1px solid #ccc;
	margin-bottom:1em;}

.colR{
	font-weight:bold;
	color:#FF0004;}

.colWR  {
	color:#c00;
	font-weight:normal;
}
.line {
	text-decoration: underline;
}
/* ======================================診療時間*/
#skin {
	border-bottom: 1px solid #aa8d8d;
	padding-bottom: 1.2em;
}
#skin table {
	width: 100%;
	margin-bottom: 0.6em;
}
#skin table th {
	width: 30%;
	padding: 0.5em 0;
	text-align: center;
	vertical-align: middle;
}
#skin table th div {
	font-size: 0.8em;
	border: 1px solid #aa8d8d;
}
#skin table th, #skin table td {
	border-bottom: 1px dotted #aa8d8d;
	line-height: 1.7em;
}
#skin table th.none, #skin table td.none {
	border-bottom: none;
}
#skin table td {
	font-size: 1.1em;
	padding-left: 1em;
}
#skin table td span {
	color: #612e2e;
	font-weight: bold;
}
.posi-mid {
	vertical-align: middle;
}
.colBr {
	color: #612e2e;
}
.colRd{
color:#CC0000;	
}
/* ======================================交通アクセス*/
#btn-map img {
	margin-top: 0.8em;
	width: 100%;
}
/* ======================================メニューリスト*/
#menu-list {
	background-color: #612e2e;
	margin-top: 0.8em;
}
#menu-list img {
	width: 100%;
}
#menu-list dl dt {
	width: 94%;
	height: 50px;
	margin: 0 auto;
	background-color: #fff;
	border-bottom: 1px solid #aa8d8d;
}
#menu-list dl dt a {
	width: 94%;
	height: 50px;
	display: block;
	line-height: 50px;
	color: #612e2e;
	text-decoration: none;
	padding-left: 3.6em;
	font-size: 1.2em;
}
#menu-list dl dt.click span {
	color: #612e2e;
	text-decoration: none;
	padding-left: 3.6em;
	line-height: 50px;
	font-size: 1.2em;
}
#menu-list dl dt a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 3px #612e2e;
	border-right: solid 3px #612e2e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-list dl dt.click:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 15px;
	height: 15px;
	margin: -4px 0 0 0;
	background: url(../img/plus.png) no-repeat;
	background-size: contain;
}
#menu-list dl dt.click:hover:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 15px;
	height: 15px;
	margin: -4px 0 0 0;
	background: url(../img/minus.png) no-repeat;
	background-size: contain;
}
.no-click li a {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	text-indent: 1em;
	background-color: #fbf7f7;
	width: 94%;
	height: 40px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	color: #612e2e;
	border-bottom: 1px solid #aa8d8d;
}
.no-click li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 3px #612e2e;
	border-right: solid 3px #612e2e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#treatment, #own, #price, #goods, #communication, #english {
	position: relative;
	top: 0;
	left: 0;
}
#treatment:before {
	position: absolute;
	content: " ";
	display: inline-block;
	width: 34px;
	height: 34px;
	top: 50%;
	left: 8px;
	margin: -17px 0 0 0;
	background: url(../img/li-image1.png) no-repeat;
	background-size: contain;
}
#own:before {
	position: absolute;
	content: " ";
	display: inline-block;
	width: 34px;
	height: 34px;
	top: 50%;
	left: 8px;
	margin: -17px 0 0 0;
	background: url(../img/li-image2.png) no-repeat;
	background-size: contain;
}
#price:before {
	position: absolute;
	content: " ";
	display: inline-block;
	width: 34px;
	height: 34px;
	top: 50%;
	left: 8px;
	margin: -17px 0 0 0;
	background: url(../img/li-image3.png) no-repeat;
	background-size: contain;
}
#goods:before {
	position: absolute;
	content: " ";
	display: inline-block;
	width: 34px;
	height: 34px;
	top: 50%;
	left: 8px;
	margin: -17px 0 0 0;
	background: url(../img/li-image4.png) no-repeat;
	background-size: contain;
}
#communication:before {
	position: absolute;
	content: " ";
	display: inline-block;
	width: 34px;
	height: 34px;
	top: 50%;
	left: 8px;
	margin: -17px 0 0 0;
	background: url(../img/li-image5.png) no-repeat;
	background-size: contain;
}
#english:before {
	position: absolute;
	content: " ";
	display: inline-block;
	width: 34px;
	height: 34px;
	top: 50%;
	left: 8px;
	margin: -17px 0 0 0;
	background: url(../img/li-image6.png) no-repeat;
	background-size: contain;
}
.menu-sub {
	margin-top: 1em;
	background: url(../img/bg-fut.png) no-repeat bottom;
	background-size: 100% auto;
	padding-bottom: 1em;
}
.menu-sub ul{
	width:50%;
	margin:0 auto;
	padding: 0em 0.5em;
	box-sizing: border-box;
}
/*======================================================================================================フッター */

footer {
	text-align: center;
	padding: 15px 0;
	background-color: #612e2e;
	color: #fff;
}
footer small {
	font-size: 80%;
}

/* ================================================ 2016.2.15追加　移転お知らせ */
.map-img{
margin-top:1em;
padding-top:1em;
border-top:1px #ccc solid;	
}
.map-img img{
max-width:100%;
height:auto;
text-align:center;
margin:0 auto;
display:block;
}
.map-img dt{
font-weight:bold;	
}

.ft-weight{
font-weight:bold;	
}