@charset "UTF-8";

.contents-wrapper {
    width: 90%;
    margin: 0 auto;
}

.contents-wrapper img {
    width: 100%;
}

.contents-container {
    width: 90%;
    margin: 30px auto;
}

.itemselect {
    margin-bottom: 40px;
}

#farstForm {
    text-align: center;
}

.title {
    margin-bottom: 30px;
}

.selectbox {
    text-align: center;
}

.selectbox select {
    cursor: pointer;
}

.itemselect select {
    cursor: pointer;
    font-size: 1.4rem;
    padding: 5px;
    border: 1px solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.con-title {
    margin: auto;
    margin-left: 20px;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 8px;
    text-indent: -1em;
}

.order-cartain-contents {
    margin-bottom: 60px;
    background-color: #F8F8FF;
    box-shadow: 3px 3px 3px 3px #DCDCDC;
    padding: 10px;
    overflow: hidden;
}

.select-content {
    border: 10px solid #0000;
    display: flex;
    margin: 10px auto;
    background-color: #FFFFFF;
    padding: 5px 5px 5px 5px;
}

.select-content img {
    width: 50%;
}

.item-desc {
    margin: auto;
    padding: 5px 10px;
}

.item-desc p {
    margin: 0px;
}

.item-name {
    font-weight: bold;
    padding: 0px 10px 10px 0px;
}

.item-info {
    margin: 15px 0;
}

.info-subtitle {
    font-weight: bold;
}


/* サイズ入力ボックス */

.size-input {
    text-align: center;
    position: relative;
    width: 100%;
    font-weight: bold;
}

.size-input input[type='text'] {
    font-size: 1.1em;
    box-sizing: border-box;
    width: 50%;
    padding: 0.3em;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000;
    border: 1px solid #1b2538;
    border-radius: 4px;
    margin: 10px;
}

::placeholder {
    font-size: 70%;
}

.size-input input[type='text']:focus {
    border: 1px solid #da3c41;
    outline: none;
    box-shadow: 0 0 5px 1px rgba(218, 60, 65, .5);
}


/* アコーディオン */

.acd {
    max-width: 90%;
    margin: 0 auto;
}

.acd-hidden {
    display: none;
}

.acd-open {
    display: block;
    padding: 30px 30px 10px 0;
    cursor: pointer;
    margin: 5px 0;
    font-size: 1.1em;
    line-height: 1.5em;
    position: relative;
    border-bottom: 1px solid #ddd;
    text-indent: -1em;
}

.acd-open::before,
.acd-open::after {
    content: "";
    width: 15px;
    height: 3px;
    background: #000;
    position: absolute;
    top: 65%;
    right: 5%;
    transform: translateY(-50%);
}

.acd-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

.acd-hidden:checked+.acd-open:after {
    transform: translateY(-50%) rotate(0);
}

.acd-close {
    display: block;
    height: 0;
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 0;
    opacity: 0;
    line-height: 1.7em;
    transition: 0.5s;
}

.acd-close img {
    width: 100%;
}

.acd-hidden:checked+.acd-open+.acd-close {
    border: 2px solid #ccc;
    border-radius: 10px;
    height: auto;
    opacity: 1;
    padding: 10px;
}


/**/

.box3 {
    background: #ccc;
    margin-top: 20px;
    border: 1px solid #000;
    border-radius: 10px;
}

.box3-box {
    margin-bottom: 30px;
    border-bottom: 1px dotted #000;
}

.box3-box img {
    width: 50%;
}

.box3-img {
    text-align: center;
}

.box3-title {
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.box3-desc {
    width: 100%;
}

.color-red {
    color: red;
}


/* 2colum Box */

.con-col2-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.col2-box {
    width: 45%;
    margin: 2%;
}


/* select_button */

.select_button {
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
}

.select_button label {
    padding-left: 5px;
    font-weight: bold;
}


/* .select_button input[type=radio] {
    display: none;
}

.select_button label {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100px;
    border-radius: 5px;
    background-color: #00FFFF;
    border-bottom: 5px solid #00BFFF;
    padding: 20px;
    cursor: pointer;
}

.select_button input[type="radio"]:checked+label {
    background-color: #99ffff;
    margin-top: 3px;
    border-bottom: 1px solid #00BFFF;
    color: #A9A9A9;
} */


/* ご注文内容の確認 */

#resultTitle {
    font-size: 1.5rem;
    text-align: center;
    color: #79bc28;
}

.check-button {
    color: #fff;
    margin: 30px auto;
    padding: 20px;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    background: #AAC448;
    cursor: pointer;
}


/* 仕上がりイメージ */

.finish {
    position: relative;
}

.finish input {
    width: 40%;
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
}


/* 仕上がりイメージ コーズ＆コーズプラス＆トル*/

.finish {
    text-align: center;
}

.coze-fin-double1 {
    width: 20%;
    height: auto;
    position: absolute;
    top: 0%;
    left: 26%;
}

.coze-fin-double2 {
    width: 20%;
    height: auto;
    position: absolute;
    top: 0%;
    left: 59%;
}

.coze-fin-single {
    width: 20%;
    height: auto;
    position: absolute;
    top: 0%;
    left: 42%;
}

.coze-fin-allwide {
    width: 20%;
    height: auto;
    position: absolute;
    bottom: 2%;
    left: 43%;
}

.coze-fin-height1 {
    width: 20%;
    height: auto;
    position: absolute;
    top: 60%;
    left: 3%;
}

.coze-fin-height2 {
    width: 23%;
    position: absolute;
    top: 60%;
    left: 80%;
}


/* 仕上がりイメージ ライナー */

.liner-fin {
    position: relative;
}

.liner-fin-width1 {
    width: 23%;
    position: absolute;
    top: 0%;
    right: 38%;
}

.liner-fin-width2 {
    position: absolute;
    bottom: 5%;
    right: 33%;
}

.liner-fin-height1 {
    position: absolute;
    top: 60%;
    right: 80%;
}

.liner-fin-height2 {
    text-align: center;
    position: absolute;
    top: 60%;
    left: 80%;
}


/* 仕上がりイメージ レールカバー */

.railcover-fin {
    position: relative;
}

.railcover-fin-diswide p {
    color: red;
}

.extra-width {
    color: red;
}

.railcover-fin-desc p {
    margin-top: 30px;
}

.price {
    font-size: 2.5rem;
}

.total-price {
    font-weight: bold;
    color: #F54D4D;
}


/* カートエリア */

.itemCart {
    border: solid;
    margin: 30px auto;
    padding: 20px;
    font-weight: bold;
}

.itemCart p {
    padding-top: 20px;
    overflow: hidden;
}

.itemCart select {
    width: 40%;
    font-size: 1.4rem;
}

.confirmation-emphasis {
    color: red;
}

.delbutton {
    width: 50%;
    background: #a9a9a9;
    display: block;
    border-radius: 6px;
    font-weight: bold;
    color: #fff !important;
    box-shadow: 0 5px 0 0 #a9a9a9;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2));
    text-decoration: none;
    margin: 40px auto 20px auto;
    padding: 15px 0;
    cursor: pointer;
}

.cartbutton {
    width: 50%;
    background: #c40201;
    display: block;
    border-radius: 6px;
    font-weight: bold;
    color: #fff !important;
    box-shadow: 0 5px 0 0 #800100;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2));
    text-decoration: none;
    margin: 40px auto;
    padding: 15px;
    cursor: pointer;
}

.item-page {
    width: 50%;
    display: block;
    padding: 20px;
    background: #595656;
    display: block;
    border-radius: 6px;
    font-weight: bold;
    color: #fff !important;
    box-shadow: 0 5px 0 0 #a9a9a9;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2));
    text-decoration: none;
    margin: 40px auto 20px auto;
    padding: 15px 0;
    cursor: pointer;
    text-align: center;
}

#rebootbutton {
    width: 50%;
    background: #79bc28;
    display: block;
    border-radius: 6px;
    font-weight: bold;
    color: #fff !important;
    box-shadow: 0 5px 0 0 #79bc28;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2));
    text-decoration: none;
    margin: 40px auto;
    padding: 15px;
    cursor: pointer;
}

