.header {
	background-image: url('../images/www24_stage_SQ.jpg');
	background-repeat: no-repeat;
	background-position: center calc(100% - -3.5em); /* 下端から20px上 */
//background: url(../images/www24_stage_SQ.jpg) center bottom no-repeat;
	background-size: cover;
	width: 100%;
}
.header img {
	margin-top: -1em;
	max-height: 450px;
}

.logo img {
  filter:
  drop-shadow(-1px -1px 0px rgba(255, 255, 255, 1.0)) 
  drop-shadow(2px 2px 10px rgba(255, 255, 255, 1.0)) 
  drop-shadow(-2px -2px 10px rgba(255, 255, 255, 1.0));

//  max-height: 450px;
}

.header-shadow {
  filter:
  drop-shadow(-1px -1px 5px rgba(0, 0, 0, 0.5)) 
  drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5)) 
 }
 
 @media screen and (max-width: 1200px) {
 .header {
 	background-image: url('../images/www24_stage_SQ.jpg');
	background-repeat: no-repeat;
	background-position: center calc(100% - -2.5em); /* 下端から20px上 */
 //	border: 5px solid #0F0;
 //	background: url(../images/www24_stage_SQ.jpg) no-repeat center bottom ;
 //	background-size: cover;
 }
 .header img {
 	margin-top: -1em;
 }
 }
 
 @media screen and (max-width: 820px) {
 .header {
 	background-image: url('../images/www24_stage_SQ.jpg');
	background-repeat: no-repeat;
	background-position: center calc(100% - -1em); /* 下端から20px上 */
 //	margin: 10vh 0 0;
 //	border: 5px solid #F00;
 //	background: url(../images/www24_stage_SQ_min.jpg) no-repeat center 1;
 //	background-size: cover;
 //	width: 100%;
 }
 .header img {
 //	margin-top: -20em;
 	width: 70%;
 }
  #pageTop {
 	position: fixed;
 	margin-bottom: 80px;
 	right: 0.5em;
 	z-index: 999;
 }
 }
 
 @media screen and (max-width: 480px) {
 .header {
 	background-image: url('../images/www24_stage_SQ_min.jpg');
	background-repeat: no-repeat;
	background-position: center calc(100% - -0em); /* 下端から20px上 */
 //	margin: 10vh 0 0;
 //	border: 5px solid #F00;
 //	background: url(../images/www24_stage_SQ_min.jpg) center bottom no-repeat;
 //		background-size: cover;
 //	max-height: 100vw;
 }
 .header img {
 //	object-fit: contain;
 //	max-height: 100vw;
 	width: 65%;
 }
 }
 
 
 /* @group PAGETOP */
#pageTop {
	position: fixed;
	bottom: 30px;
	right: 15px;
	z-index: 999;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 0 0 8px;
	border-radius: 40px;
	width: 80px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(../images/pagetop.png) center center no-repeat rgba(0,0,125,1.0);
	border: 2px solid #FFF;
}
 
#pageTop a:hover {
	  text-decoration: none;
	  opacity: 1.0;
	  background-color: #F60;
}

.supporters {
	margin: 0;
	padding: 2em 0 8em;
	text-align: center;
	background: #FFF;
}

.supporters ul {
	width: 100%;
	margin: auto;
	max-width: 750px;
}

.supporters ul li {
	margin: 1.5em 0;
	line-height: 2em;
	display: inline-block;
	width: 33%;
	list-style: none;
}
.supporters ul li a {
	line-height: 3em;
	display:block;
	text-decoration: none;
	position: relative;
}

.supporters ul li a :hover {
	filter: brightness(1.0);
	transform: scale(1.1);
}



.supporters1 {
	margin: 0;
	padding: 2em 0 8em;
	text-align: center;
	background: #FFF;
}

.supporters1 ul {
	width: 100%;
	margin: auto;
	max-width: 750px;
}

.supporters1 ul li {
	margin: 1.5em 0;
	line-height: 2em;
	display: inline-block;
	width: 33%;
	list-style: none;
}
.supporters1 ul li a {
	line-height: 3em;
	display:block;
	text-decoration: none;
	position: relative;
}

.supporters1 ul li a :hover {
	filter: brightness(1.0);
	transform: scale(1.1);
}



.supporters2 {
	margin: 0;
	padding: 2em 0 8em;
	text-align: center;
	background: #FFF;
}

.supporters2 ul {
	width: 100%;
	margin: auto;
	max-width: 750px;
}

.supporters2 ul li {
	margin: 1.5em 0;

//	padding: 2em 0;
//	line-height: 2em;
	display: inline-block;
	width: 32.5%;
	list-style: none;
}
.supporters2 ul li a {
//	line-height: 3em;
	display:block;
	text-decoration: none;
	position: relative;
}

.supporters2 ul li a :hover {
	filter: brightness(1.0);
	transform: scale(1.1);
}
 
 /* @end */



/* @group NEWS */

.news-list table {
  width: 100%;
  border-collapse: collapse;
}

.news-list th, td {
//  border: 1px solid black;
  padding: 8px;
  text-align: left;
}

.news-list tr:nth-child(odd) {
  background-color: #f2f2f2; /* 奇数行の背景色 */
}

.news-list tr:nth-child(even) {
  background-color: #ffffff; /* 偶数行の背景色 */
}
.news-update{
	font-size: 0.8em;
}

 
.news-list {
//	background: #F00;
	font-size: 150%;
}
.news-list ul li {
	border: 5px solid #333;
	line-height: 3em;
	display: block;
	
}
.news-list ul li a:hover {
	display: block;
	background: #F60;
}

/* @end */

