@charset "UTF-8";
/*
Theme Name: original
Author: Kenichiro
Version: 1.0
*/
.c-ttl {
  font-family: "Noto Sans", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  letter-spacing: 0.1em;
  font-size: 40px;
  line-height: 1.8;
  margin-bottom: 70px;
}

.c-txt {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 150px;
}

.c-sns {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-top: 100px;
}

.c-sns p {
  margin-bottom: 35px;
}

.c-sns > div {
  max-width: 688px;
  margin: auto;
  padding: 65px;
  background-color: #fff;
  border: 30px solid #EBE6DE;
}

.c-sns > div > div {
  display: flex;
  justify-content: space-between;
  max-width: 284px;
  margin: auto;
}

.c-sns > div > div a {
  color: #333;
}

.c-sns > div > div a img {
  margin-bottom: 20px;
  width: 50px;
}

.c-sns > div > div a span {
  font-weight: bold;
  display: block;
}

.sec {
  padding: 0 20px;
}

.sec .sec-ttlEn,
.sec .sec-ttlJa {
  letter-spacing: 0.2em;
}

.sec--newsfeed {
  padding-top: 92px;
}

.sec--newsfeed .newsfeed-list {
  display: block;
}

.sec--newsfeed .newsfeed-list a:not(.next) {
  align-items: initial;
  border-right: none;
  border-bottom: 1px solid #D6D6D6;
  padding: 50px 20px 50px 0;
  width: 100%;
}

.sec--newsfeed .newsfeed-list a:not(.next) .imgWrap {
  width: 26%;
  margin-right: 4%;
  height: initial;
}

.sec--newsfeed .newsfeed-list a:not(.next) .imgWrap img {
  height: 230px;
}

.sec--newsfeed .newsfeed-list a:not(.next) p {
  width: 100%;
}

.sec--newsfeed .newsfeed-list a:not(.next) p > span:nth-of-type(1) .date {
  font-size: 16px;
}

.sec--newsfeed .newsfeed-list a:not(.next) p > span:nth-of-type(1) .cat {
  font-size: 12px;
}

.sec--newsfeed .newsfeed-list a:not(.next) p > span:nth-of-type(2) {
  margin: 25px 0;
  font-size: 24px;
  line-height: 1.8;
}

.sec--newsfeed .newsfeed-list a:not(.next) p > span:nth-of-type(3) {
  font-size: 16px;
  line-height: 1.8;
}

.sec--newsfeed .newsfeed-list a:not(.next):first-of-type {
  border-top: 1px solid #D6D6D6;
}

.sec--newsfeed .newsfeed-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.sec--newsfeed .newsfeed-pagination a, .sec--newsfeed .newsfeed-pagination span {
  font-size: 14px;
  font-weight: bold;
}

.sec--newsfeed .newsfeed-pagination a.prev, .sec--newsfeed .newsfeed-pagination a.next, .sec--newsfeed .newsfeed-pagination span.prev, .sec--newsfeed .newsfeed-pagination span.next {
  width: 30px;
}

.sec--newsfeed .newsfeed-pagination a.prev, .sec--newsfeed .newsfeed-pagination span.prev {
  margin-right: 25px;
}

.sec--newsfeed .newsfeed-pagination a.prev img, .sec--newsfeed .newsfeed-pagination span.prev img {
  transform: rotate(180deg);
}

.sec--newsfeed .newsfeed-pagination a.next, .sec--newsfeed .newsfeed-pagination span.next {
  margin-left: 25px;
}

.sec--newsfeed .newsfeed-pagination a.page-numbers:not(.next):not(.prev), .sec--newsfeed .newsfeed-pagination span.page-numbers:not(.next):not(.prev) {
  margin: 0 5px;
  width: 40px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #A18D6F;
  color: #fff;
}

.sec--newsfeed .newsfeed-pagination a.page-numbers:not(.next):not(.prev).current, .sec--newsfeed .newsfeed-pagination span.page-numbers:not(.next):not(.prev).current {
  background-color: #EBE6DE;
  color: #8B8B8B;
}

.sec--newsfeed .newsfeed-pagination.empty {
  margin: 0;
}

.sec--pageMv {
  background-image: url(img/bg-pageMv.png);
  background-size: cover;
  text-align: center;
  padding: 180px 20px 100px;
}

.sec--pageMv .sec-ttlJa {
  color: #fff;
}

