@charset "UTF-8";
@import url("front-style.css");

/* --------------- ここから -------------- */
.no-border { border: none !important;}
:not(:hover) .fa-heart.added { color: #E50083 !important;}
:not(:hover) .fa-heart { color: #ccc !important;}
.red {color:#ff3300;}
.clr-price {color:#E6001F;}
.success { background:#c0e9fc; padding: 10px 15px; border-radius: 5px; border: 1px solid #6dbadf;}
.message.error { padding: 10px 15px; border-radius: 5px; background: #ffeeee; color: #dd0000; border: 1px solid #dd0000; }
.strong { font-weight:bolder;}
.mar-t10 {margin-top:10px;}
.mar-b5 {margin-bottom:5px;}
.mar-b10 {margin-bottom:10px;}
.mar-l0 {margin-left:0 !important;}
.pad-l2rem {padding-left: 2rem;}
.nowrap { white-space: nowrap;}
#back-btn {
    display: inline-block;
    width: auto;
    max-width: 100%;
    min-width: 220px;
    border: 3px solid #777777;
    color: #777777;
    font-size: 1.1rem;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 2px;
    background: #FFF;
}
#back-btn:hover {
  background: #777777;
  color: #FFF;
}
.detail-top-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.thumb-img {
    height: 130px;
    max-width: 130px;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:10px;
    position: relative;
    float:left;
}

.thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-img:first-of-type {
    margin-left:0;
}

.thumb-img-list {
    min-width:100%;
}

div#preview {
    text-align:center;
    padding: 5px;
    font-weight: bolder;
    background: #C6FFEA;
    border: 2px solid #55FFC1;
    position: absolute;
    width: 100%;
    display: block;
}
span.preview-label {
    background: #C6FFEA;
    border: 1px solid #55FFC1;
    font-size: 1.8rem;
    padding: 3px 5px;
    margin-right: 5px;
}
span.preview-label-s {
    background: #ffffff33;
    border: 1px solid #17beb1;
    font-size: 1rem;
    padding: 3px 5px;
    margin-right:5px;
}

.txt-center {
    text-align: center;
}

/* form */
.col-cb {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 2px;
    min-width:120px;
    white-space: nowrap;
    display:inline-block;
}
.form-control::placeholder {
    color: #ccc !important;
    opacity: 1;
}
div.label-wrapper {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}
div.label-wrapper label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    line-height: 16px;
}
div.label-wrapper input[type=radio],
div.label-wrapper input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    line-height: 20px;
}
div.label-wrapper input[type=checkbox].form-control {
    height:auto;
}

div.label-wrapper {
    line-height: 20px;
}
div.flex-box, dl.flex-box {
    display:flex;
    align-items: baseline !important;
}
div.flex-with {
    display:flex;
    align-items: baseline !important;
}

button.btn.btn-back {
  display: inline-block;
  width: auto;
  max-width: 100%;
  min-width: 220px;
  border: 3px solid #777;
  color: #777;
  font-size: 1.1rem;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 2px;
  background: #FFF;
}
button.btn.btn-back:hover {
  background: #777;
  color: #FFF;
}

a.btn-back-result {
    display: inline-block;
    width: auto;
    letter-spacing: 2px;
    border: 2px solid #009FE8;
    padding: 0.7rem 1.5rem;
    border-radius: 2rem;
    margin: 10px auto;
    background: #FFF;
    color: #009FE8;
}
a.btn-back-result:hover {
    background: #009FE8;
    color: #FFF;
}

a.btn-submit {
    display: inline-block;
    width: auto;
    max-width: 100%;
    min-width: 220px;
    border: 3px solid #009FE8;
    color: #009FE8;
    font-size: 1.1rem;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 2px;
    background: #FFF;
}
a.btn-submit:hover {
    background: #009FE8;
    color: #FFF;
}


/* login */
.login-container label {
    font-weight: bolder;
}
.box-image:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  cursor: pointer;
}

