/* ===== 改修版：画像付きドリンクメニューCSS ===== */
.section-wrap h3 {
    padding-left: 2.5em;
    padding-bottom: 12px;
}

.menu_wrap_contents {
	margin: 30px auto;
}
.lum-gallery-button {
	display: none;
}

/* 新しいレイアウト：画像・タイトル・価格の3列表示 */
.menu_itemContent {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

.menu_item .lastnote {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

/* ラベル画像部分 */
.menu_image {
    flex-shrink: 0;
    width: 80px;
}

.menu_image img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #f0f0f0;
}

.menu_image img:hover {
	opacity: 0.8;
}

/*　ラベル画像追加まで非表示化 */
.menu_image {
	display: none;
}

/* ワイン名部分の改善 */
.menu_itemContent .menu_title {
    flex: 1;
    display: block;
    padding-right: 15px;
}

.menu_title .title {
    font-size: 19px;
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.4;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

.menu_title_english {
    font-size: 13px;
    padding-left: 0.3em;
    color: #666;
    font-style: italic;
    display: block;
    margin-top: 2px;
}

.make {
    font-size: 14px;
    padding-left: 0.3em;
    color: #777;
    margin: 4px 0;
    font-family: 'Yu Gothic', sans-serif;
}

.text {
    font-size: 14px;
    font-weight: 400;
    padding-left: 0.3em;
    color: #555;
    font-family: 'Yu Gothic', sans-serif;
    line-height: 1.5;
    margin-top: 4px;
}

/* 価格部分の改善 */
.menu_itemContent .menu_price {
    flex-shrink: 0;
    min-width: 200px;
    align-self: flex-start;
    display: block;
    white-space: nowrap;
    font-family: 'Yu Gothic', 'Hiragino Sans', sans-serif;
}

.price_table {
    padding: 4px 0;
}

.price_row {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.price_table dt {
    font-size: 12px;
    width: 60px;
    text-align: left;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 15px;
    font-family: 'Yu Gothic', 'Hiragino Sans', sans-serif;
}

.price_table dd {
    font-size: 16px;
    width: 70px;
    text-align: right;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
    font-family: 'Yu Gothic', 'Hiragino Sans', sans-serif;
}

.price_table dd.taxwrap {
    width: 45px;
    text-align: right;
    margin: 0;
    font-family: 'Yu Gothic', 'Hiragino Sans', sans-serif;
}

.tax {
    font-size: 11px;
    color: #666;
    font-weight: 400;
}

/* 単一価格用 */
.single_price {
    padding: 4px 0;
}

.single_price .price_table dt {
    font-size: 12px;
    width: 60px;
    text-align: left;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 15px;
    font-family: 'Yu Gothic', 'Hiragino Sans', sans-serif;
}

.single_price .price_table dd {
    font-size: 16px;
    width: 70px;
    text-align: right;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
    font-family: 'Yu Gothic', 'Hiragino Sans', sans-serif;
}

.single_price .price_table dd.taxwrap {
    width: 45px;
    text-align: right;
    margin: 0;
    font-family: 'Yu Gothic', 'Hiragino Sans', sans-serif;
}

/* 飲み放題ヘッダー（タイトルと値段を横並び） */
.nomihodai-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    background-image: url(../takeout/images/bg_title.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.nomihodai-header h3 {
    margin: 0;
    padding: 0 0 0 1em;
    background: none;
}

.nomihodai-header .price {
    margin: 0;
    white-space: nowrap;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
    font-family: serif;
    margin-top: 10px;
    padding-bottom: 4px;
}


/* スマートフォン対応 */
@media screen and (max-width: 768px) {
    /* 飲み放題ヘッダーレスポンシブ */
    .nomihodai-header {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    


.nomihodai-header h3{
	padding: 0;
	margin-bottom: 15px;
}
.nomihodai-header h3 img{
	width: 100%;
}



    .menu_itemContent {
        flex-direction: column;
        gap: 15px;
    }

    .menu_image {
        width: 60px;
        align-self: center;
    }

    .menu_title {
        padding-right: 0;
    }

    .menu_title .title {
        font-size: 17px;
    }

    .menu_price {
        min-width: auto;
    }

    .price_table dt,
    .price_table dd {
        font-size: 14px;
    }
}

/* スマートフォン対応 */
@media screen and (max-width: 500px) {


.section-wrap {
	padding: 15px;
}
.section-wrap h3 {
	padding: 30px 15px 0;
	margin-top: 15px;
}
.section-wrap h3 img {
	width: 100%;
	}

}



/* PC/スマホ画像切り替え */
img.sp-image { 
 	display: none;
    }

@media screen and (max-width: 600px) {

img.pc-image { 
        display: none; 
    }
img.sp-image { 
        display: block;
        max-width: 100%;
        height: auto;
    }

.menu_wrap_contents {
	margin-top: 15px;
}

    .nomihodai-header .price {
        font-size: 18px;
    }

.nomihodai-header h3 {
	text-align: center;
}
.nomihodai-header h3 img {
	width:  auto;
	margin-left: auto;
	margin-right: auto;
}

.nomihodai-header .price {
	text-align: center;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
    font-family: 'Yu Gothic', 'Hiragino Sans', sans-serif;
	font-size: 120%;
	margin-top: 0px;
	padding-bottom: 10px;
}

}


/* iphone見え方改善 */
@media (max-width: 390px) {

.title_wrap h2 img {
	max-width: 150px;
}

.section-wrap h3 {
	padding-top: 0px;
}
.section-wrap h3 img {
	margin:  0 auto;
	max-width: 140px;
    }
.section-wrap h3 img.white {
	margin:  0 auto;
	max-width: 172px;
    }
.section-wrap h3 img.spark {
	margin:  0 auto;
	max-width: 159px;
    }
.nomihodai-header h3 {
	padding: 0;
	text-align: center;
	}
.section-wrap h3 img.nomiho {
	margin:  0 auto 15px;
	padding: 0 10px 0 0;
	max-width: 174px;
    }

}