
/* || -------------------- header */

header.page {
	display: flex;
	width: 100%;
	max-width: 1200px;
	background-color: #fff;
	padding: 10px 0 10px 0;
	margin: 0 auto 0 auto;
}

@media (max-width: 1280px) {
	header.page {
		padding: 10px 10px 10px 10px;
	}
}
@media (max-width: 768px) {
	header.page {
		position: fixed;
		z-index: 1000;
	}
}

/* || -------------------- header.page > nav */

header.page nav {
	display: flex;
	width: calc(100% - 340px);
}
header.page nav ul {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
header.page nav ul li {
	display: flex;
	align-items: center;
	margin: 0 10px 0 0;
}
header.page nav ul li:last-child {
	margin: 0 0 0 0;
}
header.page nav ul li a {
	width: 100%;
}
header.page nav ul li a p {
	width: 100%;
	color: #000039;
	font-size: 1.0em;
	text-align: center;
	padding: 6px;
}

@media screen and (max-width: 768px) {
	header.page nav {
		visibility: hidden;
		position: fixed;
		top: 74px;
		left: auto;
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: 300px;
		color: #fff;
		background-color: rgba(50, 50, 50, 0.85);
		padding: 20px 16px;
		transition: opacity .6s ease, visibility .6s ease;
		opacity: 0;
		z-index: 1000;
	}
	header.page nav ul {
		display: block;
		width: 100%;
	}
	header.page nav ul li {
		width: 100%;
		text-align: center;
		border-left: none;
		margin: 0 0 14px 0;
		opacity: 0;
	}
	header.page nav ul li a {
		color: #fff;
		border-radius: 4px;
		background-color: #fff;
		padding: 10px 0;
		margin: 0;
	}
}
@media screen and (max-width: 768px) {
	.open {
		overflow: hidden;
	}
	.open header.page nav {
		visibility: visible;
		opacity: 1;
		margin: 0;
		overflow-y: scroll;
	}
	.open header.page nav ul li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
}

/* ------------------------------ toggle */

div.toggle {
	visibility: hidden;
	display: none;
}

@media screen and (max-width: 768px) {
	div.toggle {
		visibility: visible;
		display: block;
		position: relative;
		width: 54px;
		height: 54px;
		background-color: #00a79b;
		border-radius: 6px;
		margin: 0 0 0 auto;
		cursor: pointer;
		user-select: none;
		z-index: 1100;
	}
	div.toggle > div {
		position: relative;
		width: 54px;
	}
	div.toggle span {
		position: absolute;
		left: 50%;
		width: 34px;
		height: 2px;
		display: block;
		background: #fff;
		transform: translateX(-50%);
		transform-origin: center;
		transition-duration: 0.6s;
		transition-timing-function: ease-in-out;
	}
	div.toggle span:nth-child(1) {
		top: 15px;
	}
	div.toggle span:nth-child(2) {
		top: 27px;
	}
	div.toggle span:nth-child(3) {
		top: 39px;
	}
}

/* ---------- open */

@media screen and (max-width: 768px) {
	.open div.toggle span {
		background: #fff;
	}
	.open div.toggle span:nth-child(1) {
		top: 27px;
		transform: translateX(-50%) rotate(45deg);
	}
	.open div.toggle span:nth-child(2) {
		top: 27px;
		width: 0;
		left: 50%;
	}
	.open div.toggle span:nth-child(3) {
		top: 27px;
		transform: translateX(-50%) rotate(-45deg);
	}
}

/* || -------------------- page > midashi */

div.page div.midashi {
	width: 100%;
	background: 
		linear-gradient(rgba(0,0,57,0.65), rgba(0,0,57,0.65)),
    url("../images/link-bk.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	padding: 60px 0 40px 0;
}

div.page div.midashi h1 ,
div.page div.midashi p {
	width: 100%;
	max-width: 1200px;
	color: #fff;
	font-size: 2.0em;
	font-weight: 500;
	margin: 0 auto 16px auto;
}

div.page ul.pankuzu {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0 auto;
}
div.page ul.pankuzu li {

}
div.page div.midashi li a {
	position: relative;
	display: block;
	color: #fff;
	padding: 0 20px 0 10px;
}

div.page div.midashi li a:before ,
div.page div.midashi li a:after {
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 1px;
	background-color: #fff;
}
div.page div.midashi li a:before {
	top: 9px;
	right: 0;
	transform: rotate(45deg);
}
div.page div.midashi li a:after {
	right: 0;
	bottom: 8px;
	transform: rotate(-45deg);
}

div.page div.midashi li:last-child a {
	padding: 0 10px 0 10px;
}
div.page div.midashi li:last-child a:before ,
div.page div.midashi li:last-child a:after {
	content: unset;
	display: none;
}

@media (max-width: 1280px) {
	div.page div.midashi h1 ,
	div.page div.midashi p{
		padding: 0 10px 0 10px;
	}
}
@media (max-width: 768px) {

	div.page div.midashi {
		padding: 60px 0 10px 0;
		margin: 74px 0 0 0;
	}
	div.page div.midashi h1 ,
	div.page div.midashi p {
		text-align: center;
		margin: 0 auto 40px auto;
	}

}
@media (max-width: 500px) {

}

/* || -------------------- page > kyubyo */

div.kyubyo h2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	font-size: 1.4em;
	border-bottom: 1px solid #b1b1b1;
	padding: 4px 0 16px 8px;
	margin: 0 auto 30px auto;
}
div.kyubyo h2:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: rgba(0, 0, 57, 0.6);
	margin: 2px 8px 0 0;
}

