/* Hair Works天 予約サイト - コンポーネントスタイル */

/* 店舗情報 */
.shop-info {
    background: #1a2a42;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #ff8c42;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.shop-logo {
    text-align: center;
    margin-bottom: 15px;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-logo-image {
    max-width: none;
    height: 400px;
    width: auto;
    object-fit: contain;
    object-position: center;
}

.shop-subtitle {
    font-size: 16px;
    color: #ff8c42;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.shop-catchphrase {
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    background: rgba(255, 140, 66, 0.1);
    border-radius: 8px;
    border: 1px solid #ff8c42;
}

.shop-address {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
}

/* まつかるセクション */
.matsukaru-info {
    background: #1a2a42;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #ff8c42;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.matsukaru-logo {
    margin-bottom: 20px;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.matsukaru-logo-image {
    max-width: none;
    height: 100px;
    width: auto;
    object-fit: contain;
    object-position: center;
}

.matsukaru-reservation-button {
    display: block;
    background: #ff8c42;
    color: #0a1628;
    padding: 15px 25px;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    transition: background-color 0.2s ease;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.matsukaru-reservation-button:hover {
    background: #e67a35;
}

/* 重要なお知らせ */
.important-notices {
    background: #1a2a42;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #ff8c42;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.notice-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.notice-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    background: rgba(255, 140, 66, 0.05);
    border-radius: 8px;
    border-left: 3px solid #ff8c42;
}

.notice-icon {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.notice-text {
    color: #ffffff;
    line-height: 1.6;
    font-size: 14px;
}

/* 営業時間 */
.business-hours {
    background: #1a2a42;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #ff8c42;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hours-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #243552;
    border-radius: 8px;
    border-left: 4px solid #ff8c42;
}

.hours-item.weekend {
    border-left-color: #4CAF50;
    background: rgba(76, 175, 80, 0.1);
}

.hours-item.holiday {
    border-left-color: #FF9800;
    background: rgba(255, 152, 0, 0.1);
}

.day-label {
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
}

.time-value {
    color: #ff8c42;
    font-weight: bold;
    font-size: 15px;
}

.hours-item.weekend .time-value {
    color: #4CAF50;
}

.hours-item.holiday .time-value {
    color: #FF9800;
}

/* アクセス情報 */
.access-info {
    background: #1a2a42;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #ff8c42;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.access-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.access-section {
    padding: 15px;
    background: rgba(255, 140, 66, 0.05);
    border-radius: 8px;
    border-left: 3px solid #ff8c42;
}

.access-subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #ff8c42;
    margin-bottom: 10px;
}

.access-text {
    color: #ffffff;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.navigation-note {
    margin-top: 15px;
    padding: 12px;
    background: rgba(255, 140, 66, 0.1);
    border-radius: 6px;
    border: 1px solid rgba(255, 140, 66, 0.3);
}

.note-title {
    font-weight: bold;
    color: #ff8c42;
    margin-bottom: 5px;
    font-size: 13px;
}

.note-text {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
}

.parking-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.1), rgba(76, 175, 80, 0.05));
    border-radius: 8px;
    border: 2px solid #4CAF50;
}

.parking-icon {
    font-size: 20px;
}

.parking-text {
    color: #4CAF50;
    font-weight: bold;
    font-size: 16px;
}

/* ボタン共通スタイル */
.reservation-button,
.select-button,
.next-button,
.confirm-button,
.back-button,
.add-companion-button {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 25px;
    transition: all 0.2s ease;
    min-height: 44px;
    border: none;
}

.reservation-button {
    display: block;
    background: #ff8c42;
    color: #0a1628;
    padding: 15px 25px;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    transition: background-color 0.2s ease;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

.reservation-button:hover {
    background: #e67a35;
}

/* メイン予約ボタン */
.main-reservation-section {
    text-align: center;
    margin: 40px 0;
}

.main-reservation-button {
    background: linear-gradient(135deg, #ff8c42, #e67a35);
    color: #ffffff;
    border: none;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(255, 140, 66, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 60px;
    max-width: 300px;
    margin: 0 auto;
}

.main-reservation-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 140, 66, 0.4);
    background: linear-gradient(135deg, #e67a35, #d66a25);
}

.button-icon {
    font-size: 20px;
}

.button-text {
    font-size: 16px;
}

.button-arrow {
    font-size: 18px;
    transition: transform 0.2s ease;
}

.main-reservation-button:hover .button-arrow {
    transform: translateX(3px);
}

.select-button {
    background: #ff8c42;
    color: #0a1628;
    padding: 15px 35px;
    width: 100%;
    margin-top: 15px;
}

.select-button:hover,
.select-button:focus {
    background: #e67a35;
    outline: 2px solid #ff8c42;
    outline-offset: 2px;
}

.next-button {
    background: #ff8c42;
    color: #0a1628;
    padding: 18px 35px;
    width: 100%;
    margin-top: 25px;
    display: none;
}

.next-button.show {
    display: block;
}

.next-button:hover,
.next-button:focus {
    background: #e67a35;
    outline: 2px solid #ff8c42;
    outline-offset: 2px;
}

.back-button {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 15px 25px;
    width: 48%;
}

.back-button:hover,
.back-button:focus {
    background: #ffffff;
    color: #0a1628;
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.confirm-button {
    background: #ff8c42;
    color: #0a1628;
    padding: 15px 25px;
    border: none;
    width: 48%;
}

.confirm-button:hover,
.confirm-button:focus {
    background: #e67a35;
    outline: 2px solid #ff8c42;
    outline-offset: 2px;
}

.add-companion-button {
    background: transparent;
    color: #ff8c42;
    border: 2px solid #ff8c42;
    padding: 15px 25px;
    width: 100%;
    margin-bottom: 25px;
}

.add-companion-button:hover,
.add-companion-button:focus {
    background: #ff8c42;
    color: #0a1628;
    outline: 2px solid #ff8c42;
    outline-offset: 2px;
}

.button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    gap: 4%;
    box-sizing: border-box;
}
