/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

br.large {
	display: none;
}
br.small {
	display: inline;
}
img.large {
	display: none;
}
img.small {
	display: block;
}
span.no-small {
	display: none;
}



/* --------------------------------------------------------------------------------
page
-------------------------------------------------------------------------------- */

div#page {
	padding-top: 60px;
}
body.admin-bar div#page {
	padding-top: 14px;
}
p.button-left {
	justify-content: center;
}
p.button-right {
	justify-content: center;
}
p.button-large {
	font-size: 1.125rem;
}
p.button-large a {
	width: 100%;
}
div.button-wrapper {
	display: block;
}
div.button-wrapper p.button-default:not(:last-child) {
	margin-bottom: 20px;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header *#logo {
	position: fixed;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 0px;
	z-index: 20;
	padding-left: 15px;
	background-color: #ffffff;
}
header#header *#logo span.main {
	font-size: 1.125rem;
	line-height: 1.25rem;
}
header#header *#logo span.sub {
	font-size: 0.5rem;
	line-height: 0.875rem;
}
header#header p#button-menu {
	position: fixed;
	width: 60px;
	height: 60px;
	right: 0px;
	top: 0px;
	z-index: 30;
	cursor: pointer;
}
header#header p#button-menu i {
	display: block;
	position: absolute;
	border-bottom: 1px solid #5a5a5a;
	width: 28px;
	height: 0px;
	left: calc(50% - 14px);
	top: calc(50% - 0.5px);
	transition: 0.25s all ease;
}
header#header p#button-menu i:nth-child(1) {
	transform: translateY(-7px);
}
header#header p#button-menu i:nth-child(2) {
	transform: translateY(7px);
}
div.menu-header header#header p#button-menu i:nth-child(-n+3) {
  width: 0px;
  left: 50%;
  opacity: 0;
	transform: translateY(0px);
}
div.menu-header header#header p#button-menu i:nth-child(4) {
	transform: rotate(45deg);
}
div.menu-header header#header p#button-menu i:nth-child(5) {
	transform: rotate(-45deg);
}
header#header div#menu {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0px;
	top: 0px;
	overflow: auto;
	z-index: 10;
	background-color: #d5eddc;
	transform: translateX(100%);
	transition: 0.25s transform ease;
	-webkit-overflow-scrolling: touch;
}
div.menu-header header#header div#menu {
	transform: translateX(0%);
}
header#header div#menu div.inner-menu {
	padding: 80px 30px 40px 30px;
}
header#header nav#navi {
	margin-bottom: 40px;
	background-color: transparent;
}
header#header nav#navi > ul {
	display: block;
	width: auto;
}
header#header nav#navi > ul > li {
	width: auto;
	border-bottom: 1px solid #56b773;
}
header#header nav#navi > ul > li:has(.nest)::before {
	display: none;
}
header#header nav#navi > ul > li a {
	transition: none;
}
header#header nav#navi > ul > li > a {
	height: 60px;
}
header#header nav#navi > ul > li:hover > a {
	background-color: transparent;
}
header#header nav#navi > ul > li.collapse > a {
	position: relative;
}
header#header nav#navi > ul > li.collapse > a::before {
	position: absolute;
	width: 8px;
	height: 8px;
	right: 10px;
	top: calc(50% - 4px);
	border-right: 1px solid #5a5a5a;
	border-top: 1px solid #5a5a5a;
	content: "";
	transition: 0.25s transform ease;
	transform: translateY(1px) rotate(-45deg);
}
header#header nav#navi > ul > li.collapse.open > a::before {
	transform: translateY(-1px) rotate(135deg);
}
header#header nav#navi > ul > li div.nest {
	position: static;
	width: auto;
	left: auto;
	top: auto;
	transition: none;
}
header#header nav#navi > ul > li:hover div.nest:has(li:nth-child(1)) {
	height: 0px;
}
header#header nav#navi > ul > li:hover div.nest:has(li:nth-child(2)) {
	height: 0px;
}
header#header nav#navi > ul > li:hover div.nest:has(li:nth-child(3)) {
	height: 0px;
}
header#header nav#navi > ul > li div.nest ul {
	padding-bottom: 20px;
}
header#header nav#navi > ul > li div.nest ul li:not(:last-child) {
	margin-bottom: 1px;
}
header#header nav#navi > ul > li div.nest ul li a {
	height: 40px;
}
header#header div.misc {
	position: static;
	right: auto;
	top: auto;
}
header#header div.misc:not(:last-child) {
	margin-bottom: 40px;
}
header#header div.misc ul {
	justify-content: space-between;
}
header#header div.misc ul li {
	width: calc(50% - 5px);
	font-size: 1rem;
}
header#header div.misc ul li:not(:last-child) {
	margin-right: 0px;
}
header#header div.misc ul li a {
	width: auto;
	height: 60px;
	color: #ffffff;
	border-radius: 10px;
}
header#header p.logout {
	position: static;
	right: auto;
	top: auto;
	text-align: center;
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

