@charset "UTF-8";

.contact_wrap .contact_inner {
      display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

.contact_wrap .contact_inner .item{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    padding-bottom: 3rem;
}
.contact_wrap .contact_inner .item .item_icon {
      background: #fff;
    padding: 3rem;
    border-radius: 50%;
    margin-top: -6rem;
}
.contact_wrap .contact_inner .item .ttl_h {
  margin-top: 2rem;
  color: #21a0b9;
  font-size: 2rem;
}

.contact_wrap .contact_inner .item .tel_wrap a {
  font-size: 2.6rem;
  font-weight: 600;
  color: #21a0b9;
}
.contact_wrap .contact_inner .item .sub_ttl {
  margin-bottom: 1rem;
}
.contact_wrap .contact_inner .item .item_icon img{
  width: 50px;
}

@media screen and (max-width: 800px) {
.contact_wrap .contact_inner .item{
  width: 100%;
  margin-bottom: 10rem;
 }

.contact_wrap .contact_inner .item:last-of-type{
margin-bottom: 0rem;
}
}

#voice1 + .widget_gallery01 .wrapper_item .inner_item a {
    padding-top: 100%;
}
#voice1 + .widget_gallery01 .wrapper_item .inner_item a img {
    font-family: 'object-fit: contain';
    object-fit: contain;
}


/*-----------------------------PC時MV---------------------------------*/
#mv .mv_img li .mv_img_sp {
    display: none;
}
#mv {
    height: auto;
    min-height: auto;
}
#mv .mv_img {
    padding-top: 45%;
}
#mv .mv_img li {
    height: fit-content;
    top: 0;
}
#mv ul.mv_img li:nth-child(1):before {
    position: absolute;
    content: "";
    background: url(/common/upload_data/whiteningsalon-spicacom/image/20220916100904.png) no-repeat center center / contain;
    background-size: 80%;
    top: 50%;
    top: 35%;
    left: 45%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    max-width: 900px;
    z-index: 5;
}
#mv ul.mv_img li:nth-child(2):before {
    position: absolute;
    content: "";
    background: url(/common/upload_data/whiteningsalon-spicacom/image/20220916100905.png) no-repeat center center / contain;
    background-size: 100%;
    top: 50%;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    max-width: 900px;
    z-index: 5;
}
#mv ul.mv_img li:before {
    pointer-events: none;
}
/*-----------------------------SP時MV---------------------------------*/
@media screen and (max-width: 768px) {
#mv .mv_img li .mv_img_pc {
    display: none;
}
#mv .mv_img li .mv_img_sp {
    display: block;
}
#mv .mv_img {
    padding-top: 140%;
}
}
@media screen and (max-width: 768px) {
  #mv ul.mv_img li:nth-child(1):before {
    top: 50%;
  }
  #mv ul.mv_img li:nth-child(2):before {
    top: 50%;
  }
  #mv ul.mv_img li:nth-child(1):before {
    left: 42%;
  }
}