@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
body {
  color: black;
  font-size: 1rem;
  line-height: 1.8rem;
    background-color: #FFF;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
}

a:hover {
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.button {
  display: inline-block;
  background-color: red;
  color: #fff;
  border-radius: 30px;
  padding: 8px 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 600px) {
  .button {
    padding: 12px 45px;
  }
}

.button:hover {
  background-color: #201aa3;
  color: #fff;
}

.button-hero {
  font-weight: 500;
    font-size: 20px;
}

.button-contactForm {
  border-radius: 5px;
}

.button-shadow {
  box-shadow: 0px 10px 20px 0px rgba(181, 176, 255, 0.2);
}

button.button {
  border: 0;
}

.bg-bike {
    background-image: url(../img/bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 67%;
    position: relative;
    width: 100%;
}
/*Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/
.top-bak {
    background-image: url(../img/top.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.txt-mt{
  margin-top: 10vh;
  text-align: center;
}
.top-logo{
  max-width: 98%;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .txt-mt{
    margin-top: 10%;
  }
  .top-logo{
    max-height: 50vh;
  }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.top-bak {
    background-image: url(../img/top.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

.top-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #000;
}
.bg-onpu {
    background-image: url(/img/onpu.png);
    background-position: center center;
    background-size: contain;
    height: 140px;
    background-repeat: no-repeat;
}
.box-g {
    background-color: #84C24C;
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    color: white;
    letter-spacing: 1px;
}
.bg-footer {
    background-color: #89301A;
    color: white;
}
.box-red{
    border: 4px solid red;
}
.chuusen{
    font-size: 1.8em;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
}
.koumoku{
    font-size: 1.4em;
}
.data{
    font-size: 1.4em;
}
.text-large{
    font-size: 1.2em;
}
.icons-sns{
  display: flex;
  align-items: center;
}
.span1 {
  font-size: 50px;
}
.span2 {
  font-size: 25px;
}
.span3 {
  font-size: 30px;
}
.span4 {
  font-size: 40px;
}
.txt-bold{
  font-size: 18px;
  font-weight: bold;
}
.bg-info {
  background-color: #f6931f!important;
}
.text-info {
  color: #fb8f11!important;
}