@charset "UTF-8";


body {
    background: #fafafa;
}
img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.br-sp ,.sp-only{
    display: none;
}


/** index **/

.mv {
    width: 100%;
    height: 56.25vw;
    color: #fff;
    background: url(../img/mv-pc.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
h1 {
    padding: 0 0 10px 12vw;
    font-size: 45px;
    position: absolute;
    left: 0;
    bottom: 15vw;
    line-height: 1.2em;
}
h1 span {
    font-size: 28px;
}
.inner h1 {
    font-size: 16px;
    padding: 0;
    position: inherit;
    line-height: 1em;
}
.inner .caption-overview {
    color: #9F9F9F;
    margin-bottom: 10px;
}
.inner .caption-overview span {
    display: inline-block;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 20px 5px 0;
    color: #3C3C3C;
    position: relative;
}

.wrap {
    padding: 0 60px;
}

/** White BOX **/
.white-box {
    background-color: #fff;
    border-radius: 10px 10px;
    padding: 50px 50px;
    border: 1px solid #D6D6D6;
    margin: 30px 0;
}


/** rink-btn **/
.to-list {
    padding: 30px 0 150px;
}
section .to-list{
    padding: 30px 0 80px;/** 中段の下余白を小さく **/
}
.to-list .btn {
    margin: 0 auto;
    width: 350px;
    padding: 0 20px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    outline: #000 solid 1px;
    display: block;
    cursor: pointer;
    position: relative;
}
.to-list .btn::before, .to-list .btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 8px;
    background: #000;
    right: 20px;
}
.to-list .btn::before {
    bottom: 50%;
    transform-origin: center bottom;
    transform: rotate(-45deg);
}
.to-list .btn::after {
    top: 50%;
    transform-origin: center top;
    transform: rotate(45deg);
}


/** Feature　上置きアイテムの３つのメリット **/
.merit {
    padding: 100px 0 50px;
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
}
.merit .card {
    width: 30%;
}
.merit .card .img {
    margin-bottom: 40px;
}
.merit .card h3 {
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 2px solid #D6CBAC;
}
.merit .card p {
    font-size: 16px;
    margin-top: 20px;
}
.merit .card .notice {
    font-size: 14px;
    line-height: 1.7em;
}
.l-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}


/** Order　Flow　ご注文方法について **/
.order {
    padding: 30px 0 50px;
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
}
.order .box-box {
    display: flex;
    justify-content: space-between;
}
.order .block {
    width: 48%;
}
.order .block .sec-btn { /** 計算ページボタン **/
    margin-top: 40px;
}
.order .block .btn {
    margin: 0 auto;
    padding-right: 20px;
    width: 350px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #000;
    display: block;
    position: relative;
}
.order .block .btn::before, .order .block .btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 8px;
    background: #fff;
    right: 20px;
}
.order .block .btn::before {
    bottom: 50%;
    transform-origin: center bottom;
    transform: rotate(-45deg);
}
.order .block .btn::after {
    top: 50%;
    transform-origin: center top;
    transform: rotate(45deg);
}


/** Q&Aよくあるご質問 **/
.qa {
    padding: 60px 0 0;
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
}
.qa .white-box {
    padding: 10px 50px 20px;
}
.qa .inner {
    margin: 0 auto;
}
.qa dl {
    line-height: 2;
}
.qa dt {
    padding-left: 50px;
    font-weight: 500;
    position: relative;
    counter-increment: number;
    margin-bottom: 10px;
    border-top: 1px solid #D6D6D6;
    padding-top: 40px;
}
.qa dt:first-of-type {
    border-top: none;
    margin-top: 0;
}
.qa dt::before {
    content: "Q" counter(number) "．";
    position: absolute;
    top: 30;
    left: 0;
}
.qa dd {
    margin: 0 0 40px 13px;
    padding-left: 37px;
    position: relative;
    line-height: 1.5em;
}
.qa dd::before {
    content: "A．";
    position: absolute;
    top: 0;
    left: 0;
}

/** calc **/
.calc .wrap {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
}
.calc .inner{
    margin: 170px 60px;
}
.calc .white-box {
    padding: 60px 50px 50px;
    margin: 60px 0 0;
    position: relative;
}
.wrap .inner .on-caption {
    position: absolute;
    top: -25px;
    display: inline-block;
    padding: 10px 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background: #3C3C3C
}

