@media print {
  #pageHead {
    padding-top: 20px !important;
  }
  .header-wrap,
  .footer,
  .side-menu,
  .topicspath {
    display: none !important;
  }
  .inner-wrap {
    max-width: 1260px;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .shop-detail nav .pageMenu,
  .shop-detail .sharesnsList,
  .shop-detail .print,
  .shop-detail #c1,
  .shop-detail #c5,
  .shop-detail #c3 {
    display: none !important;
  }
  .shop-detail .main-title {
    letter-spacing: 1.5px;
  }
}
@media print {
  .shop-detail .main-title {
    font-size: 40px !important;
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media print {
  .shop-detail .contents-subtitle {
    font-size: 13px !important;
  }
  .shop-detail .sub-title {
    letter-spacing: 0.8px;
  }
}
@media print {
  .shop-detail .sub-title {
    font-size: 18px;
  }
  .shop-detail .pageMenu {
    display: flex;
    text-align: center;
  }
}
@media print {
  .shop-detail .pageMenu {
    margin-top: 20px;
    justify-content: center;
  }
}
@media print {
  .shop-detail .pageMenu li {
    width: 20%;
  }
  .shop-detail .pageMenu a {
    border-bottom: 1px solid;
    display: block;
    position: relative;
    letter-spacing: 1.2px;
  }
}
@media print {
  .shop-detail .pageMenu a {
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 18px;
  }
}
@media print {
  .shop-detail .pageMenu a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #000000;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .shop-detail .pageMenu a:hover::after {
    transform: scale(1, 1);
  }
}
@media print {
  .shop-detail .userWrite {
    border-bottom: 1px solid;
    font-size: 16px;
    padding-bottom: 150px;
  }
  .shop-detail .menu-border {
    border-bottom: 1px solid;
  }
  .shop-detail .menu-border:last-child {
    border-bottom: none;
  }
}
@media print {
  .shop-detail .menu-border {
    padding-bottom: 40px;
  }
  .shop-detail .photoList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
}
@media print {
  .shop-detail .photoList::before, .shop-detail .photoList::after {
    content: "";
    display: block;
    width: 24%;
  }
  .shop-detail .photoList::before {
    order: 1;
  }
  .shop-detail .photoList .photoListbox {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media print {
  .shop-detail .photoList .photoListbox {
    width: 24%;
  }
  .shop-detail .photoList .photoListbox .img-overflow {
    position: relative;
    width: auto;
    overflow: hidden;
  }
}
@media print {
  .shop-detail .photoList .photoListbox .img-overflow {
    max-height: 220px;
  }
  .shop-detail .photoList .photoListbox .img-overflow .cafe-only {
    position: absolute;
    right: 15px;
    bottom: 5px;
  }
}
@media print {
  .shop-detail .photoList .photoListbox .img-overflow .cafe-only .cafe-only-img {
    width: 65px;
  }
  .shop-detail .photoList .photoListbox .name {
    margin-bottom: 10px;
  }
}
@media print {
  .shop-detail .photoList .photoListbox .name {
    flex-shrink: 0;
    margin-top: 25px;
    font-size: 13px;
  }
  .shop-detail .photoList .photoListbox .value {
    font-size: 10px;
    margin-top: auto;
  }
  .shop-detail .photoList .photoListbox.nolink {
    pointer-events: none;
  }
  .shop-detail .photoList .photoListbox.link .value span {
    position: relative;
  }
  .shop-detail .photoList .photoListbox.link .value span::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 6px;
    margin: auto 0 auto 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fcd766;
    border-bottom: 1px solid #fcd766;
    transform: rotate(-45deg);
  }
  .shop-detail .storeInfo {
    display: flex;
    flex-wrap: wrap;
  }
  .shop-detail .storeInfo .storeInfo-title {
    font-weight: 500;
    background: #eee3cf;
    letter-spacing: 1.5px;
  }
}
@media print {
  .shop-detail .storeInfo .storeInfo-title {
    width: 30%;
    padding-top: 40px;
    padding-left: 45px;
    border-bottom: 1px solid #e7dfca;
    font-size: 15px;
    padding-right: 20px;
  }
  .shop-detail .storeInfo .storeInfo-title:last-of-type {
    border-bottom: none;
  }
  .shop-detail .storeInfo .storeInfo-Content {
    line-height: 2;
  }
}
@media print {
  .shop-detail .storeInfo .storeInfo-Content {
    width: 70%;
    padding-top: 40px;
    padding-left: 45px;
    padding-bottom: 40px;
    font-size: 15px;
    border-bottom: 1px solid #e7dfca;
    letter-spacing: 1.5px;
  }
  .shop-detail .storeInfo .storeInfo-Content:last-child {
    border-bottom: none;
  }
  .shop-detail .storeInfo .storeInfo-Content .address_mark {
    position: relative;
  }
  .shop-detail .storeInfo .storeInfo-Content .address_mark::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 22px;
    background: url(../images/shop/address_mark.svg) no-repeat;
    background-size: contain;
    right: -20px;
    bottom: 0px;
  }
  .shop-detail .storeInfo .inln {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print {
  .shop-detail .storeInfo .inln li {
    margin-left: 20px;
  }
  .shop-detail .storeInfo .inln li:first-child {
    margin-left: 0px;
  }
  .shop-detail .storeInfo .inln a {
    text-decoration: underline;
  }
  .shop-detail .map {
    width: 100%;
  }
}
@media print {
  .shop-detail .map {
    margin-top: 80px;
  }
}
@media print {
  .shop-detail .map iframe {
    height: 540px;
  }
}