@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background: url('images/topimage5.jpg') center center / cover no-repeat fixed;
 }

#header {
	width: 100vw; 
	text-align: right;
	padding: 10px 0;
  	line-height:150%;
	color:#000;
	font-family:verdana, arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	background-color: #fff;
	margin-top: 400px;
	opacity:0.75;
}

#header a  { text-decoration: none; color: #000; }
#header a:hover { text-decoration: none; color: #999; }

#headertitle { margin-right: 60px; }
#headertitle h1 { font-size: medium; }

#g_navi {

}
#g_navi ul {
	display: flex;
    margin: 0 0 0 auto;
	padding: 0;
	width: 94%;
	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: 0px;
	height: 50%;
	background-color: #976d52;
}
#g_navi ul li::after {
	position: absolute;
	display: block;
	content: "";
	top: 25%;
	right: 0px;
	width: 0px;
	height: 50%;
	background-color: #976d52;
}
#g_navi ul li a {
	display: block;
	padding: 17px 10px;
	text-align: center;
	text-decoration: none;
}
#g_navi ul li a:hover {
}

.size {
	font-size:1.5em;
}

@media screen and (max-width: 480px)　{
 .size {
	font-size:3em;
 }
}
