@charset "UTF-8";
/* レスポンシブ用SCSS*/
/* 共通部品 */
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #382710;
  background-color: #fcfaf2;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.section-wrapper {
  margin-top: 80px;
  margin-left: 100px;
}
@media (max-width: 1024px) {
  .section-wrapper {
    margin: 100px;
  }
}
@media (max-width: 768px) {
  .section-wrapper {
    margin: 15px;
  }
}

.side-section-wrapper {
  margin-top: 80px;
  margin-right: 100px;
}
@media (max-width: 1024px) {
  .side-section-wrapper {
    margin: 100px;
  }
}
@media (max-width: 768px) {
  .side-section-wrapper {
    margin: 15px;
  }
}

.news-img-large {
  max-width: 100%;
}

.contents-title {
  font-size: 32px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .contents-title {
    font-size: 24px;
    margin-top: 40px;
  }
}

/* 個別部品 */
.page-wrapper {
  background-color: #fcfaf2;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 100px;
}
@media (max-width: 768px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .header-logo {
    display: block;
    margin: 15px 30px;
  }
}

@media (max-width: 768px) {
  .header-logo img {
    max-width: 120px;
  }
}

@media (max-width: 768px) {
  .header-nav {
    background-color: #f4eed8;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .header-navList {
    font-size: 14px;
  }
}

.header-navwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .header-navwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
}

.first-view {
  max-width: 100%;
  height: 70vh;
  background-image: url(../image/firstView-pc.png);
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .first-view {
    height: 40vh;
    background-image: url(../image/firstView-pc.png);
    background-position: canter top;
  }
}
@media (max-width: 480px) {
  .first-view {
    background-image: url(../image/firstView-sp.png);
  }
}

.fv-box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .fv-box {
    padding: 10px 20px;
  }
}

.fv-text {
  font-size: 40px;
}
@media (max-width: 768px) {
  .fv-text {
    font-size: 20px;
  }
}

.news-card-large {
  max-width: 100%;
}

.news-img-large img {
  margin-top: 35px;
  max-width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .news-img-large img {
    max-width: 100%;
  }
}

.news-date {
  font-size: 14px;
}

.news-bodyTitle {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 6px;
}

.news-bodyText {
  font-size: 15px;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .news-bodyText {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .news-bodyText {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .news-card-small {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .news-card-small {
    width: 100%;
  }
}

.news-img-small img {
  margin-top: 40px;
  max-width: 350px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .news-img-small img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .news-img-small img {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .news-img-small img {
    max-width: 100%;
    margin-top: 10px;
  }
}

.news-card-small-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .news-card-small-wrap {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .news-card-small-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-more {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 15px;
}

.content_wrapper {
  max-width: 1280px;
  margin: 0 100px;
}

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.main-contents {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (max-width: 768px) {
  .main-contents {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.side-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .side-contents {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.view-more {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: right;
}

.side-contents-subTitle {
  font-size: 15px;
}

.category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*横に2列、幅は同じ*/
  gap: 4px;
}

.category-item a {
  display: block;
  padding: 10px 6px;
  border: 0.5px solid #d8cfc0;
  border-radius: 5px;
  text-align: center;
  color: #382710;
}

.category-img {
  width: 100%;
}

.category-name {
  font-size: 13px;
  font-weight: lighter;
  text-align: center;
}

.seach-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0.5px solid #d8cfc0;
  border-radius: 3px;
}

.search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*inputが残りの幅いっぱいに広がる*/
  padding: 10px 14px;
  background-color: #fff;
}

.search-btn {
  padding: 0 10px;
  background: #fff2bf;
}

.category-searchImg {
  width: 100%;
}

.popular {
  margin-top: 40px;
}

.article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.5px solid #ece6dc;
  padding-top: 14px;
  padding-bottom: 14px;
}

.article-link:first-child {
  border-top: 0.5px solid #ece6dc;
}

.article-list {
  font-size: 14px;
}
@media (max-width: 480px) {
  .article-list {
    font-size: 15px;
    margin-top: 20px;
  }
}

.article-text {
  font-size: 14px;
  margin-left: 14px;
}
@media (max-width: 480px) {
  .article-text {
    font-size: 15px;
  }
}

.post {
  margin-top: 40px;
}

.fb-logo {
  position: relative;
  padding-left: 50px;
}

.fb-logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  background-image: url(../image/facebook.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer {
  background-color: #fff;
  padding: 40px 140px;
}
@media (max-width: 1024px) {
  .footer {
    padding: 30px 50px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 30px;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
}
@media (max-width: 1024px) {
  .footer-inner {
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.footer-logo {
  margin-bottom: 16px;
}

.footer-text {
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-title span {
  border-bottom: 0.5px solid #b2572f;
  padding-bottom: 4px;
}

.footer-title {
  margin-bottom: 20px;
}

.footer-infoText {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footer-infoText {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .footer-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 768px) {
  .footer-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 768px) {
  .footer-brand {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

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