
/*　Noto Serif JP　*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&amp;display=swap);

.aboutus_heading {
	margin-bottom: 45px;
	padding: 15px 0;
	background-color: #ca9e35;
	color: #fff;
	font-family: 'Noto Serif JP';
	text-align: center;
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 0.15em;
}

.aboutus .page_heading {
	margin-bottom: 100px;
	padding: 40px 0;
	text-align: left;
	background-color: #674227;
	color: #fff;
}

/* ********** トップメッセージ ********** */
#top_message {
	padding: 110px 0 45px;
}

.topmsg_lead_area {
	margin-bottom: 100px;
	padding: 0 100px;
	width: 1000px;
}

.topmsg_leader_photo {
	float: left;
	width: 270px;
}

.topmsg_lead_text {
	/* float: right; */
	/* width: 660px; */
}

.topmsg_lead_text-title {
    margin-bottom: 1em;
    color: #674227;
    font-size: 160%;
	font-family: serif;
}

.topmsg_lead_portrait {
    display: block;
    float: left;
    width: 400px;
    margin: 0 1.4em 1.4em 0;
    border-radius: 10px;
    box-sizing: border-box;
}

.topmsg_lead_text p {
	margin-bottom: 1.8em;
	text-align: justify;
}

.topmsg_lead_text p strong {
	font-size: 110%;
}

.topmsg_lead_text p:last-child {
	margin-bottom: 0;
}

.topmsg_lead_head {
	margin-bottom: 40px;
}

.topmsg_lead_topinfo {
	text-align: right !important;
}


.topmsg_vision_heading {
	position: relative;
	margin-bottom: 54px;
	text-align: center;
}

.topmsg_vision_heading:after {
	position: absolute;
	top: 18px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ca9e35;
}

.topmsg_vision_heading span {
	position: relative;
	z-index: 10;
	padding: 0 18px;
	background-color: #fff;
}

.topmsg_philosophy_box {
	margin-bottom: 70px;
	text-align: center;
}

.topmsg_oath_box {
	text-align: center;
}



/* ********** 事業概要 ********** */
#jigyo_gaiyo {
	padding: 140px 0 30px;
}

#jigyo_gaiyo .inner {
	padding: 0 100px;
}

.biz_list {
	margin-bottom: 50px;
	overflow: hidden;
    margin-bottom: 50px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.biz_list li {
	width: 321px;
	margin-bottom: 30px;
}

.biz_list li a {
	display: block;
}

.biz_list li a:hover {
	opacity: .8;
	cursor: pointer;
}

/* .biz_list li:first-child {
	margin-left: 0;
} */

.biz_list li img {
	width: 100%;
}

.biz_info {
	margin-bottom: 20px;
	padding: 0 125px;
}

.biz_info_time {
	margin-bottom: 60px;
	padding: 0 150px;
	text-align: right;
	font-size: 12px;
}

.biz_store_list_btn_box a {
	position: relative;
	display: block;
	width: 300px;
	margin: 0 auto 60px;
	text-align: center;
	color: #333;
}

.biz_store_list_btn_box a:hover {
	color: #fff;
}

.biz_store_list_btn_box a img:first-child {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.biz_store_list_btn_box a:hover img:first-child {
	opacity: 0;
}

.biz_accession {
	text-align: center;
}

.biz_accession img {
	display: block;
	margin: 0 auto 20px;
}


/* ********** 会社概要 ********** */
#kaisya_gaiyo {
	margin-bottom: 50px;
	padding: 170px 0 50px;
}

#kaisya_gaiyo .inner {
	padding: 0 100px;
}

.company_info {
	width: 100%;
	margin-bottom: 54px;
	border-collapse: collapse;
	border-spacing: 0;
}

.company_info th,
.company_info td {
	padding: 30px 0;
}

.company_info th {
	border-bottom: solid 1px #fff;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	background-color: #ca9e35;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.company_info tr:last-child th {
	border-bottom: 0;
}

.company_info td {
	width: 800px;
	border: solid 1px #a7a7a7;
	border-width: 0 1px 1px 0;
	padding-left: 30px;
}

.company_info tr:first-child td {
	border-top-width: 1px;
}

.company_info td p:first-child {
	margin-bottom: 30px;
}

.company_info td span {
	display: block;
	color: #ca9e35;
	font-weight: bold;
}

.company_access_heading {
	margin-bottom: 30px;
}

.company_access_place_heading {
	margin-bottom: 20px;
}

.company_traffic_box {
	margin-bottom: 50px;
	padding: 20px 30px;
	background-color: #f3f3f3;
}

.company_gmap {
	width: 100%;
	height: 480px;
	margin-bottom: 20px;
}

