@charset "UTF-8";

.display_inline-block {
    display: inline;
}

.product-info {
    padding: 10px;
}

.product-info .product-info__container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.product-info__heading--icon {
    margin: 0 auto;
    padding: 30px 0; 
    text-align: center;
    font-family: "EB Garamond", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 3rem;
    font-weight: bold;
}

h2.product-info__heading2--reserved {
    border-bottom: 2px solid #000;
    text-align: center;
    font-family: "EB Garamond", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2em;
}
@media screen and (min-width: 760px), print {
    h2.product-info__heading2--reserved {
        margin-bottom: 0;
        font-size: 2.5rem;
    }

    .product-info__heading2-inner--reserved {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}


.js_anchorScrollerContainer {
    height: 500px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.product-info .product-info__container4 {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
    margin-top: 30px;
}

@media screen and (min-width: 760px), print {
    .product-info .product-info__container4 {
        grid-template-columns: 300px 1fr;
        grid-template-rows: auto 1fr;
        justify-items: center;
        margin-top: 75px;
        padding: 0 8px 0 0;
        gap: 50px 40px;
    }
}

.product-info .product-info__content {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-block-start: 30px;
}

@media screen and (min-width: 760px), print {
    .product-info .product-info__content {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
        margin-top: 0;
    }
}

.product-info .product-info__image {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    text-align: center;
}

@media screen and (min-width: 760px), print {
    .product-info .product-info__image {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        margin: 0;
        top: 0;
        text-align: center;
    }
}

.product-info .product-info__image > img {
    width: 300px;
    height: 300px;
    object-fit: contain;
}

.product-info .product-info__button {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    margin-block-start: 50px;
    text-align: center;
}

@media screen and (min-width: 760px), print {
    .product-info .product-info__button {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        text-align: center;
    }
}

.product-info .product-info__heading3 {
    padding-bottom: 10px;
    width: 100%;
    background-image: url(../images/our-wines/border2.gif);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 5px 3px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #000;
}
@media screen and (min-width: 760px), print {
    .product-info .product-info__heading3 {
        margin-top: 0;
        padding-top: 0;
        background-image: none;
    }
}

p.product-info__paragraph--reserved {
    margin-top: 15px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}
@media screen and (min-width: 760px), print {
    p.product-info__paragraph--reserved {
        font-size: 1.8rem;
    }
}

.product-info__list2--reserved {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}
.product-info__list2--reserved > :is(dt, dd) {
    width: 100%;
    font-size: 3vw;
}
.product-info__list2--reserved > dt {
    padding: 5px 10px;
    background-color: #000;
    text-align: center;
    color: #fff;
}
.product-info__list2--reserved > dd {
    padding: 10px 0;
}
@media screen and (min-width: 760px), print {
    .product-info__list2--reserved > dt {
        font-size: 1.2rem;
    }

    .product-info__list2--reserved > dd {
        font-size: 1.4rem;
    }
}

.product-info__list3--reserved > :is(dt, dd) {
    float: none;
    width: 100%;
    padding: 10px 0;
    font-size: 3vw;
    color: #666;
}
.product-info__list3--reserved > dt {
    border-bottom: solid 1px #000;
    text-align: center;
}
@media screen and (min-width: 760px), print {
    .product-info__list3--reserved > dt {
        font-size: 1.5rem;
    }
    .product-info__list3--reserved > dd {
        font-size: 1.4rem;
    }
}

.product-info__list4--reserved  > :is(dt, dd) {
    float: none;
    width: 100%;
    color: #333;
}
@media screen and (min-width: 760px), print {
    .product-info__list4--reserved  > :is(dt, dd) {
        font-size: 1.4rem;
    }
}

/* .product-info__container5 {} */

@media screen and (min-width: 760px), print {
    .product-info__container5 {
        display: flex;
        gap: 10px;
    }

    .product-info__container5-left {
        width: 40%;
    }
    
    .product-info__container5-right {
        width: 60%;
    }
}

.product-navi {
    display: none;
    padding-top: 80px;
}

.product-navi__container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px;
}

.slick-arrow {
    z-index: 100;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    text-align: left;
    background-color: transparent;
    background-size: 40px 40px;
    cursor: pointer;
}
.slick-prev,
.slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.slick-prev {
    left: -20px;
}
.slick-next {
    right: -20px;
}

a.product-navi__link {
    color: #333;
    text-decoration: none;
}

p.product-navi__paragraph {
    text-align: center;
    padding: 10px 5px;
    font-size: 12px;
}

h2.product-navi__heading {
    position: relative;
    width: 100%;
    margin-bottom: 48px;
    border-bottom: 0;
    text-align: center;
    background-image: url(../images/our-wines/border2.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}
h2.product-navi__heading img {
    position: relative;
    bottom: -5px;
}
.product-navi__image {
    width: auto;
    height: 250px;
    margin: 0 auto;
}

@media screen and (min-width: 760px), print {
    .product-navi {
        display: block;
    }
}



.product-info__vintage-anchors {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 0 30px;
	padding: 20px;
	background-color: #eee9d280;
}

.product-info__vintage-anchors[hidden] {
	display: none;
}

.product-info__vintage-anchors a {
	position: relative;
	display: flex;
	gap: 10px;
	padding: 4px;
	font-size: 14px;
	color: #000;
}	

.product-info__vintage-anchors a::before {
	content: '';
	position: relative;
	top: -2px;
	display: block;
	width: 12px;
	height: 12px;
	border-right: #B79751 2px solid;
	border-bottom: #B79751 2px solid;
	transform: rotate(45deg);
}

@media screen and (min-width: 760px), print {
	.product-info__vintage-anchors {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 50px;
		padding: 30px 50px;
		margin-bottom: 40px;
	}

	.product-info__vintage-wrap {
		margin: 0 0 0 6px;
		padding: 20px 0 0 0;
	}
}

.slick-track {
    margin: 0 auto;
}
