@charset "UTF-8";


/*========================================

footer

========================================*/

/*----------------------------------------

common

----------------------------------------*/

footer {
	background: #004D25;
}

footer .con {
	padding: 80px 4%;
}

footer .foot_logo {
	width: 80%;
	margin: 0 0 80px;
}

footer .foot_logo a {
	display: block;
}

footer .foot_logo img {
	display: block;
	width: 100%;
	height: auto;
}

footer .h2_ttl {
	margin: 0 0 40px;
}

footer .h2_ttl span {
	display: block;
	text-align: center;
	font-size: 8vw;
	font-weight: 500;
	color: #ffffff;
}

footer .h2_ttl h2 {
	text-align: center;
	font-size: 4vw;
	font-weight: 500;
	line-height: 1;
	color: #ffffff;
}


footer .copyright p {
	text-align: center;
	line-height: 1;
	letter-spacing: 1px;
	color: #ffffff;
}


@media (min-width: 768px) {

	footer .con {
		padding: 120px 8%;
	}

	footer .foot_logo {
		width: 50%;
	}

	footer .h2_ttl span {
		font-size: 4vw;
	}

	footer .h2_ttl h2 {
		font-size: 2vw;
	}

}


@media (min-width: 1024px) {
    
}




/*----------------------------------------

.access_map

----------------------------------------*/

footer .access_map {
	border-top: solid 1px #ffffff;
	padding: 80px 0;
}

footer .access_map iframe {
	width: 100%;
	height: 80vw;
}

footer .access_map .address {
	padding: 20px 0 0;
}

footer .access_map .address p {
	text-align: center;
	font-size: 1em;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 1px;
	color: #ffffff;
}

footer .access_map .address span {
	display: block;
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #ffffff;
}


@media (min-width: 768px) {
	
	footer .access_map iframe {
		height: 500px;
	}

}





/*----------------------------------------

.social_media

----------------------------------------*/

footer .social_media {
	border-top: solid 1px #ffffff;
	padding: 80px 0;
}

footer .social_media .sns_list ul li {
	margin: 0 0 80px;
}

footer .social_media .sns_list ul li:last-of-type {
    margin: 0 auto;
}

footer .social_media .sns_list .account_name {
	padding: 0 0 20px;
}

footer .social_media .sns_list .account_name i {
	display: block;
	text-align: center;
	font-size: 3em;
	color: #ffffff;
}

footer .social_media .sns_list .account_name h3 {
	text-align: center;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	color: #ffffff;
}

footer .social_media .sns_list .account_name span {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 1em;
	color: #ffffff;
}

footer .social_media .sns_list ul li .mockup_img {
    width: 50%;
	margin: 0 auto 20px;
}

footer .social_media .sns_list ul li .mockup_img img {
    display: block;
    width: 100%;
    height: auto;
}

footer .social_media .sns_list .follow_link a {
    position: relative;
    display: block;
    border-radius: 5px;
	width: 50%;
	margin: 0 auto;
    padding: 15px;
    font-size: 0.8em;
    font-weight: 700;
    color: #004D25;
	background: #ffffff;
    transition: all 0.3s;
}

footer .social_media .sns_list .follow_link a:hover {
    color: #191919;
    background: #ffffff;
}

footer .social_media .sns_list .follow_link a::after {
    font: var(--fa-font-solid);
    content: '\f08e';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}


@media (min-width: 768px) {

	footer .social_media .sns_list ul {
        display: flex;
        justify-content: space-between;
    }

    footer .social_media .sns_list ul li {
        flex: 1;
        margin: 0;
    }

    footer .social_media .sns_list ul li:last-of-type {
        margin: 0;
    }

    footer .social_media .sns_list .account_name i {
        font-size: 2em;
    }

	footer .social_media .sns_list .account_name h3 {
		font-size: 0.8em;
	}

    footer .social_media .sns_list .account_name span {
        font-size: 0.8em;
    }

	footer .social_media .sns_list ul li .mockup_img {
		width: 75%;
	}

    footer .social_media .sns_list .follow_link a {
        padding: 10px;
        font-size: 0.7em;
    }

    footer .social_media .sns_list .follow_link a::after {
        right: 10px;
    }
	
}


@media (min-width: 1024px) {

	footer .social_media .sns_list .account_name i {
		font-size: 2.5em;
    }
	
	footer .social_media .sns_list .account_name h3 {
		font-size: 0.9em;
	}
	
    footer .social_media .sns_list .account_name span {
		font-size: 1em;
    }
	
	footer .social_media .sns_list ul li .mockup_img {
	}

    footer .social_media .sns_list .follow_link a {
        padding: 10px 15px;
        font-size: 0.9em;
    }

    footer .social_media .sns_list .follow_link a::after {
        right: 15px;
    }

}




/*----------------------------------------

.links

----------------------------------------*/

footer .links {
	border-top: solid 1px #ffffff;
	padding: 80px 0;
}

