@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

/* =========================================================
# ヘッダーナビ
========================================================= */
/*
# ホバーアクション
---------------------------------- */
.c-navbar__item > a {
  transition: all 0.3s;
}

.c-navbar__item > a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20%;
  width: 60%;
  height: 1px;
  background-color: red;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.c-navbar__item > a:hover {
  color: red;
}

.c-navbar__item > a:hover::after {
  transform: scale(1, 1);
}

/*MV高さ*/
#mv-2 .smb-hero-header__figure {
  width: 100%;
  height: 700px;
}

#mv-4 .spider__figure,
#mv-5 .spider__figure {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-entry__title {
  display: none;
}

/*
# パネル③ホバーアクション
---------------------------------- */
.zoom .smb-items__banner__figure > img {
  transition: all 0.3s;
}

.zoom:hover .smb-items__banner__figure > img {
  transform: scale(1.2);
}

/*
# カスタム投稿　物件記事
---------------------------------- */
.c-entry-summary__title {
  font-size: clamp(16px, 3.125vw, 20px);
}

.c-entry-summary__body .c-entry-summary__content {
  font-size: 1rem;
  text-align: center;
}

/*
# カスタム投稿　物件アーカイブ
---------------------------------- */
.p-archive .c-entry-summary__body {
  padding-left: 10px;
  padding-right: 10px;
}

/*=========================================

* コンタクト01

==========================================*/
.c-contact-01__contact {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background: url(https://blocks.web-design-sora.coml/wp-content/uploads/2024/02/contact-bg-03.jpg) no-repeat center center/cover;
  color: #fff;
}

.c-contact-01__contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-contact-01__contact h2 {
  position: relative;
  margin-bottom: 50px;
  font-size: clamp(24px, 4.6875vw, 30px);
  font-weight: bold;
  text-align: center;
}

.c-contact-01__contact__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.c-contact-01__contact__tel,
.c-contact-01__contact__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  border: 1px solid #b2b2b2;
  background: #000;
  text-align: center;
  transition: all 0.3s;
}

.c-contact-01__contact__sns {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  padding-top: 12px;
  border: 1px solid #b2b2b2;
  background: #000;
  text-align: center;
  transition: all 0.3s;
}

.c-contact-01__contact__sns a,
.c-contact-01__contact__tel a,
.c-contact-01__contact__mail a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

.c-contact-01__contact__sns a {
  display: inline;
}

.c-contact-01__contact__tel a {
  font-family: "Century Gothic", "Arial", sans-serif;
}

.c-contact-01__contact__mail a {
  font-size: 28px;
}

.c-contact-01__contact__tel a::after,
.c-contact-01__contact__mail a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-contact-01__contact__sns,
.c-contact-01__contact__tel,
.c-contact-01__contact__mail {
  background: rgba(75, 56, 56, 0.5);
}

.c-contact-01__contact__sns p,
.c-contact-01__contact__tel p,
.c-contact-01__contact__mail p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

.c-contact-01__contact__sns img {
  width: 40px;
  height: 40px;
}

.c-contact-01__contact__tel img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.c-contact-01__contact__sns a:first-child {
  margin-right: 10px;
}

.c-contact-01__contact__sns a:nth-child(2) {
  margin-right: 6px;
}

.c-contact-01__contact__sns a:last-child {
  margin-right: unset;
}

.c-contact-01__contact__mail img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.c-contact-01__banner {
  background-color: #333;
  color: #fff;
  padding: 30px 0 10px 0;
}

.c-contact-01__banner__item {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}

.c-contact-01__banner__item li {
  position: relative;
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  background-blend-mode: overlay;
  list-style: none;
}

