.content-wrapper {
	padding: 20px 0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.tab-navigation {
justify-content:flex-start;
padding-left: 113px;
}

.sub_text {
	text-align: center;
	margin: 15px auto;
	font-size: 15px;
	line-height: 1.3;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.kids_wrap {
	display: flex;
	flex-direction: row;
	gap:35px;
}

.photo {
	max-width: 470px;

}
.photo img{
	width: 100%;
	border-radius: 3px;
}


.menu_item {
	flex: 1;
}

div.kids_menu {
margin-bottom: 10px;
border-bottom: dotted 1px #ac9a8d;
padding-bottom:10px;
font-family: serif;

display: flex;
flex-direction: row;
justify-content: space-between;
gap:100px;
}

.kids_menu:last-child {
	margin: 0;
	padding-bottom: 0;
	border: none;
}


div.kids_menu .price {
    font-weight: bold;
    font-size: 16px;	
}

div.kids_menu .menulist {
    margin: 0;
	line-height: 1.4;
}


@media (max-width: 768px) {
.tab-navigation {
justify-content:center;
padding-left:20px;
}

.kids_wrap {
	flex-direction: column;
	gap:25px;
}
.photo {
	max-width: 470px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

div.kids_menu {

display: flex;
flex-direction: row;
justify-content: space-between;
gap:10px;
}

}


@media (max-width: 496px) {

div.kids_menu {
flex-direction: column;
gap:10px;
}
.price {
	text-align: right;
	margin-top: -2.2em;
}

}