@charset "UTF-8";

/*
 * 幅定義
 *
 */

/*
 * 色定義
 *
 */

/*
 * 幅定義
 *
 */

/*
 * 色定義
 *
 */

.c-list {
  overflow: hidden;
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.c-list--empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.c-list--item {
  width: 186px;
  min-height: 250px;
  display: block;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.c-list--item:nth-child(4n+4) {
  margin-right: 0px;
  border-right: none;
}

.c-list--item:nth-child(n+5) {
  border-bottom: none;
}

.c-list--item a {
  position: relative;
  display: block;
}

.c-list--img {
  width: 186px;
  height: 140px;
}

.c-list--img img {
  width: 186px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  /* この一行を追加するだけ！ */
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.c-list--contents {
  padding: 8px;
}

.c-list--contents li {
  color: #000;
  line-height: 16px;
  font-size: 10px;
}

.c-list--contents li h3 {
  font-size: 12px;
  font-weight: bold;
}

.c-tableType1 {
  width: 100%;
  border-collapse: collapse;
}

.c-tableType1 th,
.c-tableType1 td {
  border: 1px solid #CCCCCC;
}

.c-tableType1 th {
  width: 140px;
  padding: 10px 0px 10px 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #F3F1EC;
}

.c-tableType1 td {
  padding: 10px;
  font-size: 14px;
}

.c-tableType1 td input {
  font-size: 14px;
}

.c-tableType1 td textarea {
  width: 807px;
  font-size: 14px;
  padding: 5px;
}

.c-tableType1 td a {
  color: #000;
}

.c-tableType2 {
  width: 100%;
  border-collapse: collapse;
}

.c-tableType2 th,
.c-tableType2 td {
  border: 1px solid #CCCCCC;
}

.c-tableType2 th {
  width: 120px;
  padding: 10px 0px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  background-color: #F2F2F2;
}

.c-tableType2 td {
  padding: 10px;
}

.c-tableType2 td input {
  width: 100%;
  font-size: 14px;
}

.c-tableType3 {
  width: 100%;
  border-collapse: collapse;
}

.c-tableType3 th,
.c-tableType3 td {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.c-tableType3 th {
  width: 230px;
  padding: 10px 0px 10px 10px;
  font-size: 14px;
  font-weight: bold;
}

.c-tableType3 td {
  padding: 10px;
}

.c-tableType3 td input {
  width: 300px;
  height: 30px;
  background: #F3F1EC;
  border: none;
  padding: 0 5px;
}

.c-tableType3 td textarea {
  width: 708px;
  font-size: 14px;
  padding: 5px;
}

.c-tableType3 .b-moveDays td input {
  width: 50px;
}

.c-tableType4 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.c-tableType4 th,
.c-tableType4 td {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.c-tableType4 th {
  width: auto;
  padding: 10px 0px 10px 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #F3F1EC;
}

.c-tableType4 td {
  width: auto;
  padding: 10px;
}

.c-tableType5 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.c-tableType5 th,
.c-tableType5 td {
  border: 1px solid #CCCCCC;
}

.c-tableType5 th {
  width: auto;
  font-size: 14px;
  font-weight: bold;
  background-color: #F2F2F2;
  vertical-align: middle;
  padding: 10px 0px;
  text-align: center;
}

.c-tableType5 td {
  width: auto;
  padding: 5px;
  text-align: center;
}

.c-table-estateContact {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  border-top: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
}

.c-table-estateContact th {
  width: 230px;
  vertical-align: middle;
  padding: 15px;
  background-color: #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
}

.c-table-estateContact th span {
  display: inline-block;
}

.c-table-estateContact th span:first-child {
  float: left;
  padding-top: 2px;
}

.c-table-estateContact th span:last-child {
  float: right;
  padding: 2px 5px;
  color: #FFF;
}

.c-table-estateContact th .ch-require {
  background-color: #E50012;
}

.c-table-estateContact th .ch-any {
  background-color: #CCCCCC;
}

.c-table-estateContact td {
  padding: 10px 15px;
  border-bottom: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
}

.c-table-estateContact td > div {
  margin-bottom: 5px;
}

.c-table-estateContact td > div:last-child {
  margin-bottom: 0;
}

.mr-40 {
  margin-right: 40px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

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

.mb-10 {
  margin-bottom: 10px;
}

/*
 * 幅定義
 *
 */

/*
 * 色定義
 *
 */

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate3d(0, -25%, 0);
}

.modal.in .modal-dialog {
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

#modal_kodawari #search {
  border: 1px solid #666;
  background: #f2f2f2;
  padding: 5px;
  font-size: 13px;
}

#modal_kodawari .btn-default {
  border: 1px solid #666;
  background: #f2f2f2;
  padding: 5px;
  font-size: 13px;
}

.l-sideBar--estate .b-estateOther {
  width: 200px;
}

.l-sideBar--estate #modal_kodawari .b-estateOther {
  width: 440px;
}

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

.b-sideList .inputChild {
  margin-left: 15px;
}

.b-sideList .inputChild label {
  width: 145px;
}

.b-sideList .EachBlock {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.b-sideList .EachBlock:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.b-sideList select {
  width: 87px;
  box-sizing: border-box;
  border: 1px solid #999;
  background: url(/assets/ver/images/select.png?fde50c011356c8cc93a36a0a13877ef4) no-repeat center right #FFF;
  padding: 3px 0 3px 3px;
  margin: 10px 0;
  font-size: 12px;
}

.b-sideList label {
  width: 165px;
}

.b-sideList input[type=radio] + label,
.b-sideList .mycheckbox input[type=checkbox] + label {
  width: auto;
  padding-right: 0;
}

.b-sideList #modal_kodawari .modal-dialog {
  width: 700px;
}

.b-sideList #modal_kodawari .modal-content {
  border-radius: 0;
}

.b-sideList #modal_kodawari .modal-header {
  border: none;
}

.b-sideList #modal_kodawari .modal-body {
  padding-top: 0;
}

