/* main */
#mainVisual{
	width: 100%;
	display: block;
	margin: 80px 0 0 0;
	background-color: var(--main-color);
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
.slick-dots li button:before {
    opacity: .6;
    color: #fff;
}
.top_slide_item {
    width: 100vw;
}
.top_slide_item img {
    max-width: 100vw;
    width: 100%;
}
#mainVisual .mainTitBlock{
    width: 100%;
    height: 482px;
    display: block;
    background-color: #fff;

	/* start 20230707追加 */
	/* margin: 0 0 0 0;
    background: url(../img/bg_main4.jpg) center;
    background-size: auto 800px; */
	/* end 20230707追加 */

}
#mainVisual  .mainTitBlock h3{
	width: 100%;
	height: 0;
	display: block;
	padding: 482px 0 0 0;
	background: url(../img/top_main_fin.jpg) no-repeat center center;
	background-size: auto 378px;
	overflow: hidden;
}

#mainVisual .mainNavi{
	padding: 16px 0 16px 0;
	background-color: var(--sub-color);
    /* background-image: url("../img/head_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
}
#mainVisual .mainNavi .wrapper{
	height: 24px;
	overflow: hidden;
}
#mainVisual .mainNavi ul{
	width: 100%;
	height: 24px;
	display: inline-block;
	margin: 0 auto 0 auto;
	font-size: 2.0rem;
	overflow: hidden;
	box-sizing: border-box;
	border-left: 1px solid #1e1e1e;
}
#mainVisual .mainNavi li{
	width: 23%;
	height: 24px;
	display: block;
	float: left;
	margin: 0 0 0 0;
	line-height: 24px;
	text-align: center;
	border-right: 1px solid #1e1e1e;
}
#mainVisual .mainNavi li:first-child{
	width: 15%;
}
#mainVisual .mainNavi li:last-child{
	width: 15%;
}
#mainVisual .mainNavi a{
	display: block;
}

#mainVisual .countDownBlock{
	width: 848px;
	padding: 30px 0 30px 0;
	background-size: auto 64px;
	background:none;
	background-color: #ffffff !important;
	color: #000000;
	overflow: hidden;
	position: absolute;
	top: 428px;
	left: calc((100% - 848px)/2);
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.0;
	letter-spacing: 2px;
	text-align: center;
	display: none;
}
#mainVisual #countdown{
	display: inline-block;
	margin: 20px 0 0 0;
}
#mainVisual #countdown span{
	display: inline-block;
	padding: 0;
	font-size: 4.2rem;
}
#mainVisual #countdown span.num10{
	margin: 0;
	position: relative;
	top: 18px;
	left: 64px;
}
#mainVisual #countdown span.num01{
	margin: 0 10px 0 0;
}
#mainVisual #countdown span img{
	width: 71px;
	height: auto;
}

#mainVisual .mainNavi ul:after,
#selectLang:after,
#selectLang ul:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* event */
.eventTit1 {
    width: 30vw;
    margin: 0 0 0 0;
    top: -25px;
    position: relative;
    display: block;
    background-color: var(--eventTit-color);
    border-radius: 0 2em 2em 0px;
    text-align: center;
    z-index: 10;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.17);
}
.eventTit1 h3{
	color: #ffffff;
}

.eventTit4 {
	max-width: 1200px;
    height: 76px;
    margin: 0 auto;
    top: -25px;
    position: relative;
    display: block;
    background-color: var(--eventTit-color);
    text-align: center;
    z-index: 10;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.17);
}

.eventTit4 h3{
	line-height: 76px;
	color: #fff;
    font-weight: normal;
}

.eventTit1 .wrapper,
.eventTit4 .wrapper{
    position: relative;
    z-index: 1100;
}

/* ↓市町村のイベント */
.z-index {
    z-index: 2000;    
}    
.z-index h2 {
    padding: 32px 10px 0 10px;
    text-align: left;
}    
/* 市町村のイベント↑ */

