@charset "UTF-8";

@import "style.css";
@import "cont_base.css";

/* info-page---------------------- */
.koutsu {
	margin-bottom: 1em;
}
.koutsu th {
	background-color: #c4d1aa;
	font-weight: normal;
	color: #1b4324;
	padding: 4px 10px;
}
.koutsu td {
	background-color: #e8f1d7;
	padding: 4px 10px;
}
.infoleft_im {
	float: left;
	padding-right: 10px;
}

/* ryori---------------------*/
.ryoricyo {
	width: 520px;
	border: #563063 1px solid;
	background-color: #efeee7;
	padding: 10px;
}
.ryoricyo div {
	width: 400px;
	float: right;
}
.syun_ryori {
	border: #4e7334 1px solid;
	background-color: #fff;
	padding: 10px 0;
	font-size: 90%;
	text-align: left;
	width: 450px;
	margin: 0 auto;
}
.syun_ryori th {
	color: #4e7334;
	text-align: center;
	vertical-align: top;
}
.ryori {
	width: 600px;
	border: #563063 1px solid;
	background-image: url(../ryori/img/ryori_bg.gif);
	background-position: 100%;
	background-color: #fff;
	background-repeat: repeat-y;
	padding: 10px;
	margin-bottom: 10px;
}
.ryori div {
	width: 330px;
	float: right;
	padding-right: 10px;
}
.ryori span	{
	font-size: 105%;
	color: #563063;
	background-color: #dfded0;
	border: 1px solid #563063;
	border-left: 10px solid #563063;
	display: block;
	width: 310px;
	padding: 2px 0 0 10px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ryori p.kikan {
	color: #784285;
}
p.small {
	font-size: 90%;
}
table.menu {
	padding: 5px;
	margin-bottom: 10px;
	width: 310px;
	float: left;
}
.menu th {
	font-weight: normal;
	color: #1b4324;
}
.menu td {
	padding-left: 1em;
	color: #1b4324;
	font-weight: bold;
}
.plus {
	width: 300px;
	text-align: center;
	background-color: #f0e8e2;
	border: dotted 1px #9f1b5c;
	padding: 5px;
	float: right;
	margin-bottom: 5px;
}
.plus span {
	font-size: 110%;
	font-weight: bold;
	color: #9f1b5c;
}
p.syun_ryori_title {
	text-align: center;
	font-weight: bold;
	color: #4e7334;
}
div.syun_ryori dl {
	margin: 0 auto;
	width: 400px;
}
div.syun_ryori dl dt {
	float: left;
	width: 6em;
	font-weight: bold;
	color: #4e7334;
	text-align: center;
}
div.syun_ryori dl dd {
	margin-left: 6em;
}

/* floorpage---------------------*/
.img_list {
	width: 630px;
}
.img_list span a {
	float: left;
	margin: 5px;
	text-align: center;
	text-decoration: none;
	color: #784285;
}
.img_list span a:hover {
	color: #000;
}
.img_list span a img {
	background: url(../img/shadow.gif) right bottom;
	padding: 5px 10px 10px 5px;
}
.cha {
	background-color: #f4ecfb;
	width: 550px;
	border: 1px solid #a993b6;
	padding: 5px;
	margin: 15px 0;
}
.cha p.title {
	background-color: #784285;
	color: #fff;
	padding: 2px 2px 2px 5px;
}
table.room {
	font-size: 90%;
	border-collapse: collapse;
	margin: 5px 0 25px 0;
}
table.room th {
	background-color: #deebbe;
	border: #6b8135 solid 1px;
	text-align: center;
	font-weight: normal;
}
table.room td {
	border: #6b8135 solid 1px;
	background-color: #fff;
}
table.room td.center {
	text-align: center;
	border: #6b8135 solid 1px;
	background-color: #fff;
}
span.room {
	background-image: url(../room/img/room_sub.gif);
	background-repeat: no-repeat;
	color: #6b8135;
	padding-left: 25px;
	width: 300px;
	display: block;
	font-size: 110%;
}
ul.room {
	margin: 0.5em 0 2em 2em;
}
#pop_r {
	margin: 0 auto;
	background-color: #fff;
	width: 500px;
	padding: 15px;
	text-align: left;
}
.center {
	text-align: center;
}
/* roompage---------------------*/
div.room_img {
	width: 480px;
	margin-bottom: 5px;
	white-space: nowrap;
}
div.room_img img {
	margin-right: 10px;
}

