@charset "utf-8";

/* screen.css
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

	1. imported styles
	2. 共通スタイル
	3. カフェトップ
	4. こだわりのコーヒー
	5. カフェタイムメニュー
	6. テイクアウトケーキ
	7. モーニング・ランチ・ディナー
		
	99. other
	
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
/* font-size
10px - 83.4%
11px - 91.7%
12px - 100%
13px - 108.4%
14px - 116.7%
15px - 125%
16px - 133.4%
17px - 141.7%
18px - 150%
19px - 158.4%
20px - 166.7%
21px - 175%
22px - 183.4%
23px - 191.7%
24px - 200%
*/

/* ------------------------------------------------------------
	1. imported styles
   ------------------------------------------------------------*/
@import url("../../shared/css/reset.css");
@import url("../../shared/css/basic.css");
@import url("../../shared/css/design.css");
/* ------------------------------------------------------------
	2. 共通スタイル
   ------------------------------------------------------------*/
div.contents-title { padding-bottom: 40px; }
div.cafe-header { }
div.cafe-header .title {
	font-size: 108.4%;
	color: #473A33;
	padding-bottom: 1em;
	padding-top:7px;
}
div.cafe-header table.detail { }
div.cafe-header table.detail th,
div.cafe-header table.detail td {
	font-size: 91.7%;
	line-height:1em;
	padding: 4px 2px;
}
div.cafe-header table.detail th {
	font-weight: normal;
	color: #CC0000;
	text-align: left;
	white-space: nowrap;
	padding-right: 5px;
}
div.cafe-header table.detail td.tel {
	font-size: 158.4%;
	color: #C00;
}
div.cafe-header p.note { font-size: 91.7%; }
/* メニュー */
div.cafe-menu {
	padding-top: 15px;
	padding-bottom: 30px;
}
div.category-title img {
	padding-top: 0px;
	padding-bottom: 0px;
}
/* menu（共通　フッター　メニュー） */
div.lnav-btm {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
}
div.lnav-btm table { margin-left: auto; }
div.lnav-btm td {
	padding-left: 15px;
	padding-right: 6px;
	text-align: left;
	padding-bottom: 5px;
}
div.lnav-btm a,
div.lnav-btm a:visited {
	text-decoration: none;
	font-weight: bold;
}
div.lnav-btm a:hover,
div.lnav-btm a:active { text-decoration: none; }
div.lnav-btm a span {
	background: url(../../shared/img/arw1_r.gif) no-repeat left top;
	height: 13px;
	width: 16px;
	display: inline-block;
}
/* for javascript selflink */
div.lnav-btm a.current span {
	background: url(../../shared/img/arw2_t.gif) no-repeat left top;
	height: 13px;
	width: 16px;
}
div.lnav-btm a.current { color: #A2894E; }

.text_note {
	font-size: 91.7%;
	text-indent: -1em;
	margin-left: 1em;
}

/* ------------------------------------------------------------
	3. カフェトップ
   ------------------------------------------------------------*/
#cafe-top { }
/* ロゴ */
#cafe-top div.cafe-header p.logo { }
/* イメージ */
#cafe-top div.cafe-header p.image { padding-top: 30px; }
/*  */
#cafe-top div.sdw-body div.body {
	border-bottom: 1px solid #CCCCCC;
	padding: 25px 25px;
	zoom:1;
}
/* News */
div.category-title{ padding-bottom: 10px; }
#cafe-top .tc1{
	color: #4F2C31;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 100%;
}
#cafe-top h3.title{
	color: #4F2C31;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 116.7%;
}
/* ------------------------------------------------------------
	4. こだわりのコーヒー
   ------------------------------------------------------------*/
#cafe-coffee { }
#cafe-coffee div.sdw-body div.body {
	border-bottom: 1px solid #CCCCCC;
	padding: 25px 40px;
}
#cafe-coffee div.menu {
	padding-top: 3px;
	text-align: right;
	padding-right: 5px;
}
#cafe-coffee p.tc { color: #000000; }
#cafe-coffee strong.tc {
	font-size: 14px;
	font-weight: bold;
	color: #5D2600;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}
#cafe-coffee .cof-doc {	/*padding-left: 40px;*/ }
#cafe-coffee .coffee {
	zoom:100%;
	width: 619px;
	margin-right: auto;
	/*margin-left: auto;*/
	text-align: left;
	color: #4F2C31;
	background: url(../img/coffee/cof_ph1.jpg) no-repeat right top;
}
#cafe-coffee div.cof-doc2 { position: relative; }
#cafe-coffee div.cof-doc2 div.box {
	white-space: nowrap;
	position: absolute;
	width: 400px;
	top: 20px;
	left: 0px;
}
#cafe-coffee p.arrow {
	background-image: url(../img/coffee/arrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #3E0F1F;
	zoom:100%;
}
#cafe-coffee p.arrow2 {
	background-image: url(../img/coffee/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #3E0F1F;
	zoom:100%;
}
#cafe-coffee strong.tc1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#cafe-coffee strong.tc2 {
	font-size: 14px;
	font-weight: bold;
	color: #3E0F1F;
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
}
/* ------------------------------------------------------------
	5. モーニング・ランチ　ケーキセット
   ------------------------------------------------------------*/
