@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
.crimson {
    font-family: "Crimson Text", serif;
}

.playfair {
    font-family: "Playfair Display", serif;
}


/* hakajimai*/

.p-hakajimai-index-about {
    max-width: 810px;
    margin: 0 auto 130px;
}

@media screen and (max-width: 768px) {
    .p-hakajimai-index-about {
        margin: 0 auto 100px;
    }
    .p-hakajimai-index-about .m-movie {
        margin-bottom: 30px;
    }
}

.p-hakajima-anshin {
    margin-bottom: 130px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .p-hakajima-anshin {
        margin-bottom: 80px;
        gap: 20px;
    }
}

.p-hakajima-anshin-box {
    position: relative;
    z-index: 1;
}

.p-hakajima-anshin-box__inner {
    position: relative;
    padding: 88px 80px 80px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid rgba(136, 126, 116, .5);
}

.p-hakajima-anshin-box__inner:after {
    position: absolute;
    content: "";
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    background-color: #887E74;
    border-radius: 11px;
    z-index: -1;
}

.p-hakajima-anshin-box__inner::before {
    position: absolute;
    content: '';
    top: 70px;
    left: -7px;
    border: none;
    border-bottom: solid 6px transparent;
    border-right: solid 7px #B9B0A6;
    /*折り返し部分*/
}

.p-hakajima-anshin-box__inner .batch {
    position: absolute;
    top: 18px;
    left: -7px;
    width: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 0 13px 0 16px;
    height: 52px;
    background-color: #65594C;
    color: #fff;
}

.p-hakajima-anshin-box__inner .batch p {
    margin: 0;
    font-size: 19px;
    letter-spacing: 0.08em;
}

.p-hakajima-anshin-box__inner .batch span {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    letter-spacing: 0.02em;
    line-height: 1;
    padding-bottom: 7px;
}

.p-hakajima-anshin-box__inner .flex {
    display: flex;
    flex-direction: row-reverse;
    gap: 43px;
}

.p-hakajima-anshin-box__inner .img {
    width: 244px;
}

.p-hakajima-anshin-box__inner .text {
    width: calc(100% - 287px);
}

.p-hakajima-anshin-box__inner .text p {
    letter-spacing: .05em;
    line-height: 1.7;
}

.p-hakajima-anshin-box__title {
    font-size: 22px;
    margin-bottom: 45px;
    display: inline-block;
    position: relative;
    width: auto;
}

.p-hakajima-anshin-box__title::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 1px;
    /* 線の太さ */
    background-image: repeating-linear-gradient( to right, #65594C, #65594C 6px, /* 線分の長さ */
    transparent 6px, transparent 9px/* 間隔を含む合計 */
    );
}

.p-hakajima-anshin-box.last .text p {
    margin-bottom: 30px;
}

.p-hakajima-anshin-box__inner .m-links {
    gap: 8px;
}

.p-hakajima-anshin-box__inner .m-links .c-button {
    max-width: 211px;
    min-width: 211px;
}

