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

 file name  : restaurant__soukyu.css
 author     : Ability Consultant
 style info : お料理
=================================================================== */
.con_intr .box_intr, .wrp_buff .con_buff, .con_menu {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1099px) {
  .con_intr .box_intr, .wrp_buff .con_buff, .con_menu {
    width: 91.66667%;
  }
}

@font-face {
  font-family: 'BOWI';
  src: url(../css/fonts/BOWI___.TTF.woff) format("woff");
}
/* -----------------------------------------------------------
	header カスタマイズ
----------------------------------------------------------- */
#header .con_hea h1 {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.78);
}

/* -----------------------------------------------------------
	con_intr
----------------------------------------------------------- */
.con_intr {
  border-top: 1px solid #0a3f57;
  background: url(../images/common/bg_intr.jpg) no-repeat center top/cover;
  padding: 30px 0 60px;
}
@media only screen and (max-width: 767px) {
  .con_intr {
    padding: 8% 0;
  }
}
.con_intr .box_intr {
  padding-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr {
    padding-top: 0;
  }
}
.con_intr .box_intr .st {
  font-weight: normal;
  text-align: center;
  position: relative;
  line-height: 1;
  font-size: 258%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intr .box_intr .st {
    font-size: 229%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .st {
    font-size: 158%;
  }
}
.con_intr .box_intr .st:before {
  content: "";
  display: block;
  width: 21px;
  height: 32px;
  background: url(../images/common/ic_st_w.png) no-repeat center/100% auto;
  margin: 0 auto .3em;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .st:before {
    width: .5em;
    height: .76em;
  }
}
.con_intr .box_intr .st em {
  color: #fff799;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_intr .box_intr .catch {
  margin-top: .2em;
  color: #fff;
  letter-spacing: .15em;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intr .box_intr .catch {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .catch {
    margin-top: 4%;
  }
}
.con_intr .box_intr .catch em {
  font-family: 'Pinyon Script', cursive;
  font-size: 215%;
  vertical-align: baseline;
  display: inline-block;
  margin-right: .3em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intr .box_intr .catch em {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .catch em {
    font-size: 179%;
  }
}
.con_intr .box_intr .catch em:after {
  content: "";
  width: 1px;
  height: 1.2em;
  background: #fff;
  display: inline-block;
  margin-left: .6em;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .catch em {
    margin-right: 0;
  }
  .con_intr .box_intr .catch em:after {
    display: none;
  }
}
.con_intr .box_intr .catch span {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intr .box_intr .catch span {
    width: 67%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .catch span {
    letter-spacing: .13em;
  }
}

/* -----------------------------------------------------------
	wrp_buff
----------------------------------------------------------- */
.wrp_buff {
  background: #185e7d;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff {
    padding-bottom: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff {
    padding-bottom: 9%;
  }
}
.wrp_buff .con_buff .box_slider {
  z-index: 0;
  margin-bottom: 0;
  overflow: visible;
}
.wrp_buff .con_buff .box_slider .slick-list {
  overflow: visible;
}
.wrp_buff .con_buff .box_slider .slick-slide {
  position: relative;
}
.wrp_buff .con_buff .box_slider .slick-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.wrp_buff .con_buff .box_slider .slick-center:before {
  background: transparent;
}
.wrp_buff .con_buff .box_slider .slick-dots {
  z-index: 3;
  bottom: -2em;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_slider .slick-dots {
    bottom: -1.5em;
  }
}
.wrp_buff .con_buff .box_slider .slick-dots li {
  width: 17px;
  height: 2px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_slider .slick-dots li {
    width: 1em;
    margin-left: .5em;
  }
  .wrp_buff .con_buff .box_slider .slick-dots li:first-child {
    margin-left: 0;
  }
}
.wrp_buff .con_buff .box_slider .slick-dots li button {
  height: 100%;
  width: 100%;
}
.wrp_buff .con_buff .box_slider .slick-dots li button:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.wrp_buff .con_buff .box_slider .slick-dots li.slick-active button:before {
  background: #2ca9e1;
}
.wrp_buff .con_buff .box_slider .slick-dots {
  bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_slider .slick-dots {
    bottom: .5em;
  }
}
.wrp_buff .con_buff .box_slider .slick-dots li {
  width: 30px;
  margin-left: 1em;
  height: 3px;
}
.wrp_buff .con_buff .box_slider .slick-arrow {
  z-index: 2;
}
.mouse .wrp_buff .con_buff .box_slider .slick-arrow {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .wrp_buff .con_buff .box_slider .slick-arrow:hover, .touch .wrp_buff .con_buff .box_slider .slick-arrow.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .wrp_buff .con_buff .box_slider .slick-arrow {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_buff .con_buff .box_slider .slick-arrow.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.wrp_buff .con_buff .box_slider .slick-prev {
  left: 15px;
  width: 29px;
  height: 56px;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_slider .slick-prev {
    width: 4.94318%;
    height: 84px;
    left: 3%;
  }
}
.wrp_buff .con_buff .box_slider .slick-prev:before {
  content: "";
  background: url(../images/common/ic_arr03-pc.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media only screen and (max-width: 1099px) {
  .wrp_buff .con_buff .box_slider .slick-prev:before {
    background: url(../images/common/ic_arr03-pc.png) no-repeat center/100% auto;
  }
}
.wrp_buff .con_buff .box_slider .slick-next {
  right: 15px;
  width: 29px;
  height: 56px;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_slider .slick-next {
    width: 4.94318%;
    height: 84px;
    right: 3%;
  }
}
.wrp_buff .con_buff .box_slider .slick-next:before {
  content: "";
  background: url(../images/common/ic_arr03-pc.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 1099px) {
  .wrp_buff .con_buff .box_slider .slick-next:before {
    background: url(../images/common/ic_arr03-pc.png) no-repeat center/100% auto;
  }
}
.wrp_buff .con_buff .box_buff {
  color: #fff;
  overflow: hidden;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff {
    margin-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff {
    margin-top: 5%;
  }
}
.wrp_buff .con_buff .box_buff .box_txt {
  width: 570px;
  float: left;
  width: 570px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff .box_txt {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .box_txt {
    width: 100%;
  }
}
.wrp_buff .con_buff .box_buff .box_txt .st {
  color: #fff799;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 150%;
  letter-spacing: .06em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff .box_txt .st {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .box_txt .st {
    font-size: 115%;
  }
}
.wrp_buff .con_buff .box_buff .box_txt .txt {
  letter-spacing: normal;
  margin: 10px 0 25px;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .box_txt .txt {
    margin: 3% 0;
  }
}
.wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w th, .wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w td {
  padding: .8em .8em;
}
.wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w th {
  border-right: 1px solid #00fffa;
  width: 145px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w th {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w th {
    width: 37%;
  }
}
.wrp_buff .con_buff .box_buff .photo {
  float: right;
  width: 463px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff .photo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .photo {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .photo {
    margin-top: 3%;
  }
  .wrp_buff .con_buff .box_buff .photo img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .box_txt, .wrp_buff .con_buff .box_buff .photo {
    float: none;
  }
}
.wrp_buff .con_buff .box_cau {
  padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_cau {
    padding-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_cau {
    padding-top: 4%;
  }
}
@media only screen and (min-width: 1100px) {
  .wrp_buff .con_buff .box_cau {
    clear: both;
  }
}
@media print {
  .wrp_buff .con_buff .box_cau {
    clear: both;
  }
}
.ie8 .wrp_buff .con_buff .box_cau {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_cau {
    width: 50%;
    float: right;
  }
}
.wrp_buff .con_buff .box_cau li {
  padding-left: 0;
  text-indent: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_cau li {
    padding-left: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_cau li {
    padding-left: 1.1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_cau li {
    text-indent: -1em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_cau li {
    text-indent: -1em;
  }
}

/* -----------------------------------------------------------
	con_menu
----------------------------------------------------------- */
.con_menu {
  margin: 60px auto 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu {
    margin: 8% auto 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu {
    margin: 10% auto 12%;
  }
}
.con_menu h3 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu h3 {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu h3 {
    margin-bottom: 6%;
  }
}
.con_menu h3 em {
  font-family: 'Pinyon Script', cursive;
  color: #185e7d;
  display: block;
  font-size: 322%;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu h3 em {
    font-size: 286%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu h3 em {
    font-size: 250%;
  }
}
.con_menu h3 span {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu h3 span {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu h3 span {
    font-size: 100%;
  }
}
.con_menu .box_menu {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu {
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu {
    padding-bottom: 10%;
  }
}
.con_menu .box_menu .photo {
  width: 463px;
  float: left;
  margin-right: 80px;
  position: relative;
  padding-top: 28%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .photo {
    width: 52%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .photo {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .photo {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .photo {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .photo {
    float: none;
    padding-top: 63%;
  }
}
.con_menu .box_menu .photo img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.con_menu .box_menu .box_list {
  width: 480px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .box_list {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_list {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_list {
    float: none;
    margin-top: 3%;
  }
}
.con_menu .box_menu .box_list .st {
  color: #185e7d;
  font-size: 129%;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .box_list .st {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_list .st {
    margin: 2% 0;
  }
}
.con_menu .box_menu.line_b {
  border-bottom: 1px solid #2ca9e1;
}
.con_menu .sub_menu {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu {
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu {
    padding-bottom: 10%;
  }
}
.con_menu .sub_menu .box_menu2 {
  width: 463px;
  width: 463px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu .box_menu2 {
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2 {
    width: 100%;
  }
}
.con_menu .sub_menu .box_menu2 .photo {
  position: relative;
  padding-top: 68%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2 .photo {
    float: none;
    padding-top: 63%;
  }
}
.con_menu .sub_menu .box_menu2 .photo img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.con_menu .sub_menu .box_menu2 .box_list .st {
  color: #185e7d;
  font-size: 129%;
  margin: 15px 0 13px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu .box_menu2 .box_list .st {
    margin: 3% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2 .box_list .st {
    margin: 2% 0;
  }
}
.con_menu .sub_menu .box_menu2.menu2 {
  margin-right: 7.09091%;
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2.menu2 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2.menu2 {
    margin-bottom: 10%;
    padding-bottom: 10%;
  }
}
.con_menu .sub_menu.line_b {
  border-bottom: 1px solid #2ca9e1;
}
.con_menu .sub_menu.box_one .box_menu2:last-child {
  display: none;
}

.con_plan {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_plan {
    padding-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan {
    padding-top: 10%;
  }
}

.con_search {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .con_search {
    margin-top: 10%;
  }
}
