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


#menu05 {
	background-position: -720px -0px;
}

#system_container {
	text-align: center;
	position: relative;
	margin-top: 50px;
}


/*===========================
  googlemap
===========================*/
.map_ad {
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    margin-top: 30px;
}

#map {
	margin-top: 30px;
}
.map {
	padding: 30px 0;
}



.hotel_box {
    background: #fff;
    padding: 20px;
    min-height: 400px;
    margin-bottom: 30px;
}
.hotel_box h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.2;
}
.hotel_box h3 span {
    font-size: 16px;
    font-family: "Cormorant Garamond", serif;
    display: block;
    line-height: 1.2;
}
.hotelmap_txt {
    margin-bottom: 16px;
    line-height: 1.5;
}

* dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hotelmap_txt dt {
    font-size: 19px;
}
.hotelmap_txt dt span {
    color: #a20404;
}
* dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
*, *: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;
}
* 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: flex;
    justify-content: space-between;
}
#access_list li > div {
    width: calc(100% / 2 - 8px);
}
#access_list li .data h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
}
#access_list li .data h4 span {
    display: block;
    font-size: 14px;
    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: 100%;
}



















