/* CSS Document */

/* =========================================================

   共通・未分類

========================================================= */

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
 display: block;
}

html {
 overflow-y: scroll;
 zoom: 1 !important;
}

html,
body {
 position: relative;
 margin: 0;
 width: 100%;
 -webkit-text-size-adjust: 100%;
 background: #fff;
 font-family: "Inter", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #000000;
}

h1 {
 padding: 3px 2%;
 color: #fff;
 font-size: 9px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-weight: normal;
 margin: 0;
 text-align: left;
}

.head_title {
 padding: 3px 2%;
 color: #fff;
 font-size: 9px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-weight: normal;
 margin: 0;
 text-align: left;
 width: 100%;
 box-sizing: border-box;
}

blockquote,
q {
 quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
 content: '';
 content: none;
}

input,
textarea,
dt,
dd {
 margin: 0;
 padding: 0;
 clear: both;
}

ol,
ul {
 list-style: none;
 color: black;
 margin: auto;
 padding: 0;

}

a {
 text-decoration: none;
}

a:focus {
 outline: none;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

caption,
th {
 text-align: left;
}

.cf:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}

.cf {
 min-height: 1px;
}

* html .cf {
 height: 1px;
 /*\*/
 /*/
	height: auto;
	overflow: hidden;
	/**/
}

.float_r {
 float: right;
}

.float_l {
 float: left;
}

.both {
 clear: both;
}

.smart_border {
 border: none !important;
}

#main {
 margin-bottom: 60px;
}

.red {
 color: #FF0000;
}

.redbold {
 color: #FF0000;
 font-weight: bold;
}

a.red:link {
 color: #FF0000;
}

.container-top {
 padding: 0px 5px 0 5px;
}

ul li.arrow {
 background-image: url(/mobile_img/chevron.png);
 background-position: right center;
 background-repeat: no-repeat;
}

.li-height {
 height: 200px;
}

.bg1 {
 padding: 5px;
}

.main {
 margin: 0px;
}

.main ul {
 border-top: 0;
 margin: 0px;
 font-size: 12px;
 -webkit-border-radius: 0px;
}

.main ul li {
 color: #FFF;
 font-size: 12px;
 border-bottom: 1px solid #c0c0c0;
 list-style-type: none;
 padding: 10px;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#f5f5f5));
}

.main ul li:first-child {
 background-image: url(/mobile_img/m-title.jpg);
 border: 0;
 height: 45px;
 margin: 0;
 padding: 0;
 -webkit-border-radius: 0px;
}

.main ul li:last-child {
 list-style-type: none;
 -webkit-border-radius: 0;
}

.main ul li a img {
 float: left;
 display: block;
 margin: -4px 10px -4px -1px;
}

.main ul li.arrow2 {
 background-image: url(/mobile_img/chevron2.png);
 background-position: right center;
 background-repeat: no-repeat;
}

.m-title {
 font-size: 20px;
 font-weight: bold;
}

.m-title2 {
 font-size: 16px;
 font-weight: bold;
}

.nav-portfolio {
 margin: auto;
}

.nav-portfolio ul {
 border: 0px;
 -webkit-border-radius: 0;
 padding: auto;
}

.nav-portfolio ul li img {
 margin-left: 5px;
 margin-bottom: 5px;
 width: 147px;
 height: 60px;
}

.nav-portfolio ul li {
 float: left;
 margin: 0px;
 border: 0px;
 padding: 0px;
 text-align: center;
}

.nav-portfolio ul:after {
 content: '';
 display: block;
 clear: both;
 padding: 0px;
}

.nav-portfolio a {
 display: block;
 text-decoration: none;
}

.nav-portfolio a:after {
 display: block;
 content: attr(title);
 font-size: 12px;
 width: 120px;
 text-align: center;
 white-space: nowrap;
 text-overflow: ellipsis;
 padding: 0px;
}

.contact-form {
 margin: -20px 10px 10px 10px;
 padding: 10px;
 border: 1px solid #FFFFFF;
 background-color: #ececec;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ECECEC));
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}

.contact-form dl {
 margin-bottom: 20px;
}

.contact-form dt {
 font-weight: bold;
}

.contact-form dd {
 margin-bottom: 10px;
}

.smart_off {
 display: none;
}

.sp_off {
 display: none;
}


/*===========================================================
	 ぱんくず pan_wrap
========================================================== */
.pan_wrap {
 width: 100%;
 color: #666;
 position: relative;
 padding: 0 2%;
 overflow-x: auto;
 overflow-y: hidden;
 -webkit-overflow-scrolling: touch;
 white-space: nowrap;
 box-sizing: border-box;
 font-size: 10px;
}

.pan_wrap div {
 padding-right: 0px !important;
 position: relative;
}

.pan_wrap div:after {
 content: ' > ';
 color: 000;
}

.pan_wrap div,
.pan_wrap a {
 padding-right: 5px;
 display: inline-block;
 font-size: 10px;
 line-height: 17px;
 margin: 2px 0px;
}

.pan_wrap a {
 border-radius: 3px;
 display: inline-block;
 padding: 1px 5px;
 color: #666 !important;
}

.pan_wrap h2 {
 font-size: 10px;
 line-height: 17px;
 font-weight: normal;
 margin: 0;
 width: 100%;
}

.pan_wrap::-webkit-scrollbar {
 height: 2px;
}

.pan_wrap::-webkit-scrollbar-track {
 margin: 0 2px;
 background: #ccc;
 border-radius: 5px;
}

.pan_wrap::-webkit-scrollbar-thumb {
 background: #999;
 border-radius: 5px;
}

/*************************************
input
*************************************/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
 outline: none;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 height: 40px;
 line-height: 20px;
 font-size: 14px !important;
 margin: 0px 0px 5px 0;
 padding: 0 .5em;
 font-size: 1.2em;
 border: 1px solid rgba(0, 0, 0, .3);
 border-radius: 2px;
 box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, .3) inset;
 background-color: #FFF4F4;
 border: 1px solid #FFB0B0;
 width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
 box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, .5) inset, 0 0 2px 2px rgba(125, 0, 0, .5);
}

textarea {
 height: 6em;
 line-height: 1.2em;
 padding-right: 0;
}

input[type="checkbox"] {
 -webkit-transform: scale(1.5, 1.5);
 transform: scale(1.5, 1.5);
 vertical-align: middle;
 margin-right: 5px;
 line-height: 20px;
}

.listCheck input[type="checkbox"] {
 width: auto;
 height: auto;
 margin-right: 5px;
 line-height: 20px;
}

input[type="radio"] {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
 vertical-align: bottom;
 margin-right: 5px;
 line-height: 20px;
}

input[type="reset"] {
 margin: 0 auto 5px;
 width: 90%;
 height: 50px;
 color: #fff;
 display: block;
 letter-spacing: 1px;
 -webkit-appearance: none;
 border-radius: 0;
 border: none;
 font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 text-align: center;
 font-size: 17px;
 letter-spacing: 1px;
}

.button_bg input {
 background: #FF7505;
 box-shadow: 0 5px #EC6C00;
}

.button_bg input[type="reset"] {
 background: #999;
 box-shadow: 0 5px #666;
 margin-top: 15px;
 height: 30px;
 border-radius: 5px;
}

input[type="submit"] .button_main {
 background: #FF7505;
 box-shadow: 0 5px #EC6C00;
}

.button_main {

 background: #FF7505;
 box-shadow: 0 5px #EC6C00;
}

input[type="submit"] .button_sub {
 background: #999;
 box-shadow: 0 5px #666;
 margin-top: 10px;
 height: 30px;
}

.button_sub {
 background: #999;
 box-shadow: 0 5px #666;
 margin-top: 20px !important;
 height: auto;
}

input[type="submit"] {
 margin: 0 auto 5px;
 padding: 10px 0;
 width: 90%;
 color: #fff;
 display: block;
 -webkit-appearance: none;
 border-radius: 5px;
 border: none;
 text-align: center;
 font-size: 16px;
 font-weight: bold;
 letter-spacing: 1px;
}

