@font-face {
  font-family: "TsukushiA";
  src: url("../fonts/tsukushi_A_regular.woff") format("woff"), url("../fonts/tsukushi_A_regular.woff2") format("woff2");
}
@font-face {
  font-family: "TsukushiABold";
  src: url("../fonts/tsukushi_A_Bold.woff") format("woff"), url("../fonts/tsukushi_A_Bold.woff2") format("woff2");
}
@font-face {
  font-family: "TsukushiB";
  src: url("../fonts/TsukushiBMaruGothic.woff") format("woff"), url("../fonts/TsukushiBMaruGothic.woff2") format("woff2");
}
@font-face {
  font-family: "TsukushiBBold";
  src: url("../fonts/TsukushiBMaruGothicBold.woff") format("woff"), url("../fonts/TsukushiBMaruGothicBold.woff2") format("woff2");
}
/* Scss Document */
p.lead {
  text-align: center;
}

div#orange_belt {
  margin-bottom: 20px;
  border-bottom: solid 4px #b4cd5c;
  background-color: #ffb401;
}
@media (min-width: 768px) {
  div#orange_belt {
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 34px;
  }
}
@media (min-width: 992px) {
  div#orange_belt {
    width: 100%;
    height: 50px;
    margin-bottom: 43px;
  }
}
div#orange_belt div.inner h2 {
  font-family: "TsukushiABold";
  font-size: 2rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  line-height: 46px;
}
@media (min-width: 768px) {
  div#orange_belt div.inner h2 {
    text-align: left;
  }
}
div#orange_belt div.animal-2 {
  display: none;
}
@media (min-width: 768px) {
  div#orange_belt div.animal-2 {
    display: block;
    position: absolute;
    width: 360px;
    height: 119px;
    top: -50px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  div#orange_belt div.animal-2 img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  div#orange_belt div.animal-2 {
    width: 280px;
    height: 93px;
    top: -42px;
    z-index: 10000;
  }
}
@media (min-width: 992px) {
  div#orange_belt div.animal-2 {
    width: 455px;
    height: 151px;
    top: -57px;
  }
}

#info-top {
  background: #fff;
  padding: 3em 2em;
  border-radius: 12px;
  border-top: solid 3px #ffd64c;
  margin: 0 15px;
}
@media (min-width: 768px) {
  #info-top {
    margin: initial;
  }
}
#info-top dt {
  font-size: small;
  color: #aaa;
}
@media (min-width: 768px) {
  #info-top dt {
    font-size: 1.6rem;
  }
}
#info-top dd {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  #info-top dd {
    margin-bottom: 1.5em;
  }
}
#info-top dd:last-child {
  margin-bottom: 0;
}
#info-top a {
  color: #4d4d4d;
}

ul.flex-3_top {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
}
@media (min-width: 768px) {
  ul.flex-3_top {
    justify-content: space-between;
  }
}
ul.flex-3_top li {
  flex-basis: 90%;
  margin-bottom: 20px;
  background-color: #f3b1a2;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (min-width: 768px) {
  ul.flex-3_top li {
    flex-basis: 32%;
  }
}
ul.flex-3_top li a {
  text-decoration: none;
}
ul.flex-3_top li a figure {
  width: 100%;
  margin-bottom: 10px;
}
ul.flex-3_top li a figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
ul.flex-3_top li a h3 {
  color: #fff;
  font-size: 2rem;
  font-family: "TsukushiABold";
}
ul.flex-3_top li a h3:after {
  content: none;
}
ul.flex-3_top li a p {
  font-size: small;
  margin-bottom: 0;
  color: #fff;
}
ul.flex-3_top li:hover {
  background-color: #b4cd5c;
}
ul.flex-3_top li.gap {
  display: inline;
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=top.css.map */
