*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	
}
body{
	background: #fff;
	font-family:"Yu Mincho", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 20px;
}
.site-header{
	background: rgba(255,255,255,0.5);
	display: flex;
	padding: 40px 10px;
	position: fixed;
	justify-content: space-between;
	transition: .5s;
	width: 100%;
	#height: 120px;
	z-index: 99;
}

.site-header2{
	background: rgba(255,255,255,1);
	display: flex;
	padding: 18px 10px;
	position: fixed;
	justify-content: space-between;
	#transition: .5s;
	width: 100%;
	#height: 120px;
	z-index: 99;
}

.site-header.transform{
	background: rgba(255,255,255,0.9);
	padding: 18px;
	position: fixed;
	
	#height: 50px;
}
.site-logo img{
justify-content: top;
	padding: 0px;

	#background: rgba(255,0,255,0.9);

	#display: flex;
	height: 50px;
	position: fixed;
	width: auto;
}

.sita_soroe{
	display: flex;
}
.s_nav__menu{
	display: flex;
}
.s_nav__menu__item{
	font-family: 'Playfair Display', cursive;
	font-size: 30px;
	height: 30px;
	margin-left: 20px;
	margin-top:auto;
}
.s_nav__menu__item a{
	color: #333;
	text-decoration: none;
}
.top-image{
	max-height: 790px;
	overflow: hidden;
}
.top-image img{
	height: auto;
	width: 100%;
 text-align: center;	
}
.content{
#	font-color:#ffffff;
	line-height: 1.1;
	margin: 0 auto;
	padding-top: 10px;
	width: 800px;
	text-align: center;
position: relative;
	
justify-content: center;
display: block;
margin-left: auto;
margin-right: auto; 
margin: auto;	
}

.content2{
	padding-top: 10px;
	width: 800px;
	text-align: center;
	position: relative;
	
	justify-content: center;
	display: block;
	margin-left: auto;
	margin-right: auto; 
	margin: auto;	
	margin-top: 10px;	
}

.content p{
	margin-bottom: 6px;
alignItems: 'center';
}

.site-footer{
	background: #000;
	font-color:#000000;
	#padding: 80px 0;

	padding: 30px 20px;
	#position: fixed;
	width: 100%;
	height: 10px;
	z-index: 99;
	justify-content: space-between;
	
}
.copyright{
	color: #fff;
	#font-size: 12px;
	text-align: center;

}

.sub-menu{
	font-size: 50px;
	text-align: center;
	font-family: 'Playfair Display', cursive;
	margin: 0;
	padding: 0;
	#background: #00ff33;
color: #000;	
	
}
.sub-menu2{
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	font-size:20px;
	text-align: center;
	margin: 0;
	padding: 0;
	#background: #FF0000;
	color:#000;
	

}

.sub-image{
width: 50%;

}

table {
	border-collapse: collapse;
	#color: #333; /* 全体の文字色 */
	border:15px;
	#background-color: #FFFF00; /* 全体の背景色 */
	margin-left:auto;margin-right:auto; 
	#table-layout: fixed;
	
}
caption {margin-left:auto;margin-right:auto;}

.td1 {
	padding: auto;
	#border: solid 3px #a5d1f1;
	vertical-align:top;
	text-align:center;
	#background-color: #FF00FF; /* 全体の背景色 */
	height:10px;
margin-bottom:110px;margin-top:10px;	 
	margin-left:20px;margin-right:20px; 

}
.td2 {
	padding: 0px 0px;
	#border: solid 3px #a5d1f1;
	vertical-align:top;
	text-align:center;
	#background-color: #00FFFF; /* 全体の背景色 */
	margin-left:20px;margin-right:20px; 
	
	height:180px;
}

.td3 {
	padding: 0px 0px;
	#border: solid 3px #a5d1f1;
	vertical-align:top;
	text-align:center;
	#background-color: #00FFFF; /* 全体の背景色 */
	margin-left:10px;margin-right:10px; 
	
	height:80px;
}

.kyouchou1{
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	font-size: 50px;
	margin: 0;
	padding: 0;
}

.kyouchou2{
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	margin: 0;
	padding: 0;
}

.img_cntrl{
 justify-content: center;
	 vertical-align:top;
	 text-align:center;
 
}


/*ギャラリー関係開始*/
/*ギャラリーのサイズ指定*/
.inline-gallery-container {
	width: 800px;
	height: 500px;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto 
	
}

/*ギャラリー関係終了*/


.button1{
	width:150px;
	hight:150px;
	background:black;
	border-radius:10px;
	position: relative;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto; 
	text-align:center;
	font-size:30px;
	color: #ffffff;
	line-height: 12px;
	
}

.btn1{
	font-family:'Noto Serif JP';
	font-size:20px;
	color:#ffffff;
	#background-color:#999900;
	#line-height: 5px;
	 
 }
 
.btn2{
	font-family:'Noto Serif JP';
	font-size:10px;
	color:#ffffff;
	line-height: 20px;
	 
 }

a:visited {
	color:#000;
	text-decoration:none;
}
a:link { 
color:#000;
}

a:hover {
color:#888;
}


.list1 {
	background-color: #f44;
	column-count: 2;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.item1 {
	#background-color: gray;
	font-size:15px;
	#color: white;
	list-style-type: none;
	margin: 5px;
	#float: left;
	width: calc(50% - 10px);

	#justify-content: center;
	#display: block;
	margin-left: auto;
	margin-right: auto; 

}

.hfont{
	font-family: 'Noto Serif JP', serif;

	#color: #ff0;
	text-shadow: 1px 0 0 #333, 0 1px 0 #333, -1px 0 0 #333, 0 -1px 0 #333;
}

