.aboutus #contents {
	padding-top: 25px;
}

.aboutus_heading {
	margin-bottom: 15px;
	padding: 12px 0;
	background-color: #ca9e35;
	color: #fff;
}

.aboutus .page_heading {
	margin-bottom: 10px;
	padding: 17px 0;
	background-color: #674227;
	color: #fff;
}

/* ********** トップメッセージ ********** */
#top_message {
	margin-bottom: 60px;
}

@media (min-width: 360px) {
	#top_message .page_heading img {
		/* width: 154px; */
		width: min(400px, 80vw);
		height: auto;
	}
}

.topmsg_lead_area {
    margin: 40px auto 50px;
    padding: 0 1.2em;
}

.topmsg_leader_photo {
	margin-bottom: 22px;
	text-align: center;
}

.topmsg_lead_head {
	margin-bottom: 20px;
}

.topmsg_lead_text-title {
    margin-bottom: 1em;
    color: #674227;
    font-size: 120%;
	font-family: serif;
}

img.topmsg_lead_portrait {
    display: block;
    width: min(400px, 90%)!important;
    margin: 0 auto 2em;
    border-radius: 10px;
}

@media (min-width: 360px) {
	.topmsg_lead_head img {
		width: 339px;
		height: auto;
	}
}

.topmsg_lead_area p {
	text-align: justify;
	margin-bottom: 2em;
}

.topmsg_lead_area p br {
	display: none;
}

.topmsg_lead_area p strong {
	font-size: 110%;
}

.topmsg_lead_topinfo {
	text-align: right !important;
}

.topmsg_lead_topinfo br {
	display: block !important;
}

.topmsg_vision_heading {
	position: relative;
	margin-bottom: 21px;
	text-align: center;
}

.topmsg_vision_heading:after {
	position: absolute;
	top: 18px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ca9e35;
}

.topmsg_vision_heading img {
	vertical-align: bottom;
}

@media (min-width: 360px) {
	.topmsg_vision_heading img {
		width: 188px;
		height: auto;
	}
}


.topmsg_vision_heading span {
	position: relative;
	z-index: 10;
	padding: 0 18px;
	background-color: #fff;
}

.topmsg_philosophy_box {
	margin-bottom: 27px;
	text-align: center;
}

@media (min-width: 360px) {
	.topmsg_philosophy_box .aboutus_heading img {
		width: 95px;
		height: auto;
	}

	.topmsg_philosophy_box p img {
		width: 295px;
		height: auto;
	}
}

.topmsg_oath_box {
	text-align: center;
}

@media (min-width: 360px) {
	.topmsg_oath_box .aboutus_heading img {
		width: 99px;
		height: auto;
	}

	.topmsg_oath_box .inner p:first-child img {
		width: 257px;
		height: auto;
	}

	.topmsg_oath_box .inner p + p img {
		width: 320px;
		height: auto;
	}
}

.topmsg_oath_box p {
	margin-bottom: 23px;
}

.topmsg_oath_box p + p {
	text-align: left;
}


/* ********** 事業概要 ********** */
#jigyo_gaiyo {
	margin-bottom: 60px;
}

@media (min-width: 360px) {
	#jigyo_gaiyo .page_heading img {
		width: 96px;
		height: auto;
	}
}

.biz_list {
	margin-bottom: 20px;
}

.biz_list li {
	margin-bottom: 20px;
}

.biz_list li img {
	width: 100%;
}

.biz_info {
	margin-bottom: 13px;
}

.biz_info_time {
	margin-bottom: 30px;
	text-align: right;
	font-size: 13px;
}

.biz_store_list_btn_box {
	margin-bottom: 35px;
}

.biz_store_list_btn_box a {
	display: block;
	padding: 28px 0;
	text-align: center;
	background-color: #ca9e35;
	color: #fff;
}

@media (min-width: 360px) {
	.biz_store_list_btn_box a img {
		width: 95px;
		height: auto;
	}
}

.biz_accession img {
	display: block;
	margin: 0 auto 15px;
}

@media (min-width: 360px) {
	.biz_accession img {
		width: 184px;
		height: auto;
	}
}


/* ********** 会社概要 ********** */
#kaisya_gaiyo {
	margin-bottom: 60px;
}

@media (min-width: 360px) {
	#kaisya_gaiyo .page_heading img {
		width: 96px;
		height: auto;
	}
}

.company_info {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.company_info dt,
.company_info dd {
	padding: 15px 0;
}

.company_info dt {
	background-color: #ca9e35;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.company_info dd {
	margin-bottom: 5px;
}

.company_info dd p:first-child {
	margin-bottom: 20px;
}

.company_info dd span {
	display: block;
	color: #ca9e35;
	font-size: 15px;
}

.company_access_heading {
	margin-bottom: 25px;
}

.company_access_place_heading {
	margin-bottom: 15px;
}

.company_traffic_box {
	margin-bottom: 15px;
	padding: 15px 10px;
	background-color: #f3f3f3;
}

.company_gmap {
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
}

