@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

#quattroburstcavi-premier {
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
    color: #222 !important;
}
@media screen and (min-width:1280px) {
    #quattroburstcavi-premier {
        font-size: 16px;
    }
}


/*---BG CSSリセット---*/
#quattroburstcavi-premier img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#quattroburstcavi-premier h1, #quattroburstcavi-premier .h1, #quattroburstcavi-premier h2, #quattroburstcavi-premier .h2, #quattroburstcavi-premier h3, #quattroburstcavi-premier .h3, #quattroburstcavi-premier h4, #quattroburstcavi-premier .h4, #quattroburstcavi-premier p, #quattroburstcavi-premier dl,#quattroburstcavi-premier table th, #quattroburstcavi-premier .inner {
    margin: 0;
    font-size: inherit;
    /*font-weight: lighter;*/
    color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small, .pickupLayout th, .pickupLayout td, .pickupLayout h1, .pickupLayout h2, .pickupLayout h3, .pickupLayout h4, .pickupLayout h5, .pickupLayout h6 {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}
#quattroburstcavi-premier .section {
    padding: 0;
}
#quattroburstcavi-premier .lead {
    font-size: inherit;
    margin: 0;
}
#quattroburstcavi-premier a {
    text-decoration: none;
}
#quattroburstcavi-premier a:hover {
    opacity: 0.7;
}





/*---LP共通----------------------------------------------------*/
#quattroburstcavi-premier {
    font-size: clamp(14px, 1.875vw, 16px);/*320px, 800px, 1200px想定*/
    color: #333;
}
#quattroburstcavi-premier > section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 45px;
    padding-bottom: 60px;
}
#quattroburstcavi-premier h2 {
    margin-bottom: 30px;
    font-size: 2em;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.025em;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
#quattroburstcavi-premier h2 > .sub_title {
    display: block;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 0.416666em;
    margin-top: 10px;
}
#quattroburstcavi-premier h2 + p {
    margin-bottom: 30px;
}

@media screen and (min-width:768px) {
    #quattroburstcavi-premier > section {
        padding-top: 60px;
        padding-bottom: 90px;
    }
    #quattroburstcavi-premier > section h2 {
        margin-bottom: 45px;
        font-size: 2.5em;
    }
    #quattroburstcavi-premier h2 + p {
        margin-bottom: 45px;
        text-align: center;
    }
}

@media screen and (min-width:1024px) {
    #quattroburstcavi-premier > section {
        padding-left: 30px;
        padding-right: 30px;
    }
    #quattroburstcavi-premier > section h2 {
        margin-bottom: 45px;
    }
}

@media screen and (min-width:1200px) {
    #quattroburstcavi-premier > section {
        padding-left: calc((100vw - 970px) / 2);
        padding-right: calc((100vw - 970px) / 2);
        padding-top: 90px;
        padding-bottom: 100px;
    }
    #quattroburstcavi-premier > section.wide {
        padding-left: calc((100vw - 1170px) / 2);
        padding-right: calc((100vw - 1170px) / 2);
        padding-top: 90px;
        padding-bottom: 100px;
    }
    #quattroburstcavi-premier > section h2 {
        margin-bottom: 60px;
    }
    #quattroburstcavi-premier h2 + p {
        margin-bottom: 60px;
    }
}

/*もっと見るボタン*/
@media screen and (max-width:767px) {
    #quattroburstcavi-premier .more_button {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        width: 60vw;
        display: block;
        border: solid 1px #000;
        text-align: center;
        margin: 0 auto;
        font-size: 1.25em;
        padding: 5px 0;
        background: none;
        font-weight: normal;
    }
    #quattroburstcavi-premier .more_button:after {
        margin-left: 10px;
        content: "\f0d7";
        font-family: FontAwesome;
        display: inline-block;
    }
}

/*font設定*/
#quattroburstcavi-premier .cormorant {
    font-family: "Cormorant", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
#quattroburstcavi-premier a.txt_link {
    text-decoration: underline;
    font-weight: bold;
}
#quattroburstcavi-premier a.txt_link_blank:after {
    margin-left: 10px;
    content: "\f08e";
    font-family: FontAwesome;
    display: inline-block;
}
#quattroburstcavi-premier .txt_center {
    text-align: center;
}
#quattroburstcavi-premier .txt_left {
    text-align: left;
}
#quattroburstcavi-premier .txt_right {
    text-align: right;
}
#quattroburstcavi-premier .txt_bold {
    font-weight: bold;
}
#quattroburstcavi-premier .txt_light {
    font-weight: normal;
}
#quattroburstcavi-premier .txt_lighter {
    font-weight: lighter;
}
#quattroburstcavi-premier .txt_small {
    font-size: 0.8em;
}
#quattroburstcavi-premier .txt_underline {
    position: relative;
    display: inline-block;
}
#quattroburstcavi-premier .txt_underline:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5em;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d3c494;
    z-index: -1;
}
#quattroburstcavi-premier .fsize_005 {
    font-size: .5em;
}
#quattroburstcavi-premier .fsize_006 {
    font-size: .6em;
}
#quattroburstcavi-premier .fsize_075 {
    font-size: .75em;
}
#quattroburstcavi-premier .fsize_125 {
    font-size: 1.25em;
}
#quattroburstcavi-premier .fsize_150 {
    font-size: 1.5em;
}
#quattroburstcavi-premier .fsize_175 {
    font-size: 1.75em;
}
#quattroburstcavi-premier .fsize_200 {
    font-size: 2em;
}
#quattroburstcavi-premier .fsize_250 {
    font-size: 2.5em;
}
#quattroburstcavi-premier .fsize_300 {
    font-size: 3em;
}
#quattroburstcavi-premier .tspace_005 {
    letter-spacing: -0.05em;
}
#quattroburstcavi-premier .theight_200 {
    line-height: 2
}

