@charset "UTF-8";
/*navbar*/
body {
  font-family: var(--font-family), sans-serif;
}

.navbar-background {
  background-size: cover;
  background-position: center;
  background-color: var(--backgroud-header-color) !important;
}

.footer-background {
  background-size: cover;
  background-position: center;
  background-color: var(--backgroud-footer-color) !important;
}

.purchase-steps-background {
  background-size: cover;
  background-position: center;
  background-color: var(--backgroud-secondary-color) !important;
}

.kv-background {
  background-image: url("/img/background.png");
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: -2;
  max-width: 1280px;
}

.kv-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  /* 白背景に70%の透明度 */
  z-index: -1;
}

.kv-title-text {
  color: var(--chestnut);
  font-style: normal;
  font-weight: 900;
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white;
}

.navbar-max-width {
  max-width: 1280px;
  /* ナビゲーションバーの最大幅を設定 */
  margin: auto;
  /* 中央寄せ */
}

.container-max-width {
  max-width: 1280px;
  /* ナビゲーションバーの最大幅を設定 */
  margin: auto;
  /* 中央寄せ */
}

.footer-max-width {
  max-width: 1280px;
  /* ナビゲーションバーの最大幅を設定 */
  margin: auto;
  /* 中央寄せ */
}

.decorated-link:not(:last-child):after {
  content: "|";
  color: #000;
  /* 線（または装飾）の色 */
  margin: 0 10px;
  /* 左右のマージンを調整 */
  display: none;
  /* モバイルサイズでは非表示に設定 */
}

.rectangle {
  background-color: var(--primary-color);
  height: 2px;
  width: 160px;
}

.category-col-view {
  align-items: flex-end;
  background-size: cover;
  border-radius: 0.47vw;
  box-shadow: 0 0.23vw 0.47vw rgba(0, 0, 0, 0.1607843137);
  display: flex;
  /*height: 12.81vw;*/
  /*min-width: 12.81vw; */
}

