@charset "utf-8";
/* ==========================================================

title : 東建多度カントリークラブ・名古屋
scope : 夕食メニュー

last modify : 2016/11/16 268_hirota
memo  : 

========================================================== */

.spacing {
	letter-spacing:1em;
}

/* ----------------------------------------------------------
	dinner_area
---------------------------------------------------------- */

#main-contents #dinner_area {
	/*margin-bottom: 50px;*/
}

#main-contents .kaiseki .txt_list,
#main-contents #kids .txt_list {
  width: 240px;
}

/*----- 会席コース -----*/

#kaiseki {
  margin: 1.5em auto 0;
}

#kaiseki li dd {
	overflow:hidden;
	margin-top:10px;
}

#kaiseki li dd .menulist {
	float:left;
	margin:0 5px 10px;
	width:135px;
}

#kaiseki li dd .menulist .justify2 {
	letter-spacing:2em;
	text-indent:2em;
}

#kaiseki li dd .menulist .justify3 {
	letter-spacing:0.5em;
	text-indent:0.5em;
}

.exp{
	background: none!important;
}
/*----- 鍋コース -----*/
#main-contents #nabe {
	border-bottom:#ccc solid 1px;
/*	background:url(../image/bg_list_sp_nabe.jpg) no-repeat right 950px;*/
	margin-bottom:30px;
}
#main-contents #nabe ul.nabe01 {
	background:url(../image/bg_list_sp_nabe.jpg) no-repeat right 50px;	
}

#main-contents #nabe ul.nabe02 {
	margin-top:20px;
	background:url(../image/bg_list_sp_nabe02.jpg) no-repeat right 50px;	
}

#main-contents #suki {
	background:url(../image/bg_list_sp_suki.jpg) no-repeat right 50px;
}

#main-contents .priceudon {
    margin-left: 50px;
    font-size: 15px;
    font-weight: normal;
}

#main-contents .pricesuki {
    margin-left: 85px;
    font-size: 15px;
    font-weight: normal;
}


/* 画像なし対応 */
#main-contents .noimg li {
	border: none;
}

#main-contents .noimg dt {
	border-left:#544300 solid 5px;
	color:#544300;
	font-size:17px;
	font-weight:bold;
	line-height:1.3;
	margin:5px 0 10px;
	text-align:left;
	text-indent:10px;
}

#main-contents .price {
	/*margin-left:100px;*/
	float: right;
	font-size:15px;
	font-weight:normal;
	
}

#main-contents .menu_gozen_nagoya .price {
	float: none;
	margin-left:100px;
}

#main-contents #menu_gozen_kids .price {
	float: none;
	margin-left: 100px;
}

#main-contents .price15 {
	margin-left:10px;
	font-size:15px;
	font-weight:normal;
}

#main-contents .price60 {
	margin-left:60px;
	font-size:15px;
	font-weight:normal;
}



#main-contents .price70 {
	margin-left:70px;
	font-size:15px;
	font-weight:normal;
}

#main-contents .price110 {
	margin-left:110px;
	font-size:15px;
	font-weight:normal;
}

.ph{
    border:#C9C3C3 3px solid;	
	
}


/* 雑学 */
#main-contents [class^="knowledge_"]{
	margin:5px 0 0;
}

#main-contents [class^="knowledge_"] dt{
	border-left:none;
	margin:5px 0 0;
	text-align:center;
	text-indent:0;
}

#main-contents [class^="knowledge_"] dt img{
	border:none;
	margin:0px;
}

#main-contents [class^="knowledge_"] dd{
	background:url(../image/bg_knowledge.png) no-repeat 0 bottom;
	font-size:15px;
	padding:5px 15px 15px;
	text-align:left;
	background-size: 290px;
}


/*----- 御膳 -----*/

[class^="menu_gozen_"]{
	/*border-bottom:#ccc solid 1px;*/
	letter-spacing:normal;
	overflow:hidden;
	position:relative;
	padding-bottom: 30px;
}

[class^="menu_gozen_"] > dt{
	float:left;
	margin-left:10px;
}

[class^="menu_gozen_"] > dd:first-of-type{
	margin-left:10px;
	/*width:296px;*/
}

[class^="menu_gozen_"] .menubox{
	margin:0 0 25px;
	position:absolute;
	top:0;
	right:0;
	width:614px;
}

