.gr_introTitle {
    text-align: center;
    margin-bottom: 40px;
}

.gr_introTitle_text {
    display: block;
    margin-bottom: 20px;
    color: #000;
}

.gr_introRow {
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width:640px) {
    .gr_introRow {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width:640px) {
    .gr_introCol_img {
        width: 100%;
    }

    .gr_introCol_img img {
        width: 100%;
    }
}

@media (max-width:640px) {
    .gr_item_header {
        flex-wrap: wrap;
    }
}

.gr_introDesc {
    text-align: justify;
    font-size: 15px;
    line-height: 1.8em !important;
    margin-bottom: 20px !important;
}

#garege-list .gr_item {
    background-color: #cde191;
    border-radius: 10px;
    padding: 20px;
}

#garege-list .gr_item_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4em;
}

#garege-list .gr_item_title span {
    font-size: 17px;
    display: block;
    background-color: #fff;
    padding: 1px 15px 1px;
    display: inline-block;
    border-radius: 32px;
    line-height: 1.6em;
    margin-bottom: 5px;
}

.gr_introPrice img {
    width: 100%;
    max-width: 350px;
}

.gr_item_layout {
    gap: 30px;
    margin-bottom: 30px;
}

#garege-list .gr_item_title span img {
    vertical-align: 0;
    margin-right: 3px;
}

#garege-list .gr_item_photo {
    max-width: 240px;
}

@media (max-width:640px) {
    #garege-list .gr_item_photo {
        width: 100%;
        max-width: unset;
        margin-top: 30px;
    }

    #garege-list .gr_item_photo img {
        width: 100%;
    }
}

#garege-list .gr_item_address {
    line-height: 1em;
    font-size: 14px;
    margin-top: 5px;
}

#garege-list .gr_item_features {
    margin-top: 15px;
    gap: 7px;
    flex-wrap: wrap;
}

#garege-list .gr_item_features li {
    width: calc(100% / 6 - 10px);
}

@media (max-width:640px) {
    #garege-list .gr_item_features li {
        width: calc(100% / 6 - 6px);
    }
}

#garege-list .gr_item_features li img {
    width: 100%;
}

#garege-list .gr_item_layout {
    margin-top: 30px;
}

@media (max-width:640px) {
    #garege-list .gr_item_layout {
        flex-wrap: wrap;
    }
}

#garege-list .gr_item_layoutImageWrap {
    width: 300px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
}

@media (max-width:640px) {
    #garege-list .gr_item_layoutImageWrap {
        width: 100%;
    }
}

#garege-list .gr_item_layoutImageWrap img {
    width: calc(100% - 20px);
}

#garege-list .gr_item_cta {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#garege-list .gr_item_cta a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 20px;
    color: #fff;
    background-color: #ee7800;
}

#garege-list .gr_item_cta a:hover {
    text-decoration: none;
}

#garege-list .gr_item_types {
    width: calc(100% - 300px);
}

@media (max-width:640px) {
    #garege-list .gr_item_types {
        width: 100%;
    }
}

#garege-list .gr_item_type:nth-of-type(1) {
    border-top: solid 3px #000;
}

#garege-list .gr_item_type {
    border-bottom: solid 1px #000;
    gap: 20px;
}

#garege-list .gr_item_type:nth-last-of-type(1) {
    border-bottom: solid 3px #000;
}

#garege-list .gr_type_name {
    width: 56px;
}

#garege-list .gr_type_slots {
    text-align: left;
    width: calc(100% - 195px);

}

#garege-list .gr_type_price {
    font-weight: bold;
    width: 100px;
}

#garege-list .gr_type_price span {
    width: 300px;
    font-size: 60%;
    text-align: right;
}

/* ================================
   長英単語・URL の安全な折返し
   ================================ */
/* ページ内全体（導入・一覧）に適用 */
.gr_intro,
#garege-list,
#garege-list * {
    overflow-wrap: anywhere;
    /* 現行標準 */
    word-wrap: break-word;
    /* 旧プロパティ互換 */
}

/* 必要に応じてピンポイント指定（冗長だが確実性を高める）*/
.gr_introTitle,
.gr_introDesc,
.gr_item_title,
.gr_item_address,
.gr_type_slots {
    overflow-wrap: anywhere;
    word-wrap: break-word;
}

/* 価格は改行させない */
#garege-list .gr_type_name, #garege-list .gr_type_price,
#garege-list .gr_type_price * {
    white-space: nowrap;
}
