@charset "UTF-8";
/* includes */
/*color*/
/*font*/
@font-face {
  font-family: 'kei';
  src: url("../rls.ttf") format("truetype");
}
/* module */
/* line 13, ../../sass/style.scss */
.mod-fs-small {
  font-size: 20px !important;
}

/* line 16, ../../sass/style.scss */
.mod-fs-exsmall {
  font-size: 14px !important;
}

/* line 19, ../../sass/style.scss */
.mod-fs-bold {
  font-weight: bold;
  font-size: 42px !important;
  margin: 0 0 10px 0;
}

/* global */
/* line 26, ../../sass/style.scss */
a img:hover {
  opacity: 0.8;
}

/* content */
/* line 31, ../../sass/style.scss */
.wrap {
  background-image: url(../../common/images/bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  min-width: 980px;
}

/* globalHeader */
/* line 41, ../../sass/style.scss */
.globalHeader {
  width: 100%;
  position: relative;
}
/* line 44, ../../sass/style.scss */
.globalHeader .globalHeader__headtext {
  height: 30px;
  width: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
}
/* line 50, ../../sass/style.scss */
.globalHeader .globalHeader__headtext p {
  color: #fff;
  text-align: right;
  padding: 10px 200px 0 0;
}
/* line 54, ../../sass/style.scss */
.globalHeader .globalHeader__headtext p:before {
  content: url(../../common/images/icon.png);
  margin: 0 5px 0 0;
}
/* line 60, ../../sass/style.scss */
.globalHeader .nav_wrap {
  width: 960px;
  display: block;
  margin: 0 auto;
}
/* line 65, ../../sass/style.scss */
.globalHeader .globalNav {
  background-image: url(../../common/images/header_bg.jpg);
  background-repeat: repeat-x;
  height: 45px;
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: right;
  font-family: 'kei';
}
/* line 74, ../../sass/style.scss */
.globalHeader .globalNav ul {
  height: 45px;
  float: right;
}
/* line 77, ../../sass/style.scss */
.globalHeader .globalNav ul li {
  float: left;
  color: #ffffff;
  font-size: 16px;
  padding: 14px 0 0 0;
  margin: 0 10px 0 0;
}
/* line 83, ../../sass/style.scss */
.globalHeader .globalNav ul li a {
  color: #fff;
  text-decoration: none;
}
/* line 86, ../../sass/style.scss */
.globalHeader .globalNav ul li a:hover {
  color: #e44e04;
}
/* line 91, ../../sass/style.scss */
.globalHeader .globalNav ul li:before {
  content: "";
  border-left: 1px solid #735a3a;
  margin: 0 10px 0 0;
}

/* line 100, ../../sass/style.scss */
.container {
  padding: 0 0 30px 0;
}

/* line 103, ../../sass/style.scss */
.content__wrap {
  width: 960px;
  margin: 0 auto;
}
/* line 106, ../../sass/style.scss */
.content__wrap .content__left-col {
  width: 629px;
  float: left;
  text-align: left;
}
/* line 110, ../../sass/style.scss */
.content__wrap .content__left-col .content__h1 {
  font-family: 'kei';
  font-size: 18px;
  padding: 7px 0 7px 20px;
  background-color: #6f5a36;
  color: #fff;
}
/* line 119, ../../sass/style.scss */
.content__wrap .content__oshirase .content__oshirase__block {
  margin-bottom: 21px;
  width: 300px;
  min-height: 450px;
  float: left;
  background-image: url(../../common/images/content_bg.png);
  background-repeat: no-repeat;
  background-position: 0px 100%;
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid #735a3a;
}
/* line 129, ../../sass/style.scss */
.content__wrap .content__oshirase .content__oshirase__block .oshirase__block__img img {
  display: block;
  margin: 15px auto;
}
/* line 134, ../../sass/style.scss */
.content__wrap .content__oshirase .content__oshirase__block .oshirase__block__txt {
  margin: 15px;
}
/* line 136, ../../sass/style.scss */
.content__wrap .content__oshirase .content__oshirase__block .oshirase__block__txt h2 {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  color: #735a3a;
  border-bottom: 3px dotted #735a3a;
  margin: 0 0 10px 0;
  font-family: 'kei';
  line-height: 18px;
}
/* line 145, ../../sass/style.scss */
.content__wrap .content__oshirase .content__oshirase__block .oshirase__block__txt h2:before {
  content: url(../../common/images/icon.png);
  margin-right: 10px;
}
/* line 152, ../../sass/style.scss */
.content__wrap .content__oshirase .oshirase__block-left {
  margin: 0 21px 21px 0;
}
/* line 156, ../../sass/style.scss */
.content__wrap .content__right-col {
  float: left;
  width: 300px;
}
/* line 158, ../../sass/style.scss */
.content__wrap .content__right-col h2 {
  margin-bottom: 20px;
  color: #fff;
  background-color: #6f5a36;
  text-align: center;
  padding: 10px;
}
/* line 164, ../../sass/style.scss */
.content__wrap .content__right-col h2 .h2--small {
  font-size: 20px;
  margin: 0 0 0px 0;
  display: block;
}
/* line 169, ../../sass/style.scss */
.content__wrap .content__right-col h2 .h2--big {
  font-size: 24px;
}
/* line 173, ../../sass/style.scss */
.content__wrap .content__right-col .twitter {
  margin-bottom: 20px;
}
/* line 176, ../../sass/style.scss */
.content__wrap .content__right-col .facebook {
  background-color: #fff;
}

/* line 182, ../../sass/style.scss */
.content__section .block__left {
  float: left;
  width: 300px;
  margin: 0 26px 0 0px;
}
/* line 187, ../../sass/style.scss */
.content__section .block__right {
  float: left;
  width: 300px;
}
/* line 190, ../../sass/style.scss */
.content__section .block__right img {
  margin: 0 0 20px 0;
}

/* line 196, ../../sass/style.scss */
#globalFooter {
  clear: both;
  background-color: #000;
  padding: 30px;
}
/* line 200, ../../sass/style.scss */
#globalFooter .global__footer__block {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
/* line 205, ../../sass/style.scss */
#globalFooter .contact__info {
  float: left;
  color: #fff;
  width: 560px;
  font-size: 14px;
}
/* line 210, ../../sass/style.scss */
#globalFooter .contact__info img {
  margin: 0 0 20px 0;
}
/* line 213, ../../sass/style.scss */
#globalFooter .contact__info .info__txt {
  float: left;
  font-size: 22px;
}
/* line 217, ../../sass/style.scss */
#globalFooter .contact__info p {
  text-align: left;
}
/* line 220, ../../sass/style.scss */
#globalFooter .contact__info .tel {
  font-size: 16px;
  font-weight: bold;
  font-family: 'kei';
  clear: both;
}
/* line 225, ../../sass/style.scss */
#globalFooter .contact__info .tel .tel--text {
  font-size: 20px;
  display: block;
}
/* line 229, ../../sass/style.scss */
#globalFooter .contact__info .tel .tel--number {
  font-size: 32px;
  display: block;
}
/* line 232, ../../sass/style.scss */
#globalFooter .contact__info .tel .tel--number a {
  color: #e44e04;
}
/* line 238, ../../sass/style.scss */
#globalFooter .googlemap {
  float: left;
}
/* line 241, ../../sass/style.scss */
#globalFooter .copyright {
  clear: both;
  color: #fff;
  padding: 20px 0 0 0;
}

