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

 スマホ CSS

◆◆◆◆◆◆◆◆◆◆◆*/

@media only screen and (max-width: 767px) {

/*=====================

　共通CSS
 
======================*/

.sp_hide { display: none !Important;}
.pd0sp {padding: 0 !Important;}
.sp-mb0 { margin-bottom: 0 !important;}
.sp-mt-1 { margin-top: -1px !important;}

.inner,
.inner03 {
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
}
.inner h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.4rem;
	font-weight: normal;
	color: #e58a8f;
}
.inner h2.wh2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.4rem;
	font-weight: normal;
	color: #fff;
}
.w100 {
	background: #fff;
	padding: 20px 0;
}
.w100_brown {
	padding: 40px 0;
	background-color: rgba(45,31,8,0.8);
}
.w100_pink {
	background-color: rgba(243,170,174,0.8);
	padding: 20px 0;
}
.w100_beige {
	background: #f6f3ee;
	padding: 40px 0;
}
.w100_beige p {
	font-size: 1.4rem;
	color: #444;
	margin-bottom: 20px;
}
/*=======================

 ヘッダー＆ナビゲーション

■■■■■■■■■■■■*/

body {
	padding-top: 70px;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
header {
	/* overflow: hidden; */
	z-index:998;
	clear:both;
    background: none;
}

#head_logo {
	float: none;
	padding: 10px 0;
}
#head_logo a {
	background: none;
}
#head_logo img {
	width: 100%;
	height: auto;
}
#inner {
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 150;
	background: #fff;
}
#sp_tel {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	border-top: solid 1px #bbb;
}
#sp_tel img {
	width: 100%;
	height: auto;
}
nav {
	background: rgba(0,0,0,.9);
	padding: 20px 4% 100px;
	transform: translatey(-100%);
	-webkit-transition: transform .3s ease-in;
	transition: transform .3s ease-in;
	overflow: scroll;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
}
#sp_gnav_ac:checked ~ header nav {
	transform: translatey(0);
	overflow: scroll;
}
nav a.menu {
	width: 100%;
	display: block;
	height: 45px;
	line-height: 45px;
	color: #555;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	background: #fff;
	font-size: 1.2rem;
}
nav a.menu:hover {
	opacity: 1;
}
nav a#menu span {
	padding-left: 30px;
}
.panel {

}
nav > .panel > ul {
}
nav > .panel > ul > li {
}


nav ul li .nav-eg { display: none; }
nav ul li a,
.sub_menu_title {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: left;
	padding: 15px 10px;
	line-height: 1;
	border-top: 1px dashed #fff;
	position: relative;
	font-size: 14px;
}
.sub_menu li:last-child a {
	border-bottom: 0;
}
nav ul li:last-child a {
	border-bottom:  1px dashed #fff;
}
.sub_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.sub_menu li {
	flex-basis: 48%;
}
.sub_menu li a {
	line-height: 1.4;
}
.sub_menu_title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 60px;
	height: 25px;
	background: url(img/common/menu_switch.png) 0% 100% no-repeat;
	-webkit-background-size: auto 50px;
	-moz-background-size: auto 50px;
	background-size: auto 50px;
	margin-top: -13px;
}
.sub_menu_title.active::after {
	background-position: 0% 0%;
}


/*======================

　トップスライド

■■■■■■■■■■■■*/

.flexslider {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 62.5%;
	overflow: hidden;
	position: relative;
}
.flexslider ol,
ul.flex-direction-nav {
	display: none;
}
.slides {
	position: absolute;
}
ul.slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.slides li img {
	width: 100%;
	height: auto;
    display: block;
}

/*----------------------

　グリッド

========================*/


.grid4 {
	width: 47%;
	float: left;
	margin: 0 0 2% 0;
	font-size: 1.4rem;
	text-align: center;
	clear: left;
}

.grid4:nth-child(2n) {
	float: right;
	margin: 0 0 2% 0;
	clear: right;
}

.grid4 img {
	width: 100%;
	height: auto;
}

