@charset "UTF-8";
/*========================================*/
/* Common
/*========================================*/
/* 2020/12/12 irima add
 * 文字色変更
 */
.topNbuid {
    color: #b82029;
}
/*========================================*/
/* Foundation
/*========================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  /*-ms-touch-action: pan-y;
  touch-action: pan-y;*/
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* dotts */
.room-slider .slick-dots {
  display: none !important; }
@media print, screen and (min-width: 800px) {
  .room-slider .slick-dots {
    display: flex !important;
    text-align: center;
    font-size: 0;
    z-index: 10;
    position: relative;
    padding-top: 3px;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .room-slider .slick-dots li {
    width: calc(12.5% - 3px);
    border: none;
    background: transparent;
    cursor: pointer;
    background: #8d8d8d; }
    .room-slider .slick-dots li:not(:nth-child(8n)) {
      margin-right: 3px; }
    .room-slider .slick-dots li:nth-child(n + 9) {
      margin-top: 3px; }
  .room-slider .slick-dots li.slick-active {
    background: #fff; }
  .room-slider .slick-dots li button {
    cursor: pointer;
    border: none;
    background: transparent;
    color: transparent;
    outline: none; } }


/* 2018/11/12
 * dots → nav
.room-slider-nav .slick-dots {
  display: none !important; }*/

@media print, screen and (min-width: 800px) {
  .room-slider-nav .slick-dots {
    display: block !important;
    font-size: 0;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    /* 2018/11/12
     * dots → nav
    width: 64px;*/ }
  .room-slider-nav .slick-dots li {
    display: block;
    /* 2018/11/12
     * dots → nav
    width: 64px;
    height: 64px;*/
    border: none;
    background: transparent;
    cursor: pointer;
    margin-bottom: 6px; }
    .room-slider-nav .slick-dots li img {
      width: 100%; }
  .room-slider-nav .slick-dots li.slick-active {
    background: #fff; }
  .room-slider-nav .slick-dots li button {
    cursor: pointer;
    border: none;
    background: transparent;
    color: transparent;
    outline: none; } }
/* 2018/11/12
 * dots → nav
@media print, screen and (min-width: 1280px) {
  .room-slider-nav .slick-dots {
    width: 80px; }
  .room-slider-nav .slick-dots li {
    width: 80px;
    height: 80px; } }*/



/* control */
.room-slider button {
  border: none; }
  .room-slider button:focus {
    outline: none; }
.room-slider .slick-next {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 32px;
  margin-top: -10px;
  z-index: 999;
  text-indent: 200%;
  overflow: hidden;
  color: transparent;
  right: 20px;
  background: url(../images/room03/next.svg) no-repeat center center/cover;
  cursor: pointer; }
.room-slider .slick-prev {
  color: transparent;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 32px;
  margin-top: -10px;
  z-index: 999;
  text-indent: 200%;
  overflow: hidden;
  left: 20px;
  background: url(../images/room03/prev.svg) no-repeat center center/cover;
  cursor: pointer; }

.room-slider-nav button {
  border: none; }
  .room-slider-nav button:focus {
    outline: none; }
.room-slider-nav .slick-next {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 22px;
  margin-top: -10px;
  z-index: 999;
  text-indent: 200%;
  overflow: hidden;
  color: transparent;
  right: -23px;
  background: url(../images/roomdetail05/next_black.svg) no-repeat center center/cover; }
.room-slider-nav .slick-prev {
  color: transparent;
  position: absolute;
  top: 50%;
  width: 11px;
  height: 22px;
  margin-top: -10px;
  z-index: 999;
  text-indent: 200%;
  overflow: hidden;
  left: -23px;
  background: url(../images/roomdetail05/prev_black.svg) no-repeat center center/cover; }

.room-slider-nav,
.room-slider {
  display: none; }

.room-slider-nav.slick-initialized,
.room-slider.slick-initialized {
  display: block; }

.slick-slide:focus {
  outline: none; }

/*

    @media print, screen and (min-width: 800px) {
 .room-slider-nav .slick-list.draggable {
   display: none !important; }
}
*/


#room03 .contents-menu-wrap {
  margin-bottom: 0; }
#room03 .fixed-footer--a {
  display: none; }
#room03 .fixed-footer--b {
  display: block; }
#room03 #breadcrumb {
  margin-bottom: 25px; }

