.p-shoplist-box {
  	padding-bottom: 80px;
}

.p-shoplist-box:not(:last-of-type) {
	border-bottom: 1px solid #B5BCC0;
}
  
.p-shoplist-box:not(:first-of-type) {
	margin-top: 80px;
}

.p-shoplist-ttl {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.p-shoplist-contents {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-shoplist-box {
  	gap: 5%;
    display: flex;
  }
  
  .p-shoplist-img {
	width: 53%; 
  }
  
  .p-shoplist-contents {
  	width: 42%;
  }
}

.p-shoplist-table {
    display: flex;
    margin-top: 20px;
}

.p-shoplist-table__th {
    background: #CCDDE3;
    padding: 3px 15px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    width: 30%;
  	height: 27px;
    text-align: center; 
  	display: flex;
  	align-items: center;
  	justify-content: center;
}

.p-shoplist-table__td {
    width: 70%;
    padding-left: 5%;
  	font-weight: 500;
    font-size: 14px;
}

.p-shoplist-table__td a {
	color: #495966;
}

.p-shoplist-reserve {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-shoplist-table__th {
  	width: 30%;
    min-width: 87px;
  }
  
  .p-shoplist-reserve {
  	 display: grid;
   	 grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  	.p-shoplist-table__th {
      width: 20%;
    }
  	
  	.p-shoplist-table__td {
        width: 80%;
        padding-left: 5%;
        font-weight: 500;
        font-size: 16px;
    }
}

.p-shoplist-reserve-btn__link {
    background: #7CA8BF;
    color: #fff !important;
    display: block;
    padding: 8px 0;
    text-align: center;
    border-radius: 10px;
}

.p-shoplist-web-link {
    border: 1px solid #7CA8BF;
    display: block;
    color: #7CA8BF !important;
    padding: 13px 0;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.p-shoplist-web-link__txt {
    display: inline-block;
    position: relative;
}

.p-shoplist-web-link__txt:before {
	position: absolute;
    content: "";
    background-image: url(../images/page-link.svg);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    top: 50%;
    right: -30px;
    transform: translate(-50%, -50%);
}

.p-shoplist-movie video {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
  border-radius: 30px;
  aspect-ratio: 1266 / 383;
}