@charset "utf-8";

/* =========================================================
   メインビジュアル画像
========================================================= */
.solution_hotelsystem_hojyokin_main_visual {
    text-align: center;
    margin-top: 20px;
}
.solution_hotelsystem_hojyokin_main_visual img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    vertical-align: bottom;
}

/* =========================================================
   共通レイアウト
========================================================= */
.solution_hotelsystem_hojyokin_section_v4 {
    margin: 60px 0;
}
.solution_hotelsystem_hojyokin_section_ttl_v4 {
    font-size: 28px;
    font-weight: bold;
    color: #035fb4;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}
.solution_hotelsystem_hojyokin_section_ttl_v4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #e57400;
}

/* =========================================================
   ヒーローセクション
========================================================= */
.solution_hotelsystem_hojyokin_hero_v4 {
    background-color: #f8fafc;
    padding: 60px 0 80px;
}
.solution_hotelsystem_hojyokin_hero_inner_v4 {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.solution_hotelsystem_hojyokin_hero_lead_v4 {
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 40px;
    color: #1e293b;
}
.solution_hotelsystem_hojyokin_attention_panel_v4 {
    background-color: #ffffff;
    padding: 30px 40px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 4px solid #d7000f;
    box-sizing: border-box;
}
.solution_hotelsystem_hojyokin_attention_badge_v4 {
    position: absolute;
    top: -20px;
    left: 30px;
    background-color: #d7000f;
    color: #ffffff;
    padding: 5px 25px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
}
.solution_hotelsystem_hojyokin_attention_main_v4 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 1.5;
}
.solution_hotelsystem_hojyokin_highlight_red_v4 {
    color: #d7000f;
    font-size: 42px;
    margin: 0 5px;
}
.solution_hotelsystem_hojyokin_attention_sub_v4 {
    font-size: 16px;
    margin: 0;
    color: #475569;
    font-weight: bold;
}

/* =========================================================
   事業の目的
========================================================= */
.solution_hotelsystem_hojyokin_purpose_box_v4 {
    background-color: #f1f5f9;
    border-left: 6px solid #035fb4;
    padding: 30px;
    font-size: 18px;
    line-height: 1.8;
    border-radius: 0 8px 8px 0;
    box-sizing: border-box;
}

/* =========================================================
   対象となる設備例
========================================================= */
.solution_hotelsystem_hojyokin_product_card_v4 {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.03);
    box-sizing: border-box;
}
.solution_hotelsystem_hojyokin_product_name_v4 {
    font-size: 24px;
    font-weight: bold;
    color: #0f172a;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 25px;
}
.solution_hotelsystem_hojyokin_product_flex_v4 {
    display: flex;
    gap: 40px;
    align-items: stretch;
}
.solution_hotelsystem_hojyokin_product_flex_v4.solution_hotelsystem_hojyokin_reverse_v4 {
    flex-direction: row-reverse;
}
.solution_hotelsystem_hojyokin_product_text_v4 {
    flex: 1.5;
    font-size: 16px;
    line-height: 1.8;
}
.solution_hotelsystem_hojyokin_product_img_v4 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.solution_hotelsystem_hojyokin_product_img_v4 img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    vertical-align: bottom;
}
.solution_hotelsystem_hojyokin_recommend_block_v4 {
    background-color: #fdf2f2;
    border: 1px solid #fee2e2;
    padding: 25px;
    margin-top: 25px;
    border-radius: 8px;
    box-sizing: border-box;
}
.solution_hotelsystem_hojyokin_recommend_tag_v4 {
    color: #d7000f;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 15px;
}
.solution_hotelsystem_hojyokin_product_link_v4 {
    color: #035fb4;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 17px;
}
.solution_hotelsystem_hojyokin_product_link_v4:hover {
    text-decoration: none;
}
.solution_hotelsystem_hojyokin_note_v4 {
    font-size: 13px;
    color: #64748b;
}
.solution_hotelsystem_hojyokin_center_txt_v4 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 0;
    color: #1e293b;
}

/* =========================================================
   補助率・スケジュール
========================================================= */
.solution_hotelsystem_hojyokin_bg_gray_v4 {
    background-color: #f8fafc;
    padding: 60px 20px;
    border-radius: 16px;
    box-sizing: border-box;
}
.solution_hotelsystem_hojyokin_spec_grid_v4 {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}
.solution_hotelsystem_hojyokin_spec_card_v4 {
    background-color: #ffffff;
    border: 2px solid #1e293b;
    padding: 30px;
    width: 260px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 6px 6px 0 #1e293b;
    box-sizing: border-box;
}
.solution_hotelsystem_hojyokin_spec_label_v4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #64748b;
}
.solution_hotelsystem_hojyokin_spec_value_v4 {
    font-size: 56px;
    font-weight: bold;
    color: #d7000f;
    margin: 0;
    line-height: 1;
}
.solution_hotelsystem_hojyokin_spec_value_v4 span {
    font-size: 20px;
    margin-left: 5px;
}

