﻿@charset "utf-8";
/* CSS Document */

/*==================================================
  GENERAL SETTINGS
==================================================*/

/*
===== navSystem Wrap ==========================================
*/
.nwnContent {
  width: var(--width-content);
  max-width: 96%;
  margin-right: auto;
  margin-left: auto;
}


/*
===== 入力エラーBOX ==========================================
*/
.form_errBox {
  margin: var(--gutter);
  border: 3px solid var(--color-red);
  padding: var(--gutter-narrow);
  color: var(--color-red);
}

.form_errBox_com {
  min-height: 30px;
  padding: 0 0 0 40px;
  line-height: 30px;
  font-weight: bold;
  background: url(../img/basic/icon_error.svg) no-repeat left 0;
  background-size: auto 30px;
}

.form_errBox ul {
  margin-top: var(--gutter-narrow);
  font-size: 0.9em;
}

.form_errBox ul li {
  margin: 0 0 5px 0;
  padding: 0 0 0 50px;
  position: relative;
}

.form_errBox ul li::before {
  content: "Error";
  background: var(--color-red);
  color: #FFF;
  display: inline-block;
  font-size: 0.8em;
  font-weight: normal;
  padding: 0 5px;
  position: absolute;
  top: 5px;
  left: 0;
}

/*
===== フォームテキスト ==========================================
*/
.form_note {
  padding: var(--gutter-supernarrow);
}

/*
===== 完了ページ ==========================================
*/
.thanksBox {
  margin: 20px;
  border: 3px solid var(--color-palegray);
  padding: 20px;
  background: #fff;
}

.thanksBox_ttl {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: var(--gutter);
  color: var(--color-main);
  text-align: center;
}

.thanksBox_com {
  text-align: center;
}


/*
===== 会員管理画面等CSS ==========================================
*/

/*==会員情報－ログイン画面==*/
.loginPage .login_regist {
  margin-top: var(--gutter-narrow);
  padding-bottom: var(--gutter-supernarrow);
  border-bottom: 1px solid var(--color-gray);
}

/*==会員情報－会員登録メールアドレス入力画面==*/
.signup_flowchart ol {
  margin: var(--gutter-narrow) 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.signup_flowchart li {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  width: 240px;
  max-width: 33.3%;
  background-color: var(--color-lightgray);
  color: var(--color-darkgray);
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.signup_flowchart li:not(:last-child)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9px;
  border-style: solid;
  border-color: transparent transparent transparent var(--color-lightgray);
  border-width: 30px 0 30px 10px;
  z-index: 2;
}

.signup_flowchart li:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  border-style: solid;
  border-color: transparent transparent transparent var(--color-palegray);
  border-width: 30px 0 30px 10px;
  z-index: 1;
}

.signup_flowchart li.prev::after {
  border-color: transparent transparent transparent var(--color-gray);
}

.signup_flowchart li.here {
  background-color: var(--color-main);
  color: #fff;
}

.signup_flowchart li.here::before {
  display: none;
}

.signup_flowchart li.here::after {
  border-color: transparent transparent transparent var(--color-main);
}

.signup_flowchart li:first-child {
  border-radius: 10px 0 0 10px;
}

.signup_flowchart li:last-child {
  border-radius: 0 10px 10px 0;
}


/*==会員情報－希望条件登録*/
.signupPage .oc_bar01,
.signupPage .oc_bar01_open,
.signupPage .oc_bar02,
.memberPage .oc_bar01,
.memberPage .oc_bar01_open,
.memberPage .oc_bar02 {
  border-bottom: 1px solid var(--color-gray);
  margin-top: var(--gutter-narrow);
  padding-bottom: 10px;
  font-weight: bold;
  font-size: clamp(16px, 5vw, 20px);
}

.entry_span {
  display: inline-block;
  margin: 0 0.5em;
}

/*==会員情報変更==*/
.mod_link {
  margin-top: var(--gutter);
}

.mod_link ul {
  margin-bottom: 10px;
  display: block;
  letter-spacing: -.40em;
}

.mod_link ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.mod_link ul li a {
  padding: 10px;
  text-decoration: none;
  display: block;
  border: 2px solid #333;
  border-radius: var(--rad-common);
}

/* 退会ページ */
.memberPage #postbox {
  margin-top: 30px;
}

/*
===== 物件検索画面等CSS ==========================================
*/
/*GoogleMap表示*/
.gmap_view {
  width: 100%;
  margin: 30px auto 10px;
  height: 400px;
  border: 1px solid #E6E6E6;
}

.map_note {
  font-size: 0.8em;
  margin-bottom: 1em;
}

.map_note a {
  text-decoration: underline;
}

/*gmap吹き出しのタイトル色*/
/*青（一般物件）*/
.gmap_ttl01 {
  background: var(--color-orange);
}

/*赤（会員限定物件）*/
.gmap_ttl02 {
  background: var(--color-main);
}

/*緑（店舗公開物件）*/
.gmap_ttl03 {
  background: var(--color-blue);
}

/*黄（希望条件物件）*/
.gmap_ttl04 {
  background: var(--color-yellow);
}

/*公的*/
.gmap_ttl0601 {
  background: var(--color-black);
}

.gmap_ttl0601 img {
  margin: 0 5px;
}

/*事例*/
.gmap_ttl0602 {
  background: var(--color-yellow);
}

.gmap_ttl0602 img {
  margin: 0 5px;
}

.gmap_dtl {
  font-size: 12px;
  padding: 3px 0;
}

/*gmap下注意文*/
.gmap_note {
  margin: 0;
  font-size: 11px;
  background: #F0F0F0;
  padding: 10px;
  border: 1px solid #E0E0E0;
}

.gmap_ttl01,
.gmap_ttl02,
.gmap_ttl03,
.gmap_ttl04,
.gmap_ttl0601,
.gmap_ttl0602 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin: 3px 0;
  padding: 3px 5px;
  border-radius: 5px;
}

.gmap_ttl01 a:link,
.gmap_ttl01 a:visited,
.gmap_ttl02 a:link,
.gmap_ttl02 a:visited,
.gmap_ttl03 a:link,
.gmap_ttl03 a:visited,
.gmap_ttl04 a:link,
.gmap_ttl04 a:visited,
.gmap_ttl0601 a:link,
.gmap_ttl0601 a:visited,
.gmap_ttl0602 a:link,
.gmap_ttl0602 a:visited,
.gmap_ttl01 a:hover,
.gmap_ttl02 a:hover,
.gmap_ttl03 a:hover,
.gmap_ttl04 a:hover,
.gmap_ttl0601 a:hover,
.gmap_ttl0602 a:hover {
  color: #fff;
}

/*
===== 物件検索画面:ESTATE ==========================================
*/
/*物件検索-検索部分タブ*/
.estate_tab {
  margin-top: var(--gutter);
}

.estate_tab ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 2px solid var(--color-black);
}

.estate_tab li {
  width: 100%;
}

.estate_tab li+li {
  margin-left: 1px;
}

.estate_tab .estate_tab_switch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: bold;
  background: var(--color-lightgray);
  color: var(--color-gray);
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  padding: 5px;
  text-align: center;
}

.estate_tab .active .estate_tab_switch {
  background: var(--color-black);
  color: #fff;
}


/*
===== LIST_COUNTBOX（検索結果表示部分）==========================================
*/
.list_countbox01 {
  margin-top: var(--gutter);
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-black);
}

.list_countbox01_ttl {
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-weight: bolder;
  background: var(--color-black);
}

.list_countbox01_inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 10px 0;
}

.list_countbox01_inner dl {
  width: 100%;
  box-sizing: border-box;
}

.list_countbox01_inner dl dt {
  font-weight: bold;
  padding: 5px;
  text-align: center;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}

.list_countbox01_inner dl dd {
  text-align: center;
  font-weight: bold;
}

.list_countbox01_inner dl dd span {
  font-size: clamp(2em, 3vw, 3.4rem);
  font-weight: bold;
}

.list_countbox01_inner .private {
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
}

.list_countbox01_inner dl.general dd .enFont {
  color: var(--color-orange);
}

.list_countbox01_inner dl.private dd .enFont {
  color: var(--color-main);
}

.list_countbox01_inner dl.shop dd .enFont {
  color: var(--color-blue);
}

.list_countbox01 .private_link a,
.list_countbox01 .shop_link a {
  margin: 0 auto;
  padding: 5%;
  text-align: center;
  font-weight: bolder;
  cursor: pointer;
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  border-radius: var(--rad-round);
}

.list_countbox01 .private_link a {
  background: var(--color-main);
}

.list_countbox01 .shop_link a {
  background: var(--color-yellow);
  color: var(--color-black);
}

/*
===== SELECTBOX(検索条件設定部分) ==========================================
*/
.srchbox01 .selectbox01 {
  padding: 0;
  border: solid 2px var(--color-black);
  margin-top: var(--gutter);
  font-size: 14px;
}

.srchbox01 .selectbox01 #estate_name {
  max-width: 100%;
}

.srchbox01 .selectbox01 .itemWrap dd>label {
  display: inline-block;
}

/*希望条件ボタン*/
.estate_wishsearch {
  display: flex;
  align-items: center;
}

.estate_wishsearch_item a,
.estate_wishsearch_item button {
  display: inline-block;
  background: var(--color-main);
  color: #fff;
  border-radius: var(--rad-common);
  padding: 10px 20px;
  min-width: 10em;
  text-align: center;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
}

.estate_wishsearch_item button {
  background: var(--color-orange);
}

.srchbox01 #change_search {
  padding-bottom: 1.5em;
}

/*検索項目*/
.srchbox01 .selectbox01 .itemWrap {
  font-size: 1.2em;
}

.srchbox01 .selectbox01 .itemWrap dt {
  padding: 5px 15px;
  font-weight: bold;
  position: relative;
}

.srchbox01 .selectbox01 .itemWrap dt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent var(--color-black);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.srchbox01 .selectbox01 .itemWrap .checkItem {
  display: inline-block;
  margin-bottom: 0.5em;
}

.srchbox01 .selectbox01 .itemWrap label {
  margin-right: 1em;
}

.srchbox01 .selectbox01 .btnsearchSend {
  margin: 20px;
  padding: 20px 0 0 0;
  text-align: center;
}

.srchbox01 .selectbox01 .btnsearchSend input:hover {
  opacity: 0.8;
}

.estatesPage .prpsearch_warning02 {
  margin: 20px auto;
  padding: 10px 20px;
  border: 3px solid #E6E6E6;
}

.estatesPage .prpsearch_warning02_txt {
  font-weight: bold;
  color: var(--color-red);
  text-align: center;
}

/*
===== 条件合致物件なし ==========================================
*/
.form_noneBox {
  text-align: center;
  margin: var(--gutter) auto;
  padding: 20px;
  background: var(--color-palegray);
  border: 3px double var(--color-lightgray);
}


