@charset "utf-8";

html{
    overflow: auto !important;
}
body {
    background: var(--white);
}
.l-page * {
    font-family: var(--default-font);
    font-size: 14px;
    color: #000000;
}
.l-main{
    width: auto;
    padding: 0;
}
.l-detail__primary{
    width: var(--screen-size);
    margin: 0 auto;
}
.detail__ttl {
    background-color: var(--bg-light-gray);
    padding: 9px 20px;
    font-size  : 18px;
    font-weight: bold;
}
.md-comment__items {
    flex: 1;
    display: flex;
    gap    : 8px;
}
.md-comment__img {
    min-width: 60px;
    width: 60px;
    height: 60px;
}
.md-comment__balloon {
    flex: 1;
    background-color: #F2F4F5;
    border-radius: 8px;
    padding: 10px;
}
.archive-title p {
    color: #FF4F48;
    font-size: 15px;
    border: 1px solid #FF4F48;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    background: #fff4f3;
    padding: 12px;
    margin: 0 0 8px;
}
.prpt.detail {
    min-width: 71.25rem;
    max-width: 71.25rem;
}

/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

.detail-header {
    width: 100%;
    display        : flex;
    gap            : 10px;
    align-items    : flex-start;
    justify-content: space-between;
    margin: 0 0 12px;
}
.detail-header__left{
    width: 100%;
}
.detail-header__name {
    margin: 0 0 18px;
    font-size  : 30px;
    font-weight: bold;
}
.detail-header__cost{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.detail-header__cost-wrap {
    display    : flex;
    gap        : 10px;
    align-items: baseline;
    margin: 0 0 6px;
}
.detail-header__cost-block{
    display: flex;
    align-items: center;
    gap: 5px;
}
.detail-header__cost-block dt{
    background: #EEEEEE;
    padding: 4px 8px;
    font-size: 12px;
}
.detail-header__cost-down {
    border: 1px solid #e10000;
    padding: 4px 10px;
    font-weight: bold;
    color: #e10000;
}
.detail-header__price {
    font-size: 16px;
    color: var(--lalel-red);
    margin-right: 10px;
}
.detail-header__price span {
    font-size: 40px;
    font-weight: bold;
    color: var(--lalel-red);
}
.detail-header__btn {
    display: flex;
}
.simulation-btn {
    margin: 0 0 0 3px;
    padding: 0 10px;
    height: 32px;
    gap: 3px;
    font-size  : 13px;
    font-weight: bold;
}
.vacant__wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.vacant-btn{
    height: 55px;
    display: flex;
    gap: 10px;
    background: var(--area-gold);
    border-radius: 4px;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    padding: 0 32px;
    align-items: center;
}
.bkn_tel-icon{
    width: 32px;
}
.bkn_tel--txt{
    height: 55px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 23px;
    font-weight: 500;
    padding: 0 32px;
}
.vacant-btn span{
    background: var(--white);
    color: var(--area-gold);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 11px;
}
.simulation-btn svg {
    width: 15px;
    height: 15px;
    fill: var(--main-color);
}
.print-btn {
    margin: 0 24px 0 3px;
    width: 100px;
    height: 32px;
    gap: 3px;
    font-size  : 13px;
    font-weight: bold;
}
.print-btn svg {
    width: 15px;
    height: 15px;
    margin: 0 0 2px 0;
    fill: var(--main-color);
}
.detail-header__walk {
    display  : flex;
    gap      : 0 16px;
    flex-wrap: wrap;
    margin: 2px 0 0;
}
.detail-header__walk-item {
    display    : flex;
    align-items: center;
}
.detail-header__walk svg {
    width: 13px;
    height: 13px;
}
.detail-header__favorite {
    display    : flex;
    gap        : 8px;
    align-items: center;
    font-size: 10px;
    color    : #78909C;
    white-space: nowrap;
}
[class*="ui-title--"]{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}
[class*="ui-title--"] span{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}
h2.ui-title--left.feature_point,
h2.ui-title--left.staff_comment {
    margin-top: 20px;
}
.ui-title--center{
    justify-content: center;
}
.detail__spec_long {
    margin-top: -32px;
}
.room__detail--wrap{
    display: grid;
    gap: 50px;
    margin-bottom: 50px;
}

/*-------------------------------------------------------------------------
写真
-------------------------------------------------------------------------*/

.gallery {
    margin: 0 0 26px;
    position: relative;
    z-index : 0;
}
.gallery.is-wide-screen:before {
    content: "";
    display: block;
    width: 824px;
    height: 405px;
}
#thumbslide_wrap .slick-dots > li:first-child:last-child {
    display: none;
}
.gallery__contents {
    position: relative;
}
.is-wide-screen .gallery__contents {
    width: 650px;
    height: 500px;
    position: fixed;
    inset   : 0;
    z-index : 10;
    margin  : auto;
    gap                  : 0;
    grid-template-columns: 860px 280px;
}
.is-wide-screen .gallery__close {
    display: block;
}
.terminology__ttl {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
}
.detail__spec.md-spec{
    gap: 0;
    border-top: 1px solid var(--gray);
    grid-template-columns:auto;
}
.md-spec__side{
    grid-template-columns:1fr 1fr 1fr;
    gap: 0;
}
.md-spec__list{
    border-bottom: 1px solid var(--gray);
}
.md-spec__ttl,
.summary__ttl{
    background: #F9F9F9;
    min-width: 139px;
    min-height: 58px;
}
.equipment__ttl{
    font-size: 18px;
    font-weight: 500;
    color: var(--area-gold);
    margin-bottom: 10px;
}
.prpt_mv .slider .slick-prev {
    left: -0.4375rem;
}
.prpt_mv .slider .slick-next {
    right: -0.4375rem;
}
/* #
--------------------------- */
.gallery__primary {
    height: 433px;
    margin-bottom: 10px;
    position: relative;
}
.is-wide-screen .gallery__primary {
    height: 500px;
}
.gallery__primary img {
    cursor: pointer;
    width: 100%;
    object-fit: contain;
}
.gallery__note {
    width: 100%;
    background-color: var(--bg-dark-transparent);
    padding: 2px 0 3px;
    position: absolute;
    bottom  : 0;
    left    : 0;
    z-index : 1;
    color: #fff;
    text-align: center;
}
.is-wide-screen .gallery__note {
    background-color: transparent;
    top: auto;
    bottom: 100%;
}
.gallery__note span {
    margin: 0 5px 0 0;
    font-weight: bold;
    color      : inherit;
}
[class*="gallery__control--"]{
    position: absolute;
    top     : 0;
    bottom  : 0;
    z-index : 1;
    margin  : auto;
    padding: 10px;
    height: 45px;
}
[class*="gallery__control--"]:disabled {
    opacity: .3;
    cursor: auto;
}
.gallery__control--prev { left: 0;}
.gallery__control--next { right: 0;}

