@charset "utf-8";



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

body {
	line-height: 2rem;
}



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

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
select {
	height: 50px;
	line-height: 50px;
}
input[type=button],
input[type=submit],
button {
	width: 300px;
	height: 60px;
	font-size: 1.25rem;
}



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

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



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

div#page {
	padding-top: 80px;
}
body.single-news div#page,
body.single-event div#page,
body.single-works div#page,
body.privacy-policy div#page {
	padding-top: 140px;
}
div.corner::before,
div.corner::after {
	width: 10px;
	height: 10px;
}
p#button-contact {
	bottom: 10px;
}
p#button-contact a {
	width: 220px;
	height: 60px;
	font-size: 1.125rem;
	border-radius: 10px 0px 0px 10px;
}
p.button-default {
	font-size: 1.125rem;
	line-height: 1.25rem;
}
p.button-default a {
	width: 300px;
	height: 50px;
	border-radius: 25px;
}
p.button-default a::before {
	position: absolute;
	right: 7px;
	top: calc(50% - 15px);
	font-size: 1.875rem;
}
p.button-wide a {
	width: 300px;
}
p.image {
	border-radius: 10px;
}



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

header#header {
	position: relative;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	background-color: transparent;
}
header#header::before {
	display: none;
}
body.admin-bar header#header {
	top: auto;
}
header#header *#logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 80px;
	left: 0px;
	top: 0px;
	z-index: 10;
	padding-left: 20px;
	background-color: #ffffff;
}
header#header *#logo a {
	width: calc(201px * 0.875);
	height: calc(54px * 0.875);
}
header#header p#button-menu {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 20px;
	top: 20px;
	z-index: 30;
	cursor: pointer;
	background-color: #005726;
	border-radius: 50%;
	transition: 0.25s background-color ease;
}
body.menu-header header#header p#button-menu {
	background-color: transparent;
}
header#header p#button-menu::before {
	position: absolute;
	width: 100px;
	left: calc(50% - 50px);
	top: -10px;
	text-align: center;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5rem;
	color: #005726;
	content: "CLOSE";
	opacity: 0;
	transition: 0.25s opacity ease;
}
body.menu-header header#header p#button-menu::before {
	opacity: 1;
}
header#header p#button-menu i {
	display: block;
	position: absolute;
	border-bottom: 1px solid #ffffff;
	height: 0px;
	top: calc(50% - 0.5px);
	transition: 0.25s all ease;
}
header#header p#button-menu i {
	width: 15px;
	left: calc(50% - 7.5px);
}
header#header p#button-menu i:nth-child(1) {
	transform: translateY(-3px);
}
header#header p#button-menu i:nth-child(2) {
	transform: translateY(3px);
}
body.menu-header header#header p#button-menu i:nth-child(1),
body.menu-header header#header p#button-menu i:nth-child(2) {
	width: 0px;
	left: 50%;
	opacity: 0;
}
header#header p#button-menu i:nth-child(3),
header#header p#button-menu i:nth-child(4) {
	opacity: 0;
}
body.menu-header header#header p#button-menu i:nth-child(3),
body.menu-header header#header p#button-menu i:nth-child(4) {
	opacity: 1;
	transform: scaleX(0);
}
body.menu-header header#header p#button-menu i:nth-child(3),
body.menu-header header#header p#button-menu i:nth-child(4) {
	border-color: #005726;
}
body.menu-header header#header p#button-menu i:nth-child(3) {
	transform: rotate(30deg) scaleX(1);
}
body.menu-header header#header p#button-menu i:nth-child(4) {
	transform: rotate(-30deg) scaleX(1);
}
header#header div#menu {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0px;
	top: 0px;
	z-index: 20;
	background-color: #ffffff;
	transform: translateX(100%);
	transition: 0.25s transform ease;
}
body.menu-header header#header div#menu {
	transform: translateX(0%);
}
header#header div#menu div.outer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	left: 10px;
	top: 10px;
	overflow: auto;
	background-color: #005726;
	border-radius: 10px;
	-webkit-overflow-scrolling: touch;
}
header#header div#menu div.corner {
	position: absolute;
	background-color: #ffffff;
}
header#header div#menu div.corner-01 {
	width: 60px;
	height: 60px;
	right: 0px;
	top: 0px;
	border-bottom-left-radius: 10px;
}
header#header div#menu div.corner-02 {
	width: 55px;
	height: 175px;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 10px;
}
header#header div#menu div.corner::before,
header#header div#menu div.corner::after {
	background-image: url(../images/round-01.svg);
}
header#header div#menu div.corner-01::before,
header#header div#menu div.corner-01::after {
	transform: rotate(90deg);
}
header#header div#menu div.corner-01::before {
	left: -10px;
	top: 0px;
}
header#header div#menu div.corner-01::after {
	right: 0px;
	bottom: -10px;
}
header#header div#menu div.corner-02::before,
header#header div#menu div.corner-02::after {
	transform: rotate(-90deg);
}
header#header div#menu div.corner-02::before {
	left: 0px;
	top: -10px;
}
header#header div#menu div.corner-02::after {
	right: -10px;
	bottom: 0px;
}
header#header nav.navi,
header#header div.sns {
	top: auto;
	z-index: 10;
}
header#header nav.navi {
	position: static;
	right: auto;
}
header#header nav.navi ul,
header#header div.sns ul {
	display: block;
}
header#header nav.navi ul li {
	text-align: center;
	font-size: 1.25rem;
	color: #ffffff;
}
header#header nav.navi ul li:not(:last-child) {
	margin: 0px 0px 30px 0px;
}
header#header nav.navi ul li a::before {
	display: none;
}
header#header div.sns {
	left: 10px;
	right: auto;
	top: auto;
	bottom: 10px;
}
header#header div.sns ul li:not(:last-child) {
	margin: 0px 0px 15px 0px;
}

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

