@charset "UTF-8";

/* ==========================================================
 detail page
========================================================== */
/* box-content-cmn-02
---------------------------------------------------------- */
.box-content-cmn-02 .dl-cmn-01 .title, 
.box-content-cmn-02 .dl-cmn-01 .detail{
  font-size: 16px;
  padding: 20px 0;
}
.box-content-cmn-02 .dl-cmn-01 .title { width: 13.66667%; }
.box-content-cmn-02 .dl-cmn-01 .detail { width: 86.33333%; }
@media screen and (max-width: 767px){
  .box-content-cmn-02 .dl-cmn-01 .title { width: 20%; }
  .box-content-cmn-02 .dl-cmn-01 .detail { width: 80%; }
}
.sec-cmn-03 .inner .box-content-cmn-02 .ttl-cmn-04 {
  font-size: 18px;
  font-weight: normal;
  margin: 95px 0 20px;
}
@media screen and (max-width: 767px){
  .sec-cmn-03 .inner .box-content-cmn-02 .ttl-cmn-04 {
    font-size: 16px;
    font-weight: normal;
    margin: 40px 0 20px;
  }
}
.box-content-cmn-03{ margin-top: 15px; }
.box-content-cmn-03 .txt-cmn-03{ font-size: 14px; }

.box-content-cmn-02.type-01 .dl-cmn-01 .title, 
.box-content-cmn-02.type-01 .dl-cmn-01 .detail{
  font-size: 14px;
  padding: 18px 0;
  line-height: 1.4;
}
.box-content-cmn-02.type-01 .dl-cmn-01 .detail{
  padding-left: 18px;
}

/* ==========================================================
 list-calendar-pagination
========================================================== */
.list-calendar-pagination {
  margin: 60px -50% 25px 50%;
  transform: translateX(-50%);
  display: inline-block;
}
  .list-calendar-pagination li {
    font-family: 'Sawarabi Mincho';
    float: left;
  }
  .list-calendar-pagination li:first-child,
  .list-calendar-pagination li:last-child {
    font-weight: bold;
    border-bottom: 2px solid #0c0c0c;
    cursor: pointer;
    display: table;
    padding-top: 12px;
  }
    .list-calendar-pagination li:first-child:hover,
    .list-calendar-pagination li:last-child:hover {
      opacity: .5;
    }
    .list-calendar-pagination li:not(:last-child) {
      margin-right: 140px;
    }
      .list-calendar-pagination li:nth-child(2) {
        font-size: 42px;
        line-height: 1;
      }
        .list-calendar-pagination li:nth-child(2) span {
          font-size: 18px;
        }
        .list-calendar-pagination li:first-child a,
        .list-calendar-pagination li:last-child a {
          text-decoration: none !important;
          display: table-cell;
          vertical-align: bottom;
        }
          .list-calendar-pagination li a img {
            margin-top: 5px;
          }
          .list-calendar-pagination li:first-child a img {
            margin-right: 10px;
          }
          .list-calendar-pagination li:last-child a img {
            margin-left: 10px;
          }

@media screen and (max-width: 767px) {
.list-calendar-pagination {
    margin: 15px -50% 15px 50%;
}
  .list-calendar-pagination li:not(:last-child) {
    margin-right: 60px;
  }
  .list-calendar-pagination li:nth-child(2) {
    font-size: 35px;
  }
    .list-calendar-pagination li:nth-child(2) span {
      font-size: 16px;
    }
  .list-calendar-pagination li a img {
    margin-top: 2px;
    height: 12px;
  }
}

@media screen and (max-width: 375px) {
  .list-calendar-pagination li:not(:last-child) {
    margin-right: 12px;
  }
}

/* ==========================================================
 table-calendar
========================================================== */
.table-calendar  {
  width: 100%;
}
  .table-calendar .bg-gray,
  .table-calendar th {
    font-weight: bold;
    text-align: center;
    background-color: #f4f5f0;
  }
  .table-calendar th,
  .table-calendar td {
    padding: 12px 15px;
    border: 1px solid #c2c2c2;
  }
    .table-calendar td.txt-center {
      text-align: center;
    }


/* Title(contents)
---------------------------------------------------------- */
.event-detail .ttl-main {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.4;
}
.event-detail .ttl-main-02 {
  font-size: 24px;
  font-weight: normal;
  line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .event-detail .ttl-main {
    font-size: 18px;
  }
  .event-detail .ttl-main-02 {
    font-size: 20px;
  }
}

/* Box, Section(contents)
---------------------------------------------------------- */
.entry-title,
.entry-body {
  position: relative;
}
.entry-body {
  padding-top: 40px;
}
.box-content {
  font-size: 16px;
  margin-bottom: 25px;
}
  .box-content .image {
    margin-bottom: 30px;
  }
    .box-content .image > img {
      max-width: 100%;
    }
  .box-content .image-full-width {
    position: relative;
  }
    .box-content .image-full-width > img {
      width: 100%;
      display: block;
    }

@media screen and (max-width: 767px) {
  .entry-body {
    padding-top: 20px;
  }
  .box-content {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

/* List(contents)
---------------------------------------------------------- */
.list-images {
  margin: 0 -20px;
  position: relative;
}
  .list-images::before,
  .list-images::after {
    content: '';
    display: table;
  }
  .list-images::after {
    clear: both;
  }
  .list-images li {
    width: 50%;
    padding: 0 20px;
    float: left;
  }
    .list-images li > img {
      width: 100%;
      display: block;
    }

.list-images.type-02 {
  margin: 0 -15px;
}
  .list-images.type-02 li {
    width: 33.33%;
    padding: 0 15px;
  }