@media screen and (max-width: 768px) {
    .p-hakajima-anshin-box__inner {
        padding: 38px 45px 38px;
    }
    .p-hakajima-anshin-box__inner:after {
        position: absolute;
        content: "";
        top: 8px;
        left: 8px;
        width: 100%;
        height: 100%;
        background-color: #887E74;
        border-radius: 11px;
        z-index: -1;
    }
    .p-hakajima-anshin-box__inner::before {
        top: 30px;
        left: -3px;
        border-bottom: solid 3px transparent;
        border-right: solid 3px #B9B0A6;
        /*折り返し部分*/
    }
    .p-hakajima-anshin-box__inner .batch {
        position: absolute;
        top: -3px;
        left: -3px;
        width: 83px;
        padding: 0 10px 0 13px;
        height: 33px;
    }
    .p-hakajima-anshin-box__inner .batch p {
        font-size: 15px;
    }
    .p-hakajima-anshin-box__inner .batch span {
        font-size: 20px;
        padding-bottom: 5px;
    }
    .p-hakajima-anshin-box__inner .flex {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
    .p-hakajima-anshin-box__inner .img {
        width: 168px;
        margin: 0 auto;
    }
    .p-hakajima-anshin-box__inner .text {
        width: 100%;
    }
    .p-hakajima-anshin-box__header {
        text-align: center;
        margin-bottom: 20px;
    }
    .p-hakajima-anshin-box__title {
        font-size: 18px;
        letter-spacing: 0.08em;
        line-height: 1.8;
        text-align: center;
        margin-bottom: 0;
        position: relative;
        width: auto;
        display: inline;
        background-image: repeating-linear-gradient( to right, #65594C, #65594C 6px, transparent 6px, transparent 9px);
        background-position: 0 100%;
        background-repeat: repeat-x;
        background-size: 100% 1px;
        padding-bottom: 3px;
        /* 線と文字の間隔調整 */
    }
    .p-hakajima-anshin-box__title::after {
        content: none;
    }
    .p-hakajima-anshin-box.last .text p {
        margin-bottom: 30px;
    }
    .p-hakajima-anshin-box__inner .m-links {
        gap: 4px;
    }
    .p-hakajima-anshin-box__inner .m-links .c-button {
        max-width: 250px;
        min-width: 250px;
    }
}

@media screen and (max-width: 768px) {
    .hakajimai-movie.m-movie {
        margin-bottom: 60px;
    }
}

.p-hakajimai-flow-box {
    border: 1px solid #7A7A7A;
    padding: 110px 0 100px;
    margin-bottom: 140px;
}

.p-hakajimai-flow-steps {
    width: 100%;
    max-width: 710px;
    margin: 0 auto 75px;
}

.p-hakajimai-flow-step {
    padding: 28px 0 70px;
    margin-bottom: 28px;
    background-image: url(/wp-content/themes/flatsome-child/assets/img/boseki/hakajimai/step-arrow.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.p-hakajimai-flow-step--last {
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: none;
}

.p-hakajimai-flow-step .ez-toc-section {
    display: none;
}

.p-hakajimai-flow-step h3 {
    display: flex;
    align-items: center;
    color: #312C27;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 22px;
}

.p-hakajimai-flow-step h3 span {
    font-family: "Playfair Display", serif;
    color: #957E61;
    padding-bottom: 8px;
    border-bottom: 1px solid #957E61;
    font-size: 32px;
    margin-right: 20px;
    line-height: 1;
}

.p-hakajimai-flow-step__container {
    display: flex;
    align-items: center;
}

.p-hakajimai-flow-step__image {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-hakajimai-flow-step__text {
    flex: 1;
}

.p-hakajimai-flow-step__text p {
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin: 0;
}

.p-hakajimai-flow-step__text p span {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .p-hakajimai-flow-box {
        padding: 50px 17px 15px;
        margin-bottom: 80px;
    }
    .p-hakajimai-flow-box .m-links div,
    .p-hakajimai-flow-box button,
    .p-hakajimai-flow-box a {
        max-width: 100%;
        width: 100%;
    }
    .p-hakajimai-flow-steps {
        margin: 0 auto 50px;
        padding: 0 11px;
    }
    .p-hakajimai-flow-step {
        padding: 0 0 44px;
        margin-bottom: 11px;
        background-image: url(/wp-content/themes/flatsome-child/assets/img/boseki/hakajimai/step-arrow-sp.svg);
    }
    .p-hakajimai-flow-step--last {
        margin-bottom: 0;
        padding-bottom: 0;
        background-image: none;
    }
    .p-hakajimai-flow-step h3 {
        flex-direction: column;
        align-items: center;
        gap: 13px;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .p-hakajimai-flow-step h3 span {
        font-size: 22px;
        margin-right: 0px;
    }
    .p-hakajimai-flow-step__container {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .p-hakajimai-flow-step__image {
        width: 120px;
    }
}

.p-hakajima-flow-paln {
    background-color: #EDE7D8;
    border: 1px solid rgba(112, 112, 112, .2);
    width: 100%;
    max-width: 893px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 95px 60px;
    position: relative;
}

.p-hakajima-flow-paln:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 44px;
    background-color: #707070;
    left: 50%;
    top: -22px;
}

.hakajima-flow-paln__title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
}

.p-hakajima-flow-paln__lead {
    line-height: 1.75;
    margin-bottom: 30px;
    letter-spacing: .08em;
}

.p-hakajima-flow-paln__lead span {
    text-decoration: underline;
}

.p-hakajima-flow-paln__banner a {
    display: flex;
    justify-content: center;
    gap: 47px;
    padding: 38px;
    background-color: #FAF6EB;
    border-radius: 10px;
    max-width: 639px;
    margin: 0 auto;
    color: #403217;
    border: 1px solid rgba(64, 50, 23, .6);
}

.p-hakajima-flow-paln__banner a:hover {
    background-color: rgba(250, 246, 235, .5);
}

.hakajima-flow-paln__sub {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

.hakajima-flow-paln__main {
    margin-bottom: 12px;
    font-size: 22px;
}

.hakajima-flow-paln__label {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 0!important;
}

@media screen and (max-width: 768px) {
    .p-hakajima-flow-paln {
        padding: 37px 25px 30px;
    }
    .hakajima-flow-paln__title {
        font-size: 20px;
        margin-bottom: 16px;
        line-height: 1.5;
    }
    .p-hakajima-flow-paln__lead {
        margin-bottom: 24px;
        text-align: left;
        line-height: 1.7;
    }
    .p-hakajima-flow-paln__banner a {
        position: relative;
        justify-content: center;
        flex-direction: column-reverse;
        gap: 0;
        padding: 30px 16px 70px;
    }
    .hakajima-flow-paln__sub {
        margin-bottom: 3px;
        font-size: 14px;
        text-align: center;
    }
    .hakajima-flow-paln__main {
        margin-bottom: 18px;
        font-size: 16px;
        text-align: center;
        letter-spacing: 0.06em;
    }
    .hakajima-flow-paln__label {
        position: absolute;
        width: calc(100% - 40px);
        bottom: 24px;
        gap: 10px;
    }
    .hakajima-flow-paln__image {
        text-align: center;
        width: 61px;
        margin: 0 auto;
    }
}


/* hakajimai price */

.p-hakajimai-price-box {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(122, 122, 122, 0.6);
    padding: 12px;
    margin-bottom: 180px;
}

@media screen and (max-width: 992px) {
    .p-hakajimai-price-box {
        margin-bottom: 126px;
    }
}

.p-hakajimai-price-box__header {
    border-radius: 0px 0px 30px 30px;
    background: #f2eee7;
    padding: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.p-hakajimai-price-box__header h3 {
    font-size: 20px;
    color: #403217;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .p-hakajimai-price-box__header {
        padding: 34px 20px 27px;
        text-align: center;
        margin-bottom: 32px;
    }
    .p-hakajimai-price-box__header h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

.p-hakajimai-price-01 {
    color: #a79149;
    margin-bottom: 15px;
}

.p-hakajimai-price-01 .number1 {
    font-size: 64px;
    line-height: 1;
}

.p-hakajimai-price-01 .meters {
    font-size: 32px;
    padding-left: 10px;
    padding-right: 16px;
}

.p-hakajimai-price-01 .number10 {
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0;
    padding-right: 9px;
}

.p-hakajimai-price-01 .yen {
    font-size: 26px;
    margin-left: -5px;
}

.p-hakajimai-price-01 .tax {
    font-size: 20px;
    margin-left: -12px;
}

.p-hakajimai-price-01 .kara {
    font-size: 20px;
    margin-left: -12px;
}

.price-note {
    margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
    .p-hakajimai-price-01 {
        padding-top: 15px;
        margin-bottom: 10px;
    }
    .p-hakajimai-price-01 .number1 {
        font-size: 55px;
    }
    .p-hakajimai-price-01 .meters {
        font-size: 28px;
        padding-left: 6px;
        padding-right: 5px;
    }
    .p-hakajimai-price-01 .number10 {
        font-size: 58px;
        padding-right: 6px;
    }
    .p-hakajimai-price-01 .yen {
        font-size: 23px;
    }
    .p-hakajimai-price-01 .tax {
        font-size: 17px;
    }
    .p-hakajimai-price-01 .kara {
        font-size: 17px;
    }
    .price-note {
        margin-bottom: 18px;
    }
}

.p-hakajimai-price-include {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-hakajimai-price-include .circle {
    width: 34px;
    height: 34px;
    border: 1px solid #626262;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1;
    padding-bottom: 5px;
    color: #626262;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-hakajimai-price-include .kara {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 0 5px;
}

.p-hakajimai-price-include .text {
    padding-left: 8px;
    letter-spacing: .05em;
}

.p-hakajimai-price-box__container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 80px;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.p-hakajimai-price-include-list {
    width: calc(50% - 40px);
}

.p-hakajimai-price-include-list:last-child {
    width: 100%;
}

.p-hakajimai-price-include-list:last-child .p-hakajimai-price-include-text {
    margin-bottom: 1rem;
}

.p-hakajimai-price-include-label {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 20px;
}

.p-hakajimai-price-include-label .circle {
    border-radius: 50%;
    width: 54px;
    height: 54px;
    background: #f2eee7;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #715d45;
}

.p-hakajimai-price-include-label .circle:after {
    position: absolute;
    content: "";
    top: 2px;
    left: 2px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid #6f5a42;
    border-radius: 50%;
}

.p-hakajimai-price-include-label p {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: #6f5a42;
}

.p-hakajimai-price-include-label p span {
    font-size: 16px;
    letter-spacing: 0.03em;
}

.p-hakajimai-price-include-text {
    letter-spacing: 0.05em;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .p-hakajimai-price-include {
        flex-wrap: wrap;
    }
    .p-hakajimai-price-include .text {
        font-size: 15px;
    }
    .p-hakajimai-price-include .text2 {
        width: 100%;
        font-size: 15px
    }
    .p-hakajimai-price-box__container {
        flex-direction: column;
        gap: 24px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 28px;
    }
    .p-hakajimai-price-include-list {
        width: 100%;
    }
    .p-hakajimai-price-include-list:last-child .p-hakajimai-price-include-text {
        margin-bottom: 13px;
    }
    .p-hakajimai-price-include-label {
        gap: 10px;
        margin-bottom: 8px;
    }
    .p-hakajimai-price-include-label .circle {
        width: 38px;
        height: 38px;
        font-size: 16px;
        letter-spacing: 0.02em;
    }
    .p-hakajimai-price-include-label .circle:after {
        width: 34px;
        height: 34px;
    }
    .p-hakajimai-price-include-label p {
        font-size: 18px;
        letter-spacing: 0.05em;
        flex: 1;
    }
    .p-hakajimai-price-include-label p span {
        font-size: 15px;
        letter-spacing: 0.05em;
    }
    .p-hakajimai-price-include-text {
        line-height: 1.5;
    }
}

.p-hakajima-price-plan {
    display: flex;
    justify-content: center;
    gap: 13px;
    margin: 0 auto 50px;
}

.p-hakajima-price-plan li {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
}

.p-hakajima-price-plan li img {
    margin-bottom: 10px;
}

.p-hakajima-price-plan li p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.06em;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .p-hakajima-price-plan {
        flex-wrap: wrap;
        gap: 12px;
        margin: 0 auto 40px;
    }
    .p-hakajima-price-plan li {
        width: 90px;
    }
    .p-hakajima-price-plan li img {
        margin-bottom: 5px;
    }
    .p-hakajima-price-plan li p {
        font-size: 14px;
    }
}

.fnt-mitama {
    color: #6B7C8B !important;
}

.fnt-jyumoku {
    color: #50605D !important;
}

.fnt-shin {
    color: #6F6B4A !important;
}

.fnt-eidai {
    color: #735651 !important;
}

.fnt-daidai {
    color: #5D5060 !important;
}

.fnt-iten {
    color: #5D5060 !important;
}

.p-special-discount {
    max-width: 730px;
    margin: 0 auto 80px;
    background: rgba(244, 238, 228, .6);
    padding: 8px;
    position: relative;
}

.p-special-discount__inner {
    text-align: center;
    border: 1px solid #CDC1B0;
    padding: 38px;
}

.p-special-discount__inner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/flatsome-child/assets/img/boseki/hakajimai/price/discount-left.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}

.p-special-discount__inner::after {
    content: "";
    width: 138px;
    height: 74px;
    background-image: url(/wp-content/themes/flatsome-child/assets/img/boseki/hakajimai/price/discount-right.svg);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.p-special-discount__title {
    font-size: 24px;
    color: #866948;
    margin-bottom: 10px;
}

.p-special-discount__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: #403217;
}

@media screen and (max-width: 768px) {
    .p-special-discount {
        margin: 0 auto 100px;
    }
    .p-special-discount__inner {
        padding: 30px 0;
    }
    .p-special-discount__inner::before {
        background-image: url(/wp-content/themes/flatsome-child/assets/img/boseki/hakajimai/price/discount-left-sp.svg);
    }
    .p-special-discount__inner::after {
        background-image: url(/wp-content/themes/flatsome-child/assets/img/boseki/hakajimai/price/discount-right-sp.svg);
        width: 61px;
        height: 69px;
    }
    .p-special-discount__title {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .p-special-discount__text {
        font-size: 16px;
        letter-spacing: 0.07em;
        line-height: 1.6;
    }
}

.p-hajajimai-plan-section {
    padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
    .p-hajajimai-plan-section {
        padding-bottom: 50px;
    }
}

.p-hajajimai-plan-box {
    border: 1px solid rgba(112, 112, 112, 0.6);
    padding: 100px 0 80px;
    margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
    .p-hajajimai-plan-box {
        border: none;
        padding: 0 0 50px;
        margin-bottom: 80px;
    }
}

.hakajimai-paln-select {
    margin-bottom: 130px;
}

.p-hajajimai-plan-box .select-chart {
    position: relative;
    width: 794px;
    margin: 0 auto;
    z-index: 2;
}

.p-hajajimai-plan-box .select-chart .item {
    position: absolute;
    right: 0;
    top: 23px;
}

.hakajimai-paln-select .chart-img--pc {
    width: 787px;
    position: relative;
}

.hakajimai-paln-select .chart-img--sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .p-hajajimai-plan-box .select-chart {
        width: 285px;
    }
    .p-hajajimai-plan-box .select-chart .item {
        position: absolute;
        right: 0;
        top: 213px;
    }
    .hakajimai-paln-select .chart-img--pc {
        display: none;
    }
    .hakajimai-paln-select .chart-img--sp {
        display: block;
        width: 285px;
    }
}

.hakajimai-paln-select .item {
    width: 188px;
    text-align: center;
}

.hakajimai-paln-select .item.empty {
    display: none;
}

@media screen and (max-width: 768px) {
    .hakajimai-paln-select .item {
        width: 140px;
    }
    .hakajimai-paln-select .item.empty {
        display: block;
    }
}

.hakajimai-paln-select .item .icon {
    width: 113px;
    margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
    .hakajimai-paln-select .item .icon {
        width: 104px;
        margin: 0 auto -10px;
    }
}

.hakajimai-paln-select .item .name {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
    .hakajimai-paln-select .item .name {
        margin-bottom: 8px;
    }
    .hakajimai-paln-select .item .name a {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.06em;
        text-align: center;
        margin-bottom: 8px;
        padding: 6px;
        background-color: #fff;
        border-radius: 22px;
        width: 100%;
        display: block;
        position: relative;
        z-index: 2;
        border: 1px solid #616F7A;
    }
    .hakajimai-paln-select .item .name a:after {
        content: "";
        position: absolute;
        right: 12px;
        top: 15px;
        width: 5px;
        height: 5px;
        border-bottom: 1px solid #616F7A;
        border-right: 1px solid #616F7A;
        transform: rotate(45deg);
    }
    .hakajimai-paln-select .item.eidai .name a,
    .hakajimai-paln-select .item.eidai .name a:after {
        border-color: #735650;
    }
    .hakajimai-paln-select .item.jyumoku .name a,
    .hakajimai-paln-select .item.jyumoku .name a:after {
        border-color: #50605D;
    }
    .hakajimai-paln-select .item.daidai .name a,
    .hakajimai-paln-select .item.daidai .name a:after {
        border-color: #5D5060;
    }
    .hakajimai-paln-select .item.shinkankaku .name a,
    .hakajimai-paln-select .item.shinkankaku .name a:after {
        border-color: #6F6B4A;
    }
    .hakajimai-paln-select .item.iten .name a,
    .hakajimai-paln-select .item.iten .name a:after {
        border-color: #555071;
    }
}

.hakajimai-paln-select .item a {}

.hakajimai-paln-select .item .desc {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .hakajimai-paln-select .item .desc {
        margin-bottom: 0;
    }
}

.hakajimai-paln-select .item .detail {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    width: 155px;
    height: 42px;
    border-radius: 21px;
    background: #796e62;
    border: 1px solid #fff;
    font-size: 14px;
    letter-spacing: .03em;
    margin: 0 auto;
}

.hakajimai-paln-select .item .detail i {
    position: absolute;
    right: 21px;
    top: 13px;
}

.hakajimai-paln-select .item .detail:hover {
    color: #796e62;
    background: #fff;
    border: 1px solid #796e62;
}

@media screen and (max-width: 768px) {
    .hakajimai-paln-select .item .detail {
        display: none;
    }
}

.hakajimai-paln-select .select-other {
    display: flex;
    background-color: #F4EFE9;
    width: 1022px;
    margin: -25px auto 0;
    padding: 27px 43px 120px;
    border-radius: 32px;
    position: relative;
    border: 1px solid #6F5B41;
}

@media screen and (max-width: 768px) {
    .hakajimai-paln-select .select-other {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        gap: 14px 5px;
        margin: -9px auto 0;
        padding: 43px 17px 36px;
        border-radius: 0;
    }
}

.hakajimai-paln-select .select-other .copy {
    position: absolute;
    background-image: url(/wp-content/themes/flatsome-child/assets/img/boseki/hakajimai/price/wide-arrow.svg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 41px;
    width: 100%;
    left: 0;
    bottom: 30px;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #6f5b41;
}

.hakajimai-paln-select .select-other .copy p {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .hakajimai-paln-select .select-other .copy {
        top: 36px;
        left: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 67px;
        height: 145px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-align: left;
        background-image: none;
        padding-top: 0;
    }
    .hakajimai-paln-select .select-other .copy p {
        margin: 0;
        position: relative;
    }
    .hakajimai-paln-select .select-other .copy p:after {
        content: "";
        position: absolute;
        width: 122px;
        height: 190px;
        border-right: 1px solid rgba(111, 91, 65, 0.5);
        border-bottom: 1px solid rgba(111, 91, 65, 0.5);
        border-bottom-right-radius: 32px;
        top: -20px;
        right: -35px;
    }
}

.hakajimai-price-box {
    max-width: 900px;
    margin: 0 auto 40px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(112, 112, 112, 0.4);
    padding: 64px 80px 48px;
}

.hakajimai-price-box .heading {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 30px;
}

.hakajimai-price-box .heading .icon {
    width: 78px;
    height: 78px;
}

.hakajimai-price-box .heading .icon img {
    border: 1px solid #fff;
    border-radius: 50%;
}

.hakajimai-price-box .heading .name {
    font-weight: 500;
    font-size: 24px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .hakajimai-price-box {
        margin: 0 auto 30px;
        border-radius: 0px;
        padding: 54px 25px 40px;
        position: relative;
    }
    .hakajimai-price-box .heading {
        display: block;
        margin-bottom: 15px;
    }
    .hakajimai-price-box .heading .icon {
        width: 64px;
        position: absolute;
        top: -22px;
        left: calc(50% - 32px);
        height: 64px;
    }
    .hakajimai-price-box .heading .name {
        font-size: 18px;
        text-align: center;
    }
}

.hakajimai-price-box .container {
    display: grid;
    grid-template-columns: 1fr 355px;
    gap: 50px;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .hakajimai-price-box .container {
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
        margin-bottom: 0;
    }
    .hakajimai-price-box .container .text {
        padding-bottom: 28px;
    }
}

.hakajimai-price-box .text p.desc {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.hakajimai-price-box .text p.price {
    font-family: var(--serif);
    color: #7B7B7B;
    display: flex;
    align-items: baseline;
    margin-bottom: 4px;
}

.hakajimai-price-box .year {
    font-weight: 500;
}

.hakajimai-price-box .amount {
    font-family: "Crimson Text", serif;
    letter-spacing: 0;
    font-size: 27px;
    line-height: 1;
    padding: 0 6px 0 6px;
}

.hakajimai-price-box .yen {
    font-weight: 500;
}

.hakajimai-price-box .slider-image p {
    text-align: center;
    font-size: 13px;
    margin: 0;
    padding-top: 6px;
    letter-spacing: 0;
}

.hakajimai-price-box .slider-image .slick-arrow {
    position: absolute;
    top: calc(50% - 14px);
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #957e61;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .hakajimai-price-box .slider-image .slick-arrow {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
    }
}

.hakajimai-price-box .slider-image .slick-arrow.next {
    right: -14px;
}

.hakajimai-price-box .slider-image .slick-arrow.prev {
    left: -14px;
}

.hakajimai-price-box .slider-image .slick-arrow span {
    width: 6px;
    height: 6px;
    display: block;
    border-bottom: 1px solid #957E61;
    border-right: 1px solid #957E61;
}

.hakajimai-price-box .slider-image .slick-arrow.next span {
    transform: rotate(-45deg);
}

.hakajimai-price-box .slider-image .slick-arrow.prev span {
    transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
    .hakajimai-price-box .slider-image .slick-arrow.next span {
        margin-right: 3px;
    }
    .hakajimai-price-box .slider-image .slick-arrow.prev span {
        margin-left: 3px;
    }
}

.hakajimai-price-box .slider-image .image {
    position: relative;
}

.hakajimai-price-box .slider-image .image span {
    position: absolute;
    color: #fff;
    padding: 8px;
    z-index: 99999;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .hakajimai-price-box .slider-image {
        margin-bottom: 18px;
    }
    .hakajimai-price-box .slider-image p {
        padding-top: 4px;
    }
}

.hakajimai-price-box .reien-box {
    background-color: rgba(203, 198, 191, .1);
    padding: 2rem 3rem;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .hakajimai-price-box .reien-box {
        background-color: transparent;
        padding: 0;
    }
}

.hakajimai-price-box .reien-box h4 {
    font-weight: 500;
    letter-spacing: .06em;
    color: #6F5B41;
    text-align: center;
    margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
    .hakajimai-price-box .reien-box h4 {
        font-size: 16px;
        letter-spacing: 0.06em;
        text-align: center;
        border-top: 2px solid #6F5B41;
        border-bottom: 1px solid #6F5B41;
        margin-bottom: 16px;
        padding: 8px 0;
    }
    .hakajimai-price-box .reien-box h4 span {
        font-size: 12px;
    }
}

.hakajimai-price-box .reien-box ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
}

.hakajimai-price-box .reien-box ul li {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
}

.hakajimai-price-box .reien-box ul li a {
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 2.1;
    color: #957E61;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .hakajimai-price-box .reien-box ul {
        display: block;
    }
    .hakajimai-price-box .reien-box ul li a {
        line-height: 2;
    }
}

.hakajimai-price-box .btn-anchor a {
    width: 275px;
    height: 64px;
    margin: 0 auto;
    border-radius: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .08em;
}

@media screen and (max-width: 768px) {
    .hakajimai-price-box .btn-anchor a {
        width: 100%;
        max-width: 380px;
        height: 54px;
        margin: 0 auto;
        border-radius: 34px;
    }
}


/* hikkoshi */

.hikkoshi-index-pattern {
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(112, 112, 112, .4);
    padding: 110px 0 50px;
    margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
    .hikkoshi-index-pattern {
        padding: 50px 0 0;
        margin-bottom: 80px;
    }
    .hikkoshi-index-pattern p {
        padding: 0 20px;
    }
}

.hikkoshi-index-index {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 100px;
}

.hikkoshi-index__image {
    width: 542px;
}

.hikkoshi-index-choise {
    width: 389px;
    display: flex;
    flex-direction: column;
    gap: 61px;
    padding-top: 32px;
}

.hikkoshi-index-choise__box a {
    display: flex;
    height: 75px;
    width: 100%;
    position: relative;
}

.hikkoshi-index-choise__box a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    font-size: 41px;
    line-height: 1;
    color: #fff;
    font-family: "Playfair Display", serif;
    letter-spacing: .02em;
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 2;
    padding-bottom: 5px;
}

.hikkoshi-index-choise__box a p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    border-radius: 42px;
    padding-left: 2rem;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .001em;
    background-color: #fff;
}

.hikkoshi-index-choise__box a p::after {
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: calc(100% - 35px);
    border-bottom: 1px solid #6B7C8B;
    border-right: 1px solid #6B7C8B;
    transform: rotate(45deg);
}

.hikkoshi-index-choise__boxA a span {
    background-color: #6B7C8B;
}

.hikkoshi-index-choise__boxA a p {
    border: 1px solid #6B7C8B;
    color: #6B7C8B;
}

.hikkoshi-index-choise__boxB a span {
    background-color: #607E77;
}

.hikkoshi-index-choise__boxB a p {
    border: 1px solid #6B7C8B;
    color: #6B7C8B;
}

.hikkoshi-index-choise__boxB a p::after {
    border-bottom: 1px solid #6B7C8B;
    border-right: 1px solid #6B7C8B;
}

.hikkoshi-index-choise__boxC a span {
    background-color: #957E61;
}

.hikkoshi-index-choise__boxC a p {
    border: 1px solid #957E61;
    color: #957E61;
}

.hikkoshi-index-choise__boxC a p::after {
    border-bottom: 1px solid #957E61;
    border-right: 1px solid #957E61;
}

@media screen and (max-width: 768px) {
    .hikkoshi-index-index {
        flex-direction: column;
        justify-content: center;
        gap: 0px;
        padding: 0 14px;
        max-width: 316px;
        margin: 0 auto 100px;
    }
    .hikkoshi-index__image {
        width: 100%;
        max-width: 316px;
    }
    .hikkoshi-index-choise {
        width: 100%;
        max-width: 316px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 0px 3.9%;
        padding: 0 10px;
    }
    .hikkoshi-index-choise__box a {
        display: flex;
        height: 300px;
        width: 100%;
    }
    .hikkoshi-index-choise__box a span {
        width: 65px;
        height: 65px;
        font-size: 35px;
        left: 0px;
        top: 0;
    }
    .hikkoshi-index-choise__box a p {
        margin: 0;
        display: inline-block;
        text-align: left;
        padding-top: 85px;
        width: 65px;
        height: 100%;
        border-radius: 31px;
        padding-right: 8px !important;
        font-size: 15px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .hikkoshi-index-choise__box a p::after {
        bottom: 22px;
        top: auto;
        left: calc(100% - 35px);
    }
}

.hikkoshi-pattern-box {
    border-radius: 7px;
    width: 100%;
    max-width: 980px;
    padding: 45px 55px 55px;
    margin: 0 auto 50px;
    position: relative;
}

.hikkoshi-pattern-box__label {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 22px;
    left: -22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 41px;
    letter-spacing: .02em;
    line-height: .5;
    font-family: "Playfair Display", serif;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    padding-bottom: 6px;
}

.hikkoshi-pattern-box.patternA {
    background-color: rgba(196, 206, 214, .3);
    border: 1px solid #6B7C8B;
}

.hikkoshi-pattern-box.patternA .hikkoshi-pattern-box__label {
    background-color: #6B7C8B;
}

.hikkoshi-pattern-box.patternB {
    background-color: rgba(192, 214, 210, .3);
    border: 1px solid #607E77;
}

.hikkoshi-pattern-box.patternB .hikkoshi-pattern-box__label {
    background-color: #607E77;
}

.hikkoshi-pattern-box.patternC {
    background-color: rgba(214, 207, 197, .3);
    border: 1px solid #957E61;
}

.hikkoshi-pattern-box.patternC .hikkoshi-pattern-box__label {
    background-color: #957E61;
}

.hikkoshi-pattern-box__container {
    display: flex;
    gap: 53px;
    align-items: center;
}

.hikkoshi-pattern-box__image {
    width: 482px;
}

.hikkoshi-pattern-box__text {
    flex: 1;
}

.hikkoshi-pattern-box__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
    padding-left: 24px;
}

.hikkoshi-pattern-box.patternA .hikkoshi-pattern-box__title {
    color: #6B7C8B !important;
}

.hikkoshi-pattern-box.patternB .hikkoshi-pattern-box__title {
    color: #607E77 !important;
}

.hikkoshi-pattern-box.patternC .hikkoshi-pattern-box__title {
    color: #957E61 !important;
}

@media screen and (max-width: 768px) {
    .hikkoshi-pattern-box {
        border-radius: 0px;
        padding: 45px 20px 36px;
        margin: 0 auto 36px;
        position: relative;
        border: none!important;
    }
    .hikkoshi-pattern-box.patternC {
        margin-bottom: 0;
    }
    .hikkoshi-pattern-box__label {
        width: 52px;
        height: 52px;
        top: -26px;
        left: calc(50% - 26px);
        font-size: 27px;
    }
    .hikkoshi-pattern-box__container {
        flex-direction: column;
        gap: 28px;
    }
    .hikkoshi-pattern-box__image {
        width: 100%;
    }
    .hikkoshi-pattern-box__title {
        font-size: 18px;
        margin-bottom: 20px;
        padding-left: 0px;
        letter-spacing: 0;
        text-align: center;
    }
}

.l-hikkoshi-index-point {
    padding: 130px 0 110px;
}

.hikkoshi-index-point {
    background-color: rgba(255, 255, 255, .9);
    padding: 10px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 30px;
}

.hikkoshi-index-point__inner {
    border: 1px solid rgba(112, 112, 112, .4);
    padding: 65px 78px 57px;
}

.hikkoshi-index-point__inner .c-button {
    max-width: 211px;
    min-width: 211px;
}

.hikkoshi-index-point__header {
    display: flex;
    margin-bottom: 40px;
}

.hikkoshi-index-point__header span {
    font-family: "Playfair Display", serif;
    font-size: 29px;
    border-right: 1px solid #726351;
    line-height: 1;
    padding-right: 1rem;
    margin-right: 1rem;
    padding-bottom: 7px;
    color: #524333;
}

.hikkoshi-index-point__header .ez-toc-section,
.hikkoshi-index-point__header .ez-toc-section-end {
    display: none;
}

.hikkoshi-index-point__header h2 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    color: #524333 !important;
}

.hikkoshi-index-point__container {
    display: flex;
    gap: 70px;
}

.hikkoshi-index-point__image {
    width: 261px;
}

.hikkoshi-index-point__text {
    flex: 1;
}

.hikkoshi-index-point__container .icon-branch,
.hikkoshi-index-point__container .icon-mail {
    display: none;
}

.hikkoshi-index-point__container .div-contact-us,
.hikkoshi-index-point__container .el-btn-arrow {
    border-radius: 25px;
    font-size: 15px;
    letter-spacing: .05em;
    font-weight: normal;
    padding: 10px;
    height: auto !important;
    min-height: auto !important;
}

.phone.common {
    font-size: 15px;
    padding: 10px;
    font-weight: normal;
}

.hikkoshi-index-point__container .button {
    border-radius: 32px;
}

.hikkoshi-index-point__box {
    border: 1px solid #CBC6BF;
    margin-top: 45px;
}

.hikkoshi-index-point__box h3 {
    background-color: #E3DCD2;
    text-align: center;
    font-weight: 500;
    color: #5F4934;
    padding: 11px;
    font-size: 16px;
}

.hikkoshi-index-point__box ul {
    padding: 35px 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
}

.hikkoshi-index-point__box ul li a {
    color: #7B5713;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .l-hikkoshi-index-point {
        padding: 70px 0;
    }
    .hikkoshi-index-point {
        padding: 10px;
        margin-bottom: 30px;
        margin: 0 auto 30px;
    }
    .hikkoshi-index-point__inner {
        padding: 24px;
    }
    .hikkoshi-index-point__inner .m-links {
        padding-top: 20px;
    }
    .hikkoshi-index-point__inner .c-button {
        max-width: 248px;
        min-width: 248px;
    }
    .hikkoshi-index-point__header {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .hikkoshi-index-point__header span {
        font-size: 23px;
        width: 24px;
        margin: 0 auto 8px;
        border-right: none;
        border-bottom: 1px solid #726351;
        padding-right: 0;
    }
    .hikkoshi-index-point__header h2 {
        font-size: 18px;
        margin: 0;
        line-height: 1.8;
        text-align: center;
    }
    .hikkoshi-index-point__container {
        flex-direction: column-reverse;
        gap: 16px;
    }
    .hikkoshi-index-point__image {
        width: 168px;
        margin: 0 auto;
    }
    .hikkoshi-index-point__text {
        flex: 1;
    }
    .hikkoshi-index-point__text p {
        margin-bottom: 0;
    }
    .hikkoshi-index-point__container .div-contact-us,
    .hikkoshi-index-point__container .el-btn-arrow {
        border-radius: 25px;
        font-size: 15px;
        letter-spacing: .05em;
        font-weight: normal;
        padding: 10px;
        height: auto !important;
        min-height: auto !important;
    }
    .phone.common {
        font-size: 15px;
        padding: 10px;
        font-weight: normal;
    }
    .hikkoshi-index-point__container .button {
        border-radius: 32px;
    }
    .hikkoshi-index-point__box {
        border: none;
        margin-top: 45px;
        border-top: 1px dashed rgba(112, 112, 112, .4);
    }
    .hikkoshi-index-point__box h3 {
        background-color: transparent;
        padding: 40px 0 0;
        line-height: 1.68;
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .hikkoshi-index-point__box ul {
        padding: 0;
        display: block;
        margin: 0;
    }
    .hikkoshi-index-point__box ul li {
        list-style-type: none;
        margin: 0 0 10px;
    }
    .hikkoshi-index-point__box ul li a {
        font-size: 15px;
        letter-spacing: 0;
    }
}

.l-hikkoshi-index-trouble {
    padding: 140px 0;
    position: relative;
    z-index: 1;
}

.l-hikkoshi-index-trouble .batch-box {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 40px;
    padding: 70px 75px 56px;
}

.l-hikkoshi-index-trouble .batch-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #CBC6BF;
    border-radius: 10px;
    bottom: -5px;
    right: -5px;
    z-index: -1;
}

.l-hikkoshi-index-trouble .batch-box .batch {
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    height: 49px;
    border-radius: 10px 0px;
    background: #726351;
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.l-hikkoshi-index-trouble .batch-box .batch p {
    font-size: 20px;
    letter-spacing: .008em;
    margin: 0;
}

.l-hikkoshi-index-trouble .batch-box .batch span {
    margin: 0;
    font-size: 26px;
    font-family: "Playfair Display", serif;
    letter-spacing: 0.02em;
    line-height: 1;
}

.hikkoshi-case .box-white {
    margin-bottom: 75px;
}

.hikkoshi-case .voice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
    gap: 22px;
}

.hikkoshi-case .voice .comment {
    font-size: 18px;
    width: calc(100% - 115px);
    margin-right: 25px;
    font-weight: 500;
    padding: 24px 36px;
    position: relative;
    background: #ffffff;
    color: #726351;
    border-radius: 10px;
    border: 1px solid #957E61;
}

.hikkoshi-case .voice .comment:after,
.hikkoshi-case .voice .comment:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -1.5em;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 1.5em solid #957E61;
}

.hikkoshi-case .voice .comment:after {
    right: calc(4px - 1.5em);
    border-left: solid 1.5em #ffff;
}

.hikkoshi-case .voice .illa {
    width: 90px;
}

.hikkoshi-case .desc {
    letter-spacing: .05em;
    margin-bottom: 1.5rem;
}

.hikkoshi-case .point {
    background-color: rgba(235, 231, 223, .6);
    padding: 30px 40px;
    display: flex;
    color: #6F5B41;
}

.hikkoshi-case .point span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .05em;
    margin-right: 1rem;
}

