@charset "UTF-8";

/*ブレイクポイント*/
/* フォント*/
/* カラー */
.section--page {
  padding-top: 2.5rem;
}

@media screen and (max-width: 959px) {
  .section--page {
    padding-top: 14rem;
  }
}

.section--page .section__inner {
  max-width: 128.5rem;
  margin: auto;
}

@media screen and (max-width: 959px) {
  .section--page .section__inner {
    padding: 2rem;
  }
}

.news-list__content {
  display: flex;
}

@media screen and (max-width: 959px) {
  .news-list__content {
    display: block;
  }
}

.news-list__item {
  display: flex;
  align-items: center;
  padding: 2.5rem 0;
  border-top: solid 1px #ddd;
}

.news-list__item:first-child {
  border-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 959px) {
  .news-list__item {
    border-top-style: dotted;
    padding: 4rem 0;
  }
}

.news-list__item:last-child {
  border-bottom: solid 1px #ddd;
}

.news-list__item-figure {
  flex: 0 0 22.5%;
  max-width: 22.5%;
  display: block;
}

.news-list__item-figure img {
  height: 12.7rem;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .news-list__item-figure {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .news-list__item-figure img {
    height: 15.7rem;
  }
}

.news-list__item-date {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  .news-list__item-date {
    padding-left: 2rem;
    margin-top: 1rem;
    font-size: 2.2rem;
    margin-bottom: 0;
    flex: 0 0 34%;
  }
}

.news-list__item-label {
  font-size: 1.3rem;
}

@media screen and (max-width: 959px) {
  .news-list__item-label {
    font-size: 2rem;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    margin: 0.5rem;
    text-align: center;
  }
}

.news-list__item-labels {
  padding-left: 1rem;
}

@media screen and (max-width: 959px) {
  .news-list__item-labels {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1rem;
    flex: 0 0 66%;
    overflow: hidden;
  }
}

.news-list__item-info {
  flex: 0 0 77.5%;
  max-width: 77.5%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .news-list__item-info {
    flex: 0 0 70%;
    max-width: 70%;
    display: block;
  }
}

.news-list__item-meta {
  padding: 0 2rem 0 1rem;
  flex: 0 0 20.33%;
}

@media screen and (max-width: 959px) {
  .news-list__item-meta {
    display: flex;
    align-items: center;
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
}

.news-list__item-title {
  font-size: 1em;
  font-weight: 500;
  padding-left: 1.7rem;
}

@media screen and (max-width: 959px) {
  .news-list__item-title {
    line-height: 3.9rem;
  }
}

.news-detail__content {
  display: flex;
}

@media screen and (max-width: 959px) {
  .news-detail__content {
    display: block;
  }
}

.news-detail__labels {
  padding-bottom: 2.3rem;
}

@media screen and (max-width: 959px) {
  .news-detail__labels {
    padding-bottom: 1rem;
    margin: 0;
  }
}

.news-detail__label {
  margin-left: 1rem;
}

.news-detail__title {
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 959px) {
  .news-detail__title {
    font-size: 4rem;
    letter-spacing: 0.08em;
    line-height: 5.2rem;
    margin-bottom: 3rem;
  }
}

.news-detail__date {
  margin-bottom: 5rem;
}

@media screen and (max-width: 959px) {
  .news-detail__date {
    font-size: 2.2rem;
  }
}

.news-detail__main {
  padding: 2.5rem;
}

@media screen and (max-width: 959px) {
  .news-detail__main {
    padding: 0 1.5rem 0;
  }
}

.news-detail__article-content {
  padding-bottom: 10.5rem;
}

@media screen and (max-width: 959px) {
  .news-detail__article-content div {
    width: 100% !important;
  }
}

.section--event-list {
  padding-bottom: 0;
  border-bottom: 2px solid #f1f1f1;
}

.section--event-list2 {
  padding-top: 6rem;
}

@media screen and (max-width: 959px) {
  .event-list__items {
    padding: 0 3rem;
  }
}

.event-list__item {
  display: block;
  background: #f7f7f7;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  position: relative;
}

.event-list__item-label {
  margin-right: 0.5rem;
}

.event-list__item-labels {
  padding: 3rem 2.5rem 0;
}

@media screen and (max-width: 959px) {
  .event-list__item-labels {
    position: relative;
  }
}

.event-list__item-title-inner {
  text-align: center;
}

.event-list__item-title {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 2.5rem;
  padding-top: 3rem;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .event-list__item-title {
    font-size: 3.6rem;
    white-space: break-spaces;
    text-align: left;
    padding: 4rem 5rem 2.5rem;
    margin-top: 1rem;
    margin: 0;
  }
}

.event-list__item-title:before {
  content: "";
  width: 2rem;
  height: 2px;
  border-bottom: 2px solid #c80a14;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: -40px;
  transform: translate(0%, 480%);
}

@media screen and (max-width: 959px) {
  .event-list__item-title:before {
    top: 6.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    left: 1.5rem;
    transform: none;
  }
}

.event-list__item-text {
  line-height: 3rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 959px) {
  .event-list__item-text {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 4rem;
  }
}

.event-list__item-body {
  display: flex;
  padding: 0 6rem 0 2.5rem;
}

@media screen and (max-width: 959px) {
  .event-list__item-body {
    display: block;
    padding: 0;
  }
}

.event-list__item-figure {
  flex: 0 0 50%;
  padding-right: 3.5rem;
  display: block;
}

.event-list__item-figure img {
  height: 32rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 959px) {
  .event-list__item-figure {
    padding: 0;
    margin: 0;
  }
}

.event-list__item-meta {
  margin-bottom: 1rem;
  line-height: 3rem;
  letter-spacing: 0.08em;
  margin-top: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .event-list__item-meta {
    line-height: 4.4rem;
    margin-bottom: 3.5rem;
  }
}

.event-list__item-meta-date {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 959px) {
  .event-list__item-meta-date {
    margin-bottom: 2rem;
  }
}

.event-list__item-meta i {
  margin-right: 1.25rem;
}

.event-list__item-info {
  flex: 0 0 50%;
  padding-left: 2rem;
  position: relative;
}

@media screen and (max-width: 959px) {
  .event-list__item-info {
    padding: 1rem 3rem 6rem;
  }
}

.event-list__item-button {
  display: block;
  text-align: center;
  color: #c80a14;
  font-size: 1.4rem;
  border: solid 1px;
  padding: 1rem;
  width: 44rem;
  margin: auto;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .event-list__item-button {
    position: static;
    width: 39rem;
    position: static;
    font-size: 2.8rem;
  }
}

.event-detail .article-head {
  max-width: 100%;
}

.event-detail .thumbnail {
  width: 100%;
  height: 61rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .event-detail .thumbnail {
    height: 43rem;
  }
}

.event-detail__body {
  flex: 0 0 100%;
  max-width: 100%;
}

.event-detail__article-content {
  padding: 0 10rem 10rem;
}

@media screen and (max-width: 959px) {
  .event-detail__article-content {
    padding: 0 1rem 6rem;
  }
}

@media screen and (max-width: 959px) {
  .event-detail__title {
    text-align: center;
  }
}

.event-detail .inner {
  display: flex;
}

@media screen and (max-width: 959px) {
  .event-detail .inner {
    display: block;
  }
}

.event-detail .inner .info {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 959px) {
  .event-detail .inner .info {
    max-width: 100%;
    margin-bottom: 5rem;
  }
}

.event-detail .inner .map {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 959px) {
  .event-detail .inner .map {
    max-width: 100%;
    margin: 0 6rem;
  }
}

.event-detail .inner .map .gmap {
  height: 300px;
}

@media screen and (max-width: 959px) {
  .event-detail .inner .map .gmap {
    height: 40rem;
  }
}

.event-detail .eventOutline {
  margin-top: 5rem;
  margin-bottom: 7rem;
  border: solid 2px #c80a14;
  padding: 2.5rem 3.5rem 4rem 2.5rem;
  line-height: 1.6;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  .event-detail .eventOutline {
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }
}

.event-detail .eventOutline h3 {
  text-align: center;
  color: #c80a14;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 0 2rem;
  margin-bottom: 3rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 959px) {
  .event-detail .eventOutline h3 {
    font-size: 2.8rem;
  }
}

.event-detail .eventOutline h3:after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 2px solid #c80a14;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
}

.event-detail .eventOutline dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.4rem;
}

.event-detail .eventOutline dt {
  border: solid 2px #c80a14;
  flex: 0 0 13%;
  color: #c80a14;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.5rem;
}

.event-detail .eventOutline dd {
  padding-left: 2.4rem;
  flex: 0 0 90%;
  padding-top: 0.5rem;
  text-align: left;
  padding-right: 2.4rem;
}

.event-detail .eventOutline .center {
  text-align: center;
  margin-top: 4rem;
}

.event-detail .eventOutline .center a {
  background: #c80a14;
  padding: 2rem 3rem;
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  font-size: 1.5rem;
}

@media screen and (max-width: 959px) {
  .event-detail .eventOutline .center a {
    font-size: 2.75rem;
    width: 40rem;
    border-radius: 6px;
    padding: 2.5rem;
  }
}

.event-detail .eventOutline .map img {
  margin: 0;
}

@media screen and (max-width: 959px) {
  .event-detail .eventOutline .map img {
    margin: auto;
  }
}

.event-detail #whiteBox {
  background: #f6f2ef;
  padding: 7rem;
  margin-bottom: 10rem;
}

@media screen and (max-width: 959px) {
  .event-detail #whiteBox {
    padding: 4rem;
  }
}

.event-detail #whiteBox h2 {
  text-align: center;
  margin-bottom: 8rem;
  font-size: 4rem;
  font-weight: bold;
}

.event-detail #whiteBox .caution {
  max-width: 768px;
  margin: 1.5rem auto;
}

.event-detail #whiteBox #hoeiForm {
  max-width: 768px;
  margin: 3.5rem auto;
}

.event-detail #whiteBox #hoeiForm .hissu {
  color: #fff;
  font-size: 1.5rem;
  padding: 0.25rem 0.5rem;
  background: #c80a14;
  margin-left: 1rem;
}

.event-detail #whiteBox #hoeiForm table {
  border-top: 1px solid #b5b5b5;
}

.event-detail #whiteBox #hoeiForm td {
  padding: 2.5rem 0;
  flex: 0 0 82%;
}

@media screen and (max-width: 959px) {
  .event-detail #whiteBox #hoeiForm td {
    display: block;
  }
}

.event-detail #whiteBox #hoeiForm th {
  width: 25rem;
  text-align: left;
  flex: 0 0 24%;
  padding: 2.5rem 0;
  font-weight: bold;
  align-self: center;
}

@media screen and (max-width: 959px) {
  .event-detail #whiteBox #hoeiForm th {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 2.5rem;
  }
}

.event-detail #whiteBox #hoeiForm tr {
  display: flex;
  border-bottom: 1px solid #b5b5b5;
}

@media screen and (max-width: 959px) {
  .event-detail #whiteBox #hoeiForm tr {
    display: block;
  }
}

.event-detail #whiteBox #hoeiForm label {
  display: block;
  margin-top: 1rem;
}

.event-detail #whiteBox #hoeiForm label + label {
  margin-top: 1rem;
}

.event-detail #whiteBox #hoeiForm input {
  padding: 1rem;
}

@media screen and (max-width: 959px) {
  .event-detail #whiteBox #hoeiForm input {
    width: 100%;
  }
}

.event-detail #whiteBox #hoeiForm input + .event-detail #whiteBox #hoeiForm input {
  margin-top: 1rem;
}

@media screen and (max-width: 959px) {
  .event-detail #whiteBox #hoeiForm #doui01 {
    width: auto;
  }
}

@media screen and (max-width: 959px) {
  .event-detail #whiteBox #hoeiForm #doui02 {
    width: auto;
  }
}

.event-detail #whiteBox #hoeiForm select {
  padding: 1rem;
}

@media screen and (max-width: 959px) {
  .event-detail #whiteBox #hoeiForm select {
    padding: 2rem;
  }
}

.event-detail #whiteBox #hoeiForm textarea {
  padding: 1rem;
  width: 100%;
}

.event-detail #whiteBox #hoeiForm .btnCenter {
  text-align: center;
}

.event-detail #whiteBox #hoeiForm .check label {
  display: inline-block;
}

.event-detail #whiteBox #hoeiForm [disabled] {
  opacity: 0.5;
}

.event-detail #whiteBox #hoeiForm #submit {
  color: #fff;
  background: #c80a14;
  border: 0;
  border-radius: 8px;
  font-weight: bold;
  padding: 1rem 4rem;
  margin: 4rem;
}

@media screen and (max-width: 959px) {
  .event-detail #whiteBox #hoeiForm #submit {
    margin: 4rem 0;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 5.6rem;
}

@media screen and (max-width: 959px) {
  .breadcrumbs {
    justify-content: flex-end;
    font-size: 2rem;
  }
}

