@charset "UTF-8";


/*=======================================================*/
/*      	　			フッターCSS   			  		  */
/*=======================================================*/

/* フッター */
.footer {
	padding: 35px 0 0px 0;
	/*background-color: #fff;*/
	/*color: #666;*/
	color: #fff;
	font-size: 13px;
	position: relative;
	z-index: 1;
	background-image: url(../img/bg_ud.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-container {
	/*SNSを使用する時*/
	/*display: grid;*/

	/*gap: 50px;*/
	
	/*SNSを使用しない時*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

@media (min-width: 767px) {
	/*.footer-container {
		grid-template-columns: auto auto;
		grid-template-rows: auto auto auto;
		gap: 20px;
	}*/

	.footer-container > .footer-site {
		/*margin-top: 15px;*/	/*SNSを使用するとき*/
		margin-bottom: 15px;
	}

	.footer-container > *:not(.footer-sns) {
		justify-self: start;
	}
	
	.footer-container > .footer-sns {
		grid-column: 2;
		grid-row: 1 / 4;
		justify-self: end;
		/*align-self: center;*/
	}
}


/* フッター：SNSメニュー */
.footer-sns {
	display: flex;
	gap: 24px;
	font-size: 24px;
}

.footer-sns a {
	display: grid;
	place-items: center;
	width: 36px;
	aspect-ratio: 1 / 1;
	background-color: #cccccc;
	color: #ffffff;
	clip-path: circle(50%);
}

@supports not (aspect-ratio: 1 / 1) {
	.footer-sns a {
		height: 36px;
	}
}


/* フッター：テキストメニュー */
.footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.footer-menu li a:hover{
	/*display:block;*//*初期値*/
	display:inline-block;
	text-decoration: underline;
	color: var(--accent-color2);
}

@media screen and (max-width: 767px) {

	.footer-menu {
		gap: 0%;
		margin-bottom: 30px;
	}

	.footer-menu li {
		/*line-height:1;*/
		display:inline-block;
		width: 100%;
		text-align: center;
	}
	.footer-menu li a{
		display:inline-block;
		/*width: 100%;*/
		/*background-color: #eee;*/
		padding: 10px 0px;
	}

}
/*フッター：会社情報*/
.footer-company{
	display: flex;
 	flex-direction: column;
  	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;	/*エリアがない場合に使用*/

/*background-image: url(../img/bg_ud.png);
background-position: bottom center;
background-repeat: no-repeat;
background-size: cover;*/

}

.footer-company p{
	line-height: 1.2;
}
/*フッターTEL*/
.footer-tel_ico{
	font-size: 15px;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.footer-tel_ico2{
	display: inline-block;
	/*width: 40px;*/
	height: 27.5px;
	vertical-align: sub;
	/*margin: 0 5px 0 5px;*/
}
.footer-tel{
	font-size: 28px;
	font-weight: 400;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.footer-tel2{
	font-size: 18px;
	font-weight: 400;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* フッターメニュー */
ul.footer-menu li a{
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
	font-weight:400;
}
ul.footer-menu li::after{
	content: "　/　";
}
ul.footer-menu li:last-child::after{
	content: none;
}
@media (max-width: 767px) {
	ul.footer-menu li::after{
		content: none;
	}
}


/*コピーライト*/

.footer-copy {
	display:flex;
	justify-content: center;
	background-color: #3c3c3c;
	align-items: center;
	height:40px;
	/*border-top: 2px solid var(--accent-color1);*/
}
.footer-copy p {
	/*color: #666;*/
	color: #fff;    
	font-size: 11px;
}
/* フッター */
.footer-details{
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*フッターバナー*/
.footerbnr {
	padding: 50px 0 50px 0;
	/*background-color: #f6f6f6;*/
	position: relative;
	z-index: 1;
}

/*対応エリア(footer)*/
.area {
	/*padding: 30px 0 clamp(15px, 7vw, 20px) 0;*/
	padding: 0px 0 50px 0;
	/*background-color: #9d9d9d17;*/

}

h4.areaTitle {
	font-size: clamp(15px,1.4vw,18px);
	font-weight: 600;
	line-height: 1.3;
	border-bottom: 1px dotted #ccc;
	padding: 2px;
	margin: 0 0 10px 0;
	color: #fff;
}
.afooter {
	color: #bbb;
	font-size: 12px;
	line-height: 1.6;
}
@media (max-width: 568px) {
	.afooter {
		color: #d0d0d0;
	}
}
.bg_fb{
	background: rgba(0, 0, 0, 0.2);
	padding: 10px;
}