/*背景設定*/
#quattroburstcavi-premier .bg_gray {
    background: #efefef;
}




/*---メインカルーセル------------------------------------*/
#quattroburstcavi-premier h1#main_carousel {
    
}




/*---グロナビ------------------------------------*/
#quattroburstcavi-premier nav {
    position: fixed;
    left: 0;
    bottom: 0;
    background :rgba(0,0,0,0.8);
    width: 100%;
    padding: 20px 0;
    z-index: 10;
    display: none;
}
#quattroburstcavi-premier nav ul {
    display: flex;
    justify-content: center;
}
#quattroburstcavi-premier nav ul li:not(:first-child):before {
    content: "/";
    display: inline-block;
    color: #fff;
}
#quattroburstcavi-premier nav ul li a {
    color: #fff;
    padding: 0 15px;
    font-size: 1.5em;
}

#quattroburstcavi-premier #seminarbutton_sp {
    position: fixed;
    right: 13px;
    bottom: calc((1.5em * 1.42857143) + 40px + 15px);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff4800+0,fca641+100 */
    background: linear-gradient(to bottom,  rgba(255,72,0,1) 0%,rgba(252,166,65,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 110px;
    height: 110px;
    text-align: center;
    padding: 3px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
#quattroburstcavi-premier #seminarbutton_sp:hover {
    opacity: 0.7;
}
#quattroburstcavi-premier #seminarbutton_sp a {
    border: solid 1px #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.2;
    padding-top: 5px;
}

@media screen and (min-width:768px) and (max-width:1023px) {
    #quattroburstcavi-premier nav {
        display: block;
        position: relative;
        background: #000;
    }
    #quattroburstcavi-premier nav.fixed {
        position: fixed;
        top: 114px;
        bottom: auto;
    }
}

@media screen and (min-width:768px) {
    #quattroburstcavi-premier #seminarbutton_sp {
        right: 20px;
        bottom: 30px;
        width: 130px;
        height: 130px;
        text-align: center;
        padding: 4px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    }
}

@media screen and (min-width:1024px) {
    #quattroburstcavi-premier nav {
        display: block;
        position: sticky;
        top: 0;
        background: #000;
        bottom: auto;
    }
    #quattroburstcavi-premier #seminarbutton_sp {
        right: 45px;
        bottom: 45px;
        width: 130px;
        height: 130px;
        text-align: center;
        padding: 4px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    }
}




/*---イントロ------------------------------------*/
#quattroburstcavi-premier #intro {
    padding-bottom: 45px;
}
#quattroburstcavi-premier #intro h2 {
    margin-bottom: 0;
    letter-spacing: 0;
    font-weight: 400;
}

@media screen and (min-width:768px) {
    #quattroburstcavi-premier #intro {
        padding-bottom: 60px;
    }
    #quattroburstcavi-premier #intro h2 {
        font-size: 2.5em;
    }
}

@media screen and (min-width:1200px) {
    #quattroburstcavi-premier #intro {
        padding-bottom: 90px;
    }
    #quattroburstcavi-premier #intro h2 {
        font-size: 2.5em;
    }
}




/*---FEATURE------------------------------------*/
#quattroburstcavi-premier #feature ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 45px 45px;
}
#quattroburstcavi-premier #feature ul li {
    text-align: center;
}
#quattroburstcavi-premier #feature ul li a {
    display: block;
}
#quattroburstcavi-premier #feature ul li a > *:not(:last-child) {
    margin-bottom: 15px;
}
#quattroburstcavi-premier #feature ul li a > p {
    background: #c0ab67;
    color: #fff;
    font-weight: 500;
    padding: 5px 0;
    width: 80%;
    display: inline-block;
}
#quattroburstcavi-premier #feature ul li a > p:after {
    margin-left: 0.5em;
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
}

@media screen and (min-width:768px) {
    #quattroburstcavi-premier #feature ul {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 0 30px;
    }
    #quattroburstcavi-premier #feature ul li a > h3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}



