@charset "utf-8";
/*----------------------------------------------------------------------------------------

	archive-recommend.css

----------------------------------------------------------------------------------------*/

.blog__categories{
    margin-bottom: 48px;
}
.blog__categories-inner {
    display: flex;
    align-items: center;
}
.blog__categories ul{
    display:flex;
    gap:8px;
    align-items: center;
}
.blog__categories .category-label {
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
    margin-right: 6px;
}
.blog__categories ul li{
    list-style-type:none;
}
.blog__categories ul li.current-cat a,
.blog__categories ul li a:hover {
    background: #2e6256;
    color: #fff;
}
.blog__categories ul li a{
    display: table-cell;
    color: #777;
    font-size: 1.4rem;
    font-weight: 500;
    vertical-align: middle;
    line-height: 1;
    border: 1px solid #ccc;
    padding: 12px 20px;
    width: 140px;
    box-sizing: border-box;
    text-align: center;
}
.recommend__status-filter {
    display: flex;
    gap: 8px;
    padding-left: 90px;
    margin-top: 10px;
    font-size: 1.4rem;
}
.recommend__status-filter a {
    padding: 5px 20px;
    color: #777;
    border: 1px solid #ccc;
    width: 140px;
    box-sizing: border-box;
    text-align: center;
}
.recommend__status-filter a.current-cat,
.recommend__status-filter a:hover {
    background: #beaf87;
    color: #fff;
}
.blog__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 40px;
}
.blog__grid:has(.no-article) {
    display: block;
}
.blog__grid p.no-article {
    width: 100%;
    text-align: center;
}
.recommend__item--link{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 12px;
    aspect-ratio: 3 / 2;
}
.recommend__item--link img{
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    pointer-events: none;
    image-rendering: -webkit-optimize-contrast;
}
.recommend__item--link.heyadome {
    border:1px solid #ccc;
}
.recommend__item--info{
    font-weight: 700;
    line-height: 1.4;
}
.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;
    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;
}
.recommend__item--title{
    font-size:1.8rem;
    font-weight:bold;
    letter-spacing:0;
    margin-top:10px
}
.recommend__item--title small{
    font-size:1.2rem;
    color:#a8a8a8;
    display:block;
    margin-bottom:10px
}
.recommend__item--icon{
    display:flex;
    justify-content:space-between;
    align-items:center
}
.container__recommend .btn-area {
    padding: 66px 0 75px;
}
