@charset "utf-8";
/* CSS Document */


/*dl, dt, dd, ol, ul, li,
 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 15px;
	vertical-align:baseline;
}*/



footer ul {
    list-style:none;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 15px;
	vertical-align:baseline;
}
footer a {
    margin:0;
    padding:0;
	color: #333;
	text-decoration: none;
    vertical-align:baseline;
    background:transparent;
	outline:0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}


	
/* -----------------------------------------------------
footer
-------------------------------------------------------- */

footer {
	width: 100%;
	min-width: 1120px;
	height: auto;
	background: #66605b;
	float: none;
	clear: both;
	position: relative;
	z-index: 1;
	display:block;
	margin-top: 50px;

}
footer section {
	width: 1120px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
footer div {
	width: 270px;
	height: auto;
	padding: 40px 0 0 0;
	float: left;
	text-align:  left;
}
footer div .footer__logo {	padding: 5px 0 0 0;}
footer div address {
	display: block;
	padding: 25px 0;
	font-size: 14px;
	font-style: normal;
	color: #fff;
	line-height: 1.8em;
}
footer div small {
	display: block;
	padding: 0 0 25px 0;
	font-size: 13px;
	color: #fff;
}
footer div a {
	width: 220px;
	height: 35px;
	padding: 0 30px;
	font-weight: 600;
	color: #fff !important;
	line-height: 30px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	border: #9a9691 solid 2px;
}
footer div a:hover {
	border: #fff solid 2px;
	background: #fff;
	color: #4b4642 !important;
	text-decoration: none;
}
footer div a:before {
    font-size: 18px;
	line-height: 30px;
	font-weight: normal;
    color: #ccc;
    float: left;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
footer div a:hover:before {
	color: #4b4642;
}

footer ul {
	width: 850px;
	height: auto;
	padding: 40px 0;
	float: left;
}
footer ul li {
	width: 190px;
	height: 545px;
	padding: 5px 0 0 0;
	box-sizing: border-box;
	float: left;
	border-left: #89817b solid 1px;
}
footer ul li:first-child {
	width: 200px;
}
footer ul li:first-child + li + li + li {
	width: 270px;
}

footer ul li dl {
	width: 100%;
	height: auto;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
}
footer ul li:first-child + li + li + li dl {
	padding: 0 0 0 30px;
}
footer ul li dl dt {
	font-family:'Noto Sans Japanese', 'sans-serif';
	letter-spacing: 0.1em;
	font-size: 18px;
	
	padding: 0 0 20px 0;
}
footer ul li dl dd {
	padding: 0 0 10px 0;
		margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 15px;
	vertical-align:baseline;
	line-height: 2em;

}
footer ul li dl dd a {
	font-size: 13px;
	color: #e3e2e2 !important;
}
footer ul li dl dd a:hover {
	opacity: 0.6;
	text-decoration: none !important;
}
footer ul li:first-child + li + li + li dl dd {
	font-size: 10px;	
	padding: 0 0 15px 0;
}
footer ul li:first-child + li + li + li dl dd span {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	display: block;
}

footer p.copy {
    width: 100%;
    height: 30px;
    display: block;
    line-height: 30px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    background: #69a17d;
    color: #ebebeb;
    letter-spacing: 0.1em;
}
