@charset "UTF-8";


header:after,
#globalNav:after,
#nav:after,
#crumb:after,
#info:after,
footer:after,
#contents:after,
#main:after,
#aside:after,
#breadcrumb:after,
#visual:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}

header,
#globalNav,
#nav,
#crumb,
#info,
footer,
#contents,
#main,
#aside,
#breadcrumb,
#visual{
	zoom: 1;
}

.entry:after,
.entry ul:after,
ul.meta:after,
ul.boxSNS:after,
ul.horizon:after,
.well:after,
.boxSerch:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.entry,
.entry ul,
ul.meta,
ul.boxSNS,
ul.horizon,
.well,
.boxSerch{
	zoom: 1;
}

.mm-navbar{
	display: none;
}

/* loading */
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	z-index: 9999999999;
}
#loader i{
	color:#666 !important;
}
#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999;
}

/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	background: rgba(102,135,176,.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 0px;
	font-size: 20px;
	color: #fff;
	line-height: 220%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 999999999999;
}
#page-top a{
	color: #fff;
}
#page-top:hover{
	background: rgba(102,135,176,.8);
}

#wrapper{
	text-align: left;
}

.pager:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.pager {
	zoom: 1;
}
.pager {
	width: 100% !important;
	text-align: center;
	padding: 0px 0 0px 0;
}
.pager .current,
.pager .pages{
	font-size: 1.0em;
	color: #666;
	padding: 10px 14px 10px 14px;
	border: #FFF solid 1px;
	margin-right: 6px;
	line-height: 500%;
}
@media screen and (max-width: 768px){
	.pager span.pages{
		display: block;
		line-height: 100% !important;
	}
}
.pager span.current{
	border: #3DA8EA solid 1px !important;
	background-color:#3DA8EA !important;
	color: #FFF;
}
.pager a{
	font-size: 1.0em;
	padding: 10px 14px 10px 14px;
	border: #DEDEDE solid 1px;
	margin-right: 6px;
}
.pager a:hover{
	color: #FFF;
	text-decoration: none;
	border: #3DA8EA solid 1px;
	background-color:#3DA8EA;
}

.mw-wp-form_image{
	width: 80%;
	margin:auto;
	margin-top: 10px;
}
.mw-wp-form_image img{
	width: 100%;
	height: auto;
}


.mw_wp_form_input .mtype{
	display: none;
}
.mw_wp_form_confirm .form-privacy{
	display: none;
}


#app h3{
	margin-top: 50px !important;
}
#app h4{
	margin-top: 35px !important;
}



/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

header{
	background: -moz-linear-gradient(left, #71c8d5, #5c4499);
	background: -webkit-linear-gradient(left, #71c8d5, #5c4499);
	background: linear-gradient(to right, #71c8d5, #5c4499);
	padding:4px 0 7px 0;
}
header .inner{
	width: 1160px;
	margin:auto;
}
header h1{
	float: left;
	font-size: 0.75em;
	font-weight: 400;
	color: #FFF !important;
	letter-spacing: 1px;
	padding-top: 2px;
	padding-bottom: 1px;
}
footer{
	width: 100%;
	background-color: #F5F5F5;
	padding:30px 0 20px 0;
}
footer .inner{
	width: 78%;
	margin:auto;
}
footer .boxLogo{
	float: left;
	width: 24%;
	padding-right: 0px;
}
footer .boxLogo .logo{
	width: 160px;
	margin: auto;
}
footer .boxLogo .logo img{
	width: 100%;
	height: auto;
}
footer .boxLogo p.catch{
	font-size: 1.125em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
footer .boxLogo p.name{
	font-size: 0.75em;
}
footer .boxInfo{
	float: right;
	width: 70%;
	border-left: 1px solid #CCC;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer ul.nav{
	margin-bottom: 20px;
}
footer ul.nav li{
	float: left;
	font-size: 0.938em;
	font-weight: 600;
	margin-right: 18px;
}

footer ul.subnav{
	margin-bottom: 30px;
}
footer ul.subnav li{
	float: left;
	font-size: 0.750em;
	margin-right: 10px;
}
footer p.copy{
	margin-top:24px; 
	font-size: 0.750em;
	color: #999;
}

#globalNav{
	width: 1160px;
	margin: auto; 
	padding:16px 0 10px 0;
	margin-bottom: 0px;
}
#home #globalNav{
	float: right;
	margin-top: 24px;
}

#globalNav .logo{
	float: left;
	width: 150px;
}
#globalNav .logo img{
	width: 100%;
	height: auto;
}
#globalNav nav{
	float: right;
	padding-top: 24px;
	position: relative;
	z-index: 9999;
}

#globalNav #respMenu li{
/*	font-family: 'Noto Serif JP', serif;*/
	font-weight: 500 !important;
}

