/* ドリンク表示用CSS（content-wrapper内で使用） */

/* 基本コンテナ */
.content-wrapper {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.section-wrap {
    padding: 40px 20px;
}

.section-wrap h3 {
    padding-left: 2.5em;
    padding-bottom: 12px;
}

/* 飲み放題ヘッダー（タイトルと値段を横並び） */
.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;
}

/* drink_wrap 2カラムレイアウト用CSS */
.drink_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.drink_item {
    width: calc(50% - 10px); /* 2カラム、gap分を考慮 */
    font-family: serif;
    font-size: 16px;
    margin-bottom: 0; /* margin-bottomは不要（gapで調整） */
    color: #000;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start; /* 上揃え */
}

.drink_item .name {
    flex: 1;
    font-weight: bold;
    line-height: 1.2;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 17px;
}

.drink_item .name .small,
.drink_item .name .en,
.drink_item .tax {
    font-size: 12px;
    font-weight: normal;
}

.drink_item .name .en {
    padding-left: 0.5em;
    padding-top: 0.5em;
    color: #666;
    display: inline-block;
}

.drink_item .text {
    font-size: 14px;
    font-weight: 500;
    padding-left: 0.8em;
    padding-top: 0;
    display: inline-block;
}

.drink_item .prices {
    flex-shrink: 0;
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
    min-width: 120px; /* 価格エリアの最小幅 */
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

/* clearfixクラスがある場合の対応 */
.drink_wrap.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* メニューアイテム用CSS（新構造対応・改良版） */
.menu_wrap_contents {
    width: 100%;
    max-width: 1020px;
    margin: 30px auto;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    box-sizing: border-box;
}

.menu_container {
    margin: 30px 0 50px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.menu_item {
    margin-bottom: 10px;
    font-family: serif;
    width: 100%;
    box-sizing: border-box;
}

.menu_itemContent {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

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

/* メニュータイトル・価格エリア（改良版） */
.menu_itemContent .menu_title {
    flex: 1;
    display: block;
    padding-right: 15px;
}

.menu_itemContent .menu_price {
    flex-shrink: 0;
    display: block;
    white-space: nowrap;
    min-width: 200px;
    align-self: flex-start;
    font-family: 'Yu Gothic', 'Hiragino Sans', sans-serif;
}

/* フォントサイズ（新デザイン統一版） */
.menu_title {
    font-size: 17px;
    line-height: 1.5;
}

.menu_price {
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
    font-weight: bold;
}

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

/* 価格表示用（新デザイン統一版） */
.menu_price .price_table {
    width: 200px;
    margin-left: auto;
    padding: 4px 0;
    font-family: 'Yu Gothic', 'Hiragino Sans', sans-serif;
}

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

.menu_price .price_row 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;
}

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

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

.menu_price .single_price {
    padding: 4px 0;
}

.menu_price .single_price .price_table {
    width: 200px;
    margin-left: auto;
}

.menu_price .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;
}

.menu_price .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;
}

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

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

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

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

.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;
    display: inline-block;
}

/* 画像関連（新デザイン統一版） */
.menu_image {
    flex-shrink: 0;
    width: 80px;
    margin-right: 20px;
}

.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;
}

/* スマートフォン対応 */
@media screen and (max-width: 768px) {
    /* 画像サイズ調整 */
    h3 img.aldr {
        max-width: 568px;
        width: 100%;
    }
    h3 img.nmh {
        max-width: 465px;
        width: 100%;
    }
    h3 img.spk {
        max-width: 439px;
        width: 100%;
    }
    h4 img.nalw {
        max-width: 339px;
        width: 100%;
    }

    /* drink_wrapレスポンシブ */
    .drink_wrap {
        width: 100%;
        padding: 0;
        margin: 20px 0;
        flex-direction: column;
        gap: 15px;
    }
    
    .drink_item {
        width: 100%;
        font-family: serif;
        font-size: 15px;
        flex-direction: row;
        align-items: flex-start;
    }
    
    .drink_item .name {
        width: 100%;
        padding-right: 0;
        margin-bottom: 8px;
    }
    
    .drink_item .prices {
        text-align: left;
        min-width: auto;
    }
    
    /* 飲み放題ヘッダーレスポンシブ */
    .nomihodai-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .nomihodai-header .price {
        font-size: 18px;
    }

    /* メニューアイテムレスポンシブ */
    .menu_wrap_contents {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .menu_container {
        margin: 20px 0;
        overflow: hidden;
    }
    
    .menu_item {
        width: 100%;
        float: none;
        margin-bottom: 16px;
    }
    
    .menu_itemContent {
        display: block !important;
        width: 100%;
    }
    
    .menu_itemContent .menu_title,
    .menu_itemContent .menu_price {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0;
        margin-bottom: 10px;
    }
    
    .menu_itemContent .menu_price {
        text-align: right;
    }
    
    .menu_title,
    .menu_price {
        font-size: 15px;
        line-height: 1.5;
        white-space: nowrap;
        font-family: sans-serif;
        padding: 3px 0;
    }
    
    .menu_title,
    .menu_price,
    .title {
        display: block;
        white-space: normal;
        width: 100%;
        text-align: left;
    }
    
    .make, 
    .text {
        padding: 0;
    }

    .menu_image {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
}


/* スマートフォン対応 */
@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) {

.section-wrap {
}

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

.sp_display { display: none;}
/* iphone見え方改善 */
@media (max-width: 390px) {

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

.section-wrap h3 {
	margin: 0 auto 22px;
}
.section-wrap h3 img,
.section-wrap h4 img{
	margin:  0 auto;
    }
.section-wrap h3 img.others {
	margin:  0 auto;
	max-width: 210px;
    }

.section-wrap h4 {
	margin: 60px auto 20px;
}
.section-wrap h4 .fs12 {color: #666;}
.sp_display { display: inline;}

.drink_item {
	display: block;
}

}