small{ color: #777};

.col-cb {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    min-width:100px;
    white-space: nowrap;
    display:inline-block;
}
.box-body {
    margin:15px 0 40px;
    color: #555;
    font-size: 1rem;
    clear: both;
}

.box-footer {
    text-align:center;
    margin-bottom:5px;
}

.box-result-container {
    margin-bottom:20px !important;
}
.box-result {
    height: 100%;
    border: thin solid #B0B9C7;
    padding-bottom: 10px;
    position: relative;
}
.box-image {
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #eee;
}
.box-title {
    padding: 10px;
    background:#006EA5;
    text-align: left;
    color: #fff;
    font-weight:bolder;
}

.box-image img{
    width: 100%;
    height:calc(100% - 40px);
    object-fit: cover;
}
.box-result-main {
    padding: 15px;
}
.box-price span.price {
    font-size: 1.8rem;
    color: #E6001F;
    font-weight: bold;
}

.result-image {
    height: 260px;
}
.private-lodging-list-image {
    height: 220px;
}
.favorite-image {
    height: 200px;
}

.dummy-overlay {
    background:rgba(0,0,0,0.3);
    height:200px;
    left:calc((100% - 70%)/2);
    position:absolute;
    text-align: center;
    top:100px;
    width:70%;
}
.dummy-entry {
    position:absolute;
    width:280px;
    padding:20px;
    top:50px;
    left:calc((100% - 280px)/2);
    background:#ff6666;
    text-align: center;
    border-radius: 10px;
    margin: auto 0;
    color: #ffffff;
    box-shadow: 2px 2px 5px #000;
}
.dummy-entry:hover {
    color: #ffffff;
    background:#ff2222;
}
.dummy-box{
    -ms-filter: blur(4px);
    filter: blur(4px);
}


.btn-favorite {
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    margin: 5px 10px;
}
.btn-favorite-add {
    background: #fff;
    border: 1px solid #dddddd;
}

.btn-favorite-delete {
    background: #dd99ff;
    color: #fff;
}

.detail-btn{margin:20px;}
.detail-price { display: flex; align-items: center;}
.detail-price span.price {font-size: 1.8rem; color: #E6001F; font-weight: bold;}

.detail-row:not(.detail-description) span.item-name {
    width: 5.8rem;
    text-align:center;
    align-items: center;
    min-width: 5.8rem;
}
.detail-row:not(.detail-description) span.fs1 { font-size: 68%; line-height: 21px; }
.detail-row:not(.detail-description) span.fs2 { font-size: 72%; line-height: 21px; }
.detail-row:not(.detail-description) span.fs3 { font-size: 76%; line-height: 21px; }
.detail-row:not(.detail-description) span.fs4 { font-size: 80%; line-height: 21px; }
.detail-row:not(.detail-description) span.fs5 { font-size: 84%; line-height: 21px; }
.detail-row:not(.detail-description) span.fs6 { font-size: 88%; line-height: 21px; }
#general-detail .detail-row:not(.detail-description) span.item-name {
    width: unset;
}
#general-detail span.price { line-height: 1; }
.detail-row:not(.detail-description) span.item-name.middle-name { width: 6rem;}
.detail-row:not(.detail-description) span.item-name.long-name { width: 8rem;}
.detail-row:not(.detail-description) span.item-name.xlong-name { width: 10rem;}
.detail-flex {display: flex;}
.detail-flex span.item-name {display: flex; align-items: center; white-space: nowrap;}
.detail-flex span.custom-item-name { width:5rem;}
.detail-flex div.item-value > div {display: flex; align-items: center;}
.detail-flex span.item-value {padding-top:2px;}
.detail-flex-c {display: flex; align-items:center;}


.help-block {
    color: #dd0000;
    display: inline-block;
    background: #ffeeee;
    border-radius: 5px;
    margin-top: 5px;
    padding: 5px 20px;
    border: 1px solid #dd0000;
}
span.help-block ul {
    list-style:none;
    margin-bottom: 0;
}

.margin-bottom {
    margin-bottom:20px;
}

.login-container {
    margin-top: 50px;
    margin-bottom:  50px;
}

table.v-table {
    width: 100%;
}
table.v-table tr th {
    background: #e0f6f6;
}
table.v-table tr th,table.v-table tr td {
    padding:20px;
    border-top: 1px solid #b0d0d0;
    border-bottom: 1px solid #b0d0d0;
}

table.v-table tr td > div.radio, table.v-table tr td > div.checkbox {
    display: inline-block; margin-right: 40px;
}
table.pad-s tr th,table.pad-s tr td { padding: 10px 20px !important;}

table.contact-property-table{
    border-spacing: 2px 3px;
    border-collapse: separate;
    width: 100%;
}
table.contact-property-table tr th{
    color: #009FE8;
    white-space: nowrap;
    width: 20%;
}
table.contact-property-table tr th,
table.contact-property-table tr td{
    background: #F9F8F4;
}


input[type="radio"],input[type="checkbox"] {
  margin-right: 5px;
}

table.announcements {
    width : 100%;
}
table.announcements tr th {
    width : 25%;
    font-weight: normal;
}
table.announcements tr th, table.announcements tr td {
    padding: 10px;
}
table.announcements tr {
    border-bottom: 1px dotted #ccc;
}

/* div.message.error {color:#ff0000;} */

#wrapper{min-height:calc(100vh - 326px);}

dl.entry dt{
  float: left;
}

.swiper-container {
    width: 100%;
    max-height: 450px;
}
.swiper-container .swiper-slide img {
    width: 100%;
}

header {
    z-index: 1000;
}
div.header-point {
    font-weight:bolder;
    font-size:0.9rem;
    padding-right:2em;
    text-align:right;
}
div.header-point span.point{
    color: #dd0000;
    font-size:1.2rem;
    font-weight:bold;
}

.detail-title h2 {
  font-size: 1.3rem;
  margin: 0;
  font-weight: bold;
}

.detail-title h3 {
  font-size: 1.1rem;
  margin: 0;
  font-weight: bold;
}

table.favorite-table {
    border-collapse: collapse;
    width: 100%;
}
table.favorite-table tr th,
table.favorite-table tr td {
    padding: 10px;
}

div.favorite-container {
    margin-top:15px;
    margin-bottom:25px;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	min-height: 0;
}

.favorite-title {
    padding: 10px;
    background: rgba(0,0,0,0.5);
    text-align: left;
    color: #fff;
}
.box-favorite-main {
    margin: 5px 15px 15px;
    color: #555;
    font-size: 0.9rem;
    clear: both;
}

div.detail-body table {
    width: 100%;
    border-collapse: collapse;
}

div.detail ul {
    list-style: none;
}

tr.required th label:before,
label.required:before {
    content: '必須';
    font-size: 0.7rem;
    color: #ffffff;
    background: #e46447;
    padding: 3px 5px;
    border-radius: 1px;
    margin-right: 6px;
    margin-top: -1px;
    font-weight: normal;
}

table tr th label { margin-bottom: 0;}

table.v-table tr td div.checkbox,
table.v-table tr td div.radio {
    min-width: 90px;
}

/* 民泊 */
.compact div {
    height: 12rem;
    overflow: hidden;
}
div.details-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.price-breakdown div.price-breakdown-container {
    max-width:550px;
    padding: 30px;
    margin:auto;
    background: #FFFFEE;
    border: 1px solid #bbbb66;
    border-radius: 10px;
}
div.row-charge {
    text-align:right;
}
div.row-total-charge {
    text-align:right;
    color: #E6001F;
    font-weight: bolder;
    font-size: 1.4em;
}
button.recalcation-btn {
    width: 80px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background: #e6e6e6;
}

#zeus_new_card_area {
    margin-left: 0 !important;
}

