@charset "utf-8";
/*  bukken.css
---------------------------------------------- */

/*  pc
---------------------------------------------- */
/*----------------------------
 common
 ----------------------------*/
/*-------- title --------*/
.b-heading .b-heading_en {
  position: relative;
  display: block;
  color: #d3cbc6;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}
.b-heading .b-heading_area {
  position: relative;
  display: block;
  margin: 100px 0 20px;
  font-size: 2rem;
}
.b-heading .b-heading_en::after,
.b-heading .b-heading_area::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background: #d3cbc6;
}
.b-heading .b-heading_en span,
.b-heading .b-heading_area span {
  position: relative;
  padding-right: 20px;
  background: #f8f8f5;
  z-index: 1;
}
.b-heading .b-heading_ja {
  font-size: 3.2rem;
}
.bg_beige .b-heading .b-heading_en {
  color: #fff;
}
.bg_beige .b-heading .b-heading_en::after {
  background: #fff;
}
.bg_beige .b-heading .b-heading_en span {
  background: #dfdad4;
}

/*-------- btn --------*/
.btn_arrow,
.btn_search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 350px;
  height: 70px;
  background: #3b5d7a;
  color: #ffffff !important;
  font-size: 1.8rem;
  text-align: center;
  align-content: center;
  font-family: "Noto Serif Jp", serif;
  transition: all 0.3s;
}
.btn_arrow::after,
.btn_search::after {
  content: "";
  position: absolute;
}
.btn_arrow::after {
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.btn_search::after {
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../common/img/icon_bukken-whtie.svg) no-repeat center / contain;
}
.btn_arrow:hover,
.btn_search:hover {
  background: #2d4b65;
}

/*-------- キーワード検索 --------*/
#keyword .keyword-wrap {
  display: flex;
  align-items: stretch;
  height: 55px;
  border: 1px solid #ccc;
}
#keyword .keyword-wrap input[type="text"] {
  width: calc(100% - 55px);
  padding: 0 20px;
  background: #fff;
  font-size: 1.4rem;
}
#keyword .keyword-wrap input[type="text"]::placeholder {
  color: #cccccc;
}
#keyword .keyword-wrap button {
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #aea49e;
}
#keyword .keyword-wrap button::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../common/img/icon_bukken-whtie.svg) no-repeat center / contain;
}

/*-------- 条件検索 --------*/
#term {
  padding: 60px 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
#term .term-area_flex,
#term .keyword-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
#term .term-area_flex > label,
#term .keyword-wrap > label {
  width: 100px;
}
#term .term-area_flex .select-box {
  flex: 1;
}
#term .term-area_flex .select-box .select-box_toggle {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #ccc;
  cursor: pointer;
}
#term .term-area_flex .select-box .select-box_toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #333;
  border-bottom: 0;
  transform: translateY(-50%);
  transition: 0.3s;
  pointer-events: none;
}
#term .term-area_flex .select-box .select-box_toggle.is-active::after {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}
#term .term-area_flex .select-box .select-box_inner {
  display: none;
  height: 200px;
  padding: 20px;
  border: #ccc solid 1px;
  border-top: none;
  overflow: auto;
}
#term .term-area_flex .select-box .select-box_inner .select-box_ttl {
  display: flex;
  align-items: center;
  background: #e8e8e8;
  padding: 7px 10px;
}
#term .term-area_flex .select-box .select-box_inner .select-box_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  padding: 10px;
}
#term .term-area_flex .select-box .select-box_inner .select-box_list > div {
  display: flex;
  align-items: center;
}
#term .term-area_flex .select-box .select-box_inner .select-box_ttl input[type="checkbox"],
#term .term-area_flex .select-box .select-box_inner .select-box_list input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #ccc;
  background: #fff;
  appearance: none;
}
#term .term-area_flex .select-box .select-box_inner .select-box_ttl input[type="checkbox"]:checked,
#term
  .term-area_flex
  .select-box
  .select-box_inner
  .select-box_list
  input[type="checkbox"]:checked {
  background: #3b5d7a;
  border: none;
}
#term
  .term-area_flex
  .select-box
  .select-box_inner
  .select-box_ttl
  input[type="checkbox"]:checked:after,
