@charset "UTF-8";
/* CSS Document */
.container_wrap{
    max-width: 1200px;
}
/*==============================
　first view
==============================*/
.fv{
	width: 100%;
	background: url("../img/top/bg_fv.jpg");
}
.fv_flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    margin: 0 auto;
	animation-name: fvfade;
    animation-duration: 1600ms;
    animation-timing-function: ease-in;
}
@keyframes fvfade {
    0% {
		opacity:0;
    }
	40% {
		opacity:0;
    }
    100% {
		opacity:1;
    }
}
.fv_r{
	width: 70%;
	max-width: 840px;
}
.fv_l{
	width: 25.8%;
	max-width: 310px;
	animation-name: fvslide;
    animation-duration: 1600ms;
    animation-timing-function: ease-out;
}
@keyframes fvslide {
    0% {
    	margin-right: 50px;
    }
	40% {
    	margin-right: 50px;
    }
    100% {
    	margin-right: 0px;
    }
}
.fv_img{
	opacity: 0;
}
.fv_img.slick-initialized{
	opacity: 1;
}
.fv .ttl {
    margin-bottom: 25px;
    max-width: 310px;
    margin-top: 60px;
}
.fv .txt {
    color: #604c3f;
    line-height: 190%;
    font-size: 0.935em;
    margin-bottom: 17px;
}
.fv .btn a {
    display: block;
    color: #fff;
    background: #b22222;
    width: 100%;
    max-width: 244px;
    text-align: center;
	border: 1px solid #b22222;
    border-radius: 16px;
    padding: 0.8em 0;
	position: relative;
}
.fv .btn a:hover{
	color: #b22222;
	background: #ffffff;
}
.fv .btn a::after {
    content: "→";
    display: block;
    height: 1.3em;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0.5em;
    margin: auto;
    font-size: 1.3em;
    transition: right ease 300ms;
}
.fv_under {
	position: relative;	
}
.fv_under::before {
    content: "";
    display: block;
    width: 100%;
    height: 22px;
    background: url("../img/top/underline_slide.png") repeat-x center top;
    position: absolute;
    top: -22px;
}
.fv_under .white_block{
	width: 100%;
	height: 30px;
	background: #ffffff;
}
button.slick-arrow {
    background-color: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #ffe066;
    display: flex !important;
    justify-content: center;
    align-items: center;
	z-index: 2;
	transition: all ease 300ms;
}
button.slick-next.slick-arrow {
    right: 0;
    transform: rotate(180deg);
}
button.slick-arrow::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #9c802a;
    border-left: 2px solid #9c802a;
    transform: rotate(-45deg);
    margin-left: 7px;
}
button.slick-arrow:hover{
	background: #b22222;
}
button.slick-arrow:hover::before{
	border-color: #ffffff;
}
.slick-dots {
    position: absolute;
    z-index: 2;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: -20px;
}
.slick-dots li {
    line-height: 100%;
    font-size: 0;
    margin: 0 7px;
}
.slick-dots button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #b9baba;
	border-radius: 50%;
	overflow: hidden;
}
.slick-dots .slick-active button{
	background: #b22222;
}