.eventBlock1{
	padding: 0 0 54px 0;
	/* background-color: #f6ffe7; */
    background-color: var(--eventBlock-color);
	position: relative;
}
.eventBlock1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 100%;
    background: var(--eventBlockBA-color);
    transform-origin: left bottom;
    width: 50%;
    opacity: .6;
    transform: skew(45deg);
    display: block !important;
}
.eventBlock1:after {
    position: absolute;
    bottom: 0;
    left: -10%;
    content: "";
    height: 100%;
    background: var(--eventBlockBA-color);
    transform-origin: left bottom;
    width: 50%;
    opacity: .6;
    transform: skew(45deg);
    display: block !important;
}
.eventBlock2{
	margin: 0;
	padding: 0 0 54px 0;
	/* background-color: #f6ffe7; */
    background-color: var(--eventBlock-color);
	position: relative;
}
.eventBlock2:before {
    position: absolute;
	bottom: 0;
    right: -10%;
    content: "";
    height: 100%;
    background: var(--eventBlockBA-color);
    transform-origin: right bottom;
    width: 50%;
    opacity: .6;
    transform: skew(315deg);
    display: block !important;
}
.eventBlock2:after {
    position: absolute;
    top: 0;
    right: -10%;
    content: "";
    height: 100%;
    background: var(--eventBlockBA-color);
    transform-origin: right top;
    width: 50%;
    opacity: .6;
    transform: skew(45deg);
    display: block !important;
}
.eventBlock3{
	margin: 0;
	padding: 0 0 54px 0;
	background-color: var(--eventBlock-color);
	position: relative;
}
.eventBlock3:before {
    position: absolute;
    top: 0;
    left: -10%;
    content: "";
    height: 100%;
    background: var(--eventBlockBA-color);
    transform-origin: left top;
    width: 50%;
    opacity: .6;
    transform: skew(315deg);
    display: block !important;
}
.eventBlock3:after {
    position: absolute;
    bottom: 0;
    left: -10%;
    content: "";
    height: 100%;
    background: var(--eventBlockBA-color);
    transform-origin: left bottom;
    width: 50%;
    opacity: .6;
    transform: skew(45deg);
    display: block !important;
}
.eventBlock4{
	margin: 0;
	padding: 0 0 54px 0;
	background-color: var(--eventBlock-color);
	position: relative;
}
.eventBlock4:before {
    position: absolute;
	bottom: 0;
    right: 0;
    content: "";
    height: 100%;
    background: var(--eventBlockBA-color);
    transform-origin: right bottom;
    width: 50%;
    opacity: .6;
    transform: skew(315deg);
    display: block !important;
}
.eventBlock4:after {
    position: absolute;
	bottom: 0;
    right: -10%;
    content: "";
    height: 100%;
    background: var(--eventBlockBA-color);
    transform-origin: right bottom;
    width: 50%;
    opacity: .6;
    transform: skew(315deg);
    display: block !important;
}
/*.eventBlock1:after{
	content: "";
	width: 36%;
	height: 400px;
	background-color:#ff7251;
	position: absolute;
	bottom: 40px;
	right: 0;
}*/
/* .eventBlock2:after{
	content: "";
	width: 36%;
	height: 400px;
	background-color:#fff3ad;
	position: absolute;
	top: 40px;
	left: 0;
} */


#event .col2 li dt{
	width: 180px;
	display: block;
	float: left;
}
#event .col2 li dd{
	padding: 8px 0 0 192px;
}
#event .col2 li dd h4{
	display: block;
	margin-bottom: 25px;
	font-size: 2rem;
	line-height: 1.4;
	color: #1e1e1e;
}
#event .col2 li dd .eventDateTime{
	display: block;
	margin: 10px 0 0 0;
	font-size: 1.3rem;
	color: #e23712;
}
#event .col2 li dd .eventVenue{
	display: inline-block;
	margin: 6px 0 0 0;
	padding: 2px 8px 2px 8px;
	background-color: #edebde;
	font-size: 1.3rem;
	position: relative;
	bottom: 0;
}
#event .col2 li dd .cat_soshutu{
	display: block;
	color: #aec3d6;
	font-size: 1.4rem;
}
#event .col2 li .cat_fin{
	display: inline-block;
	padding: 2px 8px 2px 8px;
	background-color: #e23712;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 1.0rem;
	text-align: center;
	position: absolute;
    z-index: 2001;
    left: 12px;
    top: 10px;
}
#event .col2 li .cat_fin.no{
	width: 22px;
	height: 0;
	display: inline-block;
	padding: 22px 0 0 0;
	background-color: transparent;
	text-align: center;
	position: absolute;
	bottom: 5px;
	right: 4px;
	overflow: hidden;
}


