@charset "utf-8";
/*   
Theme Name: 安田デンタルクリニック北浦和
*/

/**
 *
 * 初期化
 *
 */
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, font, 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
 {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	/*color: #666666;*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height:150%;
	text-align: left;
	background-image: url(/common/backImg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 970px;
}
div,img,h1,h2,h3,h4,h5,h6,p,form,pre{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul,li{
	margin: 0px;
	padding: 0px;
}
input,select{
	font-size: 12px;
}
fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
legend{
	display: none;
}
pre{
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}






/**
 *
 * 共通定義
 *
 */


em {
	font-style: italic;
}
.clear {
	float: none;
	clear: both;
}
a:link {
	color: #029B8E;
	text-decoration: underline;
}
a:visited {
	color: #029B8E;
	text-decoration: underline;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
a:active {
	color: #029B8E;
	text-decoration: underline;
}
.over {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.over:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

.orange {
	color: #FF7F00;	
}
.green {
	color: #88CD21;
}


/**
 *
 * パンくずリスト
 *
 */

#breadcrumb {
	position: relative;
	background: url(/img/glue_0.gif) left center no-repeat;
	margin-bottom: 5px;
}
#breadcrumb ul {
	margin-top: 10px;
	margin-left: 7px !important;
	list-style-image: none !important;
	padding-left: 7px !important;
	margin-bottom: 0px !important;

}
#breadcrumb:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}
#breadcrumb ul li {
	float: left;
	margin: 0px 2px;
	font-size: 10px;
}
#breadcrumb ul li a {
 	color: black;
}
/**
 *
 * ページ送り
 *
 */
.pagenavi {
	clear: both;
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
	color: black;
	text-align: center !important;
	font-size: 12px;
}
.pagenavi:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}
.pagenavi a, .wp-pagenavi span {
	margin: 1px;
	text-decoration: none;	
}
.page-numbers {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #dcdbcb;
	background: white;
	color: #330000;
	
}
.page-numbers:after {

}
.pagenavi a:hover, .wp-pagenavi span.current {

}
.pagenavi .prev {

	display: inline-block;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #330000;

}
.pagenavi .prev:hover {

}
.pagenavi .next {
	display: inline-block;
	margin-left: 15px;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #330000;

}
.pagenavi .next:hover {

}
.pagenavi .prev:after, .pagenavi .next:after {
	content: "" !important;
}

.pagenavi span.current {
	background: #0d68ac;
	color: white;
	font-weight: bold;
}


/**
 *
 * レイアウト定義
 *
 */                                                                                                       
#wrap {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
.l-header {
	position: relative;
	/*background: url(/img/bg-header.jpg) 0 0 repeat-x;*/
}
.l-nav {
	position: relative;
	z-index: 100;
	height: 42px;
	display: block;
	margin: 0px auto 0;
	box-shadow: 0px 0px 5px #DDC984;
	width: 990px;
	border-radius: 30px;
}
.l-main {
	background: url(/img/bg-shadow.jpg) center top no-repeat;
	position: relative;
	display: block;


}
.l-main:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.l-sidebar {
	width: 230px;
	float: right;
	padding-top: 10px;
}

.l-content {
	padding-top: 10px;
	float: left;
	width: 700px;
}
.l-footer {
	clear: both;
	background: url(/img/bg-footer.jpg) 0 0 repeat-x;
	text-align: center;
	margin-top: 50px;
}



/**
 *
 * Box
 *
 */