input[type="submit"].toiawase {
 padding: 2px 10px 5px 10px;
 font-size: 23px;
 border: 1px solid #FFFFFF;
 width: auto;
 color: #FFFFFF;
 background-color: #808080;
 background-image: linear-gradient(bottom, #46D100 41%, #2BFF2B 94%);
 background-image: -o-linear-gradient(bottom, #46D100 41%, #2BFF2B 94%);
 background-image: -moz-linear-gradient(bottom, #46D100 41%, #2BFF2B 94%);
 background-image: -webkit-linear-gradient(bottom, #46D100 41%, #2BFF2B 94%);
 background-image: -ms-linear-gradient(bottom, #46D100 41%, #2BFF2B 94%);
 background-image: -webkit-gradient(linear,
   left bottom,
   left top,
   color-stop(0.41, #46D100),
   color-stop(0.94, #2BFF2B));
}

textarea {
 padding: 5px;
 width: 100%;
 font-size: 16px;
}

select {
 padding: 5px;
 font-size: 15px;
 /* 20141222変更 */
}

.submit {
 text-align: center;
}

.jCarousel {
 width: 100%;
 margin-bottom: 20px;
 text-align: center;
 -webkit-transition: margin 0.5s ease-in-out;
}

.jCarousel li {
 text-align: center;
}

.jCarousel li img {
 padding-top: 10px;
}

.tenpo1 {
 color: #F00;
 font-size: 20px;
}

.tenpo {
 margin: 0px;
 background-color: #FFF;
 font-size: 16px;
 color: #F90;
 line-height: 20px;
 font-weight: bold;
}

.tenpo2 {
 color: #390;
 font-size: 18px;
}

.tenpo2 a {
 color: #390;
 font-size: 18px;
 text-decoration: none;
}

.tenpo ul {
 border-top: 0;
 margin: 0px;
 font-size: 12px;
 -webkit-border-radius: 0px;
 background-color: #FFF;
}

.tenpo ul li {
 color: #FFF;
 font-size: 12px;
 list-style-type: none;
 background-color: #FFF;
 padding: 10px;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
}

.tenpo ul li:first-child {
 background-color: #FFF;
 border: 0;
 margin: 0;
 padding: 0;
 -webkit-border-radius: 0px;
}

.tenpo ul li:last-child {
 list-style-type: none;
 -webkit-border-radius: 0;
}

.tenpo ul li a img {
 float: left;
 display: block;
 margin: -4px 10px -4px -1px;
}

.button_bg {
 padding-top: 15px;
 padding-bottom: 15px;
 background-color: #F0F0F0;
}

form {
 margin-bottom: 0px;
 position: relative;
}

/******************
*スマホSNSボタン用*
*******************/
.sns_button {
 line-height: 40px;
 margin-top: 20px;
 margin-left: 5px;
}

/* =========================================================

   物件検索　/search.php

========================================================= */
.search_block select {
 -webkit-appearance: none;
 display: block;
 width: 98%;
 padding: 4%;
 box-sizing: border-box;
 text-align: center;
 background: #f5f9fc !important;
 border: 1px solid #ccc;
 color: #333;
 height: auto;
 font-size: 15px;
 border-radius: 3px;
 box-shadow: 0px 2px 6px -5px #000;
 margin: 3% auto;
}

.search_block {
 width: 97%;
 margin: 10px auto;
 overflow: hidden;
 font-size: 13px;
 background: #FFF !important;
 display: flex;
 flex-wrap: wrap;
}

.search_block #lineArea,
.search_block #lineAarea,
.search_block #shubetsuArea {
 display: flex;
 flex-wrap: wrap;
 margin: 0px 0px 20px 0px;
}

.search_block input[type="radio"] {
 vertical-align: middle !important;
}

.search_block input[type="checkbox"] {
 margin-right: 7%;
 width: 10%;
}

.search_block label span {
 width: 83%;
}

.search_block label {
 border: 1px dashed #CCC;
 width: 48% !important;
 padding: 10px 3%;
 box-sizing: border-box;
 font-weight: normal;
 font-size: 13px;
 line-height: normal;
 -webkit-border-radius: 2px;
 border-radius: 5px;
 vertical-align: middle;
 display: flex !important;
 align-items: center;
 background-color: #FFF;
}

.search_block_shubetsu {
 width: 97%;
 margin: 10px auto;
 overflow: hidden;
 font-size: 13px;
 background: #FFF !important;
 display: flex;
 flex-wrap: wrap;
}

.search_block_shubetsu tr {
 display: flex;
 flex-wrap: wrap;
 margin: 0px 0px 20px 0px;
}

.search_block_shubetsu tr td {
 border: 1px dashed #CCC;
 width: 48% !important;
 box-sizing: border-box;
 font-weight: normal;
 font-size: 13px;
 line-height: normal;
 -webkit-border-radius: 2px;
 border-radius: 5px;
 vertical-align: middle;
 display: flex !important;
 align-items: center;
 background-color: #FFF;
 margin: 1%;
}

.search_block_shubetsu tr td label {
 border: none !important;
 width: 100% !important;
 line-height: normal !important;
 padding: 10px 6% !important;
 margin: 0 !important;
 float: none !important;
}

.search_block_madori label {
 width: 97% !important;
 padding: 10px 6%;
}

.search_block #tr_station {
 width: 100%;
}

.search_block_yachin,
.search_block_menseki {
 display: block;
 flex-wrap: inherit;
}

.search_block_yachin select,
.search_block_menseki select {
 width: 45%;
 margin: 1%;
 box-sizing: border-box;
 vertical-align: middle;
 display: inline-block;
}

.search_block_yachin_label {
 margin-top: 10px;
 overflow: hidden;
}

.search_block_yachin label {
 display: inline-block;
 width: 40%;
}

.search_block_yachin h3 {
 color: #333;
 font-size: 14px;
 text-indent: 2%;
 margin: 20px 0 0;
}

.search_waku {
 width: 100%;
}

.search_waku tr td {
 width: 50%;
}

.list_side_search_sub_box {
 border: solid 1px #ccc;
 border: solid 1px #ccc;
 overflow: hidden;
 padding: 3%;
 margin: 0px auto 10px auto;
 box-sizing: border-box;
 border-radius: 5px;
 background-color: #f8f8f8f8;
 width: 96%;
 box-shadow: 0px 2px 6px -5px #000;
}

.list_side_search_sub_title {
 font-size: 13px;
 border-bottom: solid 1px #ccc;
 margin: 0px 0px 5px 0px;
 padding: 0px 0px 5px 0px !important;
}

.search_list {
 width: 98%;
 margin: 10px auto;
}

.is-fixed {
 display: none !important;
}

.search_submit2 {
 width: 100%;
 box-sizing: border-box;
 background-color: rgba(51, 51, 51, 0.8);
 padding: 3%;
 position: sticky;
 bottom: 60px;
 display: flex;
 align-items: center;
 z-index: 999;
}

.list_search .search_submit2 {
 position: sticky;
 position: -webkit-sticky;
 align-self: flex-end;
}

.search_submit2 a,
.search_submit2 input[type="submit"] {
 font-size: 20px;
 background: #FF9900;
 display: block;
 font-size: 16px;
 color: #fff;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 box-shadow: 0 3px #a66400;
 border: none;
 width: 72%;
 letter-spacing: 1px;
 margin: 0;
 padding: 2% 0;
 text-align: center;
 font-weight: bold;
 font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
 -webkit-appearance: none;
 -webkit-appearance: none;
}

.search_submit_count {
 display: inline-block;
 vertical-align: middle;
 color: #fff;
 margin-right: 2%;
 width: 26%;
 text-align: center;
}

.search_submit2 a i {
 padding-right: 10px;
}

.search_submit2 a span {
 font-weight: bold;
}

label {
 border: 1px solid #CCC;
 width: 94%;
 font-size: 13px;
 line-height: 15px;
 padding: 10px 1%;
 margin: 1%;
 -webkit-border-radius: 2px;
 border-radius: 2px;
 display: block;
 vertical-align: middle;
 float: left;
}

label.border_none {
 border: none !important;
}

#lineBtnArea,
#stationBtnArea {
 width: 100%;
}

#lineBtnArea input,
#stationBtnArea input {
 display: block;
 font-size: 13px;
 font-weight: bold;
 margin: 0 auto;
 width: 50%;
 height: 40px;
 line-height: 30px;
}

input[type="checkbox"] {
 width: auto;
 vertical-align: middle;
}

#total_rooms_num {
 color: red;
 font-size: 26px;
 line-height: 40px;
 font-weight: bold;
 font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.search_wrap_reset input {
 color: #333;
 text-decoration: underline;
 font-size: 12px;
 line-height: normal;
 margin: 20px auto 0;
 height: auto;
 width: auto;
 background: none;
}

/* =========================================================

   学区検索　school_list

========================================================= */

.school_h2 {
 font-size: 18px;
 text-align: left;
 background-size: 100%;
 background-repeat: no-repeat;
 background-position: left center;
 line-height: 45px;
 margin: 0px;
 padding: 0px;
}

.school_h2 img {
 width: 100%;
 margin: 0px;
 font-weight: normal;
}

.school_h2 h2 p {
 display: none;
 margin: 0px;
 padding: 0px;
}

.school_h2 h2 .t1 {
 font-size: 20px;
 line-height: 20px;
}

.school_h2 h2 .t2 {
 font-size: 32px;
 line-height: normal;
}

.school_h2 h2 .t3 {
 font-size: 15px;
 line-height: 17px;
}

.school_h2 h2 .t4 {
 font-size: 13px;
 line-height: 17px;
 color: #FF0000;
}

.school {
 width: 96%;
 background-color: #F4F4F4;
 overflow: hidden;
 margin: 10px auto;
}

.school ul {
 margin: 0;
 padding: 0;
 list-style: none;
 border: none;
 overflow: hidden;
}

.school ul li {
 overflow: hidden;
 padding: 0;
 border: none;
}

.school .inner {
 overflow: hidden;
}

.school h3 {
 margin: 0px 0px 15px 0px;
 padding: 0px 0px 0px 0px;
 font-size: 20px;
 text-indent: 10px;
 font-weight: normal;
 text-align: left;
 border-left: 7px solid #333333;
 border-bottom: 1px solid #333333;
 line-height: normal;
}

.school .inner .chilled {
 width: 49%;
 float: left;
 margin: 0 0 15px 0;
 border: 1px solid #333333;
 box-sizing: border-box
}

.school .inner .chilled:first-child {
 margin: 0 2% 15px 0;
}

.school .inner li a {
 height: 40px;
 display: block;
 width: 100%;
 text-align: center;
 color: #000;
 background-color: #fff;
 font-size: 17px;
 font-weight: normal;
 text-decoration: none;
 padding: 0;
 margin: 0;
}

.school .inner .chilled span {
 display: block;
 padding: 0px;
 line-height: 40px;
}

.school_2 {
 background-color: #F4F4F4;
 overflow: hidden;
 margin: 10px auto;
 padding: 10px;
}

.school_2 ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

.school_2 .inner .chilled {
 float: left;
 margin: 0 3% 5% 0;
}

.school_2 .inner li a {
 display: block;
 border: solid 2px #999999;
 text-align: center;
 color: #000;
 background-color: #fff;
 font-size: 16px;
 font-weight: normal;
 text-decoration: none;
 margin: 0;
}

.school_2 .inner .chilled span {
 display: block;
 padding: 0px 42px;
}

.gakku_comment {
 color: #F00;
 font-size: 13px;
 width: 480px;
 margin: 0px;
 padding: 0px;
 font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* =========================================================

   物件問合せ　mail

========================================================= */

.b_mail_wrap .hissu:after {
 content: "必須";
 font-size: 12px;
 padding: 1px 7px;
 margin-left: 10px;
 vertical-align: middle;
 background: #FFE8E5;
 color: #f00;
 border: 1px solid #f00;
 box-sizing: border-box;
 border-radius: 3px;
}

.mail_form .error:not(:empty) {
 position: relative;
 display: inline-block;
 margin: 1.5em 0;
 padding: 11px 5%;
 width: 100%;
 text-align: center;
 color: #FFF;
 font-size: 4vw;
 font-weight: bold;
 border: solid 1px #F00;
 box-sizing: border-box;
 background: #F00;
 border-radius: 5px;
}

.mail_form .error:not(:empty):before {
 content: "";
 position: absolute;
 bottom: -25px;
 left: 50%;
 margin-left: -15px;
 border: 12px solid transparent;
 border-top: 12px solid #ff0000;
 z-index: 2;
}

.mail_contact {
 display: none;
}

.b_mail_wrap .mail_form dt {
 margin-top: 10px;
 margin-bottom: 5px;
 font-weight: bold;
 line-height: 25px;
 font-size: 16px;
}

.mail_bikou {
 margin: 5% 0 2%;
 font-size: 3.3vw;
}

.mail_bikou b {
 font-size: 16px !important;
}

.b_mail_wrap input[type="text"],
.b_mail_wrap input[type="tel"],
.b_mail_wrap input[type="email"],
.b_mail_wrap input[type="password"],
.b_mail_wrap textarea {
 background-color: #f5f9fc;
 border: 1px solid #ccdae4;
}

/*-- 確認画面 --*/

.sp_mail02_ul {
 width: 96%;
 margin: 10px auto;
}

.sp_mail02_ul li {
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 overflow: hidden;
 padding: 8px 0 8px 10px;
}

.sp_mail02_ul li:first-child {
 border: 1px solid #ccc;
}

.sp_mail02_ul li span:nth-child(1) {
 float: left;
}

.sp_mail02_ul li span:nth-child(2) {
 display: block;
 margin-left: 150px;
}

.sp_mail_room_shosai {
 margin: 10px auto;
 background-color: #F2F2F2;
 width: 96%;
 padding: 10px 2% 10px 2%;
 box-sizing: border-box;
}

.sp_mail_room_shosai .page-title {
 margin-bottom: 5px;
}

.sp_mail_room_shosai_title {
 font-size: 13px;
 font-weight: bold;
 padding: 5px;
 margin: 0px 0px 5px 0px;
 border-bottom: solid 1px #ccc;
}

/* =========================================================

   一般問合せ　/inquiry.php

========================================================= */

.mail_form {
 width: 100% !important;
}

.mail_form .error:empty {
 margin-top: 10px;
 display: block;
}

.mail_form .sma_inquiry {
 table-layout: fixed;
}

.mail_form .sma_inquiry,
.mail_form .sma_inquiry tbody,
.mail_form .sma_inquiry th,
.mail_form .sma_inquiry td {
 width: 100% !important;
 display: block;
}

.mail_form .sma_inquiry tr {
 display: flex;
 flex-wrap: wrap;
 width: 100% !important;
}

.mail_form th,
.mail_form dt,
.sma_inquiry th {
 width: 100% !important;
 display: block;
 box-sizing: border-box;
 margin-top: 10px;
 margin-bottom: 5px;
 font-weight: bold;
 line-height: 25px;
 font-size: 14px;
 background: #eee;
 padding: 10px 2%;
}

.mail_form dd,
.sma_inquiry td {
 padding: 0% 3%;
 display: block;
}

.mail_form td {
 box-sizing: border-box;
 overflow: hidden;
}

.sma_inquiry td select {
 -webkit-appearance: none;
 display: block;
 width: 100%;
 padding: 4%;
 box-sizing: border-box;
 text-align: center;
 background: #fff;
 border: 1px solid #ccc;
 color: #333;
 height: auto;
 font-size: 16px;
 border-radius: 3px;
 box-shadow: 0px 2px 6px -5px #000;
 margin: 3% auto;
}

.mail_form label {
 width: 98% !important;
 box-sizing: border-box;
 overflow: hidden;
 padding: 15px 4% !important;
 border: 1px dashed #ccc;
 border-radius: 3px;
}

.mail_form label span {
 display: inline-block;
 margin-left: 2%;
}

.inquiry_bikou {
 clear: both;
 padding-top: 10px;
}

.inquiry_bikou b {
 font-size: 13px;
}

.sma_inquiry label input[type="checkbox"] {
 margin: 0 7% 0 0;
}

.sma_inquiry label input[type="radio"] {
 margin: 0 7% 0 0;
}

.sma_inquiry input[type="text"] {
 width: 85% !important;
 margin-right: 2%;
}

.sma_inquiry label {
 border: 1px dashed #ccc;
 float: left;
 display: flex;
 align-items: center;
 box-sizing: border-box;
 border-radius: 3px;
 width: 48% !important;
 padding: 4% !important;
 margin: 1% !important;
 font-weight: normal;
 font-size: 12px;
}

.form_caution {
 width: 93%;
 margin: 15px auto;
 padding: 15px 4%;
 background: #fff4f4;
 border: 1px solid #efc1c1;
 color: #f00;
 box-sizing: border-box;
 font-size: 12px;
 text-align: left;
}

.toggle_wrap {
 width: 100%;
 padding: 10% 0;
}

.inquiry_wrap .toggle_wrap td {
 border-bottom: none;
}

.inquiry_wrap .toggle {
 background-color: #F7A805;
 padding: 3% 0;
 width: 80%;
 margin: 0 auto !important;
 border-radius: 5px;
 border-bottom: 2px solid #de9807;
}

.inquiry_wrap .toggle span {
 text-decoration: none !important;
}

.inquiry_wrap .toggle span b {
 color: #fff;
 font-size: 12px;
 font-weight: normal;
}

.inquiry_wrap .hissu:after {
 content: "必須";
 font-size: 12px;
 padding: 1px 7px;
 margin-left: 10px;
 vertical-align: middle;
 background: #FFE8E5;
 color: #f00;
 border: 1px solid #f00;
 box-sizing: border-box;
 border-radius: 3px;
}

.inquiry_wrap input[type="text"],
.inquiry_wrap input[type="tel"],
.inquiry_wrapinput[type="email"],
.inquiry_wrapinput[type="password"],
.inquiry_wrap textarea {
 background-color: #f5f9fc;
 border: 1px solid #ccdae4;
}

.inq_privacy {
 font-size: 12px;
 margin: 0 auto 10px;
 width: 96%;
}

.inq_privacy a {
 text-decoration: underline;
 color: #0000ee;
}

.inq_tenpo_select {
 width: 100%;
 height: 38px;
 padding: 0px 5px;
 margin: 5px 0px 0px 0px;
 box-sizing: border-box;
 background-color: #f5f9fc;
 border: 1px solid #ccdae4;
 border-radius: 0;
}

/* =========================================================

   お気に入り　favorite.php

========================================================= */
.favo_list {}

.favo_ul {
 margin-bottom: 10px;
}

.favo_ul li {
 border-bottom: 1px solid #ccc;
}

.favo_list_row {
 background: #f5f5f5;
 border: 1px solid #ccc;
 border-radius: 5px;
 box-sizing: border-box;
 width: 94%;
 margin: 0 auto 20px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.favo_list_check {
 position: relative;
 text-align: center;
 width: 13%;
 padding: 3%;
 box-sizing: border-box;
}

.favo_list_row > a {
 position: relative;
 display: block;
 background: #fff;
 width: 87%;
 padding: 3%;
 box-sizing: border-box;
}

.favo_list_room {
 position: relative;
 width: 100%;
 height: 100%;
 background: #fff;
}

.favo_list_img {
 border: none !important;
 width: 45% !important;
 height: 100px !important;
 margin: 12% 0 0 !important;
 float: left;
}

.favo_list_roomdate {
 float: right;
 margin-top: 12%;
 margin-bottom: 13%;
 width: 52%;
 font-size: 12px;
 color: #333;
}

.favo_list_roomdate p {
 margin: 0;
}

.favo_list_roomtitle {
 position: absolute;
 width: 93%;
 top: 0;
 left: 0;
 display: flex;
 align-items: center;
}

.favo_list_roomtitle > span {
 width: 24%;
 text-align: center;
 padding: 3px 2%;
 border: 1px solid #FF9600;
 color: #FF9600;
 background: #fff8ee;
 font-size: 10px;
 font-weight: bold;
 border-radius: 3px;
 display: inline-block;
 margin-right: 2%;
}

.favo_list_roomtitle p {
 font-weight: bold;
 color: #333;
 font-size: 14px;
 display: block;
 width: 68%;
 margin: 0;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.favo_list_roomtitle p span:not(:empty) {
 display: inline-block;
 margin-right: 5%;
}

.favo_list_kakaku {
 color: #de3838;
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 2%;
}

.favo_list_kakaku2 span:not(:empty) {
 color: #333;
 font-weight: normal;
 font-size: 10px;
}

.favo_list_kanrihi:not(:empty) {
 margin-right: 5%;
}

.favo_list_kanrihi:not(:empty)::before {
 content: "管理費：";
}

.favo_list_kyoekihi:not(:empty)::before {
 content: "共益費:";
}

.favo_list_shikirei span {
 background: #eee;
 border: 1px solid #ccc;
 box-sizing: border-box;
 padding: 1% 4%;
 border-radius: 3px;
 margin-right: 5%;
 font-size: 10px;
 display: inline-block;
 min-width: 20px;
 text-align: center;
}

.favo_list_shikirei {
 display: flex;
 justify-content: space-between;
 margin-bottom: 2%;
}

.favo_list_shikirei p {
 width: 50%;
}

.favo_list_madori {
 display: flex;
 align-items: center;
 margin-bottom: 2%;

}

.favo_list_madori span {
 font-size: 12px;
 margin-left: 3%;
}

.favo_list_madori span:not(:empty)::before {
 content: "(";
}

.favo_list_madori span:not(:empty)::after {
 content: ")";
}

.favo_list_access {
 margin-bottom: 2%;
}

.favo_list_access p:not(:empty) {
 margin-right: 2%;
 font-weight: bold;
 display: inline;
}

.favo_list_access p:not(:empty)::after {
 content: "駅";
}

.favo_list_access span:not(:empty) {
 display: inline;
}

.favo_list_address {
 text-overflow: ellipsis;
 white-space: nowrap;
 width: 100%;
 overflow: hidden;
}

.favo_list_del {
 position: absolute;
 top: 6%;
 right: 4%;
 z-index: 10;
}

.favo_list_del i {
 color: #777;
}

.favo_list_inq {
 z-index: 10;
 width: 93%;
 margin: 0 auto;
 text-align: center;
 position: absolute;
 bottom: 0;
 right: 0;
 left: 0;
}

.favo_list_inq a {
 font-size: 14px;
 font-weight: bold;
 color: #fff;
 display: block;
 background: #FF9600;
 padding: 5px 0;
 margin-bottom: 4%;
 border-radius: 3px;
}

.favo_list_check input {
 margin: 0 !important;
}

.favo_list input[type="submit"] {
 background: #DE3838;
 color: #fff;
 width: 90%;
 padding: 15px 0;
 display: block;
 margin: 20px auto 0;
 font-size: 16px;
 font-weight: bold;
}


/*旧お気に入りボタン
.okini-right{
	position:absolute;
	top:0px;
	right:7px;
	z-index:99;
}
*/

/* =========================================================

   閲覧履歴　footprint
   
========================================================= */

.rireki_page_wrap .rireki_block {
 margin-top: 30px;
}

.rireki_page_wrap .rireki_container {
 width: 100%;
 margin: 0px auto;
}

.rireki_page_wrap .rireki_title_sp {
 display: none;
}

.rireki_page_wrap .ko_title {
 display: none;
}

.rireki_page_wrap .rireki_block ul {
 position: relative;
 list-style-position: outside;
 width: 84%;
 overflow: auto;
 padding: 10px 2%;
 margin: 0px auto 20px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 box-shadow: 0 0 3px 1px #ccc;
 -moz-box-shadow: 0 0 3px 1px #ccc;
}

.rireki_page_wrap .rireki_block ul:hover {
 background: #FFFAF0;
 /*★マウスオーバー時の背景色*/
}

.rireki_page_wrap .rireki_block ul li {
 text-align: left;
}

.rireki_page_wrap .rireki_block_yachin,
.rireki_page_wrap .rireki_block_madoriname,
.rireki_page_wrap .rireki_block_address,
.rireki_page_wrap .rireki_block_access,
.rireki_page_wrap .rireki_block_comment {
 font-size: 12px;
 margin-bottom: 10px;
}

.rireki_page_wrap .rireki_block_title {
 background: #eee;
 height: 35px;
 border-radius: 3px;
 margin-bottom: 10px;
}

.rireki_page_wrap .rireki_block_title a {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.rireki_page_wrap .rireki_block_title a span {
 position: absolute;
 top: 17px;
 left: 6%;
 width: 88%;
 font-size: 14px;
 color: #0044FF;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.rireki_page_wrap .rireki_block_img {
 text-align: center !important;
 width: 45%;
 max-height: 120px;
 padding: 0 3% 10px 0;
 overflow: hidden;
 float: left !important;
}

.rireki_page_wrap .rireki_block_img a {
 display: flex;
 align-items: center;
 justify-content: center;
}

.rireki_page_wrap .rireki_block_img img {
 width: 100%;
}

.rireki_page_wrap .rireki_block_yachin span {
 color: #FF0000;
 font-size: 16px;
 font-weight: bold;
}

.rireki_page_wrap .rireki_block_comment {
 clear: both;
 background: #eee;
 border-radius: 3px;
 padding: 10px 3%;
 margin-bottom: 0px !important;
}

.rireki_block .list_favorite_block {
 border: 1px solid #ccc;
 border-radius: 5px;
 box-sizing: border-box;
 width: 94%;
 margin: 0 auto 20px;
}


.rireki_block .list_favorite_block a {
 position: relative;
 display: block;
 background: #fff;
 padding: 3%;
 box-sizing: border-box;
}

.rireki_block .list_favorite_block2 {
 display: flex;
}

.rireki_block .list_favorite_block h3 {
 font-weight: bold;
 color: #333;
 font-size: 14px;
 display: block;
 margin: 2% 0;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.rireki_block .list_favorite_block2b table th {
 display: none;
}

.rireki_block .list_favorite_block2a_wrap {
 width: 30%;
 margin-right: 3%;
 display: flex;
 align-items: center;
 justify-content: center;
}

.rireki_block .list_favorite_block2b {
 width: 67%;
}

.rireki_block .list_favorite_block2b_yachin_wrap {
 font-size: 12px;
}

.rireki_block .list_favorite_block2b_yachin {
 color: #de3838;
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 2%;
}

.rireki_block .list_favorite_block2a_link a {
 font-size: 14px;
 font-weight: bold;
 color: #fff;
 display: block;
 background: #FF9600;
 padding: 5px 0;
 border-radius: 3px;
 text-align: center;
 box-sizing: border-box;
 margin: 0 3% 3%;
}


/********************************************
  
    マイ条件検索
  
*********************************************/

.my_title {
 width: 90%;
 margin: 0 auto 20px;
}

.my_title_top {
 font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
 line-height: 140%;
 font-size: 5vw;
 color: #0C53A0;
 font-weight: normal;
 text-align: left;
 padding: 3% 0 1%;
 vertical-align: bottom;
}

.my_title_bottom {
 color: #666666;
 text-align: left;
 padding: 0;
 line-height: 140%;
 vertical-align: top;
 font-size: 3.5vw;
}

.my_sh_row {
 width: 90%;
 margin: 0 auto 20px;
}

.my_title_top {
 font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
 line-height: 30px;
 font-size: 24px;
 color: #0C53A0;
 font-weight: normal;
 padding-left: 100px;
 text-align: left;
 padding: 20px 0 0;
 vertical-align: bottom;
}

.my_title_bottom {
 padding-left: 100px;
 color: #666666;
 text-align: left;
 padding: 0 0 0;
 line-height: 22px;
 vertical-align: top;
}

.my_sh_title {
 padding: 15px 4%;
 width: 92%;
 overflow: hidden;
 border-bottom: 1px solid #ccc;
}

.my_sh_date {
 font-size: 3.5vw;
 margin-bottom: 10px;
 color: #888;
 width: 100%;
}

.my_sh_edit {
 width: 100%;
 display: flex;
 align-items: center;
}

.my_sh_edit span {
 display: inline-block;
 vertical-align: middle;
 font-size: 16px;
 font-weight: bold;
 color: #888;
 line-height: normal;
}

.my_sh_edit a {
 display: inline-block;
 vertical-align: middle;
 background: #FFF;
 border: 1px dotted #f90;
 border-radius: 5px;
 padding: 9px 2% 9px 2.5%;
 margin-right: 2%;
}

.my_sh_title i {
 color: #f90;
}

.my_sh_remove {
 float: right;
}

.my_sh_remove a i {
 color: #888;
 font-size: 16px;
}

.my_sh_main {
 overflow: hidden;
 background: #eee;
 display: flex;
 flex-wrap: wrap;
 border-radius: 5px;
}

.my_sh_main ul {
 list-style: none;
 padding: 0;
 margin: 0;
}

.my_sh_main ul span {
 display: block;
}

.my_sh_condition {
 padding: 15px 4%;
 font-size: 3vw;
 width: 92%;
}

.my_sh_condition li {
 width: 100%;
}

.my_sh_condition li > span {
 border: 1px solid #0e55a2;
 border-radius: 3px;
 color: #0e55a2;
 background: #f8fbff;
 display: inline-block;
 padding: 2px 2%;
 font-size: 10px;
 width: 18%;
 text-align: center;
}

.my_sh_condition > span {
 border: 1px solid #0e55a2;
 border-radius: 3px;
 color: #0e55a2;
 background: #f8fbff;
 display: inline-block;
 padding: 2px 2%;
 margin-right: 4%;
 font-size: 10px;
 width: 18%;
 text-align: center;
}

.my_sh_condition_row {
 display: inline;
}

.my_sh_koumoku:not(:empty) {
 display: inline;
 line-height: 34px;
 margin: 0 2% 0 0 !important;
 border-radius: 4px;
}

.my_sh_koumoku:not(:empty)::before {
 content: "/";
 margin-right: 2%;
}

.my_sh_condition_row > span:not(:empty) {
 display: inline !important;
 margin-right: 2%;
}

.my_sh_condition_row > span:after {
 content: " / ";
 padding: 5px 2%;
}

.my_sh_condition_row > span:last-of-type::after {
 content: none;
}

.my_sh_condition li p {
 margin: 5px 0 10px;
}

.my_sh_condition p {
 margin: 5px 0 10px;
 display: inline;
}

.my_sh_condition br {
 display: none;
}

.my_sh_search {
 margin-bottom: 5px !important;
}

.my_sh_search a {
 background: #FF9900;
 color: #FFF;
 display: block;
 text-align: center;
 font-size: 16px;
 font-weight: bold;
 padding: 10px 0;
 margin-top: 10px;
 border-radius: 5px;
}

iframe#TB_iframeContent {
 height: auto !important;
 width: 100%;
}

iframe#TB_window {
 top: 70% !important;
}

/********************************************
  
    物件詳細
  
*********************************************/


.page-title_left {
 width: 80%;
}

.page-title_shosai {
 width: 96%;
 margin: 15px auto;
 display: flex;
}

.page-title_h1_left {
 padding: 0px 0px 0px 5px;
 margin: 0px;
 font-size: 14px;
 background: none;
 color: #333;
 font-weight: bold;
 width: 80%;
 white-space: normal;
}

.page-title span {
 padding-right: 2%;
}

.page-title span:empty {
 padding-right: 0px;
}

#body-s #photo {
 text-align: center;
 position: relative;
     height: 310px;
    overflow: hidden;
}

.img_gallary_btn {
 position: absolute;
 border-radius: 4px;
 width: 57px;
 text-align: center;
 margin: 0px auto;
 -webkit-transition: none;
 transition: none;
 z-index: 10;
 right: 2%;
 top: 186px;
}

.img_gallary_btn a {
 color: #fff;
 background-color: #333333a1;
 text-decoration: none;
 font-weight: bold;
 display: block;
 font-size: 12px;
 padding: 9px 0px 5px 0px;
 border-radius: 5px;
}

.img_gallary_btn a img {
 width: 20px;
 display: block;
 margin: 0px auto 5px auto;
}

.mainImageInit .bx-default-pager {
 width: auto !important;
 height: 26px !important;
 position: absolute !important;
 top: 20px;
 left: 2% !important;
 text-align: left !important;
 background: #333333a1;
 padding: 0px 10px !important;
 color: #fff !important;
 line-height: 26px;
 border-radius: 5px;
 font-size: 12px !important;
}

.sp_fav {
 width: 18%;
 margin: 0px;
}

.sp_fav a {
 display: block;
 border: solid 1px #ccc;
 border-radius: 5px;
 padding: 6px 4%;
}

.sp_fav_wrap {
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 96%;
 margin: 20px auto 0px auto;
}

.sp_fav_list {
 width: 75%;
 border: solid 1px #ccc;
 border-radius: 5px;
 overflow: hidden;
}

.sp_fav_list a {
 display: block;
 font-size: 14px;
 font-weight: bold;
 padding: 8px 0px 5px 0px;
 color: #333;
 text-decoration: none;
 text-align: center;
 border-bottom: solid 3px #ddd;
 box-sizing: border-box;
}

.sp_fav_wrap .sp_fav {
 width: 22%;
 margin: 0px;
 border: solid 1px #ccc;
 border-radius: 5px;
}

.sp_fav_wrap .sp_fav a {
 display: block;
 padding: 10px 6%;
 border-bottom: solid 3px #ddd;
 border-top: none;
 border-left: none;
 border-right: none;
}

.sp_fav img {
 width: 100%;
}

.sh-point:not(:empty) {
 font-size: 12px;
 padding: 4%;
 margin: 20px auto;
 width: 96%;
 box-sizing: border-box;
 line-height: 20px;
 background: #FFF2E8;
}

.sh-point:not(:empty)::before {
 content: "おすすめポイント";
 padding: 0px;
 font-weight: bold;
 color: #ff7505;
 font-size: 15px;
 line-height: 20px;
 display: block;
 margin: 0px 0px 2px 0px;
}

.sh-point span {
 padding: 0px;
 font-weight: bold;
 color: #ff7505;
 font-size: 15px;
 line-height: 20px;
 display: block;
 margin: 0px 0px 2px 0px;
}

.sho_koumoku {
 width: 100%;
 font-size: 14px;
 margin-top: 0px;
 empty-cells: show;
}

.sho_koumoku th {
 width: 30%;
 color: #666;
 font-size: 11px;
 font-weight: bold;
 background: #f7f7f7;
 ;
 border-bottom: 1px solid #CCC;
}

.sho_koumoku td {
 width: 70%;
 border-bottom: 1px solid #CCC;
 font-size: 14px;
 empty-cells: show;
}

.sho-kakaku {
 font-weight: bold;
 color: red;
 font-size: 24px;
}

.sho-free-txt {
 list-style: none;
 margin: 0 0 3px;
 padding: 0;
 display: block;
 width: 100%;
 height: auto;
 overflow: hidden;
 border: none !important;
 color: #000;
}

.sho-free-txt li {
 list-style: none;
 border: none;
 margin: 0;
 padding: 0;
 line-height: 20px;
 color: #000;
}

.sho-free-txt li b {
 font-weight: normal;
 margin-right: 4%;
}

.sho-free-txt li br {
 content: " ";
 display: none;
}

.sho-free-txt2 li b {
 font-weight: normal;
 display: block;
}

.sho_free_div:not(:empty):after {
 content: "：";
 margin-right: -2%;
}

.sho_free_kakaku:not(:empty) {
 margin-bottom: 10px;
 display: inline-block;
}

.sho_free_tax:not(:empty):before {
 content: "(";
}

.sho_free_tax:not(:empty):after {
 content: ")";
}

li.f-border {
 margin: 0 0 5px;
 padding: 0 0 5px;
}

.sho-free-txt li:first-child {
 float: none;
}

.sho_text_wrap {
 font-size: 12px;
 padding: 0 3%;
 margin: 15px 0px;
}

.sho_movie {
 width: 94%;
 margin: 20px auto;
}

.sho_movie iframe {
 width: 100%;
 min-height: auto;
}

/*-- 問合せボタン --*/
#body-s header {
 padding-top: 21px;
}

#body-s form {
 position: unset;
}

.sho_h1 {
 position: absolute;
 top: 0;
 width: 100%;
 box-sizing: border-box;
}

.shosai_btn-s {
 width: 96%;
 padding: 20px 2% 15px 2%;
 background: #eeeeee;
 overflow: hidden;
}

.shosai_btn-s_b {
 padding: 20px 2% 0px 2%;
}

.shosai_btn-s p {
 text-align: center;
 font-weight: bold;
 font-size: 13px;
 margin: 0 0 5px 0;
 clear: both;
}

.shosai_btn-s .shosai_inq {
 float: left;
 width: 59%;
}

.shosai_btn-s .shosai_tel {
 float: right;
 width: 38%;
}

.shosai_btn-s .shosai_inq input,
.shosai_btn-s .shosai_tel .shosai_tel_a {
 width: 100%;
}

.shosai_inq_step {
 width: 96%;
 margin: auto;
}

.shosai_roomno {
 padding: 0px;
}

.shosai_hiyo_wrap{
    width: 96%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shosai_hiyo{
    font-size: 12px;
}

.shosai_hiyo_btn input{
background: #007FBD;
    box-shadow: 0 5px #006CA3;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    align-items: center;
}

.shosai_roomno:empty {
 border: none;
}

.shosai_roomno:not(:empty)::before {
 content: "部屋番号";
 width: 30%;
 color: #666;
 font-size: 11px;
 font-weight: bold;
 background: #f7f7f7;
 display: inline-block;
 padding: 8px;
 box-sizing: border-box;
 margin-right: 8px;
}

.ga_sho_inq_step {
 position: relative;
}

.ga_sho_inq_step input {
 background: #FF7505;
 box-shadow: 0 5px #e36700;
 padding: 9px 0px 26px 32px;
 box-sizing: border-box;
 border-radius: 0px;
 font-size: 18px;
 display: flex;
 align-items: center;
 text-align: center;
 display: block;
 width: 100%;
}

.ga_sho_inq_step i {
 position: absolute;
 left: 0px;
 top: 0px;
 bottom: 0px;
 margin: auto;
 color: #fff;
 font-size: 28px;
 width: 62px;
 height: 100%;
 display: block;
 background-color: #ef6d00;
 padding: 17px 0px 0px 0px;
 text-align: center;
 box-sizing: border-box;
}

.ga_sho_inq_step span {
 display: block;
 color: #fff;
 position: absolute;
 bottom: 7px;
 text-align: center;
 margin: auto;
 left: 32px;
 right: 0px;
 font-weight: bold;
 font-size: 14px;
}

.ga_sho_inq_muryo {
 position: relative;
}

.ga_sho_inq_muryo i {
 position: absolute;
 left: 6%;
 top: 0px;
 bottom: 0px;
 margin: auto;
 color: #fff;
 font-size: 22px;
 height: 22px;
 display: block;
 padding-top: 6px;
}

.ga_sho_inq_muryo span {
 position: absolute;
 background-color: #fff;
 color: #ff7505;
 border: solid 1px #ff7505;
 border-radius: 50px;
 font-size: 13px;
 font-weight: bold;
 padding: 1px 3% 0px 3%;
 line-height: 21px;
 top: -10px;
 left: 0px;
 right: 0px;
 margin: auto;
 display: block;
 width: 41px;
 text-align: center;
 width: 50%;
}

.ga_sho_inq_muryo span span {
 position: relative;
 background: none;
 color: #ea0000;
 border: none;
 top: 0px;
 left: 0px;
 right: 0px;
 margin: auto;
 text-align: center;
 width: auto;
 display: inline-block;
 padding: 0px;
}

.shosai_inq_box {
 z-index: 1;
 width: 100%;
 overflow: hidden;
 position: sticky;
 bottom: 60px;
 background-color: #00000012;
 padding: 20px 2% 15px 2%;
 margin: 0px 0px 0px 0px;
 box-sizing: border-box;
}

.bx-wrapper ul li p{
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    margin: 0;
}

.shosai_inq_box .shosai_inq {
 float: left;
 width: 59%;
}

.shosai_inq_box .shosai_tel {
 float: right;
 width: 38%;
}

.shosai_tel_tex {
 text-align: left;
 line-height: 21px;
}

.shosai_tel_tex span {
 display: block;
 font-size: 13px;
 line-height: 15px;
}

.shosai_inq_box .shosai_inq input,
.shosai_inq_box .shosai_tel .shosai_tel_a {
 width: 100%;
}

.shosai_reserve a {
 background: #d90d33;
 box-shadow: 0 5px #a30724;
 color: #FFF;
 display: block;
 text-align: center;
 font-weight: bold;
 font-size: 18px;
 padding: 12px;
 margin-bottom: 3%;
 outline: 1px solid #ffffff;
 outline-offset: -4px;
 border-radius: 4px;
 animation: flash 1s linear infinite;
}

@keyframes flash {
 0% {
  color: #FFF;
 }

 50% {
  color: #fff031;
 }
}

.shosai_reserve i {
 margin-right: 5px;
 font-size: 20px;
}
.shosai_sns{
    display: flex;
    width: 92%;
    margin: 0 auto;
}
.shosai_mail_btn {
    border-radius: 3px;
    margin-right: 5px;
    color: #333;
    width: 90px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 11px;
    line-height: 18px;
}

.shosai_mail_btn a {
 color: #000;
 text-decoration: none;
 font-weight: bold;
 display: block;
}

.shosai_mail_btn a i {
    margin-right: 3px;
}

.sho-contain {
 display: inline-block;
 background-color: #f5f5f5;
 background-position: top center;
 background-repeat: no-repeat;
 margin: 5px;
 width: 230px;
 height: 230px;
 border: 1px solid #f5f5f5;
 background-size: contain;
}


/*-- 詳細類似物件 --*/

.sh_ruiji_wrap {
 overflow-x: auto;
 white-space: nowrap;
 display: flex;
}

.sh_ruiji_block {
 overflow: hidden;
 display: inline-block !important;
 vertical-align: top;
 width: 150px !important;
 padding: 5px;
 margin: 10px 10px 0 0;
 border: 1px solid #ccc;
 box-sizing: border-box;
 position: relative;
}

.sh_ruiji_img {
 overflow: hidden;
 text-align: center;
 object-fit: cover;
}

.sh_ruiji_img a {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 height: 100%;
 width: 100%;
}

.sh_ruiji_img a img {
 margin-top: 7px;
}

td.sh_ruiji_block ul {
 padding-top: 110px;
}

.sh_ruiji_wrap li {
 font-size: 12px;
}

.mli-com {
 margin-top: 10px;
 padding-left: 15px;
 font: 12px;
}

.mli-kakaku {
 font-size: 20px;
 line-height: 25px;
 font-weight: bold;
 color: red;
}

.mli-koumoku {
 font-size: 12px;
 font-weight: bold;
 color: #3399FF;
}

.mli-title {
 padding: 2px 5px;
 font-weight: bold;
 background-color: #FF8C00;
 color: #fff;
 font-size: 12px;
 line-height: 25px;
}

.mli-koumoku-waku {
 margin-left: 5px;
 font-size: 12px;
 line-height: 16px;
}

.mli-roomtitle {
 color: #0000EE;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.mli_yachin {
 font-size: 12px;
 font-weight: bold;
 color: red;
}

a .mli-changesearch {
 padding: 3px 5px;
 font-weight: bold;
 text-decoration: none;
 text-overflow: ellipsis;
 background-color: #007fff;
 color: #fff;
 font-size: 14px;
 line-height: 25px;
}

/*-- 詳細閲覧履歴 --*/

#body-s .rireki_block {
 padding: 10px 3% 10px;
 overflow-x: auto;
 white-space: nowrap;
 overflow-scrolling: touch;
 -webkit-overflow-scrolling: touch;
}

#body-s .rireki_block ul {
 overflow: hidden;
 display: inline-block;
 vertical-align: top;
 width: 180px;
 padding: 2%;
 margin: 2% 2% 0 0;
 border: 1px solid #ccc;
 box-sizing: border-box;
 position: relative;
}

#body-s .rireki_block_img {
 height: 100px !important;
 width: 100%;
 margin-bottom: 5px;
 text-align: center;
 background: #000;
}

#body-s .rireki_block_img img {
 height: auto !important;
 max-height: 100px;
}

#body-s .rireki_block_title {
 padding: 10px 4%;
 font-size: 12px;
 margin-bottom: 10px;
}

