@charset "utf-8";

body{
	font:1.2em}

/*　包み　*/

#all {
	width: auto;
}

/*　ヘッダー　*/

header {
	
	height: auto;
	margin-bottom: 15px;
}

header h1 {
	display: none;
}

header #title {
	position: static;
	padding: 10px 0px;
}

header #title img {
	width: 80%;
	height: auto;
}

header search {
	position: static;
	width: auto;
	margin: 0px auto 20px;
}

/*　ナビゲーションバー　*/

nav#navi ul {
	position: static;
}

nav#navi ul li {
	float: none;
	width: auto;
}

nav#navi ul li a {
	margin: 0px;
	margin-bottom: 5px;
}

/*　サイトマップ　*/

.s_left{
	float:none;
	width:100%;
	margin-bottom:10px;
}

.s_right{
	float:none;
	width:100%;
	margin-bottom:10px;
}
.s_mg{
	margin-bottom:0px;
}

/*　サイドメニューとコンテンツの包み　*/

#wrapper {
	width: auto;
}

/*　サイドメニューとコンテンツ　*/

#menu, #contents {
	float: none;
	width: auto;
	padding:0;
}
#contents p {
	padding: 0.5em 5px 1em;
}

/*　大画像　*/

#pict {
	height: auto;
	width: 100%;
}

#pict img {
	height: auto;
	width: 100%;
}


/*　テーブル　*/

.ta1 td{
	width: auto;
	padding: 2px;
}

.ta1 th{
	width: 100px;
	padding: 2px;
}

/*　写真　*/

img.naib {
	width: 100%;
	height: auto;
}

/*　非表示切替　*/
.fade {
	display: none;
}

.wd80{
	width:80%;
	height:auto;
}

.wd94{
	width:94%;
	height:auto;
}

/*　HBメニュー　*/
.margin_tp{
	margin-top:20px;}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color:#9E8361;
	border-radius: 40px;
	
}

.menu-btn span{
	color:#FFF;
    display: block;
	top:25px;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;}


.menu-btn span:before {
    content: '';
	color:#FFF;
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}

.menu-btn span:after {
    content: 'MENU';
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	line-height:22px;
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #ffffff;
    position: relative;
}

.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
	content: '';
}
#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color:#9E8361;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #9E8361;
    transition: all 0.5s;/*アニメーション設定*/
}#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

nav#navi ul li a {
	height: 42px;
	padding-top: 8px;
	line-height: 1.4;
	text-decoration: none;
	display: block;
	margin: 0px 0px 20px 4px;	/*上、右、下、左*/
	font-size:16px;
	color: #FFF;
	letter-spacing: 0.1em;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-repeat: no-repeat;
	background-position: left center;
	border:none;
	text-align: center;
}

nav#navi ul li a:hover,
nav#navi ul li#current a {
	border: 1px solid #FFC000;
	background-color: #FFC000;
	border:none;
	background: none;
	color: #600;
}

nav#navi ul li a span {
	font-size: 9px;
	color: #FFF;
	display: block;
	font-weight: normal;
}
nav#navi ul li a:hover span,
nav#navi ul li#current a span {
	color: #600;
}
