
@charset "shift_jis";
/* CSS Document */




.map_wra {
    overflow: hidden;
}
.map_route {
    position: relative;
    width: 90%;
    margin: 10px 5%;
}
.map_route img {
    width: 100%;
}
.map_no {
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-block;
    background: #ff0000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 130%;
    text-align: center;
    line-height: 1.5;
}
.map_route p{
    padding: 10px 0;
    line-height: 1.4;
}

/* map
-------------------------------*/
.map_img {
    margin: 5px 5%;
    display: flex;
}

.map_ad {
    color: #fff;
    line-height: 1.5;
    width: 90%;
    margin: 30px 5%;
}

.map {
	margin: 30px 0;
}

#google {
	margin: 30px auto;
	width: 60%;
}

.google_bt {
    padding: 0 20%;
}

#google input {
    width: 100%;
    border: 1px #292929 solid;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 2px 3px #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#580000));
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    background: -moz-linear-gradient(top, #ff0000, #580000);
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    background: -ms-linear-gradient(top, #ff0000, #580000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#45494d', endColorstr='#000', GradientType=0)";
    /* -webkit-box-shadow: 0 1px 1px #CCC; */
    text-align: center;
    display: block;
    height: 30px;
    cursor: pointer;
    overflow: hidden;
}

/*  hotel
---------------------------*/

.hotel_box {
        background: #fff;
        color: #000;
        min-height: 400px;
    margin-bottom: 30px;
        padding: 2rem 1rem;
    font-size: 62.5%; 
    }
.hotel_box h3 {
        font-size: 1.4rem;
    padding-bottom: 10px;
    }   
.hotel_box h3 span {
        font-size: 1.3rem;
    } 
.hotelmap_txt {
    margin-bottom: 16px;
    line-height: 1.5;
}

* dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
    .hotelmap_txt dt {
        font-size: 1.2rem;
    }
    .hotelmap_txt dd {
        font-size: 1.2rem;
    }
.hotelmap_txt dt span {
    color: #a20404;
}    
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hotel_box .mymap {
    margin-bottom: 48px;
}

.hotel_box .mymap iframe {
    width: 100%;
    height: 500px;
    border: none;
}
.hotel_box .map {
    padding: 0!important;
}
.hotel_box h3 span {
        font-size: 1.3rem;
    }
* ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#access_list li:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 28px;
    border-bottom: 1px solid #ddd;
}

#access_list li {
    display: block;
    justify-content: space-between;
}
#access_list li > div {
    width: 100%;
}
        #access_list li .data {
        margin-bottom: .8rem;
    }
#access_list li .data h4 {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    line-height: 1;
}
#access_list li .data h4 span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 10px 0 16px;
}
#access_list li .data img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}
#access_list li .map iframe {
    width: 100%;
    height: 28rem;
}














