@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
/* CSS Document */

/**************************************************************************

common style

**************************************************************************/

/* margin
--------------------------------*/


/* HTML
--------------------------------*/

/* imgタグ要素指定をやめる */
.left img, .pc_nav img, .cart_btn img, .top_linebtn img, .shop_intro img, .f_content img, .r_event_banner img, .kmp-small-banner img, .feature img, .kmp-ranking img, .kodawari img, .kmp-event img, .kml-footer img {
border: none;
font-size: 0;
line-height: 0;
vertical-align: top;
}

/* aタグ要素指定をやめる */
.left a, .center a, .right a, .pc_nav a, .cart_btn a, .top_linebtn a, .kensaku a, .keyword a, .s_nav_btn a, .shop_intro a, .f_content a, .r_event_banner a, .kmp-small-banner a, .kmp-content a, .kml-footer a{
display: block;
-webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  transition: 0.4s;
}

/* liタグ要素指定をやめる */
.keyword li, .right li, .login-member_sp li, .s_nav_btn li, .kmp-navi__list li, .r_event_banner li, .kmp-small-banner li, .feature_area li, .kmp-ranking__list li, .kmp-event__list li {
list-style: none;
}

.none {
  display: none;
}

/* iPhone対応 submit＆textboxデフォルト装飾解除 */
.search_cont input[type="submit"],
.search_cont input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.search_cont input[type="text"],
.search_cont input[type="password"],
.search_cont textarea,
.search_cont select {
outline: none;
border: none;
border-radius: 0;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 949px) {
  .sp_only {
      display: block;
  }
}

/* header
--------------------------------*/
.iframe_head {
  position: relative;
  z-index: 999;
}

.kmp-headparts {
  background: url(https://kingmeat.itembox.design/item/images/common/bk.jpg);
  background-repeat: repeat;
}
.kmp-wrapper {
  width: 96%;
  max-width: 1042px;
  margin: 0 auto;
}
.kmp-headparts .kmp-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 96%;
  padding: 38px 0;
}
.kmp-headparts .left,
.kmp-headparts .center,
.kmp-headparts .right {
  align-items: center;
}
.kmp-headparts .left {
  width: calc(100% - (296px + 303px));
  max-width: 380px;
}
.kmp-headparts .center {
  /* width: calc(100% - (380px + 303px)); */
  max-width: 296px;
}
.kmp-headparts .right {
  width: calc(100% - (380px + 296px));
  max-width: 303px;
}
.kmp-headparts .left h1 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}
.kmp-headparts.sp {
  display: none;
}
.souryou_sptop {
  display: none;
}

@media screen and (max-width: 1024px) {
.kmp-headparts .left,
.kmp-headparts .center,
.kmp-headparts .right {
  width: calc((100% - 20px)/3);
}
}
@media screen and (max-width: 949px) {
.kmp-headparts {
  display: none;
  }
.kmp-headparts.sp {
  display: block;
  }
.head_wrap {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  background: url(https://kingmeat.itembox.design/item/images/common/bk.jpg);
  background-repeat: repeat;
  transition: 0.4s;
  z-index: 999;
  }
.kmp-headparts .left {
  width: calc(100% - 160px);
  margin: 0 0 0 2%;
  align-items: center;
  }
.kmp-navi {
  display: none;
  }
.cart_btn {
  position: absolute;
  top: 0;
  right: 89px;
  width: 89px;
  height: 100%;
  text-align: center;
  background: #E0001A;
  }
.cart_btn a {
  position: relative;
  display: block;
  width: 89px;
  height: 89px;
  text-align: center;
}
.hum_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 89px;
  height: 89px;
  text-align: center;
  background: #1A1817;
  }
.hum_btn .menu_trigger {
  position: relative;
  display: block;
  width: 89px;
  height: 89px;
  text-align: center;
  cursor: pointer;
  }
.hum_btn .hum {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  }
.hum_btn .hum span {
  display: block;
  width: 36px;
  height: 2px;
  background: #fff;
  margin-bottom: 8px;
  transition: 0.4s;
  }
.hum_btn .hum p {
width: 100%;
color: #fff;
}
.souryou_sptop {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #DF001A;
  background: #FEC70B;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  /* margin-top: 70px; */
  }

}
@media screen and (max-width: 425px) {
.cart_btn {
  right: 70px;
  width: 70px;
}
.cart_btn a,
.hum_btn,
.hum_btn a {
  width: 70px;
}
.hum_btn .menu_trigger {
  width: 70px;
}
} 
/*LOGO*/
.kmp-headparts .left {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  align-content: flex-end;
  margin-bottom: 5px;
}
.kmp-headparts .left p {
  font-size: 10px;
  font-weight: bold;
  margin: 0;
}

