@charset "utf-8";

/*-----------------------------------------------
    共通パーツ
-----------------------------------------------*/
.cursorPointer {
    cursor: pointer;
}
.cursorPointer:hover { 
    opacity:0.8; 
}
/* secCmnTit */
.secCmnTit::after{
    background-image: url(../img/faq/bgCmnTit.jpg);
}
@media only screen and (max-width:767px){
    .secCmnTit::after{
        background-image: url(../img/faq/bgCmnTit_sp.jpg);
    }
}
/* secDetailsBnrReservation */
.secDetailsBnrReservation{
    margin-bottom: 120px;
}
@media only screen and (max-width:767px){
    .secDetailsBnrReservation{
        margin-bottom: 50px;
    }
}
/* Faq*/
.secFaq{
    margin-bottom: 90px;
}
.boxFaq {
    margin: 0 auto;
    background: #fff;
}
.topFaq {
    margin-top: 60px;
}
.secFaq .titFaq {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.secFaq .itemMain{
    position: relative;
    margin-bottom: 30px;
}
.itemMain:first-child {
    margin-top: 30px;
}
.secFaq .titMain{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.7px;
    color: #000;
    text-decoration: none;
    padding: 22px 70px;
    background-color: #f7f6f2;
}
.secFaq .itemSub {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.5px;
    padding: 0px 70px 22px 70px;
}
.secFaq .titMain:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 25%;
    left: 20px;
}
.secFaq.lazyloaded .titMain:before {
    background: url(../img/faq/imgQuestion.png) center / cover no-repeat;
}
.secFaq .titMain:after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    right: 22px;
    top: calc(50% - 6px);
    display: block;
    transform: rotate(45deg); 
    transition: all 0.4s ease;
}
.secFaq .titMain.on:after {
    transform: rotate(225deg);
    top: calc(50% - 3px);
}
.secFaq .boxSubList{
    display: none;
    background-color: #f7f6f2;
}
.secFaq .boxSubList .itemSub {
    position: relative;
}
.secFaq .boxSubList .itemSub:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: -3px;
    left: 20px;
}
.secFaq.secFaq.lazyloaded .boxSubList .itemSub:before {
    background: url(../img/faq/imgAnswer.png) center / cover no-repeat;
}
.secFaq .itemLink {
    color: #3cbee4;
}
@media only screen and (max-width:767px){
    .secFaq{
        margin-bottom: 60px;
    }
    .topFaq {
        margin-top: 35px;
    }
    .secFaq .titFaq {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1.5px;
    }
    .secFaq .itemMain{
        position: relative;
        margin-bottom: 20px;
    }
    .itemMain:first-child {
        margin-top: 20px;
    }
    .secFaq .titMain{
        position: relative;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #000;
        text-decoration: none;
        padding: 16px 47px 17px 51px;
        background-color: #f7f6f2;
    }
    .secFaq .itemSub {
        font-size: 13px;
        line-height: 1.8;
        letter-spacing: 0.5px;
        padding: 0px 33px 16px 56px;
    }
    .secFaq .titMain:before {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 15px;
        left: 15px;
    }
    .secFaq .titMain:after {
        content: "";
        width: 9px;
        height: 9px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        position: absolute;
        right: 17px;
        top: 24px;
        display: block;
        transform: rotate(45deg); 
        transition: all 0.4s ease;
    }
    .secFaq .titMain.on:after {
        top: 25px;
    }
    .secFaq .boxSubList .itemSub:before {
        width: 25px;
        height: 25px;
        position: absolute;
        top: -3px;
        left: 15px;
    }
}