.box-960 {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
.box-980 {
	width: 980px;
	margin: 0px auto;
	position: relative;
}
.box-left {
	float: left;
	width: 49.5%;
}
.box-right {
	float: right;
	width: 49.5%;
}



/**
 *
 * Header
 *
 */
.l-header h1 {
	
}
.l-header .logo {
	padding-top: 10px;
	padding-bottom: 20px;
}
.l-header .logo img {
	width: 290px;
}
.header-icon {
	width: 280px;
	position: absolute;
	left: 320px;
	top: 50px;
}
.header-icon li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.header-icon li:nth-child(1) img {
	width: 80px;
}
.header-icon li:nth-child(2) img {
	width: 80px;
}
.header-icon li:nth-child(3) img {
	width: 102px;
}
.header-icon li:nth-child(4) img {
	width: 80px;
}
.header-icon li:nth-child(5) img {
	width: 80px;
}
.header-icon li:nth-child(6) img {
	width: 102px;
}
.header-right {
	position: absolute;
	right: 0px;
	top: 20px;
	width: 360px;
	text-align: right;
}
.header-right p {
	margin-bottom: 0;	
}
.header-tel {
	line-height: 1.2em;
}
.header-tel img {
	width: 250px;
}
.header-btns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	flex-wrap: wrap;	
}
.box-contact .header-btns {
	
}
.btn-reserve {
	margin-right: 5px;
	margin-bottom: 5px;
}
.btn-reserve > a {
	border-radius: 15px;
	background: #FE850C;
	font-size: 16px;
	color: white !important;
	text-decoration: none !important;
	line-height: 34px;
	display: block;
	padding: 0 10px;
}
.btn-reserve > a:before {
	content: "";
	background: url(/img/btn-reserve.png) left center no-repeat;
	background-size: contain;
	width: 16px;
	height: 18px;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: -3px;
}
.btn-reserve > a:hover {
	opacity: 0.7;
}
.btn-access {
	margin-right: 5px;
	margin-bottom: 5px;
}
.btn-access > a {
	border-radius: 15px;
	background: #01969F;
	font-size: 16px;
	color: white !important;
	text-decoration: none !important;
	line-height: 34px;
	display: block;
	padding: 0 10px;
}
.btn-access > a:before {
	content: "";
	background: url(/img/btn-access.png) left center no-repeat;
	background-size: contain;
	width: 13px;
	height: 17px;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: -1px;
}
.btn-access > a:hover {
	opacity: 0.7;
}
.btn-contact {

	margin-bottom: 5px;
}
.btn-contact > a {
	border-radius: 15px;
	background: #4CA907;
	font-size: 16px;
	color: white !important;
	text-decoration: none !important;
	line-height: 34px;
	display: block;
	padding: 0 10px;
}
.btn-contact > a:before {
	content: "";
	background: url(/img/btn-contact.png) left center no-repeat;
	background-size: contain;
	width: 18px;
	height: 13px;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: -1px;
}
.btn-contact > a:hover {
	opacity: 0.7;
}

.header-btn {
	
}
.header-btn li {
	display: inline;
}
.header-btn li:nth-child(1) img {
	width: 78px;
}
.header-btn li:nth-child(2) img {
	width: 116px;
}
.header-btn li:nth-child(3) img {
	width: 91px;
}


/**
 *
 * sidebar
 *
 */
#side_nav {
	background: #EAE5CC;
	padding: 0px 2px 2px 2px;
	margin-bottom: 10px;
}
#side_nav_inner {
	background: url(/img/bg-side-nav-2.png) 0 0 no-repeat;
	position: relative;
	top: 2px;
	padding-top: 10px;
}
.side_nav_1 {

}
#side_nav ul {
	background: url(/img/bg_sidemenu.png) 0 0 repeat-y;
	margin: 0px auto;
	margin-bottom: 15px;
	width: 210px;

}
#side_nav ul li {
background-repeat: no-repeat;
background-position: 167px 5px;
}
#side_nav ul li a {
	display: block;
	padding: 0 0 0 15px;
	background: url(/img/side-nav-bullet.png) left center no-repeat;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	text-align: left;	
}
#side_nav ul li a:hover {
	background: url(/img/bg_menu_h.png);
	text-decoration: none;
	color: #FFF !important;
}
#side_nav h2 {
	font-size: 16px;
	line-height: 1em;
	clear: both;
	font-weight: normal;
	position: relative;
	padding: 7px 0px 7px 30px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: black;
}
#side_nav h2.side_nav_h2_1:before {
	height: 20px;
	width: 20px;
	border-radius: 100px;
	background: #FE850C;
	content: "";
	position: absolute;
	left: 0px;
	top: 5px;		
}
#side_nav h2.side_nav_h2_2:before {
	height: 20px;
	width: 20px;
	border-radius: 100px;
	background: #6EAB23;
	content: "";
	position: absolute;
	left: 0px;
	top: 5px;		
}
#side_nav h2.side_nav_h2_3:before {
	height: 20px;
	width: 20px;
	border-radius: 100px;
	background: #0099CC;
	content: "";
	position: absolute;
	left: 0px;
	top: 5px;		
}
#side_nav h2.side_nav_h2_4:before {
	height: 20px;
	width: 20px;
	border-radius: 100px;
	background: #fef533;
	content: "";
	position: absolute;
	left: 0px;
	top: 5px;		
}
#side_nav h2 img {
	width: 40px;	
	position: absolute;
	top: -5px;
	right: 10px;
}
#side_nav h2 span {
	font-size: 8px;
	color: black;
	display: block;	
}
#side_nav ul li a:hover {
	/*background: url(/img/side-nav-bullet.png) left center no-repeat;*/
	text-decoration:none;
	color: gray;
}