/*---5つの機能------------------------------------*/
#quattroburstcavi-premier #five_function {
    background: #000;
    color: #fff;
}
#quattroburstcavi-premier #five_function h2 {
    color: #c0ab67;
}
#quattroburstcavi-premier #five_function #function_img {
    margin: 0 -15px;
    position: relative;
}
#quattroburstcavi-premier #five_function #function_img #modal_button {
    padding: 0 15px;
    position: relative;
    aspect-ratio: 5 / 6;
    background: url('/_ui/responsive/common/ui_assets/online/bg/pickup/quattroburstcavi-premier/img/section01_bg_SP.png') no-repeat center;
    background-size: cover;
}
#quattroburstcavi-premier #five_function #function_img #modal_button li {
    width: 29%;
    min-width: 110px;
    position: absolute;
}
#quattroburstcavi-premier #five_function #function_img #modal_button li:hover {
    opacity: 0.7;
}
#quattroburstcavi-premier #five_function #function_img #modal_button li:nth-child(1) {
    left: 15px;
    top: 16vw;
}
#quattroburstcavi-premier #five_function #function_img #modal_button li:nth-child(2) {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
#quattroburstcavi-premier #five_function #function_img #modal_button li:nth-child(3) {
    right: 15px;
    top: 16vw;
}
#quattroburstcavi-premier #five_function #function_img #modal_button li:nth-child(4) {
    left: 14.6vw;
    bottom: 0;
}
#quattroburstcavi-premier #five_function #function_img #modal_button li:nth-child(5) {
    right: 14.6vw;
    bottom: 0;
}
#quattroburstcavi-premier #five_function #function_img.sp .modal_item {
    display: none;
}
#quattroburstcavi-premier #five_function #function_img.sp .modal_item .modal_layer {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
}
#quattroburstcavi-premier #five_function #function_img.sp .modal_item .modal_box {
    border-radius: 15px;
    color: #222;
    padding: 30px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
    z-index: 1001;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff4800+0,fca641+100 */
    background: linear-gradient(135deg,  rgba(255,72,0,1) 0%,rgba(252,166,65,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#quattroburstcavi-premier #five_function #function_img.sp .modal_item .modal_box:before {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    position: absolute;
    border-radius: 12px;
    z-index: -1;
    background: #fff;
}
#quattroburstcavi-premier #five_function #function_img.sp .modal_item .modal_box p:first-child {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff4800+0,fca641+100 */
    background: linear-gradient(135deg,  rgba(255,72,0,1) 0%,rgba(252,166,65,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}
#quattroburstcavi-premier #five_function #function_img.sp .modal_item .modal_box h3 {
    font-size: 2em;
    color: #ff5a11;
    margin-bottom: 0;
}
#quattroburstcavi-premier #five_function #function_img.sp .modal_item .modal_box h3 + p {
    color: #666;
    margin-bottom: 15px;
}
#quattroburstcavi-premier #five_function #function_img.sp .modal_item .modal_box .close_button {
    position: absolute;
    right: -5px;
    top: -45px;
}
#quattroburstcavi-premier #five_function #function_img.sp .modal_item .modal_box .close_button:hover {
    opacity: 0..7;
}

@media screen and (min-width:768px) {
    #quattroburstcavi-premier #five_function #function_img {
        margin: 0;
    }
}




/*---相乗効果が見込める同時出力------------------------------------*/
@media screen and (max-width:767px) {
    #quattroburstcavi-premier #output .output_mode li:not(:last-child) {
        margin-bottom: 30px;
    }
    #quattroburstcavi-premier #output #output_merit_example {
        height: 110vw;
        overflow: hidden;
        padding-top: calc(((1em * 1.42857143 + 20px) / 2) + 2px);
        position: relative;
        transition: 0.8s;
    }
    /*#quattroburstcavi-premier #output #output_merit_example.active {
        height: auto;
    }*/
    #quattroburstcavi-premier #output #output_merit_example:after {
        content: "";
        display: block;
        width: 100%;
        height: 150px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50 */
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
    #quattroburstcavi-premier #output #output_merit_example.active:after {
        display: none;
    }
    #quattroburstcavi-premier #output #output_merit_example #output_merit ul li:not(:last-child) {
        margin-bottom: 30px;
    }
    #quattroburstcavi-premier #output #output_merit_example #output_example ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 15px;
        margin-bottom: 30px;
    }
}

#quattroburstcavi-premier #output .output_mode {
    margin-bottom: /*calc(45px + ((1em * 1.42857143 + 20px) / 2))*/45px;
}
#quattroburstcavi-premier #output #output_merit_example #output_merit {
    background: #efefef;
    border-radius: 15px;
    padding: 1px 15px 30px;
    margin-bottom: 45px;
}
#quattroburstcavi-premier #output #output_merit_example #output_merit h3 {
    color: #fff;
    font-size: 1.25em;
    display: block;
    width: 76vw;
    max-width: 500px;
    margin: calc(((1em * 1.42857143 + 20px) / 2) * -1 - 1px) auto 30px;
    text-align: center;
    border-radius: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c0ab67+0,e1d2a1+100 */
    background: linear-gradient(to bottom,  rgba(192,171,103,1) 0%,rgba(225,210,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 10px 0;
    position: relative;
    z-index: 1;
}
#quattroburstcavi-premier #output #output_merit_example #output_merit h3:after {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 8px;
    z-index: -1;
    border: solid 1px #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c0ab67+0,e1d2a1+100 */
    background: linear-gradient(to bottom,  rgba(192,171,103,1) 0%,rgba(225,210,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#quattroburstcavi-premier #output #output_merit_example #output_merit h4 {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 30px;
}
#quattroburstcavi-premier #output #output_merit_example #output_merit ul li > *:not(:last-child) {
    margin-bottom: 15px;
}
#quattroburstcavi-premier #output #output_merit_example #output_merit ul li h5 {
    width: 100%;
    background: #fff;
    color: #c0ab67;
    font-size: 1.25em;
    text-align: center;
    padding: 5px 0;
}
#quattroburstcavi-premier #output #output_merit_example #output_merit ul li .img > img {
    width: 90%;
    max-width: 290px;
    margin: 0 auto;
    display: block;
}
#quattroburstcavi-premier #output #output_merit_example #output_example ul li > *:not(:last-child) {
    margin-bottom: 15px;
}
#quattroburstcavi-premier #output #output_merit_example #output_example ul li h5 {
    border-left: solid 4px #e9e9e9;
    padding: 0 0 0 10px;
    font-size: 1.25em;
    display: flex;
    align-items: center;
}

