@charset "UTF-8";

/* ----------------------------------

	コンタクト（フッター）

---------------------------------- */
.contact{
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url("/kurest/common/img/contact-bg-sp.webp");
	background-size: 263px;
	background-color: #0E1724;
	color: #FFF;
	overflow: hidden;
}
.contact__content{
	padding: 50px 30px 30px;
	max-width:1152px ;
	margin: 0 auto;
}

.contact__en{
	font-size: 14px;
	margin-bottom: 50px;
}
.contact__title{
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.contact__lead{
	margin-bottom: 30px;
}

.contact__btn{
	width: 100%;
	line-height: 67px;
	border: 1px solid #fff;
	background: var(--color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	letter-spacing: .18em;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 40px;
}

.contact__item{
	padding: 20px 0;
	border-bottom: 1px solid var(--color-primary);
}
.contact__item:nth-of-type(2){
	border-bottom: none;
}

.contact__item dt{
	font-size: 14px;
	text-align: center;
	margin-bottom: 14px;
}

.contact__item dd > a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #FFF;
	text-decoration: none;
}

.contact__icon{
	width: 38px;
	flex-shrink: 0;
}

.contact__tel{
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 1px;
}
.contact__time{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
}
.contact__item dd div{
	font-size:14px;
	line-height: 1.5;
}

@media print, screen and (min-width: 768px){

	.contact{
		background-image: url("/kurest/common/img/contact-bg-pc.webp");
		background-size: contain;
	}

	.contact__en{
		font-size: 20px;
	}
	.contact__title{
		font-size: 24px;
	}

	.contact__btn{
		width: 503px;
		line-height: 87px;
		font-size: 28px;
		letter-spacing: 5px;
	}

	.contact__info{
		display: flex;
		align-items: center;
		border-top: 0;
	}

	.contact__item{
		border-bottom: 0;
		padding: 0 70px 0 0;
		margin-right: 70px;
		border-right: 1px solid var(--color-primary);
		border-bottom: none;
	}

	.contact__item:last-child{
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
	}

	.contact__icon{
		width: 44px;
	}

	.contact__tel{
		font-size: 24px;
		margin-bottom: 4px;
	}

	.contact__item dd div{
		font-size: 15px;
	}
}

@media print, screen and (min-width: 960px){
	.contact{
		background-size: cover;
	}
	.contact__content{
		padding: 80px 0px 120px;
	}
	.contact__en{
		font-size: 24px;
		margin-bottom: 95px;
		letter-spacing: 3px;
	}
	.contact__title{
		font-size: 28px;
		letter-spacing: 8px;
		font-weight: 600;
	}
	.contact__lead{
		margin-bottom: 95px;
	}

	.contact__btn{
		font-size: 32px;
		font-weight: 600;
		letter-spacing: 10px;
	}

	.contact__info{
		border-left: 1px solid var(--color-primary);
		padding: 0 33px;
	}
	.contact__item:nth-of-type(2){
		border-right: 1px solid var(--color-primary);
		padding-right: 30px;
	}
	.contact__item {
		padding: 0 30px 0 0;
		margin-right: 30px;
	}
}

/* ----------------------------------

	フッター

---------------------------------- */
.footer{
	text-align: center;
	background: #F4F5F7;
	padding-bottom: 30px;
}
.footer__tagline{
	width: 120px;
}
.footer__logo{
	width: 178px;
	display: block;
	margin: 50px auto 70px;
}
.footer__logo img{
	width: 100%;
	height: auto;
}
.footer__navList--primary{
	display: none;
}
.footer__navList--secondary{
	margin-bottom: 50px;
}
.footer__navItem{
	margin-bottom: 18px;
}
.footer__navItem a{
	color: #B7BDC7;
	text-decoration: none;
}
.footer__copyright{
	display: block;
}

@media print, screen and (min-width: 768px){
	.footer__tagline{
		width: 222px;
	}
	.footer__logo{
		width: 296px;
		margin: 50px auto 70px;
	}
	.footer__navList--primary{
		display: flex;
		justify-content: space-between;
		width: 747px;
		margin: 0 auto 40px;
	}
	.footer__navList--primary .footer__navItem{
		margin-bottom: 0;
	}
	.footer__navList--primary .footer__navItem a{
		color: var(--color-txt);
		font-weight: 600;
	}
	.footer__navList--secondary{
		display: flex;
		justify-content: center;
		gap: 0 40px;
		margin-bottom: 50px;
	}
	.footer__navList--secondary .footer__navItem{
		margin-bottom: 0;
	}
	.footer__navList--secondary .footer__navItem a{
		color: var(--color-txt);
		font-weight: 600;
	}
}

@media print, screen and (min-width: 960px){
	.footer__navItem a{
		font-size: 16px;
	}
}
