html {
    height: 100%;
}

body {
    height: 100%;
    background-image: url("../img/background.jpg");
    background-attachment: fixed;
    /* background-size: cover; */
    background-position: center;
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    box-sizing: border-box;
}

div.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

div.header {
    height: 100px;
    padding: 0 370px;
    /*display: table-cell;*/
    vertical-align: middle;
    text-align: center;
}

div.header_buttons {
    float: right;
    display: table;
    border-spacing: 5px 0px;
}

.topbutton {
    margin-right: 5px;
    padding: 5px 15px 0px;
    height: 45px;
    vertical-align: middle;
    border-radius: 0px 0px 5px 5px;
    color: white;
    display: table-cell;
    font-weight: bold;
    overflow: hidden;
    line-height: 1.1;
}
img.login_logo {
    width: 70%;
}

img.login_logo2 {
    width: 60%;
    text-align: center;
}

div#logo2.top_logo {
    float: left;
    width: 70px;
}
div#logo.top_logo {
    height: 70px;
    vertical-align: bottom;
    display: table-cell;
}
div.left_contents {
    /*float:left;*/
    width: 100%;
}

div.right_contents {
    /*float:right;*/
    width: 100%;
    height: auto;
    margin-top: 20px;
}

div.lunch {
    margin: 2px 12px 0;
    position: relative;
}

div.inner_header {
    height: 56px;
    padding: 8px 12px;
    overflow: hidden;
    color: white;
}
div.inner_header p {
    margin: 0;
    line-height: 1.2;
}
div.inner_header p.title {
    font-weight: bold;
}
div.inner_header p.content {
    font-size: 12px;
    font-size: 0.75rem;
}

div.lunch img {
    width: 100%;
    border: solid 3px #d2ac6f;
}

div.lunch span.text {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
        "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 3rem;
    text-shadow: 0px -10px 10px white, 0px 10px 10px white, -10px 0px 10px white,
        10px 0px 10px white;
    position: absolute;
    top: 40px;
    right: 60px;
}

div.foods {
    margin: 9px 12px 0;
    width: 741px;
    width: calc(100% - 24px);
    height: 198px;
    max-height: 198px;
    background-color: #4d260b;
    overflow: hidden;
    border-radius: 10px;
    color: #8b4513;
}
div.campaign {
    margin: 9px 12px 12px 12px;
    width: 741px;
    width: calc(100% - 24px);
    height: 198px;
    max-height: 198px;
    background-color: #ffddee;
    overflow: hidden;
    border-radius: 10px;
    color: #8b4513;
}

div.news {
    margin: 0px 12px 12px 0px;
    /*width:calc(100% - 12px);*/
    margin: 0 auto;
}

div.foods .button {
    margin: 3px 0px 0px 6px;
    width: 99px;
    height: 160px;
    padding: 5px 0px 0px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    overflow: auto;
    line-height: 1.1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    float: left;
}
div.foods div.text {
    padding: 2px 15px;
    font-size: 12px;
    font-size: 0.75em;
    color: white;
}

div.campaign div.text {
    font-size: 16px;
    color: #4d260b;
    font-weight: bold;
    line-height: 16px;
    padding: 8px 0 4px 10px;
}

div.campaign div.banner {
    width: 700px;
    height: 160px;
    margin: 5px auto;
}
div.campaign div.banner img {
    max-width: 700px;
    max-height: 160px;
    width: auto;
    height: auto;
}
div.foods .button div.image_large {
    margin: 12px auto 24px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 20%;
}
div.foods .button div.image_small {
    margin: 3px 0px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
}

