@charset "utf-8";
/* CSS Document */

/* plan-table
------------------------------------------------------------------- */
#plan_table01 {
	text-align: left;
	margin:12px 0 36px 0;
	border-top: #7fbb7f 5px solid;
	font-size: 100%;line-height: 1.5;
	width:100%;
	max-width:900px;
	}
	
#plan_table01 th{
	padding: 4px;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background: #d4e5d3;
	white-space: nowrap;
	text-align:center;
	color: #215800;
	font-weight: normal;
}

#plan_table01 td.txt	{
	padding: 4px;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background: #FFF;
	text-align:left;
	font-weight: normal;
}

#plan_table01 th.pht	{
	padding: 4px;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background: #FFF;
	text-align:center;
	color: #666;
	font-weight: normal;
}
	
#plan_table01 td	{
	padding: 4px;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background: #fff;
}

#plan_table01 td.pttl	{
	padding: 0px;
	border-bottom: none;
	border-right: none;
}

#plan_table01 p.btn_book{padding:5px;}


@media (max-width: 600px) {
    #plan_table01 table {
        width: 100%;
    }
 
    #plan_table01 table th,
    #plan_table01 table td {
        width: 100%;
        display: block;
    }
}


/* table枠
------------------------------------------------------------------- */
#table{
	position:relative;
	margin:0 auto;
	max-width:900px;
}
#table table{
 	margin:1px auto;
	padding:0px;
	border-collapse: collapse;
}
#table th{
	width: 20%;
	padding: 2px;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #F5F5E3;
	border: 1px solid #b9b9b9;
	line-height: 150%;
}
#table td{
	padding: 3px;
	border: 1px solid #b9b9b9;
	line-height:150%;
	text-align: left;
}
#table .plan-table{
    border-top:3px solid #b5222c;
    width:100%;
}
/* プラン用テーブル 
------------------------------------------------------------------- */

table.price-table{
	margin:10px auto 10px auto;
    border-top:3px solid #b5222c;
    border-left:1px solid #aaa;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}
table.price-table td{
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    background-position:left top;
    text-align:right;
	font-weight: bold;
	padding:6px;
}
table.price-table th{
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    background-position:left top;
    text-align:center;
	font-weight: bold;
	padding:6px;
}