@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------
  common
-------------------------------------------------- */
.low:first-of-type {
  padding: 150px 0 0 0;
}
@media ( max-width: 1000px ) {
  .low:first-of-type {
    padding: 80px 0 0 0;
  }
}
@media ( max-width: 480px ) {
  .low:first-of-type {
    padding: 56px 0 0 0;
  }
}
/* --------------------------------------------------
  archive -common
-------------------------------------------------- */
.archive-pager {
  padding: 160px 0 0 0;
  text-align: center;
}
.screen-reader-text {
  display: none;
}
.nav-links {
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-numbers {
  margin: 0 4px;
  min-width: 30px;
  min-height: 30px;
  line-height: 1;
  color: #cc9e1d;
  font-size: 1.5rem;
  border: 1px solid #cc9e1d;
  border-radius: 100px;
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-links .current {
  color: #fff;
  background: #cc9e1d;
}
.nav-links a:hover,
.nav-links a:active {
  opacity: .7;
}
@media ( max-width: 480px ) {
  .archive-pager {
    padding: 80px 0 0 0;
  }
}
/* --------------------------------------------------
  archive -news
-------------------------------------------------- */
.archive-news-list-item {
  margin: 0 0 40px 0;
}
.archive-news-list-item:last-child {
  margin: 0;
}
/* --------------------------------------------------
  archive -portfolio
-------------------------------------------------- */
.archive-portfolio-list {
  padding: 0;
}


/* --------------------------------------------------
  single -common
-------------------------------------------------- */
.single-ttl {
  margin: 0 0 10px 0;
  padding: 160px 0 10px 0;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, Arial, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 4rem;
  border-bottom: 1px solid #e6e6e6;
}
.single-date {
  padding: 0 0 80px 0;
  text-align: right;
  font-size: 1.4rem;
}
.single-txt {
  line-height: 1.9;
  font-size: 2rem;
}
.pager {
  padding: 0px 0 0 0;
  text-align: center;
  font-size: 1.6rem;
}
.pager a:link,
.pager a:visited,
.pager a:hover,
.pager a:active {
  color: #cc9e1d;
}
.pager a:hover,
.pager a:active {
  text-decoration: none;
}
@media ( max-width: 480px ) {
  .single-ttl {
    margin: 0 0 10px 0;
    padding: 80px 0 10px 0;
    font-size: 2.0rem;
  }
  .single-date {
    padding: 0 0 40px 0;
    font-size: 1.2rem;
  }
  .single-txt {
    font-size: 1.5rem;
  }
  .pager {
    font-size: 1.4rem;
  }
}
/* --------------------------------------------------
  single -news
-------------------------------------------------- */
.news-eyecatch-container {
  padding: 20px 0 0 0;
}
.news-eyecatch {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 800px;
  max-height: 800px;
}
/* --------------------------------------------------
  single -portfolio
-------------------------------------------------- */
.ptfl-gallery-area {
  padding: 40px 0 0 0;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ptfl-gallery-item {
  margin: 0 1% 2% 1%;
  width: 18%;
  border: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
}
.ptfl-gallery-item:after {
  content: '';
  display: block;
  padding: 100% 0 0 0;
}
.ptfl-gallery-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
@media ( max-width: 480px ) {
  .ptfl-gallery-item {
    width: 31%;
  }
}
/* --------------------------------------------------
  404
-------------------------------------------------- */
.notfound p {
  text-align: center;
  font-size: 1.6rem;
}