@charset "utf-8";
/* footer */
footer {
	padding: 42px 0;
	background-color: #E1E1E1;
	clear: both;
}
footer .inner {
	display: flex;
	flex-wrap: wrap;
}
.footer-left {
	order: 1;
}
.footer-right {
	order: 2;
}
.footer-left {
	position: relative;
	width: 46%;
	display: flex;
	flex-wrap: wrap;
	margin-right: 20px;
}

.footer-right {
	position: relative;
	width: 46%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 1em;
}

footer .inner .footer-contact {
	margin: 0 1em;
	max-width: 100%;
}

footer .cnt h2 {
	color: #333;
	width: 100%;
	font-size: 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid #707070;
	margin-bottom: 1em;
}

.footer-nav {
	margin-right: 0;
}

.footer-nav ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

.footer-nav ul li {
	font-size: 14px;
	margin-bottom: 6px;
}

.footer-nav ul li a {
	color: #333;
}

.footer-nav ul li a:before {
	content: "›";
}

.footer-contact {
}

.footer-mail {
	padding: 0 15px;
	font-size: 14px;
	margin-bottom: 28px;
}

.footer-mail strong {
	font-size: 18px;
}

.footer-catalog {
	padding: 0 15px;
	font-size: 14px;
	margin-bottom: 28px;
}
.footer-catalog ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

.footer-catalog ul li {
	font-size: 14px;
	margin-bottom: 6px;
}

.footer-catalog ul li a {
	color: #333;
}

.footer-catalog ul li a:before {
	content: "›";
}

/* フッターカレンダー */
.footer-cal .block_body {
	display: flex;
}
.footer-cal .block_body .cnt {
	background: rgba(255,255,255,0);
	margin-right: 25px;
}
.footer-cal .block_body .cnt:last-child {
	margin-right: 0;
}
.footer-cal .block_body table {
	background: rgba(255,255,255,255);
	margin: 5px;
	font-size: 16px;
	border-spacing: 0;
	border-collapse: collapse;
}
.footer-cal .block_body table:last-child {
	margin-right: 0;
}
.footer-cal .block_body caption {
	font-size: 12px;
	background-color: #E1E1E1;
	padding-bottom: 5px;
	margin: -5px -5px 0 -5px;
}
.footer-cal .block_body caption span {
	display: inline-block;
	background-color: #000;
	padding: 4px;
	color: #fff;
	font-weight: bold;
}
.footer-cal .block_body table th, .footer-cal .block_body table td {
	background: rgba(255,255,255,255);
	padding: 4px;
	text-align: center;
}
.footer-cal .block_body th strong {
	color: #f00;
}
.footer-cal .block_body td strong {
	display: block;
	color: #000;
	background-color: #FF9797;
}
.holiday {
	margin: 0;
	background-color: #E1E1E1;
}
.holiday p {
	margin: 0 5px;
	background-color: #E1E1E1;
}
.holiday span {
	color: #FF9797;
}


/*最下段*/
.footer-center{
	order: 3;
} 

.footer-center{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;	
} 

footer .cnt{
	margin-bottom: 1em;
}

.footer_payment{
	clear: both;
	position: relative;	
	display: flex;
	background-color: #ffffff;
	max-width: 56%;
	padding: 1em 0;
}

.footer_payment h3{
	float: left;
	margin-right: 1em;
}

.footer_payment p{
	clear: both;
}

.footer_payment span{
	font-weight: bold;
}

.footer_payment div{
	width: 50%;
	padding:10px;
	border-right: solid 1px #ccc;
	position: relative;	
}
.footer_payment div:last-child{
	border: none;
}

.footer-link-bt {
	margin: 0 0 0 1em;
	padding: 0;
	position: relative;
	max-width: 40%;
}

.footer-link-bt dl{
	display: flex;
}
.footer-link-bt dl dt {
	font-size: 14px;
	margin-right: 8px;
	list-style: none;
	width: 60%;
}

.footer-link-bt dl dd {
	margin: 0;
	padding: 0;
}

.footer-link-bt dl dd a{
	font-size: 14px;
	padding: 4px;
	border: solid 1px #000000;
	background-color: #ffffff;
}

address {
	width: 1180px;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	margin: 10px auto 0 auto;
	text-align: right;
}

/*モバイル用設定ここから*/
/* スマホフッター固定バナー */
.sp-footer-menu {
	display: none;
}

