@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Francois+One&display=swap);

.p-mvFrame {
    position: relative;

    @media screen and (max-width:736px) {

    }
}

.p-mvList {

    @media screen and (min-width:737px) {
        display: flex;
        margin: -8px;
    }
}

.p-mvList__item {
    overflow: hidden;
    border-radius: 8px;

    @media screen and (min-width:737px) {
        width: 50%;
        margin: 8px;
    }

    @media screen and (max-width:736px) {
        margin-top: 8px;
    }
}

.p-mvList__item:first-child {
    @media screen and (max-width:736px) {
        margin-top: 0;
    }
}

.p-mvList__item a {
    transition: 0.2s opacity;
    position: relative;
    border-radius: 8px;
}

.p-mvList__item a:hover {
    opacity: 0.8;
}

.p-mvList__item__img {
    object-fit: cover;
    width: 100%;
    height: 300px;

    @media screen and (max-width:736px) {
        height: 200px;
    }
}

.p-mvList__item__txt {
    font-size: 20px;
    height: 5em;
    line-height: 1.5;
    font-weight: bold;
    padding: 1em;
    padding-right: 1.5em;
    background: #f9f9f9;
    position: relative;

    @media screen and (max-width:736px) {
        font-size: 16px;
        height: auto;
    }
}

.p-mvList__item__txt br {
    @media screen and (max-width:736px) {
        display: none;
    }
}

.p-mvList__item__txt::before,
.p-mvList__item__txt::after {
    position: absolute;
	top: 0;
    bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.p-mvList__item__txt::before {
    right: 16px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #33b7c4;
	border-right: 2px solid #33b7c4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p-officeSlider {
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;

    @media screen and (max-width:736px) {
        margin-bottom: 0;
    }
}

.p-officeSlider__item {
}

.p-officeSlider__item a {
    transition: opacity 0.2s ;
}

.p-officeSlider__item a:hover {
    opacity: 0.8;
}

.p-officeSlider__item__img-contents {

}

.p-officeSlider__item__img-contents__text {
    width: 40%;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #333;
    background: rgba(249, 249, 249, 0.8);
    padding: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;

    @media screen and (max-width:736px) {
        width: 80%;
        font-size: 14px;
    }
}

.p-officeSlider__item__img-contents img {
    height: 400px;
    object-fit: cover;

    @media screen and (max-width:736px) {
        height: 300px;
    }
}

.p-featureList {
    overflow: hidden;
}

.p-featureList__bigList {
    display: flex;
    align-items: center;
    margin: -8px;

    @media screen and (min-width:737px) {
        flex-wrap: wrap;
        padding-bottom: 16px;
    }

    @media screen and (max-width:736px) {
        width: calc(100% + 16px);
        overflow-x: auto;
    }
}

.featureList__bigList__item {
    margin: 8px;
}

.featureList__bigList__item a {
    display: block;
    transition: opacity 0.2s ;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.featureList__bigList__item a::before {
    content: "";
    display: block;
    width: 153px;
    height: 153px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.featureList__bigList__item a:hover {
    opacity: 0.8;
}

.featureList__bigList__item img {
    width: 153px;
    height: 153px;
    object-fit: cover;

    @media screen and (max-width:736px) {
        width: 120px;
        height: 120px;
    }
}

.featureList__bigList__item__text {
    width: 80%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.p-featureList__labelList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -6px;
}

.p-featureList__labelList__item {
    margin: 6px;
}

.p-featureList__labelList__item a {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.75em;
    transition: all 0.2s;
}

.p-featureList__labelList__item a:hover {
    color: #fff;
    background: #333;
    border-color: #333;
}

.p-feature__free-content--marginNone {
    margin: 0 auto;
}

/* オフィス事業用詳細用 */
.p-propertyDetailNavigation {
    margin: 16px 0;

    @media screen and (max-width:736px) {
        margin: 8px 0;
        padding: 0 16px;
    }
}

.p-propertyDetailNavigation a {
    width: 150px;
}

.u-btn--return {
    padding-left: 0.5em;
}

.u-btn--return::after {
    transform: rotate(225deg);
    right: auto;
    left: 8px;
}
