@charset "UTF-8";
html:not(.responsive) {
    min-width: 1300px;
    /* viewport */
}
/*=============================================
 * body
 *=============================================*/
body {
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: 1.8px;
    background: url("../img/shared/bgbody.jpg") repeat center center;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 * .fnt - customs
 *=============================================*/
/*=============================================
 * <main>
 *=============================================*/
main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wrap {
    width: 1000px;
}
.bgBrown {
    background: #1b1401;
}
/*=============================================
 * <header>
 *=============================================*/
header {
    position: relative;
}
#btn_fix {
    position: fixed;
    top: 30%;
    transform: translateY(-30%);
    z-index: 10;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    -moz-transition: opacity .3s ease, visibility .3s ease;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
}
#btn_fix.visible {
    opacity: 1;
    visibility: visible;
}
#pagetop{
    right: 0;
}
#sideBar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.nav-fixed {
    transition: all 0.5s;
    float: left;
    position: relative;
    z-index: 1;
}
.nav-fixed nav {
    margin: 42px 0 0 17px;
}
.nav-fixed.fixed {
    float: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #1b1401;
    z-index: 10;
    padding: 10px 0 0 0;
}
.nav-fixed.fixed nav {
    margin: 0;
}
.nav-fixed.fixed nav {
    text-align: center;
}
.nav-fixed.fixed nav span:hover a {
    border-bottom: 3px solid #b93107;
}
.nav-fixed.fixed nav span.active a {
    border-bottom: 3px solid #b93107;
}
.nav-fixed.fixed nav a {
    padding-bottom: 10px;
    color: #fff;
}
header h1 {
    font-size: 12px;
    color: #ececec;
    margin: 3px 10px 0 0;
    position: relative;
    z-index: 1;
}
header .logo {
    position: absolute;
    top: 556px;
    right: 7%;
    z-index: 2;
}
header nav span:hover a {
    border-bottom: 3px solid #000;
    text-decoration: none;
}
header nav span.active a {
    border-bottom: 3px solid #000;
}
header nav a {    
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0 20px;
    padding-bottom: 5px;
    line-height: 32px;
    display: block;    
}
/*=============================================
 * key
 *=============================================*/
#key {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 1308px;
    position: relative;
}
#key:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url("../img/shared/kv_frame.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 1;
    height: 1523px;
}
#key h2 {
    position: absolute;
    z-index: 2;
}
#key ul {
    min-height: inherit;
}
#key li {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*=============================================
 * <section>
 *=============================================*/
/*=============================================
 * #socialbuttons
 *=============================================*/
#socialbuttons {
    text-align: left;
}
/*=============================================
 * <footer>
 *=============================================*/
footer {
    background: url("../img/shared/bgft.jpg") repeat center top;
    color: #eeece4;
    padding-bottom: 15px;
}
footer #ftTop {
    background: #1b1401;
    padding: 13px 0;
}
footer #ftBottom {
    margin: 44px 0 25px 0;
}
footer #ftBottom .fl {
    width: 400px;
}
footer #ftBottom .fl .tit {
    line-height: 26px;
    color: #eeece4;
    margin: 10px 0 20px 0;
}
footer #ftBottom .fr {
    width: 545px;
}
footer #ftBottom .fr .vcard {
    margin: 3px 0 10px 0;
}
footer #ftBottom .fr .vcard dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 28px;
    letter-spacing: 0;
	font-size:15px;
}
footer #ftBottom .fr .vcard dl dt {
    width: 162px;
}
footer #ftBottom .fr .vcard dl dd {
    width: 380px;
}
footer nav {
    line-height: 32px;
    font-weight: bold;
}
footer nav > span + span:before {
    text-decoration: none;
    content: "｜";
    padding-right: 15px;
}
footer nav > span {
    padding-left: 15px;
}
footer .tel{
	background: url(../img/shared/tel_bg.jpg) repeat 0 0;
	padding:10px 0px 15px 0px;
	text-align: center;
	border: 5px solid #e8cba7;
	width:400px;
}
.footer .tel .num{
}
footer .tel .rebtn{
	padding:10px 0 0 0;
}
/*=============================================
 * copyright
 *=============================================*/
address {
    font-size: 13px;
}


address a{
 font-size: 10px;
 color: #FFF;
 display: block;
 text-decoration: none;
}





.tc {
    text-align: center;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.fwb {
    font-weight: bold;
}
/*
@-moz-document url-prefix() {
    .txt-vertical .txt-latin {
        text-orientation: upright;
    }
}
*/
/* ==========================================================================
   css popup
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    text-align: center;
}
/* Anti FOUC */
.remodal, [data-remodal-id] {
    display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.remodal-is-initialized {
    /* Disable Anti-FOUC */
    display: inline-block;
}
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
/* Default theme styles of the overlay */
.remodal-overlay {
    background: rgba(0, 0, 0, 0.9);
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
    padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */
.remodal {
    box-sizing: border-box;
    width: 100%;
    padding: 75px 50px 75px 70px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #000;
    background: url("../img/shared/acc_bg.jpg") repeat center top;
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */
.remodal, .remodal-wrapper:after {
    vertical-align: middle;
}
/* Close button */
.remodal-close {
    position: absolute;
    top: -20px;
    right: -20px;
    display: block;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    border: 0;
    outline: 0;
    background: url("../img/drink/close.png") no-repeat center top;
    width: 46px;
    height: 46px;
}

/* Dialog buttons */
.remodal-confirm, .remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}
.remodal-confirm {
    color: #fff;
    background: #81c784;
}
.remodal-confirm:hover, .remodal-confirm:focus {
    background: #66bb6a;
}
.remodal-cancel {
    color: #fff;
    background: #e57373;
}
.remodal-cancel:hover, .remodal-cancel:focus {
    background: #ef5350;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}
@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}
@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}
@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 960px;
    }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}
.lt-ie9 .remodal {
    width: 700px;
}
/* ==========================================================================
   end css popup
   ========================================================================== */