@charset "utf-8";

footer {
	background-color: #C58B44;
	padding: 6rem 0 1rem;
	color: #f5f5f5;
	position: relative;
}
footer > div:nth-of-type(1) P {
    position: absolute;
    top: 2%;
    left: 1%;
    font-size: 0.8rem;
    opacity: .5;
    writing-mode: vertical-rl;
}
footer nav {
	width: 70%;
	margin: 0 auto;
}
footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 1rem;
}
footer nav li {
	font-family: 'Shippori Mincho', serif;
	font-size: 1rem;
	line-height: 1.2rem;
	position: relative;
	margin-bottom: 2rem;
	width: 50%;
}
footer nav li span {
	display: block;
	font-size: 0.8rem;
}

footer > div:nth-of-type(2) {
	border-top: 1px solid #AC6B1D;
	padding: 2.5rem 15% 0;
	font-size: 0.8rem;
}
footer > div:nth-of-type(2) div {
	margin-top: 1rem;
}
footer > div:nth-of-type(2) div:first-child {
	margin-top: 0;
}
footer > div:nth-of-type(2) div:nth-child(1) a,
footer > div:nth-of-type(2) div:nth-child(2) a {
	display: flex;
	align-items: center;
	padding-top: 0.3rem;
}
footer > div:nth-of-type(2) div:nth-child(1) a p,
footer > div:nth-of-type(2) div:nth-child(2) a p {
	line-height: 1.15rem;
}
footer > div:nth-of-type(2) div:nth-child(1) a p:last-of-type {
	font-size: 1.2rem;
	line-height: 0.8rem;
	padding-left: 0.7rem;
}
footer > div:nth-of-type(2) div:nth-child(2) a p:last-of-type {
	padding-left: 0.7rem;
}
footer > div:nth-of-type(2) div:nth-child(3) a {
	font-size: 0.9rem;
}
footer > div:nth-of-type(2) div:nth-child(3) p {
	line-height: 1.1rem;
	padding-top: 0.3rem;
}


.copy {
	width: 100%;
	text-align: right;
	font-size: 0.8rem;
	padding: 4rem 5% 0 0;
	font-family: "Yellowtail", serif;
	opacity: .5;
}

/*
.footer__contentsWrapper {
  display: flex;
  justify-content: space-between;
}
.footer__info {
  padding-right: 13%;
}
.footer__infoItem:not(:last-of-type) {
  margin-bottom: 35px;
}
.footer__infoText {
  font-size: 1.3rem;
  line-height: 1.57;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.footer__infoLink {
  display: block;
  font-size: 2rem;
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: 0.06em;
}

.footer__infoLink--tel,
.footer__infoLink--mail {
	display: flex;
	align-items: center;
	gap: 0 13.4px;
}

.footer__infoLink--tel::before,
.footer__infoLink--mail::before {
	content: "";
	width: 17px;
	height: 15px;
	display: block;
	background-size: cover;
}

.footer__infoLink--tel::before {
	background-image: url(../img/icon_tel.png);
}

.footer__infoLink--mail::before {
	background-image: url(../img/icon_mail.png);
}



@media screen and (max-width: 1200px) {
	
	.footer__textWrapper {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

*/

@media screen and (max-width: 960px) {

}


/*
@media screen and (max-width: 750px) {
	
	footer {
		padding-bottom: 27px;
	}
	
	.footer__toTop {
		font-size: 1.1rem;
		margin-bottom: 125px;
		margin-right: 6%;
	}
	
	footer .inner-1200,
	.footer__contentsWrapper {
		margin-left: 0;
		margin-right: 0;	
	}
	
	.footer__contentsWrapper {
		display: block;
	}
	
	.footer__listWrapper,
	.footer__infoItem {
		margin-left: 15.7%;
		margin-right: 15.7%;
	}
	
	.footer__info {
		padding-right: 0;
		position: relative;
		padding-top: 50px;
		padding-bottom: 60px;
	}
	
	.footer__info--line {
		width: 100%;
		height: 1px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #35453F;
		mix-blend-mode:multiply;
		opacity: 0.44;
	}
	
	.footer__infoText {
		font-size: 1.1rem;
		line-height: 1.6;
	}
	
	.footer__infoLink {
		font-size: 1.6rem;
	}
	
	.footer__infoLink--tel,
	.footer__infoLink--mail {
		gap: 0 9px;
	}
	
	.footer__text {
    font-size: 1.1rem;
    top: -77px;
    left: 6%;
  }
  .footer__toTop--icon {
    width: 39px;
    margin-left: 10px;
  }
  .footer__list {
    width: 230px;
    margin-bottom: 49px;
    gap: 20px 0;
  }
  .footer__listLink {
    font-size: 2rem;
  }
	
	.footer__infoLink--tel::before,
	.footer__infoLink--mail::before {
		width: 12px;
		height: 11px;
	}
	
}
*/

@media screen and (max-width: 480px) {

}
@media screen and (max-width: 375px) {

}