@charset "utf-8";

/* -------------------------------
共通・リセット
---------------------------------*/
#contents_outer {
    background: #fff!important;
}

#contents {
    padding-bottom: 27px;
}

.h1_section {
    display: none;
}

#bkndetail * {
    font-family: 'Noto Sans JP', sans-serif;
}

#bkndetail {
    margin: 15px 0 0 0;
}

.primary-cont {
    padding: 20px 25px 0;
}

.common-section {
    margin-bottom: 40px;
}

.common-headline {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    border-left: 5px solid #09357e;
    padding-left: 3px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.price {
    color: #fe0000;
    font-weight: bold;
}
/* -------------------------------
introduction
---------------------------------*/
.introduction h1 {
    font-size: 20px;
    font-weight: bold;
    background: #09357e;
    color: #fff;
    padding:16px 25px 16px;
    margin-bottom: 20px;
}

.introduction .introductionText {
    padding: 0;
    margin: 0;
    border: none;
}

/* -------------------------------
photo
---------------------------------*/
.imgBox {
    display: flex;
    margin-bottom: 10px;
}

.imgSlider,
.imgFloor {
    height: 479px;
    border: 1px solid #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgSlider {
    width: 470px;
    margin-right: 20px;
}

.imgFloor {
    width: 410px;
}

.imgSlider img {
    max-width: 462px;
    max-height: 307px;
    margin: 86px auto 0;
}

.imgSlider #gallery:hover {
    margin: 86px auto 0;
    cursor: default;
    opacity: 1;
}

.imgFloor img {
    max-width: 410px;
    max-height: 479px;
}

.imgFloor img:hover {
    cursor: default;
}

.thumbnail-caution {
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
}

.thumb-item-nav {
    display: flex;
    flex-wrap: wrap;
}

.thumbnailBox_item {
    width: 81px;
    height: 81px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    position: relative;
}

.thumbnailBox_item:nth-child(10n) {
    margin-right: 0;
}

.thumbnailBox_item:nth-last-child(-n+10) {
    margin-bottom: 0;
}

.thumbnailBox_item img {
    max-width: 81px;
    max-height: 81px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 27px);
    z-index: 10;
}
.slick-arrow img {
    margin: 0;
}

.prev__bt {
    top: 48%;
    left: 6px;
}

.next__bt {
    top: 48%;
    right: 6px;
}

.thumbnail-current::after {
    content: "";
    width: 81px;
    height: 81px;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
}

/* -------------------------------
物件情報
---------------------------------*/
.bkninfo {
    margin-bottom: 30px;
}

.bkninfo__top {
    display: flex;
    margin-bottom: 18px;
}

.bkninfo__item {
    min-width: 109px;
    text-align: center;
    margin-right: 4px;
    font-size: 15px;
}

.bkninfo__item:last-child {
    margin-right: 0;
}

.itemSize-xlg {
    width: 180px;
}

.itemSize-lg {
    width: 151px;
}

.bkninfo__item dt {
    background: #565656;
    color: #fff;
    padding: 7px 0 6px;
    margin-bottom: 16px;
}

.bkninfo__item dd {
    font-size: 15px;
}

.bkninfo__item dd .price {
    font-size: 20px;
}

.update-txt {
    font-size: 12px;
    color: #000;
    text-align: right;
    margin-bottom: 10px;
}

.update-txt .summary-right {
    display: block;
    font-weight: normal;
    float: none;
}

.bknsummary .bkn-sectionInner {
    border-radius: unset;
    border: none;
    box-shadow: none;
}

.bkninfo .bknsummary table {
    width: 900px;
    margin: 0;
    font-size: 14px;
    color: #000;
}

.bknsummary table th {
    background: #e6eaf2;
}

.bknsummary table th,
.bknsummary table td {
    text-align: left;
    padding: 8px 10px;
    border: 1px solid #cccccc;
}

.railroad {
    display: flex;
    flex-wrap: wrap;
}

.railroad li {
    margin-right: 10px;
}

/* -------------------------------
他の空室情報
---------------------------------*/
.otherinfo-cont {
    margin-bottom: 20px;
}

.offer {
    width: 338px;
    float: left;
}

.offer .offerInner table {
    width: 338px;
}

.offer .offerInner table th {
    width: 111px;
    font-size: 13px;
}

