@charset "utf-8";

/* = 
 * Twenty Nineteen
 * widget_fudo Style
 * style2019.css
 * @package WordPress 5.3
 * Version: 5.3.2
*/
/* = common 
-------------------------------------------------------------- */

:root {
  /* 管理画面側で設定 */
  color: var(--color_main);
  color: var(--color_bg);
  color: var(--color_text);
  /* css側で設定 */
  --bg_color: #F4FDFF;
  --bg_color2: #FFFBF5;
  --bg_color3: #F0F9FF;
  --accent_color: #FFA30F;
  --light_color1: #3482D0;
  --light_color2: #2D78C3;
  --dark_color1: #186CA8;
  --dark_color2: #00487C;
  --bg_ling_color1: #FFF500;
  --bg_ling_color2: #FBFF9D;
}

html,
body,
button,
input,
select,
textarea {
  /* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "´ ProN W3", Meiryo, sans-serif !important; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
  /* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "´ ProN W3", Meiryo, sans-serif !important; */
}



html {
  font-size: 18px;
}

.flex {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.flex-sb {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

/* = demo-SinglePage
---------------------------------------------------------------------- */

body.single-fudo .singleFudo_top {
  /* padding: 20px 0px 10px; */
  /* background-color: #fff; */
  margin: 0;
  max-width: unset;
  position: relative;
  margin-bottom: 58px;
}

body.single-fudo .singleFudo_top #list_add_table {
  width: 70%;
}

main.singleFudo_page h1.entry-title span.syubetu {
  background: #007acc;
  color: #fff;
  font-size: 14px;
  padding: 5px 30px;
  font-weight: 600;
  border-radius: 5px;
  vertical-align: top;
  margin-right: 20px;
}

.singleFudo_top dl.price_dl {
  align-items: center;
  color: var(--color_main);
  margin-top: 0;
  margin-bottom: 20px;
}

.singleFudo_top table#list_add {
  width: 100%;
  margin-bottom: 40px;
}

.single_fudoImg_wrap {
  display: none;
}

.single_fudoImg_wrap dl {
  align-items: center;
  margin: 0;
}

.single_fudoImg_wrap dl dt {
  margin-right: 15px;
}

.single_fudoImg_wrap dl dd {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 35px;
}

.singleFudo_top dt.price_title {
  font-size: 30px;
  font-weight: bold;
  border: solid 2px;
  padding: 3px 32px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 25px;
  text-align: center;
  color: #fff;
  background-color: var(--color_main);
}

.singleFudo_top dt.price_title.color {
  color: var(--color_main);
  background-color: #fff;
}

.singleFudo_top dl.price_dl dd {
  margin: 0;
}

.singleFudo_top dl.price_dl dd span.seiyakuzumi {
  font-size: 20px;
}

.singleFudo_top span.price_1 {
  font-size: 26px;
  font-weight: 700;
  color: var(--color_text);
  letter-spacing: 0.01em;
}

.singleFudo_top span.price_1.small {
  font-size: 18px;
}

.singleFudo_top span.price_2 {
  font-size: 14px;
}

.singleFudo_top .price_info {
  color: #585858;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  margin-bottom: 20px;
}

.singleFudo_top .price_info:before {
  content: "(";
  margin-right: 10px;
}

.singleFudo_top .price_info:after {
  content: ")";
  margin-left: 10px;
}

.singleFudo_top .price_info span {
  margin-right: 5px;
  padding-right: 10px;
  position: relative;
}

.singleFudo_top .price_info span:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}

div#list_add_table table td,
div#list_add_table table th {
  border: none;
  /* border-bottom: 1px solid #E8E8E8; */
}


body.fudo-template-default:after {
  display: none;
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
}


body.fudo-template-default .lb-cancel {
  background: url(../img/loading.gif) no-repeat;
}

body.fudo-template-default .lb-nav a.lb-prev {
  background: url(../img/prev.png) left 48% no-repeat;
}

body.fudo-template-default .lb-nav a.lb-next {
  background: url(../img/next.png) right 48% no-repeat;
}

body.fudo-template-default .lb-data .lb-close {
  background: url(../img/close.png) top right no-repeat;
}

div#list_add_table table th {
  text-align: left;
  padding-left: 46px;
  position: relative;
  width: 10%;
  font-size: 14px;
  white-space: nowrap;
}

div#list_add_table table td {
  /* width: 90%; */
  font-size: 14px;
  font-weight: 600;
}

a.map_btn {
  background: #1A1A1A;
  color: #fff;
  padding: 4px 8px;
  margin-left: 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

div#list_add_table table th.address {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
}

div#list_add_table table th.address::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 20px;
  background-color: var(--color_main);
  -webkit-mask-image: url(../img/map_icon.svg);
  mask-image: url(../img/map_icon.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

div#list_add_table table th.traffic {
  position: relative;
  padding-left: 38px;
}

div#list_add_table table th.traffic::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 20px;
  background-color: var(--color_main);
  -webkit-mask-image: url(../img/train_icon02.svg);
  mask-image: url(../img/train_icon02.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.archive_flWrap .archiveSidebar {
  width: 300px;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
  background-color: #fff;
}

.breadcrumbs {
  margin-bottom: 20px;
}

.archive_flWrap {
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: unset !important;
  gap: 50px;
}

.archive-fudo header.page-header h1 {
  /* border-top: 3px solid #007acc; */
  /* padding: 1em; */
  -moz-box-shadow: 0 3px 10px #D9D9D9;
  /* -webkit-box-shadow: 0 3px 10px #D9D9D9; */
  /* box-shadow: 0 3px 10px #D9D9D9; */
  display: block !important;
  margin-bottom: 26px;
}

.archive-fudo header.page-header h1 a {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .01em;
}

.archive_flWrap #list_simplepage {
  flex-grow: 1;
}

.archive_flWrap #list_simplepage .common_archive_bukken_list {
  width: 80%;
  margin: 0 auto;
}

.archive_flWrap #list_simplepage .list_simple_box .fl_wrap {
  gap: 20px;
}

.site-main header.page-header {
  margin: 0;
}

.archive_flWrap #list_simplepage select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  border: 1px solid #D9D9D9;
  font-size: 12px;
  padding: 7px 7px;
  background-image: url(../img/yajirushi_icon.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 10px;
  padding-right: 50px;
}

.archive_flWrap #list_simplepage select::-ms-expand {
  display: none;
}

.archive_flWrap .archiveSidebar ul:first-of-type {
  margin-bottom: 70px;
}

.archive_flWrap .archiveSidebar h2.joken_title {
  background: #333;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
}

.archive_flWrap .archiveSidebar h2.joken_title:before {
  display: none;
}

.archive_flWrap .archiveSidebar table {
  border: none;
}

.archive_flWrap .archiveSidebar table.form_jsearch th,
.archive_flWrap .archiveSidebar table.form_jsearch td {
  border: none;
  display: block;
}

.archive_flWrap .archiveSidebar table.form_jsearch th {
  font-size: 18px;
  font-weight: 600;
  border-left: 3px solid;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: .5em;
}

.archive_flWrap .archiveSidebar table.form_jsearch td {
  margin-bottom: 10px;
  font-size: 15px;
}

.archive_flWrap .archiveSidebar table.form_jsearch td.setsubi ul li {
  width: 100%;
}

.archive_flWrap .archiveSidebar table.form_jsearch th br {
  display: none;
}

.archive_flWrap .archiveSidebar .submit input[type="submit"] {
  background-color: #EC6700;
  color: #fff;
  border: 0px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 1px #d9d9d9;
  -moz-box-shadow: 0 2px 1px #d9d9d9;
  box-shadow: 0 2px 1px #d9d9d9;
  width: 100%;
  padding: 8px;
  font-size: 14px;
}

.archive_flWrap h2.widgettitle {
  color: var(--color_text);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

.archive_flWrap h2.widgettitle:before {
  display: none;
}

.archive_flWrap .search-form {
  /* margin-top: 70px; */
}

.archive_flWrap .search-form input.search-submit {
  background-color: var(--color_main);
  border-radius: 4px;
  width: 100px;
  height: 34px;
  margin: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: unset;
  margin-top: 11px;
}

.archive_flWrap .search-form input.search-field {
  border-radius: 4px;
  width: 100%;
  height: 44px;
  background-color: #FCFCFC;
  border: 1px solid #DBDBDB;
  font-size: 12px;
  text-align: left;
}

.archive_flWrap form#searchitem div .title,
.archive_flWrap form#searchitem div#setsubi_cb span.jsearch_setsubi,
.archive_flWrap form#searchitem div span.jsearch_madori,
.archive_flWrap form#searchitem span.jsearch_kakaku {
  font-size: 14px;
  font-weight: 700;
  padding-left: 10px;
  border-left: 4px solid var(--color_main);
  margin-bottom: 10px;
  display: inline-block;
}

.archive_flWrap form#searchitem div select {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  background-color: #FCFCFC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
  min-width: 118px;
  height: 44px;
}

.archive_flWrap form#searchitem div#madori_cb {
  font-size: 14px;
}

.archive_flWrap form#searchitem div#madori_cb span {
  width: 80px;
  margin-bottom: 5px;
}

.archive_flWrap form#searchitem div#setsubi_cb span {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 2;
}

.commonSearch input[type=checkbox] {
  display: none;
  margin: 0;
}

.commonSearch input[type=checkbox]+label {
  padding: 8px 0 0 25px;
  line-height: 15px;
}

.commonSearch input[type=checkbox]+label {
  padding: 8px 0 0 34px;
}

.commonSearch input[type=checkbox]+label::before {
  content: "";
  position: absolute;
  top: 86%;
  left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: white;
}

.commonSearch input[type=checkbox]+label::before {
  border: 1px solid #ccc;
  border-radius: 12px;
  -webkit-box-shadow: rgba(210, 217, 202, 0.8) 0px 0px 0px, white 0 0px 0 inset, rgba(235, 235, 235, 0.7) 0 0px 0 inset;
  -moz-box-shadow: rgba(210, 217, 202, 0.8) 0px 0px 0px, white 0 0px 0 inset, rgba(235, 235, 235, 0.7) 0 0px 0 inset;
  box-shadow: rgba(210, 217, 202, 0.8) 0px 0px 0px, white 0 0px 0 inset, rgba(235, 235, 235, 0.7) 0 0px 0 inset;
}