[class^="menu_gozen_"] .menubox > dl > dt{
	/*background:#0e5505;*/
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	margin:0 0 5px;
	padding:3px;
	text-align:center;
}

[class^="menu_gozen_"] .menubox > dl > dt span{
	border:#fff solid 1px;
	display:block;
	padding:6px;
}

[class^="menu_gozen_"] .menulist {
	float:left;
	margin:0 20px 0 10px;
	overflow:hidden;
	text-align:left;
	width:305px;
}

[class^="menu_gozen_"] .menulist li {
	border-bottom: #a6cea0 solid 2px; 
	border-left: none;
	border-right: none;
	border-top: none;
}

[class^="menu_gozen_"] .menulist:nth-of-type(2n){
	margin:0px;
	width:266px;
}

[class^="menu_gozen_"] .menulist dl > dt{
    color: #544300;
	font-weight:bold;
	width:80px;
}

[class^="menu_gozen_"] .menulist dd{
	text-align:left;
}

[class^="menu_gozen_"] .menulist .justify1{
	text-indent:1em;
}

[class^="menu_gozen_"] .menulist .justify2{
	letter-spacing:1em;
}

/* お子様御膳 */

/*▼ お子様御膳写真なし ▼*/


#menu_gozen_kids {
	margin-top: 25px;
background: url(../image/bg_list_sp_side.jpg) no-repeat right bottom;
background: url(/golf/facilities/food/restaurant/lunch/image/bg_list_sp_recommend02.jpg) no-repeat right top;
	}

#menu_gozen_kids > li {
    width: 620px;
    margin: 0 auto 30px;
    border: none;
}

#menu_gozen_kids li dd {
	overflow:hidden;
	margin-top:5px;
}

#menu_gozen_kids li dd .menulist {
	float:left;
	margin:0 5px;
	width: 300px;
	text-align: left;
}

#menu_gozen_kids dt .name{
	color:#e144ab;
	font-size: 20px;
	margin-bottom: 15px;
	background: #fbf39b;
	text-shadow: 2px 2px 1px #ffffff;
	padding: 5px 0 5px;
}

#menu_gozen_kids dt .price{
	color:#e144ab;
	margin-left: 80px;
}

#menu_gozen_kids li dd dl dt img {
	border: none;
}

.menu_gozen_kids .menulist li {
	background:url(../image/mrk_kids_gozen.png) no-repeat 0 center;
	border-bottom: #ffb400 dashed 1px;
	text-indent: 30px;
}

/*▼ お子様御膳写真あり ▼*/


/*#main-contents .kids_price {
    margin-left: 100px;
    font-size: 15px;
    font-weight: normal;
}

[class^="menu_gozen_kids"]{
	border-bottom:none;
	margin-top:30px;
	margin-bottom: 30px;
	padding-bottom:0;
  width: 615px;
}

[class^="menu_gozen_kids"] dt .name{
	color: #544300;
}

[class^="menu_gozen_kids"] dd .price{
	color:#e144ab;
}

[class^="menu_gozen_kids"] .menubox > dl > dt{
	background:none;
	padding:0;
}

[class^="menu_gozen_kids"] .menubox > dl > dt img{
	border:none;
}

[class^="menu_gozen_kids"] .menulist li {
	background:url(../image/mrk_kids_gozen.png) no-repeat 0 center;
	border-bottom: #ffb400 dashed 1px;
	text-indent:25px;
}*/



/* ----------------------------------------------------------
	bnr_area
---------------------------------------------------------- */
.bnr_area{
  width: 560px;
	margin:0 auto 70px;
	text-align:left;
}

.bnr_area figcaption{
	margin:8px 0 0;
	line-height:1.4;
}


/* ----------------------------------------------------------
	東建多度自家製梅酒
---------------------------------------------------------- */

#main-contents #umeshu_area{
	margin-bottom:60px;
}

dl.umeshu{
	margin:28px auto 0;
	width:840px;
}

dl.umeshu dd {
	overflow: hidden;
	width: 840px;
	padding: 15px 0px;
	background:url(../image/bg_umeshu.jpg) no-repeat 0 0;
	border-radius: 0px 0px 10px 10px;
	position: static;
	min-height: 246px;
}

dl.umeshu dt img{
	border-radius: 10px 10px 0 0;
}

