@charset "utf-8";

/* PC：style_sp.css
 * **************************************************
 * Site Width
 * Header
 * Content
 * Footer 
 * **************************************************
 */

/*  Site Width
------------------------------------------------------------------- */
/* padding、borderの値を含めない */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #191405 url(../images/bg.jpg) repeat-y center top;
	background-size: 120%;
}


/*  Header
------------------------------------------------------------------- */
#header {
}
#header .inner {
	margin: 0;
	width: auto;
}
/* share button */
.shareBtn ul li {
	display: table-cell;
	line-height: 1;
	padding: 0 6px 0 0;
	vertical-align: middle;
}


/* Content
------------------------------------------------------------------ */
#content img {
	height: auto;
	max-width: 100%;
}
#content .main {
	margin: 3.5em 0;
	width: auto;
}
/* Link */
#content a {
	color: #e1e1e1;
	text-decoration: none;
}
#content a:hover {
	color: #e1e1e1;
	text-decoration: underline;
}
/* top */
#content .start {
	margin: 0 3%;
}
#content .top {
	margin: 1em 0 0 0;
	position: relative;
}
#content .top h1 {
	margin: 1em 0 0 0;
}
#content .top .caption {
	margin: 0 3%;
	text-align: right;
}
#content .lead {
	margin: 2em 3% 0;
}
/* section */
#content section {
	margin: 5em 0 0 0;
}
#content h2 {
}
#content h3 {
}
/* course */
#content .course {
	margin: 2.5em 3% 0;
}
#content .course + .course {
	margin-top: 5em;
}
#content .course .time {
	text-align: center;
}
#content .course .time img {
	height: auto;
	vertical-align: middle;
	width: 90px;
}
#content .course .time img + img {
	margin: 0 0 0 3%;
}
#content .course .photo {
	margin: 1.5em 0 0 0;
}
#content .course .photo img {
}
#content .course .detail {
	background: url(../images/bg_detail.png) no-repeat center top;
	background-size: 100%;
	font-size: 1.4em;
	min-height: 200px;
	margin: 1em 0 0 0;
}
#content .course .detail.w472 {
	background: url(../images/bg_detail472.png) no-repeat center top;
	background-size: 100% 100%;
}
#content .course .detail p {
	line-height: 1.8;
	margin: 0.8em 0;
}
#content .course .detail dl {
	display: table;
	width: 100%;
}
#content .course .detail dl dt {
	display: table-cell;
	width: 18%;
}
#content .course .detail dl dt:before {
	background: url(../images/glitter.png) no-repeat center 0.01em;
	content: "";
	display: inline-block;
	height: 12px;
	width: 12px;
}
#content .course .detail dl dt:after {
	background: url(../images/glitter.png) no-repeat center 0.01em;
	content: "";
	display: inline-block;
	height: 12px;
	padding: 0 0 0 0.3em;
	width: 12px;
}
#content .course .detail dl dd {
	display: table-cell;
	letter-spacing: -0.03em;
	line-height: 1.6;
	text-align: left;
}
#content .course .detail .txtFloat {
	text-align: center;
}
#content .course .detail .txtFloat p {
	text-align: left;
}
#content .course .detail .txtFloat .sub {
	 margin: 1em 0 0 0;
}
#content .course .detail .htype .sub {
	width: 66%;
}
#content .course .detail .vtype .sub {
	width: 46%;
}
/* information */
#content .information {
	background: url(../images/frame_sp.png) no-repeat center top;
	background-size: 100% 100%;
	margin: 6em 3% 0;
	overflow: hidden;
	padding: 2em;
}
#content .information .appearance {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 58%;
}
#content .information dl {
	margin: 1.5em 0 0 0;
}
#content .information dl dt img {
	height: auto;
	width: 379px;
}
#content .information dl dd {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.02em;
	font-size: 1.3em;
	line-height: 1.8;
	margin: 0.5em 0 0 0;
}

/* Footer
------------------------------------------------------------------ */
#footer {
	margin: 5em 0 0 0;
	padding: 0;
}
#footer .inner {
	margin: 0;
	padding: 0 0 3em 0;
	position: relative;
	width: auto;
}
/* page top */
#footer .pageTop {
	font-size: 0;
	position: absolute; right: 0; bottom: 0;
}
#footer .pageTop a img {
	height: 34px;
	width: 34px;
}
#footer .pageTop a:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
}
#footer .copyRight {
	font-size: 1.0em;
	letter-spacing: 0.1em;
	margin: 0 3%;
	text-align: center;
}