@charset "utf-8";


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

body {
  font-family:  "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;
}

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

.btn1 {
  margin-bottom: 1em;
}

.btn2 {
  margin-top:1em;
  margin-bottom: 1em;
}

.btn3 {
  margin-top:1em;
  margin-bottom: 1em;
}

.btn4 {
  margin-bottom: 1em;
}

.moyamoya img, .reason img, .kachi img, .first img, .minebloom img, .step1 img .step2 img, .about1 img, .about2_3 img, .about4_5 img, .voice1 img, .voice2 img, .voice3 img, .voice4 img, .voice5 img, .message1 img, .message2 img {
  display: block !important;
}


/* ボタンキラリ */

.button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.button::after {
  animation: 3s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-45deg);
  width: 50%;
}

@keyframes shine {
  20% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

/* 地図 */

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


.map {
  text-align: center;
  padding-top: 1em;
  font-size: 1.4em;
  padding-bottom: 1em;
  letter-spacing: 0.1em;
  width: 95%;
  margin: 0 auto;
}


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

footer p {
  margin-top: 0;
  margin-bottom: 0;
  color: #888;
  font-size: 14px;
  font-family: 'Noto Serif JP', sans-serif;
  letter-spacing: 0.1em;
}

/* 追従ボタン */

.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: 425px;
}



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



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


  .content {
    max-width: 100%;
  }

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

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

  .fixed {
    text-align: center;
  }

  .btn_fix img {
    width: 98%;
  }

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

  .footer-p {
    font-size: 13px;
  }

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