@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* PC用CSS */
@media print , screen and (min-width : 640px ){

	
body {
font-family: 'Noto Sans Japanese', sans-serif;
font-weight: 500;
margin-right: auto;
margin-left : auto;
text-align: center;
width:100%;
min-width: 640px;
max-width: 100%;
overflow-x: hidden;
-webkit-text-size-adjust: 100%; 
color:#343434;
}

	p{
		font-weight: 400;
	line-height: 35px;
	font-size: 14px;
	}
	

	  #wrap{ margin-right: auto; margin-left: auto; text-align: center; width: 100%; } a { text-decoration: none; color: #343434; } .m{ display: none; } 



	header {
  position: fixed;  top: 0px;
  display: flex;
  width: 100%;
  height: 70px;
  background-color:#fff;
  box-shadow:2px 2px 4px gray;
  align-items: center;
  z-index: 50;
}
	


.breadcrumb {
  margin: 0;
	padding-top: 100px;
	padding-bottom: 100px;
padding-left: 50px;
  list-style: none;
	text-align: left;
	position: absolute;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;



	
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #fff;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #fff;/*色*/

}

.breadcrumb li a:hover {
  text-decoration: underline;
}
		
	
.title {
  margin-right: auto;
	padding: 10px 20px 10px 20px;
}
	
	.title img{
		width: 10em;
	}
	.menu-group{
	margin: 30px;
	}
.menu-item {
  list-style: none;
  display: inline-block;
  padding: 10px;
 font-size: 0.9em;
}
	
/*submenu*/
	
	.menu-item ul{
		padding-left: 0 ;
	}ul > li > div { background:#00996E; border-top: 1; border-radius: 10px 10px 10px 10px; box-shadow: 1 1 1 1px; display: none; margin: 0; margin-top: 5px; opacity: 0; position: absolute; z-index: 10; width: 300px; visibility: hidden; -webkit-transiton: opacity 0.2s; transition: opacity 0.2s; line-height: normal; }
 ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
	font-weight:lighter;
	color: black;
	font-size: 1em;
	

	
}
ul > li > div ul > li {
	display: block;	}
	
ul > li > div ul > li > a {
	display: block;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	list-style: none;
	position: relative;
		z-index: 0;
	color: #fff;
	font-weight: 300;


	
}
ul > li > div ul > li:hover > a {
	opacity: 0.4;
}
	
 
}


.sticky2{
position: fixed;
bottom: 50px;
right: 10px;
z-index: 100;
transition: all 0.3s ease;
drop-shadow:1px 1px 1px #000000;
}

.sticky2 img{
	width: 200px;
}

.sticky2:hover{
filter: brightness(0.8);
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  background-color: #fff;
  color: #333;
}

.event-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 100px;
}

/* メインバナー */

.top{
margin-right: auto;
margin-left: auto;
	text-align: center;
margin-bottom: 50px;
}

/* カードグリッド */
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
 margin-bottom: 20px;
}

.card-item {
  display: flex;
  flex-direction: column;
}

/* 画像オーバーレイエリア */
.card-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}

.overlay-date {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.overlay-title {
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.3;
}

/* カード下部のテキスト */
.card-caption {
  margin-top: 10px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

.contents5{
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 50px;
	padding: 20px;
 justify-content: center;
  align-items: center;
}

.contents5 p{
	font-size: 1em;
	text-align: left;
}

.contents5 ul{
	font-size: 1em;
}

.contents5 li{
	text-align: left;
	padding-top: 10px;
}


.bg{
	background:  hsla(219,72%,45%,0.16);
	padding:2px 10px;
}

.bg p{
	font-weight: 600;
}


.ud p{
	font-weight: 600;
	text-decoration: underline;
}


/* フェードイン用のCSS */

/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 0.5s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
 }


/*フッター開始*/
#footer04 { 
	background: #343434; 
	margin-right: auto; 
	margin-left: auto; 
	margin-top: 100px;
	text-align: center; 
	padding-bottom: 150px; 
	padding-top: 55px; 
	padding-right: 100px; 
	padding-left: 100px; 
	color:#fff; 
	line-height: normal; }



#footer04 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0 40px;
  margin-right: auto;
	margin-left: auto;
	text-align: center;

}

#footer04 .cont-item {
  display: inline-block;
  width: calc(100% / 4);
}

#footer04 .nav a {
  display: block;
  color: #fff;
  font-weight: 300;
	text-align: center;
}

#footer04 .nav .ttl a{
  display: block;
  margin-top: 40px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;


	
  



}

#footer04 .nav .ttl:first-child {
  margin-top: 0;
}

#footer04 .nav .ttl + .ttl {
  margin-top: 10px;
}

#footer04 .nav ul {
  display: block;
  font-size: 12px;
  line-height: 2;
  text-align: left;
   padding-left: 0;
	margin-top: 10px;
}

#footer04 .nav li {
  display: block;
  font-size: 14px;
  line-height: 2;
border-bottom: solid 0.5px #fff;
margin-right: 20px;
	margin-left: 20px;



}

#footer04 .nav li:first-child {
  margin-top: 0;
}

#footer04 .nav li ul {
  margin: 0 0 0 2em;
}

#footer04 .nav li li {
  position: relative;
}

#footer04 .SNS p{
	padding-top: 30px;
	display: inline-flex;
	justify-content: center;
	margin: 10px;
	line-height: 25px;
	
}

#footer04 .SNS a p{
	color: #343434;
	padding: 10px;
	background: #fff;
	width: 90px;
	border-radius: 50px;
}

#footer04 .SNS a p:hover{
	color: #fff;
	background: #343434; 
}

#footer04 .copyright{
	padding-top: 30px;
	color: #fff;
}


