@charset "utf-8";
/* CSS Document */


/*------------------------------
COMPANY
-------------------------------*/

.company-back{
	width: 100%;
	height: auto;
	background-image: url("back-metal.jpg");
	background-position: center;
	background-repeat: repeat-y;
	background-size: 100%;
	margin: 0px;
	padding-top: 100px;
	padding-bottom: 70px;
}
.company-cotents{
	width: 85%;
	max-width: 1200px;
	background-color:rgba(237,237,237,0.7);
	padding-top: 100px;
	padding-bottom: 50px;
 }

.top-title{
	background-image: url("company-title.svg");
	background-repeat: no-repeat;
	width: 547px;
	height: 133px;
	margin-left: auto;
	margin-right: auto;
	text-indent: 100%;
	white-space: nowrap;
  	overflow: hidden;
	}

.company-section{
	width: 80%;
	max-width: 800px;
	height: 60px;
}


@media screen and (min-width: 861px){
.company-section ul{
	display:flex;
    flex-wrap: wrap;
    padding:0;    
	margin-top: 50px;
	margin-bottom: 150px;
}
.company-section li{
	width:24%;  
	list-style:none;
    border:1px solid #1e1e2d;
    background: #ffffff;
font-size: 14px;display: block;	}

.company-section li a{
	display: block;	
	padding: 10px;
	}
	
.company-section li a:hover{
	color: #ffffff;
}
.company-section li:hover{
	background: #1e1e2d;
}
}
@media screen and (max-width: 860px){
.company-section ul{
	display:flex;
    flex-wrap: wrap;
    padding:0;    
	margin-top: 50px;
	margin-bottom: 150px;
}
.company-section li{
	width:48%;
	margin-bottom: 5px;
	list-style:none;
    border:1px solid #1e1e2d;
    background: #ffffff;
	font-size: 18px;
	}
.company-section li a{
	display: block;	
	padding: 10px;
	}
	
.company-section li a:hover{
	color: #ffffff;
}
.company-section li:hover{
	background: #1e1e2d;
}	
	
}

h3{
	font-size: 22px;
	letter-spacing: 3px;
	margin-bottom: -10px;
	font-family:"Yu Gothic Medium";
	font-weight:bold;
	text-align:center;
	}

.h3-sub{
	font-size: 13px;
	font-family:"Times New Roman", Times, "serif";
	margin-bottom: 50px;
	text-align:center;
}

#top-massage{
	width: 75%;
	max-width: 650px;
	margin: 50px auto;
	text-align: left;
	padding-top: 50px;
}
.line{
	margin:10px auto;
}
#top-massage .yaharaimg{
	width:50%;
	height:240px;
	float: left;
	margin-right: 50px;
	background-image: url("yahara.jpg");
	background-size: auto 100%;
background-position: center;}

.potion{font-size: 15px;margin-top: 160px;margin-bottom: -10px; letter-spacing: 1px;}
.name{font-size: 36px;margin-bottom: 0px;}
.roma{font-size: 13px;letter-spacing: 1px;font-family:"Yu Gothic Medium";font-weight: bold;}
.pro-text{line-height: 250%;}


#company-profile,#equipment{
	width: 85%;
	margin: 50px auto;
	text-align: left;
	padding-top: 50px;
}

#equipment h3{
	font-weight: 500;
}
#company-profile dl{
	width: 100%;
}
#company-profile dt{
	padding: 18px;
	border-bottom:1px solid #333;
	width: 20%;
	margin-left: 0px;
	float: left;
}
#company-profile dd{
	padding: 18px;
	border-bottom:1px solid #1e1e2d;
	margin-left: 28%;
}

#company-profile .dt-top,.dd-top{
	border-top:1px solid #1e1e2d;
}


#equipment ul{
	width:100%;
	height: auto;
}
@media screen and (min-width: 861px){
#equipment li{
	width:30%;
	height: auto;
	margin-left: 1%;
	margin-right: 2%;
	margin-bottom: 20px;
	list-style:none;
	float: left;
	font-size: 18px;
	line-height: 100%;
}
}
@media screen and (max-width: 860px){
#equipment li{
	width:48%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	list-style:none;
	float: left;
	font-size: 18px;
	line-height: 100%;
}
}
#equipment li img{
	margin-bottom: 5px;
}
#equipment li span{
	font-size: 14px;
	font-family:"Yu Gothic Medium";
}

#company-map{
	width: 90%;
	margin: 50px auto;
	text-align: left;
	padding-top: 50px;
}

@media screen and (min-width: 961px){
.workplace{
	width: 35%;
	height: 500px;
	float: left;
	background-image:url("workplace-c.jpg");
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.access-map{
	width: 62%;
	height: 550px;
	height: auto;
	float: right;
	font-size: 14px;
	font-family:"Yu Gothic Medium";
	line-height: 100%;}
#map{
		width: 100%;
		height: 500px;
	
	}
}
@media screen and (max-width: 960px){
.workplace{
	width: 80%;
	height: 350px;
	background-image:url("workplace-c.jpg");
	background-position: 0 -120px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.access-map{
	width: 80%;
	height: 500px;
	height: auto;
	font-size: 14px;
	font-family:"Yu Gothic Medium";
	line-height: 100%;
}
#map{
		width: 100%;
		height: 450px;
	
	}
}