@charset "UTF-8";
/*----------------------
  展示場スライダー
----------------------*/
.slick {
  width: 100%;
  margin-bottom: 30px;
}
.slick img {
  width: 100%;
}

/*----------------------
  ヘッダー
----------------------*/
.header {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2001;
  background-color: #fff;
  padding: 10px 10px;
}
.header h1 a {
  color: #2464e6;
}

.hung-menu .border span {
  background-color: #2464e6;
}

/*----------------------
  見出し
----------------------*/
.h2-link {
  margin-bottom: 20px;
  border-bottom: dotted 1px #2464e6;
}
.h2-link a {
  display: block;
  padding: 5px;
  text-decoration: none;
  font-size: 1em;
  color: #2464e6;
  font-weight: normal;
  position: relative;
}
.h2-link a:hover::after {
  opacity: 1;
  right: 20px;
}
.h2-link a::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 22px;
  display: block;
  opacity: 0;
  transition: all 0.2s linear;
  border-top: 7px solid transparent;
  border-left: 12.124355653px solid #2464e6;
  border-bottom: 7px solid transparent;
}

.h2-main {
  padding: 5px 10px;
  font-size: 1.5em;
  border-bottom: solid 1px rgba(36, 100, 230, 0.2);
  color: #2464e6;
  font-weight: normal;
  margin-bottom: 30px;
  position: relative;
}
.h2-main::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 10px;
  width: 1em;
  height: 1px;
  background-color: #2464e6;
}

@media print, screen and (min-width: 768px) {
  .h2-main {
    font-size: 1.875em;
  }
}
.h3-union {
  position: relative;
  font-weight: normal;
  color: #fff;
  background-color: #2464e6;
  padding: 10px 10px;
  padding-left: 22px;
  margin-bottom: 20px;
  border-top-right-radius: 5px;
  font-size: 1.25em;
}
.h3-union::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 1px;
  top: 23px;
  left: 0px;
  background-color: #e3ecff;
}

.h3-main {
  position: relative;
  font-weight: normal;
  color: #2464e6;
  background-color: #e3ecff;
  padding: 10px 10px;
  padding-left: 22px;
  margin-bottom: 20px;
  border-top-right-radius: 10px;
  border-left: solid 1px #2464e6;
  font-size: 1.25em;
}
.h3-main::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 1px;
  top: 23px;
  left: 0px;
  background-color: #2464e6;
}

.h3-half {
  margin-bottom: 10px;
}
.h3-half span, .h3-half a {
  display: block;
  text-decoration: none;
  color: #2464e6;
  padding: 5px 10px 4px 10px;
  padding-left: 20px;
  position: relative;
  background-color: #e3ecff;
  border-radius: 3px;
  border-top-right-radius: 10px;
}
.h3-half span::after, .h3-half a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  top: 18px;
  left: -2px;
  background-color: #95b9ff;
}

.h4-main {
  color: #2464e6;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 5px;
  font-weight: normal;
  font-size: 1.125em;
  position: relative;
}
.h4-main::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 1px;
  height: 1em;
  background-color: #2464e6;
}
.h4-main span {
  display: block;
  width: 100%;
  padding-left: 10px;
  border-bottom: dotted 1px #2464e6;
}

.h1-wrap {
  width: 100%;
  background: #6824e6; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6824e6 0%, #2464e6 50%, #24c4e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6824e6", endColorstr="#24c4e6",GradientType=1 ); /* IE6-9 */
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.h1-wrap .h1-main {
  margin: 0 auto;
  width: 100%;
  height: 160px;
  max-width: 1040px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.75em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.h1-wrap .h1-main .main {
  margin-top: -20px;
  position: relative;
}
.h1-wrap .h1-main .main::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 1em;
  height: 1px;
  background-color: #fff;
}
.h1-wrap .h1-main .main::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: -50vw;
  width: 200vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.h1-wrap .h1-main .sub {
  position: absolute;
  left: 10px;
  bottom: 5px;
  display: inline-block;
  font-size: 0.7142857143em;
  font-weight: normal;
  padding-left: 0.5em;
  color: rgba(255, 255, 255, 0.3);
}

.h3-open {
  position: relative;
  font-weight: normal;
  color: #2464e6;
  background-color: #e3ecff;
  padding: 10px 10px;
  padding-left: 22px;
  margin-bottom: 20px;
  border-top-right-radius: 10px;
  border-left: solid 1px #2464e6;
  font-size: 1.25em;
  cursor: pointer;
}
.h3-open::after {
  content: "↓";
  display: block;
  font-weight: bold;
  position: absolute;
  top: 17px;
  right: 21px;
  font-size: 14px;
}
.h3-open::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: 14px;
  background-color: #fff;
  width: 27px;
  height: 27px;
  border-radius: 50px;
}

.open-box {
  display: none;
}
.open-box p {
  margin-bottom: 20px;
  padding: 0 10px;
}

.h5-main span {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  padding: 5px 20px 5px 3px;
  margin-bottom: 10px;
  margin-left: 10px;
  position: relative;
}

.h5-main span::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: -20px;
  width: 30px;
  height: 1px;
  border-bottom: dotted 1px #2464e6;
}

@media print, screen and (min-width: 768px) {
  .h1-wrap .h1-main {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 2.25em;
  }
  .h1-wrap .h1-main .main {
    margin-top: -10px;
  }
  .h1-wrap .h1-main .sub {
    position: static;
    font-size: 0.6666666667em;
  }
}
/*----------------------
  パンクズ
----------------------*/
.pankuzu {
  width: 100%;
  background-color: #e6e8f2;
}
.pankuzu ul {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pankuzu ul li {
  font-size: 0.875em;
  padding: 10px 0;
}
.pankuzu ul li a {
  display: inline-block;
}
.pankuzu ul li:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  padding: 0 10px;
}

