/* ============= Common ============= */
body {
  font-family: "dnp-shuei-mincho-pr6n",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000000;
  transition: .3s;
}

a:hover, a:active {
  color: #666666;
}

/**
 * Common
 **/
.container {
  max-width: 960px;
  width: 100%;
  margin: auto;
  padding: 0 1.5em;
}

.container-narrow {
  max-width: 720px;
  width: 100%;
  margin: auto;
  padding: 0 1.5em;
}

.container-wide {
  width: 100%;
  padding: 30px;
  margin: auto;
  padding: 0 1.5em;
}

@media screen and (min-width: 769px) {
  .container {
    padding: 0;
  }

  .container-narrow {
    padding: 0;
  }

  .container-wide {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/**
 * Header
 **/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  width: 100%;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .27);
}

#header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 10px 1.5em;
}

#header .header-logo h1 {
  font-size: 24px;
  font-weight: bold;
}

#header .header-logo h1 img {
  line-height: 1;
  vertical-align: bottom;
  height: 40px;
  width: auto;
}

#header .header-nav {
  display: flex;
  align-items: center;
}

#header .header-nav ul {
  display: flex;
  align-items: center;
  height: 50px;
}

#header .header-nav ul.nav {
  margin-right: 2em;
}

#header .header-nav ul li {
  margin-right: 30px;
}


#header .header-nav ul.lang li a {
  color: #666666;
}

#header .header-nav ul.lang li a.active {
  color: #a8a88b;
}

#header .header-nav.sp i {
  font-size: 24px;
  color: #86866c;
}

.nav-sp {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  width: 100vw;
  height: 100vh;
  background-color: white;
  padding: 1.5em;
}

.nav-sp ul.lang {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5em;
}

.nav-sp ul.lang li {
  margin-right: 2em;
}

.nav-sp ul.lang li a {
  color: #666666;
}

.nav-sp ul.lang li a.active {
  color: #a8a88b;
}

.nav-sp ul.nav li {
  font-size: 1.125em;
  margin-bottom: 1em;
}

.nav-sp .nav-sp-close {
  width: 100%;
  text-align: right;
  margin-bottom: 1em;
}

.btn-close i {
  font-size: 24px;
  color: #86866c;
}

@media screen and (min-width: 769px) {
  #header .header-inner {
    padding: 10px 30px;
  }
}

@media screen and (min-width: 769px) {
  #header .header-nav.sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #header .header-nav.pc {
    display: none;
  }
}

/**
 * Footer
 **/
#footer {
  width: 100%;
}

#footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 80px 0;
}

#footer .footer-info {
  margin-bottom: 2em;
}

#footer .footer-info,
#footer .footer-nav {
  width: 100%;
}

@media screen and (min-width: 641px) {
  #footer .footer-info {
    margin-bottom: 0;
  }

  #footer .footer-info,
  #footer .footer-nav {
    width: 48%;
  }
}

#footer .footer-info h1 {
  font-size: 1.25em;
  font-weight: bold;
}

#footer .footer-info h2 {
  font-weight: bold;
  margin: 1em 0 .5em;
}

#footer .footer-info address span {
  display: block;
  font-size: .875em;
}

#footer .footer-info address span.postcode {
  margin-bottom: .5em;
}

#footer .footer-info address span.address {
  margin-bottom: .5em;
  line-height: 1.5;
}

#footer .footer-nav ul li {
  margin-bottom: 1em;
}

#footer .footer-bottom {
  background-color: #303030;
  color: white;
}

#footer .footer-credit {
  width: 100%;
  text-align: center;
  font-size: .75em;
  padding: 40px 0 80px;
}

@media screen and (max-width: 768px) {
}

/**
 * Main
 **/
#main {
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  #main {
    margin-top: 70px;
  }
}

/**
 * Index
 **/
#eyecatch {
  width: 100%;
  height: calc(100vh - 60px);
  position: relative;
}

#eyecatch .eyecatch-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

#eyecatch .eyecatch-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#eyecatch .eyecatch-filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

#eyecatch .eyecatch-scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

