/* 印刷専用CSS */
@media print {
  /* 共通 */
  @page {
    margin-left: 0mm;
    margin-right: 0mm;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  body * {
    word-break: break-all!important;
  }
  h1 {
    font-size: 170% !important;
  }
  h2, .top-intro-txt .modelcase-title {
    font-size: 160% !important;
  }
  h3 {
    font-size: 145% !important;
  }
  h4 {
    font-size: 130% !important;
  }
  h5 {
    font-size: 120% !important;
  }
  p,td,th,li,span {
    font-size: 92% !important;
  }
  small {
    font-size: 75% !important;
  }
  .print_break, .btn {
    break-inside: avoid; /* コンテンツ内配置調整 */
  }
  /* header */
  .mv-outer .mv-title {
    font-size: 250% !important;
  }
  .mv-title span {
    font-size: 46% !important;
  }
  header, #header {
    position: absolute;
    top: -100px;
  }
  #header .box-outer {
    padding: 15px 25px;
  }
  #header .box-outer h1 {
    width: 8em;
  }
  #header .global-navi ul li {
    padding: 0 8px;
  }
  .concept_details h1, .top-intro-txt p {
    padding-bottom: 1rem;
  }
  .top-intro-txt p {
    line-height: 2rem;
  }
  .home .main_contents section {
    margin-top: -50px;
    padding-top: 50px;
  }
  .home .main_contents section .concept_details, .home .main_contents section .news_details, .home .main_contents section .reservation_details, .home .main_contents section .faq_details, .home .main_contents section .access_details {
    padding: 25px;
  }
  .top-intro-txt p small {
    padding-bottom: 1rem;
  }
  .modelcase-outer {
    flex-wrap: nowrap;
    padding: 0;
  }
  .reservation-contents {
    break-inside: avoid;
    margin: 30px 0;
  }
  .reservation_text {
    padding: 20px;
  }
  /* archives and singles */
  body.archive, body.news, body.activity, .single-box {
    background: none;
  }
  .single .news-head h2, .single .news-body h2 {
    font-size: 140% !important;
  }
  .single .news-body h3, #sidebar h2 {
    font-size: 130% !important;
  }
  .single .news-body h4 {
    font-size: 120% !important;
  }
  .single .news-body h5 {
    font-size: 110% !important;
  }
  .news-box > div:not(.btn) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-head, .news-body {
    padding-top: 25px;
  }
  .archive_item a {
    padding: 0;
  }
  .news_inner .news-contents {
    break-inside: avoid;
  }
  /* custom */

  /* pages */
  .page .main_contents h2 {
    break-inside: avoid; /* コンテンツ内配置調整 */
  }
  /* footer */
  #footer {
    page-break-before: always;
  }
  #glt-translate-trigger, #gotop {
    display: none !important;
  }





}