@media screen and (min-width:768px) {
    #quattroburstcavi-premier #output .output_mode {
        display: flex;
        justify-content: center;
        margin-bottom: calc(60px + ((1em * 1.42857143 + 20px) / 2));
    }
    #quattroburstcavi-premier #output .output_mode li {
        margin: 0 15px;
    }
    #quattroburstcavi-premier #output .output_mode li img {
        max-width: 345px;
    }
    #quattroburstcavi-premier #output #output_merit_example #output_merit {
        padding: 1px 30px 30px;
    }
    #quattroburstcavi-premier #output #output_merit_example #output_merit ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 30px;
    }
    #quattroburstcavi-premier #output #output_merit_example #output_example {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 30px;
    }
    #quattroburstcavi-premier #output #output_merit_example #output_example ul li:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media screen and (min-width:1200px) {
    #quattroburstcavi-premier #output .output_mode {
        margin-bottom: calc(90px + ((1em * 1.42857143 + 20px) / 2));
    }
    #quattroburstcavi-premier #output .output_mode li {
        margin: 0 30px;
    }
    #quattroburstcavi-premier #output #output_merit_example #output_merit {
       padding: 1px 60px 60px;
    }
    #quattroburstcavi-premier #output #output_merit_example #output_example ul li:not(:last-child) {
        margin-bottom: 60px;
    }
}




/*---悩み別メニュー------------------------------------*/
@media screen and (max-width:767px) {
    #quattroburstcavi-premier #menu .menu_box .menu_item {
        height: 300px;
        overflow: hidden;
        transition: 0.8s;
    }
    #quattroburstcavi-premier #menu .menu_box .menu_item:not(:last-child) {
        margin-bottom: 15px;
    }
    #quattroburstcavi-premier #menu .menu_box .menu_item:after {
        content: "";
        display: block;
        width: 100%;
        height: 150px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50 */
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
    #quattroburstcavi-premier #menu .menu_box .menu_item.active:after {
        display: none;
    }
    #quattroburstcavi-premier #menu .menu_box .menu_item .more_button {
        bottom: 30px;
    }
}
#quattroburstcavi-premier #menu .menu_box:not(:last-child) {
    margin-bottom: 30px;
}
#quattroburstcavi-premier #menu .menu_box h3 {
    color: #fff;
    font-size: 1.25em;
    display: block;
    width: 76vw;
    max-width: 500px;
    margin: 0 auto 15px;
    text-align: center;
    border-radius: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c0ab67+0,e1d2a1+100 */
    background: linear-gradient(to bottom,  rgba(192,171,103,1) 0%,rgba(225,210,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 10px 0;
    position: relative;
    z-index: 1;
}
#quattroburstcavi-premier #menu .menu_box h3:after {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 8px;
    z-index: -1;
    border: solid 1px #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c0ab67+0,e1d2a1+100 */
    background: linear-gradient(to bottom,  rgba(192,171,103,1) 0%,rgba(225,210,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#quattroburstcavi-premier #menu .menu_box .menu_item {
    background: #fff;
    border-radius: 15px;
    padding: 30px 15px;
    position: relative;
}
#quattroburstcavi-premier #menu .menu_box .menu_item > *:not(:first-child) {
    margin-top: 15px;
}
#quattroburstcavi-premier #menu .menu_box .menu_item h4 {
    text-align: center;
    font-size: 1.25em;
    display: block;
    margin: 0 auto;
    text-decoration: underline;
}
#quattroburstcavi-premier #menu .menu_box .menu_item p.before {
    position: relative;
    margin-bottom: 60px;
}
#quattroburstcavi-premier #menu .menu_box .menu_item p.before:after {
    content: url('/_ui/responsive/common/ui_assets/online/bg/pickup/quattroburstcavi-premier/img/section03_arrow.svg');
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
#quattroburstcavi-premier #menu .menu_box .menu_item p > img {
    display: block;
}

@media screen and (min-width:768px) {
    #quattroburstcavi-premier #menu .menu_box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        grid-gap: 15px;
    }
    #quattroburstcavi-premier #menu .menu_box:not(:last-child) {
        margin-bottom: 60px;
    }
    #quattroburstcavi-premier #menu .menu_box .menu_item {
        width: calc((100% - 30px) / 2);
        padding: 30px;
    }
}

