@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/

.lamar {
font-family: "lamar-pen", sans-serif;
font-weight: 400;
font-style: normal;
}

.parallax-section {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 600px) {
  .l-content__inner {
    margin-bottom: 0px;
  }
}


.time-table {
  border: 1px solid #ddd;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  margin-bottom: 20px;
width: 100%;
}

.time-table th, .time-table td {
  padding: 15px 5px;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1;
  font-weight: normal;
}

.time-table th:last-child, .time-table td:last-child {
  border-right: none;
}

.time-table tr:last-child th, .time-table tr:last-child td {
  border-bottom: none;
}

.time-table th {
  background: #F091A0;
  color: #fff;
}

.time-table th.bg01 {
  background: #fff;
  color: #333;
}

.time-table th:first-child {
  width: 33%;
}

.time-table th:last-child {
  width: 12%;
}

.time-table td {
  width: calc(55% / 6);
}

.time-table.f-time-table th {
  background: #FEF4F5;
  color: #F091A0;
}

.time-table.f-time-table th.bg01 {
  background: #fff;
  color: #333;
}

.time-table.wide th:first-child {
  width: 25%;
}

.time-table.wide th:last-child {
  width: 10%;
}

.dl-time {
  font-size: 12px;
  line-height: 1;
}

.dl-time dt {
  padding: 5px 10px;
  clear: both;
  float: left;
  border-radius: 3px;
  border: 1px solid #50687B;
  margin-right: 10px;
}

.dl-time dd {
  padding: 5px 0;
}

.dl-time.white {
  color: #fff;
}

.dl-time.white dt {
  border: 1px solid #fff;
}
