@charset "UTF-8";
/*************************
共通class
************************ */
/* ************************
main
************************ */
/* ************************
shop
************************ */
#shopdetail {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  #shopdetail {
    padding-bottom: 0.55rem;
  }
}
#shopdetail .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#shopdetail .container .detailbox {
  display: grid;
  grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
  grid-template-rows: max-content max-content 1fr;
  grid-template-columns: 5.8rem 7rem;
  grid-template-areas: "photo title" "photo text" "photo outline";
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox {
    display: block;
  }
}
#shopdetail .container .detailbox .ph {
  padding-right: 0.8rem;
  grid-area: photo;
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox .ph {
    padding-right: 0;
    margin-bottom: 0.24rem;
  }
}
#shopdetail .container .detailbox .ph figure {
  margin-top: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox .ph figure {
    margin-top: 0.24rem;
  }
}
#shopdetail .container .detailbox .ph figure:first-of-type {
  margin-top: 0;
}
#shopdetail .container .detailbox-head {
  border-bottom: 1px solid #000;
  padding-bottom: 0.2rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: title;
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-head {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0.35rem;
  }
}
#shopdetail .container .detailbox-head .shop-name {
  font-size: 0.27rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-head .shop-name {
    font-size: 0.18rem;
    width: 100%;
    margin-bottom: 0.12rem;
  }
}
#shopdetail .container .detailbox-head .shop-cat {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-head .shop-cat {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#shopdetail .container .detailbox-head .shop-cat-floor {
  font-size: 0.18rem;
  padding-left: 0.36rem;
  padding-right: 0.66rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-head .shop-cat-floor {
    font-size: 0.14rem;
    padding-left: 0.27rem;
    padding-right: 0.5rem;
  }
}
#shopdetail .container .detailbox-head .shop-cat-floor:before, #shopdetail .container .detailbox-head .shop-cat-floor:after {
  content: "";
  display: block;
  position: absolute;
}
#shopdetail .container .detailbox-head .shop-cat-floor:before {
  width: 0.2rem;
  height: 0.18rem;
  background: transparent url(../img/icon_floor.svg) no-repeat scroll center center/contain;
  top: calc((100% - 0.18rem) / 2);
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-head .shop-cat-floor:before {
    width: 0.15rem;
    height: 0.14rem;
    top: calc((100% - 0.14rem) / 2);
  }
}
#shopdetail .container .detailbox-head .shop-cat-floor:after {
  width: 1px;
  height: 0.36rem;
  background-color: #000;
  top: calc((100% - 0.36rem) / 2);
  right: 0.3rem;
  -webkit-transform: rotateZ(30deg);
          transform: rotateZ(30deg);
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-head .shop-cat-floor:after {
    height: 0.27rem;
    top: calc((100% - 0.27rem) / 2);
    right: 0.25rem;
  }
}
#shopdetail .container .detailbox-head .shop-cat-name {
  font-size: 0.18rem;
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-head .shop-cat-name {
    font-size: 0.14rem;
  }
}
#shopdetail .container .detailbox-main-info {
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-area: text;
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-main-info {
    display: block;
    text-align: center;
    margin-bottom: 0.24rem;
  }
}
#shopdetail .container .detailbox-main-info-logo {
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #f1f0ec;
  border-radius: 0.08rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1rem;
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-main-info-logo {
    width: 2rem;
    height: 1.33rem;
    border-radius: 0.04rem;
    margin: 0 auto 0.2rem;
    padding: 0.2rem;
  }
}
#shopdetail .container .detailbox-main-info-logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#shopdetail .container .detailbox-main-info-txt {
  width: calc(100% - 1.64rem);
  font-size: 0.15rem;
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-main-info-txt {
    font-size: 0.12rem;
    width: 100%;
  }
}
#shopdetail .container .detailbox-main-info-txt > *:first-child {
  margin-top: 0;
}
#shopdetail .container .detailbox-main-outline {
  grid-area: outline;
}
#shopdetail .container .detailbox-main-outline-title {
  font-size: 0.15rem;
  font-weight: 500;
  color: #684b38;
  margin-top: 0;
  margin-bottom: 0.16rem;
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-main-outline-title {
    font-size: 0.12rem;
    margin-bottom: 0.12rem;
  }
}
#shopdetail .container .detailbox-main-outline-table table {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-main-outline-table table {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-main-outline-table table tbody {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-main-outline-table table tr {
    width: 100%;
    display: block;
    padding: 0.16rem;
    border-bottom: 1px solid rgba(169, 137, 75, 0.6);
  }
}
#shopdetail .container .detailbox-main-outline-table table tr th {
  width: 2.06rem;
  font-size: 0.15rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(169, 137, 75, 0.6);
  border-right: 1px solid rgba(169, 137, 75, 0.6);
  padding: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-main-outline-table table tr th {
    width: 100%;
    font-size: 0.12rem;
    display: block;
    padding: 0;
    border: none;
    margin-bottom: 0.08rem;
  }
}
#shopdetail .container .detailbox-main-outline-table table tr td {
  font-size: 0.15rem;
  border-bottom: 1px solid rgba(169, 137, 75, 0.6);
  padding: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-main-outline-table table tr td {
    width: 100%;
    font-size: 0.12rem;
    display: block;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-main-outline-table table tr:first-of-type {
    border-top: 1px solid rgba(169, 137, 75, 0.6);
  }
}
#shopdetail .container .detailbox-main-outline-table table tr:first-of-type th, #shopdetail .container .detailbox-main-outline-table table tr:first-of-type td {
  border-top: 1px solid rgba(169, 137, 75, 0.6);
}
@media screen and (max-width: 767.98px) {
  #shopdetail .container .detailbox-main-outline-table table tr:first-of-type th, #shopdetail .container .detailbox-main-outline-table table tr:first-of-type td {
    border: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}