@charset "utf-8";


/*add*/
a {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    color: #333;
    text-decoration: none;
}
.mainContent {
    margin-top: 0;
}
@media only screen and (max-width: 768px) {
    .mainContent {
        margin-top: 60px;
    }
}
.ttl.ttl--border {
    padding-bottom: 3px;
    border-bottom: 1px solid #2d2a23;
}
.ttl {
    font-size: 30px;
    line-height: 40px;
}
.sttl.sttl--border {
    padding-bottom: 9px;
    border-bottom: 1px solid #2d2a23;
}
.sttl {
    font-size: 22px;
    line-height: 32px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb60 {
    margin-bottom: 60px;
}


/* container */
body .container {
    padding-top: 80px;
}

/* wrapper */
body .container .wrapper {
    width: 960px !important;
    margin-left: auto;
    margin-right: auto;
}

/* slick */
body .slick-prev,
body .slick-next {
    width: 35px;
    height: 35px;
    margin-top: -9px;
    z-index: 100;
}
.slick-prev:before,
.slick-next:before
{
    display: none;
}
body .slick-prev,
body .slick-prev:hover {
    background: url(../../img/residencelist/bt-prev.png) no-repeat 0 0;
}

body .slick-next,
body .slick-next:hover {
    background: url(../../img/residencelist/bt-next.png) no-repeat 0 0;
}
body .slick-next.slick-disabled,
body .slick-prev.slick-disabled
{
    opacity: 0;
    visibility: hidden;
    cursor: default;
}

/* recomend */
body .recomend {
    margin-top: 100px;
}
body .recomend .sttl {
    text-align: center;
}
body .recomend .recomendSlider {
    margin-bottom: 40px;
}
body .recomend .recomendSlider .slick-track {
    zoom: 1;
}
body .recomend .recomendSlider .slick-track:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
body .recomend .recomendSlider .inner {
    float: left;
    text-align: left;
    padding: 0 25px;
}
body .recomend .recomendSlider .inner .photo {
    margin-bottom: 20px;
    height: 166px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
}
body .recomend .recomendSlider .inner .txtArea strong {
    color: #948075;
    font-size: 16px;
    line-height: 26px;
}
body .recomend .btMore a {
    display: block;
}

/* card */
body .card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

body .card .card__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid #e6e6e6;
    -webkit-transition: .5s;
    transition: .5s;
}

body .card .card__header {
    position: relative;
    margin: 1px 1px 0;
    padding: 13px 5px 17px;
    background-color: #f7f7f7;
    text-align: center;
}
body .card .card__header:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    border-bottom: 1px solid #fff;
}
body .card .card__header h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}
body .card .card__header p a {
    color: #FF424D;
}
body .card .card__header p a:hover {
    color: #ff8c93;
}

body .card .card__contents {
    padding: 0 7px 10px;
}

body .card .card__list {}
body .card .card__list table {
    width: 100%;
    table-layout : fixed;
    border-collapse: collapse;
}
body .card .card__list th,
body .card .card__list td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*height: 53px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: top;
    word-wrap : break-word;
    overflow-wrap : break-word;
}
body .card .card__list .list__tel th,
body .card .card__list .list__tel td{
    padding-top: 15px;
}

body .card .card__list th {
    width: 95px;
    padding-left: 10px;
    color: #a9a9a9;
    text-align: left;
    font-weight: normal;
}
body .card .card__list .list__address th{
    vertical-align: middle;
}
body .card .card__list .list__area td {
    font-size: 12px;
}
body .card .card__list .list__area sup {
    font-size: 10px;
    line-height: 1.0;
}
body .card .card__list .list__tel strong {
    color: #d10000;
    font-size: 19px;
}
body .card .card__list .list__address td {
    vertical-align: top;
}

body .card .ruby {
    position: relative;
}
body .card .ruby > span {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 10px;
}

body .card .btMore {
    position: relative;
    margin: 10px 0 0;
    width: 100%;
}
body .card .btMore:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    right: -4px;
    bottom: -5px;
    background: url(../../img/office/contact_bg.png) 0 0 repeat;
    background-size: 3px auto;
    z-index: 0;
}
body .card .btMore a {
    position: relative;
    z-index: 1;
    display: block;
    background-color: #000;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
}
body .card .btMore a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 8px;
    width: 20px;
    height: 100%;
    background: url(../../img/office/contact_arrow.svg) 0 center no-repeat;
    background-size: 8px auto;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
/* hide legacy icomoon arrow inside .btMore — replaced by the contact_arrow.svg on :after */
body .card .btMore a .icon_next {
    display: none;
}
body .card .btMore3 a {
    background-color: #FF424D;
}