.c-contact-01__banner__item li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-contact-01__banner__item li:nth-child(1) {
  background: url(https://blocks.web-design-sora.com/wp-content/uploads/2024/02/contact-menu-01.jpg) center center no-repeat #333;
  background-size: cover;
}

.c-contact-01__banner__item li:nth-child(2) {
  background: url(https://blocks.web-design-sora.com/wp-content/uploads/2024/02/contact-menu-02.jpg) center center no-repeat #333;
  background-size: cover;
}

.c-contact-01__banner__item li:nth-child(3) {
  background: url(https://blocks.web-design-sora.coml/wp-content/uploads/2024/02/contact-menu-03.jpg) center center no-repeat #333;
  background-size: cover;
}

.c-contact-01__banner__item li:nth-child(4) {
  background: url(https://blocks.web-design-sora.com/wp-content/uploads/2024/02/contact-menu-04.jpg) center center no-repeat #333;
  background-size: cover;
}

.c-contact-01__banner__item li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5em;
}

.c-contact-01__banner__item li:hover {
  background-blend-mode: normal;
}

.c-contact-01__banner__item li a span {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media screen and (min-width: 640px) {
  .c-contact-01__contact h2 {
    margin-bottom: 70px;
    font-size: 30px;
  }
}
/* PC */
@media screen and (min-width: 1024px) {
  .c-contact-01__contact {
    width: 90vw;
    padding: 150px 0;
    transform: translate(0, 150px);
  }
  .c-contact-01__contact::before {
    background-color: rgba(75, 56, 56, 0.3);
  }
  .c-contact-01__contact__inner {
    flex-wrap: nowrap;
    flex-direction: row;
    width: 85%;
  }
  .c-contact-01__contact__sns,
  .c-contact-01__contact__tel,
  .c-contact-01__contact__mail {
    width: 33%;
    height: 120px;
    margin-bottom: 0;
    margin-left: 30px;
  }
  .c-contact-01__contact__sns,
  .c-contact-01__contact__tel,
  .c-contact-01__contact__mail {
    background-color: #000;
  }
  .c-contact-01__contact__sns:hover,
  .c-contact-01__contact__tel:hover,
  .c-contact-01__contact__mail:hover {
    background: rgba(75, 56, 56, 0.7);
  }
  .c-contact-01__contact__sns {
    padding-top: 20px;
  }
  .c-contact-01__contact__mail img {
    width: clamp(30px, 2.6666666667vw, 40px);
    height: clamp(30px, 2.6666666667vw, 40px);
  }
  .c-contact-01__contact__sns a {
    font-size: clamp(26px, 2.2vw, 33px);
  }
  .c-contact-01__contact__tel a {
    font-size: clamp(26px, 2.2vw, 33px);
  }
  .c-contact-01__contact__mail a {
    font-size: clamp(22px, 2.2vw, 28px);
  }
  .c-contact-01__contact__sns p,
  .c-contact-01__contact__tel p,
  .c-contact-01__contact__mail p {
    font-size: 18px;
  }
  .c-contact-01__banner {
    padding: 200px 0 100px 80px;
  }
  .c-contact-01__banner__item {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .c-contact-01__banner__item li {
    width: 24.5%;
    margin-bottom: 0;
  }
}
/*
　コンタクト-02
================================*/
.contact-02 {
  position: relative;
  background: url(https://blocks.web-design-sora.com/wp-content/uploads/2024/01/contact-02-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 780px;
}

.contact-02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 780px;
  background-color: rgba(63, 64, 66, 0.7);
}

.contact-02__inner {
  padding-top: 100px;
}

.contact-02__text {
  position: relative;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.contact-02__text span {
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(60px, 18.75vw, 120px);
  font-family: "Arial", "Century Gothic", sans-serif;
  font-weight: bold;
  color: rgba(240, 245, 247, 0.3);
  opacity: 0.3;
  line-height: 1;
}

.contact-02__text h2 {
  font-size: 36px;
}

.contact-02__text p {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}

.contact-02__buttons {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.contact-02__buttons a {
  text-decoration: none;
}

.contact-02__buttons__tel,
.contact-02__buttons__mail {
  position: relative;
  width: 90%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: center;
}

.contact-02__buttons p {
  color: #333;
  line-height: 1;
}

.contact-02__buttons__title {
  font-size: 28px;
  padding: 5px 0;
  color: #fff !important;
  font-weight: bold;
  background-color: #0a50a1;
}

.contact-02__buttons__tel img,
.contact-02__buttons__mail img {
  width: 50px;
  height: 50px;
  margin: 10px 0;
}

.contact-02__buttons__phone {
  font-size: 32px;
  font-weight: bold;
  font-family: "Arial", "Century Gothic", sans-serif;
}

.contact-02__buttons__text {
  margin-top: 15px;
  font-size: 18px;
}

.contact-02__buttons__mail-button {
  font-size: 30px;
  font-weight: bold;
}

.c-icon-hidden {
  display: none;
}

@media screen and (max-width: 639px) {
  .contact-02__buttons__mail {
    margin-top: 20px;
  }
}
@media screen and (min-width: 640px) {
  .contact-02 {
    height: 660px;
  }
  .contact-02::before {
    height: 660px;
  }
  .contact-02__inner {
    max-width: 1140px;
    margin: 0 auto;
  }
  .contact-02__text span {
    font-size: clamp(120px, 15.7894736842vw, 180px);
  }
  .contact-02__text h2 {
    font-size: 48px;
  }
  .contact-02__text p {
    font-size: 32px;
  }
  .contact-02__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
  }
  .contact-02__buttons__tel,
  .contact-02__buttons__mail {
    width: 45%;
    min-height: 213px;
    padding: 20px;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .contact-02__buttons__tel a::after,
  .contact-02__buttons__mail a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .contact-02__buttons__tel::after,
  .contact-02__buttons__mail::after {
    background: #0a50a1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }
  .contact-02__buttons__tel:hover::after,
  .contact-02__buttons__mail:hover::after {
    transform: scale(1, 1);
  }
  .contact-02__buttons__tel:hover p,
  .contact-02__buttons__mail:hover p {
    color: #fff;
  }
  .contact-02__buttons__tel:hover .c-icon-hidden,
  .contact-02__buttons__mail:hover .c-icon-hidden {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-02__buttons__tel:hover .c-icon-appare,
  .contact-02__buttons__mail:hover .c-icon-appare {
    display: none;
  }
  .contact-02__buttons__tel img,
  .contact-02__buttons__mail img {
    width: 50px;
    height: 50px;
    margin: 10px 0;
  }
  .contact-02__buttons__mail-button {
    font-size: clamp(28px, 2.6315789474vw, 30px);
  }
}
/*=========================================

* フッター-03

==========================================*/
.contact-03 {
  position: relative;
  background: url(https://blocks.web-design-sora.com/wp-content/uploads/2024/02/contact-03-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
}

.contact-03::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(35, 33, 33, 0.6);
}

.contact-03__inner {
  position: relative;
  margin: 0 auto;
  padding: 50px 10px;
}

.contact-03 h2 {
  font-size: clamp(28px, 6.25vw, 40px);
  color: #fff;
  text-align: center;
}

.contact-03__items {
  margin-top: 50px;
}

.contact-03 li {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.85);
}

.contact-03 li:not(:first-child) {
  margin-top: 20px;
}

.contact-03 h3 {
  font-size: 24px;
  text-align: center;
}

.contact-03 p {
  line-height: 1.5;
  margin: 20px 0;
}

.contact-03__items a {
  display: block;
  width: 90%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 5px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #035aa6;
  transition: all 0.3s;
}

.contact-03__items a:hover {
  background-color: #daa520;
}

.contact-03__bottom {
  margin-top: 50px;
  text-align: center;
  color: #fff;
}

.contact-03__bottom h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-03__bottom a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.contact-03__bottom .contact-03__bottom__open {
  margin: 10px 0;
}

@media screen and (min-width: 640px) {
  .contact-03__inner {
    max-width: 1140px;
    padding: 50px 15px;
  }
  .contact-03 h2 {
    font-size: 40px;
  }
  .contact-03__items {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
  .contact-03 li {
    width: 31%;
    padding: 20px;
  }
  .contact-03 li:not(:first-child) {
    margin-top: unset;
  }
  .contact-03 h3 {
    font-size: 24px;
  }
  .contact-03 p {
    margin: 30px 0;
  }
  .contact-03__items a {
    width: 90%;
  }
  .contact-03__bottom {
    margin-top: 80px;
  }
  .contact-03__bottom h4 {
    font-size: 24px;
  }
  .contact-03__bottom a {
    font-size: 24px;
  }
  .contact-03__bottom .contact-03__bottom__open {
    margin: 10px 0;
  }
}
.p-slide-banner__image img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

@media screen and (min-width: 640px) {
  .p-slide-banner__image img {
    width: 300px;
    height: 250px;
  }
}

//テーブル制御

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr>:first-child {
  left: 0;
  position: sticky;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr>:nth-child(2) {
  left: 150px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}

@media screen and (max-width: 639px) {
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.has-fixed-layout {
    width: 570px !important;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr>:first-child {
    width: 80px !important;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr>:nth-child(2) {
    left: 112px;
    width: 80px;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr>:nth-child(3) {
    width: 80px;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr>:nth-child(4) {
    width: 80px;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr>:nth-child(5) {
    width: 80px;
  }
}
