/* BASIC css start */
#footer :is(*){box-sizing:border-box}
#footer{width: 100%; background-color: #fff; margin-top: 100px;box-sizing:border-box; border-top:2px solid #222;} 
.foot_inner{width: 1260px; margin: 0 auto;display: flex; align-items: start; justify-content: space-between;}

 
#footer .foot_top{background-color: #fff;}
#footer .foot_top .foot_inner{ padding: 19px 0; }
#footer .foot_top .foot_inner ul.f_menu{display: flex; align-items: center; gap: 20px;}
#footer .foot_top .foot_inner ul.f_menu li{ position:relative; }
#footer .foot_top .foot_inner ul.f_menu li a{display: block;color: #2e2e2e;font-size:15px; font-weight: 500;}
#footer .foot_top .foot_inner ul.f_menu li a strong{color: #333;}
#footer .foot_top .foot_inner ul.f_menu li+li:after {display:block; content:''; position:absolute; left:-10px;  top:15%; width:1px; height:60%; background:#7f7f7f;}
#footer .foot_top .foot_inner select{background-color: transparent; padding: 0 0 10px; border: none; border-bottom: 1px solid #000; font-size: 14px; font-weight: 600;padding-right: 40px; }
#footer .foot_top .foot_inner select option{background-color: none; }
#footer .foot_logo{}
#footer .foot_logo .logo{ padding: 40px 0 0 0; max-width:150px }
#footer .foot_logo .logo img{ width: 100%;  }
#footer .foot_middle{} 
#footer .foot_middle .foot_inner{border-bottom: 1px solid #f5f5f5; padding: 20px 0 40px;}
#footer .foot_middle .foot_inner>div{}
#footer .foot_middle .foot_inner>div h4{ margin-bottom: 7px;  color:#121212; font-weight:500;}
#footer .foot_middle .foot_inner>div h4:has(span){display: flex; align-items: center; gap: 7px;}
#footer .foot_middle .foot_inner>div ul{}
#footer .foot_middle .foot_inner>div ul li{color: #2e2e2e;  font-size:15px;   font-weight: 500;}
#footer .foot_middle .foot_inner .f1 li{display: inline-block; line-height: 1.6;  margin-right:15px;}
#footer .foot_middle .foot_inner .f1 li.bg{position: relative;padding-right: 7px;margin-right: 3px;}
#footer .foot_middle .foot_inner .f1 li.bg::after{content: ""; display: block; width: 1px; height: 10px; background-color: #777; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
#footer .foot_middle .foot_inner .f1 li a{display: inline-block; border: 1px solid #999; padding: 4px 9px; margin-left: 6px;color:#2e2e2e; }
#footer .foot_middle .foot_inner .f2 li{display: inline-block; margin-bottom: 2px;}
#footer .foot_middle .foot_inner .f2{}
#footer .foot_middle .foot_inner .f2 li strong{color: #222;}
#footer .foot_middle .foot_inner .f3{}
#footer .foot_middle .foot_inner :is(.f3,.f2) li{line-height: 1.4;}
#footer .foot_middle .foot_inner .copy{color: #8f8f8f; font-size: 14px; padding-top: 20px; }
.shop_tel {color:#da2128; font-weight:300; }

#footer .foot_bottom{padding-top: 20px; padding-bottom:60px;}
#footer .foot_bottom .foot_inner{}
#footer .foot_bottom .foot_inner ul{display: flex; align-items: center; gap: 28px;}
#footer .foot_bottom .foot_inner ul li{}
#footer .foot_bottom .foot_inner ul li a{}
#footer .foot_bottom .foot_inner ul li a img{}


.copy_wrap .right{position: relative;float:right; width:20%; padding-left: 10px;  }
.copy_wrap .right ul{position: absolute; right: 0; }
.copy_wrap .right ul .sns{}
.copy_wrap .right ul .sns a{display: inline-block; padding: 0 7px; margin-right: 10px}
.copy_wrap .right ul .sns a img{}


.inicis{ font-size: 12px; color: #aaa; display: block; margin-top: 10px;}





/* ÇÏ´Ü °íÁ¤ ¹öÆ° */
.section_fixedFooter .btn_toggle_area {
	width: 100%;
	height: 44px;
	position: relative;
}
.section_fixedFooter .btn_toggle_area .btn_up {
	width: 55px;
	height: 55px;
	display: block;
	text-align: center;
	border-radius: 30px;
	position: absolute;
	right: 10px;
	top: 0
}
.section_fixedFooter .btn_toggle_area .btn_fixedFooter {
	opacity: 0;
	width: 55px;
	height: 55px;
	display: block;
	text-align: center;
	border-radius: 30px;
	position: absolute;
	top: 0;
	right: 10px;
}
.section_fixedFooter .btn_toggle_area .btn_fixedFooter img {
	width: 100%;
}
.section_fixedFooter .btn_toggle_area .btn_fixedFooter.talk {
	top: -110px !important;
}
.section_fixedFooter .btn_toggle_area .btn_fixedFooter.gotop {
	top: -50px !important;
}
/* //ÇÏ´Ü °íÁ¤ ¹öÆ° */
/* ÇÏ´Ü °íÁ¤ ¸Þ´º */

.section_fixedFooter {
	z-index: 777;
	width: 100%;
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0;
}
.section_fixedFooter .section_fixedFooter_dn {
	display: none;
	box-shadow: 0 0 10px 1px #404040;
	border-top: 1px solid #C1C1C1;
}
.section_fixedFooter .footerInfo {
	background-color: #fff;
}
.section_fixedFooter .footerInfo .footerInfoTop {
	border-bottom: 1px solid #b3b3b3;
	padding: 20px;
}
.section_fixedFooter .footerInfo .footerInfoTop .footerInfoTopLeft {
	float: left;
}
.section_fixedFooter .footerInfo .footerInfoTop .footerInfoTopLeft dt {
	font-size: 1.3em;
	margin-bottom: 6px;
}
.section_fixedFooter .footerInfo .footerInfoTop .footerInfoTopLeft .tel {
	color: #f1494d;
	font-size: 1.500em;
	margin-bottom: 6px;
}
.section_fixedFooter .footerInfo .footerInfoTop .footerInfoTopRight {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background-color: #3c3c3c;
	display: table;
	text-align: center;
	float: right;
}
.section_fixedFooter .footerInfo .footerInfoTop .footerInfoTopRight a {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.section_fixedFooter .footerInfo .footerInfoBottom {
	border-bottom: 1px solid #b3b3b3;
	padding: 20px;
}
.section_fixedFooter .footerInfo .footerInfoBottom .footerInfoBottomLeft {
	float: left;
}
.section_fixedFooter .footerInfo .footerInfoBottom .footerInfoBottomLeft dt {
	font-size: 1.3em;
	margin-bottom: 6px;
}
.section_fixedFooter .footerInfo .footerInfoBottom .footerInfoBottomRight {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background-color: #3c3c3c;
	display: table;
	text-align: center;
	float: right;
}
.section_fixedFooter .footerInfo .footerInfoBottom .footerInfoBottomRight a {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.section_fixedFooter .footerMiddle {
	background-color: #3e4347;
	text-align: center;
	padding: 12px 0;
	clear: both;
}
.section_fixedFooter .footerMiddle a {
	width: 25%;
	display: inline-block;
	border-left: 1px solid #A2A2A2;
	color: #fff;
	margin-left: -1px;
}

/* BASIC css end */