/*
===== オプションBOX（横並びボタン） ==========================================
*/
.estate_option {
  padding: var(--gutter-narrow) 0;
}

.estate_option_itemList {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.estate_option_item {
  border: none;
  margin-right: 10px;
  text-align: left;
  line-height: 1;
}

.estate_option_item:last-of-type {
  margin-right: 0;
}

.estate_option_item a,
.estate_option_item input {
  display: flex;
  border: 2px solid var(--color-black);
  border-radius: var(--rad-common);
  background: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  font-weight: bold;
  text-align: center;
}

/* 資料請求・見学予約 */
.estate_option_item.estate-reserve input {
  border: 2px solid #e86100;
  border-radius: var(--rad-common);
  background: var(--color-orange);
  color: #fff;
}

/*
===== PAGING / SORT ==========================================
*/
.estate_paging-sortWrap {
  margin: 20px 0;
}

/*paging*/
.estate_paging .paging_total {
  margin-bottom: 5px;
}

.paging_itemList {
  display: flex;
  flex-wrap: wrap;
}

.paging_item {
  margin-right: 5px;
  margin-bottom: 5px;
}

.paging_item a {
  display: block;
  border: 1px solid var(--color-gray);
  border-radius: 5px;
  padding: 5px 10px;
}

.paging_item .paging_num_current {
  display: block;
  background: var(--color-darkgray);
  border: 1px solid var(--color-darkgray);
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
}

/*sort*/
.estate_sort {
  min-width: 32%;
  background: #f6f6f6;
  padding: 10px;
}

.estate_sort_ttl {
  text-align: center;
  font-weight: bold;
}

.estate_sort_itemList {
  display: flex;
  justify-content: center;
}

.estate_sort_item {
  border-right: 1px solid #999;
  font-size: 1.2rem;
  padding: 0 0.5em;
  white-space: nowrap;
  ;
}

.estate_sort_item:last-of-type {
  border: none;
}

.estate_sort_item img {
  width: 0.8em;
  height: auto;
  vertical-align: middle;
  margin-left: 5px;
}

/*
===== ESTATELIST ==========================================
*/
/*物件検索リスト*/
.estateList {
  margin: clamp(10px, 5%, 30px) auto;
}

.estateList img {
  width: 100%;
  height: auto;
}

.estateList .estateItem {
  display: block;
  margin-bottom: var(--gutter-narrow);
  border: 2px solid var(--color-gray);
  font-size: 14px;
}

.estateList .estateItem.bgr {
  border-color: var(--color-main);
}

.estateList .estateItem.gray {
  border-color: var(--color-lightgray);
}

.estateList .estateItem_head {
  background: #F4F4F4;
  padding: 10px;
}

.estateList .bgr .estateItem_head {
  background: #D9F2E2;
}

.estateList .gray .estateItem_head {
  background: #eee;
  color: var(--color-gray);
}

.estateList .estateItem_check-favoriteWrap {
  display: flex;
  align-items: stretch;
  line-height: 1;
  max-height: 60px;
}

.estateList .estateItem_check {
  border: 2px solid var(--color-black);
  background: #fff;
  padding: 0.5em;
  margin-right: 5px;
  border-radius: var(--rad-common);
  text-align: center;
  white-space: nowrap;
  position: relative;
}

.estateList .estateItem_check.checked {
  background: var(--color-black);
  color: #fff;
}

.estateList .estateItem_check label::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*checkbox-design*/
.estateList .estateItem_check input[type="checkbox"] {
  border: none;
  background: #fff;
}

.estateList .estateItem_check input[type="checkbox"]:checked {
  background: var(--color-black);
}

.estateList .estateItem_check input[type="checkbox"]:not(:checked):before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  content: "";
  width: 10px;
  height: 4px;
  background: var(--color-lightgray);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.estateList .estateItem_check input[type="checkbox"]:not(:checked):after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  width: 16px;
  height: 4px;
  background: var(--color-lightgray);
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

/*favorite_btn*/
.estateItem_favorite_btn {
  display: block;
  padding: 0.5em;
  cursor: pointer;
  border-radius: var(--rad-common);
  height: 100%;
  white-space: nowrap;
}

.estateItem_favorite_btn.add_favorite {
  background: #fff;
  border: 2px solid var(--color-red);
  color: var(--color-red);
}

.estateItem_favorite_btn.is_favorite {
  background: var(--color-red);
  border: 2px solid var(--color-red);
  color: #fff;
}

.estateItem_favorite_btn.add_favorite::before,
.estateItem_favorite_btn.is_favorite::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.estateItem_favorite_btn.add_favorite::before {
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23CE0000%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M223%2C57a58.07%2C58.07%2C0%2C0%2C0-81.92-.1L128%2C69.05%2C114.91%2C56.86A58%2C58%2C0%2C0%2C0%2C33%2C139l89.35%2C90.66a8%2C8%2C0%2C0%2C0%2C11.4%2C0L223%2C139a58%2C58%2C0%2C0%2C0%2C0-82Zm-11.35%2C70.76L128%2C212.6%2C44.3%2C127.68a42%2C42%2C0%2C0%2C1%2C59.4-59.4l.2.2%2C18.65%2C17.35a8%2C8%2C0%2C0%2C0%2C10.9%2C0L152.1%2C68.48l.2-.2a42%2C42%2C0%2C1%2C1%2C59.36%2C59.44Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center;;
  background-size: contain;
}

.estateItem_favorite_btn.is_favorite::before {
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M223%2C57a58.07%2C58.07%2C0%2C0%2C0-81.92-.1L128%2C69.05%2C114.91%2C56.86A58%2C58%2C0%2C0%2C0%2C33%2C139l89.35%2C90.66a8%2C8%2C0%2C0%2C0%2C11.4%2C0L223%2C139a58%2C58%2C0%2C0%2C0%2C0-82Zm-11.35%2C70.76L128%2C212.6%2C44.3%2C127.68a42%2C42%2C0%2C0%2C1%2C59.4-59.4l.2.2%2C18.65%2C17.35a8%2C8%2C0%2C0%2C0%2C10.9%2C0L152.1%2C68.48l.2-.2a42%2C42%2C0%2C1%2C1%2C59.36%2C59.44Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: contain;
}

/*title*/
.estateList .estateItem_title .estateItem_title_text {
  font-size: 1.2em;
  font-weight: bold;
}

/*icon*/
.estateList .iconWrap {
  margin-bottom: 10px;
}

.estateList .estateItem_body {
  display: flex;
  padding: clamp(5px, 2.5%, 20px);
}

.estateList .estateItem_photo {
  width: 30%;
  flex-shrink: 0;
}

.estateList .estateItem_info {
  width: 68%;
  margin-left: 2%;
}

.estateList .estateItem_memberContent ul {
  margin-top: 10px;
}

.estateList .estateItem_memberContent .estateItem_memberBtn {
  display: inline-block;
  width: clamp(10em, 96%, 320px);
  text-align: center;
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  color: #fff;
  background: var(--color-red);
  border-radius: 5px;
  text-align: center;
  padding: 0.5em 0;
  text-decoration: none;
  margin-top: 10px;
}

.estateList .estateItem_price {
  font-size: clamp(1.6rem, 3.2vw, 2rem);
  margin-bottom: 2%;
}

.estateList .estateItem_price span {
  font-size: 1.4em;
}

.estateList .estateItem_data {
  display: inline-flex;
  width: 100%;
}

.estateList .estateItem_data dt {
  border: 1px solid #CCC;
  background: #fff;
  width: 7em;
  flex-shrink: 0;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.estateList .estateItem_data dd+dt {
  margin-left: 1em;
}

.estateList .estateItem_data dd {
  width: calc(96% - 8em);
  margin-bottom: 5px;
}

.estateList .estateItem_date {
  padding: 10px;
  text-align: right;
}

/* スタッフコメント */
.estateList .staffComment {
  display: flex;
  justify-content: space-between;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px dotted #ccc;
}

.estateList .staffComment_img {
  width: 75px;
  height: auto;
  aspect-ratio: 1 / 1;
}

.estateList .staffComment_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.estateList .staffComment_txtBox {
  width: calc(100% - 75px);
  padding-left: 1em;
  text-align: left;
}

.estateList .staffComment_name {
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.estateList .staffComment_name span {
  border: 1px solid var(--color-darkgray);
  color: var(--color-darkgray);
  padding: 3px;
  display: inline-block;
  margin: 0 .5em 3px 0;
  font-size: .75em; 
  line-height: 1;
}

.estateList .staffComment_txt {
  padding-top: .5em;
  font-size: 1.3rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 月々の支払 */
.estateList .payment_pay {
  display: flex;
  align-items: baseline;
  padding: .5em;
  margin-top: 1em;
  background: var(--color-black);
  color: #fff;
}

.estateList .payment_pay dd .payment_price {
  font-size: 120%;
}

.estateList .payment_pay dd .downpayment {
  font-size: 80%;
  padding-left: .5em;
}


/*予告広告*/
.estateList .estateItem_undecided {
  background: var(--color-palegray);
  margin: 10px var(--gutter-supernarrow);
  padding: var(--gutter-supernarrow);
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}

.estateList .estateItem_undecided dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5em;
}

.estateList .estateItem_undecided dl dt {
  margin-right: 1em;
}

/* 会員限定物件 */
.memberItem__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../img/system/prpsearch/prplist_memberItem_bg.webp) no-repeat center / cover;
  aspect-ratio: 1200 / 270;
  height: auto;
  position: relative;
}

.memberItem__body p {
  text-align: center;
  color: var(--color-black);
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 900;
  margin-bottom: clamp(10px, 2vw, 15px);
}

.memberItem_Btn {
  padding: 0.8em 1em;
  margin-top: 10px;
  background-color: var(--color-black);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: 1.3;
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
  position: relative;
  animation: 1.4s fuwafuwa infinite ease-in-out;
  border-radius: var(--rad-round);
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.memberItem_Btn_main {
  font-size: 1.6em;
  position: relative;
}

.memberItem_Btn::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  top: calc(50% - 2px);
  right: 4%;
  left: auto;
}

/*
===== PRPLIST_SHOPBOX(検索結果一覧 来店訴求) ==========================================
*/
.prplist_shopBox {
  margin: 10px 0;
}


/*
===== 物件詳細:ESTATEDETAIL ==========================================
*/

/*予告広告*/
.estateDetail_undecided{
  margin:var(--gutter-supernarrow) 0 var(--gutter);
  padding:var(--gutter-narrow);
  border:4px solid var(--color-darkgray);
  text-align:center;
  font-size:clamp(1.2rem,1.6vw,1.6rem);
}
.estateDetail_undecided dl{
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  margin-top:1em;
}
.estateDetail_undecided dl dt{
  margin-right:1em;
}

/*商談中の表示*/
.detail_addbox {
  margin-top: var(--gutter);
  margin-bottom: var(--gutter);
  padding: 1em;
  background: var(--color-red);
  color:#fff;
  font-weight:bold;
  font-size: clamp(1.2rem,3vw,1.6rem);
}
.detail_addbox p {
  text-align: center;
}
.detail_addbox_ttl{
  font-size:1.4em;
}

/*title*/
.estates-detail .ttlWrap .iconWrap {
  margin-bottom: 10px;
}

/*box02*/
/*取扱店舗*/
.estatesPage .shop_cat {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: solid 2px #CCC;
  padding: 20px;
  margin-bottom: 50px;
}

.estatesPage .shop_cat h4 {
  border: solid 2px #333;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
}

.estatesPage .shop_cat .detailShop {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.estatesPage .shop_cat .detailShop .shop {
  border-right: solid 1px #333;
  padding: 10px 15px;
}

.estatesPage .shop_cat .detailShop .shop .bold {
  font-weight: bold;
  font-size: 18px;
  color: #8ecc11;
}

.estatesPage .shop_cat .detailShop .tel {
  padding-left: 41px;
  margin: 0 25px;
  position: relative;
  line-height: 1;
}

.estatesPage .shop_cat .detailShop .tel::before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.estatesPage .shop_cat .detailShop .tel .bold {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin-top: 3px;
}

/*支払い例*/
.estateDetail_payment {
  margin-top: var(--gutter-wide);
  margin-bottom: var(--gutter);
}

.estateDetail_payment .payment_ttl {
  font-size: clamp(1.6rem, 5.6vw, 3.2rem);
  font-weight: bold;
  text-align: center;
}

/*bonus text*/
.estatesPage .payment_bonus {
  display: inline-block;
  background: var(--color-yellow);
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  padding: 0.5em 1em;
  vertical-align: middle;
}

.estateDetail_payment .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.estateDetail_payment dl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: clamp(1.4rem, 2.8vw, 2.4rem);
  border-bottom: 4px solid #333;
  padding: 1em 0;
}

.estateDetail_payment dt,
.estateDetail_payment dd {
  line-height: 1;
  vertical-align: middle;
}

.estateDetail_payment dt {
  box-sizing: border-box;
  margin-right: 1em;
  white-space: nowrap;
}

.estateDetail_payment dd {
  box-sizing: border-box;
  text-align: right;
}

.estateDetail_payment dd .num {
  font-size: 2.2em;
  font-weight: 900;
  margin-right: 5px;
}

.estateDetail_payment .price dd {
  color: var(--color-red);
  font-weight: bold;
}

.estateDetail_payment .monthly dd {
  padding-bottom: 0;
}

.estateDetail_payment .monthly dd p {
  display: inline-block;
  font-weight: bold;
}

.estateDetail_payment p.payment_first {
  font-size: 1.2rem;
}

/*borrowing*/
.estatesPage .borrowing {
  width: 100%;
  font-size: 1.1rem;
  margin: var(--gutter-supernarrow) auto;
}

.estatesPage .borrowing p {
  color: var(--color-darkgray);
}

/*リノベーション支払い例,土地新築セット支払い例*/
.estateDetail_reformset .inner,
.estateDetail_landset .inner {
  margin: 20px 0;
}

.estateDetail_reformset .planBox,
.estateDetail_landset .planBox {
  margin-bottom: 20px;
  text-align: center;
}

.estateDetail_reformset .editBox,
.estateDetail_landset .editBox {
  padding: 20px;
  border: 3px solid #F0F0F0;
}

.estateDetail_reformset .editBox .edit,
.estateDetail_landset .editBox .edit {
  position: relative;
}

.estateDetail_reformset .editBox table,
.estateDetail_landset .editBox table {
  width: 100%;
}

.estateDetail_reformset .editBox table th,
.estateDetail_landset .editBox table th {
  width: 20%;
  font-weight: bold;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}

.estateDetail_reformset .editBox table td,
.estateDetail_landset .editBox table td {
  padding: 10px;
}

.estateDetail_reformset .editBox select,
.estateDetail_landset .editBox select {
  width: 80%;
}

.estateDetail_reformset .editBox input[type="text"],
.estateDetail_landset .editBox input[type="text"] {
  width: 70%;
  margin-right: 5px;
}

.estateDetail_reformset .editBox .btn,
.estateDetail_landset .editBox .btn {
  margin-top: 10px;
  text-align: center;
}

.estateDetail_reformset .editBox .price,
.estateDetail_landset .editBox .price {
  text-align: center;
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  font-weight: bold;
}

.estateDetail_reformset .editBox .price span,
.estateDetail_landset .editBox .price span {
  font-weight: 900;
  font-size: 2.2em;
}

.estateDetail_reformset .payment_bonus,
.estateDetail_landset .payment_bonus {
  display: block;
  width: 80%;
  text-align: center;
}

/*プラン画像表示*/
.estateDetail_reformset .nameBox{
  background: var(--color-black);
  padding:15px;
  position:relative;
  margin-top:40px;
}
.estateDetail_reformset .nameBox::before{
  content:"";
  display: block;
  background: var(--color-black);
  width: clamp(20px,12%,48px);
  height: 20px;
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  position: absolute;
  top:-18px;
  left:50%;
  transform: translateX(-50%);
}

.estateDetail_reformset .nameBox dl{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.estateDetail_reformset .nameBox dl dt{
  color: #fff;
  margin: 0 1em;
}


/*商談中の表示*/
.detail_addbox {
  margin-top: var(--gutter);
  margin-bottom: var(--gutter);
}

.detail_addbox p {
  margin-bottom: 10px;
  text-align: center;
}

.estatesPage {
  padding: 0;
}

.estatesPage .estatedetail_tbl01 {
  width: 100%;
  margin: 20px 0;
  font-size: 1em;
}

.estatesPage .estatedetail_tbl01 th {
  font-weight: bold;
  vertical-align: middle;
  background: #F0F0F0;
  border: 1px solid #E0E0E0;
}

.estatesPage .estatedetail_tbl01 td {
  border: 1px solid #E0E0E0;
}

/*物件詳細画像表示*/
.estateDetail_image {
  overflow: hidden;
}

.estateDetail_image .mainImgList {
  max-width: var(--width-content);
  position: relative;
}

.estateDetail_image .mainImgList,
.estateDetail_image .mainThumbList {
  margin-bottom: var(--gutter-narrow);
}

.estateDetail_image .mainImgList .mainImgList_item {
  width: 96vw;
  max-width: 600px;
  height: 50vw;
  max-height: 400px;
  position: relative;
  margin: 0 auto;
}

.estateDetail_image .slick-initialized .mainImgList_item {
  opacity: 0.5;
}

.estateDetail_image .mainImgList .mainImgList_item.slick-current {
  opacity: 1;
}

.estateDetail_image .mainImgList .mainImgList_item a {
  height: 100%;
  background: var(--color-palegray);
}

.estateDetail_image .mainImgList .mainImgList_item+.mainImgList_item {
  margin: 0 10px;
}

.estateDetail_image .slick-arrow.slick-prev::before {
  left: 30px;
}

.estateDetail_image .slick-arrow.slick-next::before {
  right: 30px;
}

/*サムネイル*/
.estateDetail_image .mainThumbList {
  margin: 0 auto;
  position: relative;
}

.estateDetail_image .mainThumbList .mainThumbList_item {
  display: inline-block;
  cursor: pointer;
  width: 20%;
  min-width: 80px;
  max-width: 120px;
  aspect-ratio: 4 / 3;
  border: solid 1px #E0E0E0;
  overflow: hidden;
}

.estateDetail_image .mainThumbList .slick-current {
  border-color: var(--color-main);
}

.estateDetail_image .mainThumbList .mainThumbList_item+.mainThumbList_item {
  margin: 0 1px;
}

.estateDetail_image .mainThumbList {
  margin-top: 0;
}

.estateDetail_image .mainThumbList img {
  opacity: 0.5;
}

.estateDetail_image .mainThumbList .slick-current img {
  opacity: 1;
}

.estateDetail_image .mainThumbList img:hover {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.estateDetail_image .mainThumbList .slick-arrow::before,
.estateDetail_image .mainThumbList .slick-arrow::after {
  width: 24px;
  height: 24px;
}

/*画像キャプション*/
.estateDetail_image .mainImgList .mainImgList_item p {
  background: rgb(255 255 255 / 0.8);
  padding: 10px;
  margin-top: 5px;
  border: solid 1px #E0E0E0;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.6em;
}

.estateDetail_image .mainImgList .mainImgList_item p:empty {
  display: none;
}

/*画像準備中*/
.estateDetail_image .imageList_item.noimage {
  max-width: 480px;
  margin: 0 auto;
}

.estateDetail_image .imageList_item.noimage span {
  height: 100%;
  margin: 0 auto;
}

/*動画・VR*/
.estateDetail_movie {
  margin-top: var(--gutter);
  margin-bottom: var(--gutter);
}

.estateDetail_movie .movieBox_item {
  margin: 0 auto var(--gutter-narrow);
  max-width: 800px;
}

.estateDetail_movie .movieBox_item video,
.estateDetail_movie .movieBox_item iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

/*surroundings:周辺環境*/
.estateDetail_surroundings {
  margin-top: var(--gutter);
}

.estateDetail_surroundings .surroundingsList {
  margin-top: var(--gutter);
  display: flex;
  flex-wrap: wrap;
}

.estateDetail_surroundings .surroundingsList_item {
  background: var(--color-palegray);
}

.estateDetail_surroundings .surroundingsList_item a {
  position: relative;
}

.estateDetail_surroundings .surroundingsList_item a::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #fff;
  background: rgb(0 0 0 / 0.2) url(../img/common/icon_zoom_white.svg) no-repeat center center;
  background-size: 24px auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.estateDetail_surroundings .surroundingsList_item .imgWrap {
  aspect-ratio: 16 / 9;
}

.estateDetail_surroundings .surroundingsList_item_caption {
  background: var(--color-black);
  color: #fff;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(1.1rem, 1.4vw, 1.3rem);
}

/*onepointbox:スタッフのワンポイント*/
.estateDetail_onepoint {
  margin: var(--gutter) auto;
  padding: var(--gutter-supernarrow);
  background: var(--color-palegray);
}

.estateDetail_onepoint .onepoint_staff {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.onepoint_img {
  width: 10%;
}

.onepoint_txt {
  width: calc(100% - 10% - 1em);
}

.onepoint_txt p {
  margin-bottom: 5px;
}

.estateDetail_onepoint_content {
  margin-top: 20px;
  background: #FFF;
  padding: 20px;
}
/*最近見た物件・レコメンド*/
#main .estateDetail_recently .recently_ttl,
#main .estateDetail_recently .recommend_ttl {
  margin-top: 0;
  padding-left: 0;
  background-image: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .estateDetail_recently .recently_ttl .ph,
#main .estateDetail_recently .recommend_ttl .ph{
  font-size:1.4em;
  display: inline-block;
  margin-right: 0.2em;
  vertical-align: middle;
}

.estateDetail_recently_checkbox {
  text-align: right;
}

.estateDetail_recently .btn {
  text-align: center;
}

/*List*/
.estateDetail_recently .recentlyList {
  display: flex;
  flex-wrap: wrap;
}

.estateDetail_recently .recentlyList_item {
  position: relative;
  background: #fff;
}

.estateDetail_recently .recentlyList_item a {
  display: block;
  border: 1px solid var(--color-gray);
  height: 100%;
}

.estateDetail_recently .recentlyList_item_image {
  aspect-ratio: 16 / 9;
}

.estateDetail_recently .recentlyList_item_info {
  font-size: 1em;
  padding: 10px;
}

.estateDetail_recently .recentlyList_item_ttl {
  margin-bottom: 10px;
  font-weight: bold;
}

.estateDetail_recently .recentlyList_item_checkbox {
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 5px;
  background: #fff;
}

.estateDetail_recently .recentlyList_item_checkbox input {
  margin-right: 0;
  cursor: pointer;
}

.recentlyList_btn {
  text-align: center;
}

/*btn_bottom*/
.estateDetail_btnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: var(--gutter-narrow) auto;
  background: var(--color-palegray);
  padding: var(--gutter-narrow) 0;
}


/*loanPanel：ローン支払い額シミュレーション*/
.estateDetail_loan_overlay{
  display: none;
}
#loanPanelWrap{
  display:none;
  width:640px;
  max-width:96%;
  position:fixed;
  top:50%;
  left:50%;
  transform: translate( -50%, -55%);
  padding:5px;
  background: var(--color-yellow);
  border: 1px solid #666;
  z-index: 1000;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
}

.loanPanel{
  background:#fff;
  padding: 5px 10px 10px;
}

.loanPanel_ttl{
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.loanPanel_ttl::before{
  font-family: 'Font Awesome 5 Free';
  content:"\f1ec";
  display: inline-block;
  vertical-align: middle;
  margin-right:0.25em;
  font-size:1.2em;
}

.loanPanel_option{
  display:flex;
  background: #333;
  padding: 10px;
}

.loanPanel_option > dl,
.loanPanel_option > dl > div{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.loanPanel_option > dl dt{
  max-width: 8em;
  color:#fff;
}

.loanPanel_option .loanPanel_option_unit{
  color:#fff;
}

.loanPanel_option > dl dd.loanPanel_option_data{
  margin-right:0.5em;
}

.loanPanel_option > dl dd input{
  color: var(--color-black);
  padding: 5px;
}

.loanPanel .loanTbl{
  width: 100%;
  background: #fff;
}
.loanPanel .loanTbl th,
.loanPanel .loanTbl td{
  padding: 2px 3px;
  font-size:clamp(10px, 2.4vw, 12px);
  border: 1px solid #ccc;
}

.loanPanel .loanTbl thead th{
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.loanPanel .loanTbl thead th.loanTbl_head_bonus{
  width:16%;
  background: rgba(0,0,0,0.1);
}
.loanPanel .loanTbl thead th.loanTbl_head_year{
  font-size: clamp(12px, 3.2vw, 14px);
  width: 28%;
  background: rgba(0,0,0,0.05);
  vertical-align: middle;
  position:relative;
}
.loanPanel .loanTbl thead th.loanTbl_head_year button{
  background: #333;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  width:16px;
  aspect-ratio: 1;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
}
.loanPanel .loanTbl thead th.loanTbl_head_year button:disabled{
  background: #999;
}

.loanPanel .loanTbl thead th.loanTbl_head_year button#loany_minus{
  left: 5px;
}
.loanPanel .loanTbl thead th.loanTbl_head_year button#loany_plus{
  right: 5px;
}

.loanPanel .loanTbl tbody th{
  text-align: center;
  background: rgba(0,0,0,0.05);
  white-space: nowrap;
  vertical-align: middle;
}
.loanPanel .loanTbl tbody td{
  text-align: center;
}
.loanPanel .loanTbl tbody tr:nth-of-type(even) td{
  background: rgba(0,0,0,0.03);
}
.loanPanel .loanTbl tbody td span > span {
  font-size:0.85em;
}

.loanPanel_footer ul{
  font-size: clamp(10px, 1.2vw, 11px);
  line-height: 1.1;
}
.loanPanel_footer ul li{
  padding-left:1.2em;
  position:relative;
  margin-top:5px;
}
.loanPanel_footer ul li::before{
  content:'※';
  position: absolute;
  top:0;
  left:0;
}

.loanPanel_plan{
  font-size:0.85em;
  margin-top:1em;
  text-align: center;
  font-weight: bold;
}
.loanPanel_plan a{
  display: inline-block;
  text-decoration: underline;
  color: var(--color-orange);
  margin:0 0.5em;
}

.loanPanel_close{
  display: inline-block;
  position: absolute;
  top:10px;
  right:15px;
  color:#fff;
  border: 1px solid #999;
  background:#999;
  font-size: 0.9em;
  padding:5px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}

/*シミュレーション表示ボタン／テキスト*/
.loanPanelBtn_input_btn {
  background: var(--color-black);
  border-radius: var(--rad-round);
  color: #fff;
  padding: .5em 1em .5em .5em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loanPanelBtn_input_btn::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M80%2C120h96a8%2C8%2C0%2C0%2C0%2C8-8V64a8%2C8%2C0%2C0%2C0-8-8H80a8%2C8%2C0%2C0%2C0-8%2C8v48A8%2C8%2C0%2C0%2C0%2C80%2C120Zm8-48h80v32H88ZM200%2C24H56A16%2C16%2C0%2C0%2C0%2C40%2C40V216a16%2C16%2C0%2C0%2C0%2C16%2C16H200a16%2C16%2C0%2C0%2C0%2C16-16V40A16%2C16%2C0%2C0%2C0%2C200%2C24Zm0%2C192H56V40H200ZM100%2C148a12%2C12%2C0%2C1%2C1-12-12A12%2C12%2C0%2C0%2C1%2C100%2C148Zm40%2C0a12%2C12%2C0%2C1%2C1-12-12A12%2C12%2C0%2C0%2C1%2C140%2C148Zm40%2C0a12%2C12%2C0%2C1%2C1-12-12A12%2C12%2C0%2C0%2C1%2C180%2C148Zm-80%2C40a12%2C12%2C0%2C1%2C1-12-12A12%2C12%2C0%2C0%2C1%2C100%2C188Zm40%2C0a12%2C12%2C0%2C1%2C1-12-12A12%2C12%2C0%2C0%2C1%2C140%2C188Zm40%2C0a12%2C12%2C0%2C1%2C1-12-12A12%2C12%2C0%2C0%2C1%2C180%2C188Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 5px 0 0;
}
.loanPanelBtn_input_btn::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 1.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.loanPanelBtn_input_link{
  font-weight: bold;
  color: var(--color-blue);
  text-decoration: underline;
}
.loanPanelBtn_input_link::before{
  content:"[";
  color:#333;
  margin-right:0.25em;
}
.loanPanelBtn_input_link::after{
  content:"]";
  color:#333;
  margin-left:0.25em;
}

.loanPanelBtnWrap {
  display: flex;
  justify-content: center;
}

.loanPanelBtnWrap .loanPanelBtn_input_btn{
  font-size:clamp(14px,3.6vw,20px);
  font-weight: bold;
  width:80%;
  max-width: 360px;
}

.estatedetail_tbl01 .loanPanelBtn_input_link{
  margin-top:5px;
  font-size:0.8em;
}


/*
===== 物件間取り請求・見学予約画面 ==========================================
*/
/*box01*/
.reservationPage .box01 {
  margin: 0;
}

.rsvlist_tbl01 {
  width: 100%;
  margin: 0 auto 30px auto;
  background: #fff;
}

.rsvlist_tbl01 th {
  padding: 5px 10px;
  background: #F4F4F4;
  border: 1px solid #E6E6E6;
  text-align: center;
  vertical-align: middle;
}

.rsvlist_tbl01 th input {
  margin-right: 0;
}

.rsvlist_tbl01 td {
  padding: 5px;
  border: 1px solid #E6E6E6;
  vertical-align: middle;
}

.rsvlist_tbl01 td input {
  margin: 0 auto;
  text-align: center;
}

.rsvlist_tbl01 td .icon_txt {
  font-size: 11px;
}

.rsvlist_tbl01 .th_w01 {
  width: 30px;
  font-size: 10px;
}

/*
===== 市区町村検索・路線検索 ==========================================
*/
.estatesPage .estate_areaBox {
  margin-top: var(--gutter);
}

.estatesPage .estate_areaBox_ttl {
  border-bottom: 1px solid var(--color-gray);
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1.4em;
}

.estatesPage .estate_areaList li {
  padding-left: 15px;
  display: block;
  background: url(../img/common/icon01.webp) no-repeat left 5px;
  background-size: 8px auto;
}

.estatesPage .estate_areaList li.hide {
  color: #cccccc;
}

.estatesPage .estate_areaList li.st {
  vertical-align: middle;
  background: none;
}

.estatesPage .estate_areaList label {
  vertical-align: middle;
}

.estatesPage .estate_areaSearch .btnsearchSend {
  margin: var(--gutter-narrow) 0;
  text-align: center;
}

.estatesPage .estate_areaSearch_notice {
  font-size: 0.8em;
}


/*
===== シミュレーション:SIMULATION ==========================================
*/
/*リフォームシミュレーション*/
.simulationPage .ttlWrap.simulationTop {
  background: url("../img/system/research/researchBox_ttl_bg.webp") no-repeat top center / cover;
  padding: var(--gutter-narrow) 0 var(--gutter-narrow);
  height: auto;
}

.simulationPage .researchBox {
  background: var(--color-palegray);
  padding: var(--gutter) 0;
  position: relative;
  margin-bottom: var(--gutter-wide);
}

.simulationPage .researchBox::before {
  position: absolute;
  content: '';
  width: 200px;
  height: 50px;
  border: 100px solid transparent;
  border-top: 50px solid var(--color-palegray);
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
}

.simulationPage .researchBox_com {
  text-align: center;
}

.simulationPage .simulationBox {
  border: 5px solid var(--color-palegray);
  margin: 2.5%auto;
}

.simulationPage .simulationBox_ttl,
.simulationPage .planBox_ttl {
  font-size: clamp(1.6rem, 5.2vw, 3.2rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 0.5em;
  margin-top: 2.5%;
}

.simulationPage .planBox_ttl span {
  display: inline-block;
  position: relative;
}

.simulationPage .planBox_ttl span::before,
.simulationPage .planBox_ttl span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 2em;
  border-left: 2px solid #333;
  position: absolute;
  bottom: 0;
}

.simulationPage .planBox_ttl span::before {
  left: 0;
  transform: rotate(-20deg);
  margin-left: -1em;
}

.simulationPage .planBox_ttl span::after {
  right: 0;
  transform: rotate(20deg);
  margin-right: -1em;
}

/*準備中表示*/
.simulationPage .noplanBox{
  margin:var(--gutter);
}
.simulationPage .noplanBox p{
  font-size:1.2em;
  text-align:center;
}

/*シミュレーション結果*/
.simulationPage .resultBox {
  margin: 2.5%;
}

.simulationPage .resultBox .planBox .imageBox {
  text-align: center;
}

.simulationPage .resultBox .reform_countBox {
  margin-top: 5%;
  border: 5px solid #333;
}

.simulationPage .resultBox .reform_countBox .countBox_ttl {
  padding: 10px;
  font-weight: bolder;
  color: #fff;
  text-align: center;
  background: #333;
}

.simulationPage .resultBox .reform_countBox .count {
  text-align: center;
  padding: 20px;
}

.simulationPage .resultBox .reform_countBox .count .count_subTtl {
  text-align: center;
  font-weight: bolder;
}

.simulationPage .resultBox .reform_countBox .count p {
  font-weight: bolder;
  text-align: center;
}

.simulationPage .resultBox .reform_countBox .count p span {
  font-weight: 900;
  font-size: 2.0em;
}

.simulationPage .resultBox .reform_countBox .count .btn_archive {
  margin-top: 1em;
}

.simulationPage .btn_simulation,
.simulationPage .link_estate {
  border: var(--color-main);
  background: var(--color-main);
}

.simulationPage .btn_simulation,
.simulationPage .link_estate {
  border: var(--color-main);
  background: var(--color-main);
}


/*
===== 会員登録説明/offer ==========================================


.offerPage .registBox {
  background: url(../img/system/offer/registBox_ttl_bg.webp) no-repeat top center;
  background-size: cover;
  padding: var(--gutter) 0;
}

.offerPage .registBox_ttl {
  text-align: center;
  font-size: clamp(1.6rem, 3.2vw, 3.2rem);
  font-weight: bold;
  margin-bottom: var(--gutter-narrow);
}

.offerPage .registBox_ttl_ribbon {
  display: inline-block;
  margin-bottom: 1em;
}

.offerPage .registBox_itemList {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  gap: 2%;
}

.offerPage .registBox_item {
  margin: 0 1%;
  max-width: 326px;
  background-color: #fff;
  padding: 80px 30px 40px;
  position: relative;
  text-align: center;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}

.offerPage .pointNum_wrap {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-yellow);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offerPage .pointNum_wrap .pointNum {
  font-size: 48px;
}

.offerPage .registBox_item p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.offerPage .btn_estates {
  background: var(--color-orange);
  border-color: var(--color-orange);
}

.offerPage .requestBox {
  margin-top: var(--gutter);
}

.offerPage .requestBox_ttl {
  font-size: clamp(1.8rem, 3.8vw, 4rem);
  font-weight: 900;
  text-align: center;
}

.offerPage .requestBox_ttl span {
  color: var(--color-red);
  margin-right: 5px;
  font-size: 1.1em;
}

.offerPage .requestBox_subTtl {
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  border-bottom: 2px solid var(--color-black);
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

.offerPage .requestBox .requestBox_intro {
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  margin-bottom: var(--gutter-narrow);
}

.offerPage .requestBox_wrap {
  position: relative;
  padding-top: 30px;
}

.offerPage .requestBox_wrap h4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-black);
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  width: 60%;
}

.offerPage .requestBox_list {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}

.offerPage .requestBox_item {
  border: 5px solid #dcdcdc;
  padding: 50px 20px 30px;
  text-align: center;
  max-width: 340px;
  width: calc(96% / 3);
  display: flex;
  justify-content: center;
}

.offerPage .requestBox_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offerPage .requestBox_img {
  margin-bottom: 10px;
}

.offerPage .requestBox_item p {
  font-size: clamp(16px, 2.1vw, 24px);
  font-weight: bold;
}

.offerPage .btn_form {
  font-size: 1.2em;
  max-width: 430px;
  width: 40%;
  min-width: unset;
  position: relative;
}

.offerPage .btn_form::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}
*/

/*
===== 会員登録説明/signup ==========================================
*/
.signupPage.form_front_page #bread a {
  color: #fff;
}

.signupPage.form_front_page #bread span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-right: 5px;
}