[class*="gallery__control--"] svg {
    width: 25px;
    height: 25px;
}
.gallery__close {
    display: none;
}
li.gallery__thum-items .ui-radius-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: var(--bg-light-gray);
}

/* #
--------------------------- */
.gallery__thum {
    gap                  : 15px 19px;
    grid-auto-rows       : max-content;
    grid-template-columns: 1fr 1fr;
}
#thumb_next {
    width: 26px;
    height: 26px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    background: #B2994F;
    border-radius: 50%;
}
#thumb_prev {
    width: 26px;
    height: 26px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #B2994F;
    border-radius: 50%;
}
#thumb_next svg,
#thumb_prev svg{
    width: 8px;
    height: 9px;
    fill: var(--white);
}

.image_solid {
    display: flex;
}
.gallery__thum-items {
    width: 130px !important;
    height: 97px !important;
}
.is-wide-screen .gallery__thum {
    background-color: #fff;
    gap    : 10px;
    grid-auto-rows       : max-content;
    grid-template-columns: 1fr 1fr 1fr;
    /* padding: 10px; */
    height: 500px;
    overflow-x: auto;
}
.is-wide-screen .gallery__thum::-webkit-scrollbar {
    display: none;
}

.is-wide-screen .gallery__thum-items:nth-child(n + 9){
    display: block;
}
.is-wide-screen .gallery__thum-items {
    height: 60px;
}
.gallery__thum-btn {
    display    : block;
    place-items: center;
    height: 97px;
    position: relative;
    border-radius: inherit;
}
.is-wide-screen .gallery__thum-btn {
    width: 130px !important;
    height: 97px !important;
    height: 60px;
}
.gallery__thum-num {
    position: absolute;
    z-index : 1;
    margin  : auto;
    font-size  : 24px;
    font-weight: bold;
    color      : #fff;
    top: 28px;
    left: 20px;
}
.is-wide-screen .gallery__thum-items:nth-child(8) .gallery__thum-btn::after,
.is-wide-screen .gallery__thum-items:nth-child(8) .gallery__thum-num {
    display: none;
}
.md-photo__cunter {
    position: absolute;
    background-color: #263238e6;
    border-radius: 50px;
    padding: 3px 13px;
    font-size: 12px;
    color: #fff;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.js-count-current {
    font-size: inherit;
    color: inherit;
}
.js-count-total {
    font-size: inherit;
    color: inherit;
}
.panorama_thumb {
    cursor: pointer;
}
.panorama_section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.panorama_section li {
    width: calc((100% - 40px) / 5);
    border-radius: 4px;
    overflow: hidden;
}
.panorama_section li:hover {
    opacity: .86;
    transition: ease .2s;
    cursor: pointer;
}
.panorama_section li img {
    width: 100%;
}
.pc-movie {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
    height: 0;
}
.pc-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-------------------------------------------------------------------------
概要
-------------------------------------------------------------------------*/
.sale-point {
    margin-block: 16px 0;
}
.point-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 2px;
    font-size: 0;
}
.point-link-list a {
    display: block;
    padding: 3px 8px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    background-color: #fff;
}
.summary {
    display              : grid;
    gap                  : 30px;
    grid-template-columns: 1fr 1fr;
}
.prpt_detl {
    width: 100%;
}
.prpt_detl_data {
    width: 36.688rem;
}

