.top{
font-size: 12px;
}

.top-title{
    padding-top: 17vw;
    width: 100%;
}
.top-title img{
    width: 50vw;
}
.title-img{
    margin: 0 auto;
    text-align: center;
}
.top-title p{
    text-align: center;
    line-height: 1.5;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
}
.top-images{
    margin-top: 10%;
}
.top-images ul{
    display: flex;
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}
.top-images ul li{
    width: 30%;
    list-style: none;
}
.top-images ul li img{
    width: 100%;
}
.concept-wrap{
    margin: 150px 100px;
}
.concept{
    border: solid 1px #DA1519;
    padding: 50px;
}
.concept-title{
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
}
.concept-l{
    width: 180px;
}
.concept-title h2{
    width: 100%;
}
.concept-title h2 img{
    width: 100%;
}
.concept-title p{
    font-size: 12px;
    padding-bottom: 3%;
}
.concept-r{
    width: 300px;
}
.concept-contents{
    display: flex;
        width: 100%;
        align-content: center;
    margin: 100px 0 80px;
    justify-content: flex-start;
}
.concept-contents_l img{
    width: 80%;
}
.concept-contents_l{
    width: 50%;
    text-align: center;
    margin: auto 0;
}
.concept-contents_r{
    margin-top: 5%;
}
.concept-contents_r p{
padding-bottom: 5%;
}
.concept-contents_r a{
    padding-bottom: 5%;
    display: flex;
    font-size: 12px;
        justify-content: center;
        margin: 5% auto 0;
        width: 80px;
        padding: 2% 3%;
        color: #DA1519;
        border: #DA1519 1px solid;
    }
    .concept-contents_r a:hover{
        color: #fff;
        background-color: #DA1519;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
        }
.reservation-wrap{
    height: 100vh;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reservation-wrap a{
    display: flex;
        align-items: center;
        justify-content: center;
}
.reservation-l{
    width: 20%;
}
.reservation-l img{
    width: 100%;
}
.reservation-r{
    width: 38%;
    margin-left: -45px;
}
.reservation-r img{
    width: 100%;
    margin-top: 5%;
    transform: scale(1);
    transition: .3s ease-in-out;
}

.reservation-r img:hover {
    transform: scale(0.9);
    opacity: 0.9;
    color: #fff;
}
.news-wrap{
    margin: 100px;
}
.news-h2{
    display: flex;
        align-items: flex-end;
        padding-left: 5%;
}
.news-l {
    width: 150px;
}
.news-h2 h2 img {
    width: 100%;
}
.news-h2 p {
    font-size: 12px;
    padding-bottom: 4%;
}
.news-contents{
    padding-top: 5%;
}
.news-contents ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.news-contents ul li{
    list-style: none;
    width: 92%;
    margin-bottom: 3%;
    padding: 4%;
    border: 1px solid;
    border-radius: 150px;
    display: flex;
    align-items: center;
}
.news-contents ul li:last-child{
    margin-bottom: 0;
}
.news-contents ul li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #DA1519;
}
.news-contents ul li p{
    padding-left: 80px;
    width: 100%;
}
.news-contents a{
    width: 100%;
    margin-bottom: 3%;
    color: #DA1519;

}
.news-contents ul li:hover{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff!important;
    background-color: #DA1519;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.news-more{
    padding-bottom: 5%;
    display: flex;
    font-size: 12px;
        justify-content: center;
        margin: 5% auto 0;
        width: 80px!important;
        padding: 1% 1.5%;
        color: #DA1519;
        border: #DA1519 1px solid;
    }
    .news-more:hover{
        color: #fff;
        background-color: #DA1519;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
        }

        .point-wrap{
            margin: 150px 100px;
        }
        .point{
            border: solid 1px #DA1519;
            padding: 50px;
            margin-top: 50px;
        }
        .point-title{
            width: 100%;
            display: flex;
            align-items: flex-end;
            flex-direction: row;
        }
        .point-l{
            width: 110px;
        }
        .point-title h2{
            width: 100%;
        }
        .point-title h2 img{
            width: 100%;
        }
        .point-title p{
            font-size: 12px;
    padding-bottom: 15%;
    padding-left: 25%;
    width: 100%;
        }
        .point-contents{
            display: flex;
                width: 100%;
                align-content: center;
            margin: 100px 0 80px;
            justify-content: flex-start;
        }
        .point-contents_l img{
            width: 28%;
        }
        .point-contents_l{
            width: 32%;
            text-align: center;
            margin: auto 0;
        }
        .point-contents_r{
            margin-top: 5%;
        }
        .point-contents_r p{
        padding-bottom: 5%;
        line-height: 1.7;
        }

