@charset "UTF-8";

/* header */
#top-head {
	line-height: 1;
	background: #F2F0E9;
	position: relative;
	padding: 0;
	margin-bottom: 2em;
}
#top-head a {
	color: #827346;
	text-decoration: none;
}
#top-head p {
	font-family: "BIZ UDPGothic", sans-serif;
	text-align: center;
	background: #827346;
	padding: 6px;
	color: #FFF;
	margin: 0;
	font-size: 1.5rem;
}
#top-head .logo {
	text-align: center;
	font-size: clamp(2.5rem, calc(2.5rem + ((1vw - 0.36rem) * 0.5435)), 3.5rem);
	font-weight: bold;
	line-height: 1.4em;
	padding: 20px 10px 17px;
}
#top-head .logo span {
	font-size: clamp(2.3rem, calc(2.3rem + ((1vw - 0.36rem) * 0.5435)), 3.5rem);
	font-weight: bold;
}

/* 目次へボタン
------------------------------------------------------------ */
.sp_nav_cont {
	bottom: 35px;
	right: 10px;
	position: absolute;
	z-index: 999;
}
#top-head .sp_nav_cont a {
	display: block;
	border: 1px solid #C3B68F;
	font-size: 1.6rem;
	padding: 7px 10px 7px 2em;
	line-height: 1;
	background: #FFF;
	color: #827346;
	text-decoration: none;
	border-radius: 5px;
	position: relative;
}
#top-head .sp_nav_cont a::before {
  font-family: "Font Awesome 6 Free";
	font-weight: 900;
  content: "\f0ca";/*アイコン種類*/
  position: absolute;
  left : 10px; /*左端からのアイコンまで*/
}

#top-head .sp_nav_cont div a:hover {
	background: #C3B68F;
	color: #FFF;
	text-decoration: none;
}

.container {
	font-family: "BIZ UDPGothic", sans-serif;
}

@media screen and (max-width: 575.98px) {
	#top-head .logo {
		padding-top: 15px;
	}
	.sp_nav_cont {
		bottom: -40px;
	}
}

hr.hr01{
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
hr.hr01:after {
  content: '';
  display: block;
  margin-top: 2px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

hr.hr02 {
  border-top: 1px dashed #bbb;
}

hr.hr03 {
	border-top: 1px solid #34759B;
	margin: 10px 0;
}