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

 file name  : restaurant.css
 author     : Ability Consultant
 style info : レストラン＆バー
=================================================================== */

/* -------------gnavアクティブ-------------- */
#gnav li:nth-child(2):after {
  width: 100% !important;
}

#contents {
  width: 950px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	con_pnav
----------------------------------------------------------- */
.con_pnav {
  border-top: 1px solid #bcb8b2;
  border-bottom: 1px solid #bcb8b2;
  letter-spacing: -.4em;
  padding: .4em 0;
  text-align: center;
}
.con_pnav li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 131%;
  padding: 0 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: .4em 0;
}
.con_pnav li a {
  text-decoration: none;
  display: block;
  color: #3d3d3d;
}
.con_pnav li a span {
  display: inline-block;
  vertical-align: middle;
}
.con_pnav li a:after {
  content: "↓";
  display: inline-block;
  vertical-align: middle;
  background: #BCB8B2;
  width: 1.5em;
  height: 1.5em;
  margin-left: .5em;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  font-size: 80%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: -moz-transform 0.5s, background 0.5s;
  -o-transition: -o-transform 0.5s, background 0.5s;
  -webkit-transition: -webkit-transform 0.5s, background 0.5s;
  transition: transform 0.5s, background 0.5s;
}
.con_pnav li a:before {
  content: '';
  width: 19px;
  height: 31px;
  background: url(../images/common/ic_line.png) no-repeat;
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle;
}
.con_pnav li a:hover {
  color: #3d3d3d;
}
.con_pnav li a:hover:after {
  background: #93908b;
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}
.con_pnav li:first-child a:before {
  display: none;
}

