@charset "UTF-8";
/* Scss Document */
.categoryNav_list .-current.-update {
  background: #D0B005;
}
.categoryNav_list .-current.-media {
  background: #CE8B6F;
}
.categoryNav_list .-current.-campaign {
  background: #7EBA79;
}
.categoryNav_list .-current.-news {
  background: #3D4F72;
}
.categoryNav_list .-current.-important {
  background: #CE8B6F;
}
@media screen and (min-width: 750px) {
  .categoryNav_list .-update:hover {
    background: #D0B005;
  }
}
@media screen and (min-width: 750px) {
  .categoryNav_list .-media:hover {
    background: #CE8B6F;
  }
}
@media screen and (min-width: 750px) {
  .categoryNav_list .-campaign:hover {
    background: #7EBA79;
  }
}
@media screen and (min-width: 750px) {
  .categoryNav_list .-news:hover {
    background: #3D4F72;
  }
}
@media screen and (min-width: 750px) {
  .categoryNav_list .-important:hover {
    background: #CE8B6F;
  }
}

/*---------------------------------------------
    archive
---------------------------------------------*/
.newsList {
  border-top: 1px dashed #333333;
  padding: 90px 0 0;
  font-size: 1.5rem;
  margin: 40px 0 150px;
}
@media screen and (max-width: 750px) {
  .newsList {
    font-size: 3.73vw;
    padding: 12vw 0 0;
    margin: 8vw 0 24vw;
  }
}
.newsList li {
  border-bottom: 1px solid #D9D9D9;
}
.newsList li:not(:last-child) {
  margin: 0 0 40px;
}
@media screen and (max-width: 750px) {
  .newsList li:not(:last-child) {
    margin: 0 0 10vw;
  }
}
.newsList a {
  display: flex;
  align-items: flex-start;
  align-items: center;
  padding: 1em 0;
}
@media screen and (max-width: 750px) {
  .newsList a {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 750px) {
  .newsList a {
    transition: 0.4s;
  }
  .newsList a:hover {
    opacity: 1;
    background: #F7F4F0;
  }
}

.news_time,
.newsList_time {
  margin: 0 1em 0 0;
  flex-shrink: 0;
  color: #333333;
}

.news_category,
.newsList_category {
  background: #3D4F72;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 1em 0 0;
  padding: 0.2em 1em;
}
@media screen and (max-width: 750px) {
  .news_category,
  .newsList_category {
    font-size: 3.2vw;
  }
}
.news_category.-update,
.newsList_category.-update {
  background: #D0B005;
}
.news_category.-media,
.newsList_category.-media {
  background: #CE8B6F;
}
.news_category.-campaign,
.newsList_category.-campaign {
  background: #7EBA79;
}
.news_category.-news,
.newsList_category.-news {
  background: #3D4F72;
}
.news_category.-important,
.newsList_category.-important {
  background: #CE8B6F;
}

.newsList_tit {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .newsList_tit {
    width: 100%;
    margin: 3.2vw 0 0;
  }
}

/*---------------------------------------------
    single
---------------------------------------------*/
.news_titArea {
  margin: 70px 0 0;
  padding: 0 0 20px;
}
@media screen and (max-width: 750px) {
  .news_titArea {
    margin: 8vw 0 0;
    padding: 0 0 5vw;
  }
}

.news_head {
  display: flex;
  align-items: center;
  margin: 0 0 0.5em;
}

.news_tit {
  font-size: 3.5rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .news_tit {
    font-size: 5.3vw;
  }
}

.single_article .linkBtn {
  margin: 110px auto 0;
  display: block;
}
@media screen and (max-width: 750px) {
  .single_article .linkBtn {
    margin: 18vw auto 0;
  }
}

.news_main {
  padding: 50px 0 100px;
  margin: 0 0 40px;
  border-top: 1px dashed #333333;
  border-bottom: 1px dashed #333333;
}
@media screen and (max-width: 750px) {
  .news_main {
    padding: 8vw 0 16vw;
  }
}
.news_main.-event {
  border-bottom: none;
}
.news_main ul,
.news_main p {
  margin: 0 0 2em;
  line-height: 1.9;
}
.news_main h2 + h3,
.news_main h3 + h4,
.news_main > h2:first-child {
  margin-top: 0;
}
.news_main h2 {
  font-size: 3.5rem;
  position: relative;
  font-weight: 500;
  margin: 100px 0 70px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 750px) {
  .news_main h2 {
    font-size: 5.3vw;
    margin: 10vw 0 10vw;
  }
}
.news_main h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #3D4F72;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
}
@media screen and (max-width: 750px) {
  .news_main h2::after {
    top: calc(100% + 4vw);
    width: 5vw;
  }
}
.news_main h3 {
  padding: 0.25em 1em;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  margin: 100px 0 50px;
  background: #3D4F72;
}
@media screen and (max-width: 750px) {
  .news_main h3 {
    font-size: 4vw;
    margin: 10vw 0 1em;
  }
}
.news_main h4 {
  font-family: "Zen Old Mincho", serif;
  position: relative;
  font-size: 2.5rem;
  font-weight: 400;
  padding-left: 1em;
  margin: 100px 0 50px;
}
@media screen and (max-width: 750px) {
  .news_main h4 {
    font-size: 4vw;
    margin: 10vw 0 1em;
  }
}
.news_main h4::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #D0B005;
  position: absolute;
  left: 0;
  top: 17px;
}
@media screen and (max-width: 750px) {
  .news_main h4::before {
    width: 2vw;
    height: 2vw;
    top: 2.5vw;
  }
}
.news_main strong, .news_main b {
  font-weight: 700;
  color: #D54103;
}
.news_main a {
  color: #3D4F72;
  text-decoration: underline;
}
.news_main table {
  margin: 0 0 2em;
}
.news_main table thead,
.news_main table tfoot {
  border: none;
}
.news_main table tr:nth-child(odd) {
  background: #fff;
}
.news_main table tr:nth-child(even) {
  background: #F7F4F0;
}
.news_main table th {
  background: #3D4F72;
  color: #fff;
  border: 1px solid #fff;
}
.news_main table td {
  border: 1px solid #333333;
}
.news_main table tfoot th, .news_main table tfoot td {
  background: #3D4F72;
  color: #fff;
  border: 1px solid #fff;
}
.news_main pre {
  background: #F7F4F0;
  padding: 50px;
}
@media screen and (max-width: 750px) {
  .news_main pre {
    padding: 5vw;
  }
}
.news_main .wp-block-button__link {
  display: inline-block;
  margin: auto;
  background: #fff;
  border: 1px solid #3D4F72;
  text-align: center;
  width: 300px;
  color: #3D4F72;
  text-decoration: none;
  font-weight: 500;
  padding: 13px;
  font-size: 1.5rem;
  line-height: 1.75;
  border-radius: 0px;
}
@media screen and (max-width: 750px) {
  .news_main .wp-block-button__link {
    width: 80vw;
    padding: 0.9em;
    font-size: 4vw;
    display: block;
    margin: auto;
  }
}
@media screen and (min-width: 750px) {
  .news_main .wp-block-button__link {
    transition: 0.4s;
  }
  .news_main .wp-block-button__link:hover {
    opacity: 1;
    background: #3D4F72;
    color: #fff;
  }
}

