@charset "utf-8";

/*==========================================

	プラン詳細 (PC)

==========================================*/
#connectBody main{
	padding-bottom: 180px;
}

/*================================
	プラン一覧
================================*/
#connectBody main .entry{
	width: 95%;
	max-width: 980px;
	margin: 0 auto;
	padding-top: 120px;
}


/*------------------------
	概要
------------------------*/
#connectBody .entry .overview {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#connectBody .entry .overview figure{
	width: 36%;
	position: relative;
}
#connectBody .entry .overview .details{
	width: 59%;
}
#connectBody .entry .overview .ctlist li{
	display: inline-block;
	margin-right: 5px;
	padding: 5px 1em;
	background: #C9C1B6;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}
#connectBody .entry .overview h1{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid  #D6D6D6;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	color: #BA776E;
}
#connectBody .entry .overview .price {
	margin-top: 10px;
}
#connectBody .entry .overview .price dt,
#connectBody .entry .overview .price dd{
	display: inline-block;
}
#connectBody .entry .overview .price dt{
	margin-right: 1em;
}
#connectBody .entry .overview .price dd.num em{
	margin-right: .5em;
	font-size: 22px;
	font-weight: bold;
	color: #BA776E;
}
#connectBody .entry .overview .price dd.option{
	margin-left: 1em;
}
#connectBody .entry .overview .ctlist li.recommend{
	background: #BA776E;
}
#connectBody .entry .overview .copy {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
}
#connectBody .entry .overview .note{
	margin-top: 20px;
}
#connectBody .entry .overview .target {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	background: #F2F2F2;
	margin-top: 20px;
	padding: 20px 30px;
}
#connectBody .entry .overview .target dt{
	width: 6em;
}
#connectBody .entry .overview .target dd{
	width: calc(100% - 6em);
	text-indent: -1.5em;
}
#connectBody .entry .overview .target dd::before{
	content: "：";
	margin-right: .5em;
}




/*------------------------
	特色
------------------------*/
#connectBody .entry .features {
	margin-top: 50px;

	display:flex; flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:20px;
}
#connectBody .entry .features section {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 20px;
	border: 1px solid  #D6D6D6;

	width:calc(50% - 10px);
}
#connectBody .entry .features section{
	margin-bottom: 20px;
}
#connectBody .entry .features section figure{
	width: 34.5%;
}
#connectBody .entry .features section .details{
	width: calc(65.5% - 30px);
}
#connectBody .entry .features section .details h3{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .05em;
}
#connectBody .entry .features section .details .note{
	margin-top: 5px;
}



/*------------------------
	プランに含まれるもの
------------------------*/
#connectBody .entry .include {
	margin-top: 70px;
}
#connectBody .entry .include h2{
	padding: 20px;
	background: #C9C1B6;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
#connectBody .entry .include .includelist {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top: 30px;
	border-bottom: 1px solid  #D6D6D6;
}
#connectBody .entry .include .includelist dt,
#connectBody .entry .include .includelist dd{
	padding: 20px;
	border-top: 1px solid  #D6D6D6;
}
#connectBody .entry .include .includelist dt{
	width: 9em;
	background: #F2F2F2;
	border-right: 1px solid  #D6D6D6;
}
#connectBody .entry .include .includelist dt:nth-of-type(even){
	border-left: 1px solid  #D6D6D6;
}
#connectBody .entry .include .includelist dd{
	width: calc(50% - 9em);
}




/*------------------------
	htmlフリー挿入エリア
------------------------*/
#connectBody .entry #freearea {
	margin-top: 65px;
}





/*------------------------
	予約
------------------------*/
#connectBody .entry .contact {
	margin-top: 70px;
}
#connectBody .entry .contact *{
	text-align: center;
}
#connectBody .entry .contact .note{
	font-size: 16px;
}
#connectBody .entry .contact .contactlist {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 30px;
}
#connectBody .entry .contact .contactlist li{
	width: 260px;
}
#connectBody .entry .contact .contactlist li:not(:last-of-type){
	margin-right: 10px;
}
#connectBody .entry .contact .contactlist li a{
	display: block;
	padding: 20px;
	background: #BA776E;
	line-height: 1;
	color: #fff;
}