@media print, screen and (min-width: 800px) {
    #room03 .l-wrapper {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px; }


  }

@media print, screen and (min-width: 1000px) {
      #room03 .l-side {
    width: 200px; }
      #room03 .l-main {
    width: calc(100% - 210px);
  }
}
@media print, screen and (min-width: 1280px) {
  #room03 .l-wrapper {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px; }
  #room03 .l-main {
    width: calc(100% - 260px); }
  #room03 .l-side {
    width: 230px; } }

/* room header部分 */
.apartment-header-right {
  display: none; }
.apartment-header-tags {
  display: none; }
.apartment-header .apartment-name {
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  padding: 18px 10px 14px 18px;
}
/*
  .apartment-header .apartment-name-info, .apartment-header .apartment-name-sub,
  .apartment-header .apartment-name .label-apartmentnew {
    display: none; }
    */

    .apartment-header .apartment-name-sub {
    display: none; }

    .apartment-header .apartment-name-info {
        font-size: 1.2rem;
        margin-left: 20px;
        color: #4c4c4c;
    }

  .apartment-header .apartment-name .label-apartmentnew{
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 1.1rem;
    text-align: center;
    font-style: normal;
    margin: 0 5px 0 0;
  }

/* 2018/11/06 changed
 * スマホヘッダーの戻るボタンをなくす
  .apartment-header .apartment-name::after {
    content: "";
    display: block;
    width: 15px;
    height: 17px;
    background: url(../images/common/icon_back.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 15px; }
*/
.apartment-header .apartment-name-main {
  font-family: "Ubuntu", sans-serif;
}