.breadcrumb {
  padding: 0 2rem;
  position: relative;
}

@media screen and (max-width: 959px) {
  .breadcrumb img {
    width: 4.5rem;
  }
}

.breadcrumb__link {
  font-size: 1.3rem;
}

@media screen and (max-width: 959px) {
  .breadcrumb__link {
    font-size: 2rem;
  }
}

.breadcrumb:after {
  content: "";
  border: solid 2px #fff;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  transform: rotate(45deg) translateY(-96%);
  position: absolute;
  top: 50%;
  right: 4rem;
  border-left: 0;
  border-bottom: 0;
  right: 0;
  border-color: #b7bbc0;
  border-width: 1px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-85%);
}

.breadcrumb:last-child:after {
  display: none;
}

@media screen and (max-width: 959px) {
  .breadcrumb:nth-child(n + 3) .breadcrumb__link {
    display: block;
    max-width: 20rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* column */
.column-detail {
  letter-spacing: 0.08em;
}

.column-detail__head {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 75.1%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 959px) {
  .column-detail__head {
    max-width: 100%;
  }
}

.column-detail__head-title {
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  .column-detail__head-title {
    font-size: 1.5rem;
  }
}

.column-detail__head-icon img {
  width: 18px;
  margin-right: 2rem;
}

@media screen and (max-width: 959px) {
  .column-detail__head-icon img {
    width: 15px;
  }
}

.column-detail__title {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 959px) {
  .column-detail__title {
    font-size: 5rem;
    margin-top: 1.3rem;
    margin-bottom: 3rem;
  }
}

.column-detail__date {
  font-family: "Spartan", sans-serif;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 959px) {
  .column-detail__date {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}

.column-detail__article-content {
  position: relative;
  padding: 5rem 11rem 14rem;
}

@media screen and (max-width: 959px) {
  .column-detail__article-content {
    padding: 5rem 2rem 12rem;
  }
}

.column-detail__article-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 6.5rem;
  height: 3rem;
  border-top: 3px solid #c80a14;
}

@media screen and (max-width: 959px) {
  .column-detail__article-content::before {
    border-width: 2px;
    width: 6.5rem;
  }
}

.column-list__visual {
  margin-bottom: 6rem;
  position: relative;
  display: block;
}

.column-list__visual--link {
  transition: 0.3s;
}

.column-list__visual--link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 959px) {
  .column-list__visual {
    margin: 0 -1rem 5.5rem;
  }
}

.column-list__visual-wrap {
  margin-bottom: 12rem;
}

@media screen and (max-width: 959px) {
  .column-list__visual-wrap {
  }
}

.column-list__visual-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  padding: 4rem 2.5rem;
  background: rgba(255, 255, 255, 0.85);
  word-break: keep-all;
  width: fit-content;
}

@media screen and (max-width: 959px) {
  .column-list__visual-box {
    width: 76%;
    width: calc(100% - 11.5rem);
  }
}

.column-list__visual-icon {
  flex: 0 0 10%;
}

.column-list__visual-icon img {
  width: 4.4rem;
}

.column-list__visual-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.3rem;
  padding-left: 2rem;
  white-space: break-spaces;
  word-break: break-all;
  padding-right: 0;
}

.column-list__balloon {
  position: absolute;
  background: #c80a14;
  color: white;
  padding: 1rem;
  right: -1rem;
  top: -0.5rem;
  border-radius: 3rem;
  z-index: 100;
}

.column-list__balloon::after {
  position: absolute;
  content: "";
  top: 2.8rem;
  right: 3rem;
  border: 1.5rem solid transparent;
  border-top: 2.5rem solid #c80a14;
  rotate: 15deg;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .column-list__visual-title {
    flex: 0 0 90%;
    line-height: 4.35rem;
    font-size: 3.5rem;
    word-break: keep-all;
  }

  .column-list__balloon {
    position: absolute;
    background: #c80a14;
    color: white;
    padding: 1rem;
    right: -1rem;
    top: -2.5rem;
    border-radius: 3rem;
    font-size: 2.5rem;
  }

  .column-list__balloon::after {
    top: 4.5rem;
    right: 6rem;
    border: 1.5rem solid transparent;
    border-top: 2.5rem solid #c80a14;
    rotate: 15deg;
  }
}

.column-list__visual2 {
  margin: 0 9rem 7rem;
  border: solid 4px #c80a14;
  display: flex;
  padding: 1rem 0;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .column-list__visual2 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
    padding: 2.5rem 0;
  }
}

.column-list__visual2-title {
  padding-left: 4rem;
  font-family: "Spartan", sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  flex: 0 0 29.6%;
}

@media screen and (max-width: 959px) {
  .column-list__visual2-title {
    padding-left: 0;
    display: block;
    text-align: center;
    flex: 0 0 30%;
  }
}

.column-list__visual2-figure {
  padding-left: 4rem;
}

@media screen and (max-width: 959px) {
  .column-list__visual2-figure {
    padding: 0;
    max-width: 10rem;
    margin: 1rem auto;
  }
}

.column-list__visual2-name {
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .column-list__visual2-name {
    margin-bottom: 1.5rem;
  }
}

.column-list__visual2-body {
  padding-left: 4rem;
  padding-right: 5rem;
  flex: 0 0 68.5%;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 959px) {
  .column-list__visual2-body {
    font-size: 2.4rem;
    padding: 0;
    flex: 0 0 70%;
    padding-right: 2.5rem;
    padding-left: 1rem;
  }
}

.column-list__visual2-body span {
  font-size: 1.2rem;
}

@media screen and (max-width: 959px) {
  .column-list__visual2-body span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .column-list__visual2-text {
    line-height: 3.8rem;
  }
}

.column-list__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

@media screen and (max-width: 959px) {
  .column-list__items {
    display: block;
    margin: 0;
  }
}

.column-list__item-labels {
  position: absolute;
  top: 4px;
  left: 10px;
}

@media screen and (max-width: 959px) {
  .column-list__item-labels {
    margin-top: -2px;
  }
}

.column-list__item {
  flex: 0 0 50%;
  padding: 0 1rem;
  margin-bottom: 2rem;
  position: relative;
  display: block;
}

@media screen and (max-width: 959px) {
  .column-list__item {
    padding: 0;
  }
}

.column-list__item-no {
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  margin-top: 5rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .column-list__item-no {
    font-size: 2.4rem;
  }
}

.column-list__item-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .column-list__item-title {
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }
}

.column-list__item-date {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 959px) {
  .column-list__item-date {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}

.column-list__item-figure {
  padding: 0 4rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 959px) {
  .column-list__item-figure {
    margin-bottom: 2.5rem;
  }
}

.column-list__item-figure img {
  margin: auto;
  height: 18rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .column-list__item-figure img {
    height: 27rem;
  }
}

.column-list__item-text {
  margin: 0 4.5rem;
  line-height: 2.6rem;
  letter-spacing: 0.08em;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

@media screen and (max-width: 959px) {
  .column-list__item-text {
    font-size: 2.6rem;
    line-height: 3.8rem;
  }
}

.column-list__item-text img {
  position: absolute;
  right: 0;
  bottom: 1rem;
}

.column-list__item-inner {
  background-color: #f7f7f7;
  padding-bottom: 4rem;
  border: solid 4px transparent;
}

.column-list__item-inner:hover {
  border: solid 4px #c80a14;
}

@media screen and (max-width: 959px) {
  .column-list__item-inner {
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 959px) {
  .blog-top__items {
    margin-bottom: 24rem !important;
  }
}

.blog-list__visual {
  border: solid 13px #c80a14;
  padding: 4rem;
  position: relative;
  margin-bottom: 8rem;
}

@media screen and (max-width: 959px) {
  .blog-list__visual {
    padding: 6rem;
    margin: 0 -1rem 6rem;
  }
}

.blog-list__visual:after {
  display: block;
  content: "";
  border-bottom: solid 5px #b5b5b5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, 18px);
  width: 100px;
  bottom: 0;
  top: auto;
}

@media screen and (max-width: 959px) {
  .blog-list__visual:after {
    width: 10rem;
  }
}

@media screen and (max-width: 959px) {
  .blog-list__visual-icon {
    max-width: 10rem;
  }
}

.blog-list__visual-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-list__visual-title {
  padding-left: 3.5rem;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .blog-list__visual-title {
    font-size: 3.6rem;
  }
}

.blog-list__visual-title span {
  font-size: 2rem;
  display: block;
}

@media screen and (max-width: 959px) {
  .blog-list__visual-title span {
    font-size: 2.7rem;
  }
}

.blog-list__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  line-height: 3.3rem;
  position: relative;
  padding-bottom: 1.6rem;
  margin-bottom: 9rem;
  margin-top: 5.2rem;
}

@media screen and (max-width: 959px) {
  .blog-list__title {
    font-size: 3.5rem;
    margin-top: 4.7rem;
    margin-bottom: 7.5rem;
  }
}

.blog-list__title:after {
  content: "";
  display: block;
  width: 11rem;
  border-bottom: 5px solid #c80a14;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -1.6rem;
  top: auto;
}

@media screen and (max-width: 959px) {
  .blog-list__title:after {
    bottom: -2.6rem;
  }
}

@media screen and (max-width: 959px) {
  .blog-list__category {
    margin-bottom: 10.5rem;
  }
}

.blog-list__category-lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.3rem 4.8rem;
}

@media screen and (max-width: 959px) {
  .blog-list__category-lists {
    margin: 0 -1.5rem;
  }
}

.blog-list__category-list {
  flex: 0 0 50%;
  padding: 0 2.3rem;
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 959px) {
  .blog-list__category-list {
    padding: 0 0.7rem;
    margin-bottom: 1.4rem;
  }
}

.blog-list__category-list-inner {
  display: block;
  position: relative;
}

.blog-list__category-list-inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.24em;
  width: 100%;
  display: block;
  text-align: center;
}

.blog-list__category-list-inner:hover:before {
  content: "";
  position: absolute;
  border: solid 5px #c80a14;
  width: 100%;
  height: 100%;
}

.blog-list__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

@media screen and (max-width: 959px) {
  .blog-list__items {
    display: block;
    margin: 0;
  }
}

.blog-list__item-labels {
  margin: 2.5rem 4rem 0;
}

@media screen and (max-width: 959px) {
  .blog-list__item-labels {
    margin-top: 4rem;
  }
}

.blog-list__item-tags {
  margin: 4rem 4rem 0;
}

@media screen and (max-width: 959px) {
  .blog-list__item-tags {
    margin: 3rem 4rem 0;
  }
}

.blog-list__item {
  flex: 0 0 50%;
  padding: 0 1rem;
  margin-bottom: 2rem;
  position: relative;
  display: block;
}

@media screen and (max-width: 959px) {
  .blog-list__item {
    padding: 0;
  }
}

.blog-list__item-no {
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .blog-list__item-no {
    font-size: 2.4rem;
  }
}

.blog-list__item-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .blog-list__item-title {
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }
}

.blog-list__item-date {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 959px) {
  .blog-list__item-date {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}

.blog-list__item-figure {
  padding: 0 4rem;
  margin-bottom: 2rem;
  display: block;
}

@media screen and (max-width: 959px) {
  .blog-list__item-figure {
    margin-bottom: 2.5rem;
  }
}

.blog-list__item-figure img {
  margin: auto;
  height: 18rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .blog-list__item-figure img {
    height: 27rem;
  }
}

.blog-list__item-text {
  margin: 0 4rem;
  line-height: 2.6rem;
  letter-spacing: 0.08em;
  position: relative;
}

@media screen and (max-width: 959px) {
  .blog-list__item-text {
    font-size: 2.6rem;
    line-height: 3.8rem;
  }
}

.blog-list__item-text img {
  position: absolute;
  right: 0;
  bottom: 1rem;
}

.blog-list__item-inner {
  background-color: #f7f7f7;
  padding-bottom: 4rem;
  border: solid 4px transparent;
}

.blog-list__item-inner:hover {
  border: solid 4px #c80a14;
}

@media screen and (max-width: 959px) {
  .blog-list__item-inner {
    padding-bottom: 6rem;
  }
}

.blog-detail__article-content {
  position: relative;
  padding: 5rem 11rem 8rem;
}

@media screen and (max-width: 959px) {
  .blog-detail__article-content {
    padding: 5rem 2rem 8rem;
  }
}

.blog-detail__article-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 6.5rem;
  height: 3rem;
  border-top: 3px solid #c80a14;
}

@media screen and (max-width: 959px) {
  .blog-detail__article-content::before {
    border-width: 2px;
    width: 6.5rem;
  }
}

.blog-detail-contributor {
  padding: 0 11rem 8rem;
}
@media screen and (max-width: 959px) {
  .blog-detail-contributor {
    padding: 0 2rem 8rem;
  }
}

