@charset "UTF-8";


.kanrikyu-headerRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	border-top: #e6abc6 25px solid;
}

.kanrikyu-headerRole__title {
    margin-left: 25px;
    float: left;
    width: 20%
}

.kanrikyu-headerRole__title h1 img {
    width: 100%;
}

.ec-footerRole .ec-footerRole__inner img {
    width: 50%;
}


.kanrikyu-headerRole__right_area {
    float: right;
    width: 70%
}

.kanrikyu-headerNaviRole {
    margin: 0 auto;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.kanrikyu-headerNaviRole__left {
    margin-left: auto;
    margin-right: auto;
}

.kanrikyu-drawerRole__logo {
    background-color: white;
    text-align: center;
}

.kanrikyu-drawerRole__logo img {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 80%;
}

.kanrikyu-layoutRole__contents {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.kanrikyu-sliderRole {
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100vw;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.kanrikyu-sliderRole img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.kanrikyu-slider-caption {
    position: absolute;
    top: 35%;
    left: 25%;
    transform: translate(-25%, -35%);
    color: white;
    font-size: 64px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(230, 171, 198, 1);
    z-index: 10;
    text-align: left;
    pointer-events: none;
}

.kanrikyu-slider-caption_text_s {
    font-size: 16px;
}


.slick-slide {
    height: 500px!important;
}

.ec-layoutRole__contents {
    max-width: 100%!important;
}


.ec-pageHeader {
    margin-top: 50px;
}


.topReco_area {
    background: #F8F8F8;
}

.kanrikyu-recoItemRole {
    padding: 40px 0;
}

.kanrikyu-recoItemRole__list {
    display: flex;
    flex-wrap: wrap;
}

.kanrikyu-recoItemRole__listItem {
    margin-bottom: 4%;
    width: 48%;
    height: auto;
}

.kanrikyu-recoItemRole .kanrikyu-recoItemRole__listItem:nth-child(odd) {
    margin-right: 4%;
}

.kanrikyu-recoItemRole__listItemHeading {
    margin-top: calc(45% - 20px);
}



.faq-question {
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    margin-top: 15px;
    position: relative;
}

.faq-question::after {
    content: "+";  /* 初期状態では+を表示 */
    position: absolute;
    right: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #e6abc6;
}

.faq-question.active::after {
    content: "x";
    color: #525263;
}

.faq-answer {
    display: none;
    padding: 10px;
    border-left: 3px solid #e6abc6;
    margin-bottom: 20px;
}



.shipping-payment_txt {
    width: 100%;
    margin-top: 50px;
}



.ec-secHeading__en img {
    width: 150px;
}

.ec-InstagramRole {
    padding:  40px 0 0;
}

.kanrikyu-Instagram__area {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    padding: 10px;
}

.kanrikyu-Instagram__Pic {
    max-width: 170px!important;
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}



.kanrikyu-ShopRole {
    padding: 40px 0;
    background: #F8F8F8;
}

.kanrikyu-ShopRole_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.kanrikyu-ShopRole_info_right,
.kanrikyu-ShopRole_info_left {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.kanrikyu-ShopRole_info_right {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.kanrikyu-ShopRole_info_right img {
    height: 100%;
    width: auto;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}



.kanrikyu-store-details_map {
    margin-top: 50px;
}




.ec-footerRole {
    background: #e6abc6!important;
}

.ec-footerNavi, .ec-footerTitle {
    color: #525263!important;
}

.ec-footerCard__logo {
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.ec-footerNavi a, .ec-footerNavi a:hover {
    text-decoration: none!important;
}


.fc_b_red {
    color: red;
    font-weight: bold;
}

.fs_200p {
    font-size: 200%;
}

/* PC専用 */
@media only screen and (min-width: 768px) {
    .kanrikyu-headerRole {
        width: 100%;
    }
    .kanrikyu-headerNaviRole {
        padding-bottom: 20px;
    }
    
    .ec-footerRole .ec-footerRole__inner img {
        width: 20%;
    }
    
    /* TOPメニュー */
    .kanrikyu-top_menu_area {
        margin: 0;
        padding: 0;
        height: 50px;
        background-color: #e6abc6;
        display: flex;
        align-items: center;
    }
    
    .kanrikyu-top_menu {
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.4;
        color: #525263;
        -webkit-text-size-adjust: 100%;
        width: 100%;
        max-width: 1130px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .kanrikyu-top_menu_link {
        text-decoration: none;
        color: inherit;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .kanrikyu-top_menu_item {
        font-size: 16px;
        line-height: 1.4;
        padding: 0 10px;
        white-space: nowrap;
    }

    .kanrikyu-top_menu_item a {
        text-decoration: none;
        color: inherit;
        display: inline-block;
        line-height: 1.4;
    }
    
    .kanrikyu-top_menu_link::before,
    .kanrikyu-top_menu_link::after {
        content: '';
        position: absolute;
        top: 10%; /* 縦線の開始位置 */
        bottom: 10%; /* 縦線の終了位置 */
        width: 1px;
        background-color: #525263; /* 縦線の色 */
    }

    .kanrikyu-top_menu_link::before {
        left: 0; /* 左側の線 */
    }

    .kanrikyu-top_menu_link::after {
        right: 0; /* 右側の線 */
    }

    /* 最初と最後のリンクは片側の線を削除 */
    .kanrikyu-top_menu_link:first-child::before,
    .kanrikyu-top_menu_link:last-child::after {
        display: none;
    }
    
    .ec-categoryRole__list {
        flex-wrap: wrap!important;
    }
    
    .ec-categoryRole__listItem {
        margin-right: 3%!important;
        width: calc(85% / 5)!important;
        text-align: center;
    }
    
    .ec-newItemRole__list {
        flex-wrap: wrap!important;
    }
    
    .ec-newItemRole__listItem {
        width: calc(100% / 4 - 30px)!important;
    }
    
    .kanrikyu-recoItemRole {
        padding: 60px 0;
    }
    
    .kanrikyu-recoItemRole__listItem {
        margin-right: 30px!important;
        margin-bottom: 15px;
        width: calc(100% / 4 - 30px)!important;
    }

    .ec-InstagramRole {
        padding:  60px 0 0;
    }
}

/* SP専用 */
@media only screen and (max-width: 767px) {
    
    .kanrikyu-slider-caption {
        font-size: 40px;
    }

    .kanrikyu-slider-caption_text_s {
        margin-top: 20px;
        font-size: 16.5px;
        display: block;
    }
    
    .kanrikyu-headerRole__title {
        margin-left: 40px;
        float: left;
        width: 30%
    }
    .kanrikyu-headerRole__right_area {
        float: right;
        width: 55%
    }
    .kanrikyu-headerNaviRole__right {
        display: flex; /* 子要素を横並びに */
        justify-content: space-between; /* 左右にスペースを配置 */
        align-items: flex-end; /* 下揃えにする */
    }
    .kanrikyu-headerNaviRole__nav {
        margin: 0;
    }
    .kanrikyu-headerRole__cart {
        margin: 0;
    }
    .kanrikyu_header_lang {
        display: none;
    }
    
    .kanrikyu-top_menu_area {
        display: none;
    }
    
    .ec-categoryRole__listItem {
        margin-right: 5%;
        width: 45%!important;
        text-align: center;
    }
    
    .kanrikyu-ShopRole {
        padding: 60px 0;
    }
    
    .kanrikyu-ShopRole_info {
        flex-direction: column;
        align-items: center;
    }

    .kanrikyu-ShopRole_info_right,
    .kanrikyu-ShopRole_info_left {
        width: 100%;
        text-align: center;
    }
    
    
    
    
    .artist_li {
        width: 50%;
        text-align: center;
        font-size: 100%;
        list-style: none;
        margin: 25px 0;
        padding: 0;
        float: left;
    }
    
}