@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;
}

#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;
}






}



@media (min-width: 576px) {
  .container-half {
    padding-left: 30px;
    padding-right: 30px;
  }

}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container-half {
    max-width: 270px
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container-half {
    max-width: 360px
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .container-half {
    max-width: 480px
  }
}

@media (min-width: 1200px) {
  .container-half {
    max-width: 570px
  }
}