div.kyubyo h3 {
	width: 100%;
	max-width: 1200px;
	font-size: 1.125em;
	font-weight: 500;
	background-color: rgba(0, 0, 57, 0.05);
	padding: 8px;
	margin: 0 auto 30px auto;
}

div.kyubyo div.overview {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px auto;
}
div.kyubyo div.overview > figure {
	width: 100%;
	max-width: 500px;
	margin: 0 30px 0 0;
}
div.kyubyo div.overview > div {
	width: calc(100% - 530px);
}
div.kyubyo div.overview table {
	margin: 0 0 20px 0;
}
div.kyubyo div.overview table tr {
	border: 1px solid #cfcfcf;
}
div.kyubyo div.overview table th {
	color: #000039;
	text-align: center;
	background-color: #f5f5f5;
	padding: 8px;
}
div.kyubyo div.overview table td {
	font-size: 0.9em;
	padding: 8px;
}
div.kyubyo div.overview p {
	margin: 0 0 20px 0;
}
div.kyubyo div.overview a {
	display: flex;
	align-items: center;
	width: 270px;
	color: #444444;
	border: 1px solid #b3bfcc;
	padding: 8px 16px;
	border-radius: 4px;
}
div.kyubyo div.overview a svg {
	width: 16px;
	height: 16px;
	margin: 2px 0 0 8px;
}
div.kyubyo div.overview a svg path {
	fill: #b3bfcc;
	stroke: none;
}

div.kyubyo div.access {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	padding: 8px;
	margin: 0 auto 30px auto;
}
div.kyubyo div.access p {
	width: 100%;
	margin: 0 0 16px 0;
}
div.kyubyo div.access a {
	display: flex;
	align-items: center;
	width: fit-content;
	color: #444444;
	border: 1px solid #b3bfcc;
	padding: 8px 16px;
	border-radius: 4px;
}
div.kyubyo div.access a svg {
	width: 16px;
	height: 16px;
	margin: 2px 0 0 8px;
}
div.kyubyo div.access a svg path {
	fill: #b3bfcc;
	stroke: none;
}

div.kyubyo div.access figure.subway {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto 0 auto;
}

div.kyubyo iframe.googlemap {
	width: 100%;
	max-width: 1200px;
	height: 300px;
	border: 0;
	margin: 0 auto 0 auto;
}

@media (max-width: 768px) {
	div.kyubyo div.overview > figure {
		margin: 0 auto 20px auto;
	}
	div.kyubyo div.overview > div {
		width: 100%;
	}
	div.kyubyo div.overview p {
		text-align: center;
	}
	div.kyubyo div.overview a {
		margin: 0 auto 0 auto;
	}

	div.kyubyo div.access p {
		font-size: 0.9em;
	}
	div.kyubyo div.access figure.subway img {
    object-fit: cover;
    object-position: 100% 0;
    width: 100%;
    height: 330px;
	}
}
@media (max-width: 500px) {

	div.kyubyo div.overview table {
		font-size: 0.875em;
	}
	div.kyubyo div.overview p > br {
		display: none;
		visibility: hidden;
	}
	div.kyubyo div.access figure.subway img {
    height: 250px;
	}

}

/* || -------------------- page > about */

div.about h2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	font-size: 1.4em;
	border-bottom: 1px solid #b1b1b1;
	padding: 4px 0 16px 8px;
	margin: 0 auto 30px auto;
}
div.about h2:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: rgba(0, 0, 57, 0.6);
	margin: 2px 8px 0 0;
}

