@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
/*
 * Base
 */

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, data, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    *font-size: 90%;
    line-height: 2.1em;
    -webkit-text-size-adjust: none;
    word-spacing: 0.2em;
    height: 100%;
    letter-spacing: 0.1em;
    background-image: url(../images/common/bg.jpg);
    background-repeat: repeat;
}

article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
    display: block;
}

a {
    color: #333;
}
a:link {
    color: #333;
    text-decoration: none;
}
a:visited {
}
a:hover {
    text-decoration: underline;
}
a:active {
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {

}

img {

}

/* For IE7 */
*:first-child+ html body, *:first-child+ html br {
    letter-spacing: 0;
}

/*
 * Header
 */

header {
    width: 100%;
    padding: 30px 0;
    background-color: #000000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);

}

#header {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 36px;
}

#header #siteid {
    display: none;
    position: absolute;
    top: -30px;
}

#header nav {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -287px;
    visibility: visible;
}

#header nav ul {
    overflow: hidden;
}

#header nav ul li {
    float: left;
    margin-left: 15px;
}

#header nav ul li:first-child {
    margin-left: 0px;
}

#header nav ul li a {
    display: block;
    color: #fff;
    font-weight: 700;
}

ul#header_sns {
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: 0;
}

ul#header_sns li {
    float: left;
    margin-left: 10px;
}

ul#header_sns li:first-child {
    margin-left: 0px;
}

ul#header_sns li a {
}
#header_phone {
    position: absolute;
    top:25px;
    right: 0;
}




/*
 * Footer
 */

footer {
    background-color: #221814;
    padding: 50px 0 50px;
    position: relative;
}

#footer {
    width: 760px;
    margin: 0 auto;
    text-align: center;
}

#fbbox {
    background: #FFF;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 20px 10px;;
}

p.copyright {
    color: #FFF;
    letter-spacing: 0em;
    font-size: 10px;
}

/*
 * Common
 */

section {
    padding: 160px 0 0 0;
}

.container {
    width: 100%;
    position: relative;
}

.content {
    margin: 0 auto;
    position: relative;
    width: 797px;
}

.sectitle {
    text-align: center;
    margin: 0 auto 80px auto;
}

div.subtitle {
    text-align: center;
    width: 680px;
    margin: 0 auto 80px auto;
}

/* Fixed 4 Android */
.maintext p{
    clear: both;
    background-image:url();


}


.center {
    text-align: center;
    width: 797px;
    margin: 0 auto;
}

#pagescroll {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 100px;
}

#pagescroll a:hover {
}

.sec_img_l {
    display: none;
    position: fixed;
    left: 0;
    bottom: 50px;
}

.sec_img_r {
    display: none;
    position: fixed;
    right: 0;
    top: 150px;
}

.sec_img_l.selected {
    display:block;
    position: fixed;
    left: 0;
    bottom: 50px;
}

.sec_img_r.selected {
    display:block;
    position: fixed;
    right: 0;
    top: 150px;
}


.clear {
    clear: both;
}

/*
 * Navigation
 */

#pagenavi {
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -91px;
}

#pagenavi ul {
    overflow: hidden;
}

#pagenavi ul li {
    float: left;
    background: #E5D9C1;
    width: 30px;
    height: 5px;
    margin-left: 8px;
}

#pagenavi ul li:first-child {
    margin-left: 0px;
}

#pagenavi ul li a {
    display: block;
    width: 30px;
    height: 5px;
    text-indent: -99999px;
}

#pagenavi ul li.showPage {
    background: #dd3c13;
}

/*
 * Top section
 */

#topsec {
    position: relative;
}

#topslide {
}

p#toplogo {
    width: 440px;
    height: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -225px 0 0 -220px;
}

#takeout {
    position: absolute;
    right: 1%;
    bottom: 10%;
    width: 30%;
    max-width: 420px;
    min-width: 280px;
}
#takeout img {
    width: 100%;
}

#daijinaoshirase {
    width: 900px;
    margin: 0 auto;
}
#daijinaoshirase p {
    text-align: center;
    margin: 90px 0 30px 0;
}

#daijinaoshirase img {
    width: 100%;
}

/*
 * Concept section
 */

section#concept {
}

section#concept .container {
}

section#concept .content {
    width: 797px;
    margin: 0 auto;
    overflow: hidden;
}

section#concept .maintext {
    font-size:105%;
}
/*
 * Foods  section
 */

section#foods {
}

section#foods .content {
    width: 797px;
    margin: 0 auto;
    overflow: hidden;
}

#foodsslide {
    width: 680px;
    margin: 0 auto 40px auto;
}


