@charset "UTF-8";
body, h1, h2, h3, p, ul { margin: 0; padding: 0; }

html {
    scroll-behavior: smooth;
    font-size: 17px;
}
body {
    font-family: "Hiragino Mincho ProN", serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
    color: #222;
    padding-bottom: 80px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header {
    padding: 30px 25px;
    background-color: #fff;
    text-align: left;
}
header h1 {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    color: #d67a5b;
    margin-bottom: 5px;
}
header p {
    font-size: 0.9rem;
    color: #444;
    margin: 0;
}
.container {
    padding: 40px 20px;
}
.hero {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("../photo/hero-image_1.png") center/cover;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.btn-primary {
    background-color:#d67a5b;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 20px;
    display: inline-block;
    margin-top: 20px;
}
.bottom-nav {
    position: fixed;
    bottom: 20px;
    left: 74px;
    right: 74px;
    z-index: 100;
}
.bottom-nav a {
    display: block;
    background: #d67a5b;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    text-decoration: none;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.bottom-nav a.nav-tel {
    padding: 12px 0;
    line-height: 1.3;
}
.map-placeholder {
    background-color: transparent;
    border: none;
    height: auto;
    margin-top: 15px;
    overflow: hidden;
    border-radius: 8px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.map-placeholder iframe {
    vertical-align: middle;
    width: 100%;
    display: block;
}
.experience-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f9f4ef;
    padding-bottom: 10px;
}
.experience-header h3 {
    font-weight: bold;
}
.experience-main-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}
.experience-main-card h3 {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 1.2rem;
    color: #d67a5b;
    }
.experience-list {
    list-style: none;
    margin: 20px 0;
    font-size: 0.9rem;
}
.experience-list li {
    margin-bottom: 12px;
    padding-left: 10px;
    border-left: 3px solid #d67a5b;
}
#experience {
    scroll-margin-top: 60px; 
}
.reservation-note {
    background-color: #fdfaf5;
    padding: 15px;
    border-radius: 8px;
    font-size: 0.85rem;
    margin-top: 20px;
}
.price-badge {
    background-color: #fdfaf5;
    color: #d67a5b;
    padding: 4px 12px;
    border-radius: 15px;
    border: 1px solid #d67a5b;
    font-weight: bold;
    font-size: 0.9rem;
    white-space: nowrap;
}
.price-badge span {
    font-size: 0.7rem;
    margin-left: 3px;
}
.bus-info {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-top: 15px;
    border-radius: 8px;
    font-size: 0.9rem;
}
.bus-title {
    font-weight: bold;
    color: #d67a5b;
    margin-bottom: 8px;
    display: block;
}
.bus-info ul {
    list-style: none;
    padding-left: 0;
}
.bus-info li {
    margin-bottom: 5px;
    line-height: 1.4;
}
.bus-info li strong {
    color: #333;
}
.bus-info a {
    color: #d67a5b;
    text-decoration: none;
    font-size: 0.8rem;
    border-bottom: 1px dashed #d67a5b;
}
.bus-info a:hover {
    opacity: 0.7;
}
.sns-area {
    text-align: center;
    margin-top: 25px;
}

.sns-text {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 10px;
}
.btn-insta {
    display: inline-block;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.btn-insta:active {
    transform: scale(0.95);
}
.map-link {
    color: #d67a5b;
    font-weight: bold;
    font-size: 0.8rem;
    margin-bottom: 10px;
    display: inline-block;
    transition: opacity 0.3s;
}
.map-link:hover {
    opacity: 0.7;
    text-decoration: underline;
}
.small-text {
    font-size: 0.8rem;
}
.hero-content h2 {
    text-align: center;
}
