@charset "utf-8";
/* CSS Document 
.mochiy-pop-one-regular {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m-plus-2-<uniquifier> {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.funnel-display-<uniquifier> {
  font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
.sp_nav {
	display: none;
}
span.bk {
	display: inline-block;
}
.sp_br {
	display: none;
}

/***************************************************/
footer {
	width: 100%;
	background-color: #DECCAB;
}
#footer_top {
	width: 90%;
	max-width:1480px;
	min-width: 1024px;
	margin: 0 auto;
	background-color: #DECCAB;
	color: #393530;
}
#footer_container {
	padding: 40px 0 20px 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#footer_container .footer_logo {
	width: 20%;
}
#footer_container .footer_info {
	width: 35%;
	line-height: 1.6rem;
	font-family: "M PLUS 2", sans-serif;
	color: #70511a;
}
#footer_container .footer_info .foot_add {
	font-weight: 700;
}
#footer_container .footer_info .foot_add2 {
	font-size: 13px;
	margin-bottom: 1rem;
}
#footer_container .footer_info .foot_txt01 {
	font-weight: 700;
	font-size: 1.2rem;
}
#footer_container .footer_info .foot_txt02 {
	font-size: 13px;
}
#footer_container .footer_info .foot_txtTEL {
	font-size: 24px;
	padding-top: 0.5em;
	padding-left: 36px;
	font-weight: 900;
	background-image: url('../images/tel_img.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 26px;
}
#footer_container .footer_cal {
	width: 40%;
}
#footer_under {	
	width: 100%;
	background-color: #70511a;
	text-align: center;
	color: #FFF;
	padding: 1rem 0;
	font-size: 0.8rem;
}
/***********************************タブレット*************************************************/
@media screen and (max-width: 1200px) {
/**********************************************************************************************/
	
}