#zeus_token_action_type_quick,
#zeus_token_action_type_new,
#zeus_registerd_card_area,
label[for="zeus_token_action_type_quick"],
label[for="zeus_token_action_type_new"]
{
    height:0;
    width:0;
    overflow:hidden;
    padding:0;
    margin:0 !important;
    display:none;
}
#zeus_new_card_area label {
    font-weight:bolder;
}
#zeus_new_card_area input,
#zeus_new_card_area select {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#zeus_new_card_area select {
    display: inline-block;
}
#zeus_token_card_expires_month_suffix, #zeus_token_card_expires_year_suffix {
    margin-left: 5px;
    margin-right: 5px;
}

div.box-point-input {
    display: flex;
    align-items: center;
    margin-bottom:10px;

}
div.box-point-input input.form-control {
    width: 150px;
    margin-right: 5px;
}

.modal-error div.modal-body {
    color: #dd0000;
}

/* 一覧画像 */
.list-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Reins検索 */
#search-general .form-control {
    width: auto;
}
select.property-kind-1,
select.property-kind-2,
select.sale-property-type,
select.rental-property-type {
    width: 30%;
    min-width: 30%;
}

/* Reins一覧 */
.box-result-main span.item-name:nth-child(n+2) {
    margin-left: 15px;
}