#eyecatch .eyecatch-scroll i {
  font-size: 40px;
  color: #a8a88b;
}

#eyecatch .eyecatch-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  padding: 30px 1em;
  color: white;
  text-align: center;
}

#eyecatch .eyecatch-copy .eyecatch-main {
  width: 100%;
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 1em;
}

#eyecatch .eyecatch-copy .eyecatch-hero {
  width: 100%;
  font-size: 1em;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  #eyecatch {
    height: calc(100vh - 70px);
  }

  #eyecatch .eyecatch-copy {
    padding: 30px;
    text-align: left;
  }

  #eyecatch .eyecatch-copy .eyecatch-main {
    font-size: 2.5em;
  }

  #eyecatch .eyecatch-copy .eyecatch-hero {
    font-size: 1.5em;
  }
}

/* Sections */
section {
  padding: 60px 0 80px;
}

section:nth-of-type(odd) {
  background-color: #f0f0f0;
}

section .section-header {
  margin-bottom: 3em;
}

section .section-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section .section-title .en {
  margin-bottom: .5em;
}

section .section-title .ja {
}

section .section-title h2 {
  font-size: 2.5em;
}

section .section-title h2 .initial {
  color: #86866c;
}

section .section-more a {
  padding: 20px 30px;
  border: 1px solid #a8a88b;
  color: #a8a88b;
  background-color: white;
}

section .section-more a:hover {
  color: white;
  background-color: #a8a88b;
}

/* News */

.news-item {
  padding: 10px 0;
  border-bottom: 1px solid #a8a88b;
}

.news-item-title {
  margin-bottom: .25em;
}

.news-item-date {
  font-size: .75em;
}

/* Blog */
.blog-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.blog-item {
  /* 4記事横並び */
  width: 100%;
  background-color: white;
  border: 1px solid #a8a88b;
  margin-bottom: 20px;
}

.blog-item:last-child {
  margin-right: 0;
}

.blog-item-header {
}

.blog-item-header a {
  display: block;
  width: 100%;
}

.blog-item-header a img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}


.blog-item-body {
  padding: 20px 10px 10px;
}

.blog-item-title {
  font-size: .875em;
  line-height: 1.5;
}

.blog-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 20px;
}

.blog-item-date {
  font-size: .75em;
}

.blog-item-category {
  font-size: .75em;
  color: #86866c;
}

@media screen and (min-width: 641px) {
  .blog-item {
    /* 4記事横並び */
    width: calc((100% - 20px * 1) / 2);
  }

  .blog-item:nth-child(odd) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 769px) {
  .blog-item {
    /* 4記事横並び */
    width: calc((100% - 20px * 3) / 4);
    margin-right: 20px;
    margin-bottom: 0;
  }
}

/**
 * Entry
 **/
.entry-header {
  margin-bottom: 40px;
}

.entry-title {
  padding: 40px 0 10px;
  border-bottom: 2px solid #a8a88b;
}

.entry-title h1 {
  font-size: 2em;
}

.entry-body {
  border-bottom: 2px solid #a8a88b;
  padding-bottom: 40px;
}

.entry-meta {
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.entry-date {
  font-size: 14px;
  color: #666666;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #666666;
}

.entry-category ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.entry-category ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.entry-category ul li a {
  padding: 3px 10px;
  border: 1px solid #a8a88b;
  color: #a8a88b;
  font-size: 12px;
}

.entry-pagination {
  text-align: center;
  padding: 40px 0 0;
}

.feature-item {
  width: 100%;
  margin-bottom: 3em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feature-item:nth-child(even) {
  flex-direction: row-reverse;
}

.feature-item-image {
  width: 100%;
  margin-bottom: 1em;
}

.feature-item-desc {
  width: 100%;
  line-height: 1.5em;
}

.feature-item-desc h3 {
  font-size: 1.125em;
  font-weight: bold;
  color: #86866c;
  margin-bottom: .5em;
}

.feature-item-desc p {
  line-height: 1.5;
}

@media screen and (min-width: 641px) {
  .feature-item-image {
    width: 38%;
  }

  .feature-item-desc {
    width: 58%;
  }
}