.signupPage .signupBox {
  background: var(--color-green);
  padding: var(--gutter-wide) 0 var(--gutter);
  position: relative;
}

.signupBox__heading {
  text-align: center;
  font-size: clamp(1.6rem, 3.2vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: var(--gutter);
}
.signupBox__ttlBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--gutter);
}
.signupBox__ttlBox .signupBox__ttl {
  font-size: clamp(1rem, 2rem + 4vw, 6rem);
  z-index: 1;
}

.signupBox__ttlBox .enFont {
  font-size: clamp(5rem, 3rem + 20vw, 18rem);
  opacity: .15;
  display: block;
  position: absolute;
  z-index: 0;
}

.signupBox__item {
  display: flex;
  flex-flow: row wrap;
  background: #fff;
  margin-bottom: 2em;
}

.signupBox__content {
  width: 60%;
  padding: 2rem;
}

.signupBox__content .signupBox__merit {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.signupBox__img {
  width: 40%;
  aspect-ratio: 3 / 1;
  overflow: hidden;
  position: relative;
}

.signupBox__img::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  transform: skewX(-24deg);
  left: -35%;
  z-index: 0;
  background: #fff;
}

.signupBox__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.signupPage .pointNum_wrap {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_385%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20385%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22114.24%22%20height%3D%22114.24%22%20viewBox%3D%220%200%20114.24%20114.24%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1197%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201197%22%20width%3D%22114.24%22%20height%3D%22114.24%22%20fill%3D%22%23ffd21e%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_384%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20384%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_922%22%20data-name%3D%22%E3%83%91%E3%82%B9%20922%22%20d%3D%22M114.24%2C57.12c0%2C2.076-4.671%2C3.873-4.9%2C5.888-.23%2C2.059%2C3.925%2C4.842%2C3.475%2C6.825-.458%2C2.014-5.412%2C2.726-6.084%2C4.65-.681%2C1.947%2C2.745%2C5.59%2C1.859%2C7.428-.894%2C1.854-5.881%2C1.439-6.971%2C3.17s1.434%2C6.056.155%2C7.655-6.05.094-7.5%2C1.543.061%2C6.219-1.543%2C7.5-5.917-1.252-7.655-.157-1.316%2C6.076-3.17%2C6.971-5.482-2.54-7.428-1.859c-1.924.673-2.636%2C5.626-4.65%2C6.084-1.983.45-4.766-3.7-6.825-3.475-2.016.224-3.812%2C4.9-5.888%2C4.9s-3.873-4.671-5.888-4.9c-2.059-.23-4.841%2C3.925-6.825%2C3.475-2.014-.458-2.726-5.412-4.65-6.084-1.946-.681-5.59%2C2.745-7.428%2C1.859-1.854-.894-1.439-5.881-3.17-6.971s-6.056%2C1.434-7.655.155-.094-6.05-1.543-7.5-6.219.061-7.5-1.543%2C1.252-5.917.157-7.655S6.54%2C83.764%2C5.646%2C81.91s2.54-5.482%2C1.859-7.428c-.673-1.924-5.626-2.636-6.084-4.65-.45-1.983%2C3.7-4.766%2C3.475-6.825C4.671%2C60.992%2C0%2C59.2%2C0%2C57.12s4.671-3.873%2C4.9-5.888c.23-2.059-3.925-4.841-3.475-6.825.458-2.014%2C5.412-2.726%2C6.084-4.65.681-1.946-2.745-5.59-1.859-7.428.895-1.854%2C5.881-1.439%2C6.971-3.17S11.183%2C23.1%2C12.461%2C21.5s6.05-.094%2C7.5-1.543-.061-6.219%2C1.543-7.5%2C5.917%2C1.252%2C7.655.157%2C1.316-6.076%2C3.17-6.971%2C5.482%2C2.54%2C7.429%2C1.859c1.923-.673%2C2.634-5.626%2C4.648-6.084%2C1.983-.45%2C4.766%2C3.7%2C6.825%2C3.475C53.249%2C4.671%2C55.044%2C0%2C57.12%2C0s3.873%2C4.671%2C5.888%2C4.9c2.059.23%2C4.842-3.925%2C6.825-3.475%2C2.014.458%2C2.726%2C5.412%2C4.65%2C6.084%2C1.947.681%2C5.59-2.745%2C7.428-1.859%2C1.854.895%2C1.439%2C5.881%2C3.17%2C6.971s6.056-1.434%2C7.655-.155.094%2C6.05%2C1.543%2C7.5%2C6.219-.061%2C7.5%2C1.543-1.252%2C5.917-.157%2C7.655%2C6.076%2C1.316%2C6.971%2C3.17-2.54%2C5.482-1.859%2C7.428c.673%2C1.924%2C5.626%2C2.636%2C6.084%2C4.65.45%2C1.983-3.7%2C4.766-3.475%2C6.825.224%2C2.016%2C4.9%2C3.812%2C4.9%2C5.888%22%20fill%3D%22%23ffd21e%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: none;
  background-size: cover;
  color: var(--color-black);
  font-weight: 700;
  font-size: 1.5em;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;align-items: center;
}
.signupPage .pointNum_wrap .pointNum {
  font-size: 2.2em;
}

