@charset 'UTF-8';

#hero>div h2 img{
  width: 2.5rem;
}
@media screen and (min-width: 768px){
  #hero>div h2 img{
    width: 3.7rem;
  }
}

/*  access  */
#access .container{
  margin: 0 auto;
  max-width: 48.3rem;
}
#access .text{
  padding-top: 2.2rem;
}
#access .button{
  margin: 1.9rem auto 0 auto;
  max-width: 32.9rem;
}
#access dl{
  padding-top: 1.3rem;
  margin: 0;
}
#access dt{
  padding-top: 2.0rem;
  padding-bottom: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.39;
  letter-spacing: calc(1.1 / 22 * 1em);
  color: rgb(86, 182, 0);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#access dt::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: calc(11 / 22 * 1em);
  width: calc(40 / 375 * 100vw);
  height: calc(40 / 375 * 100vw);
  max-width: 4.0rem;
  max-height: 4.0rem;
  border-radius: 6px;
  background-color: rgb(86, 182, 0);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#access dt.parking::before{
  background-image: url(../images/ico_parking.svg);
  background-size: calc(27.6 / 40 * 100%) auto;
}
#access dt.train::before{
  background-image: url(../images/ico_train.svg);
  background-size: calc(20.9 / 40 * 100%) auto;
}
#access dd{
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.86;
  letter-spacing: calc(0.8 / 16 * 1em);
  clear: both;
}
@media screen and (min-width: 768px){
  #access .container{
    margin: 0;
    max-width: none;
  }
  #access .container{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #access .image{
    flex-basis: calc(483 / 1100 * 100%);
  }
  #access .text{
    flex-basis: calc(566 / 1100 * 100%);
    padding-top: 0;
  }
  #access dt{
    font-size: 2.2rem;
    line-height: 1.36;
  }
  #access dd{
    padding-left: 5.1rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  #access .button{
    margin: 1.9rem 0;
  }
}

/*  route  */
#route{
  background-color: rgb(254, 250, 235);
  padding: 5.0rem calc(45 / 375 * 100vw) 8.6rem calc(45 / 375 * 100vw);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  box-sizing: border-box;
}
#route section{
  padding: 3.1rem 0;
  border-bottom: solid 1px rgb(0, 104, 61);
}
#route h3{
  padding: 0 0 1.6rem 0;
  position: relative;
}
#route h3::before{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: solid 1px rgb(0, 104, 61);
}
#route h3 span{
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
}
#route h3 span::before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 2.2rem;
  background: url(../images/txt_route.svg) no-repeat 50% 50%;
  background-size: contain;
}
#route h4{
  position: relative;
  padding-bottom: 1.1rem;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.67;
  font-weight: normal;
  letter-spacing: calc(1.2 / 24 * 1em);
}
#route h4::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.1rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#route .car h4::before{
  width: 4.1rem;
  height: 2.3rem;
  background-image: url(../images/ico_car.svg);
  background-size: contain;
}
#route .train h4::before{
  width: 5.0rem;
  height: 2.6rem;
  background-image: url(../images/ico_bus.svg);
  background-size: contain;
}
#route ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
#route ol{
  padding: 0;
  margin: 0;
  list-style: none;
}
#route ol li .image img{
  width: 100%;
  height: calc(174 / 375 * 100vw);
  -o-object-fit: cover;
  object-fit: cover;
}
#route .car ol li:nth-of-type(1) .image img,
#route .car ol li:nth-of-type(2) .image img,
#route .car ol li:nth-of-type(3) .image img{
  -o-object-position: bottom center;
  object-position: bottom center;
}
#route ol li:not(:last-of-type){
  position: relative;
  padding-bottom: calc(30 / 285 * 100%);
}
#route ol li:not(:last-of-type)::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: auto;
  width: calc(30 / 285 * 100%);
  padding-top: calc(18 / 286 * 100%);
  background: url(../images/ico_to.svg) no-repeat 50% 50%;
  background-size: contain;
  -webkit-transform: rotate(90deg) translateY(50%);
  transform: rotate(90deg) translateY(50%);
  -webkit-transform-origin: top;
  transform-origin: top;
}
#route .car ol li:last-of-type{
  position: relative;
  padding-top: calc(97 / 285 * 100%);
}
#route ol li .baloon{
  position: absolute;
  top: 0;
  right: 0;
  padding-top: calc(119 / 285 * 100%);
  width: calc(182 / 285 * 100%);
  border: solid 1px rgb(0, 104, 61);
  box-sizing: border-box;
}
#route ol li .baloon img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
#route ol li .baloon::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/bg_parking.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: calc(20 / 182 * 100%);
  width: calc(16 / 182 * 100%);
  padding-top: calc(38 / 182 * 100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
#route ol li p{
  margin: 1.2rem 0 0 0;
  font-size: 1.4rem;
  line-height: 1.86;
  letter-spacing: calc(0.8 / 16 * 1em);
}
#route .train h4+ul{
  padding: 0 0 2.4rem 0;
  font-size: 1.4rem;
  line-height: 1.86;
  letter-spacing: calc(0.8 / 16 * 1em);
}
@media screen and (min-width: 768px){
  #route{
    padding: 4.0rem 6.2rem;
    margin-bottom: 15.6rem;
    border-radius: 22px;
    position: static;
    left: auto;
    -webkit-transform: none;
    transform: none;
    width: auto;
    box-sizing: content-box;
  }
  #route h3{
    padding: 0;
  }
  #route h3::before{
    top: 50%;
  }
  #route h3 span{
    padding: 0 4.0rem;
    background: rgb(254, 250, 235);
  }
  #route h3 span::before{
    margin-right: 4.0rem;
    height: 3.1rem;
  }
  #route section.car{
    padding-top: 0;
  }
  #route h4{
    font-size: 2.4rem;
    line-height: 1.25;
  }
  #route .car h4::before{
    width: 4.7rem;
    height: 2.6rem;
  }
  #route .train h4{
    display: inline-block;
    vertical-align: text-top;
  }
  #route .train h4::before{
    width: 5.7rem;
    height: 3.0rem;
  }
  #route .train h4+ul{
    display: inline-block;
    vertical-align: text-top;
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 0 0 2.4rem 3.0rem;
  }
  #route ol{
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #route ol li{
    flex-basis: calc(215 / 976 * 100%);
  }
  #route ol li:not(:last-of-type){
    position: static;
    padding-bottom: 0;
  }
  #route ol li:not(:last-of-type)::after{
    content: none;
  }
  #route ol li:not(:last-of-type) .image{
    position: relative;
  }
  #route ol li:not(:last-of-type) .image::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/ico_to.svg) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    width: calc(38 / 215 * 100%);
    padding-top: calc(18 / 253 * 100%);
  }
  #route ol li .image img{
    width: auto;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  #route .car ol li:nth-of-type(1) .image img,
  #route .car ol li:nth-of-type(2) .image img,
  #route .car ol li:nth-of-type(3) .image img{
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  #route .car ol li:last-of-type{
    padding-top: 0;
  }
  #route ol li .baloon{
    padding-top: calc(131 / 215 * 100%);
    width: calc(152 / 215 * 100%);
    -webkit-transform: translate(3.94%, -64.88%);
    transform: translate(3.94%, -64.88%);
  }
  #route ol li .baloon::after{
    left: calc(23 / 152 * 100%);
    width: calc(16 / 152 * 100%);
    padding-top: calc(42 / 152 * 100%);
  }
  #route ol li p{
    margin: 1.8rem 0 0 0;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
