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

/**
 *
 * 初期化
 *
 */
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: none !important;
	/*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;
	display: none;
}
#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 {
	border-top: 4px solid #9DE23F;	
	position: relative;
	/*background: url(/img/bg-header.jpg) 0 0 repeat-x;*/
}
.l-nav {
	z-index: 100;
	display: block;
	margin: 0px auto 0;
}

.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 {
	padding-top: 10px;
}

.l-content {
	padding-top: 10px;
}
.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 {
	text-align: left;
	font-size: 10px;
	padding-left: 3px;
}
.l-header .logo {
	text-align: left;
	margin-top: 10px;
	line-height: 1em;
	width: 55%;
	margin-left: 1%;
	font-size: 10px;
}
.l-header .logo img {
	width: 100%;
}
.header-icon {
	text-align: center;
	margin: 0px 20px;
}
.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 {
	text-align: center;
}
.header-right p {
	margin-bottom: 0;	
}


.header-right .header-tel {
	position: absolute;
	top: -4px;
	right: 40px;
	width: 40px;
	height: 40px;
}
.header-right .header-tel a {
	display: block;
	text-indent: -9999em;
	background: url(/img/btn-tel-sp.png) 0 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.header-right .header-btn {
	
}
.header-right .header-btn li:nth-child(1), .header-right .header-btn li:nth-child(2) {
	display: none;
}
.header-right .header-btn li:nth-child(3) {
	position: absolute;
	top: -4px;
	right: 80px;
	width: 40px;
	height: 40px;	
}
.header-right .header-btn li:nth-child(3) a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
	background: url(/img/btn-contact-sp.png) 0 0 no-repeat;
	background-size: cover;
}
.header-right > p:last-child {
	display: none;
}



.header-right .header-tel span {
	display: none;
}
.header-btns {
	padding: 0 15px;
}
.btn-reserve {

	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;
	text-align: left;
}
.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-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;
	text-align: left;
}
.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;
	text-align: left;
}
.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 {
	text-align: center;
}
.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;
}

/**
 *
 * NAV
 *
 */
 .l-nav {
	
}
.l-nav .logo {

}
.l-nav .nav-inner {
	background: rgba(255,255,255,1);
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	overflow: scroll;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);	
}
.l-nav .nav-inner.is-active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);	
}
.l-nav .nav-inner > ul {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
	margin: 0 0px 0;
	left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.l-nav .nav-inner > ul > li {

	margin: 0 10px;
}
.l-nav .nav-inner > ul > li:first-child {
	border-top: 1px solid #0897AA;
}
.l-nav .nav-inner > ul > li .en {
	display: none;
}
.l-nav .nav-inner > ul > li > a, .l-nav .nav-inner > ul > li > span {
	display: block;
	padding: 5px 15px;
	padding-right: 60px;
	padding-left: 0;
	font-size: 14px;
	position: relative;
	text-align: left;
	height: 24px;
	box-sizing: border-box;
	position: relative;
	color: black;
	border-bottom: 1px solid #0897AA;
	text-decoration: none;
}
.l-nav .nav-inner.is-active > ul > li > a, .l-nav .nav-inner.is-active > ul > li > span {
	padding: 15px 15px;
	padding-right: 60px;
	padding-left: 0;
	height: 44px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	position: relative;
	z-index: 5;	
}
.l-nav .nav-inner.is-active > ul > li > a:hover, .l-nav .nav-inner.is-active > ul > li > span:hover {
	text-decoration: none;
	cursor: pointer;
}
/*.l-nav .nav-inner > ul > li > a:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	padding-right: 15px;
	box-sizing: border-box;
	height: 100%;
	line-height: 46px;
	content: "\f0da";
	color: #FE2687;
	font-family: fontAwesome;
	text-align: center;
}*/
.l-nav .nav-inner > ul > li > span:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	padding-right: 15px;
	box-sizing: border-box;
	height: 100%;
	line-height: 46px;
	content: "\f0d7";
	color: #0897AA;
	font-family: fontAwesome;
	text-align: center;	
}
.l-nav .nav-inner > ul > li > span.is-active:after {
	content: "\f0d8";
	color: #0897AA;	
}
.l-nav .nav-inner > ul > li .to-child {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 50px;
	height: 44px;
	z-index: 1;
	
}

.l-nav .nav-inner > ul > li:nth-child(1) .to-child {
	top: 0px;	
}
.l-nav .nav-inner > ul > li:nth-child(2) .to-child {
	top: 46px;	
}
.l-nav .nav-inner > ul > li:nth-child(3) .to-child {
	top: 91px;	
}
.l-nav .nav-inner > ul > li:nth-child(4) .to-child {
	top: 136px;	
}
.l-nav .nav-inner > ul > li:nth-child(5) .to-child {
	top: 181px;	
}
.l-nav .nav-inner > ul > li:nth-child(6) .to-child {
	top: 226px;	
}
.l-nav .nav-inner > ul > li:nth-child(7) .to-child {
	top: 271px;	
}