/*---------------------------------------------
    blog archive
---------------------------------------------*/
.blog_thumArea {
  width: 100%;
  margin: 0 0 68px;
}
@media screen and (max-width: 750px) {
  .blog_thumArea {
    margin-bottom: 8vw;
  }
}

.blogList {
  margin: 40px 0;
  border-top: 1px dashed #333333;
  padding: 90px 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .blogList {
    display: block;
    padding: 12vw 0 0;
    margin: 8vw 0 24vw;
  }
}
.blogList::after {
  content: "";
  width: 28.5%;
}
.blogList li {
  border-bottom: 1px dashed #333333;
  width: 28.5%;
  margin: 0 0 120px;
}
@media screen and (max-width: 750px) {
  .blogList li {
    width: 100%;
    margin: 0 0 16vw;
  }
}
.blogList a {
  padding: 0 0 30px;
  display: block;
}
@media screen and (max-width: 750px) {
  .blogList a {
    padding: 0 0 8vw;
  }
}
@media screen and (min-width: 750px) {
  .blogList a {
    transition: 0.4s;
  }
  .blogList a:hover {
    opacity: 1;
  }
  .blogList a:hover .blogList_img {
    transform: scale(1.1);
  }
  .blogList a:hover .eventList_table,
  .blogList a:hover .blogList_tit,
  .blogList a:hover .blogList_txt {
    color: rgba(51, 51, 51, 0.5);
  }
  .blogList a:hover .eventList_table th p::after {
    background: rgba(51, 51, 51, 0.5);
  }
  .blogList a:hover .blogList_content_head {
    opacity: 0.5;
  }
}
.blogList .-new .blogList_content_head::after {
  content: "New";
  font-family: "Bodoni Moda", serif;
  color: #D54103;
  font-weight: 600;
  font-style: italic;
  font-size: 2rem;
  margin-left: 12px;
}
@media screen and (max-width: 750px) {
  .blogList .-new .blogList_content_head::after {
    font-size: 3.73vw;
    margin-left: 2.6vw;
  }
}

