@charset "UTF-8";

/* base部分の変更
---------------------------*/
#header .h_menu .container>ul>li>a {
    padding-top: 4px;
}

.container ul li {
    line-height: 1;
}


/* 共通部分
---------------------------*/

html {
    font-size: 100%;
}

body {
    font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
    color: #727272;
    font-style: normal;
}

.shippori {
    font-family: 'shippori-mincho', sans-serif;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container_x {
    width: 100%;
    margin-bottom: 100px;
}

.about.container_x,
.flow.container_x {
    margin-bottom: 50px;
}

.info-inner,
.about-inner,
.reason-inner,
.flow-inner,
.combi-inner,
.price-inner,
.detail-inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.info-cont,
.about-cont,
.flow-cont,
.price-cont,
.detail-cont {
    width: 100%;
}


/*intro*/

.mainview img {
    width: 100%;
}

h1.main-title {
    position: relative;
    margin-top: 60px;
    font-weight: 200;
    font-size: 2.2rem;
    letter-spacing: .3rem;
    line-height: 1.5;
    color: #727272;
}

h1.main-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    width: 1px;
    height: 40px;
    margin: auto;
    background-color: #727272;
}

.intro_container_x {
    border: 1px solid #AB9FBC;
    width: 100%;
    margin: 80px auto 0;
}

.intro-title {
    background-color: #AB9FBC;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.3rem;

}

.intro {
    font-weight: 700;
    letter-spacing: .3rem;
}

.intro-inner p {
    font-size: 3.4rem;
    color: #D1A76F;

}

/* .intro-inner p::before {

    content: '';
    display: inline-block;
    width: 125px;
    height: 35px;
    background-image: url("../images/ico_first.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: 0;
    margin-right: 30px;
} */

span.top-txt-xs {
    display: inline-block;
    color: #fff;
    width: 110px;
    font-size: 1rem;
    letter-spacing: .1rem;
    vertical-align: 12px;
    padding: 4px;
    margin-right: 20px;
    background: #D1A76F;
}

span.txt-s {
    font-size: 1.1rem;
    color: #D1A76F;
    margin-left: 15px;
    letter-spacing: 0.1em;
}

.price-button {
    position: relative;
    width: 350px;
    margin: 50px auto;
    border: 1px solid #727272;
    padding: 10px;
    border-radius: 14px;
    color: #727272;
}

.price-button p {
    font-size: 1rem;
    letter-spacing: .1rem;
}

.right-arrow {
    display: flex;
}

.right-arrow::after {
    position: absolute;
    top: 20px;
    right: 30px;
    content: '';
    width: 30px;
    height: 5px;
    border-bottom: solid 1px #727272;
    border-right: solid 1px #727272;
    transform: skew(45deg);
}


.main-headline {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
    color: #AB9FBC;
    letter-spacing: .3rem;
}

.main-headline span {
    display: block;
    font-size: 1.125rem;
    font-weight: normal;
    margin-top: 30px;
    text-align: center;
    letter-spacing: 0.3rem;
}


.ad-conatiner{
    position: relative;
    display: flex;
    width: 1200px;
    justify-content: space-between;
}
.ad-inner{
width: 100%;
}
.ad-conatiner .ad-inner img{
    width: 30%;
}


.about-flex {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.about-flex img {
    width: 30%;
}

.about-flex p {
    font-size: 1.125rem;
    text-align: left;
    letter-spacing: .1rem;
    line-height: 2.5;
    margin-left: 40px;
}

.about-bottom {
    margin-bottom: 140px;
}


.reason,
.combi {
    background-color: #F5F4F9;
}

.reason-box,
.combi-box {
    padding: 50px 5px;
}

.conbi-box-intro {
    text-align: center;
}

.reason-box-flex {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
}

.reason-list {
    width: 46%;
    margin-bottom: 25px;
}

.list-num {
    text-align: left;
    font-size: 3rem;
    color: #D1A76F;
    font-weight: bold;
}

.reason-list h2 {
    width: 100%;
    background-color: #d1a76f;
    margin-top: -12px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .2rem;
    font-weight: 400;
    padding: 5px 0;
}

.reason-list p {
    text-align: left;
    font-size: 1rem;
    margin: 20px 5px;
    letter-spacing: .1rem;
}

.flow-list li:first-child {
    padding: 0;
    margin: 0;
}

.flow-list li {
    padding: 0;
}

.flow-list li:nth-child(1) {
    margin-top: 0;
}

.flow-list li:last-child {
    margin-bottom: 150px;
}

.flow-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 40px;
    z-index: 2;
}