.b-sideList #modal_kodawari .modal-body dt {
  font-size: 14px;
  font-weight: bold;
}

.b-sideList #modal_kodawari .modal-body dd {
  margin-bottom: 10px;
}

.b-sideList #modal_kodawari .modal-body label {
  width: auto;
  font-weight: normal;
}

.b-sideList #modal_kodawari .modal-footer {
  border: none;
  overflow: hidden;
}

.b-sideList #modal_kodawari .modal-footer #search {
  display: block;
  margin: 0 auto;
  border: none;
  background: #E50012;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  padding: 20px;
}

.b-sideList #modal_kodawari .modal-footer #search:hover {
  background: #E50012;
}

.b-sideList #modal_kodawari .modal-footer #btn-close {
  display: block;
  margin: 20px auto 0;
  border: none;
  color: #FFF;
}

.b-sideList #modal_kodawari .modal-footer #btn-close:hover {
  cursor: pointer;
  opacity: 0.5;
}

.b-sideList #modal_kodawari .modal-footer .b-btn {
  margin: 0 auto;
}

.b-sideList #modal_kodawari .modal-footer .b-btn .bt-more {
  float: left;
}

.b-estateOther .bt-more input {
  width: 200px;
  display: block;
  padding: 15px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: none;
  border: 1px solid #E50012;
  color: #FFF;
}

.b-estateOther .bt-more input:hover {
  opacity: 0.5;
}

.b-estateOther .bt-search {
  background-color: #E50012;
}

.b-estateOther .bt-search input {
  color: #FFF;
}

.b-estateOther .search-btn_add {
  display: block;
  width: auto;
  margin-bottom: 20px;
}

.b-estateOther .search-btn_add span {
  width: auto;
  display: block;
  padding: 15px 0;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-align: center;
  border: 1px solid #CCCCCC;
}

.b-categoryArea .b-estateOther {
  padding-top: 0;
  overflow: hidden;
}

.b-categoryArea .b-estateOther .bt-more {
  margin-bottom: 0;
}

/* アコーディオン全体 */

.accordion {
  max-width: 800px;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* アコーディオン */
  /* アコーディオンのタイトル */
  /* アコーディオンのコンテンツ */
  /* アコーディオン展開時の(-)アイコン */
}

.accordion__item {
  border-bottom: 1px solid #CCCCCC;
  margin-top: 10px;
  cursor: pointer;
}

.accordion__title {
  position: relative;
  padding-right: 5px;
  cursor: pointer;
  /* (+)アイコン */
}

.accordion__title em::before {
  content: "";
  display: block;
  background: #E50012;
  width: 60px;
  height: 1px;
  margin: 0 auto 7px;
}

.accordion__title::before,
.accordion__title::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #A59200;
  width: 14px;
  height: 2px;
  transition: all 0.3s;
}

.accordion__title::after {
  transform: rotate(90deg);
}

.accordion__content {
  padding: 0 0 15px;
  display: none;
  cursor: pointer;
}

.accordion__content.is-open {
  display: block;
}

.accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}

.accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}

* {
  box-sizing: unset;
}

.b-title {
  height: auto;
  line-height: normal;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}

.b-title h2 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b-contentsTitle {
  background: #E50012;
  font-size: 18px;
  padding: 15px 0px 15px 15px;
  color: #FFF;
  font-weight: bold;
}

/* 切り替えタブ */

