a {
    color: #f46d13;
    font-weight: bold;
    text-decoration: none;
}
p.notice1 {
    font-size: 12px;
    margin-left: 1em;
    text-indent: -1em;
}
p.notice2 {
    color: #f30;
    font-weight: bold;
}
p.caption1 {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.3em;
}
.column1 {
    padding: 20px;
    color: #fff;
    background: #f46d13;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.column2 {
    padding: 20px;
    border: 2px solid #f46d13;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.column2 h3 {
    color: #f46d13;
    font-size: 19px;
    font-weight: bold;
}
.column2 h3.orange_bg {
    padding: 10px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    background: #f46d13;
}
.separator1 {
    margin-bottom: 30px;
    height: 1px;
    background: #444;
}
.separator2 {
    margin: 5px 0 5px 0;
    height: 1px;
    background: #666;
}

.h1_line {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-top: 3px solid #f46d13;
}
h1 {
    padding-bottom: 27px;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
}
h2.normal1 {
    margin-bottom: 30px;
    padding: 20px 0;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    background: #81be45;
}
h2.normal2 {
    margin-bottom: 30px;
    padding: 20px 0;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    background: #f46d13;
}
h3.normal1 {
    padding: 30px 0;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #f46d13;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
h3.normal2 {
    font-size: 21px;
    font-weight: bold;
    color: #f46d13;
}
h4.normal1 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #f46d13;
    font-size: 19px;
    font-weight: bold;
}
p.lead1 {
    font-size: 19px;
    line-height: 1.5em;
    text-align: center;
}
p.lead2 {
    font-size: 17px;
    font-weight: bold;
}
p.lead3 {
    color: #f46d13;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
    p.notice1 {
        font-size: 11px;
        line-height: 1.2em;
        text-align: left;
    }
    .h1_line {
        width: 50%;
        margin-bottom: 10px;
    }
    h1 {
        padding-bottom: 20px;
        font-size: 23px;
    }
    h2.normal1 {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 19px;
        text-align: center;
    }
    h2.normal2 {
        font-size: 19px;
        margin-bottom: 15px;
    }
    h3.normal1 {
        padding: 10px 0;
        margin-bottom: 15px;
        font-size: 19px;
    }
    p.lead1 {
        font-size: 17px;
        line-height: 1.3em;
        text-align: left;
        margin-bottom: 10px;
    }
    p.lead2 {
        font-size: 17px;
        line-height: 1.3em;
    }
    p.lead3 {
        font-size: 17px;
        line-height: 1.3em;
    }
}

table.table1 {
    width: 100%;
}
table.table1 tr th {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 1.3em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    background: #f46d13;
    text-align: left;
}
table.table1 tr td {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
    table.table1 {
        margin: 10px 0 0 0;
    }
    table.table1 tr th {
        padding: 5px 0 5px 3px;
        font-size: 11px;
    }
    table.table1 tr td {
        padding: 5px 5px;
        font-size: 11px;
    }
}

table.table2 {
    width: 100%;
}
table.table2 tr th {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.3em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    background: #f0f0f0;
    text-align: left;
}
table.table2 tr td {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: right;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.table2 tr td.num {
    text-align: left;
}
@media only screen and (max-width: 767px) {
    table.table2 {
        margin: 10px 0 0 0;
    }
    table.table2 tr th {
        padding: 5px 0 5px 3px;
        font-size: 11px;
    }
    table.table2 tr td {
        padding: 5px 5px;
        font-size: 11px;
    }
}



/* ページヘッダー
================================================== */
#page_header {
    position: relative;
    z-index: -1000;
    text-align: center;
}
#page_header img {
    width: 100%;
    max-width: 1500px;
}
.main_bg {
    background: url(../img/ami_black.png) 0 0 repeat;
}
.main {
    position: relative;
    top: -50px;
    left: -50px;
    padding: 50px 50px;
    width: 100%;
    background: #000;
    border-radius: 8px;
}
.main_bg2 {
    padding: 50px 0;
    background: #fff;
}
.main2 {
    color: #333;
}
@media only screen and (max-width: 767px) {
    .main_bg {
        margin-top: 0;
    }
    .main {
        top: 0px;
        left: 0px;
        padding: 20px 5px;
        box-sizing: border-box;
    }
}