/* line 247, ../../sass/style.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 248, ../../sass/style.scss */
body, html {
  width: 100%;
  height: 100%;
}

/* 設定 */
/* line 251, ../../sass/style.scss */
.container {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

/* line 252, ../../sass/style.scss */
.slide_all {
  width: 800px;
  margin: 74px auto 0 auto;
  height: 400px;
  position: relative;
}

/* line 253, ../../sass/style.scss */
.slide_layer {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  left: -90px;
}
/* line 258, ../../sass/style.scss */
.slide_layer .globalHeader__logo {
  position: absolute;
  top: -250px;
  z-index: 100;
}

/* line 264, ../../sass/style.scss */
.slide_wrap {
  width: 2400px;
  position: absolute;
  left: 50%;
  margin-left: -1200px;
}

/* line 265, ../../sass/style.scss */
.slide_body {
  width: 100%;
}

/* line 266, ../../sass/style.scss */
.slide {
  width: 800px;
}

/* line 267, ../../sass/style.scss */
.slide img {
  width: 100%;
  vertical-align: bottom;
}

/* 装飾 */
/* line 269, ../../sass/style.scss */
.bx-controls-direction, .bx-pager {
  text-align: center;
  height: 25px;
}

/* line 270, ../../sass/style.scss */
.bx-controls-direction a, .bx-pager-item {
  display: inline-block;
}

/* line 271, ../../sass/style.scss */
.bx-pager-item a {
  display: block;
  height: 10px;
  width: 10px;
  text-indent: -9999px;
  background: #000;
  border-radius: 10px;
  margin: 10px 2px 0 2px;
}

/* line 272, ../../sass/style.scss */
.bx-pager-item a.active {
  opacity: 0.3;
}

/* line 273, ../../sass/style.scss */
.bx-controls-direction a {
  text-decoration: none;
  color: #000;
  padding: 0 5px;
}

/* line 274, ../../sass/style.scss */
.bx-controls {
  position: absolute;
  bottom: 5px;
  z-index: 100;
  width: 100%;
}

/*container */
/* menu */
/* line 279, ../../sass/style.scss */
.menu__h1 {
  margin: -20px 0 0 0;
}

/* line 282, ../../sass/style.scss */
.menu__h2 {
  clear: both;
  font-family: "kei";
  font-size: 26px;
}
/* line 286, ../../sass/style.scss */
.menu__h2:before {
  content: "●";
  color: #e44e04;
}

/* line 292, ../../sass/style.scss */
.menu__h2--read {
  font-family: "kei";
  font-size: 16px;
  margin: 10px 0 20px 0px;
}

/* line 297, ../../sass/style.scss */
.menu__tab {
  overflow: hidden;
}
/* line 299, ../../sass/style.scss */
.menu__tab li {
  background-color: #6f5a36;
  padding: 20px 0px;
  float: left;
  margin: 0 1px 0 0;
  width: 124px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: 'kei';
  font-size: 16px;
}
/* line 310, ../../sass/style.scss */
.menu__tab li:hover {
  background-color: #e44e04;
}
/* line 314, ../../sass/style.scss */
.menu__tab .select {
  background-color: #e44e04;
}

/* line 319, ../../sass/style.scss */
.hide {
  display: none;
}

/* line 322, ../../sass/style.scss */
.menu__wrao {
  overflow: hidden;
  *zoom: 1;
}

/* line 326, ../../sass/style.scss */
.menu__img img {
  border-radius: 10px;
}

/* line 330, ../../sass/style.scss */
.menu__block {
  width: 48%;
  float: left;
}
/* line 333, ../../sass/style.scss */
.menu__block .menu__content {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 3px dotted #735a3a;
  margin: 10px 0 20px 0;
  padding: 0 0 10px 0;
  line-height: 18px;
  min-height: 72px;
}
/* line 340, ../../sass/style.scss */
.menu__block .menu__content .menu__txt {
  float: left;
  width: 163px;
  color: #735a3a;
}
/* line 344, ../../sass/style.scss */
.menu__block .menu__content .menu__txt:before {
  content: url(../../common/images/icon.png);
  margin-right: 10px;
  margin-top: 5px;
  float: left;
  height: 60px;
}
/* line 351, ../../sass/style.scss */
.menu__block .menu__content .menu__txt .menu__name {
  font-size: 22px;
  font-family: 'kei';
  font-weight: bold;
  line-height: 1.1;
}
/* line 357, ../../sass/style.scss */
.menu__block .menu__content .menu__txt .name--small {
  font-size: 20px !important;
}
/* line 360, ../../sass/style.scss */
.menu__block .menu__content .menu__txt .name--midlle {
  font-size: 20px !important;
}
/* line 363, ../../sass/style.scss */
.menu__block .menu__content .menu__txt .menu__read {
  font-size: 12px;
  margin: 5px 0 0 20px;
}
/* line 368, ../../sass/style.scss */
.menu__block .menu__content .menu__price {
  float: left;
  color: #e44e04;
  font-size: 40px;
  margin: 10px 0 0 17px;
  font-family: 'kei';
  font-weight: bold;
}

/* line 378, ../../sass/style.scss */
.menu__block__2col {
  float: left;
  min-width: 635px;
}
/* line 381, ../../sass/style.scss */
.menu__block__2col .menu__content {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 3px dotted #735a3a;
  margin: 20px 0 20px 0;
  padding: 0 0 10px 0;
  line-height: 18px;
}
/* line 387, ../../sass/style.scss */
.menu__block__2col .menu__content .menu__txt {
  float: left;
  width: 477px;
  color: #735a3a;
}
/* line 391, ../../sass/style.scss */
.menu__block__2col .menu__content .menu__txt:before {
  content: url(../../common/images/icon.png);
  margin-right: 10px;
  margin-top: 5px;
  float: left;
}
/* line 397, ../../sass/style.scss */
.menu__block__2col .menu__content .menu__txt .menu__name {
  font-size: 22px;
  font-family: 'kei';
  font-weight: bold;
  line-height: 1.1;
}
/* line 403, ../../sass/style.scss */
.menu__block__2col .menu__content .menu__txt .name--small {
  font-size: 14px !important;
}
/* line 406, ../../sass/style.scss */
.menu__block__2col .menu__content .menu__txt .menu__read {
  font-size: 12px;
  margin: 5px 0 0 20px;
}
/* line 411, ../../sass/style.scss */
.menu__block__2col .menu__content .menu__price {
  float: left;
  color: #e44e04;
  font-size: 40px;
  margin: 10px 0 0 30px;
  font-family: 'kei';
  font-weight: bold;
}
/* line 419, ../../sass/style.scss */
.menu__block__2col .menu__content .other__txt-style {
  width: 215px;
}
/* line 421, ../../sass/style.scss */
.menu__block__2col .menu__content .other__txt-style p {
  float: left;
  margin: 0 0 0 10px;
  line-height: 1;
  font-size: 35px;
}
/* line 427, ../../sass/style.scss */
.menu__block__2col .menu__content .other__txt-style .aling-right {
  text-align: right;
}

/* line 434, ../../sass/style.scss */
#block1 .mod-wid190 {
  width: 190px;
}
/* line 437, ../../sass/style.scss */
#block1 .menu__txt:before {
  height: 40px;
}
/* line 440, ../../sass/style.scss */
#block1 .menu__read {
  clear: both;
  margin: 5px 0 0 20px;
  color: #735a3a;
  min-height: 40px;
}
/* line 446, ../../sass/style.scss */
#block1 .menu__price {
  float: right;
  color: #e44e04;
  font-size: 30px;
  margin: 5px 0 0 0;
  font-family: 'kei';
  font-weight: bold;
}

