@charset "utf-8";
/*   
Theme Name: Kスマイルデンタル 上野
*/

/**
 *
 * 初期化
 *
 */
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}
body {
	color: #666666;
	text-align: center;
	font-size: 12px;
	font-family:'メイリオ',Helvetica,Arial,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	line-height: 150%;
	min-width: 990px;
}
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 {
	color: black;
}
a:hover {
	color: #44d3d7;
	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;
}


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

#breadcrumb {
	position: relative;
	top: -5px;
}
#breadcrumb ul {
	float: left;
	background: url(img/bullet_bread.png) left center no-repeat;
	padding-left: 10px;
}
#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 {
 
}
/**
 *
 * ページ送り
 *
 */
.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: #00B0B5;
	color: white;
	font-weight: bold;
}


/**
 *
 * レイアウト定義
 *
 */                                                                                                       
#wrap {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	color: black;
	text-align: left;
	font-size: 14px;
}
#header {
	position: relative;
	background: url(/img/bg_header.jpg) 0 0 repeat-x;
	position: relative;
	z-index: 1;
	margin: 0px auto;
}
.l-nav {
	position: relative;

	display: block;

}
#content_wrap {
	background: url(/img/bg_content.jpg) center top no-repeat;
	position: relative;
	top: -5px;
	margin: 0px auto;
	margin-bottom: 50px;
}
#content_skirt {
	background: url(/img/bg_content.jpg) center top no-repeat;
	height: 40px;
	margin-bottom: -40px;
}
#content_wrap_2 {
	width: 970px;
	margin: 0px auto;
	padding: 10px;
	position: relative;
	z-index: 0;
}

#content {
	float: left;
	width: 700px;
	position: relative;
}
#sidebar {
	float: right;
	width: 230px;
}
#footer {
	clear: both;
	position: relative;
	background: url(/img/bg_footer_1.jpg) 0 0 repeat-x;
	border-top: 1px solid #AC8B59;
	margin-top-: 50px;
}

/**
 *
 * Header
 *
 */
#header_inner {
	width: 970px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
#header h1 {
	font-size: 14px;
	color: #575757;
	position: absolute;
	font-weight: normal;
	left: 190px;
	top: 7px;
	width: auto !important;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}
#header #header_right {
	float: right;
	padding-top: 1px;
	margin-bottom: 10px;
	z-index: 1000;
}
#header_right #header_tel {
	margin-top: 10px;
	text-align: right;
}
#header_right #nav_header {
	margin-left: 20px;	
}
#header_right #nav_header li {
	float: left;
	text-align: right;
	
}
#header #header_left {
	float: left;
	margin-left: 160px;
}
#header_left #header_icon {
	margin-top: 50px;
	width: 356px;
	margin-left: 40px;

}
#header_left #header_icon li {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	line-height: 0;
}
.header-notice {
	position: absolute;
	left: 200px;
	top: 130px;
	text-align: right;
	z-index: 9999;
}
.header-notice a {
	color: red !important;
	text-decoration: underline !important;
	font-size: 15px;
}
.header-notice a:hover {
	text-decoration: none !important;
}
/**
 *
 * Nav
 *
 */
#nav {
	background: url(/img/bg_nav_2.png) center top no-repeat;
	height: 85px;
	padding-top: 1px;
	/*width: 1164px;*/
	margin: 0px auto;
	margin-top: -30px;

	position: relative;
}
#nav_inner {
	width: 1000px;
	margin: 0px auto;
	margin-top: 30px;

}
#nav .en {
	font-size: 8px;
	color: #806626;
	display: block;	
}



/**
 *
 * Nav
 *
 */
 
.l-nav {

	margin: 0 auto;
}

.l-nav .nav-inner {
	width: 980px;	
	margin: 0 auto;
	padding-bottom: 5px;
	height: 50px;

}

.l-nav .nav-inner.is-active {
	
}
.l-nav .nav-inner .nav-new-logo {
	display: none;
}
.l-nav .nav-inner > ul {
		width: 800px;
	margin-left: 180px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;

	
}
.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 6px no-repeat;
}

