@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');
/*
Theme Name: eifuku-dental
*/

/**
 *
 * 初期化
 *
 */
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: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	font-size: 12px;
	line-height:150%;
	text-align: left;
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 1110px;
}
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;
}






/**
 *
 * 共通定義
 *
 */
.type {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.type-all * {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}


em {
	font-style: italic;
}
.clear {
	float: none;
	clear: both;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	min-height: 1px;
}
a:link {
	color: #564488;
	text-decoration: underline;
}
a:visited {
	color: #564488;
	text-decoration: underline;
}
a:hover {
	color: #564488;
	text-decoration: none;
}
a:active {
	color: #564488;
	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: #DE5411;
}
.blue {
	color: #00B2B2;
}
.green {
	color: #789F00;
}
.blue {
	color: #009F9F;
}
.brown {
	color: #C7A966;
}


/**
 *
 * パンくずリスト
 *
 */
#bread {
	position: absolute;
	left: 0px;
	top: -40px;
}
#breadcrumb {
	position: relative;
	/*background: url(/img/glue_0.png) left center no-repeat;*/
	margin-bottom: 5px;
}
#breadcrumb ul {
	margin-top: 10px;
	margin-left: 0px !important;
	list-style-image: none !important;
	padding-left: 0px !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 {

}
#breadcrumb ul li:after {
	content: ">";
	visibility: visible;
	display: inline-block;
	padding: 0 5px;
}
#breadcrumb ul li:last-child:after {
	content: none;
}

/**
 *
 * ページ送り
 *
 */
.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 #63513b;
	background: white;
	color: #63513b;

}
.page-numbers:after {

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

}
.pagenavi .prev {

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

	color: #63513b;

}
.pagenavi .prev:hover {

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

	color: #63513b;

}
.pagenavi .next:hover {

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

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


/**
 *
 * レイアウト定義
 *
 */
.l-wrap {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	border-top: 5px solid #DE5411;

}
.l-header {
	position: relative;


}


.l-nav {
	position: relative;
	z-index: 100;
	height: 49px;
	display: block;
	margin: 0px auto 0;
	box-shadow: 0px 9px 6px -6px rgba(111,111,111,0.5);
	-webkit-box-shadow: 0px 9px 6px -6px rgba(111,111,111,0.5);
	-moz-box-shadow: 0px 9px 6px -6px rgba(111,111,111,0.5);
}


.l-main {
	position: relative;
	display: block;
	margin: 0 auto;

}

.l-main:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.l-sidebar {

	margin: 35px auto;
	width: 230px;
	float: right;
}

.l-content {
	float: left;
	margin-top: 35px !important;

}
.l-footer {
	clear: both;
	text-align: center;
	margin-top: 95px;
}



/**
 *
 * Box
 *
 */
.box-730 {
	width: 730px;
	margin: 0px auto;
	position: relative;
}
.box-960 {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
.box-980 {
	width: 980px;
	margin: 0px auto;
	position: relative;
}
.box-990 {
	width: 990px;
	margin: 0px auto;
	position: relative;
}
.box-900 {
	width: 900px;
	margin: 0px auto;
	position: relative;
}
.box-1000 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.box-1010 {
	width: 1010px;
	margin: 0px auto;
	position: relative;
}
.box-1050 {
	width: 1050px;
	margin: 0px auto;
	position: relative;
}
.box-1110 {
	width: 1110px;
	margin: 0px auto;
	position: relative;

}
.box-1120 {
	width: 1120px;
	margin: 0px auto;
	position: relative;
}
/**
 *
 * Header
 *
 */
.header-title {
	text-align: center;
	font-size: 16px;
	color: #000000;
	line-height: 1.2em;
	font-weight: normal;
	padding-top: 10px;
}
.header-logo {
	text-align: left;
	margin-top: 20px;

}
.header-notice {
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 30px;
	padding-left: 0px;
}
.header-notice p {
	margin-bottom: 0;

	font-size: 15px;
}
.header-notice p a {
	color: #FF8000 !important;
	text-decoration: underline !important;
}
.header-notice p a:hover {
	text-decoration: none !important;
}
.header-right {
	text-align: right;
	position: absolute;
	top: 30px;
	right: 0;
}
.header-right p {
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 0;
}
.header-btns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 600px;
	margin-top: 10px;
}
.btn-access {
	margin-right: 10px;
}
.btn-access a {
	display: block;
	width: 160px;
	background: #83AE00;
	font-size: 15px;
	color: white !important;
	line-height: 38px;
	vertical-align: middle;
	position: relative;
	text-align: left;
	text-indent: 40px;
}
.btn-access a:before {
	content: "";
	display: block;
	background: url(/img/btn-access.png) left center no-repeat;
	width: 19px;
	height: 38px;
	position: absolute;
	left: 10px;
	top: 0;
}
.btn-access a:hover {
	color: white !important;
	text-decoration: none !important;
	opacity: 0.7;
}
.btn-contact {

}
.btn-contact a {
	background: #008686;
	width: 250px;
	display: block;
	font-size: 15px;
	color: white !important;
	line-height: 38px;
	vertical-align: middle;
	position: relative;
	text-align: left;
	text-indent: 40px;
}
.btn-contact a:before {
	content: "";
	display: block;
	background: url(/img/btn-contact.png) left center no-repeat;
	width: 18px;
	height: 38px;
	position: absolute;
	left: 10px;
	top: 0;
}
.btn-contact a:hover {
	color: white !important;
	text-decoration: none !important;
	opacity: 0.7;
}

.header-tel {

	text-align: right;
	line-height: 1.6em;
}
.header-tel img {
	/*width: 338px;*/
}
.header-tel a {
	text-decoration: none !important;
	font-size: 24px;
	display: block;
	padding: 0px;
	color: #FF7F00 !important;
	padding-right: 0px !important;
	margin-right: 0px !important;
	background: none !important;
}
.header-tel a:hover {
	text-decoration: underline !important;
	color: #FF7F00 !important;
	opacity: 0.7;
}
.header-tel a span {
	font-size: 15px;
}
.header-tel + p a {
	color: #FF7F00 !important;
	text-decoration: underline !important;
}
/**
 *
 * NAV
 *
 */
.l-nav {

}
.l-nav.is-fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: white;
	margin: 0;
	padding: 5px 0 0;
}
.l-nav.is-fixed + .l-main {
	margin-top: 70px;
}
.l-nav .nav-inner {
	/* width: 990px; */
	width: 1134px;
	margin: 0 auto;
}

