@charset "utf-8";

/* ---------------------------------------------------
   File: facilities.css
   Version: 1.0.0
   Update: 2025-05-20
   Author: https://flowlab.co.jp

   (c)2007-2025 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* =======================================================================================================================

   WIDE DESKTOP LAYOUT

======================================================================================================================= */

/* ====================================================
		Common
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#contents article {
  max-width: 1100px;
  padding-top: 160px;
  margin: 0 auto;
}
#contents article .flex div {
  width: 63%;
  line-height: 2.4;
}
#contents article .flex div small {
  font-size: 0.9em;
  padding-top: 10px;
}
  

/* -------------------------------
		Photo
------------------------------- */
#contents article .photo {
  padding-bottom: 70px;
}

/* -------------------------------
		Title
------------------------------- */
#contents article h2 {
  width: 36%;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: .1em;
}

/* -------------------------------
		Table
------------------------------- */
#contents article .tableBox {
  display: inline;
  width: 100%;
}
#contents article table {
  width: 100%;
  margin-top: 40px;
}
#contents article table th,
#contents article table td {
  font-weight: 400;
  padding: 10px 2%;
}

/* Thead */
#contents article table thead th {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  background: #109519;
}
#contents article table thead th:first-child {
  width: 40%;
  border-radius: 4px 0 0 4px;
}
#contents article table thead th:nth-child(2) {
  width: 28%;
}
#contents article table thead th:last-child {
  width: 32%;
  border-radius: 0 4px 4px 0;
}

/* Tbody */
#contents article table tbody th,
#contents article table tbody td {
  letter-spacing: .05em;
  line-height: 1.6;
  border-bottom: 1px solid #eaeaea;
  vertical-align: top;
  padding: 25px 2%;
  overflow-wrap: break-word;
}





/* =======================================================================================================================

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  /* ====================================================
      Common
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents article {
    width: calc(100% - 20px);
    padding: 160px 10px 0;
  }
  #contents article .flex {
    padding: 0 4%;
  }
    
  
}




/* =======================================================================================================================

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Common
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents article {
    width: calc(100% - 40px);
    padding-top: 60px;
  }
  #contents article .flex {
    width: 100%;
    margin: 0 auto;
  }
  #contents article .flex div {
    width: 100%;
    line-height: 2;
  }
  
  /* -------------------------------
      Photo
  ------------------------------- */
  #contents article .photo {
    padding-bottom: 20px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #contents article h2 {
    width: 100%;
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #contents article p {
    letter-spacing: 0;
  }
  
  
  /* -------------------------------
      Table
  ------------------------------- */
  #contents article .tableBox {
    width: 100%;
    display: inline-block;
    overflow-x: scroll;
  }
  
  /* Attention */
  #contents article .tableBox small {
    font-size: 1.1rem;
    letter-spacing: 0;
    display: block;
    padding-top: 10px;
  }
  
  /* Table */
  #contents article table {
    width: 500px;
    margin-top: 15px;
  }
  #contents article table th,
  #contents article table td {
    padding: 6px 2%;
  }
  
  /* Thead */
  #contents article table thead th {
    font-size: 1.2rem;
  }
  
  /* Tbody */
  #contents article table tbody th,
  #contents article table tbody td {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 10px 1%;
  }
  
  
  
}