@charset "UTF-8";
/* mixin
*********************************************************************/
/* hannari*/
/* media query */
/* setting
**********************************************************************/
/* mixin
*********************************************************************/
/* hannari*/
/* media query */
@font-face {
  font-family: 'Hannari';
  src: url("../wf/Hannari.eot") format("eot"), url("../wf/Hannari.woff") format("woff"), url("../wf/Hannari.ttf") format("truetype"); }
@font-face {
  font-family: 'honokamin';
  src: url("../wf/honokamin.woff") format("woff"), url("../wf/honokamin.woff") format("woff2"), url("../wf/honokamin.eot") format("eot"), url("../wf/honokamin.ttf") format("truetype"); }
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }

.flex_bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end; }

.flex_between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.flex_wrap, .detail_block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.flex_center_wrap, .list_block ul, .detail_area .img_block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.flex_right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-flex-pack: end;
  -moz-flex-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.flex_between_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_reverse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex_reverse_between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.fade, .list_block ul li:hover, .list_block ul li a:hover img, .detail_area .reserve_btn a, .pdf_btn a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s; }

.cover_w {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cover_h {
  position: relative;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.glow {
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff; }

/* top header
**********************************************************************/
.feature_area_c {
  background-image: url(../../shinbun/images/main.jpg); }
  .feature_area_c h1.secondly img {
    height: 260px;
    width: auto; }
  @media all and (max-width: 768px) {
    .feature_area_c {
      top: 48px; }
      .feature_area_c .ttl_block h1 img {
        height: 180px;
        width: auto; } }

.shikisoku_block {
  padding: 20px 0 30px; }
  .shikisoku_block h2 {
    max-width: 530px;
    height: auto;
    margin: 0 auto; }
    .shikisoku_block h2 img {
      width: 100%;
      height: auto; }
  .shikisoku_block p {
    font-size: 124%;
    line-height: 1.8em; }
  @media all and (max-width: 768px) {
    .shikisoku_block p {
      text-align: left; } }

.copy_block {
  padding: 10px 0 0; }
  .copy_block .txt_box h2 {
    font-size: 124%;
    line-height: 2em;
    padding: 20px 0 0 0; }
  @media all and (max-width: 768px) {
    .copy_block {
      text-align: left; } }

.list_area {
  padding: 30px 10px; }
  .list_area h3 {
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 15px; }
    .list_area h3 img {
      width: 100%;
      height: auto; }

.beige {
  background-color: #f5ede5; }

.list_block {
  max-width: 1002px;
  height: auto;
  margin: 0 auto; }
  .list_block ul li {
    width: 310px;
    margin: 10px;
    height: auto;
    background-color: #FFF;
    border-radius: 8px;
    border: #c0c0c0 solid 1px;
    position: relative; }
    .list_block ul li:hover {
      background-color: #FAD5B2; }
    .list_block ul li a {
      color: #333; }
      .list_block ul li a:hover {
        color: #000; }
        .list_block ul li a:hover img {
          opacity: 0.8; }
    .list_block ul li .img_box {
      width: 100%;
      height: 180px;
      background-color: #FFF;
      border-radius: 8px 8px 0 0;
      overflow: hidden; }
      .list_block ul li .img_box img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .list_block ul li .txt_box {
      padding: 16px 16px 8px 16px; }
      .list_block ul li .txt_box h3 {
        font-size: 124%;
        line-height: 1.3em;
        height: auto;
        padding: 0 0 10px; }
      .list_block ul li .txt_box p {
        line-height: 1.6em; }
    .list_block ul li .date {
      border-top: #c0c0c0 dotted 1px;
      margin: 0 16px;
      padding: 8px 0 16px; }
    .list_block ul li .new {
      position: absolute;
      top: 10px;
      right: -5px;
      width: 34px;
      height: auto;
      z-index: 90; }
      .list_block ul li .new img {
        width: 100%;
        height: auto; }
    @media all and (max-width: 768px) {
      .list_block ul li .new {
        width: 34px;
        height: auto; } }

.detail_area {
  width: auto;
  height: auto;
  padding: 0px 10px; }
  .detail_area .img_block {
    max-width: 1030px;
    height: auto;
    margin: 0 auto; }
    .detail_area .img_block ul li {
      width: 485px;
      height: auto;
      margin: 15px; }
      .detail_area .img_block ul li .img_box {
        width: 485px;
        height: 364px; }
      .detail_area .img_block ul li p {
        font-size: 116%;
        line-height: 1.7em;
        padding: 5px 0 0; }
  .detail_area .reserve_btn {
    text-align: center;
    padding: 15px 10px; }
    .detail_area .reserve_btn a {
      display: inline-block;
      color: #FFF;
      font-size: 185%;
      line-height: 1.2em;
      padding: 12px 114px 11px 160px;
      background-color: #3c8f2e;
      background-image: url(../images/plan_w.png);
      background-repeat: no-repeat;
      background-position: 138px 18px; }
      .detail_area .reserve_btn a:hover {
        background-color: #f5a659; }
  @media all and (max-width: 768px) {
    .detail_area {
      padding: 20px 10px 20px; }
      .detail_area .img_block ul li {
        width: 100%;
        margin: 15px 0; }
        .detail_area .img_block ul li .img_box {
          width: 100%;
          height: 250px; }
      .detail_area .reserve_btn a {
        padding: 12px 20px 11px 40px;
        background-position: 20px 18px; } }

.detail_line {
  text-align: center;
  max-width: 500px;
  height: auto;
  margin: 0 auto; }
  .detail_line img {
    width: 100%;
    height: auto; }

.detail_block {
  max-width: 1032px;
  height: auto;
  margin: 0 auto; }
  .detail_block h2 {
    max-width: 1000px;
    font-size: 216%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700;
    line-height: 1.3em;
    padding: 30px 0 20px 50px;
    margin: 0 auto;
    background-image: url(../images/point01.png);
    background-repeat: no-repeat;
    background-position: 0 28px; }
  .detail_block ul li {
    width: 30.2%;
    height: auto;
    margin: 16px 1.5%; }
    .detail_block ul li .img_box {
      width: 100%;
      position: relative; }
      .detail_block ul li .img_box::before {
        content: "";
        display: block;
        padding-top: 100%; }
      .detail_block ul li .img_box .inner {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .detail_block ul li .img_box .inner img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
        .detail_block ul li .img_box .inner .zoom_icon {
          position: absolute;
          width: 26px;
          height: 26px;
          background-color: rgba(0, 0, 0, 0.3);
          padding: 4px;
          right: 10px;
          bottom: 10px; }
          .detail_block ul li .img_box .inner .zoom_icon img {
            width: 26px;
            height: 26px; }
        .detail_block ul li .img_box .inner a {
          display: block;
          width: 100%;
          height: 100%; }
          .detail_block ul li .img_box .inner a:hover img {
            opacity: 0.8; }
        .detail_block ul li .img_box .inner img {
          position: absolute;
          height: 100%;
          width: auto; }
    .detail_block ul li .txt_box {
      padding: 8px 0 0; }
      .detail_block ul li .txt_box p {
        line-height: 1.4em; }
  @media all and (max-width: 768px) {
    .detail_block h2 {
      font-size: 162%; }
    .detail_block ul li {
      width: 100%;
      margin: 16px 0px; } }

.pdf_btn {
  text-align: center;
  font-size: 116%;
  line-height: 1.8em;
  padding: 15px 0; }
  .pdf_btn a {
    display: inline-block;
    background-image: url(../images/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: 5px 0px;
    text-align: left;
    padding: 3px 5px 5px 40px;
    border-bottom: #666 dotted 1px; }
    .pdf_btn a:hover {
      color: #f5a659;
      border-bottom: #f5a659 dotted 1px; }
