@charset "UTF-8";
/* Scss Document */
@font-face {
  font-family: "TsukushiBMaruGothic";
  src: url("../fonts/TsukushiBMaruGothic.woff") format("woff"), url("../fonts/TsukushiBMaruGothic.woff2") format("woff2");
}
@font-face {
  font-family: "TsukushiBMaruGothicBold";
  src: url("../fonts/TsukushiBMaruGothicBold.woff") format("woff"), url("../fonts/TsukushiBMaruGothicBold.woff2") format("woff2");
}
/* バナー */
.sticky-banner {
  display: block;
  position: fixed;
  top: 65% !important;
  right: 1%;
  z-index: 9999;
}
.sticky-banner img.banner {
  display: block;
  width: 110px;
  max-width: 100%;
  height: auto;
  transform-origin: center bottom;
  animation: banner 2s linear infinite;
}
@keyframes banner {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
@media (min-width: 768px) {
  .sticky-banner {
    top: 12% !important;
    right: 1%;
  }
  .sticky-banner img.banner {
    width: 140px;
  }
}

/* info */
.info-box {
  border: solid 3px #bbbbbb;
  padding: 45px;
  background-color: #fff;
  position: relative;
  margin-bottom: 45px;
}
.info-box a {
  color: #707070;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.info-box a:hover {
  color: #00ad00;
}
.info-box hr {
  margin: 30px 0;
  padding: 0;
  border-bottom: solid 2px #000;
}
.info-box dl {
  margin-bottom: 0;
}
.info-box dl dt h3 {
  text-align: center;
  font-size: 2rem;
  background-color: #00ad00;
  color: #fff;
  line-height: 2;
  padding: 0 1em;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.info-box dl dd {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 0;
}
.info-box h3 {
  text-align: center;
  font-size: 2rem;
  background-color: #00ad00;
  color: #fff;
  line-height: 2;
  padding: 0 1em;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.info-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.8rem;
}
.info-box ul li {
  margin-bottom: 0.75em;
}
.info-box ul li:last-child {
  margin-bottom: 0;
}
.info-box ul li span {
  display: block;
  margin-right: 2em;
}
.info-box ul.important-info li span {
  display: block;
}
@media (min-width: 768px) {
  .info-box ul li span {
    display: inline;
  }
}

.info-bg {
  padding-top: 60px;
  background-image: url("../../images/common/stripe-orange_01.png"), url(../images/common/stripe-orange_02.png);
  background-position: right 5% top, left 5% bottom;
  background-repeat: no-repeat, no-repeat;
}

.bg-play {
  background-image: url("../../images/common/stripe-pink_01.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.bg-ride {
  background-image: url("../../images/common/stripe-green_01.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.bg-eat {
  background-image: url("../../images/common/stripe-orange_03.png");
  background-position: right center;
  background-repeat: no-repeat;
}

@media (min-width: 1680px) { /* xl */
  .info-bg {
    background-position: right 20% top, left 10% bottom;
  }
  .bg-play {
    background-position: right 15% center;
  }
  .bg-ride {
    background-position: left 15% center;
  }
  .bg-eat {
    background-position: right 15% center;
  }
}

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