@charset "UTF-8";

.main {
	position: relative;
}

.content {
	display: flex;
	justify-content: space-between;
}

.content_main {
	width: 65.5%;
}

.slide {
	position: relative;
}

.slide:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 8px;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: #3885c7;
}

.slide_item {
}

.slide_item:focus {
	outline: none;
}

.slide_item img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.slide .slick-dots {
	top: 15px;
	bottom: auto;
	left: 25px;
	text-align: left;
}

.slick-dots li {
	margin: 0 2px;
}

.slide .slick-dots li button:before {
	opacity: 1;
	color: #ffffff;
	font-size: 15px;
}

.slide .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fadd00;
}

.slide .slick-prev,
.slide .slick-next {
	z-index: 1;
}

.slide .slick-prev:before,
.slide .slick-next:before {
	content: "";
	opacity: 1;
	position: absolute;
	top: 0;
	width: 44px;
	height: 44px;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.slide .slick-prev:before {
	left: 0;
	background-image: url(/img/icon-arrow-prev@2x.png);
}

.slide .slick-next:before {
	right: 0;
	background-image: url(/img/icon-arrow-next@2x.png);
}

.important {
	display: flex;
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
	border-radius: 15px;
	background: #ffffff;
}

.important_news {
	position: relative;
	width: 22%;
	min-height: 68px;
	background: #e55858;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
}

.important_news span {
	position: absolute;
	top: 49%;
	left: 50%;
	width: 100%;
	padding-top: 38px;
	text-align: center;
	transform: translate(-50%, -50%);
}

.important_news span:before {
	content: "\e913";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 30px;
	line-height: 1;
	font-family: icomoon;
	transform: translateX(-50%);
}

.important_list {
	width: 78%;
	padding: 0 20px;
	color: #d62d5b;
}

.important_list > li {
	padding: 15px 0 15px 20px;
	border-bottom: 1px dashed #707070;
	line-height: 1.5;
}

.important_list > li:last-child {
	border-bottom: none;
}

.important_list > li em {
	display: block;
	position: relative;
}

.important_list > li em:before {
	content: "\e912";
	display: inline-block;
	position: absolute;
	top: 0.8em;
	left: -1.2em;
	margin-top: -0.5em;
	line-height: 1;
	font-family: icomoon;
}

.important_list > li p {
	margin-top: 5px;
	font-size: 13px;
}

.news {
	margin-top: 30px;
	padding: 9px;
	border-radius: 15px;
	background: #ffffff;
}

.news_hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px;
	border-radius: 11px;
	background: #085a9b;
}

.news_hd_ttl {
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}

.news_hd_btn {
}

.news_hd_btn a {
	display: inline-block;
	position: relative;
	padding-right: 22px;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
	        transition: opacity 0.4s;

	-webkit-transition: opacity 0.4s;
}

.news_hd_btn a:before {
	content: "\e901";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -0.05em;
	color: #ffffff;
	font-size: 17px;
	line-height: 1;
	font-family: icomoon;
}

.news_hd_btn a:hover {
	opacity: 0.8;
}

.news_cnt {
	height: 160px;
	margin: 13px 0;
	padding: 0 20px 0 15px;
	overflow-y: scroll;
}

.news_important {
	padding: 10px;
	border-bottom: 1px dashed #707070;
	color: #d62d5b;
	font-style: normal;
	line-height: 1.5;
}

.news_item {
	display: table;
	width: 100%;
	padding: 10px;
	border-bottom: 1px dashed #707070;
	box-sizing: border-box;
	        transition: background 0.4s;

	-webkit-transition: background 0.4s;
}

.news_item:hover {
	background: #f5f5f5;
}

.news_item time,
.news_item em {
	display: table-cell;
	text-align: left;
}

.news_item time {
	width: 90px;
	padding-right: 20px;
	color: #333333;
}

.news_item em {
	color: #d62d5b;
	font-style: normal;
	line-height: 1.5;
}

.news_cnt::-webkit-scrollbar {
	width: 10px;
	padding: 20px;
}

