@media screen and (max-width: 767.999px) {
  section.shop_contents#shop_honten {
    padding-bottom: 60px;
  }
  section.shop_contents#shop_kaitori {
    padding-bottom: 40px;
  }
  section.shop_contents .contents_area {
    display: flex;
    flex-direction: column;
    padding: 20px 0 0;
  }
  section.shop_contents .contents_area .data_area {
    display: contents;
  }
  section.shop_contents .contents_area .data_area .title_area {
    order: 1;
    padding: 0 30px;
  }
  section.shop_contents .contents_area .data_area .title_area h2 {
    font-size: 23px;
  }
  section.shop_contents .contents_area .data_area .shop_info {
    order: 3;
    margin-top: 35px;
    padding: 0 30px;
  }
  section.shop_contents .contents_area .data_area .shop_info dl {
    margin-top: 18px;
  }
  section.shop_contents .contents_area .data_area .shop_info dl:nth-of-type(1) {
    margin-top: 0;
  }
  section.shop_contents .contents_area .data_area .shop_info dl dt {
    font-size: 10px;
    font-weight: 600;
  }
  section.shop_contents .contents_area .data_area .shop_info dl dd {
    margin-top: 4px;
    font-size: 14px;
  }
  section.shop_contents .contents_area .data_area .map_btn {
    order: 5;
  }
  section.shop_contents .contents_area .data_area .map_btn a {
    margin: 13px auto 0;
    width: 160px;
    padding: 11px 0;
    font-size: 12px;
    border-radius: 45px;
    position: relative;
  }
  section.shop_contents .contents_area .data_area .map_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 5px;
    background: url(/common/images/base/vanguard-arrow-gd.svg) no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  section.shop_contents .contents_area .image_area {
    order: 2;
    margin-top: 18px;
  }
  section.shop_contents .contents_area .image_area .shop_main_imge img {
    width: 100%;
    height: auto;
  }
  section.shop_contents .contents_area .image_area .shop_subimage {
    margin-top: 20px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
  }
  section.shop_contents .contents_area .image_area .shop_subimage li {
    width: calc(50% - 3px);
  }
  section.shop_contents .contents_area .image_area .shop_subimage li:nth-of-type(1) {
    padding-top: 20px;
  }
  section.shop_contents .contents_area .image_area .shop_subimage li dt img {
    width: 100%;
    height: auto;
  }
  section.shop_contents .contents_area .image_area .shop_subimage li dd {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.36;
  }
  section.shop_contents .contents_area .map_area {
    order: 4;
    margin: 30px 30px 0;
  }
  section.shop_contents .contents_area .map_area iframe {
    width: 100%;
    aspect-ratio: 630/560;
  }
}