.commonSearch input[type=checkbox]:checked+label::after {
  content: "";
  position: absolute;
  top: 56%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.commonSearch input[type=checkbox]:checked+label {
  color: #F7931E;
}

.commonSearch input[type=checkbox]:checked+label::after {
  left: 12px;
  width: 17px;
  height: 10px;
  margin-top: -7px;
  border-left: 3px solid #F7931E;
  border-bottom: 3px solid #F7931E;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.commonSearch input[type="submit"] {
  background-color: var(--color_main);
  color: #fff;
  border: 0px;
  border-radius: 4px !important;
  !i;
  !;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 1px #d9d9d9;
  -moz-box-shadow: 0 2px 1px #d9d9d9;
  box-shadow: 0 2px 1px #d9d9d9;
  width: 200px;
  padding: 11px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 700;
  margin: 30px auto 0;
  text-align: center;
  display: block;
}

#page_jsearch_page input[type="submit"] {
  background-color: var(--color_main);
  color: #fff;
  font-weight: 700;
  border: 0px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 40px;
  -webkit-box-shadow: 0 2px 1px #d9d9d9;
  -moz-box-shadow: 0 2px 1px #d9d9d9;
  box-shadow: 0 2px 1px #d9d9d9;
  padding: 15px 8px;
  margin-top: 30px;
  font-size: 14px;
  width: 300px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.commonSearch input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  zoom: 1;
  width: 22px;
  height: 22px;
  background: #fff;
}


.commonSearch input[type=checkbox]+label {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  line-height: 1.5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.commonSearch select#numberOfRecordsSelected {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  border: 1px solid #D9D9D9;
  font-size: 12px;
  padding: 7px 7px;
  width: 50px;
  background-color: #fff;
}

.commonSearch select#sortOrderSelected {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  border: 1px solid #D9D9D9;
  font-size: 12px;
  padding: 7px 7px;
  width: 150px;
  background-color: #fff;
}

.selectWrap {
  overflow: hidden;
  /* margin: 2em auto; */
}

.archiveSidebar .selectWrap select {
  /* padding-right: 30px; */
  width: 100%;
}

.archiveSidebar table.form_jsearch li {
  display: block;
  margin: 0;
}

.archiveSidebar table.form_jsearch li+li {
  margin-top: 5px;
}

.archiveSidebar table.form_jsearch ul.switchDetail {
  padding: 10px 0;
}

.selectWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  border: 1px solid var(--bg_color);
  font-size: 13px;
  padding: 9px 17px;
  background-image: url(../img/yajirushi_icon.png);
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: 10px;
  /* padding-right: 50px; */
}

.selectWrap select::-ms-expand {
  display: none;
}

.jokenFlex {
  align-items: center;
}

.jokenFlex span.kara {
  margin: 0 4px;
}

/*** 会員ログイン ***/
.kaiin_login {
  width: 100%;
  margin: auto auto 70px;
  /* background: #ebeff2; */
  text-align: center;
  font-size: 16px;
}

input#user_login,
input#password {
  display: block;
  width: 100%;
  margin: 5px 0 10px;
  padding: 0.36rem 0.66rem;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
}

.kaiin_login input[type="submit"] {
  width: 80%;
  height: 45px;
  transition: 0.3s;
  /* color: #fff; */
  margin-bottom: 10px;
}

.kaiin_register a.thickbox,
.kaiin_register {
  font-size: 12px;
}

p.kain_text {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}

/* 物件アーカイブ（メイン部分） */
.archive_flWrap {
  flex-wrap: nowrap !important;
}

.archive_flWrap #list_simplepage .list_detail {
  flex-grow: 1;
}

.archive_flWrap #list_simplepage .list_picsam {
  width: 300px;
  height: 280px;
  /* width: 40%; */
}

.archive_flWrap #list_simplepage .list_info {
  width: 100%;
  margin-top: 20px;
}

.archive_flWrap #list_simplepage .list_info table {
  font-size: 12px;
}

.archive_flWrap #list_simplepage .list_info table {
  border: 1px solid #5e5e5e;
}

.archive_flWrap #list_simplepage .list_info table th {
  background: #f1f1f1;
  width: calc(100% / 7);
  border-right: 1px solid #5e5e5e;
}

.archive_flWrap #list_simplepage .list_info table td {
  border-right: 1px solid #5e5e5e;
  text-align: center;
}

.archive_flWrap #list_simplepage .list_detail table {}

.archive_flWrap #list_simplepage .list_simple_box .fl_wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
}

.archive_flWrap #list_simplepage .list_simple_boxtitle .entry-title {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.archive_flWrap #list_simplepage .list_simple_boxtitle a {
  color: var(--color_text);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .06em;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  display: block;
  display: flex;
  align-items: center;
  padding-right: 1em;
}

.archive_flWrap #list_simplepage .list_simple_boxtitle .simplefavorite-button {
  margin-left: auto;
  flex-shrink: 0;
}

.archive_flWrap #list_simplepage .list_address tr {
  display: flex;
  align-items: center;
  gap: 20px;
}

.archive_flWrap #list_simplepage .list_address tr+tr {
  margin-top: 8px;
}

.archive_flWrap #list_simplepage .list_address td.list_address_th {
  width: 90px;
  height: 100%;
  background: var(--bg_color);
  color: #3a3a3a;
  padding: 6.5px 5px;
  text-align: center;
}

.archive_flWrap #list_simplepage .list_address td.list_address_th dt {
  font-size: 14px;
  font-weight: 500;
}

.archive_flWrap #list_simplepage dl+dl {
  margin-top: 8px;
}

.archive_flWrap #list_simplepage dl.list_address {
  margin-top: unset;
}

.archive_flWrap #list_simplepage dl.list_price_others td.list_price_others_th span {
  font-weight: 500;
}

.archive_flWrap #list_simplepage .list_price_others tr {
  display: flex;
  align-items: center;
  gap: 20px;
}

.archive_flWrap #list_simplepage .list_price_others tr+tr {
  margin-top: 8px;
}

#list_simplepage .list_price_others table td.list_price_others_th {
  font-size: 14px;
  font-weight: 500;
  width: 90px;
  height: 100%;
  background: var(--bg_color);
  color: #3a3a3a;
  padding: 6.5px 5px;
  text-align: center;
}

#list_simplepage .list_price_others table td.list_price_others_td {
  min-width: 80px;
  font-size: 13px
}

.list_address td.list_address_td,
.list_detail table td.list_price_td {
  width: 80%;
}

.list_simple_boxtitle span.syubetsu {
  border: 1px solid var(--color_main);
  color: #fff;
  background-color: var(--color_main);
  font-size: 14px;
  font-weight: 700;
  padding: .1em .9em;
  border-radius: 4px;
  margin: 5px 20px 0 0;
  display: inline-block;
  flex-shrink: 0;
}

.list_simple_boxtitle {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 20px;
  padding-top: 0;
  position: relative;
}

.archive-fudo .entry-title .new_mark {
  font-size: 13px !important;
  position: absolute !important;
  margin: 0;
  right: 0;
  left: auto;
  top: 0;
  border-radius: 4px;
}

#list_simplepage h2.entry-title:before {
  display: none;
}

#list_simplepage article {
  margin-bottom: 36px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
  padding: 20px 30px;
  border-radius: 10px;
}

.select_fl.flex {
  align-items: center;
}

.select_fl.flex p.text {
  margin-right: .5em;
  font-weight: 600;
}

.list_picsam .bx-wrapper .bx-caption {
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-shadow: 0px 0px 5px #000;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 31.09%, rgba(0, 0, 0, 0.4) 67.23%, rgba(0, 0, 0, 0.6));
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  font-size: 14px;
}

#fudo_syousai-2 .syousai-content {
  position: relative;
}

#fudo_syousai-2 .syousai-content .slick-track {
  display: flex;
  opacity: 1 !important;
  left: auto !important;
  padding: 10px 0;
}

#fudo_syousai-2 .syousai-content .slick-track {
  display: flex;
}

#fudo_syousai-2 .syousai-content .slick-track .slick-slide {
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
  margin: 0 10px;
  height: auto !important;
}

#fudo_syousai-2 .syousai-content .slick-track .slick-slide .text .top_title {
  display: block;
  padding: 0.6em;
  font-size: 14px;
  font-weight: 500;
  color: var(--color_text);
  border-bottom: 1px solid #EBEBEB;
}

#fudo_syousai-2 .syousai-content .slick-track .slick-slide .text .top_price {
  display: block;
  padding: 0 0.6em;
  font-size: 14px;
  font-weight: 700;
  color: #D51F10;
}

#fudo_syousai-2 .syousai-content .slick-track .slick-slide .text .top_madori {
  display: none;
}

#fudo_syousai-2 .syousai-content .slick-track .slick-slide .text .top_menseki {
  display: block;
  padding: 0 0.6em;
  font-size: 12px;
  font-weight: 700;
  color: var(--color_text);
}

#fudo_syousai-2 .syousai-content .slick-track .slick-slide .text .top_shozaichi {
  display: block;
  padding: 0 0.6em;
  font-size: 12px;
  font-weight: 500;
  color: var(--color_text);
}

#fudo_syousai-2 .syousai-content .slick-track .slick-slide .text .top_kotsu {
  display: block;
  padding: 0 0.6em;
  font-size: 12px;
  font-weight: 500;
  color: var(--color_text);
}

#fudo_syousai-2 .syousai-content .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background-color: #D3D3D3;
}

#fudo_syousai-2 .syousai-content .slick-dots .slick-active {
  background-color: var(--color_main);
}

#fudo_syousai-2 .syousai-content .slick-dots li button {
  display: none;
}

#fudo_syousai-2 .syousai-content .slick-arrow {
  position: absolute;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  transition: .3s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
  top: 18%;
  z-index: 100;
}

#fudo_syousai-2 .syousai-content .slick-arrow.bx-prev {
  background: url(../img/yajirushi.png) no-repeat, #fff;
  background-size: 10px;
  background-position: 50%;
  left: -20px;
}

#fudo_syousai-2 .syousai-content .slick-arrow.bx-next {
  background: url(../img/yajirushi.png) no-repeat, #fff;
  background-size: 10px;
  background-position: 50%;
  right: -20px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#fudo_syousai-2 .syousai-content .fudo_syousai-2 a .box2image {
  height: 140px;
  object-fit: cover;
}

#fudo_syousai-3_1 .fudo_syousai-3 {
  position: relative;
}

#fudo_syousai-3_1 .fudo_syousai-3 .fudo_kaiin_type_logo {
  position: absolute;
  top: 3px;
  right: 0;
}

/* = Twenty Nineteen Fix
---------------------------------------------------------------------- */

@media only screen and (min-width: 1168px) {

  .entry-content>*:not(.alignfull),
  .entry-summary>*:not(.alignfull) {
    max-width: 100% !important;
  }
}

body.archive-fudo .site-main>*,
body.single-fudo #toiawasesaki,
body.single-fudo #contact_form,
body.single-fudo .list_simple_box>*:not(.entry-content) {}

/* 768px ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  */
@media only screen and (min-width: 768px) {}



@media only screen and (min-width: 1168px) {}


img {
  min-height: auto;
}


.list_detail .entry-content {
  margin: 0;
  max-width: none;
  padding: 0;
}




.in-map .site-content {
  margin: 0 1rem;
  max-width: calc(100% - 2 * 1rem);
}


.in-map #primary,
.in-map #secondary {
  float: none;
  margin: 32px 1rem;
  max-width: calc(100vw - (2 * 1rem));
}

.entry-content.kaiin .form_box {
  margin-top: 50px;
}