@media screen and (min-width:1200px) {
    #quattroburstcavi-premier #menu .menu_box:not(:last-child) {
        margin-bottom: 90px;
    }
    #quattroburstcavi-premier #menu .menu_box h3 {
        margin-left: calc((100% - 500px) / 2);
        margin-right: calc((100% - 500px) / 2);
    }
    #quattroburstcavi-premier #menu .menu_box .menu_item {
        width: calc((100% - 30px) / 3);
    }
}




/*---出力設定------------------------------------*/
@media screen and (max-width:767px) {
    #quattroburstcavi-premier #spec .spec_box {
        overflow: hidden;
        height: 300px;
        position: relative;
        transition: 0.8s;
    }
    #quattroburstcavi-premier #spec .spec_box:after {
        content: "";
        display: block;
        width: 100%;
        height: 150px;
        position: absolute;
        bottom: 0;
        left: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,efefef+100&0+0,1+50 */
        background: linear-gradient(to bottom,  rgba(239,239,239,0) 0%,rgba(239,239,239,1) 50%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
    #quattroburstcavi-premier #spec .spec_box.active:after {
        display: none;
    }
    #quattroburstcavi-premier #spec .spec_box > *:not(:first-child) {
        margin-top: 30px;
    }
    #quattroburstcavi-premier #spec .spec_box .more_button {
        bottom: 30px;
    }
}
#quattroburstcavi-premier #spec > section:not(:last-child) {
    margin-bottom: 30px;
}
#quattroburstcavi-premier #spec > section h3 {
    color: #fff;
    font-size: 1.25em;
    display: block;
    width: 76vw;
    max-width: 500px;
    margin: 0 auto calc(((1em * 1.42857143 + 20px) / 2) * -1 - 1px);
    text-align: center;
    border-radius: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c0ab67+0,e1d2a1+100 */
    background: linear-gradient(to bottom,  rgba(192,171,103,1) 0%,rgba(225,210,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 10px 0;
    position: relative;
    z-index: 1;
}
#quattroburstcavi-premier #spec > section h3:after {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 8px;
    z-index: -1;
    border: solid 1px #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c0ab67+0,e1d2a1+100 */
    background: linear-gradient(to bottom,  rgba(192,171,103,1) 0%,rgba(225,210,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#quattroburstcavi-premier #spec .spec_box {
    background: #efefef;
    border-radius: 15px;
    padding: calc(((1em * 1.42857143 + 20px) / 2) + 30px ) 15px 30px;
}
#quattroburstcavi-premier #spec .spec_box .img img:not(:last-child) {
    margin-bottom: 15px;
}
#quattroburstcavi-premier #spec .spec_box .spec_detail li:not(:last-child) {
    margin-bottom: 30px;
}
#quattroburstcavi-premier #spec .spec_box .spec_detail li > *:not(:last-child) {
    margin-bottom: 15px;
}
#quattroburstcavi-premier #spec .spec_box .spec_detail li h4 {
    width: 100%;
    background: #fff;
    color: #c0ab67;
    font-size: 1.25em;
    text-align: center;
    padding: 5px 0;
}

@media screen and (min-width:768px) {
    #quattroburstcavi-premier #spec > section:not(:last-child) {
        margin-bottom: 45px;
    }
    #quattroburstcavi-premier #spec .spec_box {
        display: grid;
        padding: calc(((1em * 1.42857143 + 20px) / 2) + 30px) 30px 30px;
    }
    #quattroburstcavi-premier #spec #spec_body .spec_box {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 30px;
    }
    #quattroburstcavi-premier #spec #spec_body .spec_box .img {
        grid-column: 2 / 3;
    }
    #quattroburstcavi-premier #spec #spec_body .spec_box .spec_detail {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
    #quattroburstcavi-premier #spec #spec_face .spec_box {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 30px;
    }
    #quattroburstcavi-premier #spec #spec_face .spec_box .img {
        grid-column: 2 / 3;
    }
    #quattroburstcavi-premier #spec #spec_face .spec_box .spec_detail {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
}
@media screen and (min-width:1200px) {
    #quattroburstcavi-premier #spec > section:not(:last-child) {
        margin-bottom: 60px;
    }
    #quattroburstcavi-premier #spec .spec_box {
        padding: calc(((1em * 1.42857143 + 20px) / 2) + 60px) 60px 60px;
    }
    #quattroburstcavi-premier #spec #spec_body .spec_box {
        grid-template-columns: 2fr 1fr;
        grid-gap: 0 30px;
    }
    #quattroburstcavi-premier #spec #spec_body .spec_box .spec_detail {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 45px 30px;
    }
    #quattroburstcavi-premier #spec .spec_box .spec_detail li:not(:last-child) {
        margin-bottom: 0;
    }
    #quattroburstcavi-premier #spec #spec_body .spec_box .spec_detail li:last-child  {
        grid-column: 1 / 3;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 15px;
    }
    #quattroburstcavi-premier #spec #spec_body .spec_box .spec_detail li:last-child h4 {
        grid-column: 1 / 3;
    }
    #quattroburstcavi-premier #spec #spec_face .spec_box {
        grid-template-columns: 1fr 2fr;
        grid-gap: 0 30px;
    }
    #quattroburstcavi-premier #spec #spec_face .spec_box .img {
        grid-column: 2 / 3;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 15px;
    }
    #quattroburstcavi-premier #spec #spec_face .spec_box .spec_detail {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
}