div.foods .button .image_large img {
    width: 90px;
    height: 90px;
}
div.foods .button .image_small img {
    width: 36px;
    height: 36px;
}
/*
div.foods .button:nth-of-type(-n+4){
    height: 180px;
    width: 170px;
}

div.foods .button:nth-last-of-type(-n+3){
	height:51px;
    width: 230px;
}

div.foods .button:nth-last-of-type(-n+3) .text{
	padding:12px;
}
*/
.b1,
div.tabs a:nth-of-type(1) {
    background-color: #b36200;
}
.b2,
div.tabs a:nth-of-type(2) {
    background-color: saddlebrown;
}
.b3,
div.tabs a:nth-of-type(3) {
    background-color: #3c0066;
}
.b4,
div.tabs a:nth-of-type(4) {
    background-color: #3d4d22;
}
.b5,
div.tabs a:nth-of-type(5) {
    background-color: midnightblue;
    font-size: 11px;
    padding-top: 2px;
}
.b6,
div.tabs a:nth-of-type(6) {
    background-color: #b39500;
}
.b7,
div.tabs a:nth-of-type(7) {
    background-color: olive;
    font-size: 13px;
}
div.tabs a:nth-of-type(8) {
    background-color: #9a9393;
    padding-top: 0px;
}
div.tabs a:nth-of-type(9) {
    background-color: #aa1133;
}
#carttab,
div.tabs a:nth-of-type(10) {
    background-color: teal;
}
#lunchcarttab,
div.tabs a:nth-of-type(11) {
    background-color: indigo;
}

div#honbu_news.news,
div#clotho_news.news {
    width: 99%;
    height: 294px;
    /*float: left;*/
    border: solid 6px darkgreen;
}

div#honbu_news.news {
    margin-right: 25px;
}

div.news div.half {
    overflow: auto;
    height: 50%;
    padding: 12px;
    color: white;
}
div.news div.news_headquaters,
div.news div.news_clotho {
    overflow: auto;
    height: 236px;
    padding: 5px 10px;
    background-color: #ffffff;
    color: black;
}

/*div.news div.news_clotho{
	overflow:auto;
	height:23%;
	padding: 5px 10px;
	color:#4d260b;
	background-color: navajowhite;
}*/

div.news div.news_contents {
    overflow: scroll;
    height: 100%;
    padding: 12px;
    color: white;
}

div.news div.newsitem {
    border-bottom: 1px #b36200 dashed;
    margin: 6px 0px;
    padding-bottom: 6px;
    overflow: hidden;
    font-size: 80%;
}

div.news div.newsitem:last-of-type {
    border: none;
}
div.news div.newsitem:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
div.news div.newsitem div.img {
    width: 100px;
    margin-right: 12px;
    float: left;
}
div.news div.newsitem div.img img {
    width: 100px;
}

div.news h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 30px;
    font-weight: normal;
    font-size: medium;
    /*line-height: 30px;*/
    background-color: darkgreen;
    color: white;
    text-align: center;
}

div.content a {
    font-size: 13px;
    font-weight: bold;
}

div.n_comment {
    font-size: 11px;
}

span.news_level {
    width: 60px;
    margin: 0px;
}

i.file {
    /*color:red;*/
    margin-left: 5px;
}

div.link_area {
    background-color: #f7ddb7;
    text-align: right;
    padding-right: 10px;
    font-size: 11px;
}

div.list_contents {
    float: left;
    /*width:950px;*/
    /*width:785px;*/
    width: 100%;
    padding: 12px 0 12px 10px;
}

div.cart_contents {
    float: left;
    /*width:250px;*/
    width: 100%;
    /*padding:52px 12px 12px 10px;*/
    padding: 5% 1% 5% 3%;
}

div.cart_area {
    width: 100%;
    border: 2px solid black;
    height: 700px;
    background-color: #ffffff;
    padding: 16px 12px 0px 12px;
}

div.cart_bar {
    height: 100%;
    overflow: hidden;
}

div.tabs,
div.carttabs {
    width: 100%;
    height: 40px;
}

div.lunchtabs {
    width: 100%;
    border: 2px solid black;
    border-bottom: 0px;
}