#term
  .term-area_flex
  .select-box
  .select-box_inner
  .select-box_list
  input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
#term .term-area_flex .select-box .select-box_inner .select-box_list .is-disabled {
  color: #aaa;
  pointer-events: none;
}
#term
  .term-area_flex
  .select-box
  .select-box_inner
  .select-box_list
  input[type="checkbox"]:disabled {
  background: #f0f0f0;
  border-color: #ccc;
}
#term.toggle-wrap {
  display: none;
}
#term .term-select {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#term .term-select label {
  width: 120px;
}
#term .select-wrap {
  position: relative;
  height: 50px;
  border: 1px solid #ccc;
}
#term .select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #333;
  border-bottom: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
#term .select-wrap select {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
#term .term-area .select-wrap {
  width: 40%;
  min-width: 410px;
}
#term .term-price_flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
#term .term-price_flex .select-wrap {
  width: 20%;
  min-width: 190px;
}
#term .term-check {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
#term .term-check li {
  display: flex;
  align-items: center;
  gap: 15px;
}
#term .term-check li input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  appearance: none;
}
#term .term-check li input[type="checkbox"]:checked {
  background: #3b5d7a;
  border: none;
}
#term .term-check li input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
#term .btn_search {
  margin-top: 40px;
}
#term .keyword-wrap input[type="text"] {
  display: flex;
  align-items: stretch;
  flex: 1;
  height: 50px;
  border: 1px solid #ccc;
  padding: 0 20px;
  background: #fff;
  font-size: 1.4rem;
}
#term .keyword-wrap input[type="text"]::placeholder {
  color: #cccccc;
}
#term-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  color: #fff;
  background: #aea49e;
  font-size: 2.4rem;
}
#term-btn .term-btn_toggle {
  position: absolute;
  right: 20px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#term-btn .term-btn_toggle::before,
#term-btn .term-btn_toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: all 0.2s;
}
#term-btn .term-btn_toggle::before {
  width: 1px;
  height: 22px;
}
#term-btn .term-btn_toggle::after {
  width: 22px;
  height: 1px;
}
#term-btn.open .term-btn_toggle::before {
  opacity: 0;
}
#term-btn.open .term-btn_toggle::after {
  transform: translateX(-50%) rotate(180deg);
}

/*-------- 物件リスト --------*/
#bukken-list .bukken-item {
  position: relative;
  margin-bottom: 20px;
  padding: 40px 6%;
  display: flex;
  align-items: flex-start;
  background: #fff;
  gap: 3%;
}
#bukken-list .bukken-item_img {
  width: 345px;
}
#bukken-list .bukken-item_desc {
  width: calc(100% - 345px - 3%);
}
#bukken-list .bukken-item_desc__icon {
  margin-bottom: 5px;
}
#bukken-list .bukken-item_desc__icon img {
  height: 17px;
}
#bukken-list .bukken-item_desc__name {
  font-size: 2rem;
}
#bukken-list .bukken-item_desc__price,
#bukken-list .bukken-item_desc__detail {
  font-family: "Noto Sans JP", sans-serif;
}
#bukken-list .bukken-item_desc__price {
  margin: 10px 0 20px;
  line-height: 1;
  font-size: 1.8rem;
}
#bukken-list .bukken-item_desc__price::after {
  content: "（税込）";
  font-size: 1.4rem;
}
#bukken-list .bukken-item_desc__price.mitei::after {
  content: "";
}
#bukken-list .bukken-item_desc__detail {
  color: #878787;
  font-size: 14px;
  line-height: 2;
}
#bukken-list .bukken-item_desc__detail .-station::before {
  content: "【最寄り駅】";
}
#bukken-list .bukken-item_desc__detail .-area::before {
  content: "【土地面積】";
}
#bukken-list .bukken-item_desc__detail .-yuka::before {
  content: "【建物面積】";
}
#bukken-list .bukken-item_desc__link {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
#bukken-list .bukken-item_desc__link .btn-bukken,
#bukken-list .bukken-item_desc__link .btn-reserve,
#bukken-list .bukken-item_desc__link .btn-contact {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: calc(100% / 3);
  height: 50px;
  font-size: 1.4rem;
  color: #fff;
  transition: all 0.3s;
}
#bukken-list .bukken-item_desc__link .btn-bukken::after,
#bukken-list .bukken-item_desc__link .btn-reserve::after,
#bukken-list .bukken-item_desc__link .btn-contact::after {
  content: "";
}
#bukken-list .bukken-item_desc__link .btn-bukken {
  background: #3b5d7a;
}
#bukken-list .bukken-item_desc__link .btn-bukken:hover {
  background: #2d4b65;
}
#bukken-list .bukken-item_desc__link .btn-bukken::after {
  position: absolute;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
