/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 07 2026 | 09:46:50 */
/*------------------------------------------

  共通

-------------------------------------------*/
/* スマホ 問い合わせ追従バナー削除 */
.footer_bt_bar {
  display: none !important;
}

#page article .pc {
  display: block;
}
#page article .sp {
  display: none;
}
#page article br.pc {
  display: inline-block
}

@media screen and (max-width: 768px) {
  #page article .pc,
  #page article br.pc {
    display:none
  }
  #page article .sp {
    display: block
  }
  #page article br.sp {
    display: inline-block
  }
}

#page article .ff-mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

/*------------------------------------------

  物件詳細

-------------------------------------------*/

#page .bknlp__section {
  margin: -80px 0 80px;
  padding-top: 80px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

#page .bknlp__sec-head {
  margin-bottom: 40px;
}
#page .bknlp__sec-ttl {
  background: #1b7ba5;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  border-left: 6px solid #333;
}
#page .bknlp__sec-ttl .en {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#page .bknlp__sec-ttl .en::after {
  content: none;
  display: block;
  width: 40px;
  height: 2px;
  background: #256dc2;
  margin: 10px 0;
}
#page .bknlp__sec-ttl .ja {
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}
#page .bknlp__sec-subttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 24px;
}
#page .bknlp__sec-subttl.md {
  font-size: 26px;
}

#page .page-header {
  display: none;
}

#page .bknlp__nav {
  width: 100%;
  position: sticky;
  top: 80px;
  z-index: 11;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#page .bknlp__nav-list {
  display: flex;
  flex-wrap: wrap;
}
#page .bknlp__nav-list li {
  flex: 1;
  height: 50px;
  line-height: 1.4;
  border-bottom: 4px solid #256dc2;
  opacity: 1;
  text-align: center;
}
#page .bknlp__nav-list li:not(:first-child) {
  border-left: 1px solid #fff;
}
#page .bknlp__nav-list li a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 1;
}
#page .bknlp__nav-list li a:hover {
  opacity: 1;
  background: #555;
}


#page .bknlp__main-slide {
  border: none;
}
#page .bknlp__main-slide .flex-direction-nav a {
  line-height: 1;
}
#page .bknlp__main-slide .flex-control-thumbs {
  display: flex;
}
#page .bknlp__main-slide .flex-control-thumbs li {
  float: none;
  flex: 1;
  background: #000;
}
#page .bknlp__main-slide .flex-control-thumbs img {
  transition: all .3s ease;
}
#page .flex-direction-nav .flex-prev {
  left: 10px;
}
#page .flex-direction-nav .flex-next {
  right: 10px;
}



#page .bknlp__about .ttl {
  font-size: 32px;
  font-weight: bold;
}
#page .bknlp__about .ttl small {
  font-size: 50%;
  font-weight: normal;
}
#page .bknlp__about .text {
  font-size: 20px;
  font-weight: 500;
  margin-top: 1.5em;
}
#page .bknlp__about .note {
  font-size: 12px;
}

#page .bknlp__price table {
  width: 100%;
  border-collapse: collapse;
}
#page .bknlp__price table th,
#page .bknlp__price table td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-size: 1rem;
  padding: 0.5em 0.8em;
}
#page .bknlp__price table thead th {
  font-weight: bold;
  background: #EBEBF0;
}
#page .bknlp__price table tbody th {
  background: #fcf6e8;
  position: relative;
}
#page .bknlp__price table tbody th a {
  color: #256dc2;
  text-decoration: underline;
}
#page .bknlp__price table .new::before {
  content: "NEW";
  font-family: initial;
  font-size: 9px;
  line-height: 1;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #d70339;
  padding: 3px 8px;
  border-radius: 9999px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
#page .bknlp__price table .sold {
  background: #bbb;
  color: #fff;
}

#page .bknlp__plan-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
#page .bknlp__plan-tab li {
  background: #eef8fd;
  color: #256dc2;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background .3s, color .3s;
}
#page .bknlp__plan-tab .is-current {
  color: #fff;
  background: #256dc2;
}
#page .bknlp__plan-tab li .num {
  font-size: 200%;
  line-height: 1;
}
#page .bknlp__plan-tab li .madori {
  font-size: 80%;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
#page .bknlp__plan .plan-img {
  display: none;
  text-align: center;
}
#page .bknlp__plan .plan-img.is-current {
  display: block;
}


