@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

@charset "UTF-8";
/* CSS Document */

/* リセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "KozGoStd-Light", "KozGoStd-Regular", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-style:normal;
	font-weight: normal;
	vertical-align: baseline;
	font-size: 14px;
	background: transparent;
}
img {margin: 0;padding: 0;border: 0;font-style:normal;font-weight: normal;font-size: 100%;vertical-align: bottom;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;
	min-height: 100%;
	height: 100%;}
blockquote, q {quotes: none;}
input, textarea,{margin: 0;padding: 0;}
ol, ul{ list-style:none;}
table{border-collapse: collapse; border-spacing:0;width: 100%;}
caption, th{ text-align: left;}
a:focus {outline:none;}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  visibility: hidden;
}
.clearfix {min-height: 1px;}
.m16{margin-bottom:16px !important;}
.m24{margin-bottom:24px !important;}
strong{display:inline-block;font-size:18px;font-weight:bold;padding-bottom:3px;}
.strong{font-weight:bold;}
.px18{font-size:18px !important;}
.px16{font-size:16px !important;}
.px14{font-size:14px !important;}
.px12{font-size:12px !important;padding-bottom: 3px !important;}
li{display:inline-block;vertical-align:top;padding:0;margin:0;}
.sp{display:none !important;}
@media screen and (max-width: 1023px){
.pc{display:none !important;}
.sp{display:block !important;}
}

/* 全体 */


body {
	color: #594c52;
	font-size: 14px;
	line-height: 160%;
	min-height: 100%;
	height: 100% !important;
	background: #000 url(../../common/images/side_bg.jpg) repeat left top fixed;
}
a:link,
a:visited {
	color: #bf0008;
	text-decoration: none;
}
a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	color: #bf0008 !important;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#wrap {
	position: relative;
	left: 0;
	top 0;
	width: 1200px;
	min-height: 100%;
	box-sizing: border-box;
	margin: 0px auto;
}
#container {
}


/* サイドバー */
#sidebar {
	width: 200px;
	height: 100%;
}

.heading {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 30px 30px;
}
.head_title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	color: #e2e2ea;
}
.head_name {
	color: #bf0008;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 26px;
	letter-spacing: 3px;
	line-height: 140%;
}
.head_name:first-child {
	padding-top: 10px;
}
.head_name:last-child {
	padding-bottom: 10px;
}


/* メニュー */
.nav {
	width: 100%;
	box-sizing: border-box;
	text-align: center;

}
.nav a {
	display: block;
	padding: 7px;
	color: #e2e2ea;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
}

.nav a.now {
	color: #bf0008;
}
.nav a.now:before {
	content:"\025B6";
	font-size: 14px;
	color: #bf0008;
	padding-right:3px;
}


/* フッター */

footer {
	padding: 100px 30px 40px 30px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}
footer p {
	font-size:11px;
	line-height: 120%;
	color:#cccccc;
}

#gotop a {
	position: fixed;
	bottom: 7%;
	right: 0px;
	display: block;
	box-sizing: border-box;
	padding: 8px;
	background-color: rgba(26,9,16,0.7);
	color: #fff;
	font-size: 12px;
}
#gotop a:hover{
	text-decoration: none;
}



/* コンテンツ */
#contents {
	width: 1000px;
	min-height: 100%;
	box-sizing: border-box;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color:#fff7f2;
}

.cntBox {
	width: 1000px;
	box-sizing: border-box;
	padding: 40px 30px;
}
.txtBox {
	padding-top: 5px;
}
.txtBox p {
	padding: 5px 10px;
}

/* NEWS */

