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

 file name  : restaurant.css
 author     : Ability Consultant
 style info : 料理
=================================================================== */
.pnav:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
#gnav li:nth-child(2) {
  background: rgba(255, 255, 255, 0.15);
}

.wrp_cui {
  padding-top: 90px;
  background: url(../images/common/bg02.jpg) repeat 0 0;
}

.pnav {
  width: 804px;
  margin: 0 auto;
}
.pnav li {
  float: left;
  width: 25%;
  border-right: 1px solid #bebcbc;
}
.pnav li:first-child {
  border-left: 1px solid #bebcbc;
}
.pnav li a {
  display: block;
  text-decoration: none;
  padding: 4px 0 20px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 115%;
  line-height: 1.125;
  letter-spacing: .06em;
  text-align: center;
  position: relative;
  color: #1e1e1e;
}
.pnav li a:after {
  content: "";
  background: url(../images/common/ic_pnav.png);
  width: 10px;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, -0.3em);
  -ms-transform: translate(-50%, -0.3em);
  -webkit-transform: translate(-50%, -0.3em);
  transform: translate(-50%, -0.3em);
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.pnav li a:hover {
  color: #1e1e1e;
}
.pnav li a:hover:after {
  -moz-transform: translate(-50%, 0.5em);
  -ms-transform: translate(-50%, 0.5em);
  -webkit-transform: translate(-50%, 0.5em);
  transform: translate(-50%, 0.5em);
}

