@charset "UTF-8";
/*==================================================
　トップページカバー
===================================*/
.cover {
  position: relative;
}

.cover_photo {
  padding: 40px;
}
@media print, screen and (max-width: 767px) {
  .cover_photo {
    padding: 10px;
  }
}
.cover_photo img {
  border-radius: 50px;
  box-shadow: 15px 15px #de9d3b;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 767px) {
  .cover_photo img {
    box-shadow: 5px 5px #de9d3b;
  }
}

.cover_photo_image {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 767px) {
  .cover_photo_image {
    height: 300px;
  }
}

/*==================================================
　カバーキャッチコピー
===================================*/
.copy {
  position: absolute;
  z-index: 2;
  top: 20%;
  right: 10%;
  text-align: right;
}
@media print, screen and (max-width: 767px) {
  .copy {
    right: 5%;
  }
}
.copy span {
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
  display: inline-block;
}
@media print, screen and (max-width: 767px) {
  .copy span {
    font-size: 18px;
  }
}

.parts_img {
  position: absolute;
  z-index: 2;
  bottom: 0%;
  left: 5%;
  transform: translate(0, 50px);
}
@media print, screen and (max-width: 767px) {
  .parts_img img {
    width: 250px;
  }
}

.photo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .photo {
    height: auto;
  }
}
.photo img {
  width: auto;
  max-height: 100%;
}

.tour_bg {
  width: 100%;
  background-color: #F4E9D3;
  position: relative;
  margin-top: 200px;
  z-index: -5;
  border-radius: 100px 0 80px 0;
}
@media (max-width: 575.98px) {
  .tour_bg {
    margin-top: 100px;
    border-radius: 60px 0 60px 0;
  }
}

.tour_bg::after {
  position: absolute;
  content: "KAGAWA TAXI Co.,Ltd.";
  color: #F4E9D4;
  font-size: 130px;
  font-weight: bold;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media print, screen and (max-width: 1200px) {
  .tour_bg::after {
    font-size: 90px;
    top: -110px;
  }
}
@media print, screen and (max-width: 767px) {
  .tour_bg::after {
    font-size: 60px;
    top: -75px;
  }
}
@media print, screen and (max-width: 576px) {
  .tour_bg::after {
    font-size: 40px;
    top: -50px;
  }
}/*# sourceMappingURL=top.css.map */