.shadow-light-pc{
	text-shadow:2px 2px 3px #ffffff, 2px 2px 3px #ffffff;
}
.shadow-dark-pc{
	text-shadow:2px 1px 3px #454545;
}
span.background{
	background-color: rgba(255,255,255,1);
	padding: 1px 8px 3px 8px;
	border-radius: 3px;
}

#title{
	width: 100%;
	background-image: url(/images/common/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	background-attachment: fixed;
	display: table;
	padding: 24px 0;
	margin-bottom: 30px; 
}
#title .inner{
	width: 1040px;
	margin:auto;
}
#title h2{
	font-size:1.625em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	text-shadow:2px 1px 2px #6687b0;
	text-shadow: 0px 0px 4px rgba(102,135,176,0.9), 0px 0px 4px rgba(102,135,176,0.9);
	color: #FFF;
	line-height:160%;
	letter-spacing:2px;
}

#aside {
	float: right;
	width: 220px;
}
#aside h3{
	font-size: 0.938em;
	letter-spacing: 1px;
	padding: 0.6em 0.7em;
	border-top: 2px solid #085696;
	border-bottom: 1px solid #DDD;
	margin-bottom: 18px;
	background-color: #F8F8F8;
}
#aside .boxNews{
	margin-bottom: 30px;
}
#aside .boxNews .entry{
	padding: 0 2px 0 2px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom:1px solid #EFEFEF;
}
#aside .boxNews .entry .image {
	float: left;
	margin-right: 16px;
}
#aside .boxNews .entry .image img{
	max-width: 70px;
	height:auto;
}
#aside .boxNews .entry h4{
	font-size: 0.750em !important;
	font-weight: 500
	line-height: 160%;
}
#aside .boxNews .entry .date{
	font-size: 0.75em;
	color: #999;
	margin-bottom: 2px;
}

#aside .boxCategory{
	margin-bottom: 30px;
}
#aside .boxCategory ul{
	padding-left: 10px;
	margin: 6px 0 10px 0;
}
#aside .boxCategory ul li{
	font-size: 0.875em;
	margin-bottom: 6px;
	background:url("/images/common/arrow_right.png") left 0.6em / 5px no-repeat;
	padding-left:12px;
	margin-bottom: 6px;
}
#aside .boxCategory ul li a{
	color: #333;
	text-decoration: none;
}
#aside .boxCategory ul li a:hover{
	color: #47ADA2;
	text-decoration: underline;
}
#aside .boxCategory ul li li{
	font-size: 1.0em;
}

#aside .boxArchive{
	margin-bottom: 30px;
}

#aside .boxTag{
}

/* 前後の記事
-------------------------------------------- */
.entryNav{
	width: 100% !important;
}
.entryNav a{
	font-size: 0.875em !important;
	text-decoration: none !important;
}
.entryNav .next{
	float: right;
}

.sw-post .title{
	font-size: 1.0em !important;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 1px;
	line-height: 160% !important;
	margin-bottom: 12px;
}


.sw-post .sw-box{
	margin-right: 40px;
}

#program.single .hgroup{
	margin-bottom: 45px;
}
#program.single h1{
	padding-bottom: 14px;
	border-bottom: 2px solid #6fc7d5;
}
#program.single .hgroup .image{
	margin-bottom: 30px;
}
#program.single .hgroup .image img{
	width: 100% !important;
	height: auto;
}
#program.single .hgroup .image img{
	width: 100%;
	height: auto;
}
#program.single .hgroup p{
	font-size: 1.125em;
}
#program.single .box{
	margin-bottom: 45px;
}
#program.single .well{
	padding: 22px 24px 10px 26px;
	border-radius: 3px;
	background-color: rgba(110,200,213,.8);
	border: 1px solid #6fc7d5;
}
#program.single .well p{
	font-size: 1.25em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 16px;
}
#program.single h5{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600
}
#program.single .well p span.icon{
	font-size: 75%;
	background-color: #FFF;
	font-weight: 600;
	color: #6dc7d5;
	padding: 6px 10px 7px 10px;
	border-radius: 3px;
	margin-right: 12px;
}



#program.single #performer{

}




}







/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

.inner{
	width: 90%;
	margin:auto;
}

header{
	background-color: none;
	position: relative;
}
#home header{
	width: 80%;
	position: fixed;
	z-index: 9999;
	top: 0;
}
header .inner{
	width: 100% !important;
}
header h1{
	font-size: 0.625em;
	font-weight: 400;
	color: #FFF !important;
	position: absolute;
	top: 12px;
	left: 90px;
	z-index: 1;
	padding: 4px 10px !important;
}
#home header h1{
	font-size: 0.75em;
	font-weight: 400;
	color: #FFF !important;
	position: absolute;
	top: 12px;
	left: 10px;
	z-index: 1;
}