.purchase-steps-button {
  background: linear-gradient(180deg, #de4e52 0%, #bf4347 100%);
  border-radius: 0.39vw;
  /*display: flex;*/
  /*height: 3.2vw;*/
  /*width: 20.94vw;*/
}

.contact-us-button {
  align-items: center;
  background: linear-gradient(180deg, #de4e52 0%, #bf4347 100%);
  border-radius: 5px;
  gap: 6px;
}

.icon-awesome-line {
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 40px;
}

.rectangle-358 {
  background-color: var(--chestnut);
}

.current-price-icon {
  background-color: var(--jelly-bean);
  border-radius: 5px;
}

.price-font {
  font-size: 0.8rem;
}

.special-deals-border {
  border: 2px solid;
  border-color: var(--chestnut);
  border-radius: 10px;
}

.special-deals-background {
  background-color: var(--chablis);
  border-radius: 10px 0 0 10px;
  color: var(--chestnut);
  font-size: 5vw;
  font-style: normal;
  font-weight: 500;
}

.special-deals-progress {
  background-color: var(--chablis);
  border: 1px solid;
  border-color: var(--chestnut);
  border-radius: 3px;
}

.special-deals-progress-bar {
  background: linear-gradient(180deg, #de4e52 0%, #bf4347 100%);
}

.purchase-steps-background .card-title {
  white-space: nowrap;
}

.footer .site-title {
  white-space: nowrap;
}

.footer .contact-us-button {
  white-space: nowrap;
}

.footer .title-2 {
  padding-left: 4em;
  font-size: 15px;
}

.footer .gap-custom {
  gap: 5%;
}

.footer .inquiry-button {
  max-width: 80vw;
}

.main-custom-description {
  white-space: nowrap;
}

.main-custom-text {
  white-space: nowrap;
}

.english-countdown {
  background-color: #ce6669;
  color: #ffffff !important;
  border-radius: 3px;
  padding: 0 5px;
}

.main-custom-description-pc {
  font-size: 15px !important;
}

.custom-countdown {
  white-space: nowrap;
}

.footer .inquiry-size {
  font-size: max(4vw, 14px) !important;
}

.footer .site-title {
  font-size: max(4vw, 20px);
}

.footer .apartment-name {
  font-size: max(2.5vw, 14px);
}

.footer .title-1 {
  font-size: max(2.5vw, 14px) !important;
}

.footer .title-2 {
  padding-left: 5em;
  font-size: max(2.5vw, 14px);
}

.footer .nomuracom-img-footer {
  height: auto;
}

.header .nomuracom-img-header {
  height: auto;
}

.complete .add-button {
  font-size: clamp(12px, 1.5vw, 20px);
}

.header .navbar-big {
  font-size: 1.43em;
}

.header .navbar-small {
  font-size: clamp(12px, 4vw, 14px);
}

.kv-title-text-small {
  color: var(--chestnut);
}

.ck-content .ck-horizontal-line {
  margin-bottom: 1em;
}

.ck-content h2.headline-cell {
  background-color: #fcf4f2;
  margin: 10px 0 10px 0;
  padding: 10px 0 10px 0;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #2e2e2e;
}

.ck-content h2.headline-title {
  display: flex;
  align-items: flex-start;
  font-size: 25px;
  padding-bottom: 10px;
}

.ck-content h2.headline-title::before {
  content: "";
  border: none;
  width: 5px;
  height: 30px;
  background-color: #bf4347;
  margin-right: 5px;
  transform: translateY(-0.1em);
}

.ck-content .customize-table-cell {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse; /* 枠線を消去するために必要 */
  border: none; /* テーブル全体の枠線を消去 */
}

.ck-content .customize-table-cell table {
  border-collapse: collapse; /* 枠線を消去するために必要 */
  border: none; /* テーブル全体の枠線を消去 */
}

.ck-content .customize-table-cell tbody {
  display: table-row-group; /* テーブル行グループとして振る舞わせる */
  border: none; /* テーブル全体の枠線を消去 */
}

.ck-content .customize-table-cell tbody tr {
  border: none; /* テーブル全体の枠線を消去 */
}

.ck-content .customize-table-cell tbody th {
  display: table-cell; /* テーブルセルとして振る舞わせる */
  margin-bottom: 0; /* 余白を無くす */
  width: 13%; /* thの幅を全体の20%に設定 */
  background-color: hsl(12, 63%, 97%); /* タイトルセルの背景色 */
  text-align: center; /* タイトルセルのテキストを中央揃え */
  vertical-align: top; /* セルの内容を上揃え */
  border: none; /* テーブル全体の枠線を消去 */
  font-size: 20px;
}

.ck-content .customize-table-cell tbody td {
  display: table-cell; /* テーブルセルとして振る舞わせる */
  margin-bottom: 0; /* 余白を無くす */
  background-color: #ffffff;
  width: 87%; /* tdの幅を全体の80%に設定 */
  border: none; /* テーブル全体の枠線を消去 */
  padding-left: 30px;
  padding-right: 30px;
}

.product-vertical-line {
  height: 35px; /* 高さ指定 */
  width: 5px; /* 太さ指定 */
  background-color: var(--primary-color); /* カラー適用 */
  margin: 0; /* 余白削除 */
  padding: 0; /* パディング削除 */
  border: none; /* ボーダー削除 */
  display: inline-block; /* 必要に応じてブロック表示 */
  box-sizing: border-box; /* サイズ計算の調整 */
}

.badge-circle {
  background-color: var(--primary-color); /* 背景色を設定 */
  color: white; /* テキスト色を白に設定 */
  border-radius: 50%; /* 円形にする */
  width: min(7.8vw, 100px) !important;
  height: min(7.8vw, 100px) !important;
  display: flex; /* Flexboxで要素を中央揃え */
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
  font-weight: bold; /* テキストを太字に */
  text-align: center; /* テキストを中央揃え */
  position: relative;
}

.button-black-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%; /* 幅を親要素に合わせる */
  max-width: 300px; /* 最大幅を300pxに設定 */
  height: 60px; /* ボタンの高さ */
  background-image: var(--button-black-right); /* 背景画像 */
  background-size: cover;
  background-repeat: no-repeat;
  border: none; /* ボーダーを削除 */
  border-radius: 30px; /* 丸みを付ける */
  text-align: center;
  color: white; /* テキスト色 */
  cursor: pointer; /* ポインターに変更 */
  position: relative; /* アイコン配置用 */
}

.button-black-next:hover {
  color: white; /* テキスト色 */
}

.button-white-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%; /* 幅を親要素に合わせる */
  max-width: 300px; /* 最大幅を300pxに設定 */
  height: 60px; /* ボタンの高さ */
  background-image: var(--button-white-right); /* 背景画像 */
  background-size: cover;
  background-repeat: no-repeat;
  border: none; /* ボーダーを削除 */
  border-radius: 30px; /* 丸みを付ける */
  text-align: center;
  color: black; /* テキスト色 */
  box-sizing: border-box; /* paddingを含めたサイズ指定 */
  cursor: pointer; /* ポインターに変更 */
  position: relative; /* アイコン配置用 */
}

.button-white-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%; /* 幅を親要素に合わせる */
  max-width: 300px; /* 最大幅を300pxに設定 */
  height: 60px; /* ボタンの高さ */
  background-image: var(--button-white-left); /* 背景画像 */
  background-size: cover;
  background-repeat: no-repeat;
  border: none; /* ボーダーを削除 */
  border-radius: 30px; /* 丸みを付ける */
  text-align: center;
  color: black; /* テキスト色 */
  font-size: 18px; /* フォントサイズ */
  cursor: pointer; /* ポインターに変更 */
  position: relative; /* アイコン配置用 */
}

