/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important;
  margin: 0 auto; }
.sp { display: none !important; }

@media (max-width: 768px) {/*アイパッド対応------------------ */
  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  .pc { display: none !important; }
  .sp { display: block !important; }

  .header{
    height: 80px;

  }
  .header .tama{
    bottom: -300px;
  }
  .header_img{
    padding: 20px 0 70px 0;
  }

  .header_img img{
    width: 100%;
  }

  .menu_Button{
    margin-top: 300px;
  }
  .box{
    width: auto;
  }
  .box h2{
    text-shadow: none;
  }
  .teyubi_main{
    padding: 20px 0;
  }
  .teyubi_btn{
    flex-direction: column;
  }
  .teyubi_btn a{
    margin: 5px auto;
  }
  .teyubi_pic_img3-2{
    flex-direction: column;
  }
  .teyubi_pic_img3-2 div{
    margin: 10px auto;
    width: 85%;
  }
  .teyubi_pic_img3-2 div img{
    width: 100%;
  }
  .teyubi_pic_btn1{
    top: 355px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  .teyubi_pic_btn2{
    top: 625px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  .teyubi_pic_btn3{
    top: 900px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  .teyubi_pic_btn4{
    top: 1175px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }

  .sankaku_sp{
    100px;
  }
  .teyubi_pic2 h3{
    text-shadow: none;
  }
  .teyubi_pic_img2{
    flex-direction: column;
  }
  .teyubi_pic_img2 div{
    width: 90%;
    margin: 5px auto;
  }
  .teyubi_pic2 h3{
    text-shadow: none;
  }
  .teyubi_pic_img3{
    width: 90%;
  }
  .teyubi_pic p{
    width: 90%;
    padding: 20px;
  }
  .comu_pic .flex{
    flex-direction: column;
    margin: 0 10px;
  }
  .comu_pic_img1{
    padding-right: 0;
    padding-bottom: 70px;
  }
  .comu_pic_btn1{
    top: 300px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  .comu_pic_img2{
    width: 90%;
  }

  .zenn_setsu{
    height: 620px;
  }
  .setsu1{
    top: 20px;
    left:10px;
    width: 25%;
    z-index: 1;
  }
  .setsu2{
    top: 40px;
    left: 115px;
  }
  .setsu2 h3{
    font-size: 30px;
    text-shadow: none;
  }

  .setsu3{
    top: 10px;
    right: 10px;
    width: 40px;
  }

  .setsu4{
    top: 170px;
    left: 30px;
    padding: 30px 20px;
    width: 75%;
  }

  .zenn_pic_btn1{
    top: 350px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }

  .zenn_pic_btn2{
    top: 760px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }

  .zenn_pic_btn3{
    bottom: 150px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }

  .zenn_pic_setu{
    width: auto;
    padding: 10px;
    border-radius: 0;
  }

  .kan_pic_btn1{
    top: 940px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  .kan_pic2 h3 {
    text-shadow: none;
  }

  .sapo_pic_btn1 {
    top:330px;
    left: 10%;
    transform: translate(-10%);
    -webkit-transform: translate(-10%);
    -ms-transform: translate(-10%);
  }
  .sapo_pic_btn2 {
    top:330px;
    left: 90%;
    transform: translate(-90%);
    -webkit-transform: translate(-90%);
    -ms-transform: translate(-90%);
    width: 167px;
  }
  .sapo_pic_btn3 {
    top:890px;
    left: 10%;
    transform: translate(-10%);
    -webkit-transform: translate(-10%);
    -ms-transform: translate(-10%);
  }
  .sapo_pic_btn4 {
    top:890px;
    left: 90%;
    transform: translate(-90%);
    -webkit-transform: translate(-90%);
    -ms-transform: translate(-90%);
    width: 167px;
  }
.sapo_pic2 h3{
  text-shadow: none;
}

.footer_haikei{
  padding: 20px;
  height: auto;
}

.sannkaku{
  width: 60px;
  margin: auto;
}


}
