@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:2.6rem;
	font-weight: 700;
	padding: 16px 25px 18px;
	background: #66A6DA url("../images/ttl_bg.png") no-repeat center right;
	letter-spacing: 1px;
}

.ttl02 {
  position: relative;
  padding: 0.45em 0.1em;
	margin: 0 0 0.5em;
  border-bottom: 3px solid #7CBD27;
	color: #7CBD27;
	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: #7CBD27 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: #7CBD27;
	font-size: 2rem;
	font-weight: 700;
	padding: 5px 5px 7px;
	margin-bottom: 0.5em;
	border-bottom: 3px double #7CBD27;
}
.ttl02b {
	font-size: 2rem;
	padding: 6px 15px 8px;
	margin-bottom: 0.5em;
	background:#EFF5FB;
	border: 1px solid #B8E1F8;
	font-weight: 700;
	letter-spacing: 2px;
}
.ttl02c {
  position: relative;
  padding: 0.45em 0.1em;
	margin: 0 0 0.5em;
	color: #2A68B2;
	font-size: clamp(1.8rem, calc(1vw + 2rem), 3.5rem);
	text-align: center;
	font-family: "RocknRoll One", sans-serif;
  font-weight: 700;
}

.ttl02d {
  position: relative;
  padding: 0.45em 0.1em;
	margin: 0 0 0.5em;
	color: #FFF;
	font-size: clamp(1.8rem, calc(1vw + 2rem), 3.5rem);
	text-align: center;
	font-family: "Hina Mincho", sans-serif;
  font-weight: 600;
	background: #6DC884;
}
.ttl02e {
  position: relative;
  padding: 0.45em 0.1em;
	margin: 0;
	color: #2A68B2;
	font-size: clamp(1.8rem, calc(1vw + 2rem), 3.5rem);
	text-align: center;
  font-weight: 700;
}
.ttl02_pgm {
	margin: 0.5em 0;
  border-top: 3px solid #C6DF98;
}

.ttl03 {
	color: #FFF;
	font-size: 2rem;
	font-weight: 500;
	padding: 6px 15px 8px;
	margin-bottom: 0.5em;
	background:#7CBD27;
}

.ttl03a,
.ttl03b {
  position: relative;
  padding: 0 65px 0 0;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 1em;
}
.ttl03b {
	padding-left: 1.5em;
}
.ttl03a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #CCC;
}
.ttl03a span {
  position: relative;
  padding: 0 1em 0 0;
  background: #fff;
}

.ttl03b::before {
  position: absolute;
  left: 0;
	top: 1px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: '\f138';
}
.ttl03c {
  position: relative;
	padding: 6px 15px 8px;
	margin: 1em 0 0.5em;
	background:#7CBD27;
	color: #FFF;
	font-size: 2.2rem;
	font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
}
.ttl03d {
  position: relative;
	padding: 6px 15px 10px;
	margin: 1em 0 0.5em;
	color: #6DC884;
	font-size: clamp(1.6rem, calc(1vw + 2rem), 2.6rem);
	font-family: "Hina Mincho", sans-serif;
  font-weight: 600;
	border-top: 3px solid #6DC884;
	border-bottom: 1px solid #ACDFB9;
	background: #F8F9DF;
}

.ttl04 {
	color: #2F734B;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 7px 10px 8px;
	margin: 1em 0 0.5em;
	border-top: 1px solid #41A169;
	background: #D0E8DA;
}
.ttl04d {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0.5em 0;
}

.ttl06 {
	background-color: #448886;
	margin: 10px 0 5px;
	padding: 2px 10px 4px;
	font-weight: 500;
	color: #FFF;
	border-radius: 9999px;
	display: block;
	text-align: center;
	max-width: 150px;
}

.ttl_resept01 {
	font-size: 3rem;
	font-family: "Noto Serif JP", serif;
  font-weight: 500;
	text-align: center;
	color: #264090;
	margin: 10px 0 30px;
	line-height: 1.7em;
}
.ttl_resept01 span {
  font-weight: 500;
  font-style: italic;
	font-size: 3.8rem;
}
.ttl_resept02 {
	font-size: 2.2rem;
	font-family: "Noto Serif JP", serif;
  font-weight: 500;
	color: #264090;
	margin: 0;
	padding: 0 0 8px;
}

.ttl_resept03 {
  padding: 0 0 7px;
  border-bottom: 1px dotted #264090;
  font-size: 1.8rem;
  color: #264090;
	margin-top: 1.5em;
	font-weight: 500;
}

.movie_cap {
	font-weight: 500;
	background: #B2D881;
	text-align: center;
	padding: 5px 5px 7px;
	line-height: 1;
	margin: 0;
}

.ttl_tourinfo01 {
	color: #2A68B2;
	font-size: clamp(1.8rem, calc(1vw + 2rem), 2.5rem);
	font-family: "RocknRoll One", sans-serif;
}


.flex03 p {
	/*font-size: calc(0.25vw + 1.3rem)★*/;
	font-size: calc(0.2vw + 1.3rem);
	line-height: 1.8em;
}

.ttl_gree01 {
	text-align: center;
	margin-bottom: 2em;
}
.ttl_gree01 h2 {
	font-weight: bold;
	line-height: 1.7em;
	font-size: 2.6rem;
}
.ttl_gree01 h3 {
	font-weight: bold;
}
.ttl_pgm01 {
	background:linear-gradient(transparent 70%, #FFEA3E 70%);
	font-size: 2.2rem;
	font-weight: bold;
	color: #1A472B;
}
.ttl_pgm01 span {
	font-weight: normal;
	font-size: 1.8rem;
	color: #F00;
}

.ttl_pgm02 {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 1em 0;
}

.ttl_pgm02 span {
	font-size: 1.6rem;
	background: #5CB8B2;
	color: #FFF;
	padding: 0.4em 1.5em 0.55em;
	margin-bottom: 0.2em;
	display: inline-block;
	line-height: 1;
}


/* 表示領域が991.98px以下の場合に適用するスタイル */
@media screen and (max-width: 991.98px) {
	.ttl01 {
		font-size:2.2rem;
		padding: 14px 16px 15px;
	}
}

/* 表示領域が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;
	}
}