@charset "UTF-8";

/* メイン画像/動画 */
#hero {
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

#hero>a {
	display: block;
}

#hero img,
#hero video {
	max-width: 100%;
	height: auto;
	display: block;
}

/* スライド */
#slide-wrap {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.slide_text {
	position: absolute;
	z-index: 1;
	content: "";
	width: 100%;
	height: 95%;
	background: rgba(0, 0, 0, 0.3);
	transition: opacity 1s 2s;
}

.slide_text img {
	position: absolute;
	display: block;
	padding: 20px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity 1s 3s;
}

.slide_text.-fade {
	opacity: 0;
}

.slide_text.-fade img {
	opacity: 0;
}

#area-slide {
}

.area-slide-item {
	background-position: center;
	background-size: cover;
}

.area-slide-item.-train {
	background-position: center bottom 25%;
}

.area-slide-item.-pool {
	background-position: left center;
}

.area-slide-item.-yobou {
	background-position: bottom center;
}

.area-slide-item:before {
	content: "";
	display: block;
	padding-top: 56%;
	/* padding-top: 51%; */
	overflow: hidden;
}

.area-slide-item figcaption {
	position: absolute;
}

.area-slide-item.-gw figcaption {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}

.area-slide-item.-ajisai figcaption {
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
	width: 40.5%;
	max-width: 572px;
}

.area-slide-item.-af figcaption {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.area-slide-item.-pool figcaption {
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	max-height: 110%;
	width: 32.2%;
	min-width: 500px;
}

.area-slide-item.-pool figcaption img {
	max-width: 100%;
	height: auto;	/* min-height: 600px; */
}

.area-slide-item.-item1,
.area-slide-item.-item3 {
	background-position: bottom 15% center;
}

.slick-dotted.slick-slider {
	margin-bottom: 50px;
}

.slick-dots {
	bottom: -35px;
}

/* 重要なお知らせ(コモン化したため廃止) */
/* #infomation {
	margin: 10px auto;
	background-color: rgb(0, 95, 38);
	width: 955px;
	height: auto;
	border-radius: 7px;
	box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.61);
	padding: 8px 20px;
}

#infomation .title {
	float: left;
	color: rgb(255, 210, 76);
	width: 120px;
}

#infomation .message {
	float: right;
	width: 830px;
} */


/* news */
.common_news {
	padding: 0 20px;
}

.common_newsCont {
	background-color: rgb(0, 95, 38);
	color: #fff;
}

.common_newsTtl {
	color: rgb(255, 210, 76);
}

/* コロナ対策 */
.support {
	background-color: #de3434;
	width: 955px;
	margin: 0 auto;
	border-radius: 7px;
	box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.61);
	padding: 8px 20px;
}

.support a {
	color: #FFF;
	font-weight: bold;
	font-size: 17px;
}


/* 画像付き投稿 */

#news_img {
	position: relative;
    max-width: 1000px;
    display: block;
    margin: 50px auto;
}

.news_topics {
	position: relative;
}
.news_topics h2 {
	font-weight: bold;
	font-size: 20px;
	display: flex;
	position: relative;
	/* padding-top: 25px; */
}

#news_img_list {
	position: relative;
	margin: 15px auto;
}

#news_img_list li {
	margin-right: 10px;
}

#news_img_list li:nth-of-type(1) {
	margin-left: 10px;
  }

.flex {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    width: 25%;
    color: #535252;
    transition: color 0.3s ease;
	overflow: hidden;
}

.flex .title {
    /* color: inherit;
    font-size: 14px;
    margin: 10px 0;
    transition: color 0.3s ease;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    max-height: calc(1.5em * 2); */
	position: relative;
	/* background: rgb(255 205 7); */
    color: #000;
	font-size: 14px;
	z-index: 100;
	margin-top: 0px;
	padding: 3px 10px;
	width: auto;
	border-radius: 10px;
	transition: color 0.3s ease;
}

.flex:hover .title {
	/* background: rgb(255 205 7 / 42%); */
	color: #16632B;
}

.flex:hover .news-thumbnail {
    transform: scale(1.1);
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 11;
	border-radius: 20px;
	max-height: 155px;
	margin-bottom: 8px;
}

.news-thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
	opacity: 1 !important;
    filter: none !important;
}

.flex time {
	background: #535252;
    color: #fff;
    width: 45%;
	padding-left: 5px;
}

.flex span {
	width: 90%;
	margin: 0;
}