/* line 455, ../../sass/style.scss */
.two-col {
  width: 100% !important;
}
/* line 457, ../../sass/style.scss */
.two-col .drink__content {
  margin-top: 0 !important;
}
/* line 460, ../../sass/style.scss */
.two-col .drink__name {
  float: left;
  margin: 0 10px 0 0;
  font-size: 18px !important;
}

/* line 466, ../../sass/style.scss */
.drink__block {
  width: 48%;
  float: left;
  overflow: hidden;
  *zoom: 1;
  display: block;
}
/* line 472, ../../sass/style.scss */
.drink__block .drink__img img {
  border-radius: 10px;
}
/* line 476, ../../sass/style.scss */
.drink__block .dummy {
  border: none !important;
}
/* line 479, ../../sass/style.scss */
.drink__block .drink__content {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 3px dotted #735a3a;
  margin: 20px 0 20px 0;
  padding: 0 0 10px 0;
  line-height: 18px;
}
/* line 485, ../../sass/style.scss */
.drink__block .drink__content .drink__txt {
  float: left;
  width: 477px;
  color: #735a3a;
}
/* line 489, ../../sass/style.scss */
.drink__block .drink__content .drink__txt:before {
  content: url(../../common/images/icon.png);
  margin-right: 10px;
  margin-top: 5px;
  float: left;
}
/* line 495, ../../sass/style.scss */
.drink__block .drink__content .drink__txt .drink__name {
  font-size: 22px;
  font-family: 'kei';
  font-weight: bold;
  line-height: 1.1;
}
/* line 501, ../../sass/style.scss */
.drink__block .drink__content .drink__txt .name--small {
  font-size: 14px !important;
}
/* line 504, ../../sass/style.scss */
.drink__block .drink__content .drink__txt .drink__read {
  font-size: 12px;
  margin: 5px 0 0 20px;
  font-family: 'kei';
}
/* line 510, ../../sass/style.scss */
.drink__block .drink__content .drink__txt-2 {
  overflow: hidden;
  *zoom: 1;
  float: right;
  line-height: 1.1;
}
/* line 514, ../../sass/style.scss */
.drink__block .drink__content .drink__txt-2 p {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}
/* line 520, ../../sass/style.scss */
.drink__block .drink__content .drink__size {
  float: left;
  color: #6f5a36;
  font-size: 16px;
  font-family: 'kei';
  font-weight: bold;
  margin: 0 10px 0 0;
}
/* line 528, ../../sass/style.scss */
.drink__block .drink__content .drink__price {
  float: left;
  color: #e44e04;
  font-size: 24px;
  font-family: 'kei';
  font-weight: bold;
}

/* line 537, ../../sass/style.scss */
.drink__nomihoudai {
  font-size: 16px;
  margin: 50px 0 10px 0;
  clear: both;
}

/* line 542, ../../sass/style.scss */
.odd {
  margin: 0 0 0 25px;
}

/* line 546, ../../sass/style.scss */
.content__contact .contact__text {
  border-bottom: 1px solid #666;
  display: block;
  overflow: hidden;
  *zoom: 1;
  padding: 10px 0px;
  display: table;
  min-height: 40px;
}
/* line 553, ../../sass/style.scss */
.content__contact .contact__text dt {
  width: 120px;
  vertical-align: middle;
  display: table-cell;
  font-family: 'kei';
  font-size: 14px;
}
/* line 560, ../../sass/style.scss */
.content__contact .contact__text dd {
  width: 180px;
  vertical-align: middle;
  display: table-cell;
}

/* line 567, ../../sass/style.scss */
.zeinuki {
  clear: both;
  text-align: right;
  font-size: 14px;
}

/* line 572, ../../sass/style.scss */
.zeinuki-horumon {
  clear: both;
  text-align: right;
  font-size: 18px;
  color: #e44e04;
}
