@charset "UTF-8";
/* CSS Document */
.park_detail img {
    max-width: max-content;
}

/*==============================
　parkLink
==============================*/
.parkLink {
    background: rgb(218,245,255);
    background: -moz-linear-gradient(top, rgba(218,245,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(top, rgba(218,245,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%);
    background: linear-gradient(to bottom, rgba(218,245,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf5ff', endColorstr='#ffffff',GradientType=0 );
	position: relative;
	overflow: hidden;
    height: 40vw;
    max-height: 565px;
}
.parkLink .all_wrap {
    background: url("../img/park/bg_fv.png") no-repeat center top;
    padding-top: 100px;
    padding-top: min(7.1vw,100px);
}
.parkLink .ttl_wrap{
	background: url("../img/top/park_flag.png") no-repeat center top / auto 100%;
}
.tent_wrap{
	position: relative;
}
.tent_img {
    width: 47%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}
.moved .tent_img{
    transform: scale(1,1);	
}
.tent_inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 230px;
    top: min(16.3vw,230px);
    text-align: center;
}
.tent_inner .ttl {
    margin-bottom: 10px;
}
.tent_inner .ttl img {
    width: 14.2vw;
	max-width: 200px;
    height: 7.8vw;
    max-height: 110px;
}
.parkLink .comment_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.parkLink .comment {
    position: absolute;
    z-index: 2;
    width: 230px;
    height: 165px;
    color: #da6870;
    background: url(../img/park/fv_comment.png) no-repeat center / contain;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1.125em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 10px;
    animation-timing-function:ease-in;
	animation-iteration-count:infinite;
	animation-name: hopp;
    animation-duration: 2s;
    bottom: 130px;
    bottom: min(10vw,130px);
    right: 20px;
}
@keyframes hopp {
    0% {margin-bottom: 0;}
	20%{margin-bottom: -10px;}
	30%{margin-bottom: 30px;}
	50%{margin-bottom: 0;}
}
.ballonn_wrap [class*="balloon"] {
    position: absolute;
    top: 0;
    animation-timing-function:linear;
	animation-iteration-count:infinite;
	transition: all ease 300ms;
}
.ballonn_wrap .balloon01{
	animation-name: balloon1;
    animation-duration: 10s;
}
.ballonn_wrap .balloon02{
	left: 33%;
	animation-name: balloon2;
    animation-duration: 15s;
}
.ballonn_wrap .balloon03{
	animation-name: balloon3;
    animation-duration: 12s;
}
@keyframes balloon1 {
    0% {top:calc(800px + 200px);opacity:1;left: 16%;}
    99.9% {top:-200px;opacity:1;left: 0%;}
	100% {top:-200px;opacity:0;left: 0%;}
}
@keyframes balloon2 {
    0% {top:calc(800px + 200px);opacity:1;}
    99.9% {top:-200px;opacity:1;}
	100% {top:-200px;opacity:0;}
}
@keyframes balloon3 {
    0% {top:calc(800px + 200px);opacity:1;right: 33%;}
    99.9% {top:-200px;opacity:1;right: 30%;}
	100% {top:-200px;opacity:0;right: 30%;}
}
.park_footer {
    width: 100%;
    height: 200px;
    height: 16vw;
    max-height: 200px;
    background: url(../img/park/park_footer.png) no-repeat center bottom;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.park_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.park_links li {
    width: 26.2%;
    font-family: 'Kosugi Maru',sans-serif;
    margin-left: 3.5%;
    margin-right: 3.5%;
    margin-bottom: 40px;
}
.park_links li:nth-of-type(3n-1) {
    padding-top: 50px;
}
.park_links .thmb_img {
    position: relative;
    margin-bottom: 20px;
}
.thmb_img:hover {
    transform: rotate(5deg);
}
.park_links .thmb_img::before {
    content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/park/park_thmb.png") no-repeat center /100% 100%;
}
.park_links .thmb_img img {
    display: inline-block;
    margin: 0 auto;
    border: 2px solid #fff;
}
.park_links .name,
.park_links .txt,
.park_links .btn{
    width: 92%;
    margin: 0 auto;
}
.park_links .name {
    text-align: center;
    font-size: 1.15em;
    color: #af8047;
    border-bottom: 1px solid #edd2a3;
    border-top: 1px solid #edd2a3;
    background: #fefae6;
    line-height: 100%;
    padding: 11px 0;
    margin-bottom: 15px;
}
.park_links .txt {
    font-weight: normal;
    margin: 0 auto 20px;
}
.park_links .btn {
    background: #b22222;
    display: block;
    text-align: center;
    color: #ffffff;
    line-height: 100%;
    position: relative;
    padding: 1.1em 0;
    border-radius: 16px;
	border:1px solid #b22222;
}
.park_links .btn::after{
	content: "→";
	display: block;
	position: absolute;
	font-size: 1.2em;
	line-height: 100%;
	height: 1em;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
}
.park_links .btn:hover{
	background: #ffffff;
	color: #b22222;
}

/*=========================
　詳細ページ用
=========================*/
.park_detail section{
	margin-bottom: 40px;
}
.park_detail .detail_wrap .txt_wrap,
.park_detail .detail_wrap .img_wrap {
	margin-bottom: 20px;
}
.park_detail .detail_wrap .img_wrap {
    display: flex;
    justify-content: center;
}
.park_detail .detail_wrap .img {
    max-width: 500px;
    margin: 0 2px 2px;
}
.detail_wrap .txt_wrap img {
	/*
    width: 100% !important;
	*/
    height: auto !important;
    max-width: max-content;
}
@media screen and (max-width:840px) {
.park_links li {
    width: 42%;
}
.park_links li:nth-of-type(3n-1){
	padding-top: 0;
}
.park_links li:nth-of-type(2n) {
    padding-top: 50px;
}
.park_links .thmb_img {
    max-width: 260px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (max-width:760px) {
.parkLink {
    height: 80vw;
}
.parkLink .all_wrap{
    padding-top: 200px;
	padding-top: min(14.2vw,200px);
}
.tent_inner {
    top: 240px;
    top: min(36.8vw,240px);
}
.tent_inner .ttl img {
    width: 28.4vw;
    height: 15.6vw;
}
.tent_img {
    width: 94%;
}
.ballonn_wrap .balloon02 {
    left: 20%;
}
.parkLink .comment_wrap {
    position: static;
}
.parkLink .comment {
    top: 150px;
    top: min(30vw,150px);
    bottom: auto;
    line-height: 120%;
    padding-bottom: 0;
}
}
@media screen and (max-width:600px) {
.parkLink .comment {
    width: 115px;
    height: 82.5px;
    font-size: 0.5em;
}
.ballonn_wrap {
    display: none;
}
.park_links li {
    width: 100%;
}
	.park_links li:nth-of-type(2n){
		padding-top: 0;
	}
	.container_wrap h2.ttl{
		text-align: center;
	}
/*=========================
　詳細ページ用
=========================*/
.park_detail .detail_wrap .img_wrap{
	flex-wrap: wrap;
}
}