@charset "UTF-8";
body,
main {
  width:100%;
  height:auto;
  min-height: 100vh;
}

/*
.moving-back {
    position: relative;
    min-height:300vh;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
@media screen and (max-width: 1080px) {
.moving-back {
    min-height:100vh;
}
}
*/
.sky {
/*
  position: absolute;
  min-height:200vh;
  height:auto;
*/
  position: absolute;
  width:100%;
  top:0;
}


#all {
  position: relative;
  top:0;
  width:100%;
}

@media screen and (max-width: 1080px) {
.sky {
  position: absolute;
  width:100%;
}
}
/*
.mt-h {
  margin-top:calc(80px + 50px);
}
@media screen and (max-width: 1080px) {
  .mt-h {
    margin-top:calc(7.4vw + 50px);
  }
}
@media screen and (max-width: 768px) {
  .mt-h {
    margin-top:calc(13.3vw + 50px);
  }
}
@media screen and (max-width: 767px) {
  .mt-h {
    margin-top: calc(13.3vw + 20px);
  }
}
*/
.body {
  background-color: #ffffff;
  color: #201104;
  font-weight: bold;
}
.body {
  position: relative;
  border: solid #fff 1px;
  background-color: #fff;
  color: #000;
  padding: 50px;
  margin: 40px auto;
  text-align: left;
  box-shadow: 0 0 5px 0 #fff, inset 0 0 10px 0 #fff;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .body {
      padding: 20px 15px 15px 15px;
      margin: 30px -15px;
  }
}

h2.h2-title {
  font-size: 250%;
  text-align: center;
}

h4::before {
  content: "■";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  position: relative;
  top: -2px;
  right: -8px;
  color: #ea5514;
}

.btn-more {
  position: relative;
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  border: 2px solid #fff;
  display: block;
  line-height: 2em;
  margin: 40px 20%;
  padding: 0.5em;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px 0 #fff, 0 0 5px 0 #fff, inset 0 0 10px 0 #fff;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
}
.btn-more {
  box-shadow: 0 0 10px 0 #201104, 0 0 5px 0 #201104, inset 0 0 4px 0 #201104;
  border: 2px solid #201104;
  color: #201104;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.4);
}
.mB30 {
  margin-bottom: 30px;
}
.btn-more::after {
  content: "≫";
  display: block;
  float: right;
  height: 2em;
  width: 1em;
  font-weight: bold;
}

p{
  line-height: 1.3em;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 20px;
}
  
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.title {
/*  font-family: "rounded-mplus";*/
  font-size: 280%;
  font-weight: bold;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

a.button {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  border-radius: 2px;
}

.h-button {
  height:12vh;
}

.button {
/*  font-family: "rounded-mplus";*/
  font-size: 200%;
  font-weight: bold;
}

@media (max-width: 920px) {
  .button {
    font-size: 150%;
  }
}
@media (max-width: 767px) {
  .container-in {
    max-width: 990px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .button {
    font-size: 100%;
  }
}


.run-cloud {
    background-image: url(/graderace2025/event/img/bg-day.png);
    background-size: 95%;
    animation: sectionwind2 45s linear infinite;
}

@keyframes sectionwind2 {
  0% {
    background-position: -1000% bottom;
  }

  100% {
    background-position: 1000% bottom;
  }

}

main hr {
  background-color: #000000;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 1px 3px 1px, 0 0 5px 0 #fff;
  border: none;
  border-bottom: inherit;
  height: 5px;
  display: inherit;
  overflow: inherit;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .table-reset, .table-reset tbody, .table-reset tr, .table-reset th, .table-reset td {
      display: block;
      width: 100%;
      padding: 0;
  }
}


.text-or {
  color:#ea5514;
}

.kitchenmenu {
    font-size: 0.8em;
    vertical-align: 1px;
}

.text-left {
    text-align: left;
}

.text-blue {
  color:#1b5fdf;

}