@charset "UTF-8";

.area__main {
    width: 960px;
    margin: 0 auto;
}

.area__main h1 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 30px;
}

.area__main h1:before {
    content: "閉店";
    width: 24px;
    color: #FFF;
    background-color: #828282;
    font-size: 12px;
    font-weight: 600;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    position: relative;
    top: -6px;
    right: 8px;
    line-height: 1;
}

.area__main .shopNotice {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #D50000;
    padding-top: 30px;
}

.area__main h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
}

.detailShop__title {
    max-width: 940px;
    background-color: #F1F1F1;
    padding: 60px 40px;
    margin: 60px 0;
    text-align: center;
}

.shopList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.shopList__item {
    width: calc(50% - 10px);
    box-sizing: border-box;
}

.shopList__item:nth-child(even) {
    border-left: 1px solid #DCDCDC;
    padding-left: 20px;
}

/* .shopCassette:hover {
    background-color: #F7F7F7;
    opacity: 0.3;
} */

.shopList__item a:hover {
    color: #E75991;
}

.shopCassette {
    position: relative;
    background: #fff;
}

.shopCassette::after {
    content: "";
    display: block;
    clear: both;
}

.shopCassette__img {
    float: left;
    padding-right: 12px;
}

.shopCassette__img img {
    width: 150px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 6px;
}

.shopCassette__title {
    margin-bottom: 8px;
    line-height: 28px !important;
    letter-spacing: 0;
}

.shopCassette__title a {
    font-size: 18px;
    font-weight: 600;
}

.shopCassette__detail {
    display: flex;
    height: 107px;
    overflow: hidden;
}

.shopCassette__detail p {
    font-size: 14px;
    margin: 0;
    color: #333;
    padding: 2px 0 5px 24px;
    line-height: 1.2rem;
}

.shopList__item {
    position: relative;
    cursor: pointer;
}

.neighborShop__title,
.neighbor_neighborCounter h2,
.SoudanCassetteWrap h2 {
    letter-spacing: normal;
}

.entryBtn {
    display: block;
    width: 287px;
    height: 52px;
    background-color: #e4007f;
    /* -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); */
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 55px;
    text-decoration: none !important;
    border-radius: 6px;
}

.shopCassette__address {
    position: relative;
    padding-left: 18px;
}

.shopCassette__address:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../images/icon_location_pc.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: middle;
}

.cassetteBtnList {
    position: absolute;
    bottom: 10px;
}

.cassetteBtnList__item--web {
    width: 330px;
}

.cassetteBtnList__item {
    display: table-cell;
    white-space: nowrap;
}

.cassetteBtnList__item:hover {
    opacity: 0.3;
}

.neighborCounter {
    margin: 60px 0;
}

.neighborCounter__list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #DCDCDC;
    list-style: none;
    margin: 0;
    padding: 15px 20px;
}

.neighborCounter__list li {
    /* width: calc(940px /6); */
    text-align: center;
}

.neighborCounter__list li:last-child a::after {
    content: none;
}

.neighborCounter__list a {
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.neighborCounter__list a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 12px;
    margin-left: 18px;
    background-color: #DCDCDC;
}

.SoudanCassette {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    font-size: 12px;
    line-height: 18px;
    padding: 20px 20px 20px 60px;
    background-color: #f6f1e8;
    border-radius: 24px;
    text-align: center;
    margin: 0 auto 60px;
    box-sizing: border-box;
}

.SoudanCassette__head {
    position: relative;
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}

.SoudanCassette__head::before {
    background: url("../images/img_line_l.png");
    margin-right: 16px;
}

.SoudanCassette__head::after {
    background: url("../images/img_line_r.png");
    margin-left: 16px;
}

.SoudanCassette__head::before,
.SoudanCassette__head::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 24px;
    background-size: contain;
    margin-bottom: -4px;
}

.SoudanCassetteWrap {
    margin: 0 auto;
}

.SoudanCassette__recommendation {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: 20px 32px;
    background-color: #fff;
    border-radius: 12px;
}

.SoudanCassette__recommendHead,
.SoudanCassette__recommendItem {
    font-size: 16px;
    line-height: 29px !important;
}

.SoudanCassette__recommendHead {
    text-align: center;
    color: #c09c5e;
    font-weight: 600;
}

.SoudanCassette__recommendList {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    background: url("../images/01.png") no-repeat;
    background-size: 144px;
    background-position: top 0 right 0;
    border-radius: 5px;
}

.SoudanCassette__recommendItem {
    position: relative;
    padding-left: 24px;
    color: #202020;
}

.SoudanCassette__recommendItem::before {
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("../images/icon_check_gold.png") no-repeat;
    background-size: contain;
}

.SoudanCassette__recommendAnnotation {
    color: #8d8d8d;
    font-size: 10px;
    line-height: 15px;
    text-align: left;
}

.SoudanCassette__button,
.SoudanCassette__link {
    -webkit-tap-highlight-color: transparent;
}

.SoudanCassette__button:active,
.SoudanCassette__link:active {
    opacity: 0.3;
}

.SoudanCassette__buttonWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 306px;
    width: 100%;
}

.SoudanCassette__buttonWrap a {
    text-decoration: none;
    color: #595959;
}

.SoudanCassette__button {
    display: block;
    margin-top: 16px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 6px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    padding: 12px 16px;
    text-decoration: none;
    color: #595959;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.SoudanCassette .SoudanCassette__button:hover {
    opacity: 0.6;
    transition-duration: 0.8s;
    color: #595959;
}

.SoudanCassette__link {
    display: inline-block;
    margin-top: 18px;
    padding-block: 4px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #006699;
}

.shopBlock__stopMessageWrap {
    padding: 20px;
    background-color: #f1f1f1;
    border: 1px solid #d50000;
}

.shopBlock__stopMessage {
    text-align: center;
    color: #d50000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.shopCassette__stopMessageWrap {
    padding: 20px;
    background-color: #f1f1f1;
    border: 1px solid #d50000;
}

.shopCassette__stopMessage {
    text-align: center;
    color: #d50000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.shopCassette__comment {
    margin-top: 16px;
}