/* -------------------------------------
              空港案内ページ 
-------------------------------------*/
.point {
    background: url(/upload/tenant_1/dp_airport_bg.webp) ;
    width: 100%;
    height: auto;
    text-align: center;
}
.airport .point .ttl{
  background-color: #0070b3;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 15px 60px;
  border-radius: 6px;
  font-size: 24px;
}
.airport .guide h3{
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
  background-color: #0070b3;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.airport .guide .lead{
  margin-bottom: 15px;
}
.airport .guide .lead p{
  padding: 20px;
}
.airport .guide .item,.airport .step .item{
  padding: 30px;
  position: relative;
}
.airport .guide .item .number,.airport .step .item .number{
    background-color: #0070b3;
    color: #FFF;
    position: absolute;
    top: -5px;
    left: 0px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border-radius: 50%;
    z-index: 10;
}
.airport .step{
  background-color: #e4e4e4;
}
.airport .step .ttl02 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
    background-color: #0070b3;;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.airport .guide .item .photo,.airport .step .item .photo{
  margin-bottom: 15px;
  position: relative;
}
.airport .guide .item .photo:before,.airport .step .item .photo:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  border:solid 3px #FFF;
}
.airport .guide .item .text,.airport .step .item .text{
  padding: 10px;
}
.airport .tour{
  background-color: #FFF;
}
.airport .tour .end{
  position: relative;
    margin-bottom: 30px;
}
.airport .tour .end p.text{
    color: #FFF;
    font-weight: bold;
    font-size: 1.6rem;
    /* padding: 3rem 0; */
    text-align: center;
    position: absolute;
    top: 30px;
    left: calc(50% - 9em);
}
.airport .tour .end p.photo{
  width: 60%;
    margin: 0 auto;
}
.airport .tour .end p.photo img{
      width: 100%;
}
.airport .tour h3{
  color: #12397a;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin: 15px 0;
}
.airport .tour .item{
  padding: 15px;
}
.airport .tour .item_inner{
  background-color: #e8bdde;
  padding: 15px;
}
.airport .tour .item .ttl .icon{
    background-color: #d14e97;
    display: inline-block;
    padding: 3px 20px;
    color: #FFF;
    margin-bottom: 10px;
    border-radius: 4px;
    font-weight: bold;
}
.airport .tour .item .ttl01{
  display: block;
    font-size: 20px;
}
.airport .tour .item .ttl02{
      display: block;
    background: none;
    color: #9b308c;
    font-weight: bold;
    padding: 0;
    margin-bottom: 15px;
}
.airport .tour .item .btn{
      padding: 0 10px;
}
.airport .tour .item .btn a{
  background-color: #0070b3;
    padding: 10px;
    color: #FFF;
    position: relative;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 30px;
    font-size: 20px;
    display: block;
}
.airport .tour .item .btn a .price{
  position: absolute;
    bottom: -35px;
    display: block;
    text-align: center;
    width: 100%;
    left: 0;
    color: #cf0000;
    font-weight: bold;
}
.airport .bold{
  font-weight: bold;
}
.airport .red{
  color: #cf0000;
}
.airport .pageLink{
  margin-bottom: 60px;
  display: flex;
  justify-content: space-evenly;
}
.airport .pageLink p{
  text-align: center;
}
.airport .pageLink p a{
  color: #0070b3;
  text-decoration: underline;
  font-size: 16px;
}
.airport .pageLink p a:hover{
  text-decoration: none;
}
@media (max-width: 768px) {
  .airport .point .ttl{
    padding: 15px;
    font-size: 18px;
    width: 90%;
  }
  .airport .pageLink{
    display: block;
  }
  .airport .guide h3{
    font-size: 16px;
  }
  .airport .guide .lead h3{
    margin-bottom: 15px;
  }
  .airport .guide .item .number, .airport .step .item .number{
    font-size: 24px;
    width: 60px;
    height: 60px;
  }
  .airport .guide .item .text, .airport .step .item .text{
        font-size: 14px;
  }
  .airport .step .ttl02{
    font-size: 16px;
  }
  .airport .tour .end p.text{
    font-size: 14px;
  }
  .airport .tour .end p.photo{
    width: 90%;
  }
  .airport .tour .item .ttl02{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .airport .tour .item .btn a{
    margin-bottom: 40px;
  }
  .airport .pageLink{
    margin-bottom: 20px;
  }
}