div.lunchtabs a,
div.lunchtabs a.disable {
    width: 25%;
    display: inline-block;
    background: #ffffbb;
    padding: 4px 0px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #ffdbb5;
    border-top: 1px solid #ffdbb5;
}
div.lunchtabs a.disable {
    cursor: initial;
}

div.lunchtabs a:nth-of-type(-n + 4) {
    border-top: none;
}
div.lunchtabs a:nth-of-type(4n) {
    border-right: none;
}
div.lunchtabs a.active {
    background: #009688;
    color: white;
}
#searchtab,
div.tabs a,
div.carttabs a {
    margin-top: 4px;
    text-align: center;
    float: left;
    position: relative;
    width: 59px;
    /*width:calc((100% - ( 4px * 7)) / 7);*/
    /*padding-top:7px;*/
    /*margin-right:4px;*/
    color: white;
    height: 38px;
    border-radius: 5px 5px 0 0;
    /*font-weight:bold;*/
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    cursor: pointer;
    font-size: 13px;
}

#searchtab.active,
div.tabs a.active,
div.carttabs a.active {
    margin-top: 0px;
    margin-right: 3px;
    margin-left: -1px;
    height: 42px;
}
div.carttabs a {
    width: 48%;
    width: calc((100% - 4px * 3) / 2);
}

.tabs a.active:after {
    content: " ";
    height: 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    border-top: 12px solid transparent;
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    border-bottom: 12px solid transparent;
    top: 100%;
    left: -1px;
}
.carttabs a.active:after {
    content: " ";
    height: 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    border-top: 12px solid transparent;
    border-right: 52px solid transparent;
    border-left: 52px solid transparent;
    border-bottom: 12px solid transparent;
    top: 100%;
    left: 0px;
}

div.tabs a:nth-of-type(1).active:after {
    border-top: 15px solid #b36200;
}
div.tabs a:nth-of-type(2).active:after {
    border-top: 15px solid saddlebrown;
}
div.tabs a:nth-of-type(3).active:after {
    border-top: 15px solid #3c0066;
}
div.tabs a:nth-of-type(4).active:after {
    border-top: 15px solid #3d4d22;
}
div.tabs a:nth-of-type(5).active:after {
    border-top: 15px solid midnightblue;
}
div.tabs a:nth-of-type(6).active:after {
    border-top: 15px solid #b39500;
}
div.tabs a:nth-of-type(7).active:after {
    border-top: 15px solid olive;
}
div.tabs a:nth-of-type(8).active:after {
    border-top: 15px solid #9a9393;
}
div.tabs a:nth-of-type(9).active:after {
    border-top: 15px solid #aa1133;
}
#carttab.active:after,
div.tabs a:nth-of-type(10).active:after {
    border-top: 15px solid teal;
}
#lunchcarttab.active:after,
div.tabs a:nth-of-type(11).active:after {
    border-top: 15px solid indigo;
}

div.tabs a:first-of-type,
div.carttabs a:first-of-type {
    margin-left: 2px;
}

div.tabs a:last-of-type,
div.carttabs a:last-of-type {
    margin-right: 0px !important;
}

div.itemlist {
    width: 100%;
    border: 2px solid black;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 12px;
    min-height: 700px;
}

div.itemlist.lunchlist {
    padding-top: 5px;
}

.itemlistarea {
    padding-top: 10px !important;
}

div.itemlist:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
div.itemlist a {
    padding-left: 0px !important;
}

div.categories {
    width: 100%;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

div.categories:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
div#items:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

div.categories .catbutton {
    width: 15%;
    /*width:calc((100% - 10px*4 - 2px*2)/4);*/
    width: calc((100% - 10px * 4 - 2px * 2) / 2);
    float: left;
    text-align: center;
    border-radius: 20px;
    padding: 2px 2px;
    margin-bottom: 8px;
    margin-right: 7px;
    color: black;
    border: 2px solid black;
    cursor: pointer;
    font-size: 13px;
}

div.categories select {
    width: 100px;
    margin-right: 10px;
    height: 35px;
}

div.categories #sel_category {
    width: 150px;
    height: 35px;
}