.box_slider {
  margin-bottom: 0 !important;
  position: relative;
}
.box_slider .slick-arrow {
  position: absolute;
  height: 0;
  overflow: hidden;
  z-index: 3;
  width: 39px;
  height: 39px;
}
.box_slider .slick-next {
  cursor: pointer;
  background: url(../images/common/arr_right.png) no-repeat center;
  background-size: 100% auto;
  right: 14px;
  background-size: contain;
}
.box_slider .slick-next::before {
  content: "";
}
.box_slider .slick-prev {
  cursor: pointer;
  background: url(../images/common/arr_left.png) no-repeat center;
  background-size: 100% auto;
  left: 14px;
  background-size: contain;
}
.box_slider .slick-prev::before {
  content: "";
}
.box_slider .slick-dots {
  bottom: 30px;
}
.box_slider .slick-dots li {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  background: none;
  margin: 0 0.4em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.box_slider .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.box_slider .slick-dots li.slick-active {
  border: 1px solid #034a3c;
  background-color: #034a3c;
}

/* -----------------------------------------------------------
	con_cui
----------------------------------------------------------- */
.con_cui {
  width: 890px;
  margin: 60px auto 100px;
}
.con_cui#bre {
  margin-top: 100px;
}
.con_cui h4 {
  text-align: center;
  margin-bottom: 30px;
}
.con_cui iframe {
  height: 480px;
}
.con_cui #slideDin, .con_cui #slideBre {
  position: absolute;
  width: 100%;
  height: 480px;
  top: 0;
  left: 50%;
  margin: 0 auto;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.con_cui #slideDin img, .con_cui #slideBre img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.con_cui #slideDin img:first-child, .con_cui #slideBre img:first-child {
  display: block;
}
.con_cui #thumD, .con_cui #thumB {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.con_cui #thumD li, .con_cui #thumB li {
  width: 14px;
  height: 14px;
  margin: 0 .4em;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -moz-transition: background 0.4s, border 0.4s;
  -o-transition: background 0.4s, border 0.4s;
  -webkit-transition: background 0.4s, border 0.4s;
  transition: background 0.4s, border 0.4s;
}
.con_cui #thumD li.sel, .con_cui #thumB li.sel {
  border: 1px solid #034a3c;
  background-color: #034a3c;
}
.con_cui #btnP1 {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 39px;
  height: 39px;
  background: url(../images/common/arr_left.png) no-repeat center top;
  left: 14px;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  cursor: pointer;
}
.con_cui #btnP1:hover {
  -webkit-tap-highlight-color: transparent;
}
.con_cui #btnP1:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_cui .box_menu {
  overflow: hidden;
  margin-top: 9px;
}
.con_cui .box_menu .boxs {
  width: 430px;
}
.con_cui .box_menu .boxs:nth-of-type(1) {
  float: left;
}
.con_cui .box_menu .boxs:nth-of-type(2) {
  float: right;
}
.con_cui .box_menu .boxs dl {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
  line-height: 1.7;
  letter-spacing: .01em;
}
.con_cui .box_menu .boxs dl dt {
  width: 100px;
  float: left;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_cui .box_menu .boxs dl dd {
  width: 330px;
  float: left;
  line-height: 2;
}
.con_cui .box_menu .txt {
  clear: both;
  line-height: 1.7;
}

/* -----------------------------------------------------------
	con_chi
----------------------------------------------------------- */
.con_chi {
  width: 890px;
  margin: 0 auto;
}
.con_chi h4 {
  margin-bottom: 30px;
  text-align: center;
}
.con_chi .box_chi {
  overflow: hidden;
  margin-bottom: 60px;
}
.con_chi .box_chi .pho {
  float: left;
  width: 420px;
}
.con_chi .box_chi .pho img {
  display: block;
}
.con_chi .box_chi .pho span {
  display: block;
  line-height: 2;
  font-size: 93%;
}
.con_chi .box_chi .box_menu {
  float: right;
  width: 437px;
}
.con_chi .box_chi .box_menu dl {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
  line-height: 1.7;
  letter-spacing: .01em;
}
.con_chi .box_chi .box_menu dl dt {
  width: 180px;
  float: left;
  text-align: center;
  letter-spacing: .1em;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_chi .box_chi .box_menu dl dd {
  width: 257px;
  float: left;
}
.con_chi .box_chi .box_menu dl dd em {
  font-weight: bold;
}
.con_chi .box_chi .box_menu .txt {
  line-height: 1.7;
}
.con_chi .box_dri {
  overflow: hidden;
}
.con_chi .box_dri .pho {
  float: left;
  width: 421px;
}
.con_chi .box_dri .txt {
  float: right;
  width: 437px;
  line-height: 2;
}

/* -----------------------------------------------------------
	con_res
----------------------------------------------------------- */
.con_res {
  background: url(../images/common/bg01.jpg) repeat 0 0;
  padding: 80px 0;
  position: relative;
  -moz-box-shadow: 0 0 15px rgba(30, 30, 30, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(30, 30, 30, 0.15);
  box-shadow: 0 0 15px rgba(30, 30, 30, 0.15);
}
.con_res:before, .con_res:after {
  content: '';
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  background: url(../images/common/line01.png) repeat-x 0 0;
}
.con_res:before {
  top: 0;
}
.con_res:after {
  bottom: 0;
}
.con_res .box_res {
  width: 890px;
  margin: 0 auto 90px;
  overflow: hidden;
  padding-bottom: 1px;
}
.con_res .box_res h4 {
  text-align: center;
  margin-bottom: 2em;
}
.con_res .box_res .pho {
  margin: 30px auto;
}
.con_res .box_res .txt {
  float: left;
  width: 440px;
  line-height: 1.7;
  margin-top: 1em;
}
.con_res .box_res .box_tbl {
  float: right;
  width: 405px;
  line-height: 1.7;
}
.con_res .box_cafe {
  width: 890px;
  margin: 0 auto;
}
.con_res .box_cafe h4 {
  text-align: center;
}
.con_res .box_cafe > ul {
  margin-top: 30px;
}
.con_res .box_cafe > ul li {
  margin-bottom: 70px;
  overflow: hidden;
}
.con_res .box_cafe > ul li .pho {
  float: left;
  width: 370px;
}
.con_res .box_cafe > ul li > div {
  float: right;
  width: 480px;
}
.con_res .box_cafe > ul li > div h5 {
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 158%;
  letter-spacing: .16em;
  line-height: 1.7;
}
.con_res .box_cafe > ul li > div .txt {
  line-height: 1.8;
  margin: 10px 0;
  letter-spacing: .04em;
}
.con_res .box_cafe > ul li > div table {
  width: 300px;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.con_res .box_cafe > ul li > div table th {
  background: #ededed;
  padding: 0.8em 0.5em;
  text-align: center;
  font-weight: normal;
}
.con_res .box_cafe > ul li > div table td {
  padding: 0.8em 1em;
}
.con_res .box_cafe .dri_menu {
  overflow: hidden;
  padding-bottom: 1px;
}
.con_res .box_cafe .dri_menu > div {
  width: 430px;
}
.con_res .box_cafe .dri_menu > div:nth-of-type(1) {
  float: left;
}
.con_res .box_cafe .dri_menu > div:nth-of-type(2) {
  float: right;
}
.con_res .box_cafe .dri_menu > div .st {
  font-size: 93%;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: .05em;
}
.con_res .box_cafe .dri_menu > div dl {
  padding: 1em 0;
  overflow: hidden;
  border-bottom: 1px solid #c6c6c6;
  font-size: 93%;
  line-height: 1.7;
}
.con_res .box_cafe .dri_menu > div dl dt {
  float: left;
  width: 370px;
}
.con_res .box_cafe .dri_menu > div dl dt.s {
  font-size: 93%;
}
.con_res .box_cafe .dri_menu > div dl dd {
  float: right;
  width: 60px;
}
.con_res .box_cafe .dri_menu > div span {
  font-size: 72%;
  line-height: 1.7;
}

/* -----------------------------------------------------------
	con_dogs
----------------------------------------------------------- */
.con_dogs {
  width: 890px;
  margin: 100px auto;
}
.con_dogs h4 {
  text-align: center;
  margin-bottom: 25px;
}
.con_dogs .box_dog {
  overflow: hidden;
}
.con_dogs .box_dog .pho {
  float: left;
  width: 420px;
}
.con_dogs .box_dog .box_txt {
  float: right;
  width: 440px;
}
.con_dogs .box_dog .box_txt > p, .con_dogs .box_dog .box_txt ul {
  line-height: 2;
  font-size: 86%;
}
.con_dogs .box_dog .box_txt ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.con_dogs .box_dog .box_txt ul li:before {
  content: "※";
  font-family: FontAwesome;
  margin-right: .3em;
}
.con_dogs .dog_men {
  overflow: hidden;
  margin-top: 60px;
}
.con_dogs .dog_men .box_txt {
  float: left;
  width: 420px;
}
.con_dogs .dog_men .box_txt h5 {
  margin-bottom: 25px;
}
.con_dogs .dog_men .box_txt > p {
  line-height: 2;
  letter-spacing: .01em;
}
.con_dogs .dog_men .pho {
  float: right;
  width: 441px;
}

.con_al {
  background: url(../images/common/bg01.jpg) repeat 0 0;
  padding: 60px 0 90px;
  position: relative;
  -moz-box-shadow: 0 0 15px rgba(30, 30, 30, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(30, 30, 30, 0.15);
  box-shadow: 0 0 15px rgba(30, 30, 30, 0.15);
}
.con_al:before, .con_al:after {
  content: '';
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  background: url(../images/common/line01.png) repeat-x 0 0;
}
.con_al:before {
  top: 0;
}
.con_al:after {
  bottom: 0;
}
.con_al .box_al {
  width: 890px;
  margin: 0 auto;
  overflow: hidden;
}
.con_al .box_al .pho {
  float: left;
  width: 419px;
}
.con_al .box_al h5 {
  float: right;
  width: 431px;
  margin-bottom: 25px;
}
.con_al .box_al .txt {
  float: right;
  width: 431px;
  line-height: 1.7;
  letter-spacing: .08em;
}
.con_al .box_al .box_txt {
  clear: both;
  padding-top: 45px;
}
.con_al .box_al .box_txt > p {
  line-height: 1.7;
  letter-spacing: .08em;
}
.con_al .box_al .box_txt > p em {
  display: block;
  font-weight: bold;
}
