@charset "UTF-8";


/*=======================================================*/
/*      	　			フッターCSS   			  		  */
/*=======================================================*/

/* フッター */
.footer {
	padding: 40px 0 0px 0;
	background-color: #FFF;
	color: #666;
	font-size: 13px;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.footer-container {
	display: grid;
	gap: 20px;
	justify-items: center;
}

.footer-site {
	padding-left: 105px;
}

@media (min-width: 769px) {
	.footer-container {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
		gap: 20px;
	}

	/*.footer-container > .footer-site {
		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;
	}
}

/*フッター：会社情報*/
.footer-company{
	display: flex;
 	flex-direction: column;
  	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;	/*エリアがない場合に使用*/
}

.footer-company p{
	line-height: 1.2;
}
/*フッターTEL*/
.footer-tel_ico{
	font-size: 20px;
	padding-right: 5px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.footer-tel{
	font-size: 25px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* フッター　電話番号が2つの時 */
.footer-details_caption {
    font-size: 13px;
    line-height: 1.5;
    color: var(--base-color);
    background-color: var(--accent-color1);
    text-align: center;
    border-radius: 10px;
    padding: 0.1em;
	width: 200px;
	margin-top: 10px;
}

.footer-details2 {
    font-size: 13px;
    line-height: 1.5;
    color: var(--base-color);
    background-color: var(--accent-color1);	
    text-align: center;
    border-radius: 10px;
    padding: 0.1em;
}

.footer-company2-container {
	display: flex;
	flex-flow: column;
}

.footer-company2-container_phone {
	display: flex;
	flex-flow: column;
	text-align: center;
}

@media not all and (min-width: 569px) and (max-width: 1023px) {
	.footer-company2-container_phone {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		align-items: flex-end;
	}
}

@media (max-width: 569px) {
    .footer-company2-container_phone {
	display: flex;
	flex-flow: column;
	gap: 0;
	align-items: center;
    }

	.footer-company2-container {
		display: flex;
		flex-flow: column;
		}
}

.footer-details_c2{
	line-height: 1.5;
	font-size: 13px;
	text-align: center;
	padding: 0.1em;
	margin-top: 10px;
}

.footer-container_c2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
@media (max-width: 568px) {
	.footer-container_c2 {
		margin-top: 5px;
        height: 100%;
        margin-bottom: 5px; /*logoロゴ下の余白*/
	}
}

.footer-company_c2{
	text-align: right;
}
.footer-tel_ico_c2{
	color: var(--accent-color1);
	font-size: 26px;
	padding-right: 5px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.footer-tel_c2{
	color: var(--accent-color1);
	font-size: clamp(28px, 2.5vw, 31px);
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media (max-width: 569px) {
	.footer-company_c2 {
		color: var(--accent-color1);
		font-size: clamp(28px, 2.5vw, 31px);
		font-weight: bold;
		font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	}
}


/* フッター：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: var(--accent-color3);
	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(--main-color);
}

@media screen and (max-width: 768px) {

	.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;
	}

}
/* フッターメニュー */
ul.footer-menu li a{
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
	font-weight:400;
    letter-spacing: 0.1em;
}
ul.footer-menu li::after{
	content: "　/　";
}
ul.footer-menu li:last-child::after{
	content: none;
}
@media (max-width: 768px) {
	ul.footer-menu li::after{
		content: none;
	}
}

.footer-copy {
	display: flex;
	justify-content: center;
    background-color: #2262d380;
    align-items: center;
    height: 50px;
    border-top: 4px solid var(--accent-color1);
}

.footer-copy p {
	/*color: #666;*/
	color: var(--base-color);
	font-size: 11px;
}
/* フッター */
.footer-details{
	font-size: 13px;
	padding: 10px 0;
}

/*フッターバナー*/
.footerbnr {
	padding: clamp(20px, 4vw, 50px) 0;
    position: relative;
    z-index: 1;
	background-image: url(../img/bg_01a.png);
    background-position: top center;
    background-repeat: repeat;
}


/*対応エリア(footer)*/
.area {
    padding: clamp(15px, 7vw, 20px) 0;
    background-color: var(--base-color);
	
	background-image: url(../img/footer-bg01.png),url(../img/footer-bg02.png);
	background-position: bottom left,bottom right;
	background-repeat: no-repeat,no-repeat;
	background-size: auto,auto;
}
@media (max-width: 568px) {
	.area {
		background-size: 70%,70%;
	}
}

h4.areaTitle {
	font-size: clamp(18px, 1.4vw, 18px);
    font-weight: 600;
    line-height: 1.4;
    border-bottom: 2px dotted var(--main-color);
    padding: 4px;
    margin: 10px 0;
    color: var(--main-color);
    line-height: 1.8;
    letter-spacing: 0.06em;
}
.afooter {
    color: #aaa;	
	font-size: 13px;
}
