@charset "UTF-8";

/* ==========================================================
 Refine common
========================================================== */
/* Refine common
---------------------------------------------------------- */
.btn-cmn-01.type-detail-01 {
  max-width: 400px;
  width: 100%;
  margin: 0 0 0 auto;
}
.btn-cmn-01.type-detail-01:after {
  top: 50%;
  right: auto;
  left: 10px;
  background: url('/n_mori/common/img/ico_arrow_left_01.png') no-repeat;
}
@media screen and (max-width: 767px) {
  .btn-cmn-01.type-detail-01:after {
    background-size: 11px auto;
  }
}

/* sec-detail
---------------------------------------------------------- */
.sec-detail {
  font-size: 16px;
  background-color: #f4f4f1;
  padding: 60px 50px;
}
  .sec-detail .image {
    margin-bottom: 18px;
  }
    .sec-detail .image::before,
    .sec-detail .image::after {
      content: '';
      display: table;
    }
    .sec-detail .image::after {
      clear: both;
    }
      .sec-detail .image img {
        float: left;
      }
      .sec-detail .image img:nth-child(2n-1) {
        margin-right: 30px;
      }

  .sec-detail .content {
    margin-bottom: 60px;
    position: relative;
  }

@media screen and (max-width: 767px) {
  .sec-detail {
    font-size: 14px;
    padding: 30px 25px;
  }
    .sec-detail .content {
      margin-bottom: 30px;
    }
    .sec-detail .image img {
      width: calc(50% - 5px);
    }
      .sec-detail .image img:nth-child(2n-1) {
        margin-right: 10px;
      }
}

/* iPad Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .sec-detail {
      font-size: 14px;
      padding: 30px 25px;
    }
      .sec-detail .content {
        margin-bottom: 30px;
      }
      .sec-detail .image img {
        width: calc(50% - 5px);
      }
        .sec-detail .image img:nth-child(2n-1) {
          margin-right: 10px;
        }
}
/* ttl-event-detail-01
---------------------------------------------------------- */
.ttl-event-detail-01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl-event-detail-01 {
    font-size: 16px;
  }
}

/* typography
---------------------------------------------------------- */
.sec-detail .txt-date {
  font-size: 13px;
  color: #777;
  margin-bottom: 12px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec-detail .txt-date {
    font-size: 12px;
  }
}


/* Title
---------------------------------------------------------- */
.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
---------------------------------------------------------- */
.entry-title,
.entry-body {
  position: relative;
}
.entry-body {
  padding-top: 40px;
}
.box-content:not(:last-child) {
  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:not(:last-child) {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

/* List
---------------------------------------------------------- */
.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;
  }