/*--------------------------------------

variables

--------------------------------------*/
.mainVsual {
  position: relative;
  background: #9bbcdd;
}
.mainVsual:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  display: block;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: url("../images/index_wave_blue.png") repeat-x;
  background-size: contain;
}
.mainVsual img {
  margin: 0 auto;
}

.waveWrap {
  background: rgb(65, 149, 233);
  position: relative;
  padding: 50px 0 70px;
  margin-bottom: 50px;
}
.waveWrap:after {
  content: "";
  width: 100%;
  height: 17px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: url("../images/index_wave_white.png") repeat-x;
}

.weveBalloon {
  width: 200px;
  padding: 5px 0;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  color: rgb(65, 149, 233);
  font-size: 1.7rem;
  font-weight: 900;
  position: relative;
  margin-bottom: 40px;
}
.weveBalloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

.topicsWrap {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.waveTitle {
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  position: relative;
}
.waveTitle:after {
  width: 75px;
  height: 19px;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -33px;
  background: url("../images/index_wave_title_bottom.png") repeat-x;
}

.waveTitleSub {
  font-size: 2rem;
  margin-top: 15px;
  background: linear-gradient(transparent 60%, #f239d9 0%);
  display: inline;
  padding: 0 1px 0px;
}

.waveTitleStop {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #f10000;
  background: #fff;
}

.waveTitleColor {
  color: rgb(65, 149, 233);
}

.waveBox {
  background: #fff;
  padding: 30px 25px;
  border-radius: 5px;
}

.waveComment {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-basis: calc(100% - 320px);
}
.wavePhoto img {
  width: 100%;
}

.waveMoreBtn {
  margin: 25px auto 35px;
  width: 220px;
}
.waveMoreBtn a {
  height: 50px;
  background: rgb(65, 149, 233);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.waveMoreBtn a:after {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 7px;
}
.waveMoreBtn a:hover {
  background: rgba(65, 149, 233, 0.8);
}

.covid19 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.covid19 a {
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  display: block;
  padding: 20px 15px;
}
.covid19 a:hover {
  color: rgb(65, 149, 233);
  background: #fff;
}

.indexNewsTitle {
  margin-bottom: 10px;
}
.indexNewsTitle h2 {
  color: rgb(65, 149, 233);
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
}
.indexNewsTitle h2 span {
  display: block;
  font-size: 1.5rem;
  color: #444;
  font-weight: normal;
}

.indexNewsMore {
  width: 220px;
  margin: 0 auto 30px;
}
.indexNewsMore a {
  height: 50px;
  background: rgb(65, 149, 233);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.indexNewsMore a:after {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 7px;
}
.indexNewsMore a:hover {
  background: rgba(65, 149, 233, 0.8);
}

.indexgrayWrap {
  padding: 50px 0;
  background: linear-gradient(115deg, transparent 75%, #ebebeb 75%) 0 0, linear-gradient(245deg, transparent 75%, #ebebeb 75%) 0 0, linear-gradient(115deg, transparent 75%, #ebebeb 75%) 27px -55px, linear-gradient(245deg, transparent 75%, #ebebeb 75%) 27px -55px;
  background-color: #e4e4e4;
  background-size: 55px 110px;
}

.raceContWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.raceItem {
  width: 48%;
  background: rgb(255, 255, 255);
  padding: 10px;
  margin-bottom: 15px;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 5px;
  box-shadow: 0px 10px 10px -14px rgba(0, 0, 0, 0.3);
}
.raceItem:hover {
  background: rgba(255, 255, 255, 0.5);
}
.raceItem p {
  color: #444;
  font-size: 1.4rem;
}

.raceIconWrap {
  width: 90px;
  height: 90px;
  margin: 0 auto 5px;
  background: #05A0AD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.raceIcon {
  width: 70px;
  height: 70px;
}

.raceItemName {
  color: #05A0AD;
  text-align: center;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.raceContSubWrap {
  margin-bottom: 30px;
}
.raceContSubWrap :last-child {
  margin-bottom: 0;
}

.raceSubItem {
  margin-bottom: 10px;
  background: rgb(255, 255, 255);
  transition: background-color 0.3s;
}
.raceSubItem:hover {
  background: rgba(255, 255, 255, 0.5);
}
.raceSubItem a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
}
.raceSubItem h3 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 5px;
}
.raceSubItem p {
  color: #444;
  font-size: 1.3rem;
}

.raceSubItemIcon {
  width: 68px;
}
.raceSubItemIcon svg {
  margin: 0 auto;
}

.icon-support {
  width: 68px;
  height: 65px;
}

.icon-roadracer {
  width: 56px;
  height: 72px;
  color: rgb(65, 149, 233);
}

.icon-charity {
  width: 68px;
  height: 74px;
  color: #FF9673;
}

.raceItemYellow {
  border: 1px solid #FFD24D;
}
.raceItemYellow h3 {
  color: #FFBF00;
}

.raceItemBlue {
  border: 1px solid #4094E9;
}
.raceItemBlue h3 {
  color: #4094E9;
}

.raceItemPink {
  border: 1px solid #FF9673;
}
.raceItemPink h3 {
  color: #DF4D4D;
}

.raceSubItemText {
  flex-basis: calc(100% - 75px);
}

.raceSubItemPhoto {
  flex-basis: 68px;
}

.volunteerBtn {
  margin-bottom: 35px;
}
.volunteerBtn a {
  display: block;
  text-decoration: none;
  background: rgb(65, 149, 233);
  transition: background-color 0.3s;
}
.volunteerBtn a:hover {
  background: rgba(65, 149, 233, 0.8);
}

.volunteerText {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  flex-direction: column;
}
.volunteerText h3 {
  font-size: 2rem;
}
.volunteerText p {
  font-size: 1.7rem;
}
.volunteerPhoto img {
  width: 100%;
}

.photoSales {
  margin-bottom: 50px;
}

.photoSalesPc {
  display: none;
}
.indexApplyBtn a {
  background: rgb(230, 0, 18);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 900;
  transition: background-color 0.3s;
}
.indexApplyBtn a:hover {
  background: rgb(255, 0, 21);
}

.sightseenWrap {
  background: url("../images/index_sightseeing.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 50px;
}

.sightseenBox {
  background: rgba(255, 255, 255, 0.85);
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.sightseenTitle {
  font-size: 2rem;
  color: rgb(65, 149, 233);
  margin-bottom: 5px;
}

.sightseenMore {
  margin: 0 auto;
  width: 220px;
}
.sightseenMore a {
  height: 50px;
  background: rgb(65, 149, 233);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.sightseenMore a:after {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 7px;
}
.sightseenMore a:hover {
  background: rgba(65, 149, 233, 0.8);
}
.indexFootCont {
  margin-bottom: 35px;
}

.spaWrap {
  background: url("../images/index_spa.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
.spaWrap a {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  font-size: 1.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}
.spaWrap a:hover {
  background: rgba(0, 0, 0, 0.2);
}

.icon-spa {
  width: 60px;
  height: 50px;
  color: #fff;
}

.spaCopy {
  font-size: 1rem;
  color: #8f8f8f;
}

.mtbBn a img {
  transition: all 0.3s;
}
.mtbBn a img:hover {
  opacity: 0.7;
}
.facebook {
  margin-bottom: 15px;
}

#fb-root {
  display: none;
}

.fb_iframe_widget, .fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

.sideSponsorLink li {
  margin-bottom: 10px;
}
.sideSponsorLink li img {
  width: 100%;
}

.xebio {
  border: 1px solid #004097;
}

.subaru {
  border: 1px solid #cfcfcf;
}

@media print, screen and (min-width: 768px) {
  .waveWrap {
    margin-bottom: 90px;
    padding: 70px 0 90px;
  }
  .weveBalloon {
    padding: 10px 0;
  }
  .topicsWrap {
    margin-bottom: 50px;
  }
  .waveTitle {
    font-size: 3rem;
  }
  .waveTitleSub {
    font-size: 2.3rem;
  }
  .waveTitleStop {
    font-size: 2.5rem;
    line-height: 1.7;
  }
  .waveBox {
    padding: 30px;
    display: flex;
    justify-content: space-between;
  }
  .waveCommentText {
    font-size: 1.7rem;
    line-height: 2;
  }
  .wavePhoto {
    flex-basis: 300px;
  }
  .waveMoreBtn {
    margin: 25px 0 0;
  }
  .covid19 {
    font-size: 2rem;
  }
  .covid19 a {
    border: 3px solid #fff;
  }
  .indexNewsWrap {
    display: flex;
  }
  .indexNewsTitle {
    flex-basis: 150px;
  }
  .indexNewsTitle h2 {
    font-size: 4rem;
    text-align: left;
  }
  .indexNewsMore {
    float: right;
  }
  .raceContWrap {
    margin-bottom: 25px;
  }
  .raceItem {
    width: 24%;
    margin-bottom: 0;
    padding: 20px;
  }
  .raceContSubWrap {
    display: flex;
    justify-content: space-between;
  }
  .raceSubItem {
    width: 32%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .raceSubItem a {
    justify-content: space-between;
    padding: 20px 15px;
  }
  .volunteerBtn {
    margin-bottom: 50px;
  }
  .volunteerBtn a {
    display: flex;
  }
  .volunteerText {
    flex-basis: 50%;
    height: auto;
    align-items: flex-start;
    padding-left: 25px;
  }
  .volunteerText h3 {
    font-size: 2.5rem;
  }
  .volunteerPhoto {
    flex-basis: 50%;
    height: 170px;
    overflow: hidden;
    position: relative;
  }
  .volunteerPhoto img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .photoSalesPc {
    display: block;
  }
  .photoSalesSp {
    display: none;
  }
  .indexApplyBtn {
    width: 460px;
    margin: 0 auto;
  }
  .indexApplyBtn a {
    height: 70px;
    border-radius: 35px;
  }
  .sightseenBox {
    width: 460px;
    padding: 30px;
  }
  .sightseenTitle {
    font-size: 2.5rem;
  }
  .sightseenMore {
    margin: 0;
  }
  .indexFootContWrap {
    display: flex;
    justify-content: space-between;
  }
  .indexFootCont {
    flex-basis: calc(100% - 320px);
  }
  .spaWrap a {
    font-size: 2.5rem;
    height: 200px;
  }
  .bannerWrap {
    flex-basis: 300px;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 960px) {
  .wavePhoto {
    flex-basis: 430px;
  }
}

@media print, screen and (min-width: 960px) {
  .mainVsual:after {
    height: 17px;
  }
  .waveComment {
    flex-basis: calc(100% - 500px);
  }
}

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