@charset "UTF-8";
/* ========== 導入文 ========== */
#equipIntro {
  padding: 0;
  background-image: url("../img/equipment/bg_intro.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  #equipIntro .contents {
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 800px) {
      #equipIntro .contents {
        padding: 60px 0; } }
  #equipIntro .modBloc {
    padding: 80px 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7); }
    @media screen and (max-width: 800px) {
      #equipIntro .modBloc {
        padding: 60px 20px; } }
    #equipIntro .modBloc h2 {
      margin-bottom: 40px;
      letter-spacing: 0.05em;
      font-size: clamp(22px, 2.2vw, 28px);
      text-shadow: 0 1px 10px rgba(255, 255, 255, 0.7);
      font-family: "Noto Serif JP", serif; }
      @media screen and (max-width: 800px) {
        #equipIntro .modBloc h2 {
          margin-bottom: 20px; } }
    #equipIntro .modBloc p {
      line-height: 220%; }

/* ========== 設備紹介メイン ========== */
#equip01 {
  padding-top: 0; }

/* ===== 設備紹介サブ ===== */
#equip02 .flexWrap {
  gap: 40px; }
  @media screen and (max-width: 640px) {
    #equip02 .flexWrap {
      display: block; } }
  #equip02 .flexWrap table {
    width: 50%; }
    @media screen and (max-width: 640px) {
      #equip02 .flexWrap table {
        width: 100%; } }
    #equip02 .flexWrap table th {
      padding: 20px;
      border-bottom: 1px solid #133b7a; }
      @media screen and (max-width: 800px) {
        #equip02 .flexWrap table th {
          padding: 20px 10px; } }
      @media screen and (max-width: 640px) {
        #equip02 .flexWrap table th {
          padding: 10px; } }
    #equip02 .flexWrap table th:nth-of-type(1) {
      border-top: 1px solid #133b7a; }
      @media screen and (max-width: 640px) {
        #equip02 .flexWrap table th:nth-of-type(1) {
          border-top: none; } }
    #equip02 .flexWrap table td {
      padding: 20px;
      text-align: center;
      border-bottom: 1px solid #ccc; }
      @media screen and (max-width: 800px) {
        #equip02 .flexWrap table td {
          padding: 20px 10px; } }
      @media screen and (max-width: 640px) {
        #equip02 .flexWrap table td {
          padding: 10px; } }
    #equip02 .flexWrap table td:nth-of-type(1),
    #equip02 .flexWrap table td:nth-of-type(2) {
      border-top: 1px solid #ccc; }
      @media screen and (max-width: 640px) {
        #equip02 .flexWrap table td:nth-of-type(1),
        #equip02 .flexWrap table td:nth-of-type(2) {
          border-top: none; } }
