@charset "UTF-8";

.slick-dots {
	text-align: left;
	max-width: 1000px;
	margin: 0 auto;
	position: static;
}

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

.slick-dots li.slick-active button:before {
	color: #8FC31F;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slide {
	padding-bottom: 10px;
}

.slide_item {
}

.slide_item_img {
	height: 500px;
	background-size: cover;
	background-position: center;
}

.slide_item_txt {
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 0 5px;
	line-height: 1.3;
}

.intro {
	background: #F8F8F8;
	padding: 30px 0;
}
.intro.-mod2403 {
	padding: 50px 0;
}
.intro_cnt {
	width: 100%;
	/*position: relative;*/
	/*padding-right: 255px;*/
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:40px;
}
.intro.-mod2403 .intro_cnt {
	gap: 20px;
}
.intro_item {
	width: 45%;
	display: inline-block;
	/*margin-left: 3%;*/
}

.intro_item.-camera {
	/*width: 43%;*/
}

.intro_item.-blog {
	/*width: 54%;*/
}

.intro_item:first-child {
	margin-left: 0;
}

.intro_item > a {
	display: table;
	width: 100%;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.intro_item > a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.intro_item_img {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	height: 150px;
}

.intro_item.-camera .intro_item_img {
	width: 150px;
}

.intro_item_img img {
	border-radius: 5px 0 0 5px;
}

.intro_item_cnt {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 13px;
}

.intro_item_cnt > em {
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #ccc;
}

.intro_item_cnt > small {
	font-size: 14px;
	display: block;
	margin-top: 15px;
}

.intro_item.-blog .intro_item_cnt > small {
	color: #455A97;
}

.intro_item_cnt > strong {
	font-size: 18px;
	display: block;
	line-height: 1.4;
}

.intro_item_cnt > strong.no_post {
	margin-top: 15px;
}

.intro_item.-blog {
}

.intro_item.-blog .intro_item_cnt > strong {
	color: #455A97;
}

.intro_gairai {
	text-align: center;
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.intro_gairai > a {
	/* min-height: 200px; */
	/* text-align: left; */
	display: inline-block;
	/* padding: 40px 40px; */
	border-radius: 5px;
	/* background: url("../img/bg-gairai.jpg") no-repeat center center/cover; */
	/* line-height: 1.5; */
	/* color: #fff; */
	/* width: 40%; */
	width: calc(50% - 10px);
	align-items: center;
	/* box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16); */
	transition: transform .3s;
	/* max-width: 760px; */
}

.intro_gairai > .bnr-50th {
	/* min-height: 200px; */
	text-align: left;
	display: inline-block;
	padding: 0;
	border-radius: 5px;
	background: unset;
	line-height: unset;
	color: unset;
	/* width: 40%; */
	width: calc(50% - 10px);
	align-items: center;
	box-shadow: unset;
	transition: transform .3s;
	/* max-width: 760px; */
}

.intro_gairai > a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.intro_gairai > a img {
	width: 100%;
	display: block;
}

.intro_gairai > a div {
}
.intro_gairai > a h3 {
	font-size: 30px;
	font-weight: bold;
}
.intro_gairai > a p {
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
}

.intro_bnr_cnt{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	gap:40px;
}

.intro_raicho {
	/*position: absolute;
	top: 0;
	right: 0;*/
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.intro_raicho_btn{
	position: relative;
}

.intro_raicho > a,.removal_activity > a {
	display: block;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	position: relative;
}

.intro_raicho > a img.-fukidashi {
	position: absolute;
	top: -15px;
	right: -20px;
}

.intro_raicho > a:hover,.removal_activity > a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.sec {
	padding: 50px 0;
}

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

.sec_head:before {
	content: "";
	display: inline-block;
	background-image: url(../img/img-tri@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 60px;
	height: 35px;
	margin-bottom: 15px;
}

.sec_head_ttl {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.sec_head_kana {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 10px;
}

.sec_cnt {
	margin-top: 30px;
}

.sec.-contact .contact_link {
	margin-top: 0;
}

.news_list {
}

.news_list > li {
}

.news_list > li.no_post {
	text-align: center;
}

.news_list > li:first-child > a {
	border-top: 1px solid #ccc;
}

.news_list > li > a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_list > li > a:hover {
	background: #d9ecb1;
}

.news_list > li > a time {
	color: #78A519;
}

.news_list > li > a em {
	margin-left: 15px;
}

.news_link {
	text-align: center;
	margin-top: 30px;
}

.news_link > a {
	display: inline-block;
	background: #F46D0E;
	width: 400px;
	color: #fff;
	padding: 15px 0;
	border-radius: 40px;
	position: relative;
}

.news_link > a:after {
	font-family: icomoon;
	content: "\e90c";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10.5PX;
}

.news_link > a:hover {
	background: #8fc31f;
}

.sec.-guide {
	background: #eaf0e7;
	background-image: url(../img/bg-guide.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 90px;
}

.guide_list {
	font-size: 0;
}

.guide_list > a {
	display: block;
	width: 15%;
	display: inline-block;
	background: #FFF;
	text-align: center;
	margin-left: 2%;
	line-height: 1;
	padding-top: 30px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	vertical-align: top;
}

.guide_list > a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.guide_list > a:first-child {
	margin-left: 0;
}

.guide_list > a.-facilities {
	color: #7FBA00;
}

.guide_list > a.-event {
	color: #00B8AF;
}

.guide_list > a.-guide {
	color: #00A0E9;
}

.guide_list > a.-rental {
	color: #F39800;
}

.guide_list > a.-public {
	color: #F3CE00;
}

.guide_list > a.-access {
	color: #5E75E5;
}

.guide_list_icn {
	font-size: 50px;
}

.guide_list_en {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

.guide_list_ttl {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}

.guide_list_pdf {
	font-size: 12px;
	color: #888;
	background: #F8F8F8;
	margin-top: 30px;
	padding: 15px 0;
	border-radius: 0 0 5px 5px;
	position: relative;
}

.guide_list_pdf:after {
	content: "";
	display: block;
	background-image: url(../img/icn-pdf@2x.png);
	background-size: contain;
	width: 18px;
	height: 21px;
	position: absolute;
	top: 50%;
	margin-top: -10.5px;
	right: 10px;
}

.guide_list_pdf.-gmap:after {
	display: none;
}

.link {
	font-size: 0;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.link > a {
	display: block;
	width: 23.5%;
	display: inline-block;
	vertical-align: top;
	background: #FFF;
	margin-left: 2%;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	margin-top: 1%;
	margin-bottom: 1%;
}

.link > a.-large {
	width: 49%;
	text-align: left;
	display: table;
}

.link > a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.link > a:nth-child(4n+1) {
	margin-left: 0;
}

.link_img {
}

.link > a.-large .link_img {
	display: table-cell;
	width: 150px;
}

.link_img img {
	border-radius: 5px 5px 0 0;
}

.link > a.-large .link_img img {
	border-radius: 5px 0 0 5px;
}

.link_ttl {
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
	position: relative;
	padding: 20px 50px 20px 15px;
}

.link > a.-large .link_ttl {
	display: table-cell;
	vertical-align: middle;
}

.link_ttl:after {
	content: "";
	display: block;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 18px;
	height: 21px;
	margin-top: -10.5px;
}

.link_ttl.-pdf:after {
	background-image: url(../common/img/icn-pdf@2x.png);
}

.link_ttl.-url:after {
	background-image: url(../common/img/icn-fiile@2x.png);
}

.link.-noimg .link_ttl {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
}

.link_ttl.-icn {
	padding: 20px 50px 20px 50px;
}

.link_ttl.-icn:before {
	content: "";
	display: block;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: 6px;
	width: 38px;
	height: 38px;
	vertical-align: middle;
}

.link_ttl.-icn.-snow:before {
	background-image: url(../img/icn-snow.svg);
}

.link_ttl.-icn.-toilet:before {
	background-image: url(../img/icn-toilet.svg);
}

.link_ttl.-icn.-flower:before {
	background-image: url(../img/icn-flower.svg);
}

.link_ttl.-icn.-bus:before {
	background-image: url(../img/icn-bus.svg);
}

.link_ttl.-icn.-camp:before {
	background-image: url(../img/icn-camp.svg);
}

.link_ttl.-icn.-weather:before {
	background-image: url(../img/icn-weather.svg);
}

.link_ttl.-icn.-urgent:before {
	background-image: url(../img/icn-urgent.svg);
}

.link_ttl.-icn.-gas:before {
	background-image: url(../img/icn-gas.svg);
}

.sec.-nature,
.sec.-research,
.sec.-wise,
.sec.-info {
	background: #F8F8F8;
	padding: 0;
}

.sec.-nature .inner,
.sec.-research .inner,
.sec.-wise .inner,
.sec.-info .inner {
	padding: 40px 15px;
	border-bottom: 1px solid #ccc;
}

.sec.-info .inner {
	border-bottom: 0px;
}

.map_list {
	font-size: 0;
}

.map_list > a {
	font-size: 14px;
	display: inline-block;
	width: 19%;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 0;
	margin-left: 1.25%;
	position: relative;
}

.map_list > a:hover {
	background: #d9ecb1;
}

.map_list > a:first-child {
	margin-left: 0;
}

.map_list > a:after {
	content: "";
	display: block;
	background-image: url(../img/icn-map@2x.png);
	background-size: contain;
	width: 20px;
	height: 22px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 15px;
}

/* All SP & Tablet */
@media screen and (max-width:1030px) {
	.slick-dots {
		padding: 0 10px 10px 10px;
	}

	.slick-dots li button:before {
	}

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

	.slick-dotted.slick-slider {
	}

	.slide {
	}

	.slide_item {
	}

	.slide_item_img {
	}

	.slide_item_txt {
		padding: 15px 15px 5px 15px;
	}

	.intro {
	}

	.intro_cnt {
		padding-right: 0;
	}

	.intro_item {
	}

	.intro_item:first-child {
	}

	.intro_item > a {
	}

	.intro_item_img {
	}

	.intro_item_cnt {
	}

	.intro_item_cnt > em {
	}

	.intro_item_cnt > small {
	}

	.intro_item.-blog .intro_item_cnt > small {
	}

	.intro_item_cnt > strong {
		font-size: 16px;
	}

	.intro_item.-blog {
	}

	.intro_item.-blog .intro_item_cnt > strong {
	}

	.intro_gairai {
		flex-wrap: wrap;
	}
	.intro_gairai > a,
	.intro_gairai > .bnr-50th {
		padding: 0px;
		min-height: auto;
		width: 100%;
	}
	.intro_gairai > a h3{
		font-size: 20px;
	}
	.intro_raicho {
		position: static;
		text-align: center;
		margin-top: 20px;
	}

	.intro_raicho > a {
		display: block;
		text-align: center;
		background: #401000;
		border-radius: 5px;
		padding: 20px 10px 10px 10px;
	}

	.intro_raicho > a img.vis-tb {
		display: inline-block;
	}

	.sec {
	}

	.sec_head {
	}

	.sec_head:before {
	}

	.sec_head_ttl {
	}

	.sec_head_kana {
	}

	.sec_cnt {
	}

	.news_list {
	}

	.news_list > li {
	}

	.news_list > li > a {
	}

	.news_list > li > a:hover {
	}

	.news_list > li > a time {
	}

	.news_list > li > a em {
	}

	.news_link {
	}

	.news_link > a {
	}

	.news_link > a:after {
	}

	.news_link > a:hover {
	}

	.sec.-guide {
	}

	.guide_list {
	}

	.guide_list > a {
		width: 32%;
		margin-top: 2%;
	}

	.guide_list > a:nth-child(3n+1) {
		margin-left: 0;
	}

	.guide_list > a:nth-child(-n+3) {
		margin-top: 0;
	}

	.guide_list > a:hover {
	}

	.guide_list > a:first-child {
	}

	.guide_list_icn {
	}

	.guide_list_en {
	}

	.guide_list_ttl {
	}

	.guide_list_pdf {
	}

	.guide_list_pdf:after {
	}

	.link {
	}

	.link > a {
	}

	.link > a.-large {
	}

	.link > a:hover {
	}

	.link > a:nth-child(4n+1) {
	}

	.link_img {
	}

	.link > a.-large .link_img {
	}

	.link_img img {
	}

	.link > a.-large .link_img img {
	}

	.link_ttl {
	}

	.link > a.-large .link_ttl {
	}

	.link_ttl:after {
	}

	.link_ttl.-pdf:after {
	}

	.link_ttl.-url:after {
	}

	.sec.-nature,
	.sec.-research,
	.sec.-wise,
	.sec.-info {
	}

	.sec.-nature .inner,
	.sec.-research .inner,
	.sec.-wise .inner,
	.sec.-info .inner {
	}

	.sec.-info .inner {
	}

	.map_list {
	}

	.map_list > a {
	}

	.map_list > a:hover {
	}

	.map_list > a:first-child {
	}

	.map_list > a:after {
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.slick-dots {
	}

	.slick-dots li button:before {
	}

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

	.slick-dotted.slick-slider {
	}

	.slide {
	}

	.slide_item {
	}

	.slide_item_img {
		height: 200px;
	}

	.slide_item_txt {
		font-size: 12px;
	}

	.intro {
	}

	.intro_cnt {
		flex-direction: column;
		gap:5px;
	}

	.intro_bnr_cnt{
		flex-direction: column;
		gap:20px;
		margin-top: 10px;
	}
	.removal_activity a > img{
		width: 100%;
		height: auto;
	}
	.intro_item {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}

	.intro_item.-camera {
		width: 100%;
	}

	.intro_item.-blog {
		width: 100%;
	}

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

	.intro_item > a {
	}

	.intro_item_img {
		width: 150px;
		height: initial;
	}

	.intro_item_cnt {
	}

	.intro_item_cnt > em {
	}

	.intro_item_cnt > small {
		margin-top: 8px;
		font-size: 12px;
	}

	.intro_item.-blog .intro_item_cnt > small {
	}

	.intro_item_cnt > strong {
		font-size: 15px;
	}

	.intro_item.-blog {
	}

	.intro_item.-blog .intro_item_cnt > strong {
	}

	.intro_raicho {
		width: 100%;
	}

	.sec {
		padding: 30px 0;
	}

	.sec_head {
	}

	.sec_head:before {
	}

	.sec_head_ttl {
		font-size: 20px;
		line-height: 1.3;
	}

	.sec_head_kana {
		font-size: 16px;
	}

	.sec_cnt {
	}

	.news_list {
	}

	.news_list > li {
	}

	.news_list > li > a {
		white-space: inherit;
	}

	.news_list > li > a:hover {
	}

	.news_list > li > a time {
		display: block;
	}

	.news_list > li > a em {
		display: block;
		margin-left: 0;
	}

	.news_link {
	}

	.news_link > a {
		width: 240px;
	}

	.news_link > a:after {
	}

	.news_link > a:hover {
	}

	.sec.-guide {
		background-image: url(../img/bg-guide-sp.png);
	}

	.guide_list {
	}

	.guide_list > a {
		width: 49%;
	}

	.guide_list > a:hover {
	}

	.guide_list > a:first-child {
	}

	.guide_list > a:nth-child(3n+1) {
		margin-left: 2%;
	}

	.guide_list > a:nth-child(2n+1) {
		margin-left: 0;
	}

	.guide_list > a:nth-child(-n+3) {
		margin-top: 2%;
	}

	.guide_list > a:nth-child(-n+2) {
		margin-top: 0;
	}

	.guide_list_icn {
	}

	.guide_list_en {
	}

	.guide_list_ttl {
	}

	.guide_list_pdf {
	}

	.guide_list_pdf:after {
	}

	.link {
		display: block;
	}

	.link > a {
		display: table;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.link > a.-large {
		width: 100%;
	}

	.link > a:hover {
	}

	.link > a:nth-child(4n+1) {
	}

	.link_img {
		display: table-cell;
		width: 180px;
	}

	.link > a.-large .link_img {
		width: 120px;
	}

	.link_img img {
		border-radius: 5px 0 0 5px;
	}

	.link > a.-large .link_img img {
	}

	.link_ttl {
		display: table-cell;
		vertical-align: middle;
	}

	.link.-hasimg .link_ttl {
		padding: 0 50px 0 15px;
	}

	.link > a.-large .link_ttl {
	}

	.link_ttl:after {
	}

	.link_ttl.-pdf:after {
	}

	.link_ttl.-url:after {
	}

	.link.-noimg .link_ttl {
		top: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.sec.-nature,
	.sec.-research,
	.sec.-wise,
	.sec.-info {
	}

	.sec.-nature .inner,
	.sec.-research .inner,
	.sec.-wise .inner,
	.sec.-info .inner {
	}

	.sec.-info .inner {
	}

	.map_list {
		text-align: center;
	}

	.map_list > a {
		width: 49%;
		margin-left: 2%;
		margin-top: 2%;
	}

	.map_list > a:hover {
	}

	.map_list > a:first-child {
	}

	.map_list > a:nth-child(2n+1) {
		margin-left: 0;
	}

	.map_list > a:nth-child(-n+2) {
		margin-top: 0;
	}

	.map_list > a:after {
	}

}