@charset "utf-8";



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

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



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

div#page {
	padding-top: 60px;
}
p.button-default {
	display: block;
}
p.button-default a {
	width: auto;
}
p.button-wide a {
	width: auto;
}

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

body.home div#page::before {
	height: 550px;
}



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

header#header *#logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 0px;
	z-index: 20;
	padding-left: 20px;
	background-color: #ffffff;
}
header#header *#logo span.image {
	margin-right: 10px;
}
header#header *#logo span.image i {
	width: 20px;
	border-radius: 10px 0px 10px 0px;
}
header#header *#logo span.image i:not(:last-child) {
	margin-right: 1px;
}
header#header *#logo span.text i.sub {
	font-size: calc(1.125rem * 0.5);
	line-height: calc(0.75rem * 0.5);
}
header#header *#logo span.text i.main {
	font-size: calc(4rem * 0.5);
	line-height: calc(3.75rem * 0.5);
}
header#header *#logo span.text i.group {
	font-size: calc(0.75rem * 0.5);
	line-height: calc(1rem * 0.5);
}
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;
  width: 28px;
  height: 0px;
  left: calc(50% - 14px);
  top: calc(50% - 1px);
	border-bottom: 2px solid #333333;
  transition: 0.25s all ease;
}
header#header p#button-menu i:nth-child(1) {
	transform: translateY(-8px);
}
header#header p#button-menu i:nth-child(2) {
	transform: translateY(8px);
}
body.menu-header header#header p#button-menu i:nth-child(1),
body.menu-header header#header p#button-menu i:nth-child(2),
body.menu-header header#header p#button-menu i:nth-child(3) {
  width: 0px;
  left: 50%;
  opacity: 0;
	transform: translateY(0px);
}
body.menu-header header#header p#button-menu i:nth-child(4) {
	transform: rotate(45deg);
}
body.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: #ffffff;
	transform: translateX(100%);
	transition: 0.25s transform ease;
	-webkit-overflow-scrolling: touch;
}
body.menu-header header#header div#menu {
	transform: translateX(0%);
}
header#header div#menu div.inner-menu {
	padding: 60px 0px 40px 0px;
}
header#header nav#navi {
	position: static;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	background-color: transparent;
	box-shadow: none;
}
body.admin-bar header#header nav#navi {
	top: auto;
}
header#header nav#navi > ul {
	display: block;
}
header#header nav#navi > ul > li {
	border-bottom: 1px solid #f5f5f5;
}
header#header nav#navi > ul > li:first-child {
	border-top: 1px solid #f5f5f5;
}
header#header nav#navi > ul > li > a {
	padding: 0px;
}
header#header nav#navi > ul > li:hover > a {
	color: #333333;
}
header#header nav#navi > ul > li.collapse > a::before {
	left: auto;
	right: 30px;
	top: calc(50% - 3px);
	transition: 0.25s transform ease;
	transform: translateY(-1px) rotate(135deg);
}
header#header nav#navi > ul > li.collapse:hover > a::before {
	border-color: #333333;
}
header#header nav#navi > ul > li.collapse.open > a::before {
	transform: translateY(1px) rotate(-45deg);
	border-color: #333333;
}
header#header nav#navi > ul > li:not(:last-child) > a::after {
	display: none;
}
header#header nav#navi > ul > li div.nest {
	position: static;
	width: auto;
	left: auto;
	top: auto;
	background-color: #f5f5f5;
	box-shadow: none;
	transition: unset;
}
header#header nav#navi > ul > li.facility:hover div.nest {
	height: 0px;
}
header#header nav#navi > ul > li.service:hover div.nest {
	height: 0px;
}
header#header nav#navi > ul > li div.nest div.inner-nest {
	width: auto;
	padding-top: 0px;
}
header#header nav#navi > ul > li div.nest ul {
	display: block;
	margin: 0px;
}
header#header nav#navi > ul > li div.nest ul li {
	width: auto;
	margin: 0px;
}
header#header nav#navi > ul > li div.nest ul li:not(:last-child) {
	border-bottom: 1px solid #ffffff;
}
header#header nav#navi > ul > li div.nest ul li a {
	justify-content: center;
	height: 60px;
}
header#header nav#navi > ul > li div.nest ul li a span.image {
	display: none;
}
header#header nav#navi > ul > li div.nest ul li a span.text {
	width: auto;
	text-align: center;
}
header#header nav#navi > ul > li div.nest ul li a span.text i {
	display: block;
}
header#header nav#navi > ul > li div.nest ul li a span.text i.sub {
	margin-bottom: 0px;
}
header#header p.button-recruit,
header#header p.button-contact {
	position: fixed;
	width: 50%;
	bottom: 0px;
	writing-mode: horizontal-tb;
	letter-spacing: 0.025em;
}
header#header p.button-recruit {
	left: 0px;
	right: auto;
	top: auto;
}
body.admin-bar header#header p.button-recruit {
	top: auto;
}
header#header p.button-contact {
	right: 0px;
	top: auto;
}
body.admin-bar header#header p.button-contact {
	top: auto;
}
header#header p.button-recruit a,
header#header p.button-contact a {
	width: auto;
	height: 50px;
	padding: 0px 0px 1px 0px;
	border-radius: 0px;
	box-shadow: none;
	transition: 0.25s color ease, 0.25s background-color ease;
}
header#header p.button-recruit a:hover,
header#header p.button-contact a:hover {
	transform: translateX(0px);
}
header#header p.button-recruit a {
	border-top: 1px solid #e99e53;
}
header#header p.button-recruit a:hover {
	color: #e99e53;
	background-color: #ffffff;
}
header#header p.button-contact a {
	border-top: 1px solid #72b446;
}
header#header p.button-contact a:hover {
	color: #72b446;
	background-color: #ffffff;
}
header#header p.button-recruit a::before,
header#header p.button-contact a::before {
	width: auto;
	height: 20px;
	left: auto;
	right: 15px;
	top: calc(50% - 10px);
	bottom: auto;
	transform: rotate(0deg);
}

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

