@charset "UTF-8";

/* ---------------------------------------
base
*/

/** common **/
.bg-01{
    background-color: #F4F4F0;
}

.txt-beige{
    color: #A37B57;
}

.txt-f12{
    font-size: 1.2rem;
}

/** header menu **/
.header .uk-container{
    margin-top: -5px;
}

.header-logo{
    width: 130px;
}

.hd-jp{
    width: 35px;
}

.hd-contact{
    width: 80px;
}

/** footer **/
.footer-lp{
    padding: 50px 0 20px;
    text-align: center;
}

.footer-lp h2{
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #484848;
}

.footer-lp h3{
    margin-bottom: 35px;
}

.footer-lp h3 img{
    width: 130px;
}

.footer-lp ul.nav-footer-vm li a {
    color: #484848;
}

.footer-lp ul.nav-footer-vm li{
    border-right: 1px solid #484848;
}

.footer-lp ul.nav-footer-vm li:last-child {
    border: none;
}

@media (min-width: 1025px) {
    
    
    /** header menu **/
    .header .uk-container{
        margin-top: -5px;
    }

    .header-logo{
        width: 164px;
    }

    .hd-jp{
        width: 35px;
    }

    .hd-contact{
        width: 80px;
    }
    
    /** footer **/
    .footer-lp{
        padding: 80px 0 30px;
    }
    
    .footer-lp h2{
        font-size: 1.3rem;
    }
    
    .footer-lp h3 img{
        width: 150px;
    }
    
}

/* ---------------------------------------
section
*/

.block{
    position: relative;
    z-index: 3;
}
            
