@charset "utf-8";
/*
 * /css/p_gallery.css
 * Version: 1.0.0
 * Copyright (c) 2018 Kenshokai All Rights Reserved.
 */
    html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #000;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }

.top_move{
  display: block;
  position: fixed;
  bottom: 50px;
  right: 0px;
  width: 40px;
  height: 40px;
  z-index: 100;
  opacity: 0.8;
}

.top_move img{
  width: 40px;
  height: 40px;
}


.top_move2{
  display: none;
  position: fixed;
  bottom: 95px;
  right: 0px;
  width: 40px;
  height: 40px;
  z-index: 100;
  opacity: 0.8;
}

.top_move2 img{
  width: 40px;
  height: 40px;
}

.top_move3{
  display: block;
  position: fixed;
  bottom: 5px;
  right: 0px;
  width: 40px;
  height: 40px;
  z-index: 100;
  opacity: 0.8;
}

.top_move3 img{
  width: 40px;
  height: 40px;
}

.top_move:active{
  opacity: 0.5;
   -webkit-tap-highlight-color:rgba(255,255,255,0.7);
}

.top_move2:active{
  opacity: 0.5;
   -webkit-tap-highlight-color:rgba(255,255,255,0.7);
}

.top_move3:active{
   opacity: 0.5;
   -webkit-tap-highlight-color:rgba(255,255,255,0.7);
}

    .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
      border-radius: 0px;
      box-shadow: none;
    }

    .swiper-button-prev,.swiper-button-next{
     display:block;
}

    .gallery-top {
      height: 480px;
      width: 100%;
    }
    .gallery-thumbs {
      height: 200px;
      box-sizing: border-box;
      padding-top: 10px;
    }
    .gallery-thumbs .swiper-slide {
      width: 18%;
      height: 200px;
      opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-active {
      opacity: 1;
    }
    .head_title{
     color:#fff;
     font-size: 1.35em;
     font-family:"dnp-shuei-4go-std","Yu Mincho", "YuMincho",'ＭＳ Ｐ明朝', 'MS PMincho','serif';
     top: 93%;
     left: 10px;
     position: absolute;
     letter-spacing: 1px;
     z-index: 10;
}
.gallery_title{
  font-family:"dnp-shuei-4go-std","Yu Mincho", "YuMincho",'ＭＳ Ｐ明朝', 'MS PMincho','serif';
  color: #fff;
  font-size: 1.5em;
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  background:#000;
  top: 0;
  position: absolute;
  z-index: 10;
}
.gallery .img_box_scene{
  margin-top:30px;
  border-radius: 10px;
}
.gallery .img_box_spring{
  margin-top:30px;
  border-radius: 10px;
}
.gallery .img_box_summer{
  border-radius: 10px;
}
.gallery .img_box_autumn{
  border-radius: 10px;
}
.gallery .img_box_winter{
  border-radius: 10px;
  margin-bottom: 0px;
}

  .slide_link{
    width:300px;
    height: 50px;
    display: block;
    margin:0 auto;
    text-align: center;
    line-height: 50px;
    margin-top:60px;
    color: #fff;
    font-size: 1.2em;
    font-family: "tbchibirgothicplusk-pro",'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ';
    border:1px solid #524e4b;
    background: #524e4b;
    transition: 0.3s;
    cursor: pointer;
  }

  .bg_bk{
    padding-top: 0px;
  }

  .slide_link:link,.slide_link:visited{
    text-decoration: none;
  }
  .slide_link:hover{
    border-radius: 32px;
    background: #524e4b;
    color: #fff;
  }
  .copy{
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 1em;
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: "tbchibirgothicplusk-pro",'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ;
  font-style: oblique;
}

@media all and (max-width: 430px) ,print{
    .swiper-container {
      width: 100%;
      height: 250px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
      background-position: 40% 50%;
      border-radius: 0px;
      box-shadow: none;
    }

    .swiper-button-prev,.swiper-button-next{
     display:block;
}

    .gallery-top {
      height: 350px;
      width: 100%;
    }
    .gallery-thumbs {
      height: 10%;
      box-sizing: border-box;
    }
    .gallery-thumbs .swiper-slide {
      width: 20%;
      height: 100%;
      opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-active {
      opacity: 1;
    }
  }
