@charset "utf-8";
/* 用紙サイズの指定（A4） */
@page {
  margin: 2.5mm;
  size: 297mm 420mm ; /* 横の場合はlandscape */
}
@media print {
  /* 全体設定 */
  body {
    -webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
    width: 1440px; /* 印刷時の全ページ幅を統一（px数値はお好みで） */
    zoom: 0.85; /* なるべく多くのブラウザで切れないようにするため */
  }
  /* 改ページをいれる場合 */
  section {
    page-break-before: always; /* 各セクションで改ページが行われるようにしています */
  }
  section + section.new-none:not(:root) {
    page-break-before: avoid; /* 特定のセクションでは改ページを入れない場合の指定 */
  }
  .new-page {
    page-break-before: always; /* 特定の場所で改ページを入れたいときの指定 */
  }
  .top {
    position: absolute;
    width: 1440px;
  }
  /* 各種ページの調整 */
  /* トップページ */
  .index_t {
    width: 27.5%;
    left: 36.25%;
    position: absolute;
  }
  .Content01 ul .float_r {
    width: 680px;
    margin-top: -75px;
    margin-right: -220px;
  }
  .Content03 .boxRe {
    break-before: page;
  }
  .Content03 .box .RImg,.Content03 .box .LImg {
    width: 626px;
    margin: 0 calc(626px - 720px);
  }
  .Content03 .box .BTxt {
    width: 468px;
  }
  .Content04 {
    position: relative;
  }
  .Content04 .float_r {
    position: absolute;
    width: 680px;
  }
  .Content05 .float_l {
    width: 791px;
  }
  .Content01,.Content03,.Content02,.Content03 .box,.Content04 .float_l {
    position: relative;
  }
  /* 装飾 */
  .slick-prev::before, .slick-next::before {
    display: none !important;
  }

  /* 福寿の湯とは */
  .Sisetsu01 {
    break-before: page;
  }

  /* 初めての方へ */
  .Beginner01 {
    position: relative;
  }
  .Beginner02 {
    position: relative;
  }

  /* 営業案内 */
  .Access03 {
    break-before: page;
  }

  /* お風呂 */
  .bath01 .box .BTxt,.bath02 .box .BTxt {
    width: 320px;
  }
  .bath02 {
    margin-top: 320px;
  }
  .bath02 > .box:nth-child(3) {
    margin-bottom: 300px;
    break-before: page;
  }

  /* サロン */
  .Relax01 ul .float_r {
    width: 606px;
    margin-right: -230px;
  }
  .Relax02 .box {
    position: relative;
  }
  .Relax02,.Relax03 {
    position: relative;
  }

  /* お食事 */
  .Tsurufuku01 ul .float_r {
    width: 606px;
    margin-right: -230px;
  }
  .Tsurufuku02,.Tsurufuku03,.Tsurufuku04,.Tsurufuku05,.Tsurufuku07 {
    position: relative;
  }
  .Tsurufuku02 .box {
    position: relative;
  }
  .Tsurufuku02 .boxA {
    break-after: page;
  }
  .Tsurufuku06 {
    break-before: page;
  }
}