@charset "UTF-8";

.second-layer .page-title .title span {
    color: var(--purple);
}

/*================================================================
# section-title01
================================================================ */
.second-layer .section-title01__en {
    color: var(--purple);
}

.second-layer .section-title01__jp strong {
    font-size: 48px;
    color: var(--purple);
}

/*================================================================
#anchor
================================================================ */
.anchor .anchor__list {
    width: calc(100% / 4 - 16px);
}

.anchor .anchor__list:nth-child(n+5) {
    margin-top: 16px;
}

/*================================================================
.intro
================================================================ */
.intro {
    margin-top: -100px;
}

.intro .wrap {
    position: relative;
}

.intro .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro .left {
    width: 280px;
    position: relative;
}

.intro .right {
    width: 500px;
    padding-right: 0;
}

.anchor .anchor__ul {
    margin-left: 0;
    flex-direction: column;
}

.anchor .anchor__list {
    width: 100%;
    margin: 0;
}

.anchor .anchor__list:nth-child(n+2) {
    margin-top: 16px;
}

.intro .sub-title {
    font-weight: 700;
    color: #7a7870;
}

.intro .title {
    margin-top: 8px;
    font-size: 32px;
}

.intro .text {
    margin-top: 16px;
    line-height: 2;
}

.intro .intro__img01 {
    position: absolute;
    top: -112px;
    left: 194px;
}

.intro .intro__img02 {
    position: absolute;
    right: -4px;
    bottom: 59px;
    z-index: 1;
}

/*================================================================
# プラン
================================================================ */
.section-plan {
    margin-top: 0;
}

.section-plan .plan__title-area .plan-title-en {
    color: var(--purple);
}

.section-plan .box .box__tag {
    color: var(--purple);
}

.section-plan .wrap::before {
    background-color: var(--purple);
}

.section-plan .con_est {
    height: calc(100% - 16px);
    margin: 0 16px 16px 0;
    padding: 64px;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 16px 16px 0 0 rgba(0, 0, 0, .15);
}

.section-plan .tmp_st1 {
    margin-bottom: 16px;
    position: relative;
    font-size: 170%;
    font-weight: normal;
    text-align: center;
}

.section-plan .tmp_st1 {
    margin-bottom: 32px;
}

.section-plan .tmp_st1 div {
    margin-bottom: 0;
    line-height: 1;
}

.section-plan .tmp_st1 em {
    padding: 0 8px;
    background: linear-gradient(transparent 40%, #f0d6e6 40%);
    font-size: 16px;
    font-weight: bold;
}

.section-plan .tmp_st1 em {
    font-size: 18px;
}

.section-plan .tmp_st1 strong {
    margin-top: 16px;
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.section-plan .tmp_st1 .en {
    font-family: var(--text-en);
    font-size: 16px;
    font-weight: 700;
    color: var(--purple);
}

.section-plan .tmp_st2 {
    font-weight: normal;
    text-align: center;
}

.section-plan .tmp_st2 span {
    font-weight: 600;
}

.section-plan .tmp_st2>span {
    padding: 0 24px;
    display: inline-block;
    font-family: var(--text-en);
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    color: var(--purple);
}

.section-plan .tmp_st2 .jp {
    font-size: 14px;
    line-height: 2;
    color: #010101;
}

.section-plan .description {
    margin-bottom: 16px;
    font-size: 14px;
    color: rgb(29, 20, 15);
}

.section-plan .description {
    margin-top: 24px;
    font-size: 14px;
    text-align: center;
}

.section-plan .con_est h3 {
    padding: 24px 0;
    background-color: #f4f4f4;
}

.section-plan .con_est .box_menu {
    margin-top: 64px;
}

.section-plan .salon-menu-list {
    margin: 0 0 16px;
}

.section-plan .salon-menu-list {
    padding: 8px 0;
    border-top: 1px solid #f4e2eb;
}

.section-plan .salon-menu-list {
    padding: .8em 0;
    border-bottom: 1px solid #f4e2eb;
}

.section-plan .salon-menu-wrap {
    margin-top: 40px;
}

.section-plan .salon-menu-list {
    display: flex;
    justify-content: space-between;
    font-size: 116%;
    font-weight: 700;
}

.section-plan .salon-menu-list>dt:before {
    width: 14px;
    height: 14px;
    margin-right: .5em;
    border: 4px solid var(--purple);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: inline-block;
    vertical-align: -.05em;
}

.section-plan .con_est .price {
    margin-bottom: 0;
    font-size: 15px;
    color: rgb(31, 22, 18);
}

.section-plan .con_est .price {
    font-size: 18px;
}

.section-plan .con_est .price small {
    font-size: 12px;
}

.section-plan .con_est .menu-description {
    width: 100%;
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.section-plan .con_est .menu-description dt,
.con_est .menu-description dd {
    border: 0;
}

.section-plan .con_est .menu-description dt {
    width: 74px;
    padding: 4px 0;
    background: var(--purple);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-align: center;
}

.section-plan .con_est .menu-description dd {
    width: calc(100% - 74px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-plan .menu-description .txt_menu {
    margin-bottom: 0;
    padding: 0 1em;
    font-size: 14px;
}

.section-plan .menu-description .price {
    margin-left: auto;
    padding: 0 1em;
}

.section-plan .menu-description .price small {
    font-size: 12px;
}

.section-plan .note {
    width: 80%;
    margin: 32px auto 0;
    padding: 24px;
    border-radius: 40px;
    background: #f4e2eb;
    font-weight: 700;
    text-align: center;
}

.section-plan .note p {
    font-size: 18px;
}

.section-plan .note .is-small {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
}

.mugwort-steamed_img02,
.mugwort-steamed_img03 {
    margin-top: 40px;
}