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

 file name  :breakfast.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
* {
	font-size: 16px;
}
#contents .con_title h2 {
    position: inherit;
	left: 50%;
	width: 1900px;
	height: 230px;
	margin-left: -950px;
}
#wrap_search {
	background: #fff;
}
#contents .topicpath {
	background: #fff;
	margin-bottom: 0px !important;
}
#contents {
    background: url(../images/common/bg_title.jpg) repeat top left;
}

.container{
	width: 1026px;
	margin: 0 auto;
}

.con_concept{
	overflow: hidden;
	text-align: center;
	background: #fff;
	margin-top: -24px;
	padding-top: 55px;
}
.con_concept h3{
	padding-bottom: 30px;
}
.con_concept .txt{
	line-height: 2;
	color:#313131;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size: 105%;
}

.box_btn {
	width: 100%;
}
.box_btn .btn{
	text-align: center;
	margin: 30px 0 50px 0;
	display: inline-block;
}
.box_btn .btn:first-child {
	float: left;
}
.box_btn .btn:last-child {
	float: right;
}

.box_btn .btn2{
	text-align: center;
	margin: 30px 0 50px 0;
}

.nav{
	overflow: hidden;
	clear: both;
	/*width: 950px;*/
	padding: 70px 0 50px;
	/*margin: 0 auto;*/
	background: #fff;
}

.nav .inner {
	width: 950px;
	margin: 0 auto;
}

.nav a{
    display: inline-block;
    position: relative;
    padding: 2px;
    width: 233px;
    height: 54px;
    background: #470d19;
	color: #fff;
    box-sizing: border-box;
    text-decoration: none !important;
}
.nav a p{
	border: 1px solid #fff;
	height: 48px;
	padding: 0;
	text-align: center;
	line-height: 48px;
}
/* .nav a:first-child p {
	line-height: 23px;
}
 */

.nav a .ribbon_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 71px;
    height: 48px;
    overflow: hidden;
  }

.nav a .ribbon {
    display: inline-block;
	position: absolute;
	padding: 2px 0;
	left: -24px;
	top: 6px;
	width: 95px;
	text-align: center;
	line-height: 16px;
	background: #e60012;
	color: #fff;
	letter-spacing: 0.05em;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-30deg);
	font-size: 70%;
}
.nav a:last-child {
	margin-right: 0px;
}
.nav a:hover {
	background: #c9c193;
}
.nav a p span {
	vertical-align: middle;
	display: inline-block;
	font-size: 12px;
}
.nav a p img {
	display: inline-block;
	position: absolute;
	top: 40%;
	right: 10px;
}

