@charset "UTF-8";

/* バナー */
.detail-bnr-block--2line{
    width: min(90% , 600px);
    margin: auto;
    margin-bottom: var(--gap-base);
}

.detail-bnr-block--2line .bnr-large{
    display: grid;
    gap: min(1.5em , 48px);
    margin-bottom: min(1.5em, 48px);
}

.detail-bnr-block--2line .bnr-small{
    display: grid;
    gap: min(1.5em , 48px);
    grid-template-columns: repeat(1 , 1fr);
    margin-bottom: min(8% , 48px);
}

.detail-bnr-block--2line .bnr-small__item{
	text-align: center;
}

.detail-bnr-block--2line .bnr-small img{
	max-width: 320px;
}

@media (min-width: 769px) {
   .detail-bnr-block--2line .bnr-small{
	grid-template-columns: repeat(2 , 1fr);
   }
}