@charset "utf-8";
/* CSS Document */


/*fontFamily*/
#eventList ul li h3{
	/* font-family: "TypelaboN Regular"; */
}


/* メイン */
section.gAd,
section.sns_btn{
	margin-bottom: 1em;
	}
section.sns_btn{
	text-align: right;
	}

.sns_btn ul li {
    display: inline-block;
    vertical-align: top;
}

.cat_pankuzu{
	font-size: 0.6rem;
	margin-bottom: 15px;
	}
#container #title_block{
	background: transparent;
	overflow: hidden;
	height: auto;
	width: 100%;
	}
#container #title_block p{
	font-size: 0.9rem;
	}
#container #title_block p span {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 5px;
	}

#eventList .searchTrigger{
	display: block;
	margin: 20px 0; 
	text-align: right;
	}
#eventList .searchTrigger button{
	padding: 0.5em;
	background: #389495;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	cursor:pointer;
}
#eventList .searchItem{
	border: 1px solid #ccc;
	padding: 0.8em;
	border-radius: 5px;
	margin-bottom: 2rem;
	}
#eventList .searchItem h3 {
	margin-top: -1.5rem;
	margin-bottom: 1rem;
	background: #fff;
	width: 6rem;
	text-align: center;
}
#eventList .searchItem li{
	margin-bottom: 0.5em;
	font-size: 0.8rem;
	}
#eventList .searchItem li:last-child{
	margin-bottom: 0;
	}


#eventList ul li{
	margin-bottom: 3em;
}
#eventList ul li ul li{
	overflow: hidden;
	margin: 1em 0.5em;
	border: 1px solid #e8d5c9;
	border-radius: 5px;
	}
#eventList ul li ul li,
#event_container #eventList ul li ul li:nth-child(2){
	background-image: linear-gradient(-45deg, #f7e1d4 10px, transparent 0);
	}
#eventList ul li p.date{
	margin: 0;
	border-left: 8px solid #652D0B;
	color: #652D0B;
	padding: 0.3em;
	}
#eventList ul li p.date span{
	font-size: 0.75rem;
	}
#eventList ul li h3{
	margin: 0 0 1.5em 0;
	font-weight: lighter;
	border-bottom: 1px solid #389495;
	padding: 0.2em 0;
	}
#eventList ul li .status span{
	padding: 0 3px;
	border: 3px double #fff;
	background: #ccc;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 0.5em;
	}
#eventList ul li .status span:last-child{
	margin-right: 0;
	}
#eventList ul li .eventDetail p{
	line-height: 2em;
	font-size: 0.9em;
	}
#eventList ul li img{
	margin: 1em auto;
	display: block;
	max-height: 300px;
	max-width: 100%;
	height: auto;
	}
#eventList ul li ul a{
	text-decoration: none;
	color: #6f3b1b;
	display: block;
	overflow: hidden;
	padding: 3%;
}
#eventList ul li ul a h3{
	color: #000;
	border-bottom: 1px solid #000;
	}
#eventList .tab_content_description{
	margin-top: 20px;
	}
/*タブ切り替え全体のスタイル*/
#eventList {
	padding-bottom: 40px;
	background-color: #fff;
	margin: 50px auto 0 auto;
	}
/*タブのスタイル*/
#eventList .tab_item {
	width: calc(100%/3);
	height: 2.5rem;
	line-height: 2.5rem;
	border-bottom: 3px solid #389495;
	font-size: 0.8rem;
	text-indent: 0.2em;
	color: #389495;
	display: block;
	float: left;
	transition: all 0.2s ease;
	text-align: center;
	background-image: linear-gradient(-45deg, #56AFB0 8px, transparent 0);
}
*::-ms-backdrop, #eventList .tab_item{
	width: 33.3333333333%;/*IE対策*/
	}
#eventList .tab_item:hover {
	border-bottom: 3px solid #F90;
	color: #F90;
	background-image: linear-gradient(-45deg, #FFD04D 8px, transparent 0);
}
/*ラジオボタンを全て消す*/
#eventList input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
#eventList .tab_content {
	display: none;
	padding: 20px 0 0 0;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#current:checked ~ #current_content,
#next:checked ~ #next_content,
#afternext:checked ~ #afternext_content {
	display: block;
}
/*選択されているタブのスタイルを変える*/
#eventList input:checked + .tab_item {
	color: #6F3B1B;
	border-radius: 8px 8px 0 0;
	background: #f7e1d4;
	box-shadow: 1px 0 1px #ccc;
	border-bottom: 3px solid #652D0B;
}
#search_month {
    text-align: right;
    margin: 0 10px 10px 0;
}
#search_form table{
	border-collapse: collapse;
	margin: 1em 0;
}
#search_form table th,
#search_form table td{
	padding: 0.2em 0.3em;
	}
#search_form table th{
	min-width: 5em;
	}


/*festaOnly*/
#fes_container #eventList ul li ul a h3{
	font-size: 1rem;
    font-weight: 500;
	}
