@charset "utf-8";
/*--------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------*/
* 		{margin:0;	padding:0;}
html	{ height:100%;}
body	{
	margin:0;
	font-size:100%;
	line-height:175%;
	color:#1a1a1a;
	font-size:100%;
	background: #F6FCF7 url(../../image/topLine.jpg) repeat-x 0 0;
	-webkit-text-size-adjust: 100%;
	font-family:"ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary { display:block;	z-index:0;}

a			{ color:#006eff;	text-decoration:none;}
a:hover		{ color:#006eff;	text-decoration: underline;}
ol,ul,li	{list-style:none;	margin:0;	padding:0;}
img			{border:0;	width: 100%;	height: auto;	vertical-align:bottom;	box-sizing:border-box;}
p			{margin:0 0 1em 0;}
strong		{font-weight:bold;}
small		{font-size:0.88em;}
hr			{height: 0;	padding: 0;	border: 0;	border-top: 1px solid #ccc;	margin:1.5em 0;	clear:both;}
table		{border:0;	border-collapse:collapse;	width: 100%;	line-height: 150%;}
table th	{text-align:left;	font-weight:normal;	vertical-align: top;}
table td	{vertical-align: top;}
table th.center,table td.center{text-align:center;}
h2			{margin:0 0 1em 0;		font-size: 1.13em;/*18px*/	font-weight:normal;	line-height:150%;}
h3			{margin:0 0 0.5em 0;	font-size: 1em;		font-weight:normal;	line-height:150%;}

/* clearfix */
.clearfix 		{zoom:1;/*for IE 5.5-7*/}
.clearfix:after {content:".";	display: block;	height:0px;	clear:both;	visibility:hidden;	font-size: 0.1em;	line-height:0;}
.clear 			{clear:both; margin:0;}

.innar		{padding:0 1rem 0 1rem;	margin:0 auto;	box-sizing: border-box;	max-width: 1064px;}
.center		{text-align:center;}
.right		{text-align:right;}
.txt_red01	{color:#BF0000;}
.txt_blu01	{color:#003CFF;}
.textGold	{color:#6E5E00;	font-weight:bold;}

img.img_center01	{width: auto;	display: block;	margin: 0 auto;}
img.img_right01		{width: auto;	display: block;	margin: 0 auto 1.5em auto;}
img.img_left01		{width: auto;	display: block;	margin: 0 auto 1.5em auto;}
a.btn_blu01{
	display:block;
	background:#0070D0;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 0.5em auto;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 3px 0px #00428C;
}
.tit_gld01{
	font-size: 1rem;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.20);
	margin-bottom: 0.5em;
	color:#3D3B26;
}

/*ヘッダー（スマホ）
*************************************************/
header	{
	width: 100%;
	margin-bottom: 1.5em;
}
.h1_logo01{
	display: block;
	/*width:160px;*/
	width:210px;
	padding:14px 0 12px 8px;
}
.nav_homehead{
	background:#7A7A4D;
	padding:1px 0;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.20);
}
.nav_homehead:after{content:".";	display: block;	height:0px;	clear:both;	visibility:hidden;	font-size: 0.1em;	line-height:0;}
.nav_homehead ul li{
	float: left;
	width:50%;
	background:#7A7A4D;
	box-sizing:border-box;
	border-bottom: 1px solid rgba(0,0,0,0.30);
	border-right: 1px solid rgba(0,0,0,0.30);
	text-align: center;
	font-size: 0.81em;
	line-height: 150%;
	padding: 4px 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.30);
}
.nav_homehead ul li:nth-child(2n){	border-right: none;}
.nav_homehead ul li:nth-child(5),
.nav_homehead ul li:nth-child(6){	border-bottom: none;}
.nav_homehead a{color:#fff;}
.nav_homehead a:hover{color:#ccc;	text-decoration:none;}

/*コンテンツ01（スマホ）
*************************************************/
section		{
	max-width:900px;
	margin:0 auto 1.5em auto;
}
section:after{content:".";	display: block;	height:0px;	clear:both;	visibility:hidden;	font-size: 0.1em;	line-height:0;}
.contents01	{
	width:100%;
	padding:0 1em;
	box-sizing:border-box;
}
/*6つのポイント*******/
#sixPoint-box{
	width:100%;
	background: rgba(204,204,194,0.40);
	box-shadow:0px 0px 30px 20px #F6FCF7 inset;
	border-radius:100px;
}
#sixPoint-box ul li{
	float:left;
	width:48%;
	margin:0 4% 1em 0;
	position:relative;
}
#sixPoint-box ul li:nth-child(2n){margin:0 0 1em 0;}
#sixPoint-box ul li .image img{
	width:100%;
	height:auto;
}
#sixPoint-box ul li .text{
	position: absolute;
	top: 1em;
	right: 1em;
	text-align:right;
	font-size: 0.75em;
	line-height: 150%;
	width: 9em;
}
@media screen and (min-width:500px){
#sixPoint-box ul li .text{top: 1.5em;	right: 1.5em;	font-size: 0.88em;	width: 10em;}
}
#sixPoint-box a			{text-decoration:none;	color:#544A2B;}
#sixPoint-box a:hover	{text-decoration:none;	color:#918730;}

/*お問い合わせ*******/
.box_contact01{
	background:#fff;
	border: 3px double #7A7A4D;
	padding: 0.5em 1em;
	box-sizing: border-box;
	border-radius: 5px;
}
.box_contact01 .tel{
	width:234px;
	margin: 0 auto 0.5em auto;
}
/*歯科医師紹介*******/
#dentist-box{
	width:100%;
	box-sizing:border-box;
	background: #FFFFFF url(../../image/top/bg_dentist01.jpg) no-repeat top right;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	border: #ccc 1px solid;
	padding: 1.5em 1em 1em 1em;
	font-size: 0.88em;
	line-height: 175%;
}
/*コンテンツ02（スマホ）
*************************************************/
.contents02	{
	width:100%;
	padding:1.5em 1em 0.5em 1em;
	box-sizing:border-box;
	background:#DEEBDC;
}
.contents02 section	{
	max-width:900px;
	margin:0 auto 1em auto;
}
/*データ*******/
.box_data01{
	background:#fff;
	padding: 0.75em 1em;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 0.88em;
	line-height: 175%;
}
table.table_time01 th,
table.table_time01 td{border-bottom: 1px solid #D9D9D9;}
table.table_time01 td{text-align: center;}

.bnr_generalsite{
	max-width:358px;
	margin:0 auto;
}
/*フッター（スマホ）
*************************************************/
footer{
	clear:both;
	background:#DEEBDC;
	border-top: solid 2px rgba(0,0,0,0.20);
	padding:10px 1rem;
	box-sizing: border-box;
	font-size: 0.88em;
}
.copyright{
	text-align: center;
	line-height: 150%;
	font-size: 0.81em;
	color: #9B9B8C;
	padding-top: 5px;
}
/*固定ボタン（スマホ）
*************************************************/
.btn_pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.btn_pagetop a {
	display: block;
	text-align: center;
	background: rgba(128,128,128,0.5) url(../../image/sp/icn_arrow03.png) no-repeat 50% 48%;
	background-size: 16px;
	width:40px;
	height:40px;
	text-indent: -9999px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.btn_pagetop a:hover {
	background: rgba(128,128,128,0.7) url(../../image/sp/icn_arrow03.png) no-repeat 50% 48%;
	background-size: 16px;
}

/*------------------------------------------------------
▼緊急のお知らせ(TOPページ)
------------------------------------------------------*/
.box-urgent {margin: 1rem 0.3rem; padding: 1rem; border: 1px solid #6E5E00; font-size: 0.88rem}
.box-urgent ol {margin:0.5em 0 0 0.75em; }
.box-urgent li {list-style-type: decimal; margin: 0 0 0.5em 1em; line-height: 175%;} 

.aaa{display: none;}

/*------------------------------------------------------
令和5年9月1日からの診療時間
------------------------------------------------------*/
table.table-schedule02 {
margin: 0;
border: 1px solid #B9B9B9;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

table.table-schedule02 tr {
}

table.table-schedule02 th {
padding: 3px 0.5rem;
text-align: center;
background-color: #B89A00;
color: #FFF;
font-weight: normal;
}

table.table-schedule02 td {
	padding:3px 0.5rem;
    text-align: center;
}


/*--------------------------------------------------------------------------------------------------------
	768px～
----------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:650px){
.aaa{
	display:block;
	position:fixed;
	bottom: 5px;
	right:5px;
	color: #FF0000;
}
}