section#foods .dl_menu {
    position:relative;
    width: 100%;
    height: 0;
    right: 0px;
}

section#foods .dl_menu p {
    position:absolute;
    width: 206px;
    height: 206px;
    right: 60px;
    top: -458px;
}

section#foods .dl_menu p a {
    display: block;
    width: 206px;
    height: 206px;
    text-indent: -77777em;
    background-image: url(../images/common/dl_menu.png);
    background-position: left top;
}

section#foods .dl_menu p a:hover {
    background-position: left bottom;
}


#menu_button {
    width: 797px;
    margin: 0 auto 80px;
}
#menu_button p {
    text-align: center;
    margin: 90px 0 30px 0;
}

#menu_button img {
    width: 60%;
}

#takuhaitakeout {
    width: 797px;
    margin: 30px auto;
    position: relative;

}
#base  {
    position: relative;
}
#takuhaitakeout img {
    width: 100%;
}


#annai ,#denwa, #takeoutmenu {
    position: absolute;
}

#annai {
    width: 30%;
    top: -12%;
    left: -5%;
}

#denwa {
    width: 50%;
    top: 200px;
    left: 5%;
}

#takeoutmenu {
    width: 53%;
    bottom: 50px;
    left: 5%;
}


#course {
    width: 797px;
    position: relative;
}

#course img {
    width: 100%;
}

#coursebase  {
    position: relative;
}

#courseyoyaku {
    position: absolute;
    width: 70%;
    bottom: 40px;
    right: 15%;
}

/*
 * Drinks  section
 */

section#drinks {

}

section#drinks .content {
    width: 797px;
    margin: 0 auto;
    overflow: hidden;
}

#drinksslide {
    width: 680px;
    margin: 0 auto 40px auto;
}

section#drinks .dl_menu {
    position:relative;
    width: 100%;
    height: 0;
    right: 0px;
}

section#drinks .dl_menu p {
    position:absolute;
    width: 206px;
    height: 206px;
    right: 60px;
    top: -354px;
    
}
section#drinks .dl_menu p a {
    display: block;
    width: 206px;
    height: 206px;
    text-indent: -77777em;
    background-image: url(../images/common/dl_menu.png);
    background-position: left top;
}

section#drinks .dl_menu p a:hover {
    background-position: left bottom;
}

/*
 * Information section
 */

section#info {

}

section#info .content {
    width: 797px;
    margin: 0 auto;
    overflow: hidden;
}



#fbFeed {
}

#fbFeed-inner {
}

#fbFeed-inner ul {
    overflow: hidden;
}

#fbFeed-inner li {
    float: left;
    width: 200px;
    margin: 0 15px 40px;
}

#fbFeed-inner p.fbData {
    font-weight: bold;
    color: #4E3C33;
    margin: 0 0 3px 0;
}

#fbFeed-inner p.textOverflowTest {
    overflow: hidden;
    height: 60px;
    color: #4E3C33;
}

.fbImg {
    background-color: #F0F0F0;
    margin: 0 0 10px 0;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

a:hover .fbImg {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

p#fbBtn {
    width: 205px;
    margin: 20px auto 0 auto;
}

p#fbBtn a {
    color: #FFF;
    background: #4375a8;
    *filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4375a8', endColorstr='#244386');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4375a8', endColorstr='#244386')";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #244386), color-stop(0.00, #4375a8));
    background: -webkit-linear-gradient(top, #4375a8 0%, #244386 100%);
    background: -moz-linear-gradient(top, #4375a8 0%, #244386 100%);
    background: -o-linear-gradient(top, #4375a8 0%, #244386 100%);
    background: -ms-linear-gradient(top, #4375a8 0%, #244386 100%);
    background: linear-gradient(top, #4375a8 0%, #244386 100%);
    display: block;
    width: 205px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: 0px -1px 0px #333;
}

p#fbBtn a:hover {
    text-decoration: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

/*
 * Shop section
 */

section#shop {

}

section#shop .content {
    width: 797px;
    margin: 0 auto;
    overflow: hidden;
}

#shopslide {
    width: 670px;
    margin: 0 auto 40px auto;
}


/*
 * Access section
 */

section#access {
    margin: 0 auto 160px;
}

section#access .content {
    width: 797px;
    margin: 0 auto 30px auto;
    overflow: hidden;
}


#googlemap {
    width: 600px;
    margin: 0 auto;
    padding: 15px;
    background: #FFF;
    border-radius: 5px;
}


