@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : dish_viking.css
 author     : Ability Consultant
 style info : （お食事）バイキング
=================================================================== */
/*----------------------------------------------//*/
/* *Media Queries								//*/
/*----------------------------------------------//*/
/*tab*/
/*sp*/
/*----------------------------------------------//*/
/* *Variable									//*/
/*----------------------------------------------//*/
/* メインカラム*/
/* フォントのベースサイズ*/
/* フォントのベーカラー*/
/*----------------------------------------------//*/
/* *Placeholder									//*/
/*----------------------------------------------//*/
/* コンテンツ幅 - baceWidth*/
.con_menu .txt_desc {
  max-width: 1200px;
  margin: auto;
  /*min-width ~ max-width*/
  /*tab & sp*/
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .con_menu .txt_desc {
    width: 95%;
  }
}
@media print {
  .con_menu .txt_desc {
    width: 95%;
  }
}
.ie8 .con_menu .txt_desc, .con_menu .ie8 .txt_desc {
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  .con_menu .txt_desc {
    width: 95%;
  }
}

/* クリアフィックス - clearFix*/
.con_menu:after {
  content: "";
  display: table;
  clear: both;
}

/*----------------------------------------------//*/
/* *Function									//*/
/*----------------------------------------------//*/
/* %計算*/
/*----------------------------------------------//*/
/* *mixin										//*/
/*----------------------------------------------//*/
/* フォントサイズ*/
/* @include fsz(任意のサイズ,親要素のサイズ); ※px不要*/
/* 値を振り分け - choiceValue*/
/* @include cV(プロパティ,pc幅,tab~sp幅); or @include cV(プロパティ,pc幅,tab幅,sp幅);*/
/* ホバー*/
/* @include hover {*/
/*		style*/
/* }*/
/* 幅を決めて中央寄せ - choiceWidth*/
/* @include cW(任意の幅px);*/
/* 画像を拡大*/
/* @include zoomImg(拡大率,x軸基点);*/
/* リンクの下線を逆にする*/
/* @include reverseDecoration;*/
/* 縦方向のグラデーション(IE8対応)*/
/* @include gradient(上側のカラー,下側のカラー);*/
/*icon style*/
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/*@include dots(#color1,#color2,width);*/
/*@include btn_slider(#color1,#color2,size);*/
/*Keyframes srcoll*/
@-moz-keyframes srcoll {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-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% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  overflow: hidden;
  *zoom: 1;
}
.con_intro .box_intro {
  overflow: hidden;
  *zoom: 1;
  background: url(../dish/viking/images/bg_intro.jpg) no-repeat center center;
  background-size: cover;
  padding: 7em 0;
  /*sp*/
  margin: 2em 0;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro {
    margin: 2em 0;
  }
}
.con_intro .box_intro .box_text_intro {
  text-align: center;
  max-width: 90%;
  color: #FFF;
  margin: auto;
}
.con_intro .box_intro .box_text_intro .cat span {
  display: inline-block;
  padding: .1em .4em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  background: #005b30;
  font-size: 170%;
  /*tab*/
  /*sp*/
}

.box_contact_res .box_time_about li span.v_honkan,
.box_contact_res .box_time_about li div.v_time_about {
    max-width: 400px;
    font-weight: bold;
}

.box_contact_res .box_time_about li span.v_honkan {
    display: block;
    text-align: center;
    margin: 0 0 3px 0;
}
.box_contact_res .box_time_about li div.v_time_about {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 140%;
    line-height: 150%;
}
@media only screen and (max-width: 767px) {
    .box_contact_res .box_time_about li span.v_honkan,
    .box_contact_res .box_time_about li div.v_time_about {
        max-width: 100%;
        font-size: 120%;
        line-height: 130%;
        padding: 5px 0;
    }
}

.box_contact_res ul.box_time_about  li div ul li {
    float: none;
    display:block;
    line-height: 110%;
}
.box_contact_res ul.box_time_about  li div ul li:before {
	font-family: FontAwesome;
    content: "\f017  ";
    margin-left: 10px;
}