/*---PRODUCT------------------------------------*/
@media screen and (max-width:767px) {
    #quattroburstcavi-premier #product .product_box h3 + p {
        text-align: left;
    }
    #quattroburstcavi-premier #product #product_rent .wagon_detail .wagon_detail_txt > *:not(:last-child) {
        margin-bottom: 15px;
    }
}
#quattroburstcavi-premier #product {
    background-color: #000;
    color: #fff;
    text-align: center;
}
#quattroburstcavi-premier #product h2 {
    color: #c0ab67;
}
#quattroburstcavi-premier #product .product_box:not(:first-child) {
    margin-top: 60px;
}
#quattroburstcavi-premier #product .product_box h3 {
    text-align: center;
    display: inline-block;
    margin: 0 auto 30px;
    font-size: 1.25em;
    border-bottom: solid 1px #fff;
    padding-bottom: 0.25em;
}
#quattroburstcavi-premier #product #product_probe ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 15px;
    text-align: left;
}
#quattroburstcavi-premier #product #product_probe ul li > *:not(:last-child) {
    margin-bottom: 15px;
}
#quattroburstcavi-premier #product #product_probe ul li img {
    max-height: 270px;
    display: block;
}
#quattroburstcavi-premier #product #product_wagon .product_wagon_box {
    margin-bottom: 30px;
}
#quattroburstcavi-premier #product #product_wagon .product_wagon_box > *:not(:first-child) {
    margin-top: 15px;
}
#quattroburstcavi-premier #product #product_wagon .product_wagon_box .wagon_txt {
    text-align: left;
}
#quattroburstcavi-premier #product #product_wagon .product_wagon_box .wagon_txt > button {
    background: transparent;
    padding: 0;
    margin: 15px auto 0;
    display: block;
    width: 60vw;
    max-width: 225px;
}
#quattroburstcavi-premier #product #product_wagon .product_wagon_box .wagon_txt > button a {
    display: block;
    border: solid 1px #fff;
    text-align: center;
    color: #fff;
    font-size: 1.25em;
    padding: 5px 0;
    background: none;
    font-weight: normal;
}
#quattroburstcavi-premier #product #product_wagon .product_wagon_box .wagon_txt > button a:after {
    margin-left: 10px;
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
}
#quattroburstcavi-premier #product #product_wagon #other_products {
    background: #efefef;
    border-radius: 15px;
    padding: 30px 15px;
    color: #000;
    text-align: left;
}
#quattroburstcavi-premier #product #product_wagon #other_products > *:not(:first-child) {
    margin-top: 15px;
}
#quattroburstcavi-premier #product #product_wagon #other_products h4 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
#quattroburstcavi-premier #product #product_wagon #other_products h4 > .txt_small {
    display: block;
}
#quattroburstcavi-premier #product #product_wagon #other_products ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
#quattroburstcavi-premier #product #product_wagon #other_products ul li {
    margin: 5px 2.5px 0;
    padding: 5px;
    border-radius: 5px;
    min-width: 80px;
    text-align: center;
    font-size: 0.857em;
    color: #fff;
    font-weight: bold;
}
#quattroburstcavi-premier #product #product_wagon #other_products ul li.color_cavi {
    background: #c0a030;
}
#quattroburstcavi-premier #product #product_wagon #other_products ul li.color_rf {
    background: #ba6582;
}
#quattroburstcavi-premier #product #product_wagon #other_products ul li.color_ems {
    background: #528aaf;
}
#quattroburstcavi-premier #product #product_wagon #other_products ul li.color_ultrasound {
    background: #859460;
}
#quattroburstcavi-premier #product #product_wagon #other_products ul li.color_hyperpulse {
    background: #9d7c91;
}
#quattroburstcavi-premier #product #product_wagon #other_products .product_cavi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 45px;
    align-items: flex-end;
}
#quattroburstcavi-premier #product #product_wagon #other_products .product_cavi .img {
    grid-column: 1 / 3;
}
#quattroburstcavi-premier #product #product_wagon #other_products .product_cavi .price {
    font-size: 1.5em;
    font-weight: 600;
}
#quattroburstcavi-premier #product #product_wagon #other_products .product_cavi button {
    background: transparent;
    width: 100%;
    padding: 0;
}
#quattroburstcavi-premier #product #product_wagon #other_products .product_cavi button a {
    border: solid 1px #000;
    width: 100%;
    display: block;
    padding: 5px 0;
    font-weight: normal;
}
#quattroburstcavi-premier #product #product_wagon #other_products .product_cavi button a:after {
    margin-left: 10px;
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
}
#quattroburstcavi-premier #product #product_wagon #other_products dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
#quattroburstcavi-premier #product #product_wagon #other_products dl dt {
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    grid-column: 1 / 3;
}
#quattroburstcavi-premier #product #product_wagon #other_products dl dt + dd {
    grid-column: 1 / 3;
}
#quattroburstcavi-premier #product #product_wagon #other_products dl dd.product_gel > *:not(:first-child) {
    margin-top: 15px;
}
#quattroburstcavi-premier #product #product_wagon #other_products dl dd.product_gel .img {
    text-align: center;
}
#quattroburstcavi-premier #product #product_wagon #other_products dl dd.product_gel .img img {
    margin: 0 auto;
    height: 40vw;
    max-height: 160px;
}
#quattroburstcavi-premier #product #product_wagon #other_products dl dd.product_gel button {
    background: transparent;
    width: 100%;
    padding: 0;
}
#quattroburstcavi-premier #product #product_wagon #other_products dl dd.product_gel button a {
    display: block;
    font-weight: normal;
    border: solid 1px #000;
    padding: 5px 0;
}
#quattroburstcavi-premier #product #product_wagon #other_products dl dd.product_gel button a:after {
    margin-left: 10px;
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
}
#quattroburstcavi-premier #product #product_cost > *:not(:last-child):not(h3) {
    margin-bottom: 15px;
}
#quattroburstcavi-premier #product #product_cost .cost_image ul {
    position: relative;
}
#quattroburstcavi-premier #product #product_cost .cost_image ul:after {
    content: url('/_ui/responsive/common/ui_assets/online/bg/pickup/quattroburstcavi-premier/img/section03_arrow.svg');
    margin-top: 15px;
    display: inline-block;
}
#quattroburstcavi-premier #product #product_cost .cost_image ul li {
    background: #efefef;
    border-radius: 15px;
    padding: 15px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#quattroburstcavi-premier #product #product_cost .cost_image ul li:not(:last-child) {
    margin-bottom: 10px;
}
#quattroburstcavi-premier #product #product_cost .cost_image ul li p:not(:last-child) {
    margin: 0 10px;
}
#quattroburstcavi-premier #product #product_cost .cost_image ul li i {
    font-size: 1.5em;
}
#quattroburstcavi-premier #product #product_cost .cost_image ul li .total {
    width: 100%;
    border-top: solid 1px #000;
    padding: 5px 0 0;
    margin-top: 5px;
}
#quattroburstcavi-premier #product #product_cost .cost_image .result_image {
    font-weight: bold;
    font-size: 2em;
}
#quattroburstcavi-premier #product #product_rent > h3 {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
#quattroburstcavi-premier #product #product_rent > h3 + p {
    text-align: left;
}
#quattroburstcavi-premier #product #product_rent > h3 img {
    margin: 0;
}
#quattroburstcavi-premier #product #product_rent > h3 img:first-child {
    width: 24vw;
    margin-right: 15px;
    max-width: 110px;
}
#quattroburstcavi-premier #product #product_rent .rent_tel {
    background: #efefef;
    color: #000;
    border-radius: 15px;
    padding: 15px 0 20px;
    font-weight: 600;
    margin-top: 15px;
}
#quattroburstcavi-premier #product #product_rent .rent_tel p {
    margin-bottom: 10px;
}
#quattroburstcavi-premier #product #product_rent .lease, #quattroburstcavi-premier #product #product_rent .wagon_detail {
    margin-top: 45px;
}
#quattroburstcavi-premier #product #product_rent .lease h4, #quattroburstcavi-premier #product #product_rent .wagon_detail h4 {
    font-size: 1.25em;
    margin-bottom: 10px;
}
#quattroburstcavi-premier #product #product_rent .wagon_detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 15px;
}
#quattroburstcavi-premier #product #product_rent .wagon_detail h4 {
    grid-column: 1 / 3;
}
#quattroburstcavi-premier #product #product_rent .wagon_detail .wagon_detail_txt {
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
}
#quattroburstcavi-premier #product #product_rent .wagon_detail .wagon_detail_txt > .img  img {
    height: 14.7vw;
    max-height: 70px;
}
#quattroburstcavi-premier #product #product_rent .wagon_detail .wagon_detail_txt .txt_small {
    font-size: 0.6em;
    display: inline-block;
    margin: 0;
}
#quattroburstcavi-premier #product #product_rent .wagon_detail .wagon_detail_txt button {
    background: transparent;
    padding: 0;
    width: 100%;
}
#quattroburstcavi-premier #product #product_rent .wagon_detail .wagon_detail_txt button a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: normal;
    font-size: 0.8333em;
    text-align: center;
    border: solid 1px #fff;
    padding: 5px 0;
}
#quattroburstcavi-premier #product #product_rent .wagon_detail .wagon_detail_txt button a:after {
    margin-left: 10px;
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
}