.flex .category {
	position: relative;
    /* background: #00000070; */
	background: rgb(255 205 7);
    color: #000;
	font-size: 12px;
	z-index: 100;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0px 10px;
	width: auto;
	border-radius: 10px;
	transition: background 0.3s ease;
}

.category.single-category {
    margin-bottom: 26px;
}

.flex:hover .category {
	background: rgb(255 205 7 / 42%);
}

.categories {
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0;
}

.swiper-slide-img {
	position: relative;
}


.news-slider {
	width: 1000px;
	height: auto;
    overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	gap: 30px;
}

.news-list {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.news_img_more {
	display: flex;
	justify-content: center;
}
.news_img_more a {
    padding: 10px 30px;
    background: #275e2d;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
	border: 1px solid #fff;
}

.news_img_more a p {
    color: #fff;
    margin: 0;
	display: flex;
	align-items: center;
}

.news_img_more a p span {
    font-size: 7px;
    padding-left: 4px;
    display: flex;
    padding-top: 3px;
}

.news_img_more a:hover {
    background: #fff;
    border: 1px solid #275e2d;
}

.news_img_more a:hover p {
    color: #275e2d;
}

#news_img .image {
	position: absolute;
	left: 205px;
	bottom: 10px;
}

#news_img .image img {
	width: 65px;
	height: auto;
}

#news_img .news_topics .title {
	position: relative;
	left: 25px;
	top: 24px;
}


/* トップバナー */
#topbnr {
	margin: 20px auto 0;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

#topbnr a {
	display: block;
}

#topbnr img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	transition: opacity 0.5s;
}

.topbnr-mainsec {
	margin-bottom: 20px;
}

.topbnr-mainlist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px 4%;
	margin-bottom: 20px;
	/* margin: 0 auto;
    max-width: 640px;
    width: 100%; */
}

.topbnr-mainlist>li {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.topbnr-mainlist>li.-wide {
	width: 100%;
}

.topbnr-mainlist-large {
}

.topbnr-mainlist-large>li {
}

.topbnr-subsec {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.topbnr-sublist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.topbnr-sublist.-left {
	width: 53.4%;
}

.topbnr-sublist.-right {
	width: 46.2%;
}

.topbnr-sublist li {
	max-width: 50%;
}

.topbnr-sublist.-left li:nth-child(n+3) {
	margin-top: 0;
}

.topbnr-sublist.-right li:nth-child(n+3) {
	margin-top: 10px;
}

/* イベント情報  */
#event {
	margin: 44px 0 0;
	background: #FCFCFC url(../img/bg-event.png) repeat;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#event .inner {
	min-height: 0px;
	padding: 42px 4px 33px;
	position: relative;
	z-index: 1;
	width: 992px;
}

#event h2 {
	margin: 0 0 22px;
	text-indent: 3px;
}

#event h2 small {
	color: #545454;
	font-size: 15px;
	padding: 2px 0 0;
	margin: 0 0 0 14px;
	font-family: "Times New Roman", Times, serif;
	display: inline-block;
}

#event .kamo {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 30px;
}

#event .kamo .image {
	-webkit-animation: moveKamo 2s ease-in-out infinite;
	animation: moveKamo 2s ease-in-out infinite;
}

#event .kamo .fukidashi {
	position: absolute;
	z-index: 1;
	right: 145px;
	top: -4px;
}

@-webkit-keyframes moveKamo {
	from {
		-webkit-transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
	}
}

@keyframes moveKamo {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

#event .list {
	margin: -10px 0 0;
	width: 560px;
	float: right;
}

#event .list h3 {
	font-size: 16px;
	font-weight: bold;
	background: url(../img/bg-flag.png) 0 10px no-repeat;
	padding: 20px 0 10px 39px;
}

#event .list ul {
	width: 500px;
}

#event .list li a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dashed #999;
	line-height: 1.3;
	padding: 16px 12px;
}

#event .list li a:hover {
	background: #FDFFD7;
}

#event .list .thumb {
	float: left;
}

#event .list .text {
	float: right;
	width: 410px;
}

#event .list .date {
	font-size: 12px;
	margin: 0 0 3px;
}

/* 開園日・開園時間 */
#event .time {
	clear: both;
	padding: 20px 0 0;
}

#event .info {
	margin: 0 0 5px;
}

#event .info h5 {
	float: left;
	width: 130px;
	line-height: 20px;
}

#event .info p {
	float: left;
	font-size: 12px;
	width: 770px;
	line-height: 20px;
}

#event .mark {
	font-size: 12px;
}

