
header {
    margin-bottom: 0; 
}

.footContact{
	width:100%;
	padding: 20px 0;
	background: #ffff;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
}
.footContactIn{
	width:1070px;
	margin: 0 auto;

	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	display : flex;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
	flex-wrap        : wrap;
	justify-content: left;
}
.footContactCal{
	width:55%;
	margin-right: 3%
}
.footContactCal h3,
.footContactCal .footH3_1{
	border-bottom: 1px solid #eee;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
	background: transparent;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
}
.footContactCal h3::before,
.footContactCal .footH3_1::before{
	background: url("../images/foot/foot_cal.png") no-repeat 0 0;
	background-size: 30px auto;
	content: "";
	width:30px;
	height: 29px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 6px;
}

.footContactCal .ucart_widget_body li{
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	display : flex;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
	flex-wrap        : wrap;
	justify-content: left;
	
	width: 100%;
}
.footContactCal .ucart_widget_body li div{
	width:48%;
	margin-right: 4%;
}
.footContactCal .ucart_widget_body li div:nth-of-type(2){
	margin-right:0%;
}
.widgettitle {
    display: none !important;
}


.footContactTel{
	width:42%;
}
.footContactTel li{
	margin-bottom: 5px;
}
.footContactTel li a{
	display: block;
}
.footContactTel li a img{
	width:100%;
	height: auto;
	border: 1px solid #ddd;
	display: block;
}

.widget_welcart_calendar table td {
    text-align: center;
    padding: 10px 4px;
    border: 1px solid #ddd;
}


.footSitemap{
	width:100%;
	padding: 20px 0;
	background: #ffffff;
}
.footSitemap .footSitemapList{
	width:1070px;
	margin: 0 auto;

	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	display : flex;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
	flex-wrap        : wrap;
	justify-content: left;
}
.footSitemap .footSitemapList > li{
	width:22%;
	font-weight: bold;
}
.footSitemap .footSitemapList > li:nth-last-of-type(1){
	width:11%;
}
.footSitemap .footSitemapList > li a{
	text-decoration: none;
	color: #444 !important;
	display: block;
	margin-bottom: 10px;
}
.footSitemap .footSitemapList > li > ul {
	margin-bottom: 10px;
}
.footSitemap .footSitemapList > li > ul > li{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}
.footSitemap .footSitemapList > li > ul > li a{
	display: block;
	margin-bottom: 0;
	font-weight: normal;
}
.footSitemap .footSitemapList > li > ul > li a::before{
	content: "> ";
	color: #ff3dfe;
}


.footShoppingGuide{
	width:100%;
	padding: 20px 0;
	background: #f1f9ff;
}
.footShoppingGuide .footShoppingGuideIn{
	width:1070px;
	margin: 0 auto;

	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	display : flex;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
	flex-wrap        : wrap;
	justify-content: left;
}
.footShoppingGuide .footH3_2,
.footShoppingGuide h3{
	background: transparent;
	width:1070px;
	margin: 0 auto 20px;
	padding: 0 0 7px 0;
	font-size: 24px;
	font-weight: normal;
}

.footShoppingGuide .footShoppingGuideIn .guide-panel{
	width:32%;
	margin-right: 2%;
}
.footShoppingGuide .footShoppingGuideIn .guide-panel:nth-of-type(3){
	margin-right: 0%;
}
.guide-body li,.guide-body p{
	line-height: 140%;
	margin-bottom: 10px;
	font-size: 12px;
}
.guide-body li span{
	font-weight: normal;
}
.footShoppingGuide .guide-title{
	padding: 6px 0;
	margin-bottom: 10px;
	background:#51a9ec;
	color: #fff;
	text-align: center;
}
.footShoppingGuide .guideStitle{
	font-weight: bold;
	margin-bottom: 5px;
}

#footer{
	width:100%;
	padding: 30px 0 0 0;
	background: #fff;
}
#footer p{
	font-size: 12px;
	text-align: center;
}
#footer p.copyright{
	margin-top: 10px;
	font-size: 10px;
}

.footer-bana-area{
	padding: 50px 0 50px 0;
}
.footer-bana-area ul{
	width: 1070px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:0 5%;
}
.footer-bana-area ul li{
	width: 30%;
	display: block;
	border: 1px solid #ccc;
}
.footer-bana-area ul li a img{
	width: 100%;
	height: auto;
}


#page-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 4000;
}
#page-top a{
	width:70px;
	height: 70px;
	background: #999;
	line-height: 14px;
	padding: 21px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	display: block;
	
}
#page-top a:hover{
	background: #666;
}


