@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

header {
    position: fixed;
    width: 100%;
    padding: 1vw 2vw;
    background-color: white;
    border-bottom: 0.3vw solid green;
    z-index: 10;
}

h1,.title-main {
    display: flex;
}


h1 a img {
    width: 8vw;
}

.name {
    margin-top: 1.5vw;
    font-family: serif;
}

.name p:nth-of-type(1) {
    width: 17vw;
    text-align: center;
    font-size: 3vw;
    color: green;
}

.name p:nth-of-type(2) {
    width: 17vw;
    text-align: center;
    font-size: 1.27vw;
    color: green;
    font-weight: 400;
}

h1 a {
    text-decoration: none;
}



.game {
    margin-left: 57%;
    background-color: orange;
    height: fit-content;
    line-height: 3vw;
    width: 10vw;
    text-align: center;
    border-radius: 10vw;
    border: 0.3vw solid yellow;
}

.game a {
    display: block;
    text-decoration: none;
    color: white;
    font-weight: 800;
    font-size: 1.2vw;
}

header nav {
    width: 100%;
}

header nav ul {
    display: flex;
    list-style-type: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

header nav ul li{
    width: 13.5%;
    text-align: center;
    border-left: 0.1vw solid #303030;
}

header nav ul li:nth-last-of-type(1){
    margin-right: 2.75%;
}

header nav ul li:nth-last-of-type(7){
    margin-left: 2.75%;
        border-left: none;
}

header nav ul li a {
    display: block;
    text-decoration: none;
    line-height: 2.3vw;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    color: #303030;
    font-size: 1.3vw;
    border-bottom: 0.3vw solid transparent;
}



header nav ul li a:hover {
    color: #808080;
    border-bottom: 0.3vw solid green;
    transition: 1s;
}


.game:hover {
    background-color: rgb(255, 204, 110);
    margin-top: 0.3vw;
    margin-bottom: -0.3vw;
    transition: 0.5s;
}


.move {
    position: fixed;
    width: 5vw;
    height: 9vw;
    bottom: 5%;
    right: 1.5%;
    border-radius: 2vw;
}

.top-move {
    background-color: white;
    border-radius: 50vw;
    width: 4vw;
    height: 4vw;
    margin-bottom: 1vw;
    background-image: url(../images/top_yazirushi.png);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0.2vw 0.3vw 0.3vw #808080;
}

 .botomm-move {
    background-color: white;
    border-radius: 50vw;
    width: 4vw;
    height: 4vw;
    background-image: url(../images/bottom_yazirushi.png);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0.2vw 0.3vw 0.3vw #808080;
 }

.top-move:hover {
    filter: brightness(80%);
    margin-left: 0.3vw;
    margin-top: 0.2vw;
    margin-bottom: 0.8vw;
    box-shadow: 0vw 0vw 0vw #808080;
    transition: 0.5s;
}

 .botomm-move:hover {
    filter: brightness(80%);
    margin-left: 0.3vw;
    margin-top: 0.2vw;
    margin-bottom: 0.8vw;
    box-shadow: 0vw 0vw 0vw #808080;
    transition: 0.5s;
}

/* mainビジュアルここから　【アニメーション有り】 */

main {
    padding-top: 13vw;
}

.main-visual {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 40vw;
    margin-bottom: 5%;

    position: relative;
    overflow: hidden;
    background-attachment: fixed;

    z-index: 1;
}


.img1,.img2,.img3,.img4 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.img1 {
    background-image: url(../images/AdobeStock_1830698539\ \(1\).jpeg);
    background-position: center center;
    animation: anime1 12s infinite;
}

.img2 {
    background-image: url(../images/rinmon101820_TP_V4.jpg);
    background-position: center center;
    animation: anime2 12s infinite;
}

.img3 {
    background-image: url(../images/shikun103105_TP_V4.jpg);
    background-position: center center;
    animation: anime3 12s infinite;
}

.img4 {
    background-image: url(../images/tsurutama_MKT30260045_TP_V4.jpg);
    background-position: center center;
    animation: anime4 12s infinite;
}

@keyframes anime1 {
    0% {opacity: 0;}
    25% {opacity: 1;}
    50% {opacity: 0;}
    75% {opacity: 0;}
    100% {opacity: 0;}
}

@keyframes anime2 {
    0% {opacity: 0;}
    25% {opacity: 0;}
    50% {opacity: 1;}
    75% {opacity: 0;}
    100% {opacity: 0;}
}

@keyframes anime3 {
     0% {opacity: 0;}
    25% {opacity: 0;}
    50% {opacity: 0;}
    75% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes anime4 {
     0% {opacity: 1;}
    25% {opacity: 0;}
    50% {opacity: 0;}
    75% {opacity: 0;}
    100% {opacity: 1;}
}


/* 営業時間ここから */

.time-main {
    padding: 2%;
    display: flex;
    background-color: rgb(209, 209, 209);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}

.time-main p {
    line-height: 3vw;
    font-size: 1.5vw;
}

.time-main p span {
    font-size: 3vw;
    font-weight: 700;
    color: green;
}

.time-main p small {
    font-size: 2vw;
    font-weight: 500;
    color: green;
} 

.time-day {
    padding-right: 1vw;
    margin-left: auto;
    border-right: 0.1vw solid #303030;
}

.time-close {
    padding-left: 2vw;
    margin-right: auto;
}

.time-close span {
    margin-left: 0.3em;
    margin-right: 0.1em;
}


/*　はじめにここから */

.start-section {
    margin: 2%;
    padding: 2%;
    margin-bottom: 10%;
    height: 30vw;
    display: flex;
    background-color: #99be96;
}

.start-img {
    width: 40VW;
    margin-right: 10%;
}

.start-img img:nth-of-type(1) {
    width: 25vw;
    height: auto;
    position: relative;
}

.start-img img:nth-of-type(2) {
    width: 23vw;
    height: auto;
    position: relative;
    left: 21vw;
    bottom: 7vw;
}

.start-text {
    width: 45vw;
    margin-right: auto;
}

.start-h2 {
    font-size: 2.5vw;
    font-family: "M PLUS Rounded 1c", sans-serif;
    margin-bottom: 2%;
    text-align: center;
}

.start-p {
    padding: 1.1em;
    margin: 1.2em;
    font-size: 1.2vw;
    white-space: pre-wrap;
    border-right: 0.1vw solid #303030;
    border-left: 0.1vw solid #303030;
}


/* information　ここから */

.information {
    padding: 2%;
    background-color: rgb(206, 255, 110);
    margin-bottom: 10%;
}

.information-h2 {
    text-align: center;
    font-size: 3.5vw;
}

.information-p {
    text-align: center;
    margin-bottom: 5%;
    font-size: 1.5vw;
}

.information-parent-box {
    display: flex;
    width: 100%;
}

.information-parent-box a {
    display: block;
    width: 22%;
    margin-right: 3%;
    text-decoration: none;
}

.information-parent-box a:nth-of-type(1) {
    margin-left: auto;
}

.information-parent-box a:nth-of-type(4) {
    margin-right: auto;
}

.information-children-box {
    width: 100%;
    height: 14vw;
    padding-top: 13%;
    background-color: white;
    font-size: 1.8vw;
    line-height: 3em;
    padding-bottom: 5%;
    text-align: center;
    color: #202020;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
}

.information-img  {
    background-size: cover;
    background-repeat: no-repeat;
    width: 5vw;
    height: 3.5vw;
    padding-top: 7%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7%;
}

.schedule-img {
    background-image: url(../images/schedule_green.png);
}

.guidance-img {
    background-image: url(../images/information_green.png);
}

.access-img {
    background-image: url(../images/access_green.png);
}

.map-img {
    background-image: url(../images/map_green.png);
}


/* hover効果 */

.information-children-box:hover {
    background-color: green;
    color: white;
    transition: 0.5s;
}

.information-children-box:hover .schedule-img {
    background-image: url(../images/schedule_hover.png); 
}

.information-children-box:hover .guidance-img {
    background-image: url(../images/information_hover.png); 
}

.information-children-box:hover .access-img {
    background-image: url(../images/access_hover.png); 
}

.information-children-box:hover .map-img {
    background-image: url(../images/map_hover.png); 
}

.news {
    margin-bottom: 10%;
}

.news-h2 {
    text-align: center;
    font-size: 3.5vw;
}

.news-p {
    text-align: center;
    margin-bottom: 4%;
    font-size: 1.5vw;
}

.news-main {
    width: 77%;
    margin-left: auto;
    margin-right: auto;
    border-right: 0.3vw solid green;
    border-left: 0.3vw solid green;
    margin-bottom: 4%;
}

.news-main a {
    display: block;
    text-decoration: none;
}

.news-parent {
    display: flex;
    line-height: 2.5em;
    margin-bottom: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    color: #202020;
}

.news-parent p {
    margin-right: 0.5em;
}

.news-days {
    width: 11em;
    font-size: 1.3vw;
}

.news-notice {
    font-size: 1vw;
    font-weight: 400;
    width: 6em;
    text-align: center;
    background-color: greenyellow;
}

.news-event {
    font-size: 1vw;
    width: 6em;
    text-align: center;
    background-color: pink;
}

.news-text {
    font-size: 1.3vw;
    width: fit-content;
    white-space: pre-wrap;
    display: flex;
    border-bottom: 0.1vw solid transparent;
}

.news-text span {
    animation: spananime 0.8s step-start infinite;
    font-weight: 500;
    color: orangered;
}

@keyframes spananime {
    0%, 100% {opacity: 1;}
    50% {opacity: 0;}
}

.news-parent:hover .news-text {
    color: green;
    transition: 0.8s;
    border-bottom: 0.1vw solid green;
}

.news-details {
    width: 15vw;
    line-height: 3.5vw;
    font-weight: 500;
    font-size: 1.5vw;
    background-color: green;
    margin-right: 15vw;
    margin-left: auto;
}

.news-details p a {
    text-decoration: none;
    display: block;
    color: white;
    text-align: center;
}

.news-details p a:hover {
    color: #202020;
    background-color: yellowgreen;
    transition: 0.8s;
}



.fee-access {
    display: flex;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}

.fee-main {
    width: 50%;
}

.fee-main h3 {
    text-align: center;
    font-size: 2vw;
}

.fee-main p {
    text-align: center;
    margin-bottom: 2%;
    font-size: 1.2vw;
}

.table-main {
    border-left: 0.3vw solid green;;
    border-right: 0.3vw solid green;
} 

table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

table:nth-of-type(1) {
    margin-bottom: 2%;
}

table:nth-of-type(2) {
    margin-bottom: 2%;
}

table th, table td {
    font-size: 1vw;
    border: 0.1vw solid #202020;
    line-height: 2vw;
    text-align: center;
    width: 15vw;
}

.table-th {
    background-color: green;
    color: white;
}

caption {
    font-size: 1.5vw;
    margin-bottom: 3%;
    text-align: left;
}

.fee-text {
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
}

.fee-text a {
    display: block;
    text-decoration: none;
    width: fit-content;
    text-align: left;
    font-size: 0.9vw;
    color: green;
    border-bottom: 0.1vw solid transparent;
}

.fee-text a:hover {
    border-bottom: 0.1vw solid green;
}


.access-main-parent {
    width: 50%;
}

.access-main-parent h3 {
    text-align: center;
    font-size: 2vw;
}

.access-main-parent p:nth-of-type(1) {
    text-align: center;
    margin-bottom: 5%;
    font-size: 1.2vw;
}

.access-main iframe {
    display: block;
    width: 30vw;
    height: 20vw;
    border-radius: 1vw;
    margin-left: auto;
    margin-right: auto;
}

.access-main {
    border-right: 0.3vw solid green;
}

.access-text1, .access-text2 {
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.8%;
    font-size: 1vw;
    text-align: center;
}

.access-text2 {
    margin-bottom: 2%;
}

.details a {
    display: block;
    text-decoration: none;
    color: white;
}

.fee-details {
    width: 10vw;
    line-height: 2.5vw;
    font-weight: 500;
    font-size: 1.5vw;
    background-color: green;
    margin-right: 15vw;
    margin-left: auto;
    
}

.access-details {
    text-align: center;
    width: 10vw;
    line-height: 2.5vw;
    font-weight: 500;
    font-size: 1.2vw;
    background-color: green;
    margin-right: 15vw;
    margin-left: auto;
    
}

.details a:hover {
    background-color: yellowgreen;
    color: #202020;
    transition: 0.8s;
}




.General-Information-h2 {
    text-align: center;
    font-size: 3.5vw;
}

.General-Information-p {
    text-align: center;
    margin-bottom: 5%;
    font-size: 1.5vw;
}

.General-Information-main {
    display: flex;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
}

.General-Information-parent {
    width: 30%;
    text-align: center;
}

.General-Information-children {
    border-radius: 2vw 2vw 0vw 0vw;
    width: 100%;
    height: 15vw;
    display: inline-block;
    overflow: hidden;
}

.General-Information-parent:nth-of-type(1), .General-Information-parent:nth-of-type(2) {
    margin-right: 5%;
}

.General-Information-img {
    width: 100%;
    height: 15vw;
    border-radius: 2vw 2vw 0vw 0vw;
}

.General-Information-text {
    background-color: green;
    border-radius: 0vw 0vw 2vw 2vw;
    line-height: 3vw;
}

.General-Information-parent a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 1.3vw;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
}

.rule-img {
    background-image: url(../images/lion.jpg);
    background-size: cover;
    
}

.park-map-img {
    background-image: url(../images/shimauma.jpg);
    background-size: cover;
}

.shop-img {
    background-image: url(../images/kapipara.jpg);
    background-size: cover;
}

.General-Information-parent a:hover .General-Information-text {
    background-color: yellowgreen;
    transition: 0.8s;
    color: #202020;
}

.General-Information-parent a:hover .General-Information-img {
    filter: brightness(60%);
    transition: 0.8s;
    transform: scale(1.2);

}





.footer1 {
    display: flex;
    padding: 5% 10%;
    background-color: rgb(218, 241, 218);
}

.footer1-parent-box1,
.footer1-parent-box2,
.footer1-parent-box3
{
    width: 30%;
}

.footer1-parent-box1 {
    margin-left: 10%;
    margin-right: 5%;
}

.footer1-parent-box3 {
    margin-right: auto;
    margin-left: 5%;
}

.footer1-children-box1 {
    font-size: 1.2vw;
    font-weight: 500;
    margin-bottom: 5%;
    color: green;
    
}

.footer1-children-box2 {
    font-size: 0.8vw;
    font-weight: 400;
    margin-bottom: 2%;
}

.footer1-children-box2 a {
    display: block;
    text-decoration: none;
    color: #303030;
    width: fit-content;
    border-bottom: 0.1vw solid transparent;
}

.footer1-children-box2 a:hover {
    color: #808080;
    border-bottom: 0.1vw solid #808080;
}



.footer2 {
    padding: 3% 1%;
    background-color: green;
}

.footer2-title h4 {
    text-align: center;
    font-size: 2.5vw;
    color: white;
}

.footer2-title p {
    text-align: center;
    margin-bottom: 2%;
    font-size: 1vw;
    color: white;
}

.sns-link {
    display: flex;
    width: 20.5vw;
    margin-left: auto;
    margin-right: auto;
}

.sns-link a {
    text-decoration: none;
    color: white;
}

.sns-x , .sns-facebook , .sns-instagram , .sns-youtube
{
    width: 4vw;
    text-align: center;
}

.sns-x-icon , .sns-facebook-icon , .sns-instagram-icon , .sns-youtube-icon
{
    width: 100%;
    height: 4vw;
}

.sns-x-icon {
    background-image: url(../images/x_icon.png);
    background-size: cover;
}

.sns-facebook-icon {
    background-image: url(../images/Facebook_icon.png);
    background-size: cover;
}

.sns-instagram-icon {
    background-image: url(../images/instagram_icon.png);
    background-size: cover;
}

.sns-youtube-icon {
    background-image: url(../images/youtube_icon.png);
    background-size: cover;
}

.sns-x , .sns-facebook , .sns-instagram  {
    margin-right: 1.5vw;
}

.sns-x-text , .sns-facebook-text , .sns-instagram-text , .sns-youtube-text
{
    line-height: 2vw;
    font-size: 0.8vw;
    text-align: center;
}

.sns-link a:hover {
    filter: brightness(80%);
}


.footer2-main {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 3%;
}

.footer2-name {
    font-size: 1.2vw;
    color: white;
    font-weight: 700;
    margin-bottom: 2%;
}

.footer2-address {
    font-size: 0.8vw;
    color: white;
    font-weight: 300;
    margin-bottom: 1%;
}

.footer2-name-link1 {
    font-size: 0.8vw;
    color: white;
    font-weight: 300;
    margin-bottom: 2%;
}

.footer2-name-link-mail {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0.1vw solid transparent;
}

.footer2-name-link1 img {
    display: block;
    width: 1.2vw;
    height: 1.2vw;
}

.footer2-name-link1 a {
    display: block;
    display: flex;
    text-decoration: none;
    color: white;
}

.footer2-name-link1 a p {
    margin-left: 0.5em;
}

.footer2-name-link-parent {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.footer2-name-link2 a {
    display: block;
    text-decoration: none;
    white-space: pre-wrap;
    color: white;
    font-size: 0.8vw;
    border-bottom: 0.1vw solid transparent;
}

.footer2-name-link2:nth-of-type(2) {
    border-left: 0.1vw solid white;
    border-right: 0.1vw solid white;
}

.footer2-name-link-mail:hover {
    border-bottom: 0.1vw solid white;
    width: fit-content;
    transition: 0.8s;
}

.footer2-name-link2:hover {
    border-bottom: 0.1vw solid white;
    width: fit-content;
    transition: 0.8s;
}