/* コースタイトル*/
.content-wrapper {
	padding: 20px 0;
}
.course_wrap {
margin-bottom: 0px;
}
.section-wrap {
	padding: 30px 20px 0;
	margin-bottom: 25px;
}
.flex {
    display: flex;
    justify-content:space-between;
    margin-bottom: 25px;
	
	background-image: url("../images/menu/bg_title.png");
	background-repeat: no-repeat;
	background-position:  bottom center;
	padding-left: 1em;
	text-align: left;
}
.flex h3{
    min-width:380px;
}
.flex h3#chef{
}
.menu_price {
    /*padding: 2rem 0 0 0;	*/
}
.menu_price, .menu_price_p0, .menu_price_chef {
    font-size: 24px;
}
.menu_price, .menu_price_p0, .menu_price_chef {
    font-weight: bold;
    text-align: right;
}
.menu_price_p0 {
	padding: 10px 0 0 0;
	font-family: serif;
	line-height: 1.5;
}
.menu_title, .dotline, .menu_price, .menu_price {
    display: table-cell;
}
.menu_price span.small,
.menu_price_p0 span.small,
.menu_price_chef  span.small{
    font-size: 68%;
}
.menu_price_p0 span.vsmall {
    font-size: 70%;
}
.menu_price_p0 span.t_color {
    font-weight: normal;
}
.menu_wrap_contents_info {
    margin: 36px auto 0px;
    text-align: left;
	font-family: "sans-serif";
	font-size: 14px;
	line-height: 1.3;
    color: #58351b;
}
.menu_item_pr0 {
    padding-right: 0;
}
/* コース写真 */
.menu_wrap_contents_image {
	margin-top: 0px;
	margin-bottom: 40px;
	}
.menu_wrap_contents_image img {
	width: 100%;
	
}
/* コース */
.menu_wrap_contents {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.menu_container {
    margin: 0px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.bg_month {
	background-image: url("../images/course/bg_manth.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.bg_granata {
	background-image: url("../images/course/bg_granata.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.menu_item {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
    margin-bottom: 16px;
}
.menu_item_pr0 {
	padding-right: 0;
}
.menu_itemContent {
    display: flex;
    justify-content: space-between;
}
/* 240913 シェフコース用　*/
.chefsimage {
	width: 470px;
}
.chefstext {
	width: calc(98% - 470px);
}
.content_imgtext {
	color: #603118;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
	line-height: 1.8;
}
.content_imgtext_info {
	color: #603118;	
	font-size: 13px;
	font-weight: bold;
	margin-top: 70px;
}
.lum-gallery-button {
	display: none;
}
/* 一例はこちらボタン */
.menu_item .rei {
	margin-top: 35px;
}
.button_sample a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #453022;
	text-decoration: none;
    transition: 0.3s ease-in-out;
	font-size: 15px;
    font-weight: 600;
    background: #F0D080;
    box-shadow: 10px 10px 10px -6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}
.button_sample a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}


/* --- */
.menu_title {
    padding-right: 5px;
}
.menu_price {
    font-size: 28px;
    line-height: 1.7;
	font-family: serif;
	margin-top: 10px;
	padding-bottom: 4px;
}
.menu_price_chef {
    font-size: 28px;
    line-height: 1.7;
	font-family: serif;
	margin-top: 30px;
}
.menu_title{
    font-size: 16px;
	font-weight: 500;
    line-height: 1.2;
	font-family: serif;
}
.menu_title_english {
    font-size: 12px;
	font-weight: 400;
	line-height: 1.1;
	color: #666;
	
    padding: 3px 0 15px;
	padding-left: 0.5em;
}
.mainchoise .menu_title_english {
	padding-left: 1.8em;
}
.menu_title .small {
    font-size: 80%;
}
.menu_title_nowrap {
    white-space: nowrap;
    padding: 0 40px 0 0;
	width: 75%;
}
.menu_sub {
	width: 370px;
}
.menu_sub img.winepear {
    width: 100%;
    margin-bottom: 3px;
}

.mainchoise {
	padding-left: 1em;
}

/* シェフコースケーキ */
.anniv_wrap {
	margin-top: 40px;
	text-align: center;
	
}
.anniv_info dt{
	color: red;
	font-weight: bold; 
	font-family: serif;
	font-size: 22px;
	margin-bottom: 0px;
}
.anniv_info dd {
	font-size:13px;
	color: #333;
}

/* スマートフォン */
@media screen and (max-width: 768px){
#maincontents {
    width: 90%;
    margin: 40px auto 20px;
    display:block;
    justify-content: space-between;
    min-height: 600px;
}
.course_inner {
	width: 100%;
}
.button_solid002 a.a_padding {
    padding: 5px 0px;
}
.oshinagaki_list_inner {
    display: block;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}
.oshinagaki_list_inner li {
	margin-bottom: 10px;
}
.button_solid002 a,
.button_solid003 a{
	max-width:none;
	width: 100%;
	display: block;
	padding: 10px 0;
}
.menu_item {
	padding: 0;
}
.flex {
    display: block;
	}
.flex h3 {
    min-width: auto;
}
.menu_wrap_contents_info {
    text-align: left;
}
.menu_title_nowrap {
    width: 100%;
}
.mainchoise  .menu_title_english{
	padding-left: 1em;
}
.menu_itemContent {
    display: block;
    justify-content: space-between;
}
.menu_title_nowrap {
    white-space:inherit;
    padding: 0;
    width: 100%;
}
/* お子様メニューボタン */
#maincontents .kids_bnr img{
	width: 100%;
}

#maincontents .kids_bnr img.icon {
	width: auto;
}

.flex h3#chef {
    min-width: auto;
    padding: 0;
}
.chefsimage {
	width: 100%;
	text-align: center;
}
.chefstext {
	width: 100%;
	text-align: center;

}
.menu_price_chef {
    line-height: 1.3;
    margin-top: 0px;
	text-align: left;
}

}