.hikkoshi-case .point p {
    margin-bottom: 0;
    font-size: 18px;
    flex: 1;
    font-weight: 500;
    letter-spacing: .05em;
    text-align: justify;
}

.hikkoshi-case .box-white.batch-box.case4 {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .l-hikkoshi-index-trouble {
        padding: 70px 0;
    }
    .l-hikkoshi-index-trouble .batch-box {
        margin: 0 auto 22px;
        padding: 48px 20px 40px;
    }
    .l-hikkoshi-index-trouble .batch-box .batch {
        width: 96px;
        height: 33px;
        gap: 2px;
    }
    .l-hikkoshi-index-trouble .batch-box .batch p {
        font-size: 15px;
    }
    .l-hikkoshi-index-trouble .batch-box .batch span {
        font-size: 20px;
    }
    .hikkoshi-case .voice {
        margin-bottom: 16px;
        gap: 14px;
    }
    .hikkoshi-case .voice .comment {
        font-size: 16px;
        width: auto;
        flex: 1;
        margin-right: 25px;
        font-weight: 500;
        padding: 0;
        color: #726351;
        border: none;
    }
    .hikkoshi-case .voice .comment:after,
    .hikkoshi-case .voice .comment:before {
        content: none;
    }
    .hikkoshi-case .voice .illa {
        width: 68px;
    }
    .hikkoshi-case .desc {
        margin-bottom: 1rem;
    }
    .hikkoshi-case .point {
        padding: 1rem;
        flex-direction: column;
    }
    .hikkoshi-case .point span {
        font-size: 16px;
    }
    .hikkoshi-case .point p {
        font-size: 16px;
    }
    .hikkoshi-case .box-white.batch-box.case4 {
        margin-bottom: 0px;
    }
}