/*検索窓*/
.kmp-headparts .center .souryou {
  display: block;
  color: #DF001A;
  font-size: 16px;
  font-weight: bold;
}
.kmp-headparts .kensaku {
  margin: 10px 0 6px 0;
}
.search_cont form {
  display: flex;
  justify-content: space-between;
}
.kmp-headparts input.search_txt {
  width: calc(100% - 55px);
  height: 42px;
  padding-left: 10px;
  font-size: 14px;
  border: 2px solid #737373;
  box-sizing: border-box;
}
.kmp-headparts input.search_btn {
  position: relative;
  width: 45px;
  background: url(https://kingmeat.itembox.design/item/images/icon/search.svg) center center/23px no-repeat #1A1817;
  border: 1px solid#737373;
  cursor: pointer;
  box-sizing: border-box;
}
.kmp-headparts .keyword ul {
  display: flex;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.kmp-headparts .keyword ul li {
  transition: 0.4s;
  box-sizing: border-box;
}
.kmp-headparts .keyword ul li a {
  padding: 2px 6px;
  border: 1px solid #424242;
  color: #1A1817;
  font-size: 12px;
  text-decoration: none;
  transition: 0.4s;
  box-sizing: border-box;
}
.kmp-headparts .keyword ul li:not(:last-child) {
  margin-right: 10px;
}
.kmp-headparts .keyword ul li a:hover {
  background: #1A1817;
  color: #F8E9D6;
  opacity: 1;
}
@media screen and (max-width: 949px) {
  .kmp-headparts .keyword ul li a {
      padding: 8px 15px;
      font-weight: bold;
  }
}
/*info*/
.kmp-headparts .right {
  display: flex;
  flex-wrap: wrap;
  justify-items: flex-end;
}
.kmp-headparts .right .top_infobtn {
  width: 100%;
}
.kmp-headparts .right ul {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 10px 0;
  align-items: flex-end;
  padding: 0;
}
.kmp-headparts .right li {
  width: calc((100% / 4));
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
/* .kmp-headparts .right li:not(:last-child) {
  padding-right: 10px;
} */
.kmp-headparts .right .top_linebtn {
  width: 100%;
}

/*メニュー*/
.kmp-navi {
  background: #1C1819;
  border-top: 2px solid #737373;
  border-bottom: 2px solid #737373;
}
.kmp-navi__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1042px;
  margin: 0 auto;
  padding: 0;
}
.kmp-navi__item {
  width: calc((100% - 10px)/5);
  text-align: center;
}
.kmp-navi__item a {
  position: relative;
  display: block;
  padding: 13px 0;
  color: #F8E9D6;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.4s;
}
.kmp-navi__item a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #737373;
  transition: 0.4s;
}
.kmp-navi__item a:hover {
  color: #FFC811;
  opacity: 1;
}
.kmp-navi__item a:hover:before {
  background: #FFC811;
  opacity: 1;
}
.kmp-navi__item.cart_btn {
  width: 50px;
  height: 50px;
  background: #E0001A;
  box-sizing: border-box;
}
.kmp-navi__item.cart_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
}
.kmp-navi__item.cart_btn a::before {
  display: none;
}
.kmp-navi__item.cart_btn a img {
  display: block;
  width: 60%;
  margin-right: 2px;
}
.sp_nav {
  display: none;
  background: #EEE6DC;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  opacity: 0;
  z-index: -1;
}

