@charset "utf-8";
/*
=========================================
 company
=========================================
*/
#companyArea{
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	font-size: 1.4rem;
}
#companyArea .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 0 0;
}
#companyArea .inner section{
	margin: 0 0 30px 0;
	padding: 30px 0 0 0;
}
#companyArea .inner .ttl{
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	text-align: center;
	font-size: 2.0rem;
	border-bottom: 1px solid #85b250;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}
#companyArea .inner p{
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.4;
}
#companyArea .inner p.tel{
	margin: 0 0 10px 0;
}

@media screen and (max-width:600px) {
#companyArea .inner .ttl{
	font-size: 1.8rem;
}
#companyArea .inner p{
	font-size: 1.4rem;
}
}
#ggmap01 {
    height: 640px;
    width: 100%;
}
#ggmap01 h3{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#ggmap01 p{
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 0 !important;
	padding: 0;
}
.square_btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 30px 10px;
    color: #ffffff;
    background-color: #85b250;
    border-radius: 3px;
    transition: .4s;
    font-size: 1.6rem;
}

.square_btn:hover {
    background-color: #85b250;
    opacity: 0.8;
    color: #ffffff;
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#companyArea ul.company_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
#companyArea ul.company_set > li{
	width: 48%;
	margin: 0 0 40px 0;
	padding: 10px;
	background-color: #f7f7f7;
	box-sizing: border-box;
}
.company_set li p.tel span a{
	font-size: 2.4rem;
}
@media screen and (max-width:600px) {
#companyArea ul.company_set > li{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #f7f7f7;
	box-sizing: border-box;
}
}
.map_img a:hover{
	opacity: 0.7;
}
#companyArea ul.company_set > li .ttl div{
	margin: 0 auto;
	display: inline-block;
}

#companyArea ul.company_set > li .ttl span{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
  position: absolute;
	right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#companyArea ul.company_set > li .ttl span a{
  color: #d74834;
}
#companyArea ul.company_set > li .ttl span a:hover{
  text-decoration: underline;
}

@media screen and (max-width:600px) {
#companyArea ul.company_set > li .ttl span{
	display: block;
	font-size: 14px;
	font-weight: normal;
  position: static;
	right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 10px auto 0;
}
}