.flow-list-img {
    width: 150px;
    position: relative;
}

.flow-list-txts {
    width: calc(100% - 228px);
    text-align: left;
    margin-top: -15px;
}

.flow-list-head {
    color: #AB9FBC;
    margin-top: 8px;
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 147%;
}

.flow-list-head span {
    color: #D1A76F;
    font-size: 1.4rem;
    margin-left: 20px;
    vertical-align: 7px;
    letter-spacing: .2em;
    font-weight: 500;
}

.flow-list-txt {
    font-weight: 400;
    font-size: 1rem;
    line-height: 162%;
    letter-spacing: 0.04em;
    color: #727272;
}

.conbi-box-intro {
    letter-spacing: .2rem;
    font-weight: 500;
    font-size: 1.1rem;
}

.combi-title-box {
    margin-top: 50px;
    padding: 1.5em 1em 1em;
    position: relative;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 15px;
}

.second {
    margin-top: 100px;
}

.combi-title-head {
    position: absolute;
    top: -20px;
    width: 50%;
    left: 25%;
    font-weight: bold;
    font-size: 1.4rem;
    background-color: #D1A76F;
    color: #fff;
    padding: 8px 0;
    letter-spacing: .3rem;
}

.combi-title-head span {
    letter-spacing: .1rem;
    font-size: 1rem;
    font-weight: 300;
}

.combi-box-sub {
    margin: 20px 0 40px;
    padding: 0;
    color: #707070;
    letter-spacing: .15rem;
    font-size: 1.1rem;
}

.head-border {
    position: relative;
    display: inline-block;
    padding: 0 65px;
    color: #AB9FBC;
    letter-spacing: .2rem;
    font-size: 18px;
    font-weight: 500;
}

.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #AB9FBC;
}

.head-border:before {
    left: 0;
}

.head-border:after {
    right: 0;
}

.table-box {
    width: 95%;
    margin: 0 auto;
    font-size: 1rem;
}

table.effect-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

table.effect-table tr {
    border: solid 1px #AB9FBC;
}

table.effect-table th {
    background-color: #AB9FBC;
    color: #fff;
    width: 35%;
    padding: 10px;
    font-weight: 200;
    text-align: center;
    letter-spacing: .2rem;

}

table.effect-table td {
    color: #707070;
    padding: 10px;
    text-align: left;
    letter-spacing: .2rem;
}

.bottom-line {
    border-bottom: 1px solid #fff;
}

table.homecare th.bottom-purple,
table.effect-table th.bottom-purple,
table.effect-table2 th.bottom-purple {
    border-bottom: 1px solid #AB9FBC;
}

p.side-price {
    text-align: right;
    color: #D1A76F;
    margin-top: 10px;
}

span.side-txt {
    border: solid 1px #D1A76F;
    padding: 5px;
    font-size: .8rem;
    margin-right: 10px;
    vertical-align: -3px;
}

span.side-txt-g {
    border: solid 1px #727272;
    font-size: .8rem;
    padding: 5px;
    margin-right: 10px;
    vertical-align: -3px;
}

span.side-txt-l {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .1rem;
    margin-left: 5px;
    vertical-align: middle;
}

span.side-txt-m {
    font-size: 1.8rem;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: .1rem;
}

span.side-txt-s {
    font-size: 1.2rem;
    vertical-align: -5px;
    margin-left: 10px;
}

span.side-txt-xs {
    font-size: 12px;
    vertical-align: -6px;
    margin-left: 10px;
    letter-spacing: .1rem;
}

span.side-txt-en-s {
    font-size: 1.4rem;
    vertical-align: -5px;
    margin-right: 5px;
}

p.side-price.gley {
    color: #727272;
}


span.txt-gold {
    color: #D1A76F;
}

.last {
    margin-bottom: 10px;
}


/*効果table２つ目*/

table.effect-table2 {
    width: 100%;
    border-collapse: collapse;
}

table.effect-table2 tr {
    border: solid 1px #AB9FBC;
}

table.effect-table2 th {
    background-color: #AB9FBC;
    color: #fff;
    width: 50%;
    padding: 10px 0;
    font-weight: 200;
    text-align: center;
    letter-spacing: .2rem;

}

