/* CSS Document */
#p_contents {
    width: 820px;
    margin: 0 auto;
    letter-spacing: 1px;
}
/* menu navi flex化 */
/* 各ページに着ける */
.oshinagaki_list_inner {	
	display: flex;
	justify-content: space-between;
}
.oshinagaki_list_inner li {
	width: auto;
	float: none;
	min-width: 150px;
}
/* 今いるページ */
.oshinagaki_list_inner li.now {
    line-height: 1.3;
	padding: 0.8em 0.4em;
	min-width: 130px;
}
.oshinagaki_list_inner li a{
    line-height: 1.3;
	padding: 0.8em 0.4em;
}
.oshinagaki_list_inner li a:hover{
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
}
/* 言語切り替え */
.lang {
	text-align: right;
	font-size: 12px;
	padding-bottom: 30px;
}
.mt10 {margin-top: 10px;}
.redb {font-weight: bold; color: red;}
.oshinagaki_price h3 {
    font-weight: bolder;
    font-size: 14pt;
    margin-bottom: 16px;
    text-align: center;
    display: flex;
	align-items: center;
}
.oshinagaki_price h3:before, .oshinagaki_price h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.oshinagaki_price h3:before {
	margin-right: 1.4em;
}
.oshinagaki_price h3:after {
	margin-left: 1.4em;
}

.oshinagaki_pricelist {
    width: 100%;
    margin: 0 auto 15px;
	min-height: 239px;
    position: relative;
}
.mh250 {min-height: 275px;}
.oshinagaki_pricelist dt {
	float: none;
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
}
.oshinagaki_pricelist dt.mb_none {
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
}
.oshinagaki_pricelist dd {
    width: 100%;
	text-align: right;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
	/*position: absolute;
    bottom: 0;*/
}
.oshinagaki_pricelist dd.mb_none {
    width: 100%;
	text-align: right;
    font-size: 14px;
    margin-bottom: 0px;
}

.oshinagaki_pricelist dd.l_block {
    width: 100%;
    clear: both;
}
.oshinagaki_pricelist dd.strong {
    font-weight: bold;
}

.course_list dd.gallery {
    overflow: hidden;
    height: 200px;
    position: relative;
    background: #000;
}
.course_list dd.gallery p.icon{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.course_list dd.gallery p.icon img {
    width: auto;
    height: auto;
    position: inherit;
    top: auto;
    left: auto;
}

.lunch_photo  {
    width: 100%;
    margin: 0 auto 60px;
}
.lunch_photo .course_text {
    width:50%;
    float: left;
    font-size: 14px;
}
.lunch_photo .course_text p {
    margin-bottom: 15px;
}
.lunch_photo .course_photo {
    width:45%;
    float: right;
}
.lunch_photo .course_photo img {
    width: 100%;
}
.lunch_photo .course_photo {
    overflow: hidden;
    position: relative;
}
.lunch_photo .course_photo p.icon{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.lunch_photo .course_photo p.icon img {
    width: auto;
    height: auto;
    position: inherit;
    top: auto;
    left: auto;
}

/* ランチお品書き */
.oshinagaki_pricelist_lunch {
    font-size: 14px;
    margin-bottom: 32px;
}
.oshinagaki_pricelist_lunch li {
    margin-bottom: 60px;
	display: flex;
    justify-content: space-between;
}
.oshinagaki_pricelist_lunch li.mb60 {
	margin-bottom: 60px;
}
.mb16 {margin-bottom: 16px;}
.mb32 {margin-bottom: 32px;}
.oshinagaki_pricelist_lunch .price {
	font-weight: bold;
	text-align: right;
}
.lunch_menu {
    width:  60%;
}
.lunch_menuphoto {
    padding-left: 24px;
    text-align: right;
    position: relative;
}
.lunch_menuphoto img {
    width: auto;
    max-height: 239px;
    aspect-ratio: 4/3;
}
.lunch_menuphoto img.egg {
    width: 319px;
	max-height: none;
    aspect-ratio:auto;
}
.lunch_menuphoto img.max_okonomi{
	max-height: none;
	width: 319px;
	aspect-ratio:inherit;
}
.lunch_menuphoto p.takeout {
    width: 20%;
    position: absolute;
    top: -5px;
    right: -5px;
}

.oshinagaki_pricelist_lunch_wide {
    width: 100%;
    margin:  0 auto;
}
.oshinagaki_pricelist_lunch_wide dt{
    float: left;
    width: 80%;
    margin-bottom: 8px;
}
.oshinagaki_pricelist_lunch_wide dt strong{
    font-weight: bold;
}
.oshinagaki_pricelist_lunch_wide dd{
    float: right;
    width: 20%;
    text-align: right;
    margin-bottom: 32px;
    font-weight: bold;
}

.oshinagaki_pricelist_lunch_wide span.red {
    color: red;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
#p_contents {
    width: 100%;
    margin: 0 auto;
}
header .haiso_bnr {
    position: absolute;
    top: 0;
     right: 0px; 
    width: 100px;
	text-align: right;
}
.attention {
    width: 90%;
    margin: 0 auto 40px;
}

.oshinagaki_pricelist dt {
    float: none;
    width: 100%;
    font-size: 14px;
    margin-bottom: 16px;
}
.oshinagaki_pricelist dd {
    float: none;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 32px;
	position: inherit;
    bottom: auto;
}
.lunch_menuphoto p.takeout {
    width: 30%;
    position: absolute;
    top: -5px;
    right: -5px;
}
.lunch_menu {
    width: 100%;
}
.oshinagaki_pricelist_lunch li {
    margin-bottom: 32px;
	display: block;
    justify-content: space-between;
}
.lunch_menuphoto img.max_okonomi {
    max-height: inherit;
    width: 100%;
    aspect-ratio: inherit;
}
.lunch_menuphoto {
    padding-left: 0px;
    text-align: right;
    position: relative;
}
.oshinagaki_pricelist {
    width: 100%;
    margin: 0 auto 15px;
    min-height:inherit;
    position: inherit;
}
.lunch_menuphoto img {
    width: 100%;
    max-height: inherit;
    aspect-ratio: unset;
}

}