/*================================
	その他のおすすめのプラン
================================*/
#connectBody .other {
	margin-top: 60px;
	padding: 70px 0;
	background: #EFEFEF;
}
#connectBody .other .entries{
	width: 95%;
	max-width: 1125px;
	margin: 40px auto 0;
}
#connectBody .other h2{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}
#connectBody .other .entrylist li{
	padding: 0 12.5px;
}
#connectBody .other .entrylist .ctlist {
	margin-top: 10px;
}
#connectBody .other .entrylist .ctlist li{
	display: inline-block;
	background: #C9C1B6;
	margin-right: 5px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}
#connectBody .other .entrylist h3 {
	margin-top: 10px;
	font-weight: bold;
	line-height: 1.6;
	color: #BA776E;
}
#connectBody .other .entrylist .price {
	background: #fff;
	margin-top: 15px;
	padding: 10px 20px;
	line-height: 1;
}
#connectBody .other .entrylist .price em{
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #BA776E;
}
#connectBody .other .entries .slidenav {
	width: 25px;
	height: 25px;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	background: #D9D9D9;
	border-radius: 50%;
}
#connectBody .other .entries .slidenav::before{
	content:"";
	display:block;
	width:5px;height:5px;
	position:absolute;
	top:50%;left: 50%;
	-webkit-transform:translate(-50%,-50%) rotate(45deg) ;
	-moz-transform:translate(-50%,-50%) rotate(45deg) ;
	transform:translate(-50%,-50%) rotate(45deg) ;
}
#connectBody .other .entries .slidenav.prev{
	left: -40px;
}
#connectBody .other .entries .slidenav.next{
	right: -40px;
}
#connectBody .other .entries .slidenav.prev::before{
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
#connectBody .other .entries .slidenav.next::before{
	border-top:1px solid #000;
	border-right:1px solid #000;
}



/*================================
	おすすめのフェア
================================*/
#connectBody .recommendfair {
	margin-top: 60px;
}
#connectBody .recommendfair h2{
	margin-bottom: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
}
#connectBody .recommendfair {
	
}
#connectBody .recommendfair .entry:not(:last-of-type){
	margin-bottom: 30px;
}
#connectBody .recommendfair .entry {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	padding: 30px 40px 40px;
	border: 1px solid  #D6D6D6;
}
#connectBody .recommendfair .entry h3{
	width: 100%;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	color: #BA776E;
}
#connectBody .entry figure{
	width: 28%;
	position: relative;
}
#connectBody .recommendfair .entry .details{
	width: 68%;
}
#connectBody .recommendfair .entry .ctlist {
	margin-top: 5px;
}
#connectBody .recommendfair .entry .ctlist li{
	display: inline-block;
	margin-right: 5px;
	padding: 5px .7em;
	background: #C9C1B6;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}
#connectBody .recommendfair .entry .target {
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 15px;
}
#connectBody .recommendfair .entry .target dt{
	width: 5em;
}
#connectBody .recommendfair .entry .target dd{
	width: calc(100% - 5em);
}
#connectBody .recommendfair .entry .target dt::after{
	content: "：";
}
#connectBody .recommendfair .entry .note {
	margin-top: 10px;
}
#connectBody .recommendfair .entry .more a {
	display: block;
	width: 250px;
	margin-top: 20px;
	padding: 15px;
	background: #BA776E;
	text-align: center;
	line-height: 1;
	color: #fff;
}
#connectBody .recommendfair .gofair a{
	display: block;
	width: 300px;
	margin: 40px auto 0;
	padding: 20px;
	background: #BA776E;
	text-align: center;
	line-height: 1;
	color: #fff;
}