/* #
--------------------------- */
.summary__wrap{
    border-top: 1px solid var(--gray);
}
.summary__wrap--ttl{
    display: flex;
    align-items: center;
}
.summary__list {
    display: flex;
    border-bottom: 1px solid var(--border-color);
}
.summary__ttl {
    display: flex;
    padding-left: 20px;
    align-items: center;
}
.summary__side dd {
    padding: 8px;
    margin: auto 0;
}
.summary__side .room_madori {
    display: block;
}
.summary__howto {
    display    : inline-flex;
    align-items: center;
    width: 94px;
    margin-left: auto;
    padding: 4px 17px;
    font-size: 12px;
    font-weight: 500;
    background: #9F9A8C;
    color    : var(--white);
    line-height: 1.66;
    border-radius: 22px;
}
.summary__howto svg {
    width: 15px;
    height: 15px;
    fill: var(--rank-under);
}
.summary__note {
    background-color: var(--main-light-color);
    border-radius: 8px;
    padding: 18px;
}
.archive__note {
    background-color: var(--main-light-color);
    border-radius: 8px;
    padding: 18px;
    margin: 16px 0 0;
}
.staff_comment {
    flex: 1;
    display: flex;
    gap: 8px;
    margin: 16px 0 0;
}
.summary__staff {
    background-color: var(--main-light-color);
    border-radius: 8px;
    padding: 18px;
    width: 100%;
}
.summary__staff_name {
    width: 60px;
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
}
/*-------------------------------------------------------------------------
周辺施設
-------------------------------------------------------------------------*/

.map {
    position: relative;
}
#room_detail_map.detail__section{
    height: 641px;
}
.map iframe {
    width: 100%;
    height: 641px;
}
.spot {
    margin-top: 16px;
    display: grid;
    gap: 14px;
    grid-template-columns: 265px 265px 265px;
    word-break: break-word;
}
.spot__items {
    display: flex;
    gap    : 10px;
}
.spot__img {
    min-width: 50px;
    width: 50px;
    height: 50px;
}
.spot__upper {
    font-size: 11px;
    color    : var(--rank-under);
}
.spot__bold {
    font-weight: bold;
}
.spot__lower {
    font-size: 12px;
}
.prpt_gmap {
    width: 100%;
}