.news_cnt::-webkit-scrollbar-track {
	background: #e5e5e5;
}

.news_cnt::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #838383;
}

.info {
	margin-top: 30px;
}

.info_tab {
	display: flex;
	justify-content: space-between;
	margin: 0 15px;
	text-align: center;
}

.info_tab li {
	position: relative;
	width: 30%;
	padding: 20px 4px 13px 4px;
	padding: 23px 10px 16px 10px;
	border-radius: 15px 15px 0 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

.info_tab li.-active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-bottom: -16px;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top-width: 16px;
	border-top-style: solid;
	        transform: translateX(-50%);

	-webkit-transform: translateX(-50%);
}

.info_tab li.-all {
	background: #e55858;
}

.info_tab li.-active.-all:after {
	border-top-color: #e55858;
}

.info_tab li.-event {
	background: #e07000;
}

.info_tab li.-active.-event:after {
	border-top-color: #e07000;
}

.info_tab li.-classroom {
	background: #489f44;
}

.info_tab li.-active.-classroom:after {
	border-top-color: #489f44;
}

.info_group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 12px 15px 55px;
	border-radius: 15px;
	background: #ffffff;
}

.info_group:after {
	content: "";
	display: block;
	width: 32%;
}

.info_item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 32%;
	margin: 10px 0 5px 0;
	padding: 8px 8px 16px;
	border-radius: 15px;
	box-sizing: border-box;
	background: #f5f5f5;
	        transition: opacity 0.4s;

	-webkit-transition: opacity 0.4s;
}

.info_item:nth-child(3n) {
	/* margin-right: 0; */
}

.info_item:hover {
	opacity: 0.8;
}

.info_item:nth-child(n+7) {
}

.info_item_img {
	text-align: center;
}

.info_item_img img {
	width: 100%;
	height: auto;
	border-radius: 11px;
}

.info_item_cnt {
	margin-bottom: auto;
	padding: 7px 6px 0;
}

.info_item_app {
	margin-top: 15px;
	padding: 5px;
	border: 1px solid #e55858;
	border-radius: 3px;
	background: #ffffff;
	color: #e55858;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.info_item_app.-before {
	border: 1px solid #085a9b;
	color: #085a9b;
}

.info_item_app.-end {
	border: 1px solid #333333;
	color: #333333;
}

.info_item span.-cat {
	display: inline-block;
	padding: 5px 25px;
	border-radius: 50px;
	color: #ffffff;
	font-size: 13px;
	line-height: 1;
	text-align: center;
}

.info_item span.-event {
	background: #e07000;
}

.info_item span.-mountain {
	background: #489f44;
}

.info_item span.-science {
	background: #f2ba00;
}

.info_item span.-excavator {
	background: #e03c00;
}

.info_item em {
	display: block;
	margin-top: 7px;
	padding-bottom: 10px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4;

	font-feature-settings: "palt";
}

.info_item_dl {
	padding-top: 10px;
	border-top: 1px dashed #707070;
}

.info_item_dl dt {
	color: #085a9b;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
}

.info_item_dl dd {
	margin-top: 5px;
	color: #333333;
	font-size: 14px;
	line-height: 1.2;
}

.info_btn {
	max-width: 430px;
	margin: -35px auto 0;
	text-align: center;
}

.info_btn a {
	display: block;
	padding: 15px 10px;
	border-radius: 11px;
	box-shadow: 0 6px 0 0 rgb(0, 52, 93, 1);
	background: #085a9b;
	        transition: background 0.4s;

	-webkit-transition: background 0.4s;
}

.info_btn a span {
	position: relative;
	padding-right: 35px;
}

.info_btn a span:before {
	content: "\e901";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0.3em;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	font-family: icomoon;
}

.info_btn a:hover {
	background: #00345d;
}

.content_side {
	width: 31%;
}

.detail {
}

.detail.-sp {
	display: none;
}

.detail_ttl {
	text-align: center;
}