.newsList {
	padding: 5px 10px;
}
.newsList li {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.newsList li:last-child {
	border-bottom: none;
}
.news_date {
	color: #bf0008;
	font-size: 16px;
	font-weight: bold;
}
.news_content {
	padding-top: 5px;
}
.news_content p {
	padding-bottom: 10px;
}

/* ステージ */
.stageBox {
	padding: 20px;
	display: table;
}

.stgYear, .stgList {
	display: table-cell;
	vertical-align: top;
}
.stgYear p {
	width: 80px;
	height: 80px;
	background: #bf0008;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 20px;
	margin-top: -5px;
	color: #ffffff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 84px;
}

.stgCell {
	margin-bottom: 25px;
	border-bottom: 1px solid #8c8184;
}

.stgList li {
	width: 700px;
	margin-bottom: 20px;
}
.slDate {
	font-size: 120%;
	color: #bf0008;
}


/* コンタクト */
.mailForm {
	padding: 0px 20px;
}
.mfLabel, .mfTxt {
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	color: #594c52;
	padding: 3px;
	border: 1px solid #bf0008;
	background: #fff7f2;
	margin-bottom: 24px;

}
.mfLabel {
	width: 320px;
	height: 26px;
}

.mfTxt {
	width: 420px;
	height: 132px;
}
input.mfButton {
	width: 80px;
	height: 80px;
	background: #bf0008;
	text-align: center;
	border: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 20px;
	margin-top: -5px;
	color: #ffffff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 80px;
	cursor: pointer;
}
.mfButton:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
/* リンク */
.linkList li {
	display: block;
	padding-bottom: 3px;
}


/* 装飾 */
.cntTitle {
	color: #594c52;
	font-family: Century Gothic,  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "KozGoStd-Light", "KozGoStd-Regular", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 28px;
	letter-spacing: 3px;
	padding-bottom: 15px;
}
.cnTitleFirst {
	display: inline-block;
	background: #bf0008;
	vertical-align: middle;
	width: 46px;
	height: 46px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 5px;
	margin-top: -5px;
}
.cnTitleFirst p{
	color: #ffffff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 36px;
	letter-spacing: 0px;
	line-height: 50px;
}
.cnTitleFirst p.jpn{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "KozGoStd-Light", "KozGoStd-Regular", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 30px;
	letter-spacing: 0px;
	line-height: 50px;
}



/* --------------------- 1200px以下 ------------------------- */

@media screen and (max-width: 1200px){

#wrap {
	width: 100%;
}
#contents {
	width: 80%;
}
.cnt_head img {
	max-width: 100%;
	box-sizing: border-box;
	height:auto;
}
.cntBox {
	width: 100%;
}
#sidebar {
	width: 20%;
}
.stgList li {
	width: 500px;
}

}

/* --------------------- 1000px以下 ------------------------- */


@media screen and (max-width: 1000px){

img{
	max-width: 100%;
	box-sizing: border-box;
	height:auto;
}

#wrap {
	width: 100%;
}
.heading {
	text-align: left;
	padding: 30px 20px;
}
.head_title {
	font-size: 14px;
}
.head_name {
	font-size: 180%;
	letter-spacing: 1px;
}
.nav {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding: 20px;

}
.nav a {
	display: block;
	letter-spacing: normal;
	padding: 7px;
	color: #e2e2ea;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
}

footer {
	padding: 100px 10px 40px 15px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}


/* --------------------- 800px以下 ------------------------- */


@media screen and (max-width: 800px){

img{
	max-width: 100%;
	box-sizing: border-box;
	height:auto;
}

#wrap {
	width: 100%;
}
#sidebar {
	width: 100%;
}
.heading {
	text-align: center;
	padding: 10px 0px 0px 0px;
}
.heading img{
	width: 120px;
}
.head_title {
	display: block;
	font-size: 14px;
}
.head_name {
	display: inline-block;
	font-size: 180%;
	letter-spacing: 1px;
	line-height: 140%;
	padding: 5px;
}
.head_name:first-child {
    padding-top: 0px;
}
.head_name:last-child {
    padding-bottom: 0px;
}
.nav {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 0px;
	background: #000;

}
.nav a {
	display: inline-block;
	padding: 7px 10px;
	font-size: 120%;
	letter-spacing: 1px;
}
footer p {
	display: inline-block;
	padding-right: 5px;
	color: #000;
}
footer {
	position: absolute;
	bottom: 0px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
#contents {
	width: 100%;
	min-height: 100%;
	position: static;
	padding-bottom: 100px;
}
.cntBox {
	box-sizing: border-box;
	padding: 20px 10px;
}
.stageBox {
	padding: 20px;
	display: table;
}

.stgYear, .stgList {
	display: block;
	vertical-align: top;
}
.stgYear p {
	margin-bottom: 25px;

}

.stgCell {
	margin-bottom: 25px;
	border-bottom: 1px solid #8c8184;
}

.stgList li {
	width: 100%;
	margin-bottom: 20px;
}
.slDate {
	font-size: 120%;
	color: #bf0008;
}
.mfLabel {
	width: 100%;
}

.mfTxt {
	width: 100%;
}

}