div.categories input {
    width: 150px;
    margin-right: 5px;
    height: 35px;
}

div.categories #searchButton {
    width: 100px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    padding: 0px;
    margin-bottom: 8px;
    /*margin-right:8px;*/
    color: white;
    background-color: black;
    border: 2px solid black;
    cursor: pointer;
}

div.categories .catbutton.selected {
    color: white;
    background-color: black;
}

a.addcart {
    border: 1px solid black;
    cursor: pointer;
    background-color: #dddddd;
    /*margin-left: 15px;*/
    border-radius: 2px;
}

div#limit {
    float: left;
}

a#order_button {
    border: 0px black solid;
    display: block;
    color: white;
    font-weight: bold;
    overflow: hidden;
    background-color: red;
    /*border-radius:20px;*/
    padding: 2px;
    text-align: center;
    margin-bottom: 12px;
}

a#order_button:hover {
    background-color: #ff0057;
}

.delcart,
.resetcart {
    cursor: pointer;
    float: right;
    margin-left: 5px;
}

a#toplogo {
    max-height: 50px;
    display: inline-block;
    overflow: hidden;
    padding: 0px;
}

a.pagebutton {
    border: 1px black solid;
    color: white;
    max-height: 50px;
    font-size: 18px;
    font-size: 1.1rem;
    overflow: hidden;
    display: inline-block;
    margin-top: 5px;
    margin-right: 240px;
    font-weight: bold;
    overflow: hidden;
    background-color: darkmagenta;
    border-radius: 5px;
    padding: 10px 30px;
    text-align: center;
    float: right;
}

.ordercart h3,
.orderregist h3 {
    margin: 0px;
}

.ordercart,
.orderregist {
    /*width:1020px;*/
    width: 100%;
    padding-bottom: 100px;
    float: left;
}

.scroll-table {
    overflow: auto;
    white-space: nowrap;
}

.ordercart table,
.orderregist table {
    border: 2px solid black;
}

.ordercart th,
.orderregist th {
    text-align: center;
    background-color: #ddffdd;
}
.ordercart .price_rate th,
.ordercart .month_price_rate th {
    background-color: #ffaaaa;
}

.ordercart td,
.orderregist td {
    border: 1px solid black;
    height: 30px;
    text-align: center;
    padding: 3px;
}

.ordercart thead .orderregist thead {
    border: 1px solid black;
}

.ordercart table,
.orderregist table {
    padding: 8px;
    /*width: 100%;*/
    border-radius: 5px;
    background-color: white;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 13px;
}
.ordercart .orderregist {
    width: 100% !important;
    background: white;
    padding: 30px 10px !important;
    border-radius: 15px;
    min-height: 500px;
    margin-top: 15px;
}

.cartpage #reset_button,
.cartpage #regist_button,
.cartpage #re_button {
    margin-top: 5px;
    width: 200px;
    border: 0px black solid;
    display: block;
    color: white;
    font-weight: bold;
    overflow: hidden;
    background-color: red;
    border-radius: 20px;
    padding: 2px;
    text-align: center;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.4rem;
}
.ordercart a#lunch_reset_button {
    margin-top: 5px;
    margin-left: 200px;
    width: 170px;
    border: 1px black solid;
    display: block;
    color: white;
    font-weight: bold;
    overflow: hidden;
    background-color: #aa1133;
    border-radius: 20px;
    padding: 2px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.cartpage #reset_button.disabled,
.ordercart #lunch_reset_button.disabled {
    background-color: black;
    cursor: initial;
}

.ordercart .lunchamount {
    width: 80px;
}

.ordercart th,
.orderregist th {
    border: solid 1px;
}

.ordercart td input {
    width: 55px;
    margin-right: 5px;
    text-align: center;
}

.orderregist td input {
    width: 70px;
    text-align: center;
}

.orderregist td input {
    border: solid 0px;
    font-size: 27px;
    font-weight: bolder;
}

