/* @group .page_ttl_area */
.page_ttl_area {
	margin: 0 0 30px 0;
}
.page_ttl_area .vol_num {
	margin: 10px auto 40px;
	padding-top: 5px;
	width: 100px;
	height: 100px;
	color: #fff;
	font-size: 60px;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	background: #ff6699;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.page_ttl_area .vol_num span {
	display: block;
}
.page_ttl_area .vol_num .vol {
	padding-top: 10px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.04em;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
}
.page_ttl_area .vol_num .vol img {
	display: block;
	margin: 0 auto;
}
.page_ttl_area .vol_num .num {
	line-height: 1;
}
.page_ttl_area h2 {
	font-size: 36px;
	line-height: 1.4;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.page_ttl_area {
		position: relative;
		margin: 0 0 30px 0;
	}
	.page_ttl_area .vol_num {
		margin: 0 0 14px;
		padding-top: 0;
		width: auto;
		height: auto;
		font-size: 14px;
		line-height: 1;
		background: transparent;
		text-align: left;
		border-radius: 0;
	}
	.page_ttl_area .vol_num span {
		display: inline-block;
		color: #FF6699;
		font-family: 'Oswald', sans-serif;
	}
	.page_ttl_area .vol_num .vol {
		background: #ddd5b3;
		text-align: left;
		border-radius: 0;
		padding: 0;
		color: #FF6699;
		background-color: transparent;
		font-size: 14px;
		line-height: 1;
		font-family: 'Oswald', sans-serif;
	}
	.page_ttl_area .vol_num .vol img {
		display: none;
	}
	.page_ttl_area .vol_num .num {
		font-size: 14px;
	}
	.page_ttl_area h2 {
		display: block;
		margin: 0 0 30px;
		padding-bottom: 28px;
		color: #203A39;
		font-size: 21px;
		text-align: left;
		line-height: 1.5;
		font-weight: bold;
		background-image: none;
		border-bottom: 2px solid #FF6699;
	}
}
/* @end */

/* @group .content_festival */
.izu_style_content.content_festival {
	padding-top: 30px;
}
@media screen and (max-width: 640px) {
	.izu_style_content.content_festival {
		padding-top: 30px;
	}
}

/* @group .festival_section */
.festival_section {
	text-align: center;
}
.festival_section h3 {
	display: block;
	margin-bottom: 30px;
}
.festival_section h3 span {
	padding: 4px 8px 0 8px;
	color: #fff;
	font-size: 24px;
	background: #ff6699;
	line-height: 1.5;
}
.festival_row {
	overflow: hidden;
	margin-bottom: 30px;
}
.festival_row .txt_col {
	text-align: left;
}
.img_full {
	margin-bottom: 30px;
}
.col2_box .col {
	float: right;
}
.col2_box .col:first-child {
	float: left;
}
.col2_box .txt_col_l {
	float: left;
	margin-top: 7px;
	width: 558px;
	text-align: left;
}
.col2_box .txt_col_r {
	float: right;
	margin-top: 7px;
	width: 558px;
	text-align: left;
}
.col2_box .txt_col_l p,
.col2_box .txt_col_r p {
	text-align: left;
}
.col3_box .col {
	float: left;
	width: 362px;
}
.col3_box .col:nth-of-type(2) {
	margin: 0 30px;
}
.col3_box .text p {
	text-align: left;
}

@media screen and (max-width: 640px) {
	.festival_section {
		text-align: center;
	}
	.festival_section > .container {
		padding-left: 0;
		padding-right: 0;
	}
	.festival_section h3 {
		display: block;
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 1;
		background-image: none;
		text-align: left;
	}
	.festival_section h3 span {
		display: inline;
		padding: 0;
		color: #000000;
		line-height: 1.5;
		font-size: 18px;
		font-weight: bold;
		background: linear-gradient(transparent 75%, rgba(255,102,153,0.5) 75%);
	}
	.festival_row {
		overflow: hidden;
		margin-bottom: 30px;
	}
	.festival_row > *:last-child {
		margin-bottom: 0 !important;
	}
	.festival_row .txt_col {
		text-align: left;
		margin-top: 30px;
	}
	.img_full {
		margin-bottom: 30px;
	}
	.col2_box .col {
		float: none;
		margin: 0 0 30px;
	}
	.col2_box .col:first-child {
		float: none;
	}
	.col2_box .txt_col_l {
		float: none;
		margin: 0 0 30px;
		width: 100%;
		text-align: left;
	}
	.col2_box .txt_col_r {
		float: none;
		margin: 0 0 30px;
		width: 100%;
		text-align: left;
	}
	.col2_box .txt_col_l p,
	.col2_box .txt_col_r p {
		text-align: left;
	}
	.col3_box .col {
		float: none;
		width: 100%;
	}
	.col3_box .col:nth-of-type(2) {
		margin: 10px 0;
	}
	.col3_box .text p {
		text-align: left;
	}
	.col3_box .txt_col h3 {
		margin-top: 30px;
	}
}

