/* カートに関わるcssまとめ20240518 */

/*specialDoより*/

@media screen and (min-width: 751px){
    article.main_visual .main_inner > h1 {
        width: 100%;
        max-width: 1040px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -520px;
        margin-top: -30px;
        font-size: 38px;
        color: #fff;
        text-shadow: 0.5px 0.5px 5px #000;
    }
    }
    
    
    [type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
        -webkit-appearance: none;
        border: 1px solid #ccc;
        line-height: 1.4;
        min-height: 1.8em;
        padding: 3px 5px;
        width: 100%;
    }
    
        .fs-c-productOption__name {
            background: rgba(126, 126, 126, 0.08);
            font-size: 1.2rem;
        padding: 4px;
        margin-top: 0;
        text-align: left;
        }
    
        .fs-c-requiredMark {
            display: inline-block;
            overflow: hidden;
            text-indent: -999px;
            width: 1em;
            height: 1em;
            right: 0;
            top: 0;
        }
        .fs-c-requiredMark::before {
            content: "*";
            display: block;
            font-size: 1.2em;
            text-indent: 0;
        }
    
        .fs-c-dropdown__menu {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            vertical-align: middle;
            background: #ffffff;
            color: #333333;
            width: 100%;
            padding: 4px 3em 4px 8px;
            border-radius: 3px;
        }
        .fs-c-dropdown::after {
            position: absolute;
            top: 1px;
            right: 1px;
            bottom: 1px;
            width: 1em;
            background: #f2f2f2;
            border-left: 1px solid #ccc;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            box-sizing: content-box;
            color: #333333;
            display: flex;
            justify-content: center;
            align-items: center;
            content: "\e90f";
            font-family: 'fs-icon' !important;
            font-size: 1.8rem;
            line-height: 1;
            padding: 8px;
            pointer-events: none;
        }
    
        .fs-c-productOption__option {
            padding: 4px;
        }
    
        .fs-c-button--primary {
            background: #13b5bb;
            border: 1px solid #13b5bb;
            border-radius: 25px;
            color: #ffffff;
            cursor: pointer;
            display: inline-block;
            font-size: 1.4rem;
            line-height: 1;
            text-decoration: none;
            text-align: center;
            padding: 0.8em 1.6em 0.6em;
            box-shadow: 0 0 2px #b2b2b2;
            min-width: 240px;
        }
    
        .fs-c-buttonContainer {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 8px 0;
            margin-top: 20px;
            margin-bottom: 70px;
        }
        @media screen and (max-width:767px) {
            .fs-c-buttonContainer {
            }
        }
    
        .formsize{
            font-family: "Noto Sans JP", sans-serif;
            margin: 10px auto 150px;
        }
        @media screen and (max-width:767px) {
            .formsize{
                width: 90%;
                margin: 10px auto 0;
               }
        }

        .tablesize{
        width: 100%;
        }
    
        .numbersize{
        width: 5%;
    margin-top: 30px;
           }
           @media screen and (max-width:767px) {
               .numbersize{
                   width: 10%;
            margin-top: 0;
                  }
           }
    
           body {
            font-family: "Noto Sans JP", sans-serif;
        }
    
        .tableem tr:nth-child(odd) td {
            background-color: unset;
        }

        @media screen and (max-width: 750px){
       .common_h2_gray {
            width: 90%;
            box-sizing: border-box;
            margin: 0 auto;
            overflow: hidden;
            clear: both;
            margin-bottom: 50px;
            margin-top: 30px;
            font-size: 1.9rem;
            color: #13B5BB;
            text-align: center;
            line-height: 1.8;
            font-weight: bold;
        }
    }

    @media screen and (min-width: 751px){
.common_h2:after {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    margin-top: 20px;
    width: 90px;
    height: 7px;
    content: "";
    background-color: #13B5BB;
    border-radius: 5px;
}
    }



    /*  カート コーディング タグ補正用  */
    .tdt {
        display: inline-block;
        color: #566b66;
        font-size: 3rem;
        vertical-align: middle;
        letter-spacing: 0.1em;
        padding-right: 0.5em;
        margin-top: 0;
        float: left;
        margin-bottom: 0;
        text-align: center;
    }
    @media screen and (max-width: 736px){
        .tdt {
    font-size: 1.8em;
    float: none;
    text-align: left;
}
    }
    .pu {
        color: #566b66;
        font-size: 2.3rem;
        font-weight: normal;
        margin: 0.5em 0;
        line-height: 1.85;
    }
    @media screen and (max-width: 736px){
        .pu {
    font-size: 1.3em;
    margin: 1em 0 0.5em;
}
    }
    .pu span {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: bold;
        color: #FFF;
        background-color: #ff8080;
        vertical-align: 20%;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        padding: 5px 10px;
        margin-left: 20px;
    }
    @media screen and (max-width: 736px){
.pu span {
    font-size: 0.7em;
        vertical-align: 10%;
}
    }


    @media screen and (max-width: 767px){
.common_h2_gray:after {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    margin-top: 20px;
    width: 90px;
    height: 7px;
    content: "";
    background-color: #13B5BB;
    border-radius: 5px;
}
    }


    @media screen and (min-width: 751px){
.common_h2_gray2 {
    font-size: 2.6rem;
    color: #5A7071;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-bottom: 50px;
    margin-top: 50px;
}
    }
    @media screen and (max-width: 750px){
.common_h2_gray2 {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #5A7071;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
     margin-top: 30px;
}
    }

    @media screen and (min-width: 751px){
h2.common_h2_gray3 {
    margin-bottom: 40px;
    font-size: 2rem;
    color: #5A7071;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 1.2px;
}
    }
    @media screen and (max-width: 750px){
h2.common_h2_gray3 {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #5A7071;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
}
    }

    @media screen and (max-width: 750px){
h2.common_h2_gray {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
    font-size: 1.9rem;
    color: #13B5BB;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    background-color: unset;
    border-radius: unset;
    padding: 30px 5px 30px 5px;
}
    }

    .ImgAd3 {
        width: 100%;
    }

    @media screen and (min-width: 751px){
.common_h2_gray3 {
    margin-bottom: 40px;
    font-size: 2rem;
    color: #5A7071;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 1.2px;
}
    }
    @media screen and (max-width: 750px){
.common_h2_gray3 {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #5A7071;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
}
    }