.l-nav .nav-inner > ul > li:nth-child(1) {
	width: 188px;
}
.l-nav .nav-inner > ul > li:nth-child(2) {
	width: 120px;
}
.l-nav .nav-inner > ul > li:nth-child(3) {
	width: 120px;
}
.l-nav .nav-inner > ul > li:nth-child(4) {
	width: 120px;
}
.l-nav .nav-inner > ul > li:nth-child(5) {
	width: 120px;
}
.l-nav .nav-inner > ul > li:nth-child(6) {
	width: 120px;
}

.l-nav .nav-inner > ul > li:last-child {
background: none;
}
.l-nav .nav-inner > ul > li:first-child img {
	vertical-align: middle;
}
.l-nav .nav-inner > ul > li .menu-link {
	position: absolute;
	left: 50%;
	top: 0px;
	width: calc(100% - 6px);
	height: 100%;
	/* margin: 0 4px; */
	z-index: 5;
	padding: 0;
	border: none !important;
	box-sizing: border-box;
	transform: translate(-50%, 0%);
}
.l-nav .nav-inner > ul > li .menu-link:after {
	content: "▼";
	font-family: fontawesome;
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 8px;
	color: #0f6797;
}
.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: #492007;
	
}
.l-nav .nav-inner > ul > li .nav-icon img {
	vertical-align: top;

}

.l-nav .nav-inner > ul > li:nth-child(8) > a {
	background: url(/img/nav-bottom.png) 2px 44px no-repeat;
	background-size: 124px 2px;	
}

