@charset "utf-8";
/*----------------------------------------------------------------------------------------

	comp-recommend.css

----------------------------------------------------------------------------------------*/

/* おすすめ物件詳細ページ下部のスライダー*/
.recommend_component{
    background:#f2efe7;
    color:#333;
    padding-top:70px;
    padding-bottom:45px;
    overflow-x: hidden;
}
.recommend_component__ttl{
    font-size: 4.8rem;
    letter-spacing: normal;
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 1;
    display: table;
    position: relative;
    margin: 0 auto 48px;
    z-index: 1;
    padding: 0px;
    border: none;
    color: #333;
}
.recommend_component__ttl .en {
    color: #414042;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
}
.infinite-slider .swiper-slide .portal-logo img{
    height:45px;
}
.infinite-slider .swiper-slide .portal-logo p {
    font-size: 2rem;
}

section.recommend_component.section .recommend_component__ttl small {
    display: block;
    font-size: 1.8rem;
    margin-top: 12px;
    font-weight: 600;
}

.recommend_component__grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
    align-items: start;
}
.recommend_component .swiper-wrapper {
    transition-timing-function: linear !important;
}
.recommend_component .recommend__item{
    width: 402px!important;
    /* width: 26%!important; */
}
.recommend_component .recommend__item a{
    text-decoration: none;
    display: block;
}
.recommend_component .recommend__item.swiper-slide-active{
    position:static;
    max-width: 402px;
    margin-right: unset;
}

.recommend_component .swiper-wrapper {
    transition-timing-function: linear !important;
}

.recommend_component__item--link{
    display:block;
    line-height: 1;
}
.recommend__item--link {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
    aspect-ratio: 3 / 2;
}
.recommend__item--link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}

.recommend__item--info {
    gap: 20px;
    display: grid;
}
.recommend__item--info--title {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    background: #2e6256;
    border: none;
    text-align: center;
    resize: vertical;
    align-content: center;
    padding: 8px 20px 9px;
    margin-bottom: 6px;
}
.recommend__item--info--address {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    min-height: 28px;
    line-height: 1.45;
}
.recommend__item--info--price,
.recommend__item--info--price2 {
    font-size: 4rem;
    font-weight: 600;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
    margin-bottom: 8px;
}
.recommend__item--info--price.heyadome {
    font-size:3.8rem;
    font-weight: 600;
    letter-spacing: normal;
}
.recommend__item--info--price small,
.recommend__item--info--price2 small {
    font-size: 1.8rem;
    margin-left: 2px;
}
.recommend__item--info--text{
    font-size:1.4rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: justify;
}
.container__recommend .btn-area {
    padding: 50px 0 20px;
}
.other-btn {
    position: relative;
    display: block;
    border-radius: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #2e6256;
    color: #fff;
    margin: auto;
    box-sizing: border-box;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    transition: color 0.5s ease-in-out;
    z-index: 1;
    font-size: 1.8rem;
    width: 440px;
    line-height: 70px;
}
.recommend_component .swiper-button-prev::after,
.recommend_component .swiper-button-next::after {
    display: none;
    content: none;
}
