@charset "UTF-8";
/* CSS Document */

/************************************************
 diningroom.css
************************************************ */
#coordi2, #sizebalance, #categorie {
	margin: 30px auto 40px;
}
#sizebalance {
	width: 1000px;
	margin-top: 0;
}
#coordi2 .cont-inner {
	padding: 0 20px;
}
#coordi2 p.cont-lead, #sizebalance p.cont-lead {
	line-height: 1.6;
	margin-bottom: 25px;
	font-size: 14px;
}
#coordi2 h3.coordi-ttl, #sizebalance h3.size-ttl, #categorie h3.categorie-ttl {
	color: #ccc;
	font-size: 17px;
	font-weight: 600;
	padding: 10px;
	margin-bottom: 14px;
}
#coordi2 h3.coordi-ttl span, #sizebalance h3.size-ttl span, #categorie h3.categorie-ttl span {
	color: #fff;
}
#coordi2 h3.coordi-ttl {
	background: url(/files/images/unique/diningroom/coordi_ttl.gif) no-repeat;
}
#coordi2 .style-box {
	margin: 50px 0 30px;
}
#coordi2 .style-box h3 {
	width: 760px;
	padding-bottom: 5px;
	margin-bottom: 14px;
	font-size: 32px;
	font-weight: 500;
	color: #666666;
	font-family: 'Hind', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .05em;
	background-image: url(/files/images/unique/diningroom/ttl_bg.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
	line-height: 1.4;
}
#coordi2 .style-box h3 span {
	color: #7e6762;
	font-size: 26px;
	letter-spacing: normal;
	padding-top: 1em;
}
#coordi2 .style-box h3 .txt-jp {
	font-size: 16px !important;
	float: right;
	line-height: 1.6;
}
#coordi2 .style-box p.caption {
	color: #6a6666;
	font-size: 14px;
	line-height: 1.5;
	margin: 20px auto;
}
#coordi2 .go-detail {
	display: inline-block;
	background: #a7967f;
	padding: 2px;
	float: right;
}
#coordi2 .go-detail a {
	display: block;
	text-align: center;
	padding: 6px;
	width: 360px;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	width: 100%;
}
#coordi2 .go-detail a:before{
	content: "";
	background: url(/files/images/unique/diningroom/btn_link_arrow.gif) no-repeat left center;
	background-size: 14px 13px;
	padding: 8px;
	margin-right: .3em;
}
#sizebalance h3.size-ttl {
	background: #666;
	/*background: url(/files/images/unique/diningroom/balance_ttl.gif) no-repeat;
	background-size: contain;*/
}
#sizebalance h4.balance-h4 {
	font-size: 15px;
	font-weight: bold;
	border-top: 2px solid #b5b6b6;
	border-bottom: 0;
	padding: 0;
	margin: 30px 0 10px !important;
}
#sizebalance h4.balance-h4 span {
	position: relative;
	top: -.8em;
	background: #fff;
	padding-right: 0.5em;
}
#sizebalance .table-size{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sizebalance .tablebox {
	width: 48%;
	text-align: center;
}
/*#sizebalance .tablebox.left {
	float: left;
}
#sizebalance .tablebox.right {
	float: right;
}*/
#sizebalance .tablebox dl {
	margin: 15px 0 30px;
	padding: 20px;
	border-radius: 4px;
	text-align: left;
}
#sizebalance .tablebox dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#sizebalance .tablebox.left dl {
	background: #efe9e4;
}
#sizebalance .tablebox.right dl {
	background: #e9eff2;
}
#sizebalance .tablebox.left dt span {
	color: #c0ab99;
}
#sizebalance .tablebox.right dt span {
	color: #b7ccd4;
}
#sizebalance #checkpoint {
	background: #f8f4eb;
	border: 1px solid #cfb37a;
	padding: 30px;
	margin: 30px 0 60px;
	position: relative;
	z-index: 0;
}
#sizebalance #checkpoint h4 {
	/*text-indent: -9999px;
	overflow: hidden;*/
	border: none;
	padding: 0;
	margin: 0 0 15px;
	/*width: 158px;
	height: 27px;
	background: url(/files/images/unique/diningroom/checkpoint.png) no-repeat;*/
}
#sizebalance #checkpoint dl {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	margin: 0;
}
#sizebalance #checkpoint dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	z-index: 2;
	width: 48%;
	margin: 0 auto 0 0;
}
#sizebalance #checkpoint dd {
	color: #736357;
	width: 48%;
	font-size: 14px;
	line-height: 1.6;
	margin-left: 0 0 0 auto;
}
#sizebalance #checkpoint .check-ill {
	/*position: absolute;
	left: 20px;
	top: -8px;*/
	z-index: 1;
}
#sizebalance p {
	line-height: 1.6;
}

