@charset "UTF-8";
/* フォント読込 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  box-sizing: border-box;
}

body main {
  background: #f9fbfd;
}
body main #main_sct {
  padding-bottom: 100px;
}
body main #main_sct .shop_ctn {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
body main #main_sct .shop_ctn > .grid_ctn {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  body main #main_sct .shop_ctn > .grid_ctn {
    grid-template-columns: 1fr;
  }
}
body main #main_sct .shop_ctn > .grid_ctn .access_stc {
  border-top: 1px dashed #ccc;
  flex-direction: column;
  align-items: initial;
}
body main #main_sct .shop_ctn > .grid_ctn .access_stc .grid_ctn {
  grid-template-columns: 3fr 7fr;
  border-bottom: 1px dashed #ccc;
  padding: 17px 0 17px 10px;
  font-size: 13px;
}
body main #main_sct .shop_ctn > .grid_ctn .access_stc .grid_ctn p:first-child {
  font-weight: bold;
  font-size: 15px;
}
body main #main_sct .shop_ctn > .grid_ctn .access_stc .grid_ctn p:last-child {
  color: #707070;
}
body main #main_sct .shop_ctn > .grid_ctn .access_stc .grid_ctn .SNS {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3em;
}
body main #main_sct .shop_ctn > .grid_ctn .access_stc .grid_ctn .SNS a {
  margin: 0;
  display: inline-block;
  background: #d3e2e5;
  border-radius: 3px;
  padding: 0 0.3em;
}
body main #main_sct .shop_ctn > .grid_ctn .access_stc .grid_ctn .SNS a.line {
  background: #00b900;
  color: #fff;
}
body main #main_sct .shop_ctn > .grid_ctn .access_stc .grid_ctn .SNS a.instagram {
  background: #e4405f;
  color: #fff;
}
body main #main_sct .shop_ctn > .grid_ctn .access_stc .grid_ctn .SNS a.facebook {
  background: #3b5998;
  color: #fff;
}
body main #main_sct .shop_ctn > .grid_ctn .access_stc .grid_ctn .SNS a.twitter {
  background: #55acee;
  color: #fff;
}
body main #main_sct .shop_ctn > .grid_ctn .access_stc .grid_ctn .SNS a.tiktok {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body main #main_sct .shop_ctn > .grid_ctn iframe {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  body main #main_sct .shop_ctn > .grid_ctn iframe {
    height: 200px;
  }
}
body main #main_sct .shop_ctn .rsv_btn {
  border: 1px solid #ab8f50;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 0;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
body main #main_sct .shop_ctn .rsv_btn p {
  color: #ab8f50;
  text-align: center;
  position: relative;
  padding-left: 30px;
  line-height: 1.7;
}
body main #main_sct .shop_ctn .rsv_btn p::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/rsv_icon.svg);
  background-size: contain;
}/*# sourceMappingURL=shop.css.map */