@charset "UTF-8";


.swiper {
  position: relative;
  overflow: hidden;
}
.slide-media {
  width: 100%;
  height: 300px;
}
.thumb-media {
  width: 25%;
  height: 60px;
}
.thumb-media:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: #000;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: #000;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.4rem;
    color: #fff;
}



.caset-shadow {
    filter: drop-shadow(0 0 1px rgba(0,0,0,0.2));
}
.caset-ph {
  position: relative;
  /*height: 160px;*/
}
.caset-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.caset-name {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
.caset-cat {
  font-size: 12px;
  font-weight: 600;
}

.caset-tag {
  border-radius: 30px 0 0 30px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 8px 15px;
}

.caset-value {
  font-size: 12px;
}
.caset-value span {
  font-size: 30px;
  font-weight: 600;
}
.caset-list01 {
  font-size: 10px;
  color: #999999;
}
.caset-list02 {
  font-size: 12px;
}
.caset-btn01 {
  position: relative;
  background: url(/assets/images/common/sp-arow-right@2x.png) no-repeat center right 10px / 12px 18px #999999;
}
.caset-btn02 {
  position: relative;
  background: url(/assets/images/common/sp-arow-right@2x.png) no-repeat center right 10px / 12px 18px #E44563;
}
.caset-btn01 a , .caset-btn02 a,
.caset-btn01 label , .caset-btn02 label {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent:-999px;
}
.caset-btn01 a:hover , .caset-btn02 a:hover,
.caset-btn01 label:hover , .caset-btn02 label:hover {
  background-color:#FFF;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}


.rent-table {
  width: 100%;
}
.rent-th {
  width: 20%;
  padding: 15px;
  background-color: #000;
}
.rent-td {
  width: 80%;
  padding: 15px;
  background-color: #FCEAD9;
}
.icon-check {
  width: 15px;
  height: 15px;
  border-radius: unset;
  vertical-align: middle;
}
.rent-td span {
  color: #ed7000;
  font-size: 12px;
}

.acd-check{
  display: none;
}
.acd-label{
  color: #FA0A00;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 1px;
  padding: 10px;
}
.acd-content{
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.input-select {
  width: 200px;
}
.result {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.result span {
  font-size: 42px;
  font-weight: 600;
}

.pager > a,
.pager > span {
  display: inline-block;
  color: #000;
  min-width: 3rem;
  text-align: center;
  border: 1px solid #000;
  padding: 0.5rem;
  transition: 0.2s;
  text-decoration: none;
}
.pager > a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  opacity: 0.5;
}
.pager > span {
  border-color: transparent;
}
.pager > .property-list-pagination-current,
.pager > .property-list-pagination-current:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
  cursor: auto;
}
.pager > .property-list-pagination-prev,
.pager > .property-list-pagination-next {
  padding: 0.5rem 1rem;
}

#floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 0.5rem;
  background-color: #fff;
  filter: drop-shadow(0 0 1px rgba(0,0,0,0.2));
  transition: 0.2s;
  transform: translateY(100%);
  display: flex;
  align-items: center;
}

#floating.show {
  transform: translateY(0);
}

#floating .num {
  color: #E44563;
  font-weight: bold;
}

@media (min-width: 768px) {
  #floating {
    bottom: auto;
    top: 50%;
    left: auto;
    right: 0;
    padding: 1rem;
    transform: translate(100%, -50%);
    flex-direction: column;
    align-items: start;
  }

  #floating.show {
    transform: translate(0, -50%);
  }
}

/* 詳細ページ */

.buken-name {
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0;
  border-bottom : solid 1px #ed7000;
}

#item_ph {
  height: 400px;
}
#item_list li {
  height: 80px;
}
#item_list li img {
  padding: 10px 10px 0 0;
}
.icon-madori {
  width: 100px;
  text-align: center;
}
.madorizu {
  height: 455px;
  border: solid 1px #999999;
}

.detail-table {
  width: 100%;
}
.detail-th {
  font-size: 14px;
  padding: 15px;
  background-color: #676668;
  color: #fff;
}
.detail-td {
  font-size: 14px;
  padding: 15px;
  background-color: #F3F3F3;
}
.detail-title {
  width: 100%;
  border-radius: 15px;
  font-size: 16px;
  padding: 5px 15px;
  background-color: #676668;
  color: #fff;
}
.info-text01 {
  font-size: 16px;
  line-height: 18px;
}
.info-text02 {
  font-size: 12px;
}
.detail-map {
  height: 300px;
}



/* sp only */
@media (max-width: 576px) {
.caset-tag {
  font-size: 10px;
  padding: 8px 10px;
}
.caset-btn01 {
  font-size: 14px;
  background: url(/assets/images/common/sp-arow-right@2x.png) no-repeat center right 10px / 10px 15px #999999;
}
.caset-btn02 {
  font-size: 14px;
  background: url(/assets/images/common/sp-arow-right@2x.png) no-repeat center right 10px / 10px 15px #E44563;
}

/* 詳細ページ */

.madorizu {
  height: auto;
}






}