body.home header#header *#logo {
	display: flex;
	pointer-events: none;
	opacity: 0;
	transition: 0.25s opacity ease;
}
body.home div.scroll header#header *#logo,
body.home.menu-header header#header *#logo {
	pointer-events: auto;
	opacity: 1;
}



/* --------------------------------------------------------------------------------
cover, title
-------------------------------------------------------------------------------- */

div#cover {
	margin-bottom: 60px;
	padding-top: 60px;
}
div#cover div.image {
	margin-bottom: 20px;
}
div#cover div.image p.row {
	width: 70px;
	border-radius: 35px 0px 35px 0px;
}
div#cover div.image p.row:not(:last-child) {
	margin-right: 2px;
}
div#cover h1 span.sub {
	font-size: calc(3.25rem * 0.5);
	line-height: calc(2.75rem * 0.5);
}
div#cover h1 span.main {
	font-size: calc(9.5rem * 0.5);
	line-height: calc(8.5rem * 0.5);
	margin-bottom: 5px;
}
div#cover h1 span.group {
	font-size: calc(1.5rem * 0.5);
}
div#title {
	min-height: 0px;
}
body:not(.about) div#title {
	margin-bottom: 40px;
}
div#title::before {
	display: none;
}
div#title p.image {
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
}
div#title div.text {
	width: auto;
	padding: 0px 30px;
}
div#title div.text div.header {
	margin-bottom: 40px;
}
div#title div.text div.header p.sub {
	font-size: 1rem;
}
div#title div.text div.header h1,
div#title div.text div.body h2 {
	margin-right: -30px;
}
div#title div.text div.header h1 {
	font-size: 2rem;
	line-height: 2.5rem;
}
div#title div.text div.header h1:not(:last-child) {
	margin-bottom: 10px;
}
div#title div.text div.header p.tel {
	font-size: 1.375rem;
	line-height: 2.375rem;
}
div#title div.text div.body h2 {
	font-size: 1.375rem;
	line-height: 2.375rem;
}
div#title div.text div.body p.description {
	line-height: 1.875rem;
}



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

