@charset "utf-8";

/*===============================
	catTab
===============================*/
.pkcContent .main .catTab {
	position: relative;
	overflow: hidden;
}
.pkcContent .main .catTab:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: #ec6d88 solid 2px;
	z-index: 0;
}
.pkcContent .main .catTab li {
	position: relative;
	float: left;
	line-height: 0;
	padding-top: 2px;
	border-radius: 5px 5px 0 0;
	border: #ec6d88 solid;
	border-width: 2px 2px 0;
	background: #ec6d88;
	z-index: 1;
}
.pkcContent .main .catTab li:first-child {
	margin-right: 6px;
}
.pkcContent .main .catTab li.on {
	background: #fff;
}
.pkcContent .main .catTab li a:hover {
	opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
	zoom: 1;
}


/*===============================
	serviceBox
===============================*/
.pkcContent .main .serviceBox {
	margin-bottom: 30px;
	padding: 10px 28px 28px;
	border: #ec6d88 solid;
	border-width: 0 2px 2px;
	background: #fff;
}
.pkcContent .main .serviceBox.catArea {
	padding-top: 28px;
}


/****** catListBox ******/
.pkcContent .main .serviceBox .catListBox {
	margin-bottom: 25px;
}
.pkcContent .main .serviceBox .catListBox h4 {
	margin-bottom: 10px;
	text-align: left;
	font-size: .8em;
}
.pkcContent .main .serviceBox .catListBox h4 span {
	font-size: .8em;
}

/* catList */
.pkcContent .main .serviceBox .catListBox .catList {
	overflow: hidden;
}
.pkcContent .main .serviceBox .catListBox .catList li {
	float: left;
	margin: 0 23px 20px 0;
}
/*.pkcContent .main .serviceBox .catListBox .catList li.fin {
	position: relative;
	min-width: 120px;
	line-height: 35px;
	padding: 0 15px 0 30px;
	text-decoration: none;
	font-size: .85em;
	color: #fff;
	background: #ccc;
}

.pkcContent .main .serviceBox .catListBox .catList li.fin:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 15px;
	border: transparent solid 4px;
	border-left: #fff solid 6px;
}*/
.pkcContent .main .serviceBox .catListBox .catList li.marR0 {
	margin-right: 0;
}
.pkcContent .main .serviceBox .catListBox .catList li a {
	display: block;
	position: relative;
	min-width: 120px;
	line-height: 35px;
	padding: 0 15px 0 30px;
	border: #ec6d88 solid 1px;
	text-decoration: none;
	font-size: .85em;
	color: #ec6d88;
}

.pkcContent .main .serviceBox .catListBox .catList li a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	zoom: 1;
}
.pkcContent .main .serviceBox .catListBox .catList2 li a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	zoom: 1;
}
.pkcContent .main .serviceBox .catListBox .catList li a:link {
	color: #ec6d88!important;
}
.pkcContent .main .serviceBox .catListBox .catList li.fin {
	position: relative;
	font-size: .85em;
	background: #ccc;
	color: #fff;
	line-height: 35px;
	padding: 0 15px;
	text-align: center;
}
.pkcContent .main .serviceBox .catListBox .catList li.fin a:before {
	display: none
}
.pkcContent .main .serviceBox .catListBox .catList li.fin a {
	min-width: auto;
	pointer-events: none;
	color: #fff!important;
	background: #ccc;
	border: #ccc solid 1px;
	padding: 0;
}
.pkcContent .main .serviceBox .catListBox .catList2 li {
	float: left;
	margin: 0 23px 20px 0;
}
.pkcContent .main .serviceBox .catListBox .catList2 li a {
	display: block;
	position: relative;
	min-width: 120px;
	line-height: 35px;
	padding: 0 15px 0 30px;
	text-decoration: none;
	font-size: .85em;
	color: #FFF;
}
.pkcContent .main .serviceBox .catListBox .catList2 li a:link {
	color: #FFF!important;
}

.pkcContent .main .serviceBox .catListBox .catList li a:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 15px;
	border: transparent solid 4px;
	border-left: #ec6d88 solid 6px;
}
.pkcContent .main .serviceBox .catListBox .catList2 li a:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 15px;
	border: transparent solid 4px;
	border-left: #FFF solid 6px;
}
.pkcContent .main .serviceBox .catListBox .catList li.current a {
	background: #ec6d88;
	font-weight: bold;
	color: #fff;
}
.pkcContent .main .serviceBox .catListBox .catList2 li a {
	background: #062A8A;
	font-weight: bold;
	color: #fff;
}
.pkcContent .main .serviceBox .catListBox .catList li.current a:before {
	border-left: #fff solid 6px;
}

.pkcContent .main .serviceBox .catListBox .catList li.current a:hover,
.pkcContent .main .serviceBox .catListBox .catList li.current a:link{
	color: #fff!important;
}


/****** table ******/
.pkcContent .main .serviceBox table {
	width: 100%;
}
.pkcContent .main .serviceBox table tr th,
.pkcContent .main .serviceBox table tr td {
	line-height: 1.4;
	padding: 15px;
	border: #ec6d88 solid 1px;
	font-size: .85em;
}
.pkcContent .main .serviceBox table thead tr th{
	padding: 10px;
	background: #ec6d88;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	color: #fff;
}
.pkcContent .main .serviceBox table thead tr th strong {
	font-size: 1.4em;
	color: #fff;
}
.pkcContent .main .serviceBox table thead tr td {
	padding: 8px 15px;
	font-size: .8em;
}
.pkcContent .main .serviceBox table thead img {
	float: left;
	margin-right: 10px;
}

.pkcContent .main .serviceBox table tbody tr th {
	width: 230px;
}
.pkcContent .main .serviceBox table tbody tr td {
	width: 50%;
}
.pkcContent .main .serviceBox table tbody tr td strong {
	font-size: 1.1em;
	color: #662b1f;
}
.pkcContent .main .serviceBox table.stay tbody tr td {
	text-align: center;
}


/****** serviceDet ******/
.pkcContent .main .serviceBox .serviceDet {
	margin: 35px 20px 0;
}
.pkcContent .main .serviceBox .serviceDet h5{
	text-align: left;
	font-weight: bold;
}
.pkcContent .main .serviceBox .serviceDet h5 span {
	font-size: .8em;
}
.pkcContent .main .serviceBox .serviceDet h6{
	text-align: left;
	font-size: .85em;
	font-weight: bold;
}
.pkcContent .main .serviceBox .serviceDet p {
	margin-bottom: 1em;
	text-align: left;
	font-size: .85em;
}
.pkcContent .main .serviceBox .serviceDet p.last  {
	margin-bottom: 0;
}
.pkcContent .main .serviceBox .serviceDet p .fontS {
	font-size: .9em;
}
.pkcContent .main .serviceBox .serviceDet .memo {
	text-align: left;
	font-size: .8em;
}


/****** 25.10.15 追加 ******/
/*.pkcContent .main .serviceBox table tbody tr th span.ski-season{
	position: relative;
	display: inline-block;
	padding: 0 0 1em;
}*/

.pkcContent .main .serviceBox table tbody tr th span.ski-season::after{
	content: "※2024-2025シーズンの情報です。";
	position: absolute;
	display: none;
	width: 20em;
	top: 1.4em;
	left: 0;	
	}
.pkcContent .main .serviceBox table tbody tr th span.ski-season.off{padding: 0;}
.pkcContent .main .serviceBox table tbody tr th span.ski-season.off::after{display: none;}