#body-s .rireki_block_title a {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 right: 0;
}

#body-s .rireki_block_title a span {
 width: 92%;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 position: absolute;
 top: 10px;
 left: 4%;
}

#body-s .rireki_block_yachin {
 font-size: 14px;
 font-weight: bold;
 color: red;
}

#body-s .rireki_block_madoriname,
#body-s .rireki_block_access {
 font-size: 12px;
}

#body-s .rireki_block_access br {
 display: none;
}

#body-s .rireki_block_comment {
 background: #eee;
 padding: 5px 2%;
 height: 50px;
 white-space: normal;
 margin-top: 5px;
}

#body-s .rireki_block_comment p {
 margin: 0;
 font-size: 10px;
 overflow: hidden;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
}

/*-- 近隣スポット情報 --*/

.shosai_spot_table {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 padding: 2%;
}

.shosai_spot_row {
 width: 49%;
 border: 1px solid #ccc;
 background: #FFF;
 border-radius: 3px;
 margin-bottom: 2%;
 padding: 5px 2%;
 box-sizing: border-box;
}

.shosai_spot_row img {
 height: 120px;
 max-width: 170px;
 object-fit: cover;
}

.shosai_spot_title {
 background: #F2F2F2;
 line-height: 24px;
 margin: 0px 0px 5px 0px;
 font-size: 12px;
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
}

