/* TB 768px以下 ------------------*/
.b60 { margin-bottom: 60px; }
.b40 { margin-bottom: 40px; }
.b20 { margin-bottom: 20px; }
.b10 { margin-bottom: 10px; }
.cont-ttl {
	display: block;
	position: relative;
	top: 60px;
	width: 100%;
	height: 200px;
	background: url(../image/sp-page-bg.jpg) no-repeat center/cover;
}
.cont-ttl h2 {
	position: absolute;
	max-width: 300px;
	top: 80px;
	left: 0;
	right: 0;
	padding: 10px;
	margin: auto;
	color: #fff;
	background: rgba(20,147,66,.9);
}
.supporter .cont-ttl h2,
.use .cont-ttl h2,
.rule .cont-ttl h2,
.privacy .cont-ttl h2 {
	max-width: 310px;
	top: 50px;
}
table {
	width: 100%;
}
table tr:first-of-type {
	border-top: 1px solid #f3f3f3;
}
table th.tb-bg {
	background: #f3f3f3;
	border-right: 1px solid #fff;
}
table td.tb-bg {
	background: #f3f3f3;
	border-bottom: 1px solid #fff;
}
table tr {
	border-bottom: 1px solid #f3f3f3;
}
table tr th {
	padding: 1em 0.5em;
	text-align: center;
}
table tr td {
	padding: 1em 0.5em;
}
.calendar iframe {
	width: 100%;
  height: 400px;
}

/*---- 公園紹介 ----*/
.about table th {
	width: 25%;
}

/*---- 食堂・売店 ----*/
.shop .cont-ttl {
	background: url(../image/shop/sp-shop-bg.jpg) no-repeat center/cover;
}

/*---- 公園だより ----*/
.letter .l-link {
	padding: 10px;
	margin: 0 0 20px;
	border: 2px solid #f3f3f3;
	text-decoration: none;
}
.letter .l-img {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 160px;
}
.letter .l-img img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.letter .l-txt {
	padding: 10px 0 0;
}
.letter .l-txt .date {
	margin: 0 0 10px;
}
.letter .l-txt h3 {
	text-align: left;
	font-size: 20px;
	margin: 0 0 10px;
}

/*---- キャンプ ----*/
.camp .cont-ttl {
	background: url(../image/camp/sp-camp-bg.jpg) no-repeat center/cover;
}
.camp table th {
	width: 33.3%;
}

/*---- バーベキュー ----*/
.barbecue .cont-ttl {
	background: url(../image/barbecue/sp-bbc-bg.jpg) no-repeat center/cover;
}

/*---- アスレチック ----*/
.athletic .cont-ttl {
	background: url(../image/athletic/sp-atc-bg.jpg) no-repeat center/cover;
}

/*---- アスレチック ----*/
.mushroom .cont-ttl {
	background: url(../image/mushroom/sp-msr-bg.jpg) no-repeat center/cover;
}

/*---- 展望台 ----*/
.viewing .cont-ttl {
	background: url(../image/viewing/sp-vwg-bg.jpg) no-repeat center/cover;
}

/*---- 野外活動体験 ----*/
.outdoors .cont-ttl {
	background: url(../image/outdoors/sp-otd-bg.jpg) no-repeat center/cover;
}

/*---- 自然散策 ----*/
.walk .cont-ttl {
	background: url(../image/walk/sp-wlk-bg.jpg) no-repeat center/cover;
}

/*---- ギャラリー ----*/
.gallery .lg-toolbar {
	top: 60px !important;
}
.gallery .col-4 p {
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 1.2em;
}

/*---- パンくずリスト ----*/
.breadcrumbs {
	position: relative;
    margin: 65px auto 10px;
}
.breadcrumbs ul {
	position: relative;
	display: block;
}
.breadcrumbs ul li {
	display: inline-block;
    margin: 0 5px 0 0;
    font-size: 12px;
}
.breadcrumbs ul li::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0.1em;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumbs ul li a {
	text-decoration: underline !important;
}

