@charset "utf-8";
body {
	// for initial-scale of viewport (tablet)
	min-width: 960px;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;
	background: url("../images/base-bg.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #fff;
}

/* for chrome and opera only */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	body {
		image-rendering: -webkit-optimize-contrast;
		image-rendering: optimizequality;
	}
}

a:link { color: #ab1e16; }
a:visited { color: #ab1e16; }
a:hover { color: #eac545; }
a:active { color: #eac545; }
#layout {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color: #ab1e16;
	box-shadow: -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
}
.clearfix::after{
	content: "";
	clear: both;
	display: block;
}
.sidebar {
	float: left;
	width: 230px;
	text-align: left;
	margin-top: 55px;
}
.main-content {
	float: right;
	width: 730px;
	background: url("../images/top-bg.jpg") no-repeat;
	background: image-set(url("../images/top-bg.jpg") 1x, url("../images/top-bg@2x.jpg") 2x) no-repeat;
	background: -webkit-image-set("url(../images/top-bg.jpg") 1x, url("../images/top-bg@2x.jpg") 2x) no-repeat;
	background-color: #530d0b;
}
.sidebar-logo {
	display: block;
	margin: 0px auto 15px auto;
}
.vertical-menu a {
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 1rem;
	font-family: "Noto Sans JP";
	font-weight: 500;
}
.vertical-menu a:hover {
	background-color: white;
	color: #ab1e16;
}
.vertical-menu a.active {
	background-color: white;
	color: #ab1e16;
}
#top_bottom_area {
	margin: 0px 30px 0px 30px;
	padding: 15px;
	background-color: #fff;
	opacity: 0.9;
}
.top-text {
	margin-bottom: 20px;
}
#whatsnew h2 {
	margin-top: -3px;
	padding-left: 25px;
	font-weight: 700;
	line-height: 1.3;
	border-bottom: 1px solid #ab1e16;
	text-align: left;
	color: #232323;
}
#whatsnew_list li {
	margin-top: 10px;
	list-style: none;
	list-style-position: inside;
	color: #232323;
	padding-left: 5.3em;
	text-indent: -5.3em;
}
.whatsnew_day {
	color: #ab1e16;
	font-weight: 700;
}
#whatsnew_a:link {
	color: #ab1e16;
}
#whatsnew_a:visited {
	color: #ab1e16;
}
#whatsnew_a:hover {
	color: #fff;
}
#whatsnew_a:active {
	color: #fff;
}
#text_area {
	margin: 140px 20px 0px 20px;
	padding: 25px 20px 20px 20px;
	background: rgba(255,255,255,0.9);
}
#text_header h1 {
	margin-top: -5px;
	padding: 10px 0;
	text-align: center;
	line-height: 1.3;
	color: #fff;
	font-weight: 700;
	background-color: #ab1e16;
}
#text_area h2 {
	padding: .5em .75em;
	background: rgb(250,203,170);
	background: linear-gradient(90deg, rgba(250,203,170,1) 0%, rgba(255,255,255,0) 100%);
	border-left: 6px solid #ab1e16;
	font-size: x-large;
}
table.blueTable {
	border: 1px solid #bcbcbc;
	background-color: #fff;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
table.blueTable th {
	border: 1px solid #bcbcbc;
	background-color: #083388;
	color: #fff;
	text-align: center;
	padding: 9px;
}
table.blueTable td {
	border: 1px solid #bcbcbc;
	background-color: #fff;
	text-align: left;
	padding: 9px;
}
table.blueTable tbody td {
	background-color: #fff;
}
table.blueTable tbody tr:nth-child(even) td {
	background: #fffbf0;
}
table.blueTable tfoot td {
}
table.blueTable tfoot .links {
	text-align: right;
}
table.blueTable tfoot .links a{
	display: inline-block;
	background: #1C6EA4;
	color: #FFFFFF;
	padding: 2px 8px;
	border-radius: 5px;
}
table.outline {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}
table.outline th {
	padding: 10px;
	border-bottom: solid 4px #ab1e16;
	color: #083388
}
table.outline td {
	padding: 10px;
	border-bottom: solid 1px #ab1e16;
}
.greeting_header {
	background-image: url(../images/chair.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 23%; 
	padding-right: 175px;
	padding-top: 100px;
	font-weight: 700;
	text-align: right;
}
#underconstruction {
	margin: 150px 0px 150px 0px;
}
#underconstruction h2 {
	padding: 0;
	border: 0;
	background: none;
	background-color: none;
	font-size: x-large;
	font-size: 27px;
	text-align: center;
}
#underconstruction h5 {
	margin-top: -25px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}
