@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : eatmenu.css
 author     : Ability Consultant
 style info : 夕食メニュー,昼食メニュー,朝食メニュー,お飲み物メニュー
=================================================================== */
.con_eatmenu {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .con_eatmenu {
    width: 95%;
  }
}

.con_restaurant .box_prepare:after, .con_restaurant .box_prepare .box_txt .img:after, .con_eatmenu .lnk_eatmenu:after, .con_eatmenu .box_eatmenu .box_eat:after, .con_eatmenu .box_eatmenu .box_eat .list_img:after, .con_eatmenu .box_drink:after, .con_eatmenu .box_drink li:after, .con_eatmenu .box_pr:after, .con_eatmenu .box_pr li:after, #restaurant_drink .con_eatmenu .box_eatmenu#menu03 .box_menu:after, #restaurant_wine .box_eatmenu .box_menu:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	共通
----------------------------------------------------------- */
.btn {
  margin: 3% 0;
}
.btn a {
  display: inline-block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #d6d6d6));
  background: -moz-linear-gradient(#fcfcfc, #d6d6d6);
  background: -webkit-linear-gradient(#fcfcfc, #d6d6d6);
  background: linear-gradient(#fcfcfc, #d6d6d6);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFCFCFC', endColorstr='#FFD6D6D6');
  color: #4c4c4c;
  text-align: center;
  text-decoration: none;
  padding: .8em 2.5em;
  font-size: 108%;
  border: 1px solid #d6d6d6;
  text-decoration: none !important;
  padding: .6em 1em;
}
.btn a:before, .btn a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
.btn a > * {
  vertical-align: baseline;
  display: inline;
}
.btn a:before {
  content: "";
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .btn a {
    padding: .8em 0;
  }
}
.btn a:hover {
  color: #4c4c4c;
}
@media only screen and (max-width: 767px) {
  .btn a {
    display: block;
    width: 100%;
  }
}

.st_box {
  text-align: center;
  margin: 2em auto 1.5em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .st_box {
    margin: 1em auto 0.6em;
  }
}
.st_box small {
  display: inline-block;
  font-size: 116%;
}
.st_box span {
  font-size: 185%;
  display: inline-block;
  position: relative;
  padding: 0 3em;
}
@media only screen and (max-width: 767px) {
  .st_box span {
    padding: 0 2em;
  }
}
.st_box span:before, .st_box span:after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 2.5em;
  height: 1.5em;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .st_box span:before, .st_box span:after {
    width: 1.7em;
  }
}
@media only screen and (max-width: 767px) {
  .st_box span:before, .st_box span:after {
    height: 0.8em;
  }
}
.st_box span:before {
  left: 0em;
  background-image: url(../images/common/bg_st1.png);
}
.st_box span:after {
  right: 0em;
  background-image: url(../images/common/bg_st2.png);
}
@media only screen and (max-width: 767px) {
  .st_box span {
    font-size: 139%;
  }
}

.txt_coution {
  color: #f00;
  font-size: 124%;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .txt_coution {
    font-size: 93%;
  }
}

/* -----------------------------------------------------------
	restaurant
----------------------------------------------------------- */
.con_restaurant .txt_intro {
  margin: 1.8em auto 0.7em;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .txt_intro {
    margin: 1em auto 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .txt_intro {
    font-size: 160%;
  }
}
.con_restaurant > .txt {
  padding: 0 0 3%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 116%;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .txt {
    line-height: 1.6;
    font-size: 100%;
  }
}
.con_restaurant .box_prepare {
  margin-top: 3%;
}
.con_restaurant .box_prepare .box_txt {
  float: left;
  width: 46.81818%;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_prepare .box_txt {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_prepare .box_txt {
    width: 100%;
  }
}
.con_restaurant .box_prepare .box_txt .img {
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .box_prepare .box_txt .img {
    margin-bottom: 1.5em;
  }
}
.con_restaurant .box_prepare .box_txt .img img {
  display: block;
  float: left;
  width: 47.18447%;
}
.con_restaurant .box_prepare .box_txt .img img + img {
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_prepare .box_txt .img {
    margin-bottom: 1.5em;
  }
}
.con_restaurant .box_prepare .box_txt h3 {
  color: #44861c;
  font-size: 185%;
  padding: 0 0 3%;
  margin: 0;
  text-align: left;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .box_prepare .box_txt h3 {
    padding: 0 0 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_prepare .box_txt h3 {
    padding: 3% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .box_prepare .box_txt h3 {
    font-size: 140%;
    padding: 0 0 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_prepare .box_txt h3 {
    font-size: 140%;
  }
}
.con_restaurant .box_prepare .box_txt .txt {
  text-align: left;
}
.con_restaurant .box_prepare .box_img {
  float: right;
  width: 51.81818%;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_prepare .box_img {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_prepare .box_img {
    width: 100%;
  }
}
.con_restaurant .box_prepare .box_img img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_prepare .box_img {
    margin-top: 1em;
  }
}

/* -----------------------------------------------------------
	eatmenu
----------------------------------------------------------- */
.con_eatmenu .lnk_eatmenu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.con_eatmenu .lnk_eatmenu li {
  text-align: center;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .lnk_eatmenu li {
    width: 50%;
  }
}
.con_eatmenu .lnk_eatmenu li a {
  font-size: 124%;
  text-decoration: none;
  display: block;
  padding: 1em 0.8em;
  border-right: 1px solid #d1d0c5;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
.con_eatmenu .lnk_eatmenu li a:before, .con_eatmenu .lnk_eatmenu li a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
.con_eatmenu .lnk_eatmenu li a > * {
  vertical-align: baseline;
  display: inline;
}
.con_eatmenu .lnk_eatmenu li a:after {
  content: "";
  margin-left: .5em;
  display: block;
}
.con_eatmenu .lnk_eatmenu li a:after {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_eatmenu .lnk_eatmenu li a {
    font-size: 100%;
  }
}
.con_eatmenu .lnk_eatmenu li:first-child a, .con_eatmenu .lnk_eatmenu li:nth-child(5) a {
  border-left: 1px solid #d1d0c5;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .lnk_eatmenu li a {
    border: 1px solid #d1d0c5;
    font-size: 100%;
  }
  .con_eatmenu .lnk_eatmenu li:nth-child(odd) a {
    border-right: 0;
  }
  .con_eatmenu .lnk_eatmenu li:nth-child(n+3) a {
    border-top: 0;
  }
  .con_eatmenu .lnk_eatmenu li:last-child a {
    border: 1px solid #d1d0c5;
  }
}
.con_eatmenu .box_eatmenu {
  margin: 6em auto 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_eatmenu .box_eatmenu {
    margin: 4em auto 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_eatmenu {
    margin: 2em auto 0.4em;
  }
}
.con_eatmenu .box_eatmenu .box_eat .box_img {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_eatmenu .box_eat .box_img {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_eatmenu .box_eat .box_img {
    width: 100%;
  }
}
.con_eatmenu .box_eatmenu .box_eat .box_img img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_eatmenu .box_eat .box_img {
    margin-bottom: 1em;
  }
}
.con_eatmenu .box_eatmenu .box_eat .box_txt {
  float: right;
  width: 46.81818%;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_eatmenu .box_eat .box_txt {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_eatmenu .box_eat .box_txt {
    width: 100%;
  }
}
.con_eatmenu .box_eatmenu .box_eat .box_txt .txt {
  padding: 1% 0 0;
}
@media only screen and (min-width: 768px) {
  .con_eatmenu .box_eatmenu .box_eat .box_txt .txt {
    font-size: 100%;
  }
}
@media print {
  .con_eatmenu .box_eatmenu .box_eat .box_txt .txt {
    font-size: 100%;
  }
}
.ie8 .con_eatmenu .box_eatmenu .box_eat .box_txt .txt {
  font-size: 100%;
}
.con_eatmenu .box_eatmenu .box_eat .box_txt .box_menu {
  background: #f2f2eb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 2em;
  margin-top: 7%;
}
.con_eatmenu .box_eatmenu .box_eat .box_txt .box_menu.dinner_top {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_eatmenu .box_eat .box_txt .box_menu.dinner_top {
    margin-top: 7%;
  }
}
.con_eatmenu .box_eatmenu .box_eat .box_txt .box_menu h4 {
  padding-left: 1.7em;
  background: url(../restaurant/images/ic_menu.png) left 0.35em no-repeat;
  background-size: 1.3em auto;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 154%;
  margin: 0 0 0.7em -0.5em;
}
.con_eatmenu .box_eatmenu .box_eat .box_txt .box_menu h4.ic_pan {
  background: url(../restaurant/images/ic_pan.png) left 0.2em no-repeat;
  background-size: 1.2em auto;
  padding-left: 1.5em;
}
@media only screen and (max-width: 1100px) {
  .con_eatmenu .box_eatmenu .box_eat .box_txt .box_menu h4 {
    font-size: 140%;
  }
}
.con_eatmenu .box_eatmenu .box_eat .box_txt .box_menu ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0em 0 .2em 1em;
  position: relative;
}
.con_eatmenu .box_eatmenu .box_eat .box_txt .box_menu ul li:before {
  width: .65em;
  height: .65em;
  display: block;
  position: absolute;
  top: .35em;
  left: 0;
  content: "";
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  background: #4f7310;
}
.con_eatmenu .box_eatmenu .box_eat .box_txt .box_menu ul + h4 {
  margin-top: 1em;
}
.con_eatmenu .box_eatmenu .box_eat .txt_center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_eatmenu .box_eatmenu .box_eat .txt_center {
    font-size: 108%;
  }
}
@media print {
  .con_eatmenu .box_eatmenu .box_eat .txt_center {
    font-size: 108%;
  }
}
.ie8 .con_eatmenu .box_eatmenu .box_eat .txt_center {
  font-size: 108%;
}
.con_eatmenu .box_eatmenu .box_eat .list_img {
  margin: 2em auto;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_eatmenu .box_eat .list_img {
    margin: 1em auto;
  }
}
.con_eatmenu .box_eatmenu .box_eat .list_img li {
  float: left;
  width: 31.45455%;
  margin-left: 2.81818%;
}
.con_eatmenu .box_eatmenu .box_eat .list_img li:first-child {
  margin-left: 0;
}
.con_eatmenu .box_drink {
  background: #f2f2eb;
  margin: 3em auto;
  padding: 0.90909% 0.90909%;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_drink {
    margin: 1em auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_drink {
    padding: 1em 0.6em;
  }
}
.con_eatmenu .box_drink li {
  float: left;
  width: 23.14815%;
  margin: 0.92593%;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_drink li {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_drink li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_drink li {
    margin: 1em 0;
  }
}
.con_eatmenu .box_drink li h4 {
  color: #44861c;
  font-size: 139%;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  padding: .7em 0 .6em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_drink li .img {
    float: left;
    width: 35%;
  }
  .con_eatmenu .box_drink li .box_txt {
    float: right;
    width: 62%;
  }
  .con_eatmenu .box_drink li .box_txt h4 {
    padding: 0 0 .4em;
  }
}
.con_eatmenu .box_pr {
  margin: 1em auto 3em;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_pr {
    margin: 0em auto 1em;
  }
}
.con_eatmenu .box_pr li {
  float: left;
  width: 23.14815%;
  margin: 0.92593%;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_pr li {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_pr li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_pr li {
    margin: 1em 0;
  }
}
.con_eatmenu .box_pr li .img img {
  display: block;
  width: 100%;
}
.con_eatmenu .box_pr li h4 {
  color: #44861c;
  font-size: 139%;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  padding: .9em 0 .8em;
  line-height: 1;
}
.con_eatmenu .box_pr li .btn {
  margin: 1.5em auto;
  text-align: center;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_pr li .btn {
    margin: 1em auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_pr li {
    border-bottom: 1px solid #ccc;
  }
  .con_eatmenu .box_pr li:first-child {
    border-top: 0;
  }
  .con_eatmenu .box_pr li .img {
    float: left;
    width: 35%;
  }
  .con_eatmenu .box_pr li .box_txt {
    float: right;
    width: 62%;
    margin-bottom: 1em;
  }
  .con_eatmenu .box_pr li .box_txt h4 {
    padding: 0 0 .4em;
  }
}

/* -----------------------------------------------------------
	finally
----------------------------------------------------------- */
.con_finally {
  background-image: url(../restaurant/images/dinner/img_finally.jpg);
  margin: 6em auto;
  padding: 5.5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_finally {
    margin: 4em auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_finally {
    margin: 2em auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_finally {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_finally {
    padding: 1.5em 0;
  }
}
.con_finally .st_box {
  font-size: 100%;
}
.con_finally .st_box span:before {
  background-image: url(../images/common/bg_w_st1.png);
}
.con_finally .st_box span:after {
  background-image: url(../images/common/bg_w_st2.png);
}
@media only screen and (max-width: 767px) {
  .con_finally .st_box {
    margin: 0 auto .5em;
  }
}

/* -----------------------------------------------------------
	dinner
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #restaurant_dinner .bg_restaurant {
    background-image: url(../restaurant/images/dinner/bg_restaurant.jpg);
    background-position: center 125px;
  }
}
@media print {
  #restaurant_dinner .bg_restaurant {
    background-image: url(../restaurant/images/dinner/bg_restaurant.jpg);
    background-position: center 125px;
  }
}
.ie8 #restaurant_dinner .bg_restaurant {
  background-image: url(../restaurant/images/dinner/bg_restaurant.jpg);
  background-position: center 125px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #restaurant_dinner .bg_restaurant {
    background-position: center top;
  }
}
#restaurant_dinner .con_title h2 span {
  display: block;
  color: #fff;
}
#restaurant_dinner .con_title h2 span.jp {
  font-size: 308%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-shadow: 1px 1px 2px #000000, 1px 1px 3px #000000, 1px 1px 2px #000000;
}
@media only screen and (max-width: 767px) {
  #restaurant_dinner .con_title h2 span.jp {
    font-size: 200%;
  }
}
#restaurant_dinner .con_title h2 span.en {
  font-size: 108%;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #000000, 1px 1px 3px #000000, 1px 1px 2px #000000;
}
@media only screen and (max-width: 767px) {
  #restaurant_dinner .con_title h2 span.en {
    font-size: 100%;
  }
}

/* -----------------------------------------------------------
	lunch
----------------------------------------------------------- */
#restaurant_lunch .con_link .link_external li.lnk02 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTFkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5e1d4), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(#e5e1d4, #ffffff);
  background: -webkit-linear-gradient(#e5e1d4, #ffffff);
  background: linear-gradient(#e5e1d4, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE5E1D4', endColorstr='#FFFFFFFF');
}
@media only screen and (min-width: 768px) {
  #restaurant_lunch .bg_restaurant {
    background-image: url(../restaurant/images/lunch/bg_restaurant.jpg);
    background-position: center 125px;
  }
}
@media print {
  #restaurant_lunch .bg_restaurant {
    background-image: url(../restaurant/images/lunch/bg_restaurant.jpg);
    background-position: center 125px;
  }
}
.ie8 #restaurant_lunch .bg_restaurant {
  background-image: url(../restaurant/images/lunch/bg_restaurant.jpg);
  background-position: center 125px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #restaurant_lunch .bg_restaurant {
    background-position: center top;
  }
}

/* -----------------------------------------------------------
	breakfast
----------------------------------------------------------- */
#restaurant_breakfast .con_link .link_external li.lnk02 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTFkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5e1d4), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(#e5e1d4, #ffffff);
  background: -webkit-linear-gradient(#e5e1d4, #ffffff);
  background: linear-gradient(#e5e1d4, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE5E1D4', endColorstr='#FFFFFFFF');
}
@media only screen and (min-width: 768px) {
  #restaurant_breakfast .bg_restaurant {
    background-image: url(../restaurant/images/breakfast/bg_restaurant.jpg);
    background-position: center 125px;
  }
}
@media print {
  #restaurant_breakfast .bg_restaurant {
    background-image: url(../restaurant/images/breakfast/bg_restaurant.jpg);
    background-position: center 125px;
  }
}
.ie8 #restaurant_breakfast .bg_restaurant {
  background-image: url(../restaurant/images/breakfast/bg_restaurant.jpg);
  background-position: center 125px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #restaurant_breakfast .bg_restaurant {
    background-position: center top;
  }
}
#restaurant_breakfast .con_restaurant {
  margin-bottom: 3em;
}
#restaurant_breakfast .con_eatmenu .box_eatmenu#menu01 {
  margin-top: 0;
}
#restaurant_breakfast .con_finally {
  padding: 5.5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #restaurant_breakfast .con_finally {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  #restaurant_breakfast .con_finally {
    padding: 1em 0;
  }
}

/* -----------------------------------------------------------
	drink
----------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #restaurant_drink #contents #pankuzu ul {
    width: 68%;
  }
}
#restaurant_drink .con_link .link_external li.lnk02 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTFkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5e1d4), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(#e5e1d4, #ffffff);
  background: -webkit-linear-gradient(#e5e1d4, #ffffff);
  background: linear-gradient(#e5e1d4, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE5E1D4', endColorstr='#FFFFFFFF');
}
@media only screen and (min-width: 768px) {
  #restaurant_drink .bg_restaurant {
    background-image: url(../restaurant/images/drink/bg_restaurant.jpg);
    background-position: center 125px;
  }
}
@media print {
  #restaurant_drink .bg_restaurant {
    background-image: url(../restaurant/images/drink/bg_restaurant.jpg);
    background-position: center 125px;
  }
}
.ie8 #restaurant_drink .bg_restaurant {
  background-image: url(../restaurant/images/drink/bg_restaurant.jpg);
  background-position: center 125px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #restaurant_drink .bg_restaurant {
    background-position: center top;
  }
}
@media only screen and (max-width: 767px) {
  #restaurant_drink .con_restaurant {
    margin-bottom: 3em;
  }
}
#restaurant_drink .con_title h2 span {
  display: block;
  color: #fff;
}
#restaurant_drink .con_title h2 span.jp {
  font-size: 308%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-shadow: 1px 1px 2px #000000, 1px 1px 3px #000000, 1px 1px 2px #000000;
}
@media only screen and (max-width: 767px) {
  #restaurant_drink .con_title h2 span.jp {
    font-size: 200%;
  }
}
#restaurant_drink .con_title h2 span.en {
  font-size: 108%;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #000000, 1px 1px 3px #000000, 1px 1px 2px #000000;
}
@media only screen and (max-width: 767px) {
  #restaurant_drink .con_title h2 span.en {
    font-size: 100%;
  }
}
#restaurant_drink .con_eatmenu .lnk_eatmenu li {
  width: 33.3%;
}
@media only screen and (max-width: 767px) {
  #restaurant_drink .con_eatmenu .lnk_eatmenu li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #restaurant_drink .con_eatmenu .lnk_eatmenu li:last-child {
    width: 100%;
  }
  #restaurant_drink .con_eatmenu .lnk_eatmenu li:last-child a {
    border-right: 1px solid #d1d0c5;
  }
}
#restaurant_drink .con_eatmenu .box_eatmenu#menu03 {
  margin-bottom: 6em;
}
@media only screen and (max-width: 767px) {
  #restaurant_drink .con_eatmenu .box_eatmenu#menu03 {
    margin-bottom: 2em;
  }
}
#restaurant_drink .con_eatmenu .box_eatmenu#menu03 .box_menu h4 {
  background-image: url(../restaurant/images/ic_drink.png);
  background-position: left -0.1em;
}
#restaurant_drink .con_eatmenu .box_eatmenu#menu03 .box_menu ul {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #restaurant_drink .con_eatmenu .box_eatmenu#menu03 .box_menu ul {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #restaurant_drink .con_eatmenu .box_eatmenu#menu03 .box_menu ul {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	wine
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #restaurant_wine .bg_restaurant {
    background-image: url(../restaurant/images/wine/bg_restaurant.jpg);
    background-position: center 125px;
  }
}
@media print {
  #restaurant_wine .bg_restaurant {
    background-image: url(../restaurant/images/wine/bg_restaurant.jpg);
    background-position: center 125px;
  }
}
.ie8 #restaurant_wine .bg_restaurant {
  background-image: url(../restaurant/images/wine/bg_restaurant.jpg);
  background-position: center 125px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #restaurant_wine .bg_restaurant {
    background-position: center top;
  }
}
#restaurant_wine .con_restaurant {
  margin-bottom: 4em;
}
@media only screen and (max-width: 767px) {
  #restaurant_wine .con_restaurant {
    margin-bottom: 1em;
  }
}
#restaurant_wine .con_link .link_external li.lnk02 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTFkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5e1d4), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(#e5e1d4, #ffffff);
  background: -webkit-linear-gradient(#e5e1d4, #ffffff);
  background: linear-gradient(#e5e1d4, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE5E1D4', endColorstr='#FFFFFFFF');
}
#restaurant_wine .con_title h2 span {
  display: block;
  color: #fff;
}
#restaurant_wine .con_title h2 span.jp {
  font-size: 308%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-shadow: 1px 1px 2px #000000, 1px 1px 3px #000000, 1px 1px 2px #000000;
}
@media only screen and (max-width: 767px) {
  #restaurant_wine .con_title h2 span.jp {
    font-size: 200%;
  }
}
#restaurant_wine .con_title h2 span.en {
  font-size: 108%;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #000000, 1px 1px 3px #000000, 1px 1px 2px #000000;
}
@media only screen and (max-width: 767px) {
  #restaurant_wine .con_title h2 span.en {
    font-size: 100%;
  }
}
#restaurant_wine .box_eatmenu .box_menu ul {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  #restaurant_wine .box_eatmenu .box_menu ul {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #restaurant_wine .box_eatmenu .box_menu ul {
    width: 100%;
  }
}
#restaurant_wine .box_eatmenu .box_menu ul:nth-child(odd) {
  margin-left: 4%;
}
@media only screen and (max-width: 767px) {
  #restaurant_wine .box_eatmenu .box_menu ul:nth-child(odd) {
    margin-left: 0;
  }
}
#restaurant_wine .box_eatmenu .box_menu ul li.salmon {
  letter-spacing: -0.06em;
}
#restaurant_wine .box_eatmenu#menu01 {
  margin-top: 0;
}
#restaurant_wine .box_eatmenu#menu01 h4 {
  background-image: url(../restaurant/images/ic_drink.png);
  background-position: left -0.1em;
}
#restaurant_wine .box_eatmenu#menu03 {
  margin-bottom: 6em;
}
@media only screen and (max-width: 767px) {
  #restaurant_wine .box_eatmenu#menu03 {
    margin-bottom: 2em;
  }
}

/* -----------------------------------------------------------
	pr
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #restaurant_pr .bg_restaurant {
    background-image: url(../restaurant/images/pr/bg_restaurant.jpg);
    background-position: center 125px;
  }
}
@media print {
  #restaurant_pr .bg_restaurant {
    background-image: url(../restaurant/images/pr/bg_restaurant.jpg);
    background-position: center 125px;
  }
}
.ie8 #restaurant_pr .bg_restaurant {
  background-image: url(../restaurant/images/pr/bg_restaurant.jpg);
  background-position: center 125px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #restaurant_pr .bg_restaurant {
    background-position: center top;
  }
}
#restaurant_pr .con_restaurant {
  margin-bottom: 4em;
}
@media only screen and (max-width: 767px) {
  #restaurant_pr .con_restaurant {
    margin-bottom: 1em;
  }
}
#restaurant_pr .con_title h2 span {
  display: block;
  color: #fff;
}
#restaurant_pr .con_title h2 span.jp {
  font-size: 308%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-shadow: 1px 1px 2px #000000, 1px 1px 3px #000000, 1px 1px 2px #000000;
}
@media only screen and (max-width: 767px) {
  #restaurant_pr .con_title h2 span.jp {
    font-size: 200%;
  }
}
#restaurant_pr .con_title h2 span.en {
  font-size: 108%;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #000000, 1px 1px 3px #000000, 1px 1px 2px #000000;
}
@media only screen and (max-width: 767px) {
  #restaurant_pr .con_title h2 span.en {
    font-size: 100%;
  }
}
#restaurant_pr .con_eatmenu .box_eatmenu#menu01 {
  margin-top: 0;
}
