/*-------------------------------------------------------------------------------*/
/*    $Scenery                                                                               */
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*    $Scenery Derail                                                                     */
/*-------------------------------------------------------------------------------*/
.kf_scenery::after {
  content: "";
  display: table;
  clear: both;
}

.kf_scenery:not(:last-child) {
  border-bottom: 1px solid rgba(173, 181, 189, 0.25);
}

@media (min-width: 576px) {
  .kf_pop {
    margin-left: calc(50% + 1rem);
  }
}

.kf_pop .kf_ul li {
  padding-left: .75rem;
  background-image: url(../../images/module/icon_arrow.png);
  background-position: left center;
}

.kf_pop .kf_btn_round {
  width: 30px;
  height: 30px;
  margin-left: .5rem;
}

.kf_heart {
  float: none !important;
  display: inline-block !important;
  width: 20px !important;
  height: 19px;
  cursor: pointer;
}

.kf_accessible::after {
  content: "";
  display: table;
  clear: both;
}

.kf_accessible li {
  float: left;
  width: 80px;
  margin: 1%;
  border: 2px solid #00857e;
}

@media (min-width: 576px) {
  .kf_scenery_slide {
    float: left;
    width: 50% !important;
  }
}

.kf_scenery_slide .owl-item {
  width: 480px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.kf_scenery_slide .owl-item img {
  width: auto !important;
  height: 100%;
}

.kf_scenery_slide .owl-dots {
  padding: .5rem;
  text-align: center;
}

.kf_scenery_slide .owl-dots .owl-dot {
  display: inline-block;
}

.kf_scenery_slide .owl-dots .owl-dot span {
  display: block;
  width: .625rem;
  height: .625rem;
  margin: 5px 7px;
  background: #adb5bd;
  border-radius: 50%;
}

.kf_scenery_slide .owl-dots .active span {
  background: #00857e;
}

.kf_round_tabs {
  text-align: center;
}

.kf_round_tabs::after {
  content: "";
  display: table;
  clear: both;
}

.kf_round_tabs a {
  display: inline-block;
  width: 65px;
  height: 65px;
  margin: 0 .25rem;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.kf_round_tabs a:hover, .kf_round_tabs a:focus {
  background-size: contain;
}

@media (min-width: 576px) {
  .kf_round_tabs a {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
  }
}

.kf_round_icon1 {
  background: url(../../images/module/icon_round1.svg) no-repeat;
}

.kf_round_icon1:hover, .kf_round_icon1:focus, .kf_round_icon1-active {
  background: url(../../images/module/icon_round1-active.svg) no-repeat;
}

.kf_round_icon2 {
  background: url(../../images/module/icon_round2.svg) no-repeat;
}

.kf_round_icon2:hover, .kf_round_icon2:focus, .kf_round_icon2-active {
  background: url(../../images/module/icon_round2-active.svg) no-repeat;
}

.kf_round_icon3 {
  background: url(../../images/module/icon_round3.svg) no-repeat;
}

.kf_round_icon3:hover, .kf_round_icon3:focus, .kf_round_icon3-active {
  background: url(../../images/module/icon_round3-active.svg) no-repeat;
}

.kf_round_list {
  padding-top: 1em;
}

.kf_round_list li {
  border-bottom: 1px dotted #ced4da;
}

.kf_round_list a {
  display: block;
  padding: .5em 0;
  color: black;
}

.kf_round_list a::after {
  content: "";
  display: table;
  clear: both;
}

.kf_round_list p {
  float: left;
}

.kf_round_list p:first-child {
  width: 75%;
  padding-left: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../../images/module/icon_arrow.png) left center no-repeat;
}

.kf_round_list p:last-child {
  width: 25%;
  text-align: right;
}

@media (min-width: 576px) {
  .kf_round_tab {
    float: right;
    width: 56%;
  }
  .kf_round_tab + .kf_gmap {
    margin-right: calc(56% + 1rem);
  }
}

.kf_scenery_message {
  border-top: 3px solid #00857e;
}

.kf_scenery_message::after {
  content: "";
  display: table;
  clear: both;
}

@media print {
  .kf_pop {
    margin-left: calc(50% + 1rem);
  }
  .kf_scenery_slide {
    float: left;
    width: 50% !important;
  }
  .kf_round_tabs a {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
  }
  .kf_round_tab {
    float: right;
    width: 56%;
  }
  .kf_round_tab + .kf_gmap {
    margin-right: calc(56% + 1rem);
  }
}

.kf_tab {
  margin: 1rem;
  border-bottom: 1px solid #00857e;
}

.kf_tab_btn {
  display: inline-block;
  min-width: 6rem;
  padding: .75rem;
  text-align: center;
  color: white;
  background-color: #00857e;
  border-radius: .25rem .25rem 0 0;
}

.kf_tab_btn:hover, .kf_tab_btn:focus {
  background-color: #00524e;
}

.kf_card {
  padding: .5rem 1rem;
}

@media (min-width: 576px) {
  .kf_card {
    float: left;
    width: 50%;
    padding: .5rem;
  }
}

@media (min-width: 768px) {
  .kf_card {
    width: calc(100% / 3);
  }
}

@media (min-width: 992px) {
  .kf_card {
    width: calc(100% / 4);
  }
}

@media (min-width: 1200px) {
  .kf_card {
    width: calc(100% / 5);
  }
}

.kf_card .kf_img_inner {
  margin-bottom: 0;
}

.kf_card .kf_imglist_group {
  margin-top: -35px;
  padding: 1rem;
  border: 1px solid #ced4da;
  border-top: none;
}

.kf_card .kf_imglist_more {
  float: right;
  min-width: 6rem;
}

.kf_category {
  position: relative;
  top: -35px;
  z-index: 9;
  width: 50%;
  padding: .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  background-color: #00857e;
}

@media print {
  .kf_card {
    float: left;
    width: calc(100% / 3);
    padding: .5rem;
  }
}
