@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
}
ul{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
caption,th{
	text-align:left;
}
q:before,q:after{
	content:'';
}
object,embed{
	vertical-align:top;
}
legend{
	display:none;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
img,abbr,acronym,fieldset{
	border:0;
}

body{
//	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font: 14px/1.9 'Noto Sans JP', メイリオ, Meiryo, sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
	text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{
	outline:0;
}

.opacity a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
	overflow:hidden;
	width:100%;
	height:444px;
	background: #fff;
}

#header img{
	position:absolute;
	left:50%;
	width:1280px;
	height:568px;
	margin-left:-640px;
}

#header video{
	position:absolute;
	left:50%;
	width:1280px;
	height:510px;
	margin-left:-640px;
}

.site-logo img{
	height: 2rem;
	width: auto;
	vertical-align: middle;
	text-align: left;
	display: inline;
	}


/* フッター
------------------------------------------------------------*/
#footer{
//	background-color:#f5f5f5;
	background-image:  url(../images/footer_img2025.png);
	width: 100%;
	font-size: 1.2rem;
	clear: both;
//	padding: 50px 10px 50px 0;
	text-align: center;
	color: #FFF;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: メイリオ, Meiryo, serif;
}

img{
	width: 100%;
	height: auto;
}

section{
	clear:both;
}

section h2{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
//	margin-top: -50px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 0px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 5px 0 5px 0;;
}

/* SEC02 Main Info
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}

/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 5px;
}

#sec05 dl{
	line-height: 1.2em;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 3%;
	margin-left: 3%;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 0px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	a#menu{
		display:none;
	}

	.panel{
		display:block !important;
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 33px;
	}

	#mainnav li{
		display: inline-block;
//		padding: 45px 10px 20px;
		padding: 5px 10px 5px;
		font-size: 1.2rem;
		font-weight: bold;
	}
	
	#mainnav a{
		color: #000;
	}
	
	#mainnav.changeNav{
//		background: rgba(255,255,255,.9);
//		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
//		padding: 20px 10px;
	}

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
		background: #f6f6f6;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 100px;
	}
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 1%;
		vertical-align: top;
	}
}

@media only screen and (max-width: 640px){
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
	a#menu{
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 5px;
		background: red;
	}

	#menuBtn{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 2px;
		margin: -1px 0 0 -10px;
		background: #fff;
		transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 2px;
		background: #fff;
		transition: .3s;
	}

	#menuBtn:before{
		margin-top: -7px;
	}

	#menuBtn:after{
		margin-top: 5px;
	}

	a#menu .close{
		background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
		margin-top: 0;
	}

	a#menu .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		z-index:500;
		text-align: right;
		background: #fff;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

/* RESPONSIVE 設定 Movie 未使用
------------------------------------------------------------*/
#movie {
        top:0;
        width: 100%;
        height: 100%;
	max-width: 100%;
        background: #000;/*背景を黒で表示*/
	padding: 0 0 20px !important;
	preload: metadata;
	margin: 0 0 5px;
	text-align: center;
}

/* RESPONSIVE　追加20231013
------------------------------------------------------------*/
.countdown-container {
	width: 20rem;
	margin: 0.3rem;
}
.time-container {
	display: flex;
	text-align: center;
}
@media only screen and (min-width: 641px){
	.countdown-container {
		width: 33rem;
		margin: 0.3rem;
	}
}
@media only screen and (min-width: 641px){
	#time-title {
		width: 8rem;
		background-color: #000;
		color: #FFF;
		border-radius: 0.3rem;
		margin: 0.1rem;
		padding: 0.1rem 0.1rem;
		box-shadow: 0 2px 0px rgb(0 0 0 / 20%);
		font-size: 1.4rem;
		font-weight:bold;
	}
}
@media only screen and (min-width: 641px){
	#time {
		width: 6rem;
		background-color: #DADADA;
		color: #000;
		border-radius: 0.3rem;
		margin: 0.1rem;
		padding: 0.1rem 0.1rem;
		box-shadow: 0 2px 0px rgb(0 0 0 / 20%);
		font-size: 1.4rem;
		font-weight:bold;
	}
}

@media only screen and (max-width: 640px){
	#time-title {
		width: 6rem;
		background-color: #000;
		color: #FFF;
		border-radius: 0.3rem;
		margin: 0.1rem;
		padding: 0.1rem 0.1rem;
		box-shadow: 0 2px 0px rgb(0 0 0 / 20%);
		font-size: 1em;
		font-weight:bold;
	}
}

@media only screen and (max-width: 640px){
	#time {
	width: 6rem;
	background-color: #DADADA;
	color: #000;
	border-radius: 0.3rem;
	margin: 0.1rem;
	padding: 0.1rem 0.1rem;
	box-shadow: 0 2px 0px rgb(0 0 0 / 20%);
	font-size: 1em;
	font-weight:bold;
	}
}
.date, .hour, .min, .sec {
	color: red;
	margin-left: 0.1rem;
}