body.home header#header {
	transform: none;
	transition: none;
}
body.home div.scroll header#header {
	transform: none;
}
body.home header#header *#logo {
	background-color: transparent;
	transition: 0.25s background-color ease;
}
body.home div.scroll header#header *#logo {
	background-color: #ffffff;
}



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

div#cover {
	margin-bottom: 120px;
}
div#cover div.slide {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
}
div#cover div.slide div.corner-01 {
	display: none;
}
div#cover div.slide div.corner-02 {
	display: none;
}
div#cover div.slide div.corner-03 {
	width: 60px; 
	height: 60px;
	border-top-right-radius: 10px;
}
div#cover div.slide div.corner-04 {
	display: none;
}
div#cover div.slide div.corner-03::before {
	top: -10px;
}
div#cover div.slide div.corner-03::after {
	right: -10px;
}
div#cover div.slide div.image {
	border-radius: 10px;
}
div#cover div.slide div.navi {
	bottom: 70px;
}
div#cover h1 {
	display: none;
}
div#cover h2 {
	left: 60px;
	top: calc(50% - 120px);
	font-size: 2rem;
	line-height: 3.5rem;
}
div#cover nav.navi {
	display: none;
}
div#cover div.sns {
	display: none;
}
div#cover p.button-scroll {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 10;
}
div#cover p.button-scroll a,
div#cover p.button-scroll a::before,
div#cover p.button-scroll a::after {
	transition: 0.25s border-color ease;
}
div#cover p.button-scroll a:hover,
div#cover p.button-scroll a:hover::before,
div#cover p.button-scroll a:hover::after {
	border-color: #8cb808;
}
div#cover p.button-scroll a {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #000000;
	border-radius: 50%;
}
div#cover p.button-scroll a::before,
div#cover p.button-scroll a::after {
	position: absolute;
	border-right: 1px solid #000000;
	content: "";
}
div#cover p.button-scroll a::before {
	width: 8px;
	height: 8px;
	left: calc(50% - 4px);
	top: calc(50% - 2px);
	border-top: 1px solid #000000;
	transform: rotate(135deg);
}
div#title.image {
	padding-top: 200px;
}
div#cover p.button-scroll a::after {
	height: 12px;
	left: calc(50% - 0.5px);
	top: calc(50% - 6px);
}
div#title div.corner {
	display: none;
}
div#title p.image {
	width: calc(100% - 20px);
	height: calc(100% - 10px);
	left: 10px;
	top: 0px;
}
div#title div.text h1 {
	width: 280px;
	height: 160px;
	font-size: 1.5rem;
	border-radius: 10px;
}
div#title div.text h1::before,
div#title div.text h1::after,
div#title div.text p.sub::before,
div#title div.text p.sub::after {
	width: 10px;
	height: 10px;
}
div#title.left div.text h1::before,
div#title.right div.text h1::before {
	bottom: 20px;
}
div#title.left div.text h1::before,
div#title div.text p.sub::before {
	left: -10px;
}
div#title.right div.text h1::before,
div#title div.text p.sub::after {
	right: -10px;
}
div#title.left div.text h1::after,
div#title.right div.text h1::after {
	bottom: -10px;
}
div#title div.text h1 span {
	width: 220px;
	height: 60px;
}
div#title div.text p.sub {
	width: 140px;
	height: 80px;
	font-size: 1rem;
	margin-top: -20px;
	border-radius: 10px 10px 0px 0px;
}
div#title.left div.text p.sub {
	transform: translateX(-90px);
}
div#title.right div.text p.sub {
	transform: translateX(90px);
}



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