/* flow */

.p-flow-category {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 0 70px;
}

.p-flow-category li {
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.p-flow-category li span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.p-flow-category li.blue {
    color: #6B7C8B;
}

.p-flow-category li.blue span {
    background-color: #6B7C8B;
}

.p-flow-category li.green {
    color: #607E77;
}

.p-flow-category li.green span {
    background-color: #607E77;
}

.p-flow-category li.brawn {
    color: #957E61;
}

.p-flow-category li.brawn span {
    background-color: #957E61;
}

@media screen and (max-width: 768px) {
    .p-flow-category {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 40px;
    }
    .p-flow-category li {
        margin: 0 !important;
    }
}

.p-flow-steps {
    margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
    .p-flow-steps {
        margin-bottom: 70px;
    }
}

.p-flow-box {
    background-color: #F7F5F0;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 815px;
    margin: 0 auto;
    border: 1px solid #D9D0CA;
}

.p-flow-box__heading .text {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 15px 20px;
}

.p-flow-box__heading .img {
    display: none;
}

.p-flow-box.blue .p-flow-box__heading {
    background-color: #6B7C8B;
}

.p-flow-box.green .p-flow-box__heading {
    background-color: #607E77;
}

.p-flow-box.brawn .p-flow-box__heading {
    background-color: #957E61;
}

.p-flow-box .p-flow-box__heading h3 {
    color: #fff;
    margin: 0;
    padding: 0;
    flex: 1;
}

.p-flow-box .p-flow-box__heading h3 .ez-toc-section,
.p-flow-box .p-flow-box__heading h3 .ez-toc-section-end {
    display: none;
}

.p-flow-box .p-flow-box__heading span {
    font-size: 27px;
    letter-spacing: 0.02em;
    line-height: 1;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    position: relative;
    width: 47px;
    margin: 0 15px 0 0;
}

.p-flow-box .p-flow-box__heading span:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #fff;
    right: 0;
    top: calc(50% - 5px);
}