@media screen and (min-width:768px) {
    #quattroburstcavi-premier #product .product_box:not(:first-child) {
        margin-top: 90px;
    }
    #quattroburstcavi-premier #product .product_box h3 {
        margin-bottom: 45px;
        font-size: 1.5em;
    }
    #quattroburstcavi-premier #product #product_button .img img {
        max-width: 580px;
    }
    #quattroburstcavi-premier #product #product_probe ul {
        grid-gap: 0 30px;
    }
    #quattroburstcavi-premier #product #product_probe ul li h4 {
        font-size: 1.25em;
    }
    #quattroburstcavi-premier #product #product_wagon .product_wagon_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 30px;
        align-items: center;
    }
    #quattroburstcavi-premier #product #product_wagon .product_wagon_box > * {
        margin: 0 !important;
    }
    #quattroburstcavi-premier #product #product_wagon .product_wagon_box .img {
        grid-column: 2 / 3;
    }
    #quattroburstcavi-premier #product #product_wagon .product_wagon_box .wagon_txt {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    #quattroburstcavi-premier #product #product_wagon #other_products {
        padding: 45px 60px;
    }
    #quattroburstcavi-premier #product #product_wagon #other_products h4 {
        font-size: 1.75em;
    }
    #quattroburstcavi-premier #product #product_wagon #other_products .product_cavi .img {
        text-align: center;
    }
    #quattroburstcavi-premier #product #product_wagon #other_products .product_cavi .img img {
        max-width: 400px;
    }
    #quattroburstcavi-premier #product #product_wagon #other_products .product_cavi .price {
        font-size: 2em;
    }
    #quattroburstcavi-premier #product #product_rent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 30px;
        align-items: center;
    }
    #quattroburstcavi-premier #product #product_rent > * {
        margin: 0 !important;
    }
    #quattroburstcavi-premier #product #product_rent > h3 {
        grid-column: 1 / 3;
        margin-bottom: 15px !important;
    }
    #quattroburstcavi-premier #product #product_rent .lease, #quattroburstcavi-premier #product #product_rent .wagon_detail {
        grid-column: 1 / 3;
        margin-top: 90px !important;
    }
    #quattroburstcavi-premier #product #product_rent .lease h4, #quattroburstcavi-premier #product #product_rent .wagon_detail h4 {
        font-size: 2em;
        margin-bottom: 30px;
    }
    #quattroburstcavi-premier #product #product_rent .wagon_detail {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #quattroburstcavi-premier #product #product_rent .wagon_detail h4 {
        width: 100%;
    }
    #quattroburstcavi-premier #product #product_rent .wagon_detail > .img {
        max-width: 190px;
        margin: 0 0 0 30px;
    }
    #quattroburstcavi-premier #product #product_rent .wagon_detail .wagon_detail_txt {
        display: grid;
        grid-gap: 15px 0;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: max-content max-content max-content;
        align-items: flex-end;
    }
    #quattroburstcavi-premier #product #product_rent .wagon_detail .wagon_detail_txt > * {
        grid-column: 1 / 3;
    }
    #quattroburstcavi-premier #product #product_rent .wagon_detail .wagon_detail_txt > p:last-of-type {
        grid-column: 1 / 2;
    }
    #quattroburstcavi-premier #product #product_rent .wagon_detail .wagon_detail_txt > button {
        grid-column: 2 / 3;
    }
}

