@charset "UTF-8";

/* ---------------------------------
 Footer
--------------------------------- */
footer {
	padding: 50px 0;
}
#footer__above {
	width: 1500px;
	margin: auto;
}
#footer-main {
	display: flex;
	padding: 0 0 100px;
}
#organization-info {
	flex: 0 0 65%;
}
.organization-info__main {
	display: flex;
}
.address {
	display: flex;
	align-items: center;
	padding: 0 0 0 20px;
}
#fnavi {
	flex: 0 0 35%;
}
#fnavi ul {
	display: flex;
	justify-content: flex-end;
	list-style-type: none;
}
#fnavi ul li {
	margin: 0 0 0 30px;
}
#fnavi a {
	text-decoration: none;
	color: #000;
}
.restore a::after {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	margin: 0 0 0 3px;
	background-color: #000;
	mask: url("../img/icon/icon-restore.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/icon-restore.svg") no-repeat 50% 50% / contain;
	vertical-align: -2px;
}
#copyright {
	text-align: center;
	font-size: 15px;
}

/* ---------------------------------
 Menu for Smartphone
--------------------------------- */
#gnavi2 {
	position: fixed;
	display: none;
	min-height: 200px;
	top: 75px;
	left: 0px;
	width: 100%;
	background-color: #fff;
	padding: 20px 0;
}
#gnavi2.showed {
	display: block;
}
#menu-gnavi2 a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	margin: 0 auto 10px;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	font-family:
		"Noto Sans JP",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	color: #000;
}

/* ---------------------------------
 width <= 1500px
--------------------------------- */
@media screen and (min-width:1px) and (max-width:1500px) {
#footer__above {
	width: 100%;
	margin: auto;
}
#footer-main {
	padding: 0 20px 100px;
}
/* under 1500 */
}

/* ---------------------------------
 width <= 1200px
--------------------------------- */
@media screen and (min-width:1px) and (max-width:1200px) {
#footer-main {
	display: block;
	padding: 0 20px 100px 20px;
}
#fnavi ul {
	justify-content: flex-start;
	margin: 0 0 0 5px;
}
#fnavi ul li {
	margin: 0 30px 0 0;
}
/* under 1200 */
}

/* ---------------------------------
 width <= 840px
--------------------------------- */
@media screen and (min-width:1px) and (max-width:840px) {
.organization-info__main {
	display: block;
	text-align: center;
}
.address {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 20px;
}
#fnavi ul {
	justify-content: center;
	margin: 0;
}
#fnavi ul li {
	margin: 0 15px;
}
/* under 840 */
}

/* ---------------------------------
 width <= 540px
--------------------------------- */
@media screen and (min-width:1px) and (max-width:540px) {
#copyright {
	font-size: 14px;
}
.organization-info__main img {
	aspect-ratio: 410 / 33;
	max-width: 410px;
	width: 100%;
	height: auto;
}
#fnavi ul {
	display: block;
}
#fnavi li a {
	display: block;
	text-align: center;
}
/* under 540 */
}

/* ---------------------------------
 width <= 360px
--------------------------------- */
@media screen and (min-width:1px) and (max-width:360px) {
.address {
	font-size: 14px;
}
#copyright {
	font-size: 13px;
}
/* under 360 */
}
/* --- end of css --- */