@charset "utf-8";

/****************************
店舗一覧
****************************/

#page-body .container .box-title > a {
  color: #cfc29d;
}
.shops-page-detail ul,
.shops-page ul {
  list-style: none;
}
/*トップ*/
@media (min-width: 1020px) {
  .shops-page-detail .container,
  .shops-page .container {
    max-width: 1020px;
  }
}
body[class^="p-shops"] #page-body > .container {
  margin-bottom: 45px;
}
.box-title {
  margin: 20px 0 70px;
}
.shops-page {
  border-top: 1px solid #f9f5ea;
  padding-top: 59px;
  margin: 63px 0 59px;
}
.shops-page-detail {
  margin: 59px 0;
}
.shops-index__row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.shops-index__row::before,
.row.shops-index__row::after {
  content: none;
}
.shops-index__col {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  width: 50%;
  padding: 0 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.shops-index__link {
  display: block;
  text-align: center;
  height: 300px;
  align-items: center;
  background-color: #f9f5ea;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 22px;
}
.shops-index__link:hover{
  background-color: #efe6d1;
}


@media (min-width: 1080px) {
  .shops-index__row {
    margin: 0 -10px;
  }
}


@media (max-width: 767px) {
  body[class^="p-shops"] #page-body > .container {
    margin-bottom: 20px;
  }
  .shops-page {
    margin: 30px 0 60px 0;
    padding-top: 29px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .box-title {
    margin: 15px 0 30px;
  }
  .shops-index {
    margin-bottom: 50px;
  }
  .p-shops-index .shops-index__row {
    margin: 0;
  }
  .shops-index__col {
    width: 89%;
    padding: 0 5px 24px;
    max-height: 400px;
    margin: 0 auto;
  }
  .shops-index__link  {
    height: 60px;
    font-size: 11px;
  }
  .shops-index__row {
    display: flex;
    flex-direction: column;
  }
}

/* 店舗 一覧 */

.shops-index__pre {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  width: -webkit-calc( 100%  / 4  - 20px);
  width: calc( 100%  / 4  - 20px);
  padding: 0 10px 20px;
}
.shops-index__pre-link {
  display: block;
  text-align: center;
  height: 50px;
  align-items: center;
  background-color: #f3ecdb;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 14px;
}
.shops-index__pre.active .shops-index__pre-link {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.shops-index__pre-link:hover {
  background-color: #efe6d1;
}

.eacharea-shopnav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  border-bottom: 1px solid #f3ecdb;
}
.eacharea-shoplist {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  width: -webkit-calc(34% - 30px);
  width: calc(34% - 30px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
  padding: 30px 0 25px;
}
.eacharea-shoplist:nth-child( 3n+1 ) {
  margin-left: 0;
}
.eacharea-shoplist__link {
  display: inline-block;
  padding-bottom: 5px;
  text-align: center;
  font-family: 'Montserrat','Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;;
  font-size: 16px;
}
.eacharea-shoplist__link.active {
  border-bottom: 1px solid #7f7f7f;
}
.eacharea-shoplist .star{
  margin: 5px 0 0 8px;
}
.area-navi__title {
  font-size: 24px;
  margin: 60px 0 40px;
  text-align: center;
}


.point-store__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.point-store__bottom i {
  background: url(/assets/latest/images/icon/membership.png) center center no-repeat;
  background-size: 10px 7px;
  width: 10px;
  height: 11px;
  margin-left: 5px;
  display: inline-block;
}
.point-store__member {
  margin: 25px 0 0;
  border-bottom: 1px solid #070002;
  font-size: 13px;
  font-weight: normal;
}
.point{
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
}
.point .star{
  margin: 0 5px 0 0;
}

@media ( min-width: 767px ) {
  body:not(.p-shops-onlinestore) .eacharea-shoplist {
    text-align: center;
    border-bottom: 1px solid #f3ecdb;
  }
  body:not(.p-shops-onlinestore) .eacharea-shoplist:nth-child( 3n+1 ):nth-last-child( -n+3 ),
  body:not(.p-shops-onlinestore) .eacharea-shoplist:nth-child( 3n+1 ):nth-last-child( -n+3 ) ~ li {
    border: none;
  }
  body:not(.p-shops-onlinestore) .eacharea-shoplist:nth-of-type( -n+3 ) {
    border-top: 1px solid #f3ecdb !important;
  }
  .p-shops-onlinestore .eacharea-shoplist {
    border-top: 1px solid #f3ecdb;
  }
}
@media ( max-width: 767px ) {
  body:not(.p-shops-index) .shops-index__row {
    margin: 0 -8px;
  }
  .shops-index__pre {
    width: -webkit-calc( 100%  / 4  - 10px);
    width: calc( 100%  / 4  - 10px);
    padding: 0 5px 10px;
  }
  .shops-index__pre-link {
    font-size: 10px;
    height: 30px;
    line-height: 1.4;
  }
  .area-navi__title {
    font-size: 15px;
    margin: 25px 0 20px;
  }
  .eacharea-shopnav {
    margin-bottom: 30px;
  }
  .eacharea-shoplist {
    width: 100%;
    margin: 0;
    padding: 15px 22px;
    border-top: 1px solid #f3ecdb;
  }
  .eacharea-shoplist__link {
    font-size: 12px;
    text-align: left;
    padding-bottom: 0;
  }
  .shopdetail-wrap #shopname .star.visible-phone {
    display: inline-block !important;
    margin: 0 0 0 10px;
  }
  .point-store__member {
    font-size: 11px;
    margin: 18px 0 0;
  }
}

/* shop list onlinestore */
.online-shop-name i {
  background: url(/assets/latest/images/icon/collection-new-window.png) center center no-repeat;
  background-size: auto 12px;
  width: 18px;
  height: 19px;
  margin-left: 20px;
  display: inline-block;
}
.eacharea-onlinenav {
  display: flex;
  align-items: center;
}
.onlinestore-page .eacharea-shopnav {
  margin-bottom: 40px;
}
.eacharea-onlinenav li {
  width: 50%;
}
.eacharea-onlinenav .eacharea-shoplist__link {
  text-align: left;
  font-family: 'Montserrat';
  font-weight: normal;
}
.eacharea-onlinenav .eacharea-shoplist__kome {
  position: relative;
  margin-left: 20px;
  height: 20px;
}
@media ( min-width: 767px ) {
  .eacharea-onlinenav {
    width: 70%;
    margin: 0 auto;
  }
  .eacharea-onlinelist {
    margin-left: 70px;
  }
  .eacharea-onlinenav .eacharea-shoplist__kome-txt {
    position: absolute;
    left: 36px;
    font-size: 13px;
  }
}

@media ( max-width: 767px ) {
  .eacharea-onlinenav .eacharea-shoplist__link {
    padding: 15px 5px 15px 22px;
  }
  .eacharea-onlinenav .eacharea-shoplist__kome {
    margin-left: 0;
    height: auto;
  }
  .eacharea-onlinenav li {
    width: auto;
  }
  .eacharea-shoplist__kome-txt {
    font-size: 10px;
  }
  .onlinestore-page .eacharea-shoplist {
    padding: 0;
  }
  .onlinestore-page .eacharea-shoplist i {
    margin-left: 5px;
  }
  .onlinestore-page .eacharea-shopnav {
    margin-bottom: 30px;
  }
}


/*ポイントサービス　アイコン*/
.star {
  margin: 4px 0;
  position: relative;
  display: inline-block;
  color: #3ac1d5;
  width: 0px;
  height: 0px;
  border-right:  8px solid transparent;
  border-bottom: 6px  solid #3ac1d5;
  border-left:   8px solid transparent;
  -moz-transform:    rotate(35deg);
  -webkit-transform: rotate(35deg);
  -ms-transform:     rotate(35deg);
  -o-transform:      rotate(35deg);
  transform:    rotate(35deg);
  top: -3px;
}
.star:before {
  border-bottom: 7px solid #3ac1d5;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -4px;
  left: -5px;
  display: block;
  content: '';
  -webkit-transform: rotate(-35deg);
  -moz-transform:    rotate(-35deg);
  -ms-transform:     rotate(-35deg);
  -o-transform:      rotate(-35deg);
  transform: rotate(-35deg);
}
.star:after {
  position: absolute;
  display: block;
  /* color: red; */
  top: 0px;
  left: -8px;
  width: 0px;
  height: 0px;
  border-right: 8px solid transparent;
  border-bottom: 6px solid #3ac1d5;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(-70deg);
  -moz-transform:    rotate(-70deg);
  -ms-transform:     rotate(-70deg);
  -o-transform:      rotate(-70deg);
  transform: rotate(-70deg);
  content: '';
}

.ie8 .star-five,
.ie7 .star-five {
  display: none;
}



/* shop map detail */
.shopdetail-wrap {
  margin: 58px 0;
}
.shopdetail-wrap__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.shopphoto__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.shopdetail-wrap__info {
  width: 390px; 
}
.shopphoto__list {
  width: 280px;
}
.shopphoto__list:last-child {
  margin-left: 10px;
}
.shopdetail-left{
  padding-left: 10px;
}
.shopname {
  font-size: 28px;
  margin-bottom: 26px;
  font-family: 'Montserrat','Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;;
  line-height: 1;
}
.shopdetail-left .point-store__btn i {
  background: url(/assets/latest/images/icon/membership.png) center center no-repeat;
  background-size: 10px 7px;
  width: 10px;
  height: 11px;
  margin-left: 12px;
  display: inline-block;
}
.shop-address__name {
  margin-bottom: 26px;
  font-family: 'Montserrat','Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;;
  font-size: 16px;
  font-weight: normal;
}
.shop-address__name .bg-black {
  color: #fff;
  background-color: #000;
  padding: 0 5px;
  display: inline-block;
}
.shop-address__ttl {
  margin-bottom: 5px;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}
.shop-map__link {
  font-size: 13px;
  width: 100%;
  border:1px solid #000;
  text-align: center;
  margin: 15px 0 30px;
}
.shop-map__link a {
  display: block;
  padding: 15px 0px;
}
.shopdetail-wrap .shopmap iframe {
  height: 350px;
}
.shopicon {
  margin-bottom: 26px;
}
.shopicon > li {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
}

.shoporder {
  margin-top: 70px;
  padding-top: 80px;
  border-top: 1px solid #f9f5ea;
}

.shoporder-payment {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 18px;
}

.shoporder-payment__ttl {
  width: 130px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
.shoporder-payment__text {
  width: calc(100% - 130px);
  margin-left: 30px;
  font-size: 14px;
  line-height: 25px;
}
.mail-order__info {
  border-bottom: 1px solid #f9f5ea;
  padding-bottom: 26px;
  margin-bottom: 42px;
}
.mail-order__info .shoporder-payment__ttl,
.mail-order__info .shoporder-payment__text {
  font-size: 15px;
}
@media ( min-width: 768px ) {
  .shop-address__info p {
    font-size: 14px !important;
    line-height: normal;
  }
}
.shopdetail-wrap__photo {
  max-width: 570px;
  width: 100%;
}

@media ( max-width: 767px ) {
  .shopdetail-wrap {
    margin: 30px 0 0;
    border: none;
  }
  .shopdetail-wrap__row {
    flex-direction: column;
  }
  .shopdetail-wrap__info {
    width: 100%;
  }
  .shopname {
    margin: 0 0 5px;
    padding: 10px 0px;
    font-family: 'Montserrat','Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;;
    font-size: 18px;
    font-weight: normal;
  }
  .shop-address {
    text-align: center;
  }
  .shop-address__info {
    font-size: 10px;
  }
  .shopicon {
    margin-bottom: 20px;
  }
  .shopdetail-wrap .shopdetail-left {
    width: 90%;
    padding: 0;
    margin: 0 auto 40px;
  }
  .shopdetail-wrap .shopmap iframe {
    height: 190px;
  }
  .shop-map__link {
    width: 100%;
    font-size: 12px;
    border:1px solid #000;
    text-align: center;
  }
  .shopdetail-wrap__photo {
    width: 87%;
    margin: 0 auto;
    text-align: center;
  }
  .shopphoto__row {
    margin-bottom: 10px;
  }
  .shoporder {
    margin-top: 50px;
    padding-top: 50px;
  }
  .shoporder .container {
    padding: 0 20px;
  }
  .mail-order__info .shoporder-payment__ttl, .mail-order__info .shoporder-payment__text {
    font-size: 12px;
  }

  .shoporder-payment {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .shoporder-payment__ttl {
    width: 100%;
    margin: 0 0 3px;
    font-size: 11px;
    text-align: left;
  }
  .shoporder-payment__text {
    width: 100%;
    margin: 0;
    font-size: 11px;
    line-height: 24px;
  }
  .mail-order__info {
    margin-bottom: 36px;
  }
  .shop-address__info {
    font-size: 10px;
  }
}
@media (max-width: 370px) {
  .shops-index__pre-link {
    height: 40px;
  }
}

/* DH_FRONT_DEPT-7005 */
.eacharea-shopnav {
  margin-top: 60px;
}
.shopicon > li.not-posted {
  font-weight:normal;
  line-height: 20px;
}

@media (max-width: 767px){
  .shoporder {
    margin-top: 20px;
  }
  .eacharea-shopnav {
    margin-top: 30px;
  }
}


.shops-index__jewelry-link{
  background-color: #191919;
  color: #fff;
}

.shops-index__jewelry-link:hover{
  background-color: #262626;
  color: #fff;
}

.shops-index__pre.active .shops-index__pre-link.shops-index__jewelry-link{
  color: #191919;
  line-height: 1;
}

.box-title {
  font-weight: bold;
  font-size: 35px;
}
.shops-select-box-container {
  margin: 0 auto;
  max-width: 650px;
}
.shops-select-box {
  height: 78px;
  margin-bottom: 30px;
  font-size: 18px;
  padding-left: 30px;
  border: 1px solid #000;
}
.shops-jewely-link {
  position: relative;
  margin: auto;
  width: 370px;
}
.shops-jewely-link a {
  text-align: center;
  height: 50px;
  align-items: center;
  background-color: #191919;
  color: #fff;
  font-size: 14px;
}
.shops-select-box-container > div > a:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY( -50% ) rotate( -135deg );
      -ms-transform: translateY( -50% ) rotate( -135deg );
          transform: translateY( -50% ) rotate( -135deg );
}
select {
  -webkit-appearance: none;
  appearance: none;
}
.shops-select-box-arrow {
  position: relative;
  width: 650px;
}
.shops-select-box-arrow::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: 3px solid black;
  border-bottom: 3px solid black;
  right: 25px;
  top: 35%;
  -webkit-transform: translateY( -50% ) rotate( 315deg );
      -ms-transform: translateY( -50% ) rotate( 315deg );
          transform: translateY( -50% ) rotate( 315deg );
}
.dli-pin-fill {
  top: 10px;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  min-width: 20px;
  min-height: 25px;
}
.dli-pin-fill::before {
  background: url(/assets/latest/images/marker-beige.png) center center no-repeat;
  background-size: 79%;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  -webkit-transform: translateY( -50% );
  -ms-transform: translateY( -50% );
  transform: translateY( -50% );
}
.shops-index-info {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  align-items: center;
  background-color: #f9f5ea;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.shop-name {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f3ebdb;
}
.shop-name p {
  margin: 10px 0 0 15px;
  text-align: left;
  line-height: 1.2;
}
.online-shop-name {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  text-align: left;
}
.shop-point-text {
  color: #727272;
}
.shops-spacer {
  width: 100%;
}
.shops-index-frame {
  width: 100%;
  height: 100%;
  margin: 40px 50px;
}
.shop-detail {
  margin: 25px 0 0;
}
.shop-point,
.shop-address,
.shop-detail,
.shop-tel {
  text-align: left;
}
.shop-address p,
.shop-tel p,
.shop-tel a,
.shop-detail a {
  font-size: 15px;
}
.shop-point p {
  font-size: 14px;
}
a.under-link {
  text-decoration: underline;
  text-underline-position: under;
}
.mail-order-link a {
  font-size: 14px;
}
.shopdetail-top {
  border-bottom: 1px solid #f9f5ea;
  margin-bottom: 35px;
}
a.shop-address__ttl {
  margin-bottom: 5px;
  color: #999;
  font-size: 14px;
  font-weight: normal;
}
.shop-annotation {
  margin-bottom: 35px;
}
.shop-annotation p {
  font-size: 14px;
  font-weight: normal;
}
.membership-link {
  margin-bottom: 40px;
}
.duty-free-img {
  padding-bottom: 10px;
}
.shops-link-container a i {
  position: relative;
}
.shops-link-container > a > i::before {
  content: '';
  position:absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  right: 10px;
  top:50%;
  -webkit-transform: translateY( -50% ) rotate( 45deg );
      -ms-transform: translateY( -50% ) rotate( 45deg );
          transform: translateY( -50% ) rotate( 45deg );
}
.shops-link-container {
  background-color: #eee7d4;
  text-align: center;
  height: 135px;
  max-width: 1318px;
  margin: 0 auto 50px;
  display: table;
  width: 100%;
}
.shops-link-container a {
  font-size: 16px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
#shop-slider-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
#shop-slider-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  vertical-align: middle;
  background: transparent;
  outline: 0;
  margin: 0;
  padding: 0 4px;
}
#shop-slider-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: '';
  background: white;
  height: 5px;
  width: 5px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
#shop-slider-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: '';
  height: 7px;
  width: 7px;
  background: transparent;
  box-shadow: 0 0 0 1px white;
}
.shop-detail-title {
  margin: 20px 0 59px;
}
.shopmap {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding-bottom: 105px;
}
.shopmap.annotation {
  padding-bottom: 240px;
}
@media (max-width: 767px) {
  .shops-jewely-link {
    width: 91%;
  }
  .shops-jewely-link a {
    display: flex;
    justify-content: flex-start;
    height: 44px;
    font-size: 14px;
  }
  .shops-jewely-link a span {
    padding-left: 16px;
  }
  .shops-block {
    margin: auto;
    max-width: 600px;
  }
  .shop-detail-title {
    margin: 15px 0 30px;
  }
  .shops-page-detail {
    margin: 30px 0;
  }
  .shops-link-container {
    margin: 0 auto 40px;
    height: 100px;
  }
  .shops-link-box {
    padding: 0 10px;
  }
  .shopdetail-top {
    margin-bottom: 25px;
  }
  .shop-annotation {
    margin-bottom: 25px;
  }
  .membership-link {
    margin-bottom: 30px;
  }
  .shopmap {
    position: initial;
    padding-bottom: 0 !important;
  }
  .shopdetail-left.shop-address__ttl.visible-phone {
    margin: 0 auto 5px;
  }
  .shops-select-box-container {
    max-width: 600px;
  }
  .shops-select-box-arrow {
    width: 91%;
    margin: 0 auto;
  }
  .shops-select-box {
    height: 44px;
    font-size: 14px;
    margin-bottom: 13px;
    padding-left: 15px;
  }
  .shops-select-box-arrow::before {
    right: 13px;
  }
  .shops-select-box-container > div > a:before {
    right: 16px;
  }
  .box-title {
    font-size: 20px;
  }
  .shops-select-box-arrow::before {
    width: 6px;
    height: 6px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
  }
  .shops-select-box-container > div > a:before {
    width: 6px;
    height: 6px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
  }
  .shops-index-info {
    font-size: 14px;
  }
  .shops-index-frame {
    margin: 10px 27.3px 25px;
  }
  .shop-name {
    margin-bottom: 15px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f3ebdb;
  }
  .shop-address p,
  .shop-tel p,
  .shop-tel a,
  .shop-detail a {
    letter-spacing: 1px;
    margin: 0 0 2px;
  }
  .shop-tel a {
    letter-spacing: 1px;
  }
  .shop-tel p {
    margin: 0 0 7px;
  }
  .shop-address p {
    line-height: 18px;
    margin: 0 0 7px;
  }
  .shop-address p,
  .shop-tel p,
  .shop-tel a,
  .shop-detail a,
  .shop-point p,
  .shop-address__name,
  .shopicon li,
  .mail-order-link a {
    font-size: 13.3px;
  }
  .shop-detail {
    margin: 10px 0 0;
  }
  .online-shop-name {
    margin: 7px 0 6px;
  }
  .shops-index-frame.online-shop {
    margin: 10px 25px 8px;
  }
  .online-shop-name i {
    background-size: auto 8px;
    width: 19px;
    height: 19px;
    margin-left: 10px;
  }
  .shop-name p {
    margin: 8px 0 0 10px;
    letter-spacing: 0.1px;
  }
  .dli-pin-fill::before {
    background: url(/assets/latest/images/marker-beige.png) center center no-repeat;
    background-size: 79%;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 24%;
    left: -1px;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    transform: translateY( -50% );
  }
  a.shop-address__ttl {
    font-size: 12px;
  }
}