.signupBox__merit h2 {
  font-weight: 900;
  font-size: clamp(1.2em, 1.8em + 0.68vw, 2em);
  margin-left: 2rem;
}

.signupBox__sum {
  padding: 2rem 1rem;
  font-size: clamp(1rem, 1.5rem + 1vw, 2rem);
  font-weight: 500;
}

.signupBox .btn_regist01 {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.signupBox .btn_regist01::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M230.92%2C212c-15.23-26.33-38.7-45.21-66.09-54.16a72%2C72%2C0%2C1%2C0-73.66%2C0C63.78%2C166.78%2C40.31%2C185.66%2C25.08%2C212a8%2C8%2C0%2C1%2C0%2C13.85%2C8c18.84-32.56%2C52.14-52%2C89.07-52s70.23%2C19.44%2C89.07%2C52a8%2C8%2C0%2C1%2C0%2C13.85-8ZM72%2C96a56%2C56%2C0%2C1%2C1%2C56%2C56A56.06%2C56.06%2C0%2C0%2C1%2C72%2C96Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 5px 0 0;
}

.signupBox .btn_regist01::before {}

/* 以下旧コード */ 
/* .signupPage .signupBox_ttl_ribbon {
  display: inline-block;
  margin-bottom: 1em;
}
.signupPage .signupBox_itemList {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  gap: 2%;
}
.signupPage .signupBox_item {
  margin: 0 1%;
  max-width: 326px;
  background-color: #fff;
  padding: 80px 30px 40px;
  position: relative;
  text-align: center;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}
.signupPage .pointNum_wrap {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-yellow);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.signupPage .pointNum_wrap .pointNum {
  font-size: 48px;
}
.signupPage .signupBox_item p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
} */


