#sliderArea { display: none; }

#header p.kurumin_sp { display: none; }

/* campMovieArea
------------------------------------------------------------------------------ */

.campMovieArea {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 12px 0 20px;
  padding: 15px 80px;
  text-align: center;
  background-color: #A29B96;
  border-radius: 15px;
}

.campMovieArea .balloon {
  background: url(../../../images/img_balloon_movie.png) no-repeat 0 0;
  width: 129px;
  height: 101px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 24px;
  left: -5px;
  z-index: 2;
}

.campMovieArea .movie {
  display: block;
  width: 300px;
  margin: 10px auto;
}
.campMovieArea .movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.campMovieArea .movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.campMovieArea .link a {
  display: inline-block;
  background: url(../../../images/txt_link_movie.png);
  width: 78px;
  height: 11px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 768px) {

  #sliderArea {
    display: block;
    font-size: 0;
    margin-bottom: 10px;
  }

  #sliderArea img {
    width: 230px;
    height: 140px;
  }

  #slideArea {
    display: block;
    position: relative;
    margin-bottom: 10px
  }

  .flex-viewport { width: 100%; }

  .slides li {
    position: relative;
    font-size: 12px !important;
  }
  .slides li p {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    background-color: #333333;
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0.7;
  }

  .slides li a:hover p { color: #FFFFFF; }

  #slideArea img { width: 100%; }

  #header h1, #header h2 { display: none; }
  #header p.kurumin { display: none; }
  #header p.kurumin_sp {
    display: block;
    position: absolute;
    top: 1px;
    right: 90px;
      }
  #header p.kurumin_sp img {
    width: 45px !important;
      }

  #header p.lead {
    float: none;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 10px;
    font-size: 120%;
    color: #FFFFFF;
    background-color: #70B44E;
    box-sizing: border-box;
    font-weight: normal;
  }

  #slideArea .flex-direction-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .flex-control-nav {
    margin: 6px 0;
    position: static;
  }

  .flex-direction-nav a {
    display: block;
    width: 36px;
    height: 60px;
    margin: -42px 0 0;
    -webkit-background-size: 36px 60px;
    background-size: 36px 60px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  .flex-direction-nav a.flex-prev { background-image: url(../images/icon_slider_prev.png); }
  .flex-direction-nav a.flex-next { background-image: url(../images/icon_slider_next.png); }

  .flex-control-paging li a {
    width: 8px;
    height: 8px;
  }


/* campMovieArea
------------------------------------------------------------------------------ */

  .campMovieArea {
    margin: 20px 0;
    padding: 15px 10px;
    border-radius: 0px;
  }

  .campMovieArea h3 img {
    width: 100%;
    max-width: 240px;
  }

  .campMovieArea .balloon {
    display: inline-block;
    width: 190px !important;
    border-radius: 15px;
    background: none;
    width: auto;
    height: auto;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #FAF42B;
    text-indent: 0;
    white-space: normal;
    position: static;
    font-weight: bold;
  }

  .campMovieArea .movie {
    width: 100%;
    margin: 5px 0;
  }

  .campMovieArea .link a {
    display: inline-block;
    background: none;
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    font-size: 15px;
    color: #fff;
  }
}