/* CSS Document */



/*============================================================================

		#cta

============================================================================*/
#cta {
	padding: 10px 0;
}
#cta .inner {
	padding: 0 10px;
	display: flex;
	gap: 10px;
}
@media screen and (max-width: 640px) {
	#cta {
		padding: 15px 0;
	}
	#cta .inner {
		flex-direction: column;
		padding: 0 15px;
		gap: 15px;
	}
}

/* ---------- 各li ---------- */
#cta li {
	position: relative;
	flex: 1;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	background-size: cover!important;
}
#cta li:nth-child(1) { background: url("../images/footer/cta_01.jpg") center;}
#cta li:nth-child(2) { background: url("../images/footer/cta_02.jpg") center;}
#cta li:nth-child(3) { background: url("../images/footer/cta_03.jpg") center;}
@media screen and (max-width: 640px) {
}

/* ---------- 背景の大きな円 ---------- */
.cta_circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	min-width: 500px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	z-index: 0;
	background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 640px) {
	.cta_circle {
		width: 105%;
		min-width: unset;
	}
}

/* ---------- コンテンツ ---------- */
.cta_content {
	position: relative;
	z-index: 1;
	padding: 50px 20px 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 640px) {
	.cta_content {
		padding: 26px 20px 26px;
	}
}

/* ---------- アイコン ---------- */
#cta i {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#cta li:nth-child(1) i { background: rgba(181,148,99,.8);}
#cta li:nth-child(2) i { background: rgba(102,157,145,.8);}
#cta li:nth-child(3) i { background: rgba(181,148,99,.8);}
@media screen and (max-width: 640px) {
	#cta i {
		width: 70px;
		height: 70px;
	}
	#cta li:nth-child(1) i img { width: 33px;}
	#cta li:nth-child(2) i img { width: 35px;}
	#cta li:nth-child(3) i img { width: 32px;}
}

/* ---------- タイトル ---------- */
#cta dt {
	font-size: 26px;
  	font-family: "Shippori Mincho B1", serif;
	margin-top: 5px;
	margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
	#cta dt {
		font-size: 23px;
		margin-top: 2px;
		margin-bottom: 5px;
	}
}

/* ---------- 電話番号 ---------- */
.cta_tel {
	display: block;
	box-sizing: border-box;
	padding-top: 12px;
	height: 60px;
	margin: 0 auto 10px;
	color: #a0712c;
	font-size: 33px;
	font-family: "Cormorant Infant", serif;
  	font-optical-sizing: auto;
	letter-spacing: 2px;
	line-height: 1;
}
.cta_tel span {
	margin-right: 5px;
	font-size: 20px;
}
@media screen and (max-width: 640px) {
	.cta_tel {
		font-size: 30px;
		height: auto;
		padding-top: 2px;
		margin-bottom: 6px;
	}
	.cta_tel span {
		font-size: 16px;
	}
}

/* ---------- btn02 / btn03 ---------- */
.btn02 , .btn03 {
	width: 300px;
	margin: 0 auto 10px;
}
#cta li:nth-child(2) dl dd:nth-of-type(1) {
	display: flex;
	gap: 10px;
}
#cta li:nth-child(2) dl dd:nth-of-type(1) a {
	flex: 1;
	max-width: 180px;
}
@media screen and (max-width: 640px) {
	.btn02 , .btn03 {
		width: 80%;
		margin-bottom: 5px;
	}
	#cta li:nth-child(2) dl {
		width: 100%;
	}
	#cta li:nth-child(2) dl dd:nth-of-type(1) a {
		max-width: none;
	}
}




/*============================================================================

		footer

============================================================================*/
footer {
	position: relative;
	padding: 100px 0 0;
}
footer::before {
	position: absolute; content: "";
	width: 500px; height: 100%;
	top: 0; right: 0;
	background: url("../images/bg_03.jpg") center;
	border-radius: 0 100px 0 0;
}
@media screen and (max-width: 640px) {
	footer {
		padding-top: 50px;
	}
	footer::before {
		width: 30%;
		background-size: cover;
	}
}

/* ---------- inner ---------- */
footer .inner {
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 80px;
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	padding-bottom: 100px;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	footer .inner {
		flex-direction: column;
		align-items: stretch;
		gap: 40px;
		padding-bottom: 50px;
	}
}

/*------------------------------ 左 ------------------------------*/
.footer_left {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 4px; /*調整*/
}
.footer_logo {
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
	.footer_left {
		gap: 14px;
	}
}

/* ---------- dl ---------- */
.footer_left dl {
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #c7c7c7;
}
.footer_left dl:first-of-type {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #c7c7c7;
}
.footer_left dl:last-of-type {
	align-items: center;
	margin-bottom: 20px;
}
.footer_left dt {
	width: 120px;
	text-align: center;
	border-right: 1px dashed #c7c7c7;
}
.footer_left dd {
	flex: 1;
	line-height: 1.8;
	padding: 0 20px;
}
.footer_left dl:last-of-type dd {
	font-size: 32px;
	line-height: 1;
	font-family: "Cormorant Infant", serif;
  	font-optical-sizing: auto;
	color: var(--color-gold);
	letter-spacing: 2px;
}
.footer_left dl:last-of-type dd a {
	color: var(--color-gold);
}
@media screen and (max-width: 640px) {
	.footer_left dl {
		padding-bottom: 14px;
	}
	.footer_left dl:first-of-type {
		padding-top: 14px;
	}
	.footer_left dt {
		width: 90px;
	}
	.footer_left dl:last-of-type dd {
		font-size: 28px;
	}
}

/* ---------- バナー ---------- */
.footer_banner {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.footer_banner li {
	width: calc(50% - 5px);
}
.footer_banner li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #c7c7c7;
	background: #FFF;	
}
.footer_banner li img {
	width: 90%;
	height: 60px;
	object-fit: contain;
}
@media screen and (max-width: 640px) {
	.footer_banner li img {
		height: 36px;
	}
}

/*------------------------------ 右 ------------------------------*/
.footer_right {
	flex: 1;
}
@media screen and (max-width: 640px) {
}

/*------------------------------ Googlemap ------------------------------*/
footer iframe {
	position: relative;
	width: 100%;
	height: 450px;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	footer iframe {
		height: 280px;
	}
}


/*------------------------------ コピーライト ------------------------------*/
.copy{
	position: relative;
	text-align: center;
	z-index: 1;
}
.copy small{
	line-height: 100px;
	font-size: 13px;
	letter-spacing: 2px;
	font-family: "Cormorant Infant", serif;
	color: var(--color-green);
}
@media screen and (max-width: 640px) {
	.copy small {
		font-size: 12px;
		line-height: 60px;
		letter-spacing: 1px;
	}
}