/*
===== プラン一覧ページ/re-plan ==========================================
*/
/*アンカーリンク*/
.re-planPage .lineupBox .itemList{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top:var(--gutter);
}
.re-planPage .lineupBox .itemList .item{
  width:33%;
  min-width:320px;
  margin: 0 1.5% 20px;
}


/*プランリスト*/
.re-planPage .planWrap{
  margin-top:var(--gutter);
}
#main.re-planPage .plan_ttl{
  font-size:clamp(1.8rem, 3.6vw, 2.4rem);
  padding: 1em;
  border-bottom: 2px solid var(--color-green);
}
.re-planPage .planBox{
  margin-bottom:var(--gutter-wide);
}
.re-planPage .plan_item{
  width:96%;
  margin: var(--gutter) auto;
}
.re-planPage .plan_item dt{
  font-size: clamp(1.8rem, 3vw, 2rem);
  margin-bottom:1em;
  border-left: 5px solid var(--color-main);
  padding:0 0.5em;
}
.re-planPage .plan_item dd{
  text-align: center;
}


/*会員登録・来店予約訴求*/
.re-planPage .contactWrap {
  margin-top:12%;
}
.re-planPage .contactWrap .contactBox{
  font-size:clamp(1.6rem, 2vw, 1.8rem);
}

