@charset "UTF-8";

.wrapper {
  width: 1030px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  position: relative;
}
.wrapper.narrow {
  width: 860px;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.borBtm {
  border-bottom: 1px solid #eee;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
}

a:hover {
  text-decoration: none;
}

.fcBlue {
  color: #00479d;
}

.fcOrange {
  color: #ffa715;
}

.fcBrown {
  color: #964B00;
}

.noteText {
  font-size: 12px;
}

.txtStyle01 {
  font-weight: 600;
  margin-bottom: 10px;
}

.txtStyle02 {
  font-size: 21px;
  font-size: 2.1rem;
  color: #00479d;
  font-weight: 600;
}

.arrow01 {
  font-size: 36px;
  font-size: 3.6rem;
}

.btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.btnWrap > *:not(:only-of-type) {
  margin-right: 10px;
}
.btnWrap > *:not(:only-of-type):last-of-type {
  margin-right: 0;
}

.btnStyle01, .btnStyle03 {
  display: block;
  width: 235px;
  height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  position: relative;
}
.btnStyle01::after, .btnStyle03::after {
  font-family: FontAwesome;
  position: relative;
  content: "\f105";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 15px;
}
.btnStyle01::after::after, .btnStyle03::after::after {
  position: absolute;
}
.btnStyle01.blue, .blue.btnStyle03 {
  background-color: #00479d;
  border: 2px solid #00479d;
}
.btnStyle01.blue:hover, .blue.btnStyle03:hover {
  color: #00479d;
  background-color: #fff;
}
.btnStyle01.orange, .orange.btnStyle03 {
  background-color: #f26721;
  border: 2px solid #f26721;
}
.btnStyle01.orange:hover, .orange.btnStyle03:hover {
  color: #F26721;
  background-color: #fff;
}
.btnStyle01.black, .black.btnStyle03 {
  color: #535353;
  background-color: #fff;
  border: 2px solid #535353;
}
.btnStyle01.black:hover, .black.btnStyle03:hover {
  color: #fff;
  background-color: #535353;
}
.btnStyle01.brown, .brown.btnStyle03 {
  background-color: #964B00;
  border: 2px solid #964B00;
}
.btnStyle01.brown:hover, .brown.btnStyle03:hover {
  color: #964B00;
  background-color: #fff;
}
.btnStyle01.brown.--border, .brown.btnStyle03.--border {
  color: #964B00;
  background-color: #fff;
  border: 2px solid #964B00;
}
.btnStyle01.brown.--border:hover, .brown.btnStyle03.--border:hover {
  color: #fff;
  background-color: #964B00;
}

.btnStyle02 {
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  line-height: 45px;
  background-color: #000;
  border-radius: 50%;
  border: 2px solid #000;
}
.btnStyle02:hover {
  color: #000;
  background-color: #fff;
}

.btnStyle03 {
  width: 100%;
  height: 40px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px;
  margin-top: 20px;
}

.ttlStyle01 {
  color: #964B00;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: 1px solid #dddddd;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 65px;
  margin-bottom: 30px;
}
.ttlStyle01 img {
  position: absolute;
  left: 0;
}
.ttlStyle01.noImg {
  padding-left: 0;
  padding-bottom: 35px;
}
.ttlStyle01.noImg .sex {
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  bottom: 15px;
  right: 0;
}

.ttlStyle02 {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.ttlStyle02.bg01 {
  padding-top: 40px;
  padding-bottom: 55px;
  background-image: url(../img/higashitotsuka/bg_stamp.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.ttlStyle02.bg02 {
  background-image: url(../img/higashitotsuka/bg_stamp1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.ttlStyle03 {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  background-image: url(../img/higashitotsuka/obj_wave.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 15px 0;
  margin-bottom: 15px;
}

.ttlStyle05 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.ttlStyle05.orange i {
  color: #ffa715;
}
.ttlStyle05.blue i {
  color: #00479d;
}
.ttlStyle05 span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}

.ttlStyle06 {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 30px 0;
}

.tblStyle01 {
  width: 100%;
  table-layout: fixed;
}
.tblStyle01 tr > * {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
}
.tblStyle01 th {
  width: 90px;
  color: #898989;
  font-size: 13px;
  font-size: 1.3rem;
}
.tblStyle01 .price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.tblStyle01 .price.large {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.tblStyle02 {
  width: 100%;
  border-top: 1px solid #bababa;
  margin-top: 10px;
  margin-bottom: -20px;
}
.tblStyle02 tr > * {
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid #bababa;
}
.tblStyle02 th {
  color: #964B00;
}
.tblStyle02 td {
  font-weight: 400;
}
.tblStyle02.gray th {
  width: 180px;
  color: #898989;
}
.tblStyle02.gray tr > * {
  font-size: 1.4rem;
  vertical-align: middle;
}
.tblStyle02.borNone {
  border-top: none;
}
.tblStyle02.borNone tr > * {
  border-bottom: none;
  padding: 5px 10px;
}
.tblStyle02.borNone .tel {
  font-size: 28px;
  font-size: 2.8rem;
  color: #964B00;
  font-weight: 600;
}

.tblStyle03 {
  width: 100%;
  table-layout: fixed;
  border-top: 1px dashed #dddddd;
}
.tblStyle03 tr > * {
  border-bottom: 1px dashed #dddddd;
  padding: 20px 15px;
}
.tblStyle03 th {
  font-weight: 600;
  color: #ffa715;
}
.tblStyle03 td {
  width: 100px;
  padding: 20px 15px 20px 0;
  text-align: right;
}
.tblStyle03 .price {
  font-weight: 600;
}

.tblStyle03Sub {
  float: right;
  margin-top: 20px;
}
.tblStyle03Sub tr > * {
  padding: 5px 15px;
}
.tblStyle03Sub th {
  font-weight: 600;
}
.tblStyle03Sub td {
  text-align: right;
}
.tblStyle03Sub tr.total > * {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
}

.tblStyle04 {
  width: 100%;
  table-layout: fixed;
  border: 3px solid #00479d;
}
.tblStyle04 caption {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #00479d;
  padding: 10px;
}
.tblStyle04 tr > * {
  padding: 10px 20px;
  border: 1px solid #00479d;
  vertical-align: middle;
}
.tblStyle04 tbody tr:nth-of-type(odd) > * {
  background-color: #e5ecf5;
}
.tblStyle04 tbody td {
  text-align: right;
  width: 150px;
}

.medicalOp {
  border: 3px solid #00479d;
  margin-top: 30px;
  text-align: center;
  padding: 10px 25px;
}

/* header
********************************/
#header .wrapper {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header #logo {
  margin-bottom: 10px;
}

#glnv ul {
  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;
}
#glnv a {
  display: block;
  color: #535353;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 10px;
  border-bottom: 4px solid #fff;
}
#glnv a:hover {
  color: #964B00;
  border-bottom: 4px solid #964B00;
}

#spNavi {
  display: none;
}

/* footer
********************************/
#footer {
  background-color: #964B00;
  position: relative;
  padding: 20px 0 50px;
}

#pagetop {
  display: block;
  width: 100px;
  height: 100px;
  color: #964B00;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fff;
  border: 3px solid #964B00;
  border-radius: 50%;
  padding-top: 13px;
  right: 15px;
}
#pagetop i {
  font-size: 18px;
  font-size: 1.8rem;
}