#bukken-list .bukken-item_desc__link .btn-reserve {
  background: #4ea8a5;
}
#bukken-list .bukken-item_desc__link .btn-reserve:hover {
  background: #448f8d;
}
#bukken-list .bukken-item_desc__link .btn-reserve::after {
  width: 14px;
  height: 14px;
  background: url(../common/img/icon_reserve-white.svg) no-repeat center / contain;
}
#bukken-list .bukken-item_desc__link .btn-contact {
  background: #b19e72;
}
#bukken-list .bukken-item_desc__link .btn-contact:hover {
  background: #9a8a66;
}
#bukken-list .bukken-item_desc__link .btn-contact::after {
  width: 18px;
  height: 14px;
  background: url(../common/img/icon_contact-white.svg) no-repeat center / contain;
}
#bukken-list .bukken-item_favo {
  position: absolute;
  top: 40px;
  right: 6%;
  display: block;
  width: 25px;
  height: 20px;
  cursor: pointer;
}
#bukken-list .bukken-item_favo input[type="checkbox"] {
  display: none;
}
#bukken-list .bukken-item_favo .hidden::before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  content: "\f004";
  color: #114465;
  font-size: 20px;
}
#bukken-list .bukken-item_favo input[type="checkbox"]:checked + .hidden::before {
  display: none;
}
#bukken-list .bukken-item_favo input[type="checkbox"]:checked + .hidden::after {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 600;
  content: "\f004";
  color: #114465;
  font-size: 20px;
}
#bukken-list .bukken-pg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 60px;
}
#bukken-list .bukken-pg li {
  height: 50px;
}
#bukken-list .bukken-pg li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
#bukken-list .bukken-pg li .arrow {
  width: 35px;
  background: #fff;
}
#bukken-list .bukken-pg li .prev::before,
#bukken-list .bukken-pg li .next::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../common/img/arrow_pagenation.svg) no-repeat center / contain;
}
#bukken-list .bukken-pg li .prev-max::before,
#bukken-list .bukken-pg li .next-max::before {
  content: "";
  width: 18px;
  height: 12px;
  background: url(../common/img/arrow_pagenation_max.svg) no-repeat center / contain;
}
#bukken-list .bukken-pg li .next::before,
#bukken-list .bukken-pg li .next-max::before {
  transform: scale(-1, 1);
}
#bukken-list .bukken-pg li .num {
  width: 45px;
  font-size: 20px;
  background: #dfdad4;
  color: #fff;
}
#bukken-list .bukken-pg li .num.active {
  background: #3b5d7a;
}

/*----------------------------
 bukken
 ----------------------------*/
#bukken {
  padding-bottom: 180px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