.shosai_spot_img {
 text-align: center;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.shosai_spot_item {
 font-size: 12px;
 height: 35px;
 text-align: center;
 overflow: hidden;
 white-space: normal;
 clear: both;
}

/*棟詳細
div.t_shosai_kushitsu{
	width:100%;
	height:auto;
	background:#F2F2F2;
	margin:0px;
	padding:10px auto;
	overflow:hidden;
	box-sizing:border-box;
}
div.t_shosai_kushitsu2{
	width: 94%;
	margin: 10px auto;
	padding: 5px 0;
	font-size: 12px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border: none;
	-webkit-box-shadow:0px 0px 1px 1px #CCC;
	-moz-box-shadow:0px 0px 1px 1px #CCC;
	box-shadow:0px 0px 1px 1px #CCC;
}
div.t_shosai_kushitsu2 h2{
	font-size:16px;
	font-weight:bold;
	text-indent:10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div.sma_top_b img{
	max-width:150px;
	max-height:100px
}
*/


/* shosai */
/*ADD 20160808KANEKO*/

.shosai_btn {
 width: 96%;
 padding: 10px 2%;
 background: #F5F5F5;
}

.shosai_btn p {
 text-align: center;
 font-weight: bold;
 font-size: 13px;
 margin: 0 0 5px 0;
}

.shosai_inq form {
 margin: 0;
}

.shosai_inq input,
.shosai_tel .shosai_tel_a {
 margin: 0 auto 5px;
 width: 90%;
 height: 50px;
 color: #fff;
 display: block;
 letter-spacing: 1px;
 -webkit-appearance: none;
 border-radius: 0;
 border: none;
 text-align: center;
 font-size: 17px;
 letter-spacing: 1px;
}

.shosai_inq input {
 background: #FF7505;
 box-shadow: 0 5px #EC6C00;
 padding: 14px 0px 5px 21%;
 box-sizing: border-box;
 height: 54px;
 border-radius: 0px;
 font-size: 15px;
 display: flex;
 align-items: center;
}

.shosai_tel .shosai_tel_a {
 background: #007FBD;
 box-shadow: 0 5px #006CA3;
 font-weight: bold;
 text-decoration: none;
 display: flex;
 justify-content: center;
 padding: 5px 0px 0px 0px;
 height: 54px;
 box-sizing: border-box;
 align-items: center;
}

.shosai_tel i {
 margin: 5px 5px 5px 0px;
 font-size: 25px;
}

/*棟詳細　未使用？*/

.t_shosai_kushitsu {
 width: 100%;
 height: auto;
 background: #F2F2F2;
 margin: 0px;
 padding: 10px auto;
 overflow: hidden;
 box-sizing: border-box;
}

.t_shosai_kushitsu2 {
 width: 94%;
 margin: 10px auto;
 padding: 5px 0;
 font-size: 12px;
 overflow: hidden;
 position: relative;
 background: #fff;
 border: none;
 -webkit-box-shadow: 0px 0px 1px 1px #CCC;
 -moz-box-shadow: 0px 0px 1px 1px #CCC;
 box-shadow: 0px 0px 1px 1px #CCC;
}

.t_shosai_kushitsu2 h2 {
 font-size: 16px;
 font-weight: bold;
 text-indent: 10px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

/* 非公開物件 */

.sho_closed_main p {
 box-sizing: border-box;
 background: #fff4f4;
 border: 1px solid #f00;
 color: #f00;
 border-radius: 5px;
 width: 94%;
 margin: 20px auto;
 padding: 19px 2%;
 text-align: center;
 font-weight: bold;
 font-size: 13px;
}

.sho_closed_main span {
 font-size: 12px;
 width: 94%;
 display: block;
 margin: 0 auto 20px;
}

.sho_closed_tel {
 width: 94%;
 margin: 0 auto 20px;
 border: 1px solid #000;
 background: #f5f5f5;
 border-radius: 5px;
}

.sho_closed_tel a {
 color: #333;
 text-align: center;
 padding: 10px;
 display: block;
}

.sho_closed_tel a p {
 font-size: 14px;
 margin: 0 0 10px;
}

.sho_closed_tel i {
 font-size: 20px;
 margin-right: 3px;
}

.sho_closed_tel span {
 font-size: 25px;
 font-weight: bold;
}

.sho_closed_tel_name {
 font-weight: bold;
 font-size: 12px;
 padding: 5px 2%;
 background: #fff;
 border-radius: 3px;
 margin-top: 10px;
}

.latest_keyword {
 margin: 15px;
}

.latest_keyword ul li {
 margin-bottom: 5px;
}

.latest_keyword li a {
 text-decoration: underline;
 font-size: 12px;
 color: #333 !important;
}

/********************************************
  
    物件一覧
  
*********************************************/

/*一覧画像の比率指定CSS*/
.contain {
 display: inline-block;
 background-position: top center;
 background-repeat: no-repeat;
 margin: 1%;
 width: 98%;
 height: 120px;
 background-size: contain;
 /*background-color: #f5f5f5;*/
}


.sma_list {
 width: 100%;
 background: #efefef;
 overflow: hidden;
}

.sma_list ul {
 width: 100%;
 border: none;
 background: none;
 overflow: hidden;
}

.sma_list > ul > li {
 width: 94%;
 margin: 15px auto;
 padding: 5px 0px 0px 0px;
 font-size: 12px;
 overflow: hidden;
 position: relative;
 background: #fff;
 border: none;
 -webkit-box-shadow: 0 3px 2px 0 #999;
 -moz-box-shadow: 0 3px 2px 0 #999;
 box-shadow: 0 3px 2px 0 #999;
}

.sma_list_title {
 position: relative;
 border-bottom: 1px solid #ccc;
 display: flex;
 align-items: center;
 padding: 8px 2%;
}

.sma_list_shubetsu {
 width: 19%;
 text-align: center;
 padding: 3px 2%;
 color: #Fff;
 background: #FF9600;
 font-size: 10px;
 font-weight: bold;
 border-radius: 3px;
 display: inline-block;
 margin-right: 2%;
}

.sma_list_roomname {
 font-weight: bold;
 color: #333;
 font-size: 14px;
 display: block;
 width: 75%;
 overflow: hidden;
 line-height: 17px;
}

.sma_list_newicon:not(:empty) {
 position: absolute;
 right: 2%;
 padding: 3px 1.3%;
 color: #fff;
 font-weight: bold;
 background: #f00;
 border-radius: 3px;
 font-size: 10px;
}

.sma_list_detail {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 1%;
}

.sma_list_l {
 width: 40%;
 overflow: hidden;
}

.sma_list_l > img {
 width: 100%;
}

.sma_list_r {
 width: 57%;
 line-height: 20px;
 color: #333;
}

.sma_list_r2 {
 width: 55%;
 height: 100%;
 line-height: 18px;
 color: #333;
 background: url(/mobile_img/chevron.png) no-repeat 100% 40%;
 margin: 15px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 overflow: hidden;
}

.sma_list-koumoku {
 color: #1A99D7;
}

.sma_list-kakaku {
 color: #f00;
 font-weight: bold;
 /*font-size: 17px;*/
}

#coment-form label {
 width: 97% !important;
 padding: 10px 2%;
 border: 1px dashed #CCC;
 width: 48% !important;
 box-sizing: border-box;
 font-weight: normal;
 font-size: 13px;
 line-height: normal;
 -webkit-border-radius: 2px;
 border-radius: 5px;
 vertical-align: middle;
 display: flex !important;
 align-items: center;
 background-color: #FFF;
}

#coment-form label input[type="checkbox"] {
 margin-right: 7%;
 width: 10%;
}