.p-flow-box__heading p {
    margin: 0 0 0 auto;
    border: 1px solid #fff;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    white-space: nowrap;
    height: 30px;
    border-radius: 4px;
}

.p-flow-box__container {
    padding: 40px 50px;
    display: flex;
}

.p-flow-box__image {
    width: 147px;
}

.p-flow-box__text {
    flex: 1;
}

.p-flow-box__text p {
    max-width: 477px;
    margin-bottom: 20px;
}

.p-flow-document {
    margin: 8px 0 0;
    display: flex;
    color: #2B455A;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .05em;
    max-width: 100%;
    align-items: center;
}

.p-flow-document.red {
    color: #A53D3C;
}

.p-flow-document span {
    font-size: 14px;
    width: 100px;
    position: relative;
    display: block;
    margin: 0 8px 0 0;
}

.p-flow-document span:after {
    content: ":";
    position: absolute;
    right: 0;
}

.p-flow-document p {
    margin: 0;
    flex: 1;
}

@media screen and (max-width: 768px) {
    .p-flow-box {
        margin: 0 auto;
        position: relative;
    }
    .p-flow-box__heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        gap: 10px;
        padding: 36px 27px 22px 34px;
        width: 100%;
    }
    .p-flow-box__heading .text {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 0;
        flex: 1;
    }
    .p-flow-box__heading .img {
        display: block;
        width: 77px;
        height: 77px;
    }
    .p-flow-box .p-flow-box__heading h3 {
        color: #fff;
        margin: 0;
        padding: 0;
        flex: 1;
        font-family: "Zen Kaku Gothic New", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif !important;
    }
    .p-flow-box .p-flow-box__heading span {
        position: absolute;
        left: 4px;
        top: 10px;
        display: block;
        text-align: center;
        width: 35px;
        margin: 0;
        font-size: 16px;
    }
    .p-flow-box .p-flow-box__heading span:after {
        position: absolute;
        width: 34px;
        height: 23px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-bottom-right-radius: 8px;
        background-color: transparent;
        left: 5px;
        top: 0px;
    }
    .p-flow-box__heading p {
        margin: 0;
        border-radius: 4px;
        line-height: 1.9;
        padding: 2px 15px 0;
    }
    .p-flow-box__container {
        padding: 20px 22px 24px;
        display: flex;
    }
    .p-flow-box__image {
        display: none;
    }
    .p-flow-box__text {
        flex: 1;
    }
    .p-flow-document {
        align-items: flex-start;
    }
    .p-flow-document span {
        margin: 0 11px 0 0;
    }
    .p-flow-document p span {
        display: none;
    }
}

