@charset "UTF-8";


/*=======================================================*/
/*      	　			フッターCSS   			  		  */
/*=======================================================*/

/* フッター */
.footer {
	padding: 40px 0 0px 0;
	background-color: #FFF;
	color: #222;
	font-size: 14px;
	position: relative;
	z-index: 1;
}

.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: 35px;
	}

	.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;*/
	}
}

/* フッターロゴ */
.footer-logo{
	width: 90%;
	margin: 0 auto;
	max-width: 320px;
}

/* フッター：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: #8972b2;
	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;
	gap: 15px;
}
@media (hover: hover) {
	.footer-menu li a:hover{
		text-decoration: underline;
		color: var(--main-color);
	}
}

@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: 10px; */
	padding-bottom: 30px;
}

.footer-company p{
	line-height: 1.2;
}

/* TEL一覧 */
.footer-tels{
	display: grid;
	grid-template-columns: repeat(1, auto);
	gap: 10px;
	justify-content: center;
	/* margin-top: 10px; */
}

@media only screen and (max-width: 767px){
	.footer-tels{
		grid-template-columns: 1fr;
		gap: 6px;
	}
}

.footer-tel{
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #666;
}

/* アイコン枠 */
@media only screen and (max-width: 767px) {
	.footer-tel-icon-wrap{
		width: 34px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		margin-right: 3px;
	}
}

/* アイコン */
.footer-tel-icon{
	width: 20px;
	height: auto;
	display: block;
	margin-right: 3px;
}

.footer-tel-icon.free{
	width: 34px;
}
.footer-tel-icon.mobile {
	width: 18px;
}

/* 電話番号 */
.footer-tel-number{
	font-size: 25px;
	font-weight: bold;
	font-family:
		"Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
	line-height: 1;
}

/* ハイフン位置調整 */
.tel-hyphen{
	position: relative;
	top: -0.08em;
}

/* SP */
@media only screen and (max-width: 767px) {

	.footer-tels{
		flex-direction: column;
		align-items: flex-start;
		gap: 3px;
	}

}

/* 住所 */
.footer-details{
	margin-top: 10px;
	text-align: center;
}

/* フッターメニュー */
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: var(--accent-color2);
	align-items: center;
	height:30px;
	/* border-top: 4px solid var(--accent-color1); */
}
.footer-copy p {
	/*color: #666;*/
	color: #fff;    
	font-size: 11px;
}
/* フッター */
.footer-details{
	font-size: 13px;
	padding-bottom: 10px;
}

/*フッターバナー*/
.footerbnr {
	padding: 50px 0 50px 0;
	position: relative;
	z-index: 1;
	background-color: #f4faff;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg,#cddfd2,#cddfd2 1px,#f0f6f1 1px,#f0f6f1);
}

/*対応エリア(footer)*/
.area {
	padding: clamp(5px, 7vw, 10px) 0 clamp(15px, 7vw, 20px) 0;
	background-color: #FFF;
	background-image:
			linear-gradient(rgba(201, 178, 124, 0.08) 1px, transparent 1px),
			linear-gradient(90deg, rgba(201, 178, 124, 0.08) 1px, transparent 1px);
		background-size: 30px 30px;
		background-color: #faf8f3;
}

h4.areaTitle {
	font-size: clamp(17px,1.4vw,18px);
	font-weight:600;
	line-height: 1.4;
	border-bottom: 2px dotted var(--main-color);
	padding: 2px;
	margin: 10px 0;
	color: var(--txt-color);
	text-align: left;
}
.afooter {
	color: var(--txt-color);	
	font-size: 14px;
	text-align: left;
}

.afooter a:hover{
	color: var(--accent-color2);
}