.ordercart td,
.orderregist td {
    width: 10%;
}

.ordercart td.caution,
.orderregist td.caution {
    background-color: #ff0044;
    font-weight: bold;
    color: white;
}
.ordercart td.caution_msg,
.orderregist td.caution_msg {
    font-weight: bold;
    color: red;
    text-align: right !important;
}
.ordercart td:nth-of-type(1),
.orderregist td:nth-of-type(1) {
    width: 4%;
    text-align: center;
}

.ordercart td:nth-of-type(2),
.orderregist td:nth-of-type(2) {
    text-align: left;
    width: 20%;
}

.ordercart td:nth-of-type(3),
.orderregist td:nth-of-type(3) {
    width: 10%;
}

.ordercart td:nth-of-type(4),
.orderregist td:nth-of-type(4) {
    text-align: center;
}
.ordercart td:nth-of-type(5),
.orderregist td:nth-of-type(5),
.ordercart td:nth-of-type(6),
.orderregist td:nth-of-type(6) {
    text-align: center;
    width: 7%;
}

.ordercart td:nth-of-type(7),
.orderregist td:nth-of-type(8) {
    width: 9%;
}
.ordercart td:nth-of-type(8),
.orderregist td:nth-of-type(8) {
    width: 8%;
}
.ordercart td:nth-of-type(9),
.orderregist td:nth-of-type(9) {
    width: 10%;
    text-align: center;
}
.ordercart td:nth-of-type(11),
.orderregist td:nth-of-type(11) {
    width: 10%;
}

.ordercart tr:nth-of-type(2n).od_g,
.orderregist tr:nth-of-type(2n).od_g {
    background-color: #cccccc;
}
.ordercart tr:nth-of-type(2n + 1).od_g,
.orderregist tr:nth-of-type(2n + 1).od_g {
    background-color: #eeeeee;
}
.ordercart tr:nth-of-type(2n).od_r,
.orderregist tr:nth-of-type(2n).od_r {
    background-color: #ffcccc;
}
.ordercart tr:nth-of-type(2n + 1).od_r,
.orderregist tr:nth-of-type(2n + 1).od_r {
    background-color: #ffe0e0;
}
.ordercart tr:nth-of-type(2n).od_y,
.orderregist tr:nth-of-type(2n).od_y {
    background-color: #ffffcc;
}
.ordercart tr:nth-of-type(2n + 1).od_y,
.orderregist tr:nth-of-type(2n + 1).od_y {
    background-color: #ffffdd;
}
/*.ordercart tr:nth-of-type(2n).od_b, .orderregist tr:nth-of-type(2n).od_b{
    background-color:#ccccff;*/

.ordercart tr:nth-of-type(2n + 1).od_b,
.orderregist tr:nth-of-type(2n + 1).od_b {
    background-color: white;
}

.ordercart tr:nth-of-type(2n),
.orderregist tr:nth-of-type(2n) {
    background-color: #e1e1e1;
}

.ordercart .yen,
.orderregist .yen {
    width: 20px !important;
    float: right;
}

.cartpage div#footerArea {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 70px;
    background-color: #eeeeee;
}

