/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

body {
	font-size: 1rem;
	line-height: 1.875rem;
	letter-spacing: 0.025em;
}



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

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



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

header#header *#logo {
	left: -27px;
	top: 14px;
	z-index: 20;
}
body.admin-bar header#header *#logo {
	top: 14px;
}
header#header *#logo img,
header#header *#logo svg {
	height: calc(88px * 0.75);
}
header#header *#logo svg path {
	transition: 0.25s fill ease;
}
div.menu-header header#header *#logo svg path {
	fill: #ffffff !important;
}
header#header p#button-menu {
  position: fixed;
  width: 80px;
  height: 80px;
  right: 0px;
  top: 0px;
	z-index: 30;
  cursor: pointer;
}
header#header p#button-menu::before {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 15px;
	text-align: center;
	font-family: "DIN Next LT W01 Medium", sans-serif;
	font-size: 0.75rem;
	line-height: 1.25rem;
	color: #00287a;
	content: "MENU";
	transition: 0.25s color ease;
}
div.menu-header header#header p#button-menu::before {
	color: #ffffff;
	content: "CLOSE";
}
header#header p#button-menu i {
  display: block;
  position: absolute;
  width: 30px;
  height: 0px;
  left: calc(50% - 15px);
  top: calc(50% - 6px);
	border-bottom: 2px solid #00287a;
  transition: 0.25s all ease;
}
div.menu-header header#header p#button-menu i {
	border-color: #ffffff;
}
header#header p#button-menu i:nth-child(1) {
	transform: translateY(-9px);
}
header#header p#button-menu i:nth-child(2) {
	transform: translateY(9px);
}
div.menu-header header#header p#button-menu i:nth-child(1),
div.menu-header header#header p#button-menu i:nth-child(2),
div.menu-header header#header p#button-menu i:nth-child(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: #00287a;
	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::-webkit-scrollbar {
  display:none;
}
header#header div#menu div.inner-menu {
	padding: 110px 30px 30px 30px;
}
header#header nav#navi {
	position: relative;
	height: calc(100svh - 140px);
	min-height: 440px;
	right: auto;
	top: auto;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 10px;
}
body.admin-bar header#header nav#navi {
	top: auto;
}
header#header nav#navi ul {
	display: block;
}
header#header nav#navi ul li:not(:last-child) {
	border-bottom: 2px dotted #000000;
	margin: 0px 0px 20px 0px;
	padding-bottom: 20px;
}
header#header p.home {
	display: block;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 30px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	color: #00287a;
}

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

body.home div.about header#header *#logo svg path {
	fill: #00287a !important;
}
body.home div.about.menu-header header#header *#logo svg path {
	fill: #ffffff !important;
}
body.home div.about header#header nav#navi ul li a {
	color: #000000;
}



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

div#cover {
	min-height: 600px;
	padding-top: 20px;
}
body.admin-bar div#cover {
	height: 100svh;
}
div#cover div.text h1 {
	margin-bottom: 60px;
}
div#cover div.text h1 img {
	width: 240px;
}
div#cover div.text p.sub {
	font-size: 2.5rem;
	line-height: 3rem;
}
div#cover div.text p.sub span {
	padding-bottom: 15px;
}
div#cover p.scroll {
	display: none;
}



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

main section div.inner-section {
	width: auto;
	padding: 80px 30px;
}
main section p.headline span {
	height: 50px;
	font-size: 1.25rem;
	padding: 0px calc(50px * 0.5625) 0px calc(50px * 0.375);
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - calc(50px * 0.25)) 50%, 100% 100%, 0% 100%);
}
main div.contact ul {
	display: block;
}
main div.contact ul li:not(:last-child) {
	margin: 0px 0px 10px 0px;
}
main div.contact ul li a {
	width: auto;
	height: 50px;
}
main div#information {
	padding-bottom: 80px;
}
main div#information p.illust {
	margin-bottom: 40px;
}
main div#information p.illust img {
	width: calc(285px * 0.75);
}
main div#information h3 {
	margin-bottom: 60px;
}
main div#information h3 img {
	width: calc(291px * 0.75);
}

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

