@charset "UTF-8";
.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;
  }
}

.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%;
  }
}

/* =========================================================
column price
========================================================= */
.p-column-price {
  --navy: #082b47;
  --gold: #9c7a22;
  color: #20252a;
}

.p-column-price-article {
  font-family: "Noto Sans JP", sans-serif;
}

.p-column-price-mv {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #f8f5ed;
}
.p-column-price-mv_image {
  position: absolute;
  inset: 0;
}
.p-column-price-mv_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-column-price-mv_image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88) 50%, rgba(255, 255, 255, 0) 78%);
}
.p-column-price-mv_body {
  position: relative;
  z-index: 1;
  width: min(1180px, 100% - 30px);
  margin: 0 auto;
  padding: 70px 0;
}
.p-column-price-mv_label {
  display: inline-block;
  padding: 8px 24px;
  color: #fff;
  font-family: serif;
  font-size: 24px;
  background: var(--navy);
  transform: rotate(-3deg);
}
.p-column-price-mv_lead {
  display: inline-block;
  margin-left: 18px;
  padding: 8px 22px;
  color: #604b19;
  font-weight: 700;
  border: 1px solid #8e722f;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}
.p-column-price-mv h1 {
  margin-top: 20px;
  color: var(--navy);
  font-family: serif;
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
.p-column-price-mv h1 span {
  color: var(--gold);
  font-size: 1.2em;
}
.p-column-price-mv_text {
  margin-top: 20px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 700;
}
.p-column-price-mv_text span {
  color: var(--gold);
  font-size: 1.35em;
}

.p-column-price-point {
  padding: 80px 0;
  background: #f7f5ef;
}
.p-column-price-point--wrap {
  width: min(1180px, 100% - 30px);
  margin: 0 auto;
}
.p-column-price-point h2 {
  margin-bottom: 42px;
  color: var(--navy);
  font-family: serif;
  font-size: clamp(28px, 3vw, 42px);
  text-align: center;
}
.p-column-price-point_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  list-style: none;
}
.p-column-price-point_item {
  grid-column: span 2;
  overflow: hidden;
  padding: 26px;
  border: 1px solid #aeb7bd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(8, 43, 71, 0.06);
}
.p-column-price-point_item:nth-child(-n+2) {
  grid-column: span 3;
}
.p-column-price-point_head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 82px;
}
.p-column-price-point_head .number {
  margin: -26px 0 0 -26px;
  padding: 12px 18px 14px;
  color: #fff;
  font-family: serif;
  font-size: 34px;
  line-height: 1;
  background: var(--navy);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}
.p-column-price-point_head h3 {
  color: var(--navy);
  font-family: serif;
  font-size: 25px;
  line-height: 1.35;
}
.p-column-price-point_head h3 span {
  color: var(--gold);
}
.p-column-price-point_image {
  margin: 14px -26px 20px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-column-price-point_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-column-price-point_text {
  min-height: 100px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}
.p-column-price-point_note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}
.p-column-price-point_note .image {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.p-column-price-point_note .image img {
  width: 100%;
  height: 100%;
}
.p-column-price-point_tip {
  position: relative;
  width: 100%;
  padding: 18px 16px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  border: 1px solid #b79b51;
  border-radius: 6px;
  background: #fffdf7;
}
.p-column-price-point_tip span {
  position: absolute;
  top: -10px;
  left: 12px;
  padding: 2px 8px;
  color: #fff;
  font-size: 10px;
  background: var(--gold);
}
.p-column-price-point_chart {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 13px;
  margin: 14px -26px 20px;
  padding: 45px 45px 28px;
  aspect-ratio: 3/2;
  background: #faf8f2;
}
.p-column-price-point_chart span {
  width: 12%;
  background: #bbb;
}
.p-column-price-point_chart span:nth-child(1) {
  height: 20%;
}
.p-column-price-point_chart span:nth-child(2) {
  height: 35%;
}
.p-column-price-point_chart span:nth-child(3) {
  height: 50%;
}
.p-column-price-point_chart span:nth-child(4) {
  height: 68%;
}
.p-column-price-point_chart span:nth-child(5) {
  height: 88%;
}
.p-column-price-point_chart i {
  position: absolute;
  top: 30%;
  left: 19%;
  width: 65%;
  height: 5px;
  transform: rotate(-25deg);
  transform-origin: left;
  background: var(--gold);
}
.p-column-price-point_chart i::after {
  position: absolute;
  top: -8px;
  right: -2px;
  content: "";
  border: 10px solid transparent;
  border-left: 17px solid var(--gold);
  border-right: 0;
}

.p-column-price-summary {
  padding: 65px 15px;
}
.p-column-price-summary div {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 38px;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  background: var(--navy);
}
.p-column-price-summary h2 {
  color: #e7c777;
  font-family: serif;
  font-size: 30px;
}
.p-column-price-summary p {
  margin-top: 12px;
  color: #fff;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .p-column-price-point_item, .p-column-price-point_item:nth-child(-n+2) {
    grid-column: span 3;
  }
}
@media screen and (max-width: 767px) {
  .p-column-price-mv {
    min-height: 500px;
  }
  .p-column-price-mv_image::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.75) 70%, rgba(255, 255, 255, 0.25));
  }
  .p-column-price-mv_body {
    padding: 35px 0 170px;
  }
  .p-column-price-mv_label {
    font-size: 17px;
  }
  .p-column-price-mv_lead {
    display: table;
    margin: 12px 0 0;
    font-size: 13px;
  }
  .p-column-price-mv h1 {
    font-size: clamp(36px, 11vw, 52px);
  }
  .p-column-price-mv_text {
    font-size: 14px;
  }
  .p-column-price-point {
    padding: 55px 0;
  }
  .p-column-price-point h2 {
    margin-bottom: 28px;
    font-size: 27px;
    line-height: 1.5;
  }
  .p-column-price-point_list {
    display: block;
  }
  .p-column-price-point_item + .p-column-price-point_item {
    margin-top: 18px;
  }
  .p-column-price-point_head h3 {
    font-size: 22px;
  }
  .p-column-price-point_text {
    min-height: 0;
    font-size: 14px;
  }
  .p-column-price-summary {
    padding: 45px 15px;
  }
  .p-column-price-summary div {
    padding: 28px 18px;
  }
  .p-column-price-summary h2 {
    font-size: 23px;
  }
  .p-column-price-summary p {
    font-size: 14px;
  }
}

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