@charset "UTF-8";
/* CSS Document */

/* swiper
--------------------------------------------------------------------------- */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}


.bottom-slider {
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .bottom-slider {
    padding: 0 110px;
  }
}

/*
------------------------------------------------------------------------------------------------*/
.slider-wrapper {
  margin-left: 110px;
}

.slider-wrapper a {
  -webkit-touch-callout: none;
}

@media screen and (max-width: 749px) {
  .slider-wrapper {
    margin-left: 0;
  }
}

.slider-container-mobipark {
  overflow: hidden !important;
}

.slider-wrap {
  max-width: 100%;
  padding-left: 6%;
  padding-right: 7%;
}

.slider-wrap .slider-item {
  max-width: calc(100% / 3.53);
  width: 100%;
}

@media screen and (max-width: 749px) {
  .slider-wrap .slider-item {
    max-width: 100%;
  }
}

.slider-wrap .slider-wrapper {
  margin-left: 0;
}

.slider-wrap-how-to {
  margin-top: -2px;
  padding-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .slider-wrap-how-to {
    max-width: 100%;
    margin: 0 auto;
  }
}

.slider-wrap-how-to .slider-item {
  max-width: calc(100% / 3.393);
}

@media screen and (max-width: 749px) {
  .slider-wrap-how-to .slider-item {
    max-width: 86.93%;
  }
}

@media screen and (max-width: 749px) {
  .slider-wrap-how-to .slider-item.swiper-slide-active::before {
    background-color: transparent;
    z-index: -1;
  }
}

@media screen and (max-width: 749px) {
  .slider-wrap-how-to .slider-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color 0.5s ease-in;
    transition: background-color 0.5s ease-in;
    z-index: 1;
  }
}

.slider-wrap-section {
  padding-left: 7%;
}

@media screen and (max-width: 749px) {
  .slider-wrap-section .slider-item {
    max-width: 100%;
  }
}

.slider-wrapper-feature {
  margin-left: 0;
}

.slider-gallery {
  overflow: hidden;
  margin-bottom: 25px !important;
}

.slider-gallery .slider-item {
  width: 100%;
  position: relative;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.slider-gallery .slider-gallery-img {
  display: block;
  width: 100%;
  padding-bottom: 47%;
  background-position: center;
  background-size: cover;
}

.slider-gallery-nozominoyu {
  margin-bottom: 41px !important;
}

@media screen and (max-width: 749px) {
  .slider-gallery-nozominoyu {
    margin-bottom: 18px !important;
  }
}

.slider-gallery-nozominoyu .slider-gallery-img {
  padding-bottom: 46.4444%;
}

@media screen and (max-width: 749px) {
  .slider-gallery-nozominoyu .slider-gallery-img {
    padding-bottom: 56.4444%;
  }
}

.slider-mobipark-attraction .slider-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.slider-gallery-thumb .swiper-wrapper {
  -webkit-box-pack: center;
          justify-content: center;
}

.slider-gallery-thumb .slider-item {
  width: 70px;
}

.slider-gallery-thumb .slider-gallery-thumb-img {
  display: block;
  width: 100%;
  height: 50px;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 750px) {
  .slider-recommendation-restaurant .slider-wrapper {
    margin-left: -280px !important;
  }
}

@media screen and (min-width: 750px) {
  .slider-recommendation-restaurant .slider-item {
    max-width: 468px !important;
  }
}

.slider-pickup,
.slider-recommendation {
  opacity: 1;
  overflow: visible !important;
  margin-left: 0;
}

@media screen and (max-width: 749px) {
  .slider-pickup,
  .slider-recommendation {
    padding: 0 12% !important;
  }
}

.slider-pickup .slider-wrapper,
.slider-recommendation .slider-wrapper {
  margin-left: 0;
	width: 100%;
}

@media screen and (min-width: 749px) {
  .slider-pickup .slider-item,
  .slider-recommendation .slider-item {
    max-width: 369px;
  }
}

@media screen and (max-width: 749px) {
  .slider-pickup .slider-item,
  .slider-recommendation .slider-item {
    opacity: 0.4;
    min-width: 257px;
  }
}

@media screen and (max-width: 749px) {
  .slider-pickup .swiper-slide-active,
  .slider-recommendation .swiper-slide-active {
    opacity: 1;
  }
}

.swiper-pagination-feature,
.swiper-pagination-section {
  margin-top: 14px;
  text-align: center;
}

.swiper-pagination-feature .swiper-pagination-bullet,
.swiper-pagination-section .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 50px;
  height: 3px;
  background-color: #ccc;
}