main section#concept div.text {
	margin-bottom: 80px;
}
main section#concept div.text h2 {
	font-size: 2.5rem;
	line-height: 3.75rem;
	margin-bottom: 30px;
}
main section#concept div.text h2 span {
	font-size: 1.5rem;
}
main section#concept div.text p.description {
	text-align: justify;
	font-size: 1.125rem;
	line-height: 2rem;
}
main section#concept div.list {
	display: block;
	margin-right: 0px;
}
main section#concept div.list div.row {
	width: auto;
	margin-right: 0px;
}
main section#concept div.list div.row:not(:last-child) {
	margin-bottom: 60px;
}
main section#concept div.list div.row p.label {
	line-height: 1.25rem;
}
main section#concept div.list div.row p.label i.sub {
	font-size: 0.75rem;
	margin-right: 5px;
}
main section#concept div.list div.row p.label i.main {
	font-size: 1.125rem;
}
main section#concept div.list div.row h2 {
	font-size: 1.625rem;
	line-height: 2.25rem;
}
main section#concept div.list div.row p.description {
	min-height: 0px;
}
main section#concept div.list div.row ul li {
	font-size: 1.25rem;
}
main section#concept div.list div.row ul li span {
	font-size: 0.75rem;
}
main section#guideline div.text h2 {
	font-size: 2.5rem;
	line-height: 3rem;
	margin-bottom: 40px;
}
main section#guideline div.text h2 span {
	padding-bottom: 15px;
}
main section#guideline div.text p.description {
	text-align: justify;
	font-size: 1.125rem;
	line-height: 2rem;
	margin-bottom: 80px;
}
main section#guideline div.list {
	display: block;
}
main section#guideline div.list div.row {
	margin: 0px auto;
}
main section#guideline div.list div.row:not(:last-child) {
	margin-right: auto;
	margin-bottom: 60px;
}
main section#guideline div.list div.row::before {
	width: calc(69px * 0.75);
	height: calc(35px * 0.75);
	left: calc(50% - calc(34.5px * 0.75));
}
main section#guideline div.list div.row a:hover {
	transform: translateY(calc(-30px * 0.75));
}
main section#guideline div.list div.row h3 {
	height: 60px;
	font-size: 1.25rem;
	border-radius: 30px;
	margin-bottom: 15px;
}
main section#guideline div.list div.row p.icon img {
	width: calc(185px * 0.75);
}
main section#about div#trigger-about {
	top: -40px;
}
main section#about div.image-text {
	display: block;
}
main section#about div.image-text p.image {
	width: auto;
	height: 260px;
	margin-bottom: 40px;
	border-radius: 10px;
}
main section#about div.image-text p.image img {
	width: calc(330px * 0.625);
}
main section#about div.image-text div.text {
	width: auto;
}
main section#about div.image-text div.text h2 {
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
main section#about div.image-text div.text p.description {
	font-size: 1.125rem;
	line-height: 2rem;
}

/* guideline
-------------------------------------------------------------------------------- */

body.midukoshi main,
body.meirin main,
body.midoriba main {
	padding-top: 100px;
}
main section#guideline-detail h2 {
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 60px;
}
main section#guideline-detail h2 span {
	padding-bottom: 10px;
}
main section#guideline-detail h2 i {
	font-size: 1.625rem;
}
main section#guideline-detail div.tab ul {
	margin-right: -5px;
}
main section#guideline-detail div.tab ul li {
	width: calc(25% - 5px);
	height: 60px;
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin-right: 5px;
}
main section#guideline-detail div.content-wrapper {
	margin-bottom: 40px;
}
main section#guideline-detail div.content-wrapper div.content div.list {
	padding: 30px;
}
main section#guideline-detail div.content-wrapper div.content div.list div.row {
	display: block;
}
main section#guideline-detail div.content-wrapper div.content div.list div.row p.label {
	width: auto;
	margin-bottom: 5px;
}
main section#guideline-detail div.content-wrapper div.content div.list div.row p.body {
	width: auto;
}
main section#about-detail p.headline,
main section#access p.headline {
	margin-bottom: calc(-50px * 0.625);
}
main section#about-detail div.slide {
	margin-bottom: 40px;
	border-radius: 10px;
}
main section#about-detail div.slide div.pager p.button {
	width: 40px;
}
main section#about-detail div.slide div.pager p.button::before {
	width: 15px;
	height: 15px;
	left: calc(50% - 7.5px);
	top: calc(50% - 7.5px);
}
main section#about-detail div.text h2 {
	font-size: 1.625rem;
	line-height: 2.25rem;
	margin: 0px -30px 30px -30px;
}
main section#about-detail div.text p.description {
	width: auto;
	margin-bottom: 40px;
}
main section#access div.map {
	height: 420px;
	margin-bottom: 40px;
	border-radius: 10px;
}
main section#access div.map iframe {
	width: 100%;
	height: calc(100% + 80px);
	margin-top: -80px;
}
main section#access div.text {
	display: block;
}
main section#access div.text p.address {
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.875rem;
	margin-left: -30px;
	margin-right: -30px;
}
main section#access div.text p.address:not(:last-child) {
	margin-bottom: 15px;
}
main section#access div.text ul li {
	font-size: 1rem;
}
main section#access div.text ul li:not(:last-child) {
	margin-bottom: 5px;
}



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

footer#footer {
	padding-bottom: 80px;
}
footer#footer div.information {
	margin-bottom: 40px;
}
footer#footer div.information h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
footer#footer div.information div.address-tel {
	display: block;
}
footer#footer div.information div.address-tel p.address {
	margin-right: 0px;
}
footer#footer p.copyright {
	font-size: 0.75rem;
	line-height: 1.25rem;
}
footer#footer div.contact {
	position: fixed;
	width: 100%;
	left: 0px;
	right: auto;
	bottom: -10px;
	padding: 0px 5px;
}
footer#footer div.contact ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
}
footer#footer div.contact ul li {
	width: calc(50% - 5px);
	margin-right: 5px;
}
footer#footer div.contact ul li a {
	width: 100%;
	height: 60px;
	padding: 0px 0px 10px 0px;
	border-radius: 5px 5px 0px 0px;
}
footer#footer div.contact ul li a:hover {
	transform: translateY(-10px);
}
footer#footer div.contact ul li span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
footer#footer div.contact ul li i.icon {
	font-size: 2rem;
	margin: 0px 5px 0px 0px;
	transform: translateY(2px);
}
footer#footer div.contact ul li i.label {
	text-align: left;
}
footer#footer div.contact ul li.tel {
	display: block;
}
footer#footer div.contact ul li.tel a {
	background-color: #00287a;
}

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

body.home footer#footer div.information h3 {
	font-size: 1.5rem;
	line-height: 1.875rem;
	margin-bottom: 10px;
}
