/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; text-decoration:none !important; }
@media print, screen and (max-width: 999px){
a.tel, a.tel:hover { pointer-events: initial; }
}

#gotop { display: none; position: fixed; right:5px; bottom:100px; cursor: pointer;  z-index:20;}
#gotop a { display:inline-block; width:50px; height:50px; border-radius: 100%; line-height: 50px; color:#fff; opacity:0.5;  filter: alpha(opacity=50); background:#000;}
#gotop a:hover { color:#fff; opacity:1;  filter: alpha(opacity=100);}

.copyright { background: #1a0101; padding: 10px 20px; color: #fff; text-align: center; font-size: 13px;}
.copyright a { color: #fff;}

.footer-bg {background-color: #d52b1e; padding: 20px;}
.footer-title { padding-bottom: 5px; color: #fff; font-weight: bold; font-size: 17px;}
.footer-info { display: flex; flex-direction: row; flex-wrap: nowrap; align-items:flex-end; line-height: 150%; color: #fff; font-size: 13px;}
.footer-info a { color: #fff;}
.footer-info > div:nth-of-type(1) { width: calc(100% - 50px); padding-right: 15px;}
.footer-info > div:nth-of-type(2) { width: 50px;}

.side_inquiry {
	position: fixed;
	right: 5px;
	bottom: 40%;
	border: 1px solid #ccc;
	padding: 10px 6px;
	background-color: #d52b1e;
	color: #fff;
	border-radius: 2px;
  letter-spacing: 1px;
  z-index: 200;
  box-shadow: 0 2px 10px rgba(0,0,0, .4);
  transition: all .3s;
}
.side_inq_numbox {
	text-align: center;
	padding-bottom: 6px;
	border-bottom: 3px solid #fff;
  font-size: 18px;
  transition: all .3s;
}
.side_inq_aCart {
	margin-top: 10px;
  font-size: 14px;
  transition: all .3s;
}
.side_inq_aCart div{
	width: 100%;
}
.side_inq_aCart a:link,
.side_inq_aCart a:visited {
	text-decoration: none;
	color: #FFF;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-radius: 50%;
	background-color: rgba(255,255,255, .3);
	transition: all .3s;
}
.side_inq_aCart a:hover{
	background-color: rgba(255,255,255, .5);
}
.side_inq_btn{
  position: absolute;
  right: 0;
  top: -22px;
  width: 100%;
  color: #fff;
  background-color: #d52b1e;
  z-index: 201;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.off .side_inq_btn {
  right: 53px;
  top: 0px;
  transform: scale(-1);
  width: 19px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.off .side_inq_numbox {
  opacity: 0;
}
.off .side_inq_aCart {
  opacity: 0;
}
.off.side_inquiry {
  right: -50px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all .3s;
}


@media only screen and (max-width: 980px) {
	
}


@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	.footer-info { flex-direction: column; align-items:flex-start;}
	.footer-info > div:nth-of-type(1) { padding-right: 0; margin-bottom: 10px; width: 100%;}
	.footer-info > div:nth-of-type(2) { text-align: center; width: 100%;}
	.footer-info > div:nth-of-type(2) img { width: 50px;}
}
@media only screen and (max-width: 570px) {
	.footer-title { font-size: 14px;}
}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 320px) {

}