@charset "UTF-8";
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@media all and (max-width: 750px) {
  body .pconly {
    display: none;
  }
}
body .sponly {
  display: none;
}
@media all and (max-width: 750px) {
  body .sponly {
    display: block;
  }
}
body .portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  body .portraitonly {
    display: block;
  }
}
@media all and (max-width: 480px) {
  body .portraitnone {
    display: none;
  }
}

#tabi-run {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.width {
  max-width: 1280px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

h2 {
  margin: 0 auto 30px;
}
@media all and (max-width: 480px) {
  h2 {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 480px) {
  .pageTop a {
    bottom: 35px;
  }
}

.main {
  margin-bottom: 80px;
  position: relative;
}
@media all and (max-width: 480px) {
  .main {
    margin-bottom: 50px;
  }
}
.main h1 img {
  width: 100%;
}
.main a {
  position: fixed;
  display: block;
  z-index: 1;
  bottom: 20px;
  right: 75px;
  z-index: 10;
}
@media all and (max-width: 1367px) {
  .main a {
    width: 100px;
  }
}
@media all and (max-width: 750px) {
  .main a {
    width: 100px;
  }
}
@media all and (max-width: 480px) {
  .main a {
    bottom: 0;
    right: 0;
    background-color: #FFF462;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.main a:hover {
  text-decoration: none;
}
@media all and (max-width: 480px) {
  .main a img {
    display: none;
  }
}
.main a .sp {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  padding: 10px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  display: none;
}
@media all and (max-width: 480px) {
  .main a .sp {
    display: block;
  }
}

.about {
  margin-bottom: 160px;
}
@media all and (max-width: 480px) {
  .about {
    margin-bottom: 80px;
  }
}
.about h2 {
  max-width: 400px;
}
@media all and (max-width: 480px) {
  .about h2 {
    width: 250px;
  }
}
.about p {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.8;
  margin-bottom: 70px;
}
@media all and (max-width: 1025px) {
  .about p {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 750px) {
  .about p {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}
.about ul {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 480px) {
  .about ul {
    flex-wrap: wrap;
  }
}
.about ul li {
  width: calc(25% - 10px);
}
@media all and (max-width: 480px) {
  .about ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}

.enjoy {
  margin-bottom: 100px;
}
@media all and (max-width: 480px) {
  .enjoy {
    margin-bottom: 30px;
  }
}
.enjoy h2 {
  max-width: 430px;
}
.enjoy ul li {
  background-color: #c8e6ee;
  padding: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  position: relative;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1025px) {
  .enjoy ul li {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 750px) {
  .enjoy ul li {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .enjoy ul li {
    min-height: auto;
    margin-top: 10px;
  }
}
.enjoy ul li:nth-child(even) {
  background-color: #d8e698;
}
.enjoy ul li span {
  font-size: 1.5rem;
}
.enjoy ul li::before {
  content: "";
  display: block;
  width: 131px;
  height: 66px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 130px;
}
@media all and (max-width: 1025px) {
  .enjoy ul li::before {
    left: 20px;
  }
}
@media all and (max-width: 480px) {
  .enjoy ul li::before {
    position: relative;
    left: 0;
  }
}
.enjoy ul li::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 50px;
}
@media all and (max-width: 1025px) {
  .enjoy ul li::after {
    right: 20px;
  }
}
@media all and (max-width: 480px) {
  .enjoy ul li::after {
    position: relative;
    right: 0;
    bottom: 0 !important;
  }
}
.enjoy ul li:nth-child(1)::before {
  background: url("../images/01_step.svg") no-repeat center center/cover;
}
.enjoy ul li:nth-child(1)::after {
  background: url("../images/step01_img.svg") no-repeat center center/cover;
  width: 262px;
  height: 170px;
  bottom: 10px;
}
@media all and (max-width: 1025px) {
  .enjoy ul li:nth-child(1)::after {
    width: 200px;
    height: 130px;
  }
}
@media all and (max-width: 750px) {
  .enjoy ul li:nth-child(1)::after {
    width: 180px;
    height: 114px;
  }
}
.enjoy ul li:nth-child(2)::before {
  background: url("../images/02_step.svg") no-repeat center center/cover;
}
.enjoy ul li:nth-child(2)::after {
  background: url("../images/step02_img.svg") no-repeat center center/cover;
  width: 350px;
  height: 102.5px;
  bottom: 20px;
}
@media all and (max-width: 1025px) {
  .enjoy ul li:nth-child(2)::after {
    width: 250px;
    height: 73px;
  }
}
@media all and (max-width: 750px) {
  .enjoy ul li:nth-child(2)::after {
    width: 180px;
    height: 53px;
  }
}
@media all and (max-width: 480px) {
  .enjoy ul li:nth-child(2)::after {
    width: 250px;
    height: 73px;
  }
}
.enjoy ul li:nth-child(3)::before {
  background: url("../images/03_step.svg") no-repeat center center/cover;
}
.enjoy ul li:nth-child(3)::after {
  background: url("../images/step03_img.svg") no-repeat center center/cover;
  width: 160px;
  height: 108px;
  bottom: 20px;
  right: 80px;
}
@media all and (max-width: 1025px) {
  .enjoy ul li:nth-child(3)::after {
    width: 130px;
    height: 87px;
    right: 20px;
  }
}
.enjoy ul li:nth-child(4)::before {
  background: url("../images/04_step.svg") no-repeat center center/cover;
}
.enjoy ul li:nth-child(4)::after {
  background: url("../images/step04_img.svg") no-repeat center center/cover;
  width: 237px;
  height: 180px;
  bottom: -45px;
}
@media all and (max-width: 1025px) {
  .enjoy ul li:nth-child(4)::after {
    width: 180px;
    height: 142px;
  }
}
@media all and (max-width: 750px) {
  .enjoy ul li:nth-child(4)::after {
    width: 150px;
    height: 118px;
  }
}
.enjoy ul li:nth-child(5)::before {
  background: url("../images/05_step.svg") no-repeat center center/cover;
}
.enjoy ul li:nth-child(5)::after {
  background: url("../images/step05_img.svg") no-repeat center center/cover;
  width: 258px;
  height: 139px;
  bottom: -55px;
}
@media all and (max-width: 1025px) {
  .enjoy ul li:nth-child(5)::after {
    width: 200px;
    height: 107px;
    bottom: -40px;
  }
}
@media all and (max-width: 480px) {
  .enjoy ul li p {
    margin: 20px auto 30px;
  }
}

.event {
  position: relative;
  margin-bottom: 120px;
  padding-top: 50px;
}
@media all and (max-width: 750px) {
  .event {
    margin-bottom: 200px;
  }
}
@media all and (max-width: 480px) {
  .event {
    margin-bottom: 50px;
    padding-top: 30px;
  }
}
.event:before {
  content: "";
  display: block;
  background: url("../images/event_img.svg") no-repeat center center/cover;
  width: 190px;
  height: 210px;
  position: absolute;
  bottom: -50px;
  left: 0;
}
@media all and (max-width: 1025px) {
  .event:before {
    width: 150px;
    height: 165px;
    bottom: -165px;
    right: 50%;
  }
}
@media all and (max-width: 750px) {
  .event:before {
    bottom: -180px;
  }
}
@media all and (max-width: 480px) {
  .event:before {
    display: none;
  }
}
.event .note {
  margin: 0 0 20px;
  font-size: 2rem;
  text-align: center;
}
@media all and (max-width: 1025px) {
  .event .note {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 750px) {
  .event .note {
    font-size: 1.6rem;
  }
}
.event h2 {
  max-width: 700px;
}
.event a {
  display: block;
  background-color: #00afdd;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  margin: 0 auto 30px;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  max-width: 660px;
}
@media all and (max-width: 1025px) {
  .event a {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 750px) {
  .event a {
    font-size: 1.6rem;
  }
}
.event a span {
  font-size: 1.8rem;
}
@media all and (max-width: 750px) {
  .event a span {
    font-size: 1.5rem;
  }
}
.event a span.new {
  padding: 0 10px;
  color: #fff;
  background: #aa0000;
  top: -10px;
  left: 0;
  position: absolute;
  transform: rotate(-10deg);
}
.event a::after {
  content: "";
  display: block;
  background: url("../images/arrow.svg") no-repeat center center/cover;
  width: 13px;
  height: 23px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
