.title_wrap {
	position: relative;
	width: 1000px;
	margin:  40px auto 15px;
}
.title_wrap h2 .goyoyaku {
	position: absolute;
	top: -22px;
	right:250px;
}
.section-wrap {
	padding: 25px 50px;
}

h3.menu_title {
	background:  none;
	border-bottom: 1px solid #c4b39a;
}

.content-wrapper {
	padding: 20px 0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.sub_text {
	text-align: center;
	margin: 15px auto;
	font-size: 15px;
	line-height: 1.7;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.sub_text .line {
	font-size: 110%;
}

.sub_text .line strong{
	border-bottom: 1px dashed #df8787;
	font-weight: bold;
	font-size: 20px;
	color: #be0e0f;
	padding: 0 3px;
}

.sub_text .line_dot strong{

	font-weight: bold;
	font-size: 20px;
	color: #be0e0f;
	padding: 0 3px;
}

.party_wrap {
	display: flex;
	flex-direction: row;
	gap:70px;
}

.menu_price {
    font-size: 35px;
    line-height: 0.7;
    font-family: serif;
	font-weight: bold;
	text-align: right;	
	margin: 5px auto 0px;
	padding: 10px 5px;
	max-width: 325px;
}
.highlight {
  background-image: linear-gradient(0deg, transparent 0.1em, #edbcbc80 0.1em, #edbcbc80 0.5em, transparent 0.5em);
  padding: 0 4px;
}

.menu_price span.brown{
	color: #382819;
}
.menu_price span.small {
    font-size: 68%;
	padding-right: 3px;
}

.offer_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 0 20px;
}

.offer_title::before,
.offer_title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    background-color: #fff;
}

.offer_title::before {
    left: 85px;
}

.offer_title::after {
    right: 85px;
}

.photo {
	max-width: 470px;
}
.photo img{
	width: 100%;
	border-radius: 3px;
}
.menu_item {
	flex: 1;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.party_wrap .menu_item:first-child {
  flex: 1.2;
}


/* 上向き吹き出し（緑） */
span.point {
  position: relative;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background: #094;
  display: inline-block;
  margin-left: 4px;
  margin-top: 3px;
}
span.point:after {
  position: absolute;
  top: -6px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 0 7px 9px 7px;
  border-style: solid;
  border-color: transparent transparent #094 transparent;
}

/* 右向き吹き出し（ピンク） */
span.recommend-label {
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 3px 5px;
  color: #fff;
  background: #993851;
  font-size: 13px;
  font-weight: bold;
  border-radius: 3px;
  
  margin-left: -63px;
  font-family: sans-serif;
}

.drink_list span.recommend-label {
margin-left: -69px;
margin-right: 17px;
}

span.recommend-label:after {
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #993851;
}

.price_info {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #ac9a8d;
}

.menu_section {
	margin-bottom: 25px;
}

.menu_title {
	font-size: 18px;
	font-weight:bolder;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-bottom: 2px;
	text-align: center;
}

.menu_list {
	margin-bottom: 10px;
	line-height: 1.6;
	padding-left: 20px;
}

.drink_list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 10px;
}

.drink_list li {
	margin-bottom: 8px;
	line-height: 1.4;
	padding-left: 20px;
	position: relative;
}

.drink_list li:before {
	content: "・";
	position: absolute;
	left: 5px;
	color: #ac9a8d;
}

.drink_brand {
	font-size: 14px;
	color: #333;
}

.menu_note {
	margin-top: 10px;
}

.menu_note p {
	font-size: 14px;
	color: #382819;
	margin-bottom: 2px;
	text-align: right;
}

.special_offer {
	border: 2px solid #993851;
	background: #993851;
	border-radius: 5px;
	color: #fff;
	padding: 10px;
	max-width: 350px;
	text-align: center;
	font-size: 14px;
	margin: 20px auto 0;
}

.offer_content p {
	line-height: 1.5;
	text-align: center;
	color: #fff;
}

@media (max-width: 993px) {
	.photo {
		max-width: 300px;
	}
	
	.title_wrap {
	width: 90%;
	margin: 30px auto 15px;
	padding: 0 10px;
	}
}

@media (max-width: 810px) {
	.photo {
		max-width: 250px;
	}
	
	.section-wrap {
		padding: 20px;
	}
	.party_wrap {
	gap:25px;
	flex-direction: column;
	}
	
	.menu_list {
	padding: 0;
	}

/* recommend-labelの調整 - ブロック表示に */
	span.recommend-label {
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
		font-size: 12px;
		padding: 3px 8px;
		width: fit-content;
	}
	
	.drink_list span.recommend-label {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
	}
	
	/* 矢印を下向きに変更 */
	span.recommend-label:after {
		top: auto;
		bottom: -8px;
		right: auto;
		left: 1em;
		transform: none;
		border-width: 8px 7px 0 7px;
		border-color: #993851 transparent transparent transparent;
	}


}

@media (max-width: 768px) {
	.party_wrap {
		flex-direction: column;
		gap:25px;
	}
	.photo {
		max-width: 470px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.price_info {
		font-size: 16px;
		text-align: center;
	}
	.menu_title {
		font-size: 15px;
	}
	.menu_list {
		font-size: 14px;
		padding-left: 12px;
	}
	.drink_list li {
		font-size: 14px;
		padding-left: 12px;
	}
	.special_offer {
		padding: 12px;
	}
}

@media (max-width: 496px) {
	.menu_section {
		margin-bottom: 20px;
	}
	.menu_list,
	.menu_note p {
		font-size: 13px;
	}
	.drink_list li {
		font-size: 13px;
	}

.sub_text .line strong,
.sub_text .line_dot strong{
    font-size: 16px;
}

} 

@media (max-width: 390px) {
	.title_wrap h2 img {
		max-width: 250px;
	}
	.title_wrap h2 {
		margin-bottom: 15px;
	}
	.title_wrap h3 img {
		max-width: 200px;
	}
	
	.offer_content p {
	font-size: 13px;
	}
	    .special_offer {
        padding: 8px;
    }
	
	.menu_note p {
		font-size: 12px;
	}
	
	.offer_title::before, .offer_title::after {
    width: 30px;
}
}
