@charset "utf-8";

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

html,
body,
button,
input,
select,
textarea {
  /* font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
  /* font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
}

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: 50px;
}

main.singleFudo_page h1.entry-title span.syubetu {
  background: #001976;
  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: #de4343;
  margin-top: 0;
}

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

.single_fudoImg_wrap {
  background: #eee;
  padding: 20px;
  padding-top: 40px;
  border-top: 5px solid #333;
}

.single_fudoImg_wrap dl {
  align-items: center;
  margin: 0;
  font-size: 14px;
}

.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 15px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 25px;
}

.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: 21px;
}

.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 dotted #ccc;
}


body.fudo-template-default:after {
  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 {
  font-size: 12px;
  line-height: 2;
}

div#list_add_table table th {
  text-align: left;
  padding-left: 30px;
  position: relative;
  width: 10%;
}

div#list_add_table table td {
  width: 90%;
}

a.map_btn {
  display: inline-block;
  background: #515151;
  color: #fff !important;
  padding: 4px 5px;
  margin-left: 5px;
  line-height: 1;
}

div#list_add_table table th.address {
  background: url(../img/map_icon.png) no-repeat;
  background-size: 14px;
  background-position: 0;
}

div#list_add_table table th.traffic {
  background: url(../img/train_icon02.png) no-repeat;
  background-size: 14px;
  background-position: 0;
}

.pr_single .text {
  font-size: 16px;
  margin-bottom: 1em;
  font-weight: 600;
}

.archive_flWrap .archiveSidebar {
  width: 30%;
  padding: 20px 10px;
  background-image: linear-gradient(-45deg, #fff 25%, #f5f5f5 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-size: 8px 8px;
  background-color: #f0f7f6;
}

.breadcrumbs {
  margin-bottom: 20px;
  font-size: 12px;
}

.breadcrumbs a {
  color: initial;
}

.archive_flWrap {
  align-items: flex-start;
}

.archive-fudo header.page-header h1 {
  border-top: 3px solid #001976;
  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: 30px;
}

.archive-fudo header.page-header h1 a {
  color: #001976;
  font-size: 20px;
  font-weight: 600;
}

.archive_flWrap #list_simplepage {
  width: 65%;
}

.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 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%;
}

.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 {
  background: #333;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

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

.archive_flWrap .search-form {
  margin-bottom: 20px;
}

.archive_flWrap .search-form input.search-submit {
  background-color: #EC6700;
  border-radius: 20px;
  width: 24%;
  margin: 0;
}

.archive_flWrap .search-form input.search-field {
  border-radius: 20px;
  width: 72%;
}

.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: 16px;
  padding-left: 10px;
  border-left: 3px solid #333;
  margin-bottom: 10px;
  display: inline-block;
}

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

div#roseneki,
div#chiiki {
  display: none;
}

div#roseneki.active,
div#chiiki.active {
  display: block;
}

.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: 5px 0 0 34px;
}

.commonSearch input[type=checkbox]+label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 22px;
  height: 22px;
  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: 50%;
  -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: 3px;
  width: 23px;
  height: 12px;
  margin-top: -11px;
  border-left: 3px solid #F7931E;
  border-bottom: 3px solid #F7931E;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.commonSearch 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;
  margin-top: 30px;
  font-size: 14px;
}

#page_jsearch_page 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: 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;
  display: block;
  margin: 0 auto;
}

.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; */
}

.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 #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;
}

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

.jokenFlex {
  align-items: center;
}

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

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

input#user_login,
input#password {
  width: 200px;
  margin: 0 0 10px 10px;
  padding: 0.36rem 0.66rem;
}

.kaiin_login input[type="submit"] {
  width: 300px;
  height: 45px;
  background-color: #101944;
  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 #list_simplepage .list_detail {
  width: 55%;
}

.archive_flWrap #list_simplepage .pr_area {
  margin-bottom: 2.5em;
  font-size: 14px;
  line-height: 2;
}

.archive_flWrap #list_simplepage .list_picsam {
  width: 40%;
  margin-top: -1.5em;
}

.archive_flWrap #list_simplepage .sales_area {
  background: #f1f1f1;
  padding: 20px;
  align-items: center;
  width: 100%;
}

.archive_flWrap #list_simplepage .sales_area .image_area {
  width: 12%;
  text-align: center;
  font-size: 14px;
}

.archive_flWrap #list_simplepage .sales_area .image_area .avatar {
  width: 100%;
  height: 81.48px;
  margin-bottom: 5px;
  border-radius: 100%;
  overflow: hidden;
}