p#copy {
  text-align: center;
}
p#copy small {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

/* toppage
********************************/
#mainimg {
  background-image: url(../img/higashitotsuka/mainimg.jpg);
  background-repeat: no-reoeat;
  background-position: top center;
  background-size: cover;
  max-width: 1600px;
  margin: 0 auto;
}
#mainimg .wrapper {
  height: 550px;
}
#mainimg h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 132px;
}

ul#petList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
ul#petList li {
  width: 250px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-right: 40px;
}
ul#petList li:nth-of-type(3n) {
  margin-right: 0;
}
ul#petList .thum {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  width: 250px;
  height: 180px;
  border: 1px solid #898989;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
ul#petList .button {
  margin-top: auto;
}

.status {
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 5px 0;
}
.status.ib {
  display: inline-block;
  width: 250px;
  margin-bottom: 15px;
}
.status.accepting {
  background-color: #f26721;
}
.status.negotiation {
  background-color: #14bdab;
}
.status.soldout {
  background-color: #fe8897;
}

.sex {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
}
.sex.male {
  color: #1891ec;
}
.sex.female {
  color: #ff6074;
}

h3.name {
  color: #964B00;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#reason {
  background-image: url(../img/higashitotsuka/bg_paper.jpg);
  background-repeat: repeat;
}

