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

.wrapper {
  padding: 0 100px;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 15px;
  }
}

.section-title {
  font-size: 32px;
  color: #382710;
  font-weight: medium;
}
@media screen and (max-width: 480px) {
  .section-title {
    font-size: 24px;
  }
}

.sectionHeding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .sectionHeding {
    gap: 10px;
  }
}

/* ここから記述します。 */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  width: 100%;
}
.header .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header .header-logo {
    width: 120px;
    margin: 11px 30px;
  }
}
@media screen and (max-width: 768px) {
  .header .header-nav {
    background-color: #F4EED8;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header .header-nav {
    padding: 8px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .header .header-nav .nav-menu {
    padding: 8px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }
}

.firstview {
  position: relative;
}
.firstview-img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.firstview-title {
  background-color: #fffdf7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  text-align: center;
  padding: 8px 32px;
  opacity: 0.9;
  width: 580px;
}
@media screen and (max-width: 768px) {
  .firstview-img {
    height: 240px;
  }
  .firstview-title {
    width: 302px;
    padding: 2px 9px;
    font-size: 22px;
  }
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.container main {
  padding: 64px 0;
  width: 69%;
}
.container .sidebarLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
.container .sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 64px 0;
  gap: 33px;
  width: 28%;
}
@media screen and (max-width: 1024px) {
  .container .sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .container .sidebar {
    padding: 0 0 50px;
    gap: 41px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container main {
    width: 100%;
    padding: 50px 0;
  }
}
.container .sidebarLeft {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main {
    padding: 50px 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .main {
    padding: 50px 0 30px;
  }
  .sidebarLeft {
    gap: 40px;
  }
}
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 480px) {
  .news {
    gap: 30px;
  }
}
.news-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 640px;
}
.news-top .news-text {
  color: #382710;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news-top .news-text {
    font-size: 15px;
  }
}
.news-top .news-pickup {
  max-width: 640px;
  width: 100%;
  margin-top: 36px;
}
@media screen and (max-width: 480px) {
  .news-top .news-pickup {
    width: 100%;
  }
}
.news-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-bottom: 24px;
}
.news-bottom .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-bottom .news-item .news-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 480px) {
  .news-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.news .news-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 480px) {
  .news .news-detail {
    gap: 8px;
  }
}
.news .news-detailDate {
  font-size: 14px;
  margin-top: 12px;
}
.news .news-detailTitle {
  font-size: 15px;
  font-weight: bold;
}

.special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
.special-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.special-top .special-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.special-top .special-contents .special-pickup {
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .special-top .special-contents .special-pickup {
    width: 100%;
  }
}
.special-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.special-bottom .special-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.special-bottom .special-item .special-img {
  width: 100%;
}
.special-bottom .special-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.special-bottom .special-detailDate {
  font-size: 14px;
}
.special-bottom .special-detailTitle {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .special-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.special-link {
  text-align: right;
  font-size: 15px;
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.category-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.category-contents .category-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .category-contents .category-top {
    font: size 14px;
  }
}
.category-contents .category-top .category-text {
  font-size: 14px;
}
.category-contents .category-top .category-link {
  text-align: right;
  font-size: 16px;
}
.category-contents .category-top .category-linkText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.category-contents .category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.category-contents .category-list .category-btn {
  border: 0.5px solid #d4cdb3;
  border-radius: 5px;
}
.category-contents .category-list .category-btnLink {
  display: block;
  padding: 11px 6px;
}
.category-contents .category-list .category-btnLink .category-btnImg {
  max-width: 148px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .category-contents .category-list .category-btnLink .category-btnImg {
    margin-bottom: 16px;
  }
}
.category-contents .category-list .category-btnLink .category-btnText {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
}
.category-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d4cdb3;
  border-radius: 3px;
  height: 43px;
}
.category-searchInput {
  background-color: #fff;
  width: calc(100% - 53px);
  padding: 8px;
}
.category-searchBtn {
  background-color: #fff2df;
  padding: 10px;
  width: 53px;
}
.category-img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .category {
    width: 100%;
  }
}

.populary-link {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 14px 0;
}
.populary-linkText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .populary-linkText {
    margin-bottom: 20px;
  }
}

.populary-item {
  border-top: 1px solid #e8e3d2;
  font-size: 14px;
}
.populary-itemText {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .populary-itemText {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .post-linkImg {
    width: 30px;
  }
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .post {
    gap: 20px;
  }
}

.footer {
  background-color: #fff;
  padding: 42px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 48px 30px 14px;
  }
}
.footer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 985px;
  margin: 0 auto;
  gap: 160px;
}
@media screen and (max-width: 1024px) {
  .footer-contents {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
.footer-contents .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 20px;
}
.footer-contents .footer-left .footer-catch {
  font-size: 14px;
}
.footer-contents .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 160px;
}
@media screen and (max-width: 1024px) {
  .footer-contents .footer-menu {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer-contents .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.footer-contents .footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 16px;
}
.footer-contents .footer-center .footer-title {
  display: inline;
  border-bottom: 0.5px solid #d2572f;
  padding-bottom: 4px;
}
.footer-contents .footer-center .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.footer-contents .footer-center .footer-list .footer-item {
  font-size: 16px;
}
.footer-contents .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 16px;
}