.archive_flWrap #list_simplepage .sales_area .image_area .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive_flWrap #list_simplepage .sales_area .textArea {
  width: 85%;
  background: #fff;
  padding: 1em;
}

.archive_flWrap #list_simplepage .sales_area .textArea .text {
  font-size: 14px;
  line-height: 2;
  white-space: pre-line;
}

.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 {
  font-size: 13px;
  line-height: 1.5;
  border: 1px solid #929292;
}

.archive_flWrap #list_simplepage .list_simple_boxtitle a {
  font-size: 20px;
  color: initial;
  color: #001976;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.archive_flWrap #list_simplepage .list_address td.list_address_th {
  width: 17%;
  background: #efefef;
  color: #3a3a3a;
  padding: 3px 10px;
  text-align: center;
}

.archive_flWrap #list_simplepage .list_address td.list_address_th dt {
  font-weight: 600;
}

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

#list_simplepage .list_price_others table td.list_price_others_th {
  border-bottom: 1px solid #929292;
  width: 17%;
  padding: 10px 0;
  background: #efefef;
  color: #3a3a3a;
  padding: 3px 5px;
  font-size: 12px;
  text-align: center;
}

#list_simplepage .list_price_others table td.list_price_others_th span {}


#list_simplepage .list_price_others table td.list_price_others_td {
  border-bottom: 1px solid #929292 !important;
  width: 30%;
}

#list_simplepage .list_address table td {
  border-bottom: 1px solid #929292 !important;
  padding: 0;
  padding-left: 1em;
}

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

.list_simple_boxtitle span.syubetsu {
  border: 1px solid #001976;
  color: #001976;
  font-size: 12px;
  padding: 5px 15px;
  margin-bottom: 10px;
  display: inline-block;
}

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

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

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

#list_simplepage article {
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  border-top: 3px solid #001976;
  box-shadow: 0 0 0 0px #dfdfdf inset;
  padding: 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;
}

.singleFudo_top .bosyu {
  font-size: 15px;
  font-weight: 700;
  margin-right: .5em;
}

.singleFudo_top .category {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  background-color: #ff853c;
  padding: 0 .6em;
  color: #fff;
  margin-bottom: .5em;
  border-radius: 5px;
}

.singleFudo_top .category.soldout {
  background-color: #f14545;
  color: #f1f1f1;
}

/* = 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));
}

@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: #8a0303;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}

#nav-above1 a {
  font-size: 16px;
  color: #1a1a1a;
  background: #f1f1f1;
  padding: 5px;
  transition: .3s;
}

#nav-above1 b {
  font-size: 16px;
  background: #001976;
  color: #fff;
  padding: 5px;
}

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

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

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

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.dpoint1 {
  font-size: 140%;
  font-weight: 700;
  float: left;
  padding: 4px 0;
  color: #8a0303;
}

.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;
}

.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;
}

#list_simplepage .list_detail dl.list_address,
#list_simplepage .list_detail dl.list_price_others {
  margin: -1em 0 0;
}

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 {
  max-width: 270px;
  margin: 0;
  padding: 0;
}

#list_simplepage .list_simple_box .list_detail dd,
#list_simplepage .list_simple_box .list_detail dt {
  overflow: hidden;
}

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

#list_simplepage .list_simple_box .list_picsam .list_picsam_img img {
  margin: 0 2px 10px;
  border: 1px solid #333;
  max-width: 140px;
}

main.singleFudo_page h1.entry-title {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  background: -moz-linear-gradient(top, #fff 50%, #e7e7e7);
  background: -webkit-linear-gradient(top, #fff 50%, #e7e7e7);
  background: linear-gradient(to bottom, #fff 50%, #e7e7e7);
  padding: 20px 15px;
  border: 1px solid #f0f0f0;
  font-size: 18px;
  color: #333;
}

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

#list_simplepage .list_simple_box .list_picsam_img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

#list_simplepage .list_simple_box .list_picsam_img a {
  width: 49%;
  height: 130px;
  position: relative;
  background: #f1f1f1;
}

#list_simplepage .list_simple_box .list_picsam_img a img {
  width: auto;
  height: auto;
  margin: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto !important;
  max-height: 98%;
  max-width: 98%;
}

#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;
}


#list_simplepage .list_simple_box .list_details_button {
  background: #001976 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: .046875em;
  line-height: 1;
  padding: .75em .875em .75em;
  text-transform: uppercase;
  text-align: center;
  transition: .3s;
}

#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;
}

.entry-title .new_mark {
  background: #e10000 !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;
  margin-bottom: 0;
}

.bukken_singleSlider {
  height: 100%;
}

.bukken_singleSlider_wrap .bx-wrapper li {
  position: relative;
  height: 100%;
}

.bukken_singleSlider_wrap .bx-wrapper li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.bukken_singleSlider_wrap .bx-wrapper li img {}

#list_simplepage2 .list_picsam {
  background: #eee;
  position: relative;
  padding: 20px;
}

#bx-pager a {
  display: block;
  width: 80px;
  height: 63px;
  margin: 2px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

#bx-pager a.active {
  border: 3px solid #001976;
}

#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, #333;
  background-size: 10px;
  background-position: 70%;
  left: -30px;
}

.list_picsam .bx-wrapper .bx-next {
  background: url(../img/yajirushi.png) no-repeat, #333;
  background-size: 10px;
  background-position: 70%;
  right: -30px;
  -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: 60px;
  height: 60px;
  transition: .3s;
  z-index: 9;
}

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

#bx-pager a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  width: auto;
  max-width: 98%;
  max-height: 98%;
}

.bukken_singleSlider_wrap {
  position: relative;
  width: 48%;
  overflow: hidden;
}

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

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

#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;
}

h3.singleFudo_title span {
  margin-left: 20px;
  font-size: 11px;
}

/* お部屋コメント */

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

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 #list_other {
  display: flex;
  flex-wrap: wrap;
}

