@charset "UTF-8";
.l-shoplist {
  width: auto;
  padding: 40px 24px 80px;
}
.l-shoplist-head {
  margin: 0 0 40px 0;
  padding: 0 0 40px;
  background: transparent url('/webstore/design/themes/new_marumitsu/media/images/ver2/bg-handline.svg') no-repeat bottom;
  background-size: 100% 8px;
  text-align: center;
}
.p-shoplist-head__title {
  margin: 0 0 8px 0;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}
.p-shoplist-head__subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.l-shoplist-section {
  justify-content: center;
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
}
.l-shoplist-section:last-child {
  margin: 0;
}
.l-shoplist-body {
  width: 100%;
}
.p-shoplist-body__title {
  margin: 24px 0 4px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.p-shoplist-body__category {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 4px 0;
}
.p-shoplist-body__adress {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 24px 0;
}
.p-shoplist-shop__button {
    border-top: 1px solid var(--c-black);
    border-bottom: 2px solid var(--c-black);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
	margin: 0 0 56px 0;
}
.p-shoplist-shop__link {
    display: block;
    padding: 20px 0;
    background: transparent url(/webstore/design/themes/new_marumitsu/media/images/ver2/icon-arrow.svg) no-repeat right center;
    transition: all 0.3s;
}
.p-shoplist-body__image {
  width: 100%;
  aspect-ratio: 3 / 2;
}

/*ショップページ*/
.l-shoppage {
  width: auto;
  margin: 0 0 40px 0;
  padding: 0 0 64px 0;
}
.p-shoppage-head {
  margin: 0 auto;
}
.p-shoppage__mian-visual {
  aspect-ratio: 4 / 3;
  text-align: center;
  max-width: 870px;
  margin: 0 auto;
}
.l-shoppage-summary {
  margin: 0 auto 16px;
  padding: 40px 24px 0px;
}
.l-shoppage-heading-group {
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid var(--c-black);
}
.p-shoppage__title {
  margin: 0 0 8px 0;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}
.p-shoppage__subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.p-shoppage-summary__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  border-bottom: 1px solid var(--c-black);
  padding:0 0 24px 0 ;
}
.border__none {
  border-bottom: none;
}
.p-shoppage-summary-last__text {
  padding-bottom: 40px ; 
  margin-bottom: 40px;
}
.l-shoppage-section {
  margin: 0 0 56px 0;
  padding: 0 24px 56px;
  overflow-x: hidden;
}
.p-shoppage-image__box {
  display: flex;
  flex-wrap: wrap
}
.p-shoppage-a__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 24px 0 16px ;
}
.p-shoppage-b__image {
  width: calc(50% - 8px);
  aspect-ratio: 3 / 4;
  margin: 0 8px 24px 0;
}
.p-shoppage-c__image {
  width: calc(50% - 8px);
  aspect-ratio: 3 / 4;
  margin: 0 0 24px 8px;
}
.p-shoppage__define {
  width: auto;
}
.p-shoppage__title {
  font-size: 25px;
  font-weight: 700;
}
.p-shoppage__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 24px 0 ;
}

/*イベント*/
.p-shoppage-event__title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  border-bottom: 1px solid var(--c-black20);
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.l-shoppage-event-section {
  display: flex;
  justify-content: space-between;
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid var(--c-black20);
}
.l-shoppage-event:last-child {
  margin: 0;
}
.l-shoppage-event-body {
  width: calc(100% - 104px)
}
.p-shoppage-event-body__title {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.p-shoppage-event-body__date {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.p-shoppage-event-body__image {
  width: 80px;
  aspect-ratio: 1 / 1;
}
.p-shoppage-detail__link {
	display: inline-block;
    border-bottom: 1px solid var(--c-black);
    line-height: 1;
    letter-spacing: 0.02em;
}


@media (min-width: 769px) {
  .l-shoplist {
    padding: 64px 80px;
  }
  .l-shoplist-head {
    padding: 0 0 64px;
    text-align: left;
  }
  .l-shoplist-section {
    align-items: center;
  }
  .l-shoplist-detail {
    margin: 0 auto;
    padding: 64px 80px;
  }
  .l-shoppage {
    margin: 0 0 80px;
    padding: 0 0 80px;
  }
  .p-shoppage-head {
    padding: 64px 80px 0;
  }
  .l-shoppage-summary {
    margin: 0 auto ;
    padding: 80px 0 40px;
  }
  .l-shoppage-heading-group {
    max-width: 680px;
    margin: 0 auto 40px;
    padding-bottom: 40px;
  }
  .p-shoppage-summary__text {
    max-width: 680px;
    margin: 0 auto;
	padding-bottom: 40px;
  }
  .l-shoppage-section {
	max-width: 680px;
    margin: 0 auto 80px ;
    padding: 0 ;
  }
  .p-shoppage-summary-last__text {
    padding-bottom: 80px ; 
    margin-bottom: 80px;
  }
  .l-shoppage-event-section {
	align-items: center;
  }
  .p-shoppage-a__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin: 56px 0 40px ;
  }
  .p-shoppage-b__image {
    width: calc(50% - 20px);
    margin: 0 20px 40px 0;
  }
  .p-shoppage-c__image {
    width: calc(50% - 20px);
    margin: 0 0 40px 20px;
  }
}
@media (min-width: 1081px) {
  .l-shoplist {
    max-width: 870px; 
    padding: 64px 0;
    margin: 0 auto;
  }
  .l-shoplist-body {
    display: flex;
    align-items: center;
    flex-direction: reverse;
    margin: 40px 0 0 0;
    padding: 0 0 40px 0;
	border-bottom: 1px solid var(--c-black);
}
  .p-shoplist-shop__define {
    width: auto;
	margin-left: 24px;
}
  .p-shoplist-body__title {
    margin: 24px 0 24px 0;
}
  .p-shoplist-body__image {
    width: 46.1%;
    margin: 0;
}
  .p-shoplist-shop__button {
    border-top: none;
    border-bottom: none;
}
  .p-shoplist-shop__link {
	display: inline;
    padding: 0px 32px 0px 0px;
}
}