@charset "UTF-8";
/* -------------------------
 common
 --------------------------*/
.pc_appear {
  display: none;
}

.sp_appear {
  display: block;
}

#contents {
  margin: 0 auto;
}

#topicPath {
  text-align: left;
  padding: 10px 15px 8px;
}

/* -------------------------
 contents
 --------------------------*/
.shop_information {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', 'メイリオ', MS PGothic, sans-serif;
  max-width: 100%;
  margin-left: auto;
  background: #edecec url(../img/bg-main_top_sp.png) no-repeat left top;
  background-size: 100% auto;
  padding: 12% 0 8.5%;
}

.shop_information_title {
  width: 83.7%;
  margin: 0 auto;
}

.shop_information_contentwrap {
  width: 93.33%;
  background: #fff;
  margin: 0 auto;
  padding: 4.7% 5%;
  box-sizing: border-box;
}

.cat_nav {
  width: 93.33%;
  margin: 10% auto 0;
}

.cat_nav_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #aea66f;
}

.cat_nav_list_item {
  width: 32.8%;
  background: #222f3c;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.cat_nav_list_item.current {
  background: #aea66f;
}

.cat_nav_anchor {
  width: 100%;
  display: inline-block;
  padding: 0;
}

.shopinfo {
  margin-top: 10%;
  display: flex;
  flex-wrap: wrap;
}

.shopinfo:first-child {
  margin-top: 0;
}

.shopinfo_pics {
  width: 100%;
}

.shopinfo_detail {
  box-sizing: border-box;
  width: 100%;
  order: 1;
}

.shopinfo_detail .shop {
  margin-top: 3.9%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.shopinfo_detail .shop_logo {
  width: 24%;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #ccc;
}

.shopinfo_detail .shop_name {
  width: 73.5%;
}

.shopinfo_detail .shop_name .topic {
  margin: 5px 0 0 0;
  line-height: 1;
}

.shopinfo_detail .shop_name .topic_inner {
  background: #aea66f;
  padding: 1px 14px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .shopinfo_detail .shop_name .topic_inner {
    font-size: 14px;
    font-size: 4.375vw;
  }
}

.shopinfo_detail .shop_name .topic_inner .small {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0.2em;
}

@media (max-width: 768px) {
  .shopinfo_detail .shop_name .topic_inner .small {
    font-size: 12px;
    font-size: 3.75vw;
  }
}

.shopinfo_detail .shop_name_detail {
  margin-top: 0.5em;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #aea66f;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .shopinfo_detail .shop_name_detail {
    font-size: 15px;
    font-size: 4.6875vw;
  }
}

.shopinfo_detail .shop_name_detail .floor {
  display: inline-block;
  position: relative;
}

.shopinfo_detail .shop_name_detail .floor::after {
  content: '|';
  display: inline-block;
  position: relative;
  top: -3px;
  color: #aea66f;
  padding-left: 0.5em;
  font-size: 0.8em;
}

.shopinfo_detail .shop_name_detail .category {
  font-size: 11px;
  font-size: 0.6875rem;
}

@media (max-width: 768px) {
  .shopinfo_detail .shop_name_detail .category {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}

.shopinfo_detail_text {
  margin-top: 2.4%;
  line-height: 1.5;
}

.shopinfo_detail_text .catch {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .shopinfo_detail_text .catch {
    font-size: 14px;
    font-size: 4.375vw;
  }
}

.shopinfo_detail_text .comment {
  margin-top: 0.5em;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .shopinfo_detail_text .comment {
    font-size: 12px;
    font-size: 3.75vw;
  }
}

.closed .shopinfo {
  flex-wrap: wrap;
}

.closed .shopinfo .shop {
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #aea66f;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .closed .shopinfo .shop {
    font-size: 15px;
    font-size: 4.6875vw;
  }
}

.closed .shopinfo .shop .floor {
  display: inline-block;
  position: relative;
}

.closed .shopinfo .shop .floor::after {
  content: '|';
  display: inline-block;
  position: relative;
  top: -3px;
  color: #aea66f;
  padding: 0 0.5em;
  font-size: 0.8em;
}

.closed .shopinfo .comment {
  margin-top: 0.5em;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .closed .shopinfo .comment {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}