#page .bknlp__access iframe {
  width: 100%;
  height: 500px;
}

#page .bknlp__lifeinfo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
#page .bknlp__lifeinfo-list .li {
  width: calc(50% - 10px);
}
#page .bknlp__lifeinfo-list .li-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 15px;
}
#page .bknlp__lifeinfo-list .li-text small {
  font-size: 80%;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px;
}


#page .bknlp__lifeinfo-imglist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#page .bknlp__lifeinfo-imglist li {
  width: calc(50% - 10px);
}

#page .bknlp__lifeinfo-other-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
#page .bknlp__lifeinfo-other-list .box {
  width: calc(50% - 10px);
}
#page .bknlp__lifeinfo-other-list .box-ttl {
  background: #1b7ba5;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 5px 8px 80px;
  margin-bottom: 15px;
  position: relative;
}
#page .bknlp__lifeinfo-other-list .box-ttl::before {
  content: "";
  display: inline-block;
  background: #3E3A39;
  width: 68px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#page .bknlp__lifeinfo-other-list .box-ttl::after {
  content: "";
  display: inline-block;
  width: 68px;
  height: 100%;
  background: no-repeat center center / 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
#page .bknlp__lifeinfo-other-list .box-ttl.koutu::after {
  background-image: url("/app/uploads/sites/897/2025/05/location-icon-koutu.svg");
}
#page .bknlp__lifeinfo-other-list .box-ttl.kyouiku::after {
  background-image: url("/app/uploads/sites/897/2025/05/location-icon-kyouiku.svg");
}
#page .bknlp__lifeinfo-other-list .box-ttl.koukyou::after {
  background-image: url("/app/uploads/sites/897/2025/05/location-icon-koukyou.svg");
}
#page .bknlp__lifeinfo-other-list .box-ttl.syougyou::after {
  background-image: url("/app/uploads/sites/897/2025/05/location-icon-syougyou.svg");
}

#page .bknlp__lifeinfo-other-list .box-list li {
  font-size: 14px;
  margin: 5px 0;

  display: flex;
  justify-content: space-between;
  align-items: center;

  background-color: #ffffff;
  background-image: radial-gradient(circle, #333333 1px, transparent 1px);
  background-position: 0 0;
  background-size: 8px 26px;
}
#page .bknlp__lifeinfo-other-list .box-list li span {
  background: #fff;
}
#page .bknlp__lifeinfo-other-list .box-list li span:nth-child(1) {
  padding-right: 0.5em;
}
#page .bknlp__lifeinfo-other-list .box-list li span:nth-child(2) {
  padding-left: 0.5em;
}

#page .bknlp__equipment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
#page .bknlp__equipment-list .li {
  width: calc(25% - 15px);
}
#page .bknlp__equipment-list .li-text {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 15px;
}
#page .bknlp__equipment-list .li-text small {
  font-size: 80%;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}
#page .bknlp__equipment .note {
  font-size: 12px;
}


#page .bknlp__link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#page .bknlp__link-list li {
  width: calc(50% - 15px);
  height: 60px;
  font-family: initial;
}
#page .bknlp__link-list li a {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .25);
  background: #256dc2;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all .3s;
}
#page .bknlp__link-list li a:hover {
  opacity: 0.7;
  box-shadow: none;
}



#page .bknlp__outline table {
  width: 100%;
  border-collapse: collapse;
}
#page .bknlp__outline table th,
#page .bknlp__outline table td {
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-size: 1rem;
  padding: 10px 20px;
}
#page .bknlp__outline table caption {
  text-align: center;
  font-weight: bold;
  background: #EFECE7;
  padding: 10px 5px;
  border: 1px solid #ccc;
  border-bottom: none;
}
#page .bknlp__outline table th {
  font-weight: bold;
  background: #EFECE7;
  width: 25%;
}


