/* SWELL の .l-content{padding-top:4em} をこのページだけ詰める（他ページには効かない） */
.hplp-page .l-content {
    padding-top: 1.5em;
}

/* 左右の余白は親の .l-container（SWELL）が持つので、ここでは付けない */
.hplp__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0 56px;
}

/* APIが返すメイン写真の実寸が238px。それ以上に引き伸ばさない。 */
.hplp__photo {
    max-width: 238px;
    margin: 28px auto 0;
}

.hplp__photo a {
    display: block;
}

.hplp__photo img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}



.hplp__credit-note {
    margin: 6px 0 0;
    font-size: 11px;
    color: #888;
    text-align: center;
}

.hplp__head {
    margin: 0;
}

.hplp__pr {
    margin: 0;
    font-size: 12px;
    color: #888;
    text-align: right;
}

.hplp__name {
    margin: 4px 0 0;
    font-size: 26px;
    line-height: 1.4;
}

.hplp__catch {
    margin: 10px 0 0;
    font-size: 15px;
    color: #c8102e;
}

.hplp__cta {
    margin: 28px 0;
    text-align: center;
}

.hplp__button {
    display: inline-block;
    min-width: 280px;
    padding: 16px 32px;
    border-radius: 6px;
    background: #E73820;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.hplp__button:hover {
    background: #c52d19;
    color: #fff;
}

.hplp__memo {
    margin: 0 0 24px;
    line-height: 1.8;
}

.hplp__subtitle {
    margin: 32px 0 12px;
    font-size: 18px;
    border-bottom: 2px solid #f60;
    padding-bottom: 6px;
}

.hplp__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.hplp__table th,
.hplp__table td {
    padding: 12px 14px;
    border: 1px solid #e3e3e3;
    text-align: left;
    vertical-align: top;
    line-height: 1.7;
}

.hplp__table th {
    width: 8em;
    background: #fafafa;
    font-weight: 700;
    white-space: nowrap;
}

.hplp__map {
    display: block;
    margin-top: 6px;
    width: fit-content;
}

.hplp__credit {
    margin: 40px 0 0;
    font-size: 12px;
    color: #666;
    text-align: center;
}

@media (max-width: 600px) {
    .hplp__name {
        font-size: 21px;
    }

    .hplp__table th,
    .hplp__table td {
        display: block;
        width: auto;
    }

    .hplp__table th {
        border-bottom: none;
    }

    .hplp__button {
        min-width: 0;
        width: 100%;
    }
}
