﻿/* CSS Document */

/*-----------------------------------------------------------
		フッター
-----------------------------------------------------------*/
#footer{
	width:100%;
}
#footer .inner{
	overflow:hidden;
	padding:70px auto;
	width:1080px;
}
@media only screen and (max-width: 769px) {
#footer .inner{
	width:86%;
	margin:0 7%;
	padding:0 0 30px;
}
}
#footerNav{
	overflow:hidden;
	background-color:#fafafa;
}
@media only screen and (max-width: 769px) {
#footerNav{
	background-color:#fff;
}
}
#footerNav .footerNavLeftBox{
	float:left;
	width:280px;	
}
@media only screen and (max-width: 1024px) {
#footerNav .footerNavLeftBox{
	width:29%;
	margin-left:25px;
}
}
@media only screen and (max-width: 769px) {
#footerNav .footerNavLeftBox{
	float:none;
	width:100%;
	margin-left:initial;
}
}
#footerNav .footerNavRightBox{
	/*float:right;*/
	width:1080px;
	
}
@media only screen and (max-width: 1023px) {
#footerNav .footerNavRightBox{
	width:65%;
}
}
@media only screen and (max-width: 769px) {
#footerNav .footerNavRightBox{
	float:none;
	width:100%;
	display:none;
}
}
#footerNav .category{
	color:#f00;
	width:180px;
	font-size:16px;
	font-weight:bold;
	float:left;
	margin-bottom:14px;
}
@media only screen and (max-width: 769px) {
#footerNav .category{
	width:100%;
	float:none;
}
}
#footerNav .category a:link{
	color:#f00;
	text-decoration: none;
}
#footerNav .category a:visited {
	color:#f00;
	text-decoration: none;
}
#footerNav .category a:hover{
	color: #f00;
}
#footerNav .category a:active {
	color:#f00;
	text-decoration: none;
}
#footerNav ul{
	float:left;
	width:800px;
}
@media only screen and (max-width: 769px) {
#footerNav ul{
	float:none;
	width:100%;
}
}
#footerNav dt{
	font-weight:bold;
	font-size:16px;	
}
#footerNav dd{
	display:inline-block;
	margin-right:1.6em;
	font-size:14px;
}
#footerNav dd::before{
	content: "> ";
	color:#f00;
}
#footerNav dd a:link{
	color:#333;
	text-decoration: none;
}
#footerNav dd a:visited {
	color:#333;
	text-decoration: none;
}
#footerNav dd a:hover{
	color: #333;
	text-decoration: underline;
}
#footerNav dd a:active {
	color:#333;
	text-decoration: none;
}
#footerNav .item{
	border-bottom:solid 1px #ccc;
	overflow:hidden;
	padding:20px 0;
}
@media only screen and (max-width: 1024px) {
#footerNav .item{
	width:95%;
}
}
#footerNav .item:last-child{
	border-bottom:none;
}
/*#footerNav .contactBtn{
	display:block;
	background-color:#0072B9;
	background-image:url(../img/common/mail-icon.png);
	background-repeat:no-repeat;
	background-size:24px;
	background-position:left 20px center;
	padding-left:56px;
	font-weight:normal;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	line-height:3.5em;
	width:220px;
}
@media only screen and (max-width: 1024px) {
#footerNav .contactBtn{
	width:65%;
	font-size:70%;
}
}
@media only screen and (max-width: 769px) {
#footerNav .contactBtn{
	width:80%;
	padding:0 10%;
	text-align:center;
}
}
#footerNav .contactBtn:link{
	color:#fff;
	text-decoration: none;
}
#footerNav .contactBtn:visited {
	color:#fff;
	text-decoration: none;
}
#footerNav .contactBtn:hover{
	color: #fff;
	text-decoration: underline;
}
#footerNav .contactBtn:active {
	color:#fff;
	text-decoration: none;
}*/

#footerNav .address{
	font-size:13px;
	margin-top:10px;
	margin-bottom:30px;
}
#footerNav .address span{
	font-size:20px;
	font-weight:bold;
}






/*-----フッターページトップボタン -----*/
#footer-pagetop{
	clear:both;
	background-color:#E5002D;
	color:#fff;
	text-align:right;
}
@media only screen and (max-width: 769px) {
#footer-pagetop{
	display:none;
}
}
#footer-pagetop .inner{
	padding: 12px 0;
}
@media only screen and (max-width: 1024px) {
#footer-pagetop .inner{
	padding: 12px 15px 12px 0;
}
}

