.top-icon01 {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9999;
}

.font01 {
	color: #6b2800 !important;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f40;
  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: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.border01{
		border-left: 1px solid #6b2800;
	}
.border02{
		border-right: 1px solid #6b2800;
	}
@media (max-width: 991.98px) {
	.border01{
		border-left: none;
	}
	.border02{
		border-right: none;
	}

}