@charset "utf-8";

/*===============================
	catTab
===============================*/
.mContent .catTab {
	position: relative;
	overflow: hidden;
	margin: 0 10px;
}
.mContent .catTab:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: #ec6d88 solid 1px;
	z-index: 0;
}
.mContent .catTab li {
	position: relative;
	width: 49%;
	float: left;
	line-height: 0;
	padding-top: 2px;
	border-radius: 5px 5px 0 0;
	border: #ec6d88 solid;
	border-width: 1px 1px 0;
	background: #ec6d88;
	z-index: 1;
}
.mContent .catTab li:first-child {
	margin-right: 2%;
}
.mContent .catTab li.on {
	background: #fff;
}


/*===============================
	serviceBox
===============================*/
.mContent .serviceBox {
	margin: 0 10px 22px;
	padding: 15px 9px;
	border: #ec6d88 solid;
	border-width: 0 1px 1px;
	background: #fff;
}


/****** catListBox ******/
.mContent .serviceBox .catListBox {
	margin-bottom: 25px;
}
.mContent .serviceBox .catListBox h2 {
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: left;
	font-size: .8em;
}
.mContent .serviceBox .catListBox h2 span {
	font-size: .8em;
}

/* catList */
.mContent .serviceBox .catListBox .catList {
	overflow: hidden;
}
.mContent .serviceBox .catListBox .catList li {
	float: left;
	width: 33.33333%;
	margin-bottom: 12px;
	border: #ec6d88 solid;
	border-width: 1px 1px 1px 0;
}
.mContent .serviceBox .catListBox .catList.catService li {
	min-height: 3.2em;
}
.mContent .serviceBox .catListBox .catList li:nth-child(3n+1),
.mContent .serviceBox .catListBox .catList li:first-child {
	clear: both;
	border-left: #ec6d88 solid 1px;
}
.mContent .serviceBox .catListBox .catList li a {
	display: block;
	position: relative;
	padding: 10px 3px 10px 15px;
	font-size: .85em;
	color: #ec6d88;
}
.mContent .serviceBox .catListBox .catList li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -4px;
	border: transparent solid 4px;
	border-left: #ec6d88 solid 6px;
}
.mContent .serviceBox .catListBox .catList li.fin {
	position: relative;
	border: #ccc solid 1px;
	padding: 10px 3px 10px 15px;
	color: #fff!important;
	background: #ccc;
	font-size: .85em;
	min-height: 3.8em;
	/*font-size: .85em;
	background: #ccc;
	color: #fff;
	text-align: center;*/
}
.mContent .serviceBox .catListBox .catList li.fin a:before {
	display: none
}
.mContent .serviceBox .catListBox .catList li.fin a {
	pointer-events: none;
	padding: 0;
	font-size: 1em;
	color: #fff!important;
	/*
	background: #ccc;
	border: #ccc solid 1px;
	padding: 0;*/
}
/*.mContent .serviceBox .catListBox .catList li.fin {
	position: relative;
	min-height: 3.8em;
	padding: 10px 3px 10px 15px;
	border-color: #fff;
	background: #ccc;
	font-size: .85em;
	color: #fff;
}
.mContent .serviceBox .catListBox .catList li.fin:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -4px;
	border: transparent solid 4px;
	border-left: #fff solid 6px;
}*/
.mContent .serviceBox .catListBox .catList li.seibu {
	position: relative;
	min-height: 3.8em;
	padding: 10px 3px 10px 15px;
	border-color: #fff;
	background: #062A8A;
	color: #fff;
}
.mContent .serviceBox .catListBox .catList li.seibu:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -4px;
	border: transparent solid 4px;
	border-left: #fff solid 6px;
}
.mContent .serviceBox .catListBox .catList li.current {
	background: #ec6d88;
}
.mContent .serviceBox .catListBox .catList li.current a {
	font-weight: bold;
	color: #fff;
}
.mContent .serviceBox .catListBox .catList li.current a:before {
	border-left: #fff solid 6px;
}

.mContent .serviceBox .catListBox .catList li.seibu a {
	font-weight: bold;
	color: #fff;
}
.mContent .serviceBox .catListBox .catList li.seibu a:before {
	border-left: #fff solid 6px;
}

/****** programDet ******/
.mContent .serviceBox .programDet h1{
	padding: 3%;
	background: #ec6d88;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}
.mContent .serviceBox .programDet.stay h1 {
	min-width: 55px;
	padding-left: 57px;
	background: #ec6d88 url(../images/img1.jpg) 6px 6px no-repeat;
	background-size: 45px;
}
.mContent .serviceBox .programDet.restrant h1 {
	min-width: 55px;
	padding-left: 57px;
	background: #ec6d88 url(../images/img2.jpg) 6px 6px no-repeat;
	background-size: 45px;
}
.mContent .serviceBox .programDet h1 span {
	font-size: .7em;
}

.mContent .serviceBox .programDet h2,
.mContent .serviceBox .programDet p {
	line-height: 1.4;
	padding: 3%;
	border: #ec6d88 solid;
	border-width: 0 1px 1px;
	font-size: .85em;
}
.mContent .serviceBox .programDet p {
	background: #fdf0f3;
}
.mContent .serviceBox .programDet p strong {
	font-size: 1.1em;
	font-weight: bold;
}
.mContent .serviceBox .programDet p.memo {
	padding: 1.5% 3%;
	background: #fff;
	line-height: 1.3;
	font-size: .7em;
}
.mContent .serviceBox .programDet a {
	text-decoration: underline;
}


/****** serviceDet ******/
.mContent .serviceBox .serviceDet h1 {
	margin: 7% 0 3%;
}
.mContent .serviceBox .serviceDet h2 {
	margin-bottom: .5em;
	line-height: 1.4;
	font-weight: bold;
}
.mContent .serviceBox .serviceDet h2 span {
	font-size: .8em;
}
.mContent .serviceBox .serviceDet h3 {
	line-height: 1.4;
	font-size: .85em;
	font-weight: bold;
}
.mContent .serviceBox .serviceDet h4 {
	line-height: 1.4;
	font-size: .8em;
	font-weight: bold;
}
.mContent .serviceBox .serviceDet p {
	line-height: 1.4;
	margin-bottom: 1em;
	font-size: .85em;
}
.mContent .serviceBox .serviceDet p.last  {
	margin-bottom: 0;
}
.mContent .serviceBox .serviceDet .fontS,
.mContent .serviceBox .serviceDet .memo {
	font-size: .8em;
}
.mContent .serviceBox .serviceDet a {
	text-decoration: underline;
}


/****** 25.10.15 追加 ******/
/*.mContent .serviceBox .programDet h2 span.ski-season{
	position: relative;
	display: inline-block;
	padding: 0 0 1em;
}*/

.mContent .serviceBox .programDet h2 span.ski-season::after{
	content: "※2024-2025シーズンの情報です。";
	position: absolute;
	display: none;
	width: 20em;
	top: 1.4em;
	left: 0;	
	}
.mContent .serviceBox .programDet h2 span.ski-season.off{padding: 0;}
.mContent .serviceBox .programDet h2 span.ski-season.off::after{display: none;}