section.shop_contents {
  background-image: linear-gradient(to bottom, #f8f8f5, #FFFFFF);
}

section.shop_contents .data_area .landmark {
  color: #c0bba3;
}

section.shop_contents .data_area h2 {
  color: #102029;
}

section.shop_contents .shop_info dl dt {
  color: #444444;
}

section.shop_contents .shop_info dl dd {
  color: #484848;
}

section.shop_contents .map_btn a {
  display: block;
  color: #282828;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #dfdcd0;
}

@media screen and (min-width: 768px) {
  section.shop_contents#shop_honten {
    padding-bottom: 220px;
  }
  section.shop_contents#shop_honten .image_area .shop_main_imge {
    position: absolute;
    left: 0;
    top: -305px;
  }
  section.shop_contents#shop_honten .image_area .shop_subimage {
    margin-top: 310px;
  }
  section.shop_contents#shop_honten .map_area {
    margin: 40px auto 0 0;
  }
  section.shop_contents#shop_kaitori {
    padding-bottom: 100px;
  }
  section.shop_contents#shop_kaitori .image_area .shop_main_imge {
    position: absolute;
    left: 0;
    top: -100px;
  }
  section.shop_contents#shop_kaitori .image_area .shop_subimage {
    margin-top: 520px;
  }
  section.shop_contents#shop_kaitori .map_area {
    margin: 60px auto 0 0;
  }
  section.shop_contents .contents_area {
    width: calc(50% + 500px);
    margin: 0 0 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  section.shop_contents .contents_area .data_area {
    padding: 110px 20px 0;
    width: 320px;
    margin-right: 90px;
  }
  section.shop_contents .contents_area .data_area .landmark {
    font-size: 23px;
  }
  section.shop_contents .contents_area .data_area h2 {
    font-size: 36px;
    margin-top: 65px;
  }
  section.shop_contents .image_area {
    width: calc(100% - 410px);
    position: relative;
  }
  section.shop_contents .image_area .shop_main_imge {
    height: 600px;
  }
  section.shop_contents .image_area .shop_main_imge img {
    height: 600px;
    object-fit: cover;
  }
  section.shop_contents .image_area .shop_subimage {
    display: flex;
    width: 630px;
    gap: 0 10px;
    justify-content: space-between;
  }
  section.shop_contents .image_area .shop_subimage li {
    width: 310px;
  }
  section.shop_contents .image_area .shop_subimage li dd {
    font-size: 12px;
    color: #484848;
  }
  section.shop_contents .image_area .shop_subimage li:nth-of-type(1) {
    padding-top: 60px;
  }
  section.shop_contents .shop_info {
    padding-left: 35px;
  }
  section.shop_contents .shop_info dl {
    margin-top: 30px;
  }
  section.shop_contents .shop_info dl dt {
    font-size: 12px;
    font-weight: 600;
  }
  section.shop_contents .shop_info dl dd {
    margin-top: 20px;
    line-height: 1.87;
  }
  section.shop_contents .map_btn a {
    width: 220px;
    margin: 30px auto 0;
    padding: 17px 0;
    border-radius: 45px;
    position: relative;
  }
  section.shop_contents .map_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 14px;
    height: 10px;
    background: url(/common/images/base/vanguard-arrow-gd.svg) no-repeat;
    transform: translateY(-50%);
  }
  section.shop_contents .map_area {
    width: 100%;
    padding-left: 20px;
  }
}
