main {
    margin-bottom: -2em;
}

.logo {
    margin: 0 auto;
    width: 360px;
    text-align: center;
}

.lead {
    margin-top: 1em;
    font-size: 24px;
    line-height: 1.8;
    font-weight: 400;
}

.store-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 65px auto 0;
    text-align: center;
    background: #ffdae5;
    gap: 1px 0;
}

.store-nav li {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store-nav li.store-nav-dummy {
    height: 0;
}

.store-nav a {
    display: block;
    padding: 0.75em 0.5em;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f28fac;
}

.store-nav li + * {
    border-left: 1px solid #ffffff;
}

.store-news-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.store-news-topics {
    width: 57%;
}

.spacer {
    width: 3%;
}

.store-news-twitter {
    overflow: hidden;
    width: 40%;
}

.store-news-title {
    display: block;
}

.store-news-title p {
    margin: 0 auto;
    margin: 0 auto 20px;
    font-size: 24px;
    text-align: center;
}

.store-news-list {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 9px 35px;
    max-height: 360px;
    border: 1px solid #d4d4d4;
}

.tw-list {
    border: 1px solid #d4d4d4;
}

.store-news-box a {
    display: flex;
}

.store-news-update,
.store-news-text {
    display: block;
    padding: 1em 0;
    font-size: clamp(14px, 0.696rem + 0.57vw, 18px);
    line-height: 1.3;
    font-weight: 400;
    color: #aaaaaa;
    text-align: left;
}

.store-news-update {
    white-space: nowrap;
    ;
}

.store-news-text {
    display: block;
    margin-left: 1em;
    width: 100%;
    text-decoration: underline;
}

/* a[href=""] .store-news-text {
	text-decoration: none;
} */

.store-news-box + * .store-news-text {
    border-top: 1px solid#e4e4e4;
}

.storetw-btn {
    margin-top: -2.5em;
}

.storetw-btn a {
    background: #666666;
}

.shop-box {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.shop-place {
    display: inline-block;
    margin: 0 auto;
    padding: 0.5em 0;
    padding: 0.5em 1em;
    background: #000000;
    font-size: clamp(16px, 0.911rem + 0.29vw, 18px);
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
}

.shop-name {
    padding: 0.3em 0;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
}

.name-box {
    padding: 2em 0;
}

.photo-box {
    margin: 0 auto;
}

.photo-box img {
    border-radius: 0.5em;
}

.shop-caption {
    padding: 1em 0;
    font-size: clamp(16px, 0.911rem + 0.29vw, 18px);
    line-height: 1.4;
    font-weight: 300;
}

.store-flex {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

.article-wrapper {
    margin-top: 1em;
    width: 100%;
}

.map-box {
    margin-top: 2em;
    width: 100%;
}

.article-box {
    margin: 0 auto;
}

.article-box + * {
    margin: 2em auto 0;
}

.article-title {
    display: inline-block;
    position: relative;
    font-family: "M PLUS 1p", sans-serif;
    font-size: clamp(0.875rem, 0.786rem + 0.29vw, 1rem);
    line-height: 1;
    font-weight: 500;
    vertical-align: bottom;
}

.article-title span {
    display: inline-block;
    margin: 0 auto 0.8em;
}

.article-title span:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1.6em;
    border-bottom: 1px solid #707070;
}

.article-box p {
    margin: 0 auto;
    font-size: clamp(16px, 0.911rem + 0.29vw, 18px);
    line-height: 1.6;
    font-weight: 300;
}

.article-box p.small {
    font-size: 12px;
}

.btn-prestore {
    margin-top: -3.5em;
}

.new-icon {
    display: block;
    font-weight: 500;
    color: #f28fac;
}

.sp {
    display: none;
}

.shoplink a {
    text-decoration: underline;
}

.shoplink a:hover {
    text-decoration: underline;
}