table.effect-table2 td {
    color: #707070;
    font-size: 1rem;
    text-align: left;
    padding-left: 5px;
    letter-spacing: .2rem;
}

table.effect-table2 td.center {
    text-align: center;
    padding-left: 0;
}

table.effect-table2 td.center p,
table.homecare td.center p {
    text-align: right;
    display: inline-block;
    width: 55%;
}


.txt-purple {
    color: #AB9FBC;
    font-size: 1.1rem;
    letter-spacing: .2rem;
    margin: 20px 0;
}

.side-pricebox {
    display: flex;
    align-items: center;
    justify-content: end;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #707070;
    margin: 20px 15px 15px 15px;
}


/* PRICE table */

table.bg-gold {
    width: 100%;
}

table.bg-gold,
table.bg-gold td {
    border: 1px solid #D1A76F;
    border-collapse: collapse;
}

table.bg-gold th {
    width: 25%;
    border: 1px solid #fff;
    border-collapse: collapse;
    color: #fff;
    background: #D1A76F;
    text-align: center;
    border-top: 1px solid #d1a76f;
}

table.bg-gold td {
    color: #727272;
    font-size: 1.5rem;
    text-align: center;
    border-top: 1px solid #d1a76f;
}

table.bg-gold td p {
    text-align: right;
    display: inline-block;
    width: 60%;
}

table.bg-gold th.bottom-goldline {
    border-bottom: 1px solid #d1a76f;
}
.soroe01{
    margin-left: 20px;
}
.soroe02{
    margin-left: -20px;
}

.upper-box h3,
.middle-box h3,
.lower-box h3 {
    font-size: 1.2rem;
    letter-spacing: .2rem;
    position: relative;
    padding: 0 55px;
    color: #727272;
    text-align: left;
    margin: 50px 0 30px;
}

.upper-box h3:before,
.middle-box h3:before,
.lower-box h3:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #727272;
}

.upper-box h3:before,
.middle-box h3:before,
.lower-box h3:before {
    left: 0;
}

h3.option-box {
    border: 1px solid #727272;
    background-color: #727272;
    color: #fff;
    padding: 5px;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}


/* PRICE　ホームケアtable */

table.homecare {
    width: 100%;
}

table.homecare,
td,
th {
    border: 1px solid #AB9FBC;
    border-collapse: collapse;
}

table.homecare th {
    width: 15%;
    background: #AB9FBC;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 200;
    letter-spacing: .1rem;
    padding: 10px;
    text-align: center;
}

table.homecare td.hc-td30 {
    width: 35%;
    background: #AB9FBC;
    font-size: .8rem;
    text-align: left;
    padding: 3px;
    color: #fff;
}

.border {
    border-bottom: 1px solid #fff;
}

td.center {
    color: #727272;
    text-align: center;
}

.sp-only {
    display: none;
}

.pc-only {
    display: block;
}