.container-switch {
  width: 100%;
  overflow: hidden;
}

.container-switch a {
  display: block;
  float: left;
  margin-right: 6px;
  width: 370px;
  border: 1px solid #CCCCCC;
  padding: 15px 0px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background-color: #F3F1EC;
}

.container-switch a:last-child {
  margin-right: 0;
}

.container-switch .switch-btn.active {
  background-color: #FFF;
  color: #000;
}

.b-estate {
  position: relative;
}

.b-estate .b-contentsTitle a {
  display: block;
  color: #FFF;
  margin-right: 70px;
}

.b-estate--favorite {
  position: absolute;
  top: 20px;
  right: 20px;
}

.b-estate--favorite a {
  color: #000;
  font-size: 16px;
}

.b-estate--favorite img {
  margin-left: 5px;
  vertical-align: top;
}

.b-estate--tab {
  margin-top: 6px;
  overflow: hidden;
}

.b-estate--tab li {
  display: block;
  float: left;
  padding: 2px 5.8px;
  background-color: #F3F1EC;
  text-align: center;
  margin-right: 6px;
  color: #000;
  letter-spacing: 2px;
}

.b-estate--tab li:last-child {
  margin-right: 0px;
}

.b-estate--data {
  margin-top: 10px;
  overflow: hidden;
}

.b-estateImg {
  float: left;
}

.b-estateImg .c-list--img {
  display: block;
  width: 187px;
  height: 140px;
}

.b-estateImg .c-list--img img {
  max-width: 187px;
  max-height: 140px;
}

.b-estateList {
  width: 100%;
  overflow: hidden;
}

.b-estateList.c-tableType1 {
  float: right;
  width: 544px;
  height: 140px;
}

.b-estateList.c-tableType1 th {
  width: 110px;
  vertical-align: top;
  padding: 5px 0px 5px 10px;
  font-size: 12px;
}

.b-estateList.c-tableType1 td {
  padding: 5px 10px;
  font-size: 12px;
}

.b-estate--data .b-estateOther {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}

.b-estate--data .b-estateOther .bt-more {
  display: inline-block;
  float: none;
}

.b-estate--data .b-estateOther .bt-more:nth-child(2) {
  margin-left: 20px;
}

.b-estateList.c-tableType5 {
  box-sizing: border-box;
}

.b-estateList.c-tableType5 th {
  font-size: 12px;
}

.b-estateList.c-tableType5 td .DetailBtn.f-storong {
  color: #E50012;
  font-size: 14px;
  text-decoration: underline;
}

.b-estateList.c-tableType5 td .DetailBtn.f-storong img {
  vertical-align: top;
  margin-left: 10px;
  margin-top: 6px;
}

.b-estateList.c-tableType5 td.c-list--img {
  width: 90px;
  height: 90px;
  position: relative;
}

.b-estateList.c-tableType5 td.c-list--img img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  /* この一行を追加するだけ！ */
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.c-tableType5 .b-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}

.c-tableType5 .b-icon img {
  position: unset;
}

.c-tableType5 .tr-moreBox {
  display: none;
}

.c-tableType5 .bt-moveView {
  margin-top: 10px;
}

.c-tableType5 .bt-moveView .bt-more {
  width: 250px;
  margin: 10px 0;
  border-radius: 7px;
}

.c-tableType5 .bt-moveView .bt-more a {
  display: block;
  width: 248px;
  cursor: pointer;
  color: #FFF;
  padding: 10px 0;
}

.c-tableType5 .bt-moveView td {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/******* ページャー *************************/

.paginator-contents {
  padding: 10px 0px;
  overflow: hidden;
}

/******* ソート *************************/

.container-sort {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  float: right;
}

.container-sort select {
  width: 143px;
  height: 27px;
  font-size: 12px;
  border: 1px solid #CCCCCC;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/assets/ver/images/select.png?fde50c011356c8cc93a36a0a13877ef4) no-repeat center right;
}

/******* 検索結果 *************************/

.container-count {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0px;
  float: left;
}

.container-count .box-count-result {
  float: left;
  margin-right: 15px;
}

.container-count .box-count-result .result {
  color: #b43a3a;
  font-weight: bold;
}

/******* ページャー ****************/

.box-count-pager {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  float: left;
}

.box-count-pager .pagination li {
  display: inline-block;
}

.box-count-pager .pagination li.active span {
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}

.box-count-pager .pagination li a,
.box-count-pager .pagination li p,
.box-count-pager .pagination li span {
  font-size: 12px;
  margin-right: 5px;
  color: #000;
}

.list-noMsg {
  width: 100%;
  overflow: hidden;
  padding: 200px 0px;
  background-size: 350px auto;
  text-align: center;
  font-size: 25px;
}

