@charset "UTF-8";
body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}


header {

	width: 100%;
	height: 30px;
	background: #B2CDBA;
	padding: 10px 10px 10px 10px;
}

.litie img{
	width: 80px;
	float: left;
}


.menu{
	list-style: none;
	float: right;
	display: flex;
	font-size: 10px; 
	justify-content: space-between;	
	margin: 10px 20px;
}

.menu li{
	padding: 1px 5px;
	color: #362C2A;
}

.top img{
	width: 100%;
	animation-name: top;
	animation-duration: 10s;
	animation-iteration-count: 1;
}

@keyframes top{
	0%{
	opacity: 0;
	}
	100%{
	opacity: 1;
	}
}
.gaiyou{
	color: #362C2A;
	text-align: center;
　　background-color: #D3C1AF;
}
h2{
	text-align: center;
	
}
.item1 img{
	widows: 250px;
	height: 250px;
}
.item1{
	text-align: center;
}
.item1_t{
	text-align: center;
	color: #362C2A;
}
.item2 img{
	width: 250px;
	height: 250px;
}
.item2{
	text-align: center;
}
.item2_t{
	text-align: center;
	color: #362C2A;
}
.item3 img{
	width: 250px;
	height: 250px;
}
.item3{
	text-align: center;
}
.item3_t{
	text-align: center;
	color: #362C2A;
}
.item4 img{
	width: 250px;
	height: 250px;
}
.item4{
	text-align: center;
}
.item4_t{
	text-align: center;
	clear: #362C2A;
}
.item5 img{
	width: 250px;
	height: 250px;
}
.item5{
	text-align: center;
}
.item5_t{
	text-align: center;
	color: #362C2A;
}
.item6 img{
	width: 250px;
	height: 250px;
}
.item6{
	text-align: center;
}
.item6_t{
	text-align: center;
	color: #362C2A;
}
.item7 img{
	width: 250px;
	height: 250px;
}
.item7{
	text-align: center;
}
.item7_t{
	text-align: center;
	color: #362C2A;
}

.footer02 {
 color: #362C2A ;
 background: #B2CDBA;
 text-align: center;
 padding: 30px;
}
.footer02 a {
 color: #362C2A;
 text-decoration: none;
}
.footer02 a:hover {
 text-decoration: underline;
}
.footer02 .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.footer02 .menu li {
 margin: 0;
 padding: 0 20px;
}
.footer02 .copyright {
 margin: 0;
 padding: 20px 0 0 0;
}



























