@charset "utf-8";
/* CSS Document */


/* visual */
.mainphoto {
	margin-top: 2em;
}

h3 {
	border-bottom: 2px solid #000000;
	font-weight: 600;
}

h3:first-letter {
	font-size: 150%;
	color: #760000;
}

.boxTtl {
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	position: relative;
}

.boxTtl .top {
	font-size: 1.6rem;
	letter-spacing: 1px;
	display: inline-block;
	line-height: 3.0rem !important;
	letter-spacing: 0px !important;
}

.boxTtl2 {
	display: block;
	font-size: 3rem;
	font-weight: 700;
	position: relative;
}

.typeTtl {
	padding: 0.25em 0.5em;
	/*上下 左右の余白*/
	background: transparent;
	/*背景透明に*/
	border-left: solid 5px #760000;
	/*左線*/
	font-size: 2rem;
	font-weight: 600;
}

.typeTtl-color {
	padding: 0.5em 0.5em;
	background-color: #EBEBEB;
	border-left: solid 5px #760000;
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 0em;
	margin-top: 1em;
}


.set_01 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 1em;
}

.set_01 th {
	padding: 8px;
	background: #EBEBEB;
	border: solid 1px #B7B7B7;
}

.set_01 td {
	padding: 8px;
	border: solid 1px #B7B7B7;
}

.set_02 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 1em;
}

.set_02 th {
	padding: 10px;
	background: #EBEBEB;
	border: solid 1px #B7B7B7;
	text-align: center;
}

.set_02 td {
	padding: 8px;
	border: solid 1px #B7B7B7;
}

.center {
	text-align: center;
}

.bold {
	font-weight: 600;
}

.bg_d {
	background-color: #DAF1F1 !important;
}

.bg_e {
	background-color: #CEE8C6 !important;
}

.bg_f {
	background-color: #ffffe0 !important;
}

.bg_g {
	background-color: #F7DDDA !important;
}

/*テーブル*/
.scroll-table {
	overflow: auto;
	white-space: nowrap;
}

.cate-bg {
	padding: 20px 15px;
	background-color: #F3F3F3;
	margin-left: auto;
	margin-right: auto;
}

.search-box_title {
	font-weight: bold;
}

.search-box label {
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	line-height: 2.6;
}