/*-----フッターメニュー -----*/
#footer-menu{
	clear:both;
	background-color:#e00012;
	color:#fff;
	border-bottom:solid 1px #fff;
}
#footer-menu .inner{
	padding:10px 0;
}
#footer-menu ul{
	overflow:hidden;
	text-align:center;
}
@media only screen and (max-width: 1024px) {
#footer-menu ul {
	padding:0 30px;
}	
}
#footer-menu li{
	/*float:left;*/
	display: inline-block;
	font-size:14px;
	padding:0px 0.9em;
	/*background-image:url(../img/common/rod.gif);
	background-repeat:no-repeat;
	background-position:left center;*/
	margin: 4px 0;
    border-left: 1px solid #fff;
    box-sizing: content-box;
    border-right: 1px solid #fff;
    margin-right: -1px;
}
@media only screen and (max-width: 1024px) {
#footer-menu li{
	padding:0px 1.3em;
	display: inline-block;
    float: none;
}
}
@media only screen and (max-width: 768px) {
#footer-menu li{
	font-size:12px;
	padding:0px 1.3em;
	display: inline-block;
    float: none;
}
}
@media only screen and (max-width: 375px) {
#footer-menu li{
	font-size:9px;
	/*padding:5px 0.5em;*/
	padding:0px 0.5em;
}
}
#footer-menu li:last-child{
	/*background-image:url(../img/common/rod.gif), url(../img/common/rod.gif);
	background-position:left center, right center;*/
}
@media only screen and (max-width: 768px) {
/*#footer-menu li:nth-child(3),
#footer-menu li:nth-child(4),
#footer-menu li:nth-child(6){
	display:none;
}
#footer-menu li:nth-child(5){
	background-image:url(../img/common/rod.gif), url(../img/common/rod.gif);
	background-position:left center, right center;
}*/
}
#footer-menu a:link {
	color: #fff;
	text-decoration: none;
}
#footer-menu a:visited {
	color: #fff;
	text-decoration: none;
}
#footer-menu a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer-menu a:active {
	color: #fff;
	text-decoration: none;
}


/*-----コピーライト -----*/
#copyright {
	clear: both;
	background-color: #e00012;
	text-align: center;
	color: #fff;
	padding: 18px 0;
	font-size:14px;
}
@media only screen and (max-width: 768px) {
#copyright {
	font-size:10px;
}
}



/*-----フッター背景画像 -----*/
#contact{
	background: url(../img/common/bg_footer.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 10px 0;
	background-position:75%;
}

#contact .footerNavLeftBox{
	width:280px;
}
@media only screen and (max-width: 1024px) {
#contact .footerNavLeftBox{
	width:29%;
	margin-left:25px;
}
}
@media only screen and (max-width: 769px) {
#contact .footerNavLeftBox{
	float:none;
	width:100%;
	margin-left:initial;
}
}

#contact .contactBtn{
	display:block;
	background-color:#E5002D;
	/*background-color:#0072B9;
	background-image:url(../img/common/mail-icon.png);
	background-repeat:no-repeat;
	background-size:24px;
	background-position:left 20px center;*/
	padding-left:28px;
	font-weight:normal;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height:3em;
	width:220px;
}
@media only screen and (max-width: 1024px) {
#contact .contactBtn{
	width:80%;
	font-size:70%;
}
}
@media only screen and (max-width: 760px) {
#contact .contactBtn{
	/*width:50%;
	padding:0 3% 0 12%;
	background-position:left 5% center;*/
	text-align:center;
	padding-left: 0px;
}
}
#contact .contactBtn:link{
	color:#fff;
	text-decoration: none;
}
#contact .contactBtn:visited {
	color:#fff;
	text-decoration: none;
}
#contact .contactBtn:hover{
	color: #fff;
	text-decoration: underline;
}
#contact .contactBtn:active {
	color:#fff;
	text-decoration: none;
}

#contact .address{
	font-size:13px;
	margin-bottom:20px;
	color:#535353;
}
#contact .address span{
	font-size:20px;
	font-weight:bold;
}


#footer #contact .inner{
    padding: 20px 0;
}
@media only screen and (max-width: 1024px) {
#footer #contact .inner{
	max-width:100%;
	padding:100px 0 80px 0;
}
}
@media only screen and (max-width: 769px) {
#footer #contact .inner{
    padding: 20px 0;
}
}

.ft-three-columns {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ft-three-columns li:nth-child(3n+1) {
    margin-left: 0;
}
.ft-three-columns li:first-child {
    margin-left: 0;
}
.ft-three-columns li {
    width: 280px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 768px) and (min-width: 540px) {
.ft-three-columns li {
    width: 32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 15px 2%;
}
}
@media only screen and (max-width: 768px) {
.ft-three-columns li {
    width: 32%;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
    margin: 5px;
}
}
@media only screen and (max-width: 539px) {
.ft-three-columns li {
    width: 100%;
    margin-left: 0;
    float: left;
    text-align: center;
}
}