.l-nav .nav-inner > ul > li:nth-child(1):after {
	content: "";
	background: url(/img/nav-1-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}
.l-nav .nav-inner > ul > li:nth-child(2):after {
	content: "";
	background: url(/img/nav-2-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}
.l-nav .nav-inner > ul > li:nth-child(3):after {
	content: "";
	background: url(/img/nav-3-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}
.l-nav .nav-inner > ul > li:nth-child(4):after {
	content: "";
	background: url(/img/nav-4-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}
.l-nav .nav-inner > ul > li:nth-child(5):after {
	content: "";
	background: url(/img/nav-5-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}
.l-nav .nav-inner > ul > li:nth-child(6):after {
	content: "";
	background: url(/img/nav-6-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}
.l-nav .nav-inner > ul > li:nth-child(7):after {
	content: "";
	background: url(/img/nav-7-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}
.l-nav .nav-inner > ul > li:nth-child(8):after {
	content: "";
	background: url(/img/nav-8-en.png) center center no-repeat;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -0%);
}



.l-nav .nav-inner > ul > li > a, .l-nav .nav-inner > ul > li > span {
	display: block;
	text-align: center;
	margin: 0px;
	line-height: 50px;
	padding: 0 10px 2px;
	font-size: 14px;
	color: #492007;

	box-sizing: border-box;

}
.l-nav .nav-inner > ul > li:first-child > a {
	padding: 0 10px 2px;
	margin: 0 4px;
}
.l-nav .nav-inner > ul > li:first-child > a .en {
	padding-top: 0px;
}
.l-nav .nav-inner > ul > li:last-child > span {
	padding: 0 24px 2px;
}
.l-nav .nav-inner > ul > li > a {
	text-decoration: none;
	background: url(/img/nav-bottom.png) left 44px repeat-x;
}
.l-nav .nav-inner > ul > li > a .en, .l-nav .nav-inner > ul > li  .en {
	display: block;
	font-size: 8px;
	padding-top: 2px;
	color: #492007;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}
.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: 46px;
}
.menu-sub {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 35px;
}
.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: #f5f2e9;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}
.menu-sub ul li:nth-child(odd) a {
	background: #ece6d3;	
}
.menu-sub ul li a:hover {
	background: #dcd2ad;

		-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;

}


/**
 *
 * Sidebar
 *
 */
.banner_ul {
	
}
.banner_ul li {
	margin-bottom: 10px;
	color: #7D7D7D;
	font-size: 12px;
}
#sidebar h2 {
	border-left: 3px solid #634D3F;	
	font-size: 14px;
	padding-left: 8px;
	font-weight: normal;
}
#nav_side {
	margin-bottom: 10px;	
}
#nav_side_inner {
	background: #F1DEBE;
	padding: 10px;
	margin: 3px auto;
}
#nav_side h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1em;
}
#nav_side h3 span {
	display: block;
	font-size: 8px;
}
#nav_side ul {
	margin-bottom: 15px;
}
#nav_side ul li {
	line-height: 44px;
	border-bottom: 1px solid #DCD9CC;
}
#nav_side ul li a {
	display: block;
	background: url(/img/bullet_brown.png) 5px center no-repeat;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 14px;
	text-indent: 15px;
}
#nav_side ul li.nav_1 {
	background: white url(/img/nav_side_1.png) right center no-repeat;	
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#nav_side ul li.nav_2 {
	background: #F9EFE0 url(/img/nav_side_2.png) right center no-repeat;	
	border-left: 1px solid #F9EFE0;
	border-right: 1px solid #F9EFE0;	
}
#nav_side ul li.nav_3 {
	background: white url(/img/nav_side_3.png) right center no-repeat;	
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#nav_side ul li.nav_4 {
	background: #F9EFE0 url(/img/nav_side_4.png) right center no-repeat;	
	border-left: 1px solid #F9EFE0;
	border-right: 1px solid #F9EFE0;	
}
#nav_side ul li.nav_5 {
	background: white url(/img/nav_side_0.png) right center no-repeat;	
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#nav_side ul li.nav_6 {
	background: #F9EFE0 url(/img/nav_side_0.png) right center no-repeat;	
	border-left: 1px solid #F9EFE0;
	border-right: 1px solid #F9EFE0;	
}
#nav_side ul li.nav_7 {
	background: white url(/img/nav_side_7.png) right center no-repeat;	
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#nav_side ul li.nav_8 {
	background: #F9EFE0 url(/img/nav_side_8.png) right center no-repeat;	
	border-left: 1px solid #F9EFE0;
	border-right: 1px solid #F9EFE0;	
}
#nav_side ul li.nav_9 {
	background: #F9EFE0 url(/img/nav_side_9.png) right center no-repeat;	
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#nav_side ul li.nav_10 {
	background: white url(/img/nav_side_10.png) right center no-repeat;	
	border-left: 1px solid #F9EFE0;
	border-right: 1px solid #F9EFE0;	
}
#nav_side ul li.nav_11 {
	background: #F9EFE0 url(/img/nav_side_11.png) right center no-repeat;	
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#nav_side ul li.nav_12 {
	background: #F9EFE0 url(/img/nav_side_12.png) right center no-repeat;	
	border-left: 1px solid #F9EFE0;
	border-right: 1px solid #F9EFE0;	
}
#nav_side ul li.nav_13 {
	background: white url(/img/nav_side_13.png) right center no-repeat;	
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#nav_side ul li.nav_14 {
	background: #F9EFE0 url(/img/nav_side_14.png) right center no-repeat;	
	border-left: 1px solid #F9EFE0;
	border-right: 1px solid #F9EFE0;	
}
#nav_side ul li.nav_15 {
	background: white url(/img/nav_side_15.png) right center no-repeat;	
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#nav_side ul li.nav_16 {
	background: #F9EFE0 url(/img/nav_side_16.png) right center no-repeat;	
	border-left: 1px solid #F9EFE0;
	border-right: 1px solid #F9EFE0;	
}
#nav_side ul li.nav_17 {
	background: white url(/img/nav_side_17.png) right center no-repeat;	
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#nav_side ul li.nav_18 {
	background: white url(/img/nav_side_18.png) right center no-repeat;	
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#nav_side ul li.nav_19 {
	background: white url(/img/nav_side_19.png) right center no-repeat;	
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#nav_side ul li.nav_20 {
	background: white url(/img/nav_side_20.png) right center no-repeat;	
	border-left: 1px solid white;
	border-right: 1px solid white;
}

 /**
 *
 * Footer
 *
 */
#footer_inner {
	height: 244px;
	width: 960px;
	margin: 0px auto;
	position: relative;
}
#page_top {
	position: absolute;
	top: -31px;
	left: 558px;	
}
#footer_logo {
	position: absolute;
	left: 0px;
	top: -30px;	
}
#nav_footer {
	margin-left: 200px;
}
.nav_footer_box {
	float: left;
	width: 190px;
	margin-top: 26px;
}
.nav_footer_box h2 {
	background: url(/img/bullet_footer_1.jpg) 0 5px no-repeat;
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 14px;
}
.nav_footer_box ul {
	margin-left: 5px;
}
.nav_footer_box ul li {
	background: url(/img/bullet_brown.png) 0 5px no-repeat;
	padding-left: 15px;
	margin-bottom: 1px;
	font-size: 12px;
}
.nav_footer_box ul li a {
	
}
#footer_notice {
	text-align: right;
	font-size: 14px;
	color: #575757;
	text-decoration: underline;
	margin-top: 5px;
}
#footer_bottom {
	background: url(/img/bg_footer_2.jpg) 0 0 repeat-x;
	height: 55px;
}
#footer_bottom #copyright {
	width: 960px;
	text-align: right;
	margin: 0px auto;
	font-size: 10px;
	color: #3075AA;
	padding-top: 17px;
}

