@charset "UTF-8";
/* ----------------------------------------

  物件概要
  /outline/index.html

---------------------------------------- */
body.outline .outline_table {
  width: 100%;
  /* font-family: $f-sans; */
  font-size: 0.93em;
}
body.outline .outline_table tr {
  counter-increment: list;
}
body.outline .outline_table th, body.outline .outline_table td {
  position: relative;
  padding: 0.75em;
  border-bottom: solid 1px #ccc;
  font-weight: normal;
}
body.outline .outline_table th::before {
  content: "00" counter(list);
  display: inline-block;
  min-width: 3em;
  margin-right: 0;
  text-align: left;
  color: #a00000;
}
body.outline .outline_table tr:nth-of-type(9) ~ tr th:before {
  content: "0" counter(list);
}
@media (min-width: 769px) {
  body.outline .outline_table th {
    padding-right: 1.5em;
    white-space: nowrap;
  }
  body.outline .outline_table th::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 1em;
    border-right: solid 1px #a00000;
    top: calc(50% - 0.5em);
    right: 0;
  }
  body.outline .outline_table td {
    padding-left: 1.5em;
  }
}
@media (max-width: 768px) {
  body.outline .outline_table {
    width: 96%;
    margin: 0 auto;
    border-bottom: solid 1px #ddd;
  }
  body.outline .outline_table th, body.outline .outline_table td {
    display: block;
    width: 100%;
    padding: 0.5em;
    border-bottom: none;
  }
  body.outline .outline_table th {
    background: #eee;
  }
  body.outline .outline_table th::before {
    margin-right: 0;
  }
  body.outline .outline_table td {
    padding-bottom: 1em;
  }
}
body.outline .outline_notes {
  margin-top: 2em;
}
body.outline .outline_notes dt {
  text-align: center;
  font-size: 1.36em;
}
body.outline .outline_notes dd {
  font-family: "Noto Sans CJK JP", sans-serif;
  margin-top: 0.5em;
  font-size: 0.76em;
}

/* ----------------------------------------

  現地案内図
  /map/index.html

---------------------------------------- */
@media screen and (min-width: 961px), print {
  body.map .map_area .map .map_area > div {
    width: 960px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
  }
  body.map .map_area .map .print_btn a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  body.map .map_area {
    width: 90%;
    height: 100vw;
    margin: 0 auto;
  }
  body.map .map_area iframe {
    width: 100%;
    height: 100%;
  }
}
body.map .parking__hongo {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 5% 0 0;
}
body.map .parking__hongo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
body.map .parking__hongo p {
  margin-top: 1em;
  background-color: #dfdfdf;
  display: block;
  max-width: 502px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0.5em;
  text-align: center;
}
body.map .parking__hongo span {
  color: #a20000;
  font-weight: bold;
}
@media (max-width: 768px) {
  body.map .parking__hongo {
    width: 90%;
  }
  body.map .parking__hongo p {
    max-width: 648px;
    text-align: left;
    font-size: min(3.55vw, 28px);
  }
}
body.map .parking__heading {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2em;
}
@media screen and (min-width: 768px), print {
  body.map .parking__images {
    display: flex;
    justify-content: space-between;
  }
  body.map .parking__images > div {
    width: 48%;
  }
  body.map .parking__text {
    display: flex;
    align-items: stretch;
    border: solid 1px #a00000;
    margin: 2em 0 1em;
  }
  body.map .parking__text > * {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 0.5em;
    font-size: 1.4em;
  }
  body.map .parking__text dt {
    background-color: #a00000;
    color: #fff;
  }
}
@media (max-width: 768px) {
  body.map .parking {
    width: 90%;
    max-width: 500px;
  }
  body.map .parking__heading {
    font-size: 1.4em;
  }
  body.map .parking__images > div {
    margin-bottom: 2em;
  }
  body.map .parking__text {
    margin-bottom: 1em;
    border: solid 1px #a00000;
  }
  body.map .parking__text > * {
    padding: 0.5em;
    text-align: center;
    font-size: 1.4em;
  }
  body.map .parking__text dt {
    background-color: #a00000;
    color: #fff;
  }
}

@media print {
  .header,
  .contents_nav,
  .pagetop,
  .footer,
  .fixed_button,
  .copyright,
  .print_btn {
    display: none;
  }
  .page_header,
  .page_header__nagakute {
    background: none;
    height: 100px !important;
  }
  .page_title {
    top: 5% !important;
  }
  .padding-section {
    padding: 20px 0;
  }
  .map {
    /* width: 210mm;
    height: 297mm; */
    padding: 0;
    margin: 0;
    border: none;
  }
  .map .page_title {
    margin-top: 3rem;
    /* font-size: 3rem !important; */
    font-size: 25pt;
  }
  .map .map_area {
    width: 100% !important;
    height: 800px !important;
    margin: 0;
    padding: 0;
    background: none;
  }
  /* @page {
      size: A4 portrait;
      margin: 0mm 5mm;
  } */
}
/* ----------------------------------------

  ニュース
  /news/index.html

---------------------------------------- */
html.wf-active,
html.loading-delay {
  visibility: visible;
}

body.news .news_date {
  margin-top: 0.25em;
  font-family: "Cormorant Infant", serif;
  font-size: 1.6em;
}
body.news .news_ttl {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 0.9em;
}
body.news .entry_date {
  font-family: "Cormorant Infant", serif;
  font-size: 1.6em;
  color: #a00000;
}
body.news .entry_title {
  margin-bottom: 1.5em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.4em;
}
body.news .entry_keyvisual {
  margin-bottom: 2em;
}
body.news .entry_keyvisual img {
  display: block;
  margin: 0 auto;
}
body.news .entry_body {
  text-align: center;
  line-height: 2;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-style: normal;
}
body.news .entry_body img.size-full {
  margin-top: 1em;
  margin-bottom: 1em;
}
body.news .entry_body img {
  margin: 5em auto;
}
body.news .page_numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 80px;
}
body.news .page_numbers li {
  margin: 0.2em;
}
body.news .page_numbers li > * {
  display: block;
  width: 2.4em;
  line-height: 2.4;
  border: solid 1px #ccc;
  text-align: center;
}
body.news .page_numbers li > *.dots {
  width: 1.2em;
  border: none;
}
body.news .page_numbers li > *.current {
  background-color: #a00000;
  color: #fff;
}
@media (min-width: 769px) {
  body.news .news__list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8%;
  }
  body.news .news__list_item {
    width: 30%;
    margin: 0 5% 5% 0;
  }
  body.news .news__list_item:nth-child(3n) {
    margin-right: 0;
  }
  body.news img {
    transition: opacity 0.3s;
  }
  body.news a:hover img {
    opacity: 0.8;
  }
  body.news a:hover .news_ttl {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  body.news .news__list {
    width: 90%;
    max-width: 500px;
    padding-top: 9%;
  }
  body.news .news__list_item {
    margin-bottom: 10%;
  }
  body.news .page_numbers {
    margin-top: min(15%, 80px);
    font-size: 0.9em;
  }
}

/* ----------------------------------------

  資料請求
  /request/index.html

---------------------------------------- */
body.request iframe {
  min-height: 1500px;
}

/* ----------------------------------------

  カタログダウンロード
  /pw_request/index.html

---------------------------------------- */
body.pw_request .page_contents {
  padding-top: 2em;
}
body.pw_request iframe {
  min-height: 1100px;
}
@media (max-width: 768px) {
  body.pw_request iframe {
    min-height: 1700px;
  }
}

/*# sourceMappingURL=style_lower.css.map */
