@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&display=swap');


/* -------------------------------
concept 
*/

/** concept common **/
.tit-concept-en {
    font-size: 13px;
    color: #958626;
    line-height: 2;
    letter-spacing: 1.5px;
    font-family: 'EB Garamond', serif;
}

.txt-concept {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 3;
    color: #151515;
}


/** concept 01 **/
.wrap-concept-01 {
    margin: 140px 0 160px;
}

.wrap-concept-01 {
    display: flex;
    justify-content: space-between;
}

.wrap-concept-01 div:nth-child(1) {
    width: 43%;
}

.wrap-concept-01 div:nth-child(2) {
    position: relative;
    width: 51%;
    padding-left: 6%;
}

.tit-concept-01 {
    width: 51px;
    margin: 0 0 80px 30px;
}

.tit-concept-en-01 {
    position: absolute;
    top: 50px;
    left: 45%;
}


/** concept 02 **/
.wrap-concept-02 {
    margin: 0 0 230px;
}

.wrap-concept-02 {
    display: flex;
    justify-content: space-between;
}

.wrap-concept-02 div:nth-child(2) {
    width: 50%;
    padding-right: 5%;
}

.wrap-concept-02 div:nth-child(1) {
    position: relative;
    width: 45%;
}

.tit-concept-02 {
    width: 16px;
    position: absolute;
    top: 0;
    left: -70px;
}

.tit-concept-en-02 {
    margin-bottom: 140px;
}


/** concept 03 **/
.ph-concept-03 {
    width: 90%;
    margin-right: 10%;
}

.txt-concept-03 {
    margin: 45px 0 0 20%;
}


/** slider 01 **/
.wrap-slider-01 {
    margin: 95px 0 0;
}

.slider-img.slider-img-reception .slick-dots {
    text-align: left;
}


/** slider 02 **/
.section-slider-02 {
    margin-bottom: 200px;
}

.slider-img-example .slick-slide {
    margin: 0 10px;
}


/** charm **/
.tit-concept-charm {
    margin-bottom: 50px;
    border-bottom: 1px solid #bcbcbc;
}

.tit-concept-charm h2 {
    font-size: 32px;
    margin-bottom: 15px;
    letter-spacing: 4px;
    color: #151515;
}

.tit-concept-charm p {
    font-size: 13px;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    color: #958626;
    font-family: 'EB Garamond', serif;
}

.wrap-concept-charm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wrap-concept-charm div {
    width: 30%;
}

.wrap-concept-charm div img {
    margin-bottom: 40px;
}

.wrap-concept-charm div h3 {
    height: 44px;
    line-height: 2;
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    color: #151515;
}

.wrap-concept-charm div p {
    line-height: 2;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #151515;
}


@media screen and (max-width:767px) {

    /** concept common **/
    .txt-concept {
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 2.5;
    }

    /** concept 01 **/
    .concept-01-sp {
        margin: 70px 0 105px;
    }

    .ph-concept-01-sp {
        margin-bottom: 50px;
    }

    /** concept 03 **/
    .ph-concept-03-sp {
        margin: 50px 0 30px;
    }

    .txt-concept-03-sp {
        margin: 0 0 45px;
        text-align: center;
    }

    /** slider 01 **/
    .wrap-slider-01-sp {
        margin: 70px 0 0;
    }

    /** slider 02 **/
    .section-slider-02 {
        margin-bottom: 70px;
    }

    .slider-img-example .slick-list {
        padding: 0 40px !important;
    }


    /** charm **/
    .tit-concept-charm {
        margin-bottom: 80px;
    }

    .tit-concept-charm h2 {
        font-size: 19px;
    }

    .tit-concept-charm p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .wrap-concept-charm {
        flex-direction: column;
    }

    .wrap-concept-charm div {
        width: 100%;
    }

    .wrap-concept-charm div h3 {
        height: auto;
        margin-bottom: 25px;
    }

    .wrap-concept-charm div p {
        margin-bottom: 90px;
    }

}

/* gallery */
.gallery {
    background-color: #fff;
}

.gallery_head {
    text-align: center;
}

.gallery_head-en {
    position: relative;
    display: inline-block;
}

.gallery_head-en::before,
.gallery_head-en::after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #151515;
    top: 50%;
}

.gallery_head-en::before {
    left: -100%;
}

.gallery_head-en::after {
    right: -100%;
}

.gallery_head h2 {
    font-size: 32px;
}

@media screen and (max-width:767px) {
    .gallery_head h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
}

.gallery_head h3 {
    position: relative;
    font-size: 28px;
}

@media screen and (max-width:767px) {
    .gallery_head h3 {
        font-size: 20px;
    }
}

.gallery_head h3::before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #151515;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.gallery_inner {
    padding-top: 120px;
    padding-bottom: 120px;
}

.galley_tab {
    margin-top: 60px;
    display: grid;
    place-items: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    text-align: center;
}

.galley_tab li {
    background-color: rgb(149, 134, 38, .5);
    display: block;
    width: 100%;
    padding: 12px 0;
}

.galley_tab li:hover {
    cursor: pointer;
    transition: .4s;
}

.galley_tab li:hover a {
    text-decoration: none;
}

.galley_tab li a {
    display: inline-block;
    width: inherit;
    height: inherit;
}

.gallery_img {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
}

.gallery_img img {
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_block {
    display: block;
    padding-top: 160px;
}

@media screen and (max-width:767px) {
    .gallery_inner {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .gallery_block {
        padding-top: 48px;
    }
}

@media screen and (max-width:767px) {
    .galley_tab {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
    }

    .galley_tab li {
        padding: 9px 0;
    }

    .galley_tab li a {
        font-size: 12px;
    }

    .gallery_img {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ギャラリーページモーダルの背景 */
.modal {
    display: none;
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(119 110 110 / 0.7);
}

/* モーダルのコンテンツ */
.modal-content {
    width: 100%;
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 10px solid white;
    box-shadow: 0 0 15px rgb(0 0 0 / 0.5);
    border-radius: 0;
    width: auto;
    max-height: 80vh;
}

@media (max-width:960px) {
    .modal-content {
        max-width: 80%;
    }
}

.modal-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.modal-content.show {
    opacity: 1;
}

/* 閉じるボタン */
.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    transition: 0.3s;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 1200;
}

/* ナビゲーションボタン */
.modal-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 750px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

@media (max-width:960px) {
    .modal-nav {
        max-width: 80%;
    }
}

.modal-nav .prev,
.modal-nav .next {
    color: #fff;
    cursor: pointer;
    pointer-events: all;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.modal-nav .prev::before,
.modal-nav .next::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 5px;
}

.modal-nav .prev:before {
    transform: rotate(135deg);
    margin-left: -5px;
}

.modal-nav .next:before {
    transform: rotate(-45deg);
    margin-right: -5px;
}

/* ナビゲーションボタンの位置調整 */
.modal-nav .prev {
    left: -50px;
}

.modal-nav .next {
    right: -50px;
}

/* サムネイル画像のホバー */
.thumbnail {
    cursor: pointer;
}