html {
	font-size: 10px;
}

body {
	min-width: 1220px;
	color: #000;
	font-family: 'Rounded Mplus 1c', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

header {
	margin: 1220px;
	margin: 0 auto;
	height: 120px;
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	z-index: 999;
}

header h1 {
	width: 330px;
	height: 120px;
	float: left;
	background: rgba(255, 255, 255, 0.85);
	padding: 25px 20px 0 0;
	box-sizing: border-box;
}

header h1 a {
	display: block;
	width: 295px;
	height: 58px;
	text-indent: -9999px;
	background: url('../images/common/logo.svg') no-repeat;
	float: right;
}

#gnav {
	float: right;
	width: calc(100% - 330px);
	height: 120px;
	padding: 0 10px 0 0;
	box-sizing: border-box;
	float: right;
	background: rgba(0, 0, 0, 0.8);
	position:relative;
}

#gnav .youtube{
	width:60px;
	display:block;
}
#gnav .youtube img{
	width:60px;
	height:auto;
}

#gnav > ul {
/* 	width: calc(100% - 10px); */
	min-width: 740px;
	float: right;
	position:relative;
}

#gnav ul li {
	width: 115px;
	height: 120px;
	float: left;
	box-sizing: border-box;
}
#gnav ul a {
	display: block;
	width: 120px;
	height: 120px;
	background: url('../images/common/gnav.png') no-repeat;
	-webkit-background-size: 720px;
	     -o-background-size: 720px;
	        background-size: 720px;
	text-indent: -9999px;
}



#nav00{
	width: 160px !important;
/* 	width:60px !important; */
/* 	position:absolute; */
/* 	top:30px; */
/* 	left:-80px; */
}

#nav00 ul{
	min-width: none !important;
	margin: 0;
	padding: 0;
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

#nav00 ul li{
	width: 80px;
	margin: 22px 0 0 0;
}


#nav00 a{
	background:transparent !important;
	text-indent:0 !important;
	vertical-align: middle;
}

#nav00 a #iconInstagram{
	vertical-align: middle;
	width: 48px !important;
}

#nav00 a #iconYoutube{
	vertical-align: middle;
	width: 42px !important;
	margin: 6px 0 0 0;
}


#nav01 a {
	background-position: 0 0 !important;
}

#nav01 a:hover {
	background-position: 0 -120px !important;
}

.page-id-13 #nav01 a {
	background-position: 0 -120px !important;
}

#nav02 a {
	background-position: -120px 0 !important;
}

#nav02 a:hover {
	background-position: -120px -120px !important;
}

.page-id-15 #nav02 a {
	background-position: -120px -120px !important;
}

#nav03 a {
	background-position: -240px 0 !important;
}

#nav03 a:hover {
	background-position: -240px -120px !important;
}

.page-id-17 #nav03 a {
	background-position: -240px -120px !important;
}

#nav04 a {
	background-position: -360px 0 !important;
}

#nav04 a:hover {
	background-position: -360px -120px !important;
}

.page-id-19 #nav04 a {
	background-position: -360px -120px !important;
}

#nav05 a {
	background-position: -480px 0 !important;
}

#nav05 a:hover {
	background-position: -480px -120px !important;
}

.page-id-27 #nav05 a {
	background-position: -480px -120px !important;
}

#nav06 a {
	background-position: -600px 0 !important;
}

#nav06 a:hover {
	background-position: -600px -120px !important;
}

.page-id-29 #nav06 a {
	background-position: -600px -120px !important;
}

section {
	line-height: 1.8em;
}

img {
	max-width: 100%;
	height: auto;
}

.clr {
	clear: both;
}


footer {
	background: #b61a00;
	position: relative;
	z-index: 999;
	padding: 30px 0 0 0;
}

#footer_inner {
	width: 1100px;
	margin: 0 auto;
}

#fnav {
	width: 780px;
	float: left;
}

#fnav ul {
	display: flex;
}

#fnav ul li {
	width: calc(100% / 7);
	text-align: center;
	background: url('../images/common/arrow2.png') no-repeat top center;
}

#fnav ul li a {
	padding: 35px 0 0 0;
	display: block;
	color: #fff;
	text-decoration: none;
}

#footer_ad {
	color: #fff;
	padding: 0 0 0 40px;
	float: right;
	line-height: 1.8em;
}

#footer_ad h3{
	font-weight:normal;
	font-size:120%;
}
.gotop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 77%;
	z-index: 10000;
}

.gotop a {
	display: block;
	text-align: center;
	text-decoration: none;
}

#copyright {
	text-align: center;
	padding: 20px;
	color: #fff;
}