@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;
}

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

.box3 img, .box4 img, .box7 img, .box10 img, .box12 img, .box13 img, .box14 img, .box15 img, .box17 img, .box20 img, .box21 img, .box22 img {
  display: block !important;
}


.box16 {
  position: relative;
}

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


.box16 {
  position: relative;
}

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

.box19 {
  position: relative;
}

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

.box19 {
  position: relative;
}

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

/* フッター */


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

footer p {
  margin-top: 0;
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
  font-family: serif;
  letter-spacing: 0.2em !important;
}

/* 追従ボタン */

.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 a {
    width: 91%;
  }

  .btn2 {
    width: 91%;
  }

  .btn3  {
    width: 91%;
  }

  .btn4 {
    width: 91%;
  }


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


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

  .comment {
    font-size: 0.5em;
  }

  .map {
    padding-top: 0.5em;
    font-size: 16px;
    padding-bottom: 0;
    letter-spacing: 0.05em;
  }

  iframe {
    height: 280px;
    width: 95%;
  }

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


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