@charset "utf-8";
/* CSS Document */
/*
font-family: 'Anton', sans-serif;
font-family: 'Cormorant', serif;
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Playfair Display', serif;
font-family: 'Shippori Mincho', serif;
*/
.pc_navi {
	display: none;
}
span.spbk {
	display: inline-block;
}
.pc_br {
	display: none;
}
/********************************/

/********************** フッター **************************************/
footer {
	width: 100%;
	background-color: #DECCAB;
}
#footer_top {
	width: 96%;
	margin: 0 auto;
	background-color: #DECCAB;
}
#footer_container {
	width: 100%;
	padding: 40px 0 20px 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
#footer_container .footer_logo {
	margin-bottom: 1rem;
}
#footer_container .footer_info {
	font-family: "M PLUS 2", sans-serif;
	line-height: 1.6rem;
	margin-bottom: 40px;
	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 {
	margin: 1.25rem 0;
	max-width: 640px;
}
#footer_under {	
	width: 100%;
	background-color: #70511a;
	text-align: center;
	color: #FFF;
	padding: 1rem 0;
	font-size: 0.8rem;
}

/***********************************タブレット*************************************************/
@media screen and (max-width: 820px) {
/****************************************************************************************/
	
}
/***********************************SP*************************************************/
@media screen and (max-width: 475px) {
/**************************************************************************************/
	.sp_br {
		display: block;
	}
}