@charset "utf-8";




@media screen and (max-width: 768px){

}

@media screen and (max-width: 468px){

}


.reservation dd {
	border: 1px solid #ccc;
    border-bottom: none;
    background-color: #fff;
    padding: 4px!important;
    box-sizing: border-box;
}
.tel_btn{

}

.tel_btn a{
	padding: 5px 0;
	font-size: 1.8em;
	color: #fff!important;
	display: block;
	width: 200px;
	max-width: 100%;
	background: #111;
	text-align: center;
	font-weight: bold;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

.tel_btn span{
	position: relative;
	padding-left: 30px;
}

.tel_btn span::after{
	content: "\f1e4";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	font-family: "Font Awesome 5 Pro";
}

.f_info{
	font-size: 1.2em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP', serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",'Noto Sans JP', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}

.f_info a{
	color: #333!important;
	font-size: 1.8em;
	font-weight: bold;
}

@media screen and (max-width: 640px){
	#footer .footer_container {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#footer .footer_container > div{
		width: 100%
	}
}