@charset "UTF-8";
@media screen and (min-width: 641px) {
  .service {
    margin-top: 30px; } }

.service-shop {
  background: #ECE9E7;
  padding: 30px 0; }
  .service-shop__tit {
    color: #EE6300;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    font-weight: normal; }
    .service-shop__tit:after {
      content: "／"; }
    .service-shop__tit:before {
      content: "＼"; }

.dogbath__wrap {
  padding: 20px 15px; }
  @media screen and (min-width: 641px) {
    .dogbath__wrap {
      padding: 30px; } }

.dogbath__attention {
  color: #EE6300;
  border: 1px solid #B2B2B2;
  padding: 1em;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 30px; }

.pickup__wrap {
  padding: 20px 15px; }
  @media screen and (min-width: 641px) {
    .pickup__wrap {
      padding: 30px; } }

.pickup__tit {
  color: #EE6300;
  font-size: 18px;
  font-size: 1.125rem; }
  @media screen and (min-width: 641px) {
    .pickup__tit {
      font-size: 20px;
      font-size: 1.25rem; } }
  .pickup__tit:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../images/nikukyu-icon-.png) no-repeat center center;
    background-size: contain; }

.pickup__txt {
  margin-top: 20px; }
  @media screen and (min-width: 641px) {
    .pickup__txt {
      margin-top: 30px; } }

.pickup__img {
  text-align: center;
  width: 90%;
  margin: 30px auto 0; }
  @media screen and (min-width: 965px) {
    .pickup__img {
      width: 702px;
      margin: 50px auto 0; } }

.price {
  text-align: center;
  margin-top: 30px; }
  .price__inner {
    border: #EE6300 1px solid;
    padding: 1em;
    color: #EE6300;
    font-size: 20px;
    font-size: 1.25rem; }
    @media screen and (min-width: 769px) {
      .price__inner {
        font-size: 24px;
        font-size: 1.5rem;
        display: inline-block; } }
    .price__inner span {
      font-size: 80%; }

@media screen and (min-width: 641px) {
  .option__wrap {
    padding: 30px; } }

@media screen and (min-width: 769px) {
  .option__img {
    width: 49.94%; } }

@media screen and (min-width: 769px) {
  .option__txt {
    width: 49.6%; } }

