.main_ttl br {
  display: none;
}

.titleArea {
  position: relative;
  display: block;
  font-weight: normal;
}

.AreaTopText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  height: 17px;
}

.AreaTopText p {
  margin: 0 18px;
  height: 100%;
  line-height: 10px;
}

.AreaTopText p img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.AreaTopText p span {
  position: relative;
  bottom: 2px;
  display: inline-block;
  font-size: 16px;
  margin-left: 7px;
}

.tourArea {
  background-color: #f4f3f2;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 80px;
  padding: 80px 0 90px;
}

.tourArea .tourAreaIn {
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.tourArea .tourAreaIn article {
  width: 320px;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 30px;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  margin: 0 15px 30px;
}

.tourArea .tourAreaIn article .tourImage {
  margin: 0 auto;
  width: 288px;
  height: 164px;
}

.tourArea .tourAreaIn article .tourImage img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tourArea .tourAreaIn article h2 {
  margin-top: 25px;
}

.tourArea .tourAreaIn article h2 span {
  font-size: 19px;
  position: relative;
  font-weight: 500;
}

.tourArea .tourAreaIn article h2 ::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #494949;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -20px;
  margin-left: -15px;
}

.tourArea .tourAreaIn article .tourTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 46px auto 0;
  height: 44px;
}

.tourArea .tourAreaIn article .tourTime p {
  width: 120px;
  background-color: #d9d9d9;
  border-radius: 40px;
  margin: 0 8px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.tourArea .tourAreaIn article .tourTime p span {
  display: block;
}

.tourArea .tourAreaIn article .tourTime .possible {
  background-color: #fff;
  border: 2px solid #14254f;
}

.tourArea .tourAreaIn article .tourTime .possible span {
  color: #14254f;
}

.tourArea .tourAreaIn article .tourTime .possible .sign {
  font-size: 20px;
  margin-left: 8px;
}

.tourArea .tourAreaIn article .tourTime .none .sign {
  position: relative;
  font-size: 30px;
  margin-left: 8px;
  bottom: 3px;
}

@media screen and (max-width: 640px) {
  .main_ttl br {
    display: block;
  }
  .AreaTopText {
    text-align: left;
    width: 204px;
    display: block;
    margin: 30px auto 70px;
    padding-left: 18px;
    height: 14px;
  }
  .AreaTopText p {
    margin: 0 0 14px;
    line-height: 1;
  }
  .AreaTopText p span {
    position: relative;
    bottom: 2px;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
  }
  .tourArea {
    margin: 40px auto 0;
    padding: 40px 30px 5px;
  }
  .tourArea .tourAreaIn {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .tourArea .tourAreaIn article {
    width: 100%;
    padding: 0 0 30px;
    margin: 0 auto 30px;
  }
  .tourArea .tourAreaIn article .tourImage {
    margin: 0 auto;
    width: 100%;
    height: 144px;
  }
  .tourArea .tourAreaIn article .tourImage img {
    border-radius: 16px 16px 0 0;
  }
  .tourArea .tourAreaIn article h2 {
    margin-top: 26px;
  }
  .tourArea .tourAreaIn article h2 span {
    font-size: 17px;
  }
  .tourArea .tourAreaIn article h2 ::after {
    content: '';
    width: 20px;
  }
  .tourArea .tourAreaIn article .tourTime {
    margin: 40px auto 0;
    height: 40px;
  }
  .tourArea .tourAreaIn article .tourTime p {
    font-size: 14px;
  }
  .tourArea .tourAreaIn article .tourTime .possible .sign {
    font-size: 18px;
    margin-left: 8px;
  }
  .tourArea .tourAreaIn article .tourTime .none .sign {
    font-size: 28px;
    margin-left: 8px;
    bottom: 2px;
  }
}
/*# sourceMappingURL=index.css.map */