@charset "utf-8";
:root{
    --text-color:#405A4B;
    --back-color:#FA0900;
}
#access__area{
    width: 100%;
    height: auto;
}
    .access__inner{
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding-top: 52px;
        padding-bottom: 72px;
        max-width: 1100px;
    }
        .access__container{
            width: 100%;
            height: auto;
            margin: 0 auto;
            max-width: 800px;
        }
            .access__title__wrap{
                padding-bottom: 40px;
                padding-top: 54px;
            }
            .access__contents{
                width: 100%;
                height: auto;
                padding: 15px 0;
                border-top: dotted 1px var(--text-color);
            }
            .access__contents:last-of-type{
                border-bottom: dotted 1px var(--text-color);
            }
                .access__contents__item{
                    width: 100%;
                    height: auto;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    align-items: center;
                }
                    .access__contents__title{
                        width: 19.22077922%;
                        font-size: 16px;
                        color: var(--text-color);
                        padding-left: 20px;
                    }
                    .access__contents__text{
                        width: 80.779220779%;
                        height: auto;
                        font-size: 16px;
                        color: var(--text-color);
                    }
#access__map__area{
    width: 100%;
    height: auto;
}
    .access__map__inner{
        width: 41.328125%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 74px;
    }
        .access__map{
            width: 100%;
            height: auto;
            padding-bottom: 40px;
        }
            .access__map iframe{
                width: 100%;
            }
        .access__landmark__container{
            width: 100%;
            height: auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }
            .access__landmark__contents{
                width: 100%;
                height: auto;
            }
                .access__landmark__image{
                    width: 80%;
                    height: auto;
                    margin: 0 auto;
                }
                    .access__landmark__image img{
                        width: 100%;
                        height: auto;
                    }
                    .access__landmark__image iframe{
                        width: 100%;
                        height: 450px;
                    }
                .access__landmark_text{
                    width: 50%;
                    font-size: 16px;
                    padding: 10px 0;
                    color: #fff;
                    background-color: var(--text-color);
                    border-radius: 9999px;
                    text-align: center;
                    letter-spacing: 0.1em;
                    margin: 10px auto 0 auto;
                }
#park__intro__area{
    width: 100%;
    height: auto;
}
    .park__intro__inner{
        width: 100%;
        height: auto;
        max-width: 1280px;
        margin: 0 auto;
    }
        .park__intro__contents{
            width: 100%;
            height: auto;
            position: relative;
            margin-bottom: 8.90625vw;
            max-width: 1100px;
        }
        .park__intro__contents_mid{
            width: 85.9375%;
            height: auto;
            margin: 0 auto 16.09375vw auto;
            position: relative;
        }
            .park__intro__image{
                width: 80%;
                height: auto;
                /* aspect-ratio: 2 / 1; */
                /* max-height: 500px; */
                overflow: hidden;
            }
        .park__intro__mid__item{
            width: 50%;
            height: auto;
        }
        .park__intro__mid__item__02{
            position: absolute;
            right: 0;
            bottom: -11.09375vw;
        }
            .park__intro__mid__image{
                width: 100%;
                height: auto;
            }
                .park__intro__mid__image img{
                    width: 100%;
                    height: auto;
                }
            .park__intro__mid__text{
                width: 100%;
                height: auto;
                font-size: 20px;
                color: #fff;
                background-color: rgba(64, 90, 75, 0.94);
                text-align: center;
                padding-top: 15px;
                padding-bottom: 16px;
            }
            .park__intro__contents_top .park__intro__image{
                margin: 0 auto 0 0;
            }
        
            .park__intro__contents_btm .park__intro__image{
                margin: 0 0 0 auto;
            }
            .park__intro__contents_btm{
                margin: 0 0 8.90625vw auto;
            }
                .park__intro__image img{
                    width: 100%;
                    height: auto;
                }
            .park__intro__detail{
                width: auto;
                font-size: 34px;
                color: #fff;
                background-color: rgba(64, 90, 75, 0.94);
                padding: 20px 60px;
                position: absolute;
            }
            .park__intro__detail__01{
                right: 6%;
                bottom: -10%;
            }
            .park__intro__detail__02{
                left: 6%;
                bottom: -10%;
            }
/* SP ================================================== */
@media all and (max-width:1279px){
    .access__map__inner{
        width: 60%;
    }
}
@media all and (max-width:820px){
    .park__intro__mid__text{
        font-size: 14px;
    }
    .park__intro__detail{
        font-size: 28px;
    }
}
/* SP ================================================== */
@media all and (max-width:768px){
    .access__inner{
        width: 87%;
        padding-top: 20px;
    }
        .access__landmark__contents{
            width: 80%;
        }
        .access__container{
            width: 100%;
        }
            .top__title{
                font-size: 23px;
            }
            .access__contents__title{
                width: 25%;
                font-size: 14px;
            }
            .access__contents__text{
                width: 70%;
                font-size: 14px;
            }
    .access__map__inner{
        width: 87%;
    }
        
        .access__landmark_text{
            width: 80%;
            font-size: 12px;
        }
        .park__intro__contents{
            margin-bottom: 100px;
        }
            .park__intro__detail{
                font-size: 15px;
            }
            .park__intro__mid__text{
                font-size: 8px;
            }
                .park__intro__image{
                    width: 85%;
                }
                .park__intro__detail__01{
                    right: 7%;
                    bottom: -30%;
                }
                .park__intro__detail__02{
                    left: 7%;
                    bottom: -30%;
                }
            
                .park__intro__contents_mid{
                    width: 90%;
                    margin: 0 auto 60px;
                }
                    .park__intro__mid__text{
                        font-size: 14px;
                        padding: 8px 0;
                    }
                .park__intro__mid__item{
                    width: 100%;
                }
                .park__intro__mid__item__02{
                    position: unset;
                    bottom: unset;
                    margin-top: 25px;
                }
            .access__landmark__contents{
                width: 100%;
            }
                .access__landmark__image{
                    width: 100%;
                    height: auto;
                    margin: 0 auto;
                }
}