@charset "UTF-8";

#contents #company{
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
}

#company .company-head{
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#company .company-head .title-en{
	margin: 0px;
	padding: 0px;
	font-size: 3.6rem;
	line-height: 3.6rem;
	font-style: italic;
	font-weight:500;
}

#company .company-head .title-en::after {
    display: block;
    height: 2px;
    background-color: #493528;
    content: "";
    width: 152px;
    margin: 10px auto 0px;
}

#company .company-head h1{
	margin: 0px;
	padding: 15px 0px 0px;
	font-size: 1.4rem;
	line-height: 1.4rem;
}



#company .company-body{
	margin: 0px;
	padding: 30px 0px 0px;
}


#company .company-data{
	margin: 0px auto;
	padding: 0px;
	width: 720px;
}

#company .company-data dl{
	margin: 0px;
	padding: 0px;
}

#company .company-data dl dt{
	margin: 0px;
	padding: 25px 0px 0px;
	font-size: 1.8rem;
	line-height:1.8rem;
	font-weight:600;
}

#company .company-data dl dd{
	margin: 0px;
	padding: 12px 0px 25px;
	font-size: 1.6rem;
	line-height: 2rem;
	border-bottom: 1px solid #493528;
}

#company .company-map{
	margin: 0px auto;
	padding: 30px 0px 0px;
	width: 720px;
}

#company .company-map iframe{
	width:100%;
	height:500px;
}


#company .company-map .detail{
	margin: 10px 0px 0px;
	padding: 0px;
}

#company .company-map .detail a{
	margin: 0px;
	padding: 16px 0px;
	display: inline-block;
	width: 230px;
	border: 1px solid #d6cfc4;
	color: #3a2a1b;
	font-size: 1.4rem;
	line-height: 1.4rem;
	position: relative;
	text-align:center;
}

#company .company-map .detail a:hover span{
	text-decoration: underline;
}

#company .company-map .detail a span{
	display: inline-block;
	padding-right: 15px;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.4rem;
}

#company .company-map .detail a span svg {
   
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    text-decoration: none;
	margin-top:-1px;
}