/* CSS Document */
#h2_area .pic
{
	background-image: url(images/h2_bg.jpg);
}

article .noline
{
	background-image: none;
	padding-top: 0px;
}


article .photo_r p
{
	text-align: center;
}


article .syomei
{
	text-align: right;
}


article .syomei .name,
article .photo_r .name
{
	font-size: 30px;
}

article .company_name
{
    font-size: 22px; 
    margin-bottom: 0px;
    margin-right: 60px;
}

article .ceo
{
    font-size: 18px; 
}

article .head_img
{
	margin-bottom: 50px;
}

article .info_box table
{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	margin-bottom: 80px;
}

article .info_box table:last-child
{
	margin-bottom: 0px;
}

article .info_box table th
{
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

article .info_box table td
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
}

article .hours
{
	padding-top: 40px;
}

article .hours h4
{
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

article .hours p
{
	font-size: 16px;
}

article .car
{
	padding-top: 50px;
}

article .car h4
{
	font-size: 22px;
	line-height: 140%;
	background-image: url(images/line_car.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 16px;
	margin-bottom: 1em;
}


article .car h4:before
{
	font-family: "Font Awesome 5 Free";
	content: '\f5de';
	font-weight: 900;
	margin-right: 10px;
}


article .photo_r
{
	display: none;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{
article .text
{
	width: 640px;
	width: auto;
}

article .overview
{
	background-image: url(images/bg_01.gif);
	background-position: right top;
	background-repeat: repeat-y;
	_zoom: 1;
	overflow: hidden;
}

article .info_box
{
	float: left;
	width: 600px;
}

article .hours
{
	float: right;
	width: 340px;
}

article .car .text
{
	width: 700px;
	float: left;
}



}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screenand (max-width:959px)
{
}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
article .info_box table th
{
	width: auto;
	display: block;
	border-bottom-style: none;
	padding-bottom: 0px;
	font-weight: bold;
}

article .info_box table td
{
	display: block;
	padding-top: 0px;
}

article .hours
{
	background-image: url(images/bg_01.gif);
	padding: 20px;
}

}