/* list選択中項目 20150114 */
.list_selected {
 width: 94%;
 margin: 5px auto;
 border: 1px solid #ccc;
 padding: 5px;
 background: #f5f5f5;
 border-radius: 5px;
 /* CSS3草案 */
 -webkit-border-radius: 5px;
 /* Safari,Google Chrome用 */
 -moz-border-radius: 5px;
 /* Firefox用 */
 box-shadow: 1px 1px 2px #ccc;
 -moz-box-shadow: 1px 1px 2px #ccc;
 /* Firefox用 */
 -webkit-box-shadow: 1px 1px 2px #ccc;
 /* Safari,Google Chrome用 */
}

.list_selected b {
 display: block;
 text-align: center;
 color: #FF9600;
 width: 100%;
 margin: 0 auto 3px;
 padding: 0 0 3px 0;
 border-bottom: 1px dashed #aaa;
 font-size: 13px;
 letter-spacing: 2px;
}

.list_selected b img {
 height: 13px;
 vertical-align: baseline;
 margin-right: 5px;
}

.list_s_left {
 display: inline-block;
 vertical-align: middle;
 *display: inline;
 *zoom: 1;
 color: #666;
 margin: 10px 3%;
}

.list_s_left_h1 {
 display: inline-block;
 vertical-align: middle;
 color: #666;
 margin: 10px 3%;
 background: none;
 font-size: 14px;
 padding: 0px;
 white-space: normal;
}

