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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  display: block;
  width: 1190px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	restaurant
----------------------------------------------------------- */
.con_restaurant {
  width: 950px;
  padding-bottom: 60px;
  padding-top: 30px;
  margin: 0 auto;
  background-color: #fff;
}
.con_restaurant .pnav {
  position: relative;
  height: 200px;
  margin-top: 80px;
  margin-bottom: 90px;
  background-color: #ebeef1;
}
.con_restaurant .pnav ul {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 122px;
  letter-spacing: -.4em;
  display: flex;
  justify-content: center;
}
.con_restaurant .pnav ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 5px;
}
.con_restaurant .pnav ul li:first-child {
  margin-left: 0;
}
.con_restaurant .pnav ul li a {
  display: block;
  position: relative;
  width: 172px;
  text-align: center;
  text-decoration: none !important;
}
.con_restaurant .pnav ul li a:after {
  content: "";
  background: url(../../restaurant/images/ic_arrow.png);
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transition: bottom 300ms;
  -o-transition: bottom 300ms;
  -webkit-transition: bottom 300ms;
  transition: bottom 300ms;
}
.con_restaurant .pnav ul li a:hover:after {
  bottom: -10px;
}
.con_restaurant .pnav ul li a .st {
  font-size: 14px;
  padding: 15px 0 53px;
  font-weight: 600;
}
.con_restaurant .pnav ul li a .st span {
  font-family: "Cormorant Infant", serif;
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  color: #000045;
  font-weight: normal;
}
.con_restaurant .box_bre {
  padding-top: 30px;
  padding-bottom: 20px;
}
.con_restaurant .box_bre p {
  padding-top: 80px;
}
.con_restaurant .box_bre p:first-child {
  padding-top: 0;
}
.con_restaurant .box_lunch, .con_restaurant .box_cafe, .con_restaurant .box_bar, .con_restaurant .box_restaurant {
  padding-top: 100px;
}