@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro .box_text_intro .cat span {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .box_text_intro .cat span {
    font-size: 108%;
  }
}
.con_intro .box_intro .box_text_intro h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 293%;
  /*tab*/
  /*sp*/
  font-weight: normal;
  margin: .3em 0 .2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro .box_text_intro h3 {
    font-size: 262%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .box_text_intro h3 {
    font-size: 170%;
  }
}
.con_intro .box_intro .box_text_intro .txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 124%;
  /*tab*/
  /*sp*/
  font-weight: normal;
  text-align: center;
  /*sp*/
  line-height: 1.8;
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro .box_text_intro .txt {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .box_text_intro .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .box_text_intro .txt {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .box_text_intro .txt {
    line-height: 1.6;
  }
}

.ie .con_intro .box_intro .box_text_intro .cat span {
  padding: .3em .4em .1em;
}

/* -----------------------------------------------------------
	con_menu
----------------------------------------------------------- */
.con_menu {
  padding: 3em 0;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_menu {
    padding: 1.5em 0;
  }
}
.con_menu .txt_desc {
  margin-bottom: 2em;
  /*sp*/
  margin-top: -1em;
  text-align: center;
  /*sp*/
  line-height: 1.8;
  /*sp*/
  font-size: 108%;
  /*tab*/
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_menu .txt_desc {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .txt_desc {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .txt_desc {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .txt_desc {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .txt_desc {
    font-size: 100%;
  }
}
.con_menu .list_infiniteslide li {
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_menu .list_infiniteslide li {
    width: 12em;
  }
  .con_menu .list_infiniteslide li img {
    width: 100%;
  }
}
.con_menu .box_menu {
  padding: 3em 0 0;
  /*sp*/
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu {
    padding: 0;
  }
}
.con_menu .box_menu .box_menu_inner {
  width: 32.0%;
  margin-right: 2%;
  float: left;
  /*sp*/
  position: relative;
  /*pc & tab*/
  /*sp*/
}
.con_menu .box_menu .box_menu_inner:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_menu_inner {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_menu .box_menu .box_menu_inner:before {
    content: "";
    position: absolute;
    right: -3.125%;
    width: 1px;
    height: 100%;
    background: #dbdbdb;
    top: 0;
  }
  .con_menu .box_menu .box_menu_inner:nth-child(2) .st_tmp01 span .clr {
    color: #f28344;
  }
  .con_menu .box_menu .box_menu_inner:nth-child(3) .st_tmp01 span .clr {
    color: #eccc6c;
  }
}
@media print {
  .con_menu .box_menu .box_menu_inner:before {
    content: "";
    position: absolute;
    right: -3.125%;
    width: 1px;
    height: 100%;
    background: #dbdbdb;
    top: 0;
  }
  .con_menu .box_menu .box_menu_inner:nth-child(2) .st_tmp01 span .clr {
    color: #f28344;
  }
  .con_menu .box_menu .box_menu_inner:nth-child(3) .st_tmp01 span .clr {
    color: #eccc6c;
  }
}
.ie8 .con_menu .box_menu .box_menu_inner:before {
  content: "";
  position: absolute;
  right: -3.125%;
  width: 1px;
  height: 100%;
  background: #dbdbdb;
  top: 0;
}
.ie8 .con_menu .box_menu .box_menu_inner:nth-child(2) .st_tmp01 span .clr {
  color: #f28344;
}
.ie8 .con_menu .box_menu .box_menu_inner:nth-child(3) .st_tmp01 span .clr {
  color: #eccc6c;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_menu_inner {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
.con_menu .box_menu .box_menu_inner .box_img_menu {
  margin: 1em 0;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_menu_inner .box_img_menu img {
    width: 100%;
  }
}
.con_menu .box_menu .box_menu_inner ul {
  margin-top: .3em;
}
.con_menu .box_menu .box_menu_inner ul li {
  line-height: 1.8;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_menu_inner ul li {
    line-height: 1.6;
  }
}
.con_menu .box_menu .st_tmp01 {
  font-weight: normal;
}
.con_menu .box_menu .st_tmp01:before {
  background: none;
  content: "";
}
.con_menu .box_menu .st_tmp01 span {
  font-weight: normal;
}
.con_menu .box_menu .st_tmp01 span.jp {
  /*tab*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .box_menu .st_tmp01 span.jp {
    font-size: 177%;
  }
}
.con_menu .gallery_photoswipe:after {
  display: table;
  content: '';
  clear: both;
}
.con_menu .gallery_photoswipe figure {
  float: left;
  width: 25%;
  border-right: 1px solid #fff;
  padding: 0;
  margin: 0;
}
.con_menu .gallery_photoswipe figure a {
  display: block;
  text-decoration: none;
}
.con_menu .gallery_photoswipe figure a img {
  width: 100%;
}
.con_menu .gallery_photoswipe figure figcaption {
  display: none;
}

/* -----------------------------------------------------------
	con_menu_dessert
----------------------------------------------------------- */
.con_menu_dessert {
  overflow: hidden;
  *zoom: 1;
  background: url(../dish/viking/images/bg_menu_dessert.jpg);
  padding: 5em 0;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_menu_dessert {
    padding: 2em 0;
  }
}
.con_menu_dessert .list_menu {
  overflow: hidden;
  *zoom: 1;
}
.con_menu_dessert .list_menu li.item {
  width: 48.33333%;
  margin-right: 3.33333%;
  float: left;
  /*sp*/
  background: #FFF;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  overflow: hidden;
  *zoom: 1;
  padding: 62px 28px 40px;
  /*sp*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*sp*/
}
.con_menu_dessert .list_menu li.item:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_menu_dessert .list_menu li.item {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_dessert .list_menu li.item {
    padding: 2em 5% 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu_dessert .list_menu li.item {
    margin-bottom: 1em;
  }
  .con_menu_dessert .list_menu li.item:last-child {
    margin-bottom: 0;
  }
}
.con_menu_dessert .list_menu li.item .box_img {
  margin-bottom: 1.5em;
}
.con_menu_dessert .list_menu li.item .box_img img {
  width: 100%;
}
.con_menu_dessert .list_menu li.item .txt {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dashed #d3ab6e;
  line-height: 1.8;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_menu_dessert .list_menu li.item .txt {
    line-height: 1.6;
  }
}
.con_menu_dessert .list_menu li.item .box_list_item {
  line-height: 1.8;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_menu_dessert .list_menu li.item .box_list_item {
    line-height: 1.6;
  }
}
.con_menu_dessert .list_menu li.item:first-child .st_tmp01 span.jp .clr {
  color: #a55396;
}
.con_menu_dessert .list_menu li.item:nth-child(2) .st_tmp01 span.jp .clr {
  color: #36a4ab;
}

/*
料金
*/

.con_intro .box_price_container {
  display: table;
  /*sp*/
  width: 100%;
  background: #f5f3bc;
  border-left: 13px solid #e1dfa1;
  margin: 2em auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_price_container {
    display: block;
  }
}
.con_intro .box_price_container .txt {
  display: inline-block;
  /*sp*/
  vertical-align: middle;
  padding: 1em;
  float: left;
  line-height: 1.8;
  /*sp*/
  /*sp*/
}
@media only screen and (max-width: 767px) {
  .con_intro .box_price_container .txt {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_price_container .txt {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_price_container .txt {
    width: 100%;
    border-bottom: 1px solid #e7e4b7;
  }
}
.con_intro .box_price_container .box_price {
  display: inline-block;
  /*sp*/
  vertical-align: middle;
  padding: 1em;
  text-align: right;
  position: relative;
  float: right;
  /*sp*/
  /*pc & tab*/
}
@media only screen and (max-width: 767px) {
  .con_intro .box_price_container .box_price {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_price_container .box_price {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_price_container .box_price:before {
    content: "";
    height: 60%;
    width: 1px;
    background: #e7e4b7;
    position: absolute;
    left: 0;
    top: 20%;
  }
}
@media print {
  .con_intro .box_price_container .box_price:before {
    content: "";
    height: 60%;
    width: 1px;
    background: #e7e4b7;
    position: absolute;
    left: 0;
    top: 20%;
  }
}
.ie8 .con_intro .box_price_container .box_price:before {
  content: "";
  height: 60%;
  width: 1px;
  background: #e7e4b7;
  position: absolute;
  left: 0;
  top: 20%;
}
.con_intro .box_price_container .box_price .price {
  color: #ca0606;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 231%;
  /*tab*/
  /*sp*/
  display: inline-block;
  vertical-align: middle;
  padding-left: .3em;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_price_container .box_price .price {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_price_container .box_price .price {
    font-size: 154%;
  }
}

.txt_alert {
    background:#FFFFDC;
    padding: 16px;
    border-radius: 5px;
    margin: 10px 0;
}

.alert_kani {
  background: #FF0060;
  color: #fff;
  padding: 10px;
  margin:10px auto 20px ;
  width: fit-content;
  border-radius: 5px;
}
.alert_kani strong {
  display: block;
  border-bottom: 1px dotted #fff;
  margin: 0 0 10px;
  padding: 0 0 3px;
  text-align: center;
  font-size: 1.2em;
}