h3 {
	padding: .1em 0;
	border-bottom: solid 3px #facbaa;
	position: relative;
}
h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ab1e16;
	bottom: -3px;
	width: 20%;
}
h4 {
	padding: .25em 0 .25em .5em;
	border-left: 6px solid #ff87b1;
}
.shadow {
	box-shadow: 0px 2px 4px gray;
}
.alpha a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.btn, a.btn, button.btn {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	margin: 10px;
	width: 60%;
}
a.btn-border1 {
	color: #fff;
	border: 2px solid #ff0000;
	border-radius: 0;
	background: #ff0000;
	padding: 1rem 4rem;
}
a.btn-border1:hover {
	color: #ff0000;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border2 {
	color: #fff;
	border: 2px solid #0000ff;
	border-radius: 0;
	background: #0000ff;
	padding: 1rem 4rem;
}
a.btn-border2:hover {
	color: #0000ff;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border3 {
	color: #fff;
	border: 2px solid #ff87b1;
	border-radius: 0;
	background: #ff87b1;
	padding: 1rem 4rem;
}
a.btn-border3:hover {
	color: #ff87b1;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border4 {
	color: #fff;
	border: 2px solid #de9c00;
	border-radius: 0;
	background: #de9c00;
	padding: 1rem 4rem;
}
a.btn-border4:hover {
	color: #de9c00;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border5 {
	color: #fff;
	border: 2px solid #b33d1f;
	border-radius: 0;
	background: #b33d1f;
	padding: 1rem 4rem;
}
a.btn-border5:hover {
	color: #b33d1f;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border6 {
	color: #fff;
	border: 2px solid #de9c00;
	border-radius: 0;
	background: #de9c00;
	padding: 1rem 4rem;
}
a.btn-border6:hover {
	color: #de9c00;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border7 {
	color: #fff;
	border: 2px solid #00ae99;
	border-radius: 0;
	background: #00ae99;
	padding: 1rem 4rem;
}
a.btn-border7:hover {
	color: #00ae99;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border8 {
	color: #fff;
	border: 2px solid #fa9106;
	border-radius: 0;
	background: #fa9106;
	padding: 1rem 4rem;
}
a.btn-border8:hover {
	color: #fa9106;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border9 {
	color: #232323;
	border: 2px solid #fbccaf;
	border-radius: 0;
	background: #fbccaf;
	padding: 1rem 4rem;
}
a.btn-border9:hover {
	color: #232323;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border10 {
	color: #fff;
	border: 2px solid #129eff;
	border-radius: 0;
	background: #129eff;
	padding: 1rem 4rem;
}
a.btn-border10:hover {
	color: #129eff;
	background: #fff;
	padding: 1rem 4rem;
}
.kome {
	list-style: none;
	padding-left: 0.1em;
	margin-left: 1em;
}
.kome li {
	text-indent: -1.2em;
}
.kome2 {
	list-style: none;
	padding-left: 0.1em;
	margin-left: 1em;
}
.kome2 li {
	text-indent: -1em;
}
.kome3 {
	list-style: none;
	padding-left: 0.4em;
	margin-left: 1em;
}
.kome3 li {
	text-indent: -1.4em;
}
.day {
	margin-top: -.75em;
	text-align: right;
}
.speaker {
	list-style: none;
	padding-left: 0;
	margin-left: 3em;
}
.speaker li {
	text-indent: -3em;
}
.prg-title {
	font-size: large;
	font-weight: bold;
	color: #ff87b1;
}
table.join {
	width: 100%;
	border: 1px solid #d0d0cc;
	text-align: center;
	border-collapse: collapse;
}
table.join td, table.join th {
	border: 1px solid #d0d0cc;
	padding: 10px;
}
table.join tr:nth-child(even) {
	background: #fff;
}
table.join thead {
	background: #ff87b1;
}
table.join thead th {
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-left: 1px solid #d0d0cc;
}
table.join thead th:first-child {
	border-left: none;
}
table.greenTable {
	width: 100%;
	background-color: #d4eed1;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
table.greenTable td, table.greenTable th {
	border: 1px solid #bcbcbc;
	padding: 10px;
}
table.greenTable td:nth-child(even) {
	background: #fff;
}
table.greenTable thead {
	background: #ff87b1;
}
table.greenTable thead th {
	font-weight: bold;
	color: #fff;
	text-align: center;
}
ol, ul {
	padding-left: 1.5em;
}
#kome ul {
	list-style: none;
	padding-left: 1.5em;
	margin: 0.5em;
}
#kome li {
	text-indent: -1.4em;
}
#upper-btn {
	font-size: 32px;
	color: #00ae99;
	text-align: right;
}
.footer {
	grid-area: footer;
	padding: 20px;
	background-color: #530d0b;
	color: #fff;
}
.footer a:link { color: #fff; }
.footer a:visited { color: #fff; }
.footer a:hover { color: #eac545; }
.footer a:active { color: #eac545; }
#footer_office {
	padding: 0 10px;
	font-size: .95em;
}
.office_1st-line {
	font-weight: bold;
	color: #eac545;
}
#footer_copy {
	margin: 0 0 15px 0;
	font-size: .8em;
	text-align: center;
	font-family: "Helvetica", "Arial";
	color: #fff;
}
#toggle {
	display: none;
}
.venue {
	margin-top: -.75em;
	text-align: right;
}
.speaker {
	list-style: none;
	padding-left: 0;
	margin-left: 3em;
}
.speaker li {
	text-indent: -3em;
}
.program-title {
	margin-top: -.5em;
	font-size: 1.1em;
	font-weight: bold;
	color: #232323;
}
.top-category1 {
	position: relative;
	margin: 10px 20px;
	padding: 8px 12px 8px 32px;
	border: 3px solid #a21c15;
	border-radius: 3px;
	background-color: #ffe9da;
	color: #232323;
	font-weight: bold;
}


@media only screen and (max-width: 655px) {
	body {
		// for initial-scale of viewport (tablet)
		min-width: initial;
	}
	img {
		max-width: 100%;
		height: auto;
		display: block;
	}
	#layout {
		width: 100%;
		background: none;
		background-color: #fff;
	}
	#toggle {
		display: block;
		position: fixed;
		top: 0px;
		right: 0px;
		background-color: #ab1e16;
		padding: 12px;
	}
	#toggle-box {
		position: relative;
		width: 24px;
		height: 22px;
		cursor: pointer;
	}
	#toggle-box > span {
		width: 100%;
		height: 1px;
		left: 0;
		display: block;
		background: #fff;
		position: absolute;
		transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
	}
	#toggle-box > span:nth-child(1) {
		top: 0;
	}
	#toggle-box > span:nth-child(2) {
		top: 50%;
	}
	#toggle-box > span:nth-child(3) {
		bottom: 0;
	}
	#toggle {
		z-index: 1000;
	}
	.sidebar-logo {
		display: none;
	}
	.sidebar {
		margin-top: 0;
	}
	.vertical-menu {
		z-index: 900;
		overflow: auto;
		width: 65%;
		height: 100%;
		background: #ab1e16;
		color: #fff;
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(100%);
		transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
		padding-top: 60px;
	}
	.vertical-menu ul {
		list-style: none;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
	.vertical-menu ul li {
		width: 100%;
	}
	.vertical-menu a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 10px 0 10px 20px;
		transition: opacity .6s ease;
	}
	.vertical-menu a:hover {
		opacity: 0.6;
	}
	.main-content {
		width: 100%;
		position: relative;
		background-size: contain !important;
		z-index: 990;
	}
	.is-open {
		overflow: hidden;
	}
	.is-open #toggle-box > span {
		background: #fff;
	}
	.is-open #toggle-box > span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg) translatey(-50%);
	}
	.is-open #toggle-box > span:nth-child(2) {
		width: 0;
	}
	.is-open #toggle-box > span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg) translatey(-50%);
	}
	.is-open .vertical-menu {
		z-index: 999;
		transform: translateX(0);
	}
	.overlay {
		height: 100vh;
	}
	#top_bottom_area {
		margin-top: 1vw;
	}
	#whatsnew h2 {
		padding: 0;
		text-align: center;
	}
	#whatsnew_list ul {
		padding-inline-start: 0;
	}
	#text_area {
		margin: 20vw 0 0 0;
	}
	.btn-border2, .btn-border3, .btn-border4 {
		font-size: 1.4em !important;
		padding: 1rem !important;
	}
	#footer_office-left {
		margin-bottom: 4vw;
	}
	#footer_office {
		justify-content: left;
		text-align: left;
	}
	#footer_office-left, #footer_office-right {
		flex: none;
	}
	#footer_copy {
		text-align: left;
		padding: 0 2rem 1rem 2rem;
	}
	.day {
		text-align: left;
	}
	.top-text, .header-text {
		margin-top: 0px;
	}
	.main-content {
		background-position-y: initial !important;
	}
	.greeting_header {
		padding-right: 155px;
		padding-top: 45px;
		background-size: 30%;
		text-align: left;
	}
}