.l-container {
    width: min(100% - 30px, 1200px);
    margin-inline: auto;
}

.sectionHeading {
    font-size: clamp(18px, 3vw, 20px);
    font-weight: 700;
    color: #fff;
    background: #920C04;
    padding: 1em .5em;
    margin: 0;
}

.services p {
    color: #6c7279;
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 400;
    word-break: auto-phrase;
    line-height: 1.8;
}

/* ------------------------------------------------------------------------------
	 TOP
-------------------------------------------------------------------------------*/

/* 「革トラブル」の修理事例が確認できます。 */
.s-search {
    padding: 20px 0 35px 0;
    width: min(100%, 600px);
    margin-inline: auto;
}

/* トップ検索 */
.search-form__box {

}
.select {
    display: block;
    position: relative;
}
.select-style {
    border-radius: 999px;
    background: #FFFF84;
}
.select-style > select {
    appearance: none;
    height: auto;
    padding: 11px 15px;
    padding-right: 1em;
    border-radius: 999px;
    border: none;
    outline: 0;
    background: #FFFF84;
    color: #000;
    text-overflow: ellipsis;
    font-size: 16px !important;
    cursor: pointer;
    text-align: center;
}
.select-style::before {
    content: "";
    position: absolute;
    top: 18px;
    right: 20px;
    width: 10px;
	height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.select::-ms-expand {
    display: none;
}

.k-search-form {
    position: relative;
    margin: 20px 0;
}
input[type=search].k-search-field {
    appearance: none;
    border: 0;
    background: none;
    font-size: 16px !important;
    color: #000;
}
input[type=search].k-search-field::placeholder {
    color: #ABABAB;
}
.s-search input[type=search].k-search-field {
    border-radius: 5px;
    border: 1px solid #920C04;
    background: rgba(255, 255, 132, 0.30);
    padding: 1.5em 1em 1.5em 50px;
}
.s-search input[type=search].k-search-field:focus {
    outline: 0;
}
.s-search .s-icon {
    display: block;
    background: url(../images/icon/icon-search.svg) no-repeat center / contain;
    min-width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}

.services h4.k-searchTag__title {
    color: #2D3033;
    font-size: clamp(14px, 3vw, 18px);
    font-weight: 700;
    margin: 0;
}
.k-searchTag__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin: 1em 0 0 0;
}
.k-searchTag__item {
    font-size: clamp(14px, 3vw, 16px);
}
.k-searchTag__item::before {
    content: "・";
}
.k-searchTag__link {
    color: #2D3033;
}
@media (min-width: 600px) {
    .k-searchTag__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

.brand-posts-container .caption-content h4 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.4;
    word-break: auto-phrase;
}
.caption .post-date {
    font-size: clamp(1rem, 3vw, 1.4rem);
}
.brand-more-posts {
    clear: both;
    text-align: right;
    padding: 1em 0;
}
.brand-posts-link {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    color: #920C04;
}
@media (max-width: 1200px) {
    .brand-posts-container {
        margin: 0 calc(50% - 50vw);
    }
}

/* 修理相談 */
.k-repairService {
    padding: 24px 0;
}
.k-repairService__content {
    padding-bottom: 1em;
}

.contact-btn--line {
    max-width: 600px;
    padding: 40px 0 0 0;
    margin: 0 auto;
}
.contact-btn--line .menu_icon {
    display: grid;
    place-content: center;
    background: #06C7551A;
    border-radius: 999px;
    padding: 12px;
}
.line-icon {
    max-width: 230px;
}

/* アクセス */
.k-locationSection__title {
    font-size: 21px;
    font-weight: 700;
}
.k-locationSection__info p {
    font-size: clamp(16px, 3vw, 18px);
    color: #000;
    line-height: 1.6;
    margin: 0 0 1em 0;
}
.u-color-red {
    color: #F00;
}
.k-locationSection__tel {
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
}
.icon-tel {
    display: block;
    min-width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    background: url(../images/icon/icon-tel.svg) no-repeat center / contain;
}
.k-locationSection__map {
    aspect-ratio: 115/87;
}
.k-locationSection__map iframe {
    display: block;
    width: 100%;
    height: 100%;
}
@media (min-width: 741px) {
    .k-locationSection__content {
        display: grid;
        grid-template-columns: 2fr 3fr;
        gap: 24px;
    }
    .k-locationSection__map {
        aspect-ratio: 2/1;
    }
}

.k-locationSection__parking {
    clear: both;
    margin: 30px 0 0 0;
}
.k-locationSection__parkingGrid {
    margin: 16px 0;
}
.k-locationSection__parkingItem {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}
@media (min-width: 741px) {
    .k-locationSection__parking {
        margin: 60px 0 0 0;
    }
    .k-locationSection__parkingItem {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* フッター */
.footer-content {
    padding: 1em 15px;
}

/* 検索結果 */
.k-caseSearch__inner {
    background: #F0F0F0;
    padding: 20px 15px;
}
.k-caseSearch__title {
    font-size: clamp(18px, 3vw, 22px);
    color: #2D3033;
    font-weight: 700;
    margin: 0 0 1em 0;
}
.k-caseSearch__label {
    font-size: clamp(16px, 3vw, 16px);
    color: #2D3033;
    font-weight: 700;
    margin: 0 0 .6em 0;
}
.k-caseSearch .k-search-form {
    margin: 0;
}
.k-caseSearch input[type=search].k-search-field {
    border-bottom: solid 1px #000;
    padding: 20px 0 20px 32px;
    border-radius: 0;
}
.k-caseSearch input[type=search].k-search-field:focus {
    outline: 0;
}
.k-caseSearch input[type=search].k-search-field::placeholder {
    color: #00000000;
}
.k-caseSearch .s-icon {
    display: block;
    background: url(../images/icon/icon-search-b.svg) no-repeat center / contain;
    min-width: 18px;
    height: 18px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.k-caseTag__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    margin: 1em 0 2em 0;
}
.k-caseTag__list .k-searchTag__item {
    font-size: clamp(16px, 3vw, 16px);
}
@media (min-width: 600px) {
    .k-caseSearch__inner {
        padding: 40px 15px;
    }
    .k-caseSearch__box {
        max-width: 740px;
        margin-inline: auto;
    }
    .k-caseTag__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 741px) {
    .k-caseTag__list {
        grid-template-columns: repeat(5, 1fr);
    }
}

.k-caseCat__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 8px;
    margin: 1em 0 0 0;
}
.k-caseCat__item {
    font-size: clamp(14px, 3vw, 14px);
    text-align: center;
}
.k-caseCat__link {
    color: #2D3033;
}
@media (min-width: 741px) {
    .k-caseCat__list {
        grid-template-columns: repeat(6, 1fr);
    }
}