/* guide---------------------*/
.guide {
	border-collapse: collapse;
	margin: 10px 0;
}
.guide th {
	border: solid 1px #563063;
	background-color: #faefe0;
	color: #563063;
	text-align: center;
}
.guide td {
	border: solid 1px #563063;
	font-size: 90%;
	background-color: #fff;
}
.guide td.spot {
	border: solid 1px #563063;
	background-color: #e9d8cb;
	color: #563063;
	font-weight: bold;
	padding-right: 1em;
}
.guide td.spot a {
	text-decoration: underline;
	color: #563063;
	font-weight: bold;
}
.guide td.spot a:hover {
	text-decoration: underline;
	color: #8c4ba2;
}


/* plan---------------------*/
#plan h2 {
	width: 335px;
	height: 30px;
	background-image: url(../plan/img/plan_title.gif);
	padding: 7px 0 0 5px;
	color: #941e0e;
	font-size: 120%;
	display: block;
	margin: 0 0 7px 0;
}
.plan {
	width: 610px;
	padding: 10px;
	margin-bottom: 15px;
}
.plan div.right {
	float: right;
	width: 350px;
}
.plan img.left {
	float: left;
}
.plan div.left {
	float: left;
	width: 250px;
	font-size: 85%;
}
.price {
	color: #941e0e;
	font-size: 110%;
	font-weight: bold;
	padding-left: 1em;
	line-height: 160%;
}
.price span {font-size: 140%;}

.plan em {
	color: #bc493a;
	font-weight: bold;
	font-style: normal;
}
.plan div.yoyaku {
	border: #941e0e dotted 1px;
	padding: 3px;
	width: 320px;
	margin-top: 7px;
	background-color: #fdf0dd;
}
.plan_list {
	width: 610px;
	margin: 10px 0 20px 0;
}
.plan_list ul {
	list-style: none;
	margin-top: 1px;
}
.plan_list ul li {
	float: left;
	margin-right: 2px;
}
.plan_list ul li a {
	display: block;
	width: 180px;
	padding: 2px 5px;
	background-color: #fdede8;
	border: 1px solid #b5461f;
	margin-bottom: 2px;
	color: #b5461f;
	text-decoration: none;
}
.plan_list ul li a:hover {
	background-color: #fdddd2;
}
.plan_list div.left {
	float: left;
}
.plan_list div.right {
	float: right;
}
.ryori div.yoyaku {
	border-top: 1px dotted #6c4caa;
	padding-top: 5px;
}
.ryori div.yoyaku em {
	color: #6c4caa;
	font-style: normal;
}
h4 {
	color: #8f558f;
	border-bottom: 1px solid #8f558f;
	background: url(../plan/img/h4.gif) no-repeat 0 0;
	padding: 7px 20px 2px 25px;
	font-size: 110%;
	width: 300px;
	margin-bottom: 8px;
}
.spe_plan {
	margin-left: 10px;
	padding: 10px 0;
}
.spe_plan p {
	margin: 0 0 0.8em 0.8em;
}

div.option_plan {
	width: 610px;
	padding: 10px;
	margin-bottom: 15px;
}
div.option_plan div.right {
	float: right;
	width: 310px;
}
div.option_plan div.left {
	float: left;
	width: 280px;
	font-size: 85%;
}

div.option_plan div.yoyaku {
	border: #941e0e dotted 1px;
	padding: 5px;
	width: 400px;
	margin-top: 7px;
	background-color: #fdf0dd;
}
div.option_plan em {
	color: #bc493a;
	font-weight: bold;
	font-style: normal;
}

/* nabe,taxiplan---------------------*/
#pop_n {
	margin: 0 auto;
	background-color: #fff;
	width: 600px;
	padding: 15px;
	text-align: center;
	line-height: 140%;
}
#pop_n table {
	font-size: 100%;
	border-collapse: collapse;
	margin: 10px auto;
}
#pop_n table th {
	background-color: #deebbe;
	border: #6b8135 solid 1px;
	font-weight: normal;
	text-align: left;
}
#pop_n table td {
	border: #6b8135 solid 1px;
	background-color: #f2f9e0;
	text-align: left;
}
#pop_n table td.td2 {
	border: #6b8135 solid 1px;
	background-color: #fff;
	font-size: 90%;
	text-align: left;
}
#pop_n span {
	font-weight: bold;
	color: #6b8135;
}
#pop_n p {
	margin-bottom: 1em;
}
div#pop_n2 {
	margin: 0 auto;
	background-color: #fff;
	width: 630px;
	text-align: left;
	line-height: 140%;
}