.entry-content.kaiin .form_box .head_ttl {
  font-size: 26px;
  font-weight: 700;
  color: var(--color_text);
  line-height: 1.3;
  letter-spacing: 0.11em;
  margin-bottom: 1em;
}

.entry-content.kaiin .form_box .ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.06em;
  color: var(--color_text);
}

.entry-content.kaiin .form_box .login_btn {
  margin-top: 20px;
  text-align: center;
}

.entry-content.kaiin .form_box [type=image] {
  border: none;
  background-color: unset;
}

.entry-content.kaiin .kaiin_lostpassword {
  display: block;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {

  .in-map .site-content {
    margin: 0 10%;
    max-width: 80%;
    padding: 0 60px;
  }


  .in-map #primary {
    float: left;
    max-width: calc(6 * (100vw / 12));
    width: 100%;
    margin: 0;
  }

  .in-map #secondary {
    float: right;
    margin: 32px 0 0 0;
    /*  padding: 0 0 0 1rem; */
    max-width: calc(2 * (100vw / 12));
    width: 100%;
  }
}

/* ページナビ */
#nav-above1 {
  color: var(--color_text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

#nav-above1 .nav-next a {
  display: grid;
  place-content: center;
  min-width: 34px;
  height: 34px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: #F8F8F8;
  padding: 5px;
  transition: .3s;
  flex-shrink: 0;
  white-space: nowrap;
  border: 1px solid #D9D9D9;
}

a {}

#nav-above1 b {
  background: var(--bg_color);
  display: grid;
  place-content: center;
  min-width: 34px;
  height: 34px;
  font-size: 14px;
  color: #333;
  border: 1px solid #D9D9D9;
}

#nav-above1 a:hover {
  background: #007acc;
  color: #fff;
}

#nav-above1:after {
  display: block;
  clear: both;
  height: 0;
  content: '';
}

.archive_pageNav.flex-sb {
  display: none;
  align-items: center;
  margin-bottom: 20px;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
  display: flex;
  align-items: center;
  gap: 10px;
}

#nav-above1 .nav-next {
  float: unset;
  justify-content: center;
}

.dpoint1 {
  font-size: 20px;
  font-weight: 500;
  padding: 4px 0;
  color: var(--color_text);
}

.dpoint1.loopPrice span {
  display: block;
  font-size: 12px;
  color: #3a3a3a;
  font-weight: 500;
}

.dpoint2 {
  font-size: 140%;
  font-weight: 700;
  padding: 4px 0;
  display: inline-flex;
}

.dpoint3 {
  font-size: 120%;
  font-weight: 700;
  display: inline;
}

.dpoint4 {
  font-size: 20px;
  font-weight: 700;
  display: inline;
}

.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

#list_simplepage span.kakakuzei {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
}

body.search-no-results .page-header {
  border-top: 4px solid #1a1a1a;
  padding-top: 1.75em;
}

body.archive-fudo .page-header {
  border-top: none;
  padding-top: unset;
}

.archive-fudo h1.page-title {
  font-weight: 400;
  font-size: 1rem;
}


#list_simplepage .entry-title span img {
  float: right;
  margin: 7px;
}

.archive-fudo a img {
  display: inline;
}

dl.list_address table {
  border-bottom: none !important;
}

dl.list_price_others table {
  border-top: none !important;
}

#list_simplepage table,
#list_simplepage th,
#list_simplepage td {
  border-width: 0;
}

#list_simplepage .list_simple_box .list_detail dt {
  font-weight: 400;
  display: inline;
  white-space: nowrap;
}

#list_simplepage .list_simple_box .list_detail .list_price {
  margin: 0;
}

#list_simplepage .list_simple_box .list_detail dd {
  display: flex;
  max-width: 270px;
  margin: 0;
  padding: 0;
  /*   overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

#list_simplepage .list_simple_box .list_detail dd br {
  display: none;
}

#list_simplepage .list_simple_box .list_picsam .list_picsam_img img {
  width: 300px;
  height: 280px;
  object-fit: cover;
}

main.singleFudo_page h1.entry-title {
  position: relative;
  margin: 0;
  /* margin-bottom: 34px; */
  background: -moz-linear-gradient(top, #fff 50%, #e7e7e7);
  font-size: 30px;
  font-weight: 700;
  color: #333;
}

main.singleFudo_page .head_ttl_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

main.singleFudo_page h1.entry-title:before {
  display: none;
}

/**
 * 768px ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹
 */


#list_simplepage .list_picsam .list_picsam_img:before {
  display: block;
  clear: both;
  height: 0;
  content: '';
}

#list_simplepage .list_simple_box .list_picsam_img {
  display: block;
  pointer-events: none;
}


#list_simplepage .list_price {
  background-color: #ebf6fc;
}

.colors-dark #list_simplepage .list_price {
  background-color: #222;
}




#list_simplepage .list_price.rent {
  background-color: #fdedf0;
}

.colors-dark #list_simplepage .list_price.rent {
  background-color: #222;
}

#list_simplepage .entry-excerpt {
  padding-bottom: 10px;
}


.archive-fudo .pageback {
  float: right;
}

.archive-fudo .archive_flWrap {
  margin-top: 55px;
}

.archive-fudo #sortForm label[for] {
  font-size: 14px;
  font-weight: 500;
  margin-right: 1em;
}

.archive-fudo #sortSelect {
  width: 110px;
  height: 34px;
  background-color: #F8F8F8;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  font-weight: 500;
  appearance: auto;
}

#list_simplepage .list_simple_box .list_details_button {
  background: var(--color_main) none repeat scroll 0 0;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: .046875em;
  line-height: 1;
  padding: 1em .875em;
  text-transform: uppercase;
  text-align: center;
  transition: .3s;
  margin-top: 20px;
  border-radius: 6px;
  font-size: 16px;
}

#list_simplepage .list_simple_box a>.list_details_button:active,
#list_simplepage .list_simple_box a>.list_details_button:hover {
  /* background: #339adf none repeat scroll 0 0; */
}

/* maching mail botton */
#main #maching_mail a {
  background: #ce6166 none repeat scroll 0 0 !important;
  border-radius: 2px !important;
  color: #fff;
  display: block;
  font-size: 1rem !important;
  font-weight: 700;
  margin: 20px 0 !important;
  padding: 8px !important;
  text-align: center;
  text-decoration: none;
  width: 15em;
  box-shadow: 0 0 0 0 currentcolor;
  text-shadow: 0 0 0 #cc5559 !important;
}

.entry-title .new_mark,
.entry-title .up_mark {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px !important;
  font-weight: 700;
  position: static !important;
  display: inline;
  display: inline !important;
  /* padding: 5px 10px !important; */
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  margin-left: 20px;
  width: 190px;
  height: 40px;
  border-radius: 4px;
  font-size: 15px;
  display: flex !important;
  !i;
  !;
  !o;
  !;
  align-items: center;
  justify-content: center;
}

.entry-title .new_mark {
  background: var(--color_main) !important;
  !important;
  !important;
  !important;
}

.entry-title .up_mark {
  background: #e10000 !important;
  position: absolute !important;
  right: 10px;
  left: auto;
  top: 10px;
  margin-left: 0;
  display: block !important;
  height: 30px;
  line-height: 20px;
}

.entry #list_simplepage2 .entry-content {
  margin-bottom: 20px;
}


#list_simplepage2 span.kakakuzei {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
}

.single-fudo h1.entry-title {
  font-size: 1.5rem;
}

.single-fudo .entry-title span img {
  float: right;
  margin: 7px;
}

#list_simplepage2 .entry-excerpt {
  padding-bottom: 20px;
}

/*
#list_simplepage2 {
  margin: 0;
  padding: 0;
}
*/
#list_simplepage2 .list_simple_box .list_detail dt {
  font-weight: 400;
  display: inline;
  color: #1f1f1f;
}

#list_simplepage2 .list_simple_box .list_detail dd {
  display: inline;
  margin: 0 .6em 0 .4em;
  padding: 0;
  color: #1f1f1f;
}

#list_simplepage2 .list_simple_box:after {
  display: block;
  clear: both;
  height: 0;
  content: '';
}

#list_simplepage2 .list_simple_box .list_detail {
  display: block;
}


/* 物件画像 */
.bukken_singleSlider_wrap .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
  height: 360px;
  margin-bottom: 0;
}

/* .bukken_singleSlider_wrap .bx-wrapper .bx-viewport{
  pointer-events: none;
} */

.bukken_singleSlider_wrap .bx-wrapper li {
  position: relative;
  height: 360px;
}

.bukken_singleSlider_wrap .bukken_singleSlider li {
  list-style: none;
}

.bukken_singleSlider_wrap .bx-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}

.bukken_singleSlider_wrap .bx-wrapper a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#list_simplepage2 .list_picsam {
  position: relative;
  margin-bottom: 60px;
  gap: 20px;
  justify-content: unset;
  flex-wrap: nowrap;
}

#bx-pager {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

#bx-pager a {
  display: block;
  height: 90px;
  /* margin: 2px; */
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  transition: .3;
  cursor: pointer;
}

#bx-pager a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .8;
  background-color: #333;
  transition: .3s;
  pointer-events: none;
}

#bx-pager a.active {
  /* border: 2px solid #007acc; */
}

#bx-pager a.active::before {
  opacity: 0;
}

#bx-pager.size_1 a,
#bx-pager.size_2 a,
#bx-pager.size_3 a,
#bx-pager.size_4 a,
#bx-pager.size_5 a,
#bx-pager.size_6 a,
#bx-pager.size_7 a,
#bx-pager.size_8 a,
#bx-pager.size_9 a {
  width: 142px;
  height: 115px;
}

#bx-pager.size_10 a,
#bx-pager.size_11 a,
#bx-pager.size_12 a,
#bx-pager.size_13 a,
#bx-pager.size_14 a,
#bx-pager.size_15 a,
#bx-pager.size_16 a {
  width: 100px;
  height: 95px;
}

#bx-pager.size_17 a,
#bx-pager.size_18 a,
#bx-pager.size_19 a,
#bx-pager.size_20 a,
#bx-pager.size_21 a,
#bx-pager.size_22 a,
#bx-pager.size_23 a,
#bx-pager.size_24 a,
#bx-pager.size_25 a {
  width: 84px;
  height: 76px;
}

#bx-pager.size_26 a,
#bx-pager.size_27 a,
#bx-pager.size_28 a,
#bx-pager.size_29 a,
#bx-pager.size_30 a {
  width: 80px;
  height: 63px;
}

.list_picsam .bx-wrapper .bx-prev {
  background: url(../img/yajirushi.png) no-repeat, #fff;
  background-size: 10px;
  background-position: 50%;
  left: -20px;
}

.list_picsam .bx-wrapper .bx-next {
  background: url(../img/yajirushi.png) no-repeat, #fff;
  background-size: 10px;
  background-position: 50%;
  right: -20px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#list_simplepage2 .list_picsam .bx-wrapper .bx-controls-direction a {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  transition: .3s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
  top: 44%;
  z-index: 50;
}

