
@media screen and (max-width: 788px) {
  .key45{
    display: none;
  }


  body{
    ontouchstart="";
  }



  .slider{
      width: 96vw;
      margin: 0 auto;
      overflow: hidden;
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center;
  }

  .slider__content{
      min-width: 100%;
      animation: sliderAnime 10s ease-in-out infinite;
  }

  @keyframes sliderAnime{
      0%{

      }
      16.6%{
          transform: translateX(0);
      }
      33.3%{
          transform: translateX(-100%);
      }
      50%{
          transform: translateX(-100%);
      }
      66.6%{
          transform: translateX(-200%);
      }
      83.2%{
          transform: translateX(-200%);
      }
      100%{
          transform: translateX(0);
      }
  }

  .slider__img{
      max-width: 100%;
      min-width: 100%;
  }

/* 表示非表示css */
  /*全体*/
  .hidden_box {
      margin: 0;/*前後の余白*/
      padding: 0;

  }

  /*ボタン装飾*/
  .hidden_box label {
      padding: 15px;
      font-weight: bold;
      border: solid 2px white;
      cursor :pointer;
  }

  /*ボタンホバー時*/
  .hidden_box label:hover {
      background: #efefef;
      color:black;
  }

  /*チェックは見えなくする*/
  .hidden_box input {
      display: none;
  }

  /*中身を非表示にしておく*/
  .hidden_box .hidden_show {
      height: 0;
      padding: 0;
      margin:0 auto;
      overflow: hidden;
      opacity: 0;
      transition: 0.8s;
      background-color: #fffff0;
  }



  /*クリックで中身表示*/
  .hidden_box input:checked ~ .hidden_show {
      padding: 10px 0;
      height: auto;
      opacity: 1;
  }

label{
  display:block;
floet:left;
width:91%;
text-align: center;
font-size: 1.2em;
color: white;
  background-color: #dc0000;
  padding: 0;
  margin:auto;
}

.hidden422{
  marign:0;
  padding:10px;
}


.box-img span {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.float221{
  font-size: 1em;
}
.float221 p{
  /* background-color:#eef; */
  overflow:hidden;
  margin:10px 0;
  padding:5px
}
.float221 .floated{
 float:left;
 margin-right:10px;
 margin-bottom:10px;
 width:60px;
 height:60px;
 border-radius: 50%;
}
.float221 .floated.right{
  float:right;
}

hr.style13 {
	border-top: 1px dashed #8c8b8b;
}
.bbv{
  font-weight: bold;
  font-size: 1.1em;
}

.do{
  width:95%;
  margin-left: 10px;
}
}

@media screen and (min-width: 789px) {
.key44{
  display: none;
}

.key45{
  background-color: #E7F3FE;
}

.slider{
    width: 88vw;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.slider__content{
    min-width: 100%;
    animation: sliderAnime 6s ease-in-out infinite;
}



@keyframes sliderAnime{
    0%{

    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(-200%);
    }
    83.2%{
        transform: translateX(-200%);
    }
    100%{
        transform: translateX(0);
    }
}

.slider__img{
    max-width: 100%;
    min-width: 100%;
    margin:10px 0;
    border-radius: 10px;
}

.kai4{
    /* サイドメニューとバナーエリアの基点に設定 */
    position: relative;
    width: 960px;
    line-height:60px;
    text-align: center;
    background-color: #dc0000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.5em;
    border-radius: 10px;
    color: #fff;
  }

  .media {
      max-width: 940px;
      border-radius: 10px;
      margin:0 auto;
      background: #dc0000;
      padding: 10px;
      overflow: hidden;
      color:white;

  }
  .media__image {
      float: left;
      margin-right: 10px;
  }
  .media__text{
    margin-top: 10px;
  }

  .media__summary {
      overflow: hidden;
  }
  .media__heading {
      font-size: 16px;
      color:white;
      font-weight: bold;
      margin-bottom: 10px;
  }




.wrap22{
    /* サイドメニューとバナーエリアの基点に設定 */
    position: relative;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  /* メインカラム */
  .main22{
    width: 500px;
    /* サンプル用に高さを指定 */
    height: 506px;
    margin-left: 230px;
    background-color: #ccc;
    position: relative;
  }
  .main22 p{
    position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
   background-color: rgba(0,128,0,0.7);
   color:#fff;
   border-radius: 10px;
   padding: 10px;
  }

  .main22 p a{
    color: red;
    text-decoration: none;
  }

.cam00{
  font-size: 1.2em;
  color: #696969;
  text-align: center;
  font-weight: bold;

}

  /* サイドメニュー */
  .side-menu{
    /* 左端に設置 */
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height:506px;
    padding-left: 0;
  }
  .side-menu li a{
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 1.3em;
    text-decoration: none;
    color: #333;
  }
  .side-menu li a:hover {
      cursor:pointer;
      filter: alpha(opacity=60);
      -moz-opacity:0.6;
      -khtml-opacity: 0.6;
      opacity:0.6;
  }




  .side-menu ul , .side-menu li  {
    color: #404040;
    border-left: solid 6px #dc0000;/*左側の線*/
    border-bottom: solid 2px #dadada;/*下に灰色線*/
    background: whitesmoke;
    margin-bottom: 5px;
    margin-right: 30px;
    line-height: 1.5;
    padding: 0.5em;
    list-style-type: none!important;/*ポチ消す*/
    font-weight: bold;

  }



  /* バナーエリア */
  .banner-area{
    /* 右端に設置 */
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 506px;
  }
  .banner-area div{
    margin-bottom: 20px;
  }
  .banner-area div a{
    display: block;
    height: 200px;
    line-height: 200px;
    background-color: #333;
    text-decoration: none;
    text-align: center;
    color: #fff;
  }







.box-img span {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.float221{
  font-size: 1em;
  max-width: 960px;
  margin:auto;

}

.float221 p{
  /* background-color:#eef; */
  overflow:hidden;
  margin:10px 0;
  padding:5px
}
.float221 .floated{
 float:left;
 margin-right:10px;
 margin-bottom:10px;
 width:60px;
 height:60px;
 border-radius: 50%;
}
.float221 .floated.right{
  float:right;
}

hr.style13 {
	border-top: 1px dashed #8c8b8b;
}
.bbv{
  font-weight: bold;
  font-size: 1.1em;
}
.settop #mainform{
  background-color: #FBF7E9;
  padding:20px;
}
.settop #mainform section{
  background-color: #fff;
}

.news{
    background-color: rgb(211, 240, 174);

}

.container2{
width: 960px;
margin-left: auto;
margin-right: auto;
}

.news .flex{
  display:flex;
  justify-content: space-between;

}
.news-item{
  width:30%;
}

.donki {
    max-width: 960px;
    padding: 0;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;

}

.don img{
  width:940px;
  margin:0 auto;

}

.don a:hover{
  opacity:0.7;
}

}