.cartpage div#footerArea:before {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: rgb(100, 111, 112);
    background: -moz-linear-gradient(
        top,
        rgba(174, 188, 191, 1) 0%,
        rgba(110, 119, 116, 1) 50%,
        rgba(10, 14, 10, 1) 51%,
        rgba(10, 8, 9, 1) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgba(174, 188, 191, 1)),
        color-stop(50%, rgba(110, 119, 116, 1)),
        color-stop(51%, rgba(10, 14, 10, 1)),
        color-stop(100%, rgba(10, 8, 9, 1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(174, 188, 191, 1) 0%,
        rgba(110, 119, 116, 1) 50%,
        rgba(10, 14, 10, 1) 51%,
        rgba(10, 8, 9, 1) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(174, 188, 191, 1) 0%,
        rgba(110, 119, 116, 1) 50%,
        rgba(10, 14, 10, 1) 51%,
        rgba(10, 8, 9, 1) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(174, 188, 191, 1) 0%,
        rgba(110, 119, 116, 1) 50%,
        rgba(10, 14, 10, 1) 51%,
        rgba(10, 8, 9, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(174, 188, 191, 1) 0%,
        rgba(110, 119, 116, 1) 50%,
        rgba(10, 14, 10, 1) 51%,
        rgba(10, 8, 9, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( endColorstr='#aebcbf', startColorstr='#0a0809',GradientType=0 );
}

.cartpage div#footerArea #re_button {
    float: left;
    height: 50px;
    margin-left: 20px;
    width: 20%;
    padding: 5px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cartpage div#footerArea #regist_button {
    float: right;
    height: 50px;
    margin-right: 20px;
    width: 30%;
    padding: 5px;
    vertical-align: middle;
}

.cartpage div#footerArea #reset_button {
    float: right;
    height: 50px;
    margin-right: 20px;
    width: 30%;
    padding: 5px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ordercart .delivery,
.orderregist .delivery {
    text-align: center;
}

.ordercart .vol,
.orderregist .vol {
    font-size: 12px;
    float: right;
}

.orderregist .order_memo {
    margin-bottom: 20px;
}

.orderregist textarea {
    width: 100%;
    height: 75px;
}

.d {
    color: red !important;
}

.dis {
    display: none;
}

/* date selector for lunchindex */
#calendar {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

#calendar input {
    font-size: 18px;
    font-size: 1.1rem;
}

#calendar input[type="button"] {
    font-weight: normal;
}

/* modal for ordercart */

div#modal-overlay {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    min-height: 600px;
    background: rgba(0, 0, 0, 0.75);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000);
}
div#modal {
    width: 50%;
    min-width: 320px;
    margin: auto auto;
    padding: 10px;
    border: 2px solid #aaa;
    background: #ffffee;
    z-index: 2;
    position: relative;
    top: 100px;
    border-radius: 5px;
}
div#modal .modal_btns {
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}
div#modal .modal_btns a {
    margin-right: 30px;
}
div#modal .modal_btns a:last-of-type {
    margin-right: 0;
}

#cart_lunch {
    width: 600px;
}

#cart_lunch th:nth-of-type(1) {
    width: 7%;
    background-color: #66cc66;
}

#cart_lunch th:nth-of-type(2) {
    width: 47%;
    background-color: #66cc66;
}

#cart_lunch th:nth-of-type(3) {
    width: 20%;
    background-color: #66cc66;
}
#cart_lunch th:nth-of-type(4) {
    width: 26%;
    background-color: #66cc66;
}

#cart_lunch td:nth-of-type(1),
#cart_lunch td:nth-of-type(3),
#cart_lunch td:nth-of-type(4) {
    text-align: center;
}

#cart_lunch td:nth-of-type(2) {
    text-align: left;
}

#cart_allamount tr:first-of-type {
    border-top: 1px solid black;
}

div#item-modal-overlay {
    display: none;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    min-height: 600px;
    background: rgba(0, 0, 0, 0.75);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000);
}
div#item-modal {
    width: 800px;
    margin: auto auto;
    padding: 0px 10px 10px;
    border: 2px solid #aaa;
    background: #ffffee;
    z-index: 2;
    position: relative;
    top: 100px;
    border-radius: 5px;
    box-sizing: border-box;
}
div#item-modal .item-modal_btns {
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}
div#item-modal .item-modal_btns a {
    margin-right: 30px;
}
div#item-modal .item-modal_btns a:last-of-type {
    margin-right: 0;
}

div#item-modal .item-modal_title {
    background: #4d260b;
    color: white;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 10px;
    width: 796px;
    margin-left: -10px;
    box-sizing: border-box;
}