.check-size {
    color: red;
    font-weight: bold;
}

.sele_subtotal {
    color: red;
    font-weight: bold;
}

/* お気に入りに追加するボタン */
button.fs-c-button--addToWishList--icon.fs-c-button--particular{
    width: 50%;
    display: block;
    margin-top: 20px;
    padding: 15px;
    font-weight: bold;
    border: 2px solid #999;
    background-color: #f8f8f8;
}

/*
.coze-fin-single {}
*/

/* タブレット */

@media screen and (max-width: 959px) {

    /* 初期アイテム表示 */
    .select-content {
        display: block;
    }

    .select-content img {
        width: 80%;
        margin: 0 auto 20px auto;
        display: block;
    }

}

/* スマートフォン */

@media screen and (max-width: 767px) {
    .select-content {
        border: 10px solid #0000;
        display: block;
        margin: 10px auto;
        background-color: #FFFFFF;
        padding: 5px 5px 5px 5px;
    }

    .select-content img {
        width: 100%;
    }

    .select_button label {
        width: 70%;
        padding: 20px 0;
    }

    .contents-wrapper {
        width: 100%;
    }

    .contents-container {
        width: 100%;
    }

    /* ご注文内容の確認 */
    .check-button {
        color: #fff;
        margin: 30px auto;
        padding: 20px;
        display: block;
        font-size: 2rem;
        border: none;
        border-radius: 10px;
        background: #AAC448;
        cursor: pointer;
    }

    /* 仕上がりイメージ コーズ＆コーズプラス＆トル*/
    .coze-fin-double1 {
        width: 35%;
        height: auto;
        position: absolute;
        top: 0%;
        left: 20%;
    }

    .coze-fin-double2 {
        width: 35%;
        height: auto;
        position: absolute;
        top: 0%;
        left: 51%;
    }

    .coze-fin-single {
        width: 35%;
        height: auto;
        position: absolute;
        top: 1%;
        left: 42%;
    }

    .coze-fin-allwide {
        width: 35%;
        height: auto;
        position: absolute;
        bottom: -2%;
        left: 35%;
    }

    .coze-fin-height1 {
        width: 23%;
        height: auto;
        position: absolute;
        top: 60%;
        left: 2%;
    }

    .coze-fin-height1 input {
        width: 60%;
    }

    .coze-fin-height2 {
        width: 23%;
        position: absolute;
        top: 60%;
        left: 80%;
    }

    .coze-fin-height2 input {
        width: 60%;
    }

    /* 仕上がりイメージ ライナー */
    .liner-fin-width1 {
        width: 33%;
        position: absolute;
        top: 1%;
        right: 33%;
    }

    .liner-fin-width2 {
        width: 33%;
        position: absolute;
        bottom: 0%;
        right: 32%;
    }

    .liner-fin-height1 {
        width: 32%;
        position: absolute;
        top: 57%;
        right: 72%;
    }

    .liner-fin-height2 {
        width: 32%;
        position: absolute;
        top: 55%;
        left: 77%;
    }

    /* カートエリア */
    .delbutton {
        width: 70%;
    }

    .cartbutton {
        width: 70%;
    }

    #rebootbutton {
        width: 70%;
    }
}