.detail_cnt {
	margin-top: -8px;
	padding: 8px 8px 14px;
	border-radius: 15px;
	background: #e5e5e5;
}

.detail_group {
	padding: 8px;
	border-radius: 11px;
	background: #ffffff;
}

.detail_today {
	display: inline-block;
	width: 100%;
	padding: 15px 10px;
	border-radius: 8px;
	box-sizing: border-box;
	background: #f5f5f5;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	text-align: center;
}

.detail_today span {
	font-size: 32px;
	vertical-align: middle;
}

.detail_today span.-today {
	margin-right: 5px;
	font-size: 20px;
}

.detail_today span.-blue {
	color: #085a9b;
}

.detail_today span.-red {
	color: #d30011;
}

.detail_dl_cnt {
	padding: 3px 15px 10px 15px;
}

.detail_dl {
	padding: 8px 0 18px;
}

.detail_dl:last-child {
	padding-bottom: 0;
	border-top: 1px dashed #e5e5e5;
}

.detail_dl dt {
}

.detail_dl dd {
	margin-top: 11px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}

.detail_dl dd span {
	font-weight: normal;
	font-size: 16px;
}

.detail_btn {
	margin-top: 8px;
	text-align: center;
}

.detail_btn a {
	display: block;
	padding: 15px 10px;
	border-radius: 11px;
	box-shadow: 0 6px 0 0 rgb(0, 52, 93, 1);
	background: #085a9b;
	        transition: background 0.4s;

	-webkit-transition: background 0.4s;
}

.detail_btn a:hover {
	background: #00345d;
}

.detail_btn a span {
	position: relative;
	padding-right: 33px;
}

.detail_btn a span:before {
	content: "\e901";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0.3em;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	font-family: icomoon;
}

.event {
	margin-top: 30px;
	overflow: hidden;
	border-radius: 15px;
	background: #f5f5f5;
}

.event_hd {
	position: relative;
	padding: 18px 10px;
	background: #085a9b;
}

.event_hd_ttl {
	line-height: 1;
	text-align: center;
}

.event_hd_item {
	margin-top: 20px;
	text-align: center;
}

.event_hd_item_month {
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
}

.event_hd_item_month span {
	font-size: 24px;
	line-height: 1;
}

.event_hd_item_btn {
	display: block;
	position: absolute;
	bottom: 17px;
	padding: 15px 30px;
	border: none;
	border-radius: 50px;
	background: #5ba4de;
	line-height: 1;
	cursor: pointer;
	        transition: background 0.4s;
	appearance: none;

	-webkit-transition: background 0.4s;
}

.event_hd_item_btn.-prev {
	left: 15px;
}

.event_hd_item_btn.-next {
	right: 15px;
}

.event_hd_item_btn:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ffffff;
	font-size: 20px;
	line-height: 1;
	font-family: icomoon;
	transform: translate(-50%, -50%);
}

.event_hd_item_btn.-prev:before {
	content: "\e90a";
}

.event_hd_item_btn.-next:before {
	content: "\e909";
}

.event_hd_item_btn:hover {
	background: #83beec;
}

.event_cnt {
	padding: 10px;
}

.event_tb {
	width: 100%;
	font-weight: bold;
	text-align: center;
}

.event_tb tr {
}

.event_tb th,
.event_tb td {
	border: 2px solid #f5f5f5;
	line-height: 2.2;
}

.event_tb th {
	background: #dbdbdb;
}

.event_tb th.-sun {
	color: #dd0000;
}

.event_tb th.-sat {
	color: #085a9b;
}

.event_tb td {
	background: #ffffff;
}

.event_tb td.-holiday {
	background: #9b9b9b;
	color: #ffffff;
}

.event_tb td.-has_event {
	background: #fadd00;
}

.event_tb td a {
	display: block;
	color: #525254;
}

.event_tb td.-today a {
	color: #ff0000;	/* background: #FADD00; */
}

.event_tb td.-holiday a {
	pointer-events: none;
}

.event_group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 2px 0;
}

.event_group_holiday {
	position: relative;
	padding-left: 29px;
	line-height: 1;
}