ul#reason {
  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;
  margin-top: 30px;
}
ul#reason li {
  width: 300px;
}

.benefitsBox {
  border: 2px solid #964B00;
  border-radius: 5px;
  margin-top: 15px;
}
.benefitsBox h4 {
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  background-color: #964B00;
  padding: 10px;
}
.benefitsBox ul {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 0 0 5px 5px;
}
.benefitsBox ul li {
  font-weight: 400;
  position: relative;
  padding-left: 1.5em;
}
.benefitsBox ul li::before {
  color: #ffa715;
  font-family: FontAwesome;
  position: relative;
  content: "\f005";
  position: absolute;
  left: 0;
}
.benefitsBox ul li::before::after {
  position: absolute;
}

#support {
  background-color: #ebe0d9;
}

ul.supportList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  column-gap: min(180px, 18%);
}
ul.supportList li {
  text-align: center;
}
ul.supportList p {
  color: #964B00;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 10px;
}

.shopWrap {
  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;
}
.shopWrap .image {
  text-align: center;
  width: 430px;
}
.shopWrap .text {
  width: 540px;
}

.shopTel {
  border: 6px solid #eeeeee;
  text-align: center;
  padding: 25px 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#higashitotsukaMap {
  width: 100%;
  height: 375px;
  position: relative;
}
#higashitotsukaMap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* list-page
********************************/
#breadcrumbs {
  background-color: #eeeeee;
  border-top: 1px solid #e5e5e5;
  padding: 5px 0;
}
#breadcrumbs strong {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi > * {
  display: block;
  background-color: #eee;
  padding: 5px 20px;
  margin: 0 4px 8px;
}
.wp-pagenavi > *:hover {
  color: #fff;
  background-color: #00479d;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #00479d;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  color: #00479d;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
  color: #fff;
}
.wp-pagenavi .nextpostslink {
  padding-right: 30px;
}
.wp-pagenavi .nextpostslink::after {
  font-family: FontAwesome;
  position: relative;
  content: "\f105";
  right: 15px;
  position: absolute;
}
.wp-pagenavi .nextpostslink::after::after {
  position: absolute;
}
.wp-pagenavi .previouspostslink {
  padding-left: 30px;
}
.wp-pagenavi .previouspostslink::after {
  font-family: FontAwesome;
  position: relative;
  content: "\f104";
  left: 15px;
  position: absolute;
}
.wp-pagenavi .previouspostslink::after::after {
  position: absolute;
}

/* detail-page
********************************/
.detailwrap {
  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;
  margin-bottom: 30px;
}
.detailwrap .tblStyle02 {
  width: 400px;
}

.gallery {
  width: 555px;
}
.gallery .main {
  padding: 5px;
  margin: 0 0 5px;
}
.gallery .mainImg {
  width: 555px;
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery .thum {
  width: 179px;
  height: 110px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery .thumnail .slick-slide {
  margin: 0 5px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.slick-arrow.slick-next, .slick-arrow.slick-prev {
  width: 35px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #eeeeee;
  line-height: 1em;
  z-index: 30;
  opacity: 0.8;
}
.slick-arrow.slick-next::before, .slick-arrow.slick-prev::before {
  color: #000;
  font-size: 40px;
  font-weight: 300;
  font-family: FontAwesome;
  position: relative;
  position: absolute;
  line-height: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 10px;
}
.slick-arrow.slick-next::before::after, .slick-arrow.slick-prev::before::after {
  position: absolute;
}
.slick-arrow.slick-next {
  right: 5px;
}
.slick-arrow.slick-prev {
  left: 5px;
}
.slick-arrow.slick-next::before {
  content: "\f105";
}
.slick-arrow.slick-prev::before {
  content: "\f104";
}

#priceBox {
  border: 3px solid #ffa715;
  padding: 35px;
}

#remarks {
  clear: both;
  background-color: #fff6e7;
  padding: 30px;
  margin-top: 30px;
}
#remarks p {
  font-weight: 400;
}

