@charset "utf-8";
/*
Template: jstork19
Theme Name: タウンハウジング用 STORK19
Theme URI:http://open-cage.com/stork19/
Version: 1.3.0
Author: opencage
Author URI: https://open-cage.com/
*/


/* ヘッダー
----------------------------------------------- */
@media only screen and (min-width: 768px) {
  .site__logo {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .site__logo .site__logo__title {
    flex: none;
  }
  .site__logo .custom-logo {
    margin: 16px 0;
  }
  .site__logo.fs_m .custom-logo {
    max-height: 48px;
  }
  .site_description {
    margin-left: 16px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .site__logo.fs_m .custom-logo {
    max-height: 36px;
  }
  .site_description {
    display: none;
  }
}


/* フッター（上書き）
----------------------------------------------- */
.footer-links > .menu {
  gap: 0;
  margin-bottom: 9px;
}

.footer-links li {
  font-size: 11px;
  line-height: 1.8;
}

.footer-links li::after {
  content: '｜';
  display: inline-block;
  margin: 0 0.3em;
}

.footer-links li:last-child::after {
  content: none;
}

.footer-links a {
  text-decoration: underline;
}

.footer-links a::before {
  content: none;
}

.copyright {
  font-size: 10px;
}


/* フッター（新規設置）
----------------------------------------------- */
.footer-town {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
  margin: 0 0 50px 0;
  padding: 14px 0 50px 0;
  border-bottom: 1px solid #DCDFAD;
}

.footer-town__cat {
  width: 100%;
}

.footer-town__heading {
  margin-bottom: 0;
  color: #000;
  font-size: 13px;
}

.footer-town__links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.footer-town__link {
  color: #000;
  font-size: 11px;
  line-height: 1.8;
}

.footer-town__link::after {
  content: '｜';
  display: inline-block;
  margin: 0 0.3em;
}

.footer-town__link:last-child::after {
  content: none;
}

.footer-logo {
  margin: 9px 0 0 0;
  padding: 0 0 30px 0;
  text-align: center;
}

.footer-logo__img {
  max-height: 20px;
}


/* パーツ（上書き）
----------------------------------------------- */
/* ボックス */
.entry-content .cbox:not(.type_simple):not(.type_ttl) {
  background-color: #fff;
}


/* 目次（上書き）※プラグイン Table of contents plus
----------------------------------------------- */
.entry-content #toc_container {
  padding: 1em;
  border-width: 2px;
}

.entry-content #toc_container p.toc_title {
  text-align: left;
}

.entry-content #toc_container .toc_list {
  max-width: 100%;
}

.entry-content #toc_container li {
  margin: 1em 0;
}

.entry-content #toc_container li li {
  margin: .5em 0;
}

