@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sp-br {
  display: inline-block;
}

/*eva*/


#eva {
  background-color: #fff;
  color: #252424;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.wrapper {
  max-width: 1400px;
  margin: 100px auto;
  padding: 0 1em;
}

.mv {
  text-align: center;
}

.info {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 3em;
}

.top {
  background: #b43345;
  color: #fff;
  width: 100%;
  margin: 2em auto;
  padding: 1.5em 1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.6em;
}

.hp_rink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 30px auto 0;
  width: 50%;
}

.hp_rink a {
  display: inline-block;
  color: #fff;
  background-color: #252424;
  color: #fff;
  text-align: center;
  padding: 1.5em .5em;
  font-size: .8em;
  font-weight: bold;
  border-radius: 10px;
  margin: 15px auto;
  max-width: 300px;
  width: 100%;
  transition: all .3s;
}

.hp_rink a:hover {
  color: #252424;
  background-color: #fff;
}

.top p {
  margin-bottom: 20px;
}

.ar_title {
    --x-gradient: linear-gradient(90deg, #252424 0 20px, transparent 0 calc(100% - 20px), #252424 calc(100% - 20px));
    --y-gradient: linear-gradient(#252424 0 20px, transparent 0 calc(100% - 20px), #252424 calc(100% - 20px));
    position: relative;
    padding: 1em 1.5em;
    margin-bottom: 0.2rem;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    background-position: top, right, bottom, left;
    font-weight: bold;
    font-size: 1.7em;
    text-align: center;
    width: fit-content;
    margin: 50px auto 100px;
}

.view {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 90%;
  margin: 0 auto;
  gap: 25px;
  font-size: 1.1em;
}

.view dt {
  width: 30%;
  font-weight: bold;
  text-align: center;
}

.view dd {
  width: 60%;
}

.lika img {
  width: 200px;
  margin-top: 12px;
}

.sponsor {
  margin-top: 50px ;
}

.spe_spo {
  display: flex;
  gap: 15px;
}

.sponsor p {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

.spon-box {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.spon-item {
  width: calc(100% / 4);
}


/*price*/


.pri {
  margin: 50px auto;
  width: fit-content;
  font-size: 1.2em;
  letter-spacing: .1em;
}

.pri p {
  margin: 15px 0;
}

.bold {
  font-weight: bold;
}

.chicket {
  width: 60%;
  margin: 0 auto;
}

.bla {
  width: fit-content;
  background-color: #252424;
  color: #fff;
  text-align: center;
  padding: .5em 1.5em;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 10px;
}

.afte {
  margin-top: 3rem;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.chi_box {
  text-align: left;
}

.chi_item {
  margin: 15px 0;
}

.chic_rink {
  color: blue;
}

.chic_rink:hover {
  color: red;
}


/*acsess*/


.acs,.chu {
  width: fit-content;
  margin: 30px auto;
}

.acs {
  display: flex;
}

.acs img {
  width: 150px;
  object-fit: contain;
}

.acs p {
  font-weight: bold;
  font-size: 1.2em;
}

.tool {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.rain,.car {
  width: 49%;
  text-align: center;
}

.ra,.ca {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 15px;
}

.small {
  font-size: .75em;
  margin-top: 15px;
}

.acsess {
  width: 100%;
}

.map {
  width: 50%;
  margin: 20px auto;
}


@media screen and (max-width: 767px) {

  .top {
    font-size: 1.2em;
  }

  .hp_rink a {
    font-size: .9em;
  }

  .ar_title {
    font-size: 1.2em;
  }

  .view {
    flex-direction: column;
  }

  .view dt,.view dd  {
    width: 100%;
    text-align: center;
  }

  .spon-box {
    flex-direction: column;
  }

  .spon-item {
    width: 70%;
    margin: 0 auto;
  }

  .spe_spo {
    justify-content: center;
  }

  .chicket {
    flex-direction: column;
  }

  .befo,.afte {
    width: 100%;
  }

  .tool {
    flex-direction: column;
  }

  .rain,.car {
    width: 100%;
  }

  .acs,.chu {
    font-size: .8em;
    line-height: 1.7;
  }

  .acs p {
    font: 1em;
  }

  .map {
    width: 100%;
  }

  .info {
    font-size: .85em;
  }

}