dl.umeshu dd .txtbox {
	float: right;
	width: 396px;
	margin: 0px 15px 20px;
	padding:15px 20px;
	border-radius: 10px;
	background: #FFF none repeat scroll 0% 0%;
	position: relative;
	line-height:1.4;
}


/* ----------------------------------------------------------
	レジデンス
---------------------------------------------------------- */

#residence_area h2{
	margin:0 auto;
	width:1000px;
}

#room{
	margin:0 auto;
	width:936px;
}

#room li{
	float:left;
	margin:0 7px;
	width:296px;
}

/* ----------------------------------------------------------
	夕食
---------------------------------------------------------- */
.img_dinner {
    width: 716px;
    margin: 0 auto 10px;
    border: #ccc solid 3px;
    text-align: center;
}

/* ----------------------------------------------------------
	その他
---------------------------------------------------------- */

.h_40{
	height: 40px;
}

.fs15_fwN {
    font-size: 15px;
    font-weight: normal;
}

.h_88{
	height: 88px;
}

.h_66{
	height: 66px;
}

/* ----------------------------------------------------------
	和食会席
---------------------------------------------------------- */

[class^="menu_"] dd [class^="menulist_"] {
    background: #f5f5df!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #544300;
    font-size: 16px!important;
    line-height: 1.4;
    margin: 0 0 0;
    padding: 15px 18px;
	text-align: left;
}

/* ----------------------------------------------------------
	期間限定コース
---------------------------------------------------------- */

.date_time{
	  background: #837646;
    color: #fff;
	  font-weight: bold;
    font-size: 16px!important;
    line-height: 1.4;
    margin: 10px 0;
    padding: 5px;
    text-align: center;
}
    
.h_110{
	height: 110px;
}

.h_90{
	height: 90px;
}

.ls_m05{
	letter-spacing: -0.5px;
}


/* ----------------------------------------------------------
	しゃぶしゃぶコース
---------------------------------------------------------- */

#gyu_shabushabu {
	/*border-bottom:#ccc solid 1px;*/
/*	background:url(../image/bg_list_sp_nabe.jpg) no-repeat right 950px;*/
	margin-bottom:30px;
}

/* ----------------------------------------------------------
	しゃぶしゃぶコース
---------------------------------------------------------- */

.bb_g_1 {
	border-bottom:#ccc solid 1px;
}

/* ----------------------------------------------------------
	「夕食メニューご予約表」
---------------------------------------------------------- */
.reserved_table {
    width: 630px;
    margin: 50px auto 20px;
    overflow: hidden;
    padding: 15px 30px;
    border-radius: 6px;
    border: solid 2px #8c2b40;
    background-color: #fbeef1;
}

.reserved_table .reserved_table_lead {
	float: left;
	width: 319px;
}

.reserved_table .btn_pdf {
	float: right;
	width: 300px;
}

/* ----------------------------------------------------------
	「筍会席」
---------------------------------------------------------- */

.takenoko_menu {
	border-bottom:#ccc solid 1px;
	margin: 20px auto 30px;
	width: 780px;
}

.takenoko_menu dt.name {
	border-left:#544300 solid 5px;
	color:#544300;
	font-size:17px;
	font-weight:bold;
	line-height:1.3;
	margin:5px 0 10px;
	text-align:left;
	text-indent:10px;
}

.takenoko_menu dd.menubox {
	background: #f5f5df!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #544300;
	font-size: 16px!important;
	line-height: 1.4;
	margin: 0 0 30px;
	padding: 15px 30px;
	text-align: left;
}

.takenoko_menu .takenoko_menulist {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 688px;
}

.takenoko_menu .takenoko_menulist dl {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

/* ----------------------------------------------------------
	「洋食コース」
---------------------------------------------------------- */
.menu_course {
  width: 470px;
  background: #f5f5df !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #544300;
  font-size: 16px !important;
  line-height: 1.4;
  margin: 0 auto 50px;
  padding: 15px 18px;
}

#course_8000.menu_course {
  width: 535px;
}

.menu_course li {
  border: none;
  margin: 0 10px;
}

.menu_course dl {
  display: flex;
  flex-wrap: wrap;
}

.menu_course dl dt {
  font-weight: bold;
  text-align: left;
  width: 44%;
}

#course_8000.menu_course dl dt {
  width: 39%;
}

.menu_course dl dd {
  text-align: left;
  width: 56%;
}

#course_8000.menu_course dl dd {
  width: 61%;
}