#bukken.bottom-cont {
  padding: 80px 0;
}
#bukken > a {
  align-content: center;
}
#bukken .bukken-item {
  color: #fff;
}
#bukken .bukken-clm1 {
  width: 100%;
  height: 365px;
  display: flex;
  align-items: center;
}
#bukken .bukken-clm2 {
  width: calc(50% - 5px);
  height: 260px;
}
#bukken .bukken-clm2 > p {
  margin: 0 10%;
}
#bukken .bukken-item:hover .btn_g::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
#bukken .bukken-clm1_desc {
  width: 50%;
  padding: 0 5%;
}
#bukken .bukken-clm1 .bukken-item_img {
  width: 50%;
  height: 100%;
  position: relative;
}
#bukken .bukken-clm1 .bukken-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bukken .bukken-item_ttl {
  font-size: 3.2rem;
  line-height: 1.3;
}
#bukken .bukken-item_ttl::before {
  content: attr(data-en);
  display: block;
  margin-bottom: 10px;
  color: #748696;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
}
#bukken .bukken-item_btn {
  margin-top: 40px !important;
}
#bukken .keyword_wrap {
  width: 100%;
}
#bukken .keyword_wrap form {
  display: flex;
  border: 1px solid #ccc;
}
#bukken .keyword_wrap form .input {
  width: 100%;
  padding: 16px 15px;
  background: #fff;
  font-size: 1.4rem;
}
#bukken .keyword_wrap form .submit {
  width: 52px;
  background: #aea49e url(../img/home/icon_search04.svg) no-repeat center / 25px 25px;
}

/*----------------------------
 area
 ----------------------------*/
#area .area-map {
  margin: 45px auto 30px;
}
#area .area-map svg {
  width: 100%;
  height: auto;
  aspect-ratio: 1163 / 697;
}
#area .area-btns {
  display: none;
}

/*----------------------------
 pickup
 ----------------------------*/
#pickup {
  margin: 120px auto;
}
#pickup .swiper_inner {
  margin: 60px 0 40px;
}
#pickup .swiper_inner .swp_btns {
  position: initial;
  margin: 60px auto 0;
}
#pickup .btn {
  margin: 0 auto;
}

/*----------------------------
 special
 ----------------------------*/
#special {
  padding-top: 120px;
}
#special .sp-btns {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#special .sp-btns-item {
  position: relative;
  width: 100%;
  height: 90px;
  text-align: center;
  align-content: center;
  background: #aea49e;
  color: #fff;
  font-size: 2.2rem;
  transition: all 0.3s;
}
#special .sp-btns-item:hover {
  background: #928883;
}
#special .sp-btns-item span {
  display: block;
  margin-top: 5px;
  font-size: 1.6rem;
}
#special .sp-btns-item::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../common/img/icon_bukken-whtie.svg) no-repeat center / contain;
}
#special .sp-keyword {
  margin: 40px 0 30px;
}
#special .sp-keyword_head {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

/*----------------------------
 map
 ----------------------------*/
#map .map-note {
  margin: 50px 0 40px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
#map .map-wrap {
  width: 100%;
  height: 550px;
}
#map .map-wrap #search-bukken-map {
  height: 100%;
}
#map .map-keyword {
  margin-top: 60px;
}

/*----------------------------
 area-list
 ----------------------------*/
#area-list {
  margin: 120px 0 80px;
}
#area-list .area-cont {
  margin-bottom: 120px;
}
#area-list .area-cont_item {
  display: flex;
  padding: 50px 0;
}
#area-list .area-cont_item__head {
  width: 26%;
  font-size: 2rem;
}
#area-list .area-cont_item__head::before {
  content: "■\0020";
  color: #3b5d7a;
}
#area-list .area-cont_item__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  width: calc(100% - 26%);
  margin-top: 60px;
  font-size: 1.6rem;
}
#area-list .area-cont_item__list li {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  width: calc(100% / 5);
}
#area-list .area-cont_item__list li .icon {
  position: absolute;
  top: -12px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
#area-list .area-cont_item__list li .icon img {
  height: 12px;
}
#area-list .area-cont_item__list li input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  appearance: none;
}
#area-list .area-cont_item__list li input[type="checkbox"]:checked {
  background: #3b5d7a;
  border: none;
}
#area-list .area-cont_item__list li input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 1.5px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
#area-list .area-cont_item__list li.none a {
  color: #aaa;
  pointer-events: none;
}