main {
	padding-bottom: 60px;
}
main section div.inner-section {
	width: auto;
	padding: 60px 30px;
}
main section header.common {
	margin: 0px -30px 40px -30px;
}
main section header.common div.corner,
main section header.common h1,
main section header.common h2,
main section header.common p.sub {
	width: calc(100% - 60px);
}
main section header.common div.corner {
	height: 60px;
	left: 30px;
	top: -60px;
	border-radius: 10px 10px 0px 0px;
}
main section header.common div.corner::before {
	left: -10px;
}
main section header.common div.corner::after {
	right: -10px;
}
main section header.common h1,
main section header.common h2 {
	font-size: 1.5rem;
	margin-bottom: 5px;
}
main section header.common h1 span,
main section header.common h2 span {
	width: 220px;
	height: 60px;
}
main section header.common p.sub {
	font-size: 1rem;
}
main div.category {
	width: auto;
	margin-bottom: 60px;
}
main div.category-single ul {
	justify-content: flex-start;
}
main div.category ul li {
	width: calc(50% - 10px);
	font-size: 1rem;
}
main article.common div.body blockquote {
	padding: 20px;
	border-radius: 10px;
}
main article.common div.body ul li {
	position: relative;
	padding-left: 20px;
}
main article.common div.body ul li::before {
	top: 15px;
}
main div#pager {
	margin-top: 40px;
}
main div#pager {
	font-size: 1.25rem;
}
main div#pager span,
main div#pager a {
	height: 40px;
}
main div#pager span,
main div#pager a:not(.prev):not(.next) {
	width: 40px;
}
main div#pager span:not(:last-child),
main div#pager a:not(:last-child) {
	margin-right: 15px;
}
main div#pager a.prev,
main div#pager a.next {
	font-size: 1.75rem;
}

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

