    /*
Theme Name: LABO TEMPLATE
Theme URI: 
Description: ダイニング居酒屋LABOテーマ

*/
    
    @import url(common/css/top.css);
    @import url(common/css/blog.css);
    * {
        margin: 0;
        padding: 0;
        font-size: 100%;
        box-sizing: border-box;
    }
    
    html {
        scroll-behavior: smooth;
    }
    
    body {
        color: #fff;
        background-color: #251C1F;
        font-family: "游ゴシック", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    
    table {
        border-collapse: collapse;
    }
    
    td,
    th {
        text-align: left;
        vertical-align: top;
    }
    
    .clearfix {
        zoom: 1;
    }
    
    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    
    li {
        list-style-type: none;
    }
    
    img {
        display: block;
        border: 0;
        max-width: 100%;
        height: auto;
    }
    
    a img {
        -webkit-transition: .3s;
        transition: .3s;
    }
    
    a:hover img {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }
    
    a:link {
        color: #5b657e;
        text-decoration: underline;
    }
    
    a:visited {
        color: #5b657e;
        text-decoration: none;
    }
    
    a:hover {
        color: #5b657e;
        text-decoration: none;
    }
    
    a:active {
        color: #2177be;
        text-decoration: none;
    }
    
    .img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        font-family: 'object-fit: cover; object-position: center center;'
    }
    
    a[href^="tel:"] {
        cursor: default;
        pointer-events: none;
    }
    
    .menu-trigger {
        display: none;
    }
    
    @media (max-width: 959px) {
        a[href^="tel:"] {
            cursor: pointer;
            pointer-events: auto;
        }
        .menu-trigger {
            display: block;
        }
        .menu-trigger_container {
            position: fixed;
            top: 0;
            right: 0;
            z-index: 1000000000000000000000000000000000000000000000000000000000000000000000000000000000;
        }
        .menu-trigger {
            width: 70px;
            height: 70px;
            transition: all .4s;
            cursor: pointer;
            background-color: #000;
        }
        .menu-trigger span {
            display: inline-block;
            transition: all .4s;
            box-sizing: border-box;
            position: fixed;
        }
        .menu-trigger div {
            width: 28px;
            height: 44px;
            margin-left: 21px;
            position: relative;
        }
        .menu-trigger span {
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #fff;
        }
        .menu-trigger span:nth-of-type(1) {
            top: 24px;
        }
        .menu-trigger span:nth-of-type(2) {
            top: 34px;
        }
        .menu-trigger span:nth-of-type(3) {
            top: 44px;
        }
        .menu-trigger.active span {
            background-color: #CA0909;
        }
        .menu-trigger.active span:nth-of-type(1) {
            width: 40%;
            -webkit-transform: translate3d(2px, 4px, 0) rotate(45deg);
            transform: translate3d(2px, 4px, 0) rotate(45deg);
        }
        .menu-trigger.active span:nth-of-type(2) {
            -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
            transform: translate3d(0, 0, 0) rotate(-45deg);
        }
        .menu-trigger.active span:nth-of-type(3) {
            width: 40%;
            -webkit-transform: translate3d(16px, -3px, 0) rotate(45deg);
            transform: translate3d(16px, -3px, 0) rotate(45deg);
        }
    }
    /* blog_comment */
    
    .comment-num,
    #comment-area {
        display: none;
    }
    /* content */
    
    .txt {
        font-size: 96%;
        line-height: 1.6;
    }
    
    @media (max-width: 1280px) {
        .txt {
            font-size: 96%;
        }
    }
    
    @media (max-width: 959px) {
        .txt {
            font-size: 90%;
            line-height: 1.8;
            letter-spacing: .05em;
        }
    }
    
    @media (max-width: 759px) {
        .txt {
            font-size: 80%;
        }
    }
    
    @media (max-width: 479px) {
        .txt {
            font-size: 70%;
        }
    }
    /* main */
    
    #main {
        background: url(img/main.jpg) no-repeat top center;
        background-size: 100% auto;
        width: 100%;
        position: relative;
        min-height: 1055px;
        max-width: 1920px;
        margin: 0 auto;
    }
    
    @media (max-width: 1780px) {
        #main {
            min-height: 955px;
        }
    }
    
    @media (max-width: 1580px) {
        #main {
            min-height: 855px;
        }
    }
    
    @media (max-width: 1280px) {
        #main {
            min-height: 700px;
        }
    }
    
    @media (max-width: 959px) {
        #main {
            min-height: 750px;
            background: url(img/main.jpg) no-repeat top 65px right;
            background-size: 130% auto;
        }
    }
    
    @media (max-width: 850px) {
        #main {
            min-height: 650px;
        }
    }
    
    @media (max-width: 759px) {
        #main {
            min-height: 600px;
        }
    }
    
    @media (max-width: 650px) {
        #main {
            min-height: 550px;
        }
    }
    
    @media (max-width: 600px) {
        #main {
            min-height: 500px;
        }
    }
    
    @media (max-width: 540px) {
        #main {
            min-height: 500px;
            background: url(img/main.jpg) no-repeat top 85px right;
            background-size: 130% auto;
        }
    }
    
    @media (max-width: 479px) {
        #main {
            min-height: 450px;
        }
    }
    
    @media (max-width: 400px) {
        #main {
            min-height: 400px;
        }
    }
    
    @media (max-width: 359px) {
        #main {
            min-height: 350px;
            background: url(img/main.jpg) no-repeat top 95px right;
            background-size: 130% auto;
        }
    }
    
    header {
        width: 25%;
    }
    
    header h1 strong {
        color: #fff;
        font-size: 90%;
        font-weight: 400;
        text-align: center;
        display: block;
        padding-top: 65px;
        padding-bottom: 5px;
    }
    
    header h1 strong br {
        display: none;
    }
    
    header h1 a {
        width: 100%;
        background-color: #DC364A;
        padding: 30px 0;
        color: #000;
        text-decoration: none;
        display: block;
    }
    
    header h1 img {
        margin: 0 auto;
    }
    
    @media (max-width: 1580px) {
        header {
            width: 28%;
        }
        header h1 strong {
            font-size: 80%;
            padding-top: 45px;
            padding-bottom: 5px;
        }
        header h1 img {
            width: 200px;
        }
    }
    
    @media (max-width: 1280px) {
        header h1 strong {
            padding-bottom: 10px;
            padding-bottom: 25px;
        }
        header h1 strong br {
            display: inline;
        }
    }
    
    @media (max-width: 959px) {
        header {
            width: 100%;
        }
        header h1 strong {
            font-size: 70%;
            text-align: left;
            display: block;
            padding-top: 15px;
            padding-bottom: 10px;
            padding-left: 15px;
        }
        header h1 strong br {
            display: none;
        }
        header h1 a {
            width: 190px;
            background-color: #DC364A;
            padding: 10px 0;
        }
        header h1 a img {
            width: 110px;
        }
    }
    
    #menu {
        padding-top: 65px;
        padding-left: 25%;
    }
    
    #menu li {
        padding-bottom: 25px;
    }
    
    #menu a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 140%;
        line-height: 1.0;
    }
    
    @media (max-width: 1280px) {
        #menu a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            font-size: 120%;
            line-height: 1.0;
        }
    }
    
    @media (max-width: 959px) {
        #menu {
            display: none;
        }
    }
    
    #bn_takeout {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    @media (max-width: 1280px) {
        #bn_takeout {
            width: 400px;
        }
    }
    
    @media (max-width: 959px) {
        #bn_takeout {
            width: 300px;
        }
    }
    
    @media (max-width: 659px) {
        #bn_takeout {
            width: 230px;
        }
    }
    
    @media (max-width: 359px) {
        #bn_takeout {
            width: 150px;
        }
    }
    
    #scroll {
        width: 100%;
        height: 80px;
        position: fixed;
        bottom: -80px;
        left: 0;
        background-color: #DC364A;
        z-index: 100;
        color: black;
    }
    
    #scroll.is-animation {
        bottom: 0;
        -webkit-transition: .3s;
        transition: .3s;
    }
    
    #scroll h2 {
        position: absolute;
        left: 5%;
        top: 10px;
    }
    
    #scroll ul {
        text-align: right;
        margin-right: 5%;
    }
    
    #scroll li {
        display: inline-block;
        margin-right: 30px;
        height: 70px;
        vertical-align: middle;
    }
    
    #scroll li:not(:last-child) a {
        color: black;
        display: block;
        text-decoration: none;
        font-size: 110%;
        font-weight: 600;
        line-height: 1.0;
        padding-top: 35px;
    }
    
    #scroll li:last-child {
        padding-top: 15px;
        margin-right: 0;
    }
    
    #scroll li:last-child a {
        display: block;
        width: 50px;
        height: 50px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: url(img/bg_contact.jpg);
    }
    
    #scroll li:last-child a img {
        margin: 0 auto;
        padding-top: 15px;
    }
    
    #scroll li.smp {
        display: none;
    }
    
    @media (max-width: 1180px) {
        #scroll h2 {
            position: absolute;
            left: 3%;
            top: 10px;
        }
        #scroll ul {
            text-align: right;
            margin-right: 3%;
        }
        #scroll li:not(:last-child) a {
            font-size: 90%;
            padding-top: 35px;
        }
    }
    
    @media (max-width: 959px) {
        #scroll li {
            margin-right: 20px;
        }
    }
    
    @media (max-width: 900px) {
        #scroll li {
            margin-right: 10px;
        }
    }
    
    @media (max-width: 859px) {
        #scroll li.pc {
            display: none;
        }
        #scroll li.smp {
            display: inline-block;
        }
    }
    
    @media (max-width: 479px) {
        #scroll h2 {
            padding-top: 5px;
        }
        #scroll h2 img {
            width: 100px;
        }
        #scroll li:not(:last-child) a {
            font-size: 80%;
            padding-top: 35px;
        }
    }
    
    @media (max-width: 420px) {
        #scroll li {
            margin-right: 5px;
        }
        #scroll li:not(:last-child) a {
            font-size: 70%;
            padding-top: 35px;
        }
    }
    
    @media (max-width: 380px) {
        #scroll h2 img {
            width: 70px;
        }
        #scroll h2 {
            left: 2%;
            top: 15px;
        }
        #scroll ul {
            margin-right: 2%;
        }
        #scroll li:last-child {
            padding-top: 18px;
        }
        #scroll li:last-child a {
            width: 40px;
            height: 40px;
            background: url(img/bg_contact.jpg);
        }
        #scroll li:last-child a img {
            width: 20px;
        }
    }
    /* menu1 */
    
    #menu1 h2 img {
        margin: 0 auto;
        padding-top: 80px;
        padding-bottom: 35px;
    }
    
    @media (max-width: 1280px) {
        #menu1 h2 img {
            width: auto;
            height: 175px;
        }
    }
    
    @media (max-width: 959px) {
        #menu1 h2 img {
            height: 155px;
        }
    }
    
    @media (max-width: 599px) {
        #menu1 h2 img {
            height: 145px;
        }
    }
    
    #menu1_main {
        background: url(img/menu_main.jpg) no-repeat top center;
        background-size: 100% auto;
        width: 96%;
        max-width: 1836px;
        margin: 0 auto;
        padding-top: 420px;
        position: relative;
    }
    
    #menu1_main h3 span {
        display: inline-block;
        padding-bottom: 52px;
        font-size: 250%;
        line-height: 1.0;
        letter-spacing: .1em;
        min-width: 432px;
        position: absolute;
        left: 16.3%;
        top: 190px;
        background: url(img/grandmenu_txt.png) no-repeat bottom left;
        background-size: 363px auto;
    }
    
    @media (max-width: 1330px) {
        #menu1_main {
            padding-top: 350px;
        }
        #menu1_main h3 span {
            padding-bottom: 52px;
            font-size: 200%;
            min-width: 300px;
            left: 16.3%;
            top: 150px;
            background: url(img/creativemenu_txt.png) no-repeat bottom left;
            background-size: 300px auto;
        }
    }
    
    @media (max-width: 1100px) {
        #menu1_main {
            padding-top: 300px;
        }
        #menu1_main h3 span {
            padding-bottom: 52px;
            font-size: 200%;
            min-width: 300px;
            left: 16.3%;
            top: 120px;
            background: url(img/creativemenu_txt.png) no-repeat bottom left;
            background-size: 300px auto;
        }
    }
    
    @media (max-width: 1024px) {
        #menu1_main {
            padding-top: 250px;
        }
        #menu1_main h3 span {
            padding-bottom: 52px;
            font-size: 160%;
            min-width: 300px;
            left: 16.3%;
            top: 100px;
            background: url(img/creativemenu_txt.png) no-repeat bottom left;
            background-size: 300px auto;
        }
    }
    
    @media (max-width: 759px) {
        #menu1_main {
            padding-top: 180px;
        }
        #menu1_main h3 span {
            padding-bottom: 22px;
            font-size: 160%;
            min-width: 200px;
            left: 16.3%;
            top: 80px;
            background: url(img/creativemenu_txt.png) no-repeat bottom left;
            background-size: 200px auto;
        }
    }
    
    @media (max-width: 659px) {
        #menu1_main {
            padding-top: 130px;
        }
        #menu1_main h3 span {
            padding-bottom: 22px;
            font-size: 120%;
            min-width: 150px;
            left: 12.3%;
            top: 50px;
            background: url(img/creativemenu_txt.png) no-repeat bottom left;
            background-size: 150px auto;
        }
    }
    
    .menu_main_in {
        width: 90%;
        max-width: 1430px;
        margin: 0 auto;
    }
    
    .menu_main_in figure {
        width: 29%;
        float: left;
        margin-right: 6.5%;
    }
    
    .menu_main_in figure:last-child {
        margin-right: 0;
    }
    
    .menu_main_in figure a {
        color: #fff;
        text-decoration: none;
    }
    
    .menu_main_in figure figcaption {
        text-align: center;
        padding-top: 10px;
        line-height: 1.0;
        font-size: 110%;
        letter-spacing: .1em;
    }
    
    @media (max-width: 1280px) {
        .menu_main_in figure figcaption {
            font-size: 90%;
        }
    }
    
    @media (max-width: 959px) {
        .menu_main_in figure figcaption {
            font-size: 70%;
        }
    }
    
    @media (max-width: 599px) {
        .menu_main_in {
            width: 70%;
            max-width: 415px;
        }
        .menu_main_in figure {
            width: 100%;
            float: none;
            margin-right: 0;
            margin-bottom: 15px;
        }
        .menu_main_in figure:last-child {
            margin-right: 0;
        }
        .menu_main_in figure figcaption {
            font-size: 80%;
        }
    }
    
    .menu_price {
        width: 90%;
        max-width: 681px;
        margin: 60px auto 20px;
    }
    
    .menu_price li {
        width: 100%;
        position: relative;
        display: block;
        background: url(img/line.png) no-repeat bottom left;
        background-size: 100% auto;
        padding-left: 60px;
        padding-top: 16px;
        padding-bottom: 18px;
        font-size: 108%;
        line-height: 1.5;
        letter-spacing: .1em;
        float: left;
    }
    
    .menu_price li::before {
        content: " ";
        display: block;
        top: 20px;
        left: 25px;
        width: 14px;
        height: 14px;
        position: absolute;
        z-index: 10;
    }
    
    .menu_price li::before {
        background: url(img/ico1.png) no-repeat left center;
        background-size: 14px auto;
    }
    
    .menu_price li:nth-child(2n)::before {
        background: url(img/ico2.png) no-repeat left center;
        background-size: 13px auto;
    }
    
    .menu_price li:nth-child(3n)::before {
        background: url(img/ico3.png) no-repeat left center;
        background-size: 14px auto;
    }
    
    .menu_price li strong {
        font-weight: 400;
        width: 75%;
        float: left;
    }
    
    .menu_price li .aji {
        font-size: 80%;
        display: block;
        padding-top: 8px;
    }
    
    .menu_price li .en {
        position: relative;
        font-weight: 700;
        text-align: right;
        width: 25%;
        float: left;
        font-size: 90%;
    }
    
    .menu_price li.menu_title {
        width: 100%;
        position: relative;
        display: block;
        background: none!important;
        padding-left: 23px;
        padding-top: 36px;
        padding-bottom: 10px;
        font-size: 120%;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: .1em;
        text-align: left;
    }
    
    .menu_price li.menu_title::before {
        display: none;
    }
    
    @media (max-width: 959px) {
        .menu_price li {
            width: 100%;
            position: relative;
            display: block;
            background: url(img/line.png) no-repeat bottom left;
            background-size: 100% auto;
            padding-left: 40px;
            padding-top: 16px;
            padding-bottom: 18px;
            font-size: 90%;
            line-height: 1.0;
            letter-spacing: .1em;
        }
        .menu_price li::before {
            top: 18px;
            left: 15px;
            width: 14px;
            height: 14px;
        }
        .menu_price {
            margin: 20px auto 20px;
        }
    }
    
    @media (max-width: 759px) {
        .menu_price li {
            float: none;
        }
        .menu_price li strong {
            font-weight: 400;
            width: 100%;
            float: none;
        }
        .menu_price li .en {
            position: relative;
            right: auto;
            top: auto;
            display: block;
            text-align: right;
            padding-top: 5px;
            width: 100%;
            float: none;
        }
    }
    
    #menu2 {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        background-image: url(img/grandmenu_main.jpg), url(img/bg_grandmenu.png);
        background-repeat: no-repeat, no-repeat;
        background-position: left top, right top;
    }
    
    #menu2 .menu_main_in {
        padding-left: 22%;
    }
    
    .menu_title {
        text-align: center;
    }
    
    .menu_title span {
        display: inline-block;
        font-size: 320%;
        line-height: 1.0;
        padding-bottom: 30px;
    }
    
    #menu2 .menu_title span span {
        font-size: 50%;
        display: inline-block;
        padding-left: 15px;
    }
    
    #menu2 .menu_title>span {
        background: url(img/seasonalmenu_txt.png) no-repeat bottom center;
        background-size: 435px auto;
        margin-top: 180px;
        margin-bottom: 60px;
    }
    
    @media (max-width: 1780px) {
        #menu2 {
            background-image: url(img/grandmenu_main.jpg), url(img/bg_grandmenu.png);
            background-size: 40% auto, 30% auto;
            background-repeat: no-repeat, no-repeat;
            background-position: left top, right top;
        }
        #menu2 .menu_title>span {
            font-size: 250%;
            padding-bottom: 20px;
            background: url(img/seasonalmenu_txt.png) no-repeat bottom center;
            background-size: 350px auto;
            margin-top: 120px;
            margin-bottom: 50px;
        }
    }
    
    @media (max-width: 1280px) {
        #menu2 {
            background-image: url(img/grandmenu_main.jpg), url(img/bg_grandmenu.png);
            background-size: 40% auto, 30% auto;
            background-repeat: no-repeat, no-repeat;
            background-position: left top, right top;
        }
        .menu_title span {
            font-size: 180%;
            padding-bottom: 30px;
        }
        #menu2 .menu_title>span {
            background: url(img/seasonalmenu_txt.png) no-repeat bottom center;
            background-size: 270px auto;
            margin-top: 120px;
            margin-bottom: 50px;
            font-size: 170%;
        }
    }
    
    @media (max-width: 1180px) {
        #menu2 {
            background-image: url(img/grandmenu_main.jpg), url(img/bg_grandmenu.png);
            background-size: 40% auto, 30% auto;
            background-repeat: no-repeat, no-repeat;
            background-position: left top 115px, right top;
        }
    }
    
    @media (max-width: 859px) {
        .menu_title>span {
            font-size: 140%;
            padding-bottom: 30px;
        }
        #menu2 .menu_title>span {
            background: url(img/seasonalmenu_txt.png) no-repeat bottom center;
            background-size: 240px auto;
            margin-top: 120px;
            margin-bottom: 50px;
            font-size: 140%;
        }
    }
    
    @media (max-width: 599px) {
        #menu2 {
            background-image: url(img/grandmenu_main.jpg), url(img/bg_grandmenu.png);
            background-size: 50% auto, 40% auto;
            background-repeat: no-repeat, no-repeat;
            background-position: left top 115px, right top 25px;
        }
        #menu2 .menu_main_in {
            padding-left: 0;
        }
        .menu_title>span {
            font-size: 140%;
            padding-bottom: 20px;
        }
        #menu2 .menu_title>span {
            background: url(img/seasonalmenu_txt.png) no-repeat bottom center;
            background-size: 200px auto;
            margin-top: 120px;
            padding-bottom: 10px;
            margin-bottom: 100px;
        }
    }
    
    @media (max-width: 479px) {
        #menu2 .menu_title>span {
            margin-bottom: 100px;
        }
    }
    
    @media (max-width: 379px) {
        #menu2 .menu_title>span {
            margin-bottom: 80px;
        }
    }
    
    .menu_price_container {
        width: 90%;
        max-width: 1400px;
        margin: 0 auto;
    }
    
    .menu_price_container .menu_price {
        width: 48.5%;
        float: left;
    }
    
    .menu_price_container .menu_price:first-child {
        margin-right: 3%;
    }
    
    .txt {
        text-align: center;
        font-size: 130%;
        line-height: 1.8;
        padding: 70px 0 180px;
        position: relative;
        z-index: 2;
    }
    
    @media (max-width: 959px) {
        .txt {
            font-size: 100%;
            padding: 50px 0 100px;
        }
    }
    
    @media (max-width: 599px) {
        .menu_price_container .menu_price {
            width: 100%;
            float: none;
        }
        .txt {
            font-size: 90%;
            padding: 30px 0 100px;
        }
    }
    
    @media (max-width: 479px) {
        .txt {
            font-size: 80%;
            line-height: 1.6;
        }
    }
    
    #menu3 {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        background: url(img/bg_liquor.jpg) no-repeat left top #0E0D0B;
        background-size: 50% auto;
        position: relative;
        padding-bottom: 180px;
    }
    
    #menu3 .menu_title span {
        background: url(img/liquormenu_txt.png) no-repeat bottom center;
        background-size: 347px auto;
        margin-top: 180px;
        min-width: 347px;
        padding-bottom: 60px;
        position: relative;
        z-index: 2;
    }
    
    #menu3::before {
        content: " ";
        display: block;
        top: -112px;
        right: 0;
        width: 447px;
        height: 1232px;
        position: absolute;
        z-index: 1;
        background: url(img/img_luquor.png);
    }
    
    #menu3 .menu_price_container {
        position: relative;
        z-index: 2;
    }
    
    @media (max-width: 1380px) {
        #menu3 {
            background: url(img/bg_liquor.jpg) no-repeat left top #0E0D0B;
            background-size: 50% auto;
        }
        #menu3 .menu_title span {
            background: url(img/liquormenu_txt.png) no-repeat bottom center;
            background-size: 100% auto;
            margin-top: 180px;
            min-width: 300px;
            padding-bottom: 60px;
        }
        #menu3::before {
            top: -100px;
            width: 300px;
            height: 826px;
            background: url(img/img_luquor.png);
            background-size: 100% auto;
        }
    }
    
    @media (max-width: 1280px) {
        #menu3 .menu_title span {
            margin-top: 120px;
            min-width: 250px;
            padding-bottom: 50px;
        }
    }
    
    @media (max-width: 859px) {
        #menu3::before {
            top: -50px;
            width: 200px;
            height: 550px;
        }
    }
    
    @media (max-width: 599px) {
        #menu3::before {
            top: -50px;
            width: 150px;
            height: 413px;
        }
    }
    
    #takeout {
        background-color: #0E0D0B;
        position: relative;
        padding-bottom: 180px;
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
    }
    
    #takeout::before {
        content: " ";
        display: block;
        top: -80px;
        left: 18%;
        width: 136px;
        height: 199px;
        position: absolute;
        z-index: 4;
        background: url(img/takeout_img.png) no-repeat 0 0;
        background-size: 100% auto;
    }
    
    #takeout_main {
        background-size: 100% auto;
        width: 96%;
        max-width: 1836px;
        background: url(img/takeout_bg.jpg) no-repeat 0 0;
        background-size: 100% auto;
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }
    
    #takeout_top {
        width: 80%;
        max-width: 1060px;
        margin: 0 auto;
        padding-top: 100px;
        padding-bottom: 90px;
    }
    
    #takeout_top h3 {
        width: 55%;
        float: left;
    }
    
    #takeout_top h3 span {
        display: block;
        padding-top: 80px;
        padding-bottom: 60px;
        background: url(img/takeout_txt1.png) no-repeat left bottom;
        background-size: 389px auto;
        font-size: 280%;
        letter-spacing: .1em;
        line-height: 1.0;
    }
    
    #takeout_top ul {
        width: 45%;
        float: left;
    }
    
    #takeout_top ul li:last-child {
        font-size: 120%;
        line-height: 1.0;
        font-weight: 600;
        padding-top: 25px;
        padding-left: 25px;
    }
    
    #takeout_top ul li:last-child a {
        color: #352913;
        display: inline-block;
        font-weight: 700;
        border-bottom: 4px solid #352913;
        padding-bottom: 5px;
        text-decoration: none;
    }
    
    #takeout_main .menu_main_in {
        max-width: 1020px;
    }
    
    #takeout_main .menu_main_in figure {
        width: 49%;
        float: left;
    }
    
    #takeout_main .menu_main_in figure:first-child {
        margin-right: 2%;
    }
    
    @media (max-width: 1380px) {
        #takeout {
            background-color: #0E0D0B;
            position: relative;
            padding-bottom: 140px;
        }
        #takeout::before {
            top: -50px;
            left: 10%;
            width: 100px;
            height: 143px;
            background: url(img/takeout_img.png) no-repeat 0 0;
            background-size: 100% auto;
        }
        #takeout_main {
            background: url(img/takeout_bg.jpg) no-repeat 0 0;
            background-size: 100% auto;
        }
        #takeout_top {
            padding-top: 80px;
            max-width: 850px;
            padding-bottom: 90px;
        }
        #takeout_top h3 {
            width: 55%;
            float: left;
        }
        #takeout_top h3 span {
            padding-top: 80px;
            padding-bottom: 40px;
            background: url(img/takeout_txt1.png) no-repeat left bottom;
            background-size: 300px auto;
            font-size: 210%;
        }
        #takeout_top ul {
            width: 45%;
            float: left;
        }
        #takeout_top ul li:last-child {
            font-size: 110%;
            padding-top: 25px;
            padding-left: 0;
        }
    }
    
    @media (max-width: 1220px) {
        #takeout_top {
            padding-top: 50px;
            max-width: 850px;
            padding-bottom: 60px;
        }
    }
    
    @media (max-width: 1080px) {
        #takeout_top h3 {
            width: 50%;
        }
        #takeout_top h3 span {
            padding-top: 80px;
            padding-bottom: 30px;
            background: url(img/takeout_txt1.png) no-repeat left bottom;
            background-size: 250px auto;
            font-size: 180%;
        }
        #takeout_top ul {
            width: 50%;
        }
        #takeout_top ul li:last-child {
            font-size: 100%;
            padding-top: 25px;
        }
    }
    
    @media (max-width: 859px) {
        #takeout_main {
            background: url(img/takeout_bg.jpg) no-repeat top center;
            background-size: 120% auto;
        }
        #takeout::before {
            top: -20px;
            left: 10%;
            width: 70px;
            height: 100px;
        }
        #takeout_top h3 span {
            padding-top: 40px;
            padding-bottom: 20px;
            background: url(img/takeout_txt1.png) no-repeat left bottom;
            background-size: 150px auto;
            font-size: 120%;
        }
        #takeout_top ul li:last-child {
            font-size: 80%;
            padding-top: 20px;
        }
    }
    
    @media (max-width: 599px) {
        #takeout {
            padding-bottom: 100px;
        }
        #takeout_main {
            background: url(img/takeout_bg.jpg) no-repeat top center;
            background-size: 200% auto;
        }
        #takeout::before {
            top: -50px;
            left: 50%;
            width: 60px;
            height: 86px;
            margin-left: -35px;
        }
        #takeout_top h3 {
            width: 100%;
            float: none;
            text-align: center;
        }
        #takeout_top h3 span {
            padding-top: 0;
            padding-bottom: 20px;
            background: url(img/takeout_txt1.png) no-repeat center bottom;
            background-size: 150px auto;
            font-size: 120%;
        }
        #takeout_top ul {
            width: 100%;
            float: none;
        }
        #takeout_top ul img {
            max-width: 300px;
            margin: 15px auto 0;
        }
        #takeout_top ul li:last-child {
            font-size: 80%;
            padding-top: 20px;
            text-align: center;
        }
    }
    
    @media (max-width: 479px) {
        #takeout {
            padding-bottom: 70px;
        }
        #takeout_main {
            background: url(img/takeout_bg.jpg) no-repeat top center;
            background-size: 250% auto;
        }
        #takeout_top ul img {
            max-width: 250px;
        }
    }
    
    @media (max-width: 379px) {
        #takeout_main {
            background: url(img/takeout_bg.jpg) no-repeat top center;
            background-size: 280% auto;
        }
        #takeout_top ul img {
            max-width: 200px;
        }
        #takeout_top ul li:last-child {
            font-size: 70%;
        }
    }
    
    #shop {
        width: 100%;
        background: url(img/bg_shopinfo.jpg) no-repeat top center;
        background-size: cover;
        padding-bottom: 110px;
    }
    
    #shop h2 {
        padding-top: 110px;
        padding-bottom: 70px;
    }
    
    #shop h2 img {
        margin: 0 auto;
    }
    
    @media (max-width: 1280px) {
        #shop h2 img {
            width: auto;
            height: 50px;
        }
    }
    
    @media (max-width: 959px) {
        #shop {
            padding-bottom: 100px;
        }
        #shop h2 {
            padding-top: 100px;
            padding-bottom: 20px;
        }
        #shop h2 img {
            height: 30px;
        }
    }
    
    @media (max-width: 599px) {
        #shop h2 img {
            height: 25px;
        }
    }
    
    @media (max-width: 479px) {
        #shop {
            padding-bottom: 70px;
        }
        #shop h2 {
            padding-top: 70px;
        }
    }
    
    #shop_photo {
        width: 90%;
        max-width: 1430px;
        margin: 0 auto;
    }
    
    #shop_photo figure {
        width: 48.9%;
        float: left;
    }
    
    #shop_photo figure:first-child {
        margin-right: 2.2%;
    }
    
    #shop_photo figure img {
        border: 2px solid #5C514F;
    }
    
    #shop_info {
        width: 86%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 75px 0;
    }
    
    #shop_info h3 {
        width: 25%;
        float: left;
        margin-right: 10%;
    }
    
    #shop_info ul {
        width: 65%;
        float: left;
        font-size: 110%;
        line-height: 1.0;
        padding-top: 10px;
    }
    
    #shop_info ul img {
        display: inline-block;
        padding-right: 28px;
    }
    
    #shop_info ul li {
        padding-bottom: 20px;
    }
    
    #shop_info ul li:last-child {
        padding-bottom: 0;
    }
    
    @media (max-width: 1280px) {
        #shop_info ul {
            font-size: 100%;
        }
    }
    
    @media (max-width: 959px) {
        #shop_info {
            width: 80%;
            padding: 45px 0;
        }
        #shop_info ul {
            font-size: 90%;
        }
        #shop_info ul img {
            display: block;
            padding-right: 0;
            padding-bottom: 10px;
        }
    }
    
    @media (max-width: 599px) {
        #shop_info ul {
            font-size: 80%;
        }
    }
    
    @media (max-width: 479px) {
        #shop_info h3 {
            width: 100%;
            float: none;
            max-width: 100px;
            margin: 0 auto 10px;
        }
        #shop_info ul {
            width: 100%;
            float: none;
            padding-top: 10px;
            text-align: center;
        }
        #shop_info ul img {
            margin: 0 auto;
        }
    }
    
    #map {
        border: 0;
        width: 90%;
        max-width: 1428px;
        height: 450px;
        margin: 0 auto;
        display: block;
    }
    
    #contact {
        width: 100%;
        background-image: url(img/bg_contact_top.png), url(img/bg_contact.jpg);
        background-position: top center, top;
        background-repeat: no-repeat, no-repeat;
        background-size: 56.875% auto, cover;
        padding-bottom: 142px;
    }
    
    #contact h2 {
        padding-top: 142px;
    }
    
    #contact h2 img {
        margin: 0 auto 45px;
    }
    
    @media (max-width: 1280px) {
        #contact h2 {
            padding-top: 100px;
        }
        #contact h2 img {
            width: auto;
            height: 30px;
        }
    }
    
    @media (max-width: 959px) {
        #contact {
            width: 100%;
            background-image: url(img/bg_contact_top.png), url(img/bg_contact.jpg);
            background-position: top center, top;
            background-repeat: no-repeat, no-repeat;
            background-size: 90% auto, cover;
        }
        #contact h2 img {
            height: 20px;
            margin: 0 auto 25px;
        }
    }
    
    @media (max-width: 599px) {
        #contact h2 {
            padding-top: 80px;
        }
    }
    
    @media (max-width: 479px) {
        #contact {
            padding-bottom: 100px;
        }
        #contact h2 {
            padding-top: 50px;
        }
    }
    
    #contact_form {
        width: 90%;
        max-width: 1060px;
        margin: 0 auto;
        color: #000000;
        font-size: 110%;
        font-weight: 600;
        line-height: 1.0;
    }
    
    #contact_form dl {
        background: url(img/line.png) repeat-x bottom left;
        background-size: auto 1px;
        padding: 2px 0;
    }
    
    #contact_form dl dt {
        width: 27%;
        float: left;
        padding: 27px 25px 27px;
    }
    
    #contact_form dl dd {
        width: 73%;
        float: left;
    }
    
    @media (max-width: 959px) {
        #contact_form {
            font-size: 80%;
        }
    }
    
    @media (max-width: 759px) {
        #contact_form dl dt {
            width: 100%;
            float: none;
            padding: 25px 0 0 0;
        }
        #contact_form dl dd {
            width: 100%;
            float: none;
        }
        #contact_form dl:first-child dd {
            padding-bottom: 25px;
        }
    }
    
    @media (max-width: 599px) {}
    
    #contact_form dl dd input[type="text"],
    #contact_form dl dd input[type="tel"],
    #contact_form dl dd input[type="email"],
    #contact_form dl dd textarea {
        display: block;
        padding: 25px 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        border: 0;
    }
    
    #contact_form dl dd input:focus,
    #contact_form dl dd textarea:focus {
        border: 0;
    }
    
    #contact_form dl dd input::-webkit-input-placeholder,
    #contact_form dl dd textarea::-webkit-input-placeholder {
        color: #807D76;
        font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 600;
    }
    
    #contact_form dl dd input::-moz-placeholder,
    #contact_form dl dd textarea::-moz-placeholder {
        color: #807D76;
        opacity: 1;
        font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 600;
    }
    
    #contact_form dl dd input:-ms-input-placeholder,
    #contact_form dl dd textarea:-ms-input-placeholder {
        color: #807D76;
        font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 600;
    }
    
    #contact_form dl dd label {
        display: inline-block;
        cursor: pointer;
        padding-top: 27px;
    }
    
    #contact_form dl dd label:first-child {
        margin-right: 30px;
    }
    
    #contact_form dl dd label input {
        display: inline-block !important;
        padding: 0;
        margin-right: 10px;
    }
    
    .bt_submit {
        display: block;
        width: 90%;
        max-width: 432px;
        height: 80px;
        background: url(img/bt_submit.png) no-repeat center center #000000;
        background-size: 147px auto;
        border: 0;
        margin: 40px auto 0;
        cursor: pointer;
    }
    
    @media (max-width: 759px) {
        .bt_submit {
            height: 60px;
            background: url(img/bt_submit.png) no-repeat center center #000000;
            background-size: 100px auto;
            border: 0;
            margin: 20px auto 0;
        }
    }
    
    footer {
        width: 100%;
        height: 94px;
        background-color: #DC364A;
        padding-top: 38px;
        position: relative;
        margin-bottom: 70px;
    }
    
    #copy img {
        margin: 0 auto;
    }
    
    @media (max-width: 479px) {
        #copy img {
            width: 250px;
            margin-left: 3%;
        }
    }
    
    #page-top {
        position: absolute;
        right: 3%;
        top: 35px;
        width: 25px;
        height: 26px;
        background: url(img/bt_pagetop.png) no-repeat 0 0;
        background-size: 100% auto;
    }
    /*



postmail



*/
    
    .postmail {
        margin: 50px auto !important;
    }
    
    .postmail dd {
        padding: 26px 0;
    }
    
    .form_catch {
        font-size: 140%;
        text-align: center;
        padding-top: 50px;
    }
    
    .contact_read {
        text-align: center;
        padding;
        35px 0;
    }
    
    .msg {
        color: #AF0307;
        font-weight: 600;
    }
    
    .bt_form {
        text-align: center;
        font-size: 0;
        padding-top: 30px;
        width: 90%;
        margin: 0 auto;
    }
    
    .bt_form .button {
        display: inline-block;
        width: 48%;
        max-width: 250px;
        font-size: 14px;
        color: #fff;
        background-color: #555;
        text-align: center;
        height: 72px;
        border: 0;
        cursor: pointer;
    }
    
    .mr {
        margin-right: 4%;
    }
    
    .thanks_read {
        text-align: center !important;
        padding-top: 100px;
        padding-bottom: 100px;
        color: #000;
    }
    
    @media (max-width: 959px) {
        .form_catch {
            font-size: 100%;
        }
        .thanks_read {
            font-size: 90%;
        }
    }
    
    @media (max-width: 599px) {
        .form_catch {
            font-size: 80%;
        }
        .bt_form .button {
            font-size: 12px;
            height: 42px;
        }
        .thanks_read {
            font-size: 70%;
        }
    }