div#item-modal table#detail_table {
    width: 100%;
}
div#item-modal table#detail_table th {
    width: 100px;
}
div#item-modal div#detail_table_div {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
}
div#item-modal table#detail_recipe {
    width: 100%;
}
div#item-modal table#detail_recipe tr:nth-of-type(2n) {
    background: white;
}

div#item-modal table#detail_recipe tr {
    height: 20px;
}
div#item-modal table#detail_recipe tr td.name {
    width: 90%;
}
div#item-modal table#detail_recipe tr td.detail {
    text-align: center;
}
div #confirm-modal-overlay {
    display: none;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    min-height: 600px;
    background: rgba(0, 0, 0, 0.75);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000);
}

div #confirm-modal {
    width: 600px;
    height: 200px;
    margin: auto auto;
    padding: 0px 10px 10px;
    border: 2px solid #aaa;
    background: white;
    z-index: 2;
    position: relative;
    top: 200px;
    border-radius: 5px;
    box-sizing: border-box;
}

div .confirm-modal_title h3 {
    text-align: center;
}

div #confirm-modal_detail {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

div #confirm-modal_detail a {
    width: calc(100% / 2);
    line-height: 50px;
    display: block;
    border: solid 0px #4d260b;
    border-radius: 0px;
    margin: 10px;
    text-align: center;
    color: white;
    font-weight: bolder;
    font-size: 24px;
}

div #confirm-modal_detail a:first-child {
    background-color: red;
}

div #confirm-modal_detail a:last-child {
    background-color: blue;
}

div .lunch_image {
    margin: 0px 12px;
    height: 178px;
    background-image: url(/img/lunch.jpg);
    background-size: 820px;
    /* background-position: 95% 80%; */
    background-position: 37% 33%;
    background-repeat: no-repeat;
    display: block;
    border-radius: 10px;
    padding: 20px 0px 0px 0px;
    text-align: center;
}

div#lunch_order {
    cursor: pointer;
}

#fade {
    position: relative;
}
#fade li {
    position: absolute;
}

.title_h1 {
    /* font-size: 40px; */
    font-weight: bold;
    margin-top: 0px;
}
.title_h2 {
    color: red;
    font-size: 16px;
}

.left_contents .fa-cutlery {
    margin: 0px 10px 20px;
    font-size: 55px;
}

.right_contents .fa-comments,
.right_contents .fa-info-circle {
    margin-right: 10px;
}

.right_contents .fa-angle-double-right {
    margin-right: 7px;
}

h4 {
    padding: 5px 0px;
}
#layer_board_area {
    display: none;
}
#layer_board_area2 {
    /* display: none; */
    width: 100%;
    height: 300px;
    position: fixed;
    top: 10%;
    left: 35%;
    transform: translate(-50%);
    text-align: center;
}
#layer_board_area3{
    /* display: none; */
    width: 100%;
    height: 300px;
    position: fixed;
    top: 10%;
    left: 35%;
    transform: translate(-50%);
    text-align: center;
}
.layer_board_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    cursor: pointer;
    background: #000;
    opacity: 0.7;
}

.layer_board {
    position: fixed;
    left: 45%;
    /* margin: 50px 0px 0px -285px; */
    text-align: center;
    z-index: 2000;
    background-color: white;
    width: 800px;
    height: 400px;
}
.layer_board2 {
    position: fixed;
    left: 30%;
    /* margin: 50px 0px 0px -285px; */
    text-align: center;
    z-index: 2000;
    background-color: white;
    /* width: 800px;
    height: 400px; */
}
.seal a {
    font-size: 15px;
    background-color: teal;
    margin-top: 0px;
    padding: 6px 7.5px;
    border-radius: 10px;
    color: white;
}
.layer_board img {
    height: 40px;
}
.layer_board2 img {
    height: 40px;
}
.layer_board p {
    margin-top: -70px;
}
.main_img {
    margin-top: -50px;
}
.main_img img {
    height: 300px;
}
.batsu {
    text-align: right;
}
.batsu2 {
    text-align: right;
}