.blog-detail-contributor-heading {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.14em;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .blog-detail-contributor-heading {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
}

.blog-detail-contributor-container {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 3rem;
  background: #f0f0f0;
}
@media screen and (max-width: 959px) {
  .blog-detail-contributor-container {
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
  }
}

.blog-detail-contributor-icon {
  flex-shrink: 0;
  width: 10rem;
}
@media screen and (max-width: 959px) {
  .blog-detail-contributor-icon {
    width: 12rem;
  }
}

.blog-detail-contributor-name {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.14em;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .blog-detail-contributor-name {
    margin-bottom: 1.4rem;
    font-size: 3rem;
    line-height: 1.6666666667;
    text-align: center;
  }
}

.blog-detail-contributor-text {
  font-size: 1.6rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 959px) {
  .blog-detail-contributor-text {
    font-size: 3rem;
    line-height: 4.3rem;
  }
}

.topics-list__body {
  max-width: 100%;
  flex: 0 0 100%;
}

.topics-list__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}

.topics-list__item {
  flex: 0 0 33.33%;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 959px) {
  .topics-list__item {
    flex: 0 0 100%;
    margin-bottom: 6rem;
  }
}

.topics-list__item-inner {
  background-color: #f7f7f7;
  padding-bottom: 4rem;
  border: solid 4px transparent;
  padding: 4rem;
}

.topics-list__item-inner:hover {
  border: solid 4px #c80a14;
}

@media screen and (max-width: 959px) {
  .topics-list__item-inner {
    padding-bottom: 6rem;
  }
}

.topics-detail__title {
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
}

.topics-detail__body {
  flex: 0 0 100%;
  max-width: 100%;
}

.topics-detail__article-content {
  padding-bottom: 6rem;
}

.housing-list__visual-inner {
  margin-bottom: 9rem;
}

.housing-list__visual-inner {
  width: 130rem;
  position: relative;
}

@media screen and (max-width: 959px) {
  .housing-list__visual-inner {
    margin-bottom: 32rem;
  }
}

.housing-list__visual-text {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 55rem;
  z-index: 2;
  padding: 3rem;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.08em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
  left: 0;
}

@media screen and (max-width: 959px) {
  .housing-list__visual-text {
    top: 20rem;
    transform: none;
    font-size: 2.7rem;
    line-height: 3.9rem;
    width: 70rem;
  }
}

.housing-list__heading-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 0 5rem;
}

.housing-list__heading {
  line-height: 3.3rem;
  font-weight: bold;
  text-align: center;
  margin: auto;
  width: 30rem;
  font-size: 2rem;
  color: #c80a14;
  padding: 2.5rem;
  border: solid 3px;
  position: relative;
}

.housing-list__heading:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  content: "";
  width: 20px;
  height: 15px;
  border: 10px solid;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0px solid transparent;
}

@media screen and (max-width: 959px) {
  .housing-list__heading {
    font-size: 2.7rem;
    padding: 3rem;
    width: 45%;
    margin-bottom: 6rem;
  }
}

.housing-list__visual-figure {
  position: relative;
}

.housing-list__visual-figure img {
  margin-left: auto;
  padding-left: 46rem;
}

@media screen and (max-width: 959px) {
  .housing-list__visual-figure img {
    padding-left: 10rem;
  }
}

.housing-list iframe {
  margin-bottom: 7rem;
}

@media screen and (max-width: 959px) {
  .housing-list iframe {
    height: 60rem;
  }
}

.housing-list__areas {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 17rem;
}

@media screen and (max-width: 959px) {
  .housing-list__areas {
    margin-bottom: 10rem;
  }
}

.housing-list__area {
  flex: 0 0 16.6666667%;
  max-width: 16.6666667%;
}

@media screen and (max-width: 959px) {
  .housing-list__area {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 1.5rem;
  }
}

.housing-list__area:first-child {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  margin-bottom: 2rem;
}

@media screen and (max-width: 959px) {
  .housing-list__area:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
}

.housing-list__area:first-child > .housing-list__area-inner {
  flex: 0 0 16.6666667%;
  max-width: 16.6666667%;
}

.housing-list__area-inner {
  padding: 0 0.5rem;
}

.housing-list__area-childs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .housing-list__area-childs .housing-list__area-title {
    padding: 1.5rem;
    height: auto;
  }

  .housing-list__area-childs > div {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 0.75rem;
    margin-bottom: 1.5rem;
  }
}

.housing-list__area-child {
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 20%;
  flex: 0 0 20%;
}

@media screen and (max-width: 959px) {
  .housing-list__area-child:first-child > .housing-list__area-child-inner {
    background-color: #c80a14;
    color: #fff;
  }
}

.housing-list__area-child-inner {
  display: block;
  color: #c80a14;
  background-color: #fff;
  text-align: center;
  padding: 1.2rem;
  height: 5rem;
  font-weight: bold;
  position: relative;
  border: solid 1px #c80a14;
}

@media screen and (max-width: 959px) {
  .housing-list__area-child-inner {
    height: auto;
    padding: 1.8rem 0 1.5rem;
  }
}

.housing-list__area-child-inner:after {
  content: "";
  content: "";
  border: solid 2px #fff;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  transform: rotate(45deg) translateY(-96%);
  position: absolute;
  top: 50%;
  right: 4rem;
  border-left: 0;
  border-bottom: 0;
  right: 15px;
  border-color: #c80a14;
  border-width: 1px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-85%);
}

.housing-list__area-title {
  background-color: #c80a14;
  color: #fff;
  text-align: center;
  padding: 1.2rem;
  height: 5rem;
  font-weight: bold;
  position: relative;
  display: block;
}

@media screen and (max-width: 959px) {
  .housing-list__area-title {
    height: auto;
    padding: 1.8rem 0 1.5rem;
  }
}

.housing-list__area-title:after {
  content: "";
  content: "";
  border: solid 2px #fff;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  transform: rotate(45deg) translateY(-96%);
  position: absolute;
  top: 50%;
  right: 4rem;
  border-left: 0;
  border-bottom: 0;
  right: 15px;
  border-color: #fff;
  border-width: 1px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-85%);
}

.housing-list__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

@media screen and (max-width: 959px) {
  .housing-list__items {
    display: block;
  }
}

.housing-list__item-group {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .housing-list__item-group {
    margin-bottom: 4.5rem;
  }
}

.housing-list__item-group:before {
  content: "";
  width: 100%;
  border-top: 2px solid #c80a14;
  position: absolute;
  left: 15.5rem;
  top: 4.5rem;
  display: block;
  height: auto;
}

@media screen and (max-width: 959px) {
  .housing-list__item-group:before {
    left: 18.5rem;
    top: 5rem;
  }
}

.housing-list__item-group-title {
  margin: 0 0.8rem;
  border: solid 2px;
  color: #c80a14;
  font-weight: bold;
  border-bottom: 0;
  display: inline-block;
  width: 14rem;
  text-align: center;
  padding: 1rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 959px) {
  .housing-list__item-group-title {
    font-size: 1.8rem;
    width: 17rem;
  }
}

.housing-list__item {
  flex: 0 0 33.33%;
  padding: 0 1.6rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 959px) {
  .housing-list__item {
    padding: 0 1rem;
  }
}

.housing-list__item-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem;
  height: 5rem;
}

@media screen and (max-width: 959px) {
  .housing-list__item-title {
    margin: 3rem 0;
    font-size: 2.8rem;
    height: auto;
  }
}

@media screen and (max-width: 959px) {
  .housing-list__item-body {
    display: flex;
    flex-wrap: wrap;
  }
}

.housing-list__item-inner {
  padding: 1rem 1rem 3rem 1rem;
  background: #fff;
  height: 100%;
}

.post-type-archive-house .housing-list__item-inner {
  border: 1px solid #eee;
}

.housing-list__item-meta-row {
  padding: 1rem;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.housing-list__item-figure {
  min-height: 35rem;
}

@media screen and (max-width: 959px) {
  .housing-list__item-figure {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 5rem;
  }

  .housing-list__item-figure img {
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 959px) {
  .housing-list__item-info {
    flex: 0 0 55%;
    max-width: 55%;
  }
}

.housing-list__item-meta {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.housing-list__item-meta:first-child {
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .housing-list__item-meta {
    margin-top: 0rem;
    margin-bottom: 3.5rem;
  }
}

.housing-list__item-meta-icon {
  flex: 0 0 7.5%;
  background: #c80a14;
  color: #fff;
  text-align: center;
}

.housing-list__item-meta-body {
  padding-left: 2rem;
  line-height: 2.3rem;
  font-size: 1.5rem;
}

.housing-list__item-meta-body span {
  font-family: "Spartan";
  font-size: 2rem;
  color: #c80a14;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .housing-list__item-meta-icon {
    font-size: 2vw;
  }

  .housing-list__item-meta-body span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .housing-list__item-meta-body {
    font-size: 2rem;
    line-height: 2.6rem;
    padding-left: 2rem;
    padding-right: 2.5rem;
  }
}

.housing-list__item-button {
  /* width: 18rem; */
  width: 35rem;
  margin: auto;
  display: block;
  text-align: center;
  background: #c80a14;
  font-weight: bold;
  color: #fff;
  padding: 1.5rem;
  position: relative;
}

@media screen and (max-width: 959px) {
  .housing-list__item-button {
    /* width: 28rem; */
    width: 50rem;
    font-size: 2rem;
    padding: 2rem;
  }
}

.housing-list__item-button:after {
  content: "";
  content: "";
  border: solid 2px #fff;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  transform: rotate(45deg) translateY(-96%);
  position: absolute;
  top: 50%;
  right: 4rem;
  border-left: 0;
  border-bottom: 0;
  right: 15px;
  border-color: #fff;
  border-width: 1px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-85%);
}

.housing-list__foot-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 20rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 959px) {
  .housing-list__foot-title {
    font-size: 2.4rem;
    text-align: left;
    margin: 0 1rem 3rem;
  }
}

.housing-list__foot-button {
  color: #fff;
  background-color: #c80a14;
  display: block;
  width: 50rem;
  margin: auto;
  text-align: center;
  padding: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 5px;
  border-bottom: 4px solid #353535;
  display: flex;
  align-items: center;
  justify-content: center;
}

.housing-list__foot-button img {
  max-width: 2.5rem;
  margin-right: 2rem;
}

/** neighborhood */
.neighborhood-infos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.neighborhood-info {
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 0.75em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  /* padding-right: .5em; */
  letter-spacing: 0;
}

.neighborhood-info > * {
  display: inline;
}

.neighborhood-info__genre {
  background-color: #c80a14;
  min-width: 120px;
  text-align: center;
  padding: 2.5px 5px;
  color: #fff;
  align-self: baseline;
  white-space: nowrap;
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .neighborhood-info__genre {
  }

  .neighborhood-infos {
    display: block;
  }

  .neighborhood-info {
    max-width: 100%;
    font-size: 11px;
    padding-right: 0;
  }
}

/** neighborhood */

.section--modelhouse-list {
  padding-bottom: 0;
  border-bottom: 2px solid #f1f1f1;
}

.section--modelhouse-list2 {
  padding-bottom: 0;
}

@media screen and (max-width: 959px) {
  .section--modelhouse-list2 {
    padding-top: 0rem;
    margin-top: -3rem;
  }
}

@media screen and (max-width: 959px) {
  .section--modelhouse-list3 {
    padding-top: 0rem;
  }
}

@media screen and (max-width: 959px) {
  .modelhouse-list__content {
    margin-top: 6rem;
  }
}

.modelhouse-list__visual-inner {
  margin-bottom: 9rem;
}

.modelhouse-list__visual-inner {
  width: 130rem;
  position: relative;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__visual-inner {
    width: 100%;
    margin-bottom: 34rem;
    right: -4rem;
  }
}

.modelhouse-list .instagram_tag {
  margin: 6rem auto 8rem;
  display: flex;
  justify-content: center;
}

.instagram_tag-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 4rem;
}

.article-entry-body .instagram_tag-title img {
  max-width: 3rem;
  margin: 0 1rem !important;
}

.instagram_tag-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  margin-bottom: 8rem;
}

.instagram_tag-items > * {
  flex: 0 0 32.33%;
  max-width: 40rem !important;
  min-width: 30rem !important;
}