.option__list {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.option__item {
  padding: 10px 10px 5px 10px;
  width: 48%;
  position: relative;
  border: solid 0.5px #CBCBCB;
  border-radius: 10px;
  margin-bottom: 20px; }
  @media screen and (min-width: 641px) {
    .option__item {
      padding: 15px 10px 15px 110px; } }
  @media screen and (max-width: 640px) {
    .option__item {
      padding: 10px 10px 20px 10px; } }
  .option__item:before {
    content: "";
    background-size: 80px !important;
    display: block;
    height: 80px;
    width: 80px;
    margin: 0 auto 15px; }
    @media screen and (min-width: 641px) {
      .option__item:before {
        top: 14%;
        left: 4%;
        position: absolute; } }
  .option__item:nth-child(1):before {
    background: url(../images/option-icon01.png) no-repeat; }
  .option__item:nth-child(2):before {
    background: url(../images/option-icon02.png) no-repeat; }

.shop {
  margin-top: 30px; }
  @media screen and (min-width: 641px) {
    .shop {
      margin-top: 50px; } }
  @media screen and (min-width: 769px) {
    .shop {
      padding: 0 30px 30px; } }
  @media screen and (max-width: 640px) {
    .shop__tit {
      background: #42210B;
      color: #FFF;
      text-align: left;
      border-radius: 0; }
      .shop__tit:after {
        content: "\f107";
        font-family: FontAwesome;
        right: 15px;
        position: absolute; } }

@media screen and (min-width: 769px) {
  .shop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 769px) {
  .shop-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (max-width: 640px) {
  .shop-list {
    display: none; } }

.shop-item {
  background: #f1f1f1;
  margin-bottom: 25px;
  padding: 15px; }
  @media screen and (min-width: 769px) {
    .shop-item {
      width: 48.66%;
      padding: 30px; } }
  .shop-item__tit {
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 641px) {
      .shop-item__tit {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media screen and (max-width: 320px) {
      .shop-item__tit {
        font-size: 15px;
        font-size: 0.9375rem; } }
    .shop-item__tit:before {
      content: "";
      width: 1.5em;
      height: 1.2em;
      background: url(../images/shop-icon.png) no-repeat center center;
      background-size: contain;
      display: inline-block;
      vertical-align: bottom;
      margin-right: 0.5em; }
      @media screen and (max-width: 320px) {
        .shop-item__tit:before {
          width: 1em;
          vertical-align: middle; } }
  .shop-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .shop-item__tel {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 55%;
    background: #EE6300;
    border-radius: 10px;
    border-bottom: 5px solid #A57C52;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 1em 0px;
    margin: 10px auto 10px; }
    .shop-item__tel:link, .shop-item__tel:hover, .shop-item__tel:active, .shop-item__tel:focus, .shop-item__tel:visited {
      text-decoration: none;
      color: #fff; }
    @media screen and (max-width: 320px) {
      .shop-item__tel {
        font-size: 15px;
        font-size: 0.9375rem; } }
    .shop-item__tel:before {
      content: "\f095";
      font-family: FontAwesome;
      margin-right: 0.5em; }
      @media screen and (max-width: 320px) {
        .shop-item__tel:before {
          margin-right: 0em; } }
    .shop-item__tel:hover {
      border-bottom: none;
      margin: 15px auto 10px; }
  .shop-item__link {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 40%;
    background: #42210B;
    border-radius: 10px;
    border-bottom: 5px solid #000;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 1em 0px;
    margin: 10px auto 10px; }
    .shop-item__link:link, .shop-item__link:hover, .shop-item__link:active, .shop-item__link:focus, .shop-item__link:visited {
      text-decoration: none;
      color: #fff; }
    @media screen and (max-width: 320px) {
      .shop-item__link {
        font-size: 15px;
        font-size: 0.9375rem; } }
    .shop-item__link:after {
      content: "\f138";
      font-family: FontAwesome;
      margin-left: 0.5em; }
    .shop-item__link:hover {
      border-bottom: none;
      margin: 15px auto 10px; }

.shampoo__wrap {
  padding: 20px 15px; }
  @media screen and (min-width: 641px) {
    .shampoo__wrap {
      padding: 30px; } }

.shampoo-list {
  margin-top: 30px; }
  @media screen and (min-width: 769px) {
    .shampoo-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (min-width: 769px) {
    .shampoo-list {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 50px; } }

.shampoo-item {
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .shampoo-item {
      padding-bottom: 30px;
      border-bottom: 2px dotted #42210B; } }
  @media screen and (min-width: 769px) {
    .shampoo-item {
      width: 48.66%;
      position: relative;
      padding-bottom: 6em; }
      .shampoo-item--pb0 {
        padding-bottom: 0; } }
  .shampoo-item__name {
    text-align: center; }
  .shampoo-item__strong {
    color: #EE6300;
    margin-top: 1em; }
    @media screen and (min-width: 641px) {
      .shampoo-item__strong {
        font-size: 18px;
        font-size: 1.125rem; } }
    .shampoo-item__strong span {
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 0, 0.3)));
      background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 0, 0.3));
      background: -o-linear-gradient(top, #fff, rgba(255, 255, 0, 0.3));
      background: linear-gradient(180deg, #fff, rgba(255, 255, 0, 0.3)); }
    @media screen and (max-width: 320px) {
      .shampoo-item__strong span br {
        display: none; } }
  .shampoo-item__txt {
    margin-top: 1em; }
    @media screen and (min-width: 641px) {
      .shampoo-item__txt {
        margin-top: 2em; } }
  .shampoo-item__recommend {
    background: rgba(203, 203, 203, 0.3);
    padding: 1em;
    margin-top: 1em; }
    @media screen and (min-width: 641px) {
      .shampoo-item__recommend {
        margin-top: 2em; } }
  .shampoo-item__price {
    border: #EE6300 1px solid;
    text-align: center;
    padding: 1em 0;
    margin-top: 1em;
    color: #EE6300;
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 641px) {
      .shampoo-item__price {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 769px) {
      .shampoo-item__price {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0; } }
    .shampoo-item__price span {
      font-size: 80%; }

.add__wrap {
  padding: 20px 15px; }
  @media screen and (min-width: 641px) {
    .add__wrap {
      padding: 30px; } }

.add__tit {
  text-align: center; }

.add__strong {
  color: #EE6300;
  font-size: 18px;
  font-size: 1.125rem; }
  @media screen and (min-width: 641px) {
    .add__strong {
      font-size: 22px;
      font-size: 1.375rem; } }
  .add__strong span {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 0, 0.3)));
    background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 0, 0.3));
    background: -o-linear-gradient(top, #fff, rgba(255, 255, 0, 0.3));
    background: linear-gradient(180deg, #fff, rgba(255, 255, 0, 0.3)); }

.add__txt {
  margin-top: 1em; }

.service__wrap {
  padding: 20px 15px;
}

.service .sec__tit {
  font-size: 18px;
}

.tenpo_title_area {
  color: #fff;
  padding: 10px 10px 10px 50px;padding: 10px 10px 10px 60px;
  background: url(../../page_image/ico_one.png), #823921;
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: center left 3px;
}

.service__img {
  text-align: center;
  margin: 20px 0;
}

.service__img img {
  width: 48%;
  display: inline-block;
}
.about-detailbtn.more-btn a {
  width: 100%;
  padding: 1.5em 0;
  background: #ee6300;
  border-bottom: 5px solid #aa4501;
}

.about_tel {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  }

.about_tel a {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
  border-radius: 10px;
  background: #0166ca;
  border-bottom: 5px solid #003d79;
}

.about_tel:hover a {
  margin-top: 5px;
  border-bottom: none;
}

.about_tel a span {
  display: inline-block;
  padding: 7px 0 7px 40px;
  background: url(../../page_image/ico_tel.png) no-repeat center left 3px;
  background-size: auto 100%;
}

.about__table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 10px;
}

.about__table th,
.about__table td {
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
  padding: 8px 0;
  border-bottom: 1px solid #a1a2a4;
}

.about__table th {
  width: 115px;
}

.about__table tbody tr th.non {
  padding: 8px 0 0;
  border-bottom: none;
}

.about__table td.tel {
  padding-left: 10px;
}

.service__txt1 {
  font-size: 14px;
  line-height: 1.5;
}

.service__txt {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0 1em;
}

.service__price-table tr td:not(:first-child) {
  text-align: right;
}

.service__price-list {
  margin: 20px 0;
}

.service__price-list li {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0 0 10px 15px;
  background: url(../images/nikukyu-icon.png) no-repeat left 8px;
  background-size: 10px auto;
  border-bottom: 1px solid #a1a2a4;
}

.pan__wrap {
  width: auto!important;
}

.sec__subtit {
  color: #fff;
  text-align: center;
  margin: 1em 0 0;
  padding: 5px 0;
  background: #ee6300;
}

.trimming__menu li {
  margin: 0 0 .3em;
}

.trimming__menu li,
.trimming__menu02 li {
  font-size: 14px;
  line-height: 1.4;
}

.trimming__menu li:before,
.trimming__menu02 li:before {
  content: "◾";
  vertical-align: middle;
}

.trimming__menu02 li {
  width: 32%;
  display: inline-block;
}

.trimming-note {
  font-size: 14px;
  color: #cc0000;
}

.trimming__price-table-notes {
  font-size: 12px;
  line-height: 1.4;
  margin: 1em 0 0;
}

.trimming__price-table-notes span {
  color: #cc0000;
}

.trimming__price-table {
  width: 100%;
  font-size: 12px;
  margin: 10px 0;
  border-collapse: collapse;
}

.trimming__price-table th,
.trimming__price-table td {
  line-height: 1.4;
  padding: 5px;
  border: 1px solid #a1a2a4;
  box-sizing: border-box;
}

.trimming__price-table th {
  color: #42210b;
  font-weight: normal;
  background: #f8f0e2;
}

.trimming__price-table tr th:not(:first-child),
.trimming__price-table tr td:not(:first-child) {
  width: 24%;
}

.trimming__price-table tr td:not(:first-child),
.trimming__price-table tr td.first {
  text-align: right;
}

.trimming__price-table tr td span {
  color: #cc0000;
}

.trimming-pdf a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background: #42210b;
  border-bottom: 5px solid #000000;
  border-radius: 10px;
}

.trimming-pdf a span {
  padding: 10px 0 10px 30px;
  background: url(../images/ico_pdf.png) no-repeat left 7px;
  background-size: 21px auto;
}

.option_wrap {
  margin: 10px 0 0;
}

.option_wrap .sec__subtit {
  margin: 0;
}

.option {
  padding: 0 10px 20px;
  background: #f8f0e2;
}

.option p {
  font-size: 14px;
  line-height: 1.4;
}

.option__text {
  max-width: none!important;
  color: #42210b;
  line-height: 1.6;
  margin: 0 -10px 10px;
  padding: 10px;
  background: #d4bfac;
}

.option__box {
  padding: 0 0 10px;
}

.option__box img {
  width: 32%;
  float: left;
  margin: 0 0 10px;
  border: 1px solid #a1a2a4;
}

.option__box__text {
  width: 65%;
  float: right;
  font-size: 14px;
}

.option__box__text__title {
  color: #ee6300;
  margin: 0 0 10px;
}

.option__box__text__table {
  width: 100%;
  margin: 0 0 10px;
  border-collapse: collapse;
  border-top: 1px solid #a1a2a4;
}

.option__box__text__table th,
.option__box__text__table td {
  padding: 5px 0;
  border-bottom: 1px solid #a1a2a4;
}

.option__box__text__table th {
  font-weight: normal;
  text-align: left;
}

.option__box__text__table td {
  text-align: right;
}

.option__text02 {
  margin: 0 0 10px;
  padding: 0 0 10px 15px;
  border-bottom: 1px solid #a1a2a4;
  background: url(../images/nikukyu-icon.png) no-repeat left 3px;
  background-size: 10px auto;
}

.trimming__price-table02 {
  width: 100%;
  border-collapse: collapse;
}

.trimming__price-table02 th,
.trimming__price-table02 td {
  width: 50%;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding: 5px;
  border: 1px solid #a1a2a4;
}

.trimming__price-table02 th {
  color: #42210b;
  background: #f8f0e2;
}

.trimming__price-table03 {
  width: 100%;
  border-collapse: collapse;
}

.trimming__price-table03 th,
.trimming__price-table03 td {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding: 5px;
  border: 1px solid #a1a2a4;
}

.trimming__price-table03 th {
  color: #42210b;
  background: #f8f0e2;
}