#event .mark li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.ltIE7 #event .mark li {
	display: inline;
}

#event .mark li .icon {
	display: inline-block;
	width: 14px;
	height: 7px;
	background: #ddd;
	vertical-align: middle;
	margin: 0 4px 0 0;
}

#event .mark li.holiday .icon {
	background: #D42C34;
}

#event .mark li.hours1 .icon {
	background: #2DB200;
}

#event .mark li.hours2 .icon {
	background: #00BFFF;
}

#event .mark li.hours3 .icon {
	background: #3B5998;
}

#event .mark li.other .icon {
	background: #FFC926;
}

/* イベントカレンダー */
.calendar {
	position: relative;
	z-index: 1;
	float: left;
	width: 393px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.calendar .title {
	line-height: 45px;
	background: #0091C5;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}

.calendar .title strong {
	font-size: 20px;
	font-weight: bold;
	margin: 0 7px;
}

.calendar .controller {
	position: absolute;
	z-index: 1;
	top: 12px;
	background: #0091C5;
	display: block;
	border: #fff 1px solid;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.25;
	width: 30px;
	text-align: center;
}

.calendar .controller:hover {
	background-color: #4AB1D6;
}

.calendar .controller.next {
	right: 20px;
}

.calendar .controller.prev {
	left: 20px;
}

.calender-inner {
	padding: 20px 28px;
}

.calendar table {
	margin: 0 auto;
	font-size: 12px;
}

.calendar table thead th {
	background: #eee;
}

.calendar table thead th.sun,
.calendar table thead th.sat {
	background: #777;
	color: #fff;
}

.calendar td,
.calendar th {
	width: 40px;
	border: 7px solid #fff;
	text-align: center;
	vertical-align: middle;
}

.calendar .day {
	color: #333;
	text-decoration: none;
	display: block;
}

.calendar .no-month .day {
	color: #bbb;
}

.calendar .day[href] {
	background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
}

.calendar .day[href]:hover {
	background: #FEFFE2;
}

.calendar .day[href] p,
.calendar .day p {
	border: 1px solid #ccc;
	border-bottom: none;
	line-height: 20px;
}

.calendar .day .status {
	height: 6px;
	width: 100%;
	background: #999;
}

.calendar .day .status.holiday {
	background: #D42C34;
}

.calendar .day .status.hours1 {
	background: #2DB200;
}

.calendar .day .status.hours2 {
	background: #00BFFF;
}

.calendar .day .status.hours3 {
	background: #3B5998;
}

.calendar .day .status.other {
	background: #FFC926;
}

.calendar .train {
	border: 1px solid #16632B;
	font-size: 12px;
	margin: 0 7px;
	padding: 0 0 0 10px;
}

.calendar .train p {
	line-height: 24px;
	float: left;
	background: url(../common/img/icn-train_x2.png) 0 45% no-repeat;
	background-size: 12px 16px;
	padding: 0 0 0 16px;
}

.ltIE8 .calendar .train p {
	background-image: url(../common/img/icn-train.png);
}

.calendar .train .num {
	display: inline-block;
	background: #FFDC73;
	line-height: 18px;
	padding: 0 6px;
	margin: 0 4px;
}

.calendar .train .link {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	display: block;
	background: #16632B url(../common/img/icn-triangle-white_x2.png) 4px 45% no-repeat;
	background-size: 6px 6px;
	padding: 0 8px 0 16px;
	line-height: 24px;
	float: right;
}

.ltIE8 .calendar .train .link {
	background-image: url(../common/img/icn-triangle-white.png);
}

.ltIE7 .calendar .train .link {
	float: none;
	clear: both;
}

.ltIE7 .calendar p {
	background-position: 5px 45%;
	padding-left: 20px;
	float: none;
}

.ltIE7 .calendar .train {
	padding-left: 0;
}

#event .nigiwai_bnr {
	margin-left: auto;
	max-width: 270px;
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	right: 4px;
	bottom: 33px;
}

#event .nigiwai_bnr img {
	max-width: 100%;
	height: auto;
}

/* sp_bnr */
/* .sp_bnr {}

.sp_bnr a {
	display: block;
	margin-top: 10px;
}

.sp_bnr a:first-child {
	margin-top: 0;
}

.sp_bnr a img {
	transition: opacity 0.3s;
} */

/* お知らせ  */
#area-news {
	margin: 0 0 44px;
}

#area-news .inner {
	padding: 53px 0 0;
	min-height: 0;
}