/**
 *
 * NAV
 *
 */
.l-nav {
	clear: both;
}

.l-nav .nav-inner {
	width: 990px;
	margin: 0 auto;
	padding-bottom: 1px;
	background: url(/img/nav-eng.png) 23px 35px no-repeat;
}

.l-nav .nav-inner.is-active {
	
}
.l-nav .nav-inner .nav-new-logo {
	display: none;
}
.l-nav .nav-inner > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	
}
.l-nav .nav-inner > ul > li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	position: relative;
	text-align: center;
	background: url(/img/nav-sep.png) right 0px no-repeat;
}
.l-nav .nav-inner > ul > li:last-child {
	background: none;
	
}

.l-nav .nav-inner > ul > li:nth-child(1) > a {
	background: url(/img/nav-1.png) center 32px no-repeat;	
}
.l-nav .nav-inner > ul > li:nth-child(2) > a {
	background: url(/img/nav-2.png) center 32px no-repeat;	
}
.l-nav .nav-inner > ul > li:nth-child(3) > a {
	background: url(/img/nav-3.png) center 32px no-repeat;	
}
.l-nav .nav-inner > ul > li:nth-child(4) > a {
	background: url(/img/nav-4.png) center 32px no-repeat;	
}
.l-nav .nav-inner > ul > li:nth-child(5) > a {
	background: url(/img/nav-5.png) center 32px no-repeat;	
}
.l-nav .nav-inner > ul > li:nth-child(6) > a {
	background: url(/img/nav-6.png) center 32px no-repeat;	
}
.l-nav .nav-inner > ul > li:nth-child(7) > a {
	background: url(/img/nav-7.png) center 32px no-repeat;	
}
.l-nav .nav-inner > ul > li:nth-child(8) > a {
	background: url(/img/nav-8.png) center 32px no-repeat;	
}

.l-nav .nav-inner > ul > li .menu-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 5;
	padding: 0;	
	border: none !important;
	line-height: 0px !important;
}
.l-nav .nav-inner > ul > li .menu-link:after {
	content: "\f0d7";
	font-family: fontawesome;
	position: absolute;
	top: 22px;
	right: 5px;
	color: #78AF1B;
}
.l-nav .nav-inner > ul > li .nav-icon {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	margin: 0px auto 0;
	text-align: center;
	box-sizing: border-box;

	width: 55px;
	height: 34px;
	color: #78AF1B;
	
}
.l-nav .nav-inner > ul > li img {
	vertical-align: top;
	position: relative;
	top: 15px;
}


.l-nav .nav-inner > ul > li > a, .l-nav .nav-inner > ul > li > span {
	display: block;
	text-align: center;
	margin: 0px 0px 0px;
	padding: 0 0px 2px;
	font-size: 14px;
	color: #492007;
	line-height: 38px;
	height: 42px;
	box-sizing: border-box;
	width: 130px;

}
.l-nav .nav-inner > ul > li:first-child > a {
	padding: 0 23px 2px;
	line-height: 42px;
	font-size: 16px;
	width: auto;
}
.l-nav .nav-inner > ul > li > a {
	text-decoration: none;
}