.button-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 248px; /* ボタンの幅 */
  height: auto; /* ボタンの高さ */
  background-color: var(--primary-color); /* 背景画像 */
  background-size: cover;
  background-repeat: no-repeat;
  border: none; /* ボーダーを削除 */
  border-radius: 5px; /* 丸みを付ける */
  text-align: center;
  color: white; /* テキスト色 */
  font-size: 18px; /* フォントサイズ */
  cursor: pointer; /* ポインターに変更 */
  position: relative; /* アイコン配置用 */
}

.button-orange:hover,
.button-orange:focus,
.button-orange:active {
  background-color: var(--primary-color) !important;
  color: white !important;
}

.advice-section {
  position: relative;
}

.advice-border {
  border: 1px solid rgba(0, 0, 0, 0.176);
}

.floating-content {
  padding: 0.7rem;
}

.floating-banner-border {
  border: 3px solid var(--primary-color);
}

.floating-close-button {
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background-color: black;
  color: white;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.advice-content {
  background-color: #FAFAFA;
  text-align: center;
  position: relative; /* 子要素の配置用 */
}

.advice-title {
  margin-bottom: 15px;
}

.advice-text {
  color: #555;
}

.advice-button {
  margin: 0 auto;
}

.advice-image {
  background-image: url("/img/advise-human.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 150px;
  width: 150px;
  position: absolute; /* 絶対位置を指定 */
  top: 50%; /* 上下中央 */
  right: 20px; /* コンテナの右端から20px */
  transform: translateY(-50%); /* 縦方向の中央揃え */
}

.advice-image-sp {
  height: 41vw;
}

.advice-row {
  height: 22vw;
}

.logo-service {
  max-height: 53px;
  min-height: 41px;
}

.link-no-color a {
  color: inherit;
}

.header-left-text {
  font-size: min(var(--h5-font-size), 20px) !important;
}

.header-right-text {
  font-size: min(var(--text-font-size), 16px) !important;
}

.h2-text {
  font-size: min(var(--h2-font-size), 32px) !important;
  padding-bottom: 10px !important;
}

.footer-text {
  font-size: min(var(--text-font-size), 16px) !important;
}

.footer-text-small {
  font-size: min(var(--text-font-size), 16px) !important;
}

.copyright {
  font-size: min(var(--p-font-size), 18px) !important;
}

.footer-button {
  font-size: min(var(--p-font-size), 18px) !important;
}

.footer .tel-text {
  font-size: min(2.3vw, 30px) !important;
  white-space: nowrap;
}

.w3-normal-thunder-18px {
  font-size: min(var(--text-font-size), 16px) !important;
}

.text-on-image {
  font-size: min(2.5vw, 32px) !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  flex-direction: column !important;
  display: flex !important;
  justify-content: space-between !important;
  text-align: center !important;
  line-height: 1.1 !important;
}

.discount-text-small {
  font-size: min(1.7vw, 22px) !important;
}

.discount-text-medium {
  font-size: min(var(--p-font-size), 18px) !important;
}

.price-text-large {
  font-size: min(2.2vw, 28px) !important;
}

.price-text-normal {
  font-size: min(var(--text-font-size), 16px) !important;
}

.price-text-small {
  font-size: min(0.9vw, 12px) !important;
}

.current-price {
  font-size: min(4.7vw, 60px) !important;
  line-height: 1;
  letter-spacing: 2px;
}

.button-text-normal {
  font-size: min(var(--h4-font-size), 20px) !important;
}

.button-text-small {
  font-size: min(var(--text-font-size), 16px) !important;
}

.title-normal {
  font-size: min(var(--h3-font-size), 26px) !important;
}

.advice-title {
  font-size: min(var(--h3-font-size), 26px) !important;
}

.advice-text {
  font-size: min(var(--h4-font-size), 20px) !important;
}

.standard-title {
  font-size: min(var(--h1-font-size), 37px) !important;
  padding-bottom: 10px !important;
}

.zip-code-field {
  max-width: 160px; /* 任意の幅を設定 */
  width: 100%; /* 幅を親要素に合わせる */
}

.zip-code-confirm {
  max-width: 45px; /* 任意の幅を設定 */
  width: 100%; /* 幅を親要素に合わせる */
}

.tdfk-field {
  max-width: 172px; /* 任意の幅を設定 */
  width: 100%; /* 幅を親要素に合わせる */
}

.input-form-text {
  background-color: var(--backgroud-forth-color);
  border-color: #CCCCCC;
}

form input:-moz-read-only, form textarea:-moz-read-only {
  font-size: min(var(--text-font-size), 16px) !important;
}

form input:disabled,
form input:read-only,
form textarea:read-only,
form p,
form label {
  font-size: min(var(--text-font-size), 16px) !important;
}

.complete-content {
  font-size: min(var(--text-font-size), 16px) !important;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .header-left-text {
    font-size: max(var(--h5-font-size-sp), 18px) !important;
  }
  .header-right-text {
    font-size: max(var(--h5-font-size-sp), 18px) !important;
  }
  .h2-text {
    font-size: max(var(--h2-font-size-sp), 26px) !important;
  }
  .footer-text {
    font-size: max(var(--h4-font-size-sp), 20px) !important;
  }
  .footer-text-small {
    font-size: max(var(--text-font-size-sp), 16px) !important;
  }
  .copyright {
    font-size: max(var(--p-font-size-sp), 16px) !important;
  }
  .footer-button {
    font-size: max(var(--h4-font-size-sp), 20px) !important;
  }
  .footer .tel-text {
    font-size: max(8.4vw, 36px) !important;
  }
  .footer .custom-border {
    line-height: 3 !important;
  }
  .w3-normal-thunder-18px {
    font-size: max(var(--text-font-size-sp), 16px) !important;
  }
  .badge-circle {
    width: 21vw !important;
    height: 21vw !important;
  }
  .text-on-image {
    font-size: min(7.4vw, 38px) !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .discount-text-small {
    font-size: 5.1vw !important;
  }
  .discount-text-medium {
    font-size: var(--h5-font-size-sp) !important;
  }
  .price-text-large {
    font-size: var(--h1-font-size-sp) !important;
  }
  .price-text-normal {
    font-size: var(--text-font-size-sp) !important;
  }
  .price-text-small {
    font-size: max(2.8vw, 12px) !important;
  }
  .current-price {
    font-size: max(14vw, 50px) !important;
  }
  .button-text-normal {
    font-size: max(min(var(--h4-font-size-sp), 20px), 20px) !important;
  }
  .button-text-small {
    font-size: max(min(var(--text-font-size-sp), 16px), 16px) !important;
  }
  .title-normal {
    font-size: max(var(--h3-font-size-sp), 20px) !important;
  }
  .advice-title {
    font-size: min(var(--h2-font-size-sp), 40px) !important;
  }
  .advice-text {
    font-size: min(var(--h4-font-size-sp), 40px) !important;
  }
  .advice-additional {
    font-size: min(5vw, 40px) !important;
  }
  .standard-title {
    font-size: max(var(--h1-font-size-sp), 28px) !important;
  }
  form input:-moz-read-only, form textarea:-moz-read-only {
    font-size: max(min(var(--text-font-size-sp), 16px), 16px) !important;
  }
  form input:disabled,
  form input:read-only,
  form textarea:read-only,
  form p,
  form label {
    font-size: max(min(var(--text-font-size-sp), 16px), 16px) !important;
  }
  .complete-content {
    font-size: max(min(var(--text-font-size-sp), 16px), 16px) !important;
  }
}
@media screen and (max-width: 575px) {
  .decorated-link:not(:last-child):after {
    display: inline;
    /* タブレットサイズ以上では装飾を表示 */
  }
  .fit-content {
    width: -moz-fit-content;
    width: fit-content;
  }
  .purchase-steps-button .apply-button {
    font-size: 17px !important;
  }
  .footer .custom-border {
    border-bottom: 1px solid gray;
  }
  .footer .img-fluid {
    max-width: 15vw;
  }
  .decorated-link {
    border: none !important;
  }
  .header .custom-text {
    text-align: center;
  }
  .main-custom-description {
    font-size: 11px !important;
  }
  .main-custom-text {
    font-size: 17px !important;
  }
  .countdown-size {
    white-space: nowrap;
  }
  .english-countdown {
    font-size: max(4vw, 17px) !important;
  }
  .custom-countdown {
    font-size: max(3vw, 12px) !important;
  }
  .kv-title-text-small {
    font-size: clamp(15px, 5vw, 18px) !important;
  }
  .footer .nomuracom-img-footer {
    width: max(40vw, 200px);
  }
  .header .nomuracom-img-header {
    width: max(30vw, 180px);
  }
  .header .logo-left {
    width: max(30vw, 130px) !important;
  }
  .header .logo-right {
    width: max(37vw, 157px) !important;
  }
  .footer .inquiry-size {
    font-size: 14px !important;
  }
  .ck-content .customize-table-cell tbody {
    display: table-row-group;
  }
  .ck-content .customize-table-cell tbody th,
  .ck-content .customize-table-cell tbody td {
    display: block; /* テーブルデータもブロック要素として振る舞わせる */
    width: 100%; /* 親要素の幅いっぱいに広げる */
  }
  .ck-content {
    padding: 0px;
  }
  .ck-content h2.headline-title {
    padding-top: 30px;
    font-size: 20px;
  }
  .ck-content h2.headline-title::before {
    height: 25px;
  }
  .ck-content hr {
    margin-top: 0px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .fit-content {
    width: -moz-fit-content;
    width: fit-content;
  }
  .header .custom-text {
    text-align: center;
  }
  .footer .custom-border {
    border-bottom: 1px solid gray;
  }
  .footer .img-fluid {
    max-width: 10vw;
  }
  .footer .footer-top-sp {
    font-size: 3vw;
  }
  .main-custom-description {
    font-size: 11px !important;
  }
  .english-countdown {
    font-size: 20px !important;
  }
  .custom-countdown {
    font-size: max(2vw, 15px) !important;
  }
  .footer .inquiry-size {
    font-size: max(3vw, 17px) !important;
  }
  .footer .apartment-name {
    font-size: max(3vw, 17px);
  }
  .footer .nomuracom-img-footer {
    width: max(40vw, 200px);
  }
  .footer .title-1 {
    font-size: max(3vw, 17px) !important;
  }
  .footer .title-2 {
    padding-left: 5em;
    font-size: max(3vw, 17px);
  }
  .header .nomuracom-img-header {
    width: max(30vw, 230px);
  }
  .ck-content {
    padding: 0px;
  }
  .ck-content h2.headline-title {
    padding-top: 30px;
    font-size: 20px;
  }
  .ck-content h2.headline-title::before {
    height: 25px;
  }
  .ck-content hr {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .decorated-link:not(:last-child):after {
    display: inline;
    /* タブレットサイズ以上では装飾を表示 */
  }
  .col-custom-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .japanese-countdown {
    font-size: 12px;
  }
  .purchase-steps-background .card-title {
    font-size: 14px !important;
    white-space: nowrap;
  }
  .purchase-steps-background .card-text {
    font-size: 10px !important;
  }
  .footer .gap-custom {
    gap: 10%;
  }
  .footer .img-fluid {
    max-width: 4vw;
  }
  .header .custom-text {
    text-align: center;
  }
  .countdown-size {
    font-size: 10px !important;
  }
  .english-countdown {
    font-size: 15px !important;
  }
  .custom-countdown {
    font-size: 10px !important;
  }
  .special-deals-background {
    font-size: 2vw;
  }
  .footer .inquiry-size {
    font-size: min(3vw, 14px) !important;
  }
  .footer .site-title {
    font-size: min(4vw, 20px);
  }
  .footer .apartment-name {
    font-size: min(3vw, 14px);
  }
  .footer .nomuracom-img-footer {
    width: min(30vw, 160px);
  }
  .footer .title-1 {
    font-size: min(3vw, 14px) !important;
  }
  .footer .title-2 {
    padding-left: 4em;
    font-size: min(3vw, 13px);
  }
  .header .nomuracom-img-header {
    width: min(15vw, 190px);
  }
  .ck-content .customize-table-cell tbody th {
    font-size: 12px;
  }
  .ck-content h2.headline-title::before {
    height: 20px;
  }
  .ck-content h2.headline-title {
    font-size: 15px;
  }
  .copyright {
    font-size: max(14px, min(18px, 1vw));
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .decorated-link:not(:last-child):after {
    display: inline;
    /* タブレットサイズ以上では装飾を表示 */
  }
  .col-custom-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer .img-fluid {
    max-width: 4vw;
  }
  .special-deals-background {
    font-size: 2vw;
  }
  .construction-deadline {
    font-size: 0.6em;
  }
  .footer .inquiry-size {
    font-size: min(3vw, 14px) !important;
  }
  .footer .site-title {
    font-size: min(4vw, 20px);
  }
  .footer .apartment-name {
    font-size: min(3vw, 14px);
  }
  .footer .nomuracom-img-footer {
    width: min(40vw, 200px);
  }
  .footer .title-1 {
    font-size: min(3vw, 14px) !important;
  }
  .footer .title-2 {
    padding-left: 4em;
    font-size: min(3vw, 13px);
  }
  .header .nomuracom-img-header {
    width: min(15vw, 190px);
  }
  .ck-content .customize-table-cell tbody th {
    font-size: 15px;
  }
  .ck-content h2.headline-title::before {
    height: 25px;
  }
  .ck-content h2.headline-title {
    font-size: 20px;
  }
  .copyright {
    font-size: max(16px, min(18px, 1.2vw));
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .decorated-link:not(:last-child):after {
    display: inline;
    /* タブレットサイズ以上では装飾を表示 */
  }
  .col-custom-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer .gap-custom {
    gap: 10%;
  }
  .footer .img-fluid {
    max-width: 4vw;
  }
  .special-deals-background {
    font-size: 2vw;
  }
  .footer .inquiry-size {
    font-size: min(3vw, 14px) !important;
  }
  .footer .site-title {
    font-size: min(4vw, 20px);
  }
  .footer .apartment-name {
    font-size: min(3vw, 14px);
  }
  .footer .nomuracom-img-footer {
    width: min(40vw, 200px);
  }
  .footer .title-1 {
    font-size: min(3vw, 14px) !important;
  }
  .footer .title-2 {
    padding-left: 4em;
    font-size: min(3vw, 13px);
  }
  .header .nomuracom-img-header {
    width: min(15vw, 190px);
  }
  .ck-content .customize-table-cell tbody th {
    font-size: 20px;
  }
  .ck-content h2.headline-title::before {
    height: 30px;
  }
  .ck-content h2.headline-title {
    font-size: 23px;
  }
  .copyright {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .decorated-link:not(:last-child):after {
    display: inline;
    /* タブレットサイズ以上では装飾を表示 */
  }
  .col-custom-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .kv-background {
    height: 300px;
  }
  .footer .inquiry-size {
    font-size: min(3vw, 14px) !important;
  }
  .footer .site-title {
    font-size: min(4vw, 20px);
  }
  .footer .apartment-name {
    font-size: min(3vw, 14px);
  }
  .footer .title-1 {
    font-size: min(3vw, 14px) !important;
  }
  .footer .title-2 {
    padding-left: 4em;
    font-size: min(3vw, 14px);
  }
  .special-deals-background {
    font-size: min(2vw, 21px);
  }
  .footer .nomuracom-img-footer {
    width: max(5vw, 210px);
  }
  .header .nomuracom-img-header {
    width: min(15vw, 190px);
  }
  .copyright {
    font-size: 18px;
  }
}