.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 top no-repeat;
}
.l-nav .nav-inner > ul > li:first-child {
	background: url(/img/nav-sep.png) left top no-repeat, url(/img/nav-sep.png) right top no-repeat;
}
.l-nav .nav-inner > ul > li:first-child img {
	position: relative;
	top: 3px;
}
.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: 20%;
	right: 10px;

	color: #DE5411;
}
.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 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: 16px;
	color: #000000;
	height: 49px;
	line-height: 1.6em;
	box-sizing: border-box;
	width: 137px;
}




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

.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: 48px;
}
.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: #DE5411;
	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 {
	clear: both;
	background: #F4F4EA;
	border-radius: 3px;
	padding: 30px 20px;
	margin-top: 35px;
	margin-bottom: 50px;
}
.box-contact .box-contact-logo {
	text-align: center;
	margin-bottom: 5px;
}
.box-contact .box-contact-logo a {
	padding: 0 !important;
	background: none !important;
	margin: 0 auto !important;
}
.box-contact .box-contact-tel {
	text-align: center;
}
.box-contact .box-contact-tel + p {
	text-align: center;
	font-size: 15px;
	color: black;
	margin-bottom: 0;
}
.box-contact .box-contact-btns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.box-contact .timetable {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
.box-contact .timetable img {
	display: block;
	margin: 0 auto 5px;
}

.box-contact .header-tel {
	text-align: center;
}
.box-contact .header-tel + p, .box-contact .header-tel + p + p {
	text-align: center;
	font-size: 16px;
}
.box-contact-map {
	margin-bottom: 40px;
}
.box-contact .addr {
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}
.box-contact .train {
	font-size: 18px;
	width: 390px;
	margin: 20px auto 20px;
	background: url(/img/train.png) left top no-repeat;
	padding-left: 50px;
	padding-bottom: 15px;
}
.box-contact .train .orange {
	font-size: 18px;
	color: #FF9226 !important;
}
.box-contact .train .orange .big {
	font-size: 25px;
	color: #FF9226 !important;
}
.box-contact .car {
	font-size: 18px;
	width: 390px;
	margin: 0 auto 20px;
	background: url(/img/car.png) left top no-repeat;
	padding-left: 50px;
	padding-bottom: 15px;
}
.box-contact .car a {
	color: #00B2B2 !important;
	text-decoration: underline !important;
}
/**
 *
 * Sidebar
 *`
 */

.list-banner {
	margin: 0 auto 35px;
}
.list-banner > li {
	line-height: 0px;
	margin-bottom: 10px;
}

.side-nav {
	margin-bottom: 35px;
}
.side-nav .side-nav-item {
	width: 230px;
	margin-bottom: 20px;
}
.side-nav .side-nav-item h2 {
	font-size: 20px;
	color: black;
	background: url(/img/side-nav-item-h2.png) left top no-repeat;
	padding: 20px 0 20px;
	font-weight: normal;
	text-indent: 2px;
}
.side-nav .side-nav-item ul {

}
.side-nav .side-nav-item ul li {
	background: url(/img/bullet.png) left 7px no-repeat;

}
.side-nav .side-nav-item ul li a {
	text-decoration: none;
	display: block;
	padding: 7px 3px 7px 24px;
	font-size: 17px;
	color: #000000;
}
.side-nav ul li a:hover {
	background: rgba(222,83,17,0.8);
	color: white;
	text-decoration: none !important;
	-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;

}
.side-nav .side-nav-item ul li a:hover {
	text-decoration: underline;
}

/**
 *
 * Footer
 *
 */
.page-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
}
.footer-top {
	padding: 60px 0 30px;
	text-align: center;
	border-top: 5px solid #DE5411;
	position: relative;

	overflow: hidden;
}
.footer-top p {
	margin-bottom: 0;
}
.footer-top a {
	line-height: 3em;
	font-size: 16px;
	text-decoration: underline !important;
	color: #0085B2 !important;
}
.footer-top a:hover {
	text-decoration: none !important;
}
.footer-top a img {
	display: block;
	margin: 0 auto 30px;
}