#news {
	position: relative;
	z-index: 1;
	width: 428px;
	padding: 24px 29px;
	background: #F4F6F9;
	float: left;
}

#news .image {
	position: absolute;
	z-index: 1;
	left: -15px;
	top: -23px;
}

#news h2 {
	position: relative;
	z-index: 1;
	margin: 0 0 10px;
}

#news .more {
	display: block;
	position: absolute;
	z-index: 1;
	right: 2px;
	top: -3px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
	width: 112px;
	text-align: center;
	line-height: 23px;
}

#news h2 img {
	padding: 0 0 0 2px;
	vertical-align: middle;
}

#news h2 small {
	color: #545454;
	font-size: 15px;
	padding: 2px 0 0;
	margin: 0 0 0 14px;
	font-family: "Times New Roman", Times, serif;
	display: inline-block;
}

#news li a {
	padding: 13px 5px;
	display: block;
	color: #444;
	text-decoration: none;
	border-bottom: 1px dashed #9DACCC;
	line-height: 1.35;
}

#news li a:hover {
	background: #E9EDF3;
}

#news li a time {
	display: block;
	float: left;
	width: 75px;
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
}

#news li a .title {
	display: block;
	float: right;
	width: 330px;
}

.area-news_col {
	float: right;
}

/* facebook */
#facebook {
	border: 1px solid #3B5998;
}

#facebook h2 {
	background: #3B5998;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-indent: 1em;
}

#facebook .fb-inner iframe {
	width: 100%;
	max-width: 100% !important;
}

/* LINEバナー */
.bnr-line {
	margin-top: 20px;
}

/* インスタ */
.insta {
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 0 10px
}

.insta_head {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.insta_head a {
	color: #333;
	text-decoration: none;
}

.insta_head_bland {}

.insta_head_bland a {
	display: inline-block;
	font-size: 0;
	line-height: 1;
}

.insta_head_bland_icn,
.insta_head_bland_name {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	font-weight: bold;
}

.insta_head_bland_icn {
	margin-right: 10px;
}

.insta_head_bland_name {}

.insta_head_follow {}

.insta_head_follow a {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 20px;
	text-align: center;
}

.insta_head_follow a:hover {
	background-color: #efefef;
}

.insta_head_follow a span {
	position: relative;
	padding-left: 20px;
}

.insta_head_follow a span:before {
	position: absolute;
	content: "";
	background: url("../img/icn-follow.png") no-repeat;
	background-size: cover;
	background-position: center;
	width: 14px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	left: 0;
}

.insta_list {
	font-size: 0;
}

.insta_list>li {
	display: inline-block;
	width: 19%;
	margin-left: 1.25%;
	position: relative;
}

.insta_list>li:nth-child(5n+1) {
	margin-left: 0;
}

.insta_list>li:nth-child(n+6) {
	margin-top: 1.25%;
}

.insta_list>li:before {
	display: block;
	content: "";
	padding-top: 100%;
}

.insta_list>li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.insta_list>li a img {
	width: 100%;
	height: 100%;
}

/* パークボランティア大募集 */
#bnr-volunteer {
	width: 1000px;
	margin: 0 auto;
}

#bnr-volunteer a {
	position: relative;
	z-index: 1;
	border: 1px solid #BDBDAE;
	display: block;
	text-decoration: none;
	transition: background-color 0.3s;
	height: 93px;
}

#bnr-volunteer a:hover {
	border-color: #468C00;
	background-color: #DAEBC8;
}

#bnr-volunteer a:hover img {
	opacity: 1;
}

#bnr-volunteer img {
	display: block;
	position: absolute;
	z-index: 1;
}

#bnr-volunteer img.text1 {
	left: 22px;
	top: 32px;
}

#bnr-volunteer img.text2 {
	left: 220px;
	top: 31px;
}

#bnr-volunteer img.text3 {
	left: 565px;
	top: 19px;
}

#bnr-volunteer img.text4 {
	right: -3px;
	top: -8px;
	z-index: 3;
	-webkit-animation: moveFukidashi 2s ease-in-out infinite;
	animation: moveFukidashi 2s ease-in-out infinite;
}

@-webkit-keyframes moveFukidashi {
	from {
		margin-top: 0;
	}

	50% {
		margin-top: -10px;
	}

	to {
		margin-top: 0;
	}
}

@keyframes moveFukidashi {
	from {
		margin-top: 0;
	}

	50% {
		margin-top: -10px;
	}

	to {
		margin-top: 0;
	}
}

