@charset "utf-8";


/* ------------------------------------------------------------------------------------------------------------------ */

 .top-pic {
	width: 100%;
	height: auto;
	text-align: center;
 }


/*===============================================
●会社案内
===============================================*/
 .comenu {
	margin-top: 25px;
 }

 .comenu li {
	vertical-align: middle;
 }

 .comenu li a {
	display: block;
	background: rgba(219,184,154,0.35);
	border: 5px solid #523304;
	color:#2F2E2E;
	text-align:center;
	text-decoration: none;
	vertical-align: middle;
}

 .comenu a.li1:hover, .comenu a.li2:hover, .comenu a.li3:hover, 
 .comenu a.li4:hover, .comenu a.li5:hover, .comenu a.li6:hover {
	display: block;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color:#ffffff; 
 }

 .comenu a.li1:hover {
	background-image: url(/img/company/greeting.jpg);
 }

 .comenu a.li2:hover {
	background-image: url(/img/company/company.jpg);
 }

 .comenu a.li3:hover {
	background-image: url(/img/company/business-sales.jpg);
 }

 .comenu a.li4:hover {
	background-image: url(/img/company/history.jpg);
 }

 .comenu a.li5:hover {
	background-image: url(/img/company/map.jpg);
 }

 .comenu a.li6:hover {
	background-image: url(/img/company/group.jpg);
 }

 .comenu li a p {
	position:relative;
 }

 .comenu li a .mark{
    border: none;
	padding: 10%;
 }

 .comenu li a:hover .mark{
    visibility: hidden;
 }


/*pic-----------------------------------------------
---------------------------------------------------- */
 .img {
	display: inline-block;
 }


/*===============================================
○ごあいさつ
===============================================*/
 .president-img {
	width: 100%;
	text-align: center;
 }

 .president-img img {
	display: inline-block;
	width: 50%;
	height: auto;
	background-size: cover;
	margin-top: 20px;
 }

 .president-messe h2 {
	color: #4f8441;
	margin: 15px 0 5px;
 }

 .greeting p {
	margin: 0;
	position: relative;
 }

 .greeting p.messege {
	margin: 15px 0;
 }

 .president-messe {
	margin-top: 15px;
 }

 /*.president-name {
	color:#003448;
 }*/

 .president-name {
	text-align: right;
 }

 .president-name h3 {
	margin: 0;
 }


/*===============================================
○会社概要
===============================================*/
 .profile{
	border-top: 1px solid #ccc;
 }

 .profile dl{
	background-color: #f0f6da;
	border-collapse: separate;
	border-spacing: 0px;
	border-left: 1px solid #ccc;
	/*border-right: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	margin: 0;
 }

 .profile dt{
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	color: #444;
	border-top: 1px solid #fff;
 }

 .profile dd{
	background-color: #fafafa;
	border-top: 1px solid #fff;
	line-height: 1.7;
 }

 .profile dd a{
	color: #000;
	text-decoration: underline;
 }

 .profile dd a:hover{
	color: #006990;
	text-decoration: underline;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
 }



/*===============================================
○事業概要
===============================================*/
 .business {
	text-align: left;
 }

 .business h4 {
	background: #000000;
	background: rgba(82, 51, 4,0.8);
	-webkit-box-shadow: -8px 8px 6px -2px #777;
	   -moz-box-shadow: -8px 8px 6px -2px #777;
                box-shadow: -8px 8px 6px -2px #777;
	/*font-family: "MS PMincho",serif;*/
	color: #FFFFFF; 
	font-weight: bold;
	margin: 10px 0 15px;
	position:relative;
 }

 .business p {
	margin: 0 15px 0;
	position: relative;
 }

 .business ul {
	margin: 0;
 }

 .business li {
	margin-left: -10px;
 }

 .business .img {
	background-image: url(/img/company/business/gahag-0043661218.jpg);
	width: 100%;
	padding: 23% 0;
 }

 .business .img > div {
	background: rgba(255,255,255,0.7);
 }

 .business .img > div > div {
	padding: 25px 15px;
 }

 .business .img p {
	margin: 0;
 }

 .business h3 {
	margin: 0;
 }

 .concept {
	margin-bottom: 25px;
 }


/*===============================================
○沿革
===============================================*/
 .history div h {
  	clear:both;
	font-weight: bold;
 }

 .history span {
  	font-weight: normal;
 }

 .history div dl dt {
	float: left;
	text-align: right;
 }

 .history div dl dd {
	position:relative;
 }
 
 .history div dl dd:after {
	width: 6px;
	height: 6px;
	content: '';
	background: #6fc173;
	border-radius: 100%;
	position: absolute;
	left: 26px;
 }

 .history div ul li {
	overflow: hidden;
	margin: 0;
	position: relative;
 }


/*===============================================
○所在地
===============================================*/
 .location {
	display: table;
	width: 95%;
	margin: 0 auto;
 }
 
 
 .mapimg {
	text-align: center;
 }

 .mapimg img {
	width: 90%;
	height: auto;
	border-radius: 40px;
 }

 .address div {
	background:rgba(219,184,154,0.6);
	border: solid 4px #553401;
	position: relative;
 }

 .address div:before {
	width: 0;
	content: "";
	border: 10px solid transparent;
	border-right-color: #553401;
	border-left-width: 0;
	display: block;
	position: absolute;
	top: 70px;
	left: -14px;
 }

 .address p {
	font-family: "Dotum",sans-serif;
	position: relative;
 }

 .maps {
	margin: 0 auto;
	padding-top: 3%;
	position: relative;
 }

 .maps a {
	text-align: center;
	color: #000;
	overflow: hidden;
	padding: 8px;
	font-family: Roboto,Arial,sans-serif;
	/*font-size: 11px;*/
	font-size: 14px;
	font-weight: 500;
	/*position: absolute;*/
	direction: ltr;
	min-width: 22px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background-clip: padding-box;
	box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.3);
	-ms-user-select: none;
	background: #fff;
	/*margin-top: 10px;
	margin-left: 108px;*/
	z-index: 10;
 }

 .maps a:hover {
	background: #ebebeb;
 }

 .maps #egmap_canvas_1 {
	padding: 30% 0;
 }

 .maps .egmap_copyright, .maps .egmap_copyright a:link {
	font-size: 0px;
 }


/*===============================================
○グループ会社
===============================================*/
 .group h3 {
	border-left: 5px solid #004794;
	border-bottom: 1px solid #004794;
	padding: 5px 10px;
 }

 .group ul {
	list-style-type: none;
	padding: 0;
 }

 .group ul li {
	display: flex;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #a2a2a2;
	margin-bottom: 20px;
 }

 div.groupimg img {
	height: auto;
	vertical-align: middle;
 }

 a.url  {
	display: inline-block;
	font-size: 14px;
	color: #000;
	vertical-align: middle;
	text-decoration: underline;
 }

 a.url:hover {
	color: rgb(0, 103, 117);
	text-decoration: none;
 }

