@charset "utf-8";
/*=================================
	coopmap.css
	- unique
	- @media only screen and (max-width: 767px)
	- clearfix
================================ */

/* unique
-------------------------------- */

#content {
	margin-top: 40px;
}

.heading01.youichi-honda-heading01::after {
	display: block;
	width: 940px;
	height: 5px;
	margin: 0 auto;
	background: url(/common/img/com_bg02.gif) repeat-x 0 100%;
	content: "";
}
.heading01.youichi-honda-heading01 em {
	padding: 25px 0 2px;
	background: none;
}
.heading01.youichi-honda-heading01 .youichi-honda-heading01-date {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	text-align: right;
}

/* youichi-honda-serviceBlock */
.youichi-honda-serviceBlock {
	margin-top: 0;
	border-bottom: solid 1px #e8e2e2;
}
.youichi-honda-serviceBlock .inner {
	width: 940px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 40px 0 9px;
}
.youichi-honda-serviceBlock-textWrap > *:first-child {
	margin-top: 0;
}
.youichi-honda-serviceBlock-imageWrap {
	max-width: 548px;
	min-width: 548px;
	margin-top: -14px;
	text-align: right;
}
.youichi-honda-serviceBlock-imageWrap > img {
	width: auto;
	height: 173px;
}
/* btnColumn */
.btnColumn{
	display: flex;
	flex-wrap: wrap;
	width: 940px;
}
/* btnBox */
.btnBox{
	width: calc((940px - (16px * 2)) / 3);
	margin-right: 16px;
}
.btnBox:nth-child(3n){
	margin-right: 0;
}
.btnBox:nth-child(n+4){
	margin-top: 35px;
}
.btnBox a{
	display: block;
	width: 100%;
	padding: 5px;	
	background: url(/common/img/com_bg26.png) repeat 0 0;
	border: solid 10px #d6a9a4;
	-webkit-border-image: url(/youichi-honda/img/index_bg03.png) 10 round;
	border-image: url(/youichi-honda/img/index_bg03.png) 10 round;
	border-radius: 10px;
	text-decoration: none;
	color: #444444;
	cursor: pointer;
}
.ie .btnBox a{
	padding: 13px;
	border-width: 3px;
}
.btnBox section{
	vertical-align: top;
	background: url(/youichi-honda/img/index_bg04.png) no-repeat 85% 0;
}
.btnBox section.type02-2col{
	background-position-y: bottom;
}
.btnBox section h2{
	margin: 0;
	padding: 8px 0 12px 45px;
	font-size: 133%;
	font-weight: bold;
	background: url(/youichi-honda/img/index_ic01.png) no-repeat 4px 0.25em;
}
.btnBox a[href$=".pdf"] section h2:after{
	margin:0 10px 0 5px;
	content:url(/common/img/pdf01.png);
	font-size:0;
}
.btnBox section .txt01{
	min-height: 5em;
	margin-top: 25px;
	font-size: 113.3%;
	line-height: 1.6;
}
.btnBox .youichi-honda-btnBox-pdf-date {
	text-align: right;
}
.btnBox .ph{
  width: 225px;
  height: 145px;
  padding-bottom: 8px;
  margin: 5px auto 0;
  text-align: center;
  vertical-align: top;
}
.btnBox .ph img {
  width: auto;
  height: 100%;
}
.btnBox a:hover{
	background: url(/common/img/com_bg27.png) repeat 0 0;
	border: solid 10px #d6a9a4;
	-webkit-border-image: url(/youichi-honda/img/index_bg02.png) 10 round;
	border-image: url(/youichi-honda/img/index_bg02.png) 10 round;
}
.ie .btnBox a:hover{
	border-color: #e73817;
	border-width: 3px;
}
.btnBox a:hover h2{
	color: #e73817;
}
.btnBox a:hover .ph{
	opacity:0.8;
}


@media only screen and (max-width: 767px) {
	
	/* unique
	-------------------------------- */
	br.pcOnly{
		display: none;
	}
	/* content */
	#content{
		margin-top: 20px;
	}
	
	.heading01.youichi-honda-heading01::after {
		width: 100%;
		height: 4px;
		background: url(/common/img/com_bg02_sp.gif);
		background-size: 50px 4px;
		content: "";
	}
	.heading01.youichi-honda-heading01 em {
		padding: 10px 10px 2px 10px;
		background: none;
	}
	.heading01.youichi-honda-heading01 .youichi-honda-heading01-date {
		max-width: 400px;
		margin: 0 auto;
		padding: 0 20px 0 0;
	}
	
	/* youichi-honda-serviceBlock */
	.youichi-honda-serviceBlock {
		margin: 0 -10px;
		border-bottom: none;
	}
	.youichi-honda-serviceBlock .inner {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 20px 10px;
	}
	.youichi-honda-serviceBlock-imageWrap {
		max-width: 100%;
		min-width: 100%;
		margin-top: 30px;
		overflow: hidden;
	}
	.youichi-honda-serviceBlock-imageWrap > img {
		width: 111%;
		max-width: none;
		margin-left: -11%;
		height: auto;
	}
	/* btnColumn */
	.btnColumn{
		display: block;
		width: 100%;
	}
	/* btnBoxColumn */
	.btnBoxColumn{
		display: flex;
		align-items: center;
	}
	.textArea{
		width: calc((100% - 151px));
	}
	.imgArea{
		width: 151px;
		height: 97px;
		min-width: 151px;
		min-height: 97px;
	}
	/* btnBox */
	.btnBox{
		float: none;
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 17.5px;
	}
	.btnBox:nth-child(n+4){
		margin-top: 0px;
	}
	.btnBox a{
		padding: 0;
	}
	.btnBox section{
		background-size: auto 35px;
	}
	.btnBox section h2{
		margin: 0;
		padding: 10px 0 10px 20px;
		font-size: 16px;
		background-position: 0 center;
		background-size: 16px 16px;
		line-height: 1.5;
	}
	.btnBox section h2 span{
		display: none;
	}
	.btnBox a[href$=".pdf"] section h2:after{
		content:"";
		display:inline-block;
		width:16px;
		height:16px;
		margin:0 10px 0 5px;
		background:url(/common/img/pdf01_sp.png) no-repeat 0 0;
		background-size:16px 16px;
	    vertical-align:-2px;
	}
	.btnBox section .txt01{
		display: none;
	}
	.btnBox section .txt02{
		font-size: 85%;
		margin-top: 10px;
		padding-bottom: 10px;
		display: block;
		font-weight: bold;
		color: #555555;
	}
	.btnBox section .txt02 br{
		display: none;
	}
	.btnBox .youichi-honda-btnBox-pdf-date {
		max-width: 230px;
		padding: 0 0 10px 20px;
		text-align: left;
	}
	.btnBox .ph{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 97px;
    max-height: 97px;
    margin: 0 auto;
    padding-bottom: 0;
    vertical-align: middle;
	}
	.btnBox .ph img {
		width: auto;
    height: 100%;
	}
  .btnBox a:hover .ph{
		background-size: contain;
	}
	
}

/* clearfix */
.btnBox a:after,
#content:after {
	content : "";
	display : block;
	clear : both;
}
