/* CSS Document */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
	}

*{margin:0;
	padding:0;
	user-select: none;
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10かららしい */
	line-height:2;
	font-family: 'Kiwi Maru', serif;
	color:#473e2e;
	border-color:#473e2e;
}
ul{
	list-style:none;
}

a{color:#556647;}
a:hover{opacity:0.5;}

span.attention{
	color:red;
}
/*----------------------------------------------------*/


#wrap{
	width:80%;
	margin:-120px auto 0;
	padding-top:120px;
	position:relative;
}

/*#header*/
#headWrap{
	position:fixed;
	top:0;
	width:80%;
}
#header{
	padding:20px 0 0;
	display:flex;
	justify-content:space-between;
	background:#fff;
	border:double;
	border-width:0 3px 3px 3px;
}
#header h1{
	font-size:12px;
	letter-spacing:0.5em;
	font-weight:400;
	text-align:center;
	width:300px;
	height:100px;
}
#menuWrap{
	margin-top:20px;
}
#menuWrap ul{
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
}

#sns{
	margin:10px;
}
#sns li{
	position:static;
	margin: 2px;
	background:#A39F97;
	border-radius:3px;
	text-align:center;
}
#sns li a{
	display:flex;
	height:45px;
	width:45px;
	align-items: center;
	justify-content: center;

}

#mainMenu li{
	line-height:2;
	letter-spacing:1px;
	margin:5px 0;
	font-size:90%;
	}
#mainMenu a{
	display:flex;
	padding:5px 15px;
	border-radius:20px;
	text-decoration:none;
	font-weight:bold;
	color: #473e2e;
	vertical-align:middle
	}
#mainMenu a:hover{
	background:#473e2e;
	color:white;
}
#mainMenu li img{
	display:flex;
	padding-top:5px;
}
#mainMenu  a:hover img{
	filter:brightness(500);
}
h3{
	font-size:130%;
	letter-spacing:5px;
	padding:20px 0;
}






/*----------------------------------------------------*/




#contentWrap{
	margin-top:160px;
}
html,body,#wrap,#contentWrap{height:100%;}
#topContents{
	border:double #473e2e;
	border-width:0 3px 3px;
	min-height:1000px;
}


/*#mainImg*/
#mainImg{
	height:400px;
	background:url(../img/2020Gallery/6.jpg) center;
	background-size: cover;
	padding:20px;
}
#mainImg p{
	background:rgba(255,255,255,0.7);	
	border-radius:10px;
	height:30%;
	width:35%;
	padding:15px;
}
/*#News*/
#whatsNews{
	padding:20px;
}

#whatsNews li{
	margin:20px auto;
	padding-left:10px;
}
#whatsNews li.event{
	border-left:solid 10px #c28d94;/*スケジュール色分け*/
}
#whatsNews li.nPrint{
	border-left:solid 10px #e6daa7;/*スケジュール色分け*/
}
#whatsNews li.wShop{
	border-left:solid 10px #87aab9;/*スケジュール色分け*/
}
#whatsNews li span{
	padding-right:20px;	
}
#whatsNews h4{
	font-size:110%;
	line-height:2.5;
}
#whatsNews p.newsPlace{
	padding-left:20px;
	font-style:italic;
}
#whatsNews p.newsDetail{
	padding-left:20px;
}
/* div#message note埋め込み*/
#message {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;; /* 2つのときに中央寄せしたい場合 */
	box-sizing: border-box;
	padding: 10px;
  }
  
  #message .mu {
	flex: 0 1 calc(50% - 20px); /* 2列の幅。gap分を引く */
	box-sizing: border-box;
	border: 1px solid gray;
	border-radius: 10px;
	padding: 10px;
  }
  #message.mu .noNetprint{
	border-top:10px red;
  }
	#message .mu img {
	width: 100%;
	height: auto
	}
	#message .mu h3 { /*タイトル*/
	margin-bottom: 0.5em;
	font-size: 1rem;
	text-align: left;
	}
	#message .mu small { /*日付*/
	display: block;
	}
	#message .mu p{
		font-size:0.9em;
		line-height:1.3em;
		margin:0.5em 0;
	} 
	#message .mu img { /* 文章中の画像 */
		display: none;
	}
	#message .mu img.imgThum { /* 文章中の画像 */
		display: block;
	}


/*----------------------------------------------------*/



/*div.contentsWrap*/
div.subWrap{
	border:double #473e2e;
	border-width:0 3px;
}
/*#about*/
#about{
	min-height:400px;
	margin-top:-150px;
	padding:160px 20px 50px;
	border-bottom:double #473e2e 3px;
}
#about h4{
	margin-top:30px;
}
#about div{
	margin:30px 5px;
	width:100%;
}

.yearBlock{
	font-size:90%;
}

/*#webShopinfo*/
#webShopinfo{
	margin-top:-150px;
	padding:150px 20px 100px;
	min-height:700px;

	border-bottom:double #000 3px;
}
#webShopinfo h4{
	padding:5px 10px;
	margin:30px 0 10px;
	border-radius:10px;
}
#webShopinfo h4 span{
	padding:0 10px;
	font-size:150%;
	font-family: 'M PLUS 1p', sans-serif;
}
#webShopinfo h4 a{text-decoration:none;}

#webShopinfo p{
	margin-left:50px;
	padding-left:20px;
	border-left:#000 dotted 1px;
}




/*#contact*/
#contact{
	margin-top:-150px;
	padding:150px 20px 100px;
	min-height:500px;
}
#contact p,#contact ul{
	margin:30px auto;
	width:70%;
	text-align:left;
}
#contact li{
	text-align:left;
}
#contact li div{
	margin:10px 0;
}
#contact li textarea,#contact li input{
	font-size:100%;
	border:0;
	background:#eee;
	padding:0 10px;
	line-height:3;
	width:100%;
	margin:0 auto;
}
#formButton{
	background:#473e2e;
	width:140px;
	margin:0 auto;
	border-radius:7px;
}
#formButton button{
	font-size:90%;
	width:130px;
	margin:5px;
	background:#473e2e;
	color:#fff;
	border:1px dashed #fff;
	padding:6px;
	letter-spacing:2em;
	text-indent:2em;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
}

/*#footer*/
#footer #footerInner{
	text-align:center;
	padding:20px;
	background:#ccc;
}
