.flowering__map_title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  font-weight: bold;
  color: #00a8b0;
  background-color: white;
  border-bottom-right-radius: 15px;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 2px;
  z-index: 10;
}
.flowering__map_title::before,
.flowering__map_title::after {
  background-image: url('https://gvs.weathernews.jp/s/ajisai/img/kansyo-title-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  aspect-ratio: 265 / 192;
  content: "";
}
.flowering__map_title::after {
  background-image: url('https://gvs.weathernews.jp/s/ajisai/img/kansyo-title-2.png');
  aspect-ratio: 524 / 421;
}
.flowering__map_btn {
  position: absolute;
  width: 90px;
  background-color: white;
  border: #00a8b0 2px solid;
  border-radius: 6px;
  text-align: center;
  padding: 2px;
  font-size: 15px;
  font-weight: bold;
  line-height: 120%;
  box-shadow: 1px 2px 0 rgba(51, 51, 51, 0.2);
}
.flowering__map_btn.flower {
  background-color: rgb(158, 104, 192);
  color: white;
  border-color: white;
}
.flowering__map_btn.flower span {
  color: rgb(249, 222, 247);
}
.flowering__map_btn:hover {
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.flowering__map_btn:hover:hover {
  transform: translateY(2px) translateX(1px);
  box-shadow: none;
}
.flowering__map_btn span {
  display: block;
  font-size: 13px;
  color: #00a8b0;
}
.flowering__map_btn.hokkaido,.flowering__map_btn.sapporo {
  top: 50px;
  left: 40%;
}
@media (max-width: 374px) {
  .flowering__map_btn.hokkaido,.flowering__map_btn.sapporo {
    left: 35%;
  }
}
.flowering__map_btn.tohoku,.flowering__map_btn.sendai {
  top: 120px;
  left: 75%;
}
.flowering__map_btn.kanto,.flowering__map_btn.tokyo {
  top: 180px;
  left: 75%;
}
.flowering__map_btn.chubu,.flowering__map_btn.kanazawa {
  top: 140px;
  left: 32%;
}
@media (max-width: 374px) {
  .flowering__map_btn.chubu,.flowering__map_btn.kanazawa {
    top: 235px;
    left: 50%;
  }
}
.flowering__map_btn.nagoya {
  top: 240px;
  left: 70%;
}
@media (max-width: 374px) {
  .flowering__map_btn.nagoya {
    top: 235px;
    left: 50%;
  }
}
.flowering__map_btn.osaka {
  top: 280px;
  left: 45%;
}
@media (max-width: 374px) {
  .flowering__map_btn.osaka {
    top: 235px;
    left: 50%;
  }
}
.flowering__map_btn.cyugoku,.flowering__map_btn.hiroshima {
  top: 150px;
  left: 6%;
}
@media (max-width: 374px) {
  .flowering__map_btn.cyugoku,.flowering__map_btn.hiroshima {
    left: 3%;
    top: 120px;
  }
}
.flowering__map_btn.shikoku,.flowering__map_btn.kouchi {
  top: 280px;
  left: 20%;
}
@media (max-width: 374px) {
  .flowering__map_btn.shikoku,.flowering__map_btn.kouchi {
    top: 245px;
  }
}
.flowering__map_btn.kyusyu,.flowering__map_btn.fukuoka {
  top: 205px;
  left: 1%;
}
@media (max-width: 374px) {
  .flowering__map_btn.kyusyu,.flowering__map_btn.fukuoka {
    left: -5%;
    top: 170px;
  }
}
.flowering__map_guide {
  position: absolute;
  background-color: white;
  bottom: 0;
  right: 0;
  padding: 8px;
  border-top-left-radius: 15px;
  border-top: #00a8b0 2px solid;
  border-left: #00a8b0 2px solid;
}
.flowering__map_guide li {
  font-size: 13px;
  font-weight: bold;
}
.flowering__map_guide img {
  width: 15px;
  height: auto;
}
.flowering__map_guide_sub {
  display: flex;
  position: absolute;
  left: -155px;
  bottom: 1px;
  width: 155px;
  gap: 10px;
  li {
    display: flex;
    align-items: center;
    gap: 2px;
  }
  li::before {
    content: "";
    background-color: white;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 1px solid gray;
  }
  li:last-of-type::before {
    background-color: #9e61c0;
    border-color: white;
  }
}
.flowering__table_btn {
  width: 100%;
  text-align: right;
}
.flowering__table_btn a {
  display: inline-block;
  background-color: white;
  color: #00a8b0;
  padding: 8px 10px;
  margin-top: 15px;
  font-weight: bold;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  line-height: 100%;
  border-radius: 30px;
  border: 2px solid #00a8b0;
  box-shadow: 2px 2px 1px rgba(51, 51, 51, 0.2);
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.flowering__table_btn a:hover {
  transform: translateY(2px) translateX(1px);
  box-shadow: none;
}
.flowering__table_btn a::after {
  content: "";
  display: block;
  height: 12px;
  width: 10px;
  background-color: #00a8b0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.flowering__table_th {
  width: 100%;
  background-color: white;
  gap: 1px;
}
.flowering__table_th li {
  padding: 3px 1px;
  background-color: #00a8b0;
  color: white;
  font-size: clamp(12px, 3.7037037037vw, 15px);
}
.flowering__table_td {
  gap: 1px;
  padding-bottom: 1px;
}
.flowering__table_td li {
  padding: 10px 1px;
  background-color: white;
  font-size: clamp(14px, 3.8461538462vw, 18px);
}
.flowering__table_td li:nth-of-type(2) {
  color: #00a8b0;
  font-weight: bold;
}
.flowering__table_td li:nth-of-type(2).flower {
  color: rgb(158, 104, 192);
  display: flex;
  justify-content: center;
  gap: 5px;
  background-color: rgb(252, 244, 253);
}
.flowering__table_td li:nth-of-type(2).flower::after {
  width: 18px;
  height: 18px;
  content: "";
  background-image: url('https://gvs.weathernews.jp/s/ajisai/img/flower_1.webp');
  background-size: contain;
  background-repeat: no-repeat;
}
.flowering__table_th,
.flowering__table_td {
  display: flex;
  width: 100%;
}
.flowering__table_th li,
.flowering__table_td li {
  text-align: center;
  line-height: 100%;
}
.flowering__table_th li:nth-of-type(1),
.flowering__table_td li:nth-of-type(1) {
  width: 13%;
}
.flowering__table_th li:nth-of-type(2),
.flowering__table_th li:nth-of-type(3),
.flowering__table_th li:nth-of-type(4),
.flowering__table_td li:nth-of-type(2),
.flowering__table_td li:nth-of-type(3),
.flowering__table_td li:nth-of-type(4) {
  width: 29%;
}
.flowering__btm {
  width: min(100%, 1070px);
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  p {
    font-size: 13px;
  }
  a {
    color: #00a8b0;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
  }
  a:hover {
    color: blueviolet;
  }
}
/*# sourceMappingURL=main.css.map */