/* CTA設定 */
.cta-container_x {
    margin-top: 20px;
    margin-bottom: 60px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.cta-btn {
    border: none;
    background-color: #AB9FBC;
    width: 600px;
    height: 90px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.15em;
    border-radius: 8px;
    box-shadow: 4px 5px 6px 0 rgba(0, 0, 0, .4);
}

.cta-btn:hover {
    cursor: pointer;
    box-shadow: inset 3px 6px 6px 0 rgba(0, 0, 0, .3);
    color: #f7e498;
}

@media screen and (max-width:550px) {
    .cta-btn {
        font-size: 20px;
        width: 300px;
        height: 60px;
    }
    .span-container{
        right:14px !important;
    }

    .ad-conatiner{
        display: block;
        width: 100%;
    }
    .ad-inner{
        width: 100%;
        padding: 15px;
     
    }
    .ad-conatiner .ad-inner img{
        margin-top: 15px;
        width: 100%;
    }
}



@media screen and (max-width: 768px) {
    html {
        font-size: 88%;
    }

    .sp-only {
        display: block;
    }

    .pc-only {
        display: none;
    }

    .container_x {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 70px;
    }

    .flow.container_x,
    .about.container_x {
        margin-bottom: 30px;
    }

    .info-inner,
    .about-inner,
    .reason-inner,
    .flow-inner,
    .combi-inner,
    .price-inner,
    .detail-inner {
        width: 100%;
    }

    .reason-box,
    .combi-box {
        padding: 30px 10px;
    }

    .main-headline {
        line-height: .3;
        font-size: 1.5rem;
    }

    .main-headline span {
        font-size: 1.2rem;
    }

    /* Intro */

    .intro_container_x {
        margin: 50px auto 0;
    }

    h1.main-title{
        font-size: 1.2rem;
    }

    h1.main-title::after {
        bottom: -35px;
        height: 25px;
    }

    .intro {
        letter-spacing: .1rem
    }

    .intro-title{
        font-size: 1rem;
    }

    .intro-inner p {
        font-size: 1.5rem;
    }

    .intro-inner .inner-box {
        margin: 10px 0;
    }

    span.top-txt-xs {
        color: #fff;
        width: 70px;
        font-size: .75rem;
        margin-right: 10px;
        vertical-align: 4px;
        padding: 2px;
    }

    .price-button {
        width: 80%;
    }

    .about-flex img{
        margin-bottom: 15px;
    }

    /* flow */

    .flow-list-head {
        font-size: 2rem;
    }

    .flow-list-head span {
        font-size: 1.2rem;
        vertical-align: 4px;
    }

    .flow-list-txts {
        width: 75%;
    }

    .flow-list-img {
        width: 20%;
    }

    .flow-list li:last-child {
        margin-bottom: 100px;
    }

    .flow.container_x h1.main-headline {
        margin-bottom: 50px;
    }

    /* about */

    .about-flex {
        display: block;
    }

    .about-flex p {
        font-size: 1rem;
        line-height: 2;
        margin-left: 0;
    }

    .about-bottom {
        margin-bottom: 70px;
    }

    /* reason */

    .reason-list {
        width: 100%;
    }

    .reason-list h2 {
        margin-top: -10px;
    }

    .reason-list img {
        width: 95%;
    }

    /* Combi */

    .combi-title-box {
        margin: 30px auto 0;
        padding: 15px 5px;
        width: 97%;
    }

    .combi-title-head span {
        font-size: .8rem;
    }

    .combi-title-box.second {
        margin-top: 50px;
    }

    .combi-title-head {
        width: 80%;
        left: 10%;
        top: -15px;
        font-size: 1.1rem;
        letter-spacing: .2rem;
    }

    .head-border {
        font-size: 1rem;
        padding: 0 20px;
        letter-spacing: .1rem;
    }

    .head-border:before,
    .head-border:after {
        width: 15px;
    }

    table.effect-table td,
    table.effect-table th,
    table.effect-table2 td,
    table.effect-table2 th {
        font-size: .875rem;
        padding: 5px;
    }

    table.effect-table2 td.center {
        padding: 5px 0 10px;
        text-align: center;
    }

    table.bg-gold td {
        line-height: .5;
        padding: 5px 0 10px;
    }

    .combi-box-sub {
        margin: 30px 0 20px;
    }

    span.side-txt {
        padding: 3px;
    }

    span.txt-s {
        font-size: .875rem;
    }

    span.side-txt {
        margin-right: 0;
    }

    span.side-txt-g {
        padding: 3px;
        margin-right: 5px;
        border: solid .5px #727272;
    }

    span.side-txt-l {
        vertical-align: text-top;
        font-size: 1.5rem;
    }

    span.side-txt-m {
        font-size: 1.3rem;
        vertical-align: -6px;
    }

    span.side-txt-s {
        font-size: 1rem;
    }

    span.side-txt-xs {
        font-size: .8rem;
    }

    span.side-txt-en-s {
        font-size: 1rem;
    }

    .side-pricebox {
        display: block;
        position: relative;
    }

    .triangle {
        border-width: 10px 7.5px 0 7.5px;
        border-color: #707070 transparent transparent transparent;
        position: absolute;
        top: 10px;
        right: 105px;
    }

    /* Price */
    .soroe01{
        margin-left: 0px;
    }
    .soroe02{
        margin-left: 0px;
    }

    .upper-box h3,
    .middle-box h3,
    .lower-box h3 {
        margin: 20px 0;
    }

    p.side-price.wide {
        margin-top: 30px;
    }

    p.side-price {
        line-height: 1;
    }

    table.effect-table th {
        width: 30%;
    }

    table.bg-gold td p,
    table.effect-table2 td.center p,
    table.homecare td.center p {
        text-align: center;
        display: block;
        width: 100%;
    }

    table.bg-gold td p{
        line-height: .7;
    }

    table.effect-table2 td.center p,
    table.homecare td.center p {
        line-height: 1;
    }

}