video {
	width: 100%;
	max-width: 1240px;
	height: auto;
	display: block;
	margin: auto;
}
.title-fonts {
	width: 100%;
	background: linear-gradient(to bottom, #fffafa, 20%, #c0c0c0);
//	background-color:#444444;
//	border-bottom: 0.1rem solid;
	font-weight: bold;
	font-size:1.1rem;
	margin-bottom:2rem;
	padding-left: 0.5rem;
}

.fonts {
//	width: 90%;
	background-color:#f5f5f5;
	border-left: 1.2rem solid;
	border-bottom: 0.1rem solid;
	font-weight: bold;
	font-size:1.1rem;
	padding-left: 0.5rem;
}

.text-title-fonts {
	font-weight: bold;
	font-size:1.0rem;
	font-weight: bold;
//	margin-bottom:1.5rem;
}

.text-fonts {
//	font-weight: bold;
	font-size: 1.0rem;
	margin-bottom: 1.5rem;
	padding-left: 1rem;
}
.pic {
	float: left;
	width: 120px;
	margin-bottom: 0.3rem;
}

/* カヤバのアソビバ（動く文字） */
//.text{
//	height: 60px;
//	font-weight: bold;
//	font-size: 4rem;
//	color: #FFF;
//	vertical-align: bottom;
//	text-align: center;
//	margin-bottom: 50px;
//}


  @media(max-width:767px) {
  .text{
	font-size: 2.6rem;
	height: 60px;
	font-weight: bold;
	color: #FFF;
	vertical-align: bottom;
	text-align: center;
	margin-bottom: 20px;
	}
  }
  @media(min-width:768px) {
  .text{
  	font-size: 4rem;
	height: 60px;
	font-weight: bold;
	color: #FFF;
	vertical-align: bottom;
	text-align: center;
	margin-bottom: 50px;
  	}
  }

.text span{
	display: inline-block;
	position: relative;
	-webkit-text-stroke: 1px #000;
}
.text span{
	animation: pop 1.6s ease-in 0.8s infinite;
}

.text span:nth-child(1) {
	animation-delay: 0.4s;
	background: linear-gradient(to right,#FFE72D,#FEB933,#F3859B);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.text span:nth-child(2) {
	animation-delay: 0.5s;
	background: linear-gradient(to right,#59C6D0,#8BC751,#FFE72D);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.text span:nth-child(3) {
	animation-delay: 0.6s;
	background: linear-gradient(to right,#F3859B,#FEB933,#FFE72D,#8BC751);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.text span:nth-child(4) {
	animation-delay: 0.7s;
//	font-size: 3rem;
	background: linear-gradient(to right, #59C6D0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.text span:nth-child(5) {
	animation-delay: 0.8s;
	background: linear-gradient(to right,#FEB933,#FFE72D,#F3859B);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.text span:nth-child(6) {
	animation-delay: 0.9s;
	background: linear-gradient(to right,#8BC751,#59C6D0,#FFE72D);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.text span:nth-child(7) {
	animation-delay: 1.0s;
	background: linear-gradient(to right,#FEB933,#F3859B,#FFE72D,#8BC751);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
@keyframes pop {
	0%{
		top: 0;
		transform: scale(1);
	}
	30% {
		top: -25%;
	}
	50% {
		transform: scale(1);
	}
	70% {
		top: 0;
		transform: scale(1.2,0.8);
	}
	100% {
		top: 0;
		transform: scale(1);
	}
}
/* カヤバのアソビバ（動く文字）END */

/* EVENT */
.col ul {
	width: 100%;
	margin: 0 auto;
//	padding: 2em;
	box-sizing: border-box;
//	background: #f9f9f9;
}
.col li {
	border: solid 1px #cccccc;
	background-color: #f9f9f9;
	padding: 1em;
	box-sizing: border-box;
	list-style: none;
}
.col ul li img {
	width: 100%;
	text-align: center;
	text-align: middle;
}
.col ul li h3 {
	font-size: 1rem;
	font-weight: bold;
	padding: 0.5em 0;
}
.col ul li p {
	font-size: 1rem;
	vertical-align: top;
}
.col ul li p:first-of-type {
	padding-top: 0.5em;
}
.col ul li + li {
	margin-top: 2em;
}
@media screen and (min-width: 572px){
	.col ul {
		width: 100%;
	}
	.col ul li {
		overflow: hidden;
	}
	.col ul li img {
		width: 150px;
		float: left;
		margin-right: 2em;
	}
}
@media (min-width: 572px) {
	.sp-br {
		display: none;
	}
}