﻿@charset "UTF-8";


:root {
	--color_main: #0e541d;
	--color_accent: #42b23c;
	--color_accent_rgb: 0, 131, 45;
	--radius: clamp(5px, 1vw, 10px);
	--gap: clamp(20px, 3vw, 50px);
	--gap_s: clamp(10px, 2vw, 25px);
}
.footer_contact {
	text-align: center;
	background-color: #fafafa;
	padding: clamp(40px, 4vw, 60px) 20px;
	margin-bottom: clamp(40px, 4vw, 60px);
}

.footer_contact article {
	max-width: 1200px;
	margin: 0 auto;

}
.footer_contact_list .footer_contact_box {
	flex-basis: 360px;
	text-align: center;
	padding-top: 20px;
}

.footer_contact_list .icon {
	padding-bottom: 10px;
}
.footer_contact_list .icon img {
	max-width: clamp(60px, 5vw, 90px);
}
.footer_contact_list .title {
	font-size: clamp(16px, 2vw, 24px);
	letter-spacing: 0.05em;
	font-weight: bold;
	font-weight: bold;
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 20px;
}
.footer_contact_list .title span {
	border-bottom: 1px dashed;
	padding-bottom: 2px;
	display: inline-block;
}
.footer_contact_list .text {
	padding: 10px 0;
}
.footer_contact_box .icon_list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: clamp(20px, 3vw, 30px) 0 0;
	margin: 0;
}
.footer_contact_box .icon_list li {

}
.footer_contact_box .icon_list li img {
	max-width: clamp(60px, 5vw, 80px);
}
/* 吹き出し */

.balloon_box {
	position: relative;
	margin: 0 auto;
	padding: 25px 30px;
	text-align: center;
	width: 100%;
	max-width: 450px;
	background: #FFF;
	border-radius: var(--radius);
}
.balloon_bottom:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #FFF;
	z-index: 2;
}
.balloon_box .title {
	font-size: clamp(15px, 2vw, 18px);
}
.balloon_box .text {
	color: var(--color_main);
	font-weight: bold;
}
#mailNews {
	text-align: center;
}
#mailNews input {
	padding: 10px 15px;
	width: 100%;
}
#mailNews .btn {
	color: #fff;
	background-color: var(--color_accent);
	display: block;
	width: 100%;
	margin: 10px 0;
	border: 0;
	border-radius: 10px;
}
#mailNews .text_unsubscribe {
	color: var(--color_main);
	font-size: 13px;
}
#mailNews .text_unsubscribe a {
	color: var(--color_main);
}
@media screen and (min-width: 1025px) {
    .sidenav .sns_List ul li {
        margin-bottom: 1.5vh;
}
@media screen and (min-width:750px), print {
	.footer_contact_list {
		display: flex;
		justify-content: center;
		gap: 60px;
	}
}
@media screen and (max-width:749px) {}

#g-nav .g-nav-cnt .sns_List ul li {
	margin-bottom: 18px;
}
#g-nav .g-nav-cnt .sns_List .icon_mail a {
	width: 20px;
	height: 20px;
	background: url(img/mail/sns_icon_mail.svg) no-repeat;
	background-size: 100%;
	display: block;
}
@media screen and (min-width: 600px) {
	#g-nav .g-nav-cnt .sns_List .icon_mail a {
		width: 30px;
		height: 30px;
		background: url(img/mail/sns_icon_mail.svg) no-repeat;
		background-size: 100%;
		display: block;
	}
}
@media screen and (min-width: 1025px) {
	.sidenav .sns_List .icon_mail a{
		width: 25px;
		height: 25px;
		background: url(img/mail/sns_icon_mail.svg) no-repeat;
		background-size: 100%;
		display: block;
	}
}