.p-flow-arrow {
    margin: 0 auto -5px;
    height: 20px;
    width: 27px;
    position: relative;
    z-index: 3;
}

.p-flow-arrow img {
    vertical-align: top;
}


/* hikkoshi price */

.hikkoshi-price-table {
    max-width: 1008px;
    margin: 0 auto;
}

.hikkoshi-price-table table {
    margin-bottom: 18px;
    font-size: 17px;
    background-color: #fff;
    border: 1px solid rgba(221, 215, 202, .5);
}

.hikkoshi-price-table table thead,
.hikkoshi-price-table table tfoot {
    background-color: #ECE8E0;
    color: #6F5A42;
    font-weight: 500;
}

.hikkoshi-price-table table thead th,
.hikkoshi-price-table table thead td,
.hikkoshi-price-table table tfoot th,
.hikkoshi-price-table table tfoot td {
    padding: 1rem 27px;
    text-align: center;
    letter-spacing: 0;
    color: #6F5A42;
}

.hikkoshi-price-table table thead th,
.hikkoshi-price-table table tfoot th {
    text-align: left;
}

.hikkoshi-price-table table tfoot td {
    font-size: 19px;
    font-weight: 500;
    color: #6F5A42;
}

.hikkoshi-price-table table tr {
    border-top: 1px solid rgba(221, 215, 202, .5);
}

.hikkoshi-price-table table td {
    border-left: 1px solid rgba(221, 215, 202, .5);
}

.hikkoshi-price-table table tbody th {
    padding: 1rem 27px;
    font-weight: 400;
}

.hikkoshi-price-table table tbody td {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.hikkoshi-price-table table .mark {
    font-size: 13px;
    display: inline-block;
    transform: translateY(-5px);
    background-color: transparent;
    padding: 0!important;
}

.p-hikkoshi-note {
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .hikkoshi-price-table {
        overflow-x: auto;
        display: block;
        margin-bottom: 14px;
    }
    .hikkoshi-price-table::-webkit-scrollbar {
        background: #D1D1D1;
        border-radius: 10px;
        height: 12px;
    }
    .hikkoshi-price-table::-webkit-scrollbar-track {
        margin: 2px;
    }
    .hikkoshi-price-table::-webkit-scrollbar-thumb {
        background-color: #726658;
        border-radius: 10px;
        height: 4px;
        border: 2px solid transparent;
        background-clip: padding-box;
    }
    .hikkoshi-price-table table {
        margin-bottom: 24px;
    }
    .hikkoshi-price-table td,
    .hikkoshi-price-table th {
        white-space: nowrap;
    }
    .hikkoshi-price-table table thead th,
    .hikkoshi-price-table table thead td,
    .hikkoshi-price-table table tfoot th,
    .hikkoshi-price-table table tfoot td,
    .hikkoshi-price-table table tbody th,
    .hikkoshi-price-table table tbody td {
        padding: 10px 16px 8px;
    }
    .hikkoshi-price-table table thead th,
    .hikkoshi-price-table table tbody th {
        letter-spacing: -0.01em;
        line-height: 1.875;
    }
    .hikkoshi-price-table table thead td {
        padding: 10px 28px 8px 20px;
        width: 145px;
    }
    .hikkoshi-price-table table thead td .help-sp {
        transform: translateY(-6px);
    }
    .hikkoshi-price-table table thead th {
        width: 236px !important;
    }
    .hikkoshi-price-table table tfoot td {
        font-size: 17px;
    }
    .p-hikkoshi-note p {
        letter-spacing: 0;
    }
}

.help-action .help-pc {
    display: inline;
}

.help-action .help-sp {
    display: none;
}

.help-action span {
    position: relative;
}

.help-action span:hover>.help {
    display: block;
}

.help-action img {
    padding-left: 2px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .help-action .help-pc {
        display: none;
    }
    .help-action img {
        padding-left: 0;
    }
    .help-action .help-sp {
        display: inline-block;
    }
}

.help-action .help {
    position: absolute;
    top: 40px;
    display: none;
    right: -30px;
}

.help-action .help:hover {
    display: block;
}

.help-action .help .baloon {
    font-size: 14px;
    background-color: #f8f7f2;
    color: #383838;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #707070;
    width: 230px;
    text-align: left;
    line-height: 21px;
    position: relative;
    padding: 20px;
}

.help-action .help .baloon::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 15px 25px 5px;
    border-color: transparent transparent #f8f7f2 transparent;
    z-index: 1;
    right: 25px;
    top: -25px;
    box-shadow: inset 0px 3px 6px #707070;
}

.p-hikkoshi-contact {
    margin-bottom: 100px;
}

.p-hikkoshi-contact h3 {
    display: none;
}

.hikkoshi-jitsurei-example {
    margin-bottom: 120px;
}

.hakajimai-jitsurei-example {
    margin-bottom: 130px;
}

.hikkoshi-jitsurei-case {
    background-color: #fff;
    max-width: 1008px;
    margin: 0 auto 40px;
    padding: 10px;
}

.hikkoshi-jitsurei-case__inner {
    border: 1px solid #CBC6BF;
    padding: 0 12px;
}

.hikkoshi-jitsurei-case__inner h3 {
    padding: 30px 0 16px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #CBC6BF;
}

.hikkoshi-jitsurei-case .layout {
    margin-bottom: 60px;
}

.hikkoshi-jitsurei-case .case,
.hikkoshi-jitsurei-case .list_grave_closure {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.hikkoshi-jitsurei-case .case .arrow {
    width: 37px;
    height: 26px;
    background-image: url("/wp-content/themes/flatsome-child/assets/img/boseki/hikkoshi/ico_case-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.hikkoshi-jitsurei-case .item {
    width: 345px;
    background-color: #656565;
}

.hikkoshi-jitsurei-case .item p {
    text-align: center;
    color: #403217;
    font-size: 17px;
    margin: 0;
    padding: 8px;
}

.hikkoshi-jitsurei-case .item.before p {
    background-color: #E0E0E0;
}

.hikkoshi-jitsurei-case .item.after p {
    background-color: #EDE3D6;
}

.hikkoshi-jitsurei-case .item p a {
    color: #403217;
    text-decoration: underline;
}

.hikkoshi-jitsurei-case .item p a:hover {
    text-decoration: underline;
}

.hikkoshi-jitsurei-case .price {
    max-width: 742px;
    margin: 0 auto;
    padding-top: 24px;
}

.hikkoshi-jitsurei-case .price h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.hikkoshi-jitsurei-case .price ul {
    padding-left: 1rem;
    margin-bottom: 0;
}

.hikkoshi-jitsurei-case .price .price-box {
    background-color: #f8f7f2;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px 12px 16px;
}

.hikkoshi-jitsurei-case .price .price-box .label {
    background-color: #71918a;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 8px 16px;
    line-height: 1;
}

.hikkoshi-jitsurei-case .price .price-box .amount {
    display: block;
    letter-spacing: 0;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .hikkoshi-jitsurei-example {
        margin-bottom: 20px;
    }
    .hakajimai-jitsurei-example {
        margin-bottom: 86px;
    }
    .hikkoshi-jitsurei-case {
        background-color: #fff;
        margin: 0 auto 20px;
        padding: 10px;
    }
    .hikkoshi-jitsurei-case__inner {
        padding: 0 10px;
    }
    .hikkoshi-jitsurei-case h3 {
        font-size: 19px;
        padding: 24px 0 16px;
        margin-bottom: 24px;
    }
    .hikkoshi-jitsurei-case .case {
        flex-direction: column;
        gap: 4px;
        margin-bottom: 1rem;
    }
    .hikkoshi-jitsurei-case .case .arrow {
        transform: rotate(90deg);
        width: 23px;
        height: 26px;
        background-size: 100% auto;
    }
    .hikkoshi-jitsurei-case .item {
        width: 100%;
    }
    .hikkoshi-jitsurei-contact {
        padding-left: 8px;
        padding-right: 8px;
    }
    .hikkoshi-jitsurei-contact a,
    .hikkoshi-jitsurei-contact button {
        width: 100%;
        max-width: 100%;
    }
    .hikkoshi-jitsurei-case .price {
        padding-top: 0;
    }
    .hikkoshi-jitsurei-case .layout {
        margin-bottom: 24px;
    }
}

.hikkoshi-jitsurei-relation {
    background-color: rgba(244, 238, 228, .67);
    border: 1px solid rgba(112, 112, 112, .4);
    padding: 70px 90px;
    width: 100%;
    max-width: 1078px;
    margin: 0 auto 160px;
}

.hikkoshi-jitsurei-relation ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 0 2rem;
    gap: 12px;
}

.hikkoshi-jitsurei-relation ul li {
    list-style-type: none;
    margin: 0;
}

.hikkoshi-jitsurei-relation ul li a {
    font-size: 15px;
    color: #957E61;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .hikkoshi-jitsurei-relation {
        padding: 40px 20px;
        margin: 0 auto 160px;
    }
    .hikkoshi-jitsurei-relation ul {
        display: grid;
        grid-template-columns: 1fr;
        margin: 0 0 2rem;
        gap: 12px;
    }
}