.box-result-main .item-name {
    margin-right: 10px;
    font-weight: bold;
    color: #009FE8;
    border: 1px solid #009FE8;
    padding: 3px 8px;
    font-size: .9rem;
    display: inline-block;
}
.box-row {
    margin-bottom: 10px;
}

/* Reins一覧・詳細 */
.box-result-main dt.item-name:nth-child(n+2) {
    margin-left: 15px;
}
div.b-cate {
    border: 1px solid #00496E;
    background:#006192;
    color: #fff;
    font-size: 110% ;
    /* font-weight:bolder; */
    padding:2px 10px;
    display:inline-block;
    margin-bottom: 5px;
}
#general dl.flex-box {
    margin-bottom: 5px;
}
#general dl.flex-box dd {
    flex-grow: 1;
}
/* #general div.box-result-main table tr td:nth-child(n+2) span.item-name {
    margin-left: 13px;
} */
#general div.box-result-main table tr td span.item-value {
    /* margin:0 13px; */
    display:inline-block;
    width:100%;
}
#general div.box-result-main table tr td {
    padding-bottom:10px;
    width: 16%;
}
#general span.item-name {
    display:inline-block;
    /* width: 90%; */
    text-align: center;
}

#general-detail span.item-name {
    min-width:100px;
    white-space: nowrap;
    text-align: center;
}

#general table.general_result_one tr td {
    white-space: nowrap;
}

#general-detail div.detail-layout div.detail-row:last-child {
    border-bottom: 0;
}

#general-detail span.layout-value {
    display:inline-block;
    min-width:50px;
}

#general-detail span.layout-room {
    background: #BADDEF;
    color: #006192;
    border: 1px solid #8AB7CE;
}
.container #general-detail .detail-title h2 {
    padding: 0.6rem 1.2rem !important;
}
.container #general-detail .detail-title h3 {
    background: rgba(0, 159, 232, 0.1);
    border: none;
    padding-left: 1.5em;
    border-radius: 10px;
    position: relative;
}
#general-detail .detail-title h3::after {
    content: ' ';
    width: 5px;
    height: 70%;
    background: #009FE8;
    position: absolute;
    left: .75rem;
    top: 15%;
    border-radius: 10px;
}
.container #general-detail .detail-title h4 {
    font-size: 1rem;
    font-weight: bolder;
    padding: .75rem 0.5rem 0 1.5rem;
    border-top: 1px dotted #DDD;
    margin-bottom: 0;
    position: relative;
}
#general-detail .detail-title h4::after {
    content: ' ';
    width: 8px;
    height: 8px;
    background: #009FE8;
    position: absolute;
    top: 1rem;
    left: 0.5rem;
    border-radius: 4px;
}

