@charset "utf-8";
/* ===================================================================
CSS information

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	共通
----------------------------------------------------------- */

/* ページタイトル画像 */
#header .unav_wrap {
	background: url(../dishes/images/bg_title.jpg) no-repeat center;
	}

/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* 	.con_top
----------------------------------------------------------- */
#main .con_top {
	background: url(../dishes/images/bg_top.jpg) no-repeat top left;
	margin-bottom: 40px;
	height: 440px;
	}
#main .con_top h3 {
	padding: 20px 0 0 21px;
	}
#main .con_top p {
	width: 450px;
	margin: 50px 0 0 21px;
	}

#main .con_top p.bn{
	margin: 10px 0 0 15px ;
	}


#main .con_top p.lnk{
	margin: 5px 0 0 21px;
	}

#main .con_top p.lnk a{
	color: #E8374C;
	}

/* 	.box_allergy
----------------------------------------------------------- */
#main .box_allergy {
	overflow: hidden;
	clea: both;
	margin: 0 0 30px;
	padding: 20px 15px 15px 15px;
	background: #fffdf6;
	border: double #d15959;
	}

#main .box_allergy .tit{
	margin: 0 0 20px;
	text-align: center;
	}

#main .box_allergy .txt{
	font-size: 110%;
	margin: 0 0 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #270707;
	}

#main .box_allergy .name{
	text-align: right;
	}



/* 	.con_dis
----------------------------------------------------------- */
.con_dis {
	}
.con_dis_wrap {
	background: url(../dishes/images/bg_dis.jpg) repeat;
	overflow: hidden;
	margin-bottom: 50px;
	}
.con_dis_wrap #dinner {
	background: url(../dishes/images/bg_din.jpg) no-repeat top right;
	overflow: hidden;
	padding: 40px 30px 60px;
	}

.con_dis_top h3{
	float: left;
	margin-right: 60px;
	}
.con_dis_top p{
	float: left;
	}
.con_dis .box_dis {
	width: 910px;
	margin: 0 auto;
	}

.con_dis .box_dis .box_dinner-ex {
	margin-top: 10px;
	margin-bottom: 20px;
}
.con_dis .box_dis .box_dinner-ex .img_dinner-ex {
	text-align: center;
}
.con_dis .box_dis .box_dinner-ex .dinner_txt {
	text-align: right;
}


.con_dis_din {
	margin-bottom: 40px;
	}
.con_dis .tit_dis {
	overflow: hidden;
	background: url(../dishes/images/bg_kaiseki.png) no-repeat left top;
	}
.con_dis .tit_dis h3{
	padding: 27px 0 0 8px;
	float: left;
	}
.con_dis .tit_dis .ic_zoo {
	float: right;
	padding: 27px 0 0 ;
	}
.con_dis .box_dis_din {
	overflow: hidden;
	margin-top: 15px;
	}
.con_dis .box_dis_din li{
	float: left;
	width: 172px;
	margin-right: 12px;
	}
.con_dis .box_dis_din li.last {
	margin-right: 0;
	}

.con_dis .box_dis_din li .name{
	margin-top: 2px;
	}
p.lead {
	margin:20px 0 0;
	font-size:90%;
}

p.txt_box_dis_din {
	margin-top: 20px;
	}

/*和会席料理*/

p.day{
	font-size: 13px;
	letter-spacing: .08em;
	}

/*別注料理*/

p.lead span{
	font-size: 12px;
	}
p.name span{
	font-size: 90%;
}

/*記念日ケーキ*/
.con_dis_din .bg_cake {
	background: url(../dishes/images/bg_cake02.jpg) no-repeat right top;
	background-size: 40%;
	}

.con_dis_din .bg_cake p{
	margin-top: 20px;
	}

.con_dis_din .bg_cake .txt_revision{
	margin-top: 5px;
	width: 525px;
	text-align: right;
	font-size: 12px;
	}

.con_dis_din .bg_cake p.comment{
	font-size: 10px;
	}
/*朝食*/
.con_dis_wrap #breackfast {
	background: url(../dishes/images/bg_bre.jpg) no-repeat top right;
	overflow: hidden;
	padding: 40px 30px 60px;
	}



/*クリック拡大写真用*/
.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none;
    z-index: 100;
}

.lb img {
    width: auto !important;
    max-height: 100%!important;
    cursor: pointer;
}

.lb img,
.lb iframe {
    transform: scale(.85);
    transition: .3s all ease;
}

.lb:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 101;
}

.lb:target img,
.lb:target iframe {
    transform: scale(1);
}

/* なんちゃって閉じるボタン*/
.lb::before,.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}
.lb::before {
    transform: rotate(-315deg);
}
.lb::after {
    transform: rotate(315deg);
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}