main section#home-news p.button-default,
main section#home-event p.button-default,
main section#home-works p.button-default,
main section#home-blog p.button-default {
	margin-top: 40px;
}
main section#home-message,
main section#home-blog,
main section#home-introduction {
	width: auto;
}
main div.wrapper-section.home-event {
	padding: 60px 0px;
}
main div.wrapper-section.home-message {
	padding: 60px 0px 120px 0px;
}
main section#home-message,
main section#home-blog {
	border-radius: 0px;
}
main section#home-message header.common div.corner,
main section#home-blog header.common div.corner {
	border-top-left-radius: 0px;
}
main section#home-message div.content {
	margin-left: 0px;
	padding-right: 0px;
}
main section#home-message div.image-text,
main section#home-introduction div.image-text {
	display: block;
}
main section#home-message div.image-text p.image,
main section#home-introduction div.image-text p.image {
	width: auto;
	margin-bottom: 40px;
}
main section#home-message div.image-text p.image {
	margin-left: -30px;
	border-radius: 0px 10px 10px 0px;
}
main section#home-message div.image-text div.text,
main section#home-introduction div.image-text div.text {
	width: auto;
}
main section#home-message div.image-text div.text p.description,
main section#home-introduction div.image-text div.text p.description {
	font-size: 1.125rem;
	line-height: 2.25rem;
	margin: 0px 0px 40px 0px;
}
main section#home-message div.image-text div.text p.button-default,
main section#home-introduction div.image-text div.text p.button-default {
	position: static;
	left: auto;
	bottom: auto;
}
main section#home-works div.content {
	margin-left: -30px;
	margin-right: -30px;
}
main section#home-works div.slide div.row {
	width: 280px;
	margin-right: 20px;
}
main section#home-works div.slide div.row p.category {
	width: 220px;
	height: 50px;
	border-radius: 10px;
}
main section#home-works div.slide div.row p.image {
	margin-top: -25px;
}
main section#home-works div.slide div.row h3 {
	font-size: 1.125rem;
}
main div.wrapper-section.home-blog {
	padding: 60px 0px 0px 0px;
}
main section#home-blog div.inner-section {
	padding-bottom: 0px;
}
main section#home-blog div.content {
	padding: 0px;
}
main div.wrapper-section.home-introduction {
	padding-top: 120px;
}
main section#home-introduction {
	border-radius: 0px;
}
main section#home-introduction header.common div.corner {
	border-top-right-radius: 0px;
}
main section#home-introduction header.common div.corner::after {
	display: none;
}
main section#home-introduction div.content {
	margin-right: 0px;
	padding-left: 0px;
}
main section#home-introduction div.image-text p.image {
	margin-right: -30px;
	border-radius: 10px 0px 0px 10px;
}

/* news, blog
-------------------------------------------------------------------------------- */

main div.list-news-blog {
	display: block;
	margin: 0px;
}
main div.list-news-blog div.row {
	width: auto;
	margin: 0px;
}
main div.list-news-blog div.row:not(:last-child) {
	margin-bottom: 40px;
}
main div.list-news-blog div.row h3 {
	font-size: 1.125rem;
}
main article.news-blog {
	margin-bottom: 60px;
}
main article.news-blog p.image {
	margin: 0px -30px 40px -30px;
	border-radius: 0px;
}
main article.news-blog div.text {
	padding: 30px;
	border-radius: 10px;
}
main article.news-blog div.text header h1 {
	font-size: 1.5rem;
	line-height: 2.25rem;
	margin-bottom: 40px;
}

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

main div.list-event {
	display: block;
	margin: 0px;
}
main div.list-event div.row {
	width: auto;
	margin: 0px;
}
main div.list-event div.row:not(:last-child) {
	margin-bottom: 40px;
}
main div.list-event div.row div.category-status p.category,
main div.list-event div.row div.category-status p.status,
main article.event div.category-status p.category,
main article.event div.category-status p.status {
	font-size: 1rem;
}
main div.list-event div.row h3 {
	font-size: 1.125rem;
}
main article.event p.image {
	margin: 0px -30px 40px -30px;
	border-radius: 0px;
}
main article.event div.category-status p.category {
	width: calc(100% - 150px);
}
main article.event div.text {
	padding: 30px;
	border-radius: 10px;
}
main article.event div.text header h1 {
	font-size: 1.5rem;
	line-height: 2.25rem;
	margin-bottom: 40px;
}
main section#event div.category {
	margin-bottom: 60px;
}

/* message
-------------------------------------------------------------------------------- */

