@charset "utf-8";
/* 料金・プラン */

#plan #container {
	box-shadow: none;
	padding-top: 0;
}

#plan h1 {
	background-image: url(../../plan/images/hl_01.gif);
}

#plan h2 {
	background-image: url(../../plan/images/hl_02.gif);
}

#plan .option h3 {
	background-image: url(../../plan/images/hl_03.gif);
}

#plan .cancel h3 {
	background-image: url(../../plan/images/hl_04.gif);
}

#plan .price p.notes {
	margin-bottom: 20px;
	border: solid 1px #585b57;
	line-height: 40px;
	color: #ccc;
	text-align: center;
}

#plan .related {
	margin-top: 30px;
	padding-bottom: 20px;
	border: solid 1px #585b57;
	width: 998px;
	background-color: #59534a;
}

#plan .related p {
	text-align: center;
}

#plan .related li a {
	background-image: url(../../plan/images/btn_plan_jalan.png);
}

.btn_inducement {
	background-color: #59534a;
	margin-bottom: 50px;
}

.btn_inducement dl {
	overflow: hidden;
	position: relative;
	padding: 20px;
}

.btn_inducement dl dt,
.btn_inducement dl dd {
	width: 700px;
}

.btn_inducement dl dt{
	margin-bottom: 10px;
	background-image: url(../../plan/images/hl_inducement.gif);
	width: 140px;
	height: 26px;
	display: block;
	text-indent: -10000em;
}

.btn_inducement dl dd.btn {
	width: 200px;
	height: 100px;
	position: absolute;
	top: 30px;
	right: 50px;
}

.btn_inducement dl dd.btn a {
    background-color: #464f53;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #717678;
	display: block;
    height: 45px;
    width: 216px;
	background-image: url("../../plan/images/btn_reservation.png");
}

.btn_inducement dl dd.btn a:hover {
	background-color: #765934;
	color: #FFF;
	text-decoration: none;
}

.link_plan h3 {
	background-image: url(../../plan/images/hl_05.gif);
} 

/* テーブル */

#plan table,
#plan table td,
#plan table tr,
#plan table th {
	border: 0;
}

#plan table {
	width: 100%;
	border: 1px solid #585b57;
	color: #dacec4;
	text-align: center;
	margin-bottom: 34px;
}

#plan table td,
#plan table tr,
#plan table th {
	border-right: 1px solid #585b57;
	border-bottom: 1px solid #585b57;
}

#plan table th {
	background-color: #454a44;
	color: #FFF;
	font-weight: normal;
}

#plan table th.room_type  {
	width: 160px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

#plan table td.price {
	font-weight: bold;
	color: #FFF;
}

#plan table th.type1 {
	background-image: url(../../plan/images/room_type01.gif);
}

#plan table th.type2 {
	background-image: url(../../plan/images/room_type02.gif);
}

#plan table th.type3 {
	background-image: url(../../plan/images/room_type03.gif);
}

#plan table ul {
	width: 138px;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

#plan table ul li {
	width: 66px;
	height: 66px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -10000em;
	float: left;
	border: 1px solid #333631;
}

#plan table ul li.kaze {
	background-image: url(../../plan/images/price_room_kaze.gif)
}

#plan table ul li.hinata {
	background-image: url(../../plan/images/price_room_hinata.gif)
}

#plan table ul li.hama {
	background-image: url(../../plan/images/price_room_hama.gif)
}

#plan table ul li.hoshi {
	background-image: url(../../plan/images/price_room_hoshi.gif)
}

#plan table ul li.oto {
	background-image: url(../../plan/images/price_room_oto.gif)
}

#plan table ul li.tsuki {
	background-image: url(../../plan/images/price_room_tsuki.gif)
}

#plan table ul li.sora {
	background-image: url(../../plan/images/price_room_sora.gif)
}

/* オプション */


#plan .option img {
	float: right;
}

#plan .option .txt {
	width: 650px;
}

/* キャンセル */

#plan .cancel {
	border-bottom: none;
}

#plan .cancel table {
	margin-bottom: 0;
}

#plan .cancel .txt {
	margin-bottom: 30px;
}

#plan .cancel ul,
#plan .cancel li,
#plan .cancel a {
	width: 430px;
}

#plan .cancel a {
	background-color: #a53931;
	background-image: url(../../plan/images/btn_pdf.png);
}

#plan .cancel a:hover {
	background-color: #c84a41;
	background-image: url(../../plan/images/btn_pdf.png);
}