#event .eventBlock2 .col2 li .cat_fin.no{
	background-color: transparent;
}
#event .eventBlock2 .col2 li .cat_fin{
	background-color: #ff0000;
}


/* news */
#news{
	display: block;
	padding: 0 0 54px 0;
	background-color: #ffffff;
}
.newsLeft{
	width: 540px;
	display: block;
	margin: 64px 0 0 0;
	float: left;
	text-align: left;
}
.newsRight{
	width: 400px;
	display: block;
	margin: 50px 0 0 0;
	float: right;
}
.newsList{
	display: block;
	margin: 0 0 0 0;
	padding: 24px 0 0 0;
	border-top: 1px solid #cccccc;
}
.newsList li{
	display: block;
	margin: 0 0 24px 0;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #cccccc;
}
.newsList li dl{
	display: block;
}
.newsList li dt{
	width: 100px;
	display: block;
	float: left;
	color: #f44559;
}
.newsList li dd{
	padding: 0 0 0 110px;
}
.selectSNS{
	display: block;
	position: relative;
}
.selectSNS:before{
	content:"";
	width: 400px;
	height: 1px;
	display: block !important;
	background-color: #1e1e1e;
	position: absolute;
	bottom: 1px;
	left: 0;
}
.selectSNS li{
	width: 190px;
	display: block;
	margin: 0 0 2px 0;
	padding: 10px 0 10px 0;
	float: left;
	background-color: #e6eaef;
	position: relative;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}
.selectSNS li.on{
	margin: 0 0 0 0;
	padding: 12px 0 12px 0;
	background-color: #ffffff;
	border-top: 1px solid #1e1e1e;
	border-left: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
	cursor: auto;
}
.selectSNS li:nth-child(2){
	float: right;
}

.sns1{
	display: block;
}
.sns2{
	display: none;
}

.selectSNS:after,
.newsList li:after,
.newsList li dl:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* topSNS */
#topSNS{
	display: none;
}


/* report */
#report{
	display: block;
	padding: 54px 0 54px 0;
}
.reportList{
	display: block;
	margin: 24px 0 0 0;
	padding: 0 0 0 0;
	border-top: 1px solid #000000;
}
.reportList li{
	display: block;
	margin: 0 0 0 0;
	padding: 12px 20px 12px 20px;
	border-bottom: 1px solid #000000;

}
.reportList li dl{
	display: block;
}
.reportList li dt{
	width: 150px;
	display: block;
	float: left;
}
.reportList li dt img{
	width: 100%;
	height: auto;
}
.reportList li dd{
	padding: 5px 0 0 160px;
	text-align: left;
}
.reportDate{
	display: block;
	margin: 8px 0 0 0;
	color: #f44559;
}
.reportList li:after,
.reportList li dl:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#report .btnMore a{
	background-color: #000000;
	color: #ffffff;
	font-weight: 700;
}
#report .btnMore a span{
	padding: 0 24px 0 24px;
  background: url(../img/arr_white.png) no-repeat right center;
}


/* instagram */
#insta{
	display: block;
	padding: 54px 0 54px 0;
}
.photoList{
	display: block;
	margin: 32px 0 0 0;
	padding: 0 0 0 0;
}


#mainVisual .countDownBlock{
	width: 848px;
	padding: 10px 0 30px 0;
	background-size: auto 64px;
	background:none;
	background-color: #ffffff !important;
	color: #000000;
	overflow: hidden;
	position: absolute;
	top: 398px;
	left: calc((100% - 848px)/2);
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.0;
	letter-spacing: 2px;
	text-align: center;
  display: block;
}
#mainVisual #soushutuLink{
	display: block;
	margin: 0 0 0 0;
  padding: 0 100px 0 100px;
  box-sizing: border-box;
}
#mainVisual #soushutuLink a{
  display: block;
  padding: 2px;
  background-color: #c9132d;
  color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 30px;
}
#mainVisual #soushutuLink a span{
  display: block;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}