@media print, screen and (min-width: 800px) {
  .apartment-header {
    display: flex;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 30px; }
    .apartment-header-left {
      width: 340px; }
    .apartment-header-right {
      width: calc(100% - 340px);
      display: block; }
    .apartment-header-tags {
      display: block;
      font-size: 0;
      margin-bottom: 16px; }
      .apartment-header-tags li {
        display: inline-block;
        background: #4d4d4d;
        color: #fff;
        font-size: 1.0rem;
        height: 22px;
        line-height: 22px;
        padding: 0 8px;
        font-weight: bold; }
        .apartment-header-tags li.special {
          background: #000; }
    .apartment-header .apartment-name {
      padding: 0 0 10px 0px;
      height: auto;
      line-height: 1;
      display: flex; }
      .apartment-header .apartment-name-info, .apartment-header .apartment-name-sub,
      .apartment-header .apartment-name .label-apartmentnew {
        display: block; }
      .apartment-header .apartment-name .label-apartmentnew {
        position: relative;
        width: 40px;
        height: 34px;
        margin-right: 10px;
        background: #000;
        color: #fff;
        font-size: 1.2rem;
        line-height: 34px;
        text-align: center;
        font-style: normal;
        padding:0; }
      .apartment-header .apartment-name-main {
        display: block;
        font-size: 2.0rem;
        margin-bottom: 5px; }
      .apartment-header .apartment-name-sub {
        display: block;
        font-size: 1.1rem;
        margin-bottom: 10px; }
      .apartment-header .apartment-name-info {
        font-size: 1.2rem;
        margin-left: 0;
        margin-bottom:10px;
        color: #000;
        }
      .apartment-header .apartment-name::after {
        content: none; }
    .apartment-header .apartment-header-list {
      display: flex;
      width: 100%;
      padding: 10px 0; }

      .apartment-header .apartment-header-list > li {
        min-height: 87px;
        display: none;
        padding-left: 12px;
        border-left: 1px solid #999999; }

        .apartment-header .apartment-header-list > li:last-child, .apartment-header .apartment-header-list > li:nth-child(2) {
          display: block; }
        .apartment-header .apartment-header-list > li:nth-child(2) {
          width: 140px; }
        .apartment-header .apartment-header-list > li:last-child, .apartment-header .apartment-header-list > li:nth-child(1) {
          display: block; }
        .apartment-header .apartment-header-list > li:nth-child(1) {
          width: 144px; }
        .apartment-header .apartment-header-list > li:last-child {
          width: calc(100% - 284px); }
    .apartment-header .apartment-header-listTtl {
      font-size: 1.4rem;
      font-weight: bold;
      padding: 7px 0 5px; }
      .apartment-header .apartment-header-listTtl--spec {
        padding: 7px 0 5px; }
    .apartment-header .apartment-header-listText {
      font-size: 1.1rem;
      line-height: 1.5;
      padding-right: 5px;
      font-weight: bold; }
    .apartment-header .apartment-header-listSpec li {
      display: inline-block;
      font-size: 1.1rem;
      line-height: 1.5;
      color: #4c4c4c;
      margin-bottom: 0px;
      margin-right: 10px; } }

@media print, screen and (min-width: 1280px) {
  .apartment-header-left {
    width: 506px; }
  .apartment-header-right {
    width: calc(100% - 506px); }
  .apartment-header-tags li {
    font-size: 1.1rem;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    margin-right: 1px;}
  .apartment-header .apartment-header-list > li {
    min-height: 87px;
    display: block;
    padding-left: 12px;
    border-left: 1px solid #999999;
    width: 170px; }
    .apartment-header .apartment-header-list > li:last-child {
      width: calc(100% - 490px); }
  .apartment-header .apartment-header-listText + .apartment-header-listText {
    margin-top: 0px; } }

/* 条件が近い物件を探す */
.section-relative {
  display: none; }
  /* 2018/11/06 changed
  @media print, screen and (min-width: 1280px) {*/
  @media print, screen and (min-width: 1000px) {
    .section-relative {
      display: block;
      border-top: 1px solid #b2b2b2; } }

.relative-list {
  border-right: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2; }
  .relative-list li {
    border-bottom: 1px dotted #b2b2b2; }
    .relative-list li:first-child {
      border-top: 1px solid #b2b2b2; }
    .relative-list li:last-child {
      border-bottom: 1px solid #b2b2b2; }
    .relative-list li a {

      -webkit-align-items: center;
      align-items: center;
      display: flex;
      width: 100%;
      padding:12px 20px 12px 15px;
      font-size: 1.3rem;
      line-height: 1.3;
      position: relative; }
      .relative-list li a::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -4px; }

/* spec */
.section-spec {
  padding-top: 25px;
  margin: 0 12px 60px; }
  @media print, screen and (min-width: 800px) {
    .section-spec {
      padding-top: 80px;
      margin: 0 0 70px; } }
  @media print, screen and (min-width: 1280px) {
    .section-spec {
      padding-top: 60px;
      margin: 0 0 60px; } }

.spec-group-item + .spec-group-item {
  margin-top: 50px; }

  @media print, screen and (min-width: 1280px) {
    .spec-group-item + .spec-group-item {
      margin-top: 0; }
    /* 2018/11/16 irima add
     * 土地概要の場合
     */
    .spec-group-item + .spec-group-item + .spec-group-item {
      margin-top: 50px; }
  }

.spec-group-item-right {
  margin-top: 50px; }
  @media print, screen and (min-width: 800px) {
    .spec-group-item-right {
      margin: 0; } }

.spec-ttl {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: bold; }
  @media print, screen and (min-width: 800px) {
    .spec-ttl {
      font-size: 1.5rem;
      margin-bottom: 10px; } }
.spec-block {
  display: table;
  width: 100%;
  border-bottom: 1px solid #b5b5b5; }
  .spec-block:nth-of-type(1) {
    border-top: 1px solid #b5b5b5; }
  .spec-block dt {
    width: 82px;
    padding: 10px 4px;
    display: table-cell;
    font-size: 1.32rem;
    line-height: 1.5; }
    @media print, screen and (min-width: 800px) {
      .spec-block dt {
        padding: 12px 0;
        font-size: 1.3rem;
        width: 100px; } }
  .spec-block dd {
    padding: 10px 4px;
    display: table-cell;
    font-size: 1.32rem;
    line-height: 1.5;
    width: calc(100% - 72.5px); }
    .spec-block dd span {
      display: block;
      font-weight: bold; }
    .spec-block dd i {
      font-style: normal; }

   .spec-block dd a{
      border-bottom: #000 1px solid;
    }
    @media print, screen and (min-width: 800px) {
      .spec-block dd {
        width: calc(100% - 100px);
        font-size: 1.3rem; }
        .spec-block dd i {
          font-size: 1.2rem; } }

@media print, screen and (min-width: 800px) {
  .spec-group {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .spec-group-item-right,
  .spec-group-item-left {
    width: calc(50% - 10px); } }
@media print, screen and (min-width: 1280px) {
  .spec-group {
    display: block;
    position: relative; }

  .spec-group-item-right,
  .spec-group-item-left {
    width: auto; }

  .spec-group-item-left .spec-group-item:first-child:first-child {
    position: absolute;
    top: 0;
    left: 0; }

  .spec-group-item-right .spec-group-item:last-child:last-child {
    position: absolute;
    top: 0;
    right: 0; }

  .spec-group-item-right .spec-group-item:first-child {
    margin-top: 50px; }

  .spec-group-item {
    width: calc(33.33% - 26px);
    margin: 0 auto; } }
/* 部屋リスト */
.section-room {
  padding: 0 px; }
  @media print, screen and (min-width: 800px) {
    .section-room {
       } }

/* 部屋リスト */

.room-list {
  display: flex;
  -webkit-justify-content: start;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
   padding: 0 12px 0px; }

  @media print, screen and (min-width: 800px) {
    .room-list {
      margin-bottom: 10px;
    }
  }

  @media print, screen and (min-width: 1280px) {
    .room-list {
    padding: 0 0 20px; } }

.room-post {
  display: flex;
  -webkit-justify-content: start;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  width: 100%;
  position: relative;
  border: #4d4d4d dotted 1px;
  margin-bottom: 10px;
}

.room-desc {
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  padding: 0;
  text-align: left;
}

.room-post a{
  padding: 20px;
  text-align: center;
}
.room-post a .imgListBox img {
  margin: 30px auto;
  height: 160px;
  width: auto;
 }


@media print, screen and (min-width: 800px) {
  .room-post {
    width: calc(50% - 7px);
    margin-bottom: 14px;
  }

  .room-post a {
    display: flex;
  }

  .room-post a .imgListBox{
    margin: 0;
    padding: 0;
    width: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }

  .room-post a .imgListBox img{
    height: 200px;
  }

  .room-post a .room-desc{
    width: calc(50% - 40px);
    margin: 70px 0 0 20px;
    padding: 0;
    display: inline-block;
  }
}


@media print, screen and (min-width: 1280px) {
 .room-post {
  }
}

.room-post a {
  display: block;
  width: 100%;
  position: relative;
}

.room-post a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media print, screen and (min-width: 800px) {
  .room-post a::after {
    width: 23px;
    height: 23px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    bottom: 26px;
    right: 26px;
  }
}
  .room-post a.is-reserved {
    background: #f9f9f9; }
    .room-post a.is-reserved img {
      opacity: .5; }
    .room-post a.is-reserved .room-desc {
      opacity: .6; }
  .room-post:nth-child(n + 3) {
    margin-top: 6px; }
    @media print, screen and (min-width: 800px) {
      .room-post:nth-child(n + 3) {
        margin-top: 4px; } }
    @media print, screen and (min-width: 1280px) {
      .room-post:nth-child(n + 3) {
        margin-top: 0; } }
  .room-post img {
    /* 2018/11/06 change
     * 画像は縦優先で中央寄せ
     */
    /*width: 100%;*/
    margin: 0 auto;/* 中央寄せ */ }
  .room-post .nairan-label {

    padding: 4px 7px;
    font-weight: bold;
    font-size: 1.3rem;
    text-transform: uppercase;
     vertical-align: 3px;
     margin-right: 10px;
    background: #b82029;
    color: #fff;
    font-style: normal; }
    .room-post .nairan-label--reserved {
      background: #505050; }
    @media print, screen and (min-width: 800px) {
      .room-post .nairan-label {
        min-width: 58px;
        height: 26px;
        line-height: 26px; } }

.room-number {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 7px;
  border-bottom: #999 solid 1px;
  padding-bottom: 10px;
  }
  .room-number .room-label {
    padding: 5px;
    display: inline-block;
    font-style: normal;
    margin-left: 7px;
    font-size: 1.1rem;
    background: #000;
    color: #fff;
    line-height: 14px;
    text-align: center;
    vertical-align: middle; }
  @media print, screen and (min-width: 800px) {
    .room-number {
      margin-bottom: 12px;
      font-size: 2.2rem;

  }
      .room-number .room-label {
        font-size: 1.3rem;
        line-height: 16px;
        vertical-align: 3px; } }
.room-text {
  display: flex;
}

.room-text li {
  width: 50%;
  font-size: 1.4rem;
  line-height: 1.6; }
@media print, screen and (min-width: 800px) {
  .room-text {
    font-size: 0; }
    .room-text li {
      font-size: 1.4rem;
      display: inline-block;
      width: 50%; } }

.noRoom{
  font-size:1.5rem;
  text-align: center;
  padding: 60px 0;
  margin-bottom: 0;
  border-top: #999 solid 1px;
  background-color: #f5f5f5;
}


/* gppgle-map */
@media print, screen and (min-width: 800px) {
  .gmap {
     width: 100%;
    margin: 0 auto 60px; } }
.gmap-text {
  padding: 0 15px;
  margin:10px 0 20px;
  text-align: right; }
  @media print, screen and (min-width: 800px) {
    .gmap-text {
      margin-top: 16px; } }
  .gmap-text a {
    font-weight: bold;
     font-size: 1.4rem;  }
    @media print, screen and (min-width: 800px) {
      .gmap-text a {
        font-size: 1.3rem; } }

/* その他 */
#room03 .news-post:nth-child(n + 3) {
  display: none; }
@media print, screen and (min-width: 800px) {
  #room03 .news-post:nth-child(n + 3) {
    display: block; }
  #room03 .news-list {
    margin-bottom: 0; } }

/* other-link */
.section-link {
  padding: 0 10px;
  margin: 50px 0; }

  @media print, screen and (min-width: 800px) {
    .section-link {
  padding: 0 10px;
  margin:0 0  50px 0; }
}

.other-link-group li {
  border-bottom: 1px dotted #000; }

/* 2018/11/14 irima add
 * スマホのみ6件以上は非表示
 * → 2023/03/24 irima delete
.other-link-group li:nth-child(n+6) {
    display: none;
}
 */

  .other-link-group li a {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-weight: bold;
    /* 2018/11/14 irima change
     * スマホの文字の大きさを少し小さく
    font-size: 1.4rem; */
    font-size: 1.2rem;
    padding: 14px 0;
    -webkit-justify-content: center;
    justify-content: center; }
@media print, screen and (min-width: 800px) {
    /* 2018/11/14 irima add
     * スマホのみ6件以上は非表示
     * → 2023/03/24 irima delete
    .other-link-group li:nth-child(n+6) {
        display: block;
    }
   */
  .other-link-group li a {
    font-size: 1.4rem;
    padding:14px 0;
    -webkit-justify-content: left;
    justify-content: left; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .other-link-group li a {
    /* IE11 */
    -webkit-justify-content: flex-start;
    justify-content: flex-start; } }
/* 注意事項 */
.other-caption {
  padding: 30px 20px 35px;
  background: #f6f6f6; }
  .other-caption-ttl {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
  .other-caption-text {
    font-size: 1.1rem;
    line-height: 1.5; }
  @media print, screen and (min-width: 800px) {
    .other-caption {
      background: none;
      padding: 0;
      margin-bottom: 95px; }
      .other-caption-ttl {
        margin-bottom: 25px; }
        .other-caption-ttl span {
          display: inline-block;
          font-size: 1.6rem;
          padding-bottom: 10px;
          border-bottom: 4px solid #000; }
      .other-caption-text {
        font-size: 1.3rem;
        line-height: 1.8; } }

@media print, screen and (min-width: 800px) {
  .l-row-col2 {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 70px; }
    .l-row-col2 .section-news {
      width: calc(50% - 10px); }
    .l-row-col2 .section-link {
      width: calc(50% - 10px); } }
@media print, screen and (min-width: 1280px) {
  .l-row-col2-wrap {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }

  .l-row-col2 {
    width: 842px;
    margin-bottom: 0; }
    .l-row-col2 .section-news {
      width: calc(50% - 20px); }
    .l-row-col2 .section-link {
      width: calc(50% - 20px); }
    .l-row-col2 .side-heading02 {
      margin-bottom: 25px; }
      .l-row-col2 .side-heading02 span {
        padding-bottom: 10px;
        font-size: 1.6rem;
        border-bottom: 4px solid #000; }

  .other-caption {
    width: 400px; } }
/* メイン部分 */
@media print, screen and (min-width: 800px) {
  .room-main {
    font-size: 0;
    width: 100%;
    margin-bottom: 0px; }
    .room-main-left {
      display: inline-block;
      vertical-align: top;
      width: 506px; }

    .room-main-right {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 550px);
      margin-left: 37px;
      }
}

@media print, screen and (min-width: 1000px) {
      .room-main-right {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 530px);
      margin-left: 20px;
      }
  }


@media print, screen and (min-width: 1320px) {
  .roon-main {
    margin-bottom: 0;
  }
  .room-main-right  {
      width: 470px;
      margin-left: 35px;
    }
}


.room-main-post {
  background: #000;
  color: #fff;
  display: table;
  margin: 0 auto; }
  .room-main-post-wrap {
    background: #000; }
  .room-main-post dt {
    display: table-cell;
    padding: 0 10px;
    font-size: 1.1rem;
    font-weight: bold;
    width: 50px;
    height: 55px;
    vertical-align: middle;
    position: relative; }
    .room-main-post dt::after {
      content: "";
      display: block;
      width: 1px;
      height: 31px;
      background: #fff;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -15px; }
  .room-main-post dd {
    display: table-cell;
    vertical-align: middle;
    height: 55px; }
  .room-main-post dd a {
    color: #fff;
    display: block;
    padding: 10px 10px 10px 10px;
    font-size: 1.1rem;
    line-height: 1.6;
     }

@media print, screen and (min-width: 800px) {
  .room-main-post {
    background: #fff;
    color: #000;
    display: table;
    border-top: 1px dotted #808080;
    border-bottom: 1px dotted #808080;
    width: 100%;
    margin-bottom: 15px; }
    .room-main-post dt {
      display: table-cell;
      vertical-align: top;
      padding: 15px 0;
      font-size: 1.7rem;
      font-weight: bold;
      width: 100px;
      text-align: left;
      height:auto;
       }
    .room-main-post dd {
      display: table-cell;
      height: auto;
      vertical-align: top;}
    .room-main-post dd a {
      color: #000;
      display: block;
      padding: 15px 0;
      font-size: 1.3rem;
      line-height: 1.6;
      font-weight: bold; } }
.room-main-desc {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.36;
  font-weight: bold;
  padding: 15px 20px 50px;
  border-bottom: 1px dotted #999999; }
  .room-main-desc-text {

    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
    	    /*
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 12;
            */ }
  .room-main-desc .link-room-main-desc-more {
    color: #b82029;
    display: inline-block;
    font-size: 1.3rem;
    margin-top: 1em;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 20px;
    cursor: pointer;
    transition: .2s ease;
    margin-bottom: 20px;
  }
/* 2018/12/14 irima add start */

/*2018 12 14 torii
.room-main-desc .link-room-main-desc-moreから
.room-main-desc .link-room-main-desc-more::before
の位置をgrad-itemより上に移動した。
*/


.room-main-desc .link-room-main-desc-more {
  padding-left: 0;
}
.room-main-desc .link-room-main-desc-more::before {
  content: "続きを読む >";
  opacity: 1;/* 指定しないとゼロになっちゃう */
  /*
  transform: initial;
  -webkit-transform: initial;
  -ms-transform: initial;*/
  border: none;
  /* 横書き化(2個セット) */
  position: initial;
  display: initial;
}


.grad-item {
  position: relative;
  overflow: hidden;
  height: 263px;/*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;/*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger:checked ~ .link-room-main-desc-more::before {
  content: "閉じる >";/*チェックされていたら、文言を変更する*/
  border: none;

}
.grad-trigger:checked ~ .grad-item {
  height: auto;/*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;/*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.room-main-desc .link-room-main-desc-more::after {
  display: none;/*チェックボックスのボックスを非表示にする*/
}
/* 2018/12/14 irima add end */
  .room-main-desc .link-room-main-desc-close {
    color: #b82029;
    display: none;
    font-size: 1.1rem;
    margin-top: 1em; }
  /* 2018/12/14
   * 不要なのでコメントアウト
  .room-main-desc .add-txt {
    display: none;
    padding-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.5;}*/

@media print, screen and (min-width: 800px) {
  .room-main-desc {
    font-size: 1.2rem;
    line-height: 1.36;
    font-weight: bold;
    padding: 0px 0 60px;
    border-bottom: none; }
    .room-main-desc .link-room-main-desc-more {
      right: 0;
      bottom: 20px;
      left: 0;
      font-weight: bold;
      cursor: pointer;
      margin-top: 1em; }
    .room-main-desc .link-room-main-desc-close {
      font-weight: bold;
      cursor: pointer; }
    /* 2018/12/14
   * 不要なのでコメントアウト
    .room-main-desc .add-txt {
      padding-top: 0; }*/ }
.room-main-link-group {
  display: none; }

@media print, screen and (min-width: 800px) {
  .room-main-link-group {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .room-main-link-group a {
      display: block;
      text-align: center;
      border: #CCC solid 1px; }
      .room-main-link-group a.room-main-link-reserve {
        width: 100%;
        background: #ebebeb;
        font-size: 1.7rem;
        font-weight: bold;
        height: 50px;
        line-height: 48px;
        margin-bottom: 14px; }
      .room-main-link-group a.room-main-link-print, .room-main-link-group a.room-main-link-mail {
        width: calc(50% - 5px);
        height: 42px;
        line-height: 40px;
        font-size: 1.4rem; }
      .room-main-link-group a.room-main-link-print::before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 16px;
        background: url(../images/common/icon_print.svg) no-repeat center center/cover;
        margin-right: 8px;
        vertical-align: -2px;
        -webkit-transition: all ease-in-out .35s;
        -moz-transition: all ease-in-out .35s;
        -ms-transition: all ease-in-out .35s;
        -o-transition: all ease-in-out .35s;
        transition: all ease-in-out .35s; }
      .room-main-link-group a.room-main-link-print {
        -webkit-transition: all ease-in-out .35s;
        -moz-transition: all ease-in-out .35s;
        -ms-transition: all ease-in-out .35s;
        -o-transition: all ease-in-out .35s;
        transition: all ease-in-out .35s; }
        .room-main-link-group a.room-main-link-print:hover {
          opacity: 1;
          background: #666;
          color: #fff; }
          .room-main-link-group a.room-main-link-print:hover::before {
            background: url(../images/common/icon_print_white.svg) no-repeat center center/cover; }
      .room-main-link-group a.room-main-link-reserve, .room-main-link-group a.room-main-link-mail {
        -webkit-transition: all ease-in-out .35s;
        -moz-transition: all ease-in-out .35s;
        -ms-transition: all ease-in-out .35s;
        -o-transition: all ease-in-out .35s;
        transition: all ease-in-out .35s; }
        .room-main-link-group a.room-main-link-reserve:hover, .room-main-link-group a.room-main-link-mail:hover {
          opacity: 1;
          background: #666;
          color: #fff; } }
.room-main-company {
  display: table;
  padding: 0 10px;
  margin: 20px 0 25px; }
  .room-main-company dd,
  .room-main-company dt {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.05rem; }
  .room-main-company dt {
    padding: 0 25px 0 5px; }
  .room-main-company dd a {
    text-decoration: underline; }
  @media print, screen and (min-width: 800px) {
    .room-main-company {
      display: none; } }

@media print, screen and (min-width: 800px) {
  .room-slider-img-thumb {
    width: 100%; } }
.new-label {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:#143066;
    color:#fff;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    vertical-align: middle;
    text-transform: uppercase;
    font-style: normal;
  z-index: 2; }

@media print, screen and (min-width: 800px) {
  .new-label {
    font-size: 1.3rem;
} }
.room-slider-img {
  position: relative; }

.room-text-other {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 5px;
  padding-right: 20px; }
  @media print, screen and (min-width: 800px) {
    .room-text-other {
      font-size: 1.4rem; } }

.room-slider-wrap {
  position: relative; }
  .room-slider-wrap .btn-like {
    width: 28px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3; }
  .room-slider-wrap .btn-room {
    width: 28px;
    position: absolute;
    top: 60px;
    right: 20px;
    z-index: 3; }
  @media print, screen and (min-width: 800px) {
    .room-slider-wrap .btn-room {
      display: none; } }

.architect {
  padding: 20px 15px 25px;
  font-size: 1.3rem;
  line-height: 1.5;}
  .architect dl {
    display: table; }
  .architect dt {
    min-width: 40px;
    display: table-cell;
    padding-left: 3px; }
  .architect dd {
    margin-bottom: 5px;
  }
    .architect dd a {
      text-decoration: underline;}


  @media print, screen and (min-width: 800px) {
    .architect {
      display: none; } }

/**
 * Windows7 位置調整対応
 */
/* 物件TOPのオキニイリボタンの位置 */
img#btn_like {
    height: 28px;
}
/*検索のマージン */
@media print, screen and (min-width: 800px) {
     .check-keyword-list li input[type="checkbox"] + label {
    padding: 0 0 0 20px;
 }
  }

/* 2018/11/12 irima add start
 * dots → nav
 * 部屋詳細と同じ縦表示になってしまうので
 * 横並びにする
 */
/* slider-nav */

/* slider */
.room-slider-nav-wrap {
  padding: 2px 0 ;
}

  .room-slider-nav li {
  width: 45px;
  margin: 0 1px; }

@media print, screen and (min-width: 800px) {
  .room-slider-nav-wrap {
  padding: 4px 0 0;
  background-color: #fff }

  .room-slider-nav li {
  width: 45px;
  margin: 0 2px; }
}

@media print, screen and (min-width: 800px) {
    .room-slider-nav .slick-dots {
        display: flex !important;
        text-align: center;
        font-size: 0;
        z-index: 10;
        position: relative;
        padding-top: 3px;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .room-slider-nav .slick-dots li {
        width: calc(12.5% - 3px);
        border: none;
        background: transparent;
        cursor: pointer;
        background: #8d8d8d;
        height: 60.25px;/* 画像の大きさに合わせる */
    }
    .room-slider-nav .slick-dots li:not(:nth-child(8n)) {
        margin-right: 3px;
    }
    .room-slider-nav .slick-dots li:nth-child(n + 9) {
        margin-top: 3px;
    }
    .room-slider-nav .slick-dots li.slick-active {
        background: #fff;
    }
    .room-slider-nav .slick-dots li button {
        cursor: pointer;
        border: none;
        background: transparent;
        color: transparent;
        outline: none;
    }
}
/* 2018/11/12 irima add end */
/* 2018/12/13 irima add end */
p.attention {
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
}
@media print, screen and (min-width: 800px) {
  p.attention {
      text-align: left;
  }
}
/* 2018/12/13 irima add end */

/*
2018 12 17 torii add
IEで斜めになる件を解消するためにcommon.cssで悪さをしている部分をすべて上書きする
*/

input[type=checkbox] + label:before {
    z-index: 2;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: static;
    top: 0;
    left: 0;
    display: block;
    margin-top: 0;
    width: auto;
    height: auto;
    border-right: none;
    border-bottom: none;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* transform: rotate(0deg); */
}

/*
2021 03 16 add
3D画像ページ追加
*/

.apartment-name-info .article_3d_url {
}
.apartment-name-info .article_3d_url a {
  color: initial;
  text-decoration: underline;
}
.room-number .icon_3d_url {
  display: inline-block;
  margin-left: .5em;
  width: 36px;
  height: 21px;
}
@media print, screen and (min-width: 800px) {
.room-number .icon_3d_url {
  width: 36px;
  height: 21px;
  margin-top: 5px;
}
}