#list_simplepage2 .list_picsam .bx-wrapper .bx-controls-direction a:hover {
  background-color: #007acc;
}

#bx-pager a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bukken_singleSlider_wrap {
  position: relative;
  width: 530px;
  flex-shrink: 0;
  overflow: unset;
  /* pointer-events: none; */
}

section#bx-pagerWrap {
  width: 51%;
  flex-grow: 1;
}

div#slide-counter {
  position: absolute;
  left: 10px;
  top: 20px;
  color: #fff;
  background: url(../img/zoom_icon.png) no-repeat, var(--color_main);
  background-size: 18px;
  background-position: 10px;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 31px;
  padding-left: 30px;
  font-weight: 600;
  font-size: 16px !important;
}

#list_simplepage2 .list_picsam .fl_wrap a:nth-child(1) {
  position: absolute;
  left: 20px;
  top: 0;
  width: 420px;
  height: 420px;
}

#list_simplepage2 .list_picsam .fl_wrap a:nth-child(1) img {
  height: auto;
}

/* #list_simplepage2 .list_picsam:after {
  display: block;
  clear: both;
  height: 1.5em;
  content: '';
} */

#list_simplepage2 #second_img {
  padding: 10px 0;
}

#list_simplepage2 #second_img:after {
  display: block;
  clear: both;
  height: 1.5em;
  content: '';
}

#list_simplepage2 #second_img img {
  float: left;
  height: auto;
  margin: 0 10px 10px 0;
  padding: 0;
  border: 1px solid #999;
  width: 150px;
}

/* お問い合わせセクション */

.singleFudo_contactSec {
  padding: 30px 0;
}

.singleFudo_contactSec .fl_wrap {
  align-items: center;
}

.singleFudo_contactSec a.contactBtn {
  background-color: #f38912;
  border: none;
  font-size: 17px;
  padding: 13px 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  width: 450px;
  border-bottom: solid 3px #7B0B0B;
  cursor: pointer;
  font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W6', 'Hiragino Kaku Gothic Pro', 'ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ã‚·ãƒƒã‚¯ Pro W6', 'Hiragino maru Gothic Pro', 'Helvetica', 'sans-serif';
  text-align: center;
}

.singleFudo_contactSec .contact_info {
  width: calc(100% - 470px);
}

.singleFudo_logo {
  width: 35%;
  margin-right: 20px;
}

.singleFudo_contactSec_Info {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #D22F2F;
  width: 60%;
}

.singleFudo_contactSec_Info p.time {
  font-size: 12px;
  display: block;
  margin-top: 8px;
}

/* 共通タイトル */

h3.singleFudo_title {
  border-bottom: dotted 1px #7B8C7B;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 3.2;
  /* margin-left: 1.1em; */
}

/* お部屋コメント */

.comment_wrap .entry-content {
  max-width: unset;
  margin: 0;
}

table.room_outline_table th {
  text-align: left;
  line-height: 3;
  border-bottom: solid 1px #a7a7a7;
  width: 30%;
  padding: 5px 10px;
}

/* 物件概要 */

#list_simplepage2 .list_detail table {
  font-size: 13px;
  border-top: 1px dotted #efefef;
  margin-bottom: 0;
  width: 100%;
}

.list_detail table th {
  text-align: left;
  /* display: grid; */
  /* place-content: center; */
  line-height: 3;
  border: solid 1px #efefef;
  width: 150px;
  height: 50px;
  vertical-align: middle;
  background-color: #F7F6EA;
  color: #747474;
  text-align: center;
}

.list_detail table td span.setsubi_dat:after {
  content: "/";
  margin: 0 5px;
}

#nendebcopy {
  display: none;
}



#list_simplepage2 .list_price {
  margin: 0 0 50px 0;
  /*  line-height: 2;
  margin-bottom: 1em;
  padding: 0 0 4px 1em;
  background: -moz-linear-gradient(left,#ebf6fc,#fff);
  background: -webkit-gradient(linear,left top,right top,from(#ebf6fc),to(#fff));
  background-color: #ebf6fc; */
}

#list_simplepage2 .list_price.rent {
  /*  background: -moz-linear-gradient(left,#fdedf0,#fff);
  background: -webkit-gradient(linear,left top,right top,from(#fdedf0),to(#fff));
  background-color: #fdedf0; */
}

#list_simplepage2 .list_price.rent {
  margin-top: 0;
}


#list_simplepage2 .list_price table td {
  border: medium none;
}

#contact_form,
#toiawasesaki {
  margin-bottom: 1.5em;
  padding-top: 1.75em;
}

#main #content .entry-content p {
  margin: 0;
  padding: 10px;
}

/* ※物件掲載内容と現況に相違がある場合は現況を優先と致します。 */
.list_detail_bottom_info {
  display: block;
  clear: both;
  padding: 10px;
  text-align: right;
  margin-bottom: 50px;
  font-size: 10px;
}

/* お問い合わせセクション */

.single_contactSec {
  margin-bottom: 100px;
}

.single_contactSec .wrap {
  border: 1px dotted #333;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single_contactSec .logo {
  width: 25%;
}

.single_contactSec .inner {
  width: 25%;
}

.single_contactSec .inner .img {
  margin-bottom: 5px;
}

.single_contactSec .inner .text {
  font-size: 12px;
}

.single_contactSec .heya_contact {
  width: 45%;
}

.heya_contact .mail {
  position: relative;
  padding-top: 11px;
  margin-bottom: 8px;
}

.heya_contact .mail a {
  background-color: #f77c00;
  border-bottom: 1px solid #e86900;
  border-radius: 3px;
  color: #fff;
  border: none;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), inset 0 -2px 0 0 rgba(225, 95, 0, 0.004);
  outline: none;
  display: block;
  width: 100%;
  height: 52px;
}

.heya_contact .mail .txt01 {
  position: absolute;
  color: #f77c00;
  border: 1px solid #f77c00;
  border-radius: 20px;
  padding: 2px 15px;
  font-weight: bold;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
  text-align: center;
  z-index: 1;
  background-color: #fff;
}

.heya_contact .mail .txt02 {
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 24px;
  width: 100%;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

.heya_contact .mail .txt03 {
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 44px;
  width: 100%;
  display: block;
  font-size: 15px;
  text-align: center;
  font-size: 10px;
}

.heya_contact .mail input {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.heya_contact .other_contact ul {
  display: flex;
  justify-content: space-between;
}

.heya_contact .other_contact ul li {
  width: 49%;
  font-family: 'メイリオ', 'meiryo', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Helvetica', 'sans-serif';
}

.heya_contact .other_contact ul li a.tel {
  background-color: #117def;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 5px 5px 5px 75px;
  border-radius: 2px;
  box-shadow: 0px 2px 0px #0a4e95;
  background-image: url(../img/tel_icon_w.png);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: left 2vw center;
  font-size: 14px;
  display: block;
}

.heya_contact .other_contact ul li a.tel span {
  font-size: 10px;
  display: block;
}

.heya_contact .other_contact ul li a.line {
  background-color: #00C300;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 5px 5px 5px 75px;
  border-radius: 2px;
  box-shadow: 0px 2px 0px #004c00;
  background-image: url(../img/heya_line_icon.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 2vw center;
  font-size: 14px;
  display: block;
}

.heya_contact .other_contact ul li a.line span {
  font-size: 10px;
  display: block;
}


/* places */
#content .list_detail .places {
  margin-top: -1.5em;
  padding: 5px 0;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
  border-left: 1px solid #979797;
}

#content .list_detail .places:after {
  display: block;
  clear: both;
  height: 0;
  content: '';
}

#content .list_detail .places label {
  font-size: 85%;
  display: block;
  float: left;
  margin: 0 5px;
}

#list_simplepage2 #map_canvas {
  margin-bottom: 1.5em;
  width: 100% !important;
}

/* この物件にお問い合わせ */
.singleFudo_page div#contact_form.hidden {
  display: none;
}

.singleFudo_page div#contact_form table {
  margin-bottom: 50px;
}

.singleFudo_page div#contact_form table .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 500;
}

.singleFudo_page div#contact_form table .wpcf7-list-item.first {
  margin-left: 0;
}

.singleFudo_page div#contact_form table .wpcf7-list-item label {
  display: flex;
  gap: 10px;
}

.singleFudo_page div#contact_form table span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.singleFudo_page div#contact_form table th,
.singleFudo_page div#contact_form table td {
  padding: 23px 30px;
  font-size: 14px;
  border: 1px solid #EBEBEB;
}

.singleFudo_page div#contact_form table th p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.singleFudo_page div#contact_form table td {
  background: #f9f9f9;
  padding: 13px 30px;
}

.singleFudo_page div#contact_form table input,
.singleFudo_page div#contact_form table select,
.singleFudo_page div#contact_form table textarea {
  background: #EBEBEB;
  padding: 13px 30px;
}

.singleFudo_page div#contact_form table tr.text_area tH {
  background-color: #F8F8F8;
}

.singleFudo_page div#contact_form table tr.text_area td {
  background-color: #EBEBEB;
}

.singleFudo_page div#contact_form table td.hissu_td {
  background: #FFF0E2;
}

.singleFudo_page div#contact_form table tr.title {
  display: none;
}

.singleFudo_page div#contact_form table th {
  font-size: 14px;
  text-align: left;
  width: 300px;
  background-color: #FFFAF5;
}

.singleFudo_page div#contact_form table th span {
  display: inline-block;
  padding: 1.2px 12px;
  border-radius: 4px;
  font-size: 13px;
  margin-right: unset;
  color: #fff;
}

.singleFudo_page div#contact_form table th span.hissu {
  background-color: #FFA30F;
}

.singleFudo_page div#contact_form table th span.nini {
  background: #707070;
  color: #fff;
}

.singleFudo_page div#contact_form input.wpcf7-form-control.wpcf7-text,
.singleFudo_page div#contact_form textarea.wpcf7-form-control.wpcf7-textarea {
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  background-color: #FCFCFC;
  box-sizing: border-box;
  width: 100%;
}

.singleFudo_page div#contact_form textarea.wpcf7-form-control.wpcf7-textarea {
  height: 194px;
}

.singleFudo_page div#contact_form textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
  font-size: 12px;
  color: #C4C4C4;
}

.singleFudo_page div#contact_form input.wpcf7-form-control.wpcf7-text:active,
.singleFudo_page div#contact_form input.wpcf7-form-control.wpcf7-text:focus {
  background: #fff;
}

.singleFudo_page div#contact_form .bukken_mei input.wpcf7-form-control.wpcf7-text:active,
.singleFudo_page div#contact_form .bukken_mei input.wpcf7-form-control.wpcf7-text:focus {
  background: #fff;
}

.singleFudo_page div#contact_form textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
}