main section#promiss div.inner-section {
	padding-bottom: 120px;
}
main section#promiss header {
	margin-bottom: 60px;
}
main section#promiss header h2 {
	margin-bottom: 40px;
}
main section#promiss header h2 img {
	height: calc(228px * 0.575);
}
main section#promiss header p.description,
main section#type header p.description {
	text-align: justify;
	line-height: 2.25rem;
}
main section#promiss div.list {
	display: block;
	margin-right: 0px;
}
main section#promiss div.list div.row {
	width: auto;
	margin-right: 0px;
	border-radius: 10px;
}
main section#promiss div.list div.row:not(:last-child) {
	margin-bottom: 20px;
}
main section#type header h2 {
	margin-bottom: 40px;
}
main section#type header p.description {
	padding: 0px 30px;
}
main section#type div.list {
	display: block;
	margin-right: 0px;
}
main section#type div.list div.row {
	width: auto;
	margin-right: 0px;
}
main section#type div.list div.row:not(:last-child) {
	margin-bottom: 60px;
}
main section#type div.list div.row div.headline {
	width: calc(100% - 60px);
	padding: 10px 20px;
	border-radius: 10px;
}
main section#type div.list div.row p.description {
	margin-bottom: 40px;
}

/* works
-------------------------------------------------------------------------------- */

main div.list-works {
	display: block;
	margin: 0px;
}
main div.list-works div.row {
	width: auto;
	margin: 0px;
}
main div.list-works div.row:not(:last-child) {
	margin-bottom: 40px;
}
main div.list-works div.row p.category {
	width: 220px;
	height: 50px;
	font-size: 1rem;
	border-radius: 10px;
}
main div.list-works div.row p.image {
	margin-top: -25px;
}
main div.list-works div.row h3 {
	font-size: 1.125rem;
}
main article.works {
	margin-bottom: 60px;
}
main article.works div.image-text {
	display: block;
	margin: 0px 0px 40px 0px;
}
main article.works div.image-text p.image {
	width: auto;
	margin: 0px -30px 20px -30px;
	border-radius: 0px;
}
main article.works div.image-text div.text {
	width: auto;
}
main article.works div.image-text div.text h1,
main article.works div.image-text div.text p.body {
	margin-bottom: 40px;
}
main article.works div.image-text div.text h1 {
	font-size: 1.5rem;
	line-height: 2.25rem;
}
main article.works div.list div.row {
	display: block;
}
main article.works div.list div.row:not(:last-child) {
	margin-bottom: 10px;
}
main article.works div.list div.row p.image {
	width: auto;
}
main article.works div.list div.row p.image:not(:last-child) {
	margin-bottom: 10px;
}
main article.works div.list div.row p.image span {
	width: 100px;
	height: 30px;
	right: 10px;
	bottom: 10px;
	font-size: 1rem;
	border-radius: 5px;
}

/* introduction
-------------------------------------------------------------------------------- */

main section#flow div.inner-section {
	padding-bottom: 120px;
}
main section#flow header {
	margin-bottom: 60px;
}
main section#flow header h2 {
	margin-bottom: 40px;
}
main section#flow header h2 img {
	height: calc(331px * 0.575);
}
main section#flow header p.description {
	text-align: justify;
	line-height: 2.25rem;
}
main section#flow div.list div.row {
	padding: 60px 30px 30px 30px;
	border-radius: 10px;
}
main section#flow div.list div.row div.icon-text {
	display: block;
}
main section#flow div.list div.row div.icon-text p.icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: auto;
	margin-bottom: 20px;
}
main section#flow div.list div.row div.icon-text div.text {
	width: auto;
}
main section#flow div.list div.row div.icon-text div.text h3 {
	text-align: center;
}
main section#company header {
	margin-bottom: 60px;
}
main section#company table {
	width: auto;
}
main section#company table th,
main section#company table td {
	font-size: 1rem;
}
main section#company table tr:not(:last-child) th,
main section#company table tr:not(:last-child) td {
	padding-bottom: 20px;
}
main section#company table th {
	width: 100px;
}

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