#bnr-volunteer img.image1 {
	right: 154px;
	bottom: 0px;
	z-index: 2;
}

#bnr-volunteer img.image2 {
	right: 0px;
	bottom: 0px;
}

/* バナーエリア（下部） */
#buttom-banner {
	margin: 18px 0 0;
}

#buttom-banner ul {
	background: #eee;
	width: 930px;
	padding: 30px 35px;
	margin: 0 auto;
}

#buttom-banner li {
	float: left;
	margin: 0 16px 14px 0;
	width: 220px;
}

.ltIE7 #buttom-banner li {
	float: none;
	display: inline;
	margin: 0;
}

#buttom-banner li:nth-child(4n) {
	margin-right: 0;
}

#buttom-banner li:nth-child(4n + 1) {
	clear: both;
}

#buttom-banner li:nth-child(n + 8) {
	margin-bottom: 0;
}

#footer {
	margin: 105px 0 0;
}

.openfesta {
	margin: 0 auto;
	text-align: center;
}
.openfesta img {
	width: 100%;
	height: auto;
	max-width: 1000px;
}

.topbnr-mainlist .-noclick {
	pointer-events: none;
}

.topbnr-mainlist .-noclick::before,
.topbnr-mainlist .-noclick::after {
    position: absolute;
    z-index: 5;
    width: 100%;
}

.topbnr-mainlist .-noclick::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
}