/*---- ページャー ----*/
.pager-area {
	margin: 20px 0;
}
.pager-area a.page-numbers {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px 0 0;
	text-align: center;
	line-height: 40px;
	border: 1px solid #003219;
	text-decoration: none;
}
.pager-area span.current {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px 0 0;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border: 1px solid #149342;
	background-color: #149342;
}
.prev-next {
	width: 240px;
	margin: 0 auto 20px;
}
.prev-next a {
	width: 90px;
	vertical-align: middle;
}
.prev-next a::after {
	display: none;
}
.prev-next a:first-of-type {
	margin: 0 1em 0 0;
}
.prev-next a:last-of-type {
	text-align: right;
}


/* TB 768px以上 ------------------*/
@media screen and (min-width:768px) {
	.cont-ttl {
		top: 65px;
	}
	.supporter .cont-ttl h2,
	.use .cont-ttl h2,
	.rule .cont-ttl h2,
	.privacy .cont-ttl h2 {
		max-width: 400px;
		top: 45px;
	}

	.calendar iframe {
	  height: 600px;
	}

	/*---- 公園だより ----*/
	.letter .l-link {
		padding: 20px;
		margin: 0 0 20px;
	}
	.letter .l-img {
		width: 30%;
    	height: 180px;
	}
	.letter .l-txt {
		width: 70%;
		padding: 10px 0 0 20px;
	}
	.letter .l-txt h3 {
		text-align: left;
		font-size: 20px;
		margin: 0 0 10px;
	}

	/*---- ギャラリー ----*/
	.gallery .lg-toolbar {
		top: 75px !important;
	}

	/*---- ページャー ----*/
	.prev-next {
		width: 260px;
		margin: 0 auto 40px;
	}
	.prev-next a {
		width: 120px;
	}
}

/* PC 1024px以上 ------------------*/
@media screen and (min-width:1024px) {
	.cont-ttl {
		height: 300px;
		background: url(../image/page-bg.jpg) no-repeat center/cover;
	}
	.cont-ttl h2 {
		max-width: 400px;
		top: 120px;
	}
	.supporter .cont-ttl h2,
	.use .cont-ttl h2,
	.rule .cont-ttl h2,
	.privacy .cont-ttl h2 {
		max-width: 550px;
		top: 120px;
	}
	table tr th,table tr td {
		padding: 1em;
	}

	/*---- 公園紹介 ----*/
	.about table th {
		width: 30%;
	}

	/*---- 食堂・売店 ----*/
	.shop .cont-ttl {
		background: url(../image/shop/shop-bg.jpg) no-repeat center/cover;
	}

	/*---- キャンプ ----*/
	.camp .cont-ttl {
		background: url(../image/camp/camp-bg.jpg) no-repeat center/cover;
	}
	.camp table th {
		width: 33.3%;
	}

	/*---- バーベキュー ----*/
	.barbecue .cont-ttl {
		background: url(../image/barbecue/bbc-bg.jpg) no-repeat center/cover;
	}

	/*---- アスレチック ----*/
	.athletic .cont-ttl {
		background: url(../image/athletic/atc-bg.jpg) no-repeat center/cover;
	}

	/*---- アスレチック ----*/
	.mushroom .cont-ttl {
		background: url(../image/mushroom/msr-bg.jpg) no-repeat center/cover;
	}

	/*---- 展望台 ----*/
	.viewing .cont-ttl {
		background: url(../image/viewing/vwg-bg.jpg) no-repeat center/cover;
	}

	/*---- 野外活動体験 ----*/
	.outdoors .cont-ttl {
		background: url(../image/outdoors/otd-bg.jpg) no-repeat center/cover;
	}

	/*---- 自然散策 ----*/
	.walk .cont-ttl {
		background: url(../image/walk/wlk-bg.jpg) no-repeat center/cover;
	}

	/*---- ギャラリー ----*/
	.lightgallery-default li {
		cursor: pointer;
	}
	.lightgallery-default li:hover {
		opacity: .8;
	}
	.gallery .lg-toolbar {
		top: 75px !important;
	}
	.gallery .col-4 p {
		font-size: 14px;
	}

	/*---- パンくずリスト ----*/
	.breadcrumbs {
	    margin: 85px auto 20px;
	}
	.breadcrumbs ul li {
	    font-size: 14px;
	}

	/*---- ページャー ----*/
	.pager-area {
		margin: 40px 0;
	}
	.pager-area a.page-numbers:hover {
		color: #149342;
		border: 1px solid #149342;
	}
}

/* PC 1200px以上 ------------------*/
@media screen and (min-width:1200px) {
}