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

 file name  : restaurant_shiki.css
 author     : Ability Consultant
 style info : 日本料理「四季彩」
=================================================================== */
.con_slider #slider_mainhall, .con_slider .box_info, .con_rec_menu .list_rec_menu, .com_chef .box_chef, .com_chef .box_chef_full {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_slider #slider_mainhall, .con_slider .box_info, .con_rec_menu .list_rec_menu, .com_chef .box_chef, .com_chef .box_chef_full {
    width: 95%;
  }
}

.con_slider #slider_mainhall:after, .con_rec_menu .list_rec_menu li .img_slider:after, .con_alacarte .box_alacarte_inner .box_accinner:after, .con_guide_store .box_room .box_row:after {
  content: "";
  display: table;
  clear: both;
}
@-webkit-keyframes srcoll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes srcoll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes appeal_scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes appeal_scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	START : con_slider
----------------------------------------------------------- */
.con_slider {
  overflow: hidden;
  *zoom: 1;
}
.con_slider .img_st {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_slider .img_st {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_slider .img_st {
    margin-top: 3em;
  }
}
.con_slider h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 231%;
  color: #492e0e;
  text-align: center;
  margin: .3em 0 1em;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_slider h3 {
    font-size: 185%;
  }
}
.con_slider #slider_mainhall {
  position: relative;
}
.con_slider #slider_mainhall .slide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  float: left;
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_slider #slider_mainhall .slide {
    overflow: hidden;
  }
  .con_slider #slider_mainhall .slide img {
    position: relative;
    width: 160%;
    max-width: none;
    margin-left: -30%;
  }
}
.con_slider #slider_mainhall .slide:first-child {
  display: block;
}
.con_slider #slider_mainhall .slide.slick-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_slider #slider_mainhall.slick-initialized .slide {
  display: block;
}
.con_slider #slider_mainhall .slick-dots {
  text-align: right;
  bottom: 2em;
  z-index: 1;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .con_slider #slider_mainhall .slick-dots {
    bottom: 8%;
  }
}
.con_slider #slider_mainhall .slick-dots li {
  position: relative;
  width: 12px;
  height: 0;
  padding-top: 12px;
  margin: 0;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  background: #FFF;
}
.con_slider #slider_mainhall .slick-dots li:not(.slick-active) button {
  cursor: pointer;
}
.mouse .con_slider #slider_mainhall .slick-dots li:not(.slick-active):hover, .touch .con_slider #slider_mainhall .slick-dots li:not(.slick-active).touchstart {
  background: #a9d7e6;
}
.touch .con_slider #slider_mainhall .slick-dots li:not(.slick-active) {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_slider #slider_mainhall .slick-dots li:not(.slick-active).touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_slider #slider_mainhall .slick-dots li:not(:first-child) {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_slider #slider_mainhall .slick-dots li:not(:first-child) {
    margin-left: 0.7em;
  }
}
.con_slider #slider_mainhall .slick-dots li.slick-active {
  background-color: #52aecc;
}
@media only screen and (max-width: 767px) {
  .con_slider #slider_mainhall .slick-dots li {
    width: 0.8em;
    padding-top: 0.8em;
  }
}
.con_slider #slider_mainhall .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.con_slider #slider_mainhall .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  font-size: 308%;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: #FFF;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background 300ms;
  transition: background 300ms;
  padding: 0em .3em;
  background: none;
  font-size: 539%;
}
@media only screen and (max-width: 1024px) {
  .con_slider #slider_mainhall .slick-arrow {
    font-size: 216%;
  }
}
.con_slider #slider_mainhall .slick-arrow.slick-next {
  right: 0;
}
.con_slider #slider_mainhall .slick-arrow.slick-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
}
.con_slider #slider_mainhall .slick-arrow.slick-prev {
  left: 0;
}
.con_slider #slider_mainhall .slick-arrow.slick-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
}
.con_slider #slider_mainhall .slick-arrow:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  filter: alpha(opacity=700);
}
.con_slider #slider_mainhall .slick-list {
  padding: 0 !important;
  overflow: visible !important;
}
.con_slider .box_info {
  margin-bottom: 3em;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 767px) {
  .con_slider .box_info {
    margin-bottom: 1em;
  }
}
.con_slider .box_info h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 185%;
  text-align: center;
  margin: .7em 0;
  font-weight: normal;
  letter-spacing: .2em;
  color: #725f4c;
}
@media only screen and (max-width: 767px) {
  .con_slider .box_info h4 {
    font-size: 147%;
  }
}
.con_slider .box_info .txt_info {
  line-height: 2;
  margin: 1.5em 0 2em;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_slider .box_info .txt_info {
    margin: 0.5em 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_slider .box_info .txt_info {
    text-align: left;
  }
}
.con_slider .box_info .btn_share {
  margin: 1em 0 1.5em;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_slider .box_info .btn_share {
    margin: 0 0 3em;
    text-align: center;
    background: #3a5a95;
  }
}
.con_slider .box_info .box_time {
  padding: 0.6em 1.2em;
  line-height: normal;
  border: 1px solid #d0d0d0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin: 0 0 2em;
}
@media only screen and (max-width: 767px) {
  .con_slider .box_info .box_time {
    padding: 0.5em;
  }
}
.con_slider .box_info .box_time p {
  padding: .1em 0;
}
@media only screen and (max-width: 767px) {
  .con_slider .box_info .box_time {
    margin: 0 0 1.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_slider .box_info .tmp_link_image ul li {
    padding: 0 1.5em;
  }
}
@media print {
  .con_slider .box_info .tmp_link_image ul li {
    padding: 0 1.5em;
  }
}
.ie8 .con_slider .box_info .tmp_link_image ul li {
  padding: 0 1.5em;
}
@media only screen and (min-width: 1025px) {
  .con_slider .box_info .tmp_link_image ul li a span {
    text-align: left;
  }
}
@media print {
  .con_slider .box_info .tmp_link_image ul li a span {
    text-align: left;
  }
}
.ie8 .con_slider .box_info .tmp_link_image ul li a span {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .con_slider ul {
    width: 100%;
    border-right: 0;
  }
  .con_slider ul li:last-child {
    border-right: 1px solid #dfdfdf;
  }
}

.box_caution .con_caution {
  border: solid 2px #3aa5bd;
  padding: 12px 0;
  width: 50%;
  margin: 10px auto 20px;
  text-align: center;
  font-size: 105%;
  font-weight: bold;
  background-color: #eaeeef;
  padding: 20px 10px;
}
@media only screen and (max-width: 1024px) {
  .box_caution .con_caution {
    width: 80%;
    padding: 20px 10px;
  }
}
.box_caution .con_caution a {
  width: 100%;
}
.box_caution .con_caution a span {
  font-weight: 300;
  font-size: 90%;
}

/* -----------------------------------------------------------
	con_rec_menu
----------------------------------------------------------- */
.con_rec_menu {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .con_rec_menu {
    margin-bottom: 1em;
  }
}
.con_rec_menu .st_rec_menu {
  background: transparent url("../restaurant/shiki/images/bg_remended_menu.jpg") center center no-repeat;
  min-height: 338px;
  position: relative;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rec_menu .st_rec_menu {
    min-height: 338px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec_menu .st_rec_menu {
    min-height: 225px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rec_menu .st_rec_menu {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec_menu .st_rec_menu {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec_menu .st_rec_menu {
    background-size: cover;
  }
}
.con_rec_menu .st_rec_menu .tmp_st02 {
  position: absolute;
  display: inline-block;
  background: #FFF;
  padding: 1em 2em;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rec_menu .st_rec_menu .tmp_st02 {
    padding: 1em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec_menu .st_rec_menu .tmp_st02 {
    padding: 1em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec_menu .st_rec_menu .tmp_st02 {
    width: 90%;
  }
}
.con_rec_menu .st_rec_menu .tmp_st02 span.eng {
  color: #42231c;
}
.con_rec_menu .st_rec_menu .tmp_st02 span.jp {
  color: #42231c;
}
.con_rec_menu .list_rec_menu {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rec_menu .list_rec_menu {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec_menu .list_rec_menu {
    padding-bottom: 0em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rec_menu .list_rec_menu {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec_menu .list_rec_menu {
    margin-bottom: 2em;
  }
}
.con_rec_menu .list_rec_menu:last-child {
  border-bottom: none;
}
.con_rec_menu .list_rec_menu li {
  float: left;
  width: 47.45455%;
  margin-right: 5.09091%;
}
.con_rec_menu .list_rec_menu li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_rec_menu .list_rec_menu li.last {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec_menu .list_rec_menu li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
}
.con_rec_menu .list_rec_menu li .img_slider {
  max-height: 347px;
  overflow: hidden;
  *zoom: 1;
}
.con_rec_menu .list_rec_menu li .img_slider .slide {
  float: left;
}
.con_rec_menu .list_rec_menu li .img_slider.slick-initialized .slide {
  display: block;
}
.con_rec_menu .list_rec_menu li .img_slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  font-size: 308%;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: #FFF;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background 300ms;
  transition: background 300ms;
  padding: 0em .3em;
  background: none;
  font-size: 539%;
}
@media only screen and (max-width: 1024px) {
  .con_rec_menu .list_rec_menu li .img_slider .slick-arrow {
    font-size: 216%;
  }
}
.con_rec_menu .list_rec_menu li .img_slider .slick-arrow.slick-next {
  right: 0;
}
.con_rec_menu .list_rec_menu li .img_slider .slick-arrow.slick-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
}
.con_rec_menu .list_rec_menu li .img_slider .slick-arrow.slick-prev {
  left: 0;
}
.con_rec_menu .list_rec_menu li .img_slider .slick-arrow.slick-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
}
.con_rec_menu .list_rec_menu li .img_slider .slick-arrow:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  filter: alpha(opacity=700);
}
.con_rec_menu .list_rec_menu li .cat {
  text-align: center;
  padding: 1em 0 .7em;
}
.con_rec_menu .list_rec_menu li .cat span {
  padding: .15em 1em;
  display: inline-block;
  color: #FFF;
  font-size: 100%;
  text-align: center;
  margin-left: .1em;
}
.con_rec_menu .list_rec_menu li .cat span.cat01 {
  background: #d7b277;
  margin-left: 0;
}
.con_rec_menu .list_rec_menu li .cat span.cat02 {
  background: #9d94ae;
}
.con_rec_menu .list_rec_menu li h4 {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 185%;
  color: #492e0e;
  margin: 0;
}
.con_rec_menu .list_rec_menu li .price {
  font-size: 154%;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #ad0b0b;
  margin-bottom: .7em;
}
.con_rec_menu .list_rec_menu li .price small {
  font-size: 60%;
  color: #492e0e;
  vertical-align: middle;
}
.con_rec_menu .list_rec_menu li .tbl_basic th {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_rec_menu .list_rec_menu li .tbl_basic th {
    width: 20%;
    border-right: 1px solid #fff;
  }
}
@media print {
  .con_rec_menu .list_rec_menu li .tbl_basic th {
    width: 20%;
    border-right: 1px solid #fff;
  }
}
.ie8 .con_rec_menu .list_rec_menu li .tbl_basic th {
  width: 20%;
  border-right: 1px solid #fff;
}
.con_rec_menu .list_rec_menu li .box_detail {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rec_menu .list_rec_menu li .box_detail {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec_menu .list_rec_menu li .box_detail {
    margin-bottom: 1em;
  }
}
.con_rec_menu .list_rec_menu li .box_detail h5 {
  border: 1px solid #d0d0d0;
  text-align: center;
  color: #000;
  padding: .7em 0;
  background: transparent url("../restaurant/cate/images/arrow_down.png") 95% center no-repeat;
}
.con_rec_menu .list_rec_menu li .box_detail h5.active {
  background: transparent url("../restaurant/cate/images/arrow_up.png") 95% center no-repeat;
}
.con_rec_menu .list_rec_menu li .box_detail .box_cdetail {
  padding: 15px;
  border: 1px solid #d0d0d0;
  border-top: none;
  line-height: 2;
  font-size: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rec_menu .list_rec_menu li .box_detail .box_cdetail {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec_menu .list_rec_menu li .box_detail .box_cdetail {
    padding: 3%;
  }
}
.con_rec_menu .list_rec_menu li .box_detail .box_cdetail ul {
  display: inline-block;
  margin-left: 2em;
}
.con_rec_menu .list_rec_menu li .box_detail .box_cdetail ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
  width: 100%;
  float: none;
  line-height: 1.5;
}

/* -----------------------------------------------------------
	con_alacarte
----------------------------------------------------------- */
.con_alacarte {
  overflow: hidden;
  *zoom: 1;
  background: #f4f4ee;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_alacarte {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_alacarte {
    padding: 3em 0 2em;
  }
}
.con_alacarte .txt_desc {
  text-align: center;
  margin-bottom: 2em;
  line-height: 1.8;
}
.con_alacarte .box_alacarte {
  background: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 25px 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_alacarte .box_alacarte {
    padding: 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_alacarte .box_alacarte {
    padding: 3%;
  }
}
.con_alacarte .box_alacarte_inner {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_alacarte .box_alacarte_inner {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_alacarte .box_alacarte_inner {
    margin-bottom: 0;
  }
}
.con_alacarte .box_alacarte_inner h4 {
  background: #7c6e5d;
  font-size: 124%;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  padding: .1em 0;
  margin-bottom: 1em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_alacarte .box_alacarte_inner h4 {
    font-size: 100%;
    text-align: left;
    padding: 1em .7em;
    margin-bottom: 0.1em;
  }
  .con_alacarte .box_alacarte_inner h4:before, .con_alacarte .box_alacarte_inner h4:after {
    font-family: FontAwesome;
    vertical-align: middle;
  }
  .con_alacarte .box_alacarte_inner h4 > * {
    vertical-align: middle;
    display: inline;
  }
  .con_alacarte .box_alacarte_inner h4:before {
    content: "";
    margin-right: .5em;
    position: absolute;
    right: .8em;
    top: 50%;
    color: #FFF;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: auto;
  }
  .con_alacarte .box_alacarte_inner h4.active:before {
    content: "\f0d8" !important;
  }
}
@media only screen and (min-width: 768px) {
  .con_alacarte .box_alacarte_inner .box_accinner {
    display: block !important;
    margin: 0 !important;
    height: auto !important;
    padding: 0 !important;
  }
}
@media print {
  .con_alacarte .box_alacarte_inner .box_accinner {
    display: block !important;
    margin: 0 !important;
    height: auto !important;
    padding: 0 !important;
  }
}
.ie8 .con_alacarte .box_alacarte_inner .box_accinner {
  display: block !important;
  margin: 0 !important;
  height: auto !important;
  padding: 0 !important;
}
.con_alacarte .box_alacarte_inner .img_alacarte {
  float: left;
  width: 45.92233%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_alacarte .box_alacarte_inner .img_alacarte {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_alacarte .box_alacarte_inner .img_alacarte {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_alacarte .box_alacarte_inner .img_alacarte {
    margin-bottom: 0.5em;
  }
}
.con_alacarte .box_alacarte_inner .img_alacarte li {
  float: left;
  width: 50%;
}
.con_alacarte .list_alacarte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  float: none;
}
@media only screen and (max-width: 767px) {
  .con_alacarte .list_alacarte {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_alacarte .list_alacarte {
    float: none;
  }
}
.con_alacarte .list_alacarte li {
  width: 50%;
  padding: 0 1.87266%;
  position: relative;
  margin-bottom: 3.16505%;
  border-left: solid 1px #dfdfdf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* &:before{
  	content: "";
  	position: absolute;
  	width: 1px;
  	height: 100%;
  	top:0;
  	@include cV(left,-16.3px,-10px,-7px);
  	background:#dfdfdf;
  } */
}
.con_alacarte .list_alacarte li.full {
  float: none;
  width: 100%;
  clear: both;
  border-right: 1px solid #dfdfdf;
}
.con_alacarte .list_alacarte li.full + li {
  clear: left;
}
.con_alacarte .list_alacarte li:last-child, .con_alacarte .list_alacarte li:nth-child(even) {
  border-right: 1px solid #dfdfdf;
}
.con_alacarte .list_alacarte li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_alacarte .list_alacarte li {
    margin-right: 0;
  }
  .con_alacarte .list_alacarte li:nth-child(2n) {
    margin-right: 0;
  }
}
.con_alacarte .list_alacarte li .st_alacarte {
  margin-bottom: .5em;
}
.con_alacarte .list_alacarte li .st_alacarte h5 {
  letter-spacing: .1em;
}
.con_alacarte .list_alacarte li .list_alacarte_last {
  margin-bottom: .5em;
}
.con_alacarte .list_alacarte li .list_alacarte_last h5 {
  letter-spacing: .1em;
  margin-bottom: 1em;
}
.con_alacarte .list_alacarte li .list_alacarte_last .flex_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_alacarte .list_alacarte li .list_alacarte_last .flex_box {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_alacarte .list_alacarte li .list_alacarte_last .flex_box {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_alacarte .list_alacarte li .list_alacarte_last .flex_box {
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  .con_alacarte .list_alacarte li .list_alacarte_last .flex_box {
    white-space: normal;
  }
}
.con_alacarte .list_alacarte li .list_alacarte_last .flex_box ul {
  margin-left: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_alacarte .list_alacarte li .list_alacarte_last .flex_box ul {
    margin-left: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_alacarte .list_alacarte li .list_alacarte_last .flex_box ul {
    margin-left: 1.2em;
  }
}
.con_alacarte .list_alacarte li .list_alacarte_last .flex_box ul li {
  width: 100%;
  float: none;
  border: none;
  list-style-type: disc;
  margin-bottom: 1%;
}
.con_alacarte .list_alacarte li .list_alacarte_last ul {
  margin-left: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_alacarte .list_alacarte li .list_alacarte_last ul {
    margin-left: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_alacarte .list_alacarte li .list_alacarte_last ul {
    margin-left: 1.2em;
  }
}
.con_alacarte .list_alacarte li .list_alacarte_last ul li {
  width: 100%;
  float: none;
  border: none;
  list-style-type: disc;
  margin-bottom: 1%;
}
.con_alacarte .list_alacarte li .price {
  color: #ad0b0b;
  background: #f4f4ee;
  text-align: right;
  padding: .1em .5em;
}
.con_alacarte .list_alacarte li .txt_r {
  color: #ad0b0b;
  line-height: 1.8;
  letter-spacing: .1em;
}
.con_alacarte .list_alacarte li.bor_no {
  border: 0;
}
.con_alacarte .txt_desc_right {
  margin-bottom: 1.5em;
  text-align: right;
}
.con_alacarte .txt_note {
  margin-top: 2em;
}

/* -----------------------------------------------------------
	com_chef
----------------------------------------------------------- */
.com_chef {
  overflow: hidden;
  *zoom: 1;
  padding: 60px 0 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .com_chef {
    padding: 45px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .com_chef {
    padding: 2em 0 0;
  }
}
.com_chef .tmp_st02 {
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .com_chef .tmp_st02 {
    margin-bottom: 1em;
  }
}
.com_chef .tmp_st02 span.jp {
  color: #492e0e;
}
.com_chef .box_chef h3, .com_chef .box_chef_full h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 200%;
  color: #492e0e;
  font-weight: normal;
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  .com_chef .box_chef h3, .com_chef .box_chef_full h3 {
    font-size: 139%;
  }
}
.com_chef .box_chef h4, .com_chef .box_chef_full h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  margin: 1.5em 0 .5em;
  font-size: 154%;
}
@media only screen and (max-width: 767px) {
  .com_chef .box_chef h4, .com_chef .box_chef_full h4 {
    margin: 1em 0 .5em;
  }
}
.com_chef .box_chef h4 small, .com_chef .box_chef_full h4 small {
  display: block;
  font-size: 65%;
}
.com_chef .box_chef h4 span, .com_chef .box_chef_full h4 span {
  font-size: 70%;
  display: inline-block;
  padding-left: .8em;
}
.com_chef .box_chef .txt, .com_chef .box_chef_full .txt {
  line-height: 2.1;
  font-size: 100%;
}
.com_chef .box_chef {
  height: 588px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .com_chef .box_chef {
    height: auto;
    width: 100%;
  }
}
.com_chef .box_chef .img {
  position: absolute;
  right: 50%;
  width: 1000px;
}
@media only screen and (max-width: 1024px) {
  .com_chef .box_chef .img {
    width: 100%;
    position: inherit;
    right: inherit;
    height: auto;
    background: none;
  }
}
.com_chef .box_chef .box_txt {
  width: 45%;
  position: absolute;
  left: 55%;
  top: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (min-width: 1025px) {
  .com_chef .box_chef .box_txt {
    padding-top: 10em;
  }
}
@media print {
  .com_chef .box_chef .box_txt {
    padding-top: 10em;
  }
}
.ie8 .com_chef .box_chef .box_txt {
  padding-top: 10em;
}
@media only screen and (max-width: 1024px) {
  .com_chef .box_chef .box_txt {
    width: 100%;
    position: inherit;
    left: inherit;
    top: inherit;
    height: auto;
    background: none;
    -webkit-transform: none;
    transform: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5%;
  }
}
.com_chef .box_chef_full {
  overflow: hidden;
  *zoom: 1;
}
.com_chef .box_chef_full .img {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .com_chef .box_chef_full .img {
    width: 100%;
    margin-bottom: 2em;
  }
}
.com_chef .box_chef_full .box_txt {
  float: left;
  width: 45.45455%;
}
@media only screen and (max-width: 767px) {
  .com_chef .box_chef_full .box_txt {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	con_guide_store
----------------------------------------------------------- */
.con_guide_store {
  overflow: hidden;
  *zoom: 1;
  background: #f4f4f4;
  padding: 65px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_guide_store {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide_store {
    padding: 2em 0;
  }
}
.con_guide_store h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 200%;
  color: #492e0e;
  font-weight: normal;
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  .con_guide_store h3 {
    font-size: 170%;
  }
}
.con_guide_store .txt {
  line-height: 2.1;
  font-size: 100%;
}
.con_guide_store .box_store {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_guide_store .box_store {
    margin-bottom: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide_store .box_store {
    margin-bottom: 1.2em;
  }
}
.con_guide_store .box_store .img {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_guide_store .box_store .img {
    margin-top: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide_store .box_store .img {
    margin-top: 1.2em;
  }
}
.con_guide_store .box_room {
  background: #fff;
  padding: 35px 40px 35px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_guide_store .box_room {
    padding: 2em 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide_store .box_room {
    padding: 1.2em 1em;
  }
}
.con_guide_store .box_room h3 {
  color: #725f4c;
}
.con_guide_store .box_room h4 {
  color: #725f4c;
  font-size: 139%;
  padding: 0.5em 0 0.7em;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .con_guide_store .box_room h4 {
    padding: 0 0 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide_store .box_room h4 {
    font-size: 116%;
  }
}
.con_guide_store .box_room .box_row .box_img {
  width: 60.09852%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_guide_store .box_room .box_row .box_img {
    width: 100%;
    margin-top: 1em;
  }
}
.con_guide_store .box_room .box_row .box_txt {
  float: right;
  width: 36.94581%;
}
@media only screen and (max-width: 767px) {
  .con_guide_store .box_room .box_row .box_txt {
    width: 100%;
  }
}
.con_guide_store .box_room .box_tbl {
  padding-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_guide_store .box_room .box_tbl {
    padding-top: 1.2em;
  }
}
.con_guide_store .box_room .box_tbl .ss {
  padding-bottom: .5em;
}
.con_guide_store .box_room .box_tbl .tbl_basic th, .con_guide_store .box_room .box_tbl .tbl_basic td {
  font-weight: 500;
}
.con_guide_store .box_room .box_tbl .tbl_basic th {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_guide_store .box_room .box_tbl .tbl_basic td {
    border-left: 1px solid #fff;
  }
}
@media print {
  .con_guide_store .box_room .box_tbl .tbl_basic td {
    border-left: 1px solid #fff;
  }
}
.ie8 .con_guide_store .box_room .box_tbl .tbl_basic td {
  border-left: 1px solid #fff;
}
@media only screen and (min-width: 1025px) {
  .con_guide_store .box_room .box_tbl .tbl_basic td {
    padding-left: 1.7em;
  }
}
@media print {
  .con_guide_store .box_room .box_tbl .tbl_basic td {
    padding-left: 1.7em;
  }
}
.ie8 .con_guide_store .box_room .box_tbl .tbl_basic td {
  padding-left: 1.7em;
}
.con_guide_store .box_room p.bnr {
  text-align: center;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .con_guide_store .box_room p.bnr {
    margin-bottom: 20px;
  }
}

/* -----------------------------------------------------------
	con_takeout
----------------------------------------------------------- */
.con_takeout {
  overflow: hidden;
  *zoom: 1;
  background: #f4f4ee;
  padding: 50px 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_takeout {
    padding: 50px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_takeout {
    padding: 3em 0 5em;
  }
}
.con_takeout .txt_desc {
  text-align: center;
  margin-bottom: 2em;
  line-height: 1.8;
}
.con_takeout .txt_desc .tel {
  font-size: 1.5em;
  padding: 0 0.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_takeout .txt_desc .tel {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_takeout .txt_desc .tel {
    font-size: 1.5em;
  }
}
.con_takeout .txt_desc a {
  font-size: 1.5em;
  padding: 0 0.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_takeout .txt_desc a {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_takeout .txt_desc a {
    font-size: 1.5em;
  }
}
.con_takeout .box_takeout {
  background: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 25px 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_takeout .box_takeout {
    padding: 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_takeout .box_takeout {
    padding: 3%;
  }
}
.con_takeout .box_takeout_inner {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_takeout .box_takeout_inner {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_takeout .box_takeout_inner {
    margin-bottom: 0;
  }
}
.con_takeout .box_takeout_inner h4 {
  background: #7c6e5d;
  font-size: 124%;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  padding: .1em 0;
  margin-bottom: 1em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_takeout .box_takeout_inner h4 {
    font-size: 100%;
    text-align: left;
    padding: 1em 0.7em;
    margin-bottom: 0.1em;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_takeout .box_takeout_inner h4 {
    padding: 1em 2em 1em 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .con_takeout .box_takeout_inner h4:before, .con_takeout .box_takeout_inner h4:after {
    font-family: FontAwesome;
    vertical-align: middle;
  }
  .con_takeout .box_takeout_inner h4 > * {
    vertical-align: middle;
    display: inline;
  }
  .con_takeout .box_takeout_inner h4:before {
    content: "";
    margin-right: .5em;
    position: absolute;
    right: .8em;
    top: 50%;
    color: #FFF;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: auto;
  }
  .con_takeout .box_takeout_inner h4.active:before {
    content: "\f0d8" !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_takeout .box_takeout_inner .img_takeout {
    margin-bottom: 0.5em;
  }
}
.con_takeout .price {
  color: #ad0b0b;
  background: #f4f4ee;
  text-align: right;
  padding: .1em .5em;
}
.con_takeout .inner_normal {
  overflow: hidden;
  *zoom: 1;
  width: 51.84466%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_takeout .inner_normal {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_takeout .inner_normal {
    float: none;
  }
}
.con_takeout .inner_normal .txt {
  line-height: 2;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_takeout .inner_normal .txt {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .con_takeout .inner_normal .txt {
    margin-bottom: 1em;
  }
}
.con_takeout .inner_normal .price {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_takeout .inner_normal .price {
    margin-bottom: 2em;
  }
}
.con_takeout .txt_r {
  color: #ad0b0b;
  line-height: 1.8;
  letter-spacing: .1em;
}
.con_takeout .list_takeout {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_takeout .list_takeout {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_takeout .list_takeout {
    float: none;
  }
}
.con_takeout .list_takeout li {
  float: left;
  width: 25%;
  padding: 0 1.87266%;
  position: relative;
  margin-bottom: 3.16505%;
  border-left: solid 1px #dfdfdf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* &:before{
  	content: "";
  	position: absolute;
  	width: 1px;
  	height: 100%;
  	top:0;
  	@include cV(left,-16.3px,-10px,-7px);
  	background:#dfdfdf;
  } */
}
@media only screen and (max-width: 767px) {
  .con_takeout .list_takeout li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_takeout .list_takeout li.one {
    width: 100%;
  }
}
.con_takeout .list_takeout li.full {
  float: none;
  width: 100%;
  clear: both;
  border-right: 1px solid #dfdfdf;
}
.con_takeout .list_takeout li.full + li {
  clear: left;
}
.con_takeout .list_takeout li:nth-child(4n) {
  margin-right: 0;
}
.con_takeout .list_takeout li:last-child {
  border-right: 1px solid #dfdfdf;
}
@media only screen and (max-width: 767px) {
  .con_takeout .list_takeout li {
    margin-right: 0;
  }
  .con_takeout .list_takeout li:nth-child(2n) {
    margin-right: 0;
  }
}
.con_takeout .list_takeout li .st_takeout {
  margin-bottom: .5em;
}
.con_takeout .list_takeout li .st_takeout h5 {
  letter-spacing: .1em;
}
.con_takeout .list_takeout li .list_takeout_last {
  margin-bottom: .5em;
}
.con_takeout .list_takeout li .list_takeout_last h5 {
  letter-spacing: .1em;
  margin-bottom: 1em;
}
.con_takeout .list_takeout li .list_takeout_last ul {
  margin-left: 2em;
}
.con_takeout .list_takeout li .list_takeout_last ul li {
  width: 100%;
  float: none;
  border: none;
  list-style-type: disc;
  margin-bottom: 1%;
}
.con_takeout .list_takeout li.bor_no {
  border: 0;
}
.con_takeout .txt_desc_right {
  margin-bottom: 1.5em;
  text-align: right;
}
.con_takeout .txt_note {
  margin-top: 2em;
  text-align: right;
}

.tmp_link_image ul li {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .tmp_link_image ul li {
    width: 50%;
    margin-bottom: 5%;
  }
}
.tmp_link_image ul li a {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .tmp_link_image ul li a {
    font-size: 93%;
  }
}