.l-nav .nav-inner > ul > li > a:hover, .l-nav .nav-inner > ul > li > span:hover {
	text-decoration: none;
	cursor: pointer;
}

.l-nav .nav-inner > ul > li:hover .menu-sub, .l-nav .nav-inner > ul > li:hover .menu-sub {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.1s ease-in-out;
	   -moz-transition: 0.1s ease-in-out;
	     -o-transition: 0.1s ease-in-out;
	        transition: 0.1s ease-in-out;
	top: 42px;
}
.menu-sub {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 35px;
	z-index: 50;
}
.menu-sub.is-active {

}
.menu-sub ul {
	width: 230px;
	z-index: 999;

}
.menu-sub ul li {

	border-bottom: none;
	margin: 0px 0px;

}
.menu-sub ul li:last-child {
	border-bottom: none;
}
.l-nav .nav-inner > ul > li:hover .menu-sub a, .l-nav .nav-inner > ul > li:hover .menu-sub a {
	padding: 5px;
	-webkit-transition: 0.1s ease-in-out;
	   -moz-transition: 0.1s ease-in-out;
	     -o-transition: 0.1s ease-in-out;
	        transition: 0.1s ease-in-out;

}
.menu-sub ul li a {
	display: block;
	padding: 0px 5px;
	font-size: 12px;
	position: relative;
	text-align: left;
	box-sizing: border-box;	
	color: black;
	background: white;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}
.menu-sub ul li:nth-child(odd) a {
	background: #EEEEEE;	
}
.menu-sub ul li a:hover {
	background: #78AF1B;
	color: white;
		-webkit-transition: 0.0s ease-in-out;
	   -moz-transition: 0.0s ease-in-out;
	     -o-transition: 0.0s ease-in-out;
	        transition: 0.0s ease-in-out;
}
.menu-sub .to-back {

		
}
.menu-sub .to-back:hover {
	cursor: pointer;
}
.menu-sub .to-back:before {

}


.btn-nav {
	display: none;

}

/**
 *
 * Box Contact
 *
 */
.box-contact {
	background: url(/img/bg-box-contact.jpg) 0 0 no-repeat;
	height: 381px;
	clear: both;
	position: relative;
}
.box-contact .box-contact-right {
	width: 50%;
	float: right;	
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
}
.box-contact .box-contact-left {

	padding-left: 20px;
	padding-top: 20px;
}
.box-contact .header-tel img {

}
.timetable img {
	width: 293px;
}
.box-contact-left p img {
	width: 296px;
}
.train {
	background: url(/img/train.png) 0 0 no-repeat;
	padding-left: 25px;
}
.car {
	background: url(/img/car.png) 0 0 no-repeat;
	padding-left: 25px;
}

/**
 *
 * footer
 *
 */
.page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}
.footer-inner {
	text-align: center;
	padding-top: 40px;
}
.footer-inner p a {

	text-decoration: underline;
}
.footer-inner img {
	width: 290px;
}

.footer-bottom {
	background: url(/img/bg-footer-bottom.jpg) 0 0 repeat-x;
	height: 60px;
	margin-top: 37px;
}
.footer-nav {
	width: 960px;
	margin: 0px auto;
}
.footer-nav li {
	float: left;
	width: 50%;	
	line-height: 40px;
	text-align: center;
}
.footer-nav li.li_2 {
	background: url(/img/footer_sep.png) 0 2px no-repeat;	
}
.footer-nav li a {
	color: white;
	text-decoration: none;
}
.footer-nav li a:hover {
	text-decoration: underline;	
}
.footer-nav li img {
	position: relative;
	left: -10px;
	top: 4px;
}
.footer-nav li.li_2 img {
	top: 0px;	
}
.copyright {
	text-align: center;
	color: #76B41B;
	margin-top: 1px;
	padding-top: 0px;
	font-size: 9px;
}
.br-sp {
	display: none;
}
.sp {
	display: none !important;
}