@charset "utf-8";

#all_menu{
	height:81px;
	background-color:#fff;
	position:fixed;
	width:100%;
	border-bottom: #ae9b62 4px solid;
	z-index: 99999;
}

#text_menu{
	height:13px;
    font-size: 11.5px;
	text-align: right;
	margin-top:10px;
    padding-right: 8px;
	color:#000;
	text-decoration:none;
}


#top_menu{
	position:fixed;
	left:50%;
	width:965px;
	margin:0 auto;
	margin-left:-482.5px;
	background-color:#fff;
}

#g_logo {
border-bottom: #ae9b62 4px solid;
float:left;
display: flex;
height:58px;
width: 240px;
}

#g_menu {
border-bottom: #a2a2a2 4px solid;
float:left;
display: flex;
height:58px;
width: 725px;
}

#g_logo_m {
display: none;
}

.g_menu_m {
display: none;
}

.g_menu_m_0 {
display: none;
}

.x_menu{
display: none;
}

@media screen and (max-width:965px){

#all_menu{
border:none;
}

#g_logo {
display:none;
}

#g_menu {
display:none;
}

#g_logo_m {
display: inline-block;
float:left;
width:9%;
text-align:center;
border-bottom: #ae9b62 4px solid;
height:58px;
}

.g_menu_m {
display: inline-block;
float:left;
width:17.96%;
text-align:center;
margin-top:15px;
height:40px;
}

.g_menu_m a{
color:#000;
text-decoration:none;
}

.g_menu_m a:hover {
	color:#888;
}

.g_menu_m_0 {
display: inline-block;
float:left;
width:1px;
text-align:center;
margin-top:12px;
height:40px;
}

.g_menu_m_0 a{
color:#000;
text-decoration:none;
}

.g_menu_m_0 a:hover {
	color:#888;
}

#top_menu{
	position:fixed;
	height:81px;
	left:50%;
	width:100%; 
	margin:0 auto; 
	margin-left:-50%;
	background-color:#fff;
	border-bottom: #a2a2a2 4px solid;
	}
	
/* ハンバーガー */
.x_menu{
display: none;
}

}


@media screen and (max-width:600px){

#all_menu {
height: 62px;
}

#top_menu{
	position:fixed;
	height:58px;
	left:50%;
	width:100%; 
	margin:0 auto; 
	margin-left:-50%;
	background-color:#fff;
	border-bottom: #ae9b62 4px solid;
	}
	
#g_menu {
float: left;
width:auto;
}

#g_logo_m {
	display:none;
}

#s_logo {
    display: inline-block;
    margin-top: 4px;
    margin-left: 7px;
    position: relative;
    z-index: 2;
}

#s_logo img {
	width:210px;
	height:auto;
}

.g_menu_m {
	display:none;
	height:58px;
}

.g_menu_m_0 {
	display:none;
	height:58px;
}

#text_menu{
	display:none;
}

/* ハンバーガー */
.x_menu{
display: inline-block;
position: fixed;
float: right;
width: 100%;
top: 0px;
right: 0px;
}

.x_menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0;
    list-style: none;
	background: #888;
	width: 100%;
}

.x_menu li {
    padding: 5px;
	margin: 0 7px;
	color:#fff;
}

.x_menu li a:link { 
color: #fff;
text-decoration:none; 
}
.x_menu li a:visited { 
color: #fff;
text-decoration:none; 
}
.x_menu li a:hover { 
color: #fff; 
text-decoration:underline; 
}
.x_menu li a:active {
color: #fff;
text-decoration:none; 
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 246px;
}

}