div#cover {
	height: 290px;
}
div#cover::before {
	background-image: url(../images/cover-image-small.jpg);
}
div#cover h1 {
	left: 30px;
	top: 40px;
	font-size: 1.5rem;
	line-height: 2.5rem;
}



/* --------------------------------------------------------------------------------
title
-------------------------------------------------------------------------------- */

div#title {
	height: 120px;
}
div#title::before {
	background-image: url(../images/title-image-small.jpg);
}
div#title h1 {
	left: 30px;
	top: calc(50% - 0.875rem);
	font-size: 1.5rem;
	line-height: 1.75rem;
}
div#title h1:has(br) {
	top: calc(50% - 1.75rem);
}



/* --------------------------------------------------------------------------------
breadcrumb
-------------------------------------------------------------------------------- */

div#breadcrumb {
	width: auto;
	padding: 0px 15px;
}


/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

main section div.inner-section {
	width: auto;
	padding: 60px 30px;
}
main section div.inner-section:has(#sidebar) {
	min-height: 0px;
	padding-right: 30px;
}
main h2.headline {
	font-size: 1.5rem;
	line-height: 2.25rem;
	padding-bottom: 10px;
}
main div.block:not(:last-child) {
	margin-bottom: 60px;
}
main div#pager,
main nav#navi-article {
	margin-top: 60px;
}
main section aside#sidebar {
	position: static;
	width: auto;
	right: auto;
	top: auto;
	margin-top: 60px;
}

/* home
-------------------------------------------------------------------------------- */

main section#home-menu div.list {
	margin: 0px -10px -10px 0px;
}
main section#home-menu div.list div.row {
	width: calc(50% - 10px);
	margin: 0px 10px 10px 0px;
}
main section#home-menu div.list div.row a {
	padding: 10px 0px 20px 0px;
}
main section#home-menu div.list div.row div.text h2 {
	font-size: 1.125rem;
}
main section#home-menu div.list div.row p.icon img {
	width: calc(105px * 0.75);
}
main section#home-news div.column {
	display: block;
}
main section#home-news div.column div.left,
main section#home-news div.column div.right {
	width: auto;
}
main section#home-news div.column div.left {
	margin-bottom: 60px;
}

/* about
-------------------------------------------------------------------------------- */

main section#about div.block-summary {
	margin-bottom: 60px;
}
main section#about div.block-summary h2 {
	font-size: 1.125rem;
	line-height: 2.5rem;
	margin: 0px -30px 40px -30px;
}
main section#about div.block-summary h2 span {
	font-size: 1.75rem;
}
main section#about div.block-summary div.list {
	display: block;
}
main section#about div.block-summary div.list div.row {
	width: auto;
	padding: 40px 20px;
}
main section#about div.block-summary div.list div.row:first-child {
	padding-bottom: 80px;
}
main section#about div.block-summary div.list div.row:last-child {
	padding-top: 80px;
}
main section#about div.block-summary div.list div.row h3 {
	font-size: 1.5rem;
	line-height: 2.25rem;
	margin-bottom: 20px;
}
main section#about div.block-summary div.list p.icon {
	position: relative;
	width: 160px;
	height: 160px;
	left: auto;
	bottom: auto;
	z-index: 1;
	border-width: 20px;
	margin: -60px auto;
}
main section#about div.block-summary div.list p.icon img {
	width: calc(108px * calc(160 / 280));
}
main section#about div.block-detail h2 {
	font-size: 1.125rem;
}
main section#about div.block-detail div.frame div.inner-frame {
	padding: 60px 0px;
}
main section#about div.block-detail div.list div.row {
	display: block;
}
main section#about div.block-detail div.list div.row p.image {
	width: 120px;
}
main section#about div.block-detail div.list div.row div.text {
	width: auto;
	margin-top: -100px;
}
main section#about div.block-detail div.list div.row div.text h3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100px;
	font-size: 1.25rem;
	margin: 0px -30px 10px 0px;
	padding-left: 140px;
}
main section#about div.block-detail p.other {
	text-align: justify;
}