/*
    @media screen and (min-width: 751px){
        .hm {
            padding-top: 140px;
            margin-top: -140px;
        }
            }
*/











/* futon.cssより */

/* 20231128 追加 お支払いについて */
/*--start トップページ専用スタイルシートからの流用--*/
.cp_qa_add {
    width: 100%;
    margin: 0 auto 50px;
  }
  @media screen and (max-width:767px) { 
    .cp_qa_add {
        width: 95%;
    }
  }
  .cp_qa_add *, .cp_qa_add *:after, .cp_qa_add *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cp_qa_add .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1em 0;
    color: #1b2538;
    border-radius: 1rem;
    border: 1px solid #2bbcc2;
  }
  
  .cp_qa_add .cp_actab input {
    position: absolute;
    opacity: 0;
  }
  
  .main_title {
    color: #13B5BB;
    font-weight: bold;
    text-align: center;
  }
  
  /* 質問 */
  .cp_qa_add .cp_actab label {
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 5em 1em 3em;
    cursor: pointer;
    border-radius: 0.5em;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  @media screen and (max-width:767px) { 
    .cp_qa_add .cp_actab label {
        padding: 1em 2.5em;
    }
  }
  .cp_qa_add .cp_actab label:hover {
    transition: all 0.3s;
  }
  
  /* --質問の＋アイコン */
  .cp_qa_add .cp_actab label::after {
    font-size: 1.6em;
    line-height: 2em;
    position: absolute;
    top: 0;
    right: 2rem;
    content: '\2b';
    display: inline-block;
    height: 54px;
    -webkit-transition: transform 1s;
    transition: transform .2s;
    font-weight: 500;
    color: #29bac0;
  }
  
  /* 答え */
  .cp_qa_add .cp_actab .cp_actab-content {
    line-height: 1.6em;
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 1rem 0;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
    border-radius: 0 0 0.5em 0.5em;
    background-color: #f2f2f2;
  }
  @media screen and (max-width:767px) {
    .cp_qa_add .cp_actab .cp_actab-content {
        padding: 0 1rem;
    }
  } 
  
  .cp_qa_add .cp_actab .cp_actab-content p {
    margin: 1em;
  }
  @media screen and (max-width:767px) {
    .cp_qa_add .cp_actab .cp_actab-content p {
        margin: 20px 0;
    }
  }
  /* 質問を開いた時の仕様 */
  /* 答えの高さ */
  .cp_qa_add .cp_actab input:checked ~ .cp_actab-content {
    max-height: 40em;
    background-color: #f2f2f2;
    transition: max-height 3s;
  }
  
  /* 質問をクリックした時のアイコンの動き */
  .cp_qa_add .cp_actab input:checked ~ label {
    border-radius: 0.5em 0.5em 0 0;
  }
  /* 質問をクリックした時の+の動き */
  .cp_qa_add .cp_actab input[type=checkbox]:checked + label::after {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  /*--end トップページ専用スタイルシートからの流用--*/
  
  /*--start 下層ページ専用スタイルシートとのクラスバッティング回避--*/
  .cp_qa_add .payment {
    width: auto;
    text-align: left;
    background-color: #fff;
  }
  /*--end 下層ページ専用スタイルシートとのクラスバッティング回避--*/
  /* /end 20231128 追加 お支払いについて */
  



















/*common.cssより*/

.p_bold {
    font-weight: bold;
  }


  @media only screen and (max-width: 767px) {
  table.pattern1 {
    width: 90%;
    table-layout: fixed;
    margin: 0 auto 30px;
  }
  table.pattern1 th {
    padding: 5px;
    background-color: #F6F3EB;
    border: 1px #99877D solid;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  table.pattern1 th.w3 {
    width: 2em;
  }
  table.pattern1 th.w8 {
    width: 4em;
  }
  table.pattern1 th.w20 {
    width: 20em;
  }
  table.pattern1 th.w50 {
    width: 50%;
  }
  table.pattern1 th.double_border {
    border-bottom: 3px #99877D double;
  }
  table.pattern1 td {
    padding: 7px;
    background-color: #fff;
    border: 1px #99877D solid;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  table.pattern1 td.text_right {
    text-align: right;
  }
  table.pattern1 td.text_center {
    text-align: center;
  }
  table.pattern1 td.text_gray {
    color: #bbb;
    text-align: center;
  }
  table.pattern1 td.double_border {
    border-bottom: 3px #99877D double;
  }
  table.pattern1 td > div {
    color: #E43636;
    line-height: 1.4;
  }
  table.pattern1 .brown {
    border: 1px #99877D solid;
  }
  }

  
  @media only screen and (min-width: 768px) {
  table.pattern1 {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px;
  }


  table.pattern1 th {
    padding: 10px;
    background-color: #F6F3EB;
    border: 1px #99877D solid;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: 1.2px;
  }
  table.pattern1 th.w3 {
    width: 3em;
  }
  table.pattern1 th.w6 {
    width: 6em;
  }
  table.pattern1 th.w8 {
    width: 8em;
  }
  table.pattern1 th.w16 {
    width: 16em;
  }
  table.pattern1 th.w20 {
    width: 20em;
  }
  table.pattern1 th.w50 {
    width: 50%;
  }
  table.pattern1 th.double_border {
    border-bottom: 3px #99877D double;
  }
  table.pattern1 td {
    padding: 10px;
    background-color: #fff;
    border: 1px #99877D solid;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  table.pattern1 td.text_right {
    text-align: right;
    line-height: 1.6;
  }
  table.pattern1 td.text_center {
    text-align: center;
  }
  table.pattern1 td.text_gray {
    color: #bbb;
    text-align: center;
  }
  table.pattern1 td > div {
    color: #E43636;
    line-height: 1.4;
  }
  table.pattern1 .brown {
    border: 1px #99877D solid;
  }