@media screen and (min-width:1200px) {
    #quattroburstcavi-premier #product .product_box:not(:first-child) {
        margin-top: 120px;
    }
    #quattroburstcavi-premier #product #product_probe ul {
        grid-gap: 0 60px;
    }
    #quattroburstcavi-premier #product #product_wagon #other_products .products_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 60px;
        align-items: flex-end;
    }
    #quattroburstcavi-premier #product #product_wagon #other_products .product_cavi {
        margin: 0;
    }
    #quattroburstcavi-premier #product #product_cost .cost_image {
        display: grid;
        grid-template-columns: 3fr 1fr;
        grid-gap: 0 60px;
        align-items: center;
    }
    #quattroburstcavi-premier #product #product_cost .cost_image ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 15px;
        position: relative;
    }
    #quattroburstcavi-premier #product #product_cost .cost_image ul li {
        margin: 0 !important;
    }
    #quattroburstcavi-premier #product #product_cost .cost_image ul:after {
        content: url('/_ui/responsive/common/ui_assets/online/bg/pickup/quattroburstcavi-premier/img/section05_arrow_pc.svg');
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(calc(100% + 30px), -50%);
        margin: 0;
    }
}




/*---FAQ-------------------------------------------*/
#quattroburstcavi-premier #faq #faq_box {
    position: relative;
}
#quattroburstcavi-premier #faq #faq_box ul li {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}
#quattroburstcavi-premier #faq #faq_box ul li:not(:last-child) {
    margin-bottom: 15px;
}
#quattroburstcavi-premier #faq #faq_box ul li h3 {
    padding: 0 30px 0 0;
    color: #c0ab67;
    font-weight: bold;
    position: relative;
}
#quattroburstcavi-premier #faq #faq_box ul li h3:after {
    margin-left: 10px;
    content: "\2b";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    position: absolute;
    right: 5px;
}
#quattroburstcavi-premier #faq #faq_box ul li.active h3:after {
    content: "\f068";
}
#quattroburstcavi-premier #faq #faq_box ul li h3:hover {
    cursor: pointer;
}
#quattroburstcavi-premier #faq #faq_box ul li h3 + p {
    display: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #efefef;
}

@media screen and (min-width:768px) {
    #quattroburstcavi-premier #faq #faq_box ul li {
        padding: 30px;
    }
    #quattroburstcavi-premier #faq #faq_box ul li h3 + p {
        margin-top: 15px;
        padding-top: 15px;
    }
}





/*---フェードイン-------------------------------------------*/
#quattroburstcavi-premier .fadeIn {
  transform: translate3d(0, 20px, 0);
  transition: 1s;
  opacity: 0;
}

#quattroburstcavi-premier .fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}









/**/