@charset "utf-8";

/*text-align*/
.right { text-align:right; }
.center { text-align:center; }

/*font-weight*/
.bold { font-weight:bold; }

/*font-size*/
.txt_small02 { font-size:1.0rem; }
.txt_small01 { font-size:1.2rem; }
.txt_big01 { font-size:1.6rem; }
.txt_big02 { font-size:1.8rem; }
.txt_big03 { font-size:2.0rem; }
.txt_big04 { font-size:3.0rem; }

/*decoration*/
.uline { text-decoration : underline; }
.l_thrh {
	text-decoration: line-through;
}

/*color*/
.txt_red { color:#FF0000; }
.txt_blue { color:#0044FF; }
.txt_green { color:#44AF35; }
.txt_orange { color:#E5815C; }
.txt_white {color: white;}

/*line-height*/
.lh17 {
	line-height: 1.7em;
}

.att15 {
	text-indent: -1.3em;
	padding-left: 1.5em;
}
.att50 {
	text-indent: -5em;
	padding-left: 5em;
}

.ttl01 {
	color: #FFF;
	font-size: 3rem;
	font-weight: 700;
	padding: 20px 14px 17px;
	background: #222323 url("../images/bg01.png") top -10px right;
	letter-spacing: 2px;
	margin: 0;
	width: 100%;
	margin-bottom:  3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* CSS3 */
	font-family: 'Noto Serif JP', serif;
	box-sizing: border-box;
}
.ttl01 span {
	display: block;
	font-size: 2rem;
	margin-top: 5px;
	color: #97979A;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
}

.ttl02 {
	background: #8F7334;
	font-size: 2rem;
	font-weight: 500;
	color: #FFF;
	padding: 6px 14px 8px;
	margin: 10px 0;
}
.ttl02_od {
	background: #222323;
	font-size: 2rem;
	font-weight: 500;
	color: #FFF;
	padding: 6px 14px 8px;
	margin: 10px 0;
}

.ttl03 {
	border-left: 5px solid #8F7334;
	background: #E7DBBF;
	font-size: 1.8rem;
	font-weight: 700;
	color: #8F7334;
	padding: 4px 10px 6px;
	margin: 0.5em 0;
}

.ttl04 {
	border-bottom: 3px solid #8F7334;
	font-size: 1.6rem;
	font-weight: 500;
	color: #8F7334;
	padding-bottom: 3px;
	margin: 0.5em 0;
}

.ttl05 {
	padding: 0.4em 0.5em 0.3em;
	border: solid 1px #8F7334;
	border-left: solid 7px #8F7334;
	  font-weight: bold;
	  font-size:1.6rem;
	  color: #4b3b16b2;
	  line-height: 1.5;
	  margin-top: 0.5em;
	  background: hsla(0,0%,100%,0.50);
  }

  .ttl06 {
	padding: 6px 10px 5px;
	font-size:1.6rem;
	font-weight: bold;
	color: #4b3b16b2;
	line-height: 1.5;
	border-left: 7px solid #8F7334;
	border-bottom: 1px solid #8F7334;
	margin: 0.5em 0 0.5em;
}

.ttl_pgm01 {
	background:#8F7334;
	font-size: 2rem;
	font-weight: 500;
	color: #FFF;
	padding: 6px 15px 8px;
}
.ttl_pgm02 {
	border-bottom: 3px solid #8F7334;
	font-size: 1.8rem;
	font-weight: 500;
	color: #8F7334;
	padding-bottom: 6px;
	margin: 1em 0;
}
.ttl_pgm03 {
	border-left: 3px solid #8F7334;
	background: #E7DBBF;
	font-size: 2rem;
	font-weight: 700;
	color: #8F7334;
	padding: 8px 15px 10px;
}
.ttl_pgm04 {
	font-size: 2.0rem;
	font-weight: 700;
	margin: 10px 0;
	font-family: 'Yu Gothic', serif;
	color: #535352;
}
.ttl_pgm05 {
	font-size: 2.1rem;
	font-weight: 500;
	margin: 10px 0 15px 0;
	position: relative;
	padding-left: 28px;
}
.ttl_pgm05::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f138';
  color: #CBB174;
	font-size: 2.1rem;
}


  

.sp_pgm01 {
	font-size: 1.4rem;
	position: relative;
	padding-right: 1.5em;
}
.sp_pgm01::after {
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f08e';
  color: #8F7334;
}

/* 表示領域が991.98px以下の場合に適用するスタイル */
@media screen and (max-width: 991.98px) {
	.ttl01 {
		margin: 0;
	}
	.ttl_pgm03 {
		font-size: 1.8rem;
		padding: 4px 15px 6px;
	}
	.ttl_pgm05,
	.ttl_pgm05::before {
		font-size: 1.8rem;
	}
}

/* 表示領域が575.98px以下の場合に適用するスタイル */
@media screen and (max-width: 575.98px) {
	.ttl01 {
		font-size: 2.4rem;
		letter-spacing: 0px;
		padding: 13px 14px 10px;
		background: #222323 url("../images/bg01.png") top right;
		background-size: cover;
	}
	.ttl02 {
		font-size: 1.8rem;
		padding: 4px 14px 6px;
	}
}

