@charset "UTF-8";
/*----------------------------------------------------------------
マイページ
------------------------------------------------------------------*/
.login,
.mypage,
.history,
.favorite {
  padding: 0 0 100px;
}
.login .cart_login_view,
.mypage .cart_login_view,
.history .cart_login_view,
.favorite .cart_login_view {
  max-width: 700px;
  width: 90%;
  margin: 0 auto 30px;
  padding: 50px 0px 20px;
  background-color: #eef1f4;
  border: 1px solid #192d4a;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px;
  text-align: center;
}
.login input[type=submit],
.login input[type=button],
.mypage input[type=submit],
.mypage input[type=button],
.history input[type=submit],
.history input[type=button],
.favorite input[type=submit],
.favorite input[type=button] {
  -webkit-appearance: none;
  border: none;
  position: relative;
  display: inline-block;
  width: 220px;
  margin: 0 auto;
  padding: 12px 20px;
  background-color: #192d4a;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.login input[type=submit]:hover,
.login input[type=button]:hover,
.mypage input[type=submit]:hover,
.mypage input[type=button]:hover,
.history input[type=submit]:hover,
.history input[type=button]:hover,
.favorite input[type=submit]:hover,
.favorite input[type=button]:hover {
  background-color: #ba3434;
  transition: 0.3s;
}
.login .to.password_reissue,
.mypage .to.password_reissue,
.history .to.password_reissue,
.favorite .to.password_reissue {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
}
.login .to.password_reissue a,
.mypage .to.password_reissue a,
.history .to.password_reissue a,
.favorite .to.password_reissue a {
  width: 100px;
  margin-left: 5px;
  padding: 7px 5px 5px;
  background-color: #fff;
  border: 1px solid #ba3434;
  color: #ba3434;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.login .to.password_reissue a:hover,
.mypage .to.password_reissue a:hover,
.history .to.password_reissue a:hover,
.favorite .to.password_reissue a:hover {
  opacity: 1;
  background-color: #ba3434;
  color: #fff;
}
.login .cart_nologin_view,
.mypage .cart_nologin_view,
.history .cart_nologin_view,
.favorite .cart_nologin_view {
  margin: 100px 0;
  padding: 50px 10px;
  background-color: rgb(226, 231, 237);
  font-size: 17px;
  text-align: center;
}
.login .cart_nologin_view br,
.mypage .cart_nologin_view br,
.history .cart_nologin_view br,
.favorite .cart_nologin_view br {
  display: none;
}
.login .cart_nologin_view input[type=submit],
.mypage .cart_nologin_view input[type=submit],
.history .cart_nologin_view input[type=submit],
.favorite .cart_nologin_view input[type=submit] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  margin: 10px auto 0;
  padding: 15px 10px 13px;
  background-color: #ba3434;
  border: 1px solid #ba3434;
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}
.login .cart_nologin_view input[type=submit]:hover,
.mypage .cart_nologin_view input[type=submit]:hover,
.history .cart_nologin_view input[type=submit]:hover,
.favorite .cart_nologin_view input[type=submit]:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  opacity: 0.95;
}
.login span.login_view_id,
.mypage span.login_view_id,
.history span.login_view_id,
.favorite span.login_view_id {
  display: block;
}
.login span.login_view_password,
.mypage span.login_view_password,
.history span.login_view_password,
.favorite span.login_view_password {
  display: block;
}
.login input#alphabet,
.mypage input#alphabet,
.history input#alphabet,
.favorite input#alphabet {
  margin-left: 12px;
  margin-bottom: 15px;
  width: 40%;
  padding: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 2px;
}
.login .login_view_button,
.mypage .login_view_button,
.history .login_view_button,
.favorite .login_view_button {
  display: block;
  margin: 20px 0;
}
.login .cart_mode3,
.mypage .cart_mode3,
.history .cart_mode3,
.favorite .cart_mode3 {
  margin-bottom: 40px;
}
.login .member_only_notice,
.mypage .member_only_notice,
.history .member_only_notice,
.favorite .member_only_notice {
  width: 90%;
  margin: 20px auto 0;
  padding: 200px 0 0;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  /*スマホ*/
  .login,
  .mypage,
  .history,
  .favorite {
    padding: 0 0 50px;
  }
  .login .cart_nologin_view,
  .mypage .cart_nologin_view,
  .history .cart_nologin_view,
  .favorite .cart_nologin_view {
    margin: 30px 0 0;
    padding: 30px 10px;
  }
  .login .cart_nologin_view input[type=submit],
  .mypage .cart_nologin_view input[type=submit],
  .history .cart_nologin_view input[type=submit],
  .favorite .cart_nologin_view input[type=submit] {
    width: 80%;
  }
  .login .member_only_notice,
  .mypage .member_only_notice,
  .history .member_only_notice,
  .favorite .member_only_notice {
    padding: 120px 0 0;
  }
}
/* ========== MyPage ========== */
#page_container {
  margin: 100px 0;
}

.hp-mypage {
  color: #1e304e;
  line-height: 1.8;
}

