@charset "utf-8";

/* ---------------------------------------------------------------- main ---- */

.main-area {background-image: url(../img/bg_01.jpg);}
.lcl-box--light {background: #ece7db;}

/* ---------------------------------------------------------------- box01 ---- */

.lcl-table th {vertical-align: middle;background: #ece7db;}

.lcl-block {
	box-sizing: border-box;
	position: relative;
	background: #fff;
	width: 100%;
	text-align: center;
}

.lcl-block_title {
	color: #786d40;
	background: linear-gradient(transparent 95%, #786d40 0%);
  display: inline;
  padding: 0 10px 10px ;
}

.lcl-block_small-title {vertical-align: top;}

.lcl-serial-block {position: relative;}

.lcl-serial-block_number {
	position: absolute;
	width: 50px;
	left: 10px;
	color: #786d40;
	font-family: 'HelveticaNeue-UltraLight';
}

.lcl-serial-block_title {color: #786d40;}
.lcl-serial-block-list {padding: 0 15px;}
.lcl-serial-block-list .lcl-serial-block:not(:last-child) {border-bottom: 1px solid #d7d1c2;}

.g-map-container {position: relative;padding-top: 300px;}

.g-map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

/* ---------------------------------------------------------------- company-nav ---- */
.lcl-company-nav {
	font-size: 0;
	text-align: center;
}
.lcl-company-nav__item {
	width: 250px;
	height: 50px;
	background-color: #92885f;
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 50px;
	color: #fff;
	margin: 0 10px;
	display: inline-block;
	transition: 0.3s ease;
}
.lcl-company-nav__item--current {
	background-color: #333;
	transition: 0.3s ease;
}
.lcl-company-nav__item--disable {
	background-color: #c6c6c6;
	pointer-events: none;
}

.sp { display:none; }


@media screen and (min-width: 767px) {
	.lcl-company-nav__item:hover {
		background-color: #333;
		transition: 0.3s ease;
	}
}
.lcl-company-nav__item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
.lcl-company-nav__item a:before {
	content: "";
	background: url(../img/icon_01-1.png) center /100% no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	top: 0;
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 20px;
}
.lcl-company-nav__item--current a:before {
	content: "";
	background: url(../img/icon_01-1.png) center /100% no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	top: 0;
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 20px;
}

.lcl-prof {display: flex;
	width: 650px;
	margin: 0 auto;
	padding-top: 40px;
	margin-bottom: 40px;
}
.lcl-prof_pic {
	width: 50%;
}
.lcl-prof_txt {
	width: 50%;
	background: url(../img/prof_bk.png) 50% no-repeat;
	background-position: top 10px right 20px;
	text-align: left;
	padding: 20px;
}
.lcl-name {
	font-size: 30px;
	padding-top: 110px;
}
.lcl-name span{
	display: block;
	margin-top: -7px;
	font-size: 20px;
	color: #989898;
}
.lcl-position {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.lcl-company-nav {
		width: 90%;
		padding-bottom: 10px;
		margin:  0 auto;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	.lcl-company-nav__item {
		width: 47%;
		height: 45px;
		font-size: 15px;
		letter-spacing: 0.075em;
		line-height: 45px;
		display: inline-block;
		/*display: block;*/
		margin: 5px;
		/*margin: 10px auto;*/
	}
}

@media screen and (max-width: 767px) {

	.breadcrumbs{display: none;}

	.lcl-box {padding: 30px 0 30px;}
	.lcl-box .width01 {padding: 0 15px;}

	.lcl-table {width: 100%;}
	.lcl-table tr {display: block;}
	.lcl-table tr:not(:first-child){margin-top: 10px;}

	.lcl-table th {
		display: block;
		width: 100%;
		padding: 7.5px 15px;
		font-weight: bold;
	}

	.lcl-table td {
		display: block;
		width: 100%;
		padding: 10px 15px;
		letter-spacing: 0.025em;
    	line-height: 21px;
	}

	.g-map-container{
		padding-top: 200px;
	}

	.lcl-block {
		margin-top: 20px;
		padding-top: 30px;
		padding-bottom: 15px; }

	.lcl-block_title {
		width: 100%;
		text-align: center;
		height: 40px;
		line-height: 50px;
		font-size: 20px;
		letter-spacing: 0.025em;
		font-weight: 400;
	}

	.lcl-block_small-title{
		font-size: 14px;
		letter-spacing: 0.125em;
		margin: 0 10px;
		font-weight: 300;
	}

	.lcl-block > p {
		margin-top: 10px;
		padding: 0 15px;
		line-height: 21px;
		letter-spacing: 0.025em;
		font-weight: 400;
	}
	.lcl-prof {display: flex;
	width: 90%;
	margin: 0 auto;
	padding-top: 40px;
	margin-bottom: 20px;
}
	.lcl-block_txt{
		text-align: left;
		font-size: 14px;
		line-height: 20px;
		padding: 0 25px;
	}
	.lcl-prof_txt {
	width: 50%;
	background: url(../img/prof_bk.png) no-repeat;
	background-size: 100px;
	background-position: top 10px right 0px;
	text-align: left;
	padding: 20px;
	}
	.lcl-name {
		font-size: 20px;
		padding-top: 10px;
	}
	.lcl-name span{
		display: block;
		margin-top: -7px;
		font-size: 15px;
		color: #989898;
	}
	.lcl-position {
		margin-top: 20px;
	}

	/* ---------------------------------------------------------------- box02 ---- */
	.lcl-box02{padding: 40px 0 42px;}


	.lcl-serial-block {padding: 15px 0 20px;}

	.lcl-serial-block_number {
		top: 15px;
		font-size: 45px;
		line-height: 1; }
	.lcl-number--last {
		margin-left:-20px;
	}

	.lcl-serial-block_title {
		display: table-cell;
		vertical-align: middle;
		height: 40px;
		font-size: 14px;
		line-height: 20px;
		padding-left: 60px; }

	.lcl-serial-block_text {
		margin-top: 10px; }
	.sp { display:block; }
}

@media screen and (min-width: 768px) {

	.lcl-box {padding: 80px 0 70px;}

	/* ---------------------------------------------------------------- box01 ---- */

	.lcl-box01{padding: 33px 0 57px;}

	.lcl-table {
		font-size: 15px;
		width: 860px;
		margin: 30px auto 0;
		border-bottom: 1px solid #d1cec8;
	}

	.lcl-table tr {border-top: 1px solid #d1cec8;}
	.lcl-table th {width: 155px;padding: 13px 20px;}
	.lcl-table td {padding: 13px 20px;}

	.lcl-block {
		margin-top: 45px;
		padding: 50px 30px 30px; }

	.lcl-block--half {
		width: 480px; }

	.lcl-block_title {
		font-weight: 400;
		font-size: 25px;
		letter-spacing: 0.025em;
		 }

	.lcl-block_txt{
		text-align: left;
		font-size: 16px;
		line-height: 25px;
		padding: 0 30px;
		margin-bottom: 25px;
	}

	.lcl-block_small-title {
		margin-left: 10px;
		font-size: 15px; }

	.lcl-block_02{
		margin-top: 0px;
	}

	.lcl-serial-block {
		width: 800px;
		padding: 25px 0 25px 60px;
		margin: auto; }

	.lcl-serial-block_number {
		top: 25px;
		font-size: 70px;
		line-height: 1;
	margin-left: 10px}
	.lcl-number--last {
		margin-left: -20px;
	}
	.lcl-serial-block_title {
		font-size: 28px;
		line-height: 32px;
	    margin-bottom: 9px; 
		padding-left: 40px;
	}

	.lcl-serial-block_text {
	    font-size: 15px;
	    letter-spacing: 0.05em;
	    line-height: 26px;
	    font-weight: 400;
		padding-left: 40px;
	}
}