@charset "UTF-8";

.page-title {
  background: #91d1db;
}
.page-title .inner::after {
  background-image: url(../images/common/ornament_mountain_white.svg);
}
.page-title img {
  width: 90px;
  height: 39px;
  transform: translate(0px, 48px);
}
@media screen and (min-width: 840px) {
  .page-title img {
    width: 168px;
    height: 73px;
    transform: translate(-110px, 170px);
  }
}
#PRICES .sp-logo {
  background: #91d1db;
}
@media screen and (min-width: 840px) {
  #PRICES .content {
    width: 1230px;
    margin: 0 auto;
  }
}
#PRICES .content h1 {
  color: #91d1db;
}

.prices__offset {
  width: calc(100% - 110px);
  margin: 0 auto;
}
@media screen and (min-width: 840px) {
  .prices__body {
    width: 530px;
    margin: 0;
  }
}

@media screen and (min-width: 840px) {
    .sample-title {
        display: block;
        margin-top: 86px;
    }
}

.sample__heading {
    color: #91d1db;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-size: 15px;
    text-align: center;
    margin-top: 45px;
}

.sample__image {
    margin-top: 55px;
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 840px) {
    .sample__image {
        margin-top: 131px;
        transform: translate(34px, 0);
    }
}

.sample__total-wrapper {
    display: flex;
    justify-content: center;
}

.sample__total {
    background-color: #91d1db;
    color: #fff;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px 10px;
    border-radius: 9999px;
    margin: 64px auto 0;
    width: 100%;
    max-width: 270px;
    min-width: 210px;
}
@media screen and (min-width: 840px) {
    .sample__total {
        font-size: 20px;
        padding-right: 52px;
        padding-left: 52px;
        margin-top: 80px;
        max-width: 324px;
    }
}

.sample__total-title {
    font-family: din-condensed, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.22em;
}
@media screen and (min-width: 840px) {
    .sample__total-title {
        font-size: 25px;
    }
}

.sample__notes {
    width: 270px;
    margin: 20px auto 0;
}
@media screen and (min-width: 840px) {
    .sample__notes {
        width: auto;
        text-align: center;
        margin-top: 30px;
    }
}

.sample__toryou {
    color: #91d1db;
    margin-top: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media screen and (min-width: 840px) {
    .sample__toryou {
        margin-top: 160px;
    }
}


.sample__toryou-heading-body-wrapper {
    width: 270px;
}
@media screen and (min-width: 840px) {
    .sample__toryou-heading-body-wrapper {
        width: 500px;
    }
}

.sample__toryou-body {
    position: relative;
    padding-bottom: 28px;
}
@media screen and (min-width: 840px) {
    .sample__toryou-body {
        padding-bottom: 110px;
    }
}

.sample__toryou-body::after {
    display: block;
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/prices/person.png);
    width: 118px;
    height: 124px;
}
@media screen and (min-width: 840px) {
    .sample__toryou-body::after {
        width: 262px;
        height: 280px;
        right: -230px;
        bottom: -2px;
    }
}

.contact {
    background-color: #91d1db;
    padding: 55px 0;
    position: relative;
}
@media screen and (min-width: 840px) {
    .contact {
        padding: 78px 0 70px;
    }
}

@media screen and (min-width: 840px) {
    .contact::before {
        content: '';
        display: block;
        width: 200vw;
        height: 100%;
        background: #91d1db;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transform: translate(-100vw, 0px);
    }
}

.contact::after {
  content: '';
  display: block;
  width: 42px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -1px;
  left: 0;
  z-index: 10;
  margin: 0 auto;
  background-image: url(../images/order/arrow_white.svg);
}

.contact__heading-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 31px;
}

.contact__heading-emphasis {
    font-size: 15px;
}
@media screen and (min-width: 840px) {
    .contact__heading-emphasis {
        font-size: 25px;
    }
}

.contact__heading {
    display: flex;
    flex-direction: column;
    font-size: 11px;
}
@media screen and (min-width: 840px) {
    .contact__heading {
        font-size: 16px;
        transform: translate(-50px, 0);
    }
}

.contact__image {
    width: 67px;
}
@media screen and (min-width: 840px) {
    .contact__image {
        width: 113px;
    }
}

.contact__button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
@media screen and (min-width: 840px) {
    .contact__button {
        margin-top: 56px;
    }
}

.contact__button-link {
    color: #91d1db;
    background-color: #fff;
    font-size: 13px;
    display: block;
    width: 100%;
    max-width: 529px;
    min-width: 264px;
    padding: 10px 40px;
    border-radius: 9px;
    text-align: center;
    position: relative;
}
@media screen and (min-width: 840px) {
    .contact__button-link {
        font-size: 20px;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 18px;
    }
}

.contact__button-arrow {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 9px;
}
@media screen and (min-width: 840px) {
    .contact__button-arrow {
        width: 18px;
        right: 35px;
    }
}