body .card .btMore a span {
    right: 7px;
}
body .card .btMore a span:before {
    background-color: transparent;
    color: #fff;
}
@media (hover: hover) {
    body .card .btMore a:hover {
        background-color: #eaeaea;
        color: #000;
    }
}
body .card .btMore3 a:hover {
    background-color: #ffc2c6;
}
body .card .btMore a:hover span:before {
    background-color: transparent;
    color: #000;
}
body .office .office__list a[href^="tel:"]:hover{
    text-decoration: none;
}

@media only screen and (max-width: 980px) {
    body .card {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 768px) {
    body .card {
        grid-template-columns: 1fr;
    }
}

/* office */
body .office {}
body .office .office__media {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
body .office .office__map,
body .office .office__text {
    display: table-cell;
    vertical-align: top;
}
body .office .office__map {
    width: 630px;
    text-align: center;
}
body .office .office__map img {
    border: 1px solid #d2d3d5;
    width:100%;
}
body .office .office__text {
    overflow: hidden;
    padding-left: 30px;
}
body .office .office__list table {
    width: 100%;
    table-layout : fixed;
    border-collapse: collapse;
    font-size:12px;
}
body .office .office__list th,
body .office .office__list td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 17px;
    padding-bottom: 17px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: top;
    word-wrap : break-word;
    overflow-wrap : break-word;
}
body .office .office__list th {
    width: 90px;
    text-align: left;
    font-weight: normal;
}
body .office .office__list .list__tel td {
    line-height: 1.5;
}
body .office .office__list .list__tel strong {
    color: #d10000;
    font-size: 19px;
    font-weight:700;
}
body .office .office__list .list__tel span {
    color: #fff;
    font-size: 10px;
    vertical-align: text-bottom;
}
body .office .office__list .list__mail img {
    margin-top: 3px;
    margin-bottom: 3px;
}
body .office .office__list a:hover {
    text-decoration: underline;
}

body .office .btMore {
    margin-top: 25px;
    width:90%;
}
body .office .btMore:after {
    width:100%;
}
body .office .btMore a {
    display: block;
    background-color: #000;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
}
body .office .btMore a span {
    right: 7px;
}
body .office .btMore a span:before {
    background-color: transparent;
    color: #fff;
}
body .office .btMore a:hover {
    background-color: #eaeaea;
    color: #000;
}
body .office .btMore a:hover span:before {
    background-color: transparent;
    color: #000;
}

.btMore4 {
    float: right;
    margin-top: -40px;
}
.btMore4 a {
    padding: 10px 40px !important;
    background-color: #FF424D !important;
    color: #fff !important;
    margin:0 2px;
}
.btMore4 a span:before {
    background-color: transparent !important;
}
.btMore4 a:hover {
    background-color: #ffc2c6 !important;
    color: #000 !important;
}
.btMore4 a:hover span:before {
    background-color: transparent !important;
    color: #000 !important;
}

body .office .office__access {
    margin-top: 15px;
}
body .office .office__access table {
    width: 100%;
    table-layout : fixed;
    border-collapse: collapse;
    border: 1px solid #d2d3d5;
}
body .office .office__access th,
body .office .office__access td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: middle;
}
body .office .office__access th {
    width: 160px;
    background-color: #f0f0f0;
    font-size: 14px;
}
body .office .office__access ul li {
    line-height: 1.5;
    padding-left: 1.0em;
    text-indent: -1.0em;
}
body .office .office__access ul li span {
    color: #999;
    font-size: 10px;
}

body .office .office__message {
    margin-top: 50px;
    padding: 20px 24px 24px;
    border: 1px solid #d2d3d5;
    font-size: 14px;
    line-height: 1.5;
}
body .office .office__message h3,
body .office .office__message h5 {
    margin-bottom: 15px;
    padding-left: 48px;
    margin-top: 0;
    background: url(../../img/office/icon-message.png) left center no-repeat;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
}
body .office .office__message p {
    margin: 0;
}

@media only screen and (max-width: 980px) {
    body .office .office__map {
        width: auto;
    }
    body .office .office__text {
        width: 300px;
    }
}
@media only screen and (max-width: 768px) {
    body .office .office__map,
    body .office .office__text {
        display: block;
    }
    body .office .office__text {
        width: auto;
        margin-top: 30px;
        padding-left: 0;
    }
}

body .staff {}
body .staff .staff__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    padding: 19px 24px 19px 9px;
    border: 1px solid #d6d6d6;
}
body .staff .staff__item:first-child {
    margin-top: 0;
}
body .staff .staff__image {
    float: left;
    margin-right: 20px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}
body .staff .staff__text {
    overflow: hidden;
    line-height: 1.5;
}
body .staff .staff__text h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
body .staff .staff__text h5 span {
    margin-right: 7px;
    font-size: 13px;
}