@media screen and (max-width: 949px) {
.kmp-headparts .left h1 {
  width: 80%;
  margin-top: 4px;
  }
.kmp-navi {
  display: none;
  }
.cart_btn {
  position: absolute;
  top: 0;
  max-width: 89px;
  height: 100%;
  text-align: center;
  background: #E0001A;
  }
.cart_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  }
.cart_btn img {
  display: block;
  width: 50%;
  }
.hum_btn {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 89px;
  height: 100%;
  text-align: center;
  background: #1A1817;
  }
.hum_btn a {
  position: relative;
  display: block;
  text-align: center;
  }
.hum_btn .hum {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  }
.hum_btn.active span:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
  }
.hum_btn.active span:nth-child(2) {
  opacity: 0;
  }
.hum_btn.active span:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
  }
.hum_btn p.close {
  display: none;
  }
.hum_btn.active p.open {
  display: none;
  }
.hum_btn.active p.close {
  display: block;
  }
.sp_nav.open {
  opacity: 1;
  display: block;
  height: calc(100% - 80px);
  /*overflow-y: auto;*/
  z-index: 998;
  height: 100%;
  }
.sp_nav .open .souryou {
  display: none;
}
.sp_nav {
display: none;
  }
.sp_nav .f_content {
  background: #EEE6DC;
  }
.sp_nav .kmp-wrapper {
  padding: 0!important;
  }
.kmp-headparts .left p {
  margin-bottom: 0;
  }
.kmp-headparts.sp .kensaku,
.kmp-headparts.sp .keyword{
  width: 96%;
  }
.kmp-headparts.sp .kensaku {
  margin: 10px auto;
  }
.kmp-headparts.sp .keyword {
  margin: 0 auto 20px;
  }
.kmp-headparts .s_nav_btn,
.sp_nav .f_content .fc_name {
  border-top: 2px solid #77736E!important;
  }
.kmp-headparts .s_nav_btn:last-child {
  border-bottom: 2px solid #77736E;
  }
.sp_h_nav {
  position: relative;
  }
.sp_h_nav::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  background: url(https://kingmeat.itembox.design/item/images/icon/arrow2.svg)no-repeat;
  background-size:contain;
  width: 10px;
  height: 14px;
  color: #1A1817;
  transition: 0.4s;
  }
.no_arrow::before {
  display: none;
  }
.j_active::before {
  transform: rotate(90deg);
  transform-origin: 50% 25%;
  }
.s_nav_btn > a,
.s_nav_btn > div {
  display: block;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  box-sizing: border-box;
  cursor: pointer;
  }
.s_nav_btn ul {
  display: none;
  width: 96%;
  margin: 0 auto 40px;
  padding: 0;
  }
.s_nav_btn ul li:not(:last-child) {
  margin-bottom: 2px;
  }
.s_nav_btn li a {
  position: relative;
  display: block;
  padding: 20px;
  background: #fff;
  }
.s_nav_btn li a:hover {
  opacity: 0.6!important;
  }
.s_nav_btn li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  background: url(https://kingmeat.itembox.design/item/images/icon/arrow2.svg)no-repeat;
  background-size:contain;
  width: 10px;
  height: 14px;
  color: #1A1817;
  }
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .5s;
  }
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
  }
}
@media screen and (max-width: 425px) {
.kmp-headparts .left p {
  font-size: 10px;
  }
.kmp-headparts .left h1 {
  width: 100%;
  }
}
/* @media screen and (max-width: 375px) {
.head_wrap {
  height: 60px;
}
  .hum_btn,
  .hum_btn a,
  .cart_btn,
  .cart_btn a {
  width: 60px;
  height: 100%;
}
.cart_btn {
  right: 60px;
}
.hum_btn .hum span {
  width: 40px;
  margin-bottom: 6px;
}
.hum_btn.active span {
  width: 35px;
}
.hum_btn.active span:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
}
.hum_btn.active span:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
}
.sp_nav {
  margin-top: 60px;
}
.sp_nav.open {
  height: (100% - 60px);
}
.souryou {
  margin-top: 60px;
}
} */