@media screen and (max-width: 767px) {
	footer{
		width: 100%;
		margin: 0;
	}
	footer .inner {
		display: contents;
	}
	
	.footer-left,
	.footer-right,
	.footer-center{
		width: auto;
		display: block;
		margin-right: 0;
	}
	
	.footer_payment,
	.footer-link-bt{
		max-width: 100%;
		display: block;
		padding: 0 1em;
	}
	
	.footer_payment div{
		width: 100%;
		margin-bottom: 1em;
		border: none;
		border-bottom: 1px solid #666666;
	}
	.footer-link-bt dl{
		position: relative;
		display: block;
	}
	
.footer-link-bt dl dt {
    font-size: 14px;
    margin-right: 8px;
    list-style: none;
	width: 100%;
}
	.footer-link-bt dl dd{
		padding: 1em;
		text-align: center;
	}
	.footer-cal .block_body {}
	.footer-cal .block_body .cnt {
		margin-right: 10px;
		margin-bottom: 15px;
	}
	.footer-cal .block_body table {
		width: 100%;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
		margin: 0 0 5px 0;
	}
	.footer-cal .block_body caption {
		margin: 0;
	}
	.footer-cal .block_body table th, .footer-cal .block_body table td {
		padding: 1px;
		font-size: 12px;
		text-align: center;
	}
	.footer-cal .block_body caption {
		padding: 5px 0;
	}
	
	footer {
		padding: 42px 15px;
		background-color: #F7F7F7;
		clear: both;
	}
	footer .inner .cnt {
		margin: 0;
	}
	.footer-contact {
		width: auto;
	}
	footer .cnt h2, .footer-cal h2 {
		color: #000;
		font-size: 18px;
		padding-bottom: 0;
		border-bottom: none;
		margin: 0 0 10px 0;
		text-align: center;
	}
	
	.footer-catalog {
		margin: 0 0 1em 0;
		padding: 0;		
	}
	
	.footer-nav {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.footer-nav ul,
	.footer-catalog ul {
		margin: 0;
	}
	
	.footer-nav ul li a,
	.footer-catalog ul li a,
	.footer-link-bt dl dd a{
		position: relative;
		display: block;
		background-color: #fff;
		border: 1px solid #C9C9C9;
		padding: 12px 15px;
		font-size: 16px;
		font-weight: bold;
	}
	
	.footer-nav ul li a:before,
	.footer-catalog ul li a:before,
	.footer-link-bt dl dd a:before{
		display: none;
	}
	.footer-nav ul li a:after,
	.footer-catalog ul li a:after,
	.footer-link-bt dl dd a:after{
		position: absolute;
		right: 10px;
		content: ">";
		color: #C9C9C9;
	}
	.footer-nav .sub {
		margin-top: 0;
		margin-bottom: 0;
	}
	.footer-nav .sub li {
		margin-bottom: 8px;
		clear: both;
	}
	.footer-nav .sub li a,
	.footer-nav .sp-sub li a {
		font-size: 14px;
	}
    .footer-nav .sp-sub {
        display: flex;
    }
    .footer-nav .sp-sub li {
        width: calc(100% / 2);
        margin-right: 13px;
    }
    .footer-nav .sp-sub li:nth-child(even) {
        margin-right: 0;
	}

	.footer-mail {
		text-align: center;
		margin: 0 0 1em 0;
		padding: 0;
	}
	
	.footer-mail p a{
		position: relative;
		display: block;
		background-color: #fff;
		border: 1px solid #C9C9C9;
		padding: 12px 15px;
		font-size: 16px;
		font-weight: bold;
	}
	.footer-mail strong {
		font-size: 20px;
	}
	.footer-contact .sp-detail-bt a {
		border-radius: 20px;
	}
	
	.footer-left {
		order: 1;
		margin-bottom: 30px;
	}
	.footer-right {
		order: 2;
	}
	.holiday {
		margin: 0 5px 5px;
		font-size: 12px;
	}
	address {
		width: auto;
		margin: 18px 0 30px;
		padding: 18px 0 0 0;
		border-top: 1px solid #DFDFDF;
	}

	.mm-wrapper__blocker {
		position: relative;
		background-color: rgba( 0, 0, 0, 0.35 ) !important;
	}
	.mm-wrapper__blocker:before {
	    content: "CLOSE";
	    position: absolute;
	    top: 43px;
	    right: 7px;
	    color: #fff;
	    font-size: 10px;
	}
	.mm-wrapper__blocker:after {
	content: "×";
    position: absolute;
    top: 2px;
    right: 10px;
    color: #fff;
    font-size: 45px;
    line-height: 45px;
	}

	.sp-footer-menu {
	    -webkit-transform: translate3d(0vw, 0, 0) !important;
    	transform: translate3d(0vw, 0, 0) !important;
		z-index: 9999 !important;
	}

	.sp-none {
		display: none;
	}

	.sp-sub-img {
		margin: 9px 0 0 0;
		font-weight: normal;
		font-size: 12px;
	}
	.sp-sub-img img {
		float: left;
		margin: 0 15px 15px 0;
	}

	.sp-sub-img::after{
	  content: "";
	  display: block;
	  clear: both;
	}

	.footer-nav .sub li > a {
		position: relative;
		display: block;
		padding-left: 25px;
	}

	.sub a:after {
		display: none;
	}

	.footer-nav .sub li > a:before {
		display: block;
		position: absolute;
		content: "›";
		color: #D94F00;
		font-size: 18px;
		left: 12px;
		top: 7px;
	}

}
