@charset "UTF-8";
/*  Slider styles
-------------------------*/
.slider-show {
  display: none;
}
.slider-show.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide > div {
  font-size: 0;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
}

input[type=search] {
  background: none;
}

.shop-contents {
  padding: 50px 0 95px 0;
}
.shop-contents .search-box {
  width: 500px;
  border: 1px solid var(--main_color);
  border-radius: 5px;
  padding: 15px 50px 15px 25px;
  margin: 0 0 0 auto;
  position: relative;
}
.shop-contents .search-box input {
  font-size: 14px;
}
.shop-contents .search-box input:focus {
  outline: none;
}
.shop-contents .search-box .btn-search {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--main_color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-contents .search-box .btn-search img {
  width: 11.5px;
}
.shop-contents .tab-contents {
  margin-top: 50px;
}
.shop-contents .tab-contents .tab-type {
  display: flex;
  justify-content: center;
  position: relative;
}
.shop-contents .tab-contents .tab-type:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #6f6f6f;
  left: 0;
  bottom: -1px;
  z-index: -1;
}
.shop-contents .tab-contents .tab-type li {
  width: calc((100% - 100px - 50px) / 2);
}
.shop-contents .tab-contents .tab-type li:nth-child(2) {
  margin-left: 50px;
}
.shop-contents .tab-contents .tab-type li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 10px 10px 0 0;
  background: var(--sub_color);
}
.shop-contents .tab-contents .tab-type li a p {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 24px;
  text-align: center;
  color: #000;
}
.shop-contents .tab-contents .tab-type li.active {
  margin-bottom: -1px;
  background: #fff;
}
.shop-contents .tab-contents .tab-type li.active a {
  border-top: 1px solid #6f6f6f;
  border-left: 1px solid #6f6f6f;
  border-right: 1px solid #6f6f6f;
  background: #fff;
}
.shop-contents .tab-contents .tab-floor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0 auto;
  max-width: 1000px;
}
.shop-contents .tab-contents .tab-floor li {
  min-width: 135px;
  margin: 0 15px 15px 0;
}
.shop-contents .tab-contents .tab-floor li a {
  background: var(--sub_color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  transition: all 0.3s ease;
}
.shop-contents .tab-contents .tab-floor li a p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  color: #000;
}
.shop-contents .tab-contents .tab-floor li:hover a {
  background: var(--main_color);
}
.shop-contents .tab-contents .tab-floor li:hover a p {
  color: #fff;
}
.shop-contents .tab-contents .tab-floor li.active a {
  background: var(--main_color);
}
.shop-contents .tab-contents .tab-floor li.active a p {
  color: #fff;
}
.shop-contents .tab-contents .tab-category {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.shop-contents .tab-contents .tab-category li {
  width: calc((100% - 60px) / 4);
  margin: 0 20px 0 0;
  border-bottom: 3px solid #dedede;
}
.shop-contents .tab-contents .tab-category li:nth-child(4n) {
  margin: 0;
}
.shop-contents .tab-contents .tab-category li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  transition: all 0.3s ease;
}
.shop-contents .tab-contents .tab-category li a p {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 24px;
  text-align: center;
  color: #000;
}
.shop-contents .tab-contents .tab-category li:hover a p {
  color: var(--main_color);
}
.shop-contents .tab-contents .tab-category li.active a p {
  color: var(--main_color);
}
.shop-contents .floor-map {
  margin: 40px auto 0 auto;
  width: 100%;
  max-width: 1160px;
}
.shop-contents .floor-map .floor-ttl {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 58px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: var(--main_color);
  position: relative;
}
.shop-contents .floor-map .floor-ttl:before {
  content: "";
  height: 2px;
  width: 92px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  background: linear-gradient(90deg, var(--main_color) 0%, var(--main_color) 50%, #dedede 50%, #dedede 100%);
}
.shop-contents .floor-map .box-inner {
  text-align: center;
  margin-top: 40px;
  padding: 15px 0;
  background: #fff;
  border: 3px solid var(--sub_color);
  position: relative;
}
.shop-contents .floor-map .box-inner .map-box {
  width: 100%;
  max-width: 830px;
  height: 600px;
  margin: 0 auto;
}
.shop-contents .floor-map .box-inner .map-box .zoomer {
  background-color: #fff;
}
.shop-contents .floor-map .box-inner .map-box .zoomer .zoomer-holder {
  box-shadow: none;
}
.shop-contents .floor-map .box-inner .zoomer-custom {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.shop-contents .floor-map .box-inner .zoomer-custom .zoomer_custom_zoom_in {
  width: 32px;
  height: 32px;
  background-color: var(--main_color);
  position: relative;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
}
.shop-contents .floor-map .box-inner .zoomer-custom .zoomer_custom_zoom_in:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.shop-contents .floor-map .box-inner .zoomer-custom .zoomer_custom_zoom_in:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.shop-contents .floor-map .box-inner .zoomer-custom .zoomer_custom_zoom_out {
  margin-top: 5px;
  width: 32px;
  height: 32px;
  border-radius: 10px 0 0 10px;
  background-color: var(--sub_color);
  position: relative;
  cursor: pointer;
}
.shop-contents .floor-map .box-inner .zoomer-custom .zoomer_custom_zoom_out:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: var(--main_color);
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.shop-contents .shop-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.shop-contents .shop-list .shop-box {
  width: calc((100% - 60px) / 4);
  margin: 0 0 20px 20px;
  padding: 8px;
  background-color: var(--sub_color);
}
.shop-contents .shop-list .shop-box:nth-child(4n + 1) {
  margin: 0 0 20px 0;
}
.shop-contents .shop-list .shop-box .shop-logo {
  position: relative;
}
.shop-contents .shop-list .shop-box .shop-logo .hover-layer {
  opacity: 0;
  transition: opacity 0.5s ease;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(var(--main_color_rgb), 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.shop-contents .shop-list .shop-box .shop-logo .hover-layer .more-text {
  font-family: "Lato", sans-serif;
  display: inline-block;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.shop-contents .shop-list .shop-box .shop-logo .no {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  padding: 8px 5px 8px 0;
  border-radius: 0 20px 0 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--main_color);
  background-color: var(--sub_color);
  z-index: 10;
  text-align: center;
}
.shop-contents .shop-list .shop-box .shop-info {
  letter-spacing: 0.08em;
  margin-top: 15px;
  padding: 0 7px;
}
.shop-contents .shop-list .shop-box .shop-info .floor {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #6f6f6f;
}
.shop-contents .shop-list .shop-box .shop-info .shop-name {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
.shop-contents .shop-list .shop-box .shop-info .item-name {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #6f6f6f;
}
.shop-contents .shop-list .shop-box:hover .shop-logo .hover-layer {
  opacity: 1;
}
.shop-contents .btn-com-more {
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .shop-contents {
    padding: 25px 0 50px 0;
  }
  .shop-contents .search-box {
    width: 100%;
    border-radius: 10px;
    padding: 15px 50px 15px 25px;
    margin: 0;
  }
  .shop-contents .tab-contents {
    margin-top: 25px;
  }
  .shop-contents .tab-contents .tab-type li {
    width: calc((100% - 20px - 10px) / 2);
  }
  .shop-contents .tab-contents .tab-type li:nth-child(2) {
    margin-left: 10px;
  }
  .shop-contents .tab-contents .tab-type li a p {
    font-size: 14px;
    line-height: 22px;
  }
  .shop-contents .tab-contents .tab-floor {
    justify-content: flex-start;
    margin: 25px auto 0 auto;
  }
  .shop-contents .tab-contents .tab-floor li {
    min-width: auto;
    width: calc((100% - 20px) / 5);
    margin: 0 5px 10px 0;
  }
  .shop-contents .tab-contents .tab-floor li:nth-child(5n) {
    margin: 0 0 10px 0;
  }
  .shop-contents .tab-contents .tab-floor li a {
    border-radius: 10px;
    width: 100%;
    height: 50px;
  }
  .shop-contents .tab-contents .tab-floor li a p {
    font-size: 14px;
  }
  .shop-contents .tab-contents .tab-category {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .shop-contents .tab-contents .tab-category li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 0 0;
  }
  .shop-contents .tab-contents .tab-category li:nth-child(2n) {
    margin: 0;
  }
  .shop-contents .tab-contents .tab-category li a p {
    font-size: 14px;
    line-height: 22px;
  }
  .shop-contents .floor-map {
    margin-top: 25px;
  }
  .shop-contents .floor-map .floor-ttl {
    font-size: 40px;
  }
  .shop-contents .floor-map .floor-ttl:before {
    content: "";
    height: 2px;
    width: 52px;
  }
  .shop-contents .floor-map .box-inner {
    margin-top: 20px;
    padding: 0;
    border: none;
  }
  .shop-contents .floor-map .box-inner .map-box {
    width: 100%;
    height: 280px;
  }
  .shop-contents .floor-map .box-inner .zoomer-custom {
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  .shop-contents .floor-map .box-inner .zoomer-custom .zoomer_custom_zoom_in {
    width: 32px;
    height: 32px;
    background-color: var(--main_color);
    position: relative;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
  }
  .shop-contents .floor-map .box-inner .zoomer-custom .zoomer_custom_zoom_in:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .shop-contents .floor-map .box-inner .zoomer-custom .zoomer_custom_zoom_in:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .shop-contents .floor-map .box-inner .zoomer-custom .zoomer_custom_zoom_out {
    margin-top: 5px;
    width: 32px;
    height: 32px;
    border-radius: 10px 0 0 10px;
    background-color: var(--sub_color);
    position: relative;
    cursor: pointer;
  }
  .shop-contents .floor-map .box-inner .zoomer-custom .zoomer_custom_zoom_out:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: var(--main_color);
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .shop-contents .shop-list {
    margin-top: 25px;
  }
  .shop-contents .shop-list .shop-box {
    width: calc((100% - 10px) / 2);
    margin: 0 0 15px 10px;
  }
  .shop-contents .shop-list .shop-box:nth-child(2n + 1) {
    margin: 0 0 15px 0;
  }
  .shop-contents .shop-list .shop-box:nth-child(4n + 1) {
    margin: 0 0 15px 0;
  }
  .shop-contents .shop-list .shop-box .shop-logo {
    position: relative;
  }
  .shop-contents .shop-list .shop-box .shop-logo .hover-layer {
    opacity: 0;
    transition: opacity 0.5s ease;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(var(--main_color_rgb), 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
  }
  .shop-contents .shop-list .shop-box .shop-logo .hover-layer .more-text {
    font-family: "Lato", sans-serif;
    display: inline-block;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
  }
  .shop-contents .shop-list .shop-box .shop-logo .no {
    width: 35px;
    padding: 8px 3px 8px 0;
    border-radius: 0 20px 0 0;
    font-size: 10px;
  }
  .shop-contents .shop-list .shop-box .shop-info {
    margin-top: 10px;
    padding: 0 5px;
  }
  .shop-contents .shop-list .shop-box .shop-info .floor {
    font-size: 14px;
  }
  .shop-contents .shop-list .shop-box .shop-info .shop-name {
    margin-top: 7px;
    font-size: 14px;
    line-height: 22px;
  }
  .shop-contents .shop-list .shop-box .shop-info .item-name {
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
  }
  .shop-contents .shop-list .shop-box:hover .shop-logo .hover-layer {
    opacity: 1;
  }
  .shop-contents .btn-com-more {
    margin: 0 auto;
  }
}

.shop-detail-contents .shop-box {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
.shop-detail-contents .shop-box .shop-info-box {
  padding: 8px;
  width: 100%;
  background-color: var(--sub_color);
  display: none;
  justify-content: space-between;
  align-items: center;
}
.shop-detail-contents .shop-box .shop-info-box .shop-img {
  width: 125px;
}
.shop-detail-contents .shop-box .shop-info-box .info-box {
  width: calc(100% - 15px - 125px);
}
.shop-detail-contents .shop-box .shop-info-box .info-box .box-in {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.shop-detail-contents .shop-box .shop-info-box .info-box .box-in .floor {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  max-width: 110px;
  word-break: break-all;
  margin-right: 10px;
}
.shop-detail-contents .shop-box .shop-info-box .info-box .box-in .shop-name {
  width: calc(100% - 35px);
  padding-left: 15px;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 24px;
  border-left: 1px solid #000;
}
.shop-detail-contents .shop-box .shop-info-box .info-box .category-name {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 22px;
  color: #6f6f6f;
}
.shop-detail-contents .shop-box .shop-img {
  width: 37.5%;
}
.shop-detail-contents .shop-box .shop-img .shop-img-slider {
  opacity: 0;
}
.shop-detail-contents .shop-box .shop-img .shop-img-slider.slick-initialized {
  opacity: 1;
}
.shop-detail-contents .shop-box .shop-img .shop-img-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.shop-detail-contents .shop-box .shop-img .shop-img-slider .slick-dots li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.shop-detail-contents .shop-box .shop-img .shop-img-slider .slick-dots li:last-child {
  margin: 0;
}
.shop-detail-contents .shop-box .shop-img .shop-img-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sub_color);
  text-indent: -9999px;
  cursor: pointer;
}
.shop-detail-contents .shop-box .shop-img .shop-img-slider .slick-dots li.slick-active button {
  background: var(--main_color);
}
.shop-detail-contents .shop-box .shop-info {
  width: 59.5%;
}
.shop-detail-contents .shop-box .shop-info .shop-info-box {
  display: flex;
}
.shop-detail-contents .shop-box .shop-info .info-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 22px;
}
.shop-detail-contents .shop-box .shop-info .info-text .info-note-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
}
.shop-detail-contents .shop-box .shop-info .sns-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.shop-detail-contents .shop-box .shop-info .sns-list li {
  margin-left: 15px;
}
.shop-detail-contents .shop-dec {
  margin-top: 70px;
}
.shop-detail-contents .shop-dec .item-box {
  display: flex;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.shop-detail-contents .shop-dec .item-box:last-child {
  border-bottom: 1px solid #dedede;
}
.shop-detail-contents .shop-dec .item-box .item-ttl {
  background: rgba(222, 222, 222, 0.4);
  width: calc(400 / 1160 * 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-detail-contents .shop-dec .item-box .item-ttl p {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 22px;
  text-align: center;
  color: #000;
}
.shop-detail-contents .shop-dec .item-box .item-dec {
  padding: 15px 50px 15px 50px;
  width: calc(100% - (400 / 1160 * 100%));
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 22px;
  color: #000;
  border-left: 1px solid #dedede;
  word-wrap: break-word;
}
.shop-detail-contents .shop-dec .item-box .item-dec a {
  text-decoration: underline;
}
.shop-detail-contents .shop-dec .item-box .item-dec a:hover {
  text-decoration: none;
}
.shop-detail-contents .btn-com-back {
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .shop-detail-contents .shop-box {
    padding-top: 25px;
    display: block;
  }
  .shop-detail-contents .shop-box .shop-info-box {
    display: flex;
    padding: 8px;
    width: 100%;
  }
  .shop-detail-contents .shop-box .shop-info-box .shop-img {
    width: 125px;
  }
  .shop-detail-contents .shop-box .shop-info-box .info-box {
    width: calc(100% - 20px - 125px);
  }
  .shop-detail-contents .shop-box .shop-info-box .info-box .box-in .floor {
    word-break: break-all;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    max-width: 60px;
  }
  .shop-detail-contents .shop-box .shop-info-box .info-box .box-in .shop-name {
    width: calc(100% - 20px);
    padding-left: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .shop-detail-contents .shop-box .shop-info-box .info-box .category-name {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .shop-detail-contents .shop-box .shop-img {
    width: 100%;
  }
  .shop-detail-contents .shop-box .shop-img .shop-img-slider {
    margin-top: 15px;
  }
  .shop-detail-contents .shop-box .shop-img .shop-img-slider .slick-dots {
    margin-top: 10px;
  }
  .shop-detail-contents .shop-box .shop-info {
    width: 100%;
  }
  .shop-detail-contents .shop-box .shop-info .shop-info-box {
    display: none;
  }
  .shop-detail-contents .shop-box .shop-info .info-text {
    margin-top: 50px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 22px;
  }
  .shop-detail-contents .shop-box .shop-info .info-text .info-note-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .shop-detail-contents .shop-box .shop-info .sns-list {
    margin-top: 15px;
  }
  .shop-detail-contents .shop-dec {
    margin-top: 25px;
  }
  .shop-detail-contents .shop-dec .item-box .item-ttl {
    width: 125px;
  }
  .shop-detail-contents .shop-dec .item-box .item-ttl p {
    font-size: 12px;
    line-height: 20px;
  }
  .shop-detail-contents .shop-dec .item-box .item-dec {
    padding: 10px 15px 10px 10px;
    width: calc(100% - 125px);
    font-size: 12px;
    line-height: 20px;
  }
  .shop-detail-contents .btn-com-back {
    margin: 30px auto 0 auto;
  }
}

.shopnews-contents {
  margin: 100px 0;
}
.shopnews-contents .btn-com-more {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .shopnews-contents {
    margin: 50px 0;
  }
}