.list_s_btn {
 display: flex;
 justify-content: space-between;
 margin: 0 3% 5px;
}

.list_s_btn a {
 border: 1px solid #666;
 border-radius: 500px;
 padding: 3px 0%;
 background: #fff;
 color: #333;
 width: 47%;
 text-align: center;
 text-decoration: underline;
}

/*空室表示部分*/

.kushitsu_list {
 width: 100%;
 height: auto;
 margin: 0px 0px 0px 0px !important;
 padding: 0px 0px 0px 0px !important;
 clear: both;
 overflow: hidden;
 position: relative;
 left: 0px;
}

.kushitsu_list ul {
 width: 100%;
 margin: 0px !important;
 padding: 0px !important;
 border: none !important;
}

.kushitsu_list li {
 background: url(/mobile_img/arrow_black.png) no-repeat 94.5% 50%;
 background-size: 5px auto;
 position: relative;
 width: 100%;
 border-bottom: solid 1px #CCC;
 box-shadow: none;
}

.kushitsu_list li:first-child {
 border-top: solid 1px #CCC;
}

.kushitsu_list li > a {
 display: block;
 width: 100%;
 padding: 10px 14% 10px 2%;
 box-sizing: border-box;
 color: #333;
}

.kushitsu_list_row_top {
 display: flex;
 align-items: center;
}

