@charset "UTF=8";

/*-header-*/
.header_contents{
  margin-top: 80px;
  margin-bottom: 100px;
}

.g_nav{
margin-top: 80px;
}

h1{
   /*-font-size: 2.5rem;-*/
   margin-left: 30px;
}

ul li{
    font-size: 1.5rem;
    margin-right: 70px;
    align-items: center;
}

.list{
    align-items: center;
}

.mv01{
margin-left:auto;
margin-right: auto;
width: 640px;
margin-bottom: 80px;
}

/*-main-*/
section{
  margin-bottom: 100px;
}

h2{
  font-size: 1.5rem;
  margin-bottom: 50px;
}

h3{
  margin: 20px 0;
}

.container{
  display: grid;
  width: 1280px;
  grid-template-columns: 1fr 1fr;
  /*-gap: 20px;-*/
  row-gap: 60px;
  /*-column-gap: 145px;-*/
}

/*-.item{
margin: 10px;
}-*/

.item_list{
  /*-padding: 20px;-*/
  margin-bottom: 15px;
}

.thumb{
  width: 95%;
  padding: 10px 0;
}



/*-.item{
  margin: 10px;
}-*/

.item_list{
  /*-padding: 20px;-*/
  margin-bottom: 15px;
}

.thumb{
  width: 95%;
  padding: 10px 0;
}

/*.thumb01{
    background-color: #FDD3D3;
}

.thumb02{
    background-color: #B4ECFE;
}

.thumb03{
    background-color: #FDFFB0;
}

.thumb04{
    background-color: #AAFEB2;
}

.thumb05{
    background-color: #F2D7FF;
}

.thumb06{
    background-color: #FFE9C8;
}

.thumb07{
    background-color: #AED3FE;
}

.thumb08{
    background-color: #FFD6A6;
}*/

/*-footer-*/
/*========= ページトップのためのCSS ===============*/

/*リンクの形状*/
#page-top a{
    display: flex;
    justify-content:center;
    align-items:center;
    background:#007f11;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size:0.6rem;
    transition:all 0.3s;
  }

  #page-top a:hover{
    background: #4bf5d3;
  }

  /*リンクを右下に固定*/
  #page-top {
    position: fixed;
    right: 30px;
    bottom:30px;
    z-index: 2;
      /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
  }

  /*　上に上がる動き　*/

  #page-top.UpMove{
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }

  /*　下に下がる動き　*/

  #page-top.DownMove{
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime{
    from {
      opacity: 1;
    transform: translateY(0);
    }
    to {
      opacity: 1;
    transform: translateY(100px);
    }
  }

   /*-矢印-*/
  .arrow{
    margin-top: 50px;
    /*-margin-left: 30px;-*/
	  position: relative;
	  display: inline-block;
	  padding: 0 0 0 16px;
	  color: #000;
	  vertical-align: middle;
	  text-decoration: none;
	  font-size: 15px;
  }
.arrow::before,
.arrow::after{
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  margin: auto;
	  content: "";
	  vertical-align: middle;
  }

  .sample1-1::before{
    width: 12px;
    height: 12px;
    background: #7a0;
  }

  .sample1-1::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }



  #footer{
    position: relative;
    z-index: 2;
  }



footer{
    background-color:#17695E;
    color: #fafafa;
}

.f_navi{
    padding: 70px 0;
}

.f_navi li a{
    color:#fafafa ;
}

.f_navi {
  padding: 70px 0;
  margin-left: 30px;
}


@media screen and (max-width:1280px) {

  /*　画面サイズが1024pxからはここを読み込む　*/
  /*-h1 a {
    color: green;
  }-*/

  .f_color {
    background-color: #17695E;
  }

}

@media screen and (max-width:768px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  /*-h1 a {
    color: blue;
  }-*/


}

@media screen and (max-width:480px) {

  /*　画面サイズが480pxからはここを読み込む　*/


  h2 {
    margin: 20px;
  }


  h3{
    font-size: 1rem;
    margin: 20px;
  }

  
  .inner {
    width: auto;
  }

  img {
    width: 100%;
    height: auto;
  }

  .ds_f {
    display: block;
  }

  .header_contents {
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .mv01 {
    width: auto;
    margin-bottom: 30px;
  }

  section {
    margin-bottom: 30px;
  }

  .item p {
    text-align: center;
  }

  .thumb {
    width: 100%;
    padding: unset;
  }

  .container {
    display: block;
    width: auto;
    grid-template-columns: none;
    gap: none;
    row-gap: none;
    column-gap: none;
  }

  .item {
    margin: auto;
    margin-bottom: 30px;
  }


  .item_list {
    padding: 30px;
    margin-bottom: 10px;
  }

  br {
    display: none;
  }

  .about p {
    margin: 30px;
  }

  ul li {
    margin-right: 0px;
  }

  .arrow{
    margin-left: 30px;
  }

  /*========= ナビゲーションのためのCSS ===============*/

  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #999;
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /*リストのレイアウト設定*/

  #g-nav li {
    list-style: none;
    text-align: center;
  }

  #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 20px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }





}