/* reform*/

.p-reform-contact .requestContactTitle {
    display: none;
}

.p-reform-contact {
    padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
    .p-reform-contact {
        padding-bottom: 70px;
    }
    .p-reform-movie {
        padding-left: 16px;
        padding-right: 16px;
    }
}


/* kaimyo */

.p-kaimyo-result {
    width: 100%;
    max-width: 958px;
    margin: 0 auto 150px;
    background-color: #F4F1EB;
    background-repeat: no-repeat;
    padding: 8px;
    background-size: 100%;
    position: relative;
}

.p-kaimyo-result__box {
    overflow: hidden;
}

.p-kaimyo-result::before {
    border: 8px solid#F4F1EB;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.p-kaimyo-result__inner {
    padding: 29px 16px;
    border: 1px solid #957E61;
    position: relative;
    z-index: 3;
}

.p-kaimyo-result__inner .c-circle {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #F4F1EB;
    border: 1px solid #957E61;
    border-radius: 50%;
    display: block;
    z-index: 1;
}

.p-kaimyo-result__inner .c-circle.c-top-left {
    top: -14px;
    left: -14px;
}

.p-kaimyo-result__inner .c-circle.c-top-right {
    top: -14px;
    right: -14px;
}

.p-kaimyo-result__inner .c-circle.c-bottom-left {
    bottom: -14px;
    left: -14px;
}

.p-kaimyo-result__inner .c-circle.c-bottom-right {
    bottom: -14px;
    right: -14px;
}

.p-kaimyo-result__content {
    border-right: 1px solid #957E61;
    border-left: 1px solid #957E61;
    padding-bottom: 22px;
    padding-top: 38px;
    position: relative;
    z-index: 4;
}

.p-kaimyo-result__title {
    background-image: url(/wp-content/themes/flatsome-child/assets/img/boseki/reform/kaimyo/bg-result-title.svg);
    background-repeat: no-repeat;
    display: flex;
    width: 486px;
    margin: 0 auto 22px;
    height: 51px;
    justify-content: center;
    align-items: center;
}

.p-kaimyo-result__title .year {
    font-size: 22px;
    font-family: var(--serif);
    color: #866948;
    padding-right: 5px;
}

.p-kaimyo-result__title .value {
    font-size: 36px;
    font-family: "Crimson Text", serif;
    color: #866948;
}

.p-kaimyo-result__title .unit {
    font-size: 25px;
    font-family: var(--serif);
    color: #866948;
}

.p-kaimyo-result__title .text {
    font-size: 25px;
    font-family: var(--serif);
}

.p-kaimyo-result__inner a {
    border-radius: 32px;
    margin: 0 auto;
    display: block;
    max-width: 340px;
}

