/*おすすめ*/
.recommended {
	margin-bottom: 87px;
    text-align: center;
}
.recommended *, 
.recommended *::before, 
.recommended *::after {
    box-sizing: border-box;
}
.recommended h2 {
	text-align: center;
	margin: 60px 0;
}
#plan_rec ul {
	margin: 0 auto 50px;
	letter-spacing: -.40em;
	width: 1200px;
}
#plan_rec ul li {
	display: inline-block;
    letter-spacing: normal;
    margin-right: 5px;
    text-align: left;
    vertical-align: top;
}
#plan_rec ul li:last-child {
	margin-right: 0;
}
#plan_rec ul li span.photo {
    border: 1px solid #fff;
    display: block;
    height: 222px;
	overflow: hidden;
	position: relative;
    width: 392px;
}
#plan_rec ul li span.photo img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#plan_rec ul li p {
	color: #fff;
    display: table-cell;
    font-size: 15px;
    height: 65px;
    padding: 0 65px;
    vertical-align: middle;
    width: 392px;
}
#plan_rec ul li span.recommend {
	background-repeat: no-repeat;
	display: block;
    margin-left: -12px;
    margin-top: -98px;
    position: absolute;
	width: 110px;
	height: 46px;
}
#plan_rec ul li span#rec1 {
	background-image: url("/common/images/top/recommend_1.png");
}
#plan_rec ul li span#rec2 {
	background-image: url("/common/images/top/recommend_2.png");
}
#plan_rec ul li span#rec3 {
	background-image: url("/common/images/top/recommend_3.png");
}
#plan_rec ul li a {
    background-image: url("/common/images/event/arrow_detail.png");
    background-position: 215px center;
    background-repeat: no-repeat;
    border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.3);
    display: block;
    margin: 20px auto 0;
    padding: 12px 0;
    text-align: center;
    width: 253px;
}
#plan_rec ul li a:hover {
	opacity: 0.8;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	プラン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#plan table.conditions {
	width: 100%;
	margin-bottom: 20px;
}
#plan table.conditions tr th {
    border-bottom: 1px solid #fff;
    padding: 10px;
    vertical-align: middle;
    width: 85px;
}
#plan table.conditions tr th img {
    display: block;
    margin: 0 auto;
}
#plan table.conditions tr td {
    background-image: url("/common/images/common/dot_01.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #2f2c2c;
	font-size: 13px;
    padding: 10px 20px;
	position: relative;
    vertical-align: middle;
}
#plan table.conditions tr td:before,
#plan table.conditions tr td:after{
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 20px;
}
#plan table.conditions tr td:before{
    left: 0;
}
#plan table.conditions tr td:after{
    right: 0;
}

/*一覧*/
#plan {
}
#plan .list_box {
	border: 1px solid #e6e5de;
    margin-bottom: 40px;
    padding: 22px;	
}
#plan .list_box .list_txt {
    float: left;
    width: 746px;
}
#plan .list_box .list_txt h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 22px;
    padding: 20px 65px;
}
#plan .list_box .list_txt table.conditions {
	margin-bottom: 20px;
}
#plan .list_box .list_txt .point{
	color: #514c3e;
    font-size: 13px;
    margin-bottom: 25px;
    text-align: left;
}
#plan .list_box .list_txt .point p.heading{
	margin-bottom: 25px;
}
#plan .list_box .list_txt .btn_detail {
	text-align: center;
}
#plan .list_box .list_txt .btn_detail img {
	display: block;
	margin: 0 auto;
}
#plan .list_box .list_txt .btn_detail a {
    background-image: url("/common/images/event/arrow_detail.png");
    background-position: 245px center;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.3);
    display: block;
    margin: 0 auto;
    padding: 12px 0;
    width: 286px;
}
#plan .list_box .list_txt .btn_detail a:hover {
	opacity: 0.8;
}
#plan .list_box .list_ph {
    border: 1px solid #e4e3db;
    float: right;
    height: 381px;
    padding: 1px;
    width: 386px;
}
#plan .list_box .list_ph > span {
	display: block;
    border: 1px solid #e4e3db;
    height: 100%;
	overflow: hidden;
	position: relative;
    width: 100%;
}
#plan .list_box .list_ph span img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: initial;
	height: 100%;
}
@media all and (-ms-high-contrast: none){
	#plan .list_box .list_ph span img{
		max-width: none;
	}
}

#plan .list_box .list_ph > span >img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
}

/*詳細*/
#plan .detail h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 30px;
    text-align: center;
	margin-bottom: 22px;
}
#plan .detail .detail_box {
	margin-bottom: 22px;
}
#plan .detail .detail_box .detail_ph {
    border: 1px solid #e2e1d9;
    float: left;
    margin-bottom: 40px;
    padding: 1px;
    width: 426px;
}
#plan .detail .detail_box .detail_ph img {
    border: 1px solid #e2e1d9;
	display: block;
	width: 100%;
}
#plan .detail .detail_box .detail_txt {
	color: #514c3e;
    float: right;
    padding: 40px;
    width: 774px;
}
#plan .detail .detail_box .detail_txt .lead {
	margin-bottom: 35px;
}
#plan .detail .detail_box .detail_txt table.conditions {
	margin-bottom: 38px;
}
#plan .detail .detail_box .detail_txt .privilege p.heading {
	margin-bottom: 38px;
}
#plan .detail .detail_list {
	border: 1px solid #e2e1d9;
    clear: both;
    margin-bottom: 105px;
    padding: 1px;
}
#plan .detail .detail_list table {
	border: 1px solid #e2e1d9;
    border-collapse: separate;
    border-spacing: 1px;
    color: #514c3e;
    font-size: 12px;
    width: 100%;
}
#plan .detail .detail_list table tr th {
	padding: 10px 18px;
	width: 315px;
	vertical-align: middle;
}
#plan .detail .detail_list table tr td {
	padding: 10px 18px;
	vertical-align: middle;
}
#plan .detail .detail_list table tr:nth-child(odd) td {
	background-color: #f9f9f9;
}
#plan .detail .detail_list table tr:nth-child(even) td {
	background-color: #fff;
}

#planlist {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,236,225,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,236,225,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,236,225,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efece1',GradientType=0 );
	margin-top: 100px;
	padding-bottom: 60px;
}


#planlist ul.Menu_List{
	width: 1200px;
	margin: 0 auto;
}
#planlist ul.Menu_List li{ 
	border: 1px solid #565244;
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-top: 20px;
}
#planlist ul.Menu_List li a{
	display: block;
	text-decoration: none;
}
#planlist ul.Menu_List li a:hover{
	opacity: 0.8;
}
#planlist ul.Menu_List li:nth-child(4n){
	margin-right: 0;
}
#planlist ul.Menu_List li:nth-child(n + 1):not(:nth-child(n + 5)){
	margin-top: 0;
}
#planlist ul.Menu_List li .Menu_Thumb{
    border: 1px solid #fff;
    height: 168px;
    overflow: hidden;
	position: relative;
}
#planlist ul.Menu_List li .Menu_Thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#planlist ul.Menu_List li .Menu_Text{
	background-color: #565244;
    color: #fff;
    display: table-cell;
    font-size: 12px;
    height: 65px;
    line-height: 1.2em;
    padding: 10px 12px;
    vertical-align: middle;
    width: 283px;
}