/* price---------------------*/
.price1 {
	font-size: 90%;
	border-collapse: collapse;
	margin: 5px 0 25px 0;
}
.price1 td.dc {
	background-color: #e2bba8;
	border: #d26f3e solid 1px;
}
.price1 th {
	background-color: #ebddd7;
	border: #d26f3e solid 1px;
	text-align: center;
	font-weight: normal;
}
.price1 td {
	text-align: center;
	border: #d26f3e solid 1px;
	background-color: #fff;
}
/*---*/
.price2 {
	font-size: 90%;
	border-collapse: collapse;
	margin: 5px 0 25px 0;
}
.price2 td.dc {
	background-color: #bccd92;
	border: #6b8135 solid 1px;
}
.price2 th {
	background-color: #deebbe;
	border: #6b8135 solid 1px;
	text-align: center;
	font-weight: normal;
}
.price2 td {
	text-align: center;
	border: #6b8135 solid 1px;
	background-color: #fff;
}
/*---*/
.price3 {
	font-size: 90%;
	border-collapse: collapse;
	margin: 5px 0 25px 0;
}
.price3 td.dc {
	background-color: #8dccbc;
	border: #2e806c solid 1px;
}
.price3 th {
	background-color: #bee8de;
	border: #2e806c solid 1px;
	text-align: center;
	font-weight: normal;
}
.price3 td {
	text-align: center;
	border: #2e806c solid 1px;
	background-color: #fff;
}
/*---*/
.price4 {
	font-size: 90%;
	border-collapse: collapse;
	margin: 5px 0 25px 0;
}
.price4 td.dc {
	background-color: #b693c0;
	border: #6e387d solid 1px;
}
.price4 th {
	background-color: #e6d5eb;
	border: #6e387d solid 1px;
	text-align: center;
	font-weight: normal;
}
.price4 td {
	text-align: center;
	border: #6e387d solid 1px;
	background-color: #fff;
}
/*---*/
.price5 {
	font-size: 90%;
	border-collapse: collapse;
	margin: 5px 0 5px 0;
}
.price5 td.dc {
	background-color: #d4bbc5;
	border: #9b4869 solid 1px;
}
.price5 th {
	background-color: #ebddd7;
	border: #9b4869 solid 1px;
	text-align: center;
	font-weight: normal;
}
.price5 td {
	text-align: center;
	border: #9b4869 solid 1px;
	background-color: #fff;
}
/*---*/
.price6 {
	font-size: 90%;
	border-collapse: collapse;
	margin: 5px 0 25px 0;
}
.price6 td.dc {
	background-color: #9baad1;
	border: #30457b solid 1px;
}
.price6 th {
	background-color: #d2d9e9;
	border: #30457b solid 1px;
	text-align: center;
	font-weight: normal;
}
.price6 td {
	text-align: center;
	border: #30457b solid 1px;
	background-color: #fff;
}
/*---*/
.yoyaku {
	width: 630px;
	margin-bottom: 1em;
}
.yoyaku div.right {
	float: right;
	width: 400px;
}

/*around-map*/
.around {
	width: 550px;
	border-bottom: 1px dotted #784285;
	padding: 5px;
	margin: 10px 0 10px 20px;
}
.around p {
	margin-bottom: 0.3em;
	padding-left: 0.5em;
}
.around span.lunch {
	color:#9b4869;
	font-weight: bold;
	border-left: 5px solid #9b4869;
	padding-left: 5px;
}
.around span.midokoro {
	color:#784285;
	font-weight: bold;
	border-left: 5px solid #784285;
	padding-left: 5px;
}
.around span.omiyage {
	color:#6b8135;
	font-weight: bold;
	border-left: 5px solid #6b8135;
	padding-left: 5px;
}
.around span.bar {
	color:#30457b;
	font-weight: bold;
	border-left: 5px solid #30457b;
	padding-left: 5px;
}
.around p.modoru {
	text-align: right;
	padding-right: 30px;
}
.around p.modoru a {
	color:#784285;
	text-decoration: none;
	font-size: 90%;
}
.around p.modoru a:hover {
	text-decoration: underline;
}
/* oseti---------------------*/

h1#oseti {
	font-size: 105%;
	color: #5a583b;
	background-color: #dfded0;
	border: 1px solid #9c9855;
	border-left: 10px solid #9c9855;
	display: block;
	width: 580px;
	padding: 5px 0 0 5px;
	background-image:none;
	margin:10px 0;
	line-height:100%;
	height:20px;
	font-weight:bold;
}

