@charset "utf-8";

/* index.css：SP
 * ======================================
 * Main
 * ======================================
 */

  /* Main
------------------------------------------------------------------ */
#home #main {
}
#home #hospProgram {
}
#home #hospProgram > div {
	border: 1px solid #ccc;
	margin: 3% 0;
	padding: 0;
	text-align: center;
	position: relative;
	background-color: #ffffff;
}
#home #hospProgram p {
}
#home #hospProgram a {
}
#home #hospProgram img {
	height: auto;
	width: 100%;
}
#home #hospProgram:after {
	z-index: -1;
}
#home #hospProgram:before {
	z-index: -2;
}
#home #hospProgram div.hidden {
  	display: none;
}
#home #hospProgram em {
  	font-style: normal;
}

/* バナーエリア
------------------------------------------------------------------ */

/* slideshow-container */
#home #hospProgram .slideshow-container {
	display: none;
}

/* myplan */
#home #hospProgram .myplan {
	display: block;
	height: 100%;
	width: 100%;
}

/* renewal */
#home #hospProgram .renewal {
	display: block;
	height: 100%;
	width: 100%;
}

/* club */
#home #hospProgram .club {
	display: block;
	height: 100%;
	width: 100%;
}
#home #hospProgram .club img {
	position: relative;
}

/* corona */
#home #hospProgram .corona {
	display: block;
	height: 100%;
	width: 100%;
}

/* lesson-videos */
#home #hospProgram .lesson-videos {
	display: block;
	height: 100%;
	width: 100%;
}

/* start */
#home #hospProgram .start {
	display: block;
	height: 100%;
	width: 100%;
}

/* try */
#home #hospProgram .try a {
	display: block;
	height: 100%;
	width: 100%;
}
#home #hospProgram .try .lead {
	display: none;
	visibility:hidden;
	height:0px;
	float: left;
}
#home #hospProgram .try .lesson {
	position: absolute; bottom:0; left:0;
	padding: 8px 0;
	width: 100%;
	font-size: 1.5rem; /* =15px */
	color:#ffffff;
	font-weight: bold;
	text-align: center;
	background-color: rgba(0,164,150,0.8);
}

/* eo */
#home #hospProgram .eo {
	display: block;
	height: 100%;
	width: 100%;
}

/* facebookBlock */
#home #hospProgram .facebookBlock {
	display: block;
	height: 100%;
	width: 100%;
}

/* facebookBlock */
#home #hospProgram .line {
	display: block;
	height: 100%;
	width: 100%;
}

/* movie */
#home #hospProgram .movie {
	display: block;
	height: 100%;
	width: 100%;
}

/* job */
#home #hospProgram .job {
	display: block;
	height: 100%;
	width: 100%;
}

/* liners */
#home #hospProgram .liners {
	float: left;
    margin-top: 0;
	width: 48.5%;
}

/* facebook likebox */
#home #hospProgram .likebox {
	border: none;
	clear: both;
	width:100%;
}

/* News */
#home #hospProgram .news {
	overflow: hidden;
}
#home #hospProgram .news p {
	font-size: 1.5rem; /* =15px */
	font-weight: bold;
	padding: 5px 10px 0;
	text-align: left;
} 
#home #hospProgram .news .whatsNew {
	margin: 0 10px 10px 10px;
	padding: 0 10px 0 0;
	overflow: auto;
	height: 135px;
}
#home #hospProgram .news .whatsNew dl {
	border-bottom: 1px dotted #999999;
	clear: both;
	margin: 0 0 5px 0;
	text-align: left;
} 
#home #hospProgram .news .whatsNew dl:last-child {
	border-bottom: none;
} 
#home #hospProgram .news .whatsNew dl dt {
	font-size: 1.1rem; /* =11px */
	float: left;
	line-height: 1.4;
	margin: 0;
	padding: 5px 0;
	width: 95px;
}
#home #hospProgram .news .whatsNew dl dd {
	font-size: 1.1rem; /* =11px */
	line-height: 1.3;
	margin: 0;
	padding: 5px 0 5px 95px;
} 