main {
	margin-bottom: 60px;
	padding-top: 60px;
}
main section div.inner-section {
	width: auto;
	padding: 60px 30px;
}
main section header {
	margin-bottom: 60px;
}
main h1.headline span.sub {
	font-size: 4.75rem;
	line-height: 4rem;
}
main h1.headline span.main {
	top: 15px;
	font-size: 1.375rem;
}
main div.block:not(:last-child) {
	margin-bottom: 120px;
}
main div.block div.header {
	margin-bottom: 60px;
}
main div.block-detail div.list div.row {
	display: block;
}
main div.block-detail div.list div.row:not(:last-child) {
	margin-bottom: 60px;
}
main div.block-detail div.list div.row p.image,
main div.block-detail div.list div.row div.text {
	width: auto;
}
main div.block-detail div.list div.row p.image {
	margin-bottom: 10px;
}
main div.block-detail div.list div.row p.image img:nth-child(2) {
	width: 120px;
	height: 120px;
	top: -40px;
}
main div.block-detail div.list div.row:nth-child(2n+1) p.image img:nth-child(2) {
	left: -20px;
}
main div.block-detail div.list div.row:nth-child(2n) p.image img:nth-child(2) {
	right: -20px;
}
main div.block-detail div.list div.row div.text h3 {
	font-size: 1.375rem;
	line-height: 2.375rem;
	margin: 0px -30px 10px 0px;
}
main div.block-outline {
	width: auto;
}
main div.block-outline div.list div.row {
	padding: 20px;
}
main div.block-outline div.list div.row h3 {
	margin-bottom: 10px;
}
main div.block-outline div.list div.row div.list-cooperation {
	display: block;
	margin: 0px;
}
main div.block-outline div.list div.row div.list-cooperation div.row-cooperation {
	width: auto;
	margin: 0px;
}
main div.block-outline div.list div.row div.list-cooperation div.row-cooperation:not(:last-child) {
	margin-bottom: 20px;
}
main div.block-outline div.list div.row div.list-facility {
	display: block;
	margin-right: 0px;
}
main div.block-outline div.list div.row div.list-facility div.row-facility {
	width: auto;
	margin-right: 0px;
}
main div.block-outline table.service,
main div.block-outline table.staff {
	display: flex;
	flex-wrap: wrap;
}
main div.block-outline table.service th,
main div.block-outline table.service td,
main div.block-outline table.staff th,
main div.block-outline table.staff td {
	display: block;
}
main div.block-outline table.service tr:not(:last-child) th,
main div.block-outline table.service tr:not(:last-child) td,
main div.block-outline table.staff tr:not(:last-child) th,
main div.block-outline table.staff tr:not(:last-child) td {
	padding-bottom: 0px;
}
main div.block-outline table.service th,
main div.block-outline table.staff th {
	width: 100%;
}
main div.block-outline table.service tr:not(:last-child) td:last-child,
main div.block-outline table.staff tr:not(:last-child) td:last-child {
	width: 100%;
	padding-bottom: 10px;
}
main div.block-outline table.staff td:not(:last-child) {
	width: 100%;
}
main div#pager,
main nav#navi-article {
	width: auto;
	margin-top: 60px;
}
main div#pager,
main nav#navi-article ul {
	padding: 0px;
}
main div#pager {
	padding-top: 40px;
}

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

main section#home-important-news div.inner-section {
	width: auto;
	padding: 0px 30px;
}
main section#home-facility div.list {
	display: block;
	margin-bottom: 0px;
}
main section#home-facility div.list div.row {
	width: auto;
	margin-bottom: 0px;
}
main section#home-facility div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#home-service div.list {
	display: block;
	margin: 0px;
}
main section#home-service div.list div.row {
	width: auto;
	margin: 0px;
	padding: 20px;
}
main section#home-service div.list div.row:not(:last-child) {
	margin-bottom: 20px;
}

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

main div.block-philosopy {
	width: auto;
}
main div.block-philosopy p.description {
	font-size: 1.375rem;
	line-height: 2.625rem;
}

/* facility
-------------------------------------------------------------------------------- */

