@charset "utf-8";

/********************************/
/*スマホここから*/
/********************************/

/*txtここから*/

#header_area p {
    font-size: 3.2vw; 
}

.vox_txt {
    font-size: 5vw;
}

.cp_box label:after {
    font-size: 4vw;
}

.senmon_txt {
    font-size: 4vw;
}

.credit_ttl {
    font-size: 5vw;
}

#footer_area p,
#footer_area a {
    font-size: 4vw;
}

/*txtここまで*/

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    letter-spacing: 0;
    color: #725948;
    margin: auto;
    width: 100%;
    /*    width: 980px;*/
    /*    width: 750px;*/
    max-width: 750px;
    /*    min-width: 750px;*/
}

.figure,
.ttl,
.merumaga,
.credit_ttl,
.offer {
    text-align: center;
    margin-bottom: 50px;
}

.figure img {
    width: 90%;
}

.ttl img {
    width: 90%;
}

.bold {
    font-weight: bold;
}

/*btnのcssアニメここから*/
.keyframe {
    animation-name: anim_sc;
    transform: scale(0.9, 0.9);
}

@keyframes anim_sc {
    100% {
        transform: scale(1, 1);
    }
}

.animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

/*btnのcssアニメここまで*/


/*ボタンの動きここから*/
.fade {
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.fade:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/*ボタンの動きここまで*/


/*offerここから*/
.offer {
    position: relative;
    text-align: center;
}

.offer img {
    width: 95%;
}

.btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%;
}

.btn img {
    width: 80%;
}

/*offerここまで*/

/*********************/
/*header_areaここから*/
/*********************/

#header_area img {
    width: 50%;
/*    margin-top: 5px;*/
/* add 20190906 */
    margin-top: -15px;
}

#header_area p {
    line-height: 1.5;
    margin-left: 2%;
    font-size: 3.0vw;
}

#header_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: distribute;
    justify-content: space-around;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    list-style: none;
    padding: 20px 2% 20px;
}

/*********************/
/*header_areaここから*/
/*********************/

/*********************/
/*mv_areaここから*/
/*********************/

#mv_area .mv img {
    width: 100%;
}

/*offerここから*/

#mv_area {
    position: relative;
}

#mv_area .offer {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 6%;
    margin-bottom: 0;
}

#mv_area .offer img {
    width: 95%;
}

#mv_area .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
}

#mv_area .btn img {
    width: 80%;
}

/*offerここまで*/


/*********************/
/*mv_areaここから*/
/*********************/


/*********************/
/*onayami_areaここから*/
/*********************/

#onayami_area {
    /*    text-align: center;*/
}

.onayami_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 20px 0;
}

.onayami_box li {
    width: 45%;
    margin-bottom: 10px;
    /*    display: inline-block;*/
}

.onayami_box li:nth-child(odd) {
    margin-right: 3%;
}

.onayami_box li img {
    width: 100%;
    /*    display: block;*/
}

/*VOXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*アコーディオンみなさんの声ここから*/
/*VOXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.cp_box *,
.cp_box *:before,
.cp_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_box {
    position: relative;
}

.cp_box label,.moreBtn {
    z-index: 1;
    height: auto;
    cursor: pointer;
    text-align: center;
}


.cp_box label:after,
.moreBtn{
    line-height: 2.5rem;
    z-index: 2;
    width: 80%;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 50px;
    background-color: #6a4940;
    padding: 1% 0;
    font-size: 4.5vw;
    margin: 3% auto 0;
}

.cp_box label,
.cp_box label:after{
    display: none;
}

.cp_box input {
    display: none;
}

.cp_box .cp_container {
    /*クローズ枠の高さ*/
}

.cp_box input:checked + label{
    bottom: 5.5%;
}

.cp_box input:checked + label:after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '閉じる \f139';
    /*クローズボタンの位置*/
    margin-bottom: 0;
}

.cp_box input:checked ~ .cp_container {
    /*オープン枠の高さ*/
    height: auto;
    /*    padding-bottom: 800px;*/
    /*??クローズボタンの位置??*/
}

.vox_box {
    border: .6vw solid #725948;
    border-radius: 20px;
    margin: 0 3% 100px;
    padding: 0 6% 6%;
}

.vox_box img {
    width: 100%;
}

