@charset "utf-8";

.sp_view {
  display: none;
}
.pc_view {
  display: block;
}
.pc_view-inline {
  display: inline-block;
}
.sns_box {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c1-2 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 0;
    top: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #009fb0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hamburger span {
    width: 26px;
    height: 2px;
    margin: 3px;
    background-color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger.active span:nth-child(1) {
    margin: -1px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2) {
    display: none;
  }
  .hamburger.active span:nth-child(3) {
    margin: -1px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 100px;
    left: 0;
    background-color: #fff;
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav.globalMenuSp ul li a {
    display: block;
    padding: 1em 0;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #ddd;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  nav.globalMenuSp ul li:last-child a {
    border-bottom: unset;
  }
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
  }
  .dli-chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    position: relative;
    width: 10px;
    height: 10px;
    transform: translateX(-25%) rotate(45deg);
  }
  .dli-chevron-round-right::before,
  .dli-chevron-round-right::after {
    content: "";
    position: absolute;
    background: currentColor;
  }
  .dli-chevron-round-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
  }
  .dli-chevron-round-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
  }
  #c1,
  #c4,
  #c5,
  #c6,
  #c7 {
    margin-top: -70px;
    padding-top: 70px;
  }
  .contents_wrap5,
  .banner_box5,
  #footer_wrap3,
  .contents_wrap10,
  .contents_wrap12 {
    width: 100%;
  }
  #header_wrap {
    width: 90%;
  }
  h2 {
    max-width: 100%;
  }
  .btn_inquiry,
  .btn_form-entry {
    width: 100%;
    margin: 0;
  }
  .btn_form-entry {
    margin-bottom: 20px;
  }
  .btn_inquiry a,
  .btn_form-entry a {
    width: 90%;
    margin: 0 auto;
    display: block;
    max-width: 360px;
  }
  .wid90 {
    width: 90%;
  }
  .mar0auto {
    margin: 0 auto;
  }
  .mar30auto {
    margin: 30px auto;
  }
  h2.fs38,
  .spfs {
    font-size: 26px;
  }
  .c15-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c15-wrap > div {
    width: 48%;
    margin: 0;
  }
  #c2 > div,
  #c3 > div,
  .c5-inner {
    width: 90%;
    margin: 0 auto;
    float: unset;
  }
  #c2 > div > img,
  #c3 > div > img {
    width: 100%;
  }
  img.dog {
    width: 40px;
  }
  img.dog2 {
    width: 40px;
    margin: 0 -15px;
  }
  .h1_img_s11_3 {
    background-image: url(../images/price.jpg);
    background-position: top center;
    height: unset;
    background-size: cover;
  }
  #c4-inner > div.contents_wrap5 {
    padding: 30px 0;
    width: 90%;
  }
  #c4-inner > div.contents_wrap5 > .s11_box2 {
    -webkit-border-radius: 40px;
  }
  #c5-inner > h2 > img.dog {
    display: inline-block;
  }
  .c5-inner .contents_wrap10 {
    display: flex;
  }
  .pet-clean {
    flex-direction: column;
  }
  .pet-clean .mr30 {
    margin-right: 0;
  }
}

.banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 620px;
  margin: 0 auto;
}
.banner a {
  width: 48%;
  margin: 5px 0;
  max-width: 200px;
}
.banner img {
  width: 100%;
}
.sec-09 {
  margin: 30px auto 0;
  background-size: cover;
  position: relative;
  width: 90%;
}
.recruit {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.recruit-link {
  font-weight: bold;
  color: #009fb0;
}
.sanwa-san {
  width: 200px;
  margin: 0 auto;
  display: block;
}
footer {
  width: 100%;
  padding: 30px 0;
  background-color: #000;
}
footer a {
  line-height: 2;
}
footer a,
footer p {
  color: #fff;
}
footer p {
  text-align: center;
}
.footer-contents-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.contents_wrap {
  width: 90%;
  margin: 0 auto;
}
.footer-contents_wrap {
  font-size: 10px;
}
.footer-contents-link {
  font-size: 14px;
}
.pet-clean {
  display: flex;
  justify-content: center;
}
.max-w300 {
  max-width: 300px;
}

@media screen and (min-width: 960px) {
  .contents_wrap {
    max-width: 960px;
  }
  .banner {
    max-width: 960px;
  }
  .banner a {
    margin: 10px 0;
    max-width: 300px;
  }
  .recruit {
    padding: 60px 0;
  }
  .recruit-link {
    margin: unset;
    font-size: 20px;
  }
  .sanwa-san {
    position: absolute;
    right: calc(50vw - 500px);
    bottom: 0;
    width: 220px;
  }
  .footer-contents_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer {
    padding: 10px 0;
  }
  .footer-contents-link {
    flex-direction: unset;
    margin-bottom: unset;
  }
  .partition {
    border-left: #fff 1px solid;
    height: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .max-w20 {
    max-width: 20%;
  }
}