/*==============================
　info
==============================*/
/*----important start----*/
.important_outer {
    margin-bottom: 70px;
}
.important_wrap {
    border: 2px solid #b22222;
    border-radius: 16px;
    line-height: 180%;
    margin-bottom: 10px;
}
.important_wrap .btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 2em;
    color: #000000;
}
.important_ttl {
    width: 110px;
    font-size: 0;
    line-height: 100%;
}
.important_wrap .txt {
    width: calc(100% - 110px - 2em);
    line-height: 160%;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 5px dotted #cccccc;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.important_wrap .txt a{
	color: #000;
}
/*----important end----*/
.info_flex {
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(50px);
}
.info_flex.moved{
	opacity: 1;
	padding-top: 0;
    transform: translateY(0);
}
.info_l {
    width: 57px;
    margin-right: 53px;
}
.info_r {
    width: calc(100% - 110px);
	position: relative;
}
.info_flex .dotted {
    width: 57px;
    line-height: 100%;
    font-size: 0;
}
.info_ttl{
	margin: 20px 0;
}
.info_ttl .pic {
    width: 30px;
    margin: 1px auto;
}
.info_l .list_btn a {
    writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    background: #b22222;
    color: #ffffff;
    width: 42px;
    justify-content: center;
    align-items: center;
    height: 110px;
    border-radius: 16px;
    overflow: hidden;
    margin: 50px auto 0;
	border: 1px solid #b22222;
}
.info_l .list_btn a .arrow {
    display: inline-block;
    transform: rotate(-90deg);
    padding-right: 1em;
}
.info_l .list_btn a:hover{
	background: #ffffff;
	color: #b22222;
}
.contentList_tab {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #b22222;
    margin-bottom: 30px;
}
.contentList_tab_item {
    background: #fff4f4;
    width: calc(21% - 41px);/*100% - margin - SNS*/
    margin-right: 2px;
    border-radius: 10px 10px 0 0;
    color: #595757;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
    text-align: center;
    line-height: 120%;
    transition: all ease 300ms;
}
.contentList_tab_item:nth-of-type(2){
    background: #fff0d0;
}
.contentList_tab_item:nth-of-type(3){
    background: #fdf9de;
}
.contentList_tab_item:nth-of-type(4){
    background: #faf5f0;
}
.contentList_tab_item:hover,
.contentList_tab_item.select {
    background: #b22222;
    color: #ffffff;
}
.contentList_body .info_index{
	padding: 1em 30px 1em 0.5em;
	display: flex;
	border-bottom: 1px solid #b9baba;
}
.container_wrap:not(.news) .contentList_body li:nth-of-type(5) ~ li,
.container_wrap:not(.news) .contentList_body .more_btn{
    display: none;
}
.contentList_body time {
    color: #808080;
    margin-right: 1em;
    line-height: 120%;
	min-width: 6em;
}
.contentList_body .txt {
    color: #000;
    line-height: 120%;
}
.contentList_body a .txt{
}
.contentList_body .txt .pdf {
    color: #b22222;
    display: inline-block;
    border: 2px solid #b22222;
    font-size: 0.7em;
    line-height: 100%;
    padding: 0.15em 0.3em;
    margin-left: 0.8em;
}
.contentList_body a.info_index {
    position: relative;
}
.contentList_body a.info_index:hover{
	background: #b22222;
	color: #ffffff;
}
.contentList_body a.info_index::after {
    content: "→";
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 100%;
    transform: scale(1.5,1);
    color: #b22222;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2%;
}
.contentList_body a:hover time,
.contentList_body a:hover .txt,
.contentList_body a.info_index:hover::after{
	color: #ffffff;
	text-decoration:none;
}
.contentList_body .more_btn {
    border: #b22222 1px solid;
    color: #b22222;
    display: block;
    line-height: 100%;
    font-size: 0.9em;
    padding: 1em 0;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    border-radius: 15px;
    margin: 30px auto;
    width: 86%;
    max-width: 400px;
	cursor: pointer;
	transition: all ease 300ms;
}
.contentList_body .more_btn:hover{
	background: #b22222;
	color: #ffffff;
}
.sns {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}
.sns .ico {
    width: 45px;
    margin: 0 12px;
    transition: all ease 500ms;
}
.sns .ico:hover {
    transform: rotateY(360deg);
}
/*==============================
　productList
==============================*/
.productList {
    background: #fef9e2 url("../img/top/bg_ine.png") no-repeat top right;
}