/* @group エリアマップ */
.map_container {
//  max-width: 960px;
//  margin: 40px auto;
  padding: 0;
//  background:#F00;
}

/* タブボタンエリア */
.map-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 10px solid #0AF;
}

.map-tab-buttons label {
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  flex: 1 1 auto;
  text-align: center;
  padding: 0.5em 0;
  cursor: pointer;
  background: #e7e7e7;
  color: #333;
  font-weight: bold;
  border-radius: 0.5em 0.5em 0 0;
  margin: 0 4px;
  transition: all 0.3s;
}
.map-tab-buttons label:hover {
  background: #0A0;
  color: #FFF;
}

/* ラジオボタン非表示 */
input[type="radio"] {
  display: none;
}

/* タブ切り替え内容 */
.map-tab-content {
	display: none;
//	padding: 0.5em 0 0;
//  border: 3px solid #ddd;
//  border-top: none;
//  background: #fff;
}

/* タブ選択時のスタイル変更 */
input#tab1:checked ~ .map-tab-buttons label[for="tab1"],
input#tab2:checked ~ .map-tab-buttons label[for="tab2"],
input#tab3:checked ~ .map-tab-buttons label[for="tab3"],
input#tab4:checked ~ .map-tab-buttons label[for="tab4"],
input#tab5:checked ~ .map-tab-buttons label[for="tab5"],
input#tab6:checked ~ .map-tab-buttons label[for="tab6"] {
  background: #00AAff;
  color: #fff;
  //border-bottom: 3px solid #FFF;
}

/* 対応するコンテンツ表示 */
input#tab1:checked ~ #map-content1,
input#tab2:checked ~ #map-content2,
input#tab3:checked ~ #map-content3,
input#tab4:checked ~ #map-content4,
input#tab5:checked ~ #map-content5,
input#tab6:checked ~ #map-content6 {
  display: block;
}

/* 画像レスポンシブ対応 */
.map-tab-content img {
  width: 100%;
  height: auto;
  border-radius: 0 0 1em 1em;
}

/* スマホレイアウト調整 */
/* スマホレイアウト調整 */
@media screen and (max-width: 600px) {
  .map-tab-buttons {
    flex-wrap: nowrap; /* 折り返し禁止 */
    overflow-x: auto;  /* 横スクロールを可能に */
    -webkit-overflow-scrolling: touch; /* iOSスムーズスクロール */
  }
  .map-tab-buttons label {
    flex: 0 0 auto; /* 幅を固定しつつ縮まない */
    margin: 0 6px;
  }
}

.download-btn {
display: inline-block;
padding: 12px 24px;
background-color: #FE3;
color: #fff;
border: none;
border-radius: 4px;
font-size: 1.25rem;
cursor: pointer;
text-decoration: none;
transition: background 0.2s;
border-radius: 2em;
}
.download-btn:hover {
background-color: #F60;
color: #FFF;
}

.download-btn a:link {
background-color: #004999;
}


/* @end */

/* @group グッズ2025 */

.goods-container {
display: grid;
grid-template-columns: 1fr 1fr;
//gap: 16px;
margin: 0;
padding: 0;
}
.goods-container2 {
display: grid;
grid-template-columns: 1fr;
//gap: 16px;
margin: 0;
padding: 0;
}

.goods-item {
background: #FFF;
padding: 0 -2em;
border-radius: 8px;
text-align: center;
}
.goods-item2 {
background: #FFF;
padding: 8px;
border-radius: 8px;
text-align: center;
}
.goods-title {
text-align: center;
font-size: 150%;
font-weight: bold;
color: #FFF;
padding: 0;
margin: 0;
}
.goods-title img {
margin: auto;
vertical-align: bottom;
width: 100%;
max-width: 900px;
display: block;
}

/* 画像を親幅の100%にして自動縮小 */
.goods-item img {
width: 100%;
height: auto;
display: block;
border-radius: 1em;
margin: auto;
vertical-align: bottom;
}
.goods-item2 img {
width: 50%;
height: auto;
display: block;
border-radius: 1em;
margin: auto;
vertical-align: bottom;
}

/* スマホの時は1列 */
@media (max-width: 800px) {
.goods-container {
grid-template-columns: 1fr;
}
.goods-container2 {
grid-template-columns: 1fr;
}
.goods-item2 img {
width: 100%;
}
}

/* テキストリンクをボタン風に装飾 */
a.button-link {
display: inline-block;
padding: 0.2em 0.3em;
//background-color: #e50012; /* お好みで色変更 */
color: #fff;
font-weight: bold;
text-decoration: none;
border-radius: 0.25em;
transition: background-color 0.3s ease, color 0.3s ease;
}

/* hover時の装飾 */
a.button-link:hover, a.button-link:focus {
filter: brightness(120%);
transform: scale(1.1);
transition: transform 0.3s ease;
}



/* @end */

















.bnr-slider {
	width: 95%;
	max-width: 1080px;
	margin: 1em auto;
//	border: 1px solid #333;
}


.logo_wwww25 img {
  	filter: drop-shadow(0px 0.5em 0.5em rgba(0,0,50,0.5));	
}


.wp-block-embed-youtube {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.wp-block-embed-youtube iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed__wrapper {
  position: relative !important;
  padding-bottom: 56.25% !important; /* 16:9のアスペクト比 */
  height: 0;
  overflow: hidden;
}

.wp-block-embed__wrapper iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	border: 0;
}



img {
  transition: transform 0.3s ease-in-out;
}
img a:hover {
  transform: scale(1.2); /* 1.2倍に拡大 */	
}

.dot-pattern {
  background-image: radial-gradient(circle, black 1px, transparent 1px);
  background-size: 20px 20px;
  width: 200px;
  height: 200px;
}










