@CHARSET "UTF-8";

/*
	HEADER
 */
body.index > header {
	padding-bottom: 0;
	background-image: none;
}

body.index #contents {
	margin-top: 50px;
	margin-bottom: 56px;
	overflow: hidden;
}

/* 共通のheadline */
#contents h2 {
	text-align: center;
}

/* 共通背景打消 */
body.index #contents > div {
	padding: 0;
	background: none no-repeat scroll center bottom transparent;
	box-shadow: none;
}

/* 共通のボタン */
.index #contents > .information > a ,
.index #contents > .used > a {
	display: block;
	margin: 0 auto;
	padding: 14px 0 12px;
	width: 200px;
	background-color: #bb3635;
	border-radius: 4px;
	text-align: center;
	line-height: 1;
	color: #ffffff;
}
.index #contents > .used > a:hover {
	opacity: 0.9;
}

/* online shopping button */
.index #contents > a.button.store {
	float: right;
	margin-bottom: 10px;
	width: 320px;
	height: 120px;
	background-image: url('../../img/index/ind_btn_001.png');
}

/* お知らせ */
.index #contents > .information {
	float: left;
	margin-bottom: 70px;
	padding: 38px 40px;
	width: 580px;
	background-color: #ffffff;
	box-shadow: 0px 4px 8px 0px rgba(214, 204, 196);
}
.index #contents > .information h2 {
	margin-bottom: 10px;
}
.index #contents > .information h3 a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index #contents > .information .entries {
	margin: 0 0 40px;
}
.index #contents > .information .entries > div {
	padding: 20px 0;
	min-height: 100px;
	border-bottom: 1px solid #212529;
	overflow: hidden;
}
.index #contents > .information .entries > div > a {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
}
.index #contents > .information .entries > div > div {
	float: right;
	width: 420px;
}
.index #contents > .information .entries > div > div time {
	font-size: 87.5%;
}
.index #contents > .information .entries > div > div h3 {
	font-weight: bold;
}
.index #contents > .information .entries > div > div p {
	height: 3em;
	line-height: 1.5;
}

/* Facebook */
.index #contents > .fb-page {
	float: right;
	margin-bottom: 70px;
}

/* Instagram */
.index #contents > .instagram {
	clear: both;
	margin-bottom: 70px;
	padding-top: 58px;
	border-top: 1px solid #bab6af;
}
.index #contents > .instagram h2 {
	margin-bottom: 30px;
}

/* 中古車情報 */
.index #contents > .used {
	clear: both;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #bab6af;
}
.index #contents > .used h2 {
	margin-bottom: 38px;
}
.index #contents > .used > a {
	width: 242px;
}
.index #contents > .used > .entries {
	margin-bottom: 10px;
	overflow: hidden;
}
.index #contents > .used > .entries > div {
	float: left;
	margin: 0 0 30px 20px;
	padding: 0 0 14px;
	width: 320px;
	min-height: 428px;
	background-color: #ffffff;
	box-shadow: 0px 4px 8px 0px rgba(214, 204, 196);
}
.index #contents > .used > .entries > div:nth-child(3n + 1) {
	clear: both;
	margin-left: 0;
}
.index #contents > .used > .entries > div > h3 {
	margin: 0 20px 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #828282;
	font-weight: bold;
}
.index #contents > .used > .entries > div > p {
	margin: 0 20px;
}
.index #contents > .used > .entries > div > .price {
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #828282;
	font-weight: bold;
}
.index #contents > .used > .entries > div > .price span {
	color: #db0000;
}
/* ▼ 中古車情報 image ▼ */
.index #contents > .used > .entries > div > div {
	position: relative;
	margin: 0 0 18px;
	width: 320px;
	height: 220px;
	text-align: center;
	overflow: hidden;
}
.index #contents > .used > .entries > div > div * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.index #contents > .used > .entries > div > div > img {
	position: relative;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.index #contents > .used > .entries > div > div > div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.index #contents > .used > .entries > div > div > div p {
	margin: 0;
	position: absolute;
	left: 0;
	opacity: 0;
	color: #ffffff;
}
.index #contents > .used > .entries > div > div > div p:nth-child(1) {
	padding: 0 60px;
	display: inline-block;
	bottom: 46%;
	font-size: 125%;
	font-weight: bold;
	-webkit-transform: translate3d(0%, -100%, 0);
	transform: translate3d(0%, -100%, 0);
}
.index #contents > .used > .entries > div > div > div p:nth-child(2) {
	top: 64%;
	margin-left: 97px;
	margin-right: 97px;
	padding: 7px 0 5px;
	width: 126px;
	border: 1px solid #ffffff;
	text-align: center;
	-webkit-transform: translate3d(0%, 100%, 0);
	transform: translate3d(0%, 100%, 0);
}
.index #contents > .used > .entries > div > div > a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	opacity: 0;
}
/* hover */
.index #contents > .used > .entries > div > div:hover {
	background-color: #000000;
}
.index #contents > .used > .entries > div > div:hover > img {
	opacity: 0.6;
}
.index #contents > .used > .entries > div > div:hover > div p {
	opacity: 0.9;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
}

/* ▲ 中古車情報 image ▲ */


/* リンク */
.index #contents > a[href="./project/"] {
	float: left;
	margin-bottom: 40px;
	width: 660px;
	height: 200px;
	background-image: url('../../img/index/ind_btn_002.jpg');
}
.index #contents > a[href="./anniversary_gallery/"] {
	float: left;
	margin-left: 20px;
	margin-bottom: 40px;
	width: 320px;
	height: 200px;
	background-image: url('../../img/index/ind_btn_003.jpg');
}
.index #contents > a[href="http://www.fd-company.com/info/"] {
	clear: both;
	float: left;
	width: 320px;
	height: 120px;
	background-image: url('../../img/index/ind_btn_004.png');
}
.index #contents > a[href="https://www.j-msa.com/"] {
	float: left;
	margin-left: 20px;
	width: 320px;
	height: 120px;
	background-image: url('../../img/index/ind_btn_005.png');
}
.index #contents > a[href="https://www.j-msa.com/event.html"] {
	float: left;
	margin-left: 20px;
	width: 320px;
	height: 120px;
	background-image: url('../../img/index/ind_btn_006.jpg');
}


/*
HTML  CSS  JS  Result
Edit
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.snip1194 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
}
figure.snip1194 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1194 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1194 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip1194 h2,
figure.snip1194 p {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
}
figure.snip1194 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  bottom: 50%;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}
figure.snip1194 h2 span {
  font-weight: 400;
}
figure.snip1194 p {
  top: 50%;
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}
figure.snip1194 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1194:hover img,
figure.snip1194.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1194:hover figcaption h2,
figure.snip1194.hover figcaption h2,
figure.snip1194:hover figcaption p,
figure.snip1194.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
figure.snip1194:hover figcaption h2,
figure.snip1194.hover figcaption h2 {
  opacity: 0.9;
}
figure.snip1194:hover figcaption p,
figure.snip1194.hover figcaption p {
  opacity: 0.6;
}

*/