.topbnr-mainlist .-noclick::after {
    content: "coming soon!";
    line-height: 1;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

/* All SP & Tablet */
@media screen and (max-width:1024px) {

	/* 画像付き投稿 */
	.news-slider {
		width: 100%;
	}

	#news_img {
		padding: 0 20px;
	}

}



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

	/* スライド */
	.area-slide-item:before {

		/*padding-top: 46.875%;*/
	}

	.area-slide-item.-gw figcaption {
		width: 36%;
	}

	.area-slide-item.-af figcaption {
		width: 45%;
	}

	.area-slide-item.-pool figcaption {
		left: 3%;
		height: 110%;
		min-width: auto;
		width: auto;
	}

	.area-slide-item.-gw figcaption img,
	.area-slide-item.-pool figcaption img {
		height: 100%;
		max-height: 100%;
		width: auto;
		max-width: 100%;
	}

	.area-slide-item.-pool figcaption img {
		min-height: auto;
	}

	/* 重要なお知らせ(コモン化したため廃止) 
	#infomation {
		/*margin: 4% auto 10px;
		margin: 10px auto;
		width: 96%;
		border-radius: 5px;
		padding: 10px;
		box-sizing: border-box;
	}

	#infomation .title {
		float: none;
		width: 100%;
		margin: 0 0 5px;
	}

	#infomation .message {
		float: none;
		width: 100%;
		line-height: 1.3;
	}
	*/


	.support {
		margin: 0 auto;
		width: 96%;
		border-radius: 5px;
		padding: 5px 10px;
		box-sizing: border-box;
	}


	/* 画像付き投稿 */

	.news-slider {
	}

	#news_img {
		position: relative;
		max-width: 1000px;
		display: block;
		padding: 0 20px;
	}

	.flex span {
		width: 80%;
	}


	/* トップバナー */
	#topbnr {
		margin: 10px auto;
	}

	.topbnr-mainsec {
		margin-bottom: 10px;
	}

	.topbnr-mainlist {
		display: block;
		margin-bottom: 10px;
	}

	.topbnr-mainlist>li {
		width: 100%;
	}

	.topbnr-mainlist>li:nth-child(n+2) {
		margin-top: 10px;
	}

	.topbnr-subsec {
		display: block;
	}

	.topbnr-sublist {}

	.topbnr-sublist.-left,
	.topbnr-sublist.-right {
		width: 100%;
	}

	.topbnr-sublist.-left li:nth-child(n+3) {}

	.topbnr-sublist.-right li:nth-child(n+3) {
		margin-top: 0;
	}

	/* イベント情報  */
	#event {
		margin: 4.4% 0 0;
	}

	#event .inner {
		box-sizing: border-box;
		width: 100%;
		padding: 4.2% 2% 3.3%;
	}

	#event h2 {
		margin: 0 0 22px;
		text-indent: 3px;
	}

	#event h2 img {
		width: auto;
		height: 18px;
	}

	#event h2 small {
		font-size: 12px;
		padding: 0;
		margin: 0 0 0 10px;
	}

	#event .kamo {
		right: 2%;
		top: 4%;
		width: 108px;
	}

	#event .kamo .fukidashi {
		right: 116px;
		top: 0px;
		width: 72px;
	}

	#event .list {
		margin: 0;
		width: 100%;
		box-sizing: border-box;
		padding: 0 0 0 335px;
		float: none;
		min-height: 305px;
	}

	#event .list h3 {
		font-size: 15px;
		background-size: 35px auto;
		padding: 20px 0 10px 29px;
	}

	#event .list ul {
		width: 100%;
	}

	#event .list li a {
		padding: 12px 8px;
		position: relative;
		z-index: 1;
	}

	#event .list .thumb {
		float: none;
		width: 46px;
		position: absolute;
		left: 8px;
		top: 12px;
	}

	#event .list .text {
		float: right;
		width: 100%;
		box-sizing: border-box;
		padding: 0 0 0 60px;
		min-height: 46px;
	}

	#event .list .date {
		font-size: 11px;
	}

	/* 開園日・開園時間 */
	#event .time {
		padding: 2% 0 0;
	}

	#event .info {
		margin: 0 0 5px;
	}

	#event .info h5 {
		float: none;
		width: 100%;
		font-weight: bold;
		line-height: 1.5;
		font-size: 13px;
	}

	#event .info p {
		float: none;
		font-size: 12px;
		width: 100%;
		line-height: 1.5;
	}

	#event .mark li .icon {
		width: 12px;
		height: 6px;
	}

	/* イベントカレンダー */
	#calendar-wrap {
		position: relative;
		z-index: 1;
	}

	.calendar {
		width: 314px;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
	}

	.calendar .title {
		line-height: 40px;
	}

	.calendar .title strong {
		font-size: 18px;
	}

	.calendar .controller {
		top: 11px;
		font-size: 14px;
	}

	.calender-inner {
		padding: 10px 10px;
	}

	.calendar table {
		width: 100%;
	}

	.calendar td,
	.calendar th {
		width: auto;
		border-width: 6px;
	}

	.calendar .train {
		font-size: 11px;
		margin: 0 6px;
		padding: 0;
		border: none;
	}

	.calendar .train p {
		float: none;
	}

	.calendar .train .link {
		border-radius: 3px;
		box-sizing: border-box;
		width: 100%;
		float: none;
	}

	#event .nigiwai_bnr {
		margin-right: auto;
	}

	/* お知らせ  */
	#area-news {
		margin: 0 0 4.4%;
	}

	#area-news .inner {
		padding: 5.3% 2% 0;
		width: 100%;
		box-sizing: border-box;
	}

	#news {
		width: 49.5%;
		box-sizing: border-box;
		padding: 2%;
	}

	#news .image {
		position: absolute;
		z-index: 1;
		left: -15px;
		top: -23px;
		width: 65px;
	}

	#news h2 {
		position: relative;
		z-index: 1;
		margin: 0 0 10px;
	}

	#news h2 img.title {
		height: 16px;
		width: auto;
	}

	#news .more {
		display: block;
		position: absolute;
		z-index: 1;
		right: 2px;
		top: -3px;
		border: 1px solid #ddd;
		background: #fff;
		border-radius: 4px;
		width: 112px;
		text-align: center;
		line-height: 23px;
	}

	#news h2 small {
		font-size: 12px;
		padding: 0;
	}

	#news li a {
		padding: 8px 3px;
	}

	#news li a time {
		display: block;
		float: none;
		width: 100%;
		font-size: 11px;
		margin: 0 0 3px;
	}

	#news li a .title {
		float: none;
		width: 100%;
	}

	/* facebook */
	.area-news_col {
		width: 49.5%;
	}

	#facebook {
		border: 1px solid #3B5998;
		box-sizing: border-box;
	}

	#facebook h2 {
		font-size: 18px;
	}

	/* パークボランティア大募集 */
	#bnr-volunteer {
		padding: 0 2%;
		width: 100%;
		-mozbox-sizing: border-box;
		box-sizing: border-box;
	}

	#bnr-volunteer a {
		height: 90px;
	}

	#bnr-volunteer img.text1 {
		left: 2%;
		top: 9.2%;
		width: 17.9%;
	}

	#bnr-volunteer img.text2 {
		left: 2%;
		bottom: 11%;
		width: 39.6%;
		top: auto;
	}

	#bnr-volunteer img.text3 {
		left: 44%;
		top: auto;
		width: 21.9%;
		bottom: 11%;
	}

	#bnr-volunteer img.text4 {
		right: 3%;
		top: -2%;
		z-index: 3;
		width: 15%;
	}

	#bnr-volunteer img.image1 {
		right: 17%;
		bottom: 0px;
		z-index: 2;
		width: 9.1%;
	}

	#bnr-volunteer img.image2 {
		right: 0px;
		bottom: 0px;
		width: 20.4%;
	}

	/* バナーエリア（下部） */
	#buttom-banner {
		margin: 1.8% 0 0;
	}

	#buttom-banner ul {
		width: 100%;
		padding: 20px 2%;
		box-sizing: border-box;
	}

	#buttom-banner li {
		width: 24.25%;
		margin: 0 1% 10px 0;
	}

	#footer {
		margin: 10.5% 0 0;
	}

}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px) !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 0px) !important;
}


}

