@charset "utf-8"; /* CSS Document */
/* 基本
------------------------------------------------------*/
body {
    font: 14px/22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img,a {
    display: inline-block;
}
picture, source {
    display: block;
}

a:hover, #page-top:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
*, ::before, ::after {
    box-sizing: border-box;
}
html {
    overflow-y: unset;
}

/****
test
****/
hr {
    border-top: 10px dashed deeppink;
    margin: 0;
    width: 99.5vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

p.anchor {
    display: block;
    height: 0px;
}

.foot {
    font-size: 10px;
    padding-top: 2em;
    text-align: center;
}

.m-hoot a {
    padding: 0px 10px;
    font-size: 120%;
    line-height: 2.0em;
}

address {
    padding: 10px 0 10px;
    font-style: normal;
}

/* 全体幅調整
------------------------------------------------------*/
.wrap {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}

.wrap img{
    width: 100%;
    height: auto;
    vertical-align: top;
    margin-top: -0.1px;
}

/*　オファー
------------------------------------------------------*/
.offer_area {
    position: relative;
}
.cta_area {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 16%;
    width: 100%;
    margin: 0 auto;
}
.cta_area li {
    /* width: 50%; */
    display: inline-block;
    width: 96%;
}


.offer_area_small .cta_area li {
    width: 47%;
}
.offer_area_small2 .cta_area {
    margin-left: 2%;
    bottom: 6%;
}
.offer_area_small2 .cta_area li {
    width: 47%;
}

.banner_area {
    display: flex;
    flex-wrap: wrap;
    padding: 5% 4%;
    column-gap: 2%;
    justify-content: center;
    margin-top: -2%;
}
.banner_area li {
    margin-top: 2%;
    width: 49%;
}

.btn_area {
    position: relative;
    display: flex;
    justify-content: center;
}
.btn_area .btn_link {
    position: absolute;
    bottom: 7%;
    width: 96%;
    margin-left: 1%;
}


/**オファーボタン個別設定**/


/*　Accordion
------------------------------------------------------*/
.acmenu dt {
    cursor: pointer;
}

.acmenu dt img.cls, .acmenu dt.active img.opn {
    display: none;
}

.acmenu dt.active img.cls {
    display: inline;
}

.acmenu dd {
    display: none;
}

/*追従バナーCSS
------------------------------------------------------*/
.follow {
    background-color: #FFF;
    /* height: 100px; */
    max-width: 768px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.acmenu dd.follow_menu {
    position: absolute;
    bottom: 100%;
    background: #FFF;
    /* padding: 5% 3% 1%; */
    width: 100%;
}

.acmenu dd.follow_menu .banner_area {
    /* column-gap: 3%; */
    /* padding-top: 8%; */
}
.acmenu dd.follow_menu .banner_area li {
    width: 49%;
}

.fluffy {
    animation: fluffyY 1s infinite ease-out;
}

@keyframes fluffyY {
    0% {
        transform: translateY(7px);
    }

    50% {
        transform: translateY(-7px);
    }

    100% {
        transform: translateY(7px);
    }
}


@media screen and (max-width:480px) {
    .banner_area {
        padding: 5% 3%;
    }
}/**@end**/

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}/**@end**/
