@charset "UTF-8";
/* CSS Document */
body{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	line-height: 1.5;
	background: #002174;
	color: #FFF;
}
img{
	width: 100%;
	height: auto;
}
a{
	text-decoration: none;
	color: #FFF;
}
a:hover{
	text-decoration: none;
	color: #ffd700;
}
h2.news_ttl,
h2.access_ttl,
h2.archives_ttl,
dl.archives-bl dd,
#contact .contact_tel,
h3.sns_ttl{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight:800;
	font-style: normal;
}
#header{
	position: relative;
	z-index: 100;
}
#header .main-v{
	position: relative;
	line-height: 0.8;
}
@media screen and (min-width:769px){
	#header .logo{
		width:250px;
		position:absolute;
		top:20px;
		left: 20px;
		z-index:2;
	}
	#header .ticket{
		width: 10%;
		max-width:200px;
		position:fixed;
		top:10px;
		right: 20px;
		z-index:2;
	}
}
@media screen and (max-width:768px){
	#header .logo{
		width: 30%;
		position: absolute;
		bottom:15px;
		left:10px;
	}
	#header .ticket{
		width: 30%;
		max-width:120px;
		position:fixed;
		top:10px;
		left:10px;
	}
}
#main{
	padding: 2% 0 0 0;
	background: url("../img/bg.jpg") no-repeat;
	background-size: cover;
}
#main #news{
	width: 90%;
	margin: 0 auto;
	padding-top:80px;
}
#main #news dl.news-list dt,
#main #news dl.news-list dd{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 0.25em;
	margin-bottom:1em;
}

#main #news dl.news-list dt span{
	font-size: 0.7em;
}
#main #news .btn_news-all{
	border:#FFF solid 1px;
	padding: 0.5em 1em;
	text-align: center;
	width: 70%;
	max-width:200px;
	margin: 1em auto;
	background:#002174 url("../img/arrow-r.png") no-repeat right 15px center/12px auto;
}
#main #news .btn_news-all a{
	color: #FFF;
	text-decoration: none;
}
#main #news h2.news_ttl{
	font-family: Folk Medium;
}
@media screen and (max-width:768px){
	#main #news h2.news_ttl{
		background: url("../img/news_fukidashi.png") no-repeat;
		background-size:150px auto;
		padding-left:160px;
		line-height:70px;
	}
	#main #news dl.news-list dt{
		border-bottom: none;
		margin-bottom: 0;
	}
}
@media screen and (min-width:769px){
	#main #news h2.news_ttl{
		background: url("../img/news_fukidashi.png") no-repeat;
		background-size: 200px auto;
		height: 60px;
		padding-left: 210px;
		line-height:80px;
		margin-bottom: 1em;
	}
		#main #news dl.news-list{
		display: flex;
		flex-wrap: wrap;
	}
		#main #news dl.news-list dt{
		width: 10%;
	}
		#main #news dl.news-list dd{
		width: 90%;
	}
}
#main #access h2.access_ttl{
	text-align: center;
	font-size: 1.5em;
	margin-bottom:0.5em;
}
/*--map-----------------------------------------*/	
#access{
	margin: 15px auto;
	max-width: 560px;
	width: 100%;
	padding-top:80px;
}
#access .googlemap{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#access .googlemap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#access .address{
	margin: 1em 0 0.25em 0;
}
#access .address,
#access .website{
	text-align: center;
}
#main #archives{
	padding:2% 0;
	padding-top:80px;
}
#main #archives h2.archives_ttl{
	text-align: center;
	font-size: 1.5em;
	margin-bottom:0.5em;
}
ul.archives-list li{
	margin-bottom:1em;
}
ul.archives-list li a{
	color: #FFF;
}
dl.archives-bl{
	display: flex;
	width: 200px;
	margin: 0 auto;
	border:1px solid #FFF;
	line-height: 0.75;
}
dl.archives-bl dt{
	width: 80px;
}
dl.archives-bl dd{
	width: 100px;
	padding: 10px;
	font-size: 1.3em;
	text-align: center;
	position: relative;
}
dl.archives-bl dd span{
	background: #002174;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
@media screen and (min-width:769px){
	ul.archives-list{
		display: flex;
		justify-content: center;
	}
}
#contact{
	background:#025bab;
	padding:2% 5%;
	text-align: center;
}
@media screen and (min-width:769px){
	#contact .contact_copy br{
		display: none;
	}
}
#contact .contact_btn{
	max-width:250px;
	margin: 0.5em auto;
}
#contact .contact_tel{
	font-size: 1.3em;
}
#footer{
	padding:0 0 5% 0;
}
#sns{
	padding: 2% 0;
}
#sns h3.sns_ttl{
	text-align: center;
	letter-spacing: 0.03em;
}
#sns ul.sns{
	display: flex;
    width: 50%;
    max-width: 200px;
    margin: 1em auto;
    justify-content: space-around;
}
#sns ul.sns li{
	text-align: center;
}
#sns ul.sns li img{
	max-width: 50px;
}
#footer .alc{
	font-size: 0.8em;
	text-align: center;
}
#footer .logo{
	width: 80%;
	max-width:263px;
	margin:15px auto;
}
#footer .copyright{
	font-size: 0.7em;
	text-align: center;
}
@media screen and (min-width:769px){
	#footer .alc br,
	#footer .copyright br{
		display: none;
	}
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* アニメーション対象の要素の初期スタイル */
.event-item {
  opacity: 0; /* 初期状態では透明 */
  transform: translateY(20px); /* 少し下にずらしておく */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* アニメーション効果 */
}

/* 要素が画面内に入ったときに適用するスタイル */
.event-item.is-visible {
  opacity: 1; /* 表示 */
  transform: translateY(0); /* 元の位置に戻す */
}