/*-------------------------------------------------------------------------
近隣の物件
-------------------------------------------------------------------------*/

.detail-bkn {
    display: grid;
    gap    : 16px;
    grid-template-columns: 152px 152px 152px 152px 152px;
}
.detail-bkn__img {
    height: 115px;
    margin: 0 0 5px;
}
.detail-bkn__text {
    font-size: 13px;
    text-overflow: ellipsis;
    overflow     : hidden;
    white-space  : nowrap;
}
.detail-bkn__price {
    font-size: 13px;
}
.detail-bkn__price .price {
    font-size  : 18px;
    font-weight: bold;
    color: #e50c30;
}
/*-------------------------------------------------------------------------
募集中の物件・近隣物件
-------------------------------------------------------------------------*/
.detail-bkn__items .ui-radius-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background-color: var(--bg-light-gray);
}
/*-------------------------------------------------------------------------
お問い合わせ
-------------------------------------------------------------------------*/

.contact-card {
    margin: -50px 0 0;
    padding: 50px 0 0;
    position: sticky;
    top     : 0;
}
.contact-card__inner {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 15px;
}
.contact-card__info {
    text-align: center;
}
.contact-card__ttl {
    margin-block: 0 8px;
    font-size  : 16px;
    font-weight: bold;
}
.contact-card__select {
    margin-block: 0 10px;
}
.contact-card__company {
    margin-block: 16px 3px;
}
.contact-card__tel {
    margin-block: 0 7px;
    display        : flex;
    gap            : 5px;
    align-items    : center;
    justify-content: center;
    font-size  : 26px;
    font-weight: bold;
    color      : var(--sub-color);
    line-height: 1;
}
.contact-card__tel svg {
    width: 22px;
    height: 22px;
    fill: var(--sub-color);
}

/* 物件
--------------------------- */
.contact-bkn {
    display: none;
}
.contact-bkn__inner {
    display: flex;
    gap    : 8px;
    padding: 0 0 16px;
}
.contact-bkn__img {
    min-width: 77px;
    width: 77px;
    height: 58px;
}
.contact-bkn__name {
    font-size: 13px;
}
.contact-bkn__info-bottom {
    display: flex;
    gap    : 10px;
    justify-content: space-between;
}
.contact-bkn__price {
    font-weight: bold;
}
.contact-bkn__price .price {
    font-size  : 18px;
    font-weight: inherit;
}
.contact-bkn__favorite svg {
    width: 32px;
    height: 30px;
}




























/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

.fixed-contact {
    padding: 7px 20px;
    display: flex;
    gap    : 10px;
    background-color: var(--bg-light-gray);
}
.fixed-contact__mail {
    flex: 1;
}
[class*="fixed-contact__btn--"]{
    width: 44px;
    height: 44px;
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    display        : flex;
    align-items    : center;
    justify-content: center;
}
.fixed-contact__btn--tel svg {
    width: 20px;
    height: 20px;
    fill: var(--sub-color);
}

/*-------------------------------------------------------------------------
モーダル
-------------------------------------------------------------------------*/

/* #
--------------------------- */
.modal__howto > * + *{
    margin-block: 30px 0;
}
.modal__list-ttl {
    margin: 0 0 4px;
    font-size  : 15px;
    font-weight: bold;
}