.singleFudo_page div#contact_form input.wpcf7-form-control.wpcf7-submit {
  max-width: 400px;
  width: 355px;
  height: 60px;
  margin: auto;
  display: block;
  text-align: center;
  padding: 12px 55px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  background: #FFA30F;
  border-radius: 6px;
  /* border-bottom: 2px solid #D26A00; */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 1px #d9d9d9;
  -moz-box-shadow: 0 2px 1px #d9d9d9;
  box-shadow: 0 2px 1px #d9d9d9;
  color: #FFFFFF;
  /* text-shadow: -1px -1px 1px #dd6200, 0 1px 1px #f88c20; */
  transition: 0.3s;
}

.singleFudo_page div#contact_form input.wpcf7-form-control.wpcf7-submit:hover {
  -webkit-box-shadow: 0 0px 0px #d9d9d9;
  -moz-box-shadow: 0 0px 0px #d9d9d9;
  box-shadow: 0 0px 0px #d9d9d9;
  background: rgba(247, 124, 0, 0.78);
}

#list_simplepage2 #map_canvas .gm-style-iw {
  width: auto !important;
  height: auto !important;
}

#list_simplepage2 #map_canvas table {
  overflow: hidden;
  width: 280px !important;
  margin: 8px;
  padding: 0;
  border-style: none;
}

#list_simplepage2 #map_canvas table {
  border-spacing: 2px;
  border-collapse: separate;
}

#list_simplepage2 #map_canvas td {
  font-size: 10px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  color: #3f3f3f;
  border-width: 0 !important;
  border-top: medium none !important;
}

#list_simplepage2 .gmapballoon img {
  width: 90px;
  height: auto;
  padding: 2px;
  border: 1px solid #ccc;
}

#list_simplepage2 .gmaptitle {
  font-size: 12px;
  font-weight: 700;
}

#list_simplepage2 .gmapkakaku {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px !important;
  font-weight: 700;
  color: #f30 !important;
  border-bottom: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

#list_simplepage2 .gmapmadori {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px !important;
  font-weight: 700;
  color: #333 !important;
  border-bottom: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}


/* Responsive images Fluid images for posts hack*/
.entry-content #map_canvas img {
  max-width: none;
  border-radius: 0;
  box-shadow: none;
}

.single-fudo .widget_fudo_jsearch_history ul {
  margin-left: 1rem;
}

#contact_form label {
  font-weight: 300;
  margin-bottom: 0;
}

.fudo_singleMain_wrap .bukken_infoLeft {
  width: 65%;
}


.fudo_singleMain_wrap .bukken_infoRight {
  width: 30%;
}

.fudo_singleMain_wrap .syuhen {
  margin-bottom: 40px;
}

.fudo_singleMain_wrap .bukken_infoRight div#list_add_table table th.address {
  background-position: center;
}

.fudo_singleMain_wrap div#list_add_table table th.traffic {
  background-position: center;
}

.fudo_singleMain_wrap h2 {
  background: var(--color_main);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 15px;
  margin-bottom: 15px;
}

.fudo_singleMain_wrap h2:before {
  display: none;
}

.fudo_singleMain_wrap #map_canvas {
  border: none !important;
}



#container .jsearch .setsubi,
#container .jsearch .menseki,
#container .jsearch .madori,
#container .jsearch .kakaku,
#container .jsearch .chikunen,
#container .jsearch .shiku,
#container .jsearch .eki,
#container .jsearch .shubetsu {
  padding: 0 0 0 10px;
}

table.form_jsearch {
  border: 1px solid #a98f8f;
  border-collapse: collapse;
  line-height: 18px;
  margin: 10px 0;
  width: 100%;
  margin-bottom: 50px;
}

table.form_jsearch tr {
  border: 0 none currentcolor;
  font: inherit;
  margin: 0;
  padding: 0;
}

table.form_jsearch th {
  padding: 15px 20px;
  background: #F4F4F4;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: left;
  width: 20%;
}

table.form_jsearch td {
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  margin: 0;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 28px;
  background-color: #FFF;
  text-align: left;
}

table.form_jsearch td.in_tsubotanka,
table.form_jsearch td.in_tochimenseki,
table.form_jsearch td.in_senyumenseki,
table.form_jsearch td.in_rim,
table.form_jsearch td.chikunen,
table.form_jsearch td.kakaku,
table.form_jsearch td.menseki,
table.form_jsearch td.hof {
  padding: 10px;
}

table.form_jsearch h5 {
  margin: 0 0 3px;
  font-weight: 400;
}

table.form_jsearch h5.switchHat {
  font-size: 14px;
  padding: 10px;
  color: #333333;
  font-weight: 600;
  position: relative;
  background: var(--bg_color);
}

table.form_jsearch h5.switchHat:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.4px 6px 0 6px;
  border-color: var(--color_main) transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

table.form_jsearch h5.switchHat.nowOpen:after {
  -moz-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

table.form_jsearch ul.switchDetail {
  padding: 20px 0;
}

table.form_jsearch h5.j_choumei_shiku,
table.form_jsearch h5.j_kouku_shiku {
  margin: 0 0 3px 20px;
  font-weight: 400;
}

table.form_jsearch p.closeBtnHat {
  display: none;
}

table.form_jsearch ul {
  margin: 0 0 8px 20px;
  padding: 0;
}


table.form_jsearch #in_cat ul,
table.form_jsearch #shubetsu ul,
table.form_jsearch #hof ul,
table.form_jsearch #madori ul,
table.form_jsearch #setsubi ul {
  margin: 0 !important;
  padding: 0 !important;
}


table.form_jsearch #kouku_shougaku ul:last-of-type,
table.form_jsearch #kouku_chuugakui ul:last-of-type,
table.form_jsearch #choumei ul:last-of-type,
table.form_jsearch #eki ul:last-of-type {
  margin: 0 0 0 20px;
}

table.form_jsearch td.setsubi li {
  width: 200px;
  height: 30px;
}

table.form_jsearch li {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* 2019 Fix */
table.form_jsearch td,
table.form_jsearch th {
  border: 1px solid #ccc7c7;
}


table.form_jsearch input[type="checkbox"],
table.form_jsearch input[type="radio"] {
  margin: 0 3px 0 0;
}

table.form_user_register,
table.form_register {
  border: 1px solid #E5E5E5;
  font-size: 92%;
  line-height: 18px;
  width: 100%;
}

table.form_register input[type="text"],
table.form_register input[type="email"],
table.form_register input[type="url"],
table.form_register input[type="password"],
table.form_register input[type="search"],
table.form_register input[type="tel"],
table.form_register input[type="number"],
table.form_register textarea {
  padding: 5px;
  width: 70%;
  display: inline;
}

/* 2019 Fix */
table.form_register td,
table.form_register th,
table.form_user_register td,
table.form_user_register th {
  border: medium none;
}



table.form_user_register th,
table.form_register th {
  border-bottom: 1px solid #E5E5E5;
  font-weight: 400;
  width: 30%;
  padding: 15px;
  text-align: left;
  background: #f6f6f6;
}

.colors-dark table.form_user_register th,
.colors-dark table.form_register th {
  background: #333;
}


table.form_user_register td,
table.form_register td {
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  width: 70%;
  margin: 0;
  padding: 15px;
  font-size: 92%;
  line-height: 1.5;
}


table.form_user_register td a,
table.form_register td a {
  text-decoration: underline;
}

table.form_user_register td select {
  font-size: 92%;
}



table.form_user_register h4 {
  font-weight: 400;
  font-size: 92%;
  margin-bottom: 10px;
}

table.form_user_register h5,
table.form_register h5 {
  font-weight: 400;
  font-size: 1rem;
  margin: 5px 0 !important;
  color: #333;
}

.colors-dark table.form_user_register h5,
.colors-dark table.form_register h5 {
  color: #fff;
}




table.form_register ul {
  margin: 0 !important;
}

table.form_register select {
  /*  color: #1f1f1f; */
}

table.form_user_register span {
  display: inline-block;
}

table.form_user_register ul.kouku,
table.form_user_register ul.eki,
table.form_user_register ul.chou {
  margin: 0 0 1.75em 1.25em !important;
  list-style: none;
}

table.form_user_register ul.kouku li,
table.form_user_register ul.eki li,
table.form_user_register ul.chou li {
  display: inline-block;
}

table.form_user_register input[type="checkbox"] {
  margin: 0 2px 0 10px;
}


#kaiin_kiyaku {
  margin: 0 0 20px 0;
}


.page_login li {
  display: inline-block;
}

#pass-strength-result {
  display: none;
  width: auto;
  margin: 5px 0;
  padding: 5px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd !important;
  background-color: #eee;
}

#pass-strength-result.bad {
  border-color: #ff853c !important;
  background-color: #ffb78c;
}

#pass-strength-result.good {
  border-color: #fc0 !important;
  background-color: #ffec8b;
}

#pass-strength-result.short {
  border-color: #f04040 !important;
  background-color: #ffa0a0;
}

#pass-strength-result.strong {
  border-color: #8dff1c !important;
  background-color: #c3ff88;
}

.page_login #maching_mail a {
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 150px;
  margin: 5px 0;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ff9b9d;
  text-shadow: 1px 1px 1px #cc5559;
}

.page_login #maching_mail a:hover {
  text-decoration: underline;
  background: #ff9b9d;
}

.page_login #maching_mail a:active {
  text-decoration: none;
  background: #faa8cd;
}

.page_login ul:after {
  display: block;
  clear: both;
  height: 0;
  content: '';
}

.page_register #kaiin_users_comment {
  margin: 10% 0 20px;
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.page_register #kaiin_kiyaku {
  overflow: auto;
  width: 100%;
  height: 200px;
  margin: 10% 0 20px;
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.page_login .login_error,
.page_register .login_error {
  margin: 0 0 16px !important;
  padding: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #c00;
  border-radius: 3px 3px 3px 3px;
  background-color: #ffebe8;
}

.page_login p.message,
.page_register p.message {
  margin: 0 0 16px !important;
  padding: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6db55;
  border-radius: 3px 3px 3px 3px;
  background-color: #ffffe0;
}

.page_register #first_name,
.page_register #last_name {
  width: auto;
}


#list_simplepage2 #charge {
  clear: both;
  background: #f7f7f7 linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) repeat scroll 0 0;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 3.5em;
}

#list_simplepage2 #charge .role_kannri_tanto_pic {
  display: block;
  float: left;
  margin-right: 10px;
}

#list_simplepage2 #charge .role_kannri_tanto_pic img {
  width: 100px;
  height: auto;
}

#list_simplepage2 #charge .role_kannri_tanto_name {
  display: block;
  color: #000;
  margin-bottom: 10px;
}

#list_simplepage2 #charge .role_kannri_tanto_comment {
  display: block;
  line-height: 18px;
}

#list_simplepage2 .entry-content.kaiin .btn_box a {
  display: block;
}

#list_simplepage2 .entry-content.kaiin .btn_box a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#list_simplepage2 .entry-content.kaiin .btn_box {
  display: flex;
  justify-content: center;
}

.archive-fudo .site-main {
  position: relative;
}

