/* Japanese typography and line-breaking adjustments for the Main Facilities page */
.facility_page_ja {
   font-family: "Pretendard JP", "Yu Gothic", "Meiryo", sans-serif;
}

.facility_page_ja .facility_dot_label,
.facility_page_ja .facility_visual_text p,
.facility_page_ja .pc_facility_section_head h2,
.facility_page_ja .pc_facility_section_head p,
.facility_page_ja .tab_mo_facility_title,
.facility_page_ja .tab_mo_facility_desc,
.facility_page_ja .tab_mo_facility_info,
.facility_page_ja .facility_hover_card_title,
.facility_page_ja .facility_hover_card_desc,
.facility_page_ja .facility_hover_card_info {
   line-break: strict;
   word-break: normal;
   overflow-wrap: break-word;
}

.facility_page_ja .pc_facility_section_head h2,
.facility_page_ja .tab_mo_facility_title,
.facility_page_ja .facility_hover_card_title {
   text-wrap: balance;
}

.facility_page_ja .pc_facility_section_head p,
.facility_page_ja .tab_mo_facility_desc,
.facility_page_ja .tab_mo_facility_info,
.facility_page_ja .facility_hover_card_desc,
.facility_page_ja .facility_hover_card_info {
   word-break: auto-phrase;
   text-wrap: pretty;
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
   .facility_page_ja .pc_facility_section_head h2 {
      font-size: clamp(50px, 4.9vw, 63px);
   }
}
