/* lunch.htmlで実際に使用されているクラスのみ */

/* セクション見出しリセット */
.section-wrap h3 {
    background: none;
}

/* 基本見出しスタイル */
h3 {
    color: #58351b;
    font-size: 28px;
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-family: serif;
    line-height: 1.3;
}

h3 .small {
    font-size: 14px;
}

h3 .sans {
    font-family: sans-serif;
}

h3 .middle {
    font-size: 18px;
}

.course_color {
    padding: 0;
    margin-top: 0em;
}

/* 本日のパスタセクション */
.todaypasta_wrap {
    padding: 0 15px 15px;
    margin-bottom: 40px;
}

h3#today {
    position: relative;
    height: 85px;
    background-image: url(../takeout/images/bg_title.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 12px;
	margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
h3#today.tall {
    height: 100px;
}

h3#today .title-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

h3#today .title-center img {
    display: block;
    max-width: 100%;
    height: auto;
}

h3#today .right_text {
    position: absolute;
    right: 0;
    bottom: 12px;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    z-index: 1;
}

h3#today .right_text p {
    line-height: 1.1;
    margin-bottom: 5px;
}

h3#today .right_text .small {
    font-size: 12px;
}

h3#today .right_text .en {
    font-size: 12px;
    font-weight: 400;
    padding: 4px 0 16px;
    line-height: 1.0;
    color: #896060;
    padding-left: 0.5em;
}

/* メニューコンテナ */
.menu_wrap_contents {
    margin: 0 auto 50px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

.menu_wrap_contents_mb20 {
    margin: 0 auto 20px;
}

.menu_container_lunch {
    margin: 20px 0;
}

.menu_container_lunch .menu_item {
    width: auto;
    float: none;
    overflow: hidden;
    margin-bottom: 16px;

}

.menu_itemContent {
    display: flex;
    justify-content: space-between;
}

.menu_container_lunch .menu_title {
    font-size: 16px;
    line-height: 1.3;
    font-family: serif;
    font-weight: 500;
    padding: 0;
    width: 100%;
    word-break: break-all;
}

.menu_english {
    /* メニューの英語表記用 */
}

.menu_title_english {
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 4px;
    line-height: 1.0;
    color: #666;
}

.menu_container_lunch .menu_title_english {
    color: #666;
    line-height: 1.2;
    padding: 0 0 2px 0;
    padding-left: 3.5em;
}

.todaypasta_wrap .menu_title_english {
    font-size: 12px;
    font-family: serif;
}

.menu_container {
    margin: 0px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.menu_item_photo {
    /* 写真用コンテナ */
}

.menu_item_photo img.sm {
    /* 小さい画像用 */
}

/* パスタセクション */
.pasta_wrap {
    padding: 15px 0;
}

.flex {
    display: flex;
    justify-content: space-between;
    background-image: url(../takeout/images/bg_title.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 0px;
    margin-bottom: 15px;
	align-items:flex-end;
}

.flex_color {
    /* カラーバリエーション用 */
}

.flex h3.mb15 {
    margin-bottom: 15px;
}
.flex h3 img{
	display: block; /* 画像の下余白を削除 */
    max-width: 100%;
    height: auto;
}

.menu_price {
    font-size: 150%;
    font-weight: bold;
    text-align: right;
    padding: 0 0 8px;
    font-family: serif;
    display: flex;
    justify-content: space-between;
}

.menu_price .bodyprice {
    font-size: 24px;
    padding-top: 0.5em;
}

.menu_price .small {
    font-size: 70%;
}

.small_inner {
    font-size: 17px;
}

.menu_title {
    padding-left: 0.5em;
    font-family: serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}

.menu_title .small {
    font-size: 13px;
}

.menu_title a {
    color: #58351b;
    font-weight: bold;
    transition: 0.5s;
    font-family: sans-serif;
    font-size: 90%;
    text-decoration: underline;
}


.menu_title a:hover {
    color: #92582d;
    font-weight: bold;
}

.menu_title_english_text {
    font-size: 12px;
    line-height: 1.0;
    padding: 3px 0 10px 0.5em;
    color: #666;
}

.desert_wrap {
    padding: 0 0 16px 1em;
}

.leftem {
    padding-left: 0.5em;
}

.engem {
    padding-left: 2em;
}

.pb8 {
    padding-bottom: 8px;
}

.plemhart {
    /* 特定の段落用 */
}

/* ユーティリティクラス */
.tc {
    text-align: center;
}

.sp {
    display: none;
}

.sans {
    font-family: sans-serif;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .sp {
        display: inherit;
    }
    
    h3#today {
        position: relative;
        height: auto;
        display: block;
        padding: 20px 0;
    }
	h3#today.tall {
    height: auto;
}

    
    h3#today .title-center {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        text-align: center;
        margin-bottom: 15px;
    }
	h3#today .title-center img {
    margin-left: auto;
	margin-right: auto;
}
    
    h3#today .right_text {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: center;
    }
    
    .menu_container {
        margin: 0px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }
    
    .menu_wrap_contents {
        margin: 0 auto 35px;
    }
	.menu_wrap_contents:last-child {
	margin:  0 auto;
	}
    
    .menu_item_photo {
        margin-right: 10px;
    }
    
    .menu_item_photo:last-child {
        margin-right: 0px;
    }
    
    .menu_container img {
        width: 100%;
        display: inline-block;
        margin-right: 10px;
    }
    
    .pasta_wrap {
        padding: 0px;
    }
    
    .flex {
        justify-content:flex-start;
		align-items: center;
        margin-bottom: 15px;
		flex-direction: column;
    }
	.flex h3.mb15 {
    margin-bottom: 0px;
}
.lp_sp {
	margin-bottom: -15px;
}
	
    .menu_price {
        padding: 0 0 13px;
        text-align: right;
    }
    
    .flex h3 {
        min-width: inherit;
        line-height: 1.1;
    }
}

@media screen and (max-width: 600px) {
    h3 {
        font-size: 18px;
    }
    
    h3#today {
        padding: 15px 0;
    }
    
    h3#today .right_text {
        font-size: 13px;
    }
    
    .menu_price .bodyprice {
        font-size: 24px;
        padding-right: 15px;
    }
    
    .menu_price {
        padding: 0;
        text-align: right;
    }
    
    .flex {
        display: block;
    }
    
    .menu_price {
        padding: 0.5em 0;
        display: block;
        text-align: left;
    }
}