 /*フッター設定ここから*/
.foot {
    border-top: #f8b704 2px solid;
}
.footer {
	display: flex;
	width: 80%;
	height: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	line-height: 200%;
}
.left_foot {
	width: 50%;
	margin-right: 10px;
}
.left_foot {
    width: 48%;
    padding-right: 10px;
}
.right_foot {
    width: 50%;
}
.fot-info {
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    border-top: solid 1px chocolate;
}
/*コピーライト設定*/
address {
	text-align: center;
	background-color: #f8b704;
	color: #fff;
	margin-top: 10px;
	height: auto;
	padding: 5px;
}
/*グーグルマップ*/
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*フッター住所見出し設定*/
.h2mail_foot {
	border-bottom: #ff5ad6 solid 1px;
    width: 100%;
    text-align: center;
    color: darkmagenta;
}
.h2mail_foot:before {
	font-family: "Font Awesome 5 Free";
	content: '\f152';
	font-weight: 900;
	font-size: 25px;
	margin-right: 10px;
    color: darkmagenta;
	display: inline-block;
	margin-top: 10px;
    margin-bottom: 10px;  
}
/*フッターバス見出し設定*/
.bass_foot {
    border-bottom: #eb1eda solid 1px;
    border-top:  #eb1eda solid 1px;
    width: 100%;
  
}
.bass_foot:before {
	font-family: "Font Awesome 5 Free";
	content: '\f5e4';
	font-weight: 900;
	font-size: 20px;
	margin-right: 10px;
	color: #eb1eda;
	display: inline-block;
	margin-top: 10px;
    margin-bottom: 10px;  
}
/*フッター営業時間見出し設定*/
.info-h3 {
    position: relative;
    padding: 0.25em 0;
    color: darkmagenta;
  }
.info-h3:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
  }
 /*フッター見出し設定ここまで*/