@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      footer.css
 Author:         おかやま山陽高校
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

/*----------------------------------------------------
	footer
----------------------------------------------------*/
.bnrInfo {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 58px;
	background: #CD5504;
	border-radius: 30px 30px 0 0;
	color: #FFF;
	z-index: 190;
}
.bnrInfo dt {
	padding-top: 6px;
	padding-left: 24px;
	font-size: 10px;
	font-weight: 700;
}
.bnrInfo dd {
	width: calc(100% - 120px);
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
.bnrInfo dd span {
	font-size: 12px;
}
.btnInfo {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 120px;
	height: 48px;
	background: #FFF;
	border-radius: 0 30px 0 0;
}
.bnrInfo a {
	color: #FFF;
}
.btnInfo a {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 700;
	color: #CD5504;
	line-height: 1.4;
	letter-spacing: -0.05em;
}
.btnInfo a img {
	float: left;
	margin: 5px 6px 0 10px;
}
footer {
	padding-top: 50px;
	padding-bottom: 10px;
	background: #493C37;
	color: #FFF;
}
footer a {
	color: #FFF;
	transition: 0.3s;
}
footer a:hover {
	color: #C9C9C9;
	text-decoration: none;
}
footer .btnFooterBlank {
	margin-top: 10px;
}
footer .btnFooterBlank a {
	display: block;
	padding: 20px 15px;
	background: #FFF url("../img/common/icon_blank_bk.svg") no-repeat center right 10px;
	border-radius: 15px;
	font-size: 14px;
	font-weight: 700;
	color: #493C37;
	line-height: 1.5;
	transition: 0.5s;
}
footer .btnFooterBlank.narrow a {
	padding: 10px 15px;
}
footer .btnFooterBlank a:hover {
	display: block;
	background: #493C37 url("../img/common/icon_blank_w.svg") no-repeat center right 10px;
	color: #FFF;
	transition: 0.5s;
}
footer h4 {
	margin-bottom: 34px;
}
footer h4 a {
    position: relative;
	display: block;
	padding-bottom: 6px;
	border-bottom: #FFF 1px solid;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
}
footer h4 a::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 4px;
    width: 0.5em;
    height: 0.5em;
	padding-bottom: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-right: #FFF 1.5px solid;
    border-top: #FFF 1.5px solid;
}
footer h4 a:hover {
	border-bottom: #C9C9C9 1px solid;
}
footer h4 a:hover::after {
    border-right: #C9C9C9 1.5px solid;
    border-top: #C9C9C9 1.5px solid;
}
footer .btnLink {
	margin-bottom: 10px;
}
footer .btnLink a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #493C37;
	border: #FFF 2px solid;
	border-radius: 100px;
	font-weight: 700;
	transition: 0.5s;
}
footer .btnLink a::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 35px;
    width: 0.5em;
    height: 0.5em;
	padding-bottom: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-right: #FFF 1.5px solid;
    border-top: #FFF 1.5px solid;
}
footer .btnLink a:hover {
	background: #FFF;
	border: #FFF 2px solid;
	color: #493C37;
}
footer .btnLink a:hover::after {
    border-right: #FFF 1.5px solid;
    border-top: #FFF 1.5px solid;
}
footer .footerBottom {
	margin-top: 50px;
}
footer ul.footerSubLink {
	padding-bottom: 15px;
	border-bottom: #FFF 1px solid;
}
footer .footerSubLink li {
	margin-right: 1em;
	margin-bottom: 0;
}
footer .footerSubLink li:last-child {
	margin-right: 0;
}
footer .footerBottom h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 700;
}
footer .unesco {
	margin-top: 30px;
}
footer .snsList {
	margin-top: 30px;
	margin-bottom: 40px;
}
footer .snsList li {
	padding-left: 10px;
	padding-right: 10px;
}
footer .address {
	font-size: 14px;
}
footer .copyright {
	font-size: 12px;
}
@media (min-width: 768px) {
footer .btnFooterBlank.narrow a {
	padding: 20px 15px;
}
.bnrInfo {
	left: auto;
	right: 20px;
	bottom: 20px;
	width: 335px;
	height: 80px;
	border-radius: 100px;
	z-index: 11;
}
.bnrInfo dt {
	padding-top: 10px;
	padding-left: 78px;
	margin-bottom: 3px;
	font-size: 13px;
}
.bnrInfo dd {
	width: calc(100%);
	padding-left: 68px;
	font-size: 30px;
}
.bnrInfo dd span {
	font-size: 13px;
}
.btnInfo {
	position: absolute;
	right: auto;
	left: 5px;
	top: 5px;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	text-align: center;
}
.btnInfo a {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	letter-spacing: -0.05em;
	line-height: 1.2;
}
.btnInfo a img {
	float: none;
	clear: both;
	display: block;
	width: 26px;
	height: auto;
    margin: 6px auto 1px;
}
footer {
	padding-bottom: 30px;
}
footer li {
	margin-bottom: 6px;
	font-size: 12px;
}
footer .footerBottom h3 {
	margin-bottom: 20px;
}
footer .footerBottom h3 span {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
}
footer .unesco {
    position: absolute;
    margin-top: 26px;
    left: -120px;
}
footer .snsList {
	margin-top: 30px;
	margin-bottom: 0;
}
footer .snsList li {
	padding-left: 20px;
	padding-right: 0;
}
footer .lastCol {
	position: relative;
}
footer .copyright {
	position: absolute;
	bottom: 0;
	right: 0;
}
}
@media (min-width: 992px) {
footer {
	padding-top: 0;
	padding-bottom: 40px;
}
footer h4 {
	margin-top: 64px;
	margin-bottom: 16px;
}
footer h4 a {
	font-size: 16px;
	font-weight: 700;
}
footer .h4Overlap h4 {
	margin-top: 20px;
	margin-bottom: 16px;
}
footer .h4Overlap h4:first-of-type {
	margin-top: 64px;
}
footer li {
	margin-bottom: 10px;
	font-size: 14px;
}
footer .secBtn {
	padding-top: 64px;
}
footer .btnLink {
	margin-bottom: 30px;
}
footer .btnLink a {
	padding-top: 20px;
	padding-bottom: 20px;
	border: #FFF 4px solid;
}
footer .btnLink a:hover {
	border: #FFF 4px solid;
}
footer .footerBottom {
	margin-top: 70px;
}
footer .footerSubLink li {
	margin-right: 1.5em;
}
footer .footerBottom h3 {
	margin-top: 35px;
	margin-bottom: 30px;
}
footer .footerBottom h3 img {
    width: 253px;
	height: auto;
	margin-left: 3px;
}
footer .unesco {
        position: absolute;
        margin-top: 38px;
        left: -160px;
}
footer .snsList {
	margin-top: 55px;
}
footer .btnBlank {
	z-index: 1;
}
footer .btnBlank:nth-of-type(2) {
	position: absolute;
	top: 0px;
	right: 250px;
	margin-top: 30px;
}
footer .btnBlank:nth-of-type(3) {
	position: absolute;
	top: 20px;
	right: 250px;
}
footer .btnBlank:nth-of-type(4) {
	position: absolute;
	top: 70px;
	right: 250px;
}
footer .btnBlank a {
	display: block;
	width: 280px;
	padding: 10px 40px 10px 30px;
	background: #FFF url("../img/common/icon_blank_bk.svg") no-repeat center right 15px;
	border-radius: 100px;
	font-size: 12px;
	font-weight: 700;
	color: #493C37;
	text-align: center;
	transition: 0.5s;
}
footer .btnBlank a:hover {
	background: #C9C9C9 url("../img/common/icon_blank_bk.svg") no-repeat center right 15px;
	color: #493C37;
}
}

