@charset "UTF-8";

#key-visual{
	background-image: url(../images/contact-key-visual.jpg);
}
#sec01{
	text-align: center;
}
#sec01 h2{
	font-size: 3rem;
	letter-spacing: .1em;
	margin-bottom: 5rem;
	line-height: 1.3;
}
#sec01 .parag{
	margin-bottom: 7rem;
}
#contact-list{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3rem 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 99rem;
	margin: 0 auto;
}
#contact-list li{
	width: 50%;
	display: flex;
	justify-content: center;
	padding: 2rem 0;
}
#contact-list li:nth-of-type(1){
	border-right: 1px dotted #ccc;
}
#sec01 .tel-number{
	font-size: 1.8rem;
	letter-spacing: .1em;
}
#sec01 .tel-number span{
	font-size: 200%;
	letter-spacing: .075em;
	color: #f08200;
	margin-left: 1.5rem;
}
#sec01 .business-hours{
	font-size: 1.3rem;
	padding-top: 2rem;
}
#contact-list li:nth-of-type(2) a{
	display: flex;
	padding: 0 4.2rem;
	height: 6rem;
	border-radius: 3rem;
	border: 1px solid #333;
	justify-content: center;
	align-items: center;
}
#contact-list li:nth-of-type(2) a:before{
	width: 2rem;
	height: 1.4rem;
	display: block;
	content: "";
	background: url(../images/contact-icon01.png) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin-right: 1rem;
}

@media screen and (min-width: 769px){
	#contact-list li:nth-of-type(1) a{
		pointer-events: none;
	}
}


@media screen and (max-width: 1100px) and (min-width: 769px){
	#sec01 .tel-number{
		font-size: 1.6vw;
	}
	#contact-list li:nth-of-type(2) a{
		font-size: 1.45vw;
		padding-left: 3.6vw;
		padding-right: 3.6vw;
	}
}


@media screen and (max-width: 850px){
	#contact-list{
		flex-direction: column;
		padding: 0;
	}
	#contact-list li{
		width: 100%;
		padding: 3rem 0;
	}
	#contact-list li:nth-of-type(1){
		border-right: none;
		border-bottom: 1px dotted #ccc;
	}
	#contact-list li:nth-of-type(2) a{
		font-size: 1.4rem;
		padding-left: 2rem;
		padding-right: 2rem;
		width: 100%;
	}
}

@media all and (-ms-high-contrast: none){
	#contact-list li:nth-of-type(2) a{
		padding-top: .5em;
	}
	#contact-list li:nth-of-type(2) a:before{
		margin-top: -.5em;
	}
}

@media screen and (max-width: 768px){
	#sec01 h2{
		font-size: 2.4rem;
		margin-bottom: 3rem;
		line-height: 1.5;
	}
	#sec01 .parag{
		margin-bottom: 5rem;
		text-align: left;
	}
	#contact-list{
		padding: 0rem 0;
		display: flex;
		flex-direction: column;
	}
	#contact-list li{
		width: 100%;
	}
	#contact-list li:nth-of-type(1){
		border-right: none;
		border-bottom: 1px dotted #ccc;
	}
	#sec01 .tel-number{
		font-size: 1.6rem;
	}
	#sec01 .tel-number span{
		margin-left: .5rem;
		font-size: 160%;
	}
	#sec01 .business-hours{
		padding-top: 1rem;
	}

}