footer .links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .links ul li {
	flex-basis: 48%;
	margin: 0 0 4%;
}

footer .links ul li a {
	display: block;
	transition: all 0.3s;
}

footer .links ul li a:hover {
	opacity: 0.8;
}

footer .links ul li img {
	display: block;
	width: 100%;
	height: auto;
}


@media (min-width: 768px) {

	footer .links ul li {
		flex-basis: 32%;
		margin: 0 0 2%;
	}

}


@media (min-width: 1024px) {

}





/*----------------------------------------

.foot_nav

----------------------------------------*/

footer .foot_nav {
	margin: 0 0 80px;
}

footer .foot_nav ul li {
	border-top: solid 1px #ffffff;
}

footer .foot_nav ul li:last-of-type {
	border-bottom: solid 1px #ffffff;
}

footer .foot_nav ul li a {
	display: block;
	position: relative;
	padding: 20px 0;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1px;
	color: #ffffff;
	transition: all 0.3s;
}

footer .foot_nav ul li a i {
	display: none;
}

footer .foot_nav ul li a span {
	display: inline-block;
	margin-left: 15px;
	font-size: 0.9em;
	color: #ffffff;
	transition: all 0.3s;
}

footer .foot_nav ul li a:hover,
footer .foot_nav ul li a:hover span {
	color: #008000;
}

footer .foot_nav ul li a::before {
	display: block;
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-size: 1;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #ffffff;
	transition: all 0.3s;
}

footer .foot_nav ul li.tab a::before {
	content: '\f08e';
}

footer .foot_nav ul li a:hover::before {
	color: #008000;
}



@media (min-width: 768px) {

	footer .foot_nav ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	footer .foot_nav ul li {
		flex: auto;
		border-top: none;
		border-right: solid 1px #ffffff;
	}

	footer .foot_nav ul li:last-of-type {
		border-bottom: none;
		border-right: none;
	}


	footer .foot_nav ul li a {
		padding: 0;
		text-align: center;
		font-size: 0.8em;
	}

	footer .foot_nav ul li a i {
		display: inline-block;
		padding-left: 3px;
		color: #ffffff;
		transition: all 0.3s;
	}

	footer .foot_nav ul li a:hover i {
		color: #008000;
	}

	footer .foot_nav ul li a span {
		display: block;
		margin-left: 0;
		padding-top: 10px;
	}

	footer .foot_nav ul li a:before {
		display: none;
	}

}


@media (min-width: 1024px) {
    
}




/*----------------------------------------

#live_btn

----------------------------------------*/

#live_btn {
	position: fixed;
	bottom: 20px;
	right: 4%;
	z-index: 100;
}

#live_btn a {
	position: relative;
	display: block;
	width: 120px;
	height: 120px;
	background: #e60012;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border-radius: 50%;
	transition: all 0.3s;
}

#live_btn a:hover {
	background: #ffffff;
}

#live_btn a > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	width: 100%;
}

#live_btn a p {
	padding-bottom: 5px;
	text-align: center;
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #ffffff;
	transition: all 0.3s;
}

#live_btn a p span.live_2025 {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	transition: all 0.3s;
}

#live_btn a:hover p,
#live_btn a:hover p span.live_2025 {
	color: #004d25;
}

#live_btn a span.check {
	display: block;
	width: 75%;
	margin: 0 auto;
	border-top: solid 1px #ffffff;
	padding-top: 5px;
	text-align: center;
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
	color: #ffffff;
	transition: all 0.3s;
}

#live_btn a:hover span.check {
	border-top: solid 1px #004d25;
	color: #004d25;
}

#live_btn a span.check i {
	color: #ffffff;
	transition: all 0.3s;
}

#live_btn a:hover span.check i {
	color: #004d25;
}


@media (min-width: 768px) {

	#live_btn {
		bottom: 40px;
		right: 40px;
	}

	#live_btn a {
		width: 160px;
		height: 160px;
	}

	#live_btn a p {
		padding-bottom: 10px;
		font-size: 0.96em;
	}

	#live_btn a p span.live_2025 {
		font-size: 1.8em;
	}

	#live_btn a span.check {
		padding-top: 10px;
		font-size: 0.96em;
	}

}


@media (min-width: 1024px) {

}




/*----------------------------------------

#page_top

----------------------------------------*/

#page_top {
	position: fixed;
	bottom: 20px;
	right: 4%;
	z-index: 100;
}

#page_top a {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: solid 1px #808080;
	border-radius: 50%;
	text-align: center;
	font-size: 1em;
	letter-spacing: 1px;
	color: #808080;
	background: #ffffff;
	transition: all 0.3s;
}

#page_top a:hover {
	border: solid 1px #f2f2f2;
	background: #f2f2f2;
}


@media (min-width: 768px) {

	#page_top {
		bottom: 40px;
		right: 40px;
	}

}


@media (min-width: 1024px) {
	
}