@media screen and (max-width: 768px) {


  #page .bknlp__nav {
    top: 60px;
    padding: 0;
    flex-wrap: wrap;
  }
  #page .bknlp__nav-list li {
    flex: auto;
    width: 33.33%;
    height: 30px;
    font-size: 9px;
    border-bottom-width: 1px;
  }
  #page .bknlp__nav-list li:nth-child(3n + 1) {
    border-left: none;
  }


  #page .bknlp__section {
    margin: -80px 0 60px;
    padding-top: 80px;
  }
  #page .bknlp__sec-head {
    margin-bottom: 30px;
  }
  #page .bknlp__sec-ttl {
    border-left-width: 4px;
    padding: 8px 16px;
    gap: 16px;
  }
  #page .bknlp__sec-ttl .ja {
    font-size: 18px;
  }
  #page .bknlp__sec-ttl .en {
    font-size: 12px;
  }
  #page .bknlp__sec-subttl {
    font-size: 22px;
  }
  #page .bknlp__sec-subttl.md {
    font-size: 16px;
  }

  #page .bknlp__main-slide {
    margin-bottom: 40px;
  }

  #page .bknlp__about .ttl {
    font-size: 26px;
  }
  #page .bknlp__about .text {
    font-size: 18px;
  }

  #page .bknlp__price .scroll-table {
    overflow-x: auto;
  }
  #page .bknlp__price table {
    white-space: nowrap;
  }
  #page .bknlp__price table .new::before {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
  }

  #page .bknlp__plan-tab li {
    font-size: 12px;
  }

  #page .bknlp__access iframe {
    height: 360px;
  }

  #page .bknlp__lifeinfo-list {
    gap: 20px 10px;
  }
  #page .bknlp__lifeinfo-list .li {
    width: calc(50% - 5px);
  }
  #page .bknlp__lifeinfo-list .li-text {
    margin-top: 10px;
    font-size: 13px;
  }

  #page .bknlp__lifeinfo-imglist {
    gap: 10px;
  }
  #page .bknlp__lifeinfo-other-list .box {
    width: 100%;
  }
  #page .bknlp__lifeinfo-other-list .box-ttl {
    font-size: 15px;
    padding: 8px 5px 8px 60px;
  }
  #page .bknlp__lifeinfo-other-list .box-ttl::before,
  #page .bknlp__lifeinfo-other-list .box-ttl::after {
    width: 50px;
  }
  #page .bknlp__lifeinfo-other-list .box-list li {
    font-size: 12px;
  }


  #page .bknlp__equipment-list {
    gap: 20px 10px;
  }
  #page .bknlp__equipment-list .li {
    width: calc(50% - 5px);
  }
  #page .bknlp__equipment-list .li-text {
    margin-top: 10px;
  }
  #page .bknlp__equipment-list .li-text small {
    margin-bottom: 3px;
  }


  #page .bknlp__link-list {
    gap: 10px;
  }
  #page .bknlp__link-list li {
    width: calc(50% - 5px);
    height: 50px;
  }
  #page .bknlp__link-list li a {
    font-size: 14px;
  }


  #page .bknlp__outline table th,
  #page .bknlp__outline table td {
    font-size: 12px;
    padding: 8px;
  }
  #page .bknlp__outline table th {
    min-width: 90px;
  }

}


/*　お問い合わせ ブロック flex用追加 */
.detail_info_block {
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  text-align: center
}

.detail_info_block .wp-block-button__link {
  font-weight: 700;
  line-height: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-top: 10px
}

.detail_info_block .tel {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px
}

.detail_info_block .tel span {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 4px
}

.detail_info_block .num {
  font-size: 14px;
  font-size: .875rem
}

.detail_info_block p {
  line-height: 1.5;
  margin-bottom: 5px
}

@media(max-width: 480px) {
  .detail_info_block {
      text-align:center
  }

  .detail_info_block .wp-block-button__link {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      padding: 12px 0;
      width: 100%
  }

  .detail_info_block p {
      text-align: center
  }

  .detail_info_block .num br {
      display: none
  }
}

@media(min-width: 481px) {
  .detail_info_block {
      zoom:1
  }

  .detail_info_block:after {
      clear: both;
      content: "";
      display: block
  }

  .detail_info_block figure {
      float: right;
      margin: -10px -5px -10px 0;
      width: calc(100% - 400px)
  }

  .detail_info_block .wp-block-button__link {
      display: block;
      width: 400px
  }

  .detail_info_block .num,.detail_info_block .tel {
      display: inline-block
  }

  .detail_info_block .num {
      margin: 7px 0 0 7px
  }
}


/*------------------------------------------

  物件一覧

-------------------------------------------*/

#page .bknlist__section {
  margin: 0 0 80px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#page .bknlist__section:last-child {
  margin-bottom: 0;
}