/*----------------------
  コンテンツ
----------------------*/
.content-wrap {
  width: 100%;
  position: relative;
  z-index: 100;
  overflow-x: hidden;
}
.content-wrap .content {
  width: 100%;
  max-width: 1040px;
  padding: 20px 20px;
  margin: 0px auto;
}
.content-wrap .content p {
  line-height: 1.8em;
  padding: 0 1em;
  margin-bottom: 20px;
}

dl.notice_memberpage_archive div .prevent::after, dl.notice_memberpage_archive div .safety::after, dl.notice_memberpage_archive div .friday::after, dl.notice_memberpage_archive div .outside::after, dl.notice_memberpage_archive div .event::after, dl.notice_memberpage_archive div .meeting::after, dl.notice_memberpage_archive div .member::after, .scroll-box dl div .covid19::after, .scroll-box dl div .prevent::after, .scroll-box dl div .safety::after, .scroll-box dl div .friday::after, .scroll-box dl div .outside::after, .scroll-box dl div .event::after, .scroll-box dl div .meeting::after, .scroll-box dl div .member::after {
  display: inline-block;
  color: #2464e6;
  background-color: #e3ecff;
  border-radius: 3px;
  padding: 1px;
  text-align: center;
  width: 115px;
  font-size: 14px;
  margin-left: 10px;
}

.scroll-box {
  height: 350px;
  margin-bottom: 50px;
}
.scroll-box dl {
  overflow-y: scroll;
  height: 100%;
}
.scroll-box dl div {
  padding: 10px 20px 10px 5px;
  border-bottom: solid 1px #adadad;
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
}
.scroll-box dl div:last-child {
  border-bottom: none;
}
.scroll-box dl div dt {
  width: 100%;
  padding-bottom: 10px;
}
.scroll-box dl div dd {
  width: 100%;
}
.scroll-box dl div .member::after {
  content: "組合";
}
.scroll-box dl div .meeting::after {
  content: "会議";
}
.scroll-box dl div .event::after {
  content: "イベント";
}
.scroll-box dl div .outside::after {
  content: "外部";
}
.scroll-box dl div .friday::after {
  content: "金曜会";
}
.scroll-box dl div .safety::after {
  content: "交通安全会";
}
.scroll-box dl div .prevent::after {
  content: "自主防災会";
}
.scroll-box dl div .covid19::after {
  content: "新型コロナ情報";
}

dl.notice_memberpage_archive {
  overflow-y: auto;
  height: 100%;
}
dl.notice_memberpage_archive div {
  padding: 10px 20px 10px 5px;
  border-bottom: solid 1px #adadad;
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
}
dl.notice_memberpage_archive div:last-child {
  border-bottom: none;
}
dl.notice_memberpage_archive div dt {
  width: 100%;
  padding-bottom: 10px;
}
dl.notice_memberpage_archive div dd {
  width: 100%;
}
dl.notice_memberpage_archive div .member::after {
  content: "組合";
}
dl.notice_memberpage_archive div .meeting::after {
  content: "会議";
}
dl.notice_memberpage_archive div .event::after {
  content: "イベント";
}
dl.notice_memberpage_archive div .outside::after {
  content: "外部";
}
dl.notice_memberpage_archive div .friday::after {
  content: "金曜会";
}
dl.notice_memberpage_archive div .safety::after {
  content: "交通安全会";
}
dl.notice_memberpage_archive div .prevent::after {
  content: "自主防災会";
}

/*----------------------
  サイドメニューがあるページ
----------------------*/
.content-2col {
  width: 100%;
  max-width: 1040px;
  padding: 20px 20px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-2col .main {
  width: 100%;
  padding-bottom: 40px;
}
.content-2col .main > p {
  margin-bottom: 20px;
  padding: 0 10px;
}
.content-2col .side {
  width: 100%;
}

@media print, screen and (min-width: 860px) {
  .content-2col {
    flex-wrap: nowrap;
  }
  .content-2col .main {
    width: 0%;
    flex: 1 1 auto;
    padding-right: 20px;
  }
  .content-2col .side {
    flex: 0 0 260px;
    padding-left: 10px;
  }
}
.side-head {
  background-color: #2464e6;
  border: solid 4px #4f85f2;
}
.side-head a {
  font-size: 1.25em;
  display: block;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
}

.side-list {
  list-style: none;
  padding: 4px;
  background-color: #edf0f9;
  margin-bottom: 40px;
}
.side-list > li {
  border: solid 1px #c2d6ff;
  margin-top: -1px;
  position: relative;
}
.side-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  border-top: 5px solid transparent;
  border-left: 8.6602540379px solid #2464e6;
  border-bottom: 5px solid transparent;
}
.side-list > li > a {
  display: block;
  padding: 15px 20px 15px 40px;
  text-decoration: none;
  background-color: #fff;
}
.side-list > li .side-sub {
  list-style: none;
}
.side-list > li .side-sub > li {
  margin-top: -1px;
  position: relative;
}
.side-list > li .side-sub > li:not(:last-child) {
  border-bottom: solid 1px #fff;
}
.side-list > li .side-sub > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 30px;
  border-top: 4px solid transparent;
  border-left: 6.9282032303px solid #6c9aff;
  border-bottom: 4px solid transparent;
}
.side-list > li .side-sub > li a {
  display: block;
  padding: 15px 20px 15px 50px;
  text-decoration: none;
}