@media (max-width: 767px) {



	.footContactIn{
		width:92%;
		margin: 0 auto;
	}
	.footContactCal{
		width:100%;
		margin-right: 0
	}
	.footContactCal h3,
	.footContactCal .footH3_1{
		border-bottom: 1px solid #eee;
		padding: 0 0 8px 0;
		margin: 0 0 10px 0;
		background: transparent;
		vertical-align: middle;
		text-align: center;
		font-size: 16px;
		font-weight: normal;
	}
	.footContactCal h3::before,
	.footContactCal .footH3_1::before{
		background: url("../images/foot/foot_cal.png") no-repeat 0 0;
		background-size: 30px auto;
		content: "";
		width:30px;
		height: 29px;
		display: inline-block;
		vertical-align: middle;
		margin-top: -4px;
		margin-right: 6px;
	}

	.footContactCal .ucart_widget_body li{
		display : -webkit-box;     /* old Android */
		display : -webkit-flex;    /* Safari etc. */
		display : -ms-flexbox;     /* IE10        */
		display : flex;
		-webkit-flex-wrap: wrap;          /* Safari etc. */
		-ms-flex-wrap    : wrap;          /* IE10        */
		flex-wrap        : wrap;
		justify-content: left;

		width: 100%;
	}
	.footContactCal .ucart_widget_body li table{
		width:100%;
		margin-right: 4%;
	}
	.footContactCal .ucart_widget_body li table:nth-of-type(2){
		margin-right:0%;
	}
	.footContactTel{
		width:100%;
	}
	.footContactTel li{
		margin-bottom: 5px;
	}
	.footContactTel li a{
		display: block;
		text-align: center;
	}
	.footContactTel li a img{
		width:80%;
		height: auto;
		border: 1px solid #ddd;
		margin: 0 auto;
	}
	.widget ul {
		padding-left: 0;
	}

	.widget_welcart_calendar table td {

		padding: 5px 2px;
	}
	.widgettitle {
		display: none !important;
	}


	.footSitemap .footSitemapList{
		width:92%;
		margin: 0 auto;
	}
	.footSitemap .footSitemapList > li{
		width:100%;
		border-top:1px solid #ddd;
	}
	.footSitemap .footSitemapList > li > a{
		padding: 6px 6px 6px;
		background: #eee;
		margin-bottom: 0
	}

	.footSitemap .footSitemapList > li:nth-last-of-type(1){
		width:100%;
	}
	.footSitemap .footSitemapList > li > ul > li{
		font-size: 11px;
		border-top:1px solid #ddd;
		margin-bottom: 0;
	}
	.footSitemap .footSitemapList > li > ul > li.gnaviListTitle{
		padding: 4px 0;
	}
	.footSitemap .footSitemapList > li > ul > li a{
		padding: 4px 0 5px 0;
	}

	.footShoppingGuide{
		width:100%;
		padding: 20px 0;
		background: #f1f9ff;
	}
	.footShoppingGuide .footShoppingGuideIn{
		width:92%;
	}
	.footShoppingGuide h3,
	.footShoppingGuide .footH3_2{
		width:92%;
		margin: 0 auto 10px;
		font-size: 16px;
		font-weight: normal;
	}

	.footShoppingGuide .footShoppingGuideIn .guide-panel{
		width:100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.footShoppingGuide .footShoppingGuideIn .guide-panel:nth-of-type(3){
		margin-right: 0%;
	}
	.guide-body li,.guide-body p{
		line-height: 140%;
		margin-bottom: 4px;
		font-size: 10px;
	}
	.footShoppingGuide .guide-title{
		padding: 3px 0;
	}

	#footer{
		width:92%;
		padding: 30px 0 100px;
		margin: 0 auto;
		background: #fff;
	}
	#footer p{
		font-size: 10px;
		text-align: center;
		line-height: 14px;
	}
	

	.footer-bana-area{
		padding: 00px 0 30px 0;
	}
	.footer-bana-area ul{
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap:10px 0
	}
	.footer-bana-area ul li{
		width: 60%;
		display: block;
		border: 1px solid #ccc;
	}
	.footer-bana-area ul li a img{
		width: 100%;
		height: auto;
	}

	#footer p.copyright{
		margin-top: 10px;
	}
	#page-top{
		position: fixed;
		bottom:91px;
		right: 2px;
	}
	#page-top a{
		width:50px;
		height: 50px;
		background: #999;
		line-height: 12px;
		padding: 13px 0;
		text-align: center;
		color: #fff;
		font-size: 8px;
		border-radius: 50%;
		display: block;

	}

}