.blogList_imgArea {
  width: 100%;
  aspect-ratio: 1/0.5;
  flex-shrink: 0;
  margin: 0 0 1em;
  overflow: hidden;
}

.blogList_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}

.blogList_content_head {
  display: flex;
  align-items: center;
  margin: 0 0 1em;
  transition: 0.4s;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .blogList_content_head {
    font-size: 3.2vw;
  }
}

.blogList_category {
  font-weight: 500;
  padding: 0.1em 1.5em 0;
  margin: 0 0.7em 0 0;
  border: 1px solid #333333;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .blogList_category {
    padding: 0.1em 1em 0;
  }
}
.blogList_category.-event {
  background: #D0B005;
  color: #fff;
  border: none;
}

.blogList_tit {
  transition: 0.4s;
  color: #3D4F72;
  font-weight: 700;
  margin: 0 0 1em;
}
@media screen and (max-width: 750px) {
  .blogList_tit {
    font-size: 3.73vw;
  }
}

.blogList_txt {
  transition: 0.4s;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3D4F72;
}
@media screen and (max-width: 750px) {
  .blogList_txt {
    font-size: 3.2vw;
  }
}

/*---------------------------------------------
    blog single
---------------------------------------------*/
.blog_thum {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 1/0.5;
}

.blog_add {
  color: #D0B005;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 1em 0 0;
}
@media screen and (max-width: 750px) {
  .blog_add {
    font-size: 3.2vw;
    margin: 0 0 1em;
    display: block;
  }
}
.blog_add.-time {
  color: #333333;
}

.blog_head {
  display: flex;
  align-items: center;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 750px) {
  .blog_head {
    display: block;
  }
}

.blog_category_list {
  display: flex;
  flex-wrap: wrap;
}
.blog_category_list li {
  background: #3D4F72;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin: 0 1em 0 0;
  padding: 0.2em 1em;
}
@media screen and (max-width: 750px) {
  .blog_category_list li {
    font-size: 3vw;
    margin: 0 0.8em 0.8em 0;
  }
}

.blog_tit {
  font-size: 3.5rem;
  font-weight: 500;
  color: #3D4F72;
  padding: 20px 0 40px;
}
@media screen and (max-width: 750px) {
  .blog_tit {
    font-size: 5.3vw;
    padding: 3vw 0 7vw;
  }
}

/*---------------------------------------------
    works archive
---------------------------------------------*/
.worksList {
  margin: 40px 0;
  border-top: 1px dashed #333333;
  padding: 90px 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .worksList {
    display: block;
    padding: 12vw 0 0;
    margin: 8vw 0 24vw;
  }
}
.worksList > li {
  width: 47.3%;
  margin: 0 0 150px;
}
@media screen and (max-width: 750px) {
  .worksList > li {
    width: 100%;
    margin: 0 0 16vw;
  }
}
.worksList a {
  display: block;
}
@media screen and (min-width: 750px) {
  .worksList a {
    transition: 0.4s;
  }
  .worksList a:hover {
    opacity: 1;
  }
  .worksList a:hover .worksList_img {
    transform: scale(1.1);
  }
  .worksList a:hover .worksList_tit,
  .worksList a:hover .worksList_txt {
    color: rgba(51, 51, 51, 0.5);
  }
  .worksList a:hover .worksList_content_head {
    opacity: 0.5;
  }
}

