@charset "utf-8";

/*  Top page layout */


#header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
  position:relative;
}
#header .kv_container {
	width:98%;
	max-width:1024px;
	margin:0 auto;
}
.top-head {
  height: 520px;
  background:url("../img/kv_main02.jpg") no-repeat  center ;
}

#header .title_matsushiro {
  color: #602214;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5rem;
	padding-left: 15px;
	padding-top:15px;
	display:block;
	float:right;
	margin-right:20px;
}
#header a {
	color:#602214;/* site select */
	text-decoration: none;
}

#header a:hover {
	color:#707070;/* site select */
  text-decoration: none;
}
#header .title_matsushiro span {
 font-size:28px;
}
#header .matsushiro_logo {
	padding-top:110px;
}
#wrap {
  width:98%;
 	margin:0 auto;
 	margin-bottom: 20px;
}


.flex-container {
	display:-webkit-box;
	display:flex;
	width:100%;
  max-width:1024px;
	margin:0 auto;
	margin-top: 10px;
  justify-content: space-between;
}




.side-left {		/* Top page left culoum */
	width: 27%;
  border:solid 8px #e2b410;
}
.title-box {
  padding-top:5px;
  padding-bottom:5px;
  text-align: center;
  background-color: #9a8052;
  color:#ffffff;
  font-size:18px;
  font-weight: bold;
}
.box-content {
  display:block;
  padding: 10px;
  font-size:0.9rem;
/*  line-height:3rem;*/
}
.box-content ul {
	line-height: 2.5rem;
}
.box-c0ntent ul li {
	line-height: 1.3rem;
}
.img-pos {
  margin-left:50%;
  margin-top: 6%;
}
.img-pos2 {
  text-align: center;
  margin-top:10px;
  margin-bottom: 10px;

}
.main-cont {		/* Top page main culoum */
	width: 40%;
  border:solid 8px #e2b410;
}
.introduction {
	text-align:justify;
}
.rogaining {
	margin-top:20px;
}
.side-right {						/* Top right culoum */
	width: 27%;
  border:solid 8px #e2b410;
}

@media screen and (max-width:660px) {
	.flex-container {
		display:block;
		width:100%;
		margin:0 auto;
		margin-top: 10px;
	}
	.side-left, .side-right, .main-cont {
		width:95%;
		margin: 0 auto;
		margin-bottom:10px;
	}

}
.footer-content {
	width:98%;
	max-width: 1024px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:5px;
}
.footer-text {
	padding-left:30px;
	line-height: 1.2rem;
}
.copyright {
	margin:0 auto;
	width:100%;
	max-width:1024;
	text-align: center;
	margin-top:10px;
	margin-bottom: 0;
}
