@charset "UTF-8";

/* .m-container
---------------------------------------------------------------------------- */
.m-container {
    margin: 0 auto;
    position: relative;
}


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


/* .m-page
---------------------------------------------------------------------------- */
.m-page {
  padding: 130px 0 120px;
}


.m-mv {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 80px;
}

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

  .m-page {
    padding: 96px 0 120px;
  }

  .m-mv {
    height: 510px;
  }

}


/* タイトル系
---------------------------------------------------------------------------- */
.m-page-ttl {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  text-align: center;
}


.m-page-ttl span {
  display: block;
  font-size: 5.2rem;
  padding: 0 0 25px;
  font-family: 'Sorts Mill Goudy', serif;
}

.m-heading {
    text-align: center;
    color: #C1A55E;
    font-size: 3.2rem;
    line-height: 1.3;
}


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

  .m-page-ttl {
    font-size: 1.6rem;
  }


  .m-page-ttl span {
    display: block;
    font-size: 3.8rem;
    padding: 0 0 20px;
  }

  .m-heading {
    font-size: 2.2rem;
  }


}


/* ボタン系
---------------------------------------------------------------------------- */

.m-link {
    margin: 0 auto;
    padding: 0 30px;
}

.m-link__3col {
    max-width: 1205px;
}

.m-link__2col {
    max-width: 804px;
}


.m-link-list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  border-top: solid 1px #C1A55E;
  border-bottom: solid 1px #C1A55E;
  font-size: 1.8rem;
  color: #555555;
  min-height: 104px;
  background: url("../../images/common/ico_down.svg")no-repeat,#F9F7F3;
  background-size: 12px;
  background-position: right 25px center;
  padding: 37px 0;
  transition: .3s;
}


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

  .m-link-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .m-link__3col li {
    width: 32%;
    max-width: 360px;
  }

  .m-link__2col li {
    max-width: 360px;
    width: 49%;
  }

  .m-link__3col li:nth-child(n + 4) {
    margin-top: 24px;
  }

  .m-link-list li:hover {
    opacity: .8;
  }

}


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

  .m-link {
      padding: 0 20px;
  }

  .m-link-list li a {
    font-size: 1.4rem;
    min-height: 80px;
    background: url("../../images/common/ico_down.svg")no-repeat,#F9F7F3;
    background-size: 12px;
    background-position: right 25px center;
    padding: 28px 0;
  }

  .m-link-list li + li {
    margin-top: 12px;
  }


}

/* 空き室検索
---------------------------------------------------------------------------- */
.m-search {
    background: #F2EEE6;
    padding: 80px 30px;
}

.m-search-content {
    max-width: 1000px;
    margin: 0 auto;
    border: solid 1px #231815;
    background: #fff;
    padding: 40px 30px 60px;
}

.m-search .head {
    text-align: center;
    font-size: 2.4rem;
    margin: 0 0 30px;
}

/* 空き室検索 */

.m-search #search_489ban form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
gap: 32px;
line-height: 2;
}
@media screen and (max-width: 767px) {
.m-search #search_489ban form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
  line-height: 2;
}
}
.m-search #search_489ban select
 {
   border: 1px solid #251e16;
   font-size: 1.6rem;
  height: 54px;
  padding: 0 30px 0 20px;
  color: #000;
}

.m-search #search_489ban input{
  border: 1px solid #251e16;
}
.m-search #search_489ban select {
background: url("../../images/common/ico_select.svg") no-repeat top 52% right 8px;
background-size: 10px;
min-width: 80px;
}
.m-search #search_489ban input[name=unspecifiedDate] {
padding: 8px;
}
.m-search #search_489ban .date_489ban {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 12px;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-search #search_489ban .date_489ban dt {
    text-align: left;
    font-size: 1.6rem;
    padding: 0 20px 0 0;
    vertical-align: middle;
}
select#date_ym {
    width: 137px;
}
select#date_d {
    width: 94px;
}

@media screen and (max-width: 767px) {
.m-search #search_489ban .date_489ban {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0;
}
}
@media screen and (max-width: 767px) {
.m-search #search_489ban .date_489ban dt {
  /* margin-top: 9px; */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 12px 0 0;
  vertical-align: top;
  font-size: 1.2rem;
  width: 56px;
}
}
.m-search #search_489ban .date_489ban dd {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 12px;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
        font-size: 1.4rem;
}
.m-search #search_489ban .date_489ban dd input[type=checkbox] {
position: relative;
vertical-align: text-bottom;
}
.m-search #search_489ban .date_489ban dd input[type=checkbox]:checked::before {
position: absolute;
content: "";
top: 2px;
left: 5px;
margin: auto;
-webkit-transform: rotate(50deg);
        transform: rotate(50deg);
