@charset "utf-8";
/*
------------------*/
#topimage h1{
}

#topcontents{
display:flex;
	align-items:stretch;
	justify-content:space-between;
    flex-wrap: wrap;
	margin:30px auto;
}

#topcontents .topcontent{
	padding:0 0.5%;
	margin:20px 0;
	position:relative;
    width: 32%;
    box-sizing: border-box;
}
#main #topcontents .topcontent h2{
margin:0 0  10px 0;
padding: 0;
font-size: 1.5em;
text-align: center;
}
#main #topcontents .topcontent h2 span{
	margin:0px;
	max-height:200px;
	overflow:hidden;
	display:block;
	width:100%;
    border-radius: 5px;
    border: solid 1px #FFF;
box-shadow: 0px 0px 5px rgba(0,0,0,.30);
}
#main #topcontents .topcontent h2 a img{
    transition: transform 0.2s linear;
}
#main #topcontents .topcontent h2 a:hover img{
    transform: scale(1.05);
}
@media screen and (max-width: 1080px) and (min-width: 768px){
}
#main .topcontent a{
display:inline-block;
color: rgba(100,87,64,1.00);
}
#main .topcontent li a:hover{
background: linear-gradient(transparent 60%, #ffff66 60%);
padding:0 0.25em;
}


#hall_area{
	display:none;
}




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

#topimage{
	padding:0;
}
#topimage h1 img{
	width:100%;
}
#topimage h1{
	width:auto;
	margin:0 auto;
	padding:0;
	line-height:0;
}
dl#feed div{
width: 32%;
}

}
/*タブレット縦*/
@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait){

}

/*スマホ用*/
@media  only screen and (max-width: 767px){
#topimage h1{
	padding:0;
	margin:0;
}
#topimage h1{
	overflow:hidden;
}
#topimage h1 img{
	width:160%;
	max-width:inherit;
	text-align:right;
	margin:0 0 0 -40%;
}
#topcontents .topcontent{
    width: 100%;
}
#main #topcontents .topcontent{
font-size: 120%;
}

}
/*お知らせ*/
#feed {
	overflow:hidden;
	margin:0 0 20px;
}
#feed dl{
/*display:inline;*/

display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;

}
#feed .other_list div.saishin{
/*display:none;*/
}
#feed dl div{
	background-color: rgba(255,255,255,1.00);
}
@media  only screen and (min-width: 768px){
	#feed dl div{
	margin: 0.5%;
	width: 32%;
	/*float:left;
	min-height:6em;*/
	}
	#feed dl div:nth-of-type(3n+1){
		clear:left;
	}
}
@media  only screen and (max-width: 767px){
	#feed dl div{
	width: 100%;
	}
}

#feed a{
display: block;
color: #444;
}
#feed div:nth-of-type(n+13){
	display:none;
}

#feed dt{
background-color: rgba(149,191,232,1.00);
color: #FFF;
padding: 5px 10px;font-size: 80%;
/*border-radius: 8px 8px 0 0;*/
}
#feed .saishin dt{
background-color: rgba(200,0,90,0.60);
}
#feed .event dt{
background-color: rgba(200,0,90,0.60);
}
#feed .news dt{
/*background-color: rgba(33,105,142,0.60);*/
}
#feed dt:before{
display: inline-block;
width: 5em;
text-align-last: center;
}
#feed .event dt:before{
content: 'イベント';
}
#feed .news dt:before{
content: 'お知らせ';

}
#feed dd{
margin: 0;
padding: 5px 10px;
}
#feed div:hover{
background-color: rgba(255,255,255,.50);
}

/*202512*/

#bodytop #topimage{
	background-image:none;
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 50%,rgba(238,235,228,1) 100%);
	font-family:"Noto Sans JP", "Noto Sans", sans-serif;
}
.text01{
	color:#FFF;
	background:#886ca7;
	text-align:center;
	padding:0.25em;
}
.text01 strong{
	font-size:150%;
}

.text02{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	color:rgba(255,90,90,1.00);
	margin:0.5em 0;
}
.text02 p{
	margin:0;
	font-size:clamp(16px,2vw,28px);
	line-height:1.2;
}
.text02 p strong{
	font-size:200%;
}
#topimage .flex_box{
	background-image: linear-gradient(180deg,rgba(255,255,255,.50) 0%,rgba(204,239,255,.50) 100%);
	padding:1em 2em;
	border-radius:10px;
	box-shadow:1px 1px 5px rgba(230,230,230,1), -1px -1px 8px rgba(230,230,230,1);
	margin:0 1em;
}
.list01{
	margin:0;
	font-size:clamp(16px,2vw,26px);
}
.list01 li{
	margin-bottom:0.5em;
}




/*コロナ対応*/
#covid19{
	font-size:15px;
	background-color: #F9F6EF;
	padding:30px 0px 10px 0px;
}
#covid19 h2{
	margin:0px auto 10px;
	font-size:1.5em;
	line-height:1.25;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    background-color:#DDDDDD;
    box-sizing: border-box;
    padding: 5px 2em 5px 10px;
    position: relative;
}
#covid19 h2:hover{
cursor: pointer;
}
#covid19 h2:after{
content:'▶';
display:block;
position: absolute;
right:2%;
top: 20%;
}
#covid19 h2.active:after{
-webkit-transform:rotate(90deg);
transform: rotate(90deg);
}
#covid19 dl{
	border-top:1px dotted #454545;
}
#covid19 dl div{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	border-bottom:1px dotted #454545;
	padding:0.25em 0;
}
#covid19 dl dt{
	width:20%;
	margin:0 0 0;
	font-weight:bold;
}
#covid19 dl dd{
	width:80%;
	margin:0 0 0;
}
#covid19 dl ul{
	margin:0 0 0;
}
@media print, screen and (min-width: 768px){
#covid19 .inner{
	/*width:auto;
	margin:0 5%;*/
}
}
@media  only screen and (max-width: 767px){
#covid19 dl dt{
	width:100%;
}
#covid19 dl dd{
	width:100%;
	margin:0 0 0;
}
}




@media  only screen and (min-width: 768px){
.cm{
	width:100%;
	display:flex;
	justify-content:space-between;
}
iframe{
	width:470px;
	height:264px;
}
}


