@charset "UTF-8";
.c-basic-title01 {
  color: #a5915a;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(27px, 4.2vw, 42px);
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-basic-title01 {
    font-size: 42px;
  }
}
.c-basic-title01 .reduce {
  color: #505050;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 45%;
  display: block;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  margin-top: 0.2rem;
}
@media screen and (min-width: 992px) {
  .c-basic-title01 .reduce {
    font-size: 35%;
  }
}

.c-cta {
  background-color: #f6f6f6;
}
.c-cta--wrap {
  margin: auto;
  max-width: 1150px;
  padding: 45px 2%;
}
@media screen and (min-width: 768px) {
  .c-cta--wrap {
    padding: 90px 0;
  }
}
.c-cta-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .c-cta-list {
    max-width: none;
  }
}
.c-cta-list li.line, .c-cta-list li.tel, .c-cta-list li.mail {
  margin: 0 0.5% 6px;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .c-cta-list li.line, .c-cta-list li.tel, .c-cta-list li.mail {
    margin: 0 0.5%;
    width: 32.3333333333%;
  }
}
.c-cta-list li.shop, .c-cta-list li.visit {
  margin: 0 0.5% 6px;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .c-cta-list li.shop, .c-cta-list li.visit {
    margin: 10px 0.5% 0;
  }
}
.c-cta-list li.line a {
  background-color: #00b900;
}
.c-cta-list li.line a::before {
  background-image: url(../images/common/icon_line.svg);
}
.c-cta-list li.line a:hover {
  background-color: #3fe43f;
}
.c-cta-list li.tel a::before {
  background-image: url(../images/common/icon_tel_round.svg);
}
.c-cta-list li.mail a::before {
  background-image: url(../images/common/icon_mail_round.svg);
}
.c-cta-list li.shop a::before, .c-cta-list li.shop label::before {
  background-image: url(../images/common/icon_shop_round.svg);
}
.c-cta-list li.visit a::before, .c-cta-list li.visit label::before {
  background-image: url(../images/common/icon_visit_round.svg);
}
.c-cta-list li a,
.c-cta-list li label {
  background-color: #1f1e21;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 3.8709677419vw;
  font-weight: bold;
  height: 100%;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  padding: 1.2rem 1rem;
  transition: 0.4s;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 620px) {
  .c-cta-list li a,
  .c-cta-list li label {
    font-size: 3.125vw;
    padding: 1.2rem 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cta-list li a,
  .c-cta-list li label {
    font-size: clamp(18px, 2.4vw, 24px);
  }
}
@media screen and (min-width: 992px) {
  .c-cta-list li a,
  .c-cta-list li label {
    font-size: 24px;
    padding: 1.8rem 2.5rem;
  }
}
.c-cta-list li a:hover,
.c-cta-list li label:hover {
  background-color: #4d4d4e;
}
.c-cta-list li a::before,
.c-cta-list li label::before {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 999px;
  content: "";
  display: block;
  margin-right: 4%;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .c-cta-list li a::before,
  .c-cta-list li label::before {
    width: 6.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-cta-list li a::before,
  .c-cta-list li label::before {
    width: 80px;
  }
}
.c-cta-list li a .reduce,
.c-cta-list li label .reduce {
  display: none;
  font-size: 60%;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .c-cta-list li a .reduce,
  .c-cta-list li label .reduce {
    display: block;
  }
}
.c-cta-list li a .text,
.c-cta-list li label .text {
  color: #ffffff;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .c-cta-list li a .text,
  .c-cta-list li label .text {
    width: 6.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-cta-list li a .text,
  .c-cta-list li label .text {
    width: calc(100% - 80px);
  }
}
.c-cta-list li a time,
.c-cta-list li label time {
  display: block;
  font-size: 53%;
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-cta-list li a time,
  .c-cta-list li label time {
    font-size: 58%;
    margin-top: 0.4rem;
  }
}

/* =========================================================
pagination
========================================================= */
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: clamp(13px, 1.5vw, 15px);
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .c-pagination {
    font-size: 15px;
  }
}
.c-pagination a {
  color: #222;
  text-decoration: none;
}
.c-pagination a:hover {
  text-decoration: underline;
}
.c-pagination .current {
  color: #a5915a;
  cursor: default;
  font-weight: bold;
  text-decoration: underline;
}
.c-pagination .dots {
  color: #777;
  padding: 0 4px;
  cursor: default;
}

/* =========================================================
column list
========================================================= */
.p-column-list {
  color: #20252a;
  background: #f7f5ef;
}

.p-column-list-head {
  padding: 60px 0;
  text-align: center;
  background: #fff;
}
.p-column-list-head--wrap {
  width: min(900px, 100% - 30px);
  margin: 0 auto;
}
.p-column-list-head_en {
  color: #9c7a22;
  font-family: serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.p-column-list-head_title {
  margin-top: 8px;
  color: #082b47;
  font-family: serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 600;
  letter-spacing: 0.08em;
}
.p-column-list-head_text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-column-list-head {
    padding: 90px 0;
  }
  .p-column-list-head_text {
    font-size: 16px;
  }
}

.p-column-list-main {
  padding: 55px 0 70px;
}
.p-column-list-main--wrap {
  width: min(1180px, 100% - 30px);
  margin: 0 auto;
}
.p-column-list-main_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  list-style: none;
}
.p-column-list-main_item {
  overflow: hidden;
  border: 1px solid #ddd8ca;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(8, 43, 71, 0.06);
}
.p-column-list-main_item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.p-column-list-main_image {
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #eeeae0;
}
.p-column-list-main_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.p-column-list-main_body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px;
}
.p-column-list-main_body time {
  color: #7c7c7c;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.p-column-list-main_body h2 {
  margin-top: 9px;
  color: #082b47;
  font-family: serif;
  font-size: 21px;
  line-height: 1.55;
}
.p-column-list-main_body p {
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.8;
}
.p-column-list-main_more {
  align-self: flex-end;
  margin-top: auto;
  padding-top: 22px;
  color: #9c7a22;
  font-size: 13px;
  font-weight: 700;
}
.p-column-list-main_more::after {
  margin-left: 8px;
  content: "→";
}
.p-column-list-main_empty {
  padding: 50px 15px;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-column-list-main {
    padding: 75px 0 90px;
  }
  .p-column-list-main_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 992px) {
  .p-column-list-main_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 24px;
  }
  .p-column-list-main_item:hover img {
    transform: scale(1.04);
  }
}

/*# sourceMappingURL=style-column-list.css.map */
