@charset "utf-8";
.bouquet_footer{
  background-image: url(../img/front_bg.png);
  z-index: -1;
  position: relative;
  padding-top: 8.7rem;
}

.bouquet_footer::after {
  content: '';
  display: block;
  position: absolute;
  width: 127.9rem;
  height: 16.4rem;
  top: 0;
  left: 0;
  background-image: url(../img/pc_footer_border.png);
  background-size: cover;
  z-index: -2;
}

.footer_logo_outer{
  width: 20rem;
  height: 6rem;
  margin: 0 auto;
}

.footer_content{
  content: "";
  position: absolute;
  top: 11.7rem; 
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 55.5rem;
  display: flex;
  gap: 7rem;
  padding: 14rem 11rem 11.5rem 5rem;
  background-color: #7D9A9D;
  z-index: -1;
}

.footer_map{
  width: 45rem;
  height: 30rem;
}

.footer_list{
  width: 60rem;
  height: 24.4rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  color: #fff;
  border-bottom: 0.1rem solid #fff;
}

.footer_list_content{
  display: flex;
  gap: 4rem;
  row-gap: 3rem;
  vertical-align: middle;
  line-height: 1em;
  width: 60rem;
  border-top: 0.1rem solid #fff;
  display: flex;
  align-items: center;
}

.footer_dt{
  width: 11.8rem;
  height: 2.2rem;
  display: table-cell;
}

.footer_dd{
  width: 43.7rem;
  height: 2.1rem;
  display: table-cell;
}

.footer_dd_tel {
  width: fit-content;
}

.footer_dd_mail {
  width: fit-content;
}

a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}

@media screen and (max-width: 699.98px){
  
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }

  .bouquet_footer{
    padding-top: 4.4rem;
  }

  .bouquet_footer::after {
    width: 100%;
    height: 24rem;
    background-image: url(../img/sp_footer_border.png);
  }

  .footer_logo_outer{
    width: 12.7rem;
    height: 3.8rem;
  }

  .footer_content{
    top: 8rem;
    flex-direction: column;
    height: 75.3rem;
    gap: 2.6rem;
    padding: 4.1rem 1.5rem 5.8rem 1.5rem;
  }

  .footer_map{
    width: 34.5rem;
    height: 23rem;
  }

  .footer_list{
    width: 100%;
    height: 39.8rem;
    flex-direction: column;
  }

  .footer_list_content{
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    height: 9.2rem;
    padding: 2rem 0 2rem;
    gap: 1rem;
    width: 100%;
  }

  .footer_list_content:first-of-type{
    height: 12rem;
  }

  .footer_dt{
    width: 100%;
    height: 2.1rem;
  }

  .footer_dd{
    width: 100%;
    height: 2.1rem;
  }

  .footer_dd:first-of-type{
    height: 5.1rem;
    line-height: 2em;
  }
}