/* All SP */
@media screen and (max-width:639px) {

	/* スライド */
	.slick-dotted.slick-slider {
		margin-bottom: 30px;
	}

	/* 重要なお知らせ */
	#infomation li {
		font-size: 12px;
	}

	.support a {
		font-size: 14px;
	}

	/* 画像付きの投稿 */

	#news_img {
		display: none;
	}

	.news-thumbnail {
		height: -webkit-fill-available;
        max-height: 130px;
	}
	.flex {
		width: 180px;
	}

	.flex .category {
		font-size: 10px;
	}

	.news-slider {
		display: flex;
        flex-wrap: wrap;
		width: auto;
		height: auto;
		gap: 24px 12px;
	}

	.news_img_more {
		margin-top: 30px;
	}

	/* .swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset, 6px) !important;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: var(--swiper-navigation-sides-offset, 6px) !important;
	}

	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: var(--swiper-pagination-bottom, -5px) !important;
	}

	.flex time {
		font-size: 11px;
	} */

	.categories {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.flex .category {
		margin-top: 3px;
		padding: 2px 5px;
		width: auto;
	}

	.category.single-category {
		margin-bottom: 23px;
	}

	.news_topics {
		margin-top: 20px;
	}

	.title {
		font-size: 12px;
	}

	/* トップバナー */
	.pc-bnr {
		margin: 10px auto;
	}

	.bnr-col:nth-child(n+2) {
		margin-top: 15px;
	}

	.bnr-col,
	.bnr-passme,
	.bnr-webticket,
	.bnr-yoyaku {
		float: none;
		width: 100%;
		text-align: center;
	}

	#bnr-wrap {
		width: 100%;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}

	#bnr-wrap a.controller {
		display: block;
		position: absolute;
		z-index: 2;
		width: 20px;
		height: 96%;
		background: rgba(255, 201, 38, 0.7);
	}

	#bnr-wrap a.prev {
		left: 0;
		top: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	#bnr-wrap a.next {
		right: 0;
		top: 0;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	#bnr-wrap a.prev:after {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 1;
		width: 6px;
		height: 6px;
		border: 2px solid #fff;
		margin-top: -4px;
		margin-left: -5px;
		transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		border-bottom: none;
		border-left: none;
	}

	#bnr-wrap a.next:after {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 1;
		width: 6px;
		height: 6px;
		border: 2px solid #fff;
		margin-top: -4px;
		margin-left: -5px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}

	#top-banner {
		padding: 0 0 0 25px;
		width: 613px;
	}

	#top-banner .left-col {
		width: 53.58%;
	}

	#top-banner .right-col {
		width: 45.92%;
	}

	#top-banner .left-col li {
		width: 50%;
		margin: 0 0px 0px 0;
	}

	/* イベント情報  */
	#event {
		margin: 6.6% 0 0;
	}

	#event .inner {
		padding: 6.3% 2% 5%;
	}

	#event h2 {
		margin: 0 0 17px;
	}

	#event h2 img {
		height: 16px;
	}

	#event h2 small {
		font-size: 10px;
		margin-left: 6px;
	}

	#event .kamo {
		width: 86px;
		top: 8%;
	}

	#event .kamo .fukidashi {
		right: 93px;
		width: 58px;
		display: none;
	}

	#event .list {
		padding: 0;
		min-height: 0;
	}

	#event .list h3 {
		background-size: 28px auto;
		padding: 20px 0 10px 29px;
	}

	#event .list li a {
		padding: 8px 4px;
	}

	#event .list li a:before {
		content: "";
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		z-index: 1;
		width: 6px;
		height: 6px;
		border: 2px solid #666;
		margin-top: -4px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}

	#event .list .thumb {
		width: 37px;
		left: 4px;
		top: 8px;
	}

	#event .list .text {
		padding: 0 30px 0 50px;
		min-height: 37px;
		font-size: 13px;
	}


	/* イベントカレンダー */
	.calendar {
		margin: 5% 0 0;
		width: 100%;
		position: static;
	}

	.calendar .title {
		line-height: 30px;
		font-size: 12px;
	}

	.calendar .title strong {
		font-size: 16px;
	}

	.calendar .controller {
		top: 7px;
		font-size: 13px;
	}

	.calendar table {
		width: 100%;
	}

	.calendar .train {
		font-size: 13px;
	}

	.calendar .train .link {
		margin: 5px 0 0;
		font-size: 13px;
	}

	#event .nigiwai_bnr {
		margin-top: 10px;
		position: static;
		right: auto;
		bottom: auto;
	}


	/* お知らせ  */
	#area-news {
		margin: 0 0 6.6%;
	}

	#area-news .inner {
		padding: 8% 2% 0;
	}

	#news {
		width: 100%;
	}

	#news .image {
		width: 52px;
	}

	#news h2 img.title {
		height: 15px;
		width: auto;
	}

	#news h2 small {
		font-size: 10px;
		padding: 0;
		margin-left: 6px;
	}

	#news h2 a.more {
		top: 5px;
		line-height: 1;
		padding: 5px 0;
	}

	#news li a .title {
		font-size: 13px;
	}

	#news li a {
		position: relative;
		z-index: 1;
		padding-right: 20px;
		box-sizing: border-box;
	}

	#news li a:before {
		content: "";
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		z-index: 1;
		width: 6px;
		height: 6px;
		border: 2px solid rgba(59, 89, 152, 1.00);
		margin-top: -4px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}

	/* facebook */
	.area-news_col,
	#facebook {
		width: 100%;
		margin: 5% 0 0;
	}

	#facebook h2 {
		font-size: 16px;
	}

	/* インスタ */
	.insta_head {
		display: block;
		margin-bottom: 10px;
	}

	.insta_head_bland {
		margin-bottom: 10px;
	}

	.insta_list {
		margin: 0 10px;
	}

	.insta_list > li {
		width: 49%;
		margin-left: 2%;
	}

	.insta_list > li:nth-child(5n+1) {
		margin-left: 2%;
	}

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

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

	/* パークボランティア大募集 */
	#bnr-volunteer a {
		height: 67px;
	}

	#bnr-volunteer img.text1 {
		left: 2%;
		top: 9.2%;
		width: 23.9%;
	}

	#bnr-volunteer img.text2 {
		left: 2%;
		bottom: 11%;
		width: 39.6%;
		top: auto;
	}

	#bnr-volunteer img.text3 {
		left: 44%;
		top: auto;
		width: 23.9%;
		bottom: 11%;
	}

	#bnr-volunteer img.text4 {
		right: -2%;
		top: -15%;
		z-index: 3;
		width: 19%;
	}

	#bnr-volunteer img.image1 {
		right: 14%;
		bottom: 0px;
		z-index: 2;
		width: 11.1%;
	}

	#bnr-volunteer img.image2 {
		right: 0px;
		bottom: 0px;
		width: 20.4%;
	}

	/* バナーエリア（下部） */
	#buttom-banner {
		margin: 2.7% 0 0;
	}

	#buttom-banner ul {
		padding: 3% 2%;
	}

	#buttom-banner li {
		text-align: center;
		width: 49.5%;
		margin: 0 1% 6px 0;
	}

	#buttom-banner li:nth-child(2n) {
		margin-right: 0;
	}

	#buttom-banner li:nth-child(2n + 1) {
		clear: both;
	}

	#buttom-banner li:nth-child(n + 4) {
		margin-bottom: 6px;
	}

	#buttom-banner li:nth-child(n + 9) {
		margin-bottom: 0;
	}

	#footer {
		margin: 15.75% 0 0;
	}

}

/* Portrait */
@media screen and (max-width:479px) {

	/* パークボランティア大募集 */
	#bnr-volunteer a {
		height: 50px;
	}

}

/* Portrait */
@media screen and (max-width:430px) {
	.flex {
		width: 180px;
	}
}

@media screen and (max-width:400px) {
	.flex {
		width: 160px;
	}
}

@media screen and (max-width:375px) {
	.flex {
		width: 150px;
	}
}

/* Landscape*/
@media screen and (min-width:480px) and (max-width:639px) {
}