.kushitsu_list_row_top object {
 width: 40%;
 margin-right: 3%;
 height: 80px;
 display: block;
 overflow: hidden;
 /*background-color: #000;*/
}

.kushitsu_list_row_top object > a {
 position: relative;
 display: flex;
 align-items: top;
 justify-content: center;
 z-index: 10;
}

.kushitsu_list_row_top object > a::before {
 content: "拡大";
 position: absolute;
 bottom: 0;
 right: 0;
 color: #FFF;
 font-size: 10px;
 background: rgba(0, 0, 0, .5);
 padding: 2% 6%;
}

.kushitsu_list_row_top img {
    height: 80px;
    width: 100%;
    object-fit: contain;
}

.kushitsu_list_row_detail {
 width: 100%;
 font-size: 12px;
}

.kushitsu_list_row_title_wrap {
 display: flex;
 align-items: center;
 margin-bottom: 5px;
 width: 100%;
}

.kushitsu_list_row_title_wrap .newicon:not(:empty) {
 position: absolute;
 right: 0;
 font-size: 10px;
 font-weight: bold;
 text-align: center;
 background: #f00;
 border: 1px solid #f00;
 color: #fff;
 padding: 1% 2%;
 margin-right: 2%;
}

.kushitsu_list_row_number:not(:empty) {
 font-size: 12px;
 font-weight: bold;
 text-align: center;
 background: #eee;
 padding: 1% 3%;
    width: 6em;
 margin-right: 2%;
}

