@charset "utf-8";

/* *****************************************************************************

  pool style

***************************************************************************** */
/* text-access */
.text-access{
  padding-left: 0.5em;
}

@media screen and (max-width: 480px){
  /* text-access */
  .text-access{
    padding-left: 0;
    display: block;
  }
}

/* text-tel */
.text-tel{
  padding-left: 1em;
}

@media screen and (max-width: 480px){
  /* text-tel */
  .text-tel{
    padding-left: 0;
    display: block;
  }
}

/* text-parking */
.text-parking{
  padding-left: 1em;
}

@media screen and (max-width: 480px){
  /* text-parking */
  .text-parking{
    padding-left: 0;
    display: block;
  }
}

/* map */
.map{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 3.2rem;
}
.map iframe{
  position: absolute;
  /*top: -170px;*/
  top: 0;;
  left: 0;
  width: 100%;
  height: 100%;
  /*height: calc(100% + (170px * 2));*/
}

@media screen and (max-width: 760px){
  /* map */
  .map{
    padding-top: 100%;
  }
}

/* flow-bus-box */
.flow-bus-box{
  padding-top: 3.2rem;
}
.flow-bus-box > .-marker{
  text-align: center;
  margin-top: 1rem;
}
.flow-bus-box > .-marker > span{
  color: #ffffff;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  background-color: #f7931e;
  line-height: 3.6rem;
  padding: 1rem 1.2rem;
}
.flow-bus-box > .-marker-small{
  text-align: center;
  margin-top: 2rem;
}
.flow-bus-box > .-marker-small > span{
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  background-color: #f7931e;
  padding: 1rem 1.2rem;
}
.flow-bus-box > .-flow{
  padding-top: 6rem;
  max-width: 328px;
  margin-left: auto;
  margin-right: auto;
}
.flow-bus-box > .-flow > img{
  width: 100%;
}

@media screen and (max-width: 760px){
  /* flow-bus-box */
  .flow-bus-box > .-flow{
    padding-top: 4rem;
  }
}

/* bus-timetable */
.bus-timetable{
  margin-top: 6rem;
}
.bus-timetable > .-pc > img{
  width: 100%;
}
.bus-timetable > .-sp{
  display: none;
}

@media screen and (max-width: 1000px){
  /* bus-timetable */
  .bus-timetable > .-pc{
    display: none;
  }
  .bus-timetable > .-sp{
    display: block;
  }
  .bus-timetable > .-sp > .-timetable{
    display: flex;
  }
  .bus-timetable > .-sp > .-timetable > .-item{
    width: 50%;
  }
  .bus-timetable > .-sp > .-timetable > .-item:nth-child(1){
    padding-right: 2rem;
  }
  .bus-timetable > .-sp > .-timetable > .-item:nth-child(2){
    padding-left: 2rem;
  }
  .bus-timetable > .-sp > .-timetable > .-item > img{
    width: 100%;
  }
  .bus-timetable > .-sp > .-bus{
    width: 100%;
    margin-top: 6rem;
  }
  .bus-timetable > .-sp > .-bus > img{
    width: 100%;
  }
}

@media screen and (max-width: 760px){
  /* bus-timetable */
  .bus-timetable > .-sp > .-timetable > .-item:nth-child(1){
    padding-right: 1rem;
  }
  .bus-timetable > .-sp > .-timetable > .-item:nth-child(2){
    padding-left: 1rem;
  }
}

@media screen and (max-width: 580px){
  /* bus-timetable */
  .bus-timetable > .-sp > .-timetable{
    display: block;
  }
  .bus-timetable > .-sp > .-timetable > .-item{
    width: 100%;
  }
  .bus-timetable > .-sp > .-timetable > .-item:nth-child(1){
    padding-right: 0;
  }
  .bus-timetable > .-sp > .-timetable > .-item:nth-child(2){
    margin-top: 4rem;
    padding-left: 0;
  }
  .bus-timetable > .-sp > .-bus{
    margin-top: 4rem;
  }
}

/* img-box-access */
.img-box-access{
  padding-top: 6rem;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img-box-access > .-item{
  width: 50%;
  padding-top: 4rem;
}
.img-box-access > .-item:nth-child(odd){
  padding-right: 3rem;
}
.img-box-access > .-item:nth-child(even){
  padding-left: 3rem;
}
.img-box-access > .-item:nth-child(-n+2){
  padding-top: 0;
}
.img-box-access > .-item > img{
  width: 100%;
}

@media screen and (max-width: 760px){
  /* img-box-access */
  .img-box-access{
    padding-top: 4rem;
  }
  .img-box-access > .-item{
    padding-top: 2rem;
  }
  .img-box-access > .-item:nth-child(odd){
    padding-right: 1rem;
  }
  .img-box-access > .-item:nth-child(even){
    padding-left: 1rem;
  }
}