/*スライダー*/
#top_slider {
  width: 100%;
  overflow-x: hidden;
}
.slider_bottom {
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 50px;
}
.slider_btn {
  position: relative;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev {
  left: -22px;
}
.slick-next {
  right: -22px;
}
.slick-prev:before, .slick-next:before {
  content: '';
  display: block;
  background: url(https://kingmeat.itembox.design/item/images/icon/arrow2.svg)no-repeat;
  background-size:contain;
  width: 10px;
  height: 14px;
  color: #1A1817;
}
.slick-prev:before {
  transform: rotate(180deg);
}
.slick-dots {
  bottom: 0;
}
.slick-dots li button {
  position: relative;
  width: 14px;
  height: 14px;
  border: 3px solid #1A1817;
  border-radius: 50%;
  background: none;
}
.slick-dots li button:before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: none;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #1A1817;
}
.slick-slide{
  margin: 0 1px;
}

@media screen and (max-width: 949px) {
  .slider_bottom {
      margin-bottom: 30px;
  }
}
@media screen and (max-width: 425px) {
  .slider_bottom {
      width: 96%;
  }
  .slick-prev,
  .slick-next {
      width: 14px;
      height: 25px;
  }
  .slick-prev {
      left: 0;
  }
  .slick-next {
      right: 0;
  }
  .slick-prev:before,
  .slick-next:before {
      width: 14px;
      height: 25px;
  }
  .slider_dots {
      text-align: center;
  }
}


/* footer
--------------------------------*/
.kml-footer .sp {
  display: none;
}
.kml-footer .pc {
  cursor: pointer;
}
.iframe_foot {
  position: relative;
  z-index: 0;
}
.kml-footer {
  background: url(https://kingmeat.itembox.design/item/images/common/bk2.jpg)repeat;
  padding: 0;
}
.f_content {
  padding-top: 81px;
  padding-bottom: 73px;
}
.f_content .fc_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.f_content .fc_box {
  width: calc((100% - 84px)/3);
  line-height: 1.6;
}
.f_content .fc_box:first-child {
  margin-bottom: 40px;
}
.f_content .fc_box a.fc_link {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  font-weight: 600;
  box-sizing: border-box;
}
.f_content .fc_box a.fc_link:not(:last-child){
  margin-bottom: 10px;
}
.f_content .fc_box a.fc_link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 10px;
  background: url(https://kingmeat.itembox.design/item/images/icon/arrow1.svg)no-repeat;
}
.f_content .fc_box p {
  font-weight: 600;
}
.f_content .fc_box p+a.fc_link,
.f_content .fc_box p+img{
  margin-top: 20px;
}
.f_content .fc_name {
  margin-bottom: 21px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight:800;
  border-bottom: 1px solid #000;
}
.f_content .souryou {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin-bottom: 10px;
}
.f_content .shipping_price {
  font-size: 24px;
}
.f_content .tal a {
  position: relative;
  padding-left: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: bold;
  box-sizing: border-box;
}
.f_content .tal a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 27px;
  background: url(https://kingmeat.itembox.design/item/images/icon/phone.svg)no-repeat;
}

.common_kmp_copyright address {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  background: #1C1819;
}

@media screen and (min-width: 950px) {
  .f_content .fc_name div:hover {
      cursor:default;
      opacity: 1;
  }
}
@media screen and (max-width: 949px) {
.kml-footer .sp {
  display: block;
}
.kml-footer .pc {
  display: none!important;
}
.f_content {
  padding-top: 0;
  padding-bottom: 0;
}
.f_content .fc_box {
  width: 100%;
}
.f_content .fc_name {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 18px;
  border-bottom: none;
  border-top: 1px solid #1A1817;
}
.f_content .fc_name div {
  display: block;
  padding: 15px 0 15px 10px;
  font-weight: 800;
  box-sizing: border-box;
  cursor: pointer;
}
.f_content .fc_name::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  background: url(https://kingmeat.itembox.design/item/images/icon/arrow2.svg)no-repeat;
  background-size:contain;
  width: 10px;
  height: 14px;
  color: #1A1817;
  transition: 0.4s;
}
.f_content .j_active::before {
  transform: rotate(90deg);
  transform-origin: 50% 25%;
}
.f_content .fc_content {
  display: none;
  width: 96%;
  margin: 0 auto 40px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}
.f_content .fc_content p {
  font-size: 14px;
  font-weight: 600;
}
.f_content .fc_content p+a,
.f_content .fc_content div+p {
  margin-top: 10px;
}
.f_content .fc_link {
  display: block;
  width: 100%;
  margin-bottom: 1px;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}
.f_content .fc_box a.fc_link:not(:last-child){
  margin-bottom: 2px;
}
.f_content .fc_box a.fc_link:before {
  left: auto;
  right: 10px;
}
.f_content .fc_box a.fc_link+br {
  display: none;
}
.f_content .fc_box:first-child {
  margin-bottom: 0;
}
.f_content .fc_box:first-child .fc_name {
  border: none;
}
}

/* leftnav
--------------------------------*/
.kml-leftnav {
  max-width: 240px;
  width: 100%;
}
/*検索窓*/
.kml-leftnav .kensaku {
  margin-bottom: 31px;
}
.kml-leftnav input.search_txt {
  width: calc(100% - 41px);
  height: 36px;
  padding-left: 10px;
  border: 2px solid #737373;
  box-sizing: border-box;
}
.kml-leftnav input.search_btn {
  position: relative;
  width: 36px;
  background: url(https://kingmeat.itembox.design/item/images/icon/search.svg) center center/19px no-repeat #1A1817;
  border: 1px solid#737373;
  cursor: pointer;
  box-sizing: border-box;
}
/*ライン*/
.kml-leftnav .top_linebtn {
  margin-bottom: 46px;
}
.kml-leftnav .top_linebtn a:hover {
  opacity: 0.6!important;
}
.kml-leftnav .s_nav_btn:nth-last-of-type(2) {
  margin-bottom: 40px;
}
.kml-leftnav .s_nav_btn:not(:nth-last-of-type(2)) {
  margin-bottom: 26px;
}
.kml-leftnav .s_nav_btn>a {
  display: block;
  width: 100%;
  margin-bottom: 7px;
  padding: 16px 0;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid #000;
}
.kml-leftnav .s_nav_btn ul {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.kml-leftnav .s_nav_btn ul li a {
  position: relative;
  display: block;
  padding: 22px 0 22px 25px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
.kml-leftnav .sp_h_nav::before {
  display: none;
}
.kml-leftnav .s_nav_btn ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 8px;
  height: 10px;
  background: url(https://kingmeat.itembox.design/item/images/icon/arrow3.svg)no-repeat;
}
/*実店舗のご案内*/
.shop_intro {
  color: #fff;
  background: #1C1819;
}
.shop_intro_wrap {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
.shop_intro h3 {
  display: block;
  width: 100%;
  margin-bottom: 6%;
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: 800;
  text-align: center;
  margin-top: 0;
}
.shop_intro h3 span {
  display: block;
  margin-top: 2%;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Yu Gothic Medium", sans-serif;
  font-size: 19px;
}
.shop_intro p {
  margin: 6% auto;
  font-size: 12px;
  line-height: 1.7;
}
.shop_intro a {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #1C1819;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.shop_intro a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  width: 8px;
  height: 10px;
  background: url(https://kingmeat.itembox.design/item/images/icon/arrow1.svg)no-repeat;
}
.shop_intro a:hover {
  background: #FFC811;
}
@media screen and (max-width: 949px){
  /*実店舗のご案内*/
  .shop_intro_wrap {
      width: 89%;
      padding: 8% 0;
  }
  .shop_intro h3 {
      margin-bottom: 6%;
  }
  .shop_intro a {
      padding: 24px 0;
  }
  .shop_intro a:before {
      left: auto;
      right: 10px;
  }
  .shop_intro p {
      font-size: 14px;
  }
}