#detailShopInfo {
  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;
  border: 6px solid #eee;
  padding: 25px;
}
#detailShopInfo .tblStyle02 {
  width: auto;
  margin-top: 0;
}

.optionPrice {
  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;
  padding: 10px 15px;
  border-radius: 5px;
}
.optionPrice.green {
  background-color: #14bdab;
}
.optionPrice.pink {
  background-color: #ff6074;
}
.optionPrice.orange {
  background-color: #ffa715;
}
.optionPrice span {
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
}

ul#safetyList {
  counter-reset: number 0;
}
ul#safetyList li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 20px;
}
ul#safetyList li h3 {
  color: #ffa715;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 5px 0;
}
ul#safetyList li h3 .small {
  font-size: 16px;
  font-size: 1.6rem;
}
ul#safetyList li::before {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #ffa715;
  font-size: 25px;
  font-size: 2.5rem;
  background-color: #fff6e7;
  counter-increment: number 1;
  content: counter(number,decimal-leading-zero);
  border-radius: 50%;
  position: absolute;
  left: 0;
}

/***********************************************************************************************
 responsive
************************************************************************************************/
.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  html {
    font-size: 55.5%;
  }

  .sp,
  #spNavi {
    display: block;
  }

  #headTel,
  #glnv {
    display: none;
  }

  .wrapper {
    width: 100%;
  }
  .wrapper.narrow {
    width: 100%;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .btnWrap {
    margin-top: 15px;
  }
  .btnWrap > *:not(:only-of-type) {
    margin-right: 2%;
  }

  .btnStyle01, .btnStyle03 {
    width: 48%;
    height: 45px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .btnStyle02 {
    margin-top: 15px;
    width: 45px;
    height: 45px;
    line-height: 40px;
  }

  .btnStyle03 {
    height: auto;
    width: 100%;
  }

  .ttlStyle01 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .ttlStyle01.noImg {
    padding-bottom: 20px;
  }
  .ttlStyle01.noImg .sex {
    position: static;
    display: block;
    text-align: right;
    margin-bottom: -10px;
  }
  .ttlStyle01 img {
    width: 40px;
    left: 15px;
    top: 5px;
  }

  .ttlStyle06 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .scroll {
    overflow: scroll;
    height: 300px;
  }
  .scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #00479d;
    border-radius: 5px;
  }
  .scroll table {
    width: 600px !important;
  }

  .tblStyle02 {
    margin-bottom: 0;
  }
  .tblStyle02 tr > * {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding: 10px 0;
  }
  .tblStyle02 th {
    width: 60px;
  }
  .tblStyle02.gray th {
    width: 100px;
  }
  .tblStyle02.borNone {
    margin-bottom: 20px;
  }
  .tblStyle02.borNone tr > * {
    padding: 5px 0;
  }
  .tblStyle02.borNone .tel {
    font-size: 20px;
    font-size: 2rem;
  }

  .tblStyle03 tr > * {
    padding: 15px 0;
  }

  .tblStyle03Sub {
    margin-top: 10px;
  }
  .tblStyle03Sub tr > * {
    padding: 5px 0;
  }

  /* header
  ********************************/
  #header {
    height: 50px;
  }

  #header #logo {
    margin-bottom: 0;
  }

  #logo img {
    width: auto;
    height: 30px;
    margin-top: 10px;
    display: inline-block;
  }

  #glnv {
    background-color: #fff;
    padding-bottom: 15px;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9999;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
  }
  #glnv ul li {
    width: 100%;
  }
  #glnv ul li:not(.sp) a {
    position: relative;
  }
  #glnv ul li:not(.sp) a::after {
    font-family: FontAwesome;
    position: relative;
    color: #00479d;
    content: "\f105";
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 15px;
  }
  #glnv ul li:not(.sp) a::after::after {
    position: absolute;
  }
  #glnv ul a {
    display: block;
    border-bottom: 1px solid #bababa;
  }
  #glnv ul a:hover {
    border-bottom: 1px solid #bababa;
  }
  #glnv ul a.btnStyle01, #glnv ul a.btnStyle03 {
    color: #fff;
    padding: 10px;
    border-bottom: none;
  }
  #glnv ul a.btnStyle02 {
    color: #fff;
    padding: 0;
    font-size: 26px;
    font-size: 2.6rem;
    border-bottom: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
  }
  #glnv .shopTel {
    margin-right: 15px;
    margin-left: 15px;
    padding: 10px;
  }
  #glnv .shopTel a {
    padding: 0;
    border-bottom: none;
  }
  #glnv .btnWrap {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
  }

  #spNav ul li a {
    display: block;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 10px 15px;
    position: relative;
    z-index: 60;
  }

  #spNav ul li:first-of-type a {
    border-top: 1px solid #fff;
  }

  #spNavi,
  #spNavi span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }

  #spNavi {
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 999;
    right: 0;
    top: 0;
    background-color: #00479d;
  }
  #spNavi .label {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    color: #00479d;
    font-size: 11px;
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    position: absolute;
    bottom: 0px;
    right: -5px;
    text-align: center;
    color: #fff;
  }
  #spNavi span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 24px;
    height: 2px;
    background-color: #fff;
  }
  #spNavi span:nth-of-type(1) {
    top: 13px;
  }
  #spNavi span:nth-of-type(2) {
    top: 19px;
  }
  #spNavi span:nth-of-type(3) {
    top: 25px;
  }

  /* footer
  ********************************/
  #footer {
    padding: 20px 0;
  }

  #pagetop {
    width: 50px;
    height: 50px;
    padding-top: 10px;
  }
  #pagetop span {
    display: none;
  }
  #pagetop i {
    font-size: 15px;
    font-size: 1.5rem;
  }

  p#copy small {
    font-size: 11px;
    font-size: 1.1rem;
  }

  /* toppage
  ********************************/
  #mainimg {
    background-image: url(../img/higashitotsuka/mainimg_sp.jpg);
  }
  #mainimg .wrapper {
    height: auto;
    padding-top: 87.1875%;
  }
  #mainimg h1 {
    right: 15px;
    width: 70%;
  }

  ul#petList li {
    width: 100%;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: 0;
  }
  ul#petList .thum {
    width: 42%;
    height: auto;
    padding-top: 30%;
    margin-bottom: 0;
  }
  ul#petList .info {
    width: 55%;
  }
  ul#petList .button {
    width: 100%;
  }
  ul#petList .status {
    font-size: 12px;
    font-size: 1.2rem;
    max-width: 100%;
    margin-bottom: 0;
  }

  ul#reason {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul#reason li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  ul#reason .benefitsBox li {
    width: auto;
    margin-bottom: 0;
  }

  ul.supportList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    column-gap: 0;
  }
  ul.supportList li {
    width: 48%;
  }
  ul.supportList li:nth-of-type(1), ul.supportList li:nth-of-type(2) {
    margin-bottom: 20px;
  }
  ul.supportList p {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .shopWrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shopWrap .text {
    width: 100%;
    margin-top: 20px;
  }

  .shopTel {
    margin: 20px 0;
  }

  #higashitotsukaMap {
    height: auto;
    padding-top: 75%;
  }

  /* list-page
  ********************************/
  #breadcrumbs {
    background-color: #eeeeee;
    border-top: 1px solid #e5e5e5;
    padding: 5px 0;
  }
  #breadcrumbs strong {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
  }

  /* detail-page
  ********************************/
  .detailwrap .tblStyle02 {
    width: 100%;
  }

  .gallery .mainImg {
    width: 100%;
    height: auto;
    padding-top: 60vw;
  }

  .gallery .thum {
    height: auto;
    padding-top: 19vw;
  }

  .slick-arrow.slick-next,
  .slick-arrow.slick-prev {
    width: 25px;
    height: 45px;
  }

  .slick-arrow.slick-next::before,
  .slick-arrow.slick-prev::before {
    font-size: 30px;
    font-size: 3rem;
    left: 7px;
  }

  .gallery {
    width: 100%;
  }

  #priceBox,
  #remarks,
  #detailShopInfo,
  .medicalOp {
    padding: 15px;
  }

  #detailShopInfo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .optionPrice span {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .optionPrice span.price {
    width: 100%;
    text-align: right;
  }
  .optionPrice small {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }

  ul#safetyList li {
    padding-left: 50px;
  }
  ul#safetyList li h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6em;
  }
  ul#safetyList li h3 .small {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  ul#safetyList li::before {
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
  }
}