#categorie h3.categorie-ttl {
	background: url(/files/images/unique/diningroom/item_ttl.gif) no-repeat;
	margin-bottom: 30px;
}
#categorie #cate-room-dining .off10 {
	position: relative;
}
#categorie #cate-room-dining .off10:before {
	position: absolute;
	display: block;
	content: " ";
	width: 109px;
	height: 35px;
	left: -12px;
	top: -7px;
	background: url(/files/images/unique/diningroom/sale_mk2.png) no-repeat;
	background-size: contain;
}

@media screen and (max-width: 896px) { 
	#coordi2 {
		padding: 0 1%;
		margin: 30px auto;
	}
	#sizebalance, #categorie {
		width: 100%;
		margin: 30px auto;
	}
	#sizebalance {
		margin-bottom: 30px;
	}
	#coordi2 h3.coordi-ttl,  #sizebalance h3.size-ttl,  #categorie h3.categorie-ttl {
		width: 100%;
		padding: 5px;
		margin: 0 auto 10px;
		font-size: 15px;
	}
	#coordi2 p.cont-lead br,  #sizebalance p.cont-lead br {
		display: none;
	}
	#coordi2 p.cont-lead,  #sizebalance p.cont-lead {
		font-size: 13px;
	}
	#coordi2 .cont-inner,  #sizebalance .cont-inner {
		padding: 0;
	}
	#coordi2 .style-box {
		margin: 0 auto 30px;
		position: relative;
		text-align: center;
	}
	#coordi2 .style-box:last-child {
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#coordi2 .style-box h3 {
		width: auto;
		margin: 20px auto 30px;
		padding-bottom: 3px;
		margin-bottom: 14px;
		font-size: 1.5em;
		line-height: 1.2;
		text-align: left;
	}
	#coordi2 .style-box h3 span {
		font-size: 1em;
		padding: 5px;
	}
	#coordi2 .style-box h3 .txt-jp {
		font-size: .6em !important;
		font-weight: 400;
		line-height: 1.8;
		width: 100%;
		text-align: right;
	}
	#coordi2 .style-box img {
		margin-top: .5em;
	}
	#coordi2 .style-box p.caption {
		text-align: left;
		margin: 16px auto;
	}
	#coordi2 .go-detail {
		position: relative;
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
		text-align: center;
	}
	#coordi2 .go-detail a {
		margin: 0 auto;
		font-size: .7rem;
	}
	#coordi2 .st4 {
		display: block;
	}
	#sizebalance .tablebox {
		width: auto;
	}
	#sizebalance .tablebox dl {
		padding: 15px;
	}
	#sizebalance .tablebox dd {
		font-size: 13px;
	}
	#sizebalance #checkpoint{
		padding: 20px;
	}
	#sizebalance #checkpoint img.check-ill {
		max-width: 100%;
	}
	#sizebalance #checkpoint h4 {
		position: static;
		margin: 0;
	}

	#sizebalance h4.balance-h4 {
		margin: 30px 0 0 !important;
	}
	#sizebalance p {
		font-size: 13px;
	}
	#sizebalance #checkpoint {
		margin-bottom: 40px;
	}
	#categorie #cate-room-dining .off10:before {
		border: none;
		left: 0;
	}
	#categorie .cate-links {
		margin: 10px auto;
	}
}
@media screen and (max-width: 568px) { 
	#sizebalance #checkpoint dt {
		width: 100%;
		margin: 1.5em 0 1em;
	}
	#sizebalance #checkpoint dd {
		width: 100%;
	}
	#sizebalance #checkpoint img.check-ill {
		margin-top: 10px;
	}
}