#list_simplepage2 .list_detail #list_other dl {
  width: 50%;
  display: flex;
  margin: 0;
  font-size: 16px;
}

#list_simplepage2 .list_detail #list_other dl.w100 {
  width: 100%;
}

#list_simplepage2 .list_detail #list_other dl dt {
  text-align: left;
  line-height: 3;
  border: solid 1px #efefef;
  width: 40%;
  background-color: #F7F6F3;
  color: #747474;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#list_simplepage2 .list_detail #list_other dl.w100 dt {
  width: 20%;
}

#list_simplepage2 .list_detail #list_other dl.w100 dd {
  width: 80%;
}

#list_simplepage2 .list_detail #list_other dl dd {
  width: 60%;
  border: 1px solid #efefef;
  padding-left: 1em;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}

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

.list_detail table th {
  text-align: left;
  line-height: 3;
  border: solid 1px #efefef;
  width: 20%;
  background-color: #F7F6F3;
  color: #747474;
  text-align: center;
}

.list_detail table td {
  width: 30%;
  border: 1px solid #efefef;
  padding-left: 1em;
}

div#list_add_table table td {
  padding: 0.5em;
}

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

#nendebcopy {
  display: none;
}



#list_simplepage2 .list_price {
  margin: 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;
  font-size: 13px;
}

.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;
}

/* この物件にお問い合わせ */
div#contact_form table {
  width: 100%;
}
div#contact_form table th,
div#contact_form table td {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  line-height: 1.8;
}

div#contact_form table td {
  background: #f9f9f9;
}

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

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

div#contact_form table th {
  text-align: left;
}

div#contact_form table th span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 20px;
}

div#contact_form table th span.hissu {
  background: #F77C00;
  color: #fff;
}

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

div#contact_form input.wpcf7-form-control.wpcf7-text,
div#contact_form textarea.wpcf7-form-control.wpcf7-textarea {
  border: 1px solid #ddd;
  width: 100%;
  padding: 8px;
  border: 1px solid #bbc6c8;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 0 #bbc6c8 inset;
  box-sizing: border-box;
  width: 60%;
}

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

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

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

div#contact_form input.wpcf7-form-control.wpcf7-submit {
  max-width: 400px;
  width: 80%;
  margin: auto;
  display: block;
  padding: 12px 55px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  background: #F77C00;
  border: none;
  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;
}

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%;
  font-size: 14px;
  line-height: 2;
}

.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: #001976;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  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: 18px;
  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: #f7ecd9;
}

table.form_jsearch h5.switchHat:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.4px 6px 0 6px;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 12px;
}

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;
}

/* 投資用物件と実需用物件は下で表示させるため削除 */
table.form_jsearch td.setsubi li.code_25042,
table.form_jsearch td.setsubi li.code_25043 {
  display: none;
}

table.form_jsearch li {
  display: inline-block;
  margin: 3px 10px 3px 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;
}




.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;
}

.list_simple_boxtitle .bosyu {
  font-size: 15px;
  font-weight: 700;
  margin-right: .5em;
}

.list_simple_boxtitle .category {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #F18545;
  padding: 0 .5em;
  display: inline-block;
}

