/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #754C24;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header {
	height: 50px;
}

.address {
	position: absolute;
	top: -90px;
	right: 10px;
}

main {
	background-color: #ffffff;
	padding-bottom: 100px;

}

footer {
	position: relative;
}

main>article {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

header,
main,
footer {
	display: block;
	width: 100%;
	margin: 0 auto;
}

h4 {
	padding-left: 0.3em;
	border-left: 10px solid #754C24;
}

table {
	border-collapse: collapse;
}

th,td {
	padding: 0.2em 0.3em;
	border: 1px solid #600000;
	text-align: center;
}
div.left {
	float: left;
}

div.right {
	float: right;
}

iframe.map {
	float: left;
}

.cf:after {
	content:" ";
	display:block;
	clear:both;
}

/*　20201205追加　*/

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #666666;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}