.productList .container_wrap{
    margin-bottom: 0;
}
.productList .info_under{
	width: 100%;
	height: 22px;
	background: url("../img/top/underline_info.png") repeat-x top center;
	
}
.productList_ttl {
    width: 215px;
    margin: 0 auto 20px;
}
.productList_ttl::after {
    content: "";
    display: block;
    width: 80px;
    height: 8px;
    margin: 0.8em auto 0;
    background: url("../img/top/ttl_dotted.png") no-repeat center / 100%;
}
.productList_txt{
	text-align: center;
	margin-bottom: 60px;
}
.pl_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}
.pl_flex li {
    margin: 0 18px 80px;
    width: calc(50% - 36px);
}
.pl_flex li .ttl {
    text-align: center;
    font-size: 1.7em;
    line-height: 120%;
    margin-bottom: 15px;
    color: #b22222;
    padding: 0;
    background: none;
}
.pl_flex .btn_img {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.pl_flex .btn_img .inner .photo {
    overflow: hidden;
    display: block;
    height: 330px;
    border-radius: 15px;
	background: no-repeat center / cover;
	transition: all ease 300ms;
}
.pl_flex .pl01 .btn_img .inner .photo {
	background-image: url("../img/top/pl_01.jpg?1020");
}
.pl_flex .pl02 .btn_img .inner .photo {
	background-image: url("../img/top/pl_02.jpg");
}
.pl_flex .pl03 .btn_img .inner .photo {
	background-image: url("../img/top/pl_03.jpg");
}
.pl_flex .pl04 .btn_img .inner .photo {
	background-image: url("../img/top/pl_04.jpg");
}
.pl_flex .btn_img .link_name {
    color: #b22222;
    font-size: 1.3em;
    text-align: center;
    width: 100%;
    max-width: 280px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffffff;
    padding: 0.9em 50px;
    border-radius: 25px 0 0 0;
    line-height: 120%;
	transition: all ease 300ms;
}
.pl_flex .btn_img .link_name::after{
	content: "→";
	display: block;
	position: absolute;
	bottom: 0.9em;
	right: 0.5em;
	transform: scale(2,1);
	transform-origin: right;
	transition: right ease 300ms;
}
.pl_flex .btn_img:hover .inner .photo {
    transform: scale(1.1);
}
.pl_flex .btn_img:hover .link_name {
    color: #ffffff;
    background: #b22222;
}
.pl_flex .btn_img:hover .link_name::after{
	right: 0;
}
/*==============================
　aboutLink
==============================*/
.aboutLink{
	font-family: 'Kosugi Maru', sans-serif;
	background: url("../img/top/bg_white.png") repeat center / cover , url("../img/top/bg_about_link.jpg") no-repeat center / cover;
}
.aboutLink .container_wrap{
	margin: 0 auto;
	height: 526px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.al_flex {
    width: 100%;
    display: flex;
	justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.al_flex .flex_l,
.al_flex .flex_r{
    width: 50%;
	min-width: 400px;
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.al_flex .btn_unit {
    width: 86%;
    max-width: 398px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    color: #000;
    padding: 2.2em;
	margin-top: -4px;
	margin-left: -4px;
    box-shadow: 8px 8px 0 0 #b22222;
}
.al_flex .btn_unit:hover{
	margin-top: 0;
	margin-left: 0;
	box-shadow: 0px 0px 0 0 #b22222;
    background: #b22222;
	color: #ffffff;
}
.al_flex .btn_unit .img {
    width: 70px;
    height: 80px;
}
.al_flex .btn_unit .txt {
    line-height: 160%;
    letter-spacing: 1.5px;
    font-size: 1.7em;
    margin-left: 15px;
}
/*==============================
　parkLink
==============================*/
.parkLink {
	padding-top: 50px;
    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;
}
.parkLink .ttl_wrap{
	background: url("../img/top/park_flag.png") no-repeat center top / auto 0%;
    transition: all ease 1200ms;
}
.parkLink .moved .ttl_wrap {
    background-size: auto 100%;
}
.tent_wrap{
	position: relative;
}
.tent_img {
    width: 100%;
	max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1,0);
    transform-origin: bottom;
	transition: all ease 1200ms;
}
.moved .tent_img{
    transform: scale(1,1);	
}
.tent_inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 215px;
    text-align: center;
}
.tent_inner .ttl {
    margin-bottom: 10px;
}
.tent_inner .ttl img {
    width: 240px;
    height: 36px;
}
.tent_inner .txt{
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 0.95em;
    margin-bottom: 15px;
}
.tent_inner .btn a {
	display: block;
    color: #ffffff;
    font-size: 1.4em;
    line-height: 100%;
    background: #b22222;
    border: 1px solid #b22222;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.6em 0.2em;
    border-radius: 50px;
    position: relative;
}
.tent_inner .btn a::after {
    content: "→";
    display: inline-block;
    position: absolute;
    right: 15px;
}
.tent_inner .btn a:hover{
	color: #b22222;
	background: #ffffff;
}
.tent_inner .btn a:hover::after{
	color: #b22222;
}
.parkLink .btn_list {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 180px;
}
.parkLink .btn_list > li {
    width: 190px;
    position: absolute;
    z-index: 2;
}
.parkLink .btn_list > li:not(:hover){
	animation-name: yurayura;
    animation-duration: 7000ms;
    animation-timing-function:ease-in-out;
	animation-iteration-count:infinite;
}
.parkLink .btn_list > li:nth-of-type(1) {
    left: 30px;
    left: min(2.5%,30px);
    top: -260px;
	animation-delay: 0ms;
}
.parkLink .btn_list > li:nth-of-type(2) {
    left: 120px;
    left: min(calc(29% - 190px),120px);
    top: -30px;
	animation-delay: 1050ms;
}
.parkLink .btn_list > li:nth-of-type(3) {
    left: 372px;
    left: min(calc(50% - 190px),372px);
    top: 20px;
	animation-delay: 2100ms;
}
.parkLink .btn_list > li:nth-of-type(4){
    right: 372px;
    right: min(calc(50% - 190px),372px);
    top: 20px;
	animation-delay: 3150ms;
}
.parkLink .btn_list > li:nth-of-type(5){
    right: 120px;
    right: min(calc(29% - 190px),120px);
    top: -30px;
	animation-delay: 4200ms;
}
.parkLink .btn_list > li:nth-of-type(6){
    right: 30px;
    right: min(2.5%,30px);
    top: -260px;
	animation-delay: 5250ms;
}
@keyframes yurayura {
    0% {transform: rotate(0);}
    5% {transform: rotate(15deg);}
    15% {transform: rotate(-15deg);}
    20% {transform: rotate(0);}
}
.parkLink .btn_list a {
	display: inline-block;
    position: relative;
}
.parkLink .btn_list a::after {
    content: "→";
    color: #ffffff;
    background: #b22222;
    font-size: 1.5em;
    padding: 4px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    line-height: 100%;
    display: block;
    position: absolute;
    bottom: 55px;
    right: 0;
	transition: all ease 300ms;
}
.parkLink .btn_list a:hover{
    transform: scale(1.1);	
}
.parkLink .btn_list a:hover::after{
	border-color: #b22222;
	color: #b22222;
	background: #ffffff;
}
.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/top/park_footer.png) no-repeat center bottom;
    background-size: auto 100%;
}
@media screen and (max-width:1200px) {
.fv_flex {
    align-items: flex-end;
}
.fv_l {
    padding-bottom: 22px;
}
}
@media screen and (max-width:1000px) {
.fv_flex {
    padding-top: 70px;
    padding-bottom: 20px;
    flex-direction: column-reverse;
    align-items: center;
}
.fv_l, .fv_r {
    width: 90%;
    max-width: 840px;
}
.fv_l {
    margin-top: 15px;
}
.fv .ttl {
    margin-left: auto;
    margin-right: auto;
	margin-top: 0;
}
.fv .txt br.pc{
	display: none;
}
.fv .btn a {
    margin: 0 auto;
}
.slick-dots {
    position: static;
    padding: 20px;
}
/*==============================
　productList
==============================*/
.pl_flex li {
    width: 100%;
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.pl_flex .btn_img .inner .photo {
    height: 57vw;
    max-height: 330px;
}
}
@media screen and (max-width:900px) {
/*==============================
　parkLink
==============================*/
.parkLink .btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
}
.parkLink .btn_list > li {
    position: static;
	margin-left: auto;
	margin-right: auto;
}
.ballonn_wrap .balloon02 {
    left: 23%;
}
}
@media screen and (max-width:600px) {
/*==============================
　first view
==============================*/
.fv_flex {
    padding-top: 0;
}
.fv .ttl {
    width: 200px;
}
button.slick-arrow {
    width: 40px;
    height: 40px;
    left: -10px;
}
button.slick-next.slick-arrow{
	left: auto;
	right: -10px;
}
button.slick-arrow::before {
    width: 10px;
    margin-left: 4px;
    height: 10px;
}
.slick-dots {
    padding: 10px 0 15px;
}
.fv_under .white_block{
    height: 10px;		
}
/*==============================
　info
==============================*/
.important_ttl{
	margin-left: auto;
	margin-right: auto;
}
.important_wrap .txt {
    width: 100%;
    padding: 0;
    padding-top: 0.5em;
    margin: 0;
    border: none;
}
.info_l, .info_r {
    width: 100%;
    margin: 0 0 20px;
}
	.info_flex .dotted{
		margin-left: auto;
		margin-right: auto;
	}
	.info_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0;
}
.info_ttl .pic {
    margin: 0;
}
.info_l .list_btn a {
    writing-mode: tb-rl;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    width: 120px;
    height: 2.5em;
    margin: 15px 0 0 auto;
}
.info_l .list_btn a .arrow {
    transform: none;
    padding-right: 0;
    padding-left: 1em;
}
	.contentList_tab{
		margin-bottom: 10px;
	}
