@charset "utf-8";

 /* ハンバーガーメニュー */
 .main-menu {
  margin: 0 auto;
  display: flex;
  width: 1280px;
}

.sp-menu__box {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background: #4c4c4c90;
}
.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #ffffff;
  position: absolute;
}
.sp-menu__box span:before {
  bottom: 8px;
}
.sp-menu__box span:after {
  top: 8px;
}
#sp-menu__check {
  display: none;
}
#sp-menu__check:checked ~ .sp-menu__box span {
  background: rgba(255, 255, 255, 0);
}
#sp-menu__check:checked ~ .sp-menu__box span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#sp-menu__check:checked ~ .sp-menu__box span::after {
  top: 0;
  transform: rotate(-45deg);
}
#sp-menu__check:checked ~ .sp-menu__content {
  left: 0;
}
.sp-menu__content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #4c4c4c90;
  transition: all 0.5s;
}
.sp-menu__list {
  padding: 86px 10px 0;
}
.sp-menu__item {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.sp-menu__link {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 49px 15px 50px 10px;
  font-family:'Zen Kaku Gothic New', sans-serif;
}
/* ハンバーガーメニュー */



/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url(images.2/tomo01.jpg);
}

.slider-item02 {
    background:url(images.2/tomo04.jpg);
}

.slider-item03 {
  background:url(images.2/tomo05.JPG);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
  z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
    text-align:center;
  margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    border: none;
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/
ul{
  margin:0;
  padding: 0;
  list-style: none;
}

a{
  color: #000000;
}

a:hover,
a:active{
  text-decoration: none;
}

h1{
  font-family:'Zen Kaku Gothic New', sans-serif;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);/*追加*/
  -webkit-transform: translate(-50%,-50%);/*追加*/
  transform: translate(-50%, -50%);
  margin:0;/*追加*/
  padding:0;/*追加*/
  text-align: center;
  font-size:6vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.wrapper{
  position: relative;
}

.container{
  background:#555;
}

.container p{
  padding: 300px 0; 
  text-align: center;
  color: #fff;
}

/*空白*/
.blank{
    padding:  80px 0px 0px 0px;    
    background: #f6f6f6;
}

/*文字*/
h3{
    text-align: center;
    font-size:3vw;
    background-color:#f6f6f6;
    width:100%;
    margin:0px auto;
    padding:0px 0px;
    font-family: "Hiragino Maru Gothic ProN W4","ヒラギノ丸ゴ ProN W4";
}

.h2,p{
  font-family:'Zen Kaku Gothic New', sans-serif;
}


/*li{
  padding: 40px 10px;
}*/

/*説明部分のCSS*/
/* container2 */
.wrapper2{
    width:100%;
    background-color:#f6f6f6;
}
.wrapper2 .container2{
    max-width:1000px;
    margin:0px auto;
    padding:80px 0px;
}
/* content2 */
@media (min-width: 992px) {
    .wrapper2 .container2 .content2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.wrapper2 .content-item2 {
    width:100%;
}
@media (min-width: 992px) {
    .wrapper2 .content-item2 {
        width:50%;
    }
}
.wrapper2 .image2{
    display:block;
    max-width:100%;
    margin:0px auto;
}
.wrapper2 .text2{
    padding:50px;
}
.wrapper2 .text2 .heading2{
    margin:0px 0px 40px 0px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    font-family:'Zen Kaku Gothic New', sans-serif;
}

/* 左から */

.fadeLeft{
  animation-name:fadeLeftAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeLeftAnime{
    from {
      opacity: 0;
    transform: translateX(-100px);
    }
  
    to {
      opacity: 1;
    transform: translateX(0);
    }
  }

.fadeLeftTrigger{
  opacity: 0;
}

/* container3 */
.wrapper3{
    width:100%;
    background-color:#f6f6f6;
}
.wrapper3 .container3{
    max-width:1000px;
    margin:0px auto;
    padding:80px 0px;
}
/* content3 */
@media (min-width: 992px) {
    .wrapper3 .container3 .content3 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* PC時のみ順番を入れ替える */
@media (min-width: 992px) {
    .wrapper3 .content3 {
        flex-direction:row-reverse;
    }
}
.wrapper3 .content-item3 {
    width:100%;
}
@media (min-width: 992px) {
    .wrapper3 .content-item3 {
        width:50%;
    }
}
.wrapper3 .image3{
    display:block;
    max-width:100%;
    margin:0px auto;
}
.wrapper3 .text3{
    padding:50px;
}
.wrapper3 .text3 .heading3{
    margin:0px 0px 40px 0px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    font-family:'Zen Kaku Gothic New', sans-serif;
}

/* 右から */

.fadeRight{
  animation-name:fadeRightAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeRightAnime{
    from {
      opacity: 0;
    transform: translateX(100px);
    }
  
    to {
      opacity: 1;
    transform: translateX(0);
    }
}
.fadeRightTrigger{
  opacity: 0;
}

/*mapのCSS*/
/* container4 */
.wrapper4{
    width:100%;
    background-color:#f6f6f6;
}
.wrapper4 .container4{
    max-width:1000px;
    margin:0px auto;
    padding:80px 0px;
}
/* content4 */
@media (min-width: 992px) {
    .wrapper4 .container4 .content4 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.wrapper4 .content-item4 {
    width:100%;
}
@media (min-width: 992px) {
    .wrapper4 .content-item4 {
        width:100%;
    }
}
.wrapper4 .image4{
    display:block;
    max-width:100%;
    margin:0px auto;
}

/* 下から */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
}
.fadeUpTrigger{
    opacity: 0;
}

/*リストのCSS*/
.flex_test-box {
    background-color: #f6f6f6;     /* 背景色指定 */
    padding:  80px 20px 10px 20px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    overflow: hidden;
    cursor: pointer;
}
.flex_test-item {
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    align-self: stretch;        /* 縦の位置指定 */
}
img {
    width: 100%;                /* 画像サイズ指定 */
    transition-duration: 0.5s;
}
.flex_test-item:hover img {
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.flex_test-box2 {
    background-color: #f6f6f6;     /* 背景色指定 */
    padding:  10px 20px 80px 20px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    overflow: hidden;
    cursor: pointer;
}
.flex_test-item2 {
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    align-self: stretch;        /* 縦の位置指定 */
}
img {
    width: 100%;                /* 画像サイズ指定 */
    transition-duration: 0.5s;
}
.flex_test-item2:hover img {
    transform: scale(1.1);
    transition-duration: 0.5s;
}

/*ふわっ*/
.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger{
    opacity: 0;
}

/*戻る*/


/*フッター*/
.end{
    background: #fff;
    text-align: center;
    color: #3a3a3a;
    margin:0px auto;
    padding:80px 0px;
}
h4{
    text-align: center;
    width:100%;
    margin:0px auto;
    padding:0px 0px;
    font-family: Comic Sans MS;
}