#fudou_page_jyoken_in_archive label.j_open,
#fudou_page_jyoken_in_archive label.j_close {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px 8px;
  position: absolute;
  right: 0;
  top: 20px;
}

#fudou_page_jyoken_in_archive label.j_close {
  top: -15px;
}

#fudou_page_jyoken_in_archive input[type="radio"]#j_open,
#fudou_page_jyoken_in_archive input[type="radio"]#j_close {
  display: none;
}

#fudou_page_jyoken_in_archive #page_jsearch_page {
  display: none;
}

#fudou_page_jyoken_in_archive #j_open:checked~#page_jsearch_page {
  display: block;
  margin: 34px 0;
}

#fudou_page_jyoken_in_archive #j_open:checked~.j_open {
  display: none;
}

#fudou_page_jyoken_in_archive #j_close:checked~#page_jsearch_page {
  display: none;
}

#fudou_page_jyoken_in_archive #j_close:checked~.j_close {
  display: none;
}




/* Fudousan Share Buttons
---------------------------------------------------------------------- */

body.single-fudo .sharedaddy ul {
  padding: 0;
}

body.single-fudo .sharedaddy {
  margin: 0 1rem;
  max-width: calc(100vw - (2 * 1rem));
}

@media only screen and (min-width: 768px) {
  body.single-fudo .sharedaddy {
    /*
    margin: 0 calc(2 * (100vw / 12));
    max-width: calc(8 * (100vw / 12));
*/
    margin: 0 10%;
    max-width: 80%;
    padding: 0 60px;

  }
}




/* 0= Fudousan Plugin Copyright
---------------------------------------------------------------------- */

#nendebcopy {
  font-size: 0.711111em;
  margin: -20px 0 0;
  position: absolute;
  right: 5px;
  color: #919191;
}

#nendebcopy a {
  text-decoration: none;
}

/*---------------------------------------------------------------------- 
追加コード
---------------------------------------------------------------------- */
.content-area {
  padding: 120px 0 90px;
}

#searchitem_m div.mt,
#searchitem div.mt {
  margin-top: 30px;
}

#searchitem div.jsearch_caution1 {
  font-size: 14px;
  font-weight: 700;
  padding-left: 10px;
  border-left: 4px solid var(--color_main);
  margin-bottom: 10px;
  display: inline-block;
}

.singleFudo_top table#list_add tr {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 13px;
  border-bottom: 1px solid #E8E8E8;
}

.singleFudo_top table#list_add tr+tr {
  margin-top: 24px;
}

.singleFudo_page .singleFudo_title {
  color: var(--color_text);
  padding: 12px 0;
  /* margin-bottom: 20px; */
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1.1em;
  border-bottom: none;
  background: linear-gradient(180deg, rgba(244, 253, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.singleFudo_page .singleFudo_title.mb {
  margin-bottom: 44px;
}

.singleFudo_page .singleFudo_title.contact {
  background: linear-gradient(180deg, rgba(255, 250, 244, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.singleFudo_page .singleFudo_title.kanren {
  margin-bottom: 44px;
}

.singleFudo_page .singleFudo_title.kanren::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 34px;
  background-color: var(--color_main);
  display: block !important;
}

.singleFudo_page .singleFudo_title::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 34px;
  background-color: var(--color_main);
}

.singleFudo_page .singleFudo_title.contact::before {
  background-color: var(--accent_color);
}

.singleFudo_page .p-toc.-double {
  display: none;
}

body.single-fudo .fixed_contact_box {
  position: fixed;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
  z-index: 50;
}

body.single-fudo .fixed_contact_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--light_color2);
  opacity: .6;
  z-index: -1;
}

body.single-fudo .fixed_contact_box .fixed_contact_cont {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 15px;
}

body.single-fudo .fixed_contact_box .fixed_contact_cont .contact_button {
  width: 57.8%;
  height: 50px;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: var(--color_main);
}

/* body.single-fudo .fixed_contact_box .fixed_contact_cont .favorite_button {
  width: 170px;
  height: 50px;
  background-color: #F4F4F4;
  display: grid;
  place-content: center;
  color: var(--color_text);
  font-size: 18px;
  font-weight: 700;
} */

body.single-fudo .fixed_contact_box .fixed_contact_cont .favorite_button button {
  display: flex !important;
  width: 170px;
  height: 50px;
}

.list_detail table .td1,
.list_detail table .td2 {
  text-align: left;
  width: 245px;
  height: 50px;
  vertical-align: middle;
  padding: 10px 20px;
  border: solid 1px #efefef;
}

.list_detail table .td_inner {
  margin: 0 auto;
  width: fit-content;
}

.content-area .breadcrumbs {
  margin-bottom: 70px;
}

.content-area .breadcrumbs span {
  font-size: 12px;
  color: #c1c1c1;
}

.archive-fudo .content-area .breadcrumbs {
  font-size: 12px;
  color: #c1c1c1;
}

.archive-fudo .content-area .breadcrumbs span {
  color: var(--color_text) !important;
}

.content-area .breadcrumbs .current-item {
  color: var(--color_text);
}

.fudo_singleMain_wrap .bukken_infoRight div#list_add_table table tr {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}

.fudo_singleMain_wrap .bukken_infoRight div#list_add_table table tr+tr {
  margin-top: 20px;
}

.fudo_singleMain_wrap .bukken_infoRight div#list_add_table table tr td,
.fudo_singleMain_wrap .bukken_infoRight p {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 500;
}

#contact_form table {
  width: 100%;
}

body.kaiin.single-fudo .simplefavorite-button {
  display: none;
}

.page_archive .intro_contact_area {
  padding: 20px;
  border-radius: 10px;
  border: 3px solid #333;
  background-color: var(--bg_color);
  margin-bottom: 64px;
}

.page_archive .intro_contact_area .common_btn_box.light2 {
  background-color: var(--light_color2);
  border-color: var(--light_color2);
}

.page_archive .intro_contact_area .common_btn_box.light3 {
  background-color: var(--light_color3);
  border-color: var(--light_color3);
}

.page_archive .intro_contact_area .upper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 80px;
}

.page_archive .intro_contact_area .upper .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.page_archive .intro_contact_area .upper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_archive .intro_contact_area .upper .inner {
  flex-grow: 1;
}

.page_archive .intro_contact_area .upper .catch_text_box {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  padding: 13px 45px;
  letter-spacing: 0.1em;
  border-radius: 10px;
  overflow: hidden;
}

.page_archive .intro_contact_area .upper .catch_text_box::before {
  content: "";
  position: absolute;
  inset: 0 70px 0 0;
  background-image: url(../img/fukidashi_bg_white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.page_archive .intro_contact_area .upper .catch_text_box .catch_text {
  font-size: 18px;
  font-weight: 700;
  color: var(--color_text);
}

.page_archive .intro_contact_area .upper .catch_text_box .catch_text .large {
  font-size: 1.77em;
  background: linear-gradient(transparent 70%, #FCFD9D 30%);
}

.page_archive .intro_contact_area .upper .catch_text_box .catch_text .color {
  color: var(--color_main);
}

.page_archive .intro_contact_area .bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.page_archive .intro_contact_area .bottom .common_btn_box {
  height: 70px;
}

.page_archive .intro_contact_area .bottom .common_btn_box .fukidashi_text {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.35em 2.5em;
  font-size: 16px;
  color: #333;
  border: 2px solid #333;
  background-color: #F7E76F;
  white-space: nowrap;
}

.page_archive .intro_contact_area .bottom .common_btn_box .fukidashi_text::before {
  content: "";
  position: absolute;
  bottom: -32%;
  left: 50%;
  transform: translateX(-50%);
  width: 37px;
  height: 11px;
  background-color: #000000;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  box-shadow: 0 0 0 2px black;
  z-index: -1;
}

.page_archive .intro_contact_area .bottom .common_btn_box .fukidashi_text::after {
  content: "";
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
  width: 33px;
  height: 10px;
  background-color: #F7E76F;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  box-shadow: 4px 5px 7px rgba(0, 0, 0, 1);
  z-index: -1;
}

#syousai_box .kanren {
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}

#syousai_box .kanren .slick-list {
  width: 100% !important;
}

#syousai_box .kanren a img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.singleFudo_title.kanren span {
  font-size: 18px;
  margin-left: unset;
}

#syousai_box .kanren .slick-track {
  display: flex;
  padding: 5px 0;
  width: 100% !important;
}

#syousai_box .kanren .fudo_bukken_arrow {
  position: absolute;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  transition: .3s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
  top: 50PX;
  background-color: #fff;
  z-index: 10;
  cursor: pointer;
}

#syousai_box .kanren .fudo_bukken_arrow.prev {
  background: url(../img/yajirushi.png) no-repeat, #fff;
  background-size: 10px;
  background-position: 50%;
  left: -20px;
}

#syousai_box .kanren .fudo_bukken_arrow.next {
  background: url(../img/yajirushi.png) no-repeat, #fff;
  background-size: 10px;
  background-position: 50%;
  right: -20px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#syousai_box .kanren .slick-track li {
  margin: 0 10px !important;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
}

#syousai_box .kanren .slick-track li .text .top_shozaichi {
  font-weight: 500;
}

#syousai_box .kanren .slick-dots {
  bottom: -40px;
  gap: 10px;
}

#syousai_box .kanren .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #D3D3D3;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
}

#syousai_box .kanren .slick-dots li.slick-active {
  background-color: var(--color_main);
}

#syousai_box .kanren .slick-dots li button {
  display: none;
}



