@charset "utf-8";


html {
  font-size: 100%;
  width: 100%;
}

body {
  font-family: '小塚ゴシック Pro', "YuGothic", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 20px;
  margin: 0 auto;
  color: #333;
  color: #333333;
  width: 750px;
  max-width: 100%;
  line-height: 1.5;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: block;
  color: #333;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

div img {
  vertical-align: top;
  width:750px!important;
}

.center {
  text-align: center !important;
}


.box1 img, .box2 img, .box4 img, .box5 img, .box23 img, .box24 img, .box26 img, .box26-2 img, .box27 img, .box28 img, .box29 img {
  display: block;
}

.box1 {
  position: relative;
}


.btn1 {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top:84%;
  left: 0;
  right: 0;
}

.btn1 img {
  margin: 0 auto;
  width: 100%;
}


.btn2 img{
  width: 100%;
  margin: 0 auto;
}

.btn3 img{
  width: 100%;
  margin: 0 auto;
}

.btn4 img{
  width: 100%;
  margin: 0 auto;
}


/* 地図 */

iframe {
  display: block;
  margin: 0 auto;
  width: 90%;
  padding-top: 0;
  padding-bottom: 1em;
}

/* ボタン動き */

.move {
  animation-name: btn_move;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

@keyframes btn_move {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0, -15px)
  }
}


/* フッター */


footer {
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 3;
}

footer p {
  margin-top: 0;
  margin-bottom: 0;
  color: #666666;
  font-size: 14px;
}

/* 追従ボタン */

.fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  text-align: right;
}

.fixed .btn_fix {
  display: inline-block;
  width: 100%;
}

.btn_fix img {
  max-width: 350px;
}



@media print,
screen and (min-width: 768px) {
  body .fixed {
    bottom: 15px;
    right: 15px;
  }
}



/* レスポンシブデザイン */
@media screen and (max-width: 768px) {


  .content {
    max-width: 100%;
  }

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


  .btn1 {
    width: 98%;
  }

  .btn2 img{
    width: 98%;
  }

  .btn3 img{
    width: 98%;
  }

  .btn4 img{
    width: 98%;
  }

  footer {
    max-width: 100%;
    font-size: 0.4rem;
    height: 150px;
  }

  iframe {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 260px;
  }


  .btn_fix img {
    width: 100%;
    max-width:100%;
  }


  .copy p {
    font-size: 0.7rem;
  }
}