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

 file name  :breakfast.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */

.cd-fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.slick-dots{
	 bottom: 20px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
}
.bx-wrapper{
	margin-bottom: 0;
}
.slick-dots li{
	display: inline-block;
}
.slick-dots li button{
	width: 14px;
	height: 14px;
	background:#bcbcbc;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 10px;
	text-indent: -999em;
	display: block;
	border: 0;
}
.slick-dots li button:hover,.slick-dots li.slick-active button{
	background: #900f0f;
}
.main-img{
	position: relative;
}
@media screen and (max-width: 1200px) {
.main-img img{
	max-width: 1200px;
}
}
.main-img h1{
	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%);
}

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

.con_concept{
	overflow: hidden;
	background: url(../breakfast/images/img_concept.jpg) no-repeat center center;
	text-align: center;
	padding: 150px 0;
}
.con_concept h3{
	padding-bottom: 50px;
}
.con_concept .txt,
.con_concept .txt_price{
	line-height: 2.5;
	color:#313131;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size: 130%;
}
.con_concept .txt_price {
	width: 65%;
	display: block;
	line-height: 1.8;
	border: 2px solid #836317;
	margin: 2% auto 0;
	padding: 2%;
}
.con_concept .txt_price p {
	font-size: 120%;
}
.con_concept .txt_price em {
	font-weight: 600;
	color: #3a2d25;
	font-size: 115%;
}
.con_concept .txt_price .sub {
	font-size: 115%;
}
.con_title{
	overflow: hidden;
}
.box_title{
	overflow: hidden;
	background-image:url(../breakfast/images/img_title.jpg);
	text-align: center;
	padding: 180px 0 70px;
	height: 500px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
@media screen and (max-width: 1200px) {
	.cd-fixed-bg {
    background-attachment: scroll !important;
}
}
.con_title.menu .box_title{
	background-image: url(../breakfast/images/img_menu.jpg) ;
	background-size: 100% auto;
}
.con_title h3{
	text-align: center;
	padding: 60px 0 35px;
}
.con_title ul.box_item{
	overflow: hidden;
	margin-bottom: 15px;
}
.con_title .box_item li{
	float: left;
	width: 320px;
	margin-right: 32px;
}
.con_title .box_item li:last-child{
	margin-right: 0;
}
.con_title ul.last-menu{
	margin-bottom: 100px;
}
.con_title ul.last-menu li{
	width: 230px;
	margin-bottom: 30px;
}
.con_title ul.last-menu li:nth-child(4n+4){
	margin-right: 0;
}
.con_title ul.last-menu li .item {
	margin-top:0;
}
.con_title ul.last-menu li .item.hover .box_txt h5{
	padding-top: 15px;
}
.con_title .box_item li h4{
	text-align: center;
	position: relative;
	z-index:2;
}
.con_title .box_item li .item{
	margin-top:-15px;
	position: relative;
}
.con_title .box_item li .item .box_txt{
	position: absolute;
	max-height: 100%;
	width: 100%;
	color:#fff;
	background: rgba(45,16,2,0.7);
	font-size: 16px;
	padding: 10px;
	left: 0;
	bottom:0;
	z-index: 1;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.con_title .box_item li .item .box_txt h5{
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 15px 0 5px;
}
.con_title .box_item li .item.hover .box_txt h5{
	padding: 15px 0 5px;
}
.con_title .box_item li .item a{
	opacity: 1 !important;
}
.con_title .box_item li .item .box_txt .txt{
	color:#fff;
	padding-top: 9px;
	border-top: 2px solid #fff;
	font-size: 13px;
}
.con_title .box_item li .item .box_txt .drop_txt{
	height: 236px;
}
.con_title .box_item li .item .box_txt .drop_txt .btn{
	text-align: center;
	padding-top: 30px;
}
.con_title .box_item li .item .box_txt .drop_txt .btn span{
	background: #fff;
	display: inline-block;
	width: 129px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#535353;
	font-size: 13px;
	position: relative;
}
.con_title .box_item li .item .box_txt .drop_txt .btn span:after{
	position: absolute;
	content: '';
	background: url(../breakfast/images/ic_lnk.png) no-repeat;
	right: 10px;
	top:8px;
	width: 13px;
	height: 13px;
}

.menu .box_drop{
	border-top: 1px solid #dfdabd;
	border-bottom: 1px solid #dfdabd;
	overflow: hidden;
}
.menu .box_drop .container_drop{
	overflow: hidden;
	margin: 1px 0;
	border-top: 1px solid #dfdabd;
	border-bottom: 1px solid #dfdabd;
	padding: 30px 20px;
}
.menu .box_drop .txt{
	line-height: 33px;
	font-size: 13px;
}
.menu .box_drop .container_drop.first{
	border-bottom: 0;
}
.menu .box_drop .container_bt{
	border-top: 1px solid #dfdabd;
	border-bottom: 1px solid #dfdabd;
	margin: 1px 0;
}
.menu .box_drop .container_bt .drop_bt{
	overflow: hidden;
	margin: 1px 20px;
	padding:  30px 0;
}
.menu .box_drop .container_drop .item{
	float: left;
	width: 450px;
	padding-right: 46px;
	border-right: 2px solid #dfdabd;
}
.menu .box_drop .container_drop .item.last{
	float: right;
	border-right: 0;
	padding-right: 0;
}
.menu .box_drop .container_drop .item h4{
	background: #a89c6b;
	color:#fff;
	width: 121px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
}
.menu .box_drop ul{
	float: left;
	width: 100%;
	margin-right: 110px;
}
.menu .box_drop ul:last-child{
	margin-right: 0;
}
.menu .box_drop ul li {
	float: left;
	width: 205px;
	margin-top: 18px;
	font-size: 13px;
	position: relative;
	padding-left: 17px;
}
.menu .box_drop ul li:nth-child(2n+1){
	clear: left;
}
.menu .box_drop ul li:last-child{
	padding-bottom: 0;
}
.menu .box_drop ul li:before{
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	background: #a89c6b;
	left: 0;
	top:6px;
}
.menu .img{
	text-align: center;
	padding: 70px 0;
}
.menu .box_drop dl{
	overflow: hidden;
	margin-bottom: 10px;
}
.menu .box_drop dl dt{
	display: inline-block;
	vertical-align: top;
	background: #a89c6b;
	width: 87px;
	height: 20px;
	line-height: 20px;
	color:#fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin-right: 20px;
}
.menu .box_drop dl dd{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}
@media screen and (max-width: 1200px) {
	.menu .box_drop dl dd{
	display: block;
}
}

.box_lnk {
  text-align: center;
  position: relative;
  width: 1026px;
  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: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 8px;
}