@charset "utf-8";

/*text-align*/
.right { text-align:right; }
.center { text-align:center; }

/*font-weight*/
.bold { font-weight: 700; }
.bold01 { font-weight: 500; }

/*font-size*/
.txt_small02 { font-size:1.2rem; }
.txt_small01 { font-size:1.4rem; }
.txt_big01 { font-size:1.8rem; }
.txt_big02 { font-size:1.9rem; }
.txt_big03 { font-size:2.0rem; }
.txt_big04 { font-size:2.2rem; }
.txt_big05 { font-size:2.4rem; }

/*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;}

.font_Noto-Serif {
	font-family: "Noto Serif JP", serif;
}

/*line-height*/
.lh17 {
	line-height: 1.7em;
}

.att10 {
	text-indent: -1em;
	padding-left: 1em;
}

.att15 {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.att30 {
	text-indent: -3em;
	padding-left: 3em;
}

.att50 {
	text-indent: -5em;
	padding-left: 5em;
}

.ttl01 {
	color: #FFF;
	font-size: clamp(2.2rem, calc(1vw + 2rem), 2.6rem);
	font-weight: 700;
	padding: 18px 25px 20px;
	background: #5E453A;
	letter-spacing: 1px;
}

.ttl02 {
  position: relative;
  padding: 0.45em 0.1em;
	margin: 0 0 0.5em;
  border-bottom: 3px solid #5E453A;
	color: #5E453A;
	font-size: 2.4rem;
}
.ttl02:before {
  position: absolute;
  bottom: -14px;
  left: 0.65em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #5E453A transparent transparent transparent;
}
.ttl02:after {
  position: absolute;
  bottom: -10px;
  left: 0.65em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
}

.ttl02a {
	color: #5E453A;
	font-size: 2rem;
	font-weight: 700;
	padding: 5px 5px 7px;
	margin-bottom: 0.5em;
	border-bottom: 3px double #5E453A;
}
.ttl02b {
	font-size: 2rem;
	padding: 6px 15px 8px;
	margin-bottom: 0.5em;
	color: #5E453A;
	background: #D3E8F3;
	border: 1px solid #BCDDED;
	font-weight: 700;
	letter-spacing: 2px;
}

.ttl03 {
	color: #FFF;
	font-size: 2rem;
	font-weight: 500;
	padding: 6px 15px 8px;
	margin-bottom: 0.5em;
	background:#372C7F;
}
.ttl03 span {
	font-size: 1.3rem;
}


.ttl03-2 {
	color: #FFF;
	font-size: 2rem;
	font-weight: 500;
	padding: 6px 15px 8px;
	margin-bottom: 0.5em;
	background:#028760;
}
.ttl03-2 span {
	font-size: 1.3rem;
}





.ttl04 {
	padding: 6px 10px 5px;
	font-size:1.6rem;
	font-weight: bold;
	color: #1D2088;
	border-left: 7px solid #1D2088;
	border-bottom: 1px solid #1D2088;
	margin: 0.5em 0 0.5em;
}

.flex03 p {
	/*font-size: calc(0.25vw + 1.3rem)★*/;
	font-size: calc(0.2vw + 1.3rem);
	line-height: 1.8em;
}

.ttl_pgm01 {
	font-size: 2.2rem;
	font-weight: 700;
	color: #5E453A;
}

.ttl_pgm02 {
	margin-top: 0.2em;
	font-size: 1.7rem;
	font-weight: 700;
	color: #846151;
}

/* 表示領域が767.98px以下の場合に適用するスタイル */
@media screen and (max-width: 767.98px) {
	.ttl_gree01 h2 {
		line-height: 1.5em;
		font-size: 2.2rem;
	}
	.ttl_gree01 h3 {
		font-size: 1.5rem;
	}
	.txt_big05 {
		font-size:2.2rem;
	}
	.ttl_resept01 {
		font-size:2.2rem;
	}
}