/*-------------------------
.con_sea
-------------------------*/
.con_sea{
 	width: 100%;
 	padding: 0 0 58px 0;
 	overflow: hidden;
 	clear: both;
}
.con_sea .title_long {
	position: relative;
}
.con_sea .title_long img {
	width: 100%;
}
.con_sea .title_long img.bg_title {
	position: inherit;
	left: 50%;
	width: 1900px;
	height: 385px;
	margin-left: -950px;
}
.con_sea .title_long h4 {
	position: absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
}
.con_sea .inner {
	text-align: center;
 	width: 950px;
 	margin: 0 auto;
 	overflow: hidden;
 	clear: both;
}
.con_sea .inner .box_menu {
	overflow: hidden;
	clear: both;
	margin-top: 40px;
}
.con_sea .inner .box_menu .img {
	display: inline-block;
	width: 478px;
	margin: 0 26px 0 0;
	padding: 0;
	vertical-align: top;
}
.con_sea .inner .box_menu .txt {
	display: inline-block;
	width: 440px;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
.con_sea .inner .box_menu .txt .st_menu {
	border-bottom: 4px double #c9c193;
	padding-bottom: 10px;
	margin-top: 25px;
}
.con_sea .inner .box_menu .txt .menu {
	border: 10px solid #f5f3e8;
	background: #fff;
	padding: 20px 10px;
	margin-top: 10px;
}
.con_sea .inner .box_menu .txt dl {
	border-bottom: 1px dotted #000;
	padding: 5px 0;
}
.con_sea .inner .box_menu .txt dl:last-child {
	border-bottom: none;
}
.con_sea .inner .box_menu .txt dt.st {
	width: 115px;
	background: #a89c6b;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.con_sea .inner .box_menu .txt dd.txt {
	width: 264px;
	padding: 0 0 0 15px;
	display: inline-block;
}
.con_sea .inner .box_enjoy {
	width: 900px;
	background: #fff;
	border: 1px dotted #000;
	margin-top: 30px;
	padding: 24px;
	overflow: hidden;
	clear: both;
}
.con_sea .inner .box_enjoy h4 {
	margin-bottom: 18px;
}
.con_sea .inner .box_enjoy ul li {
	float: left;
	width: 291px;
	margin-right: 13px;
}
.con_sea .inner .box_enjoy ul li:last-child {
	margin-right: 0px;
}
.con_sea .inner .box_enjoy ul li p {
	padding: 5px 0 0 0;
	margin-left: -20px;
}
.con_sea .inner .box_enjoy ul li p span {
	color: #d3ae6f;
	margin-right: 20px;
}

/*-------------------------
.con_lad
-------------------------*/
.con_lad{
 	width: 100%;
 	padding: 0 0 58px 0;
 	overflow: hidden;
 	clear: both;
}
.con_lad .title_long {
	position: relative;
}
.con_lad .title_long img {
	width: 100%;
}
.con_lad .title_long img.bg_title {
	position: inherit;
	left: 50%;
	width: 1900px;
	height: 385px;
	margin-left: -950px;
}
.con_lad .title_long h4 {
	position: absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
}
.con_lad .inner {
	text-align: center;
 	width: 950px;
 	margin: 0 auto;
 	overflow: hidden;
 	clear: both;
}
.con_lad .inner .box_menu {
	overflow: hidden;
	clear: both;
	margin-top: 40px;
}
.con_lad .inner .box_menu .img {
	display: inline-block;
	width: 478px;
	margin: 0 26px 0 0;
	padding: 0;
	vertical-align: top;
}
.con_lad .inner .box_menu .txt {
	display: inline-block;
	width: 440px;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
.con_lad .inner .box_menu .txt .st_menu {
	border-bottom: 4px double #c9c193;
	padding-bottom: 10px;
	margin-top: 25px;
}
.con_lad .inner .box_menu .txt .menu {
	border: 10px solid #f5f3e8;
	background: #fff;
	padding: 20px 10px;
	margin-top: 10px;
}
.con_lad .inner .box_menu .txt dl {
	border-bottom: 1px dotted #000;
	padding: 5px 0;
}
.con_lad .inner .box_menu .txt dl:last-child {
	border-bottom: none;
}
.con_lad .inner .box_menu .txt dt.st {
	width: 16px;
	color: #a89c6b;
	padding: 0 0 0 3px;
	text-align: left;
	display: inline-block;
}
.con_lad .inner .box_menu .txt dd.txt {
	width: 365px;
	padding: 0 0 0 10px;
	display: inline-block;
}
.con_lad .inner .box_enjoy {
	width: 900px;
	background: #fff;
	border: 1px dotted #000;
	margin-top: 30px;
	padding: 24px;
	overflow: hidden;
	clear: both;
}
.con_lad .inner .box_enjoy h4 {
	margin-bottom: 18px;
}
.con_lad .inner .box_enjoy ul li {
	float: left;
	width: 291px;
	margin-right: 13px;
}
.con_lad .inner .box_enjoy ul li:last-child {
	margin-right: 0px;
}
.con_lad .inner .box_enjoy ul li p {
	padding: 5px 0 0 0;
	margin-left: -20px;
}
.con_lad .inner .box_enjoy ul li p span {
	color: #d3ae6f;
	margin-right: 20px;
	display: inline-block;
	width: 16px;
	vertical-align: top;
}
.con_lad .inner .box_enjoy ul li p em {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

/*-------------------------
.con_par
-------------------------*/
.con_par{
 	width: 100%;
 	padding: 0 0 58px 0;
 	overflow: hidden;
 	clear: both;
}
.con_par .title_long {
	position: relative;
}
.con_par .title_long img {
	width: 100%;
}
.con_par .title_long img.bg_title {
	position: inherit;
	left: 50%;
	width: 1900px;
	height: 385px;
	margin-left: -950px;
}
.con_par .title_long h4 {
	position: absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
}
.con_par .inner {
	text-align: center;
 	width: 950px;
 	margin: 0 auto;
 	overflow: hidden;
 	clear: both;
}
.con_par .inner .box_menu {
	overflow: hidden;
	clear: both;
	margin-top: 40px;
}
.con_par .inner .box_menu .img {
	display: inline-block;
	width: 478px;
	margin: 0 26px 0 0;
	padding: 0;
	vertical-align: top;
}
.con_par .inner .box_menu .txt {
	display: inline-block;
	width: auto;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
.con_par .inner .box_menu .txt .st_menu {
	border-bottom: 4px double #c9c193;
	padding-bottom: 10px;
	margin-top: 25px;
}
.con_par .inner .box_menu .txt .menu {
	border: 10px solid #f5f3e8;
	background: #fff;
	padding: 20px 10px;
	margin-top: 10px;
}
.con_par .inner .box_menu .txt dl {
	border-bottom: 1px dotted #000;
	padding: 5px 0;
}
.con_par .inner .box_menu .txt dl:last-child {
	border-bottom: none;
}
.con_par .inner .box_menu .txt dt.st {
	width: 16px;
	color: #a89c6b;
	padding: 0 0 0 3px;
	text-align: left;
	display: inline-block;
}
.con_par .inner .box_menu .txt dt.st2 {
	background: #a89c6b;
	color: #fff;
	text-align: center;
	padding: 5px;
	margin: 10px 0;
}
.con_par .inner .box_menu .txt dd.txt {
	width: 365px;
	padding: 0 0 0 10px;
	display: inline-block;
}
.con_par .inner .box_enjoy {
	width: 900px;
	background: #fff;
	border: 1px dotted #000;
	margin-top: 30px;
	padding: 24px;
	overflow: hidden;
	clear: both;
}
.con_par .inner .box_enjoy h4 {
	margin-bottom: 18px;
}
.con_par .inner .box_enjoy ul li {
	float: left;
	width: 291px;
	margin-right: 13px;
}
.con_par .inner .box_enjoy ul li:last-child {
	margin-right: 0px;
}
.con_par .inner .box_enjoy ul li p {
	padding: 5px 0 0 0;
	margin-left: -20px;
}
.con_par .inner .box_enjoy ul li p span {
	color: #d3ae6f;
	margin-right: 20px;
	display: inline-block;
	width: 16px;
	vertical-align: top;
}
.con_par .inner .box_enjoy ul li p em {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

/*-------------------------
.con_flo
-------------------------*/
.con_flo{
 	width: 100%;
 	padding: 0 0 90px 0;
 	overflow: hidden;
 	clear: both;
}
.con_flo .title_long {
	position: relative;
}
.con_flo .title_long img {
	width: 100%;
}
/*.con_flo .title_long img.bg_title {
	position: inherit;
	left: 50%;
	width: 1900px;
	height: 385px;
	margin-left: -950px;
}*/
.con_flo .title_long h4 {
	position: absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
}
.con_flo .inner {
	text-align: center;
 	width: 950px;
 	margin: 0 auto;
 	overflow: hidden;
 	clear: both;
}

.con_flo .inner .txt_map {
	margin-top: 50px;
	padding-bottom: 24px;
}

/*----------- フロアマップ -----------*/
.con_flo .inner .box_map{
	text-align:center;
	margin:0 auto;
	position:relative;
	z-index:5;
	width:912px;
}

.con_flo .inner .box_map .link1{
	width:130px;
	height:110px;
	left:0px;
	top:158px;
}

.con_flo .inner .box_map .link2{
	width:306px;
	height:56px;
	left:72px;
	top:2px;
}

.con_flo .inner .box_map .link3{
	width:217px;
	height:50px;
	left:161px;
	top:72px;
}

.con_flo .inner .box_map .link4{
	width:98px;
	height:80px;
	left:281px;
	top:131px;
}

.con_flo .inner .box_map .link5{
	width:244px;
	height:58px;
	left:132px;
	top:281px;
}

.con_flo .inner .box_map .link6{
	width:173px;
	height:134px;
	left:379px;
	top:72px;
}

.con_flo .inner .box_map .link7{
	width:258px;
	height:83px;
	left:376px;
	top:255px;
}

.con_flo .inner .box_map .link8{
	width:278px;
	height:402px;
	right:1px;
	bottom:2px;
}

.con_flo .inner .box_map .link1,
.con_flo .inner .box_map .link2,
.con_flo .inner .box_map .link3,
.con_flo .inner .box_map .link4,
.con_flo .inner .box_map .link5,
.con_flo .inner .box_map .link6,
.con_flo .inner .box_map .link7,
.con_flo .inner .box_map .link8{
	transition: all 1s linear;
	display:block;
	position:absolute;
}

.con_flo .inner .box_map .link1:hover,
.con_flo .inner .box_map .link2:hover,
.con_flo .inner .box_map .link3:hover,
.con_flo .inner .box_map .link4:hover,
.con_flo .inner .box_map .link5:hover,
.con_flo .inner .box_map .link6:hover,
.con_flo .inner .box_map .link7:hover,
.con_flo .inner .box_map .link8:hover{
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms;
	background:rgba(235, 97, 97, 0.2);
}

.con_flo .inner .box_map .link1:before,
.con_flo .inner .box_map .link1:after,
.con_flo .inner .box_map .link2:before,
.con_flo .inner .box_map .link2:after,
.con_flo .inner .box_map .link3:before,
.con_flo .inner .box_map .link3:after,
.con_flo .inner .box_map .link4:before,
.con_flo .inner .box_map .link4:after,
.con_flo .inner .box_map .link5:before,
.con_flo .inner .box_map .link5:after,
.con_flo .inner .box_map .link6:before,
.con_flo .inner .box_map .link6:after,
.con_flo .inner .box_map .link7:before,
.con_flo .inner .box_map .link7:after,
.con_flo .inner .box_map .link8:before,
.con_flo .inner .box_map .link8:after{
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.con_flo .inner .box_map .link1:before,
.con_flo .inner .box_map .link2:before,
.con_flo .inner .box_map .link3:before,
.con_flo .inner .box_map .link4:before,
.con_flo .inner .box_map .link5:before,
.con_flo .inner .box_map .link6:before,
.con_flo .inner .box_map .link7:before,
.con_flo .inner .box_map .link8:before {
  top: -2px;
  left: -2px;
}
.con_flo .inner .box_map .link1:after,
.con_flo .inner .box_map .link2:after,
.con_flo .inner .box_map .link3:after,
.con_flo .inner .box_map .link4:after,
.con_flo .inner .box_map .link5:after,
.con_flo .inner .box_map .link6:after,
.con_flo .inner .box_map .link7:after,
.con_flo .inner .box_map .link8:after {
  bottom: -2px;
  right: -2px;
}

.con_flo .inner .box_map .link1:hover:before,
.con_flo .inner .box_map .link1:hover:after,
.con_flo .inner .box_map .link2:hover:before,
.con_flo .inner .box_map .link2:hover:after,
.con_flo .inner .box_map .link3:hover:before,
.con_flo .inner .box_map .link3:hover:after,
.con_flo .inner .box_map .link4:hover:before,
.con_flo .inner .box_map .link4:hover:after,
.con_flo .inner .box_map .link5:hover:before,
.con_flo .inner .box_map .link5:hover:after,
.con_flo .inner .box_map .link6:hover:before,
.con_flo .inner .box_map .link6:hover:after,
.con_flo .inner .box_map .link7:hover:before,
.con_flo .inner .box_map .link7:hover:after,
.con_flo .inner .box_map .link8:hover:before,
.con_flo .inner .box_map .link8:hover:after {
  width: 100%;
  height: 100%;
}

.con_flo .inner .box_map .link1:hover:before,
.con_flo .inner .box_map .link2:hover:before,
.con_flo .inner .box_map .link3:hover:before,
.con_flo .inner .box_map .link4:hover:before,
.con_flo .inner .box_map .link5:hover:before,
.con_flo .inner .box_map .link6:hover:before,
.con_flo .inner .box_map .link7:hover:before,
.con_flo .inner .box_map .link8:hover:before {
  border-bottom-color: #eb6100;
  border-left-color: #eb6100;
  transition: height .3s, width .3s .3s;
}
.con_flo .inner .box_map .link1:hover:after,
.con_flo .inner .box_map .link2:hover:after,
.con_flo .inner .box_map .link3:hover:after,
.con_flo .inner .box_map .link4:hover:after,
.con_flo .inner .box_map .link5:hover:after,
.con_flo .inner .box_map .link6:hover:after,
.con_flo .inner .box_map .link7:hover:after,
.con_flo .inner .box_map .link8:hover:after {
  border-top-color: #eb6100;
  border-right-color: #eb6100;
  transition: height .3s, width .3s .3s;
}

#footer {
	margin-top: 0 !important;
}

.box_food{
	padding-bottom: 60px;
}

.box_lnk {
	text-align: center;
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.box_lnk:before, .box_lnk:after {
	content: '';
	display: block;
	width: 26px;
	height: 78px;
	position: absolute;
	top: 50%;
	margin-top: -39px;
}
.box_lnk:before {
	left: 0;
	background: url(../restaurant/images/bg_lnk01.png) no-repeat top right;
}
.box_lnk:after {
	right: 0;
	background: url(../restaurant/images/bg_lnk02.png) no-repeat top right;
}
.box_lnk li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin: 0 8px;
}
.box_lnk02 {
	text-align: center;
	position: relative;
	width: 950px;
	margin: 0 auto;
}
/*.box_lnk02 li:first-child {
	background-color: #440915;
}
.box_lnk02 li:first-child img:hover {
	opacity: 0.6;
	transition: 0.5s ;
}*/

.box_lnk02 li {
	display: inline-block;
	margin: 10px 0;
}

p.caption{
	font-size: 12px;
	margin-top: 10px;
}