/* -----------------------------------------------------------
	con_rest
----------------------------------------------------------- */
.con_rest {
  margin-top: 60px;
}
.con_rest .box_rest {
  margin-top: 80px;
}
.con_rest .box_rest h3 {
  text-align: center;
  margin-bottom: 59px;
}
.con_rest .box_rest .box_slide {
  width: 950px;
  position: relative;
  height: 516px;
}
.con_rest .box_rest .box_slide .slide {
  position: relative;
}
.con_rest .box_rest .box_slide .slide img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.con_rest .box_rest .box_slide .slide img:first-child {
  display: block;
}
.con_rest .box_rest .box_slide .thum {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  letter-spacing: normal;
  display: inline-flex;
}
.con_rest .box_rest .box_slide .thum li {
  width: 100px;
  height: 47px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  cursor: pointer;
  position: relative;
  border: transparent 4px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_rest .box_rest .box_slide .thum li:after {
  content: "";
  width: 97px;
  height: 43px;
  background: rgba(3, 3, 3, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.con_rest .box_rest .box_slide .thum li.sel {
  border: solid 4px #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_rest .box_rest .box_slide .thum li.sel:after {
  display: none;
}
.con_rest .box_rest .box_slide .thum#thum1 li:first-child {
  background: url(../restaurant/images/ryu_thum1.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum1 li:nth-child(2) {
  background: url(../restaurant/images/ryu_thum2.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum1 li:nth-child(3) {
  background: url(../restaurant/images/ryu_thum3.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum1 li:last-child {
  background: url(../restaurant/images/ryu_thum4.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum2 li:first-child {
  background: url(../restaurant/images/lam_thum1.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum2 li:nth-child(2) {
  background: url(../restaurant/images/lam_thum2.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum2 li:nth-child(3) {
  background: url(../restaurant/images/lam_thum3.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum2 li:nth-child(4) {
  background: url(../restaurant/images/lam_thum4.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum2 li:last-child {
  background: url(../restaurant/images/lam_thum5.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum3 li:first-child {
  background: url(../restaurant/images/fun_thum1.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum3 li:nth-child(2) {
  background: url(../restaurant/images/fun_thum2.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum3 li:nth-child(3) {
  background: url(../restaurant/images/fun_thum3.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum3 li:last-child {
  background: url(../restaurant/images/fun_thum4.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum4 li:first-child {
  background: url(../restaurant/images/dei_thum1.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum4 li:nth-child(2) {
  background: url(../restaurant/images/dei_thum2.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum4 li:nth-child(3) {
  background: url(../restaurant/images/dei_thum3.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum4 li:last-child {
  background: url(../restaurant/images/dei_thum4.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum5 li:first-child {
  background: url(../restaurant/images/tii_thum1.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum5 li:nth-child(2) {
  background: url(../restaurant/images/tii_thum2.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum5 li:nth-child(3) {
  background: url(../restaurant/images/tii_thum3.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum5 li:nth-child(4) {
  background: url(../restaurant/images/tii_thum4.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .thum#thum5 li:last-child {
  background: url(../restaurant/images/tii_thum5.jpg) no-repeat;
}
.con_rest .box_rest .box_slide .ic {
  position: absolute;
  top: 10px;
  left: 10px;
  letter-spacing: -.4em;
  width: 170px;
}
.con_rest .box_rest .box_slide .ic li {
  display: inline-block;
  vertical-align: top;
  width: 84px;
}
.con_rest .box_rest .box_det {
  margin-top: 24px;
  overflow: hidden;
}
.con_rest .box_rest .box_det .box_txt {
  float: left;
  width: 450px;
}
.con_rest .box_rest .box_det .box_txt .st {
  font-size: 162%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin-bottom: 15px;
}
.con_rest .box_rest .box_det .box_txt .txt {
  line-height: 1.5em;
}
.con_rest .box_rest .box_det .tbl_basic {
  float: right;
  width: 490px;
}
.con_rest .box_rest .box_rec {
  margin: 60px auto 0;
  border: 1px solid #cec7bf;
  width: 898px;
  padding: 25px;
  position: relative;
  background: #f0ede7;
  overflow: hidden;
}
.con_rest .box_rest .box_rec:before, .con_rest .box_rest .box_rec:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 3em;
  right: 3em;
  bottom: 0;
  -moz-box-shadow: 0 0 30px rgba(130, 124, 115, 0.35);
  -webkit-box-shadow: 0 0 30px rgba(130, 124, 115, 0.35);
  box-shadow: 0 0 30px rgba(130, 124, 115, 0.35);
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
}
.con_rest .box_rest .box_rec:after {
  right: 3em;
  left: auto;
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -webkit-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.con_rest .box_rest .box_rec h4 {
  margin-bottom: 30px;
}
.con_rest .box_rest .box_rec .rec_list {
  width: 440px;
  overflow: hidden;
  float: left;
}
.con_rest .box_rest .box_rec .rec_list .txt_rec {
  width: 197px;
  float: left;
}
.con_rest .box_rest .box_rec .rec_list .txt_rec .sst {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 170%;
  margin-bottom: 5px;
}
.con_rest .box_rest .box_rec .rec_list .pho {
  float: right;
}
.con_rest .box_rest .box_rec .rec_list.list2 {
  float: right;
}
.con_rest .box_rest .box_rec.rec2 {
  margin-bottom: 160px;
}
.con_rest .box_rest .box_rec2 {
  margin: 60px auto 0;
  border: 1px solid #cec7bf;
  width: 650px;
  padding: 30px 40px 30px 30px;
  position: relative;
  background: #f0ede7;
}
.con_rest .box_rest .box_rec2:before, .con_rest .box_rest .box_rec2:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 3em;
  right: 3em;
  bottom: 0;
  -moz-box-shadow: 0 0 30px rgba(130, 124, 115, 0.35);
  -webkit-box-shadow: 0 0 30px rgba(130, 124, 115, 0.35);
  box-shadow: 0 0 30px rgba(130, 124, 115, 0.35);
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
}
.con_rest .box_rest .box_rec2:after {
  right: 3em;
  left: auto;
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -webkit-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.con_rest .box_rest .box_rec2 h4 {
  margin-bottom: 30px;
}
.con_rest .box_rest .box_rec2 .rec_list {
  width: 650px;
  margin: 0 auto;
  overflow: hidden;
}
.con_rest .box_rest .box_rec2 .rec_list .txt_rec {
  width: 355px;
  float: left;
}
.con_rest .box_rest .box_rec2 .rec_list .txt_rec .sst {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 170%;
  margin-bottom: 10px;
}
.con_rest .box_rest .box_rec2 .rec_list .pho {
  float: right;
}
.con_rest .box_rest .box_rec2 .rec_list.list2 {
  margin-top: 20px;
}
.con_rest .box_rest#link4 {
  margin-bottom: 100px;
}

/* ↓　消さないでください*/
#con_bn img {
  vertical-align: baseline;
}