.l-nav ul.menu.is-active {
	/*left: -100%;*/
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}
.l-nav .nav-inner > ul > li > .to-child:hover {
	cursor: pointer;
}
.menu-sub {
	/*position: absolute;
	left: 100%;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;*/
	display: none;
}
.menu-sub.is-active {

}
.menu-sub ul {
	
}
.menu-sub ul li {
	border-bottom: 1px solid #0897AA;
	margin: 0px 0px;
}
.menu-sub ul li:last-child {

}

.menu-sub ul li a {
	display: block;
	padding: 15px 0 15px 30px;
	font-size: 14px;
	position: relative;
	text-align: left;
	height: 44px;
	box-sizing: border-box;	
	color: black;
	text-decoration: none;

}
.menu-sub ul li a:after {
	content: "\f0da";
	color: #0897AA;
	font-family: fontAwesome;
	position: absolute;
	top: 13px;
	right: 30px;	
}
.menu-sub .to-back {
	/*width: 80px;
	height: 40px;
	text-align: center;
	border: 1px solid #FE2687;
	margin-left: 10px;
	position: relative;
	top: -10px;
	color: #FE2687;*/
		
}
.menu-sub .to-back:hover {
	cursor: pointer;
}
.menu-sub .to-back:before {
	/*content: "\f104";
	font-family: fontAwesome;
	font-size: 30px;
	line-height: 40px;*/
}

.btn-tel {
	width: 42px;
	height: 40px;
	position: absolute;
	right: 60px;
	top: 30px;
	background: #0AB1AC;
	border-radius: 5px;	
	text-align: center;
}
.btn-tel a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
}
.btn-tel i {
	color: white;
	font-size: 30px;
	line-height: 40px;
}
.btn-tel small {
	display: block;
	color: #0897AA;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 40px;
	background: rgba(255,255,255,0.9);	
}

.btn-nav {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	position: fixed;
	right: 0px;
	top: 0px;
	background: #0897AA;
	width: 40px;
	height: 40px;
	z-index: 99999;
}
.l-nav .btn-nav:hover {
	cursor: pointer;
}
.btn-nav small {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	position: absolute;
	left: 4px;
	top: 26px;
}
.btn-nav,
.btn-nav span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.btn-nav span {
	position: absolute;
	left: 10px;
	width: 20px;
	height: 2px;
	background-color: white;
	border-radius: 3px;
}

.btn-nav span:nth-of-type(1) {
	top: 10px;
}
.btn-nav span:nth-of-type(2) {
	top: 16px;
}
.btn-nav span:nth-of-type(3) {
	top: 22px;
}
.btn-nav span:nth-of-type(4) {
	top: 28px;
}
.btn-nav.is-active span:nth-of-type(1) {

	-webkit-transform: translateY(5px) translateX(-0px) rotate(-45deg);
	transform: translateY(5px) translateX(-0px) rotate(-45deg);
}
.btn-nav.is-active span:nth-of-type(2) {
	opacity: 0;
}
.btn-nav.is-active span:nth-of-type(3) {

	-webkit-transform: translateY(-7px) translateX(-0px) rotate(45deg);
	transform: translateY(-7px) translateX(-0px) rotate(45deg);
}
.btn-nav.is-active span:nth-of-type(4) {
	display: none;
}
.btn-nav.is-active span:before {
	display: none;
}
.nav-inner-logo {
	margin-top: 28px;
	padding: 10px;
	text-align: left;
	margin-left: 10px;
}
.nav-inner-logo .logo {
	text-align: left;
	height: auto !important;
}
.nav-inner-logo img {
	width: 229px;
	margin: 0 !important;
}


/**
 *
 * sidebar
 *
 */
.banner_ul {
	
}
.banner_ul li {
	line-height: 0em;
	margin-bottom: 10px;
	width: 49%;
	display: inline-block;
}
.banner_ul li img {
	width: 100%;
}
.banner_ul li a, .banner_ul li span {
	display: block;
	padding: 5px;
}