.event_group_holiday:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -0.15em;
	background: #9b9b9b;
}

.event_group_btn {
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}

.event_group_btn a {
	position: relative;
	padding: 10px 15px 8px 38px;
	border-radius: 50px;
	background: #fadd00;
	color: #085a9b;
	        transition: background 0.4s;

	-webkit-transition: background 0.4s;
}

.event_group_btn a:before {
	content: "\e902";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 14px;
	margin-top: 0.6em;
	color: #085a9b;
	font-size: 18px;
	line-height: 1;
	font-family: icomoon;
}

.event_group_btn a:hover {
	background: #fbe857;
}

.event_info {
	margin-top: 30px;
}

.event_info_ttl {
	text-align: center;
}

.event_info_time {
	margin: 10px 2px 0;
	padding: 20px;
	border-radius: 11px;
	background: #ffffff;
}

.event_info_time_dl {
	padding: 17px 0;
	border-bottom: 1px dashed #707070;
}

.event_info_time_dl:first-child {
	padding-top: 0;
}

.event_info_time_dl:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.event_info_time_dl dt,
.event_info_time_dl dd {
	font-weight: bold;
	line-height: 1;
}

.event_info_time_dl dt {
	color: #085a9b;
}

.event_info_time_dl dd {
	margin-top: 10px;
	font-size: 18px;
}

.event_info_time_dl dd a {
	color: #333333;
	letter-spacing: 0.5px;
}

.event_info_time_dl dd span {
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
}

.event_info_time_dl dd span.-desc {
	margin-top: 8px;
	padding-left: 1em;
	line-height: 1.4;
	text-indent: -1em;
}

.event_info_time_dl dd dl dt {
	font-size: 16px;
}

.event_info_time_dl dd dl dt.-facility {
	color: #e55858;
}

.event_info_time_dl dd dl dt.-mountain {
	margin-top: 12px;
	color: #6ba022;
}

.event_info_time_dl dd dl dd {
	margin-top: 8px;
}

.map {
	margin-top: 30px;
}

.map a {
	display: block;
	position: relative;
}

.map a:before {
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #ffffff;
	        transition: opacity 0.4s;

	-webkit-transition: opacity 0.4s;
}

.map a:hover:before {
	opacity: 0.2;
}

.map a img {
	width: 100%;
	height: auto;
}

.link {
	margin-top: 95px;
}

.link_cnt {
	display: flex;
	justify-content: space-between;
}

.link_item {
	display: block;
	position: relative;
	width: 32.2%;
	padding: 13px 13px 22px;
	border-radius: 15px;
	box-sizing: border-box;
	background: #085a9b;
	text-align: center;
	        transition: background 0.4s;

	-webkit-transition: background 0.4s;
}

.link_item:hover {
	background: #1d75bb;
}

.link_item_img {
}

.link_item_name {
	margin-top: -18px;
}

.link_item_txt {
	margin-top: 22px;
}

.link_item.-item03 .link_item_txt {
	margin-top: 13px;
}

.link_item_desc {
}

.link_item.-item01 .link_item_desc,
.link_item.-item02 .link_item_desc {
	position: absolute;
	top: -20px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}

.link_item.-item03 .link_item_desc {
	margin-top: -40px;
}

.blog {
	margin-top: 60px;
}

