@charset "UTF-8";
/* var */
/* color*/
/* media query(break point) */
/* animation */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* 検索関連
----------------------------------------------*/
/* エリア検索ほか */
.srch__category {
  color: #30af41;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.checkbox__list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -15px; }

.checkbox__item {
  margin: 10px 15px;
  width: 210px; }

.checkbox__list input[type="checkbox"] {
  display: none; }
  .checkbox__list input[type="checkbox"] + label {
    align-items: flex-start;
    background-color: #fff;
    border: 1px solid #30af41;
    border-radius: 10px;
    color: #30af41;
    display: flex;
    font-weight: 600;
    line-height: 1.4;
    padding: 0.8rem;
    position: relative;
    transition: 0.3s; }
    .checkbox__list input[type="checkbox"] + label::before {
      background-color: #fff;
      border: 1px solid #b5b5b5;
      border-radius: 4px;
      content: "";
      display: inline-block;
      flex-shrink: 0;
      margin-right: 6px;
      height: 22px;
      width: 22px; }
    .checkbox__list input[type="checkbox"] + label a {
      color: #30af41;
      font-weight: 600;
      line-height: 1.4;
      text-decoration: underline; }
      .checkbox__list input[type="checkbox"] + label a:hover {
        text-decoration: none; }
  .checkbox__list input[type="checkbox"]:checked + label {
    background-color: #EEF4ED; }
    .checkbox__list input[type="checkbox"]:checked + label::after {
      content: "";
      border-left: 3px solid #aaa;
      border-bottom: 3px solid #aaa;
      transform: rotate(-45deg);
      position: absolute;
      left: 18px;
      top: 18px;
      z-index: 1;
      width: 12px;
      height: 8px; }

@media screen and (max-width: 767px) {
  .checkbox__list {
    margin: 0;
    margin-bottom: -10px; }
    .checkbox__list input[type="checkbox"] + label {
      padding: 0.7rem 0.5rem 0.5rem; }
    .checkbox__list input[type="checkbox"]:checked + label::after {
      left: 12px;
      top: 15px; }

  .checkbox__item {
    margin: 0;
    margin-bottom: 10px;
    margin-right: 4%;
    width: 48%; }
    .checkbox__item:nth-child(2n) {
      margin-right: 0; } }
.srch__condlist {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  width: 100%; }
  .srch__condlist .checkbox__list {
    margin-right: 0;
    margin-left: 0; }

.srch__condtitle {
  background-color: #30af41;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin-right: 30px;
  padding: 1rem 0.8rem;
  text-align: center;
  width: 210px; }

.srch__conditem {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% - 210px); }

/* 検索ボタン */
.submit {
  text-align: center; }

.btn-submit {
  background-color: #30af41;
  border: 2px solid transparent;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  outline: none;
  padding: 1.2rem 1rem;
  position: relative;
  transition: 0.3s;
  width: 240px; }
  .btn-submit::after {
    background-color: #fff;
    border-radius: 50%;
    content: "\f105";
    color: #30af41;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    line-height: 32px;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    height: 32px;
    width: 32px; }
  .btn-submit:hover {
    background-color: #fff;
    border-color: #30af41;
    color: #30af41; }
    .btn-submit:hover::after {
      background-color: #30af41;
      color: #fff; }

@media screen and (max-width: 767px) {
  .srch__condlist {
    flex-wrap: wrap; }

  .srch__condtitle {
    margin-bottom: 1rem;
    margin-right: 0;
    padding: 0.5rem;
    width: 100%; }

  .srch__conditem {
    margin: 0;
    width: 100%; } }
/* .srchbox__range */
.srchbox__range {
  margin-bottom: 2rem;
  overflow: hidden; }

.srchbox__range fieldset {
  background: #242424;
  border: none;
  border-radius: 10px;
  color: #fff;
  display: block;
  float: left;
  padding: 2rem 1.5rem;
  width: calc(50% - 0.5em); }

.srchbox__range fieldset:nth-of-type(2n) {
  margin-left: 1em; }

.srchbox__range legend {
  color: #fff;
  display: block;
  float: left;
  margin-right: 1em; }

.srchbox__range .ui-widget.ui-widget-content {
  border: none;
  display: inline-block;
  height: 7px;
  margin: 0 1em;
  vertical-align: middle;
  width: calc(100% - 18em); }

.srchbox__range .ui-slider-range {
  background: #30af41;
  outline: none; }

.srchbox__range .ui-slider-handle {
  border: none;
  border-radius: 50%;
  height: 25px;
  outline: none;
  width: 25px;
  top: -0.5rem; }

.srchbox__range input[type='text'] {
  background: #484848;
  border-radius: 0.25rem;
  color: #fff;
  outline: none;
  text-align: center;
  width: 6em; }

@media (max-width: 767px) {
  /* .srchbox__range */
  .srchbox__range fieldset {
    margin-bottom: 0.5em;
    padding: 1rem;
    width: 100%; }

  .srchbox__range fieldset:nth-of-type(2n) {
    margin-left: 0; }

  .srchbox__range legend {
    display: contents;
    float: none; }

  .srchbox__range .ui-slider {
    height: 0.5em; }

  .srchbox__range .ui-slider-handle {
    height: 1.25em;
    width: 1.25em; }

  .srchbox__range .ui-widget.ui-widget-content {
    width: calc( 100% - 13rem ); }

  .srchbox__range input[type="text"] {
    font-size: 0.8rem;
    width: 5rem; } }
/*------------------------------------------------
  詳細
------------------------------------------------ */
.detail__top {
  align-items: center;
  display: flex;
  margin-bottom: 3rem;
  justify-content: space-between;
  width: 100%; }

.detail__add {
  align-items: center;
  color: #30af41;
  display: flex; }

.detail__add-text {
  font-size: 18px;
  line-height: 1.4; }

.detail__add-map {
  border: 1px solid #cecece;
  color: #30af41;
  display: inline-block;
  flex-shrink: 0;
  margin-left: 1.5rem;
  padding: 0.5rem 1rem;
  transition: 0.3s; }

.detail__add-map:hover {
  background-color: #30af41;
  color: #fff; }

.detail__add-map i {
  margin-left: 8px;
  transition: 0.3s; }

.detail__add-map:hover i {
  transform: translateY(-1px); }

.detail__topbtns {
  align-items: flex-end;
  display: flex; }

.detail__topbtns .btn:not(:last-child) {
  margin-right: 15px; }

.btn-doc,
.btn-fav {
  border-width: 1px;
  font-size: 16px; }

.btn-doc::before,
.btn-fav::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5em;
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle; }

.btn-doc::before {
  content: "\f56d";
  margin-right: 15px; }

.btn-fav::before {
  content: "\f004";
  font-weight: 300; }

.btn-fav.is--done {
  background-color: #30af41;
  color: #fff; }

.btn-fav.is--done::before {
  font-weight: 600; }

.detail__catch {
  color: #3B4043;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 3rem; }

.btn-contact {
  background-color: #ED436A;
  box-shadow: 0 3px 5px rgba(150,150,150,0.3);
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 1.3rem 2rem;
  transition: 0.3s; }

.btn-contact::before {
  border: 1px solid #fff;
  content: "無料";
  display: inline-block;
  font-size: 0.95em;
  margin-right: 5px;
  padding: 0.3rem 0.3rem 0.2rem; }

.btn-contact:hover {
  opacity: 0.8;
  transform: translate(1px, 1px); }

@media screen and (max-width: 767px) {
  .detail__add-text {
    font-size: 13px; }

  .btn-doc, .btn-fav {
    font-size: 14px; }

  .btn-contact {
    font-size: 15px;
    padding: 1rem;
    text-align: center;
    width: 100%; }

  .detail__catch {
    font-size: 16px;
    margin-bottom: 1rem; } }
.detailinfo {
  display: flex;
  flex-wrap: wrap; }

.detailinfo__points {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem; }

.detailinfo__points-item {
  background-color: #30af41;
  color: #fff;
  font-size: 14px;
  padding: 0.3rem 1rem;
  text-align: center; }

.detailinfo__copy {
  color: #30af41;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
  text-align: center; }
  .detailinfo__copy .em {
    font-size: 26px; }

.detailinfo__img {
  padding-right: 1.5rem;
  width: 60%; }

.detailinfo__datas {
  width: 40%; }

/* スライダー */
.detailinfo__img-inner {
  margin-bottom: 1rem; }

.detailinfo__img-item {
  outline: none;
  padding-bottom: 2rem;
  position: relative;
  width: 100%; }

.detailinfo__img-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%; }

.detailinfo__img-item::after {
  content: "";
  display: block;
  padding-top: 59%; }

.roomimg-for__text {
  background-color: rgba(255, 255, 255, 0.7);
  color: #656565;
  font-size: 0.9rem;
  padding: 0.5rem;
  position: absolute;
  bottom: 20px;
  width: 100%;
  line-height: 1.6; }

.detailinfo__nav {
  height: 80px;
  overflow: hidden;
  padding: 0 2rem; }

.detailinfo__nav-item {
  cursor: pointer;
  height: 120px;
  margin: 5px;
  outline: none;
  position: relative; }

.detailinfo__nav-item img {
  display: block;
  margin: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

.detailinfo__nav-item::after {
  content: "";
  display: block;
  padding-top: 55%; }

.detailinfo__arrow {
  color: #30af41;
  cursor: pointer;
  height: 100%;
  position: absolute;
  padding-top: 30px;
  text-align: center;
  top: 0;
  transition-duration: 0.3s; }

.detailinfo__arrow:hover {
  opacity: 0.7; }

.detailinfo__arrow.prev {
  left: 0; }

.detailinfo__arrow.next {
  right: 0; }

.detailinfo__arrow::after {
  content: "\f137";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5rem;
  font-weight: 600; }

.detailinfo__arrow.prev::after {
  content: "\f137"; }

.detailinfo__arrow.next::after {
  content: "\f138"; }

@media screen and (max-width: 767px) {
  .detailinfo__nav {
    height: 50px; }

  .detailinfo__arrow {
    padding-top: 0; } }
/* 概要 */
.detail__table,
.detail__table th,
.detail__table td {
  border: 1px solid #cecece; }

.detail__table {
  width: 100%; }

.detail__table th,
.detail__table td {
  font-weight: 600;
  padding: 1.5rem 1rem; }

.detail__table th {
  color: #808486; }

.detail__table td {
  color: #3B4043;
  line-height: 1.4; }

.detail__table .price {
  font-size: 24px;
  margin-right: 8px; }

.detail__table .num {
  font-size: 36px;
  margin-right: 8px; }

/* 部屋設備 */
.facilities__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.facilities__item {
  border: 1px solid #cecece;
  color: #30af41;
  flex-basis: 16%;
  font-weight: 600;
  margin-bottom: 8px;
  margin-right: 0.8%;
  padding: 0.5rem;
  text-align: center; }
  .facilities__item:nth-child(6n) {
    margin-right: 0; }
  .facilities__item a {
    color: #30af41;
    font-weight: 600; }
    .facilities__item a:hover {
      text-decoration: underline; }

@media screen and (max-width: 767px) {
  .detail__top {
    flex-direction: column;
    margin-bottom: 1rem; }

  .detail__topbtns {
    flex-wrap: wrap;
    margin-top: 1rem; }
    .detail__topbtns .btn:not(:last-child) {
      margin-right: 0; }
      .detail__topbtns .btn:not(:last-child).btn-doc {
        margin-right: 2%; }
    .detail__topbtns .btn-default {
      font-size: 13px;
      margin-right: 0;
      padding: 0.8rem 0.5rem;
      text-align: center;
      width: 49%; }
    .detail__topbtns .btn-contact {
      margin-top: 1rem; }

  .detailinfo {
    flex-direction: column; }

  .detailinfo__img,
  .detailinfo__datas {
    padding-right: 0;
    width: 100%; }

  .detailinfo__points-item {
    font-size: 12px;
    line-height: 1.4; }
    .detailinfo__points-item:not(:last-child) {
      margin-right: 5px; }

  .detailinfo__copy {
    font-size: 14px; }
    .detailinfo__copy .em {
      font-size: 18px; }

  .detail__table {
    margin-bottom: 1rem; }
    .detail__table th, .detail__table td {
      font-size: 13px;
      line-height: 1.4;
      padding: 0.8rem; }
    .detail__table th {
      padding: 0.8rem 0.3rem;
      min-width: 4rem; }
    .detail__table .price {
      font-size: 18px; }
      .detail__table .price .num {
        font-size: 24px;
        margin-right: 3px; }

  .facilities__item {
    flex-basis: 49%;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5px;
    margin-right: 2%; }
    .facilities__item:nth-child(2n) {
      margin-right: 0; } }
/* 物件概要 */
.outline .detail__table {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  table-layout: fixed; }
  .outline .detail__table th {
    width: 17%; }
  .outline .detail__table td {
    width: 33%; }
  .outline .detail__table th, .outline .detail__table td {
    line-height: 1.6;
    padding: 0.7rem 1rem; }
.outline .calculate {
  border: 1px solid #30af41;
  margin-bottom: 3rem;
  padding: 2rem 4rem; }
.outline .calculate__title {
  color: #30af41;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 1.5rem; }
.outline .calculate__inner {
  display: flex;
  justify-content: space-between; }
.outline .calculate__block {
  flex-basis: 49%; }
.outline .calculate__table {
  margin-bottom: 1rem;
  margin-top: 0; }
  .outline .calculate__table thead th {
    background-color: #EEF4ED; }
  .outline .calculate__table th {
    color: #3B4043;
    width: 30%; }
  .outline .calculate__table td {
    text-align: right;
    width: 70%; }
  .outline .calculate__table .total {
    color: #ED436A;
    font-size: 22px; }
.outline .attention li {
  color: #ED436A;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6; }
  .outline .attention li::before {
    content: "※"; }

.outline__update {
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: right; }

@media screen and (max-width: 767px) {
  .outline .outline__table {
    border: none;
    margin-top: 0; }
    .outline .outline__table tr, .outline .outline__table th, .outline .outline__table td {
      border: none;
      display: block;
      text-align: left;
      width: 100%; }
    .outline .outline__table th {
      background-color: #EEF4ED;
      padding: 0.3rem 1rem; }
    .outline .outline__table td {
      padding-bottom: 1rem; }
  .outline .calculate {
    padding: 1.5rem 1rem; }
  .outline .calculate__title {
    font-size: 20px;
    text-align: center; }
  .outline .calculate__inner {
    flex-direction: column; }
  .outline .attention li {
    font-size: 12px; }
  .outline .calculate__block:nth-child(1) {
    margin-bottom: 1rem; } }
.panorama__item {
  height: 600px;
  width: 100%; }

.access__text {
  color: #666;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 2rem;
  margin-top: 1rem; }

.access__link {
  border-width: 1px;
  font-weight: 600; }

.access__block {
  display: flex;
  margin-bottom: 2rem; }

.access__item {
  flex-basis: 50%; }

.access__item iframe {
  width: 100%;
  height: 470px; }

.access__btns {
  align-items: center;
  display: flex;
  justify-content: center; }
  .access__btns .btn:not(:last-child) {
    margin-right: 5rem; }

@media screen and (max-width: 767px) {
  .panorama__item {
    height: 200px; }

  .access__info {
    flex-direction: column;
    margin-bottom: 1rem; }

  .access__text {
    line-height: 1.4;
    margin-bottom: 1rem; }

  .access__block {
    flex-direction: column; }

  .access__item {
    flex-basis: 100%; }
    .access__item iframe {
      height: 200px; }

  .access__btns {
    flex-wrap: wrap; }
    .access__btns .btn {
      flex-basis: 80%; }
    .access__btns .btn:not(:last-child) {
      margin-bottom: 0.8rem;
      margin-right: 0; } }
.contact {
  align-items: center;
  border: 1px solid #30af41;
  display: flex;
  justify-content: space-between;
  padding: 3rem 4rem 2rem; }

.contact__name {
  color: #30af41;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1rem;
  transition: 0.3s; }
  .contact__name:hover {
    opacity: 0.7;
    text-decoration: underline; }

.contact__add {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1rem; }

.contact__tel {
  color: #ED436A;
  font-size: 28px;
  font-weight: 600; }

.contact__btns {
  text-align: right;
  padding-right: 3rem;
  width: 40%; }
  .contact__btns .btn:not(:last-child) {
    margin-bottom: 1rem; }

@media screen and (max-width: 767px) {
  .contact {
    flex-direction: column;
    padding: 1.5rem 1rem; }

  .contact__name {
    font-size: 16px;
    line-height: 1.4; }

  .contact__add {
    font-size: 12px; }

  .contact__tel {
    display: block;
    font-size: 22px;
    margin-bottom: 1rem;
    text-align: center; }

  .contact__btns {
    padding-right: 0;
    width: 100%; }

  .btn-fav {
    display: block;
    text-align: center; } }
/*似ている物件
------------------------------------------------ */
.similar {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.similar__title {
  color: #30af41;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center; }

.similar__title-sub {
  color: #30af41;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-style: italic;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase; }

@media screen and (max-width: 767px) {
  .similar__title {
    font-size: 20px;
    margin-bottom: 1rem; }

  .similar__title-sub {
    font-size: 12px; } }
/* 地図検索
----------------------------------------------*/
.srchmapbar {
  align-items: center;
  background-color: #EEF4ED;
  display: flex; }

.srchmap {
  margin-bottom: 3rem; }

.srchmap .text {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 3rem; }

.srchbar {
  align-items: center;
  background-color: #f7faf6;
  display: flex;
  padding: 1rem; }

.srchbar__title {
  color: #3B4043;
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 1rem; }

.srchbar__areanum {
  align-items: center;
  display: flex; }
  .srchbar__areanum span {
    margin: 0 3px; }

.select {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  position: relative; }

.select select {
  cursor: pointer;
  outline: none;
  padding: 0.5rem 3rem 0.5rem 1rem;
  width: 100%; }

.select::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0.8rem;
  top: 30%;
  border-left: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  transform: rotate(-45deg); }

.showmap {
  position: relative;
  width: 100%; }

.showmap__inner {
  content: "";
  display: block;
  padding-top: 50%;
  width: 100%; }

/* 地図上アイテム */
.mapitem {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0;
  max-width: 340px; }

.mapitem__img {
  width: 25%; }

.mapitem__text {
  width: 72%; }

.mapitem__name {
  color: #000;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.7rem; }

.mapitem__detail {
  color: #656565;
  font-size: 0.9rem;
  line-height: 1.6; }

@media screen and (max-width: 767px) {
  .maparea {
    display: flex;
    flex-direction: column; }

  .maparea .showmap {
    order: 0;
    margin-bottom: 1rem; }

  .maparea__form {
    order: 1; }

  .srchbar {
    flex-wrap: wrap; }

  .srchbar__title {
    flex-basis: 35%;
    font-size: 0.9rem;
    padding-left: 0; }
    .srchbar__title:not(:last-of-type) {
      margin-bottom: 0.5rem; }

  .srchbar__item {
    flex-basis: 65%; }
    .srchbar__item:not(:last-of-type) {
      margin-bottom: 0.5rem; }

  .showmap__inner {
    position: static;
    padding-top: 100%; } }
/* 下部：固定エリア */
.fixedarea {
  display: none;
  position: fixed;
  height: 100px;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  text-align: center;
  padding-top: 1.25rem; }

.fixedarea__btn {
  background-color: #30af41;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-align: center;
  transition: 0.3s; }

.jq-srchBtnClickTgt {
  height: 0; }

.srchbox--btnhidden {
  padding-bottom: 0; }

@media screen and (max-width: 767px) {
  .fixedarea {
    height: 80px;
    padding-top: 1.5rem; }

  .fixedarea__btn {
    font-size: 1.5rem;
    padding: 1rem;
    width: 80%;
    max-width: 240px; } }

/*# sourceMappingURL=srch.css.map */
