.tel-box:hover {
	text-decoration: none;
}

.store__anounce__row {
	gap: 60px;
  	justify-content: space-between;
  	margin-top: 60px;
}

.store__anounce__imgTop {
    width: 87%;
}

.store__anounce__imgUnder {
  	width: 50%;
    margin-top: -22%;
    margin-left: auto;
}

.store__anounce__text {
	margin-top: 50px;
  	border-top: 1px solid #D8D8D8;
}

.store__anounce__text .d-flex {
	flex-direction: column;
}

.store__anounce__text .th {
	padding: 10px 0 5px;
  	font-size: 14px;
}

.store__anounce__text .td {
	padding: 5px 0 10px;
  	font-size: 14px;
  	border-bottom: 1px solid #D8D8D8;
    display: block;
}

.store__access__caption {
	margin-top: 35px;
}

.store__access__mapWrapper {
    width: 100%;
    height: 377px;
  	margin-top: 50px;
}

.store__access__mapWrapper iframe {
	width: 100%;
    height: 100%;
  	border: none;
}

.store__access,
.store__parking {
	padding-top: 93px;
  	border-top: 1px solid #D8D8D8;
}

.store__parking__row {
	margin-top: 60px;
  	gap: 80px;
}

.store__parking__caption {
	margin-top: 20px;
}

.store__staff__row {
	display: flex;
    flex-direction: column;
}

.store__staff__item .name {
	font-size: 18px;
  	margin-top: 25px;
}

.store__staff__item .huri {
	font-size: 12px;
}

.store__staff__item .role {
	color: #9A82D0;
    font-size: 14px;
    margin-top: 10px
}

@media screen and (min-width: 1024px) {
  .store__anounce__text .d-flex div:first-of-type {
  	width: 30%;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
  }
  
  .store__anounce__imgBox {
  	width: 45%;
  }
  
  .store__anounce__text {
  	width: 47%;
  }
  
  .store__anounce__text .d-flex div:last-of-type {
  	width: 70%;
  }
  
  .store__anounce__text .d-flex {
	flex-direction: row;
  }
  
  	.store__anounce__imgTop {
        max-width: 395px;
      	width: 100%;
    }

    .store__anounce__imgUnder {
        max-width: 236px;
      	width: 100%;
      	margin-top: -9%;
        margin-left: auto;
        margin-right: -10%;
    }
  
	.store__anounce__text .th,
    .store__anounce__text .td {
        padding: 20px 0;
        font-size: 14px;
        display: block;
    }
  
  	.store__anounce__text .td {
      	border-bottom: 1px solid #D8D8D8;
    }
  
  	.store__anounce__text {
        margin-top: 0;
    }
  
	.store__parking__caption {
        margin-top: 40px;
    }
  
    .store__staff__row {
        display: grid;
    	grid-template-columns: repeat(4, 1fr);
      	column-gap: 25px;
    }
}

.shop__box {
  position: relative;
}

@media screen and (min-width: 768px) {
  .shop__box:before {
      content: "";
      position: absolute;
      width: 530px;
      height: 530px;
      z-index: 0;
      top: 200px;
      right: -350px;
      background-image: url(../images/moza-front-news.png);
      background-size: cover;
  }
}

.store__staff__row {
  	position: relative;
}

@media screen and (min-width: 768px) {
  .store__staff__row:before {
      content: "";
      position: absolute;
      width: 530px;
      height: 530px;
      z-index: 0;
      top: -340px;
      left: -190px;
      background-image: url(../images/moza-front-news.png);
      background-size: cover;
  }
}