#side_nav {
	color: black;
	margin-bottom: 15px;
	clear: both;
	border-top: 1px solid #CCCCCC;
}
#side_nav_inner {
}
#side_nav h2 {
	font-size: 18px;
	clear: both;
	background: url(/img/bullet_bottom_sp.jpg) 98% 15px no-repeat;
	background-size: 24px 24px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 60px;
	color: #4B3D30;
	text-indent: 40px;
	position: relative;
}
#side_nav h2.on {
	border-bottom: 0px;	
}
#side_nav h2 span {
	font-size: 8px;
	color: #624E34;
	display: none;
}
#side_nav h2 img {
	float: left;
	position: relative;
	top: 5px;
	margin-right: 5px;
	margin-left: 3px;
	display: block;	
	width: 50px;
	height: 50px;
}
#side_nav h2.side_nav_h2_1:before {
	height: 30px;
	width: 30px;
	border-radius: 100px;
	background: #FE850C;
	content: "";
	position: absolute;
	left: 5px;
	top: 15px;		
}
#side_nav h2.side_nav_h2_2:before {
	height: 30px;
	width: 30px;
	border-radius: 100px;
	background: #6EAB23;
	content: "";
	position: absolute;
	left: 5px;
	top: 15px;		
}
#side_nav h2.side_nav_h2_3:before {
	height: 30px;
	width: 30px;
	border-radius: 100px;
	background: #0099CC;
	content: "";
	position: absolute;
	left: 5px;
	top: 15px;		
}
#side_nav h2.side_nav_h2_4:before {
	height: 30px;
	width: 30px;
	border-radius: 100px;
	background: #fef533;
	content: "";
	position: absolute;
	left: 5px;
	top: 15px;		
}
#side_nav ul {
	clear: both;
	display: none;
}
#side_nav ul li {
	border-bottom: 1px dashed #CCCCCC;
}
#side_nav ul li:last-child {
	border-bottom: 1px solid #CCCCCC;	
}
#side_nav ul li img {

}
#side_nav ul li a {
	display: block;
	background: url(/img/bullet_bottom_right_sp.png) 98% center no-repeat;
	background-size: 12px 23px;
	color: black;
	text-decoration: none;
	font-size: 16px;
	padding: 5px;
	text-indent: 10px;
	line-height: 30px;
}
#side_nav ul li a:hover {
	text-decoration: underline;	
}

/**
 *
 * Box Contact
 *
 */
.box-contact {
	background: url(/img/bg-box-contact-sp.jpg) 0 0 no-repeat;

	clear: both;
	position: relative;
}
.box-contact p {
	margin-bottom: 5px;
}
.box-contact .box-contact-right {

	text-align: center;
	padding-top: 10px;

}
.box-contact .box-contact-left {
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 76%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(76%,#fcfcfc), color-stop(100%,#efefef));
background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 76%,#efefef 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 76%,#efefef 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 76%,#efefef 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 76%,#efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	border-bottom: 4px solid #d0d0d0;
	padding-top: 5px;
	text-align: center;
}
.box-contact .header-tel img {
max-width: 80%;
}
.timetable img {
	width: 293px;
}
.box-contact-left p img {
	width: 296px;
}
.train {
	background: url(/img/train.png) 0 0 no-repeat;
	padding-left: 25px;
	text-align: left;
	margin-left: 20px;
}
.car {
	background: url(/img/car.png) 0 0 no-repeat;
	padding-left: 25px;
	text-align: left;
	margin-left: 20px;
}

/**
 *
 * footer
 *
 */
.page-top {
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 1000;
}
.page-top img {
	width: 71px;	
}
.footer-inner {
	text-align: center;
	padding-top: 20px;
	font-size: 11px;
}
.footer-inner p a {
	color: #D8A300;
	text-decoration: underline;
}
.l-footer img {
	max-width: 100%;
}
.footer-inner img {
	width: 272px;
}

.footer-bottom {
	background: url(/img/bg-footer-bottom.jpg) 0 0 repeat-x;
	height: 60px;
	margin-top: 7px;
}
.footer-nav {
	/*width: 960px;*/
	margin: 0px auto;
}
.footer-nav li {
	float: left;
	width: 50%;	
	line-height: 50px;
	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: black;
	margin-top: 1px;
	padding-top: 0px;
	padding-bottom: 60px;
	font-size: 9px;
}
.ddshadow {
	display: none;
}

.br-sp {

}
.br-pc {
	display: none;
}
.pc {
	display: none !important;
}

.banner-top {
	text-align: center;
	display: block;
	padding: 0 5px;
}
.banner-top img {
	width: 100%;
}

.footer-btn {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 20;
	width: 100%;
	background: white;
}
.footer-btn ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.footer-btn ul:after {
	content: none;
}
.footer-btn ul li {
	line-height: 0;
}
.footer-btn ul li:nth-child(1) {
	width: 52.65%;
}
.footer-btn ul li:nth-child(2) {
	width: 15.93%;
}
.footer-btn ul li:nth-child(3) {
	width: 15.78%;
}
.footer-btn ul li:nth-child(4) {
	width: 15.64%;
}
.footer-btn ul li img {
	width: 100%;
}
div.mfp_buttons button {
color: black !important;
}
