@charset "UTF-8";
.bg-white__inner {
    position: relative;
}
.bg-white__inner::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .3);
}
.concept {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
.concept__title--en {
    color: #fff;
    font-size: 16px;

}

.concept__title--ja {
    color: #fff;
    font-size: 15px;
}

.concept__text {
    color: #fff;
    font-size: 12px;
}

.wrap-slider-contents {
    padding-top: 20px;
}
.hall-card {
    text-align: center;
    padding: 30px 20px;
    min-height: 420px;
}
@media screen and (min-width: 960px) {
    .hall-card {
        padding: 30px;
        min-height: 520px;
    }
}
.hall-card--dg-light {
    background-color: #E2E0DC;
}
.hall-card--dg-dark {
    background-color: #CECBC2;
}
.hall-card__img {
    display: block;
    margin-top: 30px;
}
.hall-card__img img {
    aspect-ratio: 1/1;
    max-width: 255px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-inline: auto;
}
.hall-card__area {
    font-size: 22px;
    font-family: "Quattrocento", serif;
    font-weight: 400;
    font-style: normal;

}
.hall-card__name {
    margin-top: 38px;
    font-family: "Quattrocento", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
.wrap-slider-contents {
    padding-top: 60px;
}
.about-us {
    padding: 25px 0 70px;
    background-image: url(../image/inbound2/bg_01.jpg);
    position: relative;
    z-index: -1;
}
.about-us::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    top: 0;
    left: 0;
    z-index: -1;
}
.about-us__img {
    width: 80%;
    margin-inline: auto;
}
.about-us__img img {
    aspect-ratio: 1/1;
}
.about-us__text {
    font-size: 13px;
    word-break: auto-phrase;
}
/* セクションタイトル */
.section-title {
    /* text-align: center; */
}
.section-title__main {
    display: inline-block;
    position: relative;
    padding: 40px 0;
    font-size: 25px;
}

@media screen and (min-width: 960px) {
    .section-title__main {
        font-size: 30px;
    }
}
.point .section-title__main::after {
    background-image: url(../image/inbound/line_main.png);
}
.section-title__main::after {
    position: absolute;
    display: block;
    content: "";
    width: 13px;
    height: 60px;
    background-image: url(../image/inbound2/line.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
 .section-title--contact {
    position: relative;
}
.section-title--contact::after {
    position: absolute;
    display: block;
    content: "";
    width: 13px;
    height: 60px;
    background-image: url(../image/inbound2/line.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.point {
    position: relative;
    z-index: 2;
}
.point__img-half {
    aspect-ratio: 168/233;
    height: fit-content;
}
.point__title {
    background-image: url(../image/inbound2/point_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70%;
    height: 375px;
    display: grid;
    place-items: center;
    position: relative;
}
.point__title::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .18);
}

.point__title .section-title__main {
    color: #fff;
}
.point__title .section-title__main::after {
    bottom: -140px;
}
.point__sub-title {
    font-size: 16px;
}

.point__title-category {
    font-family: "Quattrocento", serif;
    font-weight: 500;
    color: #A8A496;
    font-size: 25px;
}
.point__title-category--left,
.point__title-category--reverse {
    position: relative;
}
.point__title-category--left::before {
    position: absolute;
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #A8A496;
    left: -60px;
    bottom: 20px;
}
.point__title-category--reverse::before {
    position: absolute;
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #A8A496;
    left: -60px;
    bottom: 20px;
}
.point__body {
    /* background: linear-gradient(to bottom, transparent 0%, transparent 20%, #F4F2F0 20%, #F4F2F0 95%, transparent 95%, transparent 100%); */
    z-index: -1;
    margin-top: 60px;
}
.point__title-number {
    font-family: "Quattrocento", serif;
    font-weight: 500;
    color: #A8A496;
    font-size: 13px;
}

.point__title-number span {
    font-size: 8px;
}

.point__content {
    /* background-color: #F4F2F0; */
    padding: 0 0 20px 40px;
    /* position: relative; */
    top: 100px;
    z-index: -1;
}
.point__content-img-reverse {
    width: 95%;
}
.list-faq {
    position: relative;
    z-index: 2;
}
.staff-message {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}
.staff-message::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 90%;
    top: -10%;
    background-image: url(../image/inbound2/bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.staff-message__inner {
    position: relative;
    z-index: 3;
}
.staff-message__img img {
    aspect-ratio: 295/205;
    max-width: 80%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.staff-message .point__content {
    padding: 0 0 20px;
}
.staff-message__content-inner-sub {
    padding: 10%;
}
.staff-message__title {
    font-size: 25px;
}
.staff-message__name {
    font-size: 18px;
}
.place__container:nth-child(even) .place__body {
    background-color: #E2E0DC;
}

.place__img img {
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.place__body {
    background-color: #CECBC2;
}
.place__body.uk-text-center.uk-grid-margin.uk-first-column {
    margin-top: 0;
}
.place {
    position: relative;
    z-index: 3;
    background-color: #E2E0DC;
    padding-top: 50px;
}
.place__area {
    font-size: 16px;
}
.place__hall {
    font-size: 20px;
}

.official-link__img {
    width: 270px;
    margin-inline: auto;
}

 
#contact .section-title__main::after {
    display: none;
} 
#contact .section-title__main {
    padding-bottom: 5px;
}
.contact-form {
    margin-top: 80px;
}
/** show case **/
.showcase{
    padding: 100px 0;
}
.modal-showcase .uk-modal-dialog{
    background: #D0CDC6;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.photo-showcase{
    padding: 40px 0;
}
.modal-showcase .uk-close{
    background: url("../image/lightbox_close.png") center center no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    
    position: absolute;
    z-index: 1010;
    top: 30px;
    right: 50%;
    padding: 5px;
}
.modal-showcase .uk-close svg{
    display: none;
}
.modal-showcase .uk-close:after{
    content: "close";
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 12px;
    color: #666;
    padding-left: 25px;
}
.btn-close-modal-showcase-p img,
.btn-close-modal-showcase-n img{
    width: 25px !important;
    height: 25px !important;
}
.btn-close-modal-showcase-p{
    position: absolute;
    top: 50%;
    left: 4px;
}
.btn-close-modal-showcase-n{
    position: absolute;
    top: 50%;
    right:4px;
}

@media screen and (min-width: 960px) {
    .concept__title--ja {
        font-size: 20px;
    }
    .concept__text {
        font-size: 14px;
    }
    .about-us__img {
        width: 68%;
        margin-inline: auto;
    }
    .about-us__img img {
        aspect-ratio: 4/3;
    }
    .hall-card__img img {
        max-width: 320px;
    }
    .hall-card__area {
        font-size: 28px;
    }
    .hall-card__name {
        font-size: 20px;
    }
    .point__title {
        background-image: url(../image/inbound2/point.jpg);
        height: 613px;
    }
    .point__title .section-title__main::after {
        bottom: -240px;
    }
    .point__title-category--left::before {
        width: 165px;
        left: -190px;
    }
    .point__title-category--reverse::before {
        width: 300px;
        left: initial;
        right: -250px;
        bottom: 26px;
    }
    .point__sub-title {
        font-size: 18px;
    }
    .point__body {
        margin-top: 120px;
    }
    .point__content {
        padding: 50px 100px;
        width: 65%;
        top: 150px;
    }
    .point__content-inner {
        margin-top: 0;
        width: 50%;
    }
    .point__content-inner--reverse {
        width: 50%;
        padding: 40px 20px 20px;
    }
    .point__content-inner-sub {
        width: 65%;
        margin-left: 15%;
    }
    .point__content--reverse {
        display: flex;
        width: 100%;
        padding-left: 0;
    }
    .point__content-img-reverse {
        margin-left: 0;
        width: 50%;
    }
    .place__container {
        display: flex;
        flex-direction: row-reverse;
    }
    .staff-message {
        padding-top: 50px;
    }
    .staff-message__title {
        font-size: 30px;
    }
    .staff-message__content-inner-sub {
        width: 50%;
        margin-left: 15%;
    }
    .staff-message__img img {
    max-width: initial;
}
 /** show case **/
    .photo-showcase{
        padding: 40px 40px;
    }
    .modal-showcase .uk-close{
        top: 90px;
        right: 90px;
        padding: 5px;
    }
    .modal-showcase .uk-close:after{
        content: none;
    }
    .btn-close-modal-showcase-p{
        top: 340px;
        left: 25px;
    }
    .btn-close-modal-showcase-n{
        top: 340px;
        right: 25px;
    }
}