﻿@charset "UTF-8";

/* 共通 */
html[data-browse-mode="P"] .wrapper > main {
    margin-top: 45px;
    margin-bottom: 105px;
}

html[data-browse-mode="S"] .wrapper > main {
    margin-bottom: 12vw;
}

html[data-browse-mode="S"] h1 {
    font-size: 5.3333vw;
    text-align: center;
    margin: 8vw 0 4vw;
}

h2 {
    margin: 0 0 20px;
    line-height: 1;
}

html[data-browse-mode="S"] h2 {
    margin-bottom: 4vw;
}

/* visumo staff */
.shoppost--contents {
    background: #f7f6f5;
    padding: 30px 0 0;
}

html[data-browse-mode="S"] .shoppost--contents {
    padding: 4vw 0 0;
}

.shoppost--contents h2 {
    display: flex;
    align-items: center;
}

html[data-browse-mode="S"] .shoppost--contents h2 {
    justify-content: center;
    padding: 0 2.42vw;
    font-size: 3.99vw;
    font-weight: normal;
}

.shoppost--contents h2:before {
    content: "";
    display: block;
    background: url(/img/usr/sb/common/hnav_storeinfo.png) top / 40px auto no-repeat;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

html[data-browse-mode="S"] .shoppost--contents h2:before {
    background: url(/img/usr/sb/common/hnav_storeinfo.png) top / 3rem auto no-repeat;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}

.shoppost--contents .hacobune-layout-base-top-html,
.shoppost--contents .hacobune-tag-list,
.shoppost--contents .hacobune-narrow-down {
    display: none;
}

.shoppost--contents .hacobune-app-container {
    background: #0000;
    padding: 0;
}

.shoppost--contents .hacobune-media-post-list-item {
    background: #0000;
    border: none;
}

.shoppost--contents .hacobune-logo {
    padding: 20px 0;
}

html[data-browse-mode="S"] .shoppost--contents .hacobune-logo {
    padding: 4vw 0;
}

.shoppost--contents .hacobune-layout-base-main-contents .hacobune-grid-row {
    gap: 30px;
}

.shoppost--contents .hacobune-grid-col {
    flex: 0 0 auto;
    max-width: 410px;
    width: 410px;
}

.shoppost--contents .hacobune-media-post-list-item {
    padding: 0;
}

.shoppost--contents .hacobune-media-post-list-item-img-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 1fr;
    gap: 10px 10px;
    grid-template-areas:
        "a b"
        "a c";
}

.shoppost--contents .hacobune-media-post-list-item-img {
    grid-area: a;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.shoppost--contents .hacobune-media-post-list-item-description {
    grid-area: b;
    position: relative;
    overflow: visible;
    padding: 10px 15px;
    background: #fff;
    border-radius: 8px;
}

html[data-browse-mode="S"] .shoppost--contents .hacobune-media-post-list-item-description {
    padding: 3vw;
}

.shoppost--contents .hacobune-media-post-list-item-description:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 15%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 15px solid #ffffff;
}

.shoppost--contents .hacobune-media-post-list-item-description span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

html[data-browse-mode="P"] .shoppost--contents .hacobune-media-post-list-item-description span {
    -webkit-line-clamp: 7 !important;
}

html[data-browse-mode="S"] .shoppost--contents .hacobune-media-post-list-item-description span {
    font-size: 3.2vw;
    -webkit-line-clamp: 6 !important;
}

.shoppost--contents .hacobune-media-post-list-item-caption {
    grid-area: c;
    width: 100%;
    max-height: 60px;
}

html[data-browse-mode="S"] .shoppost--contents .hacobune-media-post-list-item-profile {
    width: 12vw;
}

html[data-browse-mode="S"] .shoppost--contents .hacobune-media-post-list-item-profile-icon-container,
html[data-browse-mode="S"] .shoppost--contents .hacobune-media-post-list-item-profile-image {
    width: 12vw;
    height: 12vw;
}

html[data-browse-mode="S"] .shoppost--contents .hacobune-media-post-list-item-profile-icon {
    height: 9vw;
}

.shoppost--contents .hacobune-media-post-list-item-staffname span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !important;
}

html[data-browse-mode="S"] .shoppost--contents .hacobune-media-post-list-item-staffname span {
    font-size: 3.2vw;
}

/* 投稿店舗一覧 */
html[data-browse-mode="P"] .shoplists--contents {
    width: 1120px;
    margin: 60px auto 0;
    font-size: 14px;
}

html[data-browse-mode="S"] .shoplists--contents {
    margin-top: 8vw;
}

.shoplists--contents h2 {
    display: flex;
    align-items: center;
}

html[data-browse-mode="S"] .shoplists--contents h2 {
    justify-content: center;
    padding: 0 2.42vw;
    font-size: 3.99vw;
    font-weight: normal;
}

.shoplists--contents h2:before {
    content: "";
    display: block;
    background: url(/img/usr/sb/common/hnav_shop.png) top / 40px auto no-repeat;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

html[data-browse-mode="S"] .shoplists--contents h2:before {
    background: url(/img/usr/sb/common/hnav_shop.png) top / 3rem auto no-repeat;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}

html[data-browse-mode="S"] .shoplists--nav {
    padding: 0 2.42vw;
}

.shoplists--nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

html[data-browse-mode="S"] .shoplists--nav ul {
    gap: 2.42vw;
}

.shoplists--nav li {
    width: calc((100% - 10px * 7) / 8);
}

html[data-browse-mode="S"] .shoplists--nav li {
    width: calc((100% - 2.42vw * 2) / 3);
}

.shoplists--nav li a {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 15px 30px 15px 15px;
    background: #555;
    color: #fff;
}

html[data-browse-mode="S"] .shoplists--nav li a {
    padding: 3vw 8vw 3vw 3vw;
    font-size: 3.2vw;
}

.shoplists--nav li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 35%;
    right: 1rem;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
}

.shoplists--area h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    margin: 40px 0 20px;
    background: #f7f6f5;
}

html[data-browse-mode="S"] .shoplists--area h3 {
    padding: 3vw 4.84vw;
    margin: 8vw 0 4vw;
}

html[data-browse-mode="S"] .shoplists--area h3 span {
    font-size: 3.7333vw;
}

.shoplists--detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

html[data-browse-mode="S"] .shoplists--detail {
    padding: 0 2.42vw;
}

.shoplists--detail + .shoplists--detail {
    margin-top: 20px;
}

html[data-browse-mode="S"] .shoplists--detail + .shoplists--detail {
    margin-top: 4vw;
}

.shoplists--detail h4 {
    width: 95px;
    padding: 10px 10px 10px 20px;
    border-right: 1px solid #ccc;
}

html[data-browse-mode="S"] .shoplists--detail h4 {
    width: 20%;
    padding: 3vw 3vw 3vw 2.42vw;
    font-size: 3.2vw;
}

.shoplists--detail ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 110px);
}

html[data-browse-mode="S"] .shoplists--detail ul {
    width: calc(100% - 20%);
}

.shoplists--detail li {
    width: calc(100% / 5);
    padding: 10px 15px;
}

html[data-browse-mode="S"] .shoplists--detail li {
    width: 100%;
    font-size: 3.2vw;
    padding: 3vw 2.42vw 3vw 3vw;
}

.shoplists--detail li a {
    text-decoration: underline;
}

.shoplists--detail li a:hover {
    text-decoration: none;
}