/* シミュレーション
--------------------------- */
.simulation__calc {
    background-color: #E6F4ED;
    margin: 0 0 10px;
    padding: 15px 0;
    text-align: center;
}
.simulation__calc-ttl {
    font-weight: bold;
}
.simulation__calc-text span {
    font-size  : 24px;
    font-weight: bold;
}
.simulation__calc-cost {
    font-size: 12px;
}
.simulation__list-wrap {
    margin-bottom: 10px;
    display: grid;
    gap: 10px;
}
.simulation__list {
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.simulation__ttl {
    width: 12em;
    font-weight: bold;
}
.simulation__contents {
    flex: 1;
    display: flex;
    align-items: center;
}
.simulation__input {
    width: 200px;
    display: flex;
    align-items: baseline;
    > input {
        width: 100px;
        margin-right: 5px;
    }
}
input[type="range"] {
    width: calc(100% - 2em - 6px);
    appearance: none;
    cursor: pointer;
    height: 4px;
    outline: 0;
}

input[type="range"]:focus {
    background: #78909C;
}
input[type="range"]::-webkit-slider-thumb,
input[type="range"]::-moz-range-thumb {
    appearance: none;
    background: #ECEFF1;
    border: 1px solid #B0BEC5;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 15%);
}
input[type="range"]::-moz-focus-outer {
    border: 0;
}
input[type="range"]:active::-webkit-slider-thumb {
    background: #E3F2FD;
    border-color: #90CAF9;
    box-shadow: 0px 2px 3px 0px rgb(13 71 161 / 20%);
}

.bonus {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
.bonus label {
    display: flex;
    gap: 4px;
    flex: 1;
    align-items: center;
    height: 36px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 0 0 0 8px;
}

.prpt_smlt_input dl {
    width: 100%;
}
.prpt_smlt_input dt {
    width: 20.667%;
}
.prpt_smlt_input dd {
    width: 79.333%;
}
.prpt_smlt_rslt .box01 {
    width: 25%;
}
.prpt_smlt_rslt .box02 {
    width: 25%;
}
.prpt_smlt_rslt .box03 {
    width: 40%;
}
/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

.equipment__block {
    margin: 20px 0 0;
}
.summary__side{
    display: grid;
}

/*-------------------------------------------------------------------------
オープンハウス
-------------------------------------------------------------------------*/
.openHouseDate {
    margin-bottom: 5px;
    padding: 4px 10px;
    font-weight: bold;
    background: var(--main-heighlight-color);
    display: flex;
    align-items: center;
}
.openHouseDate_detail {
    border-left: 1px solid var(--main-light-color);
    padding-left: 8px;
    margin-left: 8px;
    flex: 1;
}
/*-------------------------------------------------------------------------
成約済み物件
-------------------------------------------------------------------------*/
.gallery__primary{
    width: 650px;
}
/*-------------------------------------------------------------------------
お問い合わせ
-------------------------------------------------------------------------*/
.detail__contaxt{
    background: var(--bg-yellow);
    padding: 50px 0 80px;
}
.detail__contaxt--inner{
    width: var(--screen-size);
    margin: 0 auto;
}

/*-------------------------------------------------------------------------
入力画面
-------------------------------------------------------------------------*/

.contact__section {
    width: 840px;
    background-color: #fff;
    border-radius: 4px;
    padding: 50px 50px 40px;
    margin: 0 auto;
}
.contact__section:last-child {
    margin-bottom: 0;
}
.contact__list {
    display    : flex;
    gap        : 8px;
    align-items: flex-start;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}
.contact__list:last-of-typeP{
    margin-bottom: 0;
}
.contact__list fieldset {
    display: contents;
}
.contact__ttl {
    width: 183px;
    min-width: 157px;
    padding: 8px 0 0;
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    font-weight: 400;
    overflow-wrap: anywhere;
}
[class*="contact__status--"] {
    font-size: 12px;
    font-weight: normal;
}
.contact__status--required { color: var(--strong-color);}
.contact__status--optional { color: var(--gray-text);}

.md-form__status {
    border-radius: 3px;
    margin-right: 5px;
    padding: 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    min-width: 37px;
    text-align: center;
    line-height: 1;
}
.md-form__status.--required {
    background-color: #F02727;
}
.md-form__status.--any {
    background-color: #7380B4;
}
.md-form__status.--ok {
    background-color: rgb(86, 175, 109);
}

.contact__contents {
    flex: 1;
}
.ui-check-list--vertical{
    display: flex;
    gap: 8px;
    border: none;
}
.ui-check-list--vertical li{
    width: 174px;
    border: 1px solid var(--border-color);
}
.contact__contents > * + * {
    margin-top: 8px;
}
.contact__single-check {
    width: 142px;
}
.required {
    color: var(--strong-color);
}
.contact__select {
    display    : flex;
    gap        : 5px;
    align-items: center;
}
.contact__select select {
    width: 142px;
}
.agreement-block {
    margin: 24px 0 0 0;
}
.agreement-text {
    font-weight: normal;
}
.agreement-link {
    font-weight: bold;
}
.email_warning {
    color: var(--strong-color);
    font-size: 12px;
}
.contact__submit--confirm{
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--area-gold);
    border-radius: 4px;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    padding: 13px 32px;
    margin: 30px auto 0;
}
.contact__submit--confirm span{
    background: var(--white);
    color: var(--area-gold);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 11px;
}
/*-------------------------------------------------------------------------
確認画面
-------------------------------------------------------------------------*/

.confirm__section {
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    margin: 0 0 16px;
    padding: 5px 60px;
}
.confirm__section > * + * {
    border-top: 1px solid var(--border-color);
}
.confilm__ttl {
    width: calc(100% + 120px);
    border-bottom: 1px solid var(--border-color);
    margin: 0 0 0 -60px;
    padding: 7px 16px 9px;
    font-weight: bold;
    color      : #78909C;
}
.confilm__ttl + .confilm__list {
    border: none;
}
.confilm__list {
    display: flex;
    padding: 20px 0;
}
.confilm__list-ttl {
    min-width: 134px;
    font-size  : 13px;
    font-weight: bold;
    color: var(--light-text-color);
    overflow-wrap: anywhere;
}

/*-------------------------------------------------------------------------
完了画面
-------------------------------------------------------------------------*/

.completion {
    margin-block: 0 80px;
    text-align: center;
}
.completion__ttl {
    margin: 0 0 32px;
    font-size  : 32px;
    font-weight: 700;
}
.completion__text:not(:last-child){
    margin-bottom: 24px;
}
.completion__btn {
    width: 78%;
    height: 44px;
    margin: 0 auto 16px;
}

.companyInformation {
    text-align: center;
    margin: 50px 0;
}

/*-------------------------------------------------------------------------
日時選択画面
-------------------------------------------------------------------------*/
.contact__submit--confirm svg {
    width: 8px;
    height: 8px;
    fill: var(--sub-color);
}

/*-------------------------------------------------------------------------
物件を取り扱う店舗
-------------------------------------------------------------------------*/
.detail__shop{
    padding-block: 50px;
}

.detail__shop--info{
    display: grid;
    grid-template-columns:408px auto;
    gap: 40px;
}

.detail__shop--inner{
    width: var(--screen-size);
    margin: 0 auto;
    padding: 42px 57px;
    border: 1px solid var(--line-gray);
}
.detail__shop--left{
    flex-shrink: 1;
}
.detail__shop--left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail__shop--right{
    display: grid;
    grid-template-columns:1fr;
    gap: 8px;
}
.detail__shop--name{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}
.detail__shop--block{
    margin-bottom: 18px;
}
.detail__shop--uper{
    display: grid;
    gap: 8px;
}
.detail__shop--items{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}
.detail__shop--items dt{
    width: 64px;
    background: #EEEEEE;
    font-size: 12px;
    padding: 4px 8px;
    text-align: center;
}
.detail__shop--txt{
    font-size: 18px;
    color: var(--area-gold);
}

.section__main-img--wraper{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}
.section__wrap--img{
    width: 650px;
    margin-bottom: 20px;
    overflow: hidden;
    flex-shrink: 0;
}
[class*="content__img--"]{
    width: 650px;
    margin: 0 auto;
    /* overflow: hidden; */
}
.content__img--main{
    margin: 0 auto 10px;
}
.content__img--sub{
    display: flex;
    width: 100%;
    height: 97px !important;
    padding: 0;
    /* overflow-x: scroll; */
}
.section__main-img--bkn.swiper-slide{
    width: 650px !important;
}
.section__main-img--bkn.swiper-slide img{
    width: 650px;
    height: 433px;
    object-fit: cover;
}
.section__sub-img--bkn.swiper-slide{
    width: 130px !important;
}
.section__sub-img--bkn.swiper-slide img{
    width: 130px;
    height: 97px;
    object-fit: cover;
}
.section__txt--suggest{
    background: var(--bg-page-color);
    height: 540px;
    padding: 145px 24px;
}
.suggest__ttl{
    font-size: 24px;
    font-weight: 600;
    color: var(--txt-color-brown);
    margin-bottom: 20px
}
.suggest__ttl span{
    display: block;
}