/**
 *
 * Title
 *
 */
#content .top_title_1 {
	border-left: 3px solid #D7A542;
	font-size: 18px;
	font-weight: normal;
	padding: 5px;
	padding-left: 10px;
}
#content .top_title_2 {
	background: url(/img/top_title_2.jpg) 0 0 no-repeat;
	line-height: 37px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: normal;
	margin: 5px auto;
}
#content h3 {
	
}

/**
 *
 * Btn
 *
 */
.to_tel {
	text-align: center;
	margin: 20px auto;
	padding: 5px;
/*	border: 1px solid #d0d0d0;
background: #ebddbe;
background: -moz-linear-gradient(top,  #ebddbe 0%, #ffffff 18%, #ffffff 44%, #ebddbe 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebddbe), color-stop(18%,#ffffff), color-stop(44%,#ffffff), color-stop(100%,#ebddbe));
background: -webkit-linear-gradient(top,  #ebddbe 0%,#ffffff 18%,#ffffff 44%,#ebddbe 100%);
background: -o-linear-gradient(top,  #ebddbe 0%,#ffffff 18%,#ffffff 44%,#ebddbe 100%);
background: -ms-linear-gradient(top,  #ebddbe 0%,#ffffff 18%,#ffffff 44%,#ebddbe 100%);
background: linear-gradient(to bottom,  #ebddbe 0%,#ffffff 18%,#ffffff 44%,#ebddbe 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebddbe', endColorstr='#ebddbe',GradientType=0 );
	border-radius: 5px;*/
}
.to_tel a:nth-child(1) {
		margin-bottom: 20px;
		display: block;
}

/**
 *
 * To contact
 *
 */
.to_contact {
	background: url(/img/to_contact.png) 0 0 no-repeat;
	height: 376px;
	margin: 20px auto;	
}
.to_contact_left {
	float: left;
	width: 294px;
	margin-top: 10px;
	margin-left: 10px;
}
.to_contact_right {
	float: right;
	width: 369px;
	margin-top: 30px;
	margin-right: 10px;
}
.to_contact_right a {
	background: none !important;	
}
.to_contact_btn {
}
.to_contact_btn li {
	float: left;
}
.to_contact_traffic {
	
}
.to_contact_traffic li {
	padding-left: 25px;
	line-height: 23px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.to_contact_traffic li.li_1 {
	background: url(/img/to_contact_train_1.png) left center no-repeat;
}
.to_contact_traffic li.li_2 {
	background: url(/img/to_contact_train_2.png) left center no-repeat;
}
.to_contact_traffic li.li_3 {
	background: url(/img/to_contact_train_3.png) left center no-repeat;
}
.table_to_contact_time {
	float: right;
	width: 95%;
	font-size: 12px;
}
.table_to_contact_time th {
	background: #E7E2C9;	
	border: 1px solid #666666;
	padding: 2px 5px;
	text-align: center;
}
.table_to_contact_time td {
	border: 1px solid #666666;
	padding: 2px 5px;
	text-align: center;
}

/**
 *
 * Box
 *
 */
 
/**
 *
 * List
 *
 */
.list_ul {
	margin-bottom: 20px;
}
.list_ul li {
	margin: 5px auto;
}
.list_ul li .item{
	clear: both;
}
.list_ul li .time {
	float: left;
	width: 18%;
	font-size: 1.2em;
}
.list_ul li p {
	float: left;
	height: 85%;
	font-size: 1.2em;
}
.list_ul li p a {
	background: none !important;
}



/* 調整 */
#nav_header_sp {
	display: none;	
}
.sp {
	display: none;	
}
#footer_sp {
	display: none;	
}
#nav_sp {
	display: none;	
}

.footer-btn {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -148px;
	width: 80px;
	
}
.footer-btn img {
	width: 100%;
}