/* マイページ */
ul.customer-privilege {
    list-style-type: none;
}
ul.customer-privilege li {
    padding: 10px;
    border-bottom: 1px dotted #ccc;
}

/* お問い合わせ */
.contact-tel {
    border: 1px solid #009FE8 !important;
    border-radius: 10px;
    display:block;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    max-width:800px;
    margin: 30px auto;
}
.contact-tel div.tel {
    font-size: 2rem;
}

.contact-tel div.other {
    display:flex;
    align-items: center;
    justify-content: center;
}
.contact-tel div.other div.holiday {
    padding-right:30px;
}
@media screen and (max-width:767px) { /*600px以下(スマホ用)*/
    .contact-tel div.other {
        display:block;
        font-size:0.8rem;
    }
    .contact-tel div.other div.holiday {
        padding-right:0px;
    }
    #search-general .form-control {
        width: unset;
    }
    select[class^="property-kind-"],
    select.sale-property-type,
    select.rental-property-type {
        width: auto;
        min-width: 60%;
    }
    span.layout-room {
        display: block;
    }
    .break:before {
        content: "\A";
        white-space: pre;
    }

    div.header-point {
        font-weight:bolder;
        font-size:0.9rem;
        text-align:center;
        color: #ffffff;
        padding: 20px;
    }
    div.header-point span.point{
        color: #ff0000;
        text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.3);
        font-size:1.2rem;
        font-weight:bold;
    }

}
a.contact-tel:hover {
  background: #009FE8 !important;
  color: #FFF;
}

body.cke_editable {
    padding:15px;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

/* パスワードリマインダー */
.reminder-notice {
    padding:10px;
    background: #eeffee;
    border:1px solid #cceecc;
    border-radius:10px;
}

/* 物件詳細 */
.disp-none {
    display:none;
}
.unlink-style {
    color: #666 !important;
    font-weight: bolder;
}

/* メッセージ機能 */
.container-left {
    margin:10px 15% 20px 0;
    text-align: left;
}
.container-right {
    margin:10px 0 20px 15%;
    text-align: right;
}
.message-header, .message-footer{
    font-size: 0.9rem;
}
.message-body {
    text-align:left;
    padding:20px;
}
.container-left .message-body {
    background:rgb(242, 246, 249);
    border-radius: 0px 10px 10px;
    border: 1px solid #ddd;
}
.container-right .message-body {
    background:#a9ecfa;
    border-radius: 10px 10px 0px;
    border: 1px solid #7fd3e4;
}
.container-attachment {
    margin-top: 10px;
}
.container-attachment img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
a.upload-file-link {
    padding:10px 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius:10px;
}
.unread-line {
    color: #444;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}
.unread-line:before, .unread-line:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #444;
    display: block;
}
.unread-line:before {
    margin-right: .4em;
}
.unread-line:after {
    margin-left: .4em;
}
span.unread-cnt {
    background:#ff0000;
    text-align:center;
    color:#fff;
    border-radius:9px;
    font-size:0.8rem;
    display:inline-block;
    width:1.1rem;
    height:1.1rem;
    line-height:1.5
}

.box-footer input[type=submit].btn:disabled {
    display: inline-block;
    width: auto;
    max-width: 100%;
    min-width: 220px;
    border: 3px solid #999999;
    color: #999999;
    font-size: 1.1rem;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 2px;
    background: #FFF;
}

/* アンカー位置のズレ対策 */
#first, #last, #unread {
    content: "";
    display: inline-block;
    height: 80px;
    margin-top: -80px;
    vertical-align: top;
}
input#upload-file {
    width: 100%;
}

div.flex-with:nth-child(n+2) {
    margin-left: 15px;
}



