@charset "utf-8";

.store_contents_head {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: min(7.44vw, 32px);
    margin-top: min(7.023vw, 30.2px);
    position: relative;
}
@media screen and (min-width: 920px){
    .store_contents_head {
        gap: min(4.0625vw, 78px);
        margin-top: min(7.916vw, 152px);
    }
}

.store_contents_head p {
    font-size: min(3.25vw, 14px);
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0;
}
@media screen and (min-width: 920px){
    .store_contents_head p {
        width: min(42.187vw, 810px);
        font-size: min(0.83vw, 17px);
    }
}

.date {
    display: none;
}
@media screen and (min-width: 920px){
    .date {
        display: inline;
        font-size: min(0.83vw, 16px);
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.store_contents_nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 7px;
    max-width: 430px;
    margin: 0 auto;
}
@media screen and (min-width: 920px){
    .store_contents_nav {
        flex-direction: row;
        gap: min(3.02vw, 58px);
        max-width: 100%;
        margin: 0;
    }
}

.store_contents_anchor {
    width: 100%;
    height: min(13.48vw, 58px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 min(4.558vw, 19.6px) 0 min(4.186vw, 18px);
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media screen and (min-width: 920px){
    .store_contents_anchor {
        width: min(29.27vw, 562px);
        height: min(3.802vw, 73px);
        padding: 0 min(1.348vw, 25.9px) 0 min(1.5104vw, 29px);
    }
}

.store_contents_anchor::before {
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    z-index: -1;
}

@media screen and (min-width: 920px){
    .store_contents_anchor:hover::before {
        transform: scale(1, 1);
    }
}

.store_contents_anchor_text {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media screen and (min-width: 920px){
    .store_contents_anchor_text {
        font-size: min(0.83vw, 16px);
    }
}

@media screen and (min-width: 920px){
    .store_contents_anchor:hover .store_contents_anchor_text {
        color: #ffffff;
    }
}

.store_contents_anchor_icon {
    width: 19px;
    height: 9px;
    display: flex;
    position: relative;
}
@media screen and (min-width: 920px){
    .store_contents_anchor_icon {
        width: clamp(1.188rem, 1.132rem + 0.21vw, 1.313rem);
        height: clamp(0.563rem, 0.535rem + 0.1vw, 0.625rem);
    }
}

.store_contents_anchor_icon::before {
    content: "";
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    aspect-ratio: 1;
    -webkit-mask-image: url(../img/common/icon_anchor.svg);
    mask-image: url(../img/common/icon_anchor.svg);
    display: block;
    background-color: #000000;
    width: 19px;
    height: 9px;
    transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media screen and (min-width: 920px){
    .store_contents_anchor_icon::before {
        width: clamp(1.188rem, 1.132rem + 0.21vw, 1.313rem);
        height: clamp(0.563rem, 0.535rem + 0.1vw, 0.625rem);
    }
}

.store_contents_anchor_icon img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 920px){
    .store_contents_anchor:hover .store_contents_anchor_icon::before {
        background-color: #ffffff;
    }
}

.store_contents_inner-top {
    padding-top: 22.325vw;
    margin-top: -11.209vw;
}
@media screen and (min-width: 920px){
    .store_contents_inner-top {
        padding-top: 12.171vw;
        margin-top: -6.085vw;
    }
}
@media screen and (min-width: 1600px){
    .store_contents_inner-top {
        padding-top: min(12.875vw, 220px);
        margin-top: min(-4.4375vw, -85.2px);
    }
}

.store_contents_inner-bottom {
    padding-top: 22.558vw;
    margin-top: -11.279vw;
    margin-bottom: min(16.604vw, 71.4px);
}
@media screen and (min-width: 920px){
    .store_contents_inner-bottom {
        padding-top: 15.857vw;
        margin-top: -7.928vw;
        margin-bottom: min(9.052vw, 173.8px);
    }
}
@media screen and (min-width: 1600px){
    .store_contents_inner-bottom {
        padding-top: min(11.562vw, 222px);
        margin-top: min(-5.781vw, -111px);
        margin-bottom: min(9.052vw, 173.8px);
    }
}

.store_contents_title {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: min(3.72vw, 16px);
    margin-bottom: 9.5px;
}
@media screen and (min-width: 920px){
    .store_contents_title {
        align-items: baseline;
        gap: min(1.66vw, 32px);
        margin-bottom: 13.5px;
    }
}

.store_contents_title_en {
    font-family: var(--font-catch);
    font-size: min(6.046vw, 26px);
    line-height: 1;
}
@media screen and (min-width: 920px){
    .store_contents_title_en {
        font-size: min(2.135vw, 41px);
    }
}

.store_contents_title_ja {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
@media screen and (min-width: 920px){
    .store_contents_title_ja {
        font-size: clamp(0.75rem, 0.714rem + 0.13vw, 0.875rem);
    }
}

.store_contents_list {
    border-top: 1px solid #DDDDDD;
}

.store_contents_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: min(5.116vw, 22px) 12px min(5.58vw, 24px);
}
@media screen and (min-width: 920px){
    .store_contents_item {
        flex-direction: row;
        justify-content: space-between;
        padding: min(1.979vw, 38px) min(1.354vw, 26px) min(1.875vw, 36px) min(1.302vw, 25px);
    }
}

.store_contents_item:nth-child(odd) {
    background-color: #ffffff;
}
.store_contents_item:nth-child(even) {
    background-color: #F5F5F5;
}
.store_contents_item:nth-child(odd):last-child {
    border-bottom: 1px solid #DDDDDD;
}

.store_contents_item_textArea {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: min(3.906vw, 16.8px);
}
@media screen and (min-width: 920px){
    .store_contents_item_textArea {
        width: fit-content;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: min(4.9218vw, 94.5px)
    }
}

.store_contents_storeName {
    font-family: var(--font-en);
    font-size: min(3.72vw, 16px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 920px){
    .store_contents_storeName {
        width: min(20.416vw, 392px);
        line-height: 1.54;
        font-size: min(0.9375vw, 17px);
    }
}

.store_contents_address {
    width: fit-content;
}

.store_contents_address p {
    font-size: min(3.023vw, 13px);
    font-weight: 500;
    line-height: 1.62;
}
@media screen and (min-width: 920px){
    .store_contents_address p {
        font-size: min(0.833vw, 16px);
    }
}

.store_contents_address a {
    pointer-events: none;
    text-decoration: none;
}

.store_contents_item_nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 17px;
}
@media screen and (min-width: 920px){
    .store_contents_item_nav {
        width: min(36.718vw, 705px);
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.store_contents_tagList {
    width: fit-content;
    height: auto;
    display: flex;
    align-items: center;
    gap: 6px;
}
@media screen and (min-width: 920px){
    .store_contents_tagList {
        gap: clamp(0.375rem, 0.203rem + 0.3vw, 0.563rem);
    }
}

.store_contents_tag {
    width: min(14.88vw, 64px);
    height: min(4.88vw, 21px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #000000;
}
@media screen and (min-width: 920px){
    .store_contents_tag {
        width: min(4.479vw, 86px);
        height: min(1.51vw, 29px);
        font-size: min(0.72916vw, 14px);
    }
}

.store_contents_item_nav_inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media screen and (min-width: 920px){
    .store_contents_item_nav_inner {
        width: fit-content;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: clamp(0.75rem, -2.182rem + 5.1vw, 3.938rem);
    }
}

.store_contents_notes {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}
@media screen and (min-width: 920px){
    .store_contents_notes {
        font-size: min(0.677vw, 13px);
    }
}

.store_contents_notes i {
    display: none;
}
@media screen and (min-width: 920px){
    .store_contents_notes i {
        display: inline;
    }
}

.store_contents_link {
    width: 100%;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #414141;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.4s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media screen and (min-width: 920px){
    .store_contents_link {
        width: min(9.583vw, 184px);
        margin: 0;
    }
}

@media screen and (min-width: 920px){
    .store_contents_link:hover {
        opacity: 0.8;
    }
}

.store_contents_link span {
    font-family: var(--font-en);
    font-size: min(3.25vw, 14px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 920px){
    .store_contents_link span {
        font-size: clamp(0.625rem, 0.146rem + 0.83vw, 0.875rem);
    }
}

/*.store_contents_item:has(.store_contents_notes) {*/
/*    gap: 14px;*/
/*}*/
/*@media screen and (min-width: 920px){*/
/*    .store_contents_item:has(.store_contents_notes) {*/
/*        gap: min(4.88vw, 21px);*/
/*    }*/
/*}*/

.store_contents_item:has(.store_contents_notes) .store_contents_item_nav {
    gap: 10px;
}
@media screen and (min-width: 920px){
    .store_contents_item:has(.store_contents_notes) .store_contents_item_nav {
        gap: min(2.552vw, 49px);
    }
}

.store_contents_field {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: min(7.023vw, 30.2px);
    border-top: 1px solid #DDDDDD;
}
@media screen and (min-width: 920px){
    .store_contents_field {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: min(9.5vw, 194px);
        padding-top: min(3.031vw, 58.2px);
    }
}

.store_contents_field_textArea {
    width: 100%;
    height: auto;
    display: contents;
}
@media screen and (min-width: 920px){
    .store_contents_field_textArea {
        width: min(36.4583vw, 700px);
        flex: 0 1 min(36.4583vw, 700px);
        display: flex;
        flex-direction: column;
    }
}

.store_contents_field_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 14.5px;
    margin-bottom: min(6.093vw, 26.2px);
    order: 1;
}
@media screen and (min-width: 920px){
    .store_contents_field_title {
        gap: min(0.84vw, 16.2px);
        padding-bottom: min(1.63vw, 31.3px);
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: min(3.281vw, 63px);
    }
}

.store_contents_field_title_en {
    font-family: var(--font-catch);
    font-size: min(6.046vw, 26px);
    line-height: 1.26;
}
@media screen and (min-width: 920px){
    .store_contents_field_title_en {
        font-size: min(1.66vw, 32px);
        line-height: 1;
    }
}

.store_contents_field_title_inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8.8px;
}
@media screen and (min-width: 920px){
    .store_contents_field_title_inner {
        gap: 9.8px;
    }
}

.store_contents_field_title_ja {
    font-size: min(3.72vw, 16px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
}
@media screen and (min-width: 920px){
    .store_contents_field_title_ja {
        font-size: min(0.9375vw, 18px);
    }
}

.store_contents_field_address {
    font-size: min(3.023vw, 13px);
    line-height: 1;
    letter-spacing: 0.04em;
}
@media screen and (min-width: 920px){
    .store_contents_field_address {
        font-size: min(0.83vw, 16px);
    }
}

.store_contents_field_inner {
    order: 3;
}

.store_contents_field_catch {
    font-family: var(--font-serif);
    font-size: min(5.58vw, 24px);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: min(5.58vw, 24px);
}
@media screen and (min-width: 920px){
    .store_contents_field_catch {
        font-size: min(1.45vw, 28px);
        line-height: 1.7;
        margin-bottom: min(2.13vw, 40.9px);
    }
}

.store_contents_field_text {
    font-size: min(3.25vw, 14px);
    line-height: 2;
    letter-spacing: 0;
}
@media screen and (min-width: 920px){
    .store_contents_field_text {
        font-size: min(0.83vw, 16px);
    }
}

.store_contents_field .store_contents_link {
    margin: min(5.372vw, 23.1px) 0 0 0;
}
@media screen and (min-width: 920px){
    .store_contents_field .store_contents_link {
        width: min(19.7916vw, 380px);
        margin: min(2.088vw, 40.1px) auto 0 0;
    }
}

.store_contents_field_thumb {
    width: 100%;
    height: 86.046vw;
    margin-bottom: min(7.139vw, 30.7px);
    display: block;
    order: 2;
}
@media screen and (min-width: 920px){
    .store_contents_field_thumb {
        width: min(45.468vw, 873px);
        height: min(45.468vw, 873px);
        flex: 0 1 min(45.468vw, 873px);
        margin-bottom: 0;
    }
}

.store_contents_field_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}