#globalNav{
	margin: auto; 
}
#globalNav .logo{
	position: absolute;
	width: 76px;
	padding: 2px 0 0 10px; 
}
#globalNav .logo img{
	width: 100%;
	height: auto;
}

footer{
	background-color: #F5F5F5;
	padding:30px 0;
}
footer .boxLogo .logo{
	width: 140px;
	margin:auto;
	margin-bottom: 5px;
}
footer .boxLogo p.catch{
	font-size: 1.125em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 4px;
}
footer .boxLogo p.name{
	font-size: 0.875em;
}
footer .boxInfo{
	border-top: 1px solid #CCC;
	padding-top:30px;
	margin-top: 26px;
}
footer ul.nav{
	display: none;
}

footer p.copy{
	font-size: 0.625em;
	color: #999;
	padding-top: 15px;
	text-align: center;
}

.shadow-light-mb{
	text-shadow:2px 2px 3px #ffffff, 2px 2px 3px #ffffff;
}
.shadow-dark-mb{
	text-shadow:2px 1px 3px #454545;
}
span.background{
	background-color: rgba(255,255,255,1);
	padding: 1px 8px 3px 8px;
}

#title{
	width: 100%;
	background-image: url(/images/common/cover.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: table;
	padding: 20px 0 20px 0;
	margin-bottom: 30px; 
}
#title .inner{
	width: 88%;
	margin:auto;
}
#title h2{
	font-size:1.375em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	text-shadow:2px 1px 2px #6687b0;
	text-shadow: 0px 0px 4px rgba(102,135,176,0.9), 0px 0px 4px rgba(102,135,176,0.9), 0px 0px 4px rgba(102,135,176,0.9);
	color: #FFF;
	line-height:160%;
	letter-spacing:1px;
}



/* サイドカラム
-------------------------------------------- */
#aside {
}

#aside h3{
	font-size: 1.0em;
	letter-spacing: 1px;
	padding: 0.6em 0.7em;
	border-top: 2px solid #085696;
	border-bottom: 1px solid #DDD;
	margin-bottom: 18px;
	background-color: #F8F8F8;
}

#aside .boxNews{
	margin-bottom: 30px;
}
#aside .boxNews .entry{
	padding: 0 2px 0 2px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom:1px solid #EFEFEF;
}
#aside .boxNews .entry .image {
	float: left;
	margin-right: 16px;
}
#aside .boxNews .entry .image img{
	max-width: 70px;
	height:auto;
}
#aside .boxNews .entry h4{
	font-size: 0.875em !important;
	font-weight: 500
	line-height: 160%;
}
#aside .boxNews .entry .date{
	font-size: 0.75em;
	color: #999;
	margin-bottom: 2px;
}

#aside .boxCategory{
	margin-bottom: 30px;
}
#aside .boxCategory ul{
	padding-left: 10px;
	margin: 6px 0 10px 0;
}
#aside .boxCategory ul li{
	font-size: 0.875em;
	margin-bottom: 6px;
	background:url("/images/common/arrow_right.png") left 0.6em / 5px no-repeat;
	padding-left:12px;
	margin-bottom: 6px;
}
#aside .boxCategory ul li a{
	color: #333;
	text-decoration: none;
}
#aside .boxCategory ul li a:hover{
	color: #47ADA2;
	text-decoration: underline;
}
#aside .boxCategory ul li li{
	font-size: 1.0em;
}

#aside .boxArchive{
	margin-bottom: 30px;
}

#aside .boxSearch{
	padding-left: 10px;
	margin-bottom: 36px;
}

#aside .boxTag{
}



#program.single .hgroup{
	margin-bottom: 35px;
}
#program.single h1{
	font-size: 1.638em;
	padding-bottom: 14px;
	border-bottom: 2px solid #6fc7d5;
}
#program.single .hgroup .image{
	margin-bottom: 30px;
}
#program.single .hgroup .image img{
	width: 100%;
	height: auto;
}
#program.single .hgroup p{
	font-size: 1.063em;
}
#program.single .box{
	margin-bottom: 35px;
}
#program.single .well{
	padding: 22px 24px 10px 26px;
	border-radius: 3px;
	background-color: rgba(110,200,213,.8);
	border: 1px solid #6fc7d5;
}
#program.single .well p{
	font-size: 1.125em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 16px;
}
#program.single h5{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600
}
#program.single .well p span.icon{
	font-size: 75%;
	background-color: #FFF;
	font-weight: 600;
	color: #6dc7d5;
	padding: 6px 8px 7px 8px;
	border-radius: 3px;
	margin-right: 12px;
}




/* 前後の記事
-------------------------------------------- */
.entryNav{
	width: 100% !important;
}
.entryNav a{
	text-decoration: none !important;
}
.entryNav p{
	font-size: 0.875em;
}



}