.re-planPage .contactWrap .contactBox .head{
  color:#fff;
  padding:0.3em 33% 0.3em 22%;
  position: relative;
  background:var(--color-black);
  font-weight:bold;
}
.re-planPage .contactWrap .contactBox .head span{
  display:inline-block;
}
.re-planPage .contactWrap .contactBox .head::after{
  content:"";
  display: block;
  background: #fff;
  width: 30%;
  height: calc(100% + 1px);
  clip-path: polygon(0% 0%, 10% 100%, 100% 100%, 100% 0);
  position: absolute;
  bottom:0;
  right:-1px;
}

.re-planPage .contactWrap .contactBox .infoWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:5%;
  /* background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  background-color: var(--color-palegray); */
  border:2px solid var(--color-black);
}
.re-planPage .contactWrap .contactBox .emember .infoWrap{
  /* background-color:#FFEDE5; */
}

.re-planPage .contactWrap .contactBox dl.count{
  width:30%;
  font-size: 1.1em;
  padding: clamp(5px, 2%, 30px) 0;
  margin-left: 20%;
  position:relative;
}
.re-planPage .contactWrap .contactBox .emember dt{
  color: var(--color-main);
}
.re-planPage .contactWrap .contactBox .shop_reserve dt{
  color: var(--color-blue);
}
.re-planPage .contactWrap .contactBox dl.count dd{
  text-align: center;
  line-height: 1.2;
}
.re-planPage .contactWrap .contactBox dl.count dd span {
  vertical-align: unset;
  font-weight: bold;
  font-size:2.4em;
  margin-right:5px;
}

.re-planPage .contactWrap .contactBox .emember .infoWrap dl.count::before{
  display:block;
  content:"";
  width:80%;
  aspect-ratio: 1;
  background: url('../img/system/re-plan/contact_image_member.webp') no-repeat center bottom;
  background-size: contain;
  position:absolute;
  bottom:0;
  left:-85%;
}
.re-planPage .contactWrap .contactBox .shop_reserve .infoWrap dl.count::before{
  display:block;
  content:"";
  width:80%;
  aspect-ratio: 1;
  background: url('../img/system/re-plan/contact_image_reserve.webp') no-repeat center bottom;
  background-size: contain;
  position:absolute;
  bottom:0;
  left:-85%;
}

.re-planPage .contactWrap .contactBox .infoWrap .btn_archive {
  width:68%;
  padding: 20px;
}

.re-planPage .contactWrap .contactBox .infoWrap .btn_archive a {
  width: 100%;
  max-width: 100%;
}

.re-planPage .contactWrap .contactBox .infoWrap .btn_emember {
  background-color: var(--color-main);
}

.re-planPage .contactWrap .contactBox .infoWrap .btn_reserve {
  background-color: var(--color-yellow);
  color: var(--color-black);
}


/*準備中表示*/
.re-planPage .noplanBox{
  margin:var(--gutter);
}
.re-planPage .noplanBox p{
  font-size:1.2em;
  text-align:center;
}


/*==================================================
  PC/TABLET SETTINGS : Min768px
==================================================*/
@media print,
screen and (min-width: 768px) {

  /*
  ===== 会員登録:signupPage ==========================================
  */
  /*==会員情報－希望条件登録*/
  .entrytbl.wishtbl {
    border-top: none;
  }

  .entrytbl.wishtbl br+select {
    margin-left: 1em;
  }

  /*
  ===== LIST_COUNTBOX（検索結果表示部分）==========================================
  */

  .list_countbox01_inner {
    width: 50%;
  }

  .list_countbox01 .shop_link {
    width: 48%;
    max-width: 480px;
  }

  .list_countbox01 .private_link,
  .list_countbox01 .private_link+.shop_link {
    width: 24%;
  }

  /*
  ===== SELECTBOX(検索条件設定部分) ==========================================
  */
  /*希望条件ボタン*/
  .estate_wishsearch {
    margin-top: var(--gutter-supernarrow);
  }

  .estate_wishsearch_item {
    margin: 0 5px;
  }

  .srchbox01 .selectbox01 .itemWrap {
    display: flex;
    flex-wrap: wrap;
    border-bottom: dotted 1px #CCC;
    padding: 20px;
  }

  .srchbox01 .selectbox01 .itemWrap .item.col1 {
    width: 100%;
  }

  .srchbox01 .selectbox01 .itemWrap .item.col3 {
    width: 32%;
    margin-right: 1%;
  }

  .srchbox01 .selectbox01 .itemWrap dd select {
    width: clamp(4em, 10vw, 120px);
  }

  /*
  ===== PAGING / SORT ==========================================
  */
  .estate_paging-sortWrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  /*路線検索*/
  .estatesPage .estate_areaSearch .sp_hidden {
    display: none;
  }

  /*
  ===== ESTATELIST ==========================================
  */
  /*物件検索リスト*/
  .estateList .estateItem_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .estateList .estateItem_check,
  .estateItem_favorite_btn {
    width: 128px;
  }

  .estateList .estateItem_check label {
    display: block;
    font-size: 1.1rem;
    text-align: center;
    margin-top: 3px;
  }

  .estateItem_favorite_btn {
    font-size: 1.1rem;
    text-align: center;
  }

  .estateItem_favorite_btn.add_favorite::before,
  .estateItem_favorite_btn.is_favorite::before {
    display: block;
    margin: 0 auto 5px;
  }

  .estateList .estateItem_data.col2 {
    width: 48%;
  }


  /*
  ===== PRPLIST_SHOPBOX(検索結果一覧 来店訴求) ==========================================
  */
  .prplist_shopBox {
    margin: var(--gutter-narrow) 0;
  }

  .prplist_shopBox a {
    text-decoration: none;
    display: block;
    width: 100%;
    aspect-ratio: 1200 / 251;
    position: relative;
    background: url(../img/system/prpsearch/prplist_shopBox_bg.webp) no-repeat;
    background-size: contain;
  }

  .prplist_shopBox .hide {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
  }

  .prplist_shopBox span.hide {
    display: block;
  }

  .prplist_shopBox p.count span.shopCount {
    width: clamp(2.6em, 5vw, 5em);
    text-align: right;
    font-size: clamp(4rem, 6.2vw, 8rem);
    color: var(--color-black);
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 25%;
    left: 18%;
  }


  /*
  ===== 物件詳細:ESTATEDETAIL ==========================================
  */

  /*横並びボタン*/
  .estates-detail .estate_option_item {
    height: 58px;
  }

  .estates-detail .estate_option_item a,
  .estates-detail .estate_option_item input {
    min-width: 120px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    padding: 0 10px;
  }

  .estates-detail .estate_option_item.print a {
    font-size: 1.1rem;
    padding: calc(26px + 0.5em) 10px 0;
    background: #fff url(../img/common/icon_print_black.svg) no-repeat center top 5px;
    background-size: 26px auto;
  }

  .estates-detail .estate_option_item.download a {
    font-size: 1.1rem;
    padding: calc(26px + 0.5em) 10px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center top 5px;
    background-size: 26px auto;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23111111%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M213.66%2C82.34l-56-56A8%2C8%2C0%2C0%2C0%2C152%2C24H56A16%2C16%2C0%2C0%2C0%2C40%2C40V216a16%2C16%2C0%2C0%2C0%2C16%2C16H200a16%2C16%2C0%2C0%2C0%2C16-16V88A8%2C8%2C0%2C0%2C0%2C213.66%2C82.34ZM160%2C51.31%2C188.69%2C80H160ZM200%2C216H56V40h88V88a8%2C8%2C0%2C0%2C0%2C8%2C8h48V216Zm-42.34-61.66a8%2C8%2C0%2C0%2C1%2C0%2C11.32l-24%2C24a8%2C8%2C0%2C0%2C1-11.32%2C0l-24-24a8%2C8%2C0%2C0%2C1%2C11.32-11.32L120%2C164.69V120a8%2C8%2C0%2C0%2C1%2C16%2C0v44.69l10.34-10.35A8%2C8%2C0%2C0%2C1%2C157.66%2C154.34Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  }

  .estates-detail .estate_option_item.warning {
    font-size: 1.2rem;
    background: #EEE;
    padding: 1em;
    border-radius: var(--rad-common);
    margin-right: 0;
  }


  /*box02*/
  .estatesPage .estatedetail_tbl01 .thstyle {
    width: 200px;
  }

  .estatesPage .estatedetail_tbl01 .tdstyle {
    width: 340px;
  }

  .estatesPage .estatedetail_tbl01 th {
    padding: 20px;
  }

  .estatesPage .estatedetail_tbl01 td {
    padding: 20px;
  }

  .estateDetail_payment .payment_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*bonus text*/
  .estatesPage .payment_bonus {
    margin-left: 1em;
  }

  .estateDetail_payment dl {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }

  .estateDetail_payment p.payment_first {
    text-align: center;
  }

  .estateDetail_payment dd .num {
    font-size: 1.9em;
  }

  /*borrowing*/
  .estatesPage .borrowing p {
    text-align: right;
  }

  /*リノベーション支払い例,土地新築セット支払い例*/
  .estateDetail_reformset .editBox,
  .estateDetail_landset .editBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .estateDetail_reformset .editBox .edit,
  .estateDetail_landset .editBox .edit {
    width: 50%;
  }

  .estateDetail_reformset .editBox .edit::after,
  .estateDetail_landset .editBox .edit::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 24px;
    border-color: transparent transparent transparent #CCC;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
  }

  .estateDetail_reformset .editBox .priceBox,
  .estateDetail_landset .editBox .priceBox {
    width: 50%;
  }

  .estateDetail_reformset .payment_bonus,
  .estateDetail_landset .payment_bonus {
    margin: 10px auto;
  }

  /*プラン画像表示*/
  .estateDetail_reformset .nameBox dl{
    font-size:1.2em;
  }
  .estateDetail_reformset .nameBox dl dt::after{
    content:"：";
  }
  

  /*物件詳細画像表示*/
  .estateDetail_image .mainThumbList.pc_noscroll .slick-track {
    width: 100% !important;
    transform: unset !important;
    justify-content: center !important;
  }

  /*surroundings:周辺環境*/
  .estateDetail_surroundings .surroundingsList_item {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
    margin-bottom: var(--gutter-supernarrow);
  }

  .estateDetail_surroundings .surroundingsList_item:nth-of-type(4n) {
    margin-right: 0;
  }

  /*最近見た物件・レコメンド*/
  #main .estateDetail_recently .recently_ttl,
  #main .estateDetail_recently .recommend_ttl {
    text-align: center;
  }
  #main .estateDetail_recently .recently_ttl::before,
  #main .estateDetail_recently .recommend_ttl::before{
    font-size:1.4em;
    display: inline-block;
    margin-right:0.25em;
    margin-top: -2px;
    vertical-align: middle;
  }

  .estateDetail_recently .recentlyList_item {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
    margin-bottom: var(--gutter-supernarrow);
  }

  .estateDetail_recently .recentlyList_item:nth-of-type(4n) {
    margin-right: 0;
  }


  /*loanPanel：ローン支払い額シミュレーション*/
  .loanPanel_option{
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .loanPanel_option > dl{
    width:50%;
  }

  .loanPanel_option > dl.loanPanel_option_price,
  .loanPanel_option > dl.loanPanel_option_plan {
    margin-bottom:1em;
  }

  .loanPanel_option > dl dt{
    width:7em;
    font-size: 14px;
  }

  .loanPanel_option > dl dd.loanPanel_option_data{
    width: calc( 100% - 10em);
   }
   
  .loanPanel_option > dl dd input{
    width:98%;
  }

  /*
  ===== 市区町村検索・路線検索 ==========================================
  */
  .estatesPage .estate_areaList {
    padding: var(--gutter-supernarrow);
    display: flex;
    flex-wrap: wrap;
  }

  .estatesPage .estate_areaList li {
    width: 33.3%;
    margin-bottom: 20px;
  }

  .estatesPage .estate_areaList li.st {
    padding-left: 0;
  }

  /*
  ===== シミュレーション: SIMULATION ==========================================
  */

  .simulationPage .simulationBox p {
    margin-top: 20px;
    text-align: center;
  }

  .simulationPage .simulationBox .selectBox {
    margin: 30px 0;
  }

  .simulationPage .simulationBox table {
    width: 95%;
    margin: 0 auto;
  }

  .simulationPage .simulationBox table tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .simulationPage .simulationBox table tbody tr {
    flex-grow: 1;
    padding: 0 2%;
    border-left: 1px solid #ccc;
  }

  .simulationPage .simulationBox table tbody tr:first-of-type {
    width: 25%;
    border: none;
  }

  .simulationPage .simulationBox table th {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
  }

  .simulationPage .simulationBox td {
    display: block;
    padding-top: 1em;
  }

  .simulationPage .simulationBox td select {
    padding: 5px;
  }

  .simulationPage .simulationBox td label {
    display: block;
    text-align: left;
    margin: 10px 0;
  }

  .simulationPage .simulationBox .btn {
    text-align: center;
    margin-top: 20px;
  }

  /*シミュレーション結果*/
  .simulationPage .resultBox .planBox {
    margin-top: var(--gutter);
  }

  .simulationPage .resultBox .reform_countBox .countBox_ttl {
    font-size: 2.0em;
  }

  .simulationPage .resultBox .reform_countBox .count .count_subTtl {
    font-size: 1.8em;
  }

  .simulationPage .resultBox .reform_countBox .count p {
    font-size: 1.8em;
    margin: 20px;
  }
}