.worksList_imgArea {
  width: 100%;
  aspect-ratio: 1/0.62;
  flex-shrink: 0;
  margin: 0 0 1em;
  overflow: hidden;
}

.worksList_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}

.worksList_content_head {
  display: flex;
  align-items: center;
  margin: 0 0 1em;
  font-size: 1.4rem;
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  .worksList_content_head {
    font-size: 3.2vw;
  }
}

.worksList_place {
  color: #D0B005;
  margin: 0 1em 0 0;
  font-weight: 700;
  flex-shrink: 0;
}

.worksList_category {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  margin: 0 0 -0.7em;
}
@media screen and (max-width: 750px) {
  .worksList_category {
    font-size: 3vw;
  }
}
.worksList_category li {
  padding: 0.1em 1.5em 0;
  margin: 0 0.7em 0.7em 0;
  background: #3D4F72;
  color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .worksList_category li {
    padding: 0.1em 1em 0;
  }
}

.worksList_tit {
  transition: 0.4s;
  color: #3D4F72;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 1em;
  border-bottom: 1px dashed #333333;
  padding: 0 0 1em;
}
@media screen and (max-width: 750px) {
  .worksList_tit {
    font-size: 3.73vw;
  }
}

.worksList_txt {
  transition: 0.4s;
  font-size: 1.5rem;
  font-weight: 500;
  color: #3D4F72;
}
@media screen and (max-width: 750px) {
  .worksList_txt {
    font-size: 3.2vw;
  }
}

#selectedDate {
  line-height: 1.25;
  font-size: 16px !important;
}
#selectedDate::after {
  content: "ご希望のイベントを選択してください。";
  display: block;
}

/*---------------------------------------------
    event archive
---------------------------------------------*/
.eventList_table {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3D4F72;
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  .eventList_table {
    font-size: 3.2vw;
  }
}
.eventList_table th {
  text-align: center;
  white-space: nowrap;
  width: 3em;
  padding: 4px 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .eventList_table th {
    padding: 1.7vw 0;
  }
}
.eventList_table th p {
  padding: 0 1em 0 0;
}
.eventList_table th p::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 8px);
  position: absolute;
  background: #3D4F72;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  .eventList_table th p::after {
    height: calc(100% - 3.4vw);
  }
}
.eventList_table th p::after {
  right: 0;
}
.eventList_table td {
  padding: 4px 0 4px 1em;
}
@media screen and (max-width: 750px) {
  .eventList_table td {
    padding: 1.7vw 0 1.7vw 1em;
  }
}

/*---------------------------------------------
    event single
---------------------------------------------*/
.event_info {
  background: #F7F4F0;
  padding: 30px 45px;
  margin: 0 0 40px;
}
@media screen and (max-width: 750px) {
  .event_info {
    padding: 3vw 5vw;
    margin: 0 0 6vw;
  }
}

.event_info_table {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3D4F72;
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  .event_info_table {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 750px) {
  .event_info_table {
    display: block;
  }
  .event_info_table tbody {
    display: flex;
    width: 100%;
  }
  .event_info_table tr {
    display: flex;
    width: 50%;
  }
  .event_info_table th, .event_info_table td {
    display: block;
    width: 100%;
  }
}
.event_info_table th {
  text-align: center;
  white-space: nowrap;
  width: 3em;
  padding: 4px 0;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .event_info_table th {
    padding: 1.7vw 0;
  }
}
@media screen and (min-width: 750px) {
  .event_info_table th {
    width: auto;
  }
}
.event_info_table th p {
  padding: 0 1em;
}
@media screen and (max-width: 750px) {
  .event_info_table th p {
    padding: 0 1em 0 0;
  }
}
.event_info_table th p::before, .event_info_table th p::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 8px);
  position: absolute;
  background: #3D4F72;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  .event_info_table th p::before, .event_info_table th p::after {
    height: calc(100% - 3.4vw);
  }
}
.event_info_table th p::after {
  right: 0;
}
.event_info_table th p::before {
  left: 0;
}
@media screen and (max-width: 750px) {
  .event_info_table th p::before {
    display: none;
  }
}
.event_info_table td {
  padding: 4px 1em;
}
@media screen and (max-width: 750px) {
  .event_info_table td {
    padding: 1.7vw 0 1.7vw 1em;
  }
}