/*----------------------------
result
 ----------------------------*/
#result {
  margin-bottom: 140px;
}
#result .result-area {
  margin-top: 20px;
  font-size: 2.4rem;
}
#result .result-txt {
  margin-bottom: 40px;
  font-size: 2rem;
}
#result .result-total {
  margin: 40px auto 60px;
  font-size: 2.4rem;
  text-align: center;
}
#result.land .land-term {
  padding: 80px 0;
}
#result.land .land-term .term-select {
  margin-bottom: 60px;
}
#result.land .b-heading {
  margin-top: 100px;
}

/*----------------------------
googlemap
 ----------------------------*/
#search-bukken-map .gm-style-iw button {
  background: url(../common/img/search-bukken-map-close.png) no-repeat 50% 50% !important;
  width: 20px !important;
  height: 19px !important;
  opacity: 1;
  top: 4px !important;
  right: 4px !important;
}
#search-bukken-map .gm-style-iw button span {
  display: none !important;
}
#search-bukken-map .gmap-conts .ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 5px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: #00375a solid 1px;
  font-size: 14px;
}
#search-bukken-map .gmap-conts .ttl img {
  vertical-align: middle;
}
#search-bukken-map .gmap-conts .ttl .flg {
  width: fit-content;
}
#search-bukken-map .gmap-conts .ttl .flg:last-child {
  margin-right: 50%;
}
#search-bukken-map .gmap-conts .content {
  display: flex;
  gap: 10px;
}
#search-bukken-map .gmap-conts .content a {
  display: block;
  width: 130px;
}
#search-bukken-map .gmap-conts .content a .pic {
  width: 130px;
  height: 72px;
  position: relative;
  overflow: hidden;
}
#search-bukken-map .gmap-conts .content a .pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#search-bukken-map .gmap-conts .content .txt {
  width: 180px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.4;
}
#search-bukken-map .gmap-conts .content .txt .address {
  display: block;
  margin-bottom: 0.7em;
}
#search-bukken-map .gmap-conts .bnr {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0 0;
}
#search-bukken-map .gmap-conts .bnr li {
  flex: 1;
}
#search-bukken-map .gmap-conts .bnr li a {
  display: block;
  padding: 8px 0;
  background: #3b5d7a;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
#search-bukken-map .gmap-conts .bnr li a span {
  display: inline-block;
}
#search-bukken-map .gmap-conts .bnr li .bnr-btn2 {
  background: #4ea8a5;
}
#search-bukken-map .gmap-conts .bnr li .bnr-btn3 {
  background: #b19e72;
}