header.headerFixed nav{
  display: none;
}
header.headerFixed #navBtn{
	width: 34px;
	height: 0;
	display: block;
	float: right;
  margin-left: 20px;
	padding-top: 34px;
	background: url(../img/menu_open.png) no-repeat center left;
	background-size: auto 34px;
	overflow: hidden;
}
.menu-open header.headerFixed #navBtn{
	width: 34px;
	height: 0;
	display: block;
	float: right;
	padding-top: 34px;
	background: url(../img/menu_close.png) no-repeat center left;
	background-size: auto 34px;
	overflow: hidden;
}

/* menu */
#slide_menu {
	width: 100%;
	height: 100%;
	display: none;
	padding: 64px 20px 0 20px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #ffd900;
	color: #000000;
	z-index: 92000;
	overflow-y: auto;
}
#slide_menu ul{
	margin-bottom: 12px;
	border-bottom: 1px solid #000000;
	overflow-y: scroll;
	 -webkit-overflow-scrolling:touch;
}
#slide_menu li{
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #000000;
	color: #666666;
}
#slide_menu li.sub{
	margin-top: 12px;
	padding-top: 0;
	padding-left: 12px;
	border: none;
}
#slide_menu li a{
  display: block;
	color: #000000;
	font-size: 1.6rem;
	font-weight: bold;
}
#slide_menu li.sub a{
  display: block;
	font-size: 1.6rem;
	font-weight: normal;
}
#slide_menu li#slide_menu_close{
	background-color: #000000;
	color: #ffffff;
	padding-bottom: 12px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}


/* -- */
/* -- */
/* -- */
/* -- */


/* -- */
/* -- */
/* SP */
/* -- */
/* -- */
@media screen and (max-width: 768px) {
/* */
/* */

/* main */
#mainVisual{
	margin: 60px 0 0 0;
}
#mainVisual .mainTitBlock{
    width: 100%;
    height: 420px;
    display: block;
    background-repeat: repeat-x;
    background-position: center center;
    /* [disabled]background-image: url(../img/bg_main_sp.png); */
    background-size: contain;
    background-color: #fff;
}
#mainVisual  .mainTitBlock h3{
	width: 100%;
	height: 0;
	display: block;
	padding: 420px 0 0 0;
	background: url(../img/top_main_sp_fin.jpg) no-repeat center center;
	background-size: auto 80%;
	overflow: hidden;
}

#mainVisual .mainNavi{
	padding: 16px 0 16px 0;
}
#mainVisual .mainNavi .wrapper{
	margin: 0 5px 0 5px;
}
#mainVisual .mainNavi .wrapper{
	height: 20px;
	overflow: hidden;
}
#mainVisual .mainNavi ul{
	height: 20px;
	font-size: 1.2rem;
}
#mainVisual .mainNavi li{
	width: 27%;
	height: 20px;
	line-height: 20px;
}
#mainVisual .mainNavi li:first-child{
	width: 15%;
}
#mainVisual .mainNavi li:nth-child(2){
	width: 15%;
}
#mainVisual .mainNavi li:last-child{
	width: 15%;
}
#mainVisual .mainNavi a{
}


/* news */
#news{
	padding: 0 0 42px 0;
}
.newsLeft{
	width: auto;
	margin: 24px 0 0 0;
	float: none;
}
.newsRight{
	display: none;
}
.newsList{
	padding: 16px 0 0 0;
}
.newsList li{
	margin: 0 0 16px 0;
	padding: 0 0 16px 0;
}
.newsList li dl{
}
.newsList li dt{
	width: auto;
	float: none;
}
.newsList li dd{
	padding: 4px 0 0 0;
}

.selectSNS{
	display: block;
	position: relative;
}
.selectSNS:before{
	content:"";
	width: 400px;
	height: 1px;
	display: block !important;
	background-color: #1e1e1e;
	position: absolute;
	bottom: 1px;
	left: 0;
}
.selectSNS li{
	width: 47%;
	float: left;
	font-size: 1.3rem;
}
.selectSNS li.on{

}
.selectSNS li:nth-child(2){
	float: right;
}

.sns1{
	display: block;
}
.sns2{
	display: none;
}


/* topSNS */
#topSNS{
	display: block;
	padding: 42px 0 42px 0;
	background-color: #ffffff;
}



