/* CSS Document */




/*============================================================================

	SPのみ　＊　footer固定

============================================================================*/
#footer_fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
}
#footer_fixed ul {
	display: flex;
	justify-content: space-between;
	height: 100%;
	opacity: .9;
}

#footer_fixed ul li {
	height: 100%;
	line-height: 1;
}
#footer_fixed ul li a {
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer_fixed ul li a img {
	margin-right: 5px;
}

#footer_fixed ul li:nth-of-type(1) { width: 29%; background: #05687f;}
#footer_fixed ul li:nth-of-type(2) { width: 29%; background: #d3af4a;}
#footer_fixed ul li:nth-of-type(3) { width: 29%; background: #4b8f2d;}
#footer_fixed ul li:nth-of-type(4) { width: 13%; background: #302518;}




/*============================================================================

	footer

============================================================================*/
footer {
	padding: 100px 0 0;
	background: url("../images/bg01.png") center;
}
@media screen and (max-width:640px) {
	footer {
		padding: 70px 0 0;
		background: url("../images/bg01.png") center;
		background-size: 100% auto;
	}
}




footer h1 {
	text-align: center;
}
@media screen and (max-width:640px) {
	footer h1 {
		width: 70%;
		max-width: 400px;
		margin: 0 auto 30px;
	}
}



/*------------------------------ .inner ------------------------------*/
footer .inner {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	padding-bottom: 60px;
}
footer .inner ul {
	display: flex;
	justify-content: space-between;
}
footer .inner ul li {
	width: 48%;
}
footer .inner dt {
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #05687f;
	font-size: 22px;
	font-weight: 500;
	border-bottom: 1px solid #d3af4a;
}
footer .inner dd {
	font-size: 17px;
	margin-bottom: 25px;
}
@media screen and (max-width:640px) {
	footer .inner {
		padding-bottom: 40px;
	}
	footer .inner ul {
		display: block;
	}
	footer .inner ul li {
		width: 100%;
	}
	footer .inner dt {
		padding-bottom: 0px;
		margin-bottom: 10px;
		font-size: 20px;
	}
	footer .inner dd {
		font-size: 15px;
	}
}




footer .inner li:last-of-type dd {
	text-align: center;
}
footer .inner li:last-of-type dd em {
	color: #cf1818;
}
footer .inner li:last-of-type dd i:first-of-type {
	color: #05687f;
	font-style: normal;
}
footer .inner li:last-of-type dd i:last-of-type {
	color: #d3af4a;
	font-style: normal;
}
@media screen and (max-width:640px) {
	footer .inner li:last-of-type dd {
		text-align: left;
	}
}





/*============================================================================

	googlemap

============================================================================*/
#googlemap iframe {
	width: 100%;
	height: 600px;
}
@media screen and (max-width:640px) {
	#googlemap {
		width: 90%;
		margin: auto;
	}
	#googlemap iframe {
		height: 350px;
	}
}





/*============================================================================

	リンク　＊　オフィシャルサイト

============================================================================*/
#link_official {
	padding: 80px 0;
	background: url("../images/bg01.png") center;
	text-align: center;
}
@media screen and (max-width:640px) {
	#link_official {
		padding: 40px 0;
		background: url("../images/bg01.png") center;
		background-size: 100% auto;
	}
	#link_official img {
		width: 90%;
		margin: auto;
	}
}





/*============================================================================

	リンク　＊　Ad株式会社

============================================================================*/
#link_ad {
	padding: 50px 0;
	background: #f4f4f4;
	text-align: center;
}
@media screen and (max-width:640px) {
	#link_ad {
		padding: 40px 0;
	}
	#link_ad img {
		width: 90%;
		margin: auto;
	}
}





/*============================================================================

	コピーライト

============================================================================*/
#copyright{
	text-align: center;
	background: #05687f;
}
#copyright small{
	line-height: 100px;
	font-size:15px;
	color: #FFF;
}
@media screen and (max-width:640px) {
	#copyright{
		padding-bottom: 60px;
	}
	#copyright small{
		line-height: 70px;
		font-size:12px;
	}
}





