/* CSS Document */
#p_contents {
    width: 680px;
    margin: 0 auto;
}
h2 {
    font-weight: bold;
    font-size: 110%;
}

.menu_wrap {
    margin-bottom: 60px;
}
.menu_wrap li {
float: left;
}
.menu_wrap li:last-child {
float: right;
}
a.shin23_color {
    color: #c53d43;
    border-bottom: 1px solid #c53d43;
    font-weight: bold;
}
a.shin23_color:hover {
    color: #2A7135;
    border-bottom: 1px solid #2A7135;
}
a.shin45_color {
    color: #A38046	;
    border-bottom: 1px solid #A38046;
    font-weight: bold;
}
a.shin45_color:hover {
    color: #745399	;
    border-bottom: 1px solid #745399;
}

#shinnen23 {
    border: 2px solid #c53d43;
    margin-bottom: 60px;
}
#shinnen23 h3 {
    background:  #c53d43;
    width: calc(100% - 10px);
    padding: 5px;
    color: #ffffff;
}
#shinnen23 h4 {
    text-align: center;
    font-weight: bold;
    color: #c53d43;
    margin-bottom: 15px;
}
#shinnen45 {
    border: 2px solid #A38046;
    margin-bottom: 60px;
}
#shinnen45 h3 {
    background:  #A38046;
    width: calc(100% - 10px);
    padding: 5px;
    color: #ffffff;
}
#shinnen45 h4 {
    text-align: center;
    font-weight: bold;
    color: #A38046;
    margin-bottom: 15px;
}
#shinnen23 .inner,
#shinnen45 .inner{
    padding: 15px;
}


.oshinagaki_pricelist {
    width: 100%;
    margin: 0 auto 15px;
}
.oshinagaki_pricelist dt {
    float: left;
    width: 78%;
    font-size: 14px;
    margin-bottom: 26px;
}
.oshinagaki_pricelist dt.em2 {
    line-height: 2em;
}
.oshinagaki_pricelist dt.mb_none {
    margin-bottom: 0px;
}

.oshinagaki_pricelist dd {
    float: left;
    width: 22%;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 26px;
}
.oshinagaki_pricelist dd.mb_none {
    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: 32px;

}
.lunch_menu {
    width:  50%;
    float: left;
}
.lunch_menuphoto {
    width: 45%;
    float: right;
}
.lunch_menuphoto img {
    width: 100%;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
#p_contents {
    width: 100%;
    margin: 0 auto;
}
.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;
}

}