#page .bknlist__main-slide {
  border: none;
}
#page .bknlist__main-slide .flex-direction-nav a {
  line-height: 1;
}
#page .bknlist__main-slide .flex-viewport {
  overflow: visible !important;
}
#page .bknlist__main-slide .slides li {
  width: 100%;
  height: 650px;
}
#page .bknlist__main-slide .slides li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}
#page .bknlist__main-slide .flex-control-thumbs {
  display: flex;
}
#page .bknlist__main-slide .flex-control-thumbs li {
  float: none;
  flex: 1;
  background: #000;
}
#page .bknlist__main-slide .flex-control-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: all .3s ease;
}


#page .bknlist__list {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 80px auto;
  position: relative;
}
#page .bknlist__list::before {
  content: "";
  display: block;
  width: 150vw;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
#page .bknlist__list .head-ttl {
  width: 100%;
  max-width: 600px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto 60px;
}
#page .bknlist__list .head-ttl::before,
#page .bknlist__list .head-ttl::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #333;
  margin: 0 1em;
  padding: 0;
}

#page .bknlist__list-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#page .bknlist__list .box {
  width: calc(50% - 15px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}
#page .bknlist__list .box.sold::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#page .bknlist__list .box.sold::after {
  content: "SOLD OUT";
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
#page .bknlist__list .box.sold .box-addr a {
  color: initial;
  text-decoration: none;
}
#page .bknlist__list .box.sold .btn a {
  background: #ddd;
}

#page .bknlist__list .box-new {
  background: #d70339;
  width: 100%;
  color: #fff;
  font-family: initial;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
#page .bknlist__list .box-img {
  aspect-ratio: 1.55 / 1;
}
#page .bknlist__list .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#page .bknlist__list .box-info {
  padding: 15px;
}
#page .bknlist__list .box-name {
  font-size: 28px;
  font-weight: bold;
}
#page .bknlist__list .box-addr {
  font-family: initial;
  position: relative;
  margin: 5px 0 0;
}
#page .bknlist__list .box-addr a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  background: #C9BC9C;
  border-radius: 9999px;
  padding: 10px 16px;
  padding-left: 32px;
  position: relative;
  transition: opacity .3s;
}
#page .bknlist__list .box-addr a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url("/app/uploads/sites/897/2025/05/map-marker.svg") no-repeat center center / 100% auto;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#page .bknlist__list .box-addr a:hover {
  opacity: 0.7;
}
#page .bknlist__list .box-detail {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 15px;
  font-family: initial;
  margin-top: 15px;
}
#page .bknlist__list .box-detail dl {
  display: flex;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 10px;
}
#page .bknlist__list .box-detail dl:last-child {
  margin-bottom: 0;
}
#page .bknlist__list .box-detail dt span {
  display: inline-block;
  width: 4em;
  text-align-last: justify;
}
#page .bknlist__list .box-detail dt::after {
  content: ":";
  display: inline-block;
  margin: 0 0.5em;
}
#page .bknlist__list .box-detail dd {
  flex: 1;
}

#page .bknlist__list .box-btn {
  padding: 0px 15px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#page .bknlist__list .box-btn .btn {
  width: 100%;
}
#page .bknlist__list .box-btn .btn a {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  background: #333;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 50px;
  transition: opacity .3s;
}
#page .bknlist__list .box-btn .btn-detail {
  width: 100%;
}
#page .bknlist__list .box-btn .btn-detail a {
  background: #2594ca;
}
#page .bknlist__list .box-btn .btn-reserve a {
  background: #f4b04f;
}
#page .bknlist__list .box-btn .btn-request a {
  background: #da8993;
}
#page .bknlist__list .box-btn .btn a:hover {
  opacity: 0.7;
}


@media screen and (max-width: 768px) {

  #page .bknlist__section {
    margin: 0 0 40px;
    overflow: hidden;
  }

  #page .bknlist__main-slide .flex-viewport {
    overflow: hidden !important;
  }
  #page .bknlist__main-slide .slides li {
    height: 70vw;
  }

  #page .bknlist__list {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 60px auto 40px;
  }
  #page .bknlist__list .head-ttl {
    font-size: 24px;
    margin: 0 auto 30px;
  }
  #page .bknlist__list-contents {
    gap: 20px;
  }
  #page .bknlist__list .box {
    width: 100%;
  }
  #page .bknlist__list .box-name {
    font-size: 22px;
  }
  #page .bknlist__list .box-addr a {
    font-size: 10px;
  }
  #page .bknlist__list .box-detail dl {
    font-size: 11px;
  }
  #page .bknlist__list .box-btn .btn a {
    font-size: 16px;
    height: 45px;
  }

}