/*
  Theme: SUUMOタウン
  Author: Recruit Sumai Company Ltd.
  Description: SUUMOタウン専用テーマ
  Responsive: yes
 */

/* fonts */
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,600&display=swap);

/* all.min.css */
@import url(https://suumo.jp/town/file/26006613540593737);

/* add-style.css */
@import url(https://suumo.jp/town/file/26006613498895804);

/* 本文・見出し調整 */
.entry-content {
  font-size: 107.5%;
  line-height: 1.8;
}
@media print, screen and (min-width: 48.0625em) {
  .entry-content {
      font-size: 114.3%;
      line-height: 1.8;
  }
}
.entry-content h2 {
    background-color: #f5faf3;
    margin: 35px 0 25px;
    padding: 10px 15px;
    color: #519627;
    line-height: 1.5;
    font-size: 126.5%;
}
.entry-content h2.eki-link {
    background: transparent;
    margin: 0 0 12px;
    padding: 0 0 0 20px;
    color: inherit;
    line-height: 1.34;
}
@media print, screen and (min-width: 48.0625em) {
  .entry-content h2 {
      margin: 2em 0 1.0em;
      padding: 12px 18px;
      line-height: 1.5;
      font-size: 140%;
  }
}

/* お役立ち PC-賃貸記事バナー用 */
#chintai-banner-wrap {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  border-top: solid 1px #E0E0E0;
  padding: 20px 0 10px;
  text-align: center;
  z-index: 999;
}

#chintai-banner-wrap a {
  display: inline-block;
  text-decoration: none;
  width: 268px;
  border-radius: 3px;
  font-weight: 600;
  line-height: 1;
  background-color: #F37E00;
  color: #FFFFFF;
  border: solid 1px #E15F00;
  padding: 27px 0 28px 0;
  box-shadow: inset 0 -2px 0 #E15F00;
  opacity: 1;
  transition: .3s;
}

#chintai-banner-wrap a:hover {
  opacity: 0.8;
}

.chintai-banner-txt1 {
  font-size: 14px;
  margin-bottom: 4px;
}

.chintai-banner-txt2 {
  font-size: 18px;
}

.chintai-banner-txt3 {
  font-size: 12px;
  color: #F37E00;
  background: #fff;
  border: 1px solid #E15F00;
  border-radius: 20px;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4px 12px;
}

.common-footer{
  margin-bottom: 123px;
}
/* 非表示モジュール設定 */
.hatena-module-custom-hidden {
  display: none;
}

/* お役立ち SP-賃貸記事バナー用 */
@media screen and (max-width:767px) {
  #chintai-banner-wrap {
      bottom: 0;
      padding: 0;
  }

  #chintai-banner-wrap a {
      width: calc(100% - 30px);
      letter-spacing: 0px;
      border: none;
      padding: 22px 0 22px 0;
      margin: 8px 15px 8px 15px;
  }

  #chintai-banner-wrap a:active {
      background-color: #EA6E00;
      box-shadow: inset 0 -2px 0 #E15F00;
  }
  .chintai-banner-txt3{
      display: none;
  }

  .common-footer{
      margin-bottom: 47px;
  }

  .entry-footer .entry-share{
      display: none;
  }
}

/* 手動関連記事_2409 */
.page-entry .create-link {
  margin-top: 2em;
  padding: 20px 0 0;
  position: relative;
}

.page-entry .create-link::before {
  content: "";
  background-image: url(https://cdn.blog.st-hatena.com/files/6801883189084645894/6802340630905248455);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.page-entry .create-link-inner {
  margin-top: 5%;
}

.page-entry .create-link .bg-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.page-entry .create-link .bg-img .bg-pc {
  display: block;
}

.page-entry .create-link .bg-img .bg-sp {
  display: none;
}

.page-entry .create-link-inner {
  padding: 0 20px;
  background: #F5FAF3;
}

.page-entry .create-link .create-link__title {
  padding: 20px 0;
  margin-bottom: 0;
  margin-top: 0;
}

.page-entry .create-link .categories {
  gap: 10px;
  margin-top: 10px;
}

.page-entry .create-link .categories .category {
  font-weight: normal;
  padding: 7px;
  margin: 0;
  background: #f2f5f1;
  border: 1px solid #dfe5dc;
}

.page-entry .create-link .categories .category-PICKUP {
  display: none;
}

.page-entry .create-link .create-link__item {
  display: flex;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #DFE5DC;
  text-decoration: none;
  background-color: #f5faf3;
}

.page-entry .create-link .create-link__item:first-of-type {
  border-top: 1px solid #DFE5DC;
}

.page-entry .create-link .create-link__item:last-of-type {
  border-bottom: 0;
}

.page-entry .create-link .img {
  width: 211px;
  flex-shrink: 0;
}

.page-entry .create-link .body {
  color: #3A3C38;
  font-weight: 700;
}

.page-entry .create-link .img img {
  vertical-align: bottom;
  border-radius: 2px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 211 / 145;
}

@media screen and (max-width:767px) {
  .page-entry .create-link .bg-img .bg-pc {
      display: none;
  }

  .page-entry .create-link .bg-img .bg-sp {
      display: block;
  }


  .page-entry .create-link-inner {
      padding: 0 16px;
  }

  .page-entry .create-link .create-link__title {
      padding: 16px 0;
      text-align: center;
  }

  .page-entry .create-link .create-link__item {
      flex-direction: column;
      padding: 16px 0;
      gap: 12px;
  }

  .page-entry .create-link .img {
      width: 100%;
  }
}

@media screen and (max-width:480px) {
  .page-entry .create-link-inner {
      margin-top: 3%;
  }
}