@charset "UTF-8";
/* ----------------------------------
アクセス
---------------------------------- */
.pc {
	display: block;
}
.sp {
	display: none;
}
	@media only screen and (max-width: 750px) {
		.pc {
			display: none;
		}
		.sp {
			display: block;
		}
	}
#contact {
	box-sizing: border-box;
}
#contact .mb40 {
	margin-bottom: 40px!important;
}
div#kv {
	width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    position: relative;
	margin-top: 0px;
    /*margin-top: 70px;*/
}
div#kv img {
	width: 100%;
	height: auto;
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

	@media only screen and (max-width: 750px) {
		div#kv {
			width: 100%;
			height: 420px;
			margin-top: 0;
		}
	    div#kv img {
			width: auto;
			height: 100%;
			left: 55%;
    	}
	}

#contact section > h1 {
	font-size: 15px!important;
	margin: 0 0 45px;
}
#contact section > h1 > span {
	display: block;
	font-size: 38px;
	margin-top: 10px;
}
#contact section > h1 > span:before,
#contact section > h1 > span:after {
    content: "";
    display: inline-block;
    background-image: url(/common/top/pc/h2_layout.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 3px;
    background-size: contain;
    margin: 0 16px;
    vertical-align: 7px;
}
#contact section > h2 {
	font-size: 24px;
	margin: 0 0 30px;
}
#contact_list a:link,
#contact_list a:visited,
#contact_list a:hover,
#contact_list a:active {
	border-bottom:#585757 1px dotted;
}

	@media only screen and (max-width: 750px) {
		#contact section > h1 > span {
			display: block;
			font-size: 7vw;
			margin-top: 10px;
		}
	}

#contact_list  {
	max-width: 980px;
	margin: 80px auto 0;
}
#contact_list  > div {
	width: 100%;
	display: flex;
}
#contact_list  > div > div:nth-of-type(1) {
	width: 30%;
	color: #8c7e79;
	text-align: left;
	border: 1px solid;
  	border-top-color: #8c7e79;
	border-right-color: #8c7e79;
	border-bottom-color: transparent;
	border-left-color: #8c7e79;
	background: #f5f4f4;
	padding: 16px 16px;
	box-sizing: border-box;
}
#contact_list  > div > div:nth-of-type(2) {
	width: 70%;
	text-align: left;
	border: 1px solid;
  	border-top-color: #8c7e79;
	border-right-color: #8c7e79;
	border-bottom-color: transparent;
	border-left-color: transparent;
	padding: 8px 16px;
	box-sizing: border-box;
}
#contact_list  > div:last-of-type > div:nth-of-type(1),
#contact_list  > div:last-of-type > div:nth-of-type(2) {
	border-bottom-color: #8c7e79;
}
#contact_list  > div > div > p {
	line-height: 160%;
	padding: 8px 0;
}

	@media only screen and (max-width: 750px) {
		#contact_list  {
			width: 90%;
			max-width: 90%;
			margin: 60px auto 0;
		}
		#contact_list  > div {
			width: 100%;
			display: block;
		}
		#contact_list  > div > div:nth-of-type(1) {
			width: 100%;
			color: #8c7e79;
			text-align: left;
			border: 1px solid;
			border-top-color: transparent;
			border-right-color: transparent;
			border-bottom-color: transparent;
			border-left-color: transparent;
			background: #f5f4f4;
			padding: 8px 8px;
			box-sizing: border-box;
		}
		#contact_list  > div > div:nth-of-type(2) {
			width: 100%;
			text-align: left;
			border: 1px solid;
			border-top-color: transparent;
			border-right-color: transparent;
			border-bottom-color: transparent;
			border-left-color: transparent;
			padding: 8px 16px;
			box-sizing: border-box;
		}
		#contact_list  > div:last-of-type > div:nth-of-type(1),
		#contact_list  > div:last-of-type > div:nth-of-type(2) {
			border-bottom-color: transparent;
		}
	}
	
@media only screen and (min-width: 750px){
	#contact_list a.tel {
		pointer-events: none;
		color: #53585a;
		border:none;
	}
}
@media only screen and (max-width: 750px) {
	#contact_list a.tel {
		color: #585757;
		border-bottom:#585757 1px dotted;
	}
}