@charset "utf-8";

/***************************************************
 * 
 * [レンタルオフィスガイド一覧ページ用スタイル]
 * 
 ***************************************************/


/***************************************************
 * 01.
 ***************************************************/
.guides-section{
    margin-top: var(--space-24px);
}
.guides-block{
    padding: var(--space-24px);
    background-color: var(--color-white);
}

.guides-cta{
    display: flex;
    margin-top: 1px;
    padding: var(--space-24px);
    background-color: var(--color-white);
    flex-direction: row;
    justify-content: space-between;
}
.guides-cta-fav-link{
width: calc(50% - 12px);
}
.guides-cta-detail-link{
width: calc(50% - 12px);
}
.guides-cta-fav-link a,
.guides-cta-detail-link a{
    padding-top: var(--space-16px);
    padding-bottom: var(--space-16px);
    border-radius: 4px;
    font-size: var(--font-size-20px);
    line-height: 1.1;
    cursor: pointer;
    user-select: none;
}
.guides-cta-fav-link .dummy-link{
    padding-top: var(--space-16px);
    padding-bottom: var(--space-16px);
    border-radius: 4px;
    font-size: var(--font-size-20px);
    line-height: 1.1;
    cursor: not-allowed;
    user-select: none;
}


.guides-section h2 a{
    color: var(--color-black);
}

.guides-img-and-detail{
    margin-top: var(--space-16px);
}

.guides-img{
    /*
    aspect-ratio: 1.618 / 1;
    object-fit: cover;
    */
    border-radius: 4px;
}

.guides-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: var(--space-16px);
}

.guides-thumb{
    width: 444px;
}

.guides-detail{
    flex: 1;
    margin-left: var(--space-24px);
    /*
    width: auto;
    margin-right: auto;
    margin-left: var(--space-24px);
    */
}

.guides-section h3{
    font-size: var(--font-size-20px);
    font-weight: 800;
    position: relative;
    padding-left: var(--space-16px);
    line-height: 1.4;
    margin-bottom: var(--space-8px);
}

.guides-section h3::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: calc(100% - 0px);
    background-color: var(--color-gray-semi-light);
    border-radius: 32px;
}

.nearest-header{
    margin-top: var(--space-24px);
}
.nearest-block{
    line-height: var(--line-height-text);
}

.events-header{
    margin-top: var(--space-24px);
}

.guides-events{
    line-height: var(--line-height-text);
}

.info-header{
    margin-top: var(--space-24px);
}

.guides-info{
    line-height: var(--line-height-text);
}



.guides-plans-header{
    margin-top: var(--space-24px);
}

.facility-plans-table{
    width: 100%;
}
.facility-plans-table th,
.facility-plans-table td{
    padding: var(--space-16px);
    vertical-align: middle;
    text-align: center;
}
.facility-plans-table th{
    text-align: center;
}

.facility-plans-table thead th{
    color: var(--color-white);
    background: var(--color-gray-dark);
}
.facility-plans-table tbody tr{
    border-bottom: 1px solid var(--color-gray-semi-light);
}
.facility-plans-table tbody tr:nth-child(odd) td {
    background-color: var(--color-white);
}
.facility-plans-table tbody tr:nth-child(even) td {
    background-color: var(--color-gray-extra-light);
}

.guides-item.guides-detail p{
    line-height: 1.7;
}

.guides-detail__link{
    display: flex;
    justify-content: flex-end;
}
.guides-detail__link a{
    color: var(--color-white) !important;
    background: var(--color-red);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 800;
    margin-top: var(--space-16px);
    padding-top: var(--space-16px);
    padding-bottom: var(--space-16px);
    border-radius: 4px;
    width: 296px;
}
