@charset "utf-8";
/* CSS Document */

*, *::before, *::after {
  box-sizing: border-box
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
  font-family: 'Caveat', cursive;
  font-family: 'Kiwi Maru', serif;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  /*transform:rotateZ(0.03deg);*/
}
div:not(.fm) p {
    transform:rotateZ(0.03deg);
}
ul[role="list"], ol[role="list"] {
  list-style: none
}
html:focus-within {
  scroll-behavior: smooth
}
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    padding-bottom: 150px;
}
a:not([class]) {
  text-decoration-skip-ink: auto
}
img, picture {
  max-width: 100%;
  display: block
}
img {
  image-rendering: -webkit-optimize-contrast;
}
input, button, textarea, select {
  font: inherit
}
h2 {
    text-align: center;
    margin-bottom: 50px;
}
.topmain {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 686px;
}
.toptxt {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}



.cont {
    padding: 100px 20px;
}
.cont.sec1 {
    background-image: url(../img/top-bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#as-info {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
#as-info dl dt {
    width: 130px;
    float: left;
    font-size: 0.8rem;
}
#as-info dl dd {
    padding-left: 140px;
    font-size: 0.8rem;
}
.wrapbuton {
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding-top: 20px;
    background-color: #FFE1C0;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px -4px 4px rgba(126,50,0,0.45);
    box-shadow: 0px -4px 4px rgba(126,50,0,0.45);
}
.buton {

}

.buton a  {
    display: block;
    text-decoration: none;
    max-width: 300px;
    text-align: center;
    background-color: #FFA600;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.buton a span {
    font-size: 0.6em;
}






@media(prefers-reduced-motion:reduce) {
  html:focus-within {
    scroll-behavior: auto
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}
