footer {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    text-align: left;
    line-height: 1.42857143;
}

.mt-20 {
    margin-top: 20px;
}

.p-footer {
    background-color: #D2CDBF;
}

.p-footer__guide {
    background-color: #F7F7F7;
}

.p-footer-guide {
    padding: 0 5.333%;
}

.p-footer-guide p {
    color: #6F8C28;
    margin-bottom: 0;
}

.p-footer-guide p a {
    padding: 1rem 0;
    display: block;
    color: #6F8C28;
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative;
    text-decoration: none;
}

.p-footer-guide .txt_tbpc {
    display: none;
}

.p-footer-guide .txt_tbpc img {
    height: 100%;
    width: auto;
    vertical-align: top;
}

.p-footer .arrow {
    display: inline-block;
    width: 1rem;
    height: .6rem;
    background-image: url(https://naturallounge.jp/html/template/default/assets/img/common/arrow-down.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-footer-guide ul {
    display: none;
    padding: 0 0 1rem;
    margin: 0;
}

.p-footer-guide ul li {
    padding: 0;
    list-style: none;
}

.p-footer-guide ul li a {
    padding: 1rem 0 1rem;
    display: block;
    color: #67645C;
    font-size: 1.6rem;
    text-decoration: none;
}

.p-footer__contents {
    padding: 0 5.333% 3rem;
}

.p-footer-info {
    padding: 0;
}

.p-footer-info__logo {
    width: 100%;
    max-width: 320px;
    margin-bottom: 2.5rem;
}

.p-footer-info__logo a img {
    width: 100%;
}

.p-footer-info__sns {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}

.p-footer-info__sns li {
    list-style: none;
    padding: 0;
    margin-right: 1.5rem;
}

.p-footer-info__sns li a{
    display: block;
    width: 41px;
}

.p-footer-info__sns li a img {
    width: 100%;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.p-footer-info address p {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    color: #786B59;
    line-height: 1.8;
}

.p-footer-info address p b {
    font-weight: bold;
    font-size: 1.6rem;
}

.about-tel-class {
    display: none !important;
}

.about-tel-class-pc {
    display: none !important;
}

.p-footer-info__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 3rem;
}

.p-footer-info__link li {
    padding: 0;
    list-style: none;
}

.p-footer-info__link li a {
    font-size: 1.2rem;
    color: #786B59;
}

.p-footer-info__link li:nth-child(2) {
    margin: 0 1rem;
}

.p-footer-info__copyright p small {
    font-size: 1.1rem;
    color: #786B59;
}

.p-footer-menu {
    padding: 1rem 0;
    margin-bottom: 3rem;
    border-bottom: .5px solid #8E8B84;
}

.tbpc_only {
    display: none;
}

.p-footer-menu>ul {
    padding: 0;
    margin: 0;
}

.p-footer-menu>ul>li {
    padding: 0;
    list-style: none;
}

.p-footer-menu>ul>li>a {
    display: block;
    color: #786B59;
    font-size: 1.6rem;
    position: relative;
    padding: .8rem 0;
    text-decoration: none;
}

.p-footer-menu>ul>li>a img {
    height: 100%;
    width: auto;
    vertical-align: baseline;
}

.p-footer-menuchild {
    display: none;
    padding: 0;
    margin: 0;
}

.p-footer-menuchild li {
    padding: 0;
    list-style: none;
}

.p-footer-menuchild li a {
    padding: 1rem 0 1rem;
    display: block;
    color: #786B59;
    font-size: 1.4rem;
}

.ec-blockTopBtn {
    display: none;
    position: fixed;
    width: 120px;
    height: 40px;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    opacity: 0.8;
    background-color: #9da3a9;
}

.ec-blockTopBtn {
    z-index: 20;
    width: 35px;
    height: 155px;
    padding-bottom: 28px;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

@media only screen and (min-width: 768px) {

    .p-footer-guide {
        padding: 2rem 40px 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .p-footer-guide p a {
        padding: .5rem 0;
        line-height: 1;
    }

    .p-footer-guide .txt_sp {
        display: none;
    }

    .p-footer-guide .txt_tbpc {
        display: inline-block;
        height: 2rem;
    }

    .p-footer-guide .txt_tbpc {
        height: 1.8rem;
    }

    .p-footer .arrow {
        display: none;
    }

    .p-footer-guide ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin-left: 2rem;
    }

    .p-footer-guide ul li a {
        font-size: 1.5rem;
        padding: .5rem 1.5rem;
        line-height: 1;
        border-left: .5px dashed #707070;
    }

    .p-footer__contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 4rem 20px;
        margin: 0 auto;
        max-width: 1280px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: relative;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .p-footer-info {
        width: 35%;
    }

    .p-footer-info__logo {
        padding-top: 1rem;
        max-width: 240px;
        margin-bottom: 8rem;
    }

    .p-footer-info address {
        margin-bottom: 1rem;
    }

    .p-footer-info address p {
        margin-bottom: .5rem;
        font-size: 1.1rem;
    }

    .p-footer-info address p b {
        font-size: 1.3rem;
    }

    .about-tel-class-pc {
        display: inline-block !important;
        justify-content: space-between;
    }

    .p-footer-info__link {
        margin-bottom: 0;
        display: block;
        position: absolute;
        right: 18px;
        bottom: 6rem;
        width: 160px;
    }

    .p-footer-info__link li {
        margin: .5rem 0;
    }

    .p-footer-info__link li a {
        font-size: 1.2rem;
    }

    .p-footer-info__link li:nth-child(2) {
        margin: .5rem 0;
    }

    .p-footer-info__link li:last-child {
        margin: .5rem 0;
    }

    .p-footer-info__copyright {
        padding-bottom: .5rem;
    }

    .p-footer-menu {
        padding: 0;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 65%;
        border: none;
    }

    .tbpc_only {
        display: block;
    }

    .p-footer-menu>ul>li {
        padding: 0;
        list-style: none;
    }

    .p-footer-menu>ul:first-child>li {
        margin-bottom: 3rem;
    }

    .p-footer-menu>ul:first-child>li:last-child {
        margin-bottom: 0;
    }

    .p-footer-menu>ul:nth-child(2) {
        margin-left: -40px;
    }

    .p-footer-menu>ul:last-child {
        width: 160px;
    }

    .p-footer-menu>ul:nth-child(2)>li {
        margin-bottom: 1rem;
    }

    .p-footer-menu>ul>li>a {
        padding: 1rem 0;
        font-size: 1.6rem;
        height: 3.6rem;
    }

    .p-footer-menu>ul>li>a img {
        height: 15px;
        display: block;
    }

    .p-footer-menuchild {
        display: block;
    }

    .p-footer-menuchild li a {
        padding: .3rem 0 .5rem;
        font-size: 1.2rem;
        padding-left: 0;
    }

    .p-footer-menuchild li a::before {
        content: '- ';
    }

    .ec-blockTopBtn {
        right: 30px;
        bottom: 30px;
    }
}

@media only screen and (min-width: 1024px) {

    .p-footer-guide {
        padding: 3rem 40px 2.5rem;
    }

    .p-footer-guide p a {
        height: 1.8rem;
        font-size: 2rem;
    }

    .p-footer-guide ul {
        margin-left: 4rem;
    }

    .p-footer__contents {
        padding: 5rem 40px 6rem;
    }

    .p-footer-info {
        width: 50%;
    }

    .p-footer-info__logo {
        max-width: 320px;
        margin-bottom: 11.5rem;
    }

    .p-footer-info address {
        margin-bottom: 2rem;
    }

    .p-footer-info address p {
        margin-bottom: 1rem;
        font-size: 1.3rem;
    }

    .p-footer-info address p b {
        font-size: 1.6rem;
    }

    .p-footer-info__link {
        right: 40px;
    }

    .p-footer-info__link li {
        margin: 1rem 0;
    }

    .p-footer-info__link li a {
        font-size: 1.3rem;
    }

    .p-footer-info__link li:nth-child(2) {
        margin: 1rem 0;
    }

    .p-footer-info__link li:last-child {
        margin: 1rem 0 .5rem;
    }

    .p-footer-menu {
        width: 50%;
        padding-right: 0rem;
    }

    .p-footer-menu>ul>li>a {
        padding: 10px 0;
    }

    .p-footer-menuchild li a {
        padding: .5rem 0 .5rem;
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 767px) {

    .about-tel-class:link {
        display: inline-block !important;
        color: #6F8C28;
    }
}
