/*-------------------------------------------------

    BALGO CSS
    .page-template-balgo

-------------------------------------------------*/

/**
* Web Fonts
*/
@font-face {
    font-family: "LubalinGraph-LT";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ITC-Lubalin-Graph-LT-Demi.eot');
    src: url('../fonts/ITC-Lubalin-Graph-LT-Demi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ITC-Lubalin-Graph-LT-Demi.woff') format('woff'),
         url('../fonts/ITC-Lubalin-Graph-LT-Demi.otf') format('opentype')
}
.text-jp_GM-BBB {
    font-family: "Gothic Medium BBB";
}
.text-jp_MG-MB31 {
    font-family: "Midashi Go MB31";
}
.text-en {
    font-family: "LubalinGraph-LT";
    letter-spacing: 2px;
}


/**
* Common
*/
body {
    font-family: "Gothic Medium BBB";
    /* color: #000;
    background-color: #F5F1E9; */
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

a { color: #D6AE3C; }
a:hover, a:focus {
    color: #D6AE3C;
    opacity: .75;
    transition: all .3s ease;
}

#header { display: none; }

.logo {
    margin: -113px 0 0 -175px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
}
  .logo2 { width: 200px; }

.t3 {
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 26px;
    border-bottom: 1px solid #D6AE3C;
}
.t4 {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: -.6px;
}
.t3.text-en,
.t4.text-en { letter-spacing: 5px; }


/**
* tools
*/
/* margin */
.ml120 { margin-left: 120px; }

/* text */
.yellow { color: #D6AE3C; }    /* 黄色 */

/* list */
.dl-horizontal { margin-bottom: 10px; }
    .dl-horizontal dt { width: auto; }


/**
* Unique
*/
.lead-copy {
    font-size: 15px;
    font-style: italic;
}

/* ランチ */
.lunch-menu dl {
    margin-bottom: 10px;
}
    .lunch-menu dt {
        width: 130px;
        float: left;
    }

/* メニュー */
.menu-detail {
    font-size: 13px;
    position: relative;
}
    .menu-detail_multiple {
        text-align: right;
        background: url('../images/menu-dot.svg') repeat-x left;
    }
        .menu-detail_multiple span {
            padding-left: 4px;
            background-color: #F5F1E9;
        }
    .menu-detail_one--box li:before,
    .menu-detail_one--box li:after {
      content: " ";
      display: table;
    }
    .menu-detail_one--box li:after {
      clear: both;
    }
        .menu-detail_one { background: url('../images/menu-dot.svg') repeat-x left; }
            .menu-detail_one-name,
            .menu-detail_one-price { background-color: #F5F1E9; }

            .menu-detail_one-name { float: left; }
            .menu-detail_one-price { float: right; }

/* access */
.access {}
    .access .dl-horizontal dd { margin-left: 60px; }
    .access-map { width: 362px; }

#map {
    width: 100%;
    height: 450px;
}


/**
* mobile
*/
@media screen and (max-width:767px) {
    .logo {
        margin: -80px 0 0 -125px;
    }
        .logo img {
            width: 250px !important;
        }
    .menu-detail {
        font-size: 15px;
    }

    /* access */
    .access .dl-horizontal dd { margin-left: 0; }
}
