/* common */
.common-inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.common-inner02 {
  max-width: 1480px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.--full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* event */
#event-body {
  background: #F6F4F2;
}

#event.--new {
  width: 100%;
}
#event.--new #panlistid {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 48px;
}
#event.--new #panlistid ul {
  color: #A19182;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#event.--new .cate-list {
  width: 100%;
}
#event.--new .cate-list .cate-ttl {
  color: #5C5C5C;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  border-bottom: 1px solid #D3C8BE;
}
#event.--new .cate-list__wrap {
  display: flex;
  gap: 8px;
}
#event.--new .cate-list a {
  margin: 0;
  display: inline-flex;
  padding: 6px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #A19182;
}
#event.--new .system-list {
  width: 100%;
  justify-content: space-between;
  gap: 56px 0;
}
#event.--new .system-list li {
  max-width: 304px;
  margin: 0;
  padding: 0;
  background: none;
}
@media (max-width: 1024px) {
  #event.--new .system-list li {
    max-width: 48%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #event.--new .system-list li {
    max-width: 100%;
  }
}
#event.--new .system-list .system-pic.fit img {
  border-radius: 10px;
}
#event.--new .system-list .icon01,
#event.--new .system-list .icon02,
#event.--new .system-list .icon03 {
  width: 76px;
  height: 28px;
  margin-top: 16px;
  padding: 0 !important;
  position: unset;
  display: flex;
  align-items: center;
  gap: 10px;
  display: flex;
  padding: 6px 16px;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 5px;
}
#event.--new .system-list .icon01 {
  color: #463A3D;
  background: #D3C8BE;
}
#event.--new .system-list .icon02 {
  color: #FFF;
  background: #E85471;
}
#event.--new .system-list .icon03 {
  color: #FFF;
  background: #BCBCBC;
}
#event.--new .system-list .system-ttl-01 {
  all: unset;
  display: block;
  padding-block: 16px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: #3E4648;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
}
#event.--new .system-list .sy-txt-01 {
  padding: 0;
  width: auto;
  border: none;
}
#event.--new .system-list .sy-txt-01:not(:last-of-type) {
  margin-bottom: 8px;
}
#event.--new .system-list .sy-txt-01 .ss,
#event.--new .system-list .sy-txt-01 .ss2 {
  padding: 0;
  color: #5C5C5C;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
#event.--new .page-list {
  margin-block: 80px 120px;
}
@media (max-width: 767px) {
  #event.--new .page-list {
    margin-block: 8% 12%;
  }
}
#event.--new .page-list .page-numbers {
  color: #5C5C5C;
  text-align: center;
  font-family: Abel;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 1;
  background: none !important;
  border: none !important;
  opacity: 0.5;
}
#event.--new .page-list .page-numbers.current {
  opacity: 1;
}
#event.--new .page-list .extend {
  color: inherit;
  background: none !important;
  opacity: 0.5;
}

/* estate */
#estate-body {
  background: #F6F4F2;
}
#estate-body #panlistid {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 48px;
}
#estate-body #panlistid ul {
  color: #A19182;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#estate-body .cmn-btn {
  display: flex;
  align-items: center;
  padding: 14px 20px 14px 32px;
  border: solid 1px #937c82;
  position: relative;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 0;
  transition: all 0.3s;
  text-decoration: unset;
  max-width: 250px;
  background: #FFF;
}
#estate-body .cmn-btn::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #e85471;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#estate-body .cmn-btn .arrow-box {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #eae5e0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#estate-body .cmn-btn:hover {
  background: #463a3d;
  color: #fff;
  text-decoration: unset;
}
@media screen and (max-width: 1024px), print {
  #estate-body .cmn-btn {
    padding: 8px 16px 8px 32px;
  }
}
#estate-body .post-estate-cmn__wrap {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
#estate-body .common-bg {
  background: linear-gradient(180deg, #EEE9E4 0%, #F6F4F2 81.55%);
  position: relative;
}
#estate-body .common-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 68px;
  background-image: url("../images/estate_custom/border-top_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: -68px;
  left: 0;
  z-index: 1;
}/*# sourceMappingURL=page-test.css.map */