/** main **/
.sec-main{
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.wrap-slider-main{
    z-index: 1;
}

.wrap-slider-main ul.slick-dots{
    width: 95%;
    padding: 0 5% 0 0;
    text-align: right;
}

.wrap-slider-main ul.slick-dots li{
    margin: 0;
}

.wrap-main-caption{
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wrap-main-caption p{
    font-size: 1.2rem;
    margin: 0 0 30px;
}

.wrap-main-caption h1{
    font-size: 2.5rem;
    margin: 0 0 10px;
}

.wrap-main-caption h2{
    font-size: 1.3rem;
    margin: 0;
}

.line-main{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
}

.line-main{
    width: 13px;
    height: 60px;
}

@media (min-width: 1025px) {
    
    .wrap-slider-main ul.slick-dots{
        width: 87%;
        padding: 0 13% 0 0;
    }
    
    .wrap-main-caption{
        top: 40%;
    }
    
    .wrap-main-caption p{
        font-size: 1.3rem;
    }

    .wrap-main-caption h1{
        font-size: 3.6rem;
        margin: 0 0 20px;
    }

    .wrap-main-caption h2{
        font-size: 1.5rem;
    }
    
    .line-main{
        width: 16px;
        height: 74px;
    }
    
}          


/** photo gallery **/
.sec-photo{
    padding: 70px 0 100px;    
}

.wrap-gallery-sp{
    margin-top: 30px;
}

.wrap-gallery-sp .uk-accordion-title{
    border: 1px solid #A37B57;
    padding: 10px 0;
    text-align: center;
    width: 290px;
    margin: 0 auto;
    color: #A37B57;
}

.wrap-gallery-sp .uk-accordion-title::before{
    margin: 0 10px 0 -30px;
    background-image: url("../image/ico_ac_open.png");
    background-size: cover;
}

.wrap-gallery-sp .uk-open > .uk-accordion-title::before {
    background-image: url("../image/ico_ac_close.png");
}

.before-op-ac.acactive{
    display: none;
}


@media (min-width: 1025px) {
    
    .sec-photo{
        padding: 95px 0 110px;    
    }
    
    
}


/** other contents **/
.sec-others{
    padding: 90px 0;
}

.ph-others{
    margin: 0 auto;
    width: calc(100% - 30px);
}

.wrap-others-caption{
    padding: 0 40px;
    text-align: left;
}

@media (min-width: 1025px) {
    
    .sec-others{
        padding: 140px 0;
    }
    
    .ph-others{
        margin: 0;
        width: 100%;
    }
    
    .wrap-others-caption{
        padding: 0 0 0 20%;
        width: 50%;
    }
    
}


/** reservation **/
.sec-reservation{
    margin-top: -20px;
    padding: 0 0 0px;
}

.contact-bottom-sp{
    margin-top: 85px;
    border-top: 1px solid #CECBC2;
}

/*ul.btn-list-reserve li{
    margin-bottom: 10px;
}

ul.btn-list-reserve li .uk-button{
    line-height: 1.8;
    padding: 20px 0;
}

ul.btn-list-reserve li .uk-button-primary .arrow-r,
ul.btn-list-reserve li .uk-button-default .arrow-r{
    top: 32px;
}

.wrap-online{
    padding: 0 40px;
}

.wrap-online img{
    width: 89px;
    height: 62px;
    margin-bottom: 30px;
}*/

@media (min-width: 1025px) {
    
    .contact-bottom{
        margin-top: 100px;
        border-top: 1px solid #CECBC2;
    }
    
    /*ul.btn-list-reserve{
        display: flex;
        justify-content: space-between;
    }
    
    ul.btn-list-reserve{
        width: 60%;
        margin: 0 auto;
    }
    
    ul.btn-list-reserve li{
        width: 48%;
    }
    
    .wrap-online{
        padding: 0 20%;
        width: 60%;
    }
    
    .wrap-online img{
        width: 104px;
        height: 72px;
    }
    
    .wrap-online .uk-button-primary{
        width: 315px;
    }*/
    
}



/* ---------------------------------------
inbound LP
*/

/** wedding hall **/
/* slider */
.slider-contents{
    margin: -15px 0 0;
}

.slider-contents .slick-next{
    right: 40px;
}

.slider-contents .slick-prev{
    left: 40px;
}

/* modal */
.modal-hall [class*='uk-modal-close-']:first-child + *{
    margin-top: 30px;
}

.modal-hall .uk-modal-close-outside {
    top: -5px;
}

.hall-text{
    padding: 25px 20px 40px;
}

.hall-gmap{
    width: 95px;
    margin-bottom: 40px;
}

.hall-text .uk-modal-close img{
    width: 60px;
}

.btn-close{
    text-align: center;
}

/** youtube **/
.iframe-wrap-movie{
	position: relative;
	width: 100%;
    /*padding-top: 56.25%;*/
    /*padding-top: 42.55%;*/
    padding-top: 56.25%;
    /*pointer-events: none;*/
}

.iframe-wrap-movie iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1025px) {
    
    /* slider */
    .slider-contents .slick-next{
        right: 6.5%;
    }

    .slider-contents .slick-prev{
        left: 6.5%;
    }
    
    /* modal */
    .modal-hall-body{
        display: flex;
    }
    
    .modal-hall-body .hall-img{
        width: 40%;
    }
    
    .modal-hall-body .hall-img img{
        object-fit: cover;
        height: 100%;
    }
    
    .modal-hall-body .hall-text{
        padding: 0;
        width: 60%;
    }
    
    .modal-hall-body .hall-text article{
        padding: 10%;
    }
    
    dl.hall-text-history{
        display: flex;
    }
    
    dl.hall-text-history dt{
        width: 40%;
    }
    
    dl.hall-text-history dd{
        width: 55%;
        padding-left: 5%;
    }
    
    dl.hall-text-history dd h3{
        color: #A37B57;
        margin-left: -10px;
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    
    .hall-gmap{
        margin-bottom: 20px;
    }
    
    .btn-close{
        text-align: left;
    }
    
    
}


/** photo gallery **/
/* slider */
.wrap-photo-ga .slick-dots li{
    margin: 0;
}

.img-03-sp{
    margin-top: -78px;
}

@media (min-width: 1025px) {
    
    
    
}