/*  mobile & smart phone
---------------------------------------------- */
@media only screen and (max-width: 959px) {
  /*----------------------------
 common
 ----------------------------*/
  /*-------- title --------*/
  .b-heading .b-heading_area {
    margin: 60px 0 20px;
  }
  .b-heading .b-heading_ja {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  /*-------- btn --------*/
  .btn_arrow,
  .btn_search {
    width: 100%;
    font-size: 18px;
  }
  .btn_search::after {
    right: 10px;
  }

  /*-------- キーワード検索 --------*/
  #keyword .keyword-wrap {
    height: 45px;
  }
  #keyword .keyword-wrap input[type="text"] {
    width: calc(100% - 45px);
    padding: 0 10px;
    font-size: 12px;
  }
  #keyword .keyword-wrap button {
    width: 45px;
  }
  #keyword .keyword-wrap button::after {
    width: 22px;
    height: 22px;
  }

  /*-------- 条件検索 --------*/
  #term {
    padding: 40px 0 70px;
  }
  #term .inner-m {
    width: 85%;
  }
  #term .term-area_flex,
  #term .keyword-wrap {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  #term .term-area_flex > label,
  #term .keyword-wrap > label {
    width: 100%;
  }
  #term .term-area_flex .select-box .select-box_toggle {
    height: 45px;
    padding: 0 10px;
  }
  #term .term-area_flex .select-box .select-box_inner {
    height: 200px;
  }
  #term .term-select {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  #term .term-select label {
    width: auto;
  }
  #term .select-wrap {
    height: 45px;
  }
  #term .select-wrap select {
    padding: 0 10px;
  }
  #term .term-area .select-wrap {
    width: 100%;
    min-width: inherit;
  }
  #term .term-price_flex {
    gap: 10px;
    white-space: nowrap;
  }
  #term .term-price_flex .select-wrap {
    width: 40%;
    min-width: 120px;
  }
  #term .term-check {
    gap: 15px 30px;
  }
  #term .term-check li {
    gap: 10px;
  }
  #term .term-check li input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }
  #term .term-check li input[type="checkbox"]:checked:after {
    top: 3px;
    left: 1px;
  }
  #term-btn {
    height: 55px;
    font-size: 1.8rem;
  }
  #term-btn .term-btn_toggle {
    width: 14px;
    height: 14px;
  }
  #term-btn .term-btn_toggle::before {
    height: 14px;
  }
  #term-btn .term-btn_toggle::after {
    width: 14px;
  }

  /*-------- 物件リスト --------*/
  #bukken-list .bukken-item {
    margin-bottom: 10px;
    padding: 0;
    flex-direction: column;
    gap: 15px;
  }
  #bukken-list .bukken-item_img {
    width: 100%;
  }
  #bukken-list .bukken-item_desc {
    width: 100%;
    padding: 0 5%;
  }
  #bukken-list .bukken-item_desc__price {
    margin: 10px 0;
  }
  #bukken-list .bukken-item_desc__detail .area::before,
  #bukken-list .bukken-item_desc__detail .yuka::before {
    display: block;
  }
  #bukken-list .bukken-item_desc__detail {
    font-size: 10px;
  }
  #bukken-list .bukken-item_desc__link {
    flex-wrap: wrap;
    gap: 5px;
  }
  #bukken-list .bukken-item_desc__link .btn-bukken,
  #bukken-list .bukken-item_desc__link .btn-reserve,
  #bukken-list .bukken-item_desc__link .btn-contact {
    height: 45px;
    font-size: 14px;
  }
  #bukken-list .bukken-item_desc__link .btn-bukken {
    width: 100%;
  }
  #bukken-list .bukken-item_desc__link .btn-reserve,
  #bukken-list .bukken-item_desc__link .btn-contact {
    width: calc(50% - 2.5px);
  }
  #bukken-list .bukken-item_favo {
    position: initial;
    margin: 0 5% 25px auto;
    width: 20px;
    height: 18px;
  }
  #bukken-list .bukken-pg {
    gap: 0;
    margin-top: 30px;
  }
  #bukken-list .bukken-pg li {
    height: 40px;
  }
  #bukken-list .bukken-pg li .arrow {
    width: 25px;
  }
  #bukken-list .bukken-pg li .prev {
    margin: 0 10px 0 3px;
  }
  #bukken-list .bukken-pg li .next {
    margin: 0 3px 0 10px;
  }
  #bukken-list .bukken-pg li .prev::before,
  #bukken-list .bukken-pg li .next::before {
    width: 8px;
    height: 8px;
  }
  #bukken-list .bukken-pg li .prev-max::before,
  #bukken-list .bukken-pg li .next-max::before {
    width: 13px;
    height: 8px;
  }
  #bukken-list .bukken-pg li .num {
    margin: 0 3px;
    width: 30px;
    font-size: 14px;
  }

  /*----------------------------
 bukken
 ----------------------------*/
  #bukken {
    padding-bottom: 60px;
    flex-direction: column;
    gap: 5px;
  }
  #bukken.bottom-cont {
    padding: 40px 0;
  }
  #bukken .bukken-item {
    width: 100%;
    height: 120px;
  }
  #bukken .bukken-item::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../common/img/btn_arrow2.svg) no-repeat center / contain;
    z-index: 1;
  }
  #bukken .bukken-clm1_desc {
    width: 100%;
    padding: 0;
  }
  #bukken .bukken-item_ttl {
    margin: 0 0 0 25px !important;
    font-size: 2.8rem;
  }
  #bukken .bukken-item_ttl::before {
    font-size: 1.4rem;
  }
  #bukken .bukken-item_btn {
    display: none;
  }

  /*----------------------------
 area
 ----------------------------*/
  #area .area-map {
    margin: 15px calc(50% - 50vw) 20px;
    width: 100vw;
  }
  #area .area-map .area-map_svg {
    width: 100%;
  }
  #area .area-btns {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
  }
  #area .area-btns li {
    width: calc(50% - 2.5px);
  }
  #area .area-btns li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background: #b19e72;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s;
  }
  #area .area-btns li a::after {
    content: "";
    position: absolute;
    right: 10px;
    width: 5px;
    height: 5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
  }
  #area .area-btns li a:hover {
    background: #9a8a66;
  }

  /*----------------------------
 pickup
 ----------------------------*/
  #pickup {
    margin: 60px auto 70px;
  }
  #pickup .swiper_inner {
    margin-bottom: 30px;
  }
  #pickup .swiper_inner .swp_btns {
    position: initial;
    margin: 40px auto 0;
  }

  /*----------------------------
 special
 ----------------------------*/
  #special {
    padding-top: 80px;
  }
  #special .inner-s {
    width: 100%;
  }
  #special .sp-btns {
    margin-top: 35px;
    flex-direction: column;
    gap: 10px;
  }
  #special .sp-btns-item {
    height: 70px;
    font-size: 2rem;
  }
  #special .sp-btns-item span {
    margin-top: 0;
  }
  #special .sp-keyword {
    margin: 20px 0;
  }
  #special .sp-keyword_head {
    margin-bottom: 5px;
    font-size: 2rem;
  }

  /*----------------------------
 map
 ----------------------------*/
  #map .map-note {
    margin: 30px 0 10px;
  }
  #map .map-wrap {
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
    aspect-ratio: 13 / 9;
  }
  #map .map-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #map .map-keyword {
    width: 100%;
    margin-top: 30px;
  }

  /*----------------------------
 area-list
 ----------------------------*/
  #area-list {
    margin-top: 80px;
  }
  #area-list .area-cont {
    margin: -40px 0 30px;
  }
  #area-list .area-cont_item {
    position: relative;
    flex-direction: column;
    gap: 35px;
    padding: 60px 0 0;
  }
  #area-list .area-cont_item:not(:first-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #edebe8;
  }
  #area-list .area-cont_item__head {
    width: 100%;
  }
  #area-list .area-cont_item__list {
    align-items: flex-end;
    gap: 25px 0;
    width: 100%;
    margin-top: 0;
  }
  #area-list .area-cont_item__list li {
    flex-wrap: wrap;
    width: calc(100% / 2);
  }
  #area-list .area-cont_item__list li:nth-child(odd) {
    padding-left: 10px;
  }
  #area-list .area-cont_item__list li .icon {
    position: initial;
    gap: 2px;
    width: 100px;
    margin-right: calc(100% - 100px);
  }
  #area-list .area-cont_item__list li input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }
  #area-list .area-cont_item__list li input[type="checkbox"]:checked:after {
    top: 3px;
    left: 1px;
  }
  #area-list .area-cont_item__list li a {
    width: calc(100% - 20px);
  }
  #area-list .btn_search {
    width: 85%;
  }

  /*----------------------------
result
 ----------------------------*/
  #result {
    margin-bottom: 80px;
  }
  #result .result-area {
    margin-top: 30px;
    font-size: 2rem;
  }
  #result .result-txt {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #result .result-total {
    margin: 20px auto 40px;
    font-size: 2rem;
  }
  #result.land .land-term {
    padding: 40px 0;
  }
  #result.land .land-term .term-select {
    margin-bottom: 20px;
  }
  #result.land .b-heading {
    margin-top: 45px;
  }
}