/* event */
.eventTit1{
	width: 60vw;
	height: 54px;
	margin: 0 0 0 0;
	top: -14px;
	position: relative;
}
/*.eventTit1:before{
	content: "";
	width: 100%;
	height: 54px;
	display: block;
	background:linear-gradient(to right, rgb(143 82 157), rgb(225 90 128) 86%, rgba(0,0,0,0) 86%);
	position: relative;
	z-index: 1000;
}*/
/*.eventTit1:after{
	content: "";
	width: 90%;
	height: 32px;
	display: block;
	background-color: #d28551;
	position: absolute;
	top: -6px;
	right: 5%;
	z-index: 900;
}*/
.eventTit1 h3{
    line-height: 54px;
    /* [disabled]top: 22px; */
}
.eventTit2{
	width: 90%;
	height: 54px;
	margin: 0 0 50px 0;
	top: -14px;
	position: relative;
}
.eventTit2 .wrapper{
	margin: 0;
}
/*.eventTit2:before{
	content: "";
	width: 100%;
	height: 72px;
	background:linear-gradient(to right, rgba(0,0,0,0) 14%, rgb(120 74 154) 14%, rgb(117 140 193) 100%);
}*/
/*.eventTit2:after{
	content: "";
	width: 95%;
	height: 32px;
	top: -5px;
	right: 0;
	z-index: 900;
}*/
/*.eventTit2 h3{
	line-height: 62px;
	color: #ffffff;
	margin-left: calc(14% + 14px);
	line-height: 1;
	top: 12px;
}*/

.eventTit3{
	width: 90%;
	height: 54px;
	margin: 0 0 50px 0;
	top: -14px;
	position: relative;
}
.eventTit3 .wrapper{
	margin: 0;
}

.eventTit4{
	width: 90%;
	height: 54px;
    margin-top: 0;
	margin-bottom: 50px;
	top: -14px;
	position: relative;
}
.eventTit4 .wrapper{
	margin: 0;
}

.eventTit1 .wrapper,
.eventTit2 .wrapper,
.eventTit3 .wrapper,
.eventTit4 .wrapper{
    position: relative;
    /* [disabled]top: -76px; */
    z-index: 1100;
}
    
.z-index h2 {
    padding: 24px 5px 0 5px;
}   

.eventBlock1{
    padding: 54px 0 54px 0;
    position: relative;
}
.eventBlock2{
	margin: 0;
	padding: 0 0 54px 0;
	position: relative;
}
.eventBlock3{
	margin: 0;
	padding: 0 0 54px 0;
	position: relative;
}
.eventBlock4{
	margin: 0;
	padding: 0 0 54px 0;
	position: relative;
}
/*.eventBlock1:after{
	content: "";
	width: 36%;
	height: 400px;
	background-color:#ff7251;
	position: absolute;
	bottom: 40px;
	right: 0;
}*/
/*.eventBlock2:after{
	content: "";
	width: 36%;
	height: 400px;
	background-color:#fff3ad;
	position: absolute;
	top: 40px;
	left: 0;
}*/


#event .col2 li dt{
	width: 80px;
}
#event .col2 li dd{
	padding: 1px 0 0 92px;
}
#event .col2 li dd h4{
	margin-bottom: 15px;
	font-size: 1.7rem;
}
#event .col2 li dd .eventDateTime{
	margin: 0 0 0 0;
	font-size: 1.2rem;
}
#event .col2 li dd .eventVenue{
	margin: 4px 0 0 0;
	font-size: 1.2rem;
}
#event .col2 li dd .cat_soshutu{
	display: block;
	color: #aec3d6;
	font-size: 1.1rem;
}
#event .col2 li .cat_fin{
	color: #ffffff;
	    font-size: 1.0rem;
    bottom: auto;
    right: auto;
    left: auto;
    position: relative;
    margin: 5px 0;
    display: block;
}
#event .col2 li .cat_fin.no{
	width: 20px;
	padding: 20px 0 0 0;
	bottom: 5px;
	right: auto;
	left: 4px;
}

#event .eventBlock2 .col2 li .cat_fin.no{
	background-color: transparent;
}


/* */
/* */
}
/* -- */
/* -- */
/* SP */
/* -- */
/* -- */