.search-box input[type="radio"] {
	width: 16px;
	height: 16px;
	margin: -2px 5px 0 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

.search-box input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: -2px 5px 0 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

.cat_image_all {
	display: flex;
	flex-wrap: wrap;
	margin: 3em auto 0;
}

.cat_image {
	width: 30%;
	margin: 0em 1.6% 3em;
}

.cat_image.is-hide {
	display: none;
}

.cat_image a {
	display: block;
	color: #000;
}

.cat_image a:hover {
	text-decoration: underline;
}


/* 納車ブログ */
.cat_image_all a:hover {
	color: #000;
	text-decoration: none;
	transition: 0.8s;
}

.sp {
	display: none !important;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.flex_cn {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 納車ブログ */
.blkCswp {
	margin-bottom: 2.5vw;
	padding-bottom: 2.5vw;
	border-bottom: 1px solid #000;
}

.blkCs {
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.info {
	margin-bottom: 0.7vw;
	justify-content: space-between;
	flex-wrap: wrap;
}

.info .cstmName {
	line-height: 1.8;
	align-items: stretch;
}

.info .cstmName span {
	width: 6em;
	margin-right: 1em;
	padding: 0 0.5em;
	background: #E8E8E8;
	line-height: 1;
}

.cstmClr,
.info .cstmClr {
	position: relative;
	padding: 0 0 0 1.3em;
	line-height: 2.5;
}

.cstmClr:before,
.info .cstmClr:before {
	position: absolute;
	top: 0.7vw;
	left: 0;
	width: 1em;
	height: 1em;
	margin-top: -0.41vw;
	border: 1px solid #D9D9D9;
	border-radius: 50px;
	background: #fff;
	text-align: center;
	content: '';
}

a+.link a {
	font-size: 2.1rem;
}

a+.link a {
	font-size: 1.8rem
}

.cateColor input[type=checkbox]:checked+span:before {
	margin: 0 0 0 -2.35vw;
}


.cateColor :after,
.info .cstmClr:before,
.cstmClr:before,
.cateColor span:after {
	background-color: transparent;
}

.cateColor .red:after,
.info .cstmClr.red:before,
.cstmClr.red:before,
.cateColor span.red:after {
	background-color: #DB0000;
}

.cateColor .orange:after,
.info .cstmClr.orange:before,
.cstmClr.orange:before,
.cateColor span.orange:after {
	background-color: #FF8205;
}

.cateColor .yellow:after,
.info .cstmClr.yellow:before,
.cstmClr.yellow:before,
.cateColor span.yellow:after {
	background-color: #FFBC05;
}

.cateColor .green:after,
.info .cstmClr.green:before,
.cstmClr.green:before,
.cateColor span.green:after {
	background-color: #03B21E;
}

.cateColor .blue:after,
.info .cstmClr.blue:before,
.cstmClr.blue:before,
.cateColor span.blue:after {
	background-color: #0375B2;
}

.cateColor .purple:after,
.info .cstmClr.purple:before,
.cstmClr.purple:before,
.cateColor span.purple:after {
	background-color: #BC05FF;
}

.cateColor .pink:after,
.info .cstmClr.pink:before,
.cstmClr.pink:before,
.cateColor span.pink:after {
	background-color: #FF059F;
}

.cateColor .khaki:after,
.info .cstmClr.khaki:before,
.cstmClr.khaki:before,
.cateColor span.khaki:after {
	background-color: #889D58;
}

.cateColor .beige:after,
.info .cstmClr.beige:before,
.cstmClr.beige:before,
.cateColor span.beige:after {
	background-color: #BCAE97;
}

.cateColor .brown:after,
.info .cstmClr.brown:before,
.cstmClr.brown:before,
.cateColor span.brown:after {
	background-color: #A28405;
}

.cateColor .black:after,
.info .cstmClr.black:before,
.cstmClr.black:before,
.cateColor span.black:after {
	background-color: #404040;
}

.cateColor .gray:after,
.info .cstmClr.gray:before,
.cstmClr.gray:before,
.cateColor span.gray:after {
	background-color: #9D9D9D;
}

.cateColor .white:after,
.info .cstmClr.white:before,
.cstmClr.white:before,
.cateColor span.white:after {
	background-color: #ffffff;
}

.tjp {
	overflow: hidden;
	margin-bottom: 1vw;
	margin-bottom: 0.8vw;
	font-size: 1.1rem;
	line-height: 1.6;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.link {
	display: block;
	width: 100%;
	padding: 3% 0;
	background: #000;
	line-height: 1;
	color: #fff;
	text-align: center;
}

@media screen and (min-width: 897px) {
	.link a:hover {
		opacity: 0.8;
	}
}


/*　画像の拡大　*/
.zoomIn img {
	transform: scale(1);
	transition: .3s ease-in-out;
	/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img {
	/*hoverした時の変化*/
	transform: scale(1.2);
	/*拡大の値を変更したい場合はこの数値を変更*/
}

/*　画像のマスク　*/
.mask {
	display: block;
	line-height: 0;
	/*行の高さを0にする*/
	overflow: hidden;
	/*拡大してはみ出る要素を隠す*/
	margin-bottom: 0.5em;
}

.mask img {
    width: 100% !important;
}
/*========= レイアウトのためのCSS ===============*/

a {
	color: #333;
	text-decoration: none;
}

.lead {
	text-align: center;
	padding: 50px 20px;
}


@media screen and (max-width: 640px) {
	.zoomIn {
		width: 45%;
		/* margin: 0 auto;中央揃え*/
	}
}