body.page-travelinfo .nav-right a[href="travelinfo.html"] {
    color: #00eef9;
}
.title {
    display: none;
}
h2 {
	color: #0361f9;
	font-size: 1.5rem;
	margin: 0 auto;
    font-weight: bold;
    border-bottom: 2px solid silver;
	text-align: center;
}
.travelinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: calc(100vh - 0px);
	margin: 0 auto;
	text-align: left;
	z-index: 0;
    max-width: 1000px;
}
.travelinfo-inner {
    width: 100%;
    max-width: 1000px;
	z-index: 3;
	position: relative;
	padding-top: 100px;
}
.travelinfo-title {
	font-size: clamp(1.5rem, 10vw, 2rem);
	font-weight: 700;
	max-width: 1000px;
	z-index: 3;
	position: relative;
    color: #5851ff;
    text-align: center;
}
.travelinfo-wrapper {
    display: block;
}
.access-dmestic-travel-wrapper {
    display: flex;
}
.access,
.domestic-travel,
.lodging,
.dining,
.map,
.share {
	z-index: 3;
	font-size: 20px;
    position: relative;
    gap: 20px;
    text-align: left;
    border-radius: 8px;
    padding: 30px 60px ;
    text-align: left;
    z-index: 3;
    background: #fdfdfd;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
	margin-top: 20px;

}
.access {
	flex: 5 1 0;
    padding: 30px 30px 30px 60px;

}
.access{
    margin-right :5px
}
.domestic-travel {
    margin-left :5px
}

.access-p-wrapper {
    display: flex;
    align-items: center;
}
.domestic-travel {
	flex: 4 1 0;
    padding: 30px 60px 30px 30px;
}
.domestic-travel-wrapper {
    display: fl;
    align-items: center;
}
.domestic-travel-links {
    display: flex;
    gap: 0;
    margin-top: 20px;;
    text-decoration: underline;
}
.domestic-travel-links p {
    margin: 0 0 0 10px;
}
.lodging-wrapper {
    display: flex;
}
.lodging-p-wrapper {
    display: flex;
    place-items: center;
	flex: 4 1 0;
}
.lodging-hotels {
    display: flex;
    flex-direction: column;
    flex: 5 1 0;
    padding: 10px;
}
.lodging-rusutsu,
.lodging-vale,
.lodging-westin {
    background-color: rgb(246, 246, 246);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}
.lodging-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.lodging-text p {
    font-size: 0.9rem;
    text-align: left;
    line-height:1;
}
.lodging img {
	max-width: 220px;
    aspect-ratio: 5/3;
	object-fit: cover;
	object-position: center;
    display: block;
    border-radius: 4px;
    box-shadow: 0 0 4px #ffffff;
}
.dining-wrapper {
    display: flex;
}
.dining-p-wrapper {
    flex: 1 1 0;
    display: flex;
    place-items: center;
}
.slider {
    flex: 1 1 0;
}
.slider {
    max-width: 600px;
    max-height: 360px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    aspect-ratio: 5/3;
    margin: 10px;
}

.slider-track {
    display: flex;
    transition: transform 2s ease-in-out;
    height: 100%;
}

.slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid;
}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slide figcaption {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    width: 100%;
    text-align: right;
    font-size: 0.8em;
    padding: 5px 10px;
}
.slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.2rem;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 8px 16px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.slide a:hover::after {
    opacity: 1;
}

.slide a img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.slide a:hover img {
    transform: scale(1.05);
    filter: brightness(70%);
}
.source-hidden {
    display: none;
}

.googlemap iframe {
       padding: 10px;
    }
.map {
    text-align: center;
    width : 100%;
}
@media (max-width: 900px) {
    .travel-info-inner {
        width: 100%;
        max-width: 1000px;
        z-index: 3;
        position: relative;
        padding-top: 50px;
    }
    .lodging-wrapper {
        display: block;
        place-items: center;
}
    .domestic-travel-links {
        justify-content: center;
}
}
@media (max-width: 800px) {
}
@media (max-width: 700px) {
    h2 {
        text-align: center;
    }
    .access,
    .domestic-travel,
    .lodging,
    .dining,
    .map {
        padding: 30px ;
        text-align: left;
    }
    .access-dmestic-travel-wrapper {
        display: block;
    }
    .wrapper-1 {
        display: block;
    }
    .lodging-links {
        display: block;
    }
    .dmestic-travel-wrapper,
    .lodging-links p {
        text-align:  center;
        margin-top: 1px;
    }
    .lodging-rusutsu,
    .lodging-vale,
    .lodging-westin {
        padding: 0;
        margin: 0;
    }
    .googlemap iframe {
        width: 90%;
        height: 400px;
        padding-left: 40px;
    }
}
    
@media (max-width: 460px) {
     .travelinfo {
        padding: 1rem 0.5rem 1rem 0.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        min-height: 100vh;    
        margin: 0 auto;
        text-align: center;
        z-index: 0;
    }
    .lodging-box {
        display: block;
    }
    .lodgingflex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        width: 100%;
    }
    .lodging-hotels {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .lodging-rusutsu,
    .lodging-vale,
    .lodging-westin {
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .lodging-links p {
        text-align:  center;
        margin-top: 10px;
    }
    .lodging img {
        margin: 0 auto;
    }
    .lodging h3 {
        margin-top: 5px;
    }
    .dining-wrapper {
        display: block;
    }
    .slide img {
        width: 100%;
        height: 100%;
        max-height: 360px;
        display: block;
    }
}

.lodging {
    font-family: sans-serif;
    color: #333;
    background-color: #fefefe;
    padding: 40px 0;
}

.lodging-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.lodging h2 {
    color: #004a99;
    border-bottom: 3px solid #004a99;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 2rem;
}

.venue-intro {
    background: #eef4fb;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.hotel-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 40px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.hotel-header {
    background: #f8f8f8;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hotel-header h3 {
    margin: 0;
    font-size: 1.2rem;
}

.hotel-header h3 a {
    color: #004a99;
    text-decoration: none;
}

.tag {
    font-size: 0.8rem;
    background: #004a99;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
}

.hotel-body {
    padding: 20px;
}

.desc {
    font-style: italic;
    color: #666;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.hotel-flex {
    display: flex;
    gap: 20px;
}

.hotel-details {
    flex: 1;
    font-size: 0.9rem;
}

.hotel-details p {
    margin: 8px 0;
}

.offer a {
    color: #d32f2f;
    font-weight: bold;
}

.hotel-img {
    width: 180px;
}

.hotel-img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.nearby-lodging {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px dashed #ccc;
}

.booking-links a,
.bus-option a,
.domestic-travel-links a {
    color: #004a99;
    font-weight: bold;
}


@media (max-width: 600px) {
    .hotel-flex {
        flex-direction: column-reverse;
    }
    .hotel-img {
        width: 100%;
    }
    .hotel-header {
        flex-direction: column;
        align-items: flex-start;
    }
}
    .hotel-header {
        flex-direction: column;
        align-items: flex-start;
    }


.form-button {
    display: inline-block;
    padding: 15px 30px;
    background: #0056b3;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
}

.share {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	z-index: 3;
	font-size: 20px;
    position: relative;
    gap: 20px;
    text-align: left;
    border-radius: 8px;
    padding: 30px 60px ;
    z-index: 3;
    background: #fdfdfd;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
	margin-top: 20px;
}