.offer .offerInner table td {
    border: none;
    font-size: 14px;
}

.btn-offer {
    display: block;
    width: 338px;
    text-align: center;
    border: 1px solid #09357e;
    color: #09357e;
    box-sizing: border-box;
    padding: 7px 0 7px;
}

.btn-offer:hover {
    opacity: .8;
    text-decoration: none;
    color: #09357e;
}

.bnr_list li {
    margin-bottom: 20px;
}

.bnr_list li:last-child {
    margin-bottom: 0;
}

.bnr_list li a:hover {
    opacity: .8;
}

.bknsummary {
    float: right;
}

.map-coution {
    margin-top: 10px;
    font-size: 12px;
    color: #000;
}
/* -------------------------------
周辺施設
---------------------------------*/
.common-section.facility .facilityInner {
    padding: 0;
}

.facility-cont {
    display: flex;
    flex-wrap: wrap;
}

.facility-item {
    width: 210px;
    margin: 0 20px 3px 0;
    font-size: 14px;
}

.facility-item:nth-child(4n) {
    margin-right: 0;
}

.facility-item:nth-last-child(-n+4) {
    margin-bottom: 0;
}
.spot__img {
    height: 158px;
}
.facility-ttlImg {
    height: 160px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 3px;
}

.facility-ttlImg img {
    max-width: 162px;
    max-height: 122px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.facility-ttl {
    border-left: 2px solid #09357e;
    padding-left: 7px;
    line-height: 1.1;
}

.facility .facilityInner .spot__item {
    float: left;
    margin: 0 0 30px 0;
    display: inline;
    width: 210px;
}
.facility .facilityInner .spot__item:not(:first-child) {
    margin-left: 20px;
}

.spot__img {
    border: 1px solid #ccc;
    position: relative;
}
.facility .facilityInner .spot__item dt img {
    max-width: 208px;
    max-height: 158px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.facilityInner dd {
    padding: 0 10px 0 10px;
    margin: 5px 0 0 0;
    line-height: 1.4!important;
    background: url(/images/search/bg_bknborder_pt2.jpg) no-repeat left top;
}

/* -------------------------------
お勧め物件
---------------------------------*/
.recobkn h2 {
    margin-bottom: 20px;
}

.recobkn-cont {
    display: flex;
    flex-wrap: wrap;
}

.recobkn-list {
    width: 292px;
    margin-right: 12px;
}

.recobkn-list:nth-child(3n) {
    margin-right: 0;
}

.recobkn-cont h3 {
    font-size: 14px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

.recobkn_imgBox {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    width: 100%;
    height: 297px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recobkn_imgBox img {
    max-width: 286px;
    max-height: 189px;
}

/* -------------------------------
お問い合わせ
---------------------------------*/
.bkncontact-box {
    background: #e6eaf2;
    padding: 30px 25px;
    display: flex;
    align-items: center;
}

.bkncontact-ttl {
    font-size: 23px;
    font-weight: bold;
    color: #09357e;
    margin-right: 12px;
}

.bkncontact-ttl-space {
    letter-spacing: 0.66em;
}

.box-phone,
.box-mail {
    width: 280px;
    height: 90px;
    border: 2px solid #09357e;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-phone {
    font-weight: bold;
    background: #fff;
    font-size: 24px;
    color: #09357e;
    margin-right: 10px;
}

.box-mail {
    background: #09357e;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.box-mail:hover {
    opacity: .8;
    text-decoration: none;
    color: #fff;
}

.box-phone-icon {
    display: inline-block;
    content: '';
    background: url(/images/detail/icon_phone.png) no-repeat;
    width: 27px;
    height: 37px;
    margin-right: 10px;
}

.box-mail-icon {
    display: inline-block;
    content: '';
    background: url(/images/detail/icon_mail.png) no-repeat;
    width: 32px;
    height: 23px;
    margin-right: 10px;
}

/* -------------------------------
物件お問い合わせ
---------------------------------*/
#form_section {
    margin-top: -90px;
    padding-top: 90px;
}

.form-headline {
    margin: 0;
}

#bukken-text {
    display: none;
}

.bkn-section .bkn-sectionInner2 {
    border: none;
    box-shadow: none;
}

.bkn-section #contact-section table {
    width: 100%;
}

.bkn-section #noSubmit {
    display: block;
}
.input-contact #fixed {
    top: 100px;
}