.grid4 h3 {
	font-size: 1.2rem;
	color: #444;
	font-weight: normal;
}

.grid4 p {
	font-size: 1rem;
	color: #444;
	margin-bottom: 20px;
}

.grid4 a {
	text-decoration: none;
	color: #444;
}






.grid2 {
	width: 100%;
	float: none;
	margin: 0 0 2% 0;
	font-size: 1.4rem;
}

.grid2 img {
	width: 100%;
	height: auto;
}

.grid2 iframe {
	width: 100%;
	height: 250px;
}


/*----------------------

　img align

========================*/

.img_l img,
.img_r img,
img.alignright,
img.alignlight,
img.w100_img {
	float: none;
	margin: 0 0 10px 0;
	width: 100%;
	height: auto;
}


/*======================

 トピックス

=======================*/

ul.topics {
	margin-bottom: 10px;
}
ul.topics li {
	font-size: 1.4rem;
}
ul.topics li a {
	padding: 8px 0 6px 10px;
	border-bottom: dashed 1px #CCCCCC;
	text-decoration: none;
	display: block;
	color: #414141;
}
ul.topics li a:hover {
	text-decoration: underline;
}
.blog_date {
	padding-right: 1em;
    display: block;
}
.blogall {
	color: #666;
	text-align: right;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e7e3e3;
}
.blogall a {
	color: #666;
	font-size: 1.2rem;
	text-decoration: none;
}
#blog_page img {
	width: 100%;
	height: auto;
}


/*======================

　ライトエリア

■■■■■■■■■■■■*/

#main-contents {
	background-color: rgba(255,255,255,0.9);
	float: none;
}
.page-title {
	margin: 5px 0 10px;
	background: #eee;
	padding: 10px;
	text-align: center;
    font-family: 'Noto Serif JP', serif;
    color: #000;
	font-size: 18px;
}

#main-contents h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2rem;
	font-weight: normal;
	color: #442a0d;
	padding: 8px 50px 8px 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #442a0d;;
	background: url(img/common/logo_mark_sp.png) 100% 50% no-repeat;
	-webkit-background-size: 45px auto;
	-moz-background-size: 45px auto;
	background-size: 45px auto;
}

#main-contents h3 {
	font-size: 1.8rem;
	font-weight: normal;
	color: #fff;
	background: #765c30;
	margin-bottom: 20px;
	padding: 6px 0 4px 10px;
}

#main-contents h4 {
	font-size: 1.6rem;
	font-weight: normal;
	color: #8e770b;
	border-left: solid 4px #8e770b;
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}

#main-contents p {
	margin-bottom: 20px;
}

#main-contents p a {
	text-decoration: none;
	color: #444;
}

.r_imgbox img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.r_box {
	margin-bottom: 20px;
}

.r_box iframe {
	width: 100%;
	height: 400px;
}


.breadcrumbs {
	text-align: left;
	font-size: 12px;
	letter-spacing: 0;
}
/*======================

　サイドバー

■■■■■■■■■■■■*/


#sidebar {
	width: 100%;
	float: none;
}

#sidebar h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: normal;
	color: #e58a8f;
	padding: 8px 0 6px 14px;
	background: #fff;
	border-bottom: solid 3px #e58a8f;
	border-top: solid 3px #e58a8f;
}

#sidebar ul {
	background: #f6f3ee;
	margin-bottom: 10px;
}

#sidebar ul li {
}

#sidebar ul li a {
	line-height: 40px;
	height: 40px;
	border-bottom: dashed 1px #d8c7ac;
	color: #765c30;
	display: block;
	text-decoration: none;
	font-size: 1.2rem;
	padding-left: 14px;
}

#sidebar ul li a:hover {
	background: #bda47b;
	color: #fff;
}

#sidebar img {
	width: 100%;
	height: auto;
}