body .staff .staff__list dt {
    display: inline-block;
    padding: 3px 18px 5px;
    border-radius: 3px;
    background-color: #7c9aa5;
    color: #fff;
    font-weight: bold;
}
body .staff .staff__list dt {
    display: inline-block;
    padding: 3px 18px 5px;
    border-radius: 3px;
    background-color: #7c9aa5;
    color: #fff;
    font-weight: bold;
}

body .staff .staff__list.message {
    padding-bottom: 41px;
}
body .staff .staff__list.message:last-child {
    padding-bottom: 0;
}
body .staff .staff__list.message dt {
    margin-bottom: 7px;
}
body .staff .staff__list.message dt ~ dt {
    margin-top: 15px;
}

body .staff .staff__list.license {
    position: absolute;
    bottom: 24px;
    padding-right: 24px;
}
body .staff .staff__list.license dt {
    position: absolute;
    margin-top: 15px;
}
body .staff .staff__list.license dd {
    padding: 18px 0 0 95px;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    body .staff .staff__image {
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
    }

    body .staff .staff__list.message {
        padding-bottom: 0;
    }
    body .staff .staff__list.license {
        position: static;
        padding-right: 0;
    }

    .btMore4 {
        float: right;
        margin: 10px 0;
    }
    .btMore4 a {
        margin: 5px 0;
        font-size:12px !important;
        width:70%;
    }
}
@media only screen and (max-width: 980px) {

    body .wrapper {
        margin-top: 20px;
    }

    body .container{
        padding-top: 0;
    }
    body .container .wrapper {
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    .ttl h3 {
        font-size: 20px;

    }
}


/* ==========================================================
 * Card redesign — 担当エリア accordion + tel/mail buttons
 * (Figma node 994:98 PC / 993:2 SP)
 * ========================================================== */

/* 担当エリア accordion */
.area-acco {
    position: relative;
}
.area-acco__body {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    line-height: 1.5;
    max-height: 4.5em;
    transition: max-height 0.4s ease;
}
.area-acco__body::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3.75em;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 33%, #fff 70%);
    pointer-events: none;
}
.area-acco.is-open .area-acco__body {
    -webkit-line-clamp: unset;
    max-height: 100em;
}
.area-acco.is-open .area-acco__body::after {
    display: none;
}
/* Short content (fits in 3 lines naturally) — no accordion needed */
.area-acco.area-acco--short .area-acco__body {
    -webkit-line-clamp: unset;
    overflow: visible;
}
.area-acco.area-acco--short .area-acco__body::after {
    display: none;
}
.area-acco.area-acco--short .area-acco__btn {
    display: none;
}
.area-acco__btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 32px;
    margin: 8px auto 0;
    padding: 0 12px;
    background: #e7e7e7;
    color: #2d2a23;
    border: 0;
    border-radius: 0;
    font-size: 11px;
    font-family: "Inter", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
.area-acco__btn-text {
    line-height: 1;
}
.area-acco__btn-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    line-height: 1;
    transition: -webkit-transform 0.3s ease, transform 0.3s ease;
}
.area-acco.is-open .area-acco__btn-icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
@media (prefers-reduced-motion: reduce) {
    .area-acco__body,
    .area-acco__btn-icon {
        transition: none;
    }
}
@media (hover: hover) {
    .area-acco__btn:hover {
        background: #d6d6d6;
    }
}

/* 電話 / メール button (slate, two-line label) */
body .card-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 32px;
    margin: 0 auto;
    padding: 4px 24px 4px 12px;
    background: #5e5e73;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    line-height: 1.2;
    font-family: "Inter", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0;
}
body .card-btn__label {
    display: block;
    font-size: 11px;
    font-weight: normal;
}
body .card-btn__value {
    display: block;
    font-size: 9px;
    font-weight: normal;
    color: #cdcdde;
    word-break: break-all;
}
body .card-btn .icon_next {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #fff;
    background: transparent;
    width: auto;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
}
body .card-btn .icon_next:before {
    background: transparent;
    color: #fff;
}
@media (hover: hover) {
    body .card-btn:hover {
        background: #4a4a5c;
        color: #fff;
        text-decoration: none;
    }
    body .card-btn:hover .card-btn__value {
        color: #cdcdde;
    }
}

/* row spacing for the new お問合せ row, and centering for the new tel button */
body .card .card__list .list__mail th,
body .card .card__list .list__mail td {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}
body .card .card__list .list__tel td {
    vertical-align: middle;
}

/* SP overrides */
@media only screen and (max-width: 768px) {
    .area-acco__btn {
        max-width: none;
        width: 100%;
        height: 38px;
        font-size: 12px;
    }
    .area-acco__btn-icon {
        right: 16px;
        font-size: 13px;
    }
    body .card-btn {
        width: 100%;
        height: 38px;
        margin: 0 auto;
    }
    body .card-btn__label {
        font-size: 12px;
    }
    body .card-btn__value {
        font-size: 9px;
    }
}

