@charset "utf-8";

.faq {
    width: 1000px;
    margin: 80px auto 100px;
}

/* faqtop */
.faqtop {
    width: 1000px;
    margin: 0 auto 100px;
    background: #efeadf;
}

.faqtop ul {
    display: flex;
}

.faqtop ul li {
    width: calc(100%/3);
    display: inline-block;
    box-sizing: border-box;
    border-right: 2px solid #fff;
}

.faqtop ul li a {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}

.faqtop ul li:nth-last-of-type(1) {
    border-right: 0;
}

/* faqtop */

#lodging h2,
#room h2,
#guest h2 {
    font-size: 32px;
    text-align: center;
    color: #a38b4c;
    margin: 40px auto;
}

.acMenu {
    margin: 70px auto;
}

.acMenu dt {
    font-size: 16px;
    padding: 30px 0 30px 70px;
    border-top: 0;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    border-bottom: 1px dashed #c7c0af;
}

.acMenu dt.active {
    border-bottom: 0;
}

.acMenu dt.active:after {
    font-family: FontAwesome;
    content: "\f106";
    position: absolute;
    right: 0;
    font-size: 24px;
    margin-top: -12px;
    top: 50%;
}

.acMenu dt:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 0;
    font-size: 24px;
    margin-top: -12px;
    top: 50%;
}

.acMenu dt:before {
    content: "Q";
    font-size: 52px;
    font-family: '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', sans-serif;
    position: absolute;
    color: #d5c8b0;
    left: 0;
    bottom: 5px;
}

.acMenu dd {
    padding: 0 90px 30px;
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    border-bottom: 1px dashed #c7c0af;
    display: none;
}

.acMenu dd a.pdf {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    text-decoration: underline;
}

.acMenu dd a.pdf:hover {
    text-decoration: none;
}

.acMenu dd a.pdf:before {
    content: "\f1c1";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff3333;
}

.acMenu dd:before {
    content: "A";
    font-size: 32px;
    font-family: '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', sans-serif;
    position: absolute;
    color: #666666;
    left: 60px;
    top: -10px;
}

#lodging .acMenu dd:nth-of-type(5) {
    position: relative;
}

#lodging .acMenu dd:nth-of-type(7):after {
    content: "";
    background: url(../img/dog.png) no-repeat;
    background-size: contain;
    width: 45px;
    height: 49px;
    position: absolute;
    top: 0;
    right: 3rem;
}

#flink {
    padding-bottom: 70px;
}

/*----------------------------------------------------
	☆SP
----------------------------------------------------*/


/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 768px) {
    #flink {
        padding-bottom: 40px;
    }

    .faq {
        width: 93%;
        margin: 40px auto 50px;
    }

    /* faqtop */
    .faqtop {
        width: 100%;
    }

    .faqtop ul {
        flex-direction: column;
    }

    .faqtop ul li {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        border-right: 0;
        border-bottom: 2px solid #fff;
    }

    .faqtop ul li a {
        display: block;
        text-align: left;
        font-size: 14px;
        padding: 10px 30px;
    }

    /* faqtop */

    #lodging h2,
    #room h2,
    #guest h2 {
        font-size: 20px;
        margin: 20px auto 0;
    }

    .acMenu {
        margin: 0 auto 40px;
    }

    .acMenu dt {
        font-size: 14px;
        padding: 10px 0 10px 30px;
    }

    .acMenu dt.active:after {
        font-family: FontAwesome;
        content: "\f106";
        position: absolute;
        font-size: 16px;
        margin-top: -8px;
        top: 50%;
    }

    .acMenu dt:after {
        font-family: FontAwesome;
        content: "\f107";
        position: absolute;
        font-size: 16px;
        margin-top: -8px;
        top: 50%;
    }

    .acMenu dt:before {
        font-size: 26px;
    }

    .acMenu dd {
        padding: 0 0 10px 30px;
        line-height: 1.4;
        font-size: 12px;
    }

    .acMenu dd a {
        padding-left: 15px;
    }

    .acMenu dd a:before {
        background-size: contain;
        ;
        width: 10px;
        height: 12px;
        top: 3px;
    }

    .acMenu dd:before {
        font-size: 20px;
        left: 3px;
        top: -5px;
    }

    #lodging .acMenu dd:nth-of-type(5),
    #lodging .acMenu dd:nth-of-type(7) {
        padding-bottom: 50px;
    }

    #lodging .acMenu dd:nth-of-type(7):after {
        content: "";
        background: url(../img/dog.png) no-repeat;
        background-size: contain;
        width: 35px;
        height: 38px;
        position: absolute;
        bottom: 8px;
        right: 3rem;
        top: initial;
    }

}