#fes_container #eventList ul li ul a:hover{
	background: url(/images/s_event/detail_kuma.png) no-repeat bottom right;
	background-size: 40%;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #f7e1d4;
	background-color: #f7e1d4;
	}

/*eventOnly*/
#event_container #eventList ul li{
	overflow: hidden;
	}
#event_container #eventList ul li h3{
	margin-bottom: 0.5em;
	padding: 0 0 0.3em 0;
	font-size: 1rem;
    font-weight: 500;
	}
#event_container #eventList ul li h3 + p{
	margin-bottom: 0.5em;
	}
#event_container #eventList .eventDetail{
	padding-top: 0.5em;
	}
#event_container #eventList ul li .eventDetail p:first-child,
#event_container #eventList ul li .eventDetail p{
    font-size: 0.95rem;
	margin: 0;
	}
#event_container #eventList ul li .eventDetail p{
	line-height: normal;
	}
#event_container #eventList ul li ul{
	border-left: 3px solid #fff;
	overflow: hidden;
	}
#event_container #eventList ul li img{
	max-height: 150px;
	margin: 0 auto;
	}
#eventList ul li{
	border: none;
	background: #fff; 
}
#event_container #eventList ul li a{
	overflow: hidden;
	position: relative;	/* 相対位置指定 */
}
#event_container #eventList ul li a .mask {
	width: 100%;
	height:	100%;
	position: absolute;	/* 絶対位置指定 */
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(247,225,212,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:	all 0.2s ease;
}
#event_container #eventList ul li a:hover .mask {
	opacity: 1;	/* マスクを表示する */
}


/*search*/
body.search section{
	border-bottom: 1px dotted #ccc;
	padding: 0.8em 0 2em 0;
	}
body.search section:last-of-type{
	border-bottom: none;
	text-align: center;
	}
body.search section h2,
body.search section li{
	line-height: 2em;
	}
body.search section input{
	margin-right: 5px;
	}


/*キーワード検索による過去一覧*/
#event_container #lastEvent li {
	margin-bottom: 1em;
	border-left: 6px dotted #F90;
    border-bottom: 1px dotted #F90;
	padding: 0.5em 0.8em;
	line-height: 1.6;
    }
#event_container #lastEvent li:nth-child(even){
	border-left: 6px dotted #930;	
    border-bottom: 1px dotted #930;
	}
#event_container #lastEvent li span{
	display: block;
	font-size: 0.85rem;
	}


/*WebIcon*/
#eventList ul li .eventDetail p span:before,
#event_container #eventList ul li .eventDetail p:before,
#event_container #eventList ul li h3 + p:before,
#eventList ul li .eventDetail p:last-child a:before,
#eventList input + .tab_item:before,
body.search section h2:before{
	font-family: "Font Awesome 5 Free";
	}
#eventList ul li .eventDetail p:first-child span:before,
#event_container #eventList ul li h3 + p:before,
#eventList input + .tab_item:before,
body.search section h2:before{
	margin-right: 5px;
	}
#eventList ul li .eventDetail p:first-child span:before,
#event_container #eventList ul li h3 + p:before,
#eventList input + .tab_item:before{
	content: "\f073"; /*calendar*/
	}
#eventList ul li .eventDetail p:nth-child(2) span:before,
#event_container #eventList ul li .eventDetail p:first-child:before{
	content: "\f017"; /*time*/
	margin-right: 6px;
	}
#eventList ul li .eventDetail p:nth-child(3) span:before,
#event_container #eventList ul li .eventDetail p:last-child:before{
	content: "\f3c5"; /*map*/
	margin-left: 3px;
	margin-right: 8px;
    font-weight: 600;
	}
body.search section h2:before{
	content: "\f002";
	}



/*media Queries ブレイクポイント　PC対応用
----------------------------------------------------*/
@media all and (min-width: 741px) {


/* main */
#mainContainer{
	width: 950px;
	}
#wrapper #container #main{
	width: 740px;
	}
#eventList ul li .evePhoto{
	float: left;
	height: 80px;
	margin: 0.2em 0.2em 0.2em 0;
	text-align: center;
	}
#eventList ul li img{
	max-height: 200px;
	width: auto;
	height: auto;
	margin: 0 auto;
	}
#eventList ul li ul{
	margin-left: 3em;
	}
#eventList ul li p.date{
	border-right: 3px double #652D0B;
	border-left: none;
	float: left;
	width: 1.5em;
	text-align: center;
	margin: 0.5em 0 0 0.5em;
	}
#eventList .tab_item {
	font-weight: bold;
	font-size: 1rem;
	text-indent: 1rem;
	text-align: left;
}
#eventList ul li .fesPhoto{
	float: left;
	width: 200px;
	margin: 0 1em 1em 0;
	text-align: center;
	}
#eventList h3,
#eventList .eventDetail{
	padding: 0 0.3em;
	}
#eventList ul li h3{
	overflow: hidden;
	margin-right: 0.5em;
	}