.point-contents2{
    display: flex;
                width: 100%;
                align-content: center;
            margin: 100px 0 80px;
            justify-content: space-evenly;
}
.point-contents_l2 img{
    width: 50%;
}
.point-contents_l2{
    width: 35%;
    text-align: center;
    margin: auto 0;
}
.point-l2{
    width: 248px;
}
.point-l2 img{
    width: 100%;
}
.point-title2{
    width: 100%;
            display: flex;
            align-items: flex-end;
            flex-direction: row;
}
.point-title2 p {
    padding-bottom: 12%;
    padding-left: 15%;
    width: 100%;
}

.point-contents3{
    display: flex;
                width: 100%;
                align-content: center;
            margin: 100px 0 80px;
            justify-content: space-between;
            justify-content: space-evenly;
}
.point-contents_l3 img{
    width: 50%;
}
.point-contents_l3{
    width: 35%;
    text-align: center;
    margin: auto 0;
}
.point-l3{
    width: 248px;
}
.point-l3 img{
    width: 100%;
}
.point-title3{
    width: 100%;
            display: flex;
            align-items: flex-end;
            flex-direction: row;
}
.point-title3 p {
    padding-bottom: 12%;
    padding-left: 15%;
    width: 100%;
}

.point-contents4{
    display: flex;
                width: 100%;
                align-content: center;
            margin: 100px 0 80px;
            justify-content: space-around;
}
.point-contents_l4 img{
    width: 50%;
}
.point-contents_l4{
    width: 35%;
    text-align: center;
    margin: auto 0;
}
.point-l4{
    width: 415px;
}
.point-l4 img{
    width: 100%;
}
.point-title4{
    width: 100%;
            display: flex;
            align-items: flex-end;
            flex-direction: row;
}
.point-title4 p {
    padding-bottom: 12%;
    padding-left: 15%;
    width: 100%;
}

.access{
    margin: 100px;
    font-size: 12px;
}
.access_contents-wrap{
    margin: 10% 0 0 0;
    display: flex;
    flex-direction: row;
}
.map{
    width: 50%;
}
.access_contents{
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    line-height: 1.5;
    width: 50%;
}
.access_contents a{
    color: #DA1519;
    width: 80%;
    border: 1px solid;
    border-radius: 200px;
    padding: 20px 40px;
}

.access_contents-detail{
    display: flex;
    width: 80%;
    padding: 20px 40px;
    border: 1px solid;
    border-radius: 200px;
}
.access_contents-detail2{
    display: flex;
}
.hover:hover{
    color: #fff;
    background-color: #DA1519;
}

.left{
    width: 25%;
}
.right{
    width: 70%;
}
#map-grayscale {
    filter: grayscale(100%);//白黒に変換
}