@media screen and (max-width: 959px) {
  .article-entry-body .instagram_tag-title img {
    max-width: 5rem !important;
    margin: 0 3rem 0 1rem !important;
  }

  .instagram_tag-title {
    font-size: 4rem;
    line-height: 1.6;
    padding-right: 6rem;
  }

  .instagram_tag-items > * {
    flex: 0 0 100%;
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

.modelhouse-list__visual-text {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 56rem;
  z-index: 2;
  padding: 3rem;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.08em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__visual-text {
    top: 20rem;
    left: -4rem;
    transform: none;
    font-size: 2.7rem;
    line-height: 3.9rem;
    width: 67rem;
    padding: 2.3rem 2rem;
  }
}

.modelhouse-list__heading {
  line-height: 3.3rem;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 5rem;
  width: 30rem;
  font-size: 2rem;
  background: #eee;
  padding: 2.5rem;
  border: solid 3px #eee;
  position: relative;
}

.modelhouse-list__heading:after {
  color: #eee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  content: "";
  width: 20px;
  height: 15px;
  border: 10px solid;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0px solid transparent;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__heading {
    font-size: 2.7rem;
    padding: 3rem;
    width: 43rem;
    margin-bottom: 6rem;
  }
}

.modelhouse-list__visual-figure {
  position: relative;
}

.modelhouse-list__visual-figure img {
  margin-left: auto;
  padding-left: 46rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__visual-figure img {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 959px) {
  .modelhouse-list #gmap {
    height: 63rem;
    margin-bottom: 4rem;
  }
}

.modelhouse-list iframe {
  margin-bottom: 7rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-list iframe {
    height: 60rem;
  }
}

.modelhouse-list__areas {
  display: flex;
  flex-wrap: wrap;
  max-width: 76.8rem;
  margin: auto;
  margin-bottom: 6rem;
  justify-content: center;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__areas {
    max-width: 100%;
  }
}

.modelhouse-list__area {
  flex: 0 0 33.33%;
  text-align: center;
  max-width: 33.33%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.modelhouse-list__area.is-active .modelhouse-list__area-inner {
  background: #c80a14;
  color: #fff;
}

.modelhouse-list__area-inner {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  padding: 2.5rem;
  display: block;
  border: solid 2px #c80a14;
  font-weight: bold;
  color: #c80a14;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__area-inner {
    font-size: 2.2rem;
    padding: 2rem;
  }
}

.modelhouse-list__items {
  margin-bottom: 1rem;
}

.modelhouse-list__item-group {
  position: relative;
  overflow: hidden;
  margin-bottom: 8rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-group {
    margin-bottom: 4.5rem;
  }
}

.modelhouse-list__item {
  padding: 5rem 0;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item {
    padding: 3.3rem 0;
    padding: 10rem 0;
  }
}

.modelhouse-list__item:nth-child(even) .modelhouse-list__item-figure img {
  margin-left: auto;
}

.modelhouse-list__item:nth-child(even) .modelhouse-list__item-body {
  flex-direction: row-reverse;
}

.modelhouse-list__item:nth-child(even) .modelhouse-list__item-labels {
  position: absolute;
  top: 2rem;
  left: auto;
  right: 2rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item:nth-child(even) .modelhouse-list__item-labels {
    left: 2rem;
    right: auto;
  }
}

.modelhouse-list__item-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 1rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-title {
    margin: 3rem 0 2.5rem;
    font-size: 3.8rem;
  }
}

.modelhouse-list__item-body {
  display: flex;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-body {
    display: block;
  }
}

.modelhouse-list__item-labels {
  position: absolute;
  left: 2rem;
  top: 2rem;
  z-index: 10;
}

.modelhouse-list__item-inner {
  padding: 1rem;
  background: #fff;
  position: relative;
}

.modelhouse-list__item-meta-row {
  padding: 1rem 1rem 2rem;
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-meta-row {
    margin-bottom: 2.5rem;
  }
}

.modelhouse-list__item-meta-row:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 8rem;
  border-bottom: #c80a14 2px solid;
  height: 2px;
  display: block;
  transform: translateX(-50%);
}

.modelhouse-list__item-figure {
  flex: 0 0 60%;
  max-width: 60%;
  position: relative;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-figure {
    max-width: 100%;
  }
}

.modelhouse-list__item-info {
  flex: 0 0 40%;
  max-width: 40%;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-info {
    max-width: 100%;
  }
}

.modelhouse-list__item-subtitle {
  padding: 0 1.5rem;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  font-weight: bold;
  max-width: 28rem;
  margin: 0 auto 2.5rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-subtitle {
    font-size: 3rem;
    line-height: 4.4rem;
    max-width: 47.5rem;
  }
}

.modelhouse-list__item-text {
  padding: 0 4rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-text {
    margin-bottom: 6rem;
  }
}

.modelhouse-list__item-meta {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.modelhouse-list__item-meta:first-child {
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-meta {
    margin-top: 0rem;
    margin-bottom: 3.5rem;
  }
}

.modelhouse-list__item-meta-body {
  padding-left: 2rem;
  line-height: 2.3rem;
  font-size: 1.5rem;
}

.modelhouse-list__item-meta-body span {
  font-family: "Spartan";
  font-size: 2rem;
  color: #c80a14;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-meta-body span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-meta-body {
    font-size: 2.8rem;
    line-height: 2.6rem;
    padding-left: 2rem;
    padding-right: 2.5rem;
  }
}

.modelhouse-list__item-button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-button-box {
    display: block;
  }
}

.modelhouse-list__item-button {
  width: 21rem;
  margin-top: 3rem;
  display: block;
  text-align: center;
  background: #c80a14;
  font-weight: bold;
  color: #fff;
  padding: 1.5rem;
  position: relative;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-button {
    margin: auto;
    margin-top: 7.4rem;
    width: 84%;
    font-size: 3rem;
    padding: 4rem;
  }
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-button.-reserve {
    margin-top: 3rem;
  }
}

.modelhouse-list__item-button:after {
  content: "";
  content: "";
  border: solid 2px #fff;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  transform: rotate(45deg) translateY(-96%);
  position: absolute;
  top: 50%;
  right: 4rem;
  border-left: 0;
  border-bottom: 0;
  right: 15px;
  border-color: #fff;
  border-width: 1px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-85%);
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-button:after {
    right: 24px;
    border-width: 2px;
    width: 12px;
    height: 12px;
  }
}

.modelhouse-list__foot-title {
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  margin-top: 20rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__foot-title {
    font-size: 2.8rem;
    margin: 0 1rem 3rem;
  }
}

.modelhouse-list__brands {
  display: flex;
  margin-top: 7rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__brands {
    display: block;
  }
}

.modelhouse-list__brand {
  flex: 0 0 33.33%;
  padding: 0 1rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__brand {
    padding: 0 6rem;
    margin-bottom: 4rem;
    font-size: 3rem;
  }

  .modelhouse-list__brand:last-child {
    margin-bottom: 0;
  }
}

.modelhouse-list__brand img {
  padding-right: 3rem;
}

.modelhouse-list__brand-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
  padding: 1.5rem;
  font-size: 1.6rem;
  border: solid 2px;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__brand-inner {
    font-size: 3rem;
    padding: 3rem;
  }
}

.modelhouse-list__bn {
  margin: 0 auto 6rem;
}

.modelhouse-list__bn-inner {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.modelhouse-list__bn-img {
  width: 100%;
  margin: 0 auto 2rem;
}

.modelhouse-list__bn-img img {
  width: 100%;
  height: auto;
}

.modelhouse-list__bn-desc {
  padding: 2rem 4rem 4rem;
  background-color: #f9f9f9;
}

.modelhouse-list__bn-title {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1.5rem;
  margin: 0 auto 4rem;
  position: relative;
}

.modelhouse-list__bn-title::after {
  content: "";
  width: 50rem;
  max-width: 90%;
  height: 2px;
  display: inline-block;
  background: #c80a14;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.modelhouse-list__bn-notice {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 auto 1rem;
}

.modelhouse-list__bn-text {
  font-size: 1.8rem;
  line-height: 1.6;
}

.modelhouse-list__bn-data {
  padding: 0.5rem 0;
  display: flex;
}

.modelhouse-list__bn-dataterm {
  width: 15%;
}

.modelhouse-list__bn-datadesc {
  width: 85%;
}

.modelhouse-list__bn-dataterm {
  font-weight: bold;
}

.modelhouse-list__bn-subtitle {
  color: #5c9ead !important;
  font-size: 2.4rem;
  font-weight: bold;
}

.modelhouse-list__bn-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modelhouse-list__bn-subimg {
  width: 15rem;
  padding: 0 1rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__bn-title {
    font-size: 3.2rem;
  }

  .modelhouse-list__bn-title::after {
    width: 60rem;
    padding: 0 2rem;
  }

  .modelhouse-list__bn-text {
    font-size: 2.4rem;
  }

  .modelhouse-list__bn-data {
    padding: 1rem 0;
    flex-direction: column;
  }

  .modelhouse-list__bn-dataterm {
    width: 100%;
  }

  .modelhouse-list__bn-datadesc {
    width: 100%;
  }

  .modelhouse-list__bn-subtitle {
    font-size: 3.9vw;
  }

  .modelhouse-list__bn-flex {
    flex-direction: column;
    align-items: center;
  }

  .modelhouse-list__bn-subimg {
    width: 24rem;
    padding: 2rem;
  }
}

.section--housing-list {
  padding-bottom: 0;
  border-bottom: 2px solid #f1f1f1;
}

.section--housing-list1 {
  padding-bottom: 0;
}

@media screen and (max-width: 959px) {
  .section--housing-list1 {
    padding-top: 6rem;
  }
}

.modelhouse-detail .article-body {
  border: 0;
}

.article-body td {
  border: solid 1px #eee;
  padding: 0.5em 1em;
}

.article-body tr:first-child td {
  background-color: #e4e4e4;
}

.modelhouse-detail .article-entry-body {
  font-size: 1.5rem;
}

.modelhouse-detail .visual {
  position: relative;
  margin-bottom: 5rem;
}

.modelhouse-detail .visual img {
  margin: 0;
  height: 57rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .visual {
    margin-bottom: 9rem;
  }
}

.modelhouse-detail .visual__box {
  background: #ffffffd1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.5rem;
  text-align: center;
}

.modelhouse-detail .visual__box i {
  color: #c80a14;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .visual__box {
    width: 90%;
    padding: 7.5rem 8rem;
  }
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .visual img {
    height: 68rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.modelhouse-detail .visual__box-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .visual__box-title {
    font-size: 5rem;
    margin-bottom: 3rem;
    line-height: 6.5rem;
  }
}

.modelhouse-detail .visual__box-text {
  font-size: 1.2rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .visual__box-address {
    font-size: 2.4rem;
  }
}

.modelhouse-detail .catch {
  text-align: center;
  margin-bottom: 10rem;
}

.modelhouse-detail .catch-main {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .catch-main {
    font-size: 4rem;
    padding: 0 5rem;
    line-height: 1.6;
    margin-bottom: 8rem;
  }
}

.modelhouse-detail .catch-sub {
  max-width: 57rem;
  margin: auto;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.5rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .catch-sub {
    max-width: 100%;
    padding: 0 3rem;
    font-size: 3rem;
    text-align: left;
  }
}

.modelhouse-detail .concept {
  padding: 0 6rem;
  margin-bottom: 6rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .concept {
    padding: 0 3rem;
    font-size: 3rem;
    line-height: 1.6;
  }
}

.modelhouse-detail .concept-title {
  margin-left: 6rem;
  font-size: 2rem;
  padding-left: 4rem;
  margin-bottom: 5.5rem;
  position: relative;
  font-family: "Spartan";
}

.modelhouse-detail .concept-title::after {
  content: "";
  width: 2.5rem;
  border-bottom: 1px #c80a14 solid;
  position: absolute;
  left: 4px;
  top: 50%;
}
@media screen and (max-width: 959px) {
  .modelhouse-detail .concept-title {
    font-size: 4rem;
    margin-left: 1rem;
    padding-left: 8rem;
    margin-bottom: 5.5rem;
    position: relative;
    font-family: "Spartan";
  }

  .modelhouse-detail .concept-title::after {
    content: "";
    width: 5rem;
    border-bottom: 1px #c80a14 solid;
    position: absolute;
    left: 4px;
    top: 50%;
  }
}

.modelhouse-detail .item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 4rem 0;
  border-bottom: 3px #f5f5f5 solid;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .item {
    flex-direction: column-reverse;
  }
}