#eventList ul li ul a:hover{
	background-size: 55%;
}
#event_container #eventList .evePhoto{
	margin-bottom: 1em;
}


/*FesOnly*/
#fes_container{
	padding: 0;
	}
#fes_container #eventList ul li ul a{
	padding: 1% 2%;
}
#fes_container #eventList ul li ul a:hover{
	background-size: 30%;
	}
#fes_container #eventList ul li ul a h3{
	font-size: 1.3rem;
	}
#fes_container #eventList ul li .eventDetail p{
	margin-bottom: 0.8em;
	}
#fes_container #eventList ul li .eventDetail p span:after{
	content: "時間";	
	}
#fes_container #eventList ul li .eventDetail p:first-child span:after{
	content: "期日";	
	}
#fes_container #eventList ul li .eventDetail p:last-child span:after{
	content: "会場";	
	}
#eventList ul li .eventDetail p span{
	border: 1px solid #6F3B1B;
	padding: 0.3em;
	margin-right: 0.5em;
	font-size: 1rem;
	border-radius: 5px;
	}

/*eventOnly*/
#event_container #eventList ul li ul li{
	width: 46%;
	float: left;
	height: auto;
	margin-left: 0;
	margin-top: 0;
	margin-right: 4%;
	}
#event_container #eventList ul li ul li:nth-child(even){
	margin-right: 0;
	}
#event_container #eventList ul li .eventDetail p:first-child{
	font-size: 0.95rem;
	}
#event_container #eventList .eventDetail{
	padding-left: 0;
	padding-top: 0;
	}
#event_container #eventList .evePhoto{
	float: right;
	margin-left: 0.3em;
	width: 200px;
	height: 150px;
	}
#event_container #eventList ul li a .caption {
	background: url(/images/s_event/detail_kuma.png) no-repeat bottom;
	background-size: contain;
	width: 100%;
	height: 100%;
}
#event_container #eventList ul li:nth-child(2n+0) a .caption {
	background: url(/images/s_event/detail_tori.png) no-repeat bottom;
	background-size: contain;
	width: 100%;
	height: 100%;
}
#event_container #eventList ul li:nth-child(2n+1) a .caption {
	background: url(/images/s_event/detail_mekakuma1.png) no-repeat bottom;
	background-size: contain;
	width: 100%;
	height: 100%;
}
#event_container #eventList ul li:nth-child(3n+1) a .caption {
	background: url(/images/s_event/detail_yagi.png) no-repeat bottom;
	background-size: contain;
	width: 100%;
	height: 100%;
}
#event_container #eventList ul li:nth-child(4n+1) a .caption {
	background: url(/images/s_event/detail_kuma.png) no-repeat bottom;
	background-size: contain;
	width: 100%;
	height: 100%;
}
#event_container #eventList ul li:nth-child(2n+0) a .mask {
	background-color: rgba(103,46,146,0.1);	/* マスクは半透明 */
}
#event_container #eventList ul li:nth-child(2n+1)  a .mask {
	background-color: rgba(64,103,19,0.1);	/* マスクは半透明 */
}
#event_container #eventList ul li:nth-child(3n+1) a .mask {
	background-color: rgba(25,103,96,0.1);	/* マスクは半透明 */
}
#event_container #eventList ul li:nth-child(4n+1) a .mask {
	background-color: rgba(247,225,212,0.4);	/* マスクは半透明 */
}

}

/*media Queries ブレイクポイント　スマホ対応用
----------------------------------------------------*/
@media screen and (max-width: 740px) {

body #wrapper{
	width: 100%;
	box-sizing: border-box;	
	}
#wrapper #container{
	margin: 0 1.5%;
	}
#head,
#head ul,
div#footer{
	width: 99%;
	overflow: hidden;
	}

#head_system,
#unit_container,
.mainArticle,
.block_table,
.block_table .right_td,
#wrapper div#footer{
	max-width: 740px;
	width: 100%;
	}
/* #head_rogo img{
	width: 200px;
	height: auto;
	} */
#head,
#head_rogo{
	text-align: center;
    float: none;
	}

/* main */
.cat_pankuzu{
	display:none;
	}
#main,
#title_block{
	width: 100%;
	margin: 0;
	}
#main{
	float: none;
	}
#main{
	margin-top: 10px;
	margin-bottom: 10px;
	}
#title_block{
	border: none;
	text-align: center;
	height: 70px;
	}
#container #title_block h1{
	margin: 0;
	padding: 10px 0;
	font-size: 1rem;
	}
	
/*footer*/
.unit_footer .footer_tel{
	display: block;
	}
div#footer{
	padding: 0;
	}
#copyright{
	text-align: center;
	padding: 5px 15px;
	}
#footer #copyright ul li{
	margin-bottom: 5px;
	}

}

/*media Queries ブレイクポイント　タブレット対応用
----------------------------------------------------*/
@media (min-width: 660px) {



}

/*media Queries ブレイクポイント　極小スマホ対応用
----------------------------------------------------*/
@media screen and (max-width: 365px) {


}