.list_simple_boxtitle .category.soldout {
  background-color: #f14545;
  color: #f1f1f1;
}

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

  #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 img {
    width: 100%;
    max-width: unset;
  }

  #list_simplepage .list_simple_box .list_picsam .list_picsam_img a img {
    width: auto;
    max-width: 98%;
  }

  #list_simplepage .list_simple_box .list_picsam_img a {
    width: 49%;
    height: 40vw;
  }

  .archive_flWrap #list_simplepage .pr_area {
    margin-bottom: .5em;
    font-size: 3.2vw;
  }

  .archive_flWrap #list_simplepage .sales_area {
    padding: 4vw;
    margin-top: 3vw;
  }

  .archive_flWrap #list_simplepage .sales_area .image_area {
    width: 15%;
    font-size: 2.5vw;
  }

  .archive_flWrap #list_simplepage .sales_area .image_area .avatar {
    height: 12vw;
  }

  .archive_flWrap #list_simplepage .sales_area .textArea {
    width: 81%;
    padding: .5em;
  }

  .archive_flWrap #list_simplepage .sales_area .textArea .text {
    font-size: 3vw;
  }

  main.singleFudo_page h1.entry-title {
    line-height: 1.5;
    padding: 10px;
    font-size: 16px;
    margin-top: 20px;
    position: relative;
    background: #fff;
    border: none;
  }

  body.single-fudo .singleFudo_top {
    padding: 2vw;
  }

  .singleFudo_top .price_info {
    padding: 0;
  }


  div#list_add_table table td {
    margin-bottom: 10px;
  }

  .pr_single .text {
    font-size: 3.4vw;
  }

  .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: 10px;
    padding: 2vw;
  }

  #list_simplepage2 .list_picsam a {
    width: 31.5%;
    height: 15vw;
    margin: .1%;
    display: inline-block;
  }

  .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;
  }

  div#contact_form table th,
  div#contact_form table td {
    display: block;
    background: #fff;
  }

  div#contact_form table td {
    border-top: none;
    border-bottom: none;
  }

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

  .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;
  }

  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;
  }

  .archive_flWrap #list_simplepage {
    width: 100%;
  }

  .archive_flWrap #list_simplepage .list_picsam {
    width: 100%;
  }

  .archive_flWrap #list_simplepage .list_detail {
    width: 100%;
  }

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

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

  #list_simplepage article {
    background: #fff;
  }

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

  #nav-above1 {
    color: #ee0000;
    font-size: 20px;
  }

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

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

  #nav-above1 a {
    font-size: 14px;
    color: #1a1a1a;
    background: #fff;
    display: inline-block;
    margin: 2px;
  }

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

  .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%;
  }

  #list_simplepage .list_simple_box .list_detail dd {
    padding-left: 1em;
  }

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

  #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 .list_simple_boxtitle a {
    font-size: 14px;
  }

  .list_simple_boxtitle span.syubetsu {
    font-size: 10px;
  }

  .list_simple_boxtitle {
    margin-bottom: 0px;
    padding-top: 0;
    position: relative;
  }

  .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%;
  }

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

  .bukken_singleSlider_wrap .bx-wrapper {
    height: 80vw;
    margin-bottom: 5vw;
  }

  .bukken_singleSlider_wrap .bx-wrapper li {
    height: 80vw;
  }

  .bukken_singleSlider_wrap .bx-wrapper li img {
    width: auto;
    height: auto;
    max-width: 98%;
    max-height: 98%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

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

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

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

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

  .single_contactSec .wrap {
    display: block;
    padding: 0;
    border: 0;
    max-width: 100%;
  }

  .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%;
    background: #d8d8d8;
    color: #333;
  }

  .list_detail table th,
  .list_detail table td {
    font-size: 3.5vw;
  }

  .list_detail table td,
  .list_address td.list_address_td,
  td.list_price_td {
    width: 60%;
    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;
  }

  #bx-pager {
    display: block;
    width: 100% !important;
  }

  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;
  }

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

  table.form_jsearch td.choumei ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: 0 !important;
  }

  table.form_jsearch h5 {
    margin-bottom: 10px;
  }

  table.form_jsearch td.choumei ul li {
    font-size: 12px;
  }

  .commonSearch input[type=checkbox]+label {
    padding-left: 30px;
  }

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

  table.form_jsearch th {
    background: #333333;
    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%;
    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;
  }

  .singleFudo_top dl.price_dl dd small {
    font-size: 12px;
  }

  .singleFudo_top .category {
    font-size: 3.6vw;
  }

  .singleFudo_top .bosyu {
    font-size: 3.6vw;
  }

  .list_simple_boxtitle .category {
    font-size: 3.6vw;
  }

}