.modelhouse-detail .item:nth-child(even) {
  flex-direction: row;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .item:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.modelhouse-detail .item:last-child {
  border-bottom: 0;
}

.modelhouse-detail .item-image {
  flex: 0 0 65%;
  max-width: 65%;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .item-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.modelhouse-detail .item-text {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0 2.5rem;
  line-height: 2.6rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .item-text {
    font-size: 3rem;
    padding: 0 0.5rem;
    line-height: 1.6;
    margin-top: 2rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.modelhouse-detail .published-article {
  padding: 4rem 0;
}

.modelhouse-detail .published-article-title {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 4rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .published-article-title {
    font-size: 4rem;
    padding: 0 5rem;
    line-height: 1.6;
    margin-bottom: 8rem;
  }
}

.modelhouse-detail .floorplan {
  padding: 3.5rem;
  background: #f1f1f1;
  margin-bottom: 8rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .floorplan {
    padding: 7rem 3rem;
  }
}

.modelhouse-detail .sec-title {
  font-size: 2.8rem;
  font-family: "Spartan";
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 5rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .sec-title {
    font-size: 4rem;
    margin-bottom: 8rem;
  }
}

.modelhouse-detail .sec-title:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 2.5rem;
  width: 3.5rem;
  border-bottom: 2px solid #000;
}

.modelhouse-detail .floorplan-text {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .floorplan-text {
    padding: 0 9rem;
    line-height: 1.4;
    max-width: 65rem;
  }
}

.modelhouse-detail .floorplan-figure img {
  margin-top: 1rem;
}

.floorplan-figures {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}

@media screen and (max-width: 959px) {
  .floorplan-figures {
    display: block;
  }
}

.floorplan-figure {
  flex: 1 0 50%;
}

.floorplan-figure span {
  margin-bottom: 1rem;
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .floorplan-figure span {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}

.modelhouse-detail .vr {
  padding: 0 12rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .vr {
    padding: 0;
  }
}

.modelhouse-detail .vr-figure {
  padding: 3rem 4.5rem;
  border: solid #c80a14;
  border-radius: 10px;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .vr-figure {
    padding: 1rem 1.5rem;
  }
}

.modelhouse-detail .access-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .access-head {
    display: block;
  }
}

.modelhouse-detail .article-head {
  justify-content: flex-start;
}

.modelhouse-detail .article-side-archive-child a {
  border-left: 6px solid transparent;
  padding-left: 0.5rem;
}

.modelhouse-detail .article-side-inner {
  background: #fff;
}

.modelhouse-detail .article-side-search-field input {
  border: solid #e4e4e4 2px;
}

.modelhouse-detail .article-side-search-button input {
  background: #e4e4e4;
}

.modelhouse-detail .article-side-archive-child a {
  border-left: 6px solid transparent;
  padding-left: 0.5rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .article-side-archive-child a {
    padding-left: 1.3rem;
    border-left: 10px solid transparent;
  }
}

.modelhouse-detail .modelhouse-list__brands {
  display: block;
  margin-top: 0;
  margin-bottom: 4rem;
}

.modelhouse-detail .modelhouse-list__brand-inner {
  padding: 1rem;
  justify-content: flex-start;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .modelhouse-list__brand-inner {
    justify-content: center;
    padding: 1.5rem;
  }
}

.modelhouse-detail .modelhouse-list__brand img {
  padding: 0;
  margin-left: 0;
  margin-right: 2rem;
}

.modelhouse-detail .modelhouse-list__brand {
  padding: 0;
  margin-bottom: 2rem;
}

.modelhouse-detail .modelhouse-list__brand:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .access .sec-title {
    padding-left: 8rem;
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .access-text {
    text-align: right;
    font-size: 2.7rem;
  }
}

.modelhouse-detail .thumb-item-nav {
  padding-bottom: 0 !important;
}

.modelhouse-detail .thumb-item-nav li {
  margin: 5px;
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .thumb-item-nav li {
    margin: 0 2px;
  }
}

.modelhouse-detail .slick-slide img {
  margin: 0;
}

.modelhouse-detail .slides {
  padding: 0 6rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-detail .slides {
    padding: 0;
    margin-bottom: 8rem;
  }
}

.modelhouse-detail .slides .slick-prev {
  left: 15px;
  z-index: 100;
}

.modelhouse-detail .slides .slick-next {
  right: 20px;
  z-index: 99;
}

.modelhouse-detail .slides .slick-prev:before,
.modelhouse-detail .slides .slick-next:before {
  color: #000 !important;
}

.modelhouse-list__item-sales {
  position: absolute;
  top: -5rem;
}

.modelhouse-list__item:nth-child(odd) .modelhouse-list__item-sales {
  right: -1.5rem;
}

.modelhouse-list__item:nth-child(even) .modelhouse-list__item-sales {
  left: -1.5rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item:nth-child(odd) .modelhouse-list__item-sales,
  .modelhouse-list__item:nth-child(even) .modelhouse-list__item-sales {
    right: -0.5rem;
    left: auto;
  }
}

.modelhouse-list__item-salesbtn {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: bold;
  width: 18rem;
  height: 18rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #efd100;
  border-radius: 50%;
}

.modelhouse-list__item-salesbtn span {
  font-size: 0.6em;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-salesbtn span {
    font-size: 0.8em;
  }
}

.modelhouse-list__item-openbtn {
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  width: 18rem;
  height: 18rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ea3046;
  border-radius: 50%;
}

.modelhouse-detailt__item-sales {
  right: -1.5rem;
  right: 7.5rem;
  top: -15rem;
}

@media screen and (max-width: 959px) {
  .modelhouse-list__item-sales {
    right: -1.5rem;
    top: -10rem;
  }
}

.modelhouse-list__item-salesicon {
  width: 18rem;
}

.modelhouse-list__item-salesicon img {
  width: 100%;
  height: auto;
}

.banner-house {
  max-width: 1200px;
  margin: 0 auto;
}

.section--housing-list2 {
  background: #eeeeee;
}

.section--housing-list {
  padding-bottom: 0;
}

.housing-detail__body {
  border: none;
}

.housing-detail__title {
  position: relative;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .housing-detail__title {
    display: block;
    text-align: left !important;
  }
}

@media screen and (max-width: 959px) {
  .housing-detail__title-body {
    text-align: center;
  }
}

.housing-detail__title:after {
  content: "";
  border-bottom: 2px #ddd solid;
  width: 60rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 959px) {
  .housing-detail__title:after {
    width: 100%;
  }
}

.housing-detail .article-label {
  margin: 0;
  margin-right: 3rem;
}

@media screen and (max-width: 959px) {
  .housing-detail .article-label {
    margin-bottom: 4rem;
    padding: 0 2.4rem;
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

.housing-detail .metas {
  display: flex;
  justify-content: center;
}

.housing-detail .metas span {
  font-size: 2rem;
  margin: 0 1rem;
}

@media screen and (max-width: 959px) {
  .housing-detail .metas span {
    font-size: 3rem;
  }
}

.housing-detail .meta {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.housing-detail .meta-name {
  margin-right: 1rem;
}

.housing-detail .meta-data {
  color: #c80a14;
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .housing-detail .meta-data {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 959px) {
  .housing-detail figcaption p {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 959px) {
  .housing-detail .article-detail-title {
    margin-bottom: 2.5rem;
  }
}

.housing-detail .entry-section {
  margin-bottom: 8rem;
}

.housing-detail__article-heading {
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 3.5rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 959px) {
  .housing-detail__article-heading {
    font-size: 3.2rem;
    padding-bottom: 2rem;
    margin-bottom: 6rem;
  }
}

.housing-detail__article-heading:after {
  content: "";
  border-bottom: 6px #ddd solid;
  width: 10.5rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 959px) {
  .housing-detail__article-heading:after {
    border-bottom: 4px #ddd solid;
    width: 17.5rem;
  }
}

.housing-detail__article-heading__notice {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .housing-detail__article-heading__notice {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .housing-detail .tablebox {
    padding: 0 3rem;
  }
}

.housing-detail table {
  border-collapse: collapse;
  width: 100%;
}

.housing-detail th {
  width: 17rem;
  background: #eee;
  border: #e4e4e4 solid 1px;
  padding: 0.5rem 3rem;
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .housing-detail th {
    font-size: 2rem;
    width: 16.5rem;
  }
}

.housing-detail td {
  padding-left: 2rem;
  border: #e4e4e4 solid 1px;
}

@media screen and (max-width: 959px) {
  .housing-detail td {
    font-size: 2rem;
  }
}

.housing-detail__price th {
  text-align: center;
  padding: 0;
}

.housing-detail__price td {
  text-align: center;
  padding: 0;
}

.housing-detail .point {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .housing-detail .point {
    font-size: 3rem;
  }
}

.housing-detail .aroundbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9rem;
}

.housing-detail .aroundbox figure {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 959px) {
  .housing-detail .aroundbox figure {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.housing-detail .aroundbox figure img {
  padding: 0 0.9rem;
  margin-bottom: 0.5rem;
}

.housing-detail .aroundbox figcaption {
  text-align: center;
  font-weight: bold;
}

.housing-detail .planboxs {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .housing-detail .planboxs {
    display: block;
  }
}

.housing-detail .planbox {
  flex: 0 0 50%;
  padding: 0 1rem;
  max-width: 50%;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 959px) {
  .housing-detail .planbox {
    font-size: 2.8rem;
    line-height: 1.5;
    max-width: 100%;
  }
}

.housing-detail .planbox img {
  /* height: 35rem; */
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .housing-detail .planbox img {
    /* height: 45rem; */
  }
}

.housing-detail .planbox-inner {
  position: relative;
}

.housing-detail .planbox .sbttl {
  position: absolute;
  left: 0;
  top: 1px;
  padding: 0.25rem 1rem;
  background: #fff;
  border: solid 2px #c80a14;
  font-weight: bold;
  color: #c80a14;
  display: none;
}

.housing-detail .address {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .housing-detail .address {
    font-size: 3rem;
  }
}

.housing-detail .article-side-inner {
  background: #fff;
}

.housing-detail .article-side-search-field input {
  border: solid #e4e4e4 2px;
}

.housing-detail .article-side-search-button input {
  background: #e4e4e4;
}

.housing-detail .article-side-archive-child a {
  border-left: 6px solid transparent;
  padding-left: 0.5rem;
}

@media screen and (max-width: 959px) {
  .housing-detail .article-side-archive-child a {
    padding-left: 1.3rem;
    border-left: 10px solid transparent;
  }
}

.housing-detail iframe {
  height: 50rem;
}

.housing-detail #galleria {
  height: 68rem;
}

@media screen and (max-width: 959px) {
  .housing-detail #galleria {
    height: 58rem;
  }
}

#gmap {
  width: 100%;
  margin: 0 auto 2rem;
  height: 485px;
}

.section--works-list {
  padding-bottom: 0;
}

@media screen and (max-width: 959px) {
  .section--works-list2 {
    padding-top: 0;
  }
}

.works-list__visual {
  margin-bottom: 5rem;
}

.works-list__items {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .works-list__items {
    display: block;
  }
}

.works-list__item {
  flex: 0 0 50%;
}

@media screen and (max-width: 959px) {
  .works-list__item {
    margin-bottom: 4.5rem;
  }

  .works-list__item .works-article-tags {
    margin: 0 1.5rem;
  }
}

.works-list__item-title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 2rem 0 2.5rem;
  padding-right: 4rem;
  position: relative;
  min-height: 6rem;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 959px) {
  .works-list__item-title {
    font-size: 3rem;
    line-height: 4rem;
    padding-right: 6rem;
  }
}

.works-list__item-title:after {
  content: "";
  content: "";
  border: solid 2px #fff;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  transform: rotate(45deg) translateY(-96%);
  position: absolute;
  top: 50%;
  right: 4rem;
  border-left: 0;
  border-bottom: 0;
  border-color: #000;
  height: 12px;
  width: 12px;
  right: 2.5rem;
}

.works-list__item-body {
  display: block;
}

@media screen and (max-width: 959px) {
  .works-list__item-body {
    margin: 0 1.5rem;
  }
}

.works-list__item-inner {
  padding: 0 1.5rem;
}

@media screen and (max-width: 959px) {
  .works-list__item-inner {
    padding: 0 1rem;
  }
}

.works-list__item-figure img {
  width: 100%;
  height: 63rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .works-list__item-figure img {
    height: 83rem;
  }
}

.works__list-tags {
  padding: 3rem 0;
}

.works-list__body.article-body {
  border: 0;
  padding: 0;
}

.works-list .article-side-inner {
  background: #fff;
}

.works-detail .article-side-inner {
  background: #fff;
}

@media screen and (max-width: 959px) {
  .works-detail .article-side-inner {
    background: #eee;
  }
}

.works-detail .works-article-tags {
  padding: 1.4rem 0 2rem;
}

@media screen and (max-width: 959px) {
  .works-detail .works-article-tags {
    padding-top: 0.5rem;
  }
}

.works-detail .works-article-tag-link {
  border-radius: 20px;
}

.works-detail .works-article-tag + .works-article-tag {
  padding-left: 1rem;
}

.works-detail .article-side-search-field input {
  border: solid 2px #eeeeee;
}

.works-detail .article-side-search-button input {
  background: #eeeeee;
}

@media screen and (max-width: 959px) {
  .works-detail .article-side-search-button input {
    background: #fff;
  }
}

.works-detail__title {
  padding: 0 10rem;
}

.works-detail__article-content {
  position: relative;
  padding: 5rem 11rem 6rem;
}

@media screen and (max-width: 959px) {
  .works-detail__article-content {
    padding: 6rem 0 12rem;
    margin-top: 8rem;
  }
}

@media screen and (max-width: 959px) {
  .works-detail__article-content p {
    padding: 0 2rem;
    font-size: 3rem;
    line-height: 4.3rem;
  }
}

.works-detail__article-content h3 {
  background: #ffe3e3;
  padding: 1.5rem 2.5rem;
  font-size: 2.2rem;
  color: #000;
}

@media screen and (max-width: 959px) {
  .works-detail__article-content h3 {
    font-size: 4.2rem;
    line-height: 4.8rem;
  }
}

.works-detail__article-content .two {
  display: flex;
  margin: 0 -11.5rem 10rem;
}

@media screen and (max-width: 959px) {
  .works-detail__article-content .two {
    display: block;
    margin: 0 8rem;
  }
}

.works-detail__article-content .two .imagebox {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0.7rem;
}

@media screen and (max-width: 959px) {
  .works-detail__article-content .two .imagebox {
    max-width: 100%;
  }
}

.works-detail__article-content .two .imagebox img {
  margin: 2rem auto 1rem;
}

.works-detail__article-content .two .imagebox p {
  padding: 0 1.5rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 959px) {
  .works-detail__article-content .two .imagebox p {
    line-height: 4.2rem;
    padding: 0;
    margin-bottom: 6rem;
  }
}

.works-detail__article-content .three {
  display: flex;
  margin: 0 -11.5rem 0rem;
}

@media screen and (max-width: 959px) {
  .works-detail__article-content .three {
    display: block;
    margin: 0 8rem;
  }
}

.works-detail__article-content .three .imagebox {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 0.7rem;
}

@media screen and (max-width: 959px) {
  .works-detail__article-content .three .imagebox {
    max-width: 100%;
  }
}

.works-detail__article-content .three .imagebox img {
  margin: 2rem auto 1rem;
}

.works-detail__article-content .three .imagebox p {
  padding: 0 1.5rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 959px) {
  .works-detail__article-content .three .imagebox p {
    line-height: 4.2rem;
    padding: 0;
    margin-bottom: 6rem;
  }
}

.works_spec,
.works_labo {
  max-width: 75.1%;
    padding: 0 0 8rem;
    margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .works_spec,
  .works_labo {
    padding-bottom: 10rem;
    max-width: 100%;
  }
}

.works_labo {
    padding: 0 0 16rem;
}
@media screen and (max-width: 959px) {
  .works_labo {
    padding-bottom: 14rem;
  }
}

.works_spec-title {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.7;
  margin: 0 auto 2rem;
  padding: 0 0.5rem 0 4rem;
  position: relative;
}
.works_spec-title:before {
  background: #c80a14;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0.5rem;
  position: absolute;
  top: 0;
  width: 12px;
}
@media screen and (max-width: 959px) {
  .works_spec-title {
    font-size: 3.4rem;
  }
}
.works_spec-table {
  border-collapse: collapse;
  padding: 4rem;
  width: 100%;
}
.works_spec-table_desc,
.works_spec-table_head {
  border: 0.5rem solid #fafafa!important;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  vertical-align: baseline;
}
@media screen and (max-width: 959px) {
  .works_spec-table_desc,
  .works_spec-table_head {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
.works_spec-table_head {
  background: #f9eeef!important;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
  width: 28rem;
}
@media screen and (max-width: 959px) {
  .works_spec-table_head {
    padding: 1.5rem;
    text-align: left;
    width: 30%;
  }
}
.works_spec-table_desc {
  background: #f1f1f1!important;
  padding: 1rem 1rem 1rem 3rem!important;
  width: calc(100% - 28rem);
}
@media screen and (max-width: 959px) {
  .works_spec-table_desc {
    padding: 1.5rem 1.5rem 1.5rem 3rem!important;
    width: 75%;
  }
}

.works_other {
  margin: 0 auto;
  max-width: 75.1%;
}

@media screen and (max-width: 959px) {
  .works_other {
    max-width: 100%;
  }
}

.works_labo-link {
  display: block;
  padding: 1rem;
  font-size: 1.6rem;
  color: #3bb586;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .works_labo-link {
    font-size: 2.4rem;
  }
}

.works_labo-link img {
  width: 100%;
}

.article-blog-link {
  display: block;
  margin: 2.3rem auto 5rem;
}

@media screen and (max-width: 959px) {
  .article-side {
    font-size: 3rem;
    padding-left: 0;
    margin: 0;
  }
}

.article-side img {
  margin: auto;
}

@media screen and (max-width: 959px) {
  .article-side .article-tag {
    margin: 0 0.8rem 0rem 0 !important;
    padding: 0.5rem 1rem;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
  }
}

.article-side-search {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 959px) {
  .article-side-search {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 959px) {
  .article-side-search-field {
    flex: 0 0 70%;
  }
}

.article-side-search-field input {
  padding: 1.5rem;
  border: 0;
  height: 4rem;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .article-side-search-field input {
    width: 100%;
    height: 10rem;
  }
}

.article-side-search-button {
  padding-left: 0.7rem;
}

@media screen and (max-width: 959px) {
  .article-side-search-button {
    flex: 0 0 30%;
    padding-left: 2rem;
  }
}

.article-side-search-button input {
  cursor: pointer;
  background: #fff;
  font-weight: bold;
  border: 0;
  padding: 1.23rem;
  display: block;
  height: 4rem;
  line-height: 1;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
}

@media screen and (max-width: 959px) {
  .article-side-search-button input {
    width: 100%;
    height: 10rem;
  }
}

.article-side-title {
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  background: #e4e4e4;
  margin-bottom: 2rem;
}

@media screen and (max-width: 959px) {
  .article-side-title {
    padding: 3rem;
    margin-bottom: 4rem;
  }
}

.article-side-archives {
  margin-bottom: 2rem;
}

@media screen and (max-width: 959px) {
  .article-side-archives {
    margin-bottom: 4rem;
  }
}

.article-side-archive {
  display: block;
  padding: 0.7rem 0.5rem;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 959px) {
  .article-side-archive {
    padding: 1.5rem;
  }
}

.article-side-archive span,
.article-side-archive a {
  border-left: 6px solid #c80a14;
  display: block;
  padding-left: 0.5rem;
  word-break: break-all;
}

@media screen and (max-width: 959px) {
  .article-side-archive span,
  .article-side-archive a {
    border-left: 10px solid #c80a14;
    display: block;
    padding-left: 1.3rem;
  }
}

.article-side-archive--old:before {
  content: "";
  display: inline-block;
  border-left: 1.5px solid #c80a14;
  border-bottom: 1.5px solid #c80a14;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg) translate(3px, -1px);
  margin-right: 7px;
}

@media screen and (max-width: 959px) {
  .article-side-archive--old:before {
    margin-right: 14px;
  }
}

.article-side-archive-childs--old {
  display: none;
}

.article-side-archive-child {
  display: block;
  padding: 0.7rem 0.5rem;
  border-bottom: 1px solid #ddd;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .article-side-archive-child {
    padding: 1.5rem;
  }
}

.article-side-categories {
  margin-bottom: 2.5rem;
}

.article-side-banners {
  margin-top: 5.5rem;
}

@media screen and (max-width: 959px) {
  .article-side-banners {
    margin-top: 10.5rem;
    margin-bottom: 10rem;
  }
}

.article-side-banner {
  display: block;
}

.article-side-banner + .article-side-banner {
  margin-top: 2rem;
}

@media screen and (max-width: 959px) {
  .article-side-banner + .article-side-banner {
    margin-top: 5rem;
  }
}

.article-side-category {
  display: block;
  padding: 0.7rem 0.5rem;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 959px) {
  .article-side-category {
    padding: 1.5rem;
  }
}

.article-side-category:before {
  content: "";
  display: inline-block;
  border-left: 6px solid #c80a14;
  width: 10px;
  height: 10px;
}

.article-side-category-top {
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 2rem 1rem;
  border: solid 2px;
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
}

@media screen and (max-width: 959px) {
  .article-side-category-top {
    font-size: 3rem;
    padding: 4rem 1rem;
    margin-bottom: 2rem;
  }
}

.article-side-category-text {
  border-bottom: 1px solid #e4e4e4;
  padding: 1.5rem 1rem;
  position: relative;
}

.article-side-category-text:after {
  content: "";
  content: "";
  border: solid 2px #fff;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  transform: rotate(45deg) translateY(-96%);
  position: absolute;
  top: 50%;
  right: 4rem;
  border-left: 0;
  border-bottom: 0;
  border-color: #e4e4e4;
  right: 2rem;
  border-width: 1px;
  border-color: #000;
  width: 6px;
  height: 6px;
}

.article-side-category-text:last-child {
  border: 0;
}

.article-side-category-block {
  color: #c80a14;
  display: flex;
  font-weight: bold;
  border: solid 3px;
  padding: 0.8rem 2rem;
  align-items: center;
  background: #fff;
}

.article-side-category-block + .article-side-category-block {
  margin-top: 1rem;
}

.article-side-category-figue {
  flex: 0 0 21%;
}

.article-side-category-body {
  flex: 0 0 69%;
  text-align: center;
  font-weight: bold;
}

.article-side-category-title {
  font-size: 1.2rem;
}

.article-side-category-icon {
  flex: 0 0 10%;
}

.article-side-inner {
  background: #eee;
  padding: 1rem 1rem 7rem 1rem;
}

@media screen and (max-width: 959px) {
  .article-side-inner {
    padding: 3rem 3rem 8rem 3rem;
  }
}

.article-navi {
  margin-top: 5rem;
}

.article-navi-lists {
  display: flex;
  justify-content: center;
}

.article-navi-list {
  padding: 0 0.5rem;
}

@media screen and (max-width: 959px) {
  .article-navi-list {
    margin-bottom: 10rem;
  }
}

.article-navi-link {
  padding: 1.25rem 2rem;
  color: #fff;
  font-weight: bold;
  background: #c80a14;
  display: block;
}

.article-navi-link.current {
  background: #e1dad1;
  color: #c80a14;
}

@media screen and (max-width: 959px) {
  .article-navi-link {
    width: 8rem;
    height: 8rem;
    text-align: center;
    line-height: 5.5rem;
  }
}

.article-detail-navi {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #e4e4e4;
  border-left: 0;
  border-right: 0;
  padding: 1rem;
}

@media screen and (max-width: 959px) {
  .article-detail-navi {
    padding: 1.5rem 0;
    margin-bottom: 6rem;
  }
}

.article-detail-navi-button {
  flex: 0 0 22%;
  background-color: #c80a14;
  align-self: center;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 1rem 1rem 1.5rem;
}

@media screen and (max-width: 959px) {
  .article-detail-navi-button {
    height: 7rem;
    padding: 2rem;
  }
}

.article-detail-navi-title {
  align-self: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 1rem;
}

@media screen and (max-width: 959px) {
  .article-detail-navi-title {
    display: none;
  }
}

.article-detail-navi-all {
  flex: 0 0 18%;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-top: 0;
  border-bottom: 0;
  padding: 2rem;
}

@media screen and (max-width: 959px) {
  .article-detail-navi-all {
    flex: 0 0 50%;
    font-size: 3rem;
    border: 0;
    padding: 0;
  }
}

.article-detail-navi-prev {
  display: flex;
  flex: 0 0 41%;
  line-height: 2rem;
  padding: 2.5rem 0;
  height: 9rem;
}

.article-detail-navi-prev span {
  font-family: auto;
}

@media screen and (max-width: 959px) {
  .article-detail-navi-prev {
    display: block;
    flex: 0 0 25%;
    text-align: center;
    height: auto;
    padding: 0;
  }
}

.article-detail-navi-prev .article-detail-navi-title {
  padding-left: 2rem;
  padding-right: 2rem;
}

.article-detail-navi-next {
  display: flex;
  flex: 0 0 41%;
  line-height: 2rem;
  padding: 2.5rem 0;
  height: 9rem;
}

.article-detail-navi-next span {
  font-family: auto;
}

@media screen and (max-width: 959px) {
  .article-detail-navi-next {
    display: block;
    flex: 0 0 25%;
    text-align: center;
    height: auto;
    padding: 0;
  }
}

.article-detail-navi-next .article-detail-navi-title {
  padding-right: 2rem;
  padding-left: 3rem;
}

.article-entry-body {
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  line-height: 3.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 959px) {
  .article-entry-body {
    font-size: 3rem;
    line-height: 4.3rem;
  }
}

@media screen and (max-width: 959px) {
  .article-entry-body h1 strong {
    font-size: 3.7rem;
  }
}

.article-entry-body p {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 959px) {
  .article-entry-body p {
    margin-bottom: 3rem;
  }
}

.article-entry-body h2 {
  line-height: 1.35;
  margin-bottom: 2rem;
}

.article-entry-body img {
  margin: 2rem auto;
  height: auto;
}

@media screen and (max-width: 959px) {
  .article-entry-body iframe {
    width: 100%;
    height: 50vw;
    margin: 1rem auto 2rem;
  }

  .article-entry-body img {
    margin: 3.5rem auto;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 959px) {
  .article-entry-body hr {
    margin: 7rem -1.5rem;
  }
}

@media screen and (max-width: 959px) {
  .article-entry-body > div {
    max-width: 100% !important;
  }
}

.article-entry-body .article-button {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 959px) {
  .article-entry-body .article-button {
    margin-bottom: 4rem;
  }
}

.article-section-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 6rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .article-section-title {
    font-size: 3.5rem;
    margin-bottom: 4.5rem;
  }
}

.article-section-title span {
  display: block;
  font-family: "Spartan";
  font-size: 1.2rem;
  color: #b5b5b5;
}

@media screen and (max-width: 959px) {
  .article-section-title span {
    font-size: 2rem;
  }
}

.article-tag {
  margin: 0 0.3rem 0.8rem;
  color: #c80a14;
  font-weight: bold;
  border-radius: 10px;
  border: solid 1px #c80a14;
  padding: 0.3rem 1.1rem;
  font-size: 1.2rem;
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .article-tag {
    margin: 0 1rem 1.5rem;
    border-radius: 6px;
    padding: 0.3rem 1.5rem;
    font-size: 1.2rem;
    display: inline-block;
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}

.article-side-category-image {
  margin-bottom: 1rem;
  position: relative;
}

.article-side-category-image-title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .article-side-category-image-title {
    font-size: 4rem;
  }
}

.article-head {
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 75.1%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 959px) {
  .article-head {
    max-width: 100%;
    padding: 0 1rem;
  }
}

.article-head-label {
  margin-right: auto;
  margin-bottom: 0;
}

.article-head-title {
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  .article-head-title {
    font-size: 2.2rem;
  }
}

.article-head-icon img {
  margin-right: 2rem;
}

@media screen and (max-width: 959px) {
  .article-head-icon img {
    width: 15px;
  }
}

@media screen and (max-width: 959px) {
  .article-head-tags {
    padding: 0 1rem;
  }
}

.article-detail-title {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 2.8rem;
  font-weight: bold;
}

.article-detail-title h1 {
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  .article-detail-title {
    font-size: 4rem;
    line-height: 5.4rem;
    margin-top: 1.3rem;
    margin-bottom: 3rem;
  }

  .article-detail-title h1 {
    font-size: 4rem;
  }
}

.article-detail-title-border {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.article-detail-title-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 6.5rem;
  height: 3rem;
  border-top: 3px solid #c80a14;
}

@media screen and (max-width: 959px) {
  .article-detail-title-border::before {
    border-width: 2px;
    width: 6.5rem;
  }
}

.article-detail-date {
  font-family: "Spartan", sans-serif;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 959px) {
  .article-detail-date {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}

.article-bigtext,
p.article-bigtext {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  display: inline-block;
  background-color: #ffe3e3;
  margin-top: 4.5rem;
  margin-bottom: 3rem;
}

.article-detail-meta {
  border-top: solid 1px #e4e4e4;
  padding: 3.5rem 0rem 3rem 0;
}

.article-detail-meta-row {
  display: flex;
  align-items: center;
}

.article-detail-meta-row + .article-detail-meta-row {
  margin-top: 3rem;
}

@media screen and (max-width: 959px) {
  .article-detail-meta-row + .article-detail-meta-row {
    border-top: solid 1px #e4e4e4;
    padding-top: 2rem;
    margin-top: 2rem;
  }
}

.article-detail-meta-col {
  font-family: "Spartan";
  font-weight: bold;
  color: #b5b5b5;
  width: 100px;
  flex: 0 0 14.5%;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 959px) {
  .article-detail-meta-col {
    font-size: 1.6rem;
    max-width: 160px;
    width: 160px;
    flex: 0 0 28%;
  }
}

.article-detail-meta-body {
  max-width: 340px;
}

@media screen and (max-width: 959px) {
  .article-detail-meta-body {
    max-width: 43rem;
  }

  .article-detail-meta-body .article-tags {
    margin: 0 -1rem;
  }
}

.text-left {
  padding: 0 0.5rem;
  text-align: left !important;
}

.galleria-image-nav {
  z-index: 3;
}

/**20210126 @add **/
.works-article-tags {
  display: block;
}

.works-article-tag {
  margin-bottom: 1.5rem;
  margin-right: 0.5rem;
  display: inline-block;
}

.works-article-tag-link {
  padding: 0.5rem 2.5rem;
}

.works-article-tag + .works-article-tag {
  padding-left: 0;
}

.works-article-tag-link {
  font-weight: bold;
}

.works-detail .works-article-tag-link {
  border-radius: 5px;
}

h5 {
  line-height: 1.4;
}

.works-detail .article-detail-title {
  /* text-align: left; */
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 959px) {
  .sp-block {
    display: block;
  }
}

.works-tax-text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6rem;
}

.works-tax-text .article-detail-title-border {
  margin-top: 2rem;
}

@media screen and (max-width: 959px) {
  .works-tax-text {
    font-size: 3rem;
  }
}

.article-detail-banner {
  margin: 0 auto 10rem;
  max-width: 75.1%;
}

@media screen and (max-width: 959px) {
  .article-detail-banner {
    max-width: 94%;
  }
}

.meta-name--house {
  font-size: 1.6rem;
}

/* //お支払い令 */
.monthly-fee {
  font-weight: bold;
  text-align: center;
  color: #c80a14;
  font-size: 2.2rem;
  margin: -2rem auto 3rem;
}

th.monthly-fee-col {
  padding: 0.5rem 0.5rem 0.5rem 0.25rem !important;
  width: 24rem !important;
}

.monthly-fee-col-table td {
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .monthly-fee {
    font-size: 3rem;
  }

  th.monthly-fee-col {
    padding: 0.5rem 0.25rem !important;
    width: 24rem !important;
  }
}

/* //お支払い令 */

@media screen and (max-width: 959px) {
  .housing-list__item-meta-row:nth-child(n + 2) {
    min-height: 100%;
  }
}

.youtube_tag iframe {
  width: 100%;
  height: 50rem;
  margin-bottom: 8rem;
}

/* 99.9パネル */
.section--option {
  background: #ca0010;
  padding: 0;
}

.section--option img {
  margin: 0 auto;
}

.option__head {
  padding: 5rem 0;
  display: block;
  background: no-repeat center/cover url(../images/top/option_head_bg.jpg);
  position: relative;
}

/* .option__head::before {
  content: '';
  width: 100%;
  height: 76rem;
  display: block;
  background: no-repeat center/cover url(../images/top/option_head_bg.jpg);
  position: absolute;
  top: 0;
  left: 0;
} */

.option__head-title {
  width: 102.3rem;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 10;
}

.option__container {
  display: none;
  padding: 0 0 4rem;
}

.option__inner {
  width: 95%;
  max-width: 120rem;
  padding: 4rem 5rem 6rem;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 10;
}

.option__point {
  width: 100%;
  max-width: 69rem;
  padding: 2rem 0;
  margin: 0 auto;
}

.option__more-box {
  padding: 2rem 0;
  position: relative;
  z-index: 10;
}

.option__more-btn {
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 600;
  text-align: center;
  width: 90%;
  max-width: 62.5rem;
  display: block;
  padding: 1.5rem;
  margin: 0 auto;
  border: 2px solid #000;
  cursor: pointer;
  background: #fff;
}

.option__more-btn__icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  display: inline-block;
  position: relative;
  -webkit-transform: translate(1rem, 10%);
  transform: translate(1rem, 10%);
}

.option__more-btn__icon::before,
.option__more-btn__icon::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.option__more-btn__icon::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.option__more-btn__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}

.option__more-btn.is-active .option__more-btn__icon::after {
  opacity: 0;
}

.option__img-box {
  padding: 4rem 0;
}

.option__detail-btn {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  padding: 1rem;
  width: 90%;
  max-width: 62.5rem;
  margin: 0 auto;
  background: #000;
  cursor: pointer;
}

@media screen and (max-width: 1500px) {
  .option__head-title {
    width: 60vw;
  }

  .option__inner {
    width: 80%;
  }
}

@media screen and (max-width: 1500px) {
  .option_head_title {
    width: 72rem;
  }
}

@media screen and (max-width: 959px) {
  .option__head {
    padding: 3% 0 0;
  }

  .option__head::before {
    height: 136.53vw;
    background: no-repeat center/cover url(../images/top/option_head_bg_sp.jpg);
  }

  .option__head-title {
    width: 100%;
    padding: 0 8%;
    margin-bottom: 5%;
  }

  .option__more-box {
    padding: 5% 0;
  }

  .option__more-btn {
    font-size: 3.73vw;
    padding: 2vw;
  }

  .option__inner {
    width: 97%;
    padding: 10% 5%;
  }

  .option__img-box {
    padding: 5% 0;
  }

  .option__detail-btn {
    width: 95%;
    font-size: 3.73vw;
    line-height: 1.5;
    padding: 1.5vw 2vw;
  }
}

/* sitemap */
@media screen and (max-width: 959px) {
  .sitemap-list {
    padding: 0 2rem !important;
  }
}

.sitemap-list__item {
  padding: 2rem 0;
  position: relative;
}

@media screen and (max-width: 959px) {
  .sitemap-list__item {
    padding: 4rem 0;
  }
}

.sitemap-list__item::after {
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  background: #252525;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: width 1.2s cubic-bezier(0.18, 0.83, 0.24, 0.87), opacity 1.2s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition: width 1.2s cubic-bezier(0.18, 0.83, 0.24, 0.87), opacity 1.2s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}

.sitemap-list__item.is-fadein::after {
  width: 100%;
  opacity: 1;
}

.sitemap-list__top-link {
  font-size: 2.4rem;
  line-height: 1.875;
  letter-spacing: 0.12em;
  font-weight: bold;
  padding: 0.5rem 2rem 0.5rem 0;
  display: inline-block;
  -webkit-transition: color cubic-bezier(0, 0.8, 0.2, 1) 0.4s;
  transition: color cubic-bezier(0, 0.8, 0.2, 1) 0.4s;
}

.sitemap-list__top-link::after {
  content: "";
  width: 1.5rem;
  height: 1.2rem;
  margin-left: 1.5rem;
  display: inline-block;
  background: no-repeat center/100% url(../images/arrow_black.png);
  vertical-align: baseline;
  -webkit-transform: translate(0, 20%);
  transform: translate(0, 20%);
  -webkit-transition: background 0.4s cubic-bezier(0, 0.8, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0, 0.8, 0.2, 1);
  transition: background 0.4s cubic-bezier(0, 0.8, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0, 0.8, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0, 0.8, 0.2, 1), background 0.4s cubic-bezier(0, 0.8, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0, 0.8, 0.2, 1), background 0.4s cubic-bezier(0, 0.8, 0.2, 1),
    -webkit-transform 0.4s cubic-bezier(0, 0.8, 0.2, 1);
}

.sitemap-list__top-link.--no-link::after {
  display: none;
}

@media screen and (max-width: 959px) {
  .sitemap-list__top-link {
    font-size: 3.6rem;
    line-height: 1.25;
  }
}

@media screen and (min-width: 960px) {
  .sitemap-list__top-link:hover {
    color: #c80a14;
  }

  .sitemap-list__top-link:hover::after {
    -webkit-transform: translate(1rem, 20%);
    transform: translate(1rem, 20%);
  }

  .sitemap-list__top-link.--no-link:hover {
    color: #000;
  }
}

.sitemap-list__top-link-external-link {
  font-size: 2.4rem;
  line-height: 1.875;
  letter-spacing: 0.12em;
  font-weight: bold;
  padding: 0.5rem 2rem 0.5rem 0;
  display: inline-block;
  -webkit-transition: color cubic-bezier(0, 0.8, 0.2, 1) 0.4s;
  transition: color cubic-bezier(0, 0.8, 0.2, 1) 0.4s;
}

.sitemap-list__top-link-external-link::after {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-left: 1.5rem;
  display: inline-block;
  background: no-repeat center/100%;
  background-image: url(../images/external-link-black.png);
  -webkit-transition: background 0.4s cubic-bezier(0, 0.8, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0, 0.8, 0.2, 1);
  transition: background 0.4s cubic-bezier(0, 0.8, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0, 0.8, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0, 0.8, 0.2, 1), background 0.4s cubic-bezier(0, 0.8, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0, 0.8, 0.2, 1), background 0.4s cubic-bezier(0, 0.8, 0.2, 1),
    -webkit-transform 0.4s cubic-bezier(0, 0.8, 0.2, 1);
}

@media screen and (max-width: 959px) {
  .sitemap-list__top-link-external-link {
    font-size: 3.6rem;
    line-height: 1.25;
  }

  .sitemap-list__top-link-external-link::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media screen and (min-width: 960px) {
  .sitemap-list__top-link-external-link:hover {
    color: #c80a14;
  }
}

.sitemap-list__link-subtext {
  font-size: 50%;
  vertical-align: baseline;
  margin-left: 1.5rem;
}

.sitemap-list--child {
  padding: 0.5rem 0 0.5rem 3rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .sitemap-list--child {
    padding: 0 0 0 3rem;
  }
}

.sitemap-list--child__item {
  padding: 0 0 0 2rem;
  position: relative;
}

.sitemap-list--child__item::before {
  content: "";
  width: 1rem;
  height: 0.9rem;
  display: inline-block;
  border-bottom: 2px solid #252525;
  position: absolute;
  top: 37.5%;
  left: 0.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sitemap-list--child__item:nth-child(1)::before {
  border-left: 2px solid #252525;
}

@media screen and (max-width: 959px) {
  .sitemap-list--child__item {
    padding: 0.5rem 0 0.5rem 2rem;
  }

  .sitemap-list--child__item::before {
    width: 1.8rem;
    height: 1.4rem;
  }
}

.sitemap-list--child__link {
  font-size: 1.5rem;
  line-height: 2.06667;
  letter-spacing: 0.12em;
  font-weight: bold;
  padding: 0.1rem 2rem 0 1rem;
  -webkit-transition: color cubic-bezier(0, 0.8, 0.2, 1) 0.4s;
  transition: color cubic-bezier(0, 0.8, 0.2, 1) 0.4s;
}

.sitemap-list--child__link.c-external-link::after {
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 959px) {
  .sitemap-list--child__link {
    font-size: 2.8rem;
    line-height: 1.71429;
    padding: 0.6rem 2.5rem 0.5rem 1.5rem;
  }
}

@media screen and (min-width: 960px) {
  .sitemap-list--child__link:hover {
    color: #c80a14;
  }
}

/* utility */
.pt-2rem {
  padding-top: 2rem !important;
}

.pt-4rem {
  padding-top: 4rem !important;
}

.pb-4rem {
  padding-bottom: 4rem !important;
}

.mb-2em {
  margin-bottom: 2em;
}

.mb-3em {
  margin-bottom: 3em;
}

.fw-bold {
  font-weight: bold;
}

.bg-yelow {
  background-color: #ffff00;
}

.bb-1px-black {
  border-bottom: 1px solid #000;
}

/*staff */
.section--staff {
  padding-top: 12.5rem;
}

.staff-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3rem;
}

.staff-item {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 3rem;
  transition: 0.3s;
  margin-bottom: 7rem;
}

.staff-item__visual img {
  width: 100%;
  height: 20.9rem;
  object-fit: cover;
}

.staff-item__inner {
  position: relative;
}

.staff-item__inner::after {
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.staff-item:hover .staff-item__inner::after {
  border: solid 3px #c80a14;
}

.staff-item:hover .staff-item__subtitle {
  color: #fff;
  background-color: #c80a14;
}

.staff-item:hover .staff-item__title {
  color: #fff;
  background-color: #c80a14;
}

.staff-item__visual img {
  border-radius: 100%;
}

.staff-item__subtitle {
  background: #fff;
  font-size: 1.2rem;
  color: #fff;
  transition: 0.3s;
  background-color: #c80a14;
  color: #000;
  background-color: #fff;
  z-index: 2;
  padding: 0.5rem 1rem;
  border-radius: 0 5px 5px 0;
  display: table;
  margin-bottom: 0.5rem;
}

.staff-item__title {
  font-size: 1.5rem;
  white-space: nowrap;
  transition: 0.3s;
  z-index: 2;
  color: #fff;
  background-color: #c80a14;
  color: #000;
  background-color: #fff;
  z-index: 2;
  font-family: "Spartan";
  padding: 0.5rem 2rem;
  border-radius: 0 5px 5px 0;
  display: table;
  font-weight: bold;
}

.staff-item__titles {
  z-index: 3;
  position: absolute;
  bottom: -3rem;
  left: 0;
  letter-spacing: 0.08em;
}

.staff-modal {
  display: none;
  position: fixed;
  background: #ddd;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  background: url("https://www.hoei999.co.jp/cms-admin/wp-content/themes/houeikensetsu_2020/images/staff-bg.png");
}

.staff-modal__header {
  display: flex;
  padding-bottom: 1rem;
  border-bottom: 3px solid #c80a14;
  min-height: 9rem;
}

.staff-modal__body {
  padding: 2rem 0 3.5rem;
}

.staff-modal__content {
  padding: 2.2rem 4.7rem;
  background-color: #fff;
  border: solid 3px #c80a14;
  border-radius: 5px;
  max-width: 980px;
  width: 100%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.staff-modal__main {
  display: flex;
  justify-content: space-between;
}

.staff-modal__visual {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 3rem;
}

.staff-modal__visual img {
  border-radius: 3px;
  max-height: 31rem;
  margin: auto;
}

.staff-modal__message {
  flex: 0 0 68%;
  max-width: 68%;
  align-self: center;
  background-color: #eeeeee;
  position: relative;
  padding: 2.8rem 2.8rem 2.3rem;
}

.staff-modal__message::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: solid 1.5rem transparent;
  border-right: #eeeeee solid 1.5rem;
  left: 0;
  top: 50%;
  transform: translate(-80%, -50%);
  position: absolute;
}

.staff-modal__message-title {
  font-family: "Spartan";
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 1.4rem;
}

.staff-modal__message-title {
  font-size: 1.4rem;
}

.staff-modal__header-label {
  background-color: #c80a14;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  padding: 0.4rem 1.7rem 0.3rem;
  position: absolute;
  left: 0;
  top: 0;
}

.staff-modal__header-title {
  font-family: "Spartan";
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 3.5rem;
}

.staff-modal__header-left {
  border-right: 3px solid #c80a14;
  position: relative;
  flex: 0 0 28%;
  max-width: 28%;
  text-align: center;
}

.staff-modal__header-right {
  flex: 0 0 72%;
  max-width: 72%;
  padding-left: 2.5rem;
}

.staff-modal__header-right .tag-wrap {
  display: flex;
  color: #c80a14;
  font-weight: bold;
}

.staff-modal__header-right .tag-wrap + .tag-wrap {
  margin-top: 0.5rem;
}

.staff-modal__header-right .tag-label {
  align-self: baseline;
  border-radius: 30px;
  letter-spacing: 0.08em;
  color: #c80a14;
  border: solid 1px;
  font-size: 1.2rem;
  display: inline-block;
  flex: 0 0 6%;
  max-width: 6%;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: bold;
}

.staff-modal__header-right .tag-body {
  padding-left: 1.5rem;
}

.staff-modal__header-right .tag-body__child {
  display: inline-block;
  margin-right: 1.5rem;
}

.staff-modal__qa-item {
  margin-bottom: 2.4rem;
}

.staff-modal__qa-item:last-child {
  margin-bottom: 0;
}

.staff-modal__q {
  font-size: 1.4rem;
  color: #c80a14;
  margin-bottom: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 4rem;
  padding-top: 0.5rem;
}

.staff-modal__q::before {
  content: "Q";
  font-family: "Spartan";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  color: #c80a14;
}

.staff-modal__a {
  font-weight: bold;
  font-size: 1.4rem;
  padding: 2rem 4rem;
  background-color: #fefafa;
}

.staff-modal__footer {
  display: flex;
  justify-content: space-between;
}

.staff-modal__prev,
.staff-modal__next {
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "Spartan";
  color: #c80a14;
}

.staff-modal__next {
  margin-left: auto;
}

.staff-modal__next .arrow {
  width: 1rem;
  display: inline-block;
  margin-left: 1.5rem;
  position: relative;
  top: 0.2rem;
}

.staff-modal__prev .arrow {
  width: 1rem;
  display: inline-block;
  margin-right: 1.5rem;
  transform: scale(-1);
  position: relative;
  top: 0.2rem;
}

@media screen and (max-width: 959px) {
  .staff-modal__prev,
  .staff-modal__next {
    font-size: 2rem;
  }

  .section--staff {
    padding-top: 6.5rem;
  }

  .staff-items {
    margin: 0 -1.5rem;
  }

  .staff-item__visual img {
    height: 21.7rem;
  }

  .staff-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 1.5rem;
  }

  .staff-item__subtitle {
    font-size: 2rem;
    /* max-width: 19rem; */
  }

  .staff-item__title {
    font-size: 2.4rem;
  }

  .staff-item__titles {
    width: 22rem;
    bottom: -4.5rem;
  }

  .staff-modal__body {
    padding-top: 1rem;
  }

  .staff-modal__content {
    max-width: calc(100% - 6rem);
    padding: 1.2rem 2rem 5rem;
    border-width: 2px;
    overflow: scroll;
    top: 12rem;
    height: 80vh;
    transform: translate(-50%, 0%);
  }

  .staff-modal__header {
    display: block;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .staff-modal__header-left {
    max-width: 100%;
    border-right: 0;
    border-bottom: 2px solid #c80a14;
  }

  .staff-modal__header-right {
    max-width: 100%;
    padding-top: 2.4rem;
  }

  .staff-modal__header-label {
    font-size: 2rem;
    left: 1.8rem;
    letter-spacing: 0.08em;
    padding: 0.2rem 2.2rem;
  }

  .staff-modal__header-title {
    font-size: 4.6rem;
    padding: 5.6rem 0 2.5rem;
  }

  .staff-modal__header-right .tag-label {
    flex: 0 0 10%;
    max-width: 10%;
    font-size: 1.75rem;
  }

  .staff-modal__header-right .tag-body {
    font-size: 2rem;
  }

  .staff-modal__header-right .tag-wrap + .tag-wrap {
    margin-top: 1rem;
  }

  .staff-modal__main {
    display: block;
  }

  .staff-modal__visual {
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .staff-modal__visual img {
    width: 31rem;
    height: 31rem;
    margin: auto;
    object-fit: cover;
  }

  .staff-modal__message {
    max-width: calc(100% - 4rem);
    padding: 2.5rem;
    margin: auto;
    margin-bottom: 4rem;
  }

  .staff-modal__message::before {
    left: 50%;
    top: 0;
    border: solid 1.5rem transparent;
    border-bottom: #eeeeee solid 1.5rem;
    transform: translate(-50%, -100%);
  }

  .staff-modal__message-title {
    font-size: 2rem;
  }

  .staff-modal__message-text {
    font-size: 2.8rem;
  }

  .staff-modal__qa-item {
    padding: 0 2rem;
  }

  .staff-modal__q {
    padding-left: 6rem;
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }

  .staff-modal__q::before {
    font-size: 4rem;
  }

  .staff-modal__a {
    font-size: 2.4rem;
  }

  .tag-body__child {
    display: block;
  }
}

.housing-list__item-figure img {
  height: 30rem;
  object-fit: cover;
}

/* .housing-detail .planbox img {
  height: 35rem;
} */
.housing-detail .aroundbox figure img {
  height: 187px;
  object-fit: cover;
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width: 959px) {
  .housing-detail .aroundbox figure img {
    height: 25rem;
    width: 36rem;
  }

  .housing-list__item-figure img {
    height: 23rem;
    object-fit: cover;
  }

  /* .housing-detail .planbox img {
    height: 52rem;
   } */
}

.p-form-container.t-housing {
  padding: 8rem 2rem;
}

.p-form-container.t-housing .p-form-body {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}

.p-form-container.t-housing .p-submit {
  width: 400px;
  max-width: 100%;
}

@media screen and (max-width: 959px) {
  .p-form-container.t-housing .p-submit {
    width: 60rem;
  }
}

.u-disabled {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
}

.entry-button-wrap {
  margin-bottom: 10rem;
}

.post-type-archive-case .works-list__item-inner,
.tax-casetag .works-list__item-inner {
  padding: 0 1.5rem 5rem;
}

.post-type-archive-case .works-article-tags {
  padding: 2rem 0 5rem;
  min-height: 13rem;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
}

.post-type-archive-case .works-list__body.article-body,
.single-case .article-body,
.tax-casetag .article-body {
  flex: 1;
  max-width: 100%;
}

.post-type-archive-case .works-list__items,
.tax-casetag .works-list__items {
  justify-content: flex-start;
}

.post-type-archive-case .works-list__item,
.tax-casetag .works-list__item {
  flex: 0 0 33.333%;
}

.post-type-archive-case .works-list__item-figure img,
.tax-casetag .works-list__item-figure img {
  height: 24rem;
}

.single-case .article-entry-body {
  max-width: 75.1%;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .post-type-archive-case .works-article-tags {
    padding: 5rem 0;
    min-height: auto;
  }

  .post-type-archive-case .works-list__item-figure img,
  .tax-casetag .works-list__item-figure img {
    height: 40rem;
  }

  .single-case .article-entry-body {
    max-width: 100%;
  }
}
.modelhouse-detail .visual__box {
  background: #e4e4e4;
  position: static;
  width: fit-content;
  margin: 0 auto;
  transform: none;
}
.modelhouse-detail .visual {
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .modelhouse-detail .visual__box {
  }
}