.blog_txt {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.blog_row {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}

.blog_col {
	width: 48%;
}

.blog_hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blog_hd_ttl {
}

.blog_hd_btn {
	text-align: center;
}

.blog_hd_btn a {
	padding: 7px 20px;
	border-radius: 50px;
	background: #085a9b;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	        transition: background 0.4s;

	-webkit-transition: background 0.4s;
}

.blog_hd_btn a:hover {
	background: #1d75bb;
}

.blog_hd_btn a span {
	position: relative;
	padding-right: 25px;
}

.blog_hd_btn a span:before {
	content: "\e901";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0.3em;
	color: #ffffff;
	line-height: 1;
	font-family: icomoon;
}

.blog_cnt {
	margin-top: 10px;
}

.blog_item {
	display: flex;
	padding: 18px 5px;
	border-bottom: 2px dashed #ffffff;
	color: #ffffff;
	        transition: background 0.4s;

	-webkit-transition: background 0.4s;
}

.blog_item:first-child {
}

.blog_item:hover {
	background: #77b5ea;
}

.blog_item_img {
	width: 28%;
	margin-right: 25px;
}

.blog_item_img img {
	border-radius: 11px;
}

.blog_item_detail {
	width: 68%;
	margin: 5px 0;
	margin: 15px 0;
}

.blog_item_detail time {
	display: block;
	line-height: 1;
}

.blog_item_detail em {
	display: block;
	margin-top: 10px;
	font-style: normal;
	font-size: 20px;
	line-height: 1.5;
}

.bnr {
	margin-top: 55px;
}

.bnr_row {
	display: flex;
	justify-content: space-between;
}

.bnr_row.-col2 {
}

.bnr_row.-col3 {
	margin-top: 40px;
	justify-content: center;
	gap: 35px;
}

.bnr_col {
}

.bnr_row.-col2 .bnr_col {
	width: 48.5%;
}

.bnr_row.-col3 .bnr_col {
	width: 31.5%;
}

.bnr_col a {
	display: block;
	position: relative;
	border-radius: 15px;
}

.bnr_col a:before {
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #ffffff;
	        transition: opacity 0.4s;

	-webkit-transition: opacity 0.4s;
}

.bnr_col a:hover:before {
	opacity: 0.3;
}

.bnr_col.-virtual a {
	pointer-events: none;
}

.bnr_col.-virtual a:before,
.bnr_col.-virtual a:after {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bnr_col.-virtual a:before {
	content: "";
	opacity: 1;
	top: 50%;
	width: 101%;
	height: 100%;
	border-radius: 15px;
	background-image: url(/nature/img/virtual_coming@2x.png);
	background-position: center;
	background-size: 281px 35px;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.7);
}

.bnr_col.-virtual a:after {
	content: "準備中です";
	top: 70%;
	color: #ffffff;
}

.bnr_col a img {
	width: 100%;
	height: auto;
}

.-hide {
	display: none;
}

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

@media screen and (max-width:640px) {
	.inner {
		padding: 0 3%;
	}

	.content {
		display: block;
	}

	.content_main {
		width: 100%;
	}

	.slide {
	}

	.slide:before {
		top: 6px;
		left: 5px;
	}

	.slide_item {
	}

	.slide_item:focus {
	}

	.slide_item img {
	}

	.slide .slick-dots {
		top: auto;
		bottom: -34px;
		left: 0;
		text-align: center;
	}

	.slick-dots li {
	}

	.slide .slick-dots li button:before {
	}

	.slide .slick-dots li.slick-active button:before {
	}

	.slide .slick-prev,
	.slide .slick-next {
	}

	.slide .slick-prev:before,
	.slide .slick-next:before {
		width: 38px;
		height: 38px;
	}

	.slide .slick-prev:before {
		left: 16px;
	}

	.slide .slick-next:before {
		right: 16px;
	}

	.important {
		display: block;
		margin-top: 50px;
		border-radius: 8px;
	}

	.important_news {
		width: 100%;
		min-height: 48px;
	}

	.important_news span {
		width: 180px;
		padding: 0 0 0 20px;
	}

	.important_news span:before {
		top: 50%;
		left: 12px;
		font-size: 25px;
		transform: translateY(-50%);
	}

	.important_list {
		width: 100%;
		padding: 15px;
	}

	.important_list > li {
	}

	.important_list > li:before {
	}

	.important_list .news_item {
		padding: 2px 0;
		border-bottom: none;
	}

	.important_list .news_item time {
		display: none !important;
	}

	.important_list .news_item em {
		position: relative;
		padding-left: 18px;
		color: #e55858;
		font-weight: 500;
	}

	.important_list .news_item em:before {
		content: "\e912";
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -0.45em;
		line-height: 1;
		font-family: icomoon;
	}

	.news {
		margin-top: 30px;
	}

	.news_hd {
	}

	.news_hd_ttl {
		font-size: 18px;
	}

	.news_hd_btn {
	}

	.news_hd_btn a {
	}

	.news_hd_btn a:before {
	}

	.news_hd_btn a:hover {
		opacity: 1;
	}

	.news_cnt {
		padding: 0 15px 0 10px;
	}

	.news_item {
		padding: 10px 0;
	}

	.news_item:hover {
		background: #ffffff;
	}

	.news_item time,
	.news_item em {
		display: block;
	}

	.news_item time {
	}

	.news_item em {
	}

	.news_cnt::-webkit-scrollbar {
	}

	.news_cnt::-webkit-scrollbar-track {
	}

	.news_cnt::-webkit-scrollbar-thumb {
	}

	.info {
	}

	.info_tab {
	}

	.info_tab li {
		padding: 20px 4px 13px 4px;
		font-size: 18px;
	}

	.info_tab li.-active:after {
	}

	.info_tab li.-all {
	}

	.info_tab li.-active.-all:after {
	}

	.info_tab li.-event {
	}

	.info_tab li.-active.-event:after {
	}

	.info_tab li.-classroom {
	}

	.info_tab li.-active.-classroom:after {
	}

	.info_group {
		justify-content: space-between;
		padding: 10px 8px 55px;
	}

	.info_item {
		width: 49%;
		margin: 7px 0 5px;
	}

	.info_item:nth-child(2n) {
	}

	.info_item:nth-child(3n) {
	}

	.info_item:hover {
	}

	.info_item_img {
	}

	.info_item_img img {
	}

	.info_item_cnt {
	}

	.info_item span.-cat {
		padding: 4px 18px;
		font-size: 11px;
	}

	.info_item span.-event {
	}

	.info_item span.-mountain {
	}

	.info_item span.-science {
	}

	.info_item span.-excavator {
	}

	.info_item em {
		overflow: hidden;
		white-space: nowrap;

		text-overflow: ellipsis;
	}

	.info_item_dl {
	}

	.info_item_dl dt {
	}

	.info_item_dl dd {
	}

	.info_btn {
		max-width: 300px;
	}

	.info_btn a {
	}

	.info_btn a span {
	}

	.info_btn a span:before {
	}

	.info_btn a:hover {
	}

	.content_side {
		width: 100%;
	}

	.detail {
		margin-bottom: 30px;
	}

	.detail.-sp {
		display: block;
	}

	.detail.-pc {
		display: none;
	}

	.detail_ttl {
	}

	.detail_cnt {
	}

	.detail_group {
	}

	.detail_today {
	}

	.detail_today span {
		font-size: 30px;
	}

	.detail_today span.-today {
		font-size: 18px;
	}

	.detail_today span.-blue {
	}

	.detail_today span.-red {
	}

	.detail_dl_cnt {
	}

	.detail_dl {
	}

	.detail_dl:last-child {
	}

	.detail_dl dt {
	}

	.detail_dl dd {
		font-size: 16px;
	}

	.detail_dl dd span {
		font-size: 14px;
	}

	.detail_btn {
	}

	.detail_btn a {
	}

	.detail_btn a:hover {
	}

	.detail_btn a span {
	}

	.detail_btn a span:before {
	}

	.event {
	}

	.event_hd {
	}

	.event_hd_ttl {
	}

	.event_hd_item {
	}

	.event_hd_item_month {
	}

	.event_hd_item_month span {
	}

	.event_hd_item_btn {
	}

	.event_hd_item_btn:hover {
	}

	.event_hd_item_btn.-prev {
	}

	.event_hd_item_btn.-next {
	}

	.event_cnt {
	}

	.event_tb {
	}

	.event_tb tr {
	}

	.event_tb th,
	.event_tb td {
	}

	.event_tb th {
	}

	.event_tb th.-sun {
	}

	.event_tb th.-sat {
	}

	.event_tb td {
	}

	.event_tb td.-holiday {
	}

	.event_tb td a {
	}

	.event_group {
	}

	.event_group_holiday {
	}

	.event_group_holiday:before {
	}

	.event_group_btn {
	}

	.event_group_btn a {
	}

	.event_group_btn a:before {
	}

	.event_group_btn a:hover {
	}

	.event_info {
	}

	.event_info_ttl {
	}

	.event_info_time {
	}

	.event_info_time_dl {
	}

	.event_info_time_dl:first-child {
	}

	.event_info_time_dl:last-child {
	}

	.event_info_time_dl dt,
	.event_info_time_dl dd {
	}

	.event_info_time_dl dt {
	}

	.event_info_time_dl dd {
		font-size: 16px;
	}

	.event_info_time_dl dd a {
	}

	.event_info_time_dl dd span {
		font-size: 14px;
	}

	.event_info_time_dl dd span.-desc {
	}

	.event_info_time_dl dd dl dt {
		font-size: 15px;
	}

	.event_info_time_dl dd dl dt.-facility {
	}

	.event_info_time_dl dd dl dt.-mountain {
	}

	.event_info_time_dl dd dl dd {
	}

	.map {
	}

	.map a {
	}

	.map a:before {
	}

	.map a:hover:before {
	}

	.map a img {
	}

	.link {
		margin-top: 50px;
	}

	.link_cnt {
		display: block;
	}

	.link_item {
		width: 100%;
	}

	.link_item.-item02 {
		margin-top: 35px;
	}

	.link_item.-item03 {
		margin-top: 15px;
	}

	.link_item:hover {
		background: #085a9b;
	}

	.link_item_img {
	}

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

	.link_item_name {
	}

	.link_item_txt {
	}

	.link_item.-item03 .link_item_txt {
	}

	.link_item_desc {
	}

	.link_item.-item01 .link_item_desc,
	.link_item.-item02 .link_item_desc {
	}

	.link_item.-item03 .link_item_desc {
	}

	.blog {
		margin-top: 40px;
	}

	.blog_txt {
	}

	.blog_row {
		display: block;
	}

	.blog_col {
		position: relative;
		width: 100%;
		padding-bottom: 50px;
	}

	.blog_col:last-child {
		margin-top: 40px;
	}

	.blog_hd {
	}

	.blog_hd_ttl {
	}

	.blog_hd_btn {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 100%;
		transform: translateX(-50%);
	}

	.blog_hd_btn a {
		padding: 10px 40px;
	}

	.blog_hd_btn a:hover {
	}

	.blog_hd_btn a span {
	}

	.blog_hd_btn a span:before {
	}

	.blog_cnt {
		margin-top: 0;
	}

	.blog_item {
	}

	.blog_item:first-child {
	}

	.blog_item:hover {
		background: #4e9bde;
	}

	.blog_item_img {
		margin-right: 15px;
	}

	.blog_item_img img {
	}

	.blog_item_detail {
		margin: 5px 0;
	}

	.blog_item_detail time {
	}

	.blog_item_detail em {
		font-size: 14px;
	}

	.bnr {
		margin-top: 40px;
	}

	.bnr_row {
		display: block;
	}

	.bnr_row.-col2 {
	}

	.bnr_row.-col3 {
		margin-top: 15px;
	}

	.bnr_col {
		margin-top: 15px;
	}

	.bnr_col:first-child {
		margin-top: 0;
	}

	.bnr_row.-col2 .bnr_col {
		width: 100%;
	}

	.bnr_row.-col3 .bnr_col {
		width: 100%;
	}

	.bnr_col a {
	}

	.bnr_col a:before {
	}

	.bnr_col a:hover:before {
	}

	.bnr_col.-virtual a {
	}

	.bnr_col.-virtual a:before {
		background-size: 210px 28px;
	}

	.bnr_col.-virtual a:after {
		top: 85%;
		font-size: 12px;
	}

	.bnr_col a img {
	}

	.-hide {
	}
}

@media print {
}