main section div.block-summary,
main section div.block-schedule,
main section div.block-access {
	width: auto;
}
main section div.block-summary p.image {
	margin-left: -30px;
	margin-right: -30px;
	border-radius: 0px;
}
main section div.block-summary p.image:not(:last-child) {
	margin-bottom: 60px;
}
main section div.block-summary div.text {
	display: block;
}
main section div.block-summary div.text:not(:last-child) {
	margin-bottom: 40px;
}
main section div.block-summary div.text p.label {
	width: auto;
}
main section div.block-summary div.text p.description {
	width: auto;
}
main section div.block-summary div.service {
	text-align: justify;
}
main section div.block-feature div.list {
	display: block;
	margin-right: 0px;
}
main section div.block-feature div.list div.row {
	width: auto;
	margin-right: 0px;
}
main section div.block-feature div.list div.row:not(:last-child) {
	margin-bottom: 60px;
}
main section div.block-feature div.list div.row:not(:last-child)::before {
	display: none;
}
main section div.block-schedule div.header p.description {
	text-align: justify;
	line-height: 1.875rem;
}
main section div.block-schedule div.list div.row {
	display: block;
}
main section div.block-schedule div.list div.row:not(:last-child) {
	margin-bottom: 60px;
}
main section div.block-schedule div.list div.row p.image {
	margin: 0px auto 20px auto;
}
main section div.block-schedule div.list div.row div.text {
	width: auto;
}
main section div.block-schedule div.list div.row div.text h3 {
	font-size: 1.375rem;
	line-height: 2.375rem;
}
main section div.block-access div.map {
	margin-left: -30px;
	margin-right: -30px;
}
main section div.block-access div.map iframe {
	height: 360px;
}
main section div.block-access div.information {
	margin-right: -30px;
}

/* flow
-------------------------------------------------------------------------------- */

main section#flow div.content {
	padding-top: 60px;
}
main section#flow div.block div.inner-block {
	width: auto;
	padding-bottom: 120px;
}
main section#flow div.block:last-child div.inner-block {
	padding-bottom: 60px;
}
main section#flow div.block p.label {
	transform: translateY(-60px);
}
main section#flow div.block p.label span.sub {
	font-size: 1.5rem;
}
main section#flow div.block p.label span.main {
	font-size: 4.25rem;
	line-height: 3.75rem;
}
main section#flow div.block h2 {
	margin-bottom: 40px;
}
main section#flow div.block div.image-text {
	display: block;
}
main section#flow div.block div.image-text p.image,
main section#flow div.block div.image-text div.text {
	width: auto;
}
main section#flow div.block div.image-text p.image {
	margin-bottom: 20px;
}

/* event
-------------------------------------------------------------------------------- */