/* section 共通 */
.hp-sec {
  margin: 0 auto 80px;
  padding: 0 16px;
  max-width: 1040px;
}
.hp-sec__title {
  font-size: 20px;
  letter-spacing: 0.06em;
  padding: 14px 16px;
  border-left: 4px solid #192d4a;
  background: #f3f5f7;
  margin: 0 0 20px;
}
.hp-sec__inner {
  display: grid;
  gap: 24px;
}

/* 空状態 */
.hp-empty {
  padding: 28px 20px;
  border: 1px solid #e5e8ee;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
}
.hp-empty__lead {
  margin: 0;
  font-size: 15px;
}

/* 物件カードの入れ物（※カードは別コンポーネントで） */
.hp-cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1024px) {
  .hp-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .hp-cards {
    grid-template-columns: 1fr;
  }
}
/* もっと見る案内 */
.hp-more {
  margin-top: 24px;
  padding: 18px 20px;
  background: #f3f5f7;
  border: 1px solid #e5e8ee;
}
.hp-more__lead {
  margin: 0 0 6px;
  font-weight: 600;
}
.hp-more__note {
  margin: 0;
  color: #6b7a8c;
  font-size: 14px;
}

/* 表ブロック */
.hp-sec__inner {
  display: grid;
  gap: 24px;
  /* 余分な <br> を無効化 */
  /* 空コメントは非表示 */
  /* カード化 */
  /* 既存テーブルをそのまま整形 */
  /* レスポンシブ（縦積み） */
}
.hp-sec__inner > br {
  display: none;
}
.hp-sec__inner .subgroup_comment:empty {
  display: none;
}
.hp-sec__inner .form_anq_2,
.hp-sec__inner .form_anq_21 {
  border: 1px solid #e5e8ee;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.hp-sec__inner .anqtable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /* 先頭行（見出し行：<th colspan="2">） */
  /* 行 */
  /* 左列（既存：.senddata_koumoku） */
  /* 右列（既存：.form_** 系） */
}
.hp-sec__inner .anqtable > tbody > tr:first-child > th {
  background: #1e304e;
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #e5e8ee;
}
.hp-sec__inner .anqtable > tbody > tr {
  background: #fff;
}
.hp-sec__inner .anqtable .senddata_koumoku {
  width: 220px;
  padding: 14px 16px;
  background: #f8fafc;
  font-weight: 700;
  border-bottom: 1px solid #e5e8ee;
  vertical-align: top;
  word-break: break-word;
}
.hp-sec__inner .anqtable td[class^=form_] {
  padding: 14px 16px;
  border-bottom: 1px solid #e5e8ee;
  vertical-align: top;
  word-break: break-word;
  /* 自動出力ブロックの内側余白を少し整える */
}
.hp-sec__inner .anqtable td[class^=form_] .mae_moji,
.hp-sec__inner .anqtable td[class^=form_] .ushiro_moji,
.hp-sec__inner .anqtable td[class^=form_] .koumoku_comment {
  font-size: 14px;
  color: #3a4a5c;
  line-height: 1.8;
  display: inline-block;
  margin-right: 6px;
}
.hp-sec__inner .anqtable td[class^=form_] [id^=koumoku_id_block_] {
  display: inline;
}
@media (max-width: 640px) {
  .hp-sec__inner .anqtable,
  .hp-sec__inner .anqtable tbody,
  .hp-sec__inner .anqtable tr,
  .hp-sec__inner .anqtable td,
  .hp-sec__inner .anqtable .senddata_koumoku {
    display: block;
    width: 100%;
  }
  .hp-sec__inner .anqtable > tbody > tr:first-child > th {
    font-size: 15px;
    padding: 12px 14px;
  }
  .hp-sec__inner .anqtable .senddata_koumoku {
    padding: 10px 14px;
    border-bottom: none;
    background: #f3f5f7;
  }
  .hp-sec__inner .anqtable td[class^=form_] {
    padding: 12px 14px 16px;
    border-top: 1px dashed #e5e8ee;
    border-bottom: none;
  }
}

/* CTAボタン */
.hp-cta {
  margin-top: 20px;
  text-align: right;
}

.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.2s;
}
.hp-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #3f6c94, #1e304e);
  box-shadow: 0 8px 18px rgba(30, 48, 78, 0.15);
}
.hp-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(30, 48, 78, 0.22);
}
.hp-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(30, 48, 78, 0.18);
}

/* 退会リンク */
.hp-withdraw {
  text-align: center;
  margin: 40px 0 100px;
}
.hp-withdraw__link {
  color: #1e304e;
  text-decoration: underline;
}/*# sourceMappingURL=mypage.css.map */


/* 2026/01/15 追記 */
/* 閲覧した物件のスライダー（slick）の「器」が異常に広がっていることが原因 */

/* slick をカード用3カラムgridに入れない（全幅で扱う） */
.hp-sec--cards .hp-cards > .uix-reco {
  grid-column: 1 / -1; /* 1行丸ごと使う */
  min-width: 0;        /* slick-track の横幅に引っ張られない */
}

/* slickの器を100%に固定 */
.hp-sec--cards .uix-reco,
.hp-sec--cards .uix-reco__slider,
.hp-sec--cards .uix-reco__slider .slick-list {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.uix-reco .slick-next,
.uix-reco .slick-prev {
  bottom: 0;
}

.uix-reco .slick-dots {
  padding-bottom: 15px;
}