main section.form div.inner-section {
	width: auto;
}
main section.form div.header {
	margin-bottom: 60px;
}
main section.form div.form div.component {
	display: block;
}
main section.form div.mw_wp_form_preview div.form div.component {
	padding: 30px 0px;
}
main section.form div.form div.component-wrapper,
main section.form div.form div.component-last {
	margin-bottom: 40px;
}
main section.form div.mw_wp_form_preview div.form div.component-wrapper,
main section.form div.mw_wp_form_preview div.form div.component-last {
	margin-bottom: 60px;
}
main section.form div.form div.component p.label {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 5px;
}
main section.form div.form div.component div.body {
	width: auto;
}
main section.form div.mw_wp_form_preview div.form div:is(.component-name-furigana, .component-number) div.body {
	justify-content: flex-start;
}
main section.form div.mw_wp_form_preview div.form div:is(.component-name-furigana, .component-number) div.body div.row {
	width: auto;
}
main section.form div.mw_wp_form_preview div.form div:is(.component-name-furigana, .component-number) div.body div.row:not(:last-child) {
	margin-right: 5px;
}
main section.form div.form div:is(.component-name-furigana, .component-number) div.body div.row p.prefix {
	width: 40px;
}
main section.form div.mw_wp_form_preview div.form div:is(.component-name-furigana, .component-number) div.body div.row p.prefix {
	display: none;
}
main section.form div.form div.component-name-furigana div.body div.row input[type=text],
main section.form div.form div.component-number div.body div.row select {
	width: calc(100% - 40px);
}
main section.form div.form div.agreement {
	margin-bottom: 60px;
}
main section.form div.form div.action {
	display: block;
}
main section.form div.form div.action input[type=submit] {
	margin: auto;
}
main section.form div.form div.action input[name=submitBack],
main section.form div.form div.action button[name=submitBack] {
	margin: 0px auto 20px auto;
}
main section.complete h3 {
	font-size: 1.5rem;
	line-height: 2.25rem;
	margin: 0px -30px 20px -30px;
}
main section.complete p.description {
	font-size: 1.125rem;
}
main section#event article.event + p.button-default,
main section#visit p.button-default {
	margin-top: 60px;
}
main section#visit header {
	padding: 0px 30px;
}
main section#visit header p.sub {
	margin-bottom: 60px;
}

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

main section#privacy-policy div.inner-section {
	width: auto;
}



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

footer#footer {
	width: calc(100% - 20px);
	margin-bottom: 10px;
	padding: 0px 0px 95px 0px;
}
footer#footer::before {
	height: calc(100% - 160px);
	top: 160px;
	border-radius: 10px;
}
footer#footer div.corner-01 {
	display: none;
}
footer#footer div.corner-02 {
	width: 220px;
	height: 70px;
	border-top-left-radius: 10px;
}
footer#footer div.corner-02::before {
	left: -10px;
}
footer#footer div.corner-02::after {
	top: -10px;
}
footer#footer p#button-page-top {
	left: calc(calc(calc(100% - 220px) * 0.5) - 50px);
	top: auto;
	bottom: 10px;
}
footer#footer div.information {
	text-align: center;
	margin-bottom: 30px;
}
footer#footer div.information h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
footer#footer div.information h3 a {
	width: calc(270px * 0.75);
	height: calc(152px * 0.75);
}
footer#footer div.information h3 img {
	width: auto;
	height: 100%;
}
footer#footer div.information p.address {
	font-size: 1rem;
}
footer#footer div.information p.tel i.icon {
	font-size: 2rem;
	margin-right: 5px;
}
footer#footer div.information p.tel span {
	font-size: 2.25rem;
}
footer#footer div.information p.button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
footer#footer div.information p.button a {
	width: 300px;
}
footer#footer div.information p.button a:hover {
	border-color: #8cb808;
}
footer#footer nav.navi,
footer#footer div.sns,
footer#footer p.copyright {
	position: relative;
}
footer#footer nav.navi,
footer#footer div.sns {
	right: auto;
	margin-bottom: 30px;
}
footer#footer nav.navi {
	top: auto;
}
footer#footer nav.navi ul li {
	text-align: center;
	font-size: 1rem;
}
footer#footer div.sns {
	top: auto;
}
footer#footer div.sns ul {
	justify-content: center;
}
footer#footer p.copyright {
	left: auto;
	bottom: auto;
	width: auto;
}