/*==================================================
  TABLET/SP BESIDE SETTINGS : Max1110px Min768px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1110px) {
  .simulationPage .simulationBox table {
    width: 100%;
  }
  .simulationPage .simulationBox table tbody tr {
    width: 25%;
  }
  .simulationPage .simulationBox table tbody tr:first-of-type {
    width: 15%;
  }
  .simulationPage .simulationBox td select {
    width: 100%!important;
  }
  .simulationPage .simulationBox table th {
    font-size: 1.1em;
  }

  /*
  ===== プラン一覧ページ/re-plan ==========================================
  */
  /*アンカーリンク*/
  .re-planPage .lineupBox .itemList .item{
    width:30%;
    min-width:320px;
    margin: 0 1.5% 20px;
  }

  /*プランリスト*/
  .re-planPage .planBox{
    margin-top: calc( -1 * var(--gutter) );
    padding-top: var(--gutter-wide);
  }


  /*会員登録・来店予約訴求*/
}

/*==================================================
  SP SETTINGS : Max767px
==================================================*/
@media screen and (max-width: 767px) {

  /*(開閉タイトル)*/
  .oc_bar01,
  .oc_bar01_open,
  .srchbox01 .selectbox01 .selectbox_ttl,
  .srchbox01 .selectbox01 .selectbox_ttl_open,
  .srchbox01 .selectbox01 h3,
  .signupPage .oc_bar01,
  .signupPage .oc_bar01_open,
  .signupPage .oc_bar02,
  .memberPage .oc_bar01,
  .memberPage .oc_bar01_open,
  .memberPage .oc_bar02 {
    font-size: 1.2em;
    margin-top: 0;
  }

  /*
  ===== 入力エラーBOX ==========================================
  */
  .form_errBox {
    margin: 20px 10px;
    padding: 10px;
  }

  .form_errBox ul {
    margin: 10px;
  }


  /*
  ===== 会員登録:ememberPage ==========================================
  */
  /* フローチャート */
  .signup_flowchart li {
    height: 32px;
  }

  .signup_flowchart li:not(:last-child)::before {
    border-width: 16px 0 16px 10px;

  }

  .signup_flowchart li:not(:last-child)::after {
    border-width: 16px 0 16px 10px;
  }

  /*==会員情報－希望条件登録*/
  .entrytbl.wishtbl br+select {
    margin-top: 1em;
  }

  .entry_span+select {
    margin-top: 0.5em;
  }

  /*modmember：会員登録内容変更ページ*/
  .modmemberPage .box01,
  .modpassPage .box01,
  .modmailPage .box01,
  .requestentryPage .box01,
  .modmemberPage .box02 {
    margin: 2.5%;
  }

  .modmemberPage .box02 p {
    margin: 10px;
  }

  .registrationPage .box01 {
    margin: 2.5%;
  }

  .registrationPage .regist01 {
    margin: 10px;
  }

  /*
  ===== SELECTBOX(検索条件設定部分) ==========================================
  */
  .srchbox01 .selectbox01 {
    margin: 2.5%;
  }

  /*
  ===== LIST_COUNTBOX（検索結果表示部分）==========================================
  */

  .list_countbox01_inner {
    width: 100%;
  }

  .list_countbox01 .private_link,
  .list_countbox01 .shop_link {
    width: 96%;
    margin: 10px auto 0;
  }

  /*
  ===== SELECTBOX(検索条件設定部分) ==========================================
  */
  /*希望条件ボタン*/
  .estate_wishsearch {
    align-items: center;
    padding: 10px;
  }

  .estate_wishsearch_item {
    margin: 0 1%;
  }

  .srchbox01 .selectbox01 dl.item {
    margin-top: 10px;
    padding: 10px;
    border-top: dotted 1px #CCC;
  }

  /*
  ===== PAGING / SORT ==========================================
  */
  .estate_paging {
    margin: 20px 0;
  }

  .estate_paging p {
    text-align: center;
  }

  /*
  ===== ESTATELIST ==========================================
  */
  /*物件検索リスト*/
  .estateList .estateItem_check-favoriteWrap {
    font-size: clamp(1rem, 2.4vw, 1.4rem);
    margin-top: 1em;
  }

  .estateList .estateItem_check,
  .estateList .estateItem_favorite {
    width: 50%;
  }

  .estateList .estateItem_check,
  .estateList .estateItem_favorite_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .estateList .estateItem_check input {
    flex-shrink: 0;
  }

  .estateList .estateItem_favorite_btn {
    width: 100%;
    text-align: center;
  }

  .estateList .estateItem_body {
    position: relative;
  }

  .estateList .estateItem_body a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .estateList .estateItem_memberContent {
    font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  }

  .estateList .estateItem_data {
    font-size: 0.8em;
  }

  .estateList .estateItem_foot .estateItem_date {
    font-size: 10px;
  }

  /* 2枚目の画像 */
  .estateList .estateItem_photo img:first-child {
    margin-bottom: 10px;
  }

  /* スタッフコメント */
  .estateList .staffComment {
    padding: 10px;
  }

  /* 月々の支払 */
  .estateList .payment_pay {
    display: flex;
    justify-content: center;
    /* justify-content: space-between; */
    padding: 10px;
    font-size: 1.3rem;
  }

  .estateList .payment_pay dd .downpayment {
    display: block;
  }

  /* 物件検索一覧ページャー */
  .paging_itemList {
    justify-content: center;
  }

  .paging_item .paging_num_current,
  .paging_item a {
    padding: 8px 15px;
  }

  /* 会員限定物件 */
  .memberItem__body {
    background: url(../img/system/prpsearch/prplist_memberItem_bg_sp.webp) no-repeat center / cover;
    aspect-ratio: 780 / 330;
  }

  /*
  ===== PRPLIST_SHOPBOX(検索結果一覧 来店訴求) ==========================================
  */
  .prplist_shopBox a {
    display: block;
    margin: 5% 2%;
    padding: 5%;
    text-align: center;
    border: 3px solid var(--color-yellow);
    background: url(../img/system/prpsearch/prplist_shopBox_bg_sp.webp) no-repeat center 0;
    background-size: cover;
    text-decoration: none;
  }

  .prplist_shopBox h4 {
    margin: 0 1em;
    text-align: center;
    display: inline-block;
    color: #FFF;
  }

  .prplist_shopBox p {
    text-align: center;
    color: var(--color-black);
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, .8);
  }

  .prplist_shopBox p.count {
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: middle;
  }

  .prplist_shopBox p.count span.shopCount {
    font-size: 2.4em;
    margin: 0 5px;
    line-height: 1.0;
  }

  .prplist_shopBox p.count span.catch {
    display: inline-block;
    padding: 0.2em 0.5em;
    background: var(--color-yellow);
    margin: 0 5px;
    text-align: center;
    color: #111;
    line-height: 1.0;
    font-size: 1.4em;
    text-shadow: none;
  }

  .prplist_shopBox p.btn {
    display: block !important;
    background: var(--color-black);
    color: #FFF;
    font-weight: bold;
    padding: 5% 0;
    border-radius: var(--rad-round);
    margin-top: 5%;
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    text-shadow: none;
  }


  /*
  ===== 検索オプション ==========================================
  */
  .estate_option_itemList {
    justify-content: center;
    flex-wrap: wrap;
  }

  .estate_option_item div,
  .estate_option_item a,
  .estate_option_item input {
    font-size: clamp(1.1rem, 2.4vw, 1.4rem);
    font-weight: bold;
    width: 100%;
    margin-left: 0 !important;
  }
  .estate_option_item input{
    padding: 1em 0.5em;
  }

  .estates-archive .estate_option_item {
    width: 80%;
    height: 3.6em;
    margin: 0 0 5px;
  }


  /*
  ===== 物件詳細:ESTATEDETAIL ==========================================
  */

  .estates-detail .estate_option_item.estate-reserve {
    margin-right: 0;
  }

  .estates-detail .estate_option_item.estate-reserve input {
    font-size: 12px;
  }

  .estates-detail .estateItem_favorite_btn {
    height: 3.6em;
    display: flex;
    align-items: center;
  }

  .estates-detail .estate_option_item input {
    padding: 0.5em;
    max-height: 3.6em;
    width: 12em;
    margin: 0 !important;
  }

  .estatesPage .estatedetail_tbl01 {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    font-size: clamp(1.2rem, 2.8vw, 1.4rem);
  }

  .estatesPage .estatedetail_tbl01 tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .estatesPage .estatedetail_tbl01 th,
  .estatesPage .estatedetail_tbl01 td {
    padding: 10px;
  }

  .estatesPage .estatedetail_tbl01 tr th {
    width: 30%;
  }

  .estatesPage .estatedetail_tbl01 tr td {
    width: 70%;
  }

  .estatesPage .estatedetail_tbl01 th {
    padding: 10px;
    border-bottom: none;
  }

  .estatesPage .estatedetail_tbl01 td {
    padding: 10px;
    border-left: none;
    border-bottom: none;
  }

  /*支払い例*/
  .estateDetail_payment dl {
    width: 100%;
  }

  /*リノベーション支払い例,土地新築セット支払い例*/
  .estateDetail_reformset .editBox .edit::after,
  .estateDetail_landset .editBox .edit::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 30px 0 30px;
    border-color: #CCC transparent transparent transparent;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
  }

  .estateDetail_reformset .editBox .priceBox,
  .estateDetail_landset .editBox .priceBox {
    padding-top: 30px;
  }

  .estateDetail_reformset .payment_bonus,
  .estateDetail_landset .payment_bonus {
    margin: 10px auto;
  }

  /*物件詳細画像表示*/
  .estateDetail_image .mainImgList .mainImgList_item {
    width: 96vw;
  }

  /*surroundings:周辺環境*/
  .estateDetail_surroundings .surroundingsList_item {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: var(--gutter-supernarrow);
  }

  .estateDetail_surroundings .surroundingsList_item:nth-of-type(even) {
    margin-right: 0;
  }

  /*onepointbox:スタッフのワンポイント*/
  .estateDetail_onepoint .onepoint_staff {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    justify-content: center;
  }

  .onepoint_img {
    width: 20%;
  }

  .onepoint_txt {
    width: calc(100% - 20%);
    margin-left: 1em;
  }

  .estateDetail_onepoint .secTtl.onepoint_ttl {
    margin-top: 20px!important;
  }

  /*最近見た物件・レコメンド*/
  .estateDetail_recently{
    margin-top: var(--gutter-wide);
  }

  #main .estateDetail_recently .recently_ttl::before,
  #main .estateDetail_recently .recommend_ttl::before{
    position:absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
    font-size:1.4em;
  }

  .estateDetail_recently .recentlyList_item {
    width: 100%;
    margin-bottom: var(--gutter-supernarrow);
  }

  .estateDetail_recently .recentlyList_item a {
    display: flex;
  }

  .estateDetail_recently .recentlyList_item_image {
    width: 36%;
    flex-shrink: 0;
  }

  /*loanPanel：ローン支払い額シミュレーション*/
  #loanPanelWrap{
    max-height: calc( 90svh - 80px );
    overflow-y: scroll;
  }
  .loanPanel_option{
    flex-direction: column;
    padding:5px 10px;
  }

  .loanPanel_option > dl > div{
    width:100%;
  }

  .loanPanel_option > dl dt{
    width: 40%;
    white-space: nowrap;
    font-size: 12px;
  }

  #loanPanelWrap .loanPanel_option > dl input,
  #loanPanelWrap .loanPanel_option > dl select{
    padding: 0 5px;
    margin-right:5px;
  }

  .estateDetail_loan_overlay{
    background: rgba(255,255,255,.5);
    backdrop-filter: blur(5px);
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:100;
  }

  /*
  ===== 市区町村検索・路線検索 ==========================================
  */
  .estatesPage .estate_areaBox_ttl {
    padding: 10px;
  }

  .estatesPage .estate_areaList li {
    border-bottom: 1px solid var(--color-lightgray);
    background-position: left 10px center;
    padding: 1em 1em 1em 1.6em;
    font-size: 1.4rem;
  }

  .estatesPage .estate_areaSearch_notice {
    margin: var(--gutter-supernarrow);
  }

  /*
  ===== リフォームシミュレーション:SIMULATION ==========================================
  */

  .simulationPage .ttlWrap.simulationTop {
    padding: 3em 1em 1em;
  }

  .simulationPage .researchBox::before {
    width: 50px;
    border-width: 30px;
    bottom: -50px;
  }

  .simulationPage .researchBox {
    padding: 2.5%;
    background-size: cover;
  }

  .simulationPage .simulationBox p {
    margin-top: 20px;
    text-align: center;
  }

  .simulationPage .simulationBox .selectBox {
    margin: 20px 0;
  }

  .simulationPage .simulationBox table {
    width: 90%;
    margin: 0 auto;
  }

  .simulationPage .simulationBox table th {
    display: block;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    background: #F4F4F4;
  }

  .simulationPage .simulationBox td {
    padding: 10px 10px 20px;
    display: block;
  }

  .simulationPage .simulationBox td select {
    width: 100%;
  }

  .simulationPage .simulationBox td label {
    display: block;
    text-align: left;
    margin: 10px 0;
  }

  .simulationBox .btnSend {
    margin-top: 0;
  }

  /*
  ===== 会員登録説明/offer SP ==========================================
  
  .offerPage .registBox_itemList {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .offerPage .pointNum_wrap {
    top: -10vw;
    width: 18vw;
    height: 18vw;
    font-size: 16px;
  }

  .offerPage .pointNum_wrap .pointNum {
    font-size: 27px;
  }

  .offerPage .registBox_item {
    padding: 40px 10px 20px;
    max-width: unset;
    width: 96%;
  }

  .offerPage .registBox_item+.registBox_item {
    margin-top: 14vw;
  }

  .spPoint_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: 4%;
  }

  .spPoint_wrap div {
    width: 20%;
    flex-shrink: 0;
  }

  .offerPage .registBox_item p {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
  }

  .offerPage .registBox_ttl_ribbon {
    width: 60%;
  }

  .offerPage .requestBox .requestBox_intro {
    text-align: left;
  }

  .offerPage .requestBox_wrap {
    padding-top: 0;
  }

  .offerPage .requestBox_wrap h4 {
    font-size: 18px;
    width: 80%;
    position: relative;
    margin: 0 auto 10px;
    transform: unset;
    left: unset;
  }

  .offerPage .requestBox_list {
    flex-direction: column;
  }

  .offerPage .requestBox_item {
    width: 96%;
    max-width: unset;
    margin: 0 auto;
    padding: 10px;
  }

  .offerPage .requestBox_item+.requestBox_item {
    margin-top: 2%;
  }

  .offerPage .requestBox_item:first-of-type .requestBox_img {
    width: 50%;
    margin: 0 auto;
  }

  .offerPage .requestBox_item:nth-of-type(2) .requestBox_img {
    width: 33%;
    margin: 0 auto;
  }

  .offerPage .requestBox_item:nth-of-type(3) .requestBox_img {
    width: 65%;
    margin: 0 auto;
  }

  .offerPage .btn_form {
    width: 80%;
  }
  */

  /*
  ===== 会員登録説明/signup SP ==========================================
  */
  .signupBox__heading {
    padding: 20px 0 30px;
    position: relative;
  }

  .signupBox__ttlBox .enFont {
    font-size: 6em;
    bottom: 0;
  }

  .signupBox__ttlBox {
    margin-bottom: 1em;
    position: static;
  }

  .signupBox__item {
    flex-direction: column;
  }

  .signupBox__content,
  .signupBox__img {
    width: 100%;
  }

  .signupPage .pointNum_wrap {
    width: 80px;
    height: 80px;
    font-size: 98%;
  }

  .signupBox__merit h2 {
    width: calc( 100% - 100px );
    margin-left: 20px;
    font-size: 22px;
  }

  .signupBox__sum {
    font-size: 16px;
  }

  .signupBox__img::before {
    content: none;
  }

  .signupBox__img {
    aspect-ratio: 3 / 1.5;
  }


  /* .signupPage .signupBox_itemList {
    margin-top: 35px;
  }
  .signupPage .signupBox_item {
    padding: 20px 5px 10px;
    margin: 0;
  }
  .signupPage .pointNum_wrap {
    font-size: 10px;
    width: 40px;
    height: 40px;
    top: -25px;
  }
  .signupPage .pointNum_wrap .pointNum {
    font-size: 20px;
  }
  .signupPage .signupBox_item p {
    margin-bottom: 10px;
    font-size: 10px;
  }
  
  .signupPage .spPoint_wrap {
    display: block;
  }
  .signupPage .spPoint_wrap div {
    margin: 0 auto;
    height: 40px;
    width: auto;
  }
  .signupPage .spPoint_wrap div img {
    max-height: 100%;
    width: auto;
  } */

  /*
  ===== プラン一覧ページ/re-plan ==========================================
  */

  .re-planPage .contactWrap .contactBox .head{
    padding-right:2%;
    padding-left:2%;
    text-align: center;
  }
  .re-planPage .contactWrap .contactBox .head::after{
    content:none;
  }

  .re-planPage .contactWrap .contactBox .infoWrap{
    flex-direction: column;
  }


  .re-planPage .contactWrap .contactBox dl.count{
    width:60%;
    margin-right:2%;
    margin-left:auto;
    padding: 5% 0;
  }
  .re-planPage .contactWrap .contactBox dl.count dt{
    text-align: center;
  }

  .re-planPage .contactWrap .contactBox .emember .infoWrap dl.count::before{
    width:50%;
    max-height:96%;
    left:-50%;
  }
  .re-planPage .contactWrap .contactBox .shop_reserve .infoWrap dl.count::before{
    width:50%;
    max-height:96%;
    left:-50%;
  }

  .re-planPage .contactWrap .contactBox .infoWrap a{
    width:96%;
    margin: 0 auto 2%;
  }


}
