@charset "UTF-8";
/*テーブル*/
body .wp-block-table td {
  border: none;
}

/*キャプション*/
.wp-element-caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/*セクション*/
.smb-section {
  margin-top: 0 !important;
}

.smb-section__body {
  margin-top: 50px;
}

p {
  margin-top: 20px !important;
}

.under-line__content__title {
  font-size: 28px !important;
  border-bottom: 1px solid #b1b1b1 !important;
  padding-bottom: 5px !important;
  position: relative;
  margin-bottom: 40px !important;
}

.under-line__content__title:before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 20%;
  height: 1px;
  background: #c29b40;
}

@media (max-width: 639px) {
  .under-line__content__title {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  .under-line__content__title:before {
    width: 30%;
  }
}

.scroll-btn__section {
  padding-top: 40px !important;
}

.scroll-btn__section .smb-section__body {
  margin-top: 0 !important;
}

.scroll-btn__section .wp-block-snow-monkey-blocks-buttons {
  margin-top: 0 !important;
}

.scroll-btn__section .smb-btn {
  position: relative;
  color: #002349;
  background-color: #f0f4f5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scroll-btn__section .smb-btn:after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #002349;
  border-right: solid 2px #002349;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

.scroll-btn__section .smb-btn:hover {
  background-color: #fff;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

/*ヘッダー*/
.l-header .c-site-branding__title a {
  font-size: 18px;
}

.l-header .c-navbar {
  margin-top: 20px;
}

.l-header .menu-item {
  border-right: 1px solid #002349;
  margin-bottom: 10px;
}

.l-header .menu-item a {
  font-size: 16px !important;
  padding: 10px !important;
}

.l-header .menu-item a small {
  color: #c29b40;
}

/*ヘッダーボタン*/
.header-btn a {
  text-decoration: none;
  font-weight: bold;
  padding: 1rem 3rem;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  color: #fff;
  margin-left: 16px;
  background-color: #c29b40;
  border: 1px solid #c29b40;
}

.header-btn a:hover {
  color: #c29b40;
  background: #fff;
}

.header-btn .header__btn-vacant {
  background-color: #002349;
  border: 1px solid #002349;
}

.header-btn .header__btn-vacant:hover {
  color: #002349;
  background: #fff;
}

@media (max-width: 1023px) {
  .l-header .c-hamburger-btn__label {
    display: none;
  }
  .l-header .c-hamburger-btn {
    background-color: #fff;
    border-radius: 50%;
    width: 33px;
    height: 33px;
  }
  .l-header .c-hamburger-btn__bars {
    width: 16px;
  }
  .l-header .c-hamburger-btn__bars .c-hamburger-btn__bar {
    background-color: #002349;
  }
  .l-header .c-hamburger-btn__bars .c-hamburger-btn__bar:nth-of-type(1) {
    top: 6px;
  }
  .l-header .c-hamburger-btn__bars .c-hamburger-btn__bar:nth-of-type(2) {
    display: none;
  }
  .l-header .c-hamburger-btn__bars .c-hamburger-btn__bar:nth-of-type(3) {
    top: 10px;
  }
}

@media (max-width: 639px) {
  .l-header .c-site-branding__title {
    line-height: 1;
  }
  .l-header .c-site-branding__title a {
    font-size: 14px;
    line-height: 33px;
  }
}

@media (min-width: 1024px) {
  .l-header .c-container {
    padding-top: 20px;
  }
}

.background-text__section {
  padding: 140px 0 80px;
}

.background-text__section .smb-section__background-text__text {
  font-size: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 60px;
  white-space: nowrap;
}

.background-text__section .smb-section__title {
  font-size: 40px !important;
  color: #c29b40;
}

@media (max-width: 639px) {
  .background-text__section {
    padding: 70px 0 40px;
  }
  .background-text__section .smb-section__background-text__text {
    font-size: 40px;
    top: 20px;
  }
  .background-text__section .smb-section__title {
    font-size: 28px !important;
  }
}

.under-line__section .smb-section__title {
  font-size: 32px !important;
  color: #0E0E0E;
}

.under-line__section .smb-section__title:after {
  background-color: #c29b40;
  margin-top: 20px;
  width: clamp(240px, 66.6vw, 476px);
}

@media (max-width: 639px) {
  .under-line__section {
    padding-top: 40px !important;
  }
  .under-line__section .smb-section__title {
    font-size: 20px !important;
  }
}

/*ボタン*/
.text-btn .smb-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  border-radius: 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

.text-btn .smb-btn:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  right: -3em;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(45deg);
          transform: translateY(calc(-50% - 2px)) rotate(45deg);
  width: 10px;
  height: 1px;
  background: #002349;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.text-btn .smb-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  right: -3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #002349;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.text-btn .smb-btn:hover {
  color: #c29b40;
}

.text-btn .smb-btn:hover:before {
  background-color: #c29b40;
  right: -3.5em;
}

.text-btn .smb-btn:hover:after {
  background-color: #c29b40;
  right: -3.5em;
}

/*レキシンスクエア*/
@media (max-width: 639px) {
  .top__about .smb-media-text__title {
    font-size: 20px !important;
    text-align: center;
  }
}

/*メディア・テキスト横並びセクション*/
.top__media-text {
  padding-top: 80px !important;
}

.top__media-text .c-row__col--lg-2-3 {
  --_item-width: 60%;
}

.top__media-text .c-row__col--lg-1-3 {
  --_item-width: 40%;
}

.top__media-text .smb-media-text__title {
  font-size: 40px;
  color: #c29b40;
}

.top__media-text .c-row {
  position: relative;
}

.top__media-text .c-row:before {
  position: absolute;
  font-size: 60px;
  font-weight: bold;
  top: 0;
  line-height: 1;
  color: #c29b40;
  opacity: 0.3;
}

.top-facility .c-row:before {
  content: 'Facility';
}

.top-plan .c-row:before {
  content: 'Plan';
}

.top-access .c-row:before {
  content: 'Access';
}

@media (max-width: 1279px) {
  .top__media-text .wp-block-spacer {
    height: 20px !important;
  }
}

@media (max-width: 1079px) {
  .top__media-text .wp-block-spacer {
    height: 0 !important;
  }
}

.slideBox {
  height: 75vh;
  overflow: hidden;
  position: relative;
}

.FV-catch {
  z-index: 11;
  position: absolute;
  bottom: 8%;
  left: 28.8px;
  color: #fff;
  font-weight: bold;
}

.FV-catch .FV-title {
  font-size: 56px;
}

.FV-catch p {
  margin-top: .5em !important;
  font-size: 20px;
}

.item {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 75vh;
  background-position: 40% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 10s 0s infinite;
  animation: anime 10s 0s infinite;
}

.item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

@media (max-width: 781px) {
  .FV-catch {
    left: 8px;
    bottom: 4%;
  }
  .FV-catch .FV-title {
    font-size: 30px;
  }
  .FV-catch p {
    font-size: 14px;
  }
  .item1 {
    background-position: 24% 30%;
  }
  .item2 {
    background-position: 100% 80%;
  }
}

/*アニメーション*/
@keyframes anime {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

.c-page-header {
  height: 72vh !important;
}

.c-page-header__title {
  text-align: center;
  font-size: 48px;
}

.c-page-header__title:after {
  font-size: 40px;
  display: block;
}

/*引き継ぎ*/
.page .l-contents__inner {
  padding-bottom: 0 !important;
}

.page .smb-section__title {
  font-size: 32px;
}

.page .smb-section__body {
  margin-top: 50px;
}

@media (max-width: 639px) {
  .c-page-header {
    height: 40vh !important;
  }
  .c-page-header__title {
    font-size: 32px;
  }
  .c-page-header__title:after {
    font-size: 24px;
  }
  /*引き継ぎ*/
  .page .l-contents__inner {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .page .smb-section__title {
    font-size: 24px;
  }
  .page .c-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page .smb-section__body {
    margin-top: 20px;
  }
}

.page-id-2147 .c-page-header__title:after {
  content: "間取り";
}

.page-id-2147 .smb-section {
  padding-top: 80px;
}

.page-id-2147 .smb-section__title {
  font-size: 50px !important;
  color: #c29b40;
  opacity: 0.5;
}

.page-id-2147 .smb-items__item__body img {
  max-height: 240px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 639px) {
  .page-id-2147 .smb-section {
    padding-top: 40px;
  }
  .page-id-2147 .smb-section__title {
    font-size: 30px !important;
  }
  .page-id-2147 .smb-items__item__body img {
    margin-right: auto;
    margin-left: auto;
    height: 260px;
    width: auto;
  }
}

.page-id-2023 .c-page-header__title:after {
  content: "設備";
}

.page-id-2023 .under-line__section {
  padding-top: 40px !important;
}

.page-id-1982 .c-page-header__title:after {
  content: "アクセス・周辺施設";
}

.page-id-1982 .under-line__section {
  padding-top: 40px !important;
}

/*アクセスセクション*/
.location__access li {
  list-style: none;
  font-size: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #b1b1b1;
}

.location__access li .sme-text-color {
  font-size: 24px;
}

.location__access .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.location__access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.location__access .wp-block-group {
  margin-top: 80px !important;
}

.location__access .smb-box p {
  font-size: 20px;
}

.location__access .smb-box p:first-child {
  margin-top: 0 !important;
}

.location__access .smb-box .time {
  font-size: 30px;
  margin-top: 8px !important;
}

.location__access td {
  border-bottom: 1px solid #b1b1b1 !important;
}

.location__access td:first-child {
  font-size: 24px;
}

.location__access td:last-child {
  line-height: 2;
}

.location__access .smb-panels__item__title {
  font-size: 20px !important;
}

.location__access .smb-panels__item__content {
  text-align: left;
}

/*周辺施設セクション*/
.location_location .wp-block-group {
  border: 1px solid #002349;
  font-size: 14px;
  background: #fff;
}

.location_location p {
  margin-top: 0 !important;
  width: 90px !important;
  padding: 1em;
  background: #002349;
  height: 112px;
  color: #fff;
}

.location_location ul {
  padding: 1em;
}

@media (max-width: 639px) {
  .location__access .wp-block-group {
    margin-top: 60px !important;
  }
  .location__access .smb-box {
    border: 1px solid #b1b1b1;
  }
  .location__access .smb-box p {
    font-size: 16px;
  }
  .location__access .smb-box .time {
    font-size: 20px;
  }
  .location__access td:first-child {
    font-size: 18px;
  }
  .location__access .wp-block-snow-monkey-blocks-items-item-free {
    margin-bottom: 0 !important;
  }
  .location_location p {
    height: 154px;
    white-space: nowrap;
  }
  .location_location ul {
    padding: 1em;
    width: calc(100% - 90px);
  }
}

.page-id-1922 .c-page-header__title:after {
  content: "物件情報・会社概要";
}

.page-id-1922 .smb-section__body {
  max-width: 980px;
  margin-inline: auto;
}

.page-id-1922 .l-contents__inner {
  margin-top: 0 !important;
}

.page-id-1922 .wp-block-table td {
  padding: 16px;
}

.page-id-1922 .wp-block-table td:first-child {
  font-weight: bold;
  width: 20%;
  border-bottom: 1px solid #002349;
}

.page-id-1922 .wp-block-table td:last-child {
  border-bottom: 1px solid #b1b1b1;
}

@media (max-width: 639px) {
  .page-id-1922 .wp-block-table td {
    display: block;
  }
  .page-id-1922 .wp-block-table td:first-child {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
  .page-id-1922 .wp-block-table td:last-child {
    padding-top: 8px;
    border-bottom: 1px solid #002349;
    -o-border-image: linear-gradient(90deg, #002349 0, #002349 29%, #b1b1b1 30%, #b1b1b1 100%);
       border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #002349), color-stop(29%, #002349), color-stop(30%, #b1b1b1), to(#b1b1b1));
       border-image: linear-gradient(90deg, #002349 0, #002349 29%, #b1b1b1 30%, #b1b1b1 100%);
    border-image-slice: 1;
  }
}

.page-id-2027 .c-page-header__title:after {
  content: "写真";
}

.page-id-2027 .under-line__section {
  padding-top: 80px !important;
}

@media (max-width: 639px) {
  .page-id-2027 .under-line__section {
    padding-top: 40px !important;
  }
}

/*フッター*/
.l-footer .wp-block-spacer {
  margin-top: 0 !important;
}

.l-footer p {
  font-size: 16px;
  line-height: 2;
  margin-top: 0 !important;
}

.l-footer a {
  color: #333 !important;
}

.l-footer .l-footer-widget-area {
  background-color: #f0f4f5 !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.l-footer .l-footer-widget-area .smb-buttons {
  margin-top: 0 !important;
}

.l-footer .l-footer-widget-area .smb-buttons:first-child {
  margin-right: 20px !important;
}

.l-footer .l-footer-widget-area .smb-buttons:last-child {
  margin-left: 20px !important;
}

.l-footer .l-footer-widget-area .smb-buttons .smb-btn {
  width: 240px !important;
  padding: 16px 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  border: 1px solid #002349 !important;
  -webkit-transition: all 0.8s !important;
  transition: all 0.8s !important;
  background: #002349 !important;
}

.l-footer .l-footer-widget-area .smb-buttons .smb-btn:hover {
  background: #fff !important;
  color: #002349 !important;
  -webkit-filter: brightness(100%) !important;
          filter: brightness(100%) !important;
}

.l-footer .l-footer-widget-area .smb-buttons:last-child .smb-btn {
  background: #c29b40 !important;
  border: 1px solid #c29b40 !important;
}

.l-footer .l-footer-widget-area .smb-buttons:last-child .smb-btn:hover {
  background: #fff !important;
  color: #c29b40 !important;
}

.l-footer .c-copyright--inverse {
  background-color: #002349;
}

.l-footer .c-copyright--inverse .c-container {
  color: #fff;
  font-size: 12px;
}

#block-19 .wp-block-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 639px) {
  #block-19 .wp-block-group {
    display: block !important;
  }
  .l-footer .l-footer-widget-area {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .l-footer .l-footer-widget-area .smb-buttons:first-child {
    margin-right: auto !important;
  }
  .l-footer .l-footer-widget-area .smb-buttons:last-child {
    margin-left: auto !important;
    margin-top: 20px !important;
  }
}

/*フローティングボタン*/
@media (max-width: 1023px) {
  #menu-floathing-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  #menu-floathing-btn .menu-item {
    height: 56px;
  }
  #menu-floathing-btn .menu-item a {
    font-size: 18px;
    padding: 0;
    line-height: 56px;
    color: #fff;
    font-weight: bold;
  }
  #menu-floathing-btn #menu-item-2626 {
    background: #002349;
  }
  #menu-floathing-btn #menu-item-2627 {
    background: #c29b40;
  }
}