/*海外ショップ*/
.p-shops-overseas .invisible,
.p-shops-overseas .mail-order-link,
.p-shops-overseas #mail-order.shoporder {
  display: none;
}

/*アウトレット*/
.p-shops-outlet .invisible,
.p-shops-outlet .mail-order-link,
.p-shops-outlet #mail-order.shoporder {
  display: none;
}

/*通常ショップ*/
.himeji .invisible,
.himeji .mail-order-link,
.himeji #mail-order.shoporder,
.kumamototsuruya .invisible,
.kumamototsuruya .mail-order-link,
.kumamototsuruya #mail-order.shoporder,
.sapporostellarplace .invisible,
.sapporostellarplace .mail-order-link,
.sapporostellarplace #mail-order.shoporder,
.nagoyatakashimaya .invisible,
.nagoyatakashimaya .mail-order-link,
.nagoyatakashimaya #mail-order.shoporder,
.lucuaosaka .invisible,
.lucuaosaka .mail-order-link,
.lucuaosaka #mail-order.shoporder,
.minamoahiroshima .invisible,
.minamoahiroshima .mail-order-link,
.minamoahiroshima #mail-order.shoporder,
.amukumamoto .invisible,
.amukumamoto .mail-order-link,
.amukumamoto #mail-order.shoporder,
.kyoto  .invisible,
.kyoto .mail-order-link,
.kyoto #mail-order.shoporder{
  display: none;
}