@charset "UTF-8";
/* footer */
.footer {
	overflow: hidden;
	z-index: 90;
	height: 181px;
	padding-top: 40px;
	background-color: #fafafa;
	transition: height .1s;
}
._M .footer {
	height: auto;
	padding: 40px 0;
	text-align: center;
}
._S .footer {
	height: auto;
	padding: 23px 0 30px;
	font-size: 11px;
	text-align: center;
}
/* menu */
.footer .menu {
	float: left;
	width : 100%;
}
.footer .menu ul {
	margin-bottom: 8px;
}
.footer .menu li {
	display: inline-block;
	letter-spacing: -.8px;
}
.footer .menu li + li {
	padding-left: 15px;
}
.footer .menu li a {
	font-size: 15px;
	letter-spacing: -.8px;
}
.footer .menu li + li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	width: 3px;
	height: 3px;
	margin-top: -1.5px;
	background-color: #666;
}
.footer .menu li:first-child a {
	color: #222;text-decoration:underline;font-weight:600;font-size:15px
}
.footer .menu .open a {
	position: relative;
}
.footer .menu .open a:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 44px;
	height: 19px;
	background: url(../../img/common/spr_button.png) 0 -86px no-repeat;
}
._S .footer .menu {
	margin-bottom: 18px;
}
._S .footer .menu li a {
	font-size: 11px;
}
._S .footer .menu .open a:before {
	top: 4px;
	width: 27px;
	height: 11px;
	background: url(../../img/common/m_spr_button.png) 0 -49px no-repeat;
	background-size: 250px;
}
/* address */
.footer address {
	margin: 20px 0 5px;
}
._S .footer address {
	margin: 14px 0 5px;
}

/* webicon */
.footer .webicon{float:right}
.footer .webicon img{width:100px;padding:20px 0 0 20px}


/* link */
.footer .link {
	overflow: hidden;
	float: right;
	height:30px;
}
.footer .link > ul {
	float: left;
}
.footer .link li {
	display: inline-block;
}
.footer .link li + li {
	margin-left: 5px;
}
.footer .link a {
	display: block;
	width: 35px;
	height: 35px;
	background: url(../../img/common/spr_button.png?20230314) no-repeat;
}


.footer .link a.blog {
	background-position: -260px 0;
}

.footer .link a.youtube {
	background-position: -296px 0;
}

.footer .link a.facebook {
	background-position: -226px 0;
}

.footer .link a.instagram {
	background-position: -343px 0;
}

.footer .link a.twitter {
	background-position: -195px 0;
}



/* family */
.footer .link .family {
	float: left;
	margin-left: 25px;
}
.footer .link .family .feFoSelect {
	height: 35px;
	margin-right: 20px;
	padding: 0;
	border: 0;
	border-bottom: 2px solid #000;
	border-radius: 0;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 33px;
	background: transparent;
}
.footer .link .family option {
	font-size: 14px;
}
.footer .link .family .feFoSelect > span:after {
	right: 0;
	background-position: -169px 0;
}
.footer .link .family button {
	height: 35px;
	padding: 0 3px;
	line-height: 33px;
	background-color: #888;
}
._M .footer .menu,
._M .footer .link,
._M .footer .link > ul,
._M .footer .link .family,
._S .footer .menu,
._S .footer .link,
._S .footer .link > ul,
._S .footer .link .family {
	float: none;
}
._S .footer .menu li + li {
	padding-left: 15px;
}
._S .footer .menu li + li:before {
	left: 8px;
	width: 2px;
	height: 2px;
}
._S .footer .link a {
	width: 25px;
	height: 25px;
	background: url(../../img/common/m_spr_button.png?20230314) no-repeat;
	background-size: 250px;
}
._S .footer .menu address span + span {
	display: block;
}
._S .footer .link a + a {
	margin-left: 14px;
}


._S .footer .link a.blog {
	background-position: -160px 0;
}

._S .footer .link a.youtube {
	background-position: -193px 0;
}

._S .footer .link a.facebook {
	background-position: -130px 0;
}

._S .footer .link a.instagram {
	background-position: -225px 0;
}

._S .footer .link a.twitter {
	background-position: -105px 0;
}



._S .footer .link .family {
	margin-left: 0;
}
._S .footer .link .family .feFoSelect {
	width: 185px;
	/* min-width: 219px; */
	height: 32px;
	margin-right: 10px;
	font-size: 12px;
}
._S .footer .link .family option {
	font-size: 12px;
}
._S .footer .link .family .feFoSelect > span:after {
	background-position: -141px 0;
}
._S .footer .link .family button {
	height: 25px;
	/* padding: 0 15px; */
	line-height: 23px;
}