/*
 * bjqs
 */

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 0 5px;
    overflow: hidden;
    display: none;
    height: 400px;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
    position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0;
    background-image: url(../images/common/slide_handle_right.png);
    background-repeat: no-repeat;
    display: block;
    height: 43px;
    width: 30px;
    text-indent: -9999px;
    margin-right: -45px;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0;
    background-image: url(../images/common/slide_handle_left.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    height: 43px;
    width: 30px;
    margin-left: -45px;
}

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 10px;
    margin-top: 10px;
}

ol.bjqs-markers.h-centered {
    display: none;
}

ol.bjqs-markers li {
    background-color: #E5D9C1;
    width: 30px;
    height: 5px;
    margin: 0 0 0 8px;
    padding: 0;
    float: left;
}

ol.bjqs-markers li:first-child {
    margin: 0;
}

ol.bjqs-markers li.active-marker {
    background-color: #FF5A14;
}

ol.bjqs-markers li a {
    text-indent: -9999px;
    display: block;
}

p.bjqs-caption {
    display: block;
    width: 500px;
    margin: 0;
    padding: 5px 15px;
    position: absolute;
    bottom: 0;
    
    background-image: url("../images/common/transblack.png");


    text-shadow: 0px -1px 0px #333;
    color: #FFF;
}


@media (max-width:980px) {


    section {
        padding: 260px 0 0 0 ;
    }



    #globalnav {
        position: relative;
        z-index: 100;
    }


    #header_sns {
        width: 100%;
    }
    

/* ここから */
:root {
  --hamburger-menu-size: 100px; /* メニューの大きさ */ 
  --hamburger-menu-padding: 12px;  
  --hamburger-menu-border-px: 6px; /* 線の太さ */
  --hamburger-menu-border-color: #fff; /* 線の色 */
  --hamburger-menu-transition: 0.3s; /* アニメーション秒数 */
}


.hamburger-menu {
  margin: 0 auto; /* 中央寄せしたいだけ */
  cursor: pointer;
  position: absolute;
  right: 2%;
  width: 90px;
  height: 80px;
  /*background-color: #fff;*/
}


.hamburger-menu-line {
  position: absolute;
  transition: var(--hamburger-menu-transition);
  width: calc(100% - var(--hamburger-menu-padding) * 2);
  height: var(--hamburger-menu-border-px);
  background-color: var(--hamburger-menu-border-color);
}


.line-top {
  top: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}

.line-middle {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  left: var(--hamburger-menu-padding);
}

.line-bottom {
  bottom: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}


.hamburger-menu.active > .line-top {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(45deg);
}

.hamburger-menu.active > .line-middle {
  width: 0;
  height: 0;
  left: var(--hamburger-menu-padding);
}

.hamburger-menu.active > .line-bottom {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(-45deg);
}


/* ここまで */

header {
    width: 100%;
    padding: 30px 0;
    background-color: #000000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);

}


#header {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 36px;
}

#header #siteid {
    display: none;
    position: absolute;
    top: -30px;
}


/*
#header nav ul li:first-child {
    margin-left: 5px;
}

#header nav ul li a {
    display: block;

    padding:25px;
    background-color: #000;
    font-size: 200%;
    text-align: center;
    color: #fff;
}
*/

#header nav {
    top: 0;
    left: 0;
    margin: 0;
    padding:0;
    width: 100%;
    visibility: hidden;

}

#header nav ul {
    overflow: hidden;
    float:none;
    width: 100%;
}

#header nav ul li {
    float: none;
    margin: 5px;
    width: 30%;

    
}
nav#gn {
    position: fixed;
    top: 240px;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2

}
nav#gn ul li {
    display:block;
    padding: 1.5em 0;
    width: 100%;
    text-align: center;
    font-size: 4vw;
}
nav#gn ul li a {
    text-decoration: none;
    color: #ddd
}




ul#header_sns {
    clear: both;
    position:relative;
    width: 50%;
    float: right;
    margin-top: 100px;
    z-index: 50;
}

ul#header_sns li {
    float: left;
    margin: 10px 5px;
    width: 30%;
}

ul#header_sns li:first-child {
    margin-left: 15px;
}

ul#header_sns li a {
}

ul#header_sns li a img {
    width: 100%;
}


#header_phone {
    position: absolute;
    top:123px;
    right: 51%;
    z-index: 50;
}






    .sec_img_l {
        display: none;
    }

    .sec_img_r {
        display: none;
        top: 200px;
    }


.sec_img_l.selected {
    display:none;
    position: fixed;
    left: 0;
    bottom: 50px;
}

.sec_img_r.selected {
    display:none;
    position: fixed;
    right: 0;
    top: 200px;
}


} 
 