
a:link,
a:visited,
a:hover{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}


/*プラン詳細画面--------------------------------*/
.planDetail .calendarBtn,
.planDetail .searchBtn{
	top:-25px;
}
.calendarBtn,
.searchBtn{
	position:absolute;
	display:block;
	width:128px;
	height:72px;
	padding:56px 0 0 0;
	letter-spacing:-0.05em;
	text-align:center;
	font-weight:bold;
	background:#fff;
	border:solid 1px #e7e7e7;
	border-radius:65px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.calendarBtn{
	right:150px;
}
.searchBtn{
	right:0px;
}
.calendarBtn.current,
.searchBtn.current{
	width:130px;
	height:73px;
	background:#dbd1b3;
	border:none;
}
.calendarBtn:link,
.calendarBtn:visited,
.calendarBtn:hover,
.searchBtn:link,
.searchBtn:visited,
.searchBtn:hover{
	text-decoration:none;
}
.calendarBtn:hover,
.searchBtn:hover{
	background: #dbd1b3;
}
.calendarBtn.current::before,
.searchBtn.current::before{
	position: absolute;
	bottom: -26px;
	left: 0;
	right:0;
	margin:0 auto;
	content: "";
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #dbd1b3;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/**/
.historyBackBtn{
	position:absolute;
	padding-left:25px;
	top:20px;
	left:0px;
}
.historyBackBtn:link,
.historyBackBtn:visited,
.historyBackBtn:hover{
	text-decoration:none;
}
.historyBackBtn::before{
	position: absolute;
	top: 0px;
	left: 0;
	content: "";
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
/**/

.planDetail .yoyakuBtn{
	display:block;
	width:100%;
	padding:12px 0;
	border:solid 1px #e7e7e7;background-color:#fff;
	cursor:pointer;
	margin:0px 0 30px;
}
.planDetail .yoyakuBtn p{
	display:block;
	width:320px;
	margin:0 auto;
	padding:10px 0;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:#ca829d;
}
.planDetail .yoyakuBtn:link,
.planDetail .yoyakuBtn:visited,
.planDetail .yoyakuBtn:hover{
	text-decoration:none;
}
/**/
.planDetail .bobyBox{
	margin-bottom:30px;
	padding:48px 55px;
	background: #fcfaf4;
	border: solid 6px #f8e9e3;
	border-width:6px 0;
}
.planDetail .bobyBox .left{
	width:318px;
	float:left;
}
.planDetail .bobyBox .left img{
	width:318px;
	height:auto;
	margin-bottom:24px;
}
.planDetail .bobyBox .right{
	width:664px;
	float:right;
}
.planDetail .bobyBox .right .catch{
	font-size:14px;
	font-weight:bold;
	padding-bottom:8px;
}
.planDetail .bobyBox .right .planname{
	margin-bottom:10px;
	padding:12px 0;
	font-size:20px;
	font-weight:bold;
	border-top:dashed 1px #999;
	border-bottom:dashed 1px #999;
}
.planDetail .bobyBox .right .planname span{
	display:block;
	font-size:13px;
	color:#aea070;
	font-weight:normal;
}
.planDetail .bobyBox .right .kikan{
	margin-bottom:10px;
}
.planDetail .bobyBox .right .price{
	margin-bottom:8px;
	padding-bottom:8px;
	color:#d07295;
	font-size:15px;
	font-weight:bold;
}
.planDetail .bobyBox .right .scheBox{
	margin-bottom:30px;
	padding-top:20px;
	_border-top:dashed 1px #999;
}
.planDetail .bobyBox .right .scheBox .tokutenNashi{
	width:664px;
	float:left;
	background:#fff;
}
.planDetail .bobyBox .right .scheBox .tokutenNashi h5{
	width:664px;
	padding:8px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:#f2ead3;
}
.planDetail .bobyBox .right .scheBox .tokutenNashi .inner{
	width:624px;
	padding:18px 20px;
}
.planDetail .bobyBox .right .honbunBox{
	padding-top:30px;
	border-top:dashed 1px #999;
}
/**/
.planDetail .bobyBox .right .tokutenBox{
	width:664px;
	margin-bottom:30px;
	_padding-top:20px;
	background:#fff;
}
.planDetail .bobyBox .right .tokutenBox h5{
	width:664px;
	padding:8px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:#f4c5c0;
}
.planDetail .bobyBox .right .tokutenBox .inner{
	width:624px;
	padding:18px 20px;
}
/**/
.planDetail .bobyBox .right .scheBox .naiyoTt{
	width:624px ;
	margin:20px;
}
.planDetail .bobyBox .right .scheBox .naiyoTt th{
	position:relative;
	padding:10px 20px 10px 10px;
	font-weight:normal;
	white-space:nowrap;
	vertical-align:top;
	border-bottom:dashed 1px #ddd;
}
.planDetail .bobyBox .right .scheBox .naiyoTt td{
	padding:10px;
	font-weight:normal;
	vertical-align:top;
	border-bottom:dashed 1px #ddd;
}
.planDetail .bobyBox .right .scheBox .naiyoTt th::before{
	position: absolute;
	top: 11px;
	right: 0;
	content: "♦";
	box-sizing: border-box;
	width: 1em;
	height: 1em;
	font-size:0.7em;
	color:#f1d9e0;
}
.planDetail .bobyBox .right .scheBox .naiyoTt tr:nth-child(even) th::before{
	color:#f2ead3;
}
.planDetail .bobyBox .right .scheBox .naiyoTt tr:last-child th,
.planDetail .bobyBox .right .scheBox .naiyoTt tr:last-child td{
	border:none;
}
.planDetail .bobyBox .right .scheBox .naiyoTt tr:nth-child(even) th,
.planDetail .bobyBox .right .scheBox .naiyoTt tr:nth-child(even) td{
	background:#faf6f8;
}

/*フェアTOP画面--------------------------------*/
.planTop .mainImageWrapper{
	background:url(/wedding/plan/images/top/main_plan.jpg) center center no-repeat;
	background-size:cover;
}
.planTop{

}
.planTop .readWrapper{
	position:relative;
	width:1140px;
	margin:0px auto 0;
	text-align:center;
}
.planTop .bodyWrapper{
	width:100%;
	margin-bottom:30px;
}
.planTop .bobyBox{
	padding:0;
	padding:20px 0px 15px;
	background: #fcfaf4;
	border: solid 6px #f8e9e3;
	border-width:6px 0 0;
}
.planTop .bobyBox .inner{
	display:table;
	width:1180px;
	margin:0 auto;
	text-align:center;
}
.planTop .bodyWrapper .categoryName{
	position:relative;
	margin-top:60px;
	padding:30px 0 5px 0;
	text-align:center;
	font-weight:normal;
	font-size:25px;
}
.planTop .bodyWrapper .categoryName:first-child{
	margin-top:15px;
}
.planTop .bodyWrapper .categoryName:before{
	position: absolute;
	display: block;
	margin:-8px 0 0 -7px;
	padding: 0;
	content: "";
	top: 0px;
	left: 50%;
	width: 15px;
	height: 14px;
	z-index: 1;
	background:url(/wedding/images/share/linestone.png);
	background-size:15px 14px;
}
.planTop .planKiji{
	display:inline-table;
	width:360px;
	margin:15px;
	text-align:left;
}
.planTop .planKiji:hover{
	text-decoration:none;
}
.planTop .planKiji .planname{
	margin:10px 0 5px;
	padding:0 0 10px 0;
	font-size:15px;
	border-bottom:dashed 1px #ddd;
}
.planTop .planKiji .ninzu{
	display:block;
	margin:0px 0 10px;
	padding:0 0 5px 0;
	font-size:13px;
	color:#aea070;
	font-weight:normal;
	border-bottom:dashed 1px #ddd;
}
.planTop .planKiji .price{
	margin-bottom:8px;
	padding-bottom:8px;
	color:#d07295;
	font-size:14px;
	font-weight:normal;
}














/*responsive--------------------------------*/
.img100per{
	width:100%;
	height: auto;
}
.img-sp100per{
}
.img-max100per{
	display: block;
	max-width: 100%;
	height: auto;
}
/*############################################*/
/*  */
/*############################################*/
.sp{
	display:none;
}
@media (max-width: 992px) {

}
@media only screen and (max-width: 767px) {
	body{
		font-size:14px;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.img100per{
		width:100%;
		height: auto;
	}
	.img-sp100per{
		width:100%;
		height: auto;
	}
	.img-max100per{
		display: block;
		max-width: 100%;
		height: auto;
	}

	/*プラン詳細画面--------------------------------*/
	.planDetail .calendarBtn,
	.planDetail .searchBtn{
		top:auto;
	}
	.searchBtn{
		margin-top:20px;
	}
	.calendarBtn,
	.searchBtn{
		position:static;
		display:block;
		width:100%;
		height:auto;
		padding:12px 0;
		letter-spacing:-0em;
		text-align:center;
		font-weight:bold;
		background:#f6f6f6;
		border:solid 1px #e7e7e7;
		border-width:1px 0 0 0;
		border-radius:0px;
	}
	.calendarBtn{
		right:auto;
	}
	.searchBtn{
		right:auto;
	}
	.calendarBtn.current,
	.searchBtn.current{
		width:100%;
		height:auto;
		background:#dbd1b3;
		border:none;
	}
	.calendarBtn:hover,
	.searchBtn:hover{
		background: #dbd1b3;
	}
	.calendarBtn.current::before,
	.searchBtn.current::before{
		display:none;
	}
	/**/
	.historyBackBtn{
		position:static;
		display:block;
		width:100%;
		height:auto;
		padding:12px 0;
		letter-spacing:-0em;
		text-align:center;
		font-weight:bold;
		background:#f6f6f6;
		border:solid 1px #e7e7e7;
		border-width:1px 0 ;
		border-radius:0px;
		top:auto;
		left:auto;
	}
	.historyBackBtn::before{
		display:none;
	}
	/**/
	.planDetail .yoyakuBtn{
		border-width:1px 0;
	}
	.planDetail .yoyakuBtn p{
		width:auto;
		max-width:320px;
	}
	.planDetail .yoyakuBtn:link,
	.planDetail .yoyakuBtn:visited,
	.planDetail .yoyakuBtn:hover{
	
	}
	/**/
	.planDetail .bodyWrapper {
		width: 100%;
		margin: 20px auto 0;
		text-align: left;
	}
	.planDetail .bobyBox{
		width:90%;
		margin-bottom:30px;
		padding:20px 5%;
	}
	.planDetail .bobyBox .left{
		width:100%;
		float:none;
	}
	.planDetail .bobyBox .left img{
		width:100%;
		height:auto;
		margin-bottom:14px;
	}
	.planDetail .bobyBox .right{
		width:100%;
		float:none;
	}
	.planDetail .bobyBox .right .scheBox{
		margin-bottom:30px;
		padding-top:30px;
		border-top:dashed 1px #999;
	}
	.planDetail .bobyBox .right .scheBox .tokutenNashi{
		width:100%;
		float:none;
	}
	.planDetail .bobyBox .right .scheBox .tokutenNashi h5{
		width:100%;
		padding:8px 0;
		font-size:14px;
		font-weight:bold;
		text-align:center;
		background:#f2ead3;
	}
	/**/
	.planDetail .bobyBox .right .tokutenBox{
		width:100%;
		margin-bottom:30px;
	}
	.planDetail .bobyBox .right .tokutenBox h5{
		width:100%;
	}
	.planDetail .bobyBox .right .tokutenBox .inner{
		width:auto;
		padding:18px 20px;
	}
	.planDetail .bobyBox .right .tokutenBox .inner img{
		max-width:100%;
		height:auto;
	}
	/**/
	.planDetail .bobyBox .right .scheBox .naiyoTt{
		width:100%;
		margin:0px;
		_background:#c9c;
	}
	.planDetail .bobyBox .right .scheBox .naiyoTt th,
	.planDetail .bobyBox .right .scheBox .naiyoTt td{
		display:block;
	}
	.planDetail .bobyBox .right .scheBox .naiyoTt th{
		position:relative;
		padding:10px 20px 10px 10px;
		font-weight:normal;
		white-space:nowrap;
		vertical-align:top;
		border-bottom:dashed 1px #ddd;
		background:#faf6f8!important;
	}
	.planDetail .bobyBox .right .scheBox .naiyoTt td{
		padding:10px;
		font-weight:normal;
		vertical-align:top;
		border-bottom:dashed 1px #ddd;
		background:#fff!important;
	}
	.planDetail .bobyBox .right .scheBox .naiyoTt th::before{
		display:none;
	}
	.planDetail .bobyBox .right .scheBox .naiyoTt tr:nth-child(even) th::before{
		display:none;
	}
	.planDetail .bobyBox .right .scheBox .naiyoTt tr:last-child th,
	.planDetail .bobyBox .right .scheBox .naiyoTt tr:last-child td{
		_border:none;
	}
	.planDetail .bobyBox .right .scheBox .naiyoTt tr:nth-child(even) th,
	.planDetail .bobyBox .right .scheBox .naiyoTt tr:nth-child(even) td{
		_background:#faf6f8;
	}


	/*プランTOP画面--------------------------------*/
	.planTop .mainImageWrapper{
		width:100vw;
		height:80vw;
		_background:url(/wedding/fair/images/top/main_fair.jpg) center center no-repeat;
		_background-size:cover;
	}
	.planTop{
	
	}
	.planTop .readWrapper{
		position:relative;
		width:94%;
		margin:0px auto 0;
	}
	.planTop .bobyBox{
	}
	.planTop .bobyBox .inner{
		width:100%;
	}
	.planTop .planKiji{
		display:inline-table;
		width:94%;
		margin:15px 3%;
		text-align:left;
	}
	.planTop .planKiji img{
		width:100%;
		height:auto;
	}





}/*@*/

