/* ご利用について
================================================== */
.about_step {
    color: #f46d13;
    font-family: Arial;
    font-size: 27px;
    text-align: center;
}
.about_step strong {
    margin-left: 10px;
    font-size: 52px;
    font-weight: bold;
}
.about_h3 {
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .about_step {
        font-size: 23px;
    }
    .about_step strong {
        font-size: 32px;
    }
    .about_h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

table.about_table {
    width: 100%;
}
table.about_table tr th {
    padding: 10px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    background: #666;
    text-align: center;
    box-sizing: border-box;
}
table.about_table tr td {
    padding: 0;
    font-size: 13px;
    line-height: 1.3em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}s
table.about_table tr td.icon {
    width: 10%;
}
table.about_table tr td.text {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
table.about_table tr td.text strong {
    font-size: 17px;
    line-height: 1.5em;
}
table.about_table tr td.maru {
    width: 20%;
    font-size: 32px;
    text-align: center;
    background: #f46d13;
    border-left: 1px dotted #ccc;
}
table.about_table tr td.peke {
    width: 15%;
    font-size: 32px;
    font-weight: bold;
    color: #ff3c00;
    text-align: center;
    border-left: 1px dotted #ccc;
}
table.about_table tr td.rest1 {
    width: 15%;
    text-align: center;
    font-weight: bold;
    background: #81be45;
    border-left: 1px dotted #ccc;
}
table.about_table tr td.rest2 {
    width: 15%;
    text-align: center;
    font-weight: bold;
    background: #0033ff;
    border-left: 1px dotted #ccc;
}
table.about_table tr td.rest1 strong , table.about_table tr td.rest2 strong {
    font-size: 27px;
}
@media only screen and (max-width: 767px) {
    table.about_table tr th {
        padding: 5px 0;
        font-size: 12px;
        letter-spacing: -0.1em;
    }
    table.about_table tr td {
        padding: 5px 5px;
        font-size: 12px;
        line-height: 1.2em;
    }
    table.about_table tr td.text strong {
        font-size: 14px;
    }
    table.about_table tr td.maru {
        width: 15%;
    }
    table.about_table tr td.peke {
        width: 15%;
    }
    table.about_table tr td.rest1 {
        width: auto;
    }
    table.about_table tr td.rest2 {
        width: auto;
    }
    table.about_table tr td.rest1 strong , table.about_table tr td.rest2 strong {
        font-size: 21px;
    }
}



/* プランのご案内
================================================== */
.plan_bg {
    padding: 50px 0;
    background: #f0f0f0;
}
.plan_main {
    width: 100%;
}
.plan_notice {
    margin-top: 50px;
    padding: 30px;
    border: 3px solid #f46d13;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.plan_notice p.title {
    color: #f46d13;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8em;
}
.plan_notice p.title strong {
    font-size: 32px;
}
.plan_notice ul {
    margin-top: 20px;
    list-style: disc;
}
.plan_notice ul li {
    margin-left: 1em;
    line-height: 2.0em;
}
.plan_notice ul li strong {
    border-bottom: 3px solid #ffcc00;
}
@media only screen and (max-width: 767px) {
    .plan_notice {
        margin-top: 30px;
        padding: 10px;
    }
    .plan_notice p.title {
        font-size: 17px;
        line-height: 1.5em;
    }
    .plan_notice p.title strong {
        font-size: 25px;
    }
    .plan_notice ul {
        margin-top: 10px;
    }
    .plan_notice ul li {
        font-size: 13px;
        line-height: 1.5em;
    }
}

.menu_wrap {
    width: 102%;
    margin-left: -1%;
}
.menu_wrap .box {
    float: left;
    margin: 2% 1% 0 1%;
    width: 48%;
    box-sizing: border-box;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.menu_wrap .box p {
    color: #333;
}
.menu_wrap .beef1 {
    background: #eae2e2;
}
.menu_wrap .beef2 {
    background: #aa5500;
}
.menu_wrap .seafood {
    background: #def;
}
.menu_wrap .other_menu {
    background: #fed;
}
.menu_wrap .box .inner {
    position: relative;
    padding: 20px 20px 0 20px;
}
.menu_wrap .beef1 .inner h3 {
    color: #4b0404;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.menu_wrap .beef2 .inner h3 {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.menu_wrap .seafood .inner h3 {
    color: #003399;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.menu_wrap .other_menu .inner h3 {
    color: #ff6600;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.menu_wrap .beef2 .inner .text {
    color: #fff;
}
.menu_wrap .beef1 .inner .price_box {
    position: absolute;
    top: -65px;
    right: 10px;
    width: 120px;
    height: 95px;
    padding-top: 25px;
    background: #4b0404;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
}
.menu_wrap .beef2 .inner .price_box {
    position: absolute;
    top: -65px;
    right: 10px;
    width: 120px;
    height: 95px;
    padding-top: 25px;
    background: #330000;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
}
.menu_wrap .seafood .inner .price_box {
    position: absolute;
    top: -65px;
    right: 10px;
    width: 120px;
    height: 95px;
    padding-top: 25px;
    background: #003399;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
}
.menu_wrap .other_menu .inner .price_box {
    position: absolute;
    top: -65px;
    right: 10px;
    width: 120px;
    height: 95px;
    padding-top: 25px;
    background: #ff6600;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
}
.menu_wrap .box .inner .price_box .price {
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
}
.menu_wrap .box .inner .price_box .price strong {
    font-size: 32px;
}
.menu_wrap .box .set {
    margin-top: 10px;
    padding: 10px;
    background: #fff;
}
.menu_wrap .box .set p {
    padding: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #666;
    margin-bottom: 10px;
}
.menu_wrap .box .set ul li {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 23%;
    color: #333;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
}
.menu_wrap .box .set ul li::before {
    content: '●';
    margin-right: 5px;
    color: #f46d13;
}
.menu_wrap .box .set ul li.l4 {
    width: 98%;
    margin-left: 1.3em;
    text-indent: -1em;
}
.menu_wrap .box .set ul li.l4 strong {
    font-size: 14px;
    font-weight: bold;
}
.menu_wrap .box .set ul li.l2 {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    color: #333;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
}
.menu_wrap .box p.notice {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    line-height: 1.3em;
}
p.btn_menu a {
    display: block;
    margin: 20px 100px;
    padding: 10px 40px 10px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    box-sizing: border-box;
    background: #444 url(../img/arrow1.png) right 10px center no-repeat;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
p.btn_menu a:hover {
    color: #fff;
    background: #555 url(../img/arrow1.png) right 10px center no-repeat;
}
@media only screen and (max-width: 767px) {
    .menu_wrap .box {
        float: none;
        margin: 2% 0 0 0;
        width: 100%;
    }

    .menu_wrap .beef1 .inner .price_box, .menu_wrap .beef2 .inner .price_box, .menu_wrap .seafood .inner .price_box, .menu_wrap .other_menu .inner .price_box {
        top: -48px;
        right: 5px;
        width: 100px;
        height: 80px;
        padding-top: 20px;
    }
    .menu_wrap .box .inner .price_box .price strong {
        font-size: 23px;
    }

	.menu_wrap .beef1 .inner h3, .menu_wrap .beef2 .inner h3, .menu_wrap .seafood .inner h3, .menu_wrap .other_menu .inner h3 {
		margin-top:10px;
		margin-bottom:18px;
	}

    .menu_wrap .box .inner {
        padding: 10px;
    }
    .menu_wrap .box .set ul li {
        width: 48%;
    }
    .menu_wrap .box .set ul li.SP_l4 {
        width: 98%;
        margin-left: 1.3em;
        text-indent: -1em;
    }
    p.btn_menu {
        padding-bottom: 1px;
    }
    p.btn_menu a {
        width: 80%;
        margin: 0 auto 10px auto;
    }
}

/*オプション*/
.option_wrap {
    margin-top: 20px;
    width: 100%;
}
.option_wrap .box {
    float: left;
    width: 23%;
    margin: 0 1% 20px 1%;
}
.option_wrap .box .item {
    margin-top: 5px;
    font-weight: bold;
}
.option_wrap .box .price {
    color: #ff3300;
    font-weight: bold;
    text-align: right;
}
.option_wrap .box .text {
    font-size: 12px;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .option_wrap .box {
        width: 48%;
    }
}



/* 季節限定メニュー
================================================== */
.seasonal_box {
    margin-bottom: 30px;
    padding: 30px;
    border: 3px solid #444;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.seasonal_box p.pdf {
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .seasonal_box {
        padding: 10px;
    }
    .seasonal_box p.pdf {
        font-size: 11px;
    }
}



/* 幻のキムチ
================================================== */
.noorder {
    padding: 20px;
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #333;
    border-radius: 30px;
}



/* 幻のたれ
================================================== */
.tare_recipe {
    padding: 0 30px 50px 30px;
    background: #fff url(../img/tare_recipe_bg.png) 0 0 repeat-y;
}
.tare_recipe p {
    color: #333;
}
.tare_recipe ul {
    margin-top: 30px;
}
.tare_recipe ul li {
    color: #333;
    margin-left: 1.2em;
    text-indent: -1.2em;
}
.tare_recipe .separator {
    width: 85%;
    margin: 15px auto;
    height: 1px;
    background: #ccc;
}
.tare_recipe_mt {
    margin-top: -100px;
}
@media only screen and (max-width: 1060px) {
    .tare_recipe_mt {
        margin-top: -50px;
    }
}
@media only screen and (max-width: 767px) {
    .tare_recipe {
        background: #fff;
    }
    .tare_recipe ul {
        margin-top: 5px;
    }
    .tare_recipe .separator {
        width: 100%;
    }
    .tare_recipe_mt {
        margin-top: 0;
    }
}



/* お問い合せ
================================================== */
.contact_tel {
    color: #fff100;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.contact_tel strong {
    font-size: 40px;
}
@media only screen and (max-width: 767px) {
    .contact_tel {
        font-size: 17px;
    }
    .contact_tel strong {
        font-size: 25px;
    }
}





















