@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: inherit;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input, select, textarea {
  vertical-align: middle;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  padding-top: 80px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #3b3b3b;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-weight: 500;
  font-size: 1.4rem;
  font-family: Avenir, "Roboto", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  line-break: strict;
}
@media screen and (min-width: 641px) {
  body {
    min-width: 1240px;
  }
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

a {
  color: #0372c4;
}
.mouse a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 641px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .sp-none {
    display: none !important;
  }
}
.btn-pdf, .btn-search, .btn-clear, .btn-02, .btn-01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 200px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: inherit;
  font-family: inherit;
  line-height: 1.6;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-pdf:hover, .btn-search:hover, .btn-clear:hover, .btn-02:hover, .btn-01:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-02::before, .btn-01::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  pointer-events: none;
}

.btn-01 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 60px 0 108px;
  max-width: 400px;
  height: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  font-size: 1.8rem;
}
.btn-01::after {
  content: attr(data-btn-sub-txt);
  display: block;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.btn-01::before {
  right: 40px;
  width: 8px;
  height: 8px;
}
.btn-02 {
  padding: 0 32px 0 16px;
  max-width: 180px;
  height: 48px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  font-size: 1.2rem;
}
.btn-02::before {
  right: 24px;
  width: 6px;
  height: 6px;
}
.btn-conditions {
  background-image: url(../img/common/icon01@2x.png);
  background-position: left 40px center;
  background-size: 46px auto;
  background-repeat: no-repeat;
}
.btn-map {
  background-image: url(../img/common/icon02@2x.png);
  background-position: left 40px center;
  background-size: 46px auto;
  background-repeat: no-repeat;
}
.btn-clear {
  margin: 0 8px;
  max-width: 64px;
  height: 32px;
  border: 1px solid rgb(185, 185, 185);
  font-size: 1.2rem;
  line-height: 1;
}
.btn-search {
  margin: 0 8px;
  max-width: 64px;
  height: 32px;
  background-color: rgb(59, 59, 59);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.btn-pdf {
  padding: 0 32px 0 8px;
  max-width: 148px;
  height: 48px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  font-size: 1.2rem;
}
.btn-pdf::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 23px;
  height: 23px;
  background-image: url(../img/common/icon-pdf@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

::-webkit-input-placeholder {
  color: #acacac;
}

::-moz-placeholder {
  color: #acacac;
}

:-ms-input-placeholder {
  color: #acacac;
}

::-ms-input-placeholder {
  color: #acacac;
}

::placeholder {
  color: #acacac;
}

.input-checkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  cursor: pointer;
}
.input-checkbox + .input-checkbox {
  margin-top: 16px;
}
.input-checkbox input {
  position: absolute;
  opacity: 0;
}
.input-checkbox-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  min-width: 18px;
  width: 18px;
  height: 18px;
  border: 1px solid rgb(222, 222, 222);
  background-color: rgb(222, 222, 222);
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.input-checkbox-icon::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
:checked + .input-checkbox-icon {
  border-color: #3b3b3b;
  background-color: #3b3b3b;
}
:focus + .input-checkbox-icon {
  border: 1px solid #0372c4;
}
.input-radio {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 2rem;
  cursor: pointer;
}
.input-radio input {
  position: absolute;
  opacity: 0;
}
.input-radio-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 4px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #acacac;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  font-size: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
:checked + .input-radio-icon {
  background-color: #0372c4;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}
:focus + .input-radio-icon {
  border: 2px solid #0372c4 !important;
}
:disabled + .input-radio-icon {
  background: #cbcbcb;
}
:checked:disabled + .input-radio-icon {
  background-color: #cbcbcb;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}
.input-error .input-radio-icon {
  border: 2px solid #d62400;
}
:disabled ~ .input-radio-txt {
  color: #cbcbcb;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../img/common/b-close@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.modal-img {
  margin-bottom: 24px;
}

.slider-main img {
  width: 100%;
}
.slider-main .swiper-slide {
  opacity: 0 !important;
}
.slider-main .swiper-slide-active {
  opacity: 1 !important;
}
.slider-main-cap {
  margin-top: 8px;
  text-align: center;
  font-size: 1.2rem;
}
.slider-main-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: 10;
  margin: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.slider-main-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.slider-main-button-prev::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slider-main-button-next {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  z-index: 10;
  margin: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.slider-main-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.slider-main-button-next::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slider-thumb {
  margin-top: 24px;
  max-width: 708px;
}
.slider-thumb-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: 10;
  margin: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.slider-thumb-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.slider-thumb-button-prev::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slider-thumb-button-next {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  z-index: 10;
  margin: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.slider-thumb-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.slider-thumb-button-next::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slider-thumb .swiper-slide {
  width: calc((100% + 4px) / 6 - 4px);
  cursor: pointer;
}
.slider-thumb .swiper-slide-active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  pointer-events: none;
}
@media screen and (min-width: 641px) {
  .slider-thumb .swiper-slide-active::after {
    border: 8px solid rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 640px) {
  .slider-thumb .swiper-slide-active::after {
    border: 4px solid rgba(0, 0, 0, 0.5);
  }
}

.search-open {
  visibility: visible !important;
  opacity: 1 !important;
}
.search-btn {
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 100;
  padding-top: 25px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #3b3b3b;
  background-image: url(../img/common/b-search@2x.png);
  background-position: center top -8px;
  background-size: 50px auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .search-btn {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .search-btn {
    display: block;
  }
}
.search-btn-02 {
  padding-top: 35px;
  width: 113px;
  height: 69px;
  border-radius: 100px;
  background-color: #3b3b3b;
  background-image: url(../img/common/b-search@2x.png);
  background-position: center top -8px;
  background-size: 64px auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
}
.search-area {
  padding: 24px;
  background-color: rgb(247, 247, 247);
}
.search-area-ttl {
  font-weight: 500;
  font-size: 2.2rem;
}
.search-area-item + .search-area-item {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgb(224, 224, 224);
}
.search-area-item-ttl {
  font-size: 2.2rem;
}
.search-area-item-body {
  margin-top: 8px;
}
.search-area-item-body-list-item {
  display: block;
}
.search-area-item-body-list-item + .search-area-item-body-list-item {
  margin-top: 16px;
}
.search-area-item-body-list-item-notes {
  margin-top: 16px;
  font-size: 1.1rem;
}
.search-area-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.search-result {
  margin-bottom: 7px;
}
@media screen and (max-width: 640px) {
  .search-result {
    padding: 0 24px;
  }
}
.search-result-ttl {
  font-size: 1.2rem;
  line-height: 1.4;
}
.search-result-body {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
}
.search-result-body small {
  font-weight: 500;
  font-size: 1.6rem;
}

.gmap {
  font-family: Avenir, "Roboto", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 641px) {
  .gmap {
    max-width: 400px;
  }
}
@media screen and (max-width: 640px) {
  .gmap {
    max-width: 240px;
  }
}
.gmap-img img {
  width: 100%;
  height: auto;
}
.gmap-body {
  padding-bottom: 20px;
}
.gmap-body-name {
  margin-bottom: 8px;
  padding: 8px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.gmap-body-table {
  display: block;
}
.gmap-body-table tbody {
  display: block;
}
.gmap-body-table tr {
  display: block;
}
.gmap-body-table th {
  display: block;
  color: #999;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}
.gmap-body-table td {
  display: block;
  margin-bottom: 12px;
  color: #000;
  text-align: left;
  font-size: 14px;
}
.gmap-body-link {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 8px;
  width: 100%;
  background-color: rgb(174, 0, 0);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}

.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .wrap {
    padding: 0 20px;
    width: 1240px;
  }
}
@media screen and (max-width: 640px) {
  .wrap {
    padding: 0 16px;
  }
}
.wrap-medium {
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .wrap-medium {
    width: 930px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-medium {
    padding: 0 16px;
  }
}
.wrap-small {
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .wrap-small {
    width: 840px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-small {
    padding: 0 16px;
  }
}

.totop {
  position: fixed;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgb(59, 59, 59);
  background-image: url(../img/common/arrow2@2x.png);
  background-position: center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  .totop {
    right: 48px;
    bottom: 126px;
  }
}
@media screen and (max-width: 640px) {
  .totop {
    right: 16px;
    bottom: 16px;
    z-index: 1;
  }
}

.main-ttl {
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 2.8rem;
}
.main-ttl::after {
  content: attr(data-sub-txt);
  display: block;
  letter-spacing: 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 641px) {
  .main-bottom-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .main-bottom-btns [class^=btn-] {
    margin: 20px auto;
  }
}

.breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 8px 0;
}
.breadcrumb-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
.breadcrumb-list-item:not(:last-child)::after {
  content: ">";
  display: block;
  margin: 0 0.5em;
}
.breadcrumb-list-item a {
  color: inherit;
}
.footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
  margin-top: 140px;
  background-color: #fff;
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 641px) {
  .footer-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .footer-contents {
    padding: 20px 0;
  }
}
.footer-contents-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .footer-contents-logo {
    margin-bottom: 10px;
  }
}
.footer-contents-copy {
  letter-spacing: 0.1em;
  font-size: 1rem;
}

.top-mv-header {
  padding: 40px 0;
  text-align: center;
}
.top-mv-img img {
  width: 100%;
}
.top-contents {
  padding: 80px 0;
}
.top-contents-txt {
  line-height: 2;
}
.top-contents-note {
  margin-top: 24px;
  font-size: 1.2rem;
}
.top-contents-news {
  padding-top: 80px;
}
.top-contents-news-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 22px;
}
.top-contents-news-ttl::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 80px;
  height: 1px;
  background-color: #707070;
}
.top-contents-news-list {
  margin-top: 16px;
}
.top-contents-news-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
.top-contents-news-list-item::before {
  content: attr(data-news-date);
  display: block;
  width: 90px;
  color: #acacac;
  font-size: 1.2rem;
}
.top-contents-news-list-item a {
  color: inherit;
  text-decoration: none;
}

.conditions-contents {
  margin-top: 40px;
}
@media screen and (min-width: 641px) {
  .conditions-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.conditions-contents-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .conditions-contents-header .main-ttl {
    margin-right: 24px;
  }
}
@media screen and (min-width: 641px) {
  .conditions-contents-sub {
    margin-top: 40px;
    width: 240px;
  }
}
@media screen and (max-width: 640px) {
  .conditions-contents-sub {
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
    overflow-y: auto;
    margin: auto;
    padding: 24px 0 64px;
    width: 100%;
    background-color: #f7f7f7;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (min-width: 641px) {
  .conditions-contents-main {
    width: 920px;
  }
}
.conditions-contents-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 641px) {
  .conditions-contents-list::before {
    content: "";
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: calc((100% + 40px) / 4 - 40px);
  }
  .conditions-contents-list::after {
    content: "";
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: calc((100% + 40px) / 4 - 40px);
  }
}
.conditions-contents-list-item {
  display: block;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  list-style: none;
}
@media screen and (min-width: 641px) {
  .conditions-contents-list-item {
    width: calc((100% + 40px) / 4 - 40px);
  }
}
@media screen and (max-width: 640px) {
  .conditions-contents-list-item {
    margin-bottom: 24px;
    width: calc((100% + 16px) / 2 - 16px);
  }
}
.conditions-contents-list-item-none {
  display: block;
  list-style: none;
}
.conditions-contents-list-item-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.conditions-contents-list-item-link:hover {
  opacity: 0.7;
}
.conditions-contents-list-item-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
}
.conditions-contents-list-item-logo img {
  max-width: calc(100% - 48px);
  max-height: 30px;
  width: auto;
  height: auto;
}
.conditions-contents-list-item-imported {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.conditions-contents-list-item-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  height: 80px;
}
.conditions-contents-list-item-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
}
.conditions-contents-detail {
  margin-top: 40px;
}
@media screen and (min-width: 641px) {
  .conditions-contents-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 641px) {
  .conditions-contents-detail-main {
    width: 708px;
  }
}
@media screen and (min-width: 641px) {
  .conditions-contents-detail-sub {
    width: 456px;
  }
}
@media screen and (max-width: 640px) {
  .conditions-contents-detail-sub {
    margin-top: 40px;
  }
}
.conditions-contents-detail-logo {
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .conditions-contents-detail-logo {
    text-align: center;
  }
}
.conditions-contents-detail-logo img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
}
.conditions-contents-detail-ttl {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .conditions-contents-detail-ttl {
    text-align: center;
  }
}
.conditions-contents-detail-txt {
  line-height: 2;
}
.conditions-contents-detail-info {
  margin-top: 24px;
}
.conditions-contents-detail-info-item {
  border-bottom: 1px solid rgb(224, 224, 224);
}
.conditions-contents-detail-info-item-ttl {
  position: relative;
  padding: 20px 0;
  font-weight: 500;
  cursor: pointer;
}
.conditions-contents-detail-info-item-ttl::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 4px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid rgb(59, 59, 59);
  border-bottom: 1px solid rgb(59, 59, 59);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.item-open .conditions-contents-detail-info-item-ttl::after {
  top: 0;
  bottom: -4px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.conditions-contents-detail-info-item .target-item {
  display: none;
}
.conditions-contents-detail-info-item-table {
  margin-top: 8px;
}
.conditions-contents-detail-info-item-table-th {
  padding-right: 24px;
  padding-bottom: 16px;
  color: rgb(172, 172, 172);
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.2rem;
}
.conditions-contents-detail-info-item-table-td {
  padding-bottom: 16px;
  vertical-align: top;
  font-size: 1.2rem;
}
.conditions-contents-detail-bottom {
  margin-top: 120px;
  text-align: center;
}
.conditions-contents-detail-bottom-ttl {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 1.2rem;
}
.conditions-contents-detail-bottom-ttl-v {
  margin-top: 32px;
  font-weight: 500;
  font-size: 1.6rem;
}
.conditions-contents-detail-bottom-ttl-v + .conditions-contents-detail-bottom-iframe {
  margin-top: 24px;
}
.conditions-contents-detail-bottom-iframe + .conditions-contents-detail-bottom-ttl-v {
  margin-top: 80px;
}
.conditions-contents-detail-bottom-txt {
  margin: 40px auto 32px;
  max-width: 840px;
  text-align: left;
}
.conditions-contents-detail-bottom-iframe {
  margin-top: 32px;
}
.conditions-contents-detail-bottom-iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}

.map-contents {
  margin-top: 40px;
}
.map-contents-header {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) {
  .map-contents-header {
    text-align: center;
  }
  .map-contents-header .btn-02 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .map-contents-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .map-contents-header .main-ttl {
    margin-right: 24px;
  }
}
.map-contents-ttl {
  margin-bottom: 48px;
  padding: 8px;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 1.6rem;
}
.map-contents-list-item-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 700;
}
.map-contents-list-item-link {
  margin-top: 16px;
}
@media screen and (min-width: 641px) {
  .map-contents-list-item-link {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 640px) {
  .map-contents-list-item-link {
    width: 100%;
  }
}
.map-contents-list-item-link a {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  color: inherit;
  text-decoration: none;
}
.map-contents-list-item-link a::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  pointer-events: none;
}
.map-contents-list-item-more {
  position: relative;
  margin-left: auto;
  padding-right: 24px;
}
.map-contents-list-item-more::after {
  content: "";
  position: absolute;
  top: -3px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgb(59, 59, 59);
  border-left: 1px solid rgb(59, 59, 59);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.item-open .map-contents-list-item-more::after {
  right: 4px;
  bottom: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.map-contents-list-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 32px;
}
@media screen and (min-width: 641px) {
  .map-contents-list-item-list {
    padding-left: 85px;
  }
}
@media screen and (max-width: 640px) {
  .map-contents-list-item-list {
    padding-left: 24px;
  }
}
.map-contents-list-item-list-item {
  margin-top: 24px;
}
@media screen and (min-width: 641px) {
  .map-contents-list-item-list-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 640px) {
  .map-contents-list-item-list-item {
    width: 100%;
  }
}
.map-contents-list-item-list-item a {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  color: inherit;
  text-decoration: none;
}
.map-contents-list-item-list-item a::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  pointer-events: none;
}
.map-contents-item + .map-contents-item {
  margin-top: 160px;
}
.map-contents-item-ttl {
  margin-bottom: 32px;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
}
.map-contents-item-map {
  width: 100%;
  height: auto;
  background: #ddd;
  vertical-align: bottom;
}
@media screen and (min-width: 641px) {
  .map-contents-item-map {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 640px) {
  .map-contents-item-map {
    aspect-ratio: 1/1;
  }
}
.furniture-contents {
  margin-top: 80px;
}
.furniture-contents-item {
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 641px) {
  .furniture-contents-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.furniture-contents-item + .furniture-contents-item {
  margin-top: 24px;
}
@media screen and (min-width: 641px) {
  .furniture-contents-item-img {
    width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .furniture-contents-item-img {
    margin-bottom: 24px;
  }
  .furniture-contents-item-img img {
    width: 100%;
  }
}
.furniture-contents-item-body {
  position: relative;
}
@media screen and (min-width: 641px) {
  .furniture-contents-item-body {
    padding-bottom: 64px;
    width: calc(100% - 332px);
  }
}
.furniture-contents-item-body-ttl {
  font-weight: 500;
  font-size: 1.8rem;
}
.furniture-contents-item-body-txt {
  margin-top: 8px;
  font-size: 1.3rem;
}
@media screen and (min-width: 641px) {
  .furniture-contents-item-body-txt {
    height: 105px;
  }
}
.furniture-contents-item-body-date {
  margin-top: 24px;
  color: #acacac;
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (min-width: 641px) {
  .furniture-contents-item-body .btn-pdf {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .furniture-contents-item-body .btn-pdf {
    margin: 24px auto;
  }
}
a{
 color:currentColor;
 text-decoration: none;
 transition:all .2s linear;
}
.top header#GH{
 position:fixed;
 top:0;
 left:0;
 width:100%;
 z-index: +3;
 background-color: #fff;
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.top header#GH .container{
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.top header#GH .container nav ul.mn li.cl ul.sb li a{
 display: block;
 padding-right: 2em;
 position: relative;
}
.top header#GH .container nav ul.mn li.cl ul.sb li a:after{
 content: "";
 position: absolute;
 right:0;
 top:40%;
 width:.5em;
 height:.5em;
 border-top:1px solid #3B3B3B;
 border-right:1px solid #3B3B3B;
 transform: rotate(45deg);
}
.top header#GH .container nav ul.mn li a small{
 display: block;
 font-size: .875em;
 font-feature-settings: "palt" 1;
}
.top .container{
 max-width: 1200px;
 margin: 0 auto;
}
@media screen and (min-width:641px){
 a:hover{opacity: .7;}
 .top .container{
  width:calc(100% - 6em);
 }
 .top header#GH #LOGO{padding: 2em 0;}
 .top header#GH .container nav ul.mn > li{
  position: relative;
  height: auto;
 }
 .top header#GH .container nav ul.mn > li > a{
  padding: .5em 0;
  border-bottom: 1px solid #3B3B3B;
 }
 .top header#GH .container nav ul.mn{
  display: flex;
  gap:2.75em;
 }
 .top header#GH .container nav ul.mn li.cl ul.sb{
  display: block;
  visibility: hidden;
  position: absolute;
  min-width: 12em;
  left:50%;
  bottom:-.5em;
  opacity: 0;
  transition:all .3s linear;
  transform: translate(-50%,100%);
  z-index: -1;
 }
 .top header#GH .container nav ul.mn li.cl ul.sb li{
  white-space: nowrap;
 }
 .top header#GH .container nav ul.mn li.cl.activ ul.sb:before{
  content: "";
  position: absolute;
  width:1em;
  height: 1em;
  background-color:#fcfcfc;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top:1px;
  left:50%;
  transform: translate(-50%,-100%);
 }
 .top header#GH .container nav ul.mn li.cl.activ ul.sb{
  visibility: visible;
  opacity: 1;
  background-color: #fcfcfc;
  color:#3B3B3B;
  transform: translate(-50%, calc(100% + 1em));
  padding: 1.5em;
  border-radius: 2em;
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.17);
  z-index: +1;
 }
 .top header#GH .container nav ul.mn li.cl.activ ul.sb li:not(:first-child){
  margin-top: 1em;  
 }
}
@media screen and (max-width:640px){
 body{
  max-width: 100vw;
  overflow-x: hidden;
 }
 body.top .globalNav-btn {width:40px;height:60px;}
 .top header#GH #LOGO{padding: .5em 0;max-width: 65vw;}
 .top header#GH .container nav ul.mn{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100dvh;
  background-color: #fff;
  color:#3B3B3B;
  transition: all .5s linear;
  padding: 6em 2em 0;
  transform: translateX(100vw);
  opacity: 0.5;
 }
 body.top.gNav-active header#GH .container nav ul.mn{
  transform: translateX(0);
  opacity: 1;
 }
 .top header#GH .container nav ul.mn > li a{
  display:block;
  position: relative;
  padding: 1em 2em 1em 0;
 }
 .top header#GH .container nav ul.mn > li:not(:first-child){
  margin-top: 1.5em;
  padding-top: 1em;
  border-top:1px solid #D3D3D3;
 }
 .top header#GH .container nav ul.mn > li > a:after{
  content: "";
  position: absolute;
  right:0;
  top:40%;
  width:.5em;
  height:.5em;
  border-top:1px solid #3B3B3B;
  border-right:1px solid #3B3B3B;
  transform: rotate(45deg);
 }
 .top header#GH .container nav ul.mn li.cl ul.sb li{
  position: relative;
  padding-left: 3em;
 }
 .top header#GH .container nav ul.mn li.cl ul.sb li:before{
  content: "";
  display: block;
  position: absolute;
  width: 1.325em;
  height:1px;
  background-color: #707070;
  left:0;
  top:1.75em;
 }
  .globalNav-btn {
    position: relative;
    z-index: 100;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
  }
}
.globalNav-btn::before {
  content: "MENU";
  position: absolute;
  top: 12px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  color: #3b3b3b;
  font-size: 1rem;
}
.gNav-active .globalNav-btn::before {
  content: "CLOSE";
}
.globalNav-btn-icon {
  position: absolute;
  top: 16px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 2px;
  background-color: #aaa;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gNav-active .globalNav-btn-icon {
  background-color: transparent;
}
.globalNav-btn-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 32px;
  height: 2px;
  background-color: #aaa;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.gNav-active .globalNav-btn-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.globalNav-btn-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 32px;
  height: 2px;
  background-color: #aaa;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.gNav-active .globalNav-btn-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.top .container{
  width:calc(100% - 6vw);
 }
}