@media screen and (max-width: 768px) {
    .p-kaimyo-result {
        margin: 0 auto 100px;
        padding: 3px;
    }
    .p-kaimyo-result__inner {
        padding: 10px 4px;
        border: 1px solid #957E61;
        position: relative;
        z-index: 3;
    }
    .p-kaimyo-result__inner .c-circle {
        width: 10px;
        height: 10px;
    }
    .p-kaimyo-result__inner .c-circle.c-top-left {
        top: -5px;
        left: -5px;
    }
    .p-kaimyo-result__inner .c-circle.c-top-right {
        top: -5px;
        right: -5px;
    }
    .p-kaimyo-result__inner .c-circle.c-bottom-left {
        bottom: -5px;
        left: -5px;
    }
    .p-kaimyo-result__inner .c-circle.c-bottom-right {
        bottom: -5px;
        right: -5px;
    }
    .p-kaimyo-result__content {
        border-right: 1px solid #957E61;
        border-left: 1px solid #957E61;
        padding: 37px 29px 27px 29px;
        position: relative;
        z-index: 4;
    }
    .p-kaimyo-result__inner p {
        line-height: 1.5;
        font-size: 16px;
        letter-spacing: .05em;
        margin-bottom: 19px!important;
    }
    .p-kaimyo-result__title {
        background-image: url(/wp-content/themes/flatsome-child/assets/img/boseki/reform/kaimyo/bg-result-title-sp.svg);
        flex-wrap: wrap;
        width: 240px;
        margin: 0 auto 22px;
        height: 58px;
    }
    .p-kaimyo-result__title .year {
        font-size: 12px;
        padding-right: 5px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .p-kaimyo-result__title .value {
        font-size: 35px;
        line-height: 1;
    }
    .p-kaimyo-result__title .unit {
        font-size: 19px;
    }
    .p-kaimyo-result__title .text {
        font-size: 16px;
        text-align: center;
        width: 100%;
    }
    .p-kaimyo-result__inner a {
        border-radius: 40px;
        padding: 13px 0;
        margin: 0 auto;
        justify-content: center;
        display: flex;
        align-items: center;
        max-width: 340px;
    }
    .p-kaimyo-result__inner .button:not(.icon).new-arrow>span {
        line-height: 1.5;
    }
}

.p-kaimyo-steps {
    margin-bottom: 150px;
}

.p-kaimyo-step {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1010px;
    margin: 0 auto;
}

.p-kaimyo-step .step {
    overflow: hidden;
}

.p-kaimyo-step .last {
    padding-top: 42px;
}

.p-kaimyo-step .last-box {
    background-color: #fff;
    border: 1px solid #475563;
    border-radius: 10px;
    padding: 20px;
    height: auto;
    width: 204px;
    margin: 0 auto;
    position: relative;
}

.p-kaimyo-step .last-box::before {
    content: "";
    position: absolute;
    left: -53px;
    top: 25px;
    width: 53px;
    height: 8px;
    background-image: url(/wp-content/themes/flatsome-child/assets/img/boseki/reform/kaimyo/step-last.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.p-kaimyo-step .last-box p {
    margin: 0;
    letter-spacing: .05em;
}

.p-kaimyo-step .last-box p span {
    font-weight: 500;
    color: #957E61;
}

.p-kaimyo-step .label {
    background-color: #475563;
    height: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: calc(100% - 20px);
    position: relative;
    font-family: "Playfair Display", serif;
    margin-bottom: 16px;
    line-height: 1;
}

.p-kaimyo-step .label span {
    vertical-align: middle;
    padding-left: 5px;
    font-size: 24px;
    padding-bottom: 5px;
}

.p-kaimyo-step .label:after {
    position: absolute;
    content: "";
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 20px solid #475563;
    border-right: 0;
}

.p-kaimyo-step .step7 .label {
    width: 100%;
}

.p-kaimyo-step .step7 .label:after {
    content: none;
}

.p-kaimyo-step .title {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #403217;
    margin-bottom: 1rem;
}

.p-kaimyo-step .image {
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-kaimyo-step .desc {
    padding: 13px;
    background-color: #EBEBEB;
    height: 100%;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .p-kaimyo-steps {
        margin-bottom: 100px;
    }
    .p-kaimyo-step {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
        border: 1px solid rgba(112, 112, 112, .4);
        background-color: #fff;
    }
    .p-kaimyo-step .step {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        overflow: visible;
    }
    .p-kaimyo-step .step.step7:after {
        content: none;
    }
    .p-kaimyo-step .step:after {
        position: absolute;
        bottom: -10px;
        left: calc(50% - 11px);
        content: "";
        width: 0;
        height: 0;
        z-index: 3;
        border-style: solid;
        border-right: 11px solid transparent;
        border-left: 11px solid transparent;
        border-top: 10px solid #fff;
        border-bottom: 0;
    }
    .p-kaimyo-step .last {
        display: none;
    }
    .p-kaimyo-step .label {
        height: 40px;
        width: 100%;
        font-size: 16px;
        margin-bottom: 20px;
        justify-content: flex-start;
        padding: 0 24px;
    }
    .p-kaimyo-step .label span {
        font-size: 22px;
    }
    .p-kaimyo-step .label:after {
        content: none;
    }
    .p-kaimyo-step .title {
        margin: 0 0 0 28px;
    }
    .p-kaimyo-step .image {
        display: block;
        height: 40px;
        margin: 0 28px 0;
    }
    .p-kaimyo-step .image img {
        height: 100%;
        width: auto;
    }
    .p-kaimyo-step .desc {
        padding: 1rem 28px 28px;
        background-color: transparent;
        height: auto;
        width: 100%;
    }
    .p-kaimyo-recommend {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.p-kaimyo-price {
    background-color: rgba(255, 255, 255, .5);
    padding: 12px;
    max-width: 958px;
    margin: 0 auto 80px;
}

.p-kaimyo-price__header {
    text-align: center;
    padding: 40px;
    border-radius: 0px 0px 30px 30px;
    background: #f2eee7;
}

.p-kaimyo-price__label {
    color: #403217;
    margin-bottom: 20px;
    font-size: 20px;
}

.p-kaimyo-price__amount {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    align-items: baseline;
    color: #A79149;
}

.p-kaimyo-price__price {
    font-size: 50px;
    font-family: "Crimson Text", serif;
    line-height: 1;
}

.p-kaimyo-price__yen {
    font-size: 30px;
}

.p-kaimyo-price__tax {
    font-size: 20px;
}

.p-kaimyo-price__desc {
    margin: 0;
}

.p-kaimyo-price__desc span {
    font-weight: 500;
    color: #AF9B59;
}

.p-kaimyo-price__container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    padding: 50px;
}

.p-kaimyo-price__text {
    flex: 1;
}

.p-kaimyo-price__image {
    width: 337px;
    position: relative;
}

.p-kaimyo-price__image .batch {
    position: absolute;
    width: 105px;
    right: -22px;
    bottom: -22px;
    height: 105px;
}

@media screen and (max-width: 768px) {
    .p-kaimyo-price {
        padding: 12px;
        margin: 0 auto 50px;
    }
    .p-kaimyo-price__header {
        padding: 30px;
        margin-bottom: 32px;
        background: #f2eee7;
    }
    .p-kaimyo-price__label {
        font-size: 16px;
    }
    .p-kaimyo-price__amount {
        margin-bottom: 15px;
    }
    .p-kaimyo-price__price {
        font-size: 46px;
    }
    .p-kaimyo-price__yen {
        font-size: 23px;
    }
    .p-kaimyo-price__tax {
        font-size: 17px;
    }
    .p-kaimyo-price__desc {
        text-align: justify;
    }
    .p-kaimyo-price__container {
        display: flex;
        flex-direction: column-reverse;
        gap: 26px;
        padding: 0 20px;
    }
    .p-kaimyo-price__image {
        width: 100%;
    }
    .p-kaimyo-price__image .batch {
        width: 90px;
        right: -22px;
        bottom: -22px;
        height: 105px;
    }
}

.p-kaimyo-contact {
    padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
    .p-kaimyo-contact {
        padding-bottom: 100px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.p-kaimyo-contact .mTop100 {
    margin-top: 0!important;
}

.l-kaimyo-menu {
    padding: 140px 0;
}

@media screen and (max-width: 768px) {
    .l-kaimyo-menu {
        padding: 70px 0;
    }
}

.p-reform-anchor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 16px;
    margin: 0 auto 70px;
}

.p-reform-anchor li {
    list-style-type: none;
    width: 300px;
    margin: 0 !important;
}

.p-reform-anchor li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    height: 72px;
    border-radius: 44px;
    font-size: 17px;
    position: relative;
    line-height: 1.411764705882353;
}

.p-reform-anchor li a:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #475563;
    border-right: 1px solid #475563;
    transform: rotate(45deg);
    top: calc(50% -3px);
    left: calc(100% - 36px)
}

@media screen and (max-width: 768px) {
    .p-reform-anchor {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 40px;
    }
    .p-reform-anchor li {
        width: 95%;
        margin: 0 auto !important;
    }
    .p-reform-anchor li a {
        height: 60px;
        border-radius: 50px;
        font-size: 16px;
        line-height: 1.3125;
    }
}

.p-reform-box {
    background-color: #fff;
    padding: 28px 28px 50px;
    width: 100%;
    max-width: 1078px;
    margin: 0 auto 40px;
}

.p-reform-box__title {
    background-color: #475563;
    padding: 4px;
    margin-bottom: 43px;
}

.p-reform-box__title h3 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0;
    padding: 30px;
    font-size: 22px;
    letter-spacing: .05em;
    font-weight: 500;
    border: 1px solid #fff;
}

.p-reform-box__lead {
    padding: 0 72px;
    margin-bottom: 50px;
    letter-spacing: .05em;
}

.p-reform-box__content {
    display: flex;
    gap: 60px;
    padding: 0 54px;
}

.p-reform-box__content .c-note {
    margin-bottom: 30px;
}

.p-reform-box .button {
    border-radius: 32px;
    margin-bottom: 0;
}

.p-reform-box__content p {
    flex: 1;
}

.p-reform-box__content .m-movie {
    width: 441px;
    margin: 0 0 50px;
}

.p-reform-box__content .text {
    flex: 1;
}

.p-reform-box__content .img {
    width: 400px;
}

.price-banner {
    padding-top: 46px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.price-banner.large {
    gap: 30px;
    border-top: 1px solid #A8A8A8;
    margin: 0 72px;
}

.price-container {
    border-top: 1px solid #A8A8A8;
    margin: 0 72px;
    display: flex;
    gap: 56px;
}

.price-container .price-banner {
    flex: 1;
    border-top: none;
    padding-top: 30px;
}

.price-banner .label {
    color: #475563;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .07em;
}

.price-banner .label.label-left {
    text-align: left;
}

.price-banner .label p {
    font-weight: 500;
    margin-bottom: 4px;
}

.price-banner .label span {
    font-weight: 500;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .price-container {
        display: block;
        margin: 0;
    }
    .price-banner {
        padding-bottom: 30px;
    }
    .price-container .price-banner {
        padding-top: 23px;
        padding-bottom: 0;
    }
    .price-banner.price-banner--second {
        border-top: none;
        padding-top: 0;
        padding-bottom: 22px;
    }
    .price-banner.price-banner--pc {
        display: none;
    }
    .price-banner.price-banner--sp {
        display: flex;
        padding-bottom: 23px;
    }
}

.price-banner .price {
    color: #957E61;
    display: flex;
    align-items: baseline;
}

.price-banner .amount {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 1;
    font-family: "Crimson Text", serif;
}

.price-banner .yen {
    font-family: var(--serif);
    font-weight: 500;
    font-size: 30px;
}

.price-banner .tax {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .07em;
}

.p-reform-bihin {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px 30px;
    padding: 0 54px;
}

.p-reform-bihin .item img {
    margin-bottom: 7px;
}

.p-reform-bihin .item p {
    margin: 0;
    text-align: center;
    font-size: 15px;
}

.reform-menu {
    display: flex;
    justify-content: space-between;
    gap: 56px;
    padding: 0 72px;
}

.reform-menu .menu {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 43px;
}

.reform-menu .menu.menu-flex .price-banner {
    margin-top: auto;
}

.reform-menu .menu p.name {
    font-weight: 500;
    color: #475563;
    margin-bottom: 20px;
    font-size: 20px;
}

.reform-menu .menu .img {
    margin-bottom: 24px;
}

.reform-menu .menu .text {
    padding: 0;
    margin: 0;
}

.reform-menu .menu .text p {
    margin-bottom: 0;
}

.p-reform-detail-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .p-reform-box {
        padding: 8px 8px 30px;
        margin: 0 auto 24px;
    }
    .p-reform-box__title {
        margin-bottom: 18px;
    }
    .p-reform-box__title h3 {
        padding: 23px;
        font-size: 20px;
        text-align: center;
        letter-spacing: .02em;
        line-height: 1.5;
    }
    .p-reform-box__lead {
        padding: 0 14px;
        margin-bottom: 40px;
    }
    .p-reform-box__content {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 0 14px;
        margin-bottom: 0;
    }
    .p-reform-box__content .c-note {
        margin-bottom: 20px;
    }
    .p-reform-box__content .button {
        border-radius: 32px;
        margin-top: 8px;
    }
    .p-reform-box__content p {
        flex: 1;
    }
    .p-reform-box__content .m-movie {
        width: 100%;
        margin: 0 auto 36px;
    }
    .p-reform-box__content .text {
        flex: 1;
    }
    .p-reform-box__content .img {
        width: 100%;
    }
    .price-banner {
        border-top: 1px solid #A8A8A8;
        padding-top: 23px;
        padding-bottom: 27px;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 13px;
        justify-content: center;
    }
    .price-banner.large {
        gap: 13px;
        margin: 0;
    }
    .price-banner .price {
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
    .price-banner .amount {
        font-size: 46px;
    }
    .price-banner .yen {
        font-size: 18px;
    }
    .price-banner .tax {
        font-size: 17px;
    }
    .p-reform-bihin {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 7px;
        padding: 0 14px;
        margin-bottom: 22px;
    }
    .p-reform-bihin .item img {
        margin-bottom: 4px;
    }
    .p-reform-bihin .item p {
        margin: 0;
        text-align: center;
        font-size: 14px;
        letter-spacing: 0;
    }
    .reform-menu {
        display: block;
        padding: 0 14px;
    }
    .reform-menu .menu {
        margin-bottom: 0;
    }
    .reform-menu .menu p.name {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .reform-menu .menu .img {
        margin-bottom: 24px;
    }
    .reform-menu .menu .text {
        padding: 0;
        margin: 0 0 20px;
    }
    .reform-menu .menu .text p {
        margin-bottom: 0;
    }
    .p-reform-detail {
        display: none!important;
    }
    .p-reform-detail-sp {
        display: block;
    }
}

@media screen and (max-width: 768px) {}

.bgBaige {
    background-color: #F2F0EC;
}