@charset "utf-8";

/* ======================================================
 * hours.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - hours-tabele
====================================================== */
  section{
    padding: 0;
  }
@media print, screen and (min-width: 768px) {
/* ------------------------------------------------------
   * Heading
  ------------------------------------------------------ */
  .pageHead{
    background-color: #333333;
  }
  .pageHead .heading-lv1{
    display: -webkit-flex;
    display:flex;
    -webkit-flex-direction:column;
    flex-direction:column; 
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    min-width: 1020px;
    height: 160px;
    margin: 0 auto;
    color: #ffffff;
  }
  .pageHead .heading-lv1 .heading_title {
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
  }
  .pageHead .heading-lv1 .heading_subtitle {
    margin-top: 12px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
  }
  
/* ------------------------------------------------------
 * General Purpose
------------------------------------------------------ */
  /*-----.table-layout.table_colmun-2-----*/
  .table-layout.table_colmun-2{
    margin-top: 0;
  }
  .table-layout.table_colmun-2 .table_unit{
    border: none;
  }
  .table-layout.table_colmun-2 colgroup{
    display: none;
  }
  .table-layout.table_colmun-2 tbody{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .table-layout.table_colmun-2 tr{
    display: block;
    width: 490px;
    margin-left: 40px;
    border-top: 1px solid #d9d9d9;
  }
  .table-layout.table_colmun-2 tr:nth-of-type(2n+1){
    margin-left: 0;
  }
  .table-layout.table_colmun-2 tr:nth-of-type(n+3){
     border-top: none;
  }
  .table-layout.table_colmun-2 th,
  .table-layout.table_colmun-2 td{
    padding: 15px 20px;
    font-weight: normal;
  }
  .table-layout.table_colmun-2 th{
    width: 188px;
  }
  .table-layout.table_colmun-2 td{
    width: 302px;
  }
  
  /*------.box_layout-v1------*/
  .box_layout-v1{
    margin-top: 30px;
    border: 1px solid #dddddd;
    padding: 15px;
  }
  .box_layout-v1 .text-lead{
    font-size: 1.8rem;
    font-weight: bold;
    color: #007a8a;
  }
  .box_layout-v1 .link-text {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Heading
  ------------------------------------------------------ */
  .menu-column{
    margin-top: 50px;
  }
  .pageHead{
    background-color: #333333;
  }
  .pageHead .heading-lv1{
    display: -webkit-flex;
    display:flex;
    -webkit-flex-direction:column;
    flex-direction:column; 
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    min-height: 90px;
    margin: 0 auto;
    padding: 24px 0;
    color: #ffffff;
  }
  .pageHead .heading-lv1 .heading_title {
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
  }
  .pageHead .heading-lv1 .heading_subtitle {
    margin-top: 6px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
  }

/* ------------------------------------------------------
 * General Purpose
------------------------------------------------------ */
/*-----.table-layout.table_colmun-2-----*/
  .table-layout.table_colmun-2{
    margin-top: 0;
  }
  .table-layout.table_colmun-2 th,
  .table-layout.table_colmun-2 td{
    font-weight: normal;
    font-size: 1.4rem;
  }

  /*------.box_layout-v1------*/
  .box_layout-v1{
    margin-top: 30px;
    border: 1px solid #dddddd;
    padding: 15px;
  }
  .box_layout-v1 .text-lead{
    font-size: 1.5rem;
    font-weight: bold;
    color: #007a8a;
  }
  .box_layout-v1 .link-text {
    margin-top: 0;
  }

}