/*=====================

　診療時間
 
======================*/
/*
table.time {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.4rem;
	color: #414141;
}
table.time th,
table.time td {
	padding: 1%;
	border: solid 1px #999;
	text-align: center;
}
table.time th {
	font-weight: normal;
}
*/
.time {
	border-collapse: collapse;
	margin: 40px 0 20px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 4px;
}
.time th,
.time td {
	padding: 5px;
	border-top: solid 1px #442a0d;
	border-bottom: solid 1px #442a0d;
	font-weight: normal;
}
.time td {
	letter-spacing: 0;
	padding: 10px;
}
.time thead {
	color: #442a0d;
}

.time thead th,
.time thead td {
	border-top: solid 3px #442a0d;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.time thead th {
	min-width: 5em;
}
.time tbody th {
	color: #442a0d;
}
.time tbody td {
	position: relative;
}
.time tbody td::before,
.time tbody td:last-child::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
	width: 1px;
	background: #442a0d;
}
.time tbody td:last-child::after {
	left: auto;
	right: 0;
}
.time tfoot {
	text-align: left;
	color: #442a0d;
	border-bottom: solid 3px #442a0d;
}



.timeTable {
	width: 100%;
	border-top: 1px solid #000;
}
.timeTable th,
.timeTable td {
	display: block;
	padding: 5px 10px;
}
.timeTable th {
	position: relative;
}
.timeTable th::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
	width: 50px;
	border-bottom: 1px solid #666;
}
.timeTable td {
	border-bottom: 1px solid #000;
}
.time_tel {
	font-family: 'Crimson Text', serif;
	position: relative;
	padding-left: 22px;
}

.time_tel a {
	color: #000;
	font-size: 28px;
	text-decoration: none;
}
.time_tel::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 29px;
	margin-top: -12px;
	background: url(img/common/ico_tel.png?2019) 0 0 no-repeat;
	background-size: 18px auto;
}


/*======================

　診療ページ

■■■■■■■■■■■■*/

table#caries {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}

table#caries thead {
	display: none;
}
table#caries th,
table#caries td {
	display: block;
	padding: 2% 10%;
	border-right: solid 1px #bbb;
	border-left: solid 1px #bbb;
	color: #444;
	vertical-align: top;
	background: #fff;
	font-weight: normal;
	position: relative;
}
table#caries tr:last-child td:last-child {
	border-bottom: solid 1px #bbb;
}
table#caries td::before {
	display: block;
	margin-bottom: 5px;
}
table#caries td:nth-of-type(1)::before {
	content: "【虫歯の進行】";
}
table#caries td:nth-of-type(2)::before {
	content: "【治療法】";
}
table#caries td::after {
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	right: 10%;
	border-top: solid 1px #bbb;
}
table#caries td p:last-child {
	margin-bottom: 0;
}
table#caries th {
	border-top: solid 1px #bbb;
}
/*======================

　フッター

■■■■■■■■■■■■*/

#foot {
	background: #765c30;
}
#f_logo {
	text-align: center;
	line-height: 1;
	padding: 10px 0;
}
#f_logo img {
	display: inline-block;
}
#f_box ul:nth-child(2) {
	position: relative;
	top: -1px;
}
#f_box ul::after {
	content: "";
	display: block;
	clear: both;
}
#f_box li {
	width: 50%;
	float: left;
	display: table;
	border-bottom: 1px solid #fff;
}
#f_box li:nth-child(2n+0) {
	border-right: 1px solid #fff;
}
#f_box li.f_box_title {
	width: 100%;
	float: none;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	border-top: 1px solid #fff;
}
#f_box li a {
	display: table-cell;
	text-align: center;
	text-decoration: none;
	color: #fff;
	height: 45px;
	vertical-align: middle;
	line-height: 1.2;
	padding: 5px;
}

#copyright {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: #442a0d;
	color: #fff;
	font-size: 1rem;
}
#copyright a {
	color: #fff;
	text-decoration: none;
}


/*======================

 医療費控除

=======================*/

table#medical_box {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2rem;
	text-align: center;
}
table#medical_box th,
table#medical_box td {
	border: solid 1px #ccc;
	padding: 1%;
	font-size: 1rem;
}





}