.sec--menu {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

.sec--menu .sec-ttlJa {
  font-size: 26px;
}

.sec--menu .sec-ttlJa + p {
  margin-top: 70px;
  font-size: 16px;
}

.sec--menu .menuTable {
  border: 30px solid #EBE6DE;
  background-color: #fff;
  margin-top: 48px;
  padding: 40px 30px;
  font-size: 16px;
  line-height: 1.3;
}

.sec--menu .menuTable > div {
  border-bottom: 1px solid #D6D6D6;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec--menu .menuTable > div:nth-of-type(even) {
  background-color: #F5F3F0;
}

.sec--menu .menuTable > div > div:nth-of-type(1) {
  font-weight: bold;
  width: 250px;
  min-width: 220px;
}

.sec--menu .menuTable > div > div:nth-of-type(2) {
  font-weight: bold;
  width: 100px;
  min-width: 70px;
}

.sec--menu .menuTable > div > div:nth-of-type(3) {
  width: 800px;
  min-width: 550px;
}

.sec--menu .menuTable > div > div:nth-of-type(4) {
  width: 100px;
  min-width: 60px;
}

.sec--menu:not(.first) {
  margin-top: 110px;
}

.sec--menu.first {
  margin-top: 60px;
}

.sec--menu.option .menuTable > div > div:nth-of-type(1) {
  width: 400px;
  min-width: 365px;
}

.sec--menu.option .menuTable > div > div:nth-of-type(2) {
  width: 100px;
  min-width: 85px;
}

.sec--menu.option .menuTable > div > div:nth-of-type(3) {
  width: 580px;
  min-width: 300px;
}

.sec--menu.option .menuTable > div > div:nth-of-type(4) {
  width: 100px;
  min-width: 60px;
}

.sec--menu.other .menuTable > div > div:nth-of-type(1) {
  font-weight: bold;
  width: 200px;
  min-width: 190px;
}

.sec--menu.other .menuTable > div > div:nth-of-type(2) {
  font-weight: bold;
  width: 100px;
  min-width: 85px;
}

.sec--menu.other .menuTable > div > div:nth-of-type(3) {
  width: 580px;
  min-width: 480px;
}

.sec--menu.other .menuTable > div > div:nth-of-type(4) {
  width: 100px;
  min-width: 60px;
}

.sec--reservation {
  margin-top: 170px;
  padding: 110px 20px;
}

.sec--pattern1 {
  text-align: center;
  padding-top: 160px;
}

.sec--pattern1 .c-kakomi {
  width: 260px;
  background-color: #917958;
  color: #fff;
}

@media (max-width: 1134px) and (min-width: 769px) {
  .sec--menu .menuTable > div > div:nth-of-type(3),
  .sec--menu.other .menuTable > div > div:nth-of-type(3) {
    min-width: initial;
    margin-right: 10px;
    line-height: 1.5;
  }
  .sec--menu.option .menuTable > div > div:nth-of-type(1) {
    min-width: auto;
    line-height: 1.5;
  }
  .sec--menu.option .menuTable > div > div:nth-of-type(3) {
    min-width: auto;
  }
}

@media (max-width: 768px) {
  .c-ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .c-txt {
    font-size: 14px;
    margin-bottom: 70px;
    text-align: left;
  }
  .c-sns {
    margin-top: 50px;
    font-size: 14px;
  }
  .c-sns p {
    margin-bottom: 20px;
  }
  .c-sns > div {
    padding: 30px 15px;
    border: 15px solid #EBE6DE;
  }
  .c-sns > div > div {
    max-width: 204px;
  }
  .sec--newsfeed .newsfeed-list a:not(.next) {
    padding: 30px 0;
    display: block;
  }
  .sec--newsfeed .newsfeed-list a:not(.next) .imgWrap {
    width: 100%;
    margin: 0 0 30px;
  }
  .sec--newsfeed .newsfeed-list a:not(.next) .imgWrap img {
    height: 200px;
  }
  .sec--newsfeed .newsfeed-list a:not(.next) p {
    width: 100%;
  }
  .sec--newsfeed .newsfeed-list a:not(.next) p > span:nth-of-type(1) .date {
    font-size: 14px;
  }
  .sec--newsfeed .newsfeed-list a:not(.next) p > span:nth-of-type(2) {
    font-size: 20px;
    margin: 20px 0;
  }
  .sec--newsfeed .newsfeed-list a:not(.next) p > span:nth-of-type(3) {
    font-size: 14px;
  }
  .sec--newsfeed .newsfeed-pagination {
    margin-top: 50px;
  }
  .sec--pageMv {
    padding: 105px 20px 55px;
  }
  .sec--menu .sec-ttlJa {
    font-size: 14px;
  }
  .sec--menu .sec-ttlJa + p {
    margin-top: 60px;
    font-size: 14px;
    line-height: 1.3;
  }
  .sec--menu .menuTable {
    margin-top: 45px;
    padding: 0;
    border: none;
    display: block;
    font-size: 14px;
  }
  .sec--menu .menuTable > div {
    background-color: #fff;
    display: block;
    padding: 0;
    border: none;
  }
  .sec--menu .menuTable > div:nth-of-type(even) {
    background-color: #F5F3F0;
  }
  .sec--menu .menuTable > div > div {
    width: 100% !important;
    min-width: 100% !important;
    padding: 8px 20px;
  }
  .sec--menu .menuTable > div > div:nth-of-type(1) {
    background-color: #917958;
    color: #fff;
  }
  .sec--menu .menuTable > div > div:nth-of-type(2) {
    padding-top: 16px;
  }
  .sec--menu .menuTable > div > div:nth-of-type(4) {
    padding-bottom: 16px;
    text-align: right;
  }
  .sec--menu:not(.first) {
    margin-top: 60px;
  }
  .sec--reservation {
    margin-top: 60px;
    padding: 60px 20px;
  }
  .sec--pattern1 {
    padding-top: 70px;
  }
}