/* サイドバーに表示する抜粋 */
.side-list-excerpt {
  font-size: 0.8em;
  color: #999;
  text-align: right;
}

/*----------------------------------------
  別ページのアンカーリンク
  グローバルメニューに隠れないように補正
----------------------------------------*/
.anchor {
  display: inline-block;
  position: absolute;
  top: 0px;
}

@media print, screen and (min-width: 768px) {
  .anchor {
    top: -80px;
  }
}
/*----------------------
  組合員紹介
----------------------*/
.member-list {
  background-color: #fff;
  padding: 0px 10px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  margin-bottom: 30px;
}
.member-list::after {
  content: "";
  display: block;
  width: 48%;
}
.member-list li {
  width: 48%;
  margin-bottom: 10px;
}
.member-list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #e3ecff;
  padding: 12px 10px;
  padding-left: 34px;
  border-radius: 3px;
  color: #2464e6;
  text-decoration: none;
  position: relative;
}
.member-list li a:hover {
  background-color: #d0dfff;
}
.member-list li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-left: 8.6602540379px solid #2464e6;
  border-bottom: 5px solid transparent;
  z-index: 15;
}

@media print, screen and (min-width: 1010px) {
  .member-list::after {
    content: "";
    width: 32%;
    min-width: 310px;
  }
  .member-list li {
    width: 32%;
    min-width: 310px;
    padding: 0 1px;
  }
}
@media screen and (max-width: 768px) {
  .member-list li {
    width: 100%;
  }
}
.union-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.union-box, .non-business-box {
  display: flex;
  width: 100%;
  border: solid 3px #e3ecff;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 10px;
  text-decoration: none;
  color: #333;
  transition: transform 0.1s linear;
}
.union-box:hover, .non-business-box:hover {
  transform: translateY(-2px);
}
.union-box .union-image, .non-business-box .union-image {
  flex: 0 0 160px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.union-box .union-image img, .non-business-box .union-image img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.union-box .union-info, .non-business-box .union-info {
  flex: 1 1 auto;
}
.union-box .union-info .head, .non-business-box .union-info .head {
  padding: 10px;
  padding-right: 20px;
  background-color: #e3ecff;
  color: #2464e6;
  font-weight: bold;
  margin-bottom: 10px !important;
  position: relative;
}
.union-box .union-info .head::after, .non-business-box .union-info .head::after {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  right: 10px;
  border-top: 5px solid transparent;
  border-left: 8.6602540379px solid #2464e6;
  border-bottom: 5px solid transparent;
}
.union-box .union-info dl, .non-business-box .union-info dl {
  background-color: #fff;
}
.union-box .union-info dl div, .non-business-box .union-info dl div {
  display: flex;
}
.union-box .union-info dl div dt, .non-business-box .union-info dl div dt {
  flex: 0 0 50px;
  white-space: nowrap;
  font-weight: bold;
  padding: 5px 0;
}
.union-box .union-info dl div dd, .non-business-box .union-info dl div dd {
  flex: 1 1 auto;
  padding: 5px 0;
}

.union-info-date {
  text-align: right;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

.non-business-box {
  margin-bottom: 0;
  border: none;
}

p.non-business {
  width: 100%;
  margin: 0;
  padding: 1em !important;
  border: 1px solid #333;
}

@media print, screen and (min-width: 1000px) {
  .union-box, .non-business-box {
    width: 49.5%;
  }
  .union-box .union-image, .non-business-box .union-image {
    width: 30%;
  }
  .union-box .union-info, .non-business-box .union-info {
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  .union-box, .non-business-box {
    flex-wrap: wrap;
  }
  .union-box .union-image, .non-business-box .union-image {
    flex: 1 1 auto;
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .union-box .union-info, .non-business-box .union-info {
    width: 100%;
  }
}
.box50 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box50 .left {
  width: 100%;
}
.box50 .right {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .box50 .left {
    width: 48%;
  }
  .box50 .right {
    width: 48%;
  }
}
.half-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 20px;
}
.half-box .left {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.half-box .left p {
  margin-bottom: 0;
}
.half-box .left img {
  width: 100%;
  height: auto;
}
.half-box .right {
  width: 100%;
  text-align: center;
}
.half-box .right p {
  margin-bottom: 0;
}
.half-box .right img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .half-box .left {
    width: 48%;
  }
  .half-box .right {
    width: 48%;
  }
}
.dl-profile-wide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dl-profile-wide dt, .dl-profile-wide dd {
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px;
  padding-left: 20px;
}
.dl-profile-wide dt {
  color: #2464e6;
}
.dl-profile-wide dd {
  background-color: #fff;
  border: solid 1px #f0f0f0;
}

@media print, screen and (min-width: 768px) {
  .dl-profile-wide dt, .dl-profile-wide dd {
    border-bottom: solid 1px #fff;
  }
  .dl-profile-wide dt {
    width: calc(18% - 1px);
    position: relative;
  }
  .dl-profile-wide dt::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2464e6;
  }
  .dl-profile-wide dd {
    background-color: #f0f0f0;
    width: 82%;
  }
}
.dl-profile {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dl-profile dt {
  width: 100%;
  color: #2464e6;
  background-color: #f0f0f0;
}
.dl-profile dd {
  width: 100%;
  background-color: #fff;
  border: solid 1px #f0f0f0;
}
.dl-profile dt, .dl-profile dd {
  padding: 10px;
  padding-left: 20px;
}

@media print, screen and (min-width: 768px) {
  .dl-profile dt, .dl-profile dd {
    border-bottom: solid 1px #fff;
  }
  .dl-profile dt {
    width: calc(18% - 1px);
    position: relative;
    margin-right: 1px;
  }
  .dl-profile dt::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2464e6;
  }
  .dl-profile dd {
    background-color: #f0f0f0;
    border: none;
    border-bottom: solid 1px #fff;
    width: 32%;
  }
}
.button-2col {
  width: 100%;
  max-width: 1020px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
.button-2col a, .button-2col p {
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  max-width: 400px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  background-color: #2464e6;
}
.button-2col a {
  margin-bottom: 20px;
}
.button-2col p {
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .button-2col {
    justify-content: space-around;
  }
  .button-2col a, .button-2col p {
    max-width: 300px;
  }
  .button-2col a {
    margin-bottom: 0;
  }
}
.button-3col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.button-3col a, .button-3col p {
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  max-width: 400px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  background-color: #2464e6;
}
.button-3col a {
  margin-bottom: 20px;
}
.button-3col p {
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .button-3col {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .button-3col a, .button-3col p {
    max-width: 300px;
  }
  .button-3col a:not(:nth-child(3)), .button-3col p:not(:nth-child(3)) {
    margin-right: 30px;
  }
  .button-3col a {
    margin-bottom: 0;
  }
}
/*----------------------
  サイトマップ
----------------------*/
.sitemap-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap-list::after {
  content: "";
  display: block;
  width: 100%;
}
.sitemap-list > li {
  width: 100%;
}
.sitemap-list > li p {
  padding: 5px 0;
  margin-bottom: 10px;
}
.sitemap-list > li p a {
  display: inline-block;
  padding: 2px 15px;
  text-decoration: none;
}

/*----------------------
  団地マップ
----------------------*/
.map {
  width: 100%;
  position: relative;
}
.map img {
  width: 100%;
  height: auto;
}

.kita {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.naka, .minami {
  position: relative;
  margin: 0 auto;
  width: 60%;
  padding-top: 110%;
}

.kita > svg, .naka > svg, .minami > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffecf4;
}
.kita > svg #areas .cls-8, .kita > svg #areas .cls-3, .naka > svg #areas .cls-8, .naka > svg #areas .cls-3, .minami > svg #areas .cls-8, .minami > svg #areas .cls-3 {
  cursor: pointer;
  transition: fill 0.1s linear;
}
.kita > svg #names, .naka > svg #names, .minami > svg #names {
  pointer-events: none;
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.map-wrap {
  position: relative;
  border: solid 1px #ccc;
  padding: 5px;
}

.sp {
  border: none;
}
.sp .map-desc {
  display: none;
}
.sp .up {
  display: none;
}
.sp .down {
  display: none;
}

.map-desc {
  position: absolute;
  right: 160px;
  bottom: -40px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
  background-color: #fff;
  margin: 0 !important;
}

.up {
  position: absolute;
  right: 125px;
  bottom: -45px;
  padding: 5px 10px;
  border: solid 1px #333;
  cursor: pointer;
  background-color: #fff;
}

.down {
  position: absolute;
  right: 80px;
  bottom: -45px;
  padding: 5px 10px;
  border: solid 1px #333;
  cursor: pointer;
  background-color: #fff;
}

.map1, .map2 {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding-top: 50%;
  overflow: hidden;
}
.map1 > svg, .map2 > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffecf4;
}
.map1 > svg #areas .cls-8, .map1 > svg #areas .cls-3, .map2 > svg #areas .cls-8, .map2 > svg #areas .cls-3 {
  cursor: pointer;
  transition: fill 0.1s linear;
}
.map1 > svg #names, .map2 > svg #names {
  pointer-events: none;
}

.filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 10%;
  background-color: #fff;
  opacity: 0.3;
  display: none;
  pointer-events: none;
}

/*------------------------
  展示場　大ホール予約状況
--------------------------*/
.orange-block {
  position: relative;
  padding-left: 20px !important;
  margin: 10px;
}
.orange-block::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #f0742d;
  position: absolute;
  top: 3px;
  left: 0;
}

.calendars {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 40px;
}
.calendars table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 5px;
  margin-bottom: 30px;
}
.calendars table tr .date {
  background-color: rgb(225, 232, 255);
  font-weight: bold;
}
.calendars table tr th {
  background-color: #eee;
  font-weight: normal;
}
.calendars table tr th, .calendars table tr td {
  border: solid 1px #ccc;
  text-align: center;
  padding: 5px;
}
.calendars table tr .orange {
  background-color: rgb(240, 116, 45) !important;
  color: #fff !important;
}

@media print, screen and (min-width: 768px) {
  .calendars table {
    width: 30%;
  }
}
/*----------------------
  お問い合わせ
----------------------*/
.phone {
  display: inline-block;
  font-size: 1.875em;
  font-weight: bold;
  color: #2464e6;
  padding-left: 50px !important;
  background-image: url("../images/i_tel.png");
  background-size: 20px;
  background-position-x: 20px;
  background-position-y: center;
  white-space: nowrap;
}
.phone a {
  color: #2464e6;
  text-decoration: none;
}

.form {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin-bottom: 30px;
}
.form .wrap-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.form dt {
  width: 100%;
  display: flex;
  padding: 4px;
}
.form dd {
  width: 100%;
  margin-bottom: 15px;
}
.form dd input {
  border-radius: 3px;
  background-color: #e3ecff;
  padding: 8px 12px;
  width: 100%;
}
.form dd textarea {
  width: 100%;
  border-radius: 3px;
  background-color: #e3ecff;
  padding: 8px 8px;
}

