/* CSS Document */


.nikunohi_top {
	position: absolute;
	bottom: 0;
	right: 0px;
}
.tabekurabe_top {
	position: absolute;
	bottom: 0;
	right: 120px;
}
.menu-container .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  width: 720px;
}

span.freeze {
    background: #00b7e5;
    color: #fff;
    padding: 0px 3px;
}
span.joon {
    background: orange;
    color: #fff;
    padding: 0px 3px;
}
.menu_title {
    width: 1000px;
	margin: 0 auto;
    height: 200px;
    background: url("../images/wxslider_01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
div.menu_title h2 {
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    padding-top: 70px;
    color: #fff;
    text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}
.oshinagaki h4 {
    font-weight: bolder;
    font-size: 16px;
    margin: 32px auto;
    text-align: center;
   background: #d0ad69;
   border-bottom: 3px solid #aa8c51;
   padding: 10px;
}
.oshinagaki h4 span {
    font-size: 12px;
}

#grand,#drink {
    margin-top: 60px;
}

.oshinagaki h3 {
    font-size: 18px;
    font-weight: bold;
    color: #5F0203;
    text-align: center;
    padding: 1rem 2rem;
  border-top: 6px double #5F0203;
  border-bottom: 6px double #5F0203;
  margin-bottom: 40px;
}

.oshinagaki_pricelist_lunch {
    font-size: 14px;
    margin-bottom: 32px;
}
.oshinagaki_pricelist_lunch li {
    margin-bottom: 32px;

}
.lunch_menu {
    width:  50%;
    float: right;
}
.lunch_menuphoto {
    width: 45%;
    float: left;
    position: relative;
}
.lunch_menuphoto img {
    width: 100%;
}
.lunch_menuphoto p.takeout {
    width: 20%;
    position: absolute;
    top: -5px;
    right: -5px;
}




.oshinagaki_pricelist {
    width: 100%;
    margin: 0 auto 15px;
}
.oshinagaki_pricelist dt {
    float: none;
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
    border-bottom: 1px solid #333;
    font-weight: bold;
    padding: 3px 0;
}
.oshinagaki_pricelist dt.mb_none {
    float: left;
    width: 64%;
    font-size: 14px;
    margin-bottom: 0px;
}

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

.lunch_photo  {
    width: 100%;
    margin: 0 auto 60px;
}

a.btn{
    font-weight: bold;
    font-size: 120%;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 20px;;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--orange {
  color: #fff;
  background-color: #764a44;
}
a.btn--orange:hover {
  color: #fff;
  background: #b3594e;
}

a.btn--radius {
   border-radius: 100vh;
}




@media screen and (max-width: 768px) {

#p_contents {
width: 100%;
}
.nikunohi_top,
.tabekurabe_top {
	position: absolute;
	bottom: 0;
	right: 120px;
}{
	display: none;
}
.oshinagaki_list_inner {
    margin: 40px auto 0;
    width: 100%;
}
.oshinagaki {
    width: 90%;
     margin: 45px auto; 
    flex: none;
    text-align: left;
    padding: 0;
}
.oshinagaki_pricelist dt {
    float: none;
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
}
.oshinagaki_pricelist dd {
    float: none;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 16px;
}
.lunch_menu dd.space,
.ippin_wrap .lunch_menuphoto dd.space{
    display: none;
}

.ippin_wrap .lunch_menu {
    width: 100%;
    float: none;
    margin-bottom: 16px;
}
.ippin_wrap .lunch_menuphoto {
    width: 100%;
    float: none;
    margin-bottom: 16px;
    position: inherit;
}

}