.contentList_tab_item {
    width: calc(20% - 2px);
    height: 45px;
}
.contentList_body .info_index {
    display: block;
    padding: 0.5em 0;
    padding-right: 2em;
}
.sns {
    position: static;
    justify-content: center;
    margin-top: 25px;
}
/*==============================
　productList
==============================*/
.productList_ttl {
    padding-top: 30px;
}
.productList_txt {
    margin-bottom: 40px;
    text-align: left;
}
.pl_flex li {
    margin-bottom: 30px;
}
.pl_flex li .ttl {
    font-size: 1.4em;
}
.pl_flex .btn_img .link_name {
    font-size: 1.2em;
}
/*==============================
　aboutLink
==============================*/
	.aboutLink .container_wrap{
    height: 340px;
	}
	.al_flex .btn_unit,
	.al_flex .btn_unit:hover{
    margin-top: -2px;
    margin-left: -2px;
    box-shadow: 4px 4px 0 0 #b22222;
	}
	.al_flex .btn_unit {
    padding: 1em 0;
}
	.al_flex .btn_unit .img{
    width: 35px;
    height: 40px;
	}
	.al_flex .btn_unit .txt {
    line-height: 120%;
    font-size: 1.3em;
		letter-spacing: 0;
}
}
@media screen and (max-width:540px) {
/*==============================
　parkLink
==============================*/
	.tent_inner {
		top: 38vw;
	}
	.tent_inner .ttl,
	.tent_inner .txt {
		margin-bottom: 2vw;
	}
	.parkLink .btn_list > li {
    width: 180px;
	}
	.ballonn_wrap{
		display: none;
	}
}
/*IEのみ有効*/
@media all and (-ms-high-contrast: none) {
	.info_l .list_btn a .arrow{
	padding-right: 0;
		line-height: 1em;
	}
}