/* association
-------------------------------------------------------------------------------- */

main section#association div.inner-section {
	width: auto;
}
main section#association div.block-summary ul {
	margin-bottom: 60px;
}
main section#association div.block-organization div.frame {
	margin: 0px -30px 60px -30px;
	padding: 40px 20px;
	border-radius: 0px;
}
main section#association div.block-organization div.frame p.label {
	margin-bottom: 20px;
}
main section#association div.block-organization div.frame p.diagram {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* greeting
-------------------------------------------------------------------------------- */

main section#greeting div.inner-section {
	width: auto;
}
main section#greeting p.name span.main {
	font-size: 1.125rem;
}

/* guidance
-------------------------------------------------------------------------------- */

main section#guidance div.inner-section {
	width: auto;
}
main section#guidance div.block-flow div.list {
	margin: 0px;
}
main section#guidance div.block-summary h2.headline {
	font-size: 1.25rem;
	line-height: 1.875rem;
}
main section#guidance div.block-summary div.list-wrapper {
	margin-bottom: 60px;
}
main section#guidance div.block-summary h3 {
	font-size: 1.25rem;
}
main section#guidance div.block-summary div.frame {
	padding: 40px 20px;
}
main section#guidance div.block-summary p.description {
	text-align: justify;
}
main section#guidance div.block-flow div.list div.row h3 {
	font-size: 1.25rem;
	margin-bottom: 20px;
}
main section#guidance div.block-flow div.list div.row h3 span {
	font-size: 1.125rem;
}
main section#guidance div.block-flow div.list div.row div.frame {
	padding: 40px 20px;
}

/* news
-------------------------------------------------------------------------------- */

main div.list-news div.row,
main article.news {
	padding: 40px 20px;
}
main div.list-news div.row h3,
main article.news h1 {
	font-size: 1.125rem;
}

/* schedule
-------------------------------------------------------------------------------- */

main section#schedule iframe {
	height: 500px;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer {
	padding-top: calc(65px * 0.5);
}
footer#footer p#button-page-top {
	right: 15px;
	bottom: 15px;
}
footer#footer p#button-page-top a {
	width: 40px;
	height: 40px;
}
footer#footer p#button-page-top a::before {
	width: 12px;
	height: 12px;
	left: calc(50% - 6px);
	top: calc(50% - 6px);
}
footer#footer div.information-navi-footer,
footer#footer div.information-navi-footer div.inner-information-navi-footer {
	display: block;
}
footer#footer div.information-navi-footer::before {
	height: calc(66px * 0.5);
	top: calc(-65px * 0.5);
	background-size: calc(1340px * 0.5) auto;
}
footer#footer div.information-navi-footer div.inner-information-navi-footer {
	width: auto;
	padding: 40px 30px;
}
footer#footer div.information-navi-footer div.information {
	margin: 0px -30px 40px 0px;
}
footer#footer div.information-navi-footer div.information h3 {
	font-size: 1.125rem;
	line-height: 1.875rem;
	margin-bottom: 10px;
}
footer#footer div.information-navi-footer nav#navi-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
footer#footer div.information-navi-footer nav#navi-footer ul {
	display: block;
}
footer#footer div.information-navi-footer nav#navi-footer ul li {
	position: relative;
	padding-left: 20px;
}
footer#footer div.information-navi-footer nav#navi-footer ul li:not(:last-child) {
	margin-right: 0px;
}
footer#footer div.information-navi-footer nav#navi-footer ul li::before,
footer#footer div.information-navi-footer nav#navi-footer ul li:not(:last-child)::before {
	position: absolute;
	width: 10px;
	height: 0px;
	left: 0px;
	right: auto;
	top: 16px;
	border-right: none;
	border-bottom: 1px solid #ffffff;
	content: "";
}
footer#footer p.copyright {
	padding: 15px 0px;
}