/* office/detail/* — section heading inside .ttl wrapper (detail uses <div class="ttl"><h2>…</h2></div>; index uses <h2 class="ttl">…</h2> so this selector won't affect index) */
body .ttl > h2,
body .ttl > h3 {
    margin: 0;
    font-size: 30px;
    line-height: 1.5;
    font-family: RodinPro-R, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, Meiryo, sans-serif;
    color: #252525;
    letter-spacing: 0;
    font-weight: bold;
}
/* office/detail/* — body typography matches migration source (excludes .card-btn / .cta-row__btn / .area-acco__btn which override on their own) */
body .office {
    font-family: RodinPro-R, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, Meiryo, sans-serif;
    color: #252525;
    font-weight: 300;
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: 0;
}
/* office/detail/* — card-btn placement inside table cells */
body .office .card-btn {
    margin: 8px 0 0;
}
/* override legacy `body .office .office__list a:hover { text-decoration: underline }` for our buttons */
body .office .office__list .card-btn:hover,
body .office .office__list .card-btn:focus {
    text-decoration: none;
}
/* お問合せ row has no content above the button — drop the top spacer */
body .office .list__mail .card-btn {
    margin-top: 0;
}
/* Override legacy .list__tel span styling (color #d10000) for spans inside .card-btn */
body .office .office__list .card-btn .card-btn__label {
    color: #fff;
    font-size: 11px;
    vertical-align: baseline;
}
body .office .office__list .card-btn .card-btn__value {
    color: #cdcdde;
    font-size: 9px;
    vertical-align: baseline;
}
body .office .office__list .card-btn .icon_next {
    color: #fff;
    font-size: 10px;
    vertical-align: baseline;
}
/* keep （無料電話） inline within the tel button value (override default .only-pc display:block) */
.card-btn__value .only-pc {
    display: inline;
}
@media only screen and (max-width: 768px) {
    body .office .office__list .card-btn .card-btn__label {
        font-size: 12px;
    }
    .card-btn__value .only-pc {
        display: none;
    }
}

/* office/detail/* — 3 colored CTA buttons after access section */
body .office .cta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 25px;
}
body .office .cta-row__btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    height: 38px;
    padding: 0 24px;
    color: #000;
    text-decoration: none;
    font-family: "Inter", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
body .office .cta-row__btn--satei { background: #ecd3ae; }
body .office .cta-row__btn--cstg  { background: #b7c4da; }
body .office .cta-row__btn--reno  { background: #a0b1a2; }
body .office .cta-row__btn .icon_next {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #000;
    background: transparent;
    width: auto;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
}
body .office .cta-row__btn .icon_next:before {
    background: transparent;
    color: #000;
}
@media (hover: hover) {
    body .office .cta-row__btn:hover {
        opacity: 0.7;
        color: #000;
        text-decoration: none;
    }
}
@media only screen and (max-width: 768px) {
    body .office .cta-row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    body .office .cta-row__btn {
        flex: 0 0 auto;
        width: 300px;
    }
}

/* office/index — match migration source typography for the card section + region headings.
   Detail page is already covered by `body .office` above. Buttons (.area-acco__btn / .card-btn / .cta-row__btn) override font-family themselves. */
body .card,
body h2.ttl,
body h3.sttl {
    font-family: RodinPro-R, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, Meiryo, sans-serif;
    color: #252525;
    font-weight: bold;
}
body .card {
    font-weight: 300;
    line-height: 1.6;
}

/* office/index — tel/mail ボタン内のテキスト出し分け
   mail のメールアドレスは常に非表示、tel の電話番号は PC のみ表示（SP では非表示） */
body .card .card-btn--mail .card-btn__value { display: none; }
@media only screen and (max-width: 768px) {
    body .card .card-btn--tel .card-btn__value { display: none; }
}

/* office/detail — tel/mail ボタン内のテキスト出し分け
   mail のメールアドレスは常に非表示、tel の電話番号は PC のみ表示
   tel ラベルは PC「電話をかける」/ SP「無料電話をかける」を切替 */
body .office .card-btn--mail .card-btn__value { display: none; }
body .office .card-btn__label .only-sp { display: none; }
@media only screen and (max-width: 768px) {
    body .office .card-btn--tel .card-btn__value { display: none; }
    body .office .card-btn__label .only-pc { display: none; }
    body .office .card-btn__label .only-sp { display: inline; }
}
/* tel ラベル内の PC/SP 切替 span が .list__tel span の font-size:10px / color:#fff を継承してしまうため、
   親 .card-btn__label の値（SP=12px / #fff）を継承するように明示 */
body .office .office__list .card-btn .card-btn__label > span {
    font-size: inherit;
    color: inherit;
}