﻿.mt-105 {
  margin-top: 105px;
}

@media screen and (max-width: 767px) {
  .mt-105 {
    margin-top: 64px;
  }
}

.header_menu_panda {
  margin-right: 1px;
}

.section-shop_img {
  display: flex;
  align-items: center;
}

.section-menulist {
  display: none;
}

.menu_active {
  display: block;
}

.now {
  color: #fff;
  background-color: #1073d8;
}

.pager_first a::before,
.pager_last a::before {
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.pager_first a::after,
.pager_last a::after {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.pager_first,
.pager_last {
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.pager_first a::before {
  border-right: 6px solid #fff;
}

.pager_first a::after {
  border-right: 6px solid #fff;
}

.pager_last a::before {
  border-left: 6px solid #fff;
}

.pager_last a::after {
  border-left: 6px solid #fff;
}

.pager_first .pager_link {
  color: #fff;
  background-color: #1073d8;
}

.pager_last .pager_link {
  color: #fff;
  background-color: #1073d8;
}

.section-shopdetail_img img {
  margin: auto;
}

.brand-header-logo {
  width: 25rem;
}

@media screen and (min-width: 768px) {
  .brand-header-logo {
    max-width: 298px;
  }
}

.ticker-slider_slide img {
  border-radius: 4px;
}

@media screen and (max-width:767px) {

  .pager_first,
  .pager_last,
  .pager_next,
  .pager_prev,
  .pager_item {
    position: relative;
    width: 4.871vw;
    height: 4.871vw;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  }

  .pager_prev {
    margin-right: 4vw
  }

  .pager_next {
    margin-left: 4vw
  }

  .pager_num {
    font-size: 3vw;
  }
}

@media screen and (min-width:790px) {
  .only-sp {
    display: none !important;
  }
}

.header_menu_list,
.brandheader_menu_item {
  font-size: min(calc(14 / 1400 * 100vw), 14px);
}

@media screen and (min-width:767px) {
  .section-shop_txt dd {
    font-size: min(calc(14 / 1400 * 100vw), 14px)
  }

  .section-shop_txt dt {
    font-size: min(calc(16 / 1400 * 100vw), 16px)
  }
}

img.scene_eat,
img.scene_takeout,
img.scene_snack {
  height: 20px;
}

.section-newsdetail_body {
  overflow-wrap: break-word;
}

.section-shopdetail_head {
  overflow-wrap: break-word;
}

.brandheader_menu {
  width: 32%
}

.brandheader_menu_list {
  gap: min(22px, 7%);
}

.profile_logo {
  text-align: center;
}

.menulist_img img {
    object-fit: cover;
    max-height: 159px;
    height: calc(159 / 1300 * 100vw);
}

@media screen and (max-width: 960px) and (min-width: 767px) {
    .menulist_img img {
        height: calc(140 / 960 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .menulist_img img {
        height: calc(220 / 760 * 100vw);
        width:100%;
    }
}

/* 神戸屋の技術力 */
@media screen and (max-width: 767px) {
  .block-breads_caption {
    text-align: left;
  }

  .table th:first-child,
  .table td:first-child {
    padding-left: 12px;
  }
}

/* visumoカスタマイズ */
.ecbn-selection-title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px !important;
  font-weight: 500;
}

.ecbn-selection-page-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn {
  display: flex !important;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: fit-content !important;
  min-width: 240px;
  padding: 14px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.3 !important;
  color: #1073d8 !important;
  border: 1px solid #1073d8 !important;
  border-radius: 28px !important;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a {
  color: #1a1311 !important;
  border: 1px solid #1a1311 !important;
  font-weight: bold;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a {
  background-color: #1a1311 !important;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs {
  display: flex;
  justify-content: center;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a,
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a {
  display: grid !important;
  align-items: center;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li {
  align-self: stretch;
  display: inline-flex;
}

@media screen and (min-width: 768px) {
  .ecbn-selection-page-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn:hover {
    color: #fff !important;
    background-color: #1073d8;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 767px) {
  .ecbn-selection-title span {
    font-size: 22px !important;
  }

  .ecbn-selection-page-wrapper .ecbn-selection-description {
    font-size: 14px !important;
  }
}

.menulist_img {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 768px) {
  .text-end {
      display: flex;
      justify-content: flex-end;
    }
}


.section-shopdetail_qr .qr_area {
    display: inline-table;
    margin: 0 8px;
}
.section-shopdetail_qr .qr_area img {
    max-width: 80px;
}

.topbnr_ {
    margin-top: 20px;
}
.topbnr_ ul{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.topbnr_ ul li {
    display: inline-block;
    margin-right: 20px;
}
.topbnr_ ul li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
.topbnr_ ul{
    display: block;
}
.topbnr_ ul li {
    max-width: 100%;
    margin-right: 0;
    margin-top: 20px;
}
    
}

/*20230405追加*/
.material_flex .material{
  width: 50%;
}
.foods_material{
  display: block;
}
@media screen and (max-width:767px) {
  .material_flex .material{
    width: 100%;
  }
  .section-recipedetail_article .materialwrap .material dl dd{
    width: 75px;
  }
  .section-recipedetail_article .materialwrap .material dl dt{
    width: 260px;
  }
}

/*20230922 追加*/
.report_item.recommend_item{
  width: 23%;
}

.magazine-ralated{
  margin-top: 10px;
}

@media screen and (max-width:767px){
  .report_item.recommend_item , .report_item.recommend_item img{
    width: 100%;
  }
}
/*20230922 追加　ここまで*/

/*20231110 PIE-maniaページ作成対応*/
.pie_mania--brand2::before{
  height: 490px;
}
/*20231110 PIE-maniaページ作成対応　ここまで*/