@media screen and (max-width: 768px) {

  .archive-fudo .archive_flWrap {
    width: 100%;
    margin-top: 14vw;
  }

  #list_simplepage .list_simple_box .list_picsam {
    float: none;
    margin: 0 0 30px;
    padding: 0;
    max-width: 100%;
  }

  #list_simplepage .list_simple_box .list_picsam .list_picsam_img {
    text-align: center;
  }

  #list_simplepage .list_simple_box .list_picsam .list_picsam_img a {
    pointer-events: none;
  }

  #list_simplepage .list_simple_box .list_picsam .list_picsam_img {
    width: 100%;
    height: 53vw;
  }

  #list_simplepage .list_simple_box .list_picsam .list_picsam_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  main.singleFudo_page .head_ttl_box .fav_button {
    display: none;
  }

  main.singleFudo_page h1.entry-title {
    line-height: 1.4;
    font-size: 6.15vw;
    position: relative;
    background: #fff;
    border: none;
    margin-bottom: unset;
  }

  body.single-fudo .singleFudo_top {
    margin-bottom: 7.69vw;
  }

  .singleFudo_top .price_info {
    padding: 0;
  }

  .singleFudo_top dl.price_dl {
    display: block;
    margin-bottom: 0.8vw;
  }

  .singleFudo_top dt.price_title {
    width: fit-content;
    margin-bottom: 1.8vw;
    padding: 1.3vw 3.2vw;
  }

  .singleFudo_top span.price_1 {
    font-size: 3.3vw;
  }

  .singleFudo_top span.price_1.large {
    font-size: 4.4vw;
  }

  .singleFudo_top .dpoint4 {
    font-size: 3.3vw;
  }

  .singleFudo_top table#list_add {
    margin-bottom: 6.5vw;
  }

  .singleFudo_top table#list_add tr:nth-of-type(1) td {
    font-size: 3vw;
    /* font-weight: 600; */
  }

  .singleFudo_top table#list_add tr+tr {
    margin-top: 2vw;
  }

  .singleFudo_top table#list_add tr {
    padding-bottom: unset;
    border-bottom: unset;
  }

  div#list_add_table table td {
    display: flex;
    border-bottom: unset;
    font-size: 2.7vw;
    font-weight: 500;
  }

  div#list_add_table table td .map_btn {
    flex-shrink: 0;
    width: 23vw;
    height: 6.15vw;
    font-size: 3vw;
    display: grid;
    place-content: center;
    margin-left: 5.1vw;
  }

  .single_fudoImg_wrap dl dt,
  .single_fudoImg_wrap dl dd {
    line-height: 2;
  }

  .single_fudoImg_wrap dl dt {
    margin-right: 0;
    width: 35%;
  }

  .single_fudoImg_wrap dl dd {
    margin-right: 0;
    width: 65%;
  }

  .single_fudoImg_wrap {
    padding: 3%;
  }

  #list_simplepage2 .list_picsam .fl_wrap a:nth-child(1) {
    left: 2vw;
    width: calc(100% - 6vw);
    height: 100vw;
  }

  #list_simplepage2 .list_picsam {
    padding-left: unset;
    gap: unset;
    margin-bottom: 12.8vw;
    flex-direction: column;
  }

  #list_simplepage2 .list_picsam a {
    display: block;
    height: 15.38vw;
    border-radius: 2px;
  }

  #list_simplepage2 .list_picsam .bukken_singleSlider_wrap {
    margin-bottom: 1.5vw;
  }

  #list_simplepage2 .list_picsam section#bx-pagerWrap #bx-pager {
    gap: 1.5vw;
  }

  .singleFudo_page .singleFudo_title {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    font-size: 4.1vw;
  }

  .singleFudo_page .singleFudo_title::before {
    width: 6px;
    height: 24px;
  }

  .singleFudo_page .singleFudo_title.kanren::before {
    height: 24px;
  }

  .singleFudo_page div#contact_form table {
    margin-bottom: 7.69vw;
  }

  .singleFudo_page div#contact_form table tr.sp {
    display: table-row !important;
  }

  /* .singleFudo_page div#contact_form table tr+tr {
    margin-top: 2vw;
  } */

  .singleFudo_contactSec a.contactBtn {
    order: -1;
    margin-bottom: 20px;
  }


  .singleFudo_contactSec_Info {
    font-size: 9vw;
    width: 100%;
    text-align: center;
  }

  .singleFudo_contactSec .contact_info {
    width: 100%;
  }

  .singleFudo_logo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .comment_wrap .entry-content {
    padding-left: 0;
  }

  .comment_wrap .entry-content p {
    margin: 0;
    line-height: 2;
  }

  .list_detail table td {
    min-height: 26px;
  }

  .singleFudo_page div#contact_form table th,
  .singleFudo_page div#contact_form table td {
    display: block;
    width: 100%;
    border: unset;
  }

  .singleFudo_page div#contact_form table th {
    padding: 4vw 2vw 2vw;
    background-color: unset;
  }

  .singleFudo_page div#contact_form table td {
    border-top: none;
    border-bottom: none;
    padding: unset;
  }

  .singleFudo_page div#contact_form table tr.text_area tH {
    background-color: unset;
  }

  .singleFudo_page div#contact_form table select {
    width: 100%;
    padding: 3.9vw;
  }

  .singleFudo_page div#contact_form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 60vw;
  }

  .singleFudo_page div#contact_form textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    font-size: 3vw;
  }

  .singleFudo_page div#contact_form table .custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  /* セレクトボックス自体のスタイル */
  .singleFudo_page div#contact_form table .custom-select select {
    appearance: none;
    /* デフォルトの矢印を消す */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #FCFCFC;
    border-radius: 5px;
    border: 1px solid #bbc6c8;
    cursor: pointer;
  }

  /* 疑似要素でカスタム矢印を追加 */
  .singleFudo_page div#contact_form table .custom-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    /* 矢印の位置調整 */
    width: 5px;
    height: 5px;
    border-left: 1px solid var(--color_text);
    border-bottom: 1px solid var(--color_text);
    transform: rotate(-45deg) translateY(-50%);
    pointer-events: none;
    /* クリックを無効にする */
  }

  .singleFudo_page div#contact_form input.wpcf7-form-control.wpcf7-text,
  .singleFudo_page div#contact_form input.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 14.3vw;
  }

  .singleFudo_page div#contact_form textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
  }

  .singleFudo_page div#contact_form input.wpcf7-form-control.wpcf7-submit {
    width: 69.2vw;
    margin: 0 auto;
    padding: unset;
  }

  .singleFudo_page .entry-title .new_mark,
  .singleFudo_page .entry-title .up_mark {
    font-size: 12px !important;
    padding: 0px 10px !important;
    margin-left: 0px;
    right: 10px !important;
    left: auto !important;
    top: 10px !important;
    position: absolute !important;
    height: 19px;
    display: none !important;
  }

  main.singleFudo_page h1.entry-title span.syubetu {
    font-size: 12px;
    padding: 2px 25px;
    margin-right: 0px;
  }

  .archive_flWrap .archiveSidebar {
    width: 100%;
    order: 1;
    margin-top: 20px;
    display: none;
  }

  .archive_flWrap #list_simplepage {
    width: 100%;
  }

  .archive_flWrap #list_simplepage .common_archive_bukken_list {
    width: 100%;
    margin: unset;
  }

  .archive_flWrap #list_simplepage .list_picsam {
    width: 100%;
    height: unset;
    margin-bottom: unset;
  }

  .archive_flWrap #list_simplepage .list_detail {
    width: 100%;
    margin-bottom: 17.9vw;
  }

  .archive_flWrap #list_simplepage .list_detail .favorite_button {
    position: absolute;
    bottom: 2.8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 94.2%;
    height: 12.8vw;
    z-index: 100;
  }

  .archive_flWrap #list_simplepage .list_detail .favorite_button .simplefavorite-button {
    width: 100%;
    height: 100%;
  }

  .archive_flWrap #list_simplepage .list_simple_box .fl_wrap {
    flex-direction: column;
  }

  #list_simplepage2 .entry-content.kaiin .btn_box a {
    width: 80%;
    margin: 0 auto;
  }

  #list_simplepage2 .entry-content.kaiin .btn_box {
    flex-direction: column;
    gap: 5vw;
  }

  .archive-fudo .site-main {
    /* background: #efefef;  */
    /* padding-top: 30px; */
  }

  .archive-fudo header.page-header h1 {
    background: #fff;
  }

  .archive-fudo .search_info_box {
    margin-bottom: 5.1vw;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
  }

  .archive-fudo .search_info_box .info_item {
    display: flex;
    align-items: flex-start;
    gap: 3.3vw;
    padding: 3.4vw 5.1vw;
  }

  .archive-fudo .search_info_box .info_item+.info_item {
    border-top: 1px solid #E8E8E8;
  }

  .archive-fudo .search_info_box .info_item .icon {
    flex-shrink: 0;
    width: 18px;
    height: 19px;
    background-color: var(--color_main);
    -webkit-mask-image: url(../img/icon_house.svg);
    mask-image: url(../img/icon_house.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }

  .archive-fudo .search_info_box .info_item .icon.good {
    -webkit-mask-image: url(../img/icon_good.svg);
    mask-image: url(../img/icon_good.svg);
  }

  .archive-fudo .search_info_box .info_item .icon svg {
    width: 100%;
  }

  .archive-fudo .search_info_box .info_item .icon svg * {
    fill: var(--color_main);
  }

  .archive-fudo .search_info_box .info_item .text {
    flex-grow: 1;
    font-size: 3vw;
    font-weight: 400;
    color: var(--color_text);
  }

  .archive-fudo .sort_list_cont {
    display: block;
    position: relative;
    z-index: 1;
    height: 13.8vw;
  }

  .archive-fudo .sort_list_cont::before {
    content: "";
    position: absolute;
    inset: -19% -5vw 0;
    height: 13.8vw;
    background-color: var(--bg_color);
    z-index: -1;
  }

  .archive-fudo .sort_list_cont ul {
    display: flex;
    gap: 2.58vw;
    overflow-x: scroll;
  }

  .archive-fudo .sort_list_cont ul::-webkit-scrollbar {
    display: none;
  }

  .archive-fudo .sort_list_cont ul li a {
    display: grid;
    place-content: center;
    font-size: 3.4vw;
    font-weight: 600;
    padding: 0.5em 0.9em;
    border-radius: 2px;
    color: #707070;
    white-space: nowrap;
  }

  .archive-fudo .sort_list_cont ul li a.active {
    background-color: var(--color_main);
    color: #fff;
  }

  .archive-fudo .sort_list_cont .flex_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6.1vw;
  }

  .archive-fudo .sort_list_cont .flex_cont .search_button {
    display: grid;
    place-content: center;
    flex-shrink: 0;
    width: 120px;
    height: 34px;
    font-size: 3.48vw;
    font-weight: 600;
    color: #fff;
    border-radius: 100vmax;
    background-color: #333;
  }

  #list_simplepage article {
    background: #fff;
    padding: 2.56vw;
    position: relative;
    margin-bottom: 5.1vw;
  }

  #list_simplepage article .link_area.sp {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .archive_flWrap #list_simplepage select {
    box-shadow: none;
    background-color: #fff;
    padding-right: 30px;
    background-size: 10px;
  }

  #nav-above1 {
    color: var(--color_text);
    font-size: 13px;
  }

  #nav-above1 a {
    font-size: 14px;
  }

  #nav-above1 b {
    font-size: 14px;
    background: #007acc;
    color: #fff;
    padding: 5px;
  }

  #nav-above1 .nav-next b,
  #nav-above1 .nav-next a:not(:first-of-type):not(:last-of-type) {
    display: none;
  }

  #nav-above1 a:hover {
    background: #007acc;
    color: #fff;
  }

  #nav-above1 a {
    font-size: 14px;
    color: #1a1a1a;
    background: #fff;
  }

  .archive_pageNav.flex-sb {
    justify-content: flex-end;
  }

  .archive-fudo .entry-title .new_mark {
    display: none !important;
  }

  .select_fl.flex {
    margin-right: 10px;
  }

  #list_simplepage .list_price_others table {
    margin-bottom: 0;
  }

  #list_simplepage .list_price_others table td.list_price_others_th {
    width: 20%;
  }

  .archive_flWrap #list_simplepage .list_address td.list_address_th {
    width: 20%;
  }

  .archive_flWrap #list_simplepage .list_address tr {
    gap: 2vw;
  }

  .archive_flWrap #list_simplepage .list_address tr+tr {
    margin-top: unset;
  }

  .dpoint1.loopPrice {
    padding-left: .7em;
    padding: unset;
  }

  #list_simplepage .list_price_others table td.list_price_others_td {
    width: 30%;
  }

  dl.sp.sp_list_price_others {
    margin: 0;
  }

  dl.sp.sp_list_price_others td.list_address_th {
    padding-left: 0;
    width: 15%;
  }

  dl.sp.sp_list_price_others td.list_address_td {
    width: 90%;
  }

  dl.sp.sp_list_price_others td dt {
    background: #5e5e5e;
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 12px;
  }

  .archive_flWrap #list_simplepage {
    gap: 4.1vw;
  }

  .archive_flWrap #list_simplepage .list_simple_boxtitle .entry-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 2vw;
    padding-bottom: unset;
  }

  .archive_flWrap #list_simplepage .list_simple_boxtitle .entry-title br {
    display: none;
  }

  .archive_flWrap #list_simplepage .list_simple_boxtitle .simplefavorite-button {
    display: none;
  }

  .archive_flWrap #list_simplepage .list_simple_boxtitle a {
    font-size: 3.58vw;
  }

  .list_simple_boxtitle span.syubetsu {
    width: fit-content;
    margin: 1vw 0 0 0;
    font-size: 3.3vw;
  }

  .list_simple_boxtitle {
    margin-bottom: 0px;
    padding-top: 0;
    position: relative;
    border-bottom: unset;
    margin-bottom: 2vw;
  }

  .archive_flWrap #list_simplepage .list_info {
    background: #eaf7ff;
    padding: 5px;
    margin: 0;
  }

  .archive_flWrap #list_simplepage .sp.list_infoWrap {
    width: 100%;
  }

  .archive_flWrap #list_simplepage .list_info .fl_wrap {
    width: 100%;
    align-items: center;
  }

  .archive_flWrap #list_simplepage .list_info .image {
    width: 30%;
    height: 30vw;
    background: #fff;
    position: relative;
  }

  .archive_flWrap #list_simplepage .list_info .image a {
    display: block;
  }

  .archive_flWrap #list_simplepage .list_info .image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
  }

  .archive_flWrap #list_simplepage .list_info .text {
    width: 65%;
  }

  .archive_flWrap #list_simplepage .list_info .text dl {
    margin: 0 0 5px 0;
    align-items: flex-end;
  }

  .archive_flWrap #list_simplepage .list_info .text dl:last-child {
    margin-bottom: 0;
  }

  .archive_flWrap #list_simplepage .list_info .text dl dd {
    margin: 0;
  }

  .archive_flWrap #list_simplepage .list_info .text dl dd .dpoint1 {
    padding: 0;
    color: initial;
    font-weight: normal;
    font-size: 14px;
  }

  .archive-fudo header.page-header h1 a {
    font-size: 16px;
  }

  .bukken_singleSlider_wrap {
    width: 100%;
    height: 61.5vw;
  }

  #bx-pager {
    width: 100% !important;
    gap: unset;
  }

  section#bx-pagerWrap {
    width: 100%;
  }

  .bukken_singleSlider_wrap .bx-wrapper {
    height: 61.5vw;
    margin-bottom: unset;
  }

  .bukken_singleSlider_wrap .bx-wrapper li {
    height: 61.5vw;
    border-radius: 6px;
    overflow: hidden;
    display: block;
  }

  #list_simplepage2 .list_picsam .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
    top: 50%;
  }

  .list_picsam .bx-wrapper .bx-prev {
    left: -20px;
    background-size: 7px;
  }

  .list_picsam .bx-wrapper .bx-next {
    right: -20px;
    background-size: 10px;
  }

  .single_contactSec {
    background-color: #efefef;
    margin-bottom: 10vw;
  }

  .single_contactSec .wrap {
    display: block;
    padding: 0;
    border: 0;
  }

  .single_contactSec .logo {
    width: 240px;
    margin: auto;
    margin-bottom: 10px;
  }

  .single_contactSec .inner {
    background-color: #fff;
    padding: 4%;
    width: 100%;
  }

  .single_contactSec .heya_contact {
    width: 100%;
  }

  .single_contactSec .inner .img {
    margin-bottom: 5px;
  }

  .heya_contact .other_contact ul li a.line {
    padding: 5px 5px 5px 10vw;
  }

  .heya_contact .other_contact ul li a.tel {
    padding: 5px 5px 5px 10vw;
  }

  .fudo_singleMain_wrap .bukken_infoLeft {
    width: 100%;
  }

  .fudo_singleMain_wrap .bukken_infoRight {
    width: 100%;
  }

  .list_detail table th {
    width: 40%;
    color: #333;
  }

  .list_detail table .td1,
  .list_detail table .td2 {
    width: 70%;
    padding: 2vw;
  }

  .list_detail table td,
  .list_address td.list_address_td,
  td.list_price_td {
    width: unset;
    background: #fff;
  }

  #list_simplepage .list_address table td {
    padding-left: 0;
  }

  .single-fudo article.type-fudo {
    /* background: #f1f1f1; */
    /* padding: 2vw; */
  }

  .controlWrap {
    /* overflow: scroll; */
  }

  div#list_add_table {
    background: #fff;
  }

  div#list_add_table table th {
    text-indent: -9999px;
  }

  div#list_add_table table th.traffic,
  div#list_add_table table th.address {
    background-position: center;
  }

  .list_detail_bottom_info {
    text-align: left;
    font-size: 2.8vw;
  }

  table.form_jsearch td,
  table.form_jsearch th {
    display: block;
    width: 100%;
    border: none;
  }

  table.form_jsearch {
    border: 1px solid #c1c1c1;
    ;
  }

  table.form_jsearch th {
    background: var(--color_main);
    color: #fff;
  }

  table.form_jsearch li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  table.form_jsearch td.setsubi,
  table.form_jsearch td.madori {
    padding: 0;
  }

  table.form_jsearch td.setsubi li,
  table.form_jsearch td.madori li {
    width: 50%;
    height: unset;
    font-size: 3.2vw;
    padding: 2vw;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
  }

  table.form_jsearch td.setsubi li:nth-child(odd),
  table.form_jsearch td.madori li:nth-child(odd) {
    border-right: 1px solid #f2f2f2;
  }

  table.form_jsearch td.eki,
  table.form_jsearch td.shiku {
    padding: 0;
  }

  table.form_jsearch h5.switchHat {
    background: none;
    border-bottom: 1px solid #bfbfbf;
  }

  table.form_jsearch ul.switchDetail {
    padding: 10px;
    border-bottom: 1px solid #bfbfbf;
    margin-left: 0;
  }

  /*** 会員ログイン ***/
  .kaiin_login {
    width: 100%;
    padding: 30px 20px;
    font-size: 14px;
  }

  .kaiin_login input[type="submit"] {
    max-width: 300px;
    width: 100%;
  }

  input#user_login,
  input#password {
    /* max-width: 200px; */
  }

  /* 追加コード */
  .single-fudo .content-area {
    padding: 50px 0;
  }

  .content-area .breadcrumbs {
    display: none;
  }

  #syousai_box .kanren {
    display: grid;
    grid-template-columns: repeat(5, 89vw);
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  #syousai_box .kanren li {
    position: relative;
    width: 100% !important;
    display: flex;
    height: 38.4vw;
    margin-left: 3%;
    border: unset;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
  }

  #syousai_box .kanren li a {
    flex-shrink: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  #syousai_box .kanren li a .box2image {
    flex-shrink: 0;
    width: 33.3vw;
    height: 100%;
    object-fit: cover;
  }

  #syousai_box .kanren li .top_title {
    border-bottom: unset;
    font-size: 3.3vw;
    margin: unset;
    text-align: left;
    padding-bottom: .5em !important;
    border-bottom: 1px solid #EBEBEB;
    display: block !important;
  }

  #syousai_box .kanren li .top_price {
    border-bottom: unset;
    font-size: 3.3vw;
    margin-top: .5em;
    text-align: left;
    padding: unset;
  }

  #syousai_box .kanren li .top_madori {
    border-bottom: unset;
    font-size: 3.3vw;
    margin: unset;
    text-align: left;
    display: none !important;
    padding: unset;
  }

  #syousai_box .kanren li .top_menseki {
    line-height: 1;
  }

  #syousai_box .kanren li .text {
    padding: unset;
    padding: 3vw 3vw 3vw 36vw;
  }

  #syousai_box .kanren li .text span {
    padding: unset;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: block;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: 500;
  }

  #syousai_box .kanren li .text .fudo_kaiin_type_logo {
    /* display: none; */
    left: 1.3vw;
    right: auto;
  }

  #syousai_box .kanren li .text .more_btn {
    display: none;
  }

  #syousai_box .kanren li:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }

  #syousai_box .kanren li:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }

  #syousai_box .kanren li:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
  }

  #syousai_box .kanren li:nth-child(4) {
    grid-area: 1 / 2 / 2 / 3;
  }

  #syousai_box .kanren li:nth-child(5) {
    grid-area: 2 / 2 / 3 / 3;
  }

  #syousai_box .kanren li:nth-child(6) {
    grid-area: 3 / 2 / 4 / 3;
  }

  #syousai_box .kanren li:nth-child(7) {
    grid-area: 1 / 3 / 2 / 4;
  }

  #syousai_box .kanren li:nth-child(8) {
    grid-area: 2 / 3 / 3 / 4;
  }

  #syousai_box .kanren li:nth-child(9) {
    grid-area: 3 / 3 / 4 / 4;
  }

  #syousai_box .kanren li:nth-child(10) {
    grid-area: 1 / 4 / 2 / 5;
  }

  #syousai_box .kanren li:nth-child(11) {
    grid-area: 2 / 4 / 3 / 5;
  }

  #syousai_box .kanren li:nth-child(12) {
    grid-area: 3 / 4 / 4 / 5;
  }

  #syousai_box .kanren li:nth-child(13) {
    grid-area: 1 / 5 / 2 / 6;
  }

  #syousai_box .kanren li:nth-child(14) {
    grid-area: 2 / 5 / 3 / 6;
  }

  #syousai_box .kanren li:nth-child(15) {
    grid-area: 3 / 5 / 4 / 6;
  }

  .entry-content.kaiin .form_box {
    margin-top: 10vw;
  }

  .entry-content.kaiin .form_box .head_ttl {
    font-size: 6vw;
  }

  .entry-content.kaiin .form_box .ttl {
    font-size: 3.6vw;
  }

  .entry-content.kaiin .form_box .login_btn {
    /* margin-top: 5vw; */
  }

  .entry-content.kaiin .form_box [type=image] {
    width: 280px;
    height: 62px;
    padding: unset;
  }

  .entry-content.kaiin .form_box .input {
    display: block;
    width: 100%;
    max-width: 100% !important;
  }
}