.visual{
    margin-bottom: 0;
}

/*メインコンテンツ*/
main #shop{
    width: 80%;
    margin: auto;
    padding: 0 0 70px;
    margin-top: 70px;  
}
.kome{
    display: block;
    line-height: normal;
    font-size: 14px;
    margin-bottom: 50px;
}
.kome::before{
    content: "\0274a";
}
iframe{
    box-shadow:3px 3px 10px rgb(80 99 112 / 50%);
}
#shop p{
    line-height: 1.7em;
}
#shop dl{
    text-align: left;
    width: 60%;
    margin: 0 auto;
    border:  rgba(137,163,212,50%) solid 2px;
}
#shop dt{
    padding:0 1em;
    background-color: rgba(137,163,212,50%);
}
#shop dd{
    padding:0.5em 1em;
    background-color: #fff;
}
#shop .none{
    padding: 0 1em;
}
.form_text{
    width: 50%;
}
#FORM .flex{
    justify-content: space-evenly;
    margin: 50px 0 50px;
}
#FORM .btn{
    width: 308px;
    height: 96px;
    margin: 0;
    line-height: 34px;
    font-size: 23px;
}
.to_tel{
    color: #87635c;
}
.to_tel span{
    display: inline-block;
    margin-top: 1.1em;
}
.to_tel.btn:hover{
    color: #87635c;
    box-shadow: 2px 2px 2px #807aa7;
    transform: translateY(0);
}
.top{
    display: inline-block;
    margin-top: 0.5em;
}
.to_line .btn{
    background: linear-gradient(180deg, rgba(248,249,251,1) 2%, #8DE055 68%, #39ae36 100%);
    color: #cca83d;
}
.pc_none{
    display: none;
}
#FORM dl{
    width: 734px;
    margin: auto;
    margin-top: 20px;
}
#FORM dl dt{
    margin-bottom:1em;
    font-weight: 500;
}
#FORM dl dd{
    text-align: left;
    margin-bottom: 1.5em;
    border: dashed 1px #39ae36;
    padding: 1em;
}
#FORM dl dd .search{
    padding: 3px 5px 3px 3px;
    border: 0.5px solid #42240f;
    line-height: 10px
}
.fa-magnifying-glass{
    transform: rotate(15deg);
}
.maru1::before{
    content: "\02460";
    margin-right: 0.5em;
}
.maru2::before{
    content: "\02461";
    margin-right: 0.5em;
}
.maru3::before{
    content: "\0274a";
    margin-right: 0.8em;
}
.howto figure{
    width: 30%;
    position: relative;
}
.icon_right::after{
    content: url(../images/icon_link_yellow.png);
    width: 20px;
    height: 20px;
    position: absolute;
    top:50%;
    left: 120%;
}
.howto img{
    max-width: 100%;
    height: auto;
    border: #39ae36 solid 4px;
}
h3{
    margin: 50px 0;
}
.point ul{
    width: 82%;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}
.point li::before,.point li::after{
    content: url(../images/icon_sikaku.png);
    width: 13px;
    height: 20px;
    padding-right: 5px;
    vertical-align: sub;
}
.air{
    width: 30%;
    margin: auto;
    margin-top: 30px;
}
.air img{
    max-width: 100%;
    height: auto;
}

/*-------------------レスポンシブ882以下--------------------*/
@media screen and (max-width:882px){
    .visual{
        line-height: 35px;
    }
    .form_btn.flex,#shop .flex{
        display: block;
    }
    #shop dl{
        width: 380px;
        margin: auto;
        margin-top: 30px;
    }
    .to_line{
        margin-top: 2em;
    }
    #FORM dl{
        width: 514px;
    }
}

/*-------------------レスポンシブ スマホ　600以下--------------------*/
@media screen and (max-width:600px){
    .visual{
        line-height: 23px;
    }
    iframe{
        width: 280px;
        height: 400px;
    }
    #shop dl{
        width: 90%;
    }
    #FORM .btn{
        width: 308px;
        height: 96px;
        margin: 0;
        line-height: 34px;
        font-size: 23px;
    }
    #FORM .btn{
        font-size: 16px;
        width: 80%;
    }
    .to_tel .res2_block{
        margin-top: 1em;
    }
    .to_tel span{
        margin-top: 1.5em;
        font-size: 20px;
    }
    .pc_none{
        display: block;
    }
    .res_none{
        display: none;
    }
    #FORM dl{
        width: 280px;
    }
    #FORM dl dd{
        text-align: center;
    }
    .maru1::before,.maru2::before,.maru3::before{
        position: relative;
        top:0;
        left: 0;
    }
    .maru1::before{
        left: 0.5em;
    }
    .maru2::before{
        left: 0;
    }
    .point ul{
        width: 280px;
        margin: auto;
        margin-bottom: 20px;
        text-align: left;
    }
    .point li::after{
        content: none;
    }
    .point li::before{
        content: none;
        content: url(../images/icon_link_yellow.png);   
    } 
    .point ul li .res2_block{
        display: block;
        margin-left: 2em;
    }
    .air{
        width: 70%;
    }  
}