@charset "utf-8";

/* CSS Document スマートフォン版 全共通css*/
@media (max-width: 979px) and (min-width: 768px) {
#content-all-wrapper {
    min-width: 980px;
}
}
@media screen and (max-width: 767px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
.pc_inline {
	display: none;
}
.sp_inline {
	display:inline-block;
}
#content-body img {
	max-width:100%;
	height:auto;
}
/* リセット */
#content-body {
	line-height: 1.75;
	font-size: 14px;
}
#content-body h1, #content-body h2, #content-body h3, #content-body h4, #content-body h5, #content-body h6 {
	font-size: 14px;
}
/********************************
尾瀬ヘッダー
********************************/
#oze_gnav {
	display: none;
}
#oze_gnav_sp {
	display: block;
	position: relative;
	background-color: #6eb937;
}
#oze_gnav_sp .oze_logo {
	height: 60px;
	text-align: center;
	color: #fff;
	line-height: 60px;
}
#oze_gnav_sp .oze_logo a {
	color:#fff;
	text-decoration:none;
}
#oze_gnav_sp .menu_btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	z-index: 999;
}
#oze_gnav_sp .menu_btn a {
	display: block;
	height: 60px;
	width: 60px;
	background-image: url(../images/icon_gnav_menu_sp.png);
	background-repeat: no-repeat;
	background-size: 60px 120px;
	background-position: left top;
}
#oze_gnav_sp .menu_btn.open a {
	background-position: left -60px;
}
#oze_gnav_sp .menu_btn a span {
	display: none;
}
#oze_gnav_sp .dropmenu_sp {
	display: none;
	line-height: 1.6;
	border-top: solid 1px #fff;
}
#oze_gnav_sp .dropmenu_sp dt {
	display: block;
	margin: 0;
	border-top: 1px solid #fff;
}
#oze_gnav_sp .dropmenu_sp dt a {
	display: block;
	padding: 14px 35px 10px 10px;
	font-weight: normal;
	text-decoration: none;
	border-top: none;
	position: relative;
	color: #fff;
}
#oze_gnav_sp .dropmenu_sp dt a:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: auto;
	right: 15px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#oze_gnav_sp .dropmenu_sp dt.open a:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#oze_gnav_sp .dropmenu_sp dd {
	display: none;
	margin: 0;
	background-color: #cce7b9;
}
#oze_gnav_sp .dropmenu_sp dd a {
	display: block;
	padding: 14px 35px 10px 10px;
	font-weight: normal;
	text-decoration: none;
	border-top: none;
	position: relative;
	color: #666666;
}
#oze_gnav_sp .dropmenu_sp dd a:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: auto;
	right: 15px;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#oze_gnav_sp .dropmenu_sp dd li {
	border-top: 1px solid #fff;
}
#oze_gnav_sp .dropmenu_sp dt.direct a:after {/*資料館*/
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/********************************
尾瀬フッター
********************************/
#oze_footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0;
	background-color: #e2f2c4;
	color: #666666;
	font-size: 14px;
	line-height: 1;
}
#oze_footer .inside {
	width: 100%;
	margin: 0 auto;
}
#oze_footer .oze_title {
	display: none;
}
#oze_footer ul {
	list-style-type: none;
}
#oze_footer ul li {
	float: none;
	margin-right: 0;
	padding: 12px 0;
	border-right: none;
	border-bottom: 1px solid #fff;
	text-align: center;
}
#oze_footer ul li:last-child {
	border-bottom: none;
}
#oze_footer ul li a {
	color: #666666;
	text-decoration: none;
}
#oze_footer ul li a:hover {
	color: #666666;
	text-decoration: underline;
}
/*ページトップ*/
#gototop {
	position: fixed;
	z-index: 999;
	top: 80%;
	left: auto;
	right: 5px;
	width: 61px;
	height: 89px;
	margin-left: 0;
	cursor: pointer;
}
}