main section#event div.block {
	width: auto;
}
main section#event div.block-event p.description {
	text-align: justify;
	margin-bottom: 60px;
}
main section#event div.block-event div.list {
	display: block;
	margin: 0px 0px 60px 0px;
}
main section#event div.block-event div.list div.row {
	width: auto;
	margin: 0px;
}
main section#event div.block-event div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#event div.block-event div.list div.row p.month {
	width: 100px;
	height: 100px;
}
main section#event div.block-event div.list div.row p.month i.main {
	font-size: 1.5rem;
	line-height: 2rem;
}
main section#event div.block-event div.list div.row p.month i.main em {
	font-size: 2.25rem;
}
main section#event div.block-event div.list div.row p.month i.sub {
	font-size: 0.75rem;
}
main section#event div.block-event div.list div.row p.body {
	width: calc(100% - 120px);
}
main section#event div.block-event div.list div.row:nth-child(2) p.illust {
	right: -20px;
	bottom: -40px;
}
main section#event div.block-event div.list div.row:nth-child(6) p.illust,
main section#event div.block-event div.list div.row:nth-child(8) p.illust {
	right: -20px;
}
main section#event div.block-event div.list div.row:nth-child(1) p.illust img {
	height: calc(171px * 0.75);
}
main section#event div.block-event div.list div.row:nth-child(2) p.illust img {
	height: calc(108px * 0.75);
}
main section#event div.block-event div.list div.row:nth-child(3) p.illust img {
	height: calc(79px * 0.75);
}
main section#event div.block-event div.list div.row:nth-child(6) p.illust img {
	height: calc(142px * 0.75);
}
main section#event div.block-event div.list div.row:nth-child(7) p.illust img {
	height: calc(125px * 0.75);
}
main section#event div.block-event div.list div.row:nth-child(8) p.illust img {
	height: calc(126px * 0.75);
}
main section#event div.block-event div.snack ul {
	display: block;
}
main section#event div.block-event div.snack ul li {
	text-align: center;
}
main section#event div.block-event div.snack ul li:not(:last-child) {
	margin: 0px 0px 10px 0px;
}
main section#event div.block-image div.image {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	margin: 0px -10px -10px 0px;
}
main section#event div.block-image div.image p.row {
	position: static;
	aspect-ratio: 1;
	width: calc(50% - 10px);
	height: auto;
	margin: 0px 10px 10px 0px;
}
main section#event div.block-image div.image p.row:nth-child(1),
main section#event div.block-image div.image p.row:nth-child(2),
main section#event div.block-image div.image p.row:nth-child(3),
main section#event div.block-image div.image p.row:nth-child(5) {
	top: auto;
}
main section#event div.block-image div.image p.row:nth-child(1),
main section#event div.block-image div.image p.row:nth-child(6) {
left: auto;
}
main section#event div.block-image div.image p.row:nth-child(1) {
	width: calc(50% - 10px);
	height: auto;
}
main section#event div.block-image div.image p.row:nth-child(2),
main section#event div.block-image div.image p.row:nth-child(4) {
	left: auto;
}
main section#event div.block-image div.image p.row:nth-child(3),
main section#event div.block-image div.image p.row:nth-child(8) {
	left: auto;
}
main section#event div.block-image div.image p.row:nth-child(4),
main section#event div.block-image div.image p.row:nth-child(7) {
	width: calc(50% - 10px);
}
main section#event div.block-image div.image p.row:nth-child(4) {
	top: auto;
}
main section#event div.block-image div.image p.row:nth-child(5),
main section#event div.block-image div.image p.row:nth-child(9) {
	left: auto;
}
main section#event div.block-image div.image p.row:nth-child(5) {
	height: auto;
}
main section#event div.block-image div.image p.row:nth-child(6),
main section#event div.block-image div.image p.row:nth-child(7),
main section#event div.block-image div.image p.row:nth-child(8),
main section#event div.block-image div.image p.row:nth-child(9) {
	top: auto;
}
main section#event div.block-image div.image p.row:nth-child(7) {
	aspect-ratio: 2;
	left: auto;
	width: calc(100% - 10px);
}

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

main div.list-news {
	display: block;
	margin: 0px;
}
main div.list-news div.row {
	width: auto;
	margin: 0px;
}
main div.list-news div.row:not(:last-child) {
	margin-bottom: 40px;
}
main article.news {
	width: auto;
}
main article.news header h1 {
	font-size: 1.375rem;
	line-height: 2.375rem;
}

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

main article.important-news {
	width: auto;
}
main article.important-news header h1 {
	font-size: 1.375rem;
	line-height: 2.375rem;
}

/* recruit
-------------------------------------------------------------------------------- */