@media print, screen and (min-width: 768px) {
  .form .wrap-box {
    flex-wrap: nowrap;
  }
  .form dt {
    flex: 0 0 180px;
    margin-bottom: 15px;
    padding: 8px;
  }
  .form dd {
    width: 75%;
  }
  .form dd input {
    width: 80%;
  }
}
.submit-wrap {
  text-align: center;
}
.submit-wrap input {
  width: 300px;
  background-color: #2464e6;
  color: #fff;
  border-radius: 3px;
  padding: 8px 10px;
  font-size: 1.125em;
  border-radius: 3px !important;
}

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

input[type=submit] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus {
  outline-offset: -2px;
}

/*----------------------
  交通アクセス
----------------------*/
.blue {
  position: relative;
  padding-left: 25px !important;
  font-weight: bold;
}
.blue::after {
  content: "";
  display: block;
  background-color: #8fc321;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 20px;
}

.green {
  position: relative;
  padding-left: 25px !important;
  font-weight: bold;
}
.green::after {
  content: "";
  display: block;
  background-color: #54c3f1;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 20px;
}

.box64 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
}
.box64 .left {
  width: 100%;
}
.box64 .left img {
  width: 100%;
  height: auto;
}
.box64 .right {
  width: 100%;
}
.box64 .right img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .box64 .left {
    width: 50%;
  }
  .box64 .right {
    width: 48%;
  }
}
.box46 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
}
.box46 .left {
  width: 100%;
}
.box46 .left img {
  width: 100%;
  height: auto;
}
.box46 .right {
  width: 100%;
}
.box46 .right img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .box46 .left {
    width: 40%;
  }
  .box46 .right {
    width: 55%;
  }
}
/*----------------------
  展示場
----------------------*/
.guide-map {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding-top: 50%;
  overflow: hidden;
  margin-bottom: 60px;
}
.guide-map svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#area a {
  cursor: pointer;
}
#area a polygon {
  opacity: 0;
}
#area a .cover {
  fill: #fff;
  opacity: 0;
  transition: opacity 0.1s linear;
  cursor: pointer;
}
#area a .hov {
  opacity: 0.4;
}

.hall-map area {
  cursor: pointer;
}

#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(common/images/adminbar_logo.png) no-repeat;
}

#excerpt {
  height: 10em;
}

.img-p {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 10px;
}
.img-p dt {
  width: 100%;
  text-align: center;
}
.img-p dt img {
  width: 100%;
  height: auto;
  max-width: 320px;
}
.img-p dd {
  border-bottom: solid 1px #e3ecff;
  margin-bottom: 30px;
}
.img-p dd .img-p-head {
  font-weight: bold;
  color: #2464e6;
  margin-bottom: 5px;
}
.img-p dd {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .img-p dt {
    width: 30%;
    margin-bottom: 10px;
  }
  .img-p dd {
    width: 70%;
    margin-bottom: 10px;
    border-bottom: none;
  }
}
.img-3col2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.img-3col2 li {
  width: 48%;
  line-height: 0;
}
.img-3col2 li p {
  margin-bottom: 10px;
  text-align: center;
  line-height: 1em;
}
.img-3col2 li img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .img-3col2 li {
    width: 32%;
  }
}
/*----------------------
  ストリートビューモーダル
----------------------*/
.wrap {
  transition: filter 0.1s linear;
}

.blur {
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3000;
  display: none;
}
.modal .close-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.modal .modal-street {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1000px;
  text-align: center;
  pointer-events: none;
}
.modal .modal-street::after {
  content: "×";
  display: block;
  position: absolute;
  top: -50px;
  right: 10px;
  color: #fff;
  font-size: 40px;
  pointer-events: auto;
  cursor: pointer;
}
.modal .modal-street .iframe-wrap {
  position: relative;
  width: 100%;
  display: inline-block;
  line-height: 0;
}
.modal .modal-street .iframe-wrap .filter {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
}
.modal .modal-street .iframe-wrap iframe {
  width: 100%;
  height: 60vh;
  pointer-events: auto;
}
.modal .modal-street .select {
  margin: 0 auto;
  display: inline-block;
  color: rgb(120, 174, 190);
  list-style: none;
  justify-content: center;
}
.modal .modal-street .select li {
  cursor: pointer;
  padding: 5px;
  font-size: 20px;
  display: inline-block;
  pointer-events: auto;
}
.modal .modal-street .select .current {
  color: #fff;
}

.notice {
  text-align: center;
  border: dotted 1px #ccc;
  padding: 10px 30px;
  margin-bottom: 30px;
}
.notice img {
  padding-right: 1em;
}

.street {
  width: 100%;
}
.street iframe {
  width: 100%;
}