.footer-bottom {
	border-top: 1px solid #DE5411;
	border-bottom: 1px solid #DE5411;
}
.footer-nav {
	max-width: 1000px;

	margin: 0px auto;
}
.footer-nav li {
	float: left;
	width: 50%;
	line-height: 66px;
	text-align: center;
}
.footer-nav li.li_2 {
	background: url(/img/footer-sep.png) 0 20px no-repeat;
}
.footer-nav li a {
	color: #3D2D26;
	font-size: 14px;
	text-decoration: none;
}
.footer-nav li a:hover {
	text-decoration: underline;
}
.footer-nav li img {
	position: relative;
	left: -10px;
	top: 2px;
}
.footer-nav li.li_2 img {
	top: 0px;
}
.copyright {
	padding: 22px 0;
	margin: 0;
	font-size: 14px;
	color: white;
	background: #DE5411;
}
form#mailformpro dl dt {
	padding: 10px 0px 8px !important;
}

.link {

	padding-right: 18px;
	text-decoration: underline !important;
}
.sp {
	display: none !important;
}

.br-sp {
	display: none;
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}


/*
ANI
*/
.ani {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);

}
.ani.ani-active {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-animation: moveUp 0.35s ease forwards 0.5s;
	animation: moveUp 0.35s ease forwards 0.5s;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/* toggle */
#contentContainer p.toggle {
	color: #ff6600;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#contentContainer p.toggle::after {
	padding-left: 5px;
	font-size: 20px;
	content: "＋";
}

#contentContainer p.toggle.open::after {
	content: "－";
}

#contentContainer .toggle-container {
	display: none;
}

.l-content-full {
	float: none;
}
.l-content-full #contentContainer {
	width: 100%;
	float: none;
}
.l-content-full + .l-sidebar {
	display: none;
}