main section#recruit div.block-message div.image-text {
	display: block;
}
main section#recruit div.block-message div.image-text div.text {
	width: auto;
	margin-bottom: 20px;
}
main section#recruit div.block-message div.image-text div.text h2,
main section#recruit div.block-staff div.list div.row div.text h3 {
	font-size: 1.375rem;
	line-height: 2.375rem;
}
main section#recruit div.block-message div.image-text div.text h2 {
	margin-bottom: 20px;
}
main section#recruit div.block-message div.image-text div.text p.name {
	display: none;
}
main section#recruit div.block-message div.image-text p.image {
	aspect-ratio: 0.75;
	width: 200px;
	margin: 0px auto 10px auto;
}
main section#recruit div.block-message p.name-small {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
main section#recruit div.block-message p.name-small span {
	display: block;
}
main section#recruit div.block-message p.name-small span.sub {
	font-size: 0.875rem;
	margin-right: 20px;
	transform: translateY(2px);
}
main section#recruit div.block-message p.name-small span.main {
	font-size: 1.25rem;
}
main section#recruit div.block-detail div.list {
	margin-bottom: 120px;
}
main section#recruit div.block-detail div.video {
	width: auto;
	margin: 0px -30px;
}
main section#recruit div.block-staff div.list div.row {
	display: block;
	padding: 60px 0px;
}
main section#recruit div.block-staff div.list div.row p.image {
	margin: 0px auto 20px auto;
	transform: translateY(0px) rotate(-3.75deg);
}
main section#recruit div.block-staff div.list div.row div.text {
	width: auto;
}
main section#recruit div.block-staff div.list div.row div.text h3 {
	margin-right: -30px;
}
main section#recruit div.block-guideline div.list {
	width: auto;
	margin-bottom: 60px;
}
main section#recruit div.block-guideline div.list div.row {
	display: block;
	padding: 20px;
}
main section#recruit div.block-guideline div.list div.row p.label {
	width: auto;
	margin-bottom: 10px;
}
main section#recruit div.block-guideline div.list div.row div.body {
	width: auto;
}
main section#recruit div.block-guideline div.list div.row div.body table {
	margin-right: -20px;
}
main section#recruit div.block-guideline div.list div.row div.body table th {
	width: 60px;
}
main section#recruit div.block-guideline div.list div.row div.body table.wide-01 th {
	width: 100px;
}
main section#recruit div.block-guideline div.list div.row div.body table.wide-02 th {
	width: 140px;
}

/* form
-------------------------------------------------------------------------------- */

main section.form div.inner-section {
	width: auto;
}
main section.form div.header {
	text-align: justify;
	margin-bottom: 60px;
}
main section.form div.header p.tel {
	font-size: 1.375rem;
	line-height: 2.375rem;
}
main section.form div.form div.component {
	display: block;
	margin-bottom: 20px;
}
main section.form div.mw_wp_form_preview div.form div.component {
	padding: 20px;
}
main section.form div.mw_wp_form_preview div.form div.component-last {
	margin-bottom: 40px;
}
main section.form div.form div.component p.label {
	width: auto;
}
main section.form div.form div.component p.label span.require {
	right: 0px;
}
main section.form div.form div.component div.body {
	width: auto;
}
main section.form div.form div.agreement {
	width: auto;
	margin-bottom: 60px;
}
main section.form div.form div.action {
	display: block;
	padding-left: 0px;
}
main section.form div.form div.action input[type=submit] {
	width: 100%;
}
main section.form div.form div.action input[name=submitBack] {
	margin: 0px 0px 20px 0px;
}
main section.form div.mw_wp_form_complete p.description {
	text-align: justify;
}

/* privacy-policy
-------------------------------------------------------------------------------- */

main section#privacy-policy div.inner-section {
	width: auto;
}
main section#privacy-policy p.description,
main section#privacy-policy div.list div.row:not(:last-child) {
	margin-bottom: 60px;
}



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

footer#footer {
	text-align: center;
	padding: 40px 30px 70px 30px;
}
footer#footer div#trigger-footer {
	top: 50px;
}
footer#footer p#button-page-top {
	right: 10px;
	bottom: 60px;
	font-size: 1rem;
}
footer#footer p#button-page-top.footer {
	top: -60px;
}
footer#footer p#button-page-top a {
	width: 50px;
	height: 50px;
}
footer#footer p#button-page-top a::before {
	top: 5px;
}
footer#footer div.information,
footer#footer div.misc {
	width: auto;
}
footer#footer div.information {
	margin-bottom: 10px;
}
footer#footer div.information h3 {
	margin-bottom: 0px;
}
footer#footer div.information div.list {
	display: none;
	margin: 0px;
}
footer#footer div.information div.list div.row {
	width: auto;
}
footer#footer div.misc {
	display: flex;
	justify-content: center;
}
footer#footer div.misc p.privacy-policy {
	margin-bottom: 20px;
}
footer#footer div.misc p.copyright {
	width: 100%;
}
