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

 file name  :jp_cuisine.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/*-----------------------------------------------------------
	gnavのactive設定 con_title設定
-----------------------------------------------------------*/
#jp_cuisine #gnav ul li.gnav_dis a {
	background-position: bottom;
}

#jp_cuisine .con_title {
	background: url(../jp_cuisine/images/img_title.jpg) center 0 no-repeat;
}

#jp_cuisine .con_title h2 {
	background: url(../jp_cuisine/images/title.jpg) 0 0 no-repeat;
}

/*-----------------------------------------------------------
	jp_cuisineのみ使用
-----------------------------------------------------------*/
/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
	margin-bottom: 50px;
}

.con_intro .img {
	margin-bottom: 20px;
	text-align: center;
}

.con_intro h3 {
	float: left;
	height: 0;
	overflow: hidden;
}

.con_intro h3.st_lunch {
	padding-top: 82px;
	width: 117px;
	background: url(../jp_cuisine/lunch/images/st_lunch.png) center 0 no-repeat;
}

.con_intro h3.st_dinner {
	padding-top: 82px;
	width: 117px;
	background: url(../jp_cuisine/dinner/images/st_dinner.png) center 0 no-repeat;
}

.con_intro h3.st_plan {
	padding-top: 63px;
	width: 295px;
	background: url(../jp_cuisine/plan/images/st_plan.png) center 0 no-repeat;
}

@media only screen and (max-width: 1024px) {
  .con_intro h3 {
	float: none;
	width: 100% !important;
	text-align: center;
	background: none !important;
	padding-top: 0 !important;
	margin-bottom: 20px;
	height: auto !important;
}

  .con_intro h3 span {
	font-size: 300%;
	display: block;
	font-family: "Average", serif;
	line-height: 1.2;
}
}
.con_intro .intro_text {
	margin-bottom: 16px;
	overflow: hidden;
	*zoom: 1;
}

.con_intro .text {
	float: right;
	line-height: 1.8;
}

@media only screen and (max-width: 1024px) {
  .con_intro .text {
	float: none;
	width: 100%;
}
}
.con_intro .text_lunch {
	width: 580px !important;
}

@media only screen and (max-width: 1024px) {
  .con_intro .text_lunch {
	float: none;
	width: 100% !important;
}
}
.con_intro .text_dinner {
	width: 580px !important;
}

@media only screen and (max-width: 1024px) {
  .con_intro .text_dinner {
	float: none;
	width: 100% !important;
}
}
.con_intro .text_plan {
	width: 420px !important;
}

@media only screen and (max-width: 1024px) {
  .con_intro .text_plan {
	float: none;
	width: 100% !important;
}
}

/* -----------------------------------------------------------
	.tbl_time
----------------------------------------------------------- */
.tbl_time {
	width: 100%;
	margin-bottom: 30px;
}

.tbl_time th {
	text-align: center !important;
	width: 20% !important;
	padding: 10px !important;
	color: #fff;
}

@media only screen and (max-width: 640px) {
  .tbl_time th {
	width: 100% !important;
	text-align: left !important;
}
}

.tbl_lunch th {
	background: #c65619 !important;
}

.tbl_dinner th {
	background: #326590 !important;
}

/* -----------------------------------------------------------
	.con_section
----------------------------------------------------------- */
.con_section {
	position: relative;
	padding: 0 15px 80px;
	border-top: 5px solid #c7a576;
	background: #f9f2e6;
	background: -moz-linear-gradient(top, #f9f2e6 90%, #f9f2e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #f9f2e6), color-stop(100%, #f9f2e6));
	background: -webkit-linear-gradient(top, #f9f2e6 90%, #f9f2e6 100%);
	background: -o-linear-gradient(top, #f9f2e6 90%, #f9f2e6 100%);
	background: -ms-linear-gradient(top, #f9f2e6 90%, #f9f2e6 100%);
	background: linear-gradient(to bottom, #f9f2e6 90%, #f9f2e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f2e6', endColorstr='#f9f2e6',GradientType=0 );
}

@media only screen and (max-width: 640px) {
  .con_section {
	position: static;
	padding-bottom: 50px;
}
}
.con_section h3.name {
	padding-top: 20px;
	margin-bottom: 20px;
	color: #1b0d00;
	font-size: large;
}

.con_section h3.name i {
	color: #c7a576;
	padding-right: .5em;
}

@media only screen and (max-width: 640px) {
  .con_section h3.name {
	font-size: medium;
}
}
.con_section .box_icon {
	position: absolute;
	right: 15px;
	top: 15px;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
}

.con_section .box_icon.yoyaku {
	background: #c65a1f;
}

.con_section .box_icon.end {
	background: #326590;
}

@media only screen and (max-width: 640px) {
  .con_section .box_icon {
	position: static;
}
}
.con_section .con_info {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .con_section .con_info {
	margin-bottom: 0;
}
}
.con_section .con_info .img {
	float: left;
	width: 400px;
	border: 1px dotted #c7a576;
}

.con_section .con_info .img img {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
  .con_section .con_info .img {
	width: 480px;
	margin: 0 auto 20px;
	float: none;
}
}
@media only screen and (max-width: 640px) {
  .con_section .con_info .img {
	width: 100%;
}
}
.con_section .con_info .box_info {
	width: 290px;
	float: right;
}

@media only screen and (max-width: 1024px) {
  .con_section .con_info .box_info {
	width: 100%;
	float: none;
	border-bottom: 1px solid #dac7ac;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
}
.con_section .con_info .box_info h4.st_con {
	border-bottom: 1px solid #dac7ac;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.con_section .con_info .box_info h4.st_con span {
	border-left: 3px solid #dac7ac;
	padding-left: 1em;
	font-size: medium;
	color: #1b0d00;
}

.con_section .con_info .box_info .box_block {
	margin-bottom: 20px;
}

.con_section .con_info .box_info .box_block h5 {
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	color: #55300f;
	background: url(../images/common/ic_h5.gif) 0 center no-repeat;
	font-size: 100%;
	margin-bottom: 5px;
}

.con_section .con_info .box_info .box_block ul li span {
	font-weight: bold;
	margin-right: 1em;
}

.con_section .box_text {
	margin-bottom: 30px;
}

.con_section .box_text p {
	margin-bottom: 1em;
}

.con_section table {
	width: 100%;
	margin-bottom: 20px;
}

.con_section .txt_notice {
	color: #b10606;
	margin-bottom: 20px;
}