.event_tit {
  font-size: 3.5rem;
  font-weight: 500;
  color: #3D4F72;
  padding: 15px 0 30px;
}
@media screen and (max-width: 750px) {
  .event_tit {
    font-size: 5.3vw;
    padding: 0 0 6vw;
  }
}

.event_category_list {
  display: flex;
  flex-wrap: wrap;
}
.event_category_list li {
  background: #D0B005;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 0 1em 0 0;
  padding: 0.2em 1em;
}
@media screen and (max-width: 750px) {
  .event_category_list li {
    font-size: 3.2vw;
    margin: 0 0.8em 0.8em 0;
  }
}

.event_reserve {
  background: #CE8B6F;
  color: #fff;
  padding: 60px 0 90px;
  text-align: center;
  margin: 0 0 150px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .event_reserve {
    padding: 8vw 0 12vw;
    margin: 0 0 20vw;
  }
}
.event_reserve::after {
  content: "";
  display: block;
  width: 1120px;
  height: 1px;
  border-bottom: 1px dashed #333333;
  left: 50%;
  top: calc(100% + 110px);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media screen and (max-width: 750px) {
  .event_reserve::after {
    width: 90vw;
    top: calc(100% + 13vw);
  }
}
.event_reserve .linkBtn {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 750px) {
  .event_reserve .linkBtn {
    margin: auto;
  }
}

.reserve_tit {
  font-size: 3.5rem;
  margin: 0 0 60px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .reserve_tit {
    font-size: 5.3vw;
    margin: 0 0 12vw;
  }
}
.reserve_tit::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 20px);
}
@media screen and (max-width: 750px) {
  .reserve_tit::after {
    width: 4vw;
    top: calc(100% + 5vw);
  }
}

.reserveList {
  margin: 50px 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .reserveList {
    margin: 8vw 0 0;
    display: block;
  }
}
.reserveList li {
  width: 50%;
  padding: 0 100px 0 0;
}
@media screen and (max-width: 750px) {
  .reserveList li {
    width: 100%;
    padding: 0 0 8vw;
  }
}
.reserveList li:last-child {
  border-left: 1px solid #fff;
  padding: 0 0 0 56px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .reserveList li:last-child {
    border-top: 1px solid #fff;
    border-left: none;
    padding: 8vw 0 0;
    text-align: center;
  }
}
.reserveList .foot_access_tel {
  line-height: 1;
  justify-content: flex-start;
  margin: 0 0 0.2em;
}
@media screen and (max-width: 750px) {
  .reserveList .foot_access_tel {
    justify-content: center;
  }
}
.reserveList .foot_access_tel::before {
  background-image: url("../img/blog/tel.svg");
}
.reserveList .foot_access_txt {
  text-align: left;
  margin: 0;
  padding-left: 85px;
}
@media screen and (max-width: 750px) {
  .reserveList .foot_access_txt {
    text-align: center;
    padding: 0;
    font-size: 3.2vw;
  }
}

/*---------------------------------------------
    estate archive
---------------------------------------------*/
.estateList {
  margin: 40px 0 205px;
  border-top: 1px dashed #333333;
  padding: 90px 0 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 75px 33px;
}
@media screen and (max-width: 750px) {
  .estateList {
    grid-template-columns: 100%;
    padding: 12vw 0 0;
    margin: 8vw 0 24vw;
    gap: 12vw 4vw;
  }
}
.estateList a {
  display: block;
}
@media screen and (min-width: 750px) {
  .estateList a {
    transition: 0.4s;
  }
  .estateList a:hover {
    opacity: 1;
  }
  .estateList a:hover .estateList_img {
    transform: scale(1.1);
  }
  .estateList a:hover .estateList_tit,
  .estateList a:hover .estateList_txt {
    color: rgba(51, 51, 51, 0.5);
  }
  .estateList a:hover .estateList_content_head {
    opacity: 0.5;
  }
}

