@charset "utf-8";

/*************************/
/** clear fix **/
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */
/*************************/


/** 全体 **/
#originHtml {
	width: 100%;
	min-width: 1000px;
	height: 100%;
}
#originBody {
	width: 100%;
	min-width: 1000px;
	/*height: 100%;*/
	-webkit-text-size-adjust: 100%;
	font-family:  "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
	color: #000;
	font-size: 16px;
}

#originBody a:hover img,
#originBody a:active img {
	filter:alpha(opacity=80);  /* for IE */
	-moz-opacity: 0.8;  /* for Firefox */
	opacity: 0.8;  /* for Safari or Opera */
}

.rEnd {
	margin-right: 0 !important;
}

.fL {
	float: left;
}
.fR {
	float: right;
}

#originBody a {
	text-decoration: none;
	color: #1a1a1a;
}
#originBody a:hover,
#originBody a:active {
	text-decoration: underline;
	color: #1a1a1a;
}

.mt40 {
	margin-top: 40px;
}


/** メイン **/
.contentsWide {
	width: 100%;
}
.contents {
	width: 812px;
	margin: 0 auto;
	text-align: left;
}
.colmun {
	width: 810px;
	margin: 0 auto;
}
#originContents p {
	font-size: 16px;
	line-height: 120%;
}
h1 {
	font-size: 32px;
	font-weight: bold;
}
h2 {
	font-size: 46px;
	line-height: 140%;
	padding-top: 0.3em;
	float: left;
}
h3 {
	border-top: 2px solid #8e262a;
	border-bottom: 2px solid #8e262a;
	margin-top: 60px;
	padding: 20px 0;
	color: #8e262a;
	font-size: 26px;
	margin-bottom: 1em;
}
h3 span {
	font-size: 18px;
}
h4 {
}
h5 {
}

.hyphen {
	letter-spacing: 0em;
}

/** head **/
.headMidashi {
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	margin: 16px auto 0;
	padding-right: 20px;
	max-width: 1200px;
}
.headMidashi span {
	font-size: 12px;
}

/** TOP **/
.topBlock {
	text-align: center;
	margin-top: 54px;
}
.h1sub {
	margin-top: 0.4em;
	font-size: 15px;
	font-weight: bold;
}
.tbBody {
	margin: 1em auto 1.6em;
	font-size: 14px;
}


/** MV **/
#topGallery {
	position: relative;
}

#mv {
	margin: 0 auto;
	text-align: center;
	border-bottom: 5px solid #8e262a;
	padding: 30px 0 40px;
}
#mv img {
	width: 700px;
	margin: 0 auto;
}

@media screen and (max-width: 700px) {
	#mv img {
		width: 100%;
	}
}

/** Read **/
.readBlock {
	padding: 34px 0 0;
}
/** 横棒 **/
.catch {
	vertical-align: text-bottom;
}
.catch:after {
	content: "――";
	letter-spacing: -0.2em;
	width: 2em;
	margin-left: 0.2em;
}

/** PhotoBlock **/
.photoBlock {
	margin-bottom: 70px;
}
.photoBox {
	margin-bottom: 0.6em;
}
.photoCap {
	font-size: 12px;
	line-height: 140%;
}

/** Main **/
#h2Img {
	float: right;
}
.textBoxTheme,
.textBoxRead {
	font-size: 17px;
	font-weight: bold;
	line-height: 220%;
}
.textBoxTheme {
	margin-bottom: 3em;
}

.textBoxBody,
.colorBase p {
	line-height: 200%;
	font-size: 17px;
	margin-top: 0.4em;
}
.tbbName {
	font-weight: bold;
}

.textBoxPhoto {
	margin: 90px auto;
}

.colorBase {
	background-color: #fcf4e0;
	padding: 36px 42px;
	margin-bottom: 2em;
}
.colorBase p {
	margin-bottom: 2em;
	line-height: 220%;
}

.gakuincho {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0 !important;
}
.gakuName {
	font-size: 23px;
}
.gakuYomi {
	font-size: 12px;
}

.cap {
	font-size: 12px;
	margin-bottom: 3em;
	text-indent: -0.6em;
	padding-left: 0.6em;
}

/** リンクバナー **/
#bnrLink {
	width: 540px;
	margin: 6em auto 0;
	text-align: center;
	padding-bottom: 7em;
}
#bnrLink img {
	width: 100%;
}



/* スマホ用 */
.smartobj{
	display: none;
}


/* 768pxのブレイクポイント */
@media screen and (max-width: 768px) {
	#originBody a:hover img,
	#originBody a:active img {
		/* iOSでhoverに透明効果が設定されていると1タップでは遷移しない為、透明効果を切る（100にする） */
		filter:alpha(opacity=100);  /* for IE */
		-moz-opacity: 1;  /* for Firefox */
		opacity: 1;  /* for Safari or Opera */
	}
	
	#originBody img {
		width: 100%;
	}

	#originHtml,
	#originBody {
		width: 100%;
		min-width: 100%;
		border: none;
		font-size: 16px;
	}
	.pcobj{
		display: none !important;
	}
	.smartobj{
		display: block;
	}
	
	
	.contentsWide {
		width: 100%;
		margin: 0 auto;
	}
	.contents {
		width: 94%;
		margin: 0 auto;
		padding: 1em 3% 2em;
	}
	
	.fL,
	.fR {
		float: none;
	}
	
	.colmun {
		width: 98%;
	}
	
	h1 {
		font-size: 6vw;
		margin-top: -1em;
	}
	h2 {
		width: 70%;
		margin-left: 0em;
		padding-top: 0.4em;
		font-size: 6vw;
	}
	h3 {
		margin-top: 0.5em;
		font-size: 120%;
	}
	
	.headMidashi {
		text-align: center;
		padding-right: 0;
	}
	.tbBody {
		margin-bottom: 0;
		font-size: 70%;
	}
	#mv {
		padding: 0 0 2em;
		margin-top: -2em;
		width: 98%;
	}
	.readBlock {
		padding: 0.3em 0 0;
		margin-top: -1.5em;
	}
	#h2Img {
		width: 24%;
	}
	.photoBlock {
		margin-bottom: 2.2em;
	}
	.textBoxTheme {
		margin-bottom: 2.5em;
	}
	.textBoxTheme,
	.textBoxRead,
	.textBoxBody {
		font-size: 90%;
		line-height: 180%;
	}
	.textBoxPhoto {
		margin: 3em auto 3.5em;
	}
	.colorBase {
		padding: 3% 5% 5%;
	}
	.colorBase p {
		line-height: 190%;
		font-size: 90%;
	}
	.gakuincho {
		font-size: 80% !important;
	}
	.gakuName {
		font-size: 150%;
	}
	
	#bnrLink {
		width: 80%;
		margin: 0 auto;
		padding-bottom: 2.5em;
	}
}
