/* CSS Document */
@media screen and (min-width: 769px) {
  .box-inner {
    max-width: 1118px;
  }
}

#main {
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #main {
    padding-bottom: 100px;
  }
}

.topmds-box {
  text-align: center;
  margin-bottom: 5.3333333333vw;
  font-size: 6.4vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #594336;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .topmds-box {
    margin-bottom: 28px;
    font-size: 44px;
  }
}

.topimg-box {
  margin-bottom: 13.3333333333vw;
  padding-bottom: 6.4vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .topimg-box {
    margin-bottom: 64px;
    padding-bottom: 52px;
  }
}
.topimg-box::before {
  content: "";
  background: #EAE8DF;
  width: 100%;
  height: 36.5333333333vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .topimg-box::before {
    height: 221px;
  }
}
.topimg-box .box-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .topimg-box .box-inner {
    gap: 110px;
  }
}
.topimg-box .box-inner .card {
  width: 45.8666666667vw;
}
@media screen and (min-width: 769px) {
  .topimg-box .box-inner .card {
    width: 269px;
  }
}
.topimg-box .box-inner .mobile {
  width: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .topimg-box .box-inner .mobile {
    width: 108px;
  }
}

.tokuten-box .mds-l {
  padding-bottom: 4.2666666667vw;
  margin-bottom: 6.4vw;
  border-bottom: 1px solid #594336;
  font-size: 4.8vw;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .tokuten-box .mds-l {
    padding-bottom: 16px;
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.tokuten-box .detail {
  margin-bottom: 13.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .tokuten-box .detail {
    margin-bottom: 80px;
    font-size: 16px;
  }
  .tokuten-box .detail:last-of-type {
    margin-bottom: 24px;
  }
}
.tokuten-box .detail a {
  text-decoration: underline;
  color: #594336;
}
.tokuten-box .detail .font-s {
  line-height: 1.4;
}

.entry-box {
  background: #eae8df;
  padding: 6.1333333333vw 3.7333333333vw 4.2666666667vw;
  margin-bottom: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  .entry-box {
    padding: 24px 64px 48px;
    margin-bottom: 32px;
    text-align: center;
  }
}
.entry-box .mds-s {
  text-align: center;
  padding-bottom: 3.4666666667vw;
  margin-bottom: 4.2666666667vw;
  border-bottom: 1px solid #C6B6AB;
  font-size: 4.2666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .entry-box .mds-s {
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}
.entry-box .txt {
  font-size: 3.7333333333vw;
  margin-bottom: 6.4vw;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .entry-box .txt {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.entry-box .btn-base {
  width: 100%;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .entry-box .btn-base {
    margin-bottom: 0;
    display: inline-block;
    max-width: 330px;
    margin: 0 24px;
  }
}
.entry-box .btn-base a {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .entry-box .btn-base a {
    font-size: 16px;
  }
}
.info-list {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .info-list {
    font-size: 16px;
  }
}
.info-list .inner {
  margin-bottom: 4.2666666667vw;
  padding-bottom: 4.2666666667vw;
  border-bottom: 1px solid #C6B6AB;
}
@media screen and (min-width: 769px) {
  .info-list .inner {
    margin-bottom: 16px;
    padding-bottom: 16px;
    display: flex;
  }
}
.info-list .inner dt {
  margin-bottom: 2.1333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .info-list .inner dt {
    margin-bottom: 0;
    width: 270px;
  }
}
.info-list .inner dd {
  line-height: 1.8;
  flex: 1;
}
@media screen and (min-width: 769px) {
  .info-list .inner .tel-wrapper {
    display: flex;
    align-items: center;
  }
}
.info-list .inner .tel-wrapper .mds {
  font-weight: 500;
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .info-list .inner .tel-wrapper .mds {
    margin-top: 0;
  }
}
.info-list .inner .tel-wrapper .tel {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .info-list .inner .tel-wrapper .tel {
    margin-left: 16px;
  }
}
.info-list .inner .tel-wrapper .tel img {
  width: 2.4vw;
  vertical-align: middle;
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .info-list .inner .tel-wrapper .tel img {
    width: 11px;
    margin-right: 7px;
  }
}
.info-list .inner .tel-wrapper .tel a {
  font-family: "Work Sans", sans-serif;
  font-size: 4.2666666667vw;
  color: #594336;
  margin-top: 0.5333333333vw;
  display: flex;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .info-list .inner .tel-wrapper .tel a {
    font-size: 18px;
    margin-top: 0;
    pointer-events: none;
  }
}
.info-list .inner .tel-wrapper .tel span {
  margin-right: 10px;
  line-height: 2;
}
/*# sourceMappingURL=_map/card.css.map */
