@charset "UTF-8";
@import url("global.css");
#contents {
  margin-bottom: 120px;
}

/* ---------- Index-Page ---------- */
.index .news_list ul li {
  border-bottom: #B09F94 solid 1px;
}
.index .news_list ul li:first-child {
  border-top: #B09F94 solid 1px;
}
.index .news_list ul li.new .inner .main .date::before {
  content: "New";
  display: inline-block;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  padding: 6px 12px 4px;
  background-color: #CFB29D;
  color: #FFF;
  font-family: "Vollkorn", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
}
.index .news_list ul li .inner {
  display: flex;
  align-items: center;
  padding: 30px 140px 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index .news_list ul li .inner .img {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.index .news_list ul li .inner .img img {
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.index .news_list ul li .inner .main {
  width: 100%;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index .news_list ul li .inner .main .date {
  opacity: .8;
  vertical-align: middle;
  margin-bottom: 5px;
}
.index .news_list ul li .inner .main .posttitle {
  text-align: justify;
  font-size: clamp(15px, 1.8vw, 19px);
  font-weight: 500;
}
.index .news_list ul li .inner .more {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 7px 20px;
  -webkit-border-radius: 66px;
  border-radius: 66px;
  background-color: #FFF;
  font-size: .75em;
}

/* ---------- Entry-Page ---------- */
.entry #post .post-title {
  margin-bottom: 50px;
}
.entry #post .post-title .date {
  font-size: .875em;
  line-height: 1;
  opacity: .8;
  margin-bottom: 10px;
}
.entry #post .post-title .title {
  font-size: clamp(16px, 2.2vw, 26px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .15em;
}
.entry #post .post-ph {
  display: inline-block;
  margin-bottom: 50px;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 8px;
}
.entry #post .post-ph .ph {
  max-width: 700px;
  height: auto;
}
.entry #post #postbody .postbody {
  text-align: justify;
}
.entry #post #postbody .postbody .wp-block-image {
  max-width: 700px;
  height: auto;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #contents {
    margin-bottom: 80px;
  }

  /* ---------- Index-Page ---------- */
  .index .news_list ul li.new .inner .main .date::before {
    margin-right: 10px;
    padding: 5px 12px 3px;
  }
  .index .news_list ul li .inner {
    padding: 20px 120px 20px 15px;
  }
  .index .news_list ul li .inner .img {
    width: 100px;
    height: 100px;
  }
  .index .news_list ul li .inner .more {
    right: 15px;
  }

  /* ---------- Entry-Page ---------- */
  .entry #post .post-title {
    margin-bottom: 25px;
  }
  .entry #post .post-ph {
    margin-bottom: 25px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #contents {
    margin-bottom: 60px;
  }

  /* ---------- Index-Page ---------- */
  .index .news_list ul li.new .inner .main .date::before {
    margin-right: 7px;
    padding: 5px 10px 3px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
  }
  .index .news_list ul li .inner {
    padding: 25px 110px 25px 10px;
    align-items: stretch;
  }
  .index .news_list ul li .inner .img {
    width: 80px;
    height: 80px;
  }
  .index .news_list ul li .inner .main {
    padding-left: 15px;
  }
  .index .news_list ul li .inner .main .date {
    margin-bottom: 3px;
  }
  .index .news_list ul li .inner .main .posttitle {
    line-height: 1.5;
  }
  .index .news_list ul li .inner .more {
    right: 10px;
    padding: 6px 15px;
  }

  /* ---------- Entry-Page ---------- */
  .entry #post .post-title {
    margin-bottom: 20px;
  }
  .entry #post .post-title .date {
    margin-bottom: 7px;
  }
  .entry #post .post-title .title {
    line-height: 1.5;
  }
  .entry #post .post-ph {
    margin-bottom: 20px;
    padding: 4px;
  }
  .entry #post .post-ph .ph {
    max-width: 100%;
  }
  .entry #post #postbody .postbody .wp-block-image {
    max-width: 100%;
  }
}