/* --------------- ここまで -------------- */

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}



@media screen and (max-width:767px) { /*600px以下(スマホ用)*/
    .sp-mar-t5 { margin-top: 5px;}
    button{
        -webkit-appearance: button;
        text-rendering: auto;
        letter-spacing: normal;
        word-spacing: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        display: inline-block;
        text-align: center;
        align-items: flex-start;
        cursor: default;
        background-color: #eee;
        box-sizing: border-box;
        margin: 0em;
        font: 400 1rem system-ui;
        padding: 1px 7px 2px;
        border-width: 1px;
        border-radius: 3px;
        border-style: solid;
        border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
        border-image: initial;
    }

    main.container :not(.date-picker-wrapper) table,
    main.container :not(.date-picker-wrapper) tbody,
    main.container :not(.date-picker-wrapper) tr,
    main.container :not(.date-picker-wrapper) th,
    main.container :not(.date-picker-wrapper) td {
        display: block;
        width: 100% !important;
        border-collapse: collapse;
    }
    table.v-table tr th,table.v-table tr td {
        padding:10px;
        border-bottom: none;
    }

    table.pad-s tr th,table.pad-s tr td {
        padding: 5px 10px !important;
    }
    table.contact-property-table tr td{
        border-bottom: 2px solid #fff;
    }

    .box-result {
        margin: 10px 0;
    }
    .result-image {
        height: 220px;
    }
    .date-picker-wrapper .time1,
    .date-picker-wrapper .time2 {
        float: none !important;
    }
    div.flex-box {
        display:block;
    }
    div.flex-with {
        padding-bottom: 5px;
    }
    div.flex-with > span.item-name {
        width: 90px;
        text-align: center;
    }
    div.flex-with:nth-child(n+2) {
        margin-left: 0;
    }

    div.box-btn .btn {
        padding: 0.5em !important;
    }
    /* photoswipe関係 */
    .detail-top-image img {
        width: 100%;
        object-fit: cover;
    }
    .thumb-img-list {
        width: 100%;
    }
    .thumb-img {
        height: auto;
        width: 78px;
        margin-top:3px;
        margin-bottom:0;
        margin-left:3px;
        position: relative;
        float:left;
    }
    .thumb-img:first-of-type {
        margin-left:3px;
    }

    .thumb-img img {
        width: 78px;
        height: 78px;
        object-fit: cover;
    }

    .pswp__ui {
        padding-top: 100px;
        z-index: 3000 !important;
    }
    .pswp__top-bar {
        margin-top:80px;
    }

    .detail-row span.item-name:nth-child(n+2) {
        margin-left: 0;
    }
    /* .detail-row span.item-name{
        margin-bottom: 5px;
    } */
    .detail-row span.item-value:after{
        content: "\A" ;
        white-space: pre;
        margin: 5px 0px;
    }
    /* 検索エリア関係 */
    .box-body .v-table th {
        border-radius: 10px 10px 0 0;
    }
    .box-body .v-table td {
        border-radius: 0 0 10px 10px;
    }

    .cke_editable table td {
        max-width: 100%;
        min-width: 100%;
    }
    .mar-b10-sm {
        margin-bottom: 10px;
    }

    table.favorite-table td, table.favorite-table th {
        border: 1px solid #ccc;
    }
    .detail-price { display: flex; align-items: center;}
    .detail-flex span.item-name{ display: flex;}
    .detail-flex div.item-value > div{ display: block;}

    /* メッセージ機能 */
    .upload-file-link {
        display:block;
        width:100%;
    }
    .container-attachment img {
        width: 175px;
        height: 175px;
    }
    .container-right {
        margin-left:10%;
    }
    .container-left {
        margin-right:10%;
    }
    /* 民泊 */
    #zeus_token_card_name {
        width: 18em !important;
    }
}
@media (min-width: 768px) {
    table.v-table tr th {
        width:20%;
    }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