.right-button {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.right-button p {
  flex: 0 0 150px;
  text-align: center;
}
.right-button p:nth-child(1) {
  margin-right: 10px;
}
.right-button p a {
  padding: 10px 20px;
  background-color: #2464e6;
  border-radius: 3px;
  color: #fff;
  display: block;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .right-button {
    justify-content: flex-end;
  }
}
/*----------------------
  展示場スライド
----------------------*/
.text {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 500;
  font-size: 22px;
  color: #fff;
  border-bottom: solid 1px #fff;
  padding-left: 30px;
  padding-right: 10px;
  transition: all 0.2s linear;
}
.text::after {
  content: "";
  display: block;
  width: 140%;
  height: 120%;
  position: absolute;
  z-index: -1;
  top: -5px;
  left: 0;
  transition: all 0.2s linear; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.on {
  opacity: 0;
  left: -2px;
}
.on::after {
  left: 2px;
}

.slick-wrap {
  position: relative;
}
.slick-wrap .arrows {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 40%;
  z-index: 500;
  pointer-events: none;
}
.slick-wrap .arrows .slick-arrow {
  width: 6%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.1s linear;
  cursor: pointer;
  color: #2464e6;
}
.slick-wrap .arrows .slick-arrow:hover::before {
  transition: color 0.1s linear;
}
.slick-wrap .arrows .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.slick-wrap .arrows .slick-arrow:hover::before {
  color: #2464e6;
}
.slick-wrap .arrows .slick-prev {
  left: 0;
  z-index: 600;
  pointer-events: initial;
}
.slick-wrap .arrows .slick-next {
  right: 0;
  z-index: 600;
  pointer-events: initial;
}

.hall-box-text {
  background-color: #eef0f8;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  transition: all 0.1s ease-in;
  border: solid 1px #eef0f8;
}
.hall-box-text:hover {
  border: solid 1px #2464e6;
}
.hall-box-text a {
  padding: 20px;
  text-decoration: none;
  color: #0f104d;
  display: block;
  width: 100%;
}
.hall-box-text .inner {
  padding-right: 0px;
  margin-bottom: 20px;
}
.hall-box-text .inner .h3-hall {
  font-size: 1.5em;
  color: #2464e6;
  margin-bottom: 5px;
  position: relative;
}
.hall-box-text .inner .h3-hall::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: -25px;
  width: 20px;
  height: 1px;
  background-color: #2464e6;
}
.hall-box-text .hall-box-img {
  position: static;
  text-align: center;
  line-height: 0;
}
.hall-box-text .hall-box-img img {
  width: 100%;
  height: auto;
  max-width: 600px;
}

@media print, screen and (min-width: 900px) {
  .hall-box-text {
    margin-bottom: 70px;
  }
  .hall-box-text a {
    padding: 30px 20px;
  }
  .hall-box-text .inner {
    padding-right: 300px;
  }
  .hall-box-text .hall-box-img {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .hall-box-text .hall-box-img img {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}
/*------------------------------
  サイドメニューのお問い合わせ
------------------------------*/
.side-contact {
  display: none;
  background-color: #eef0f8;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 30px;
}
.side-contact .side-contact-head {
  padding: 5px;
}
.side-contact .inner {
  padding: 18px 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px #d7dcf0;
}
.side-contact .inner .side-contact-phone {
  display: inline-block;
  font-size: 1.625em;
  font-weight: normal;
  color: #2464e6;
  padding-left: 18px;
  background-image: url("../images/i_tel.png");
  background-size: 14px;
  background-position-y: center;
  white-space: nowrap;
}
.side-contact .inner .side-contact-phone a {
  color: #2464e6;
  text-decoration: none;
}
.side-contact .inner .side-contact-desc {
  font-size: 0.5625em;
  margin-bottom: 10px;
}
.side-contact .inner .side-contact-button {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  font-size: 0.875em;
  color: #fff;
  background-color: #2464e6;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
}
.side-contact .inner .side-contact-button span {
  display: inline-block;
  padding-left: 30px;
  background-image: url(../images//mail.png);
  background-size: 20px;
  background-position: 0 center;
}

@media print, screen and (min-width: 768px) {
  .side-contact {
    display: block;
  }
}
/*----------------------
  よくある質問
----------------------*/
.qa-list {
  margin-bottom: 40px;
}
.qa-list .qa-inner {
  border-bottom: solid 1px #ccc;
  padding: 5px 10px;
  margin: 0 10px;
  margin-bottom: 10px;
}
.qa-list .qa-inner .plus::after {
  content: "ー" !important;
}
.qa-list .qa-inner .question {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  cursor: pointer;
}
.qa-list .qa-inner .question::before {
  content: "Q";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  background-color: #2464e6;
  padding: 2px 8px;
  border-radius: 3px;
  color: #fff;
}
.qa-list .qa-inner .question::after {
  content: "＋";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #2464e6;
}
.qa-list .qa-inner .answer {
  position: relative;
  padding: 4px 0;
  padding-left: 40px;
  margin-bottom: 10px;
}
.qa-list .qa-inner .answer::after {
  content: "A";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #f0f0f0;
  padding: 2px 8px;
  border-radius: 3px;
  color: #2464e6;
  border: solid 1px #2464e6;
}

/*----------------------
  レスポンシブでスクロールするテーブル
----------------------*/
.table-scroll {
  width: 100%;
  overflow: auto;
  margin-bottom: 40px;
}
.table-scroll::-webkit-scrollbar {
  width: 16px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}
.table-scroll table {
  min-width: 500px;
  border-collapse: collapse;
}
.table-scroll table tr th, .table-scroll table tr td {
  border: solid 1px #333;
  font-weight: normal;
  text-align: center;
  padding: 10px;
}
.table-scroll table tr th {
  background-color: #eee;
}

.th-blue {
  background-color: #dfe9ff !important;
}

.th-orange {
  background-color: #fff0e9 !important;
}

.th-green {
  background-color: #edffe9 !important;
}

/*----------------------------------
  多目的スペース　開放スペックテーブル
-----------------------------------*/
.modal-btn {
  cursor: pointer;
  padding-left: 20px;
}
.modal-btn img {
  pointer-events: none;
}

.room-box {
  border-top: dotted 1px rgba(133, 133, 133, 0.6);
  padding: 20px;
}
.room-box .head {
  background-color: #e3ecff;
  padding: 5px 10px;
  margin-bottom: 20px;
  text-align: left;
}
.room-box .table-room {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.room-box .table-room th {
  background-color: #e3ecff;
}
.room-box .table-room th, .room-box .table-room td {
  padding: 10px;
  text-align: left;
}

/* --------------------------------------------------------------------------------------
  ページャー
--------------------------------------------------------------------------------------- */
.pager_wrap {
  text-align: center;
  margin: 15px 0;
}

.prev, .page-numbers, .next {
  padding: 6px;
  display: inline-block;
  text-decoration: none;
}
.prev:hover, .page-numbers:hover, .next:hover {
  background-color: #2464e6;
  color: white;
}

.current {
  background-color: #2464e6;
  color: white;
}

/*----------------------
  印刷用
----------------------*/
.print-last {
  margin-bottom: 60px !important;
}

@media print {
  .print-last {
    margin-bottom: 0 !important;
  }
  .fs-14 {
    font-size: 0.875em !important;
  }
  .hide {
    display: none;
  }
  .print {
    font-size: 70%;
  }
  .half-box {
    margin-bottom: 0px;
  }
  .half-box .left img, .half-box .right img {
    max-width: 240px;
  }
  .button-3col {
    display: none;
  }
  .dl-profile dt, .dl-profile dd, .dl-profile-wide dt, .dl-profile-wide dd {
    padding-left: 10px;
    font-size: 0.875em;
  }
  .dl-profile dd a, .dl-profile-wide dd a {
    text-decoration: none;
    color: #0f104d;
  }
  .h1-wrap {
    margin-bottom: 10px;
  }
  .h1-wrap .h1-main {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    max-width: 1040px;
    padding: 0 20px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    font-size: 1.5em;
  }
  .h1-wrap .h1-main .sub {
    font-size: 1em;
    font-weight: normal;
    padding-left: 0.5em;
    color: rgba(255, 255, 255, 0.3);
  }
  .h1-wrap .h1-main::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 1em;
    height: 1px;
    background-color: #fff;
  }
  .h1-wrap::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .h2-main {
    padding: 5px 10px;
    font-size: 1.25em;
    border-bottom: solid 1px rgba(36, 100, 230, 0.2);
    color: #2464e6;
    font-weight: normal;
    margin-bottom: 10px;
    position: relative;
  }
  .h2-main::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 10px;
    width: 1em;
    height: 1px;
    background-color: #2464e6;
  }
}
#btnPrint {
  text-align: center;
}

.loading {
  max-width: 24px;
  margin: 0 auto;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.shoku {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding-top: 50%;
  overflow: hidden;
  margin-bottom: 60px;
}
.shoku svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a[data-id] {
  cursor: pointer;
  color: #0000EE;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.col2-55 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.col2-55 > .left, .col2-55 > .right {
  width: 100%;
}
.col2-55 > .left img, .col2-55 > .right img {
  width: 100%;
  height: auto;
}
.col2-55 > .left {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 800px) {
  .col2-55 > .left, .col2-55 > .right {
    width: 49%;
  }
}
.note {
  padding: 10px 20px 10px 50px !important;
  background-color: #f2f6ff;
  border-radius: 6px;
  position: relative;
  font-size: 0.9em;
  border: solid 1px #e4ecff;
}
.note::after {
  content: "≫";
  color: #2464e6;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 19px;
}
.note::before {
  content: "";
  background-color: #fff;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 13px;
  border: solid 1px #e4ecff;
}
.note a {
  font-weight: bold;
}

.center-btn {
  text-align: center;
  width: 100%;
}

.job-btn {
  display: inline-block;
  padding: 10px;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  background-color: #2464e6;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 20px;
}

.job-info {
  background-color: #f3f3f3;
  border-radius: 6px;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.job-info .h2-info {
  color: #2464e6;
  font-size: 1.2em;
  position: relative;
  padding-left: 15px;
}
.job-info .h2-info::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: #2464e6;
  position: absolute;
  top: 3px;
  left: 5px;
}

.pr-box .pr-head {
  color: #2464e6;
  font-size: 1.2em;
}
.pr-box .pr-head span {
  color: #0f104d;
  font-size: 0.8em;
}

.dl-info div {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 2px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 10px 3px 10px;
}
.dl-info dt {
  color: #2464e6;
  font-size: 0.8em;
}
.dl-info dd {
  width: 100%;
}

@media print, screen and (min-width: 800px) {
  .dl-info dt {
    flex: 0 0 150px;
    font-size: 1em;
  }
  .dl-info dd {
    width: calc(100% - 150px);
  }
}
.job-banner {
  list-style: none;
  margin-bottom: 40px;
  line-height: 0;
  font-size: 0;
}
.job-banner li {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
.job-banner li img {
  width: 100%;
  max-width: 320px;
  height: auto;
}

@media print, screen and (min-width: 800px) {
  .job-banner li {
    width: calc(33.3% - 4px);
  }
  .job-banner li:not(:last-of-type) {
    margin-right: 6px;
  }
}
.sale {
  border: solid 1px #ccc;
}
.sale .estate-head dt {
  background-color: #FFACAD;
}

.rent {
  border: solid 1px #ccc;
}
.rent .estate-head dt {
  background-color: #62bbe8;
}

.estate-list-wrap {
  font-size: 0;
  margin-bottom: 60px;
}
.estate-list-wrap .estate-list {
  font-size: 1.6rem;
  margin-bottom: 20px;
  display: inline-block;
  width: calc(50% - 8px);
  position: relative;
  cursor: pointer;
}
.estate-list-wrap .estate-list:not(:nth-of-type(n+2)) {
  margin-right: 12px;
}
.estate-list-wrap .estate-list .anchor {
  position: absolute;
  top: -10px;
  left: 0;
}
.estate-list-wrap .estate-list .estate-head {
  display: flex;
  position: relative;
}
.estate-list-wrap .estate-list .estate-head dt {
  flex: 0 0 30px;
  padding: 3px 10px 0px 10px;
  box-sizing: border-box;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.estate-list-wrap .estate-list .estate-head dd {
  line-height: 0;
  width: 100%;
}
.estate-list-wrap .estate-list .estate-head img {
  width: 100%;
  height: auto;
}
.estate-list-wrap .estate-list .estate-content {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
  padding: 5px;
  width: 100%;
}
.estate-list-wrap .estate-list .estate-content dt {
  flex: 0 0 110px;
  max-width: 110px;
  padding: 3px 10px 2px 10px;
  border-right: solid 1px #fff;
  box-sizing: border-box;
  display: inline-flex;
}
.estate-list-wrap .estate-list .estate-content dt:nth-of-type(odd) {
  background-color: #eee;
}
.estate-list-wrap .estate-list .estate-content dd {
  width: calc(100% - 110px);
  padding: 3px 10px 2px 10px;
  box-sizing: border-box;
  display: inline-flex;
}
.estate-list-wrap .estate-list .estate-content dd span {
  font-weight: bold;
  color: #FF3538;
  font-size: 1.2em;
}
.estate-list-wrap .estate-list .estate-content dd:nth-of-type(odd) {
  background-color: #eee;
}

@media print, screen and (min-width: 800px) {
  .estate-list-wrap .estate-list .anchor {
    top: -80px;
  }
  .estate-list-wrap .estate-list {
    width: calc(33.3% - 6px);
  }
  .estate-list-wrap .estate-list:not(:nth-of-type(n+3)) {
    margin-right: 9px;
  }
}
@media print, screen and (max-width: 500px) {
  .estate-list-wrap .estate-list .anchor {
    top: -10px;
  }
  .estate-list-wrap .estate-list {
    width: 100%;
  }
  .estate-list-wrap .estate-list:not(:nth-of-type(n+3)) {
    margin-right: 0;
  }
}
.blue-back {
  position: relative;
}
.blue-back::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 40px;
  background-color: rgba(108, 99, 255, 0.1);
  z-index: -1;
}
.blue-back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  width: 4000px;
  height: 30%;
  background-color: #F7F7F7;
  z-index: -1;
}

@media print, screen and (min-width: 900px) {
  .blue-back::after {
    display: block;
  }
}
.h3-job {
  text-align: center;
  margin: 0 10px;
}
.h3-job .wrap {
  padding: 20px 40px;
  font-weight: normal;
  font-size: 140%;
  text-align: center;
  transform: skewX(-10deg);
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.h3-job .wrap::before {
  content: "～";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 80%;
  opacity: 0.8;
}
.h3-job .wrap::after {
  content: "～";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 80%;
  opacity: 0.8;
}
.h3-job .cont {
  display: inline-block;
  white-space: nowrap;
}
.h3-job .small {
  font-size: 90%;
}
.h3-job .point {
  color: #2464e6;
  padding: 0 4px;
}

.h4-job {
  font-weight: normal;
  padding: 10px 20px;
  font-size: 110%;
  margin-bottom: 15px;
  transform: skewX(-10deg);
  text-align: center;
}
.h4-job span {
  padding: 5px;
  border-bottom: dotted 2px rgba(108, 99, 255, 0.3);
}

.col4-2-1 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-bottom: 40px;
  justify-content: space-between;
}
.col4-2-1 .col {
  width: 49%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  border: solid 1px #E6E6E6;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
.col4-2-1 .col .disp {
  text-align: center;
}
.col4-2-1 .col .disp span {
  display: inline-block;
  text-align: left;
}
.col4-2-1 .col img {
  width: 100%;
  height: auto;
}
.col4-2-1 .col .pop {
  position: absolute;
  left: 0;
  top: 103%;
  font-size: 0.7em;
  background-color: #f2f6ff;
  line-height: 1.2em;
  border-radius: 3px;
  padding: 5px 10px;
  color: #2464e6;
  width: 100%;
  z-index: 10;
  border: solid 1px #BED1FF;
  text-align: center;
}
.col4-2-1 .col .pop::after {
  content: "";
  border-left: 5px solid transparent;
  border-bottom: 8.6602540379px solid #f2f6ff;
  border-right: 5px solid transparent;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.col4-2-1 .col .pop::before {
  content: "";
  border-left: 5px solid transparent;
  border-bottom: 8.6602540379px solid #BED1FF;
  border-right: 5px solid transparent;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media print, screen and (min-width: 900px) {
  .col4-2-1 .col {
    width: 24%;
  }
}
@media print, screen and (max-width: 500px) {
  .col4-2-1 .col {
    width: 100%;
  }
}
.post-password-form input[type=password] {
  padding: 4px;
  border: 1px solid #999;
  border-radius: 4px;
}
.post-password-form input[type=submit] {
  background-color: #2464e6;
  color: white;
  padding: 5px 20px;
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
}