p.setumei{
	margin:0 0 0 20px;
}
p.setumei2{
	margin:1em 0 0 0;
}
p.setumei3{
	margin:0;
}
p.setumei4{
	margin:0 0 1em 0;
}
#pop_n2 {
	margin: 0 auto;
	background-color: #fff;
	width: 600px;
	padding: 15px;
	text-align: left;
	font-size:90%;
	line-height:150%;
}
#pop_n2 table {
	font-size: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}
#pop_n2 table th {
	background-color: #deebbe;
	border: #6b8135 solid 1px;
	font-weight: normal;
	text-align: left;
}
#pop_n2 table td {
	border: #6b8135 solid 1px;
	background-color: #f2f9e0;
	text-align: left;
}
#pop_n2 table td.td2 {
	border: #6b8135 solid 1px;
	background-color: #fff;
	font-size: 90%;
	text-align: left;
}
#pop_n2 ul{
	margin-left:20px;
}

/*plan0906--------------*/
dl.plan0906 {
	float: right;
	width: 420px;
}
dl.plan0906 dt {
	float: left;
	width: 7em;
	font-weight: bold;
	color: #784285;
}
dl.plan0906 dd {
	padding-left: 7em;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

/*drop shadow-----------*/
img.shadow {
	background: url(../img/shadow.gif) right bottom;
	padding: 0 5px 5px 0;
}

/*news page-----------*/
div.news img {
	float: right;
	border: 1px solid #ccc;
	margin-left: 15px;
}

img.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
img.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}

/*京のいけず----------------------------------*/
div.ikezu_right_txt {width: 300px; float: right;}
.price_ikezu {
	color: #941e0e;
	font-size: 110%;
	font-weight: bold;
	line-height: 160%;
}
.bold_ikezu {
	font-size: 120%;
	font-weight: bold;
	color: #444;
	line-height: 180%;
}
dl.price_ikezu {margin-bottom: 10px;}
dl.price_ikezu dt {float: left;}
dl.price_ikezu dd {text-align: right;}


/*おせち2011年--------------------------------*/
div.osechi2 {margin: 0 auto 20px; width: 270px; height: 190px; padding: 170px 40px 15px 290px; background: url(../osechi/img/osechi2.jpg) no-repeat; }
div.osechi3 {margin: 0 auto 20px; width: 270px; height: 190px; padding: 170px 40px 15px 290px; background: url(../osechi/img/osechi3.jpg) no-repeat; }
h3.indent {display: inline; text-align: left; text-indent: -99999px; border: none; background: none;}
div#saikyo {margin: 0 auto 20px; width: 600px; height: 420px; text-indent: -9999px; background: url(../osechi/img/saikyo.jpg) no-repeat; }
.indent {margin-left: 1em;}

pre {background-color: #e5e5e5; padding: 15px; font-size: 90%; height: 300px; overflow-y: scroll; border: 1px solid #ccc;}
p.fax {margin: 0 auto 15px; text-align: center;}
p.fax a {padding: 5px; background:#913a5e; border: 1px solid #ccc; color: #fff; text-decoration: none;}
p.fax a:hover {background: #c97586;}


/*2012*/
div.meikou {width: 600px; height: 264px; background: url(../osechi/img/meikou.png) no-repeat; margin: 0 auto 15px; position: relative;}
div.meikou p {display: block; width: 350px; height: 200px; position: absolute; top: 120px; left: 15px;}

#garelly {width: 630px; padding: 10px 0;}
#garelly ul {list-style: none;}
#garelly ul li {display: block; width: 210px; text-align: center; float: left; padding: 7px 0;}
#garelly ul li a {text-decoration: none; color: #333; font-size: 90%;}
#garelly ul li img {border: 2px solid #fff;}


/*2012/1/20追加------------------------------------------------*/
dl.enkai_faq {margin: 15px 10px 30px; width: 580px;}
dl.enkai_faq dt {background: url(../plan/img/que.gif) 0 7px no-repeat; padding: 12px 0 12px 40px; border-bottom: 1px dotted #ccc;}
dl.enkai_faq dd {background: url(../plan/img/ans.gif) 0 7px no-repeat; padding: 12px 0 12px 40px; border-bottom: 1px dotted #816b43; margin: 0 0 10px;}
.txt_right {text-align: right;}