@media screen and (max-width: 749px) {
  .swiper-pagination-feature .swiper-pagination-bullet,
  .swiper-pagination-section .swiper-pagination-bullet {
    margin: 0 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
}

.swiper-pagination-feature .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00a040;
}

@media screen and (max-width: 749px) {
  .swiper-pagination-feature {
    margin-top: -13px;
  }
}

@media screen and (max-width: 749px) {
  .swiper-pagination-section {
    margin-top: 15px;
  }
}

.slider-dokidoki .slide-text {
  margin-top: 15px;
  display: inline-block;
  font-size: 20px;
  font-family: "HiraKakuPro-W6-AlphaNum";
  color: #000;
  letter-spacing: 0.06em;
}

.kids-carbike-attraction .slide-container {
  position: relative;
}

@media screen and (min-width: 750px) {
  .kids-carbike-attraction .slide-container {
    width: 524px;
    height: 344px;
  }
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction .slide-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 281px;
  }
}

.kids-carbike-attraction .slide-container:before {
  width: calc(100% + 90px);
  height: 100%;
  content: "";
  position: absolute;
  top: -31px;
  left: -52px;
  background-image: url(../images/mobipark/slider-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction .slide-container:before {
    background-image: url(../images/mobipark/mobipark-kids-attraction-bg-sp.png);
    max-width: 335px;
    height: calc(100% - 0px);
    background-size: 100%;
    left: 50%;
    top: -6%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.kids-carbike-attraction .slide-container:after {
  width: calc(100% + 19px);
  height: calc(100% - 42px);
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  background-image: url(../images/mobipark/slider-frame.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction .slide-container:after {
    display: none;
  }
}

.kids-carbike-attraction .slider-wrapper {
  margin-left: 0px;
  position: relative;
}

.kids-carbike-attraction .slider-wrapper .slider-item {
  position: relative;
  z-index: 10;
}

.kids-carbike-attraction .swiper-pagination {
  max-width: 508px;
  width: 100%;
  margin-left: 0;
  margin-top: 38px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction .swiper-pagination {
    margin-top: 14px;
  }
}

.kids-carbike-attraction .swiper-pagination .swiper-pagination-bullet {
  margin-right: 13px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ccc;
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .kids-carbike-attraction .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin-right: 8px;
  }
}

.kids-carbike-attraction .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00a040;
}

.kids-carbike-attraction .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  margin-right: 0;
}

.slider-carbike-container {
  width: 100%;
}

.slider-carbike .slider-carbike-item {
  max-width: 245px;
}

@media screen and (min-width: 750px) {
  .slider-carbike .slider-carbike-item {
    max-width: 100%;
    width: calc((100% - 50px) / 3);
    margin-bottom: 20px;
  }
}

.slider-carbike .slider-carbike-item:not(:last-child) {
  margin-right: 25px;
}

@media screen and (min-width: 750px) {
  .slider-carbike .slider-carbike-item:not(:last-child) {
    margin-right: 0;
  }
}

.top-slider .swiper-wrapper {
  margin: 0 -95px;
}

.slick-track,
.slick-list,
.slick-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.events-swiper {
  overflow: hidden;
  position: relative;
}

.events-swiper .events-swiper-pagination {
  position: initial !important;
}

/*
----------------------------------------------------------------------------------------------*/
.common-slider {
  position: relative;
  margin: 0 -176px;
}

@media screen and (max-width: 749px) {
  .common-slider {
    margin: 0 -214px !important;
  }
}

.common-slider .swiper-wrapper .swiper-slide {
  opacity: 0.5;
}

.common-slider .swiper-wrapper .swiper-slide-duplicate-active,
.common-slider .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}