.estateList_imgArea {
  width: 100%;
  aspect-ratio: 1/0.62;
  flex-shrink: 0;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
}

.estateList_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}

.estateList_Cat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.estateList_Catlist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.estateList_Catlist li {
  background: #3D4F72;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.5em 0.7692307692em;
  line-height: 1;
  font-weight: bold;
}

.estateList_Tag {
  margin-bottom: 6px;
}

.estateList_Taglist {
  display: flex;
  flex: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 750px) {
  .estateList_Taglist {
    gap: 1vw 2vw;
  }
}
.estateList_Taglist li {
  padding: 0.5em 0.7692307692em;
  background: #3D4F72;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
}

.estateList_tit {
  transition: 0.4s;
  color: #3D4F72;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 9px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .estateList_tit {
    font-size: 3.73vw;
  }
}

.estateList_address {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 12px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 750px) {
  .estateList_address {
    font-size: 3.2vw;
  }
}
.estateList_address span:nth-of-type(1) {
  flex-shrink: 0;
}
.estateList_address span:nth-of-type(2) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.estateList_price {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 9px;
  padding-bottom: 9px;
  border-bottom: 1px dashed #3D4F72;
  line-height: 1.3333333333;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 750px) {
  .estateList_price {
    font-size: 3.2vw;
    padding-bottom: 2vw;
  }
}
.estateList_price span:nth-of-type(1) {
  flex-shrink: 0;
}
.estateList_price span:nth-of-type(2) {
  font-size: 2rem;
  font-weight: bold;
}

.estateList_txt {
  transition: 0.4s;
  font-size: 1.5rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .estateList_txt {
    font-size: 3.2vw;
  }
}

/*---------------------------------------------
    estate single
---------------------------------------------*/
.estateContentArea {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media screen and (max-width: 750px) {
  .estateContentArea {
    gap: 8vw;
  }
}

.estateContent_imgs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 750px) {
  .estateContent_imgs {
    grid-template-columns: 100%;
    gap: 4vw;
  }
}

.estateContent_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_titArea.-estate {
  padding-bottom: 0 !important;
}

.news_main.-estate {
  margin-top: 0px;
  border-top: none;
}
.news_main.-estate > .wp-block-table:first-child {
  margin-bottom: 116px;
}
@media screen and (max-width: 750px) {
  .news_main.-estate > .wp-block-table:first-child {
    margin-bottom: 16vw;
  }
}
.news_main.-estate > .wp-block-table:first-child table {
  border: none !important;
}
.news_main.-estate > .wp-block-table:first-child table th, .news_main.-estate > .wp-block-table:first-child table td {
  padding-inline: 0 !important;
  padding-block: 14px;
  border-top: 1px dashed #333333 !important;
  border-bottom: 1px dashed #333333 !important;
  border-left: none !important;
  border-right: none !important;
  background: #fff !important;
  font-size: 1.8rem !important;
  line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
  .news_main.-estate > .wp-block-table:first-child table th, .news_main.-estate > .wp-block-table:first-child table td {
    padding-block: 2.6vw !important;
    font-size: 4vw !important;
    font-weight: normal !important;
  }
}
.news_main.-estate > .wp-block-table:first-child table td {
  padding-left: 30px !important;
}
@media screen and (max-width: 750px) {
  .news_main.-estate > .wp-block-table:first-child table td {
    padding-left: 5vw !important;
  }
}
.news_main.-estate > .wp-block-table:first-child table td:first-child {
  padding-left: 0 !important;
  width: 180px !important;
  color: #3D4F72 !important;
  font-weight: bold !important;
}
@media screen and (max-width: 750px) {
  .news_main.-estate > .wp-block-table:first-child table td:first-child {
    width: 22vw !important;
  }
}

.catalog_bnr {
  display: block;
  margin: 146px auto 0;
  max-width: 780px;
}
@media screen and (max-width: 750px) {
  .catalog_bnr {
    margin: 12vw auto 0;
  }
}
.catalog_bnr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}/*# sourceMappingURL=news.css.map */