hr.fes {
	width: 100px;
	margin: 0 auto 30px;
	height: 3px;
	border: none;
	background-color: #e5e5e5;
}
@media screen and (max-width: 640px) {
	hr.fes {
		display: none;
	}
}

/* @group #festival_detail */
#festival_detail .container {
	margin-bottom: 50px;
	padding: 70px;
	background-color: #fcfbee;
	border: 1px solid #f5f5f5;
	border-radius: 8px;
}
#festival_detail .section:first-of-type {
	float: left;
	width: 558px;
}
#festival_detail .section:last-of-type {
	position: relative;
	float: right;
	width: 390px;
}
#festival_detail h3 {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
}
#festival_detail p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 2;
}
#festival_detail dl {
	font-size: 14px;
	border-bottom: 1px solid #97dfee;
}
#festival_detail dl dt {
	clear: left;
	float: left;
	width: 8em;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}
#festival_detail dl dd {
	padding: 5px;
	border-top: 1px solid #97dfee;
}
#festival_detail .gmap {
	width: 390px;
	height: 200px;
	background-color: #ccc;
}
#festival_detail  {
}
#festival_detail .gmap-btn {
	position: absolute;
	top: -30px;
	width: 390px;
	font-size: 12px;
	text-align: right;
}
#festival_detail .gmap-btn > a {
	position: relative;
}
#festival_detail .gmap-btn > a > span {
	display: inline-block;
	padding-right: 30px;
}
#festival_detail .gmap-btn > a > span::before {
	content: "";
	position: absolute;
	right: 0;
	top: -8px;
	width: 30px;
	height: 30px;
	background-image: url(../images/common/icon-map-01.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 640px) {
	#festival_detail .container {
		margin-bottom: 0;
		padding: 26px 20px;
		background-color: #fcfbee;
		border: none;
	}
	#festival_detail .section:first-of-type {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#festival_detail .section:last-of-type {
		position: relative;
		float: none;
		width: 100%;
	}
	#festival_detail h3 {
		margin-bottom: 12px;
		font-size: 17px;
		font-weight: bold;
	}
	#festival_detail p {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 1.7;
	}
	#festival_detail dl {
		font-size: 13px;
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		justify-content: center;
		border-top: 1px solid #DDDDDD;
		border-bottom: none;
	}
	#festival_detail dl dt,
	#festival_detail dl dd {
		padding: 10px 5px 10px 0;
		border-bottom: 1px solid #DDDDDD;
	}
	#festival_detail dl dt {
		clear: left;
		float: none;
		width: 5em;
		font-weight: normal;
		font-family: 'Oswald', sans-serif;
	}
	#festival_detail dl dd {
		width: calc(100% - 5em);
		border-top: none;
	}
	#festival_detail .gmap {
		width: 390px;
		height: 200px;
		background-color: #ccc;
	}
	#festival_detail .gmap-container,
	#festival_detail .gmap {
		width: 100%;
		min-height: 200px;
		background-color: #ccc;
		margin-bottom: 20px;
	}
	#festival_detail .gmap-btn {
		position: static;
		width: 100%;
		font-size: 12px;
		line-height: 1;
		text-align: center !important;
	}
	#festival_detail .gmap-btn > a {
		display: block;
		min-width: inherit;
		padding: 22px 18px;
		font-size: 15px;
		border-radius: 4px;
		overflow: hidden;
		border: 1px solid #203A39;
	}
	#festival_detail .gmap-btn > a > span {
		position: relative;
		display: inline-block;
		padding-left: 24px;
		padding-right: 0;
	}
	#festival_detail .gmap-btn > a > span::before {
		content: "";
		position: absolute;
		left: -12px;
		right: auto;
		top: -8px;
		width: 30px;
		height: 30px;
		background-image: url(../images/common/icon-map-01.svg);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
}
/* @end */