.vox_figure {
    margin-top: -6%;
}

.vox_txt {
    padding: 5% 0 0;
}

.cp_box input:checked ~ .cp_container .vox_txt {
    display: block;
}

/*みなさんの声02補足ここから*/
.vox_wrap02 .cp_box input:checked ~ .cp_container {
    /*↓↓開いた後に見えている部分の高さ↓↓*/
    height: auto;
/*    height: 2515px;*/
}

/*みなさんの声02補足ここまで*/

/*みなさんの声03補足ここから*/
.vox_wrap03 .cp_box input:checked ~ .cp_container {
    /*↓↓開いた後に見えている部分の高さ↓↓*/
    height: auto;
/*    height: 2430px;*/
}

.vox_wrap03 {
    margin-bottom: 50px;
}

/*みなさんの声03補足ここまで*/

/*VOXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*アコーディオンみなさんの声ここまで*/
/*VOXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/*********************/
/*onayami_areaここまで*/
/*********************/

/*********************/
/*credit_areaここから*/
/*********************/

.credit_ttl {
    font-weight: bold;
    color: #fff;
    background-color: #725948;
    text-align: center;
    padding: 10px 0;
    line-height: 1.4;
}

.credit-table {
    text-align: center;
}

.credit-table img {
    width: 90%;
}

/*********************/
/*credit_areaここまで*/
/*********************/


/*********************/
/*senmonka_areaここから*/
/*********************/

.senmon_txt {
    background-color: #f8f8f5;
    border: 2px solid #e4e4e4;
    padding: 4%;
    margin: 0 5% 50px;
}

/*********************/
/*senmonka_areaここまで*/
/*********************/


/*********************/
/*merumaga_areaここまで*/
/*********************/

/*offerここから*/
#merumaga_area .merumaga {
    position: relative;
    text-align: center;
}

#merumaga_area .merumaga img {
    width: 91.5%;
}

#merumaga_area .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%;
}

#merumaga_area .btn img {
    width: 80%;
}

/*offerここまで*/

/*********************/
/*merumaga_areaここから*/
/*********************/

/*********************/
/*footer_areaここから*/
/*********************/

/*リンクタグここから*/
#footer_area a {
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: underline;
}

#footer_area a:visited {
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: underline;
}

#footer_area a:hover {
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}

/*リンクタグここまで*/


#footer_area {
    background-color: #725948;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

/*********************/
/*footer_areaここまで*/
/*********************/

/********************************/
/*スマホここまで*/
/********************************/


/********************************/
/*タブレットここから*/
/********************************/
@media screen and (min-width:750px) {
    
    /*txtここから*/

    #header_area p {
        font-size: 20px; 
    }

    .vox_txt {
        font-size: 2vw;
    }

    .cp_box label:after {
        font-size: 2vw;
    }

    .senmon_txt {
        font-size: 2vw;
    }

    .credit_ttl {
        font-size: 2.5vw;
    }

    #footer_area p,
    #footer_area a {
        font-size: 2vw;
    }

    /*txtここまで*/

    .cp_box label:after {
        padding: 3% 0;
    }

    .vox_box {
        border: 5px solid #725948;
        border-radius: 20px;
    }
    .moreBtn{
        font-size: 24px;
    }
    
    /********************************/
    /*タブレットここまで*/
    /********************************/
}
    
/********************************/
/*PCここから*/
/********************************/
/*@media screen and (min-width:990px) {
    
    /*txtここから*/

    /*#header_area p {
        font-size: 1.4vw; 
    }

    .vox_txt {
        font-size: 1.8vw;
    }

    .cp_box label:after {
        font-size: 1.8vw;
    }

    .senmon_txt {
        font-size: 1.8vw;
    }

    .credit_ttl {
        font-size: 1.8vw;
    }

    #footer_area p,
    #footer_area a {
        font-size: 1.4vw;
    }

    /*txtここまで*/

    /*.cp_box label:after {
        padding: 3% 0;
    }
    
    .vox_box {
        border: .3vw solid #725948;
        border-radius: 20px;
    }
    
    /********************************/
    /*PCここまで*/
    /********************************/
/*}*/

.modal .modal-overlay .close img{
    position: absolute;
    top: 6%;
    left: -2%;
    width: 100%;
}