/* -----------フッター-------------- */
.footer {
  background: #fff;
  padding: 40px 20px 90px 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  border-top: 1px solid #ddd;
}

.footer-container {
  display: flex;
  align-items:flex-start;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.company-info{
  flex:0 0 500px; /* 固定幅 */
  display:flex;
  flex-direction:column;
  padding-right:10px;
}

.branches{
  flex:1;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:28px 36px;
}

.footer-copy {
	max-width: 1200px;
	 margin: auto;
}

.footer-col h3 {
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: bold;
}
.footer-col h4 {
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
}
.footer-col h4::before {
  content: "●";
  color: #FFBACA; /* ピンク色の丸 */
  margin-right: 5px;
}

.footer-logo {
  max-width: 240px;
	margin-bottom: 20px;
}
.footer-seal {
  margin: 15px 0;
  max-width: 150px;
}
.footer .en {
  font-style: italic;
  color: #555;
}
.footer .copy {
  font-size: 12px;
  margin-top: 20px;
  color: #666;
}

/* タブレット対応 */
@media (max-width: 1319px) {
	.company-info{
  flex:0 0 200px; /* 固定幅 */
  display:flex;
  flex-direction:column;
  padding-right:10px;
}
}

/* スマホ対応 */
@media (max-width: 768px) {
  .footer-container {
   display: flex;
  align-items:flex-start;
	  flex-direction: column;
	}
	.footer-logo {
	margin-bottom: 20px;
}
  .footer-col {
    padding-bottom: 20px;
	font-size: 12px;
  }
  .footer-col:last-child {
    border-bottom: none;
  }
	 .company-info {
		 flex: none; width:100%
	}
	.branches {
		grid-template-columns: 1fr;
		gap:18px;
	}
}

.clr:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

#contactBtn_sp {
	display: none;
}

@media only screen and ( max-width : 768px ) {
	#contactBtn_sp {
		display: block;
		position: fixed;
		background: #072608;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 999;
		box-sizing: border-box;
	}
	#contactBtn_sp ul {
		padding: 5px;
	}
	#contactBtn_sp li {
		float: left;
		width: 25%;
		/*width: 32%;*/
		margin-right: 2%;
	}
	#contactBtn_sp li:last-child {
		margin-right: 0;
	}
	#contactBtn_sp li a {
		display: block;
		text-align: center;
		padding: 10px 5px;
		border-radius: 2px;
		font-size: 11px;
	}
	#contactBtn_sp .lineBtn a {
		background: #00c200;
		color: #fff;
	}
	#contactBtn_sp .telBtn a {
		background: #DB4F63;
		color: #fff;
	}
	#contactBtn_sp .mailBtn a {
		background: #fff;
		color: #DB4F63;
	}
	#contactBtn_sp li a i img {
		width: 14px;
		vertical-align: middle;
		margin-right: 5px;
		display: inline-block;
	}
	#contactBtn_sp .contact_txt {
		font-size: 10px;
		text-align: left;
		background: #072608;
		color: #fff;
		padding: 0 5px 5px 15px;
	}
	#contactBtn_sp .contact-nagura img {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 80px;
	}
}

/* contact 
#contact {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #aaa;
}

#contact .contact-detail {
	width: 65%;
	border-right: 1px solid #aaa;
	text-align: center;
	padding: 20px;
}

#contact .contact-detail h2 {
	margin: 0 0 5px 0;
	font-size: 1.5rem;
}

#contact .contact-tel {
	width: 35%;
	display: inline-block;
}

#contact .contact-tel p {
	text-align: center;
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	width: 100%;
}

#contact .contact-tel p a {
	display: flex;
	transition: all .3s;
	font-size: 1.5em;
	color: #24449e;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#contact .contact-tel p a:hover {
	background-color: #eee;
}

#contact .contact-tel p:last-child {
	border-top: 1px solid #aaa;
}

#contact .contact-tel br {
	display: none;
}

@media screen and (max-width:690px) {

	#contact .contact-detail,
	#contact .contact-tel {
		width: 50%;
	}

	#contact .contact-tel br {
		display: block;
	}

	#contact .contact-detail h2 {
		font-size: 1.2rem;
	}

	#contact .contact-detail {
		border-bottom: none;
		padding: 20px 10px;
	}
}

@media screen and (max-width:400px) {
	#contact {
		font-size: 0.8rem;
	}
}
*/
/* コピーライト 
.copyright p {
	color: #fff;
	font-size: 14px;
	line-height: 2em;
	text-align: center;
}

.copyright img {
	margin: 0 auto;
}

.copyright a {
	text-decoration: none;
	color: #fff;
}

.copyright {
	background-color: #24449e;
	clear: both;
	padding: 30px 0;
}
*/
/*-------------------------------------------
Footer
-------------------------------------------
#footer {
  display: flex;
  justify-content: space-between;
  background-color: #1f1f1f;
  color: #fff;
  padding: 80px 5%;
}
#footer a {
  color: #fff;
}
#footer .info-area {
  width: 35%;
}
#footer .info-area .logo {
  width: 100%;
  max-width: 220px;
  display: block;
  line-height: 0;
  margin-bottom: 30px;
}
#footer .info-area .info {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
#footer .info-area .copyright {
  font-size: 10px;
}
#footer .menu-area {
  width: 65%;
  display: flex;
  justify-content: flex-end;
}
#footer .menu-area .menu-col {
  width: 100%;
  max-width: 130px;
}
#footer .menu-area .menu-col .menu-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
}
#footer .menu-area .menu-col .menu-list li {
  font-size: 14px;
  margin-bottom: 20px;
}
#footer .menu-area .menu-col .menu-list li::before {
  content: "-";
  margin-right: 10px;
}
*/