#cafe-lunch { }
#cafe-lunch div.sdw-body div.body {
	border-bottom: 1px solid #CCCCCC;
	zoom:1;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
}
#cafe-lunch div.sdw-body .timemenu p {
	margin: 0px;
	padding: 0px;
}
#cafe-lunch .menu {
	text-align: right;
	padding-top: 3px;
	padding-bottom: 10px;
}
#cafe-lunch div.menu {
	padding-top: 3px;
	text-align: right;
	padding-right: 5px;
}
#cafe-lunch .border-table { border: 1px solid #DBCDD0; }
#cafe-lunch .border-table2 {
	border-left: 3px solid #D3D4D4;
	padding-top: 0px;
	margin-top: 5px;
	padding-left: 5px;
}
#cafe-lunch .timemenu strong {
	font-size: 120%;
	font-weight: bold;
	color: #A17D47;
}

#cafe-lunch .timemenu em {
	font-style: normal;
	font-weight: normal;
	color: #A17D47;
}
#cafe-lunch .timemenu img{
	padding-bottom: 10px;
}

/* ------------------------------------------------------------
	6. テイクアウトケーキ
   ------------------------------------------------------------*/
#cafe-cake { }
#cafe-cake div.sdw-body div.body {
	border-bottom: 1px solid #CCCCCC;
	padding: 25px 40px;
	zoom:1;
}
#cafe-cake div.sdw-body .title{
	font-size: 108.4%;
	color: #473A33;
	padding-top: 1em;
	padding-bottom: 1em;
}

#cafe-cake p.price-s{
	color: #666666;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	font-size: 91.7%;
}
#cafe-cake p.notes{
	font-size: 83.4%;
}
#cafe-cake .note{font-size: 91.7%;}
#cafe-cake .note2{
	color:#8D001C;
	line-height: 1.4em;
}	
#cafe-cake .note3 {
	padding-top: 0.5em;
	line-height: 1.3em;
	padding-bottom: 0px;
}

#cafe-cake .txt01{
	color:#FF6600;
}
#cafe-cake .hotsweet{
	padding: 15px;
	border: 1px solid #970F00;
	margin-bottom: 20px;
}



/* ------------------------------------------------------------
	7. ナイトフード
   ------------------------------------------------------------*/
#cafe-specialtime { }

#cafe-specialtime div.sdw-body div.body {
	zoom:1;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#cafe-specialtime p.open{
	font-size: 108.4%;
	color: #473A33;
}
#cafe-specialtime .tc1{color:#3E0F1F;}
#cafe-specialtime .tc2{color:#B70005;}
#cafe-specialtime .menu {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 10px;
}
#cafe-specialtime .timemenu p{
	margin: 0px;
	padding: 0px;
}
#cafe-specialtime .timemenu strong{
	font-size: 120%;
	font-weight: bold;
	color: #A17D47;
}
#cafe-specialtime .timemenu em{
	font-style: normal;
	font-weight: normal;
	color: #A17D47;
}
#cafe-specialtime div.menu {
	padding-top: 3px;
	text-align: right;
}
#cafe-specialtime .menu1 {text-align: right;
	padding-top: 3px;
	padding-bottom: 10px;
}
#cafe-specialtime div.menu1 {	padding-top: 3px;
	text-align: right;
	padding-right: 5px;
}




/* ------------------------------------------------------------
	8. ドリンク
   ------------------------------------------------------------*/
   
#cafe-drink{ }
#cafe-drink div.sdw-body div.body {
	border-bottom: 1px solid #CCCCCC;
	padding: 25px 40px;
	zoom:1;
}
#cafe-drink div.sdw-body .title{
	font-size: 108.4%;
	color: #473A33;
	padding-top: 1em;
	padding-bottom: 1em;
}
#cafe-drink .body .drinkmenu strong{
	font-size: 120%;
	font-weight: bold;
	color: #A17D47;
}
#cafe-drink .body .drinkmenu .price{
	font-size: 91.7%;
	color: #A17D47;
}
#cafe-drink pprice-s{
	color: #666666;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 91.7%;
}
#cafe-drink p.notes{
	font-size: 83.4%;
}
#cafe-drink .note{font-size: 91.7%;}
#cafe-drink .note2{
	color:#8D001C;
	line-height: 1.4em;
}	
#cafe-drink .note3 {
	padding-top: 0.5em;
	line-height: 1.3em;
	padding-bottom: 0px;
}

#cafe-drink .txt01{
	color:#FF6600;
}
#cafe-drink .hotsweet{
	padding: 15px;
	border: 1px solid #970F00;
	margin-bottom: 20px;
}
   
   
/* ------------------------------------------------------------
	99. other
   ------------------------------------------------------------*/





/* ------------------------------------------------------------
	
   ------------------------------------------------------------*/

/* ------------------------------------------------------------
	
*/
