<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.sp {
  display: none;
}

p {
  font-size: 24px;
  line-height: 2;
  margin: 0;
}

a {
  color: #907b42;
  text-decoration: unset;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover {
  opacity: .6;
}

a.link-green {
  color: #35832c;
  text-decoration: underline;
}

.glnv ul li a {
  color: #000;
}

.ft a {
  color: #000;
}

.ft p {
  line-height: 1.5;
}

.ft-ft-wrap a {
  color: #fff;
}

.bg-colored {
  background-color: #f6f3ef;
  padding: 90px 0 10px;
  margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .bg-colored {
    padding-top: 40px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 480px) {
  .bg-colored {
    padding-top: 40px;
    margin-bottom: 50px;
  }
}

.container {
  max-width: 1284px;
  width: 90%;
  margin: 0 auto;
}

.section {
  margin-bottom: 150px;
}

.title {
  margin-bottom: 7vw;
}

.page-title {
  letter-spacing: 0.14em;
  font-size: 60px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 10px;
}

.page-subtitle {
  font-size: 24px;
  color: #907b42;
  text-align: center;
}

.section-title {
  font-size: 48px;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  p {
    font-size: 20px;
    line-height: 1.6;
  }
  .section {
    margin-bottom: 70px;
  }
  .page-title {
    font-size: 50px;
  }
  .section-title {
    font-size: 30px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .title {
    margin-bottom: 30px;
  }
  .page-title {
    font-size: 8vw;
    margin-bottom: 5px;
  }
  .page-subtitle {
    font-size: 4.3vw;
  }
  .section {
    margin-bottom: 70px;
  }
  .section-title {
    font-size: 7.5vw;
    margin-bottom: 30px;
  }
  p {
    font-size: 16px;
  }
}

table {
  width: 100%;
  font-size: 24px;
}

table th {
  background-color: #f2f1f1;
  padding: 35px 45px;
  border-top: 1px solid #907b42;
  text-align: start;
  width: 285px;
}

table td {
  border-top: 1px solid #907b42;
  padding: 35px 45px;
}

table:last-child th, table:last-child td {
  border-bottom: 1px solid #907b42;
}

@media screen and (max-width: 960px) {
  table {
    width: 100%;
  }
  table th {
    padding: 20px 10px;
    font-size: 14px;
    width: unset;
  }
  table td {
    padding: 20px 10px;
    font-size: 14px;
  }
}

.btn {
  font-size: 24px;
}

.btn-brown {
  width: 350px;
  height: 70px;
  line-height: 70px;
  background-color: #907b42;
  color: #fff;
  -webkit-box-shadow: 0.3vw 0.4vw 0 #655a3b;
          box-shadow: 0.3vw 0.4vw 0 #655a3b;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  text-align: center;
  font-size: 24px;
  margin: 0 auto;
  position: relative;
}

.btn-brown:hover {
  -webkit-box-shadow: 0 0 0 #655a3b;
          box-shadow: 0 0 0 #655a3b;
  -webkit-transform: translateX(0.3vw) translateY(0.4vw);
          transform: translateX(0.3vw) translateY(0.4vw);
}

.btn-brown img {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.btn-cart {
  width: 100%;
  margin-bottom: 30px;
}

.btn-cart .icon-cart {
  left: 10%;
}

.btn-green-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-green-area a {
  width: 48%;
}

.btn-green {
  height: 80px;
  line-height: 80px;
  border: 1px solid #577c51;
  color: #577c51;
  background-color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.btn-green .fa-caret-right {
  position: absolute;
  right: 5%;
  top: 52%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.btn-guide {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #577c51;
  color: #fff;
  text-align: center;
  position: relative;
}

.btn-guide .fa-caret-right {
  position: absolute;
  right: 5%;
  top: 52%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.btn-guide:hover {
  opacity: .6;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 1100px) {
  .btn-green-area a {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .btn-green-area a {
    width: 48%;
  }
  .btn-green {
    width: unset;
  }
}

@media screen and (max-width: 480px) {
  .btn {
    font-size: 16px;
  }
  .btn-brown {
    width: 210px;
    height: 50px;
    line-height: 50px;
    -webkit-box-shadow: 1.3vw 1.4vw 0 #655a3b;
            box-shadow: 1.3vw 1.4vw 0 #655a3b;
  }
  .btn-brown {
    width: 300px;
  }
  .btn-green {
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .btn-guide {
    height: 50px;
    line-height: 50px;
  }
  .btn-cart {
    margin-bottom: 30px;
  }
}

.icon-wrap {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 38px;
  height: 38px;
}

.icon-wrap:hover {
  cursor: pointer;
}

/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
.icon-plus {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
.icon-plus::before,
.icon-plus::after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #000;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* そのうち1本を縦にする */
.icon-plus:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

/* プラスアイコンクリック後、マイナスにする */
.icon-plus.open:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.bread p {
  text-align: end;
  margin-bottom: 80px;
  font-size: 18px;
}

@media screen and (max-width: 1660px) {
  .bread p {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 960px) {
  .bread p {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=base-style.css.map */</pre></body></html>