html{
  width:100%;
  margin-right:auto;
  margin-left:auto;
  overflow: auto;
}

h1{
	font-size : 18px;
	color : #fff;
}
h2{
	font-size : 18px;
	color : #fff;
}
h3{
	font-size : 100%;
	color : #fff;
	font-weight : normal;
}	
.header_wrap ul {
	max-width: 100%;
	margin:0;
	padding:0;
	line-height:0;
	display: flex;
	justify-content: space-between;
}
.header_wrap ul li {
	list-style: none;
}

.header_wrap img {
	width:100%;
}

.ss p{
	margin:0;
	font-size:10px;
}

.hw_img1 {
	width:60%;
}
.hw_img2 {
	width:35%;
}

#g_navi {
	font-size:10px;
	background: #677672;
}
	#g_navi ul {
		display: flex;
		margin: 0 auto;
		padding: 0 3%;
		width: 94%;
		max-width: 960px;
		list-style-type: none;
	}
		#g_navi ul li {
			position: relative;
			width: 20%;
		}
		#g_navi ul li:first-child::before {
			position: absolute;
			display: block;
			content: "";
			top: 25%;
			left: 0px;
			width: 1px;
			height: 50%;
			background-color: #ffffff;
		}
		#g_navi ul li::after {
			position: absolute;
			display: block;
			content: "";
			top: 25%;
			right: 0px;
			width: 1px;
			height: 50%;
			background-color: #ffffff;
		}
			#g_navi ul li a {
				display: block;
				padding: 17px 10px;
				color: #fff;
				text-align: center;
				text-decoration: none;
			}
			#g_navi ul li a:hover {
				background-color: #6e7955;
			}
			
.Topimg img{
    width: 100%;
    height: auto;
}			

.Contens_link {
      position: sticky;
      margin:10px 0px 0px 0px;
      top: 0px;/*自分が固定したい位置*/
    }

.link_button {
  margin:15px 0px 0px 0px;
  /*display: inline-block;*/
  text-decoration: none;
  background: #677672;
  color: #fff;
  padding:5px 10px;
  border-radius: 15px;
  font-family: 'Avenir','Arial';
  box-shadow: 0px 2px 4px rgba(0,0,0,0.3) inset;
  transition: .3s;
}

.link_button:hover {
  text-decoration: none;
  box-shadow: 0 0 2px rgba(0,0,0.2);
}
#FLW-1500MT p.Comment{
	font-size:14px;
}
#gathering1 p.Comment{
	font-size:14px;
}
.News_list p{
	font-size:14px;
}

.wrap {
	text-align: center;
	width:100%;
	margin:auto;
}
.wnews {
	background:#fff;
	width:100%;
}

.FS {
	margin:0 0 14px 0;	
  	font-size: 14px;
}

#list_set{
	width: 100%;
	margin: auto;
	margin-bottom:1rem;
	background:#fff;
	font-size:10px;
}
	

#list_set tr{
  padding:10px 10px;
}

#list_set th{
  color:navy;
  font-weight:bold;
  width: 20%;
  padding:10px 10px;
}

#list_set td{
  padding:10px 10px;
  }

#list_set tr::after {
    content: '';
    display: block;
    clear: both;
}

.flex-box img{
	width: 100%;
	max-width: 100%;
    height: auto;
    margin: 60px 0 30px 0;
}
.flex-box ul {
	display: flex;
	margin:0;
	padding:0;
	justify-content: space-evenly;
}

.flex-box ul li {
	list-style: none;
}
.flex-box ul li.img1:hover{
    transform: scale(1.15); /*画像の拡大/縮小(xy)*/
    opacity:0.6;/*透明度*/
}
.flex-box ul li.img2:hover{
    transform: scale(1.15); /*画像の拡大/縮小(xy)*/
    opacity:0.6; /*透明度*/
}
.flex-box ul li.img4:hover{
    transform: scale(1.15); /*画像の拡大/縮小(xy)*/
    opacity:0.6;/*透明度*/
}
.flex-box ul li.img5:hover{
    transform: scale(1.15); /*画像の拡大/縮小(xy)*/
    opacity:0.6;/*透明度*/
}

.footer_wrapper {
    font-size:10px;
	background: #677672;
}

.footer_wrapper img{
	width:30px;
}

#footerT {
	margin:0;
	padding:5px 0;
	line-height:0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#footerT img{
	width:60%;
	height:auto;
}

#footer {
	border-bottom: 1px solid #fff;	
}
	#footer ul {
		display: flex;
		margin: 0 auto;
		padding: 0 3%;
		width: 94%;
		max-width: 960px;
		list-style-type: none;
	}
	#footer ul li {
		position: relative;
		width: 20%;
	}
	#footer ul li:first-child ::before {
		position: absolute;
		display: block;
		content: "";
		top: 25%;
		left: 0px;
		width: 1px;
		height: 50%;
		background-color: #ffffff;
	}
	#footer ul li ::after {
		position: absolute;
		display: block;
		content: "";
		top: 25%;
		right: 0px;
		width: 1px;
		height: 50%;
		background-color: #ffffff;
	}
	#footer ul li a {
		display: block;
		padding: 17px 10px;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	#footer ul li a:hover {
		text-decoration: underline;
	}
	

			
.fcr {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}			
.wel {
	width: 90%;
	margin: 16px auto 16px;
}

.wel ul{
	padding:0;
	margin:0;
}
.wel p{
	margin:0;
	padding:0;
	font-size:14px;	
}

.prd {
	width:100%;
	height: auto;
	margin: auto auto 20px auto;
	text-align: center;
}

.prd img{
	width:300px;
	height:auto;
}

.acs {
	margin: auto;
}

.acs ul {
	text-align: center;
	margin:0 0 16px 0;
	padding:0;
}

.acs ul li {
	list-style: none;
}

.acs p{
	margin:0 0 16px 0;
	line-height:1;
	font-size:14px;
}

.gmap iframe{
	width:360px;
	height:270px;
} 

.photo_list br{
	display: none;
}
.photo_list ul{
	padding:0;
	display: flex;
	justify-content: space-around;	
}

.photo_list ul li{
	width: 24%;
	height: auto;
	list-style: none;
}

.photo_list img {
	width: 100%;
}

.photo_list p{
	text-align: center;
	color: #fff;
}

.photo_title {
	font-size:8px
}

.photo_text {
	font-size:8px;
}

.photo_list ul li img:hover{
    transform: scale(1.05); /*画像の拡大/縮小(xy)*/
    box-shadow: 5px 10px 15px -5px #000;
}

.photo_list2 ul{
	padding:0;
	display: flex;
	justify-content: space-around;	
}

.photo_list2 ul li{
	width: 24%;
	height: auto;
	list-style: none;
}

.photo_list2 img {
	width: 100%;
}

.photo_list2 p{
	text-align: center;
	color: #fff;
}

.photo_list2 ul li img:hover{
    transform: scale(1.05); /*画像の拡大/縮小(xy)*/
    box-shadow: 5px 10px 15px -5px #000;
}
/*********************************************************************/
.video_position {
	text-align:center;
	
}

.video_position video {
	width:60%;
}

.video_position p {
	text-align: center;
	color: #fff;
}	

/*********************************************************************/


