
/*ハンバーガーメニューに関する記述*/

.headerTitle{
	display: none;
}

#menu .menuopen{
	display: none;
}
#menu .menuclose{
	display: none;
}

#menu ul{
	display: none;
}

#menu .menuText{
	display: none;
}


/*タイトル部分*/

.inform-pc p{
        background-color: yellow;
        font-size: 13px;
        text-align: right;
        padding-top: 5px;
        padding-bottom: 5px;

}

.inform-sp p{
        display:none;

}

.title img{
         height: 90px;
}


.title{
	margin-top: 8px;
	padding: 16px;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	font-family: 'BIZ UDゴシック',sans-serif;
}

.title a{
	text-decoration: none;
        font-size: 25px;

}

.title a:link {
	color: black;
}
.title a:visited {
	color: black;
}

.subtitle{
	text-align: center;
	font-size: 14px;
	margin: 8px 0 16px 0;
	line-height: 1.5;
}

/*メニュー部分*/

.nav{
	text-align: center;
	margin-bottom: 12px;
}

.nav ul li{
	display: inline-block;
	padding: 8px 32px;
	font-size: 14px;
}

.nav ul li a{
	text-decoration: none;
        font-size:18px;
        padding: 5px 10px;
}

.nav ul li a:link {
	color: black;
}
.nav ul li a:visited {
	color: black;
}

.nav ul li a:hover {
	color: #13651d;
	opacity: 0.5;
	background-color:#fdff79;
}

/*.active{
	border-bottom: solid 1px blue;
}*/

/*header固定*/
header{
	height: 250px;
	width: 100%;
}

.fixed-box{
	margin: 0 auto;
	width: 100%;
	/*position: fixed;*/
	z-index: 1;
	background-color: #fff;
}