@media(max-width:959px){
    .body p{
line-height: 1.7;
    }
    .top-title {
        padding-top: 50vw;
        width: 100%;
    }
    .top-title img {
        width: 70vw;
    }
    .top-title p {
        text-align: center;
        line-height: 1.5;
        margin-top: 10px;
        font-size: 10px;
        font-weight: 500;
        padding: 3% 20%;
    }
    .top-images ul {
        width: 87%;
    }
    .concept-wrap {
        margin: 120px 30px;
    }
    .concept {
        border: solid 1px #DA1519;
        padding: 20px;
    }
    .concept-title {
        width: 100%;
        display: flex
    ;
        align-items: flex-start;
        flex-direction: column;
    }
    .concept-contents {
        display: flex
    ;
        width: 100%;
        align-content: center;
        margin: 50px 0 30px;
        justify-content: flex-start;
        flex-direction: column;
    }
    .concept-contents_l {
        width: 100%;
        text-align: center;
        margin: 0 auto 30px;
    }
    .reservation-wrap {
        height: 70vh;
        margin: 0 auto;
        display: flex
    ;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .reservation-l {
        width: 50%;
    }
    .reservation-r {
        width: 50%;
        margin-left: 0;
    }
    .news-wrap {
        margin: 120px 30px;
    }
    .news-h2 {
        display: flex
    ;
        align-items: flex-start;
        padding-left: 5%;
        flex-direction: column;
    }
    .news-contents ul li {
        list-style: none;
        margin-bottom: 3%;
        padding: 4% 4% 4% 5%;
        border: 1px solid;
        border-radius: 150px;
        display: flex
    ;
        align-items: flex-start;
        flex-direction: column;
    }
    .news-contents ul li p {
        padding-left: 0;
        padding-top: 0;
        width: 100%;
    }
    .point-wrap {
        margin: 120px 30px;
    }
    .point {
        border: solid 1px #DA1519;
        padding: 20px;
        margin-top: 50px;
    }
    .point-title {
        width: 100%;
        display: flex
    ;
        align-items: flex-start;
        flex-direction: column;
    }
    .point-title p {
        padding-left: 0;
    }
    .point-contents {
        display: flex
    ;
        width: 100%;
        align-content: center;
        margin: 50px 0 0px;
        justify-content: space-between;
        flex-direction: column;
    }
    .point-contents_l {
        width: 70%;
        text-align: center;
        margin: 0 auto 50px;
    }
    .point-title2 {
        width: 100%;
        display: flex
    ;
        align-items: flex-start;
        flex-direction: column;
    }
    .point-title2 p {
        padding-bottom: 12%;
        padding-left: 0%;
        width: 100%;
    }
    .point-contents2 {
        display: flex
    ;
        width: 100%;
        align-content: center;
        margin: 50px 0 0px;
        justify-content: space-evenly;
        flex-direction: column-reverse;
    }
    .point-contents_l2 {
        width: 70%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .point-title3 {
        width: 100%;
        display: flex
    ;
        align-items: flex-start;
        flex-direction: column;
    }
    .point-title3 p {
        padding-bottom: 12%;
        padding-left: 0%;
        width: 100%;
    }
    .point-contents3 {
        display: flex
    ;
        width: 100%;
        align-content: center;
        margin: 50px 0 0px;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
    }
    .point-contents_l3 {
        width: 70%;
        text-align: center;
        margin-bottom: 50px;
    }
    .point-title4 {
        width: 100%;
        display: flex
    ;
        align-items: flex-start;
        flex-direction: column;
    }
    .point-l4 {
        width: 100%;
    }
    .point-l4 img {
        width: 100%;
    }
    .point-title4 p {
        padding-bottom: 12%;
        padding-left: 0;
        width: 100%;
    }
    .point-contents4 {
        display: flex
    ;
        width: 100%;
        align-content: center;
        margin: 50px 0 0px;
        justify-content: space-around;
        flex-direction: column-reverse;
        align-items: center;
    }
    .point-contents_l4 {
        width: 70%;
        margin-bottom: 50px;
        text-align: center;
    }
    .access {
        margin: 100px 30px;
        font-size: 12px;
    }
    .access-h2 {
        display: flex
    ;
        align-items: flex-start;
        padding-left: 5%;
        flex-direction: column;
    }
    .access_contents-wrap {
        margin: 10% 0 0 0;
        display: flex
    ;
        flex-direction: column;
        align-items: center;
    }
    #map-grayscale {
        filter: grayscale(100%);
        width: 100%;
    }
    .access_contents {
        padding-left: 0;
        display: flex
    ;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        line-height: 1.5;
        width: 100%;
        margin-top: 5%;
    }
    .access_contents-detail {
        display: flex
    ;
        width: 78%;
        padding: 20px 30px;
        border: 1px solid;
        border-radius: 200px;
        margin-bottom: 5%;
    }
    .access_contents a {
        color: #DA1519;
        width: 70%;
        margin-bottom: 5%;
    }
}