width: 6px;
height: 10px;
border-right: 1px solid #251e16;
border-bottom: 1px solid #251e16;
}
@media screen and (max-width: 767px) {
.m-search #search_489ban .date_489ban dd {
  width: calc(100% - 54px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}
}
.m-search #search_489ban .date_489ban dd label input {
margin-top: 3px;
margin-right: 4px;
}
@media screen and (max-width: 767px) {
.m-search #search_489ban .inbox_489ban {
  width: 100%;
}
}
.m-search #search_489ban .stay_489ban {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 12px;font-size: 1.6rem;}
@media screen and (max-width: 767px) {
.m-search #search_489ban .stay_489ban dt {
  /* min-width: 49.2px; */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* padding: 12px 0 0; */
  vertical-align: top;
  font-size: 1.2rem;
  width: 56px;
}
}
.m-search #search_489ban button[name=searchButton489ban] {
background: #231815;
height: 54px;
width: 124px;
color: #fff;
font-size: 1.6rem;
cursor: pointer;
transition: .3s;
text-align:center;
}
@media screen and (max-width: 767px) {
.m-search #search_489ban button[name=searchButton489ban] {
  width: 224px;
}
}


@media screen and (min-width: 768px){
  .m-search-flex {
      max-width: 800px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
  }

}

@media screen and (max-width: 767px){
  .m-search {
      padding: 60px 20px;
  }

  .m-search .head {
    font-size: 2.2rem;
  }

  .m-search #search_489ban select {
    height: 41px;
    font-size: 1.4rem;
    padding: 0 20px 0 15px;
    min-width: inherit;
  }

  .m-search #search_489ban .stay_489ban {
      gap: 0;
  }

  select#date_ym {
      width: 120px;
  }

  select#date_d {
      width: 74px;
  }

}


/* パーツ系
---------------------------------------------------------------------------- */


.m-lead {
    font-size: 1.6rem;
    line-height: 1.7;
    font-family: 'Zen Old Mincho', 'Yu Mincho', serif;
}


.m-slider-wrp {
  position: relative;
  padding: 0 0 40px;
}

.m-slider {
  position: relative;
}

.m-slider .box {
  display: inline-block;
  width: 680px; /* スライドの幅を100%にする */
  box-sizing: border-box;
  margin: 0 10px;
}

.m-slider img {
  width: 100%; /* 画像の幅を100%に設定 */
  display: block;
}

.slider-counter {
  position: absolute;
  width: 44px;
  right: 107px;
  bottom: -6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  background: url("../../images/common/bg_slash.png")no-repeat;
  background-size: 23px;
  background-position: center;
  font-family: 'Sorts Mill Goudy', serif;
}

.current-slide {
  display: inline-block;
    font-size: 2rem;
    padding: 0 0 15px;
}

.total-slides {
  display: inline-block;
    font-size: 1.6rem;
    padding: 15px 0 0;
}

/* Arrows */
.m-slider .slick-prev,
.m-slider .slick-next
{
    top: inherit!important;
    bottom: -40px!important;
    display: block;

    width: 50px!important;
    height: 10px!important;
    z-index: 20;
}

.m-slider .slick-prev
{
    left: inherit!important;
    right: 166px;
}

.m-slider .slick-next
{
    right: 40px!important;
}


.m-slider .slick-prev:before,
.m-slider .slick-next:before {
  display: none!important;
}

@media screen and (max-width: 767px){
  .m-lead {
      font-size: 1.4rem;
  }

  .m-slider .box {
    margin: 0 5px;
  }

  .slider-counter {
    right: inherit;
    left: 50%;
    margin-left: -22px;
  }

  .m-slider .slick-prev {
    right: calc(50% + 30px);
  }

  .m-slider .slick-next {
    right: inherit;
    left: calc(50% + 30px);
  }
}


/* その他
---------------------------------------------------------------------------- */
/*-- ページナビゲーション --*/
.m-pageNavi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin: 60px auto 0;
    max-width: 820px;
    font-family: 'Sorts Mill Goudy', serif;
}

.m-pageNavi a {
    text-decoration: none;
    width: 50px;
    height: 10px;
    display: inline-block;
    transition: .3s;
}

.m-pageNavi a.next {
  background:url('../../images/common/ico_slider_next.png')no-repeat;
  background-size: 50px;
  background-position: center;
}

.m-pageNavi a.prev {
  background:url('../../images/common/ico_slider_prev.png')no-repeat;
  background-size: 50px;
  background-position: center;
}

.m-pageNavi a:hover {
  opacity: .8;
}

.m-pageNavi .prev.disabled {
  width: 50px;
  height: 10px;
  display: inline-block;
  opacity: .5;
  background:url('../../images/common/ico_slider_prev.png')no-repeat;
  background-size: 50px;
  background-position: center;
}

.m-pageNavi .next.disabled {
  width: 50px;
  height: 10px;
  display: inline-block;
  opacity: .5;
  background:url('../../images/common/ico_slider_next.png')no-repeat;
  background-size: 50px;
  background-position: center;
}


.m-pageNavi .page-numbers {
  width: 44px;
  right: 107px;
  bottom: -6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  background: url("../../images/common/bg_slash.png")no-repeat;
  background-size: 23px;
  background-position: center;
}

.m-pageNavi .current-numbers {
  display: inline-block;
    font-size: 2rem;
    padding: 0 0 15px;
}

.m-pageNavi .total-numbers {
  display: inline-block;
    font-size: 1.6rem;
    padding: 15px 0 0;
}


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

  .m-pageNavi {
    justify-content: center;
  }

}
