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

.service__wrap {
  padding: 20px 15px 10px; }

.service__tit {
  margin-top: 1.5em; }

.service__attention {
  color: #EE6300;
  border: #f1f1f1 1px solid;
  padding: 1em;
  margin-top: 20px; }
  @media screen and (min-width: 641px) {
    .service__attention {
      margin-top: 30px; } }

.service__imglist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.service__imgitem {
  width: 49%;
  margin-top: 10px; }
  @media screen and (min-width: 641px) {
    .service__imgitem {
      width: 24%;
      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: "＼"; }

.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 (max-width: 640px) {
    .pickup__img {
      background: #FAF7F0;
      padding: 20px; } }
  @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%; }

.system__wrap {
  padding: 0; }

.system__list {
  counter-reset: number 0; }

.system__item {
  counter-increment: number 1;
  position: relative;
  padding: 1em 15px 1em 3em; }
  @media screen and (min-width: 965px) {
    .system__item {
      padding: 1em 30px 1em 70px; } }
  .system__item:nth-child(even) {
    background: #F1F1F1; }
  .system__item:before {
    content: counter(number);
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    background: #42210B;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0.75em; }
    @media screen and (min-width: 965px) {
      .system__item:before {
        left: 30px; } }
  .system__item span {
    color: #EE6300; }

.attention__wrap {
  padding: 30px 0; }

.attention__tit {
  margin: 0 15px; }
  @media screen and (min-width: 965px) {
    .attention__tit {
      margin: 0 30px; } }

.attention__list {
  counter-reset: number 0; }

.attention__item {
  counter-increment: number 1;
  position: relative;
  padding: 1em 15px 1em 3em; }
  @media screen and (min-width: 965px) {
    .attention__item {
      padding: 1em 30px 1em 70px; } }
  .attention__item:nth-child(even) {
    background: #F1F1F1; }
  .attention__item:before {
    content: counter(number);
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    background: #42210B;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0.75em; }
    @media screen and (min-width: 965px) {
      .attention__item:before {
        left: 30px; } }
  .attention__item span {
    color: #EE6300; }

.attention__txt {
  margin: 30px 15px 0;
  padding: 1em;
  border: 1px solid #f1f1f1; }
  @media screen and (min-width: 965px) {
    .attention__txt {
      margin: 30px 30px 0;
      padding: 1em 40px; } }



.shop-sec__tit {
  text-align: center;
  margin: 0;
  padding: 10px 0;
  background: #823921;
}

.shop-sec__tit img {
  height: 24px;
}

.sec__text {
  letter-spacing: .05em;
  margin: 0 0 1em;
  line-height: 1.4;
}

.search_btn {
  max-width: 700px;
  margin: 0 auto 14px;
}

.search_area {
  margin: 0 0 12px;
}

.search_area li a {
  display: block;
  padding: 10px;
  position: relative;
}

.search_area > li > a {
  color: #fff;
  background: #0166ca;
  border-bottom: 1px solid #fff;
}

.search_child {
  display: none;
}

.search_area > li > a span {
  position: absolute;
  right: 20px;
}

.search_child li a {
  color: #000;
  border-bottom: 1px solid #999;
}

.search_child li span {
  color: #999;
  padding: 10px;
}

#map {
  width: 600px;
  height: 400px;
  margin: 0 auto;
}

.pan__wrap {
  width: auto!important;
}

#map-frame {
  margin: 0 0 30px;
}


/* 店舗 */
.tenpo_content_area {
  margin: 0 0 20px;
  background:#F8F0E2;
  border: 1px solid #999;
}

.tenpo_title_area {
  margin: 0 0 10px;
  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;
}

.tenpo_title_area.cat,
.tenpo_title_area.nyanlove {
    background-image: url(../../page_image/ico_nyan.png);
}
.tenpo_title_area.natures {
    background-image: url(../../page_image/ico_natures.png);
}
.tenpo_title_area.satooyakai {
    background-image: url(../../page_image/ico_satooya.png);
}
.tenpo_title_area.yaba {
    background-image: url(../../page_image/ico_yaba.png);
}
.tenpo_title_area.mofu {
    background-image: url(../../page_image/ico_mofu.png);
}

.tenpo_title_area a {
  color: #fff;
}

.tenpo_title_area h3 {
  font-size: 18px;
}

.tenpo_link {
  text-align: right;
  margin-right: 10px;
}

.tenpo_link a {
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}

.tenpo_detail {
  padding: 10px 10px 0;
}

.tenpo_detail table {
  border-collapse: collapse;
}

.tenpo_detail table th,
.tenpo_detail table td {
  font-weight: normal;
  vertical-align: top;
}

.tenpo_content_photo {
  text-align: center;
  margin: 10px 0;
}

.tenpo_btn {
  text-align: center;
  margin: 1em 0;
  padding: 6px 0;
}

.tenpo_btn li {
  width: 32.5%;
  float: left;
}

.tenpo_btn li:not(:last-child) {
  margin-right: 1%;
}

.tenpo_btn .non {
  opacity: 0;
}

.tenpo_detail p {
  line-height: 1.4;
  margin: 0 0 5px;
}

.tenpo_detail p > * {
  vertical-align: middle;
}

.shop-service__list img {
  margin-right: -3px;
  margin-bottom: 5px;
}


.map-anime {
	margin: -10px 5px 0 -2px;
	padding: 10px 0;
	vertical-align: middle;
}

.map-anime + a {
	vertical-align: middle;
}

.search-back {
  padding: 0 0 20px;
}

.search-back a {
  margin: 0 auto;
  border-bottom: none;
}

.about__table {
  width: 100%;
  border-collapse: collapse;
}

.about__table tbody tr:not(:last-child) > * {
  border-bottom: 1px solid #a1a2a4;
}

.about__table th,
.about__table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
  padding: 8px 0;
}

.about__table th {
  width: 115px;
}

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


.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-detailbtn {
  margin: 0 0 1em!important;
}

.about-detailbtn a {
  width: 100%;
  padding: .7em 0;
}


* {
  max-width: none;
}