.common-slider .swiper-pagination {
  display: -webkit-box;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -47%;
}

.common-slider .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #cccccc;
  border-radius: 50%;
  margin-right: 10px;
}

.common-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00a040;
}

.common-slider.sumika-slider .swiper-pagination {
  bottom: -30px;
}

.common-slider.itadaki-slider .swiper-pagination {
  bottom: -30px;
}

.common-slider.dokidoki-slider .swiper-pagination {
  bottom: -30px;
}
/*
-----------------------------------------------------------------------------*/
.button-gradient-icon {
  width: 25px;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

@media screen and (min-width: 750px) {
  .button-gradient-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.is-ie .button-gradient-icon {
  top: 0px;
}

.button-gradient-icon svg {
  width: 100%;
  height: 12px;
}

@media screen and (max-width: 749px) {
  .breakfast-marcherant .button-gradient-icon svg {
    height: 7.5px;
  }
}

@media screen and (max-width: 749px) {
  .smart-entry-attraction .button-gradient-icon {
    top: -20px;
  }
}

.button-gradient {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 62px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
}

@media screen and (max-width: 749px) {
  .button-gradient {
    font-size: 12px;
    letter-spacing: 0.14em;
  }
}

.button-gradient.button-gradient-cmn {
  height: auto;
}

.button-gradient-text {
  background: -webkit-gradient(linear, left top, right top, from(#609ed5), to(#00a040));
  background: linear-gradient(to right, #609ed5 0%, #00a040 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
}

.is-ie .button-gradient-text {
  background: none;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}

/*
-------------------------------------------------------------------------------*/
.article-image-wrap {
  padding: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}

.article-image-wrap::before, .article-image-wrap::after {
  content: '';
  height: 75px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}

@media screen and (max-width: 749px) {
  .article-image-wrap::before, .article-image-wrap::after {
    height: 60px;
  }
}

.article-image-wrap::before {
  width: 285px;
  left: 15px;
  top: -12px;
  background-image: url(../images/article/leaves.png);
  background-position: -44px top;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .article-image-wrap::before {
    width: 187px;
    left: 21px;
    top: 0;
  }
}

.article-image-wrap::after {
  right: 26px;
  bottom: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  background-image: url(../images/article/leaves2.png);
  width: 152px;
}

@media screen and (max-width: 749px) {
  .article-image-wrap::after {
    width: 124px;
    right: 32px;
    bottom: 9px;
  }
}

.article-heading {
  margin-top: 4px;
  padding-left: 23px;
  width: 100%;
  min-height: 70px;
  font-size: 18px;
  font-weight: 600;
  color: #12290f;
  line-height: 1.67;
  letter-spacing: 0.07em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .article-heading {
    font-size: 13px;
  }
}

.article-image {
  padding-top: 62%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  background-size: 110%;
}

.article-image::before {
  content: '';
  background-image: url(../images/article/bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -5.65%;
  top: -17%;
  height: 133%;
  width: 110%;
}

@media screen and (max-width: 749px) {
  .article-image::before {
    left: -6.5%;
    width: 108%;
  }
}

.article-period {
  padding-left: 23px;
  width: 100%;
  font-size: 14px;
  color: #12290f;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .article-period {
    font-size: 11px;
    padding-left: 0px;
  }
}

.article-type {
  background: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#099f48));
  background: linear-gradient(to right, #027cc3 0%, #099f48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  color: #09a046;
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0.06em;
  line-height: 1;
}

.is-ie .article-type {
  background: none;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}

.article {
  display: block;
  position: relative;
  padding-bottom: 36px;
  height: 100%;
}

@media screen and (max-width: 749px) {
  .article.article-pickup {
    padding: 0 0 20px 0;
  }
}

.article.article-pickup .article-heading {
  min-height: 105px;
  margin-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .article.article-pickup .article-heading {
    min-height: 100%;
    margin-bottom: 20px;
  }
}

.article.article-pickup .article-image-wrap {
  margin-bottom: 14px;
}

.article.article-pickup .article-image-wrap:before, .article.article-pickup .article-image-wrap:after {
  content: none;
}

.article.article-pickup .article-image {
  background-size: cover;
  padding-top: 57%;
}

.article.article-pickup .article-image:before {
  content: none;
}

.article.article-pickup .article-period {
  padding: 0;
}

.article.article-no-design .article-no-design-link {
  display: block;
}

.article.article-no-design .article-heading {
  margin-top: 7px;
  padding-left: 0;
  color: #2d2d2d;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 749px) {
  .smart-entry .article.article-no-design .article-heading {
    margin-top: -1px;
  }
}

@media screen and (min-width: 750px) {
  .smart-entry .article.article-no-design .article-heading {
    margin-top: 12px;
  }
}

@media screen and (min-width: 750px) {
  .article.article-no-design:hover .button-gradient-icon {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}

@media screen and (max-width: 749px) {
  .article.article-no-design .article-period {
    padding-left: 0;
  }
}

.article.article-no-design .article-image-wrap {
  padding: 0;
  height: auto;
}

.article.article-no-design .article-image-wrap::before, .article.article-no-design .article-image-wrap::after {
  display: none;
}

.article.article-no-design .article-image-wrap .article-image::before {
  display: none;
}

@media screen and (max-width: 749px) {
  .article.article-feature .article-period {
    padding-left: 23px;
  }
}

.article-link {
  display: block;
}

.article-category {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  top: -32px;
  right: -40px;
  width: 93px;
  height: 97px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03em;
  background: url(../images/article/category-bg.png) no-repeat left top;
  background-size: contain;
  color: #1a4d01;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .article-category {
    font-size: 14px;
    top: -19px;
    right: -11px;
    width: 78px;
    height: 79px;
  }
}

.article-category.article-category-news {
  background-image: url(../images/article/category-bg2.png);
}

@media screen and (max-width: 749px) {
  .article-category.article-category-news {
    z-index: 9;
  }
}

.article-name {
  font-size: 24px;
  font-weight: bold;
  padding: 17px 0;
  text-align: left;
}

.article-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  color: #fff;
}

.article-tag.article-bg-green {
  background-color: #00a040;
}

.article-tag.article-bg-green-2 {
  background-color: #368121;
}

.article-tag.article-bg-green-3 {
  background-color: #90ae28;
}

.article-tag.article-bg-green-4 {
  background-color: #41a327;
}

.article-tag.article-bg-green-5 {
  background-color: #d2e737;
}

.feature-container {
  padding-top: 40px;
  background: none;
}

.feature-list {
  display: -webkit-box;
  display: flex;
  list-style: none;
  margin: 0 -40px;
}

.feature-list.feature-list-no-design {
  margin: 37px -25px 0;
}

.feature-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
  width: calc(1220px / 3);
}

.feature-list-attraction-cat {
  margin: 55px -25px 0;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 749px) {
  .feature-list-attraction-cat {
    display: block;
  }
}

.feature-list-attraction-cat .feature-item {
  max-width: 300px;
}

@media screen and (max-width: 749px) {
  .feature-list-attraction-cat .feature-item {
    display: block;
    margin: auto;
  }
}

.feature-list-attraction-cat article {
  padding-bottom: 17px;
}

.feature-list-attraction-cat article::after {
  content: " ";
  width: 40px;
  height: 20px;
  background: url(../images/car-and-bike/arrow-down.png) no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .feature-list-attraction-cat article {
    padding-bottom: 20px;
  }
}

.feature-list-attraction-cat .article-image {
  background-size: contain;
}

/*
------------------------------------------------------------------------*/
.swiper-container {
  overflow: visible !important;
  background-color: #fff;
}


.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}