/* 店舗トップ */
.hash-tag-parts .wrap-slideBox {
    padding-top: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.hash-tag-parts .slider-wrap {
    margin: 0 auto 2px auto;
    display: flex;
    padding: 0 0 6px 8px;
    width: max-content;
}
.hash-tag-parts .slide-itemBox {
    width: 105px;
    margin-right: 10px;
    text-align: center;
}
.hash-tag-parts .itemBox-top {
    width: 104px;
    height: 104px;
    object-fit: cover;
    display: inline-block;
    border-radius: 50%;
}
.hash-tag-parts .itemBox-top img {
    display: block;
    border-radius: 100%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.hash-tag-parts .contents-block-head {
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    width: 100%;
}
.hash-tag-parts .wrap-thanksdiary {
    margin: 8px 0;
    padding: 6px 0;
}

/* 女の子別口コミ一覧画面 */
.hash-tag-parts .wrap-flex {
    margin: 5px;
    padding: 10px;
    border-radius: 4px;
    position: relative;
}

.hash-tag-parts .wrap-flex a {
    display: block;
}

.hash-tag-parts .flex-content {
    display: flex;
    align-items: center;
}
.hash-tag-parts .flex-left {
    margin-right: 10px;
    width: 74px;
    height: 74px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hash-tag-parts .flex-left-image {
    border-radius: 4px;
}
.hash-tag-parts .flex-right {
    width: calc(100% - 84px);
}
.hash-tag-parts .flex-right-top {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
}
/* ↓ 店舗トップ写メ日記の追加と日記一覧絞り込みURL追加 @SC 2025/07/24 */
#itemBox-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    /* border: 1px solid; */
    padding-top: 12px;
}
.arrow-round {
  position: relative;
  display: inline-block;
  padding: 15px;
  border: 1px solid;
  border-radius: 50%;
}
.arrow-round::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  position: absolute;
  left: 7px;
  top: 9px;
}
.arrow-round.arrow-right::before {
  transform: rotate(45deg);
}
.more_look{
  margin-top: 5px;
}
/* ↑ 店舗トップ写メ日記の追加と日記一覧絞り込みURL追加 @SC 2025/07/24 */