<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*===========================================*/
/*==会社案内==*/
/*===========================================*/

#company01{ margin-bottom: 65px;}
#company01 table{
width: 470px;
}
#company01 table th, #company01 table td{
padding: 10px 10px;
border: 1px solid #CCCCCC;
vertical-align: top;
text-align: left;
}
#company01 table th{
background: #FFFBEC;
font-weight: normal;
}
#company02{ margin-bottom: 80px;}

/*#company10{ margin-bottom: 80px;}*/
#company10 ul.top { margin-bottom: 17px;}
#company10 ul.top li {
	width: 250px;
	float: left;
}
#company10 ul.top li:first-child {
	margin-right: 17px;
	width: 397px;
}
#company10 ul.bottom {
	margin-bottom: 17px;
}
#company10 ul.bottom li {
	width: 210px;
	float: left;
	margin-left: 17px;
}
#company10 ul.bottom li:first-child {
	margin-left: 0;
}


#company_map{ width:415px; height:350px; float:left; margin-right:20px;}

/*===========================================*/
/*==代表挨拶（20190131）==*/
/*===========================================*/
.greeting__head{
	background: url(../../company/img/greeting_head.jpg) no-repeat left top;
	height: 392px;
	margin-bottom: 20px;
	position: relative;
}
.greeting__head__link{
	position: absolute;
	right: 17px;
	bottom: 24px;
	background: linear-gradient(to bottom, rgba(248,189,38,1) 0%,rgba(249,114,28,1) 100%);
	border-radius: 3px;
	line-height: 1;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.greeting__head__link::after{
	content: "";
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #f8fb2e;
}
.greeting__head__link:hover{
	opacity: 0.8;
}
.greeting__inner{
	margin-bottom: 50px;
	padding: 0 30px;
	font-size: 14px;
	line-height: 1.7;
}
.greeting__inner &gt; p:not(:last-child){
	margin-bottom: 30px;
}
.greeting__midashi{
	text-align: center;
	color: #fff;
	background: #ff6600;
	font-size: 20px;
	line-height: 1.4;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.greeting__note{
	font-size: 12px;
	text-indent: -1em;
	margin-left: 1em;
}
.greeting__youtube{
	float: right;
	width: 400px;
	margin: 0 0 15px 20px;
	position: relative;
}
.greeting__youtube:hover{
	opacity: 0.8;
}
.greeting__youtube::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 60px;
	height: 44px;
	background: url(../img/icon_movie.svg) no-repeat left top / contain;
}

/* add youtube start */
.youtube__centerbox {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.youtube__center {
	position: relative;
	display: inline-block;
	width: 100%;
}
.youtube__center img {
	width: 100%;
}
.youtube__center:hover{
	opacity: 0.8;
}
.youtube__center::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 60px;
	height: 44px;
	background: url(../img/icon_movie.svg) no-repeat left top / contain;
}
/* add youtube end */

.greeting__youtube img{
	max-width: 100%;
	height: auto;
}
.greeting__gallery{
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
.greeting__gallery__item{
	width: calc(100% / 3 - (40px * 2 / 3));
}
.greeting__gallery__item:not(:nth-child(3n)){
	margin-right: 40px;
}
.greeting__gallery__thumb{
	text-align: center;
	margin-bottom: 10px;
}
.greeting__gallery__image{
	max-width: 100%;
	height: auto;
}

/* add pickup__sekou start */
.pickup__sekou {
	margin-top: -30px;
	border-top: solid 6px #ff3333;
	background: #fef1ca;
	padding: 10px 10px 20px;
	-moz-box-shadow: 0px 5px 5px -1px rgba(51, 51, 51, 0.3);
	-webkit-box-shadow: 0px 5px 5px -1px rgba(51, 51, 51, 0.3);
	-ms-box-shadow: 0px 5px 5px -1px rgba(51, 51, 51, 0.3);
	box-shadow: 0px 5px 5px -1px rgba(51, 51, 51, 0.3);
}
.pickup__sekou h2 {
	text-align: center;
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
}
.pickup__sekou h2 span {
	color: #ff3333;
	font-size: 18px;
}
.pickup__sekou ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.pickup__sekou ul li {
	width: calc(98% / 3);
}
.pickup__sekou ul li img {
	width: 100%;
	margin-bottom: 10px;
}
.pickup__sekou ul li a:last-child {
	display: block;
	background: #fa3f25;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	text-align: center;
	padding: 6px 0;
}
.pickup__sekou ul li a:hover {
	opacity: 0.7;
}
.pickup__sekou_link {
    margin: 20px auto 60px;
    border: solid 1px #ccc;
    padding: 1px;
	box-sizing: border-box;
	border-radius: 10px;
}
.pickup__sekou_link a {
	display: block;
	background: #A9CF06;
    padding: 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
}
.pickup__sekou_link a:hover {
	opacity: 0.7;
}
.showroom_link a img {
	width: 100%;
	display: block;
}
.showroom_link a:hover img {
	opacity: 0.7;
}</pre></body></html>