.kushitsu_list_row_yachin {
 color: #f00;
 font-size: 17px;
 font-weight: bold;
 width: 100%;
 overflow: hidden;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
}

.kushitsu_list_row_kakaku_wrap {
 margin-bottom: 5px;
}

.kushitsu_list_row_kanrihi:not(:empty),
.kushitsu_list_row_kyouekihi:not(:empty) {
 margin-right: 3%;
 font-size: 12px;
}

.kushitsu_list_row_kanrihi:not(:empty)::before {
 content: "管理費：";
}

.kushitsu_list_row_kyouekihi:not(:empty)::before {
 content: "共益費:";
}

.kushitsu_list_row_shikirei {
 display: flex;
 margin-bottom: 5px;
}

.kushitsu_list_row_shikikin,
.kushitsu_list_row_reikin {
 display: flex;
 align-items: center;
 width: 36%;
}

.kushitsu_list_row_shikikin span,
.kushitsu_list_row_reikin span {
 background: #eee;
 border: 1px solid #ccc;
 box-sizing: border-box;
 padding: 2% 6%;
 border-radius: 3px;
 margin-right: 5%;
 font-size: 10px;
}

.kushitsu_list_row_comment {}

.kushitsu_list_row_comment p:empty {
 margin: 0;
}

.kushitsu_list_row_comment p:not(:empty) {
 font-size: 10px;
 margin: 10px 0 0;
 overflow: hidden;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
}

.kushitsu_list_row_comment p:not(:empty)::before {
 content: "POINT";
 text-align: center;
 padding: 0px 1%;
 border: 1px solid #FF9600;
 color: #FF9600;
 background: #fff8ee;
 font-size: 10px;
 font-weight: bold;
 border-radius: 3px;
 display: inline-block;
 margin: 0 2% 1% 0;
}

.shosai_tower_block ul {
 border: none;
}

.sp_kushitsu_kaisu {
 display: block;
 float: left;
 background-color: #eee;
 color: #333333;
 font-size: 12px;
 font-weight: bold;
 padding: 3px 5px;
 margin-right: 10px;
}

.kushitsu_list_row_favo {
 position: absolute;
 bottom: 0;
 right: 0;
}

.kushitsu_list_row_favo a {
 padding: 15px;
 display: inline-block;
}

.kushitsu_list_row_favo i {
 color: #FF9600 !important;
 font-size: 14px;
}

.tower_list {
 -webkit-box-shadow: 0px 0px 1px 1px #CCC;
 -moz-box-shadow: 0px 0px 1px 1px #CCC;
 box-shadow: 0px 0px 1px 1px #CCC;
}

.kushitsu_display {
 color: #333;
 font-size: 12px;
 font-weight: normal;
 line-height: 30px;
 width: 100%;
 background: #ccc;
 box-sizing: border-box;
 text-align: center;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 clear: both;
}

.kushitsu_list_contain {
 display: inline-block;
 background-position: center center;
 background-repeat: no-repeat;
 margin: 5px;
 width: 85px;
 height: 85px;
 /*border: 1px solid #f5f5f5;*/
 background-size: contain;
 /*background-color: #f5f5f5;*/
}

.kushitsu_list_l {
 /*width: 30%;*/
 height: 95px;
 /*padding: 10px 0px;*/
}

.kushitsu_list_r {
 width: 60%;
 height: 90px;
 line-height: 18px;
 color: #333;
 background: url(/mobile_img/chevron.png) no-repeat 100% 40%;
 /* margin: 15px 0px 0px 15px; */
 padding: 15px 0px 0px 0px;
 overflow: hidden;
 font-size: 13px;
}

/*-- ページャー --*/

.page ul {
 border: 0;
 margin: 20px auto;
 width: 94%;
}

.page li {
 display: inline-block;
}

.page li strong {
 padding: 5px 10px;
 border-radius: 5px;
 font-size: 3vw;
 color: #666;
 font-weight: normal;
 background: #fff;
 border: 1px solid #ddd;
 box-shadow: 0 3px #999;
 box-sizing: border-box;
}

.page a {
 padding: 5px 10px;
 border-radius: 5px;
 font-size: 3vw;
 color: #666;
 background: #ddd;
 box-shadow: 0 3px #999;
}

.sub-t {
 padding: .2em .3em;
 font-size: 14px;
 line-height: 20pt;
 font-weight: bold;
 color: #FFF;
}

.search_submit_count {
 display: inline-block;
 vertical-align: middle;
 color: #fff;
 margin-right: 2%;
 width: 26%;
 text-align: center;
}

.search_submit_count > span {
 color: #fff !important;
 margin-right: 2%;
 font-size: 20px !important;
}

.list_search .toggle {
 margin: 0 auto;
 background: #333;
 border-bottom: 3px solid #000;
 color: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 80%;
 padding: 3% 0;
 font-weight: bold;
 font-size: 14px;
 letter-spacing: 1px;
 border-radius: 5px;
}

.list_search_reset a {
 margin-top: 20px;
 text-decoration: underline;
 background: #fff !important;
 color: #333;
 font-size: 12px;
 padding: 0;
 height: auto !important;
 text-align: center;
 display: block;
}


/* =========================================================

   物件一覧・詳細共通

========================================================= */

.global-header {
 width: 100%;
 color: #666;
 position: relative;
 padding: 0 1%;
 overflow-x: auto;
 overflow-y: hidden;
 -webkit-overflow-scrolling: touch;
 white-space: nowrap;
 box-sizing: border-box;
 font-size: 10px;
 border: none;
}

.nav-page {
 width: 100%;
 color: #333;
}

.nav-page div {
 display: inline-block;
}

.nav-page a {
 color: #333;
 line-height: 18px;
 text-decoration: none;
 border-radius: 3px;
 background: #fffaf4;
 display: inline-block;
 padding: 1px 5px;
 margin: 5px 1px;
}

.nav-page-left {
 position: absolute;
 top: auto;
 left: 10px;
}

.page-heading {
 margin: 0 auto;
 width: 170px;
 overflow: hidden;
 color: #ffffff;
 font-size: 18px;
 text-align: center;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-shadow: 0 1px #FF8C00;
}

.list_menu {
 font-size: 14px;
 font-weight: bold;
 padding: 12px 3%;
 margin: 20px 0px 10px 0;
 color: #333333;
 clear: both;
 background: #eee;
}

/* ----------------------------------------
	privacy
---------------------------------------- */
.privacy {
 padding: 10px 2%;
}

.privacy span {
 display: block;
 font-weight: bold;
 font-size: 15px;
 margin-bottom: 10px;
 padding-bottom: 5px;
 border-bottom: 3px solid #eee;
}

.privacy p {
 margin-bottom: 20px;
 font-size: 14px;
}
