@charset "utf-8";

/* CSS Document */
body {

    -webkit-text-size-adjust: 100%;
    color: #000;
    font-family: Helvetiva, arial, "MS Sans Serif", メイリオ, sans-serif;
    font-size: 14px;
    height: 100%;
    letter-spacing: .2em;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
	opacity: 0.5 ;
}

*:focus {
    outline: none;
}

.ft_wrap {
    background: #e1dfd8;
}

.ft_wrap_inner01 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    max-width: 980px;
    padding: 22px 22px;
    margin: 0 auto 0 auto;
    border-top: 0px solid #eaeaea;
    font-size: 12px
}

.ft_wrap_inner01>div {
    width: calc(100% / 3);
}

.adress {
    text-align: center;
    margin: 40px auto 40px auto;
    line-height: 2;
}

.acd-check {
    display: none;
}

.acd-label {
    color: #333;
    display: block;
    padding: 11px;
    position: relative;
    border-bottom: 0px solid #32b988;
    margin: 2rem 0 0 0;
}

.acd-label:after {
    background: none;
    box-sizing: border-box;
    content: '-';
    display: none;
    height: 46px;
    padding: 8px 10px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 18px;
    color: #333;
    width: 50px;
    text-align: center;
    line-height: 1;
}

.acd-content {
    display: block;
    height: auto;
    opacity: 1;
    padding: 10px;
    transition: .5s;
    visibility: visible;
    color: #333;
    line-height: 2;
}

.acd-check:checked+.acd-label:after {
    content: '+';
}

.acd-check:checked+.acd-label+.acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    visibility: hidden;
}

.acd-content p {
    margin: 0;
}

.footer-copy {
    padding: 20px 15px 5px 15px;
    text-align: center;
    background: #efeeea;
}

.footer-logo img {
    padding-bottom: 10px;
    width: 35px;
}

small {
    font-size: smaller;
}

.pc_br {
    display: block !important;
}

.sp_br {
    display: none !important;
}

.pc_image_bn {
    display: inline-block !important;
}

.sp_image_bn {
    display: none !important;
}


@media screen and (max-width: 768px) {
    .ft_wrap_inner01 {
        border-top: 0px solid #eaeaea;
    }

    .ft_wrap_inner01 {
        padding: 0;
    }

    .ft_wrap_inner01>div {
        width: calc(100% / 1);
    }

    .ft_wrap_inner01>div:nth-of-type(1) {
        border-top: 1px solid #eaeaea;
    }

    .acd-check {
        display: none;
    }

    .acd-label {
        background: none;
        color: #333;
        cursor: pointer;
        display: block;
        margin-bottom: 1px;
        padding: 25px 10px 25px 10px;
        position: relative;
        margin: 0;
        border-top: 1px solid #fdfdfd;
        border-bottom: 1px solid #ceccc6;
    }

    .acd-label:after {
        background: none;
        box-sizing: border-box;
        content: '+';
        display: block;
        font-family: "Font Awesome 5 Free";
        height: 44px;
        padding: 10px 20px;
        position: absolute;
        right: 0;
        top: 0px;
        bottom: 0;
        margin: auto;
    }

    .acd-content {
        display: block;
        height: 0;
        opacity: 0;
        padding: 0 10px;
        transition: .5s;
        visibility: hidden;
        color: #333;
    }

    .acd-check:checked+.acd-label:after {
        content: '-';
    }

    .acd-check:checked+.acd-label+.acd-content {
        height: auto;
        opacity: 1;
        padding: 10px;
        visibility: visible;
    }

    .acd-content p {
        margin: 0;
    }

    .adress {
        text-align: center;
    }

    .adress p {
        width: 100%;
        padding: 0 20px;
        text-align: left;
    }

    .pc_br {
        display: none !important;
    }

    .sp_br {
        display: block !important;
    }

    .pc_image_bn {
        display: none !important;
    }

    .sp_image_bn {
        display: block !important;
    }



}