@charset "UTF-8";

/* h1非表示
---------------------------------------------------- */
/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}
/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
	display: none;
}

/*.event_name_,*/ .category_name_ {display: none;}
.pc {display: block;}
.sp {display: none;}
.bold {font-weight: bold;}
.txtC {text-align: center;}
.mb0 {margin-bottom:0px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}

.efuruhoka {
	line-height: 1.6;
}
.ec-layoutRole__main { width: 1160px!important; margin: auto;}
.ec-featureRole {
	padding-right: 0;
	padding-left: 0;
}

.ec-layoutRole .ec-layoutRole__contents{
	padding-right: 0;
	padding-left: 0;
}

/* 見出し */
/*.event_title_ {
	text-align: center;
	margin: 50px 0 30px;
}
.event_title_::after {
	left: 0;
	right: 0;
	margin: auto;
}*/
.event_title_ {
	margin-bottom: 30px;
	padding: 15px 0 15px 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	border-bottom:#dadada 2px solid;
	clear: both!important;
	position: relative;
	letter-spacing: 0.09em;
	text-align: center;
}
.event_title_:after {
	width: 200px;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: #af9010;
}
/* リード */
.efuruhoka .lead {
	margin: 40px 0;
	text-align: center;
}
.efuruhoka .lead p:first-of-type {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 10px;
}

/* 地図 */
.efuruhoka .map img {
	width: 100%;
}

/* フェスタ参加自治体紹介 */
.efuruhoka .areasearch_list_ ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.efuruhoka .areasearch_list_ ul li {
	/*width: 284px !important;
	margin-right: 3%;*/
	width: 31%;
	margin-bottom: 30px;
}
.efuruhoka .areasearch_list_ ul li:nth-child(3n) {
	margin-right: 0 !important;
}
.efuruhoka .areasearch_list_ .img_, .efuruhoka .areasearch_list_ .img_ img {
	width: 100% !important;
	height: 189px;
}/*
.areasearch_list_ h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.areasearch_list_ h3 rt {
	transform: translateY(-3px);
}
.areasearch_list_ p {
	margin-top: 0.5em;
	line-height: 24px;
	max-height: 96px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
*/

.ec-featureRole .efuruhoka .areasearch_list_{
  overflow: hidden;
}
.areasearch_list_ ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.areasearch_list_ ul li{
  width: 31%;
  /*margin-right: 30px;*/
  margin-bottom: 3em;
}
/*.areasearch_list_ ul li:nth-child(3n){
  margin-right: 0;
}*/
.areasearch_list_ ul::after{
	content: "";
	display: block;
	width: 31%;
	height: 0;
}
.areasearch_list_ .img_{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 252px;
  margin-bottom: 22px;
}
.areasearch_list_ .img_ img{
  display: block;
  max-width: 380px;
  max-height: 252px;
}
.ec-featureRole .efuruhoka .areasearch_list_ h3 rb{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.ec-featureRole .efuruhoka .areasearch_list_ h3 rt{
	transform: translateY(-3px);
}
.areasearch_list_ p{
  margin-top: 0.5em;
  line-height: 24px;
  max-height: 96px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.areasearch_list_ .more_btn_ {
  display: flex;
  justify-content: center;
  height: 40px;
  margin: 25px auto 0 auto;
}
.areasearch_list_ .more_btn_ a {
  display: block;
  text-align: center;
  width: 340px;
  height: 40px;
  background-color: #ffffff;
  border: #af9010 2px solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.areasearch_list_ .more_btn_ a:hover{
  border: #e7ddb6 2px solid;
}
.areasearch_list_ .more_btn_ a span{
  display: inline-block;
  position: relative;
  color: #af9010;
  padding: 10px 7px 10px 18px;
  line-height: 16px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.areasearch_list_ .more_btn_ a:hover span{
  color: #b4a152;
}
.areasearch_list_ .more_btn_ a span:before,
.areasearch_list_ .more_btn_ a span:after{
  content: "";
  display: block;
  position: absolute;
}
.areasearch_list_ .more_btn_ a span:before{
  width: 13px;
  height: 13px;
  top: 50%;
  left: 0;
  margin-top: -7px;
  background-color: #af9010;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.areasearch_list_ .more_btn_ a span:after{
  top: 50%;
  left: 3px;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  border-right: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
  transform: rotate(-45deg);
}

/* イベントのお知らせ */
.efuruhoka .event {
	border: 8px solid #a1d79a;
	background: #fff;
	border-radius: 50px;
	padding: 270px 20px 20px;
	position: relative;
	margin: 130px 0 60px;
}
.efuruhoka .event h3 {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	margin: auto;
	width: 400px;
	height: 352px;
}
.efuruhoka .event h3 img {
	width: 100%;
}
.efuruhoka .event .area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.efuruhoka .event .area img {
	width: 49%;
}
.efuruhoka .eventDtl {
	background: #ffecef;
	padding: 2em 2em 0.5em;
	width: 75%;
	margin: 40px auto 30px;
	border-radius: 25px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.efuruhoka .eventDtl {
		width: inherit;
		padding: 2em 1.5em 0.5em;
	}
}

.efuruhoka .eventDtl .ribbon { margin-top: -90px;}
@media screen and (max-width: 767px) {
	.efuruhoka .eventDtl .ribbon { margin-top: -50px;}
}
.efuruhoka .eventDtl h4 {
 position: relative;
  margin: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
	.efuruhoka .eventDtl h4 {
		margin: 0;
	}
}

.efuruhoka .eventDtl h4:before,
.efuruhoka .eventDtl h4:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1.5em solid #D30059;
}

.efuruhoka .eventDtl h4:before {
  left: -23px;
  border-left-width: 15px;
  border-left-color: transparent;
}
.efuruhoka .eventDtl h4:after {
  right: -23px;
  border-right-width: 15px;
  border-right-color: transparent;
}
@media screen and (max-width: 767px) {
	.efuruhoka .eventDtl h4:before {
	  left: -20px;
	}
	.efuruhoka .eventDtl h4:after {
	  right: -20px;
	}
}

.efuruhoka .eventDtl h4 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.2rem 2rem 1rem;
  color: #fff;
  background: #E8546C;
	font-weight: bold;
	font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
	.efuruhoka .eventDtl h4 span {
		font-size: 1.8rem;
	}
}

.efuruhoka .eventDtl h4 span:before,
.efuruhoka .eventDtl h4 span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #b70505 transparent transparent transparent;
}