div.about h3 {
	width: 100%;
	max-width: 1200px;
	font-size: 1.125em;
	font-weight: 500;
	background-color: rgba(0, 0, 57, 0.05);
	padding: 8px;
	margin: 0 auto 30px auto;
}

div.about div.message {
	width: 100%;
	max-width: 1200px;
	padding: 8px;
	margin: 0 auto 30px auto;
}
div.about div.message p {
	width: 100%;
}
div.about div.message p span {
	display: block;
}
div.about div.message p span:not(:last-child) {
	text-indent: 1em;
	margin: 0 0 1em;
}
div.about div.message figure {
	float: right;
	width: 100%;
	max-width: 200px;
	margin: 0 0 0 60px;
}
div.about div.message figure img {
	width: 100%;
	margin: 0 0 10px 0;
}
div.about div.message figcaption {
	font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
	text-align: center;
}
div.about div.message figcaption span {
	display: block;
	font-size: 1.25em;
	font-weight: 700;
}

div.about div.activity {
	width: 100%;
	max-width: 1200px;
	padding: 0 8px;
	margin: 0 auto 30px auto;
}
div.about div.activity table {
	width: 100%;
	border: 1px solid #cfcfcf;
}
div.about div.activity table tr {
	border-bottom: 1px solid #cfcfcf;
}
div.about div.activity table th {
	width: 250px;
	background-color: #EFEFFB;
	border-right: 1px solid #cfcfcf;
	padding: 8px;
}
div.about div.activity table td {
	padding: 8px;
}

div.about div.history {
	width: 100%;
	max-width: 1200px;
	padding: 0 8px;
	margin: 0 auto 30px auto;
}
div.about div.history ul li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
div.about div.history ul li span {
	display: block;
	width: 175px;
	background: rgb(0, 0, 57);
	color: #fff;
	padding: 8px;
}
div.about div.history ul li p {
	width: calc(100% - 175px);
	border-bottom: 1px dotted #5B5BAD;
	padding: 8px;
}

div.about div.collabo {
	width: 100%;
	max-width: 1200px;
	padding: 0 8px;
	margin: 0 auto 0 auto;
}
div.about div.collabo table {
	width: 100%;
	border: 1px solid #cfcfcf;
}
div.about div.collabo table tr {
	border-bottom: 1px solid #cfcfcf;
}
div.about div.collabo table th {
	width: 250px;
	background-color: #EFEFFB;
	border-right: 1px solid #cfcfcf;
	padding: 8px;
}
div.about div.collabo table td {
	border-right: 1px solid #cfcfcf;
	padding: 8px;
}

div.about div.collabo table a {
	display: flex;
	align-items: center;
	color: #444444;
}
div.about div.collabo table a svg {
	width: 16px;
	height: 16px;
	margin: 2px 0 0 8px;
}
div.about div.collabo table a svg path {
	fill: #b3bfcc;
	stroke: none;
}

@media (max-width: 768px) {
	div.about div.message p span {
		font-size: 0.9em;
	}
	div.about div.message figure {
		margin: 0 0 20px 20px;
	}

	div.about div.history {
		font-size: 0.9em;
	}
	div.about div.history ul li p {
		width: 100%;
	}

	div.about div.activity table th,
	div.about div.activity table td {
		width: 100%;
		display: block;
		border-right: unset;
	}
	div.about div.collabo table th,
	div.about div.collabo table td {
		width: 100%;
		display: block;
		border-right: unset;
	}
	div.about div.history ul {
		column-count: unset;
	}
}
@media (max-width: 500px) {
	div.about div.message figure {
		float: none;
		margin: 0 auto 20px auto;
	}
}

/* || -------------------- single > news */

div.s-news h1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	font-size: 1.4em;
	border-bottom: 1px solid #b1b1b1;
	padding: 4px 0 16px 8px;
	margin: 0 auto 30px auto;
}

div.s-news div.post-head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0 auto;
}

div.s-news p.icon {
	width: 180px;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	border-radius: 20px;
	background-color: #5B5BAD;
	padding: 2px 0 2px 0;
	margin: 0 8px 4px 8px;
}
div.s-news p.icon.imp {
	background-color: #DB2367;
}
div.s-news p.icon.update {
	background-color: #2A0039;
}

div.s-news p.date {
	color: #a9a9a9;
	margin: 0 0 4px 0;
}

div.s-news div.post-con {
	width: 100%;
	max-width: 1200px;
	padding: 0 1em;
	margin: 0 auto 0 auto;
}

@media (max-width: 500px) {

	div.s-news p.date {
		width: 100%;
		margin: 0 8px 4px 8px;
	}

}



































































