/* スライド
-------------------------------*/
/* スライドの画像の横幅調整 */
#slider-pro .sp-image{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

/* 念のため枠側も幅100%に */
#slider-pro,
#slider-pro .sp-slides,
#slider-pro .sp-slide{
  width: 100% !important;
  max-width: 100% !important;
}

/*オレンジボタン
-------------------------------*/
.btn-orange {
  color: #fff;
  background-color: #ff8800;
  border-color: #e67600;
}

.btn-orange:hover,
.btn-orange:focus {
  color: #fff;
  background-color: #e67600;
  border-color: #cc6600;
}

/*吹き出し
-------------------------------*/

/* 全体を中央寄せ */
.cta-banner-wrapper {
  text-align: center; 
}

/* 吹き出し本体 */
.cta-banner {
  position: relative;
  display: inline-block;
  margin: 1.5em auto;
  padding: 7px 20px;
  max-width: 100%;
  color: #000;
  font-size: 17px;
  background:#FFC000;
  border-radius: 2px;
	font-weight: bold;
}

/* 下の三角 */
.cta-banner:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%); 
  border: 15px solid transparent;
  border-top: 15px solid #FFC000;
}

/* テキスト調整 */
.cta-banner p {
  margin: 0;
  padding: 0;
}

/* 物件詳細ページのみフッター下に余白を入れる
-------------------------------*/
.property_detail #bottom-copy {
  margin-bottom: 90px;
}

/* 物件の表
-------------------------------*/
/* テーブルth背景色 */
.partsbox .pc {
  display: none;
}

.partsbox .sp {
  display: block;
}

.partsbox table th {
  background-color: #eeefef;
}
@media (min-width: 769px) {
  .partsbox .pc {
    display: block;
  }

  .partsbox .sp {
    display: none;
  }
}

/* 物件詳細ページお問い合わせ導線
-------------------------------*/
#fixed_property_contact {
  z-index: 99;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  width: 100%;
  height: 90px;
  background: #fff;
  -webkit-box-shadow: -3px -3px 3px rgba(159, 160, 160, 0.25);
  box-shadow: -3px -3px 3px rgba(159, 160, 160, 0.25);
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

#fixed_property_contact.is_hidden {
  opacity: 0;
  pointer-events: none;
}

#fixed_property_contact .character_speech_bubble {
  display: none;
}

#fixed_property_contact .character_speech_bubble dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 190px;
  height: 60px;
  border-radius: 30px;
  background: #fff9b3;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
}

#fixed_property_contact .character_speech_bubble dd:before {
  content: '';
  position: absolute;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent #fff9b3 transparent transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#fixed_property_contact .tel_link, #fixed_property_contact .mail_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  text-decoration: none !important;
}

#fixed_property_contact .tel_link .desc, #fixed_property_contact .mail_link .desc {
  font-size: 10px;
  line-height: 1.5;
}

#fixed_property_contact .tel_link dl, #fixed_property_contact .mail_link dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0;
}

#fixed_property_contact .tel_link {
  width: 50%;
  height: 70px;
  border-radius: 6px;
  background: #bae247;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  font-size: 26px;
}

#fixed_property_contact .tel_link .desc {
  color: #000;
}

#fixed_property_contact .tel_link dt {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#fixed_property_contact .tel_link dd {
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

#fixed_property_contact .tel_link .number {
  display: none;
}

#fixed_property_contact .tel_link .jp {
  display: block;
}

#fixed_property_contact .mail_link {
  width: 50%;
  height: 70px;
  border-radius: 6px;
  background: #f80;
  color: #fff;
  font-weight: 700;
}

#fixed_property_contact .mail_link:hover {
  background: #f80;
}

#fixed_property_contact .mail_link dd {
  font-size: 15px;
  line-height: 1.3;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

#fixed_property_contact .mail_link dd br {
  display: block;
}

@media (min-width: 992px) {
  #fixed_property_contact .character_speech_bubble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin: 0;
  }
}

@media (min-width: 769px) {
  #fixed_property_contact {
    gap: 40px;
    padding: 0;
  }

  #fixed_property_contact .tel_link .desc, #fixed_property_contact .mail_link .desc {
    font-size: 12px;
    line-height: 1.5;
  }
  
  #fixed_property_contact .tel_link {
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }

  #fixed_property_contact .tel_link dt {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  #fixed_property_contact .tel_link dd {
    color: #009c41;
    font-size: 26px;
  }

  #fixed_property_contact .tel_link .number {
    display: block;
  }

  #fixed_property_contact .tel_link .jp {
    display: none;
  }

  #fixed_property_contact .mail_link {
    width: 340px;
    height: 60px;
  }

  #fixed_property_contact .mail_link:hover {
    background: #e67600;
  }

  #fixed_property_contact .mail_link dd {
    font-size: 20px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }

  #fixed_property_contact .mail_link dd br {
    display: none;
  }
}