.efuruhoka .eventDtl h4 span:before {
  left: 0;
  border-width: 10px 0 0 15px;
}

.efuruhoka .eventDtl h4 span:after {
  right: 0;
  border-width: 10px 15px 0 0;
}

.efuruhoka .eventDtl dl {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.efuruhoka .eventDtl dt {
	width: 6em;
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #D30059;
}
.efuruhoka .eventDtl dd {
	width: calc(100% - 6em);
	margin-bottom: 10px;
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	.efuruhoka .eventDtl dl {
		padding-top: 20px;
	}
	.efuruhoka .eventDtl dt,
	.efuruhoka .eventDtl dd{
		font-size: 1.5rem;
	}
}

.efuruhoka .experience {
	background: #f5f6f0;
	padding: 30px 30px 10px;
	border-radius: 30px;
}
.efuruhoka .experience dl {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.efuruhoka .experience dt {
	width: 28%;
	border-radius: 10px;
	background: #18933b;
	color: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 125%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height:1.4;
}
.efuruhoka .experience dl:nth-child(even) dt {
	background: #44af35;
}
.efuruhoka .experience dd {
	width: 70%;
}
.efuruhoka .experience dd p:first-child {
	color: #18933b;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
}
.efuruhoka .event dl:nth-child(even) dd p:first-child {
	color: #44af35;
}
@media screen and (max-width: 767px) {
/*.efuruhoka .eventDtl dl {
	flex-direction: column;
}
.efuruhoka .eventDtl dt {
	width: auto;
}
.efuruhoka .eventDtl dd {
	width: auto;
}*/

}


/* スマホ
---------------------------------------------------*/
@media screen and (max-width: 767px) {
.ec-layoutRole__main { width: inherit;}
.efuruhoka .pc {display: none;}
.efuruhoka .sp {display: block;}

.efuruhoka {
	padding: 0 4%;
}
h1.event_name_img_ {
	margin: 10px -4%;
}

/* 隕句�縺� */
.event_title_ {
	text-align: center;
	margin: 20px -4%;
	font-size: 2rem;
}
.event_title_::after {
	right: inherit;
}

/* 繝ｪ繝ｼ繝� */
.efuruhoka .lead {
	margin: 20px 0;
	text-align: left;
}
.efuruhoka .lead p:first-of-type {
	font-size: 120%;
}

/* 繝輔ぉ繧ｹ繧ｿ蜿ょ刈閾ｪ豐ｻ菴鍋ｴｹ莉� */
.efuruhoka .areasearch_list_ ul {
	padding: 0;
}
.efuruhoka .areasearch_list_ ul li {
	width: 48% !important;
	margin-right: 4% !important;
	padding: 0;
}
.efuruhoka .areasearch_list_ ul li:nth-child(3n) {
	margin-right: 4%!important;
}
.efuruhoka .areasearch_list_ ul li:nth-child(2n) {
	margin-right: 0!important;
}
.efuruhoka .areasearch_list_ .img_, .efuruhoka .areasearch_list_ .img_ img {
	height: auto!important;
}
/*.efuruhoka .areasearch_list_ p {
	font-size: 90%;
}*/


.ec-featureRole .efuruhoka .areasearch_list_ .img_{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 13px;
	padding-top: 66%;
}
.ec-featureRole .efuruhoka .areasearch_list_ .img_ img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
}
.ec-featureRole .efuruhoka .areasearch_list_ h3{
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
	margin: 0;
}
.ec-featureRole .efuruhoka .areasearch_list_ h3 rb{
    display: block;
    font-size: 17px;
    text-align: left;
}
.ec-featureRole .efuruhoka .areasearch_list_ h3 rt{
    transform: translateY(-3px);
    text-align: left;
	font-size: 1rem;
}
.ec-featureRole .efuruhoka .areasearch_list_ p{
  margin-top: 0.2em;
  line-height: 24px;
  max-height: 72px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


/* イベントのお知らせ */
.efuruhoka .event {
	border: 4px solid #a1d79a;
	border-radius: 25px;
	padding: 200px 10px 10px;
	margin: 80px 0 30px;
}
.efuruhoka .event h3 {
	top: -65px;
	width: 280px;
	height: 246.4px;
}
.efuruhoka .event .area {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.efuruhoka .event .area img {
	width: 90%;
	margin-bottom: 20px;
}
.efuruhoka .experience {
	padding: 15px 15px 5px;
	border-radius: 15px;
}
.efuruhoka .experience dl {
	display: block;
}
.efuruhoka .experience dt {
	width: 100%;
	border-radius: 5px;
	padding: 12px 10px;
	font-size: 110%;
	margin-bottom: 10px;
}
.efuruhoka .experience dd {
	width: 100%;
}
.efuruhoka .experience dd p:first-child {
	font-size: 105%;
}
}
@media screen and (max-width: 767px) {

/* 注意事項 */
.notes_box {
	margin-bottom:50px;
	padding:40px;
	background:#eae5cb;
}
.notes_box .notes_h {
	margin-bottom:30px;
	text-align:center;
	font-size:1.38rem;/* 22px */
}
.notes_box .notes_ttl {
	margin-bottom: 0.8em;
	font-size:1rem;/* 16px */
}
.notes_box .notes_ttl::before {
	content:"笳�";
	display: inline-block;
	color:#999;
}
.notes_box .notes_list li {
	margin-bottom:0.6em;
	padding-left:1em;
	text-indent:-1em;
	font-size:0.82rem;/* 13px */
}
.notes_box .notes_list li a {
	text-decoration: underline;
}
.notes_box p {
	margin: 20px 0 10px;
}

.notes_box {
	margin-bottom:50px;
	padding:40px;
	background:#eae5cb;
}
.notes_box .notes_h {
	margin-bottom:30px;
	text-align:center;
	font-size:1.38rem;/* 22px */
}
.notes_box .notes_ttl {
	margin-bottom: 0.8em;
	font-size:1rem;/* 16px */
}
.notes_box .notes_ttl::before {
	content:"笳�";
	display: inline-block;
	color:#999;
}
.notes_box .notes_list li {
	margin-bottom:0.6em;
	padding-left:1em;
	text-indent:-1em;
	font-size:0.82rem;/* 13px */
}
.notes_box .notes_list li a {
	text-decoration: underline;
}
.notes_box p {
	margin: 20px 0 10px;
}

.notes_box {padding:5%;}
.notes_h {margin-bottom:5% !important;}
.notes_list li {font-size:0.93rem !important;/* 13px */}
}


