@charset 'utf-8';

/* ++++++++++++++++++++++++++++++++++++++++

	COMMON PC

++++++++++++++++++++++++++++++++++++++++ */

body {
	min-width: 1100px;
	font-size: 14px;
	line-height: 1.75;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}

.font_noto {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	line-height: 1.3;
}

a {
	color: #e9545d;
	cursor: pointer;
}

a:hover {
	opacity: .7;
	transition: 0.5s;
}


.bold {
	font-weight: bold;
}

.red {
	color: #e9545d;
}

.flex {
	display: flex;
}

.indent {
	padding-left: -1em;
	text-indent: 1em;
}

.border_color {
	border-top: 1px solid #e9545d;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.text_left {
	text-align: left;
}

.small {
	font-size: .85em;
}

.large {
	font-size: 1.2em;
}

hr {
	border-top: 1px solid #d2d2d2;
	margin: .5em 0;
}

#container {
	background: #023b83;
	padding-top: 85px;
}

#contents {
	width: 980px;
	margin: auto;
	padding: 60px 0;
}

header {
	position: fixed;
	top: 0;
	height: 85px;
	width: 100%;
	min-width: 980px;
	margin-top: 0;
	padding: 0;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	z-index: 100;
}

header.fixed {
	position: fixed;
	top: 0;
	margin-top: 0;
}

header>div {
	display: block;
	width: auto;
	margin: auto;
	padding: 20px 0 0 20px;
}

header h1 {
	display: block;
	float: left;
	margin: 0;
}

header h1>a {
	display: block;
	line-height: 1;
}

header nav {
	position: relative;
	float: right;
	margin: 0;
}

header nav ul {
	display: table;
}

header nav li {
	display: inline-block;
	vertical-align: middle;
	border-left: solid 1px #e6e6e6;
	line-height: 1;
}

header nav li.active .on {
	opacity: 1;
}

header nav li .on {
	position: absolute;
	left: 0;
	margin-left: 0;
	opacity: 0;
	transition: .5s;
}

header nav li:hover .on {
	opacity: 1;
}

header nav li>a {
	position: relative;
	display: block;
	padding: 0;
	width: auto;
	height: auto;
	visibility: inherit;
	color: #3c3c3c;
	text-decoration: none;
	transition: .5s;
	text-align: center;
}

header nav li>a:hover {
	color: #e9545d;
}

header nav li img {
	vertical-align: middle;
}

header nav li .on {
	position: absolute;
	left: 0;
	margin-left: 0;
	opacity: 0;
	transition: .5s;
}

header nav li:hover .on {
	opacity: 1;
}

header nav .lang_btn {
	position: absolute;
	top: 0;
	right: 0;
}

header nav .tw {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 0;
	margin-right: 5px;
}

header nav .fb {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 45px;
	line-height: 0;
}

#main {
	position: relative;
	display: block;
	width: 100%;
	line-height: 0;
}

#main img {
	width: 100%;
}

#main #tab_lan {
	position: absolute;
	top: 5px;
	right: 5px;
}

.article_area {
	float: left;
}

article {
	display: block;
	width: 750px;
	margin: 0 auto 40px;
	background: #fff;
}

article:last-child {
	margin: 0 auto;
}

article h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 auto 30px;
	padding: 15px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	letter-spacing: .15em;
}

article h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	padding: 0 0 0 10px;
	margin: 0 auto 20px;
	letter-spacing: .1em;
	border-left: 5px solid #000;
}

article>section>.inner {
	width: calc(100% - 60px);
	padding: 30px;
}

/*--event_date--*/
#event_date {
	margin: 0 auto 40px;
	background: #fff;
	text-align: center;
}

#event_date div {
	line-height: 1;
}

aside {
	width: 190px;
	float: right;
	margin-bottom: 20px;
	text-align: center;
}

aside li {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fff;
}

aside li a {
	display: inline-block;
	text-decoration: none;
}

aside li.no_wrap {
	padding: 0;
	background: none;
}

aside li.no_wrap p {
	color: #fff;
	text-align: left;
	margin: 5px auto 0;
}

aside li div.side_title {
	margin-bottom: 5px;
}

aside li img {
	vertical-align: middle;
}

aside li.sns {
	padding: 5px;
	background: url(../img/common/side_sns.png) no-repeat #fff;
	background-position: center left 5px;
	display: flex;
	justify-content: right;
}

aside li.sns a {
	margin: 0 5px;
	vertical-align: middle;
}

aside .sm span {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.note {
	color: #e9545d;
	font-size: 12px;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
}

footer {
	position: relative;
	background: #fff;
}

footer .inner {
	position: relative;
	width: 980px;
	padding: 30px 0;
	margin: auto;
}

footer .inner .copy {
	color: #787878;
	position: absolute;
	bottom: 30px;
	right: 0;
}

footer #btnPagetop {
	position: absolute;
	right: 30px;
	top: -70px;
}

footer #btnPagetop>a {
	display: block;
	line-height: 0;
}

footer #footerLogo {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 40px;
}


#popWrap {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	z-index: 200;
}

#popBg {
	display: block;
	width: 100%;
	height: 100vh;
}

#bnr {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 680px;
	height: 450px;
	margin: -235px 0 0 -370px;
	background: #fff;
	padding: 20px 20px 0;
	border-radius: 5px;
	text-align: center;
}

#bnr h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	letter-spacing: .15em;
}

#bnr ul {
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}

#bnr ul>li {
	width: 49%;
	background: #e6e6e6;
	text-align: center;
	padding: 20px 0;
}

#bnr ul>li a {
	display: inline-block;
	margin: 20px auto 0;
}

#bnr img[src*="banner_300x80"] {
	padding: 65px 0;
}

/*--sub--*/
.sub article>section>.inner ul {
	margin: 0 auto 30px;
}

.sub article>section>.inner ul>li {
	padding: 25px 0;
	border-bottom: 1px solid #d2d2d2;
}

.sub article>section>.inner ul>li:first-child {
	padding: 0 0 25px;
}

.sub article>section>.inner ul>li p {
	padding-left: 1em;
	text-indent: -1em;
}