/** 1．設置スペースの採寸 **/
.calc .yokonarabi-img{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.calc .img{
    width: 48%;
}
.calc .white-box .back-color-li{
    padding: 20px 40px;
    background: #faf8f0;
    margin-top: 30px;
}
.calc .white-box .back-color-li li {
    margin-left: 30px;
    font-size: 16px;
    list-style: disc;
    line-height: 1.8em;
}
.uwaoki-under-line {
    background: linear-gradient(transparent 70%, #D6CBAC 70%);
    font-weight: 600;
}

/** 2．上置の高さ・タイプを確認 **/
.calc .total {
    margin-top: 0;
}
.calc table {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
}
.calc .plus-margin {
    border-spacing: 0px 20px;
    border-collapse: separate;
}
.calc .total th {
    color: #3C3C3C;
    font-size: 24px;
    font-weight: bold;
    border: #D6CBAC 4px solid;
    background: #faf8f0;
    width: 20%;
    text-align: center;
}
.calc .total td {
    border-top: #D6CBAC 4px solid;
    border-right: #D6CBAC 4px solid;
    border-bottom: #D6CBAC 4px solid;
    background: #fff;
}
.calc .total td span{
    display: none;
}
.calc .sup ,.calc .big{
    color: #3C3C3C;
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}
.calc .right-txt {
    text-align: right;
    color: #9f9f9f;
}

.calc th, .calc td {
    padding: 20px;
    vertical-align: middle;
}
.calc th {
    width: 50%;
    font-weight: bold;
}
.calc th span {
    font-size: 14px;
    font-weight: normal;
}
.calc td {
    width: 50%;
    text-align: right;
}

input[type=button], input[type=tel], input[type=submit] {
    -webkit-adiappearance: none;
    border-radius: 0;
}
input[type=tel], textarea {
    padding: 8px;
    border: 1px solid #000;
    border-radius: 0;
    text-align: right;
}
.calc .wrap .select {
    position: relative;
    margin-right: 33px;
}
.calc .wrap .select select { /** セレクタ：BOXのデザイン **/
    padding: 10px 10px 12px;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
}
.calc .wrap .select::after { /** セレクタ：プルダウンのデザイン **/
    content: "";
    display: block;
    position: absolute;
    border-top: 8px solid #3C3C3C;
    border-right: 4px solid transparent;
    border-bottom: none;
    border-left: 4px solid transparent;
    top: 20px;
    right: 10%;
}
select:invalid, option:first-child { /** セレクタ：表示時の「選択してください」 **/
    color: #9F9F9F;
}
.calc .wrap input[type=tel], .calc .wrap select {
    margin-right: 10px;
    width: 70%;
}


/** 3．購入する **/
.calc .white-box .card ol{
    margin-bottom: 20px;
}
.calc .white-box .card ol li {
    counter-increment: number;
    line-height: 1.7em;
}
.calc .white-box .card ol li::before {
    content: "（" counter(number) "）";
    margin-left: -10px;
}
.calc .annotation { /** 小文字注意分 **/
    color: #9F9F9F;
    font-size: 14px;
}
.calc .annotation li{
    margin-bottom: 5px;
}
.calc .annotation li::before {
    content: "※";
    margin-right: 7px;
}
.calc .to-list {
    padding: 60px 0 30px;
}

/** index-sp **/
@media screen and (max-width: 768px) {

    .wrap p{
        font-size: 14px;
    }
    .br-sp ,.sp-only{
        display: block;
    }

    .mv {
        height: 300px;
        margin-top: 70px;
    }
    h1 {
        padding: 0 0 0 9vw;
        font-size: 28px;
        bottom: 85px;
    }
    h1 span {
        font-size: 16px;
    }
    .wrap {
        padding: 0 25px;
    }
    .inner {
        max-width: initial;
    }
    .inner .caption-overview {
        margin-bottom: 20px;
        font-size: 14px;
    }

    /** rink-btn **/
    .to-list {
        padding: 20px 0 80px;
    }
    section .to-list{
        padding: 20px 0 50px;/** 中段の下余白を小さく **/
    }
    .to-list .btn {
        width: 100%;
        line-height: 50px;
        font-size: 14px;
    }
    .to-list .btn::before, .to-list .btn::after {
        right: 15px;
    }


    /** Feature　上置きアイテムの３つのメリット-sp **/
    .merit {
        padding: 40px 0 30px;
        max-width: 700px;
    }
    .merit .card {
        width: 100%;
        margin-top: 40px;
    }
    .merit .card:first-of-type {
        margin-top: 0;
    }
    .merit .card .img {
        margin-bottom: 10px;
    }
    .merit .card h3 {
        font-size: 18px;
    }
    .merit .card p {
        font-size: 14px;
        margin-top: 10px;
    }
    .merit .card .notice {
        font-size: 11px;
        margin-top: 10px;
    }
    .l-cols {
        display: block;
        flex-wrap: wrap;
    }

    /** Order　Flow　ご注文方法について-sp **/
    .order {
        padding: 30px 0 0;
    }
    .order .box-box {
        display: block;
        margin: 0 auto;
    }
    .order .block {
        width: 100%;
    }
    .white-box {
        padding: 20px 20px;
        margin: 30px 0 0;
    }
    .order .block .sec-btn {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .order .block .btn {
        width: 100%;
        height: auto;
        white-space: nowrap;
        font-size: 14px;
    }
    .order .block .btn::before, .order .block .btn::after {
        right: 15px;
    }

    /** Q&Aよくあるご質問-sp **/
    .qa{
        padding: 30px 0 0;
    }
    .qa .white-box {
        padding: 0 20px 15px;
        margin-bottom: 30px;
    }
    .qa dt {
        padding-left: 35px;
        padding-top: 20px;
        line-height: 1.5em;
    }
    .qa dd {
        margin: 0 0 20px 10px;
        padding-left: 26px;
        padding-bottom: 0;
    }


        /** calc-sp **/
    .calc .inner{
        margin: 100px 0;
    }
    .calc .white-box {
        padding: 40px 20px 20px;
        margin: 50px 0 0;
    }
    .wrap .inner .on-caption {
        padding: 8px 20px;
        font-size: 18px;
    }

    /** 1．設置スペースの採寸-sp **/
    .calc .yokonarabi-img{
        display: block;
        margin: 0 auto;
    }
    .calc .img{
        width: 100%;
        margin: 0 0 25px;
    }
    .calc .white-box .card .back-color-li{
        padding: 20px 12px;
    }
    .calc .white-box .card .back-color-li li {
        margin-left: 27px;
        font-size: 14px;
        line-height: 1.7em;
        margin-top: 10px;
    }

    /** 2．上置の高さ・タイプを確認-sp **/
    .calc table {
        width: 100%;
        font-size: 16px;
        margin-top: 20px;
    }
    .calc .right-txt { /** spでは左に **/
        text-align: left;
    }
    .calc tr {
        border-spacing: 0px 10px;
        border-collapse: separate;
    }
    .calc th, .calc td {
        padding: 10px 0;
        display: block;
    }
    .calc th {
        width: 100%;
    }
    .calc th span {
        font-size: 14px;
        font-weight: normal;
    }
    .calc td {
        width: 100%;
        text-align: left;
    }
    .calc .total td{
        text-align: center;
    }
    .calc .sup ,.calc .big{
        font-size: 24px;
        margin-right: 0;
    }
    input[type=button], input[type=tel], input[type=submit] {
        -webkit-adiappearance: none;
        border-radius: 0;
    }
    input[type=tel], textarea {
        padding: 8px;
        border: 1px solid #3C3C3C;
        border-radius: 0;
        text-align: right;
    }
    .calc .wrap .select {
        position: relative;
        margin-right: 0;
    }
    .calc .wrap .select::after { /** セレクタ：プルダウンのデザイン-sp **/
        right: 27%;
    }
    .calc .wrap input[type=tel], .calc .wrap select {
        margin-right: 10px;
        width: 80%;
    }

    .calc .wrap .plus-margin {
        border-spacing: 0px 20px;
        border-collapse: separate;
    }
    .calc .wrap .total {
        margin-top: 0;
    }
    .calc .wrap .total th,.calc .wrap .total td {
        width: 100%;
        display: block;
        font-size: 18px;
    }
    .calc .wrap .total td {
        border-top: none;
        border-left: #D6CBAC 4px solid;
        text-align: center;
    }


    /** 3．購入する **/
    .calc .white-box .card ol li {
        line-height: 1.5em;
        margin-bottom: 10px;
    }
    .calc .white-box .card ol li::before {
        content: "（" counter(number) "）";
        margin-left: -10px;
    }
    .calc .annotation { /** 小文字注意分 **/
        color: #9F9F9F;
        font-size: 12px;
    }
    .calc .annotation li{
        line-height: 1.5em;
        margin-bottom: 10px;
    }
    .calc .annotation li::before {
        content: "※";
        margin-right: 5px;
    }
    .calc .to-list {
        padding: 60px 0 30px;
    }
}