@charset "utf-8";

/*------------  shop  ------------*/

.shop_title_block { padding: 0 0 10px; }
.shop_title { margin: 0 auto; width: 256px; }
.shop_wrap { padding: 0 3% 60px; }

.shop_wrap .payment { margin: 0 0 40px; padding: 24px 2.5% 14px; background: #fbf5e7; }
.shop_wrap .payment .lead { padding: 0 0 12px; font-size: 14px; line-height: 1.5; font-weight: bold; color: #53231b; }
.shop_wrap .payment .type { display: flex; flex-wrap: wrap; padding: 0 0 12px; }
.shop_wrap .payment .type .box { flex-basis: 84px; padding: 0 2px 10px; text-align: center; line-height: 1.3; }
.shop_wrap .payment .type .box span { display: block; margin: 0 auto; }
.shop_wrap .payment .type .box .icon { width: 48px; background: #e7760d; border-radius: 2px; overflow: hidden; }
.shop_wrap .payment .type .box .name { padding: 4px 0 0; width: 100%; font-size: 11px; }
.shop_wrap .payment .cat { padding: 0 0 12px; font-size: 14px; line-height: 1.5; font-weight: bold; color: #53231b; }
.shop_wrap .payment .e-money { display: flex; flex-wrap: wrap; }
.shop_wrap .payment .e-money .box { flex-basis: 78px; padding: 0 2px 10px; text-align: center; line-height: 1.3; }
.shop_wrap .payment .e-money .box span { display: block; margin: 0 auto; }
.shop_wrap .payment .e-money .icon { padding: 1px; width: 46px; background: #fff; border-radius: 2px; overflow: hidden; }
.shop_wrap .payment .e-money .name { padding: 4px 0 0; width: 100%; font-size: 11px; }

.shop_wrap .area { padding: 0 0 60px; }
.shop_wrap .area_name { padding: 0 0 15px; border-bottom: 1px solid #53231b; font-family: 'Noto Sans JP', sans-serif; font-size: 22px; font-weight: 900; color: #53231b; }

.shop_wrap .item { display: flex; position: relative; padding: 28px 2% 26px; border-bottom: 1px solid #d0c199; font-size: 14px; line-height: 1.8; }
.shop_wrap .item .shop_name { width: 24%; font-size: 15px; font-weight: bold; }
.shop_wrap .item .data { padding: 0 2%; width: 66%; }
.shop_wrap .item .add {}
.shop_wrap .item .add .postal { margin: 0 1em 0 0; }
.shop_wrap .item .time {}

.shop_wrap .item .btn_map { margin: 6px 0 0 auto; width: 90px; }
.shop_wrap .item .btn_map .btn { display: flex; justify-content: center; align-items: center; height: 40px; background: #e7760d; font-family: 'Noto Sans JP', sans-serif; font-size: 13px; font-weight: 500; color: #fff; }
.shop_wrap .item .btn_map .label { position: relative; display: inline-block; padding: 0 2px 0 16px; }
.shop_wrap .item .btn_map .label:after { content:""; position: absolute; top: 50%; left: 0; transform: translate(0,-7px); width: 12px; height: 16px; background: url('/images/icon_map.png') no-repeat ; background-size: contain; }






@media screen and (max-width: 960px) {

  .shop_title { width: 224px; }
  .shop_wrap .area { padding: 0 0 40px; }
  .shop_wrap .area_name { font-size: 20px; }

}





@media screen and (max-width: 760px) {

  .shop_title_block { padding: 12px 0 14px; }
  .shop_title { width: 172px; }
  .shop_wrap { padding: 0 0 30px; }

  .shop_wrap .payment { margin: 0 0 32px; padding: 16px 3.5% 8px; }
  .shop_wrap .payment .lead { padding: 0 0 10px; font-size: 13px;}
  .shop_wrap .payment .type { padding: 0 0 6px; }
  .shop_wrap .payment .type .box { flex-basis: 72px; padding: 0 2px 8px; }
  .shop_wrap .payment .type .box span { display: block; margin: 0 auto; }
  .shop_wrap .payment .type .box .icon { width: 46px; background: #e7760d; border-radius: 2px; overflow: hidden; }
  .shop_wrap .payment .type .box .name { font-size: 10px; }
  .shop_wrap .payment .cat { padding: 0 0 10px; font-size: 13px; }
  .shop_wrap .payment .e-money {}
  .shop_wrap .payment .e-money .box { flex-basis: 68px; padding: 0 2px 8px; }
  .shop_wrap .payment .e-money .box span { display: block; margin: 0 auto; }
  .shop_wrap .payment .e-money .icon { width: 44px; background: #fff; border-radius: 2px; overflow: hidden; }
  .shop_wrap .payment .e-money .name { font-size: 10px; }

  .shop_wrap .area { padding: 0 0 25px; }
  .shop_wrap .area_name { padding: 0 3% 10px; font-size: 16px; }

  .shop_wrap .item { flex-direction: column; justify-content: flex-start; padding: 18px 4% 20px; font-size: 13px; line-height: 1.6; }
  .shop_wrap .item .shop_name { padding: 0 0 4px; width: auto; margin-right: auto; font-size: 13px; }
  .shop_wrap .item .data { padding: 0; width: 100%; margin-right: auto; }
  .shop_wrap .item .add .postal { display: block; margin: 0; }
  .shop_wrap .item .time {}

  .shop_wrap .item .btn_map { margin: 0 0 0 auto; width: 80px; }
  .shop_wrap .item .btn_map .btn { height: 38px; }
  .shop_wrap .item .btn_map .label { padding: 0 1px 0 14px; }
  .shop_wrap .item .btn_map .label:after { transform: translate(0,-6px); width: 10px; height: 13px; }

}