.solution_hotelsystem_hojyokin_schedule_box_v4 {
    max-width: 650px;
    margin: 0 auto 40px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
}
.solution_hotelsystem_hojyokin_schedule_row_v4 {
    display: flex;
    border-bottom: 1px solid #cbd5e1;
}
.solution_hotelsystem_hojyokin_schedule_row_v4:last-child {
    border-bottom: none;
}
.solution_hotelsystem_hojyokin_schedule_th_v4 {
    width: 40%;
    background-color: #f1f5f9;
    padding: 18px 25px;
    font-weight: bold;
    color: #334155;
    text-align: right;
    box-sizing: border-box;
}
.solution_hotelsystem_hojyokin_schedule_td_v4 {
    width: 60%;
    padding: 18px 25px;
    font-weight: bold;
    color: #0f172a;
    box-sizing: border-box;
}
.solution_hotelsystem_hojyokin_schedule_highlight_v4 .solution_hotelsystem_hojyokin_schedule_th_v4,
.solution_hotelsystem_hojyokin_schedule_highlight_v4 .solution_hotelsystem_hojyokin_schedule_td_v4 {
    background-color: #fff1f2;
    color: #d7000f;
}

.solution_hotelsystem_hojyokin_btn_wrap_v4 {
    text-align: center;
}
.solution_hotelsystem_hojyokin_official_btn_v4 {
    display: inline-block;
    background-color: #1e293b;
    color: #ffffff !important;
    padding: 18px 50px;
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 50px;
    font-size: 17px;
    transition: background-color 0.3s ease;
}
.solution_hotelsystem_hojyokin_official_btn_v4:hover {
    background-color: #334155;
}

/* =========================================================
   サポート案内セクション & オレンジボタン
========================================================= */
.solution_hotelsystem_hojyokin_support_panel_v4 {
    background: linear-gradient(135deg, #035fb4 0%, #0ea5e9 100%);
    color: #ffffff;
    padding: 60px 50px;
    text-align: center;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(3, 95, 180, 0.2);
    box-sizing: border-box;
}
.solution_hotelsystem_hojyokin_support_ttl_v4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #ffffff !important;
}
.solution_hotelsystem_hojyokin_support_txt_v4 {
    font-size: 19px;
    line-height: 1.8;
    margin: 0;
}
.solution_hotelsystem_hojyokin_support_btn_wrap_v4 {
    margin-top: 40px;
}
.solution_hotelsystem_hojyokin_contact_btn_orange_v4 {
    display: inline-block;
    background-color: #ff7500;
    color: #ffffff !important;
    padding: 20px 60px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none !important;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(255, 117, 0, 0.4);
    transition: all 0.3s ease;
}
.solution_hotelsystem_hojyokin_contact_btn_orange_v4:hover {
    background-color: #e56900;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 117, 0, 0.5);
}

/* =========================================================
   レスポンシブ (スマホ対応)
========================================================= */
@media only screen and (max-width: 767px) {
    .solution_hotelsystem_hojyokin_hero_lead_v4 { font-size: 18px; }
    .solution_hotelsystem_hojyokin_attention_panel_v4 { padding: 30px 20px; border-width: 3px; }
    .solution_hotelsystem_hojyokin_attention_main_v4 { font-size: 17px; }
    .solution_hotelsystem_hojyokin_highlight_red_v4 { font-size: 30px; }
    .solution_hotelsystem_hojyokin_section_ttl_v4 { font-size: 22px; }
    
    .solution_hotelsystem_hojyokin_product_card_v4 { padding: 25px 20px; }
    .solution_hotelsystem_hojyokin_product_name_v4 { font-size: 20px; }
    .solution_hotelsystem_hojyokin_product_flex_v4,
    .solution_hotelsystem_hojyokin_product_flex_v4.solution_hotelsystem_hojyokin_reverse_v4 {
        flex-direction: column;
        gap: 25px;
    }
    
    .solution_hotelsystem_hojyokin_spec_grid_v4 { flex-direction: column; align-items: center; }
    .solution_hotelsystem_hojyokin_spec_card_v4 { width: 100%; max-width: 300px; }
    
    .solution_hotelsystem_hojyokin_schedule_row_v4 { flex-direction: column; }
    .solution_hotelsystem_hojyokin_schedule_th_v4 { width: 100%; text-align: left; padding: 12px 15px; }
    .solution_hotelsystem_hojyokin_schedule_td_v4 { width: 100%; padding: 12px 15px; }
    
    .solution_hotelsystem_hojyokin_support_panel_v4 { padding: 40px 20px; }
    .solution_hotelsystem_hojyokin_support_ttl_v4 { font-size: 20px; }
    .solution_hotelsystem_hojyokin_support_txt_v4 { font-size: 15px; }
    .solution_hotelsystem_hojyokin_contact_btn_orange_v4 { 
        font-size: 18px; 
        padding: 15px 20px; 
        width: 100%; 
        box-sizing: border-box; 
    }
}