@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	content.css
*/

/*============================================================
	CLEARFIX
*/
.cf:after, .container:after {
	content: "."; display: block; clear: both; visibility: hidden; height: 0;
}
.cf, .container {
	zoom: 1;
}

/*============================================================
	CONTENT
*/
.content {
	overflow: hidden;
	position: relative;
	padding: 100px 0 0 0;
	width: 100%;
	font-family: 'Montserrat', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*============================================================
	CONTAINER
*/
.container {
	position: relative;
	margin: 0 auto;
	width: 980px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*============================================================
	[汎用] ボタン
*/
.btn a {
	display: block;
	padding: 15px 0 17px 0;
	border: 2px solid #000000;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #333333;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn a span {
	position: relative;
	display: inline-block;
	padding: 0 20px 0 0;
}
.btn a span i {
	position: absolute;
	top: 50%; right: 0;
	margin: -7px 0 0 0;
	font-size: 16px;
	line-height: 1;
	color: #fb0f0c;
}
.btn a:hover {
	background: #000000;
	color: #ffffff;
}

/* SP */
@media screen and (max-width: 820px) {
	.btn a {
		padding: 12px 0;
		border: 1px solid #000000;
		font-size: 12px;
		line-height: 1;
	}
	.btn a span {
		padding: 0 15px 0 0;
	}
	.btn a span i {
		margin: -6px 0 0 0;
		font-size: 12px;
		line-height: 1;
	}
}

/*============================================================
	[汎用] 見出し
*/
.subhead {
	padding: 40px 0;
	text-align: center;
}
.subhead .h span {
	display: block;
}
.subhead .h span img {
	margin: 0 auto;
	width: 460px;
}
.subhead .h .xs {
	display: none;
}
.subhead p {
	font-size: 18px;
	line-height: 1.5;
}

/*============================================================
	[汎用] ボックス
*/
.boxes-wrap {
	padding: 40px 0 20px 0;
}
.boxes-wrap:nth-child(odd) {
	background: #f1f1f1;
}
.boxes-wrap .heading {
	padding: 0 0 30px 0;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
}
.boxes {
	margin: 0 auto;
	width: 900px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.boxes .box {
	position: relative;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 10px;
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.boxes .box a {
	display: block;
	height: 100%;
	color: #333333;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.boxes .box a:hover {
	opacity: 0.7;
}
.boxes .box dl {
	margin: 0 auto;
	width: 100%; height: 100%;
	background: #ffffff;
	-webkit-box-shadow: 0px 1px 2px 0px #999999;
	-moz-box-shadow: 0px 1px 2px 0px #999999;
	box-shadow: 0px 1px 2px 0px #999999;
}
.boxes .box dl dt {
	position: relative;
	overflow: hidden;
	width: 100%; height: 230px;
}
.boxes .box dl dt p {
	width: 100%; height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.boxes .box dl dd {
	width: 100%;
}
.boxes .box dl dd p {
	padding: 8px 10px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4em;
	word-wrap: break-word;
}

/*============================================================
	[コンテンツ] TOPICS　最新情報
*/
#news {
	padding: 0 0 100px 0;
}
#news .archive {
	border: 2px solid #000000;
}
#news .archive .in {
	display: table;
	padding: 12px 0 11px 0;
}
#news .archive .in .head {
	display: table-cell;
	vertical-align: middle;
	width: 140px;
	text-align: center;
}
#news .archive .in .head .h {
	margin: 0 auto;
	width: 100px;
}
#news .archive .in .head .h img {
	width: 100%;
}
#news .archive .in .head p {
	margin: 5px 0 0 0;
	font-size: 14px;
	line-height: 1.4;
}
#news .archive .in ul {
	display: flex;
	flex-wrap: wrap;
}
#news .archive .in ul li {
	margin: 3px 0;
	padding: 0 40px 0 20px;
	font-size: 16px;
	line-height: 1.4;
}
#news .archive .in ul li a {
	color: #333333;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#news .archive .in ul li a i {
	padding: 0 0 0 5px;
	font-size: 12px;
	line-height: 1.3;
	color: #fb0f0c;
}
#news .archive .in ul li a.current,
#news .archive .in ul li a:hover {
	color: #fb0f0c;
}
#news .list {
	width: 100%;
	padding: 10px 0;
}
#news .list li {
	display: table;
	width: 100%;
	padding: 21px 0 20px 0;
	border-bottom: 1px dotted #999999;
}
#news .list li .head,
#news .list li .head .category,
#news .list li .head .date,
#news .list li .h {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
#news .list li .head {
	padding: 3px 0;
	width: 220px;
}
#news .list li .head .category {
	width: 110px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.1;
}
#news .list li .head .category span {
	display: block;
	border-right: 1px solid #cccccc;
}
#news .list li .head .category span.cat-1 {
	color: #ff6600;
}
#news .list li .head .category span.cat-2 {
	color: #8fc41f;
}
#news .list li .head .category span.cat-3 {
	color: #0068b7;
}
#news .list li .head .category span.cat-4 {
	color: #eb68a3;
}
#news .list li .head .date {
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 1.1;
	color: #666666;
}
#news .list li .h {
	font-size: 16px;
	line-height: 1.4;
	color: #333333;
}
#news .list li .h a {
	color: #333333;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#news .list li .h a:hover {
	color: #fb0f0c;
}

/*============================================================
	[コンテンツ] キャンペーン
*/
#campaign .boxes-wrap {
	padding-bottom: 100px;
	background: #f1f1f1;
}

/*============================================================
	マガジン
*/
#magazine .boxes .box img {
	margin: 0 auto;
	display: block !important;
}
#magazine .boxes .box dl dt {
	padding: 20px 0 15px 0;
	height: 140px;
	background-image: none !important;
	text-align: center;
}
#magazine .boxes .box dl dd {
	padding-bottom: 20px;
}
#magazine .boxes .box dl dd p {
	padding: 0 20px;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4;
}
#magazine .boxes .box dl dd span {
	display: block;
	margin: 15px 20px 0 20px;
	padding: 7px 0;
	border: 1px solid #000000;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#magazine .boxes .box dl dd span i {
	padding: 0 0 0 2px;
	font-size: 14px;
	line-height: 1;
	color: #e60012;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#magazine .boxes .box a:hover {
	opacity: 1;
}
#magazine .boxes .box a:hover dl dd span {
	background: #000000;
	color: #ffffff;
}

/*============================================================
	カーコーディネート
*/
#coordinate .gallery .heading {
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
}
#coordinate .boxes-wrap {
	margin: 60px 0 0 0;
}
#coordinate .boxes-wrap .heading {
	font-size: 24px;
	line-height: 1.5;
}
#coordinate .boxes {
	width: 908px;
}
#coordinate .boxes .box {
	float: left;
	width: 227px;
	padding: 0;
}
#coordinate .boxes .box a {
	position: relative;
	display: block;
	margin: 0 4px;
	height: 100%;
	background: #ffffff;
	color: #333333;
	-webkit-box-shadow: 0px 1px 2px 0px #999999;
	-moz-box-shadow: 0px 1px 2px 0px #999999;
	box-shadow: 0px 1px 2px 0px #999999;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#coordinate .boxes .box .image span {
	display: block;
	height: 180px;
	background-color: #000000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#coordinate .boxes .box .image span img {
	display: none;
}
#coordinate .boxes .box .info {
	padding: 10px;
}
#coordinate .boxes .box .info .name {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
}
#coordinate .boxes .box .info .price-lg {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
}
#coordinate .btn-wrap {
	padding: 60px 0;
}

/*============================================================
	メディアクエリ （タブレット）
*/
@media screen and (max-width: 1080px) {

	/*----------------------------------------
		CONTAINER
	*/
	.container {
		width: 780px;
	}

	/*----------------------------------------
		[汎用] ボックス
	*/
	.boxes {
		max-width: 900px;
		width: 100%;
	}
	.boxes .box {
		width: 33.333%;
	}
	.boxes .box dl dt {
		height: 160px;
	}

	/*----------------------------------------
		カーコーディネート
	*/
	#coordinate .boxes {
		width: 780px;
	}
	#coordinate .boxes .box {
		width: 260px;
	}

}

/*============================================================
	メディアクエリ （タブレット）
*/
@media screen and (max-width: 820px) {

	/*----------------------------------------
		CONTENT
	*/
	.content {
		padding: 60px 0 0 0;
	}

	/*----------------------------------------
		CONTAINER
	*/
	.container {
		width: 580px;
	}

	/*----------------------------------------
		[コンテンツ] TOPICS　最新情報
	*/
	#news .archive .in {
		display: block;
		padding: 12px 0 11px 0;
	}
	#news .archive .in .head {
		display: block;
		width: 100%;
	}
	#news .archive .in ul {
		margin: 0 auto;
		padding: 10px 15px 0 15px;
		width: auto;
	}
	#news .archive .in ul li {
		padding: 0 10px;
	}
	#news .list li {
		display: block;
		padding: 16px 0 15px 0;
	}
	#news .list li .head,
	#news .list li .head .category,
	#news .list li .head .date,
	#news .list li .h {
		display: block;
	}
	#news .list li .head .category,
	#news .list li .head .date {
		float: left;
		width: auto;
	}
	#news .list li .head .category span {
		padding: 0 10px 0 0;
	}
	#news .list li .h {
		margin: 5px 0 0 0;
	}

	/*----------------------------------------
		カーコーディネート
	*/
	#coordinate .boxes {
		width: 580px;
	}
	#coordinate .boxes .box {
		width: 50%;
	}

}

/*============================================================
	メディアクエリ （スマホ）
*/
@media screen and (max-width: 620px) {

	/*----------------------------------------
		CONTAINER
	*/
	.container {
		overflow: hidden;
		width: 100%;
	}

	/*----------------------------------------
		[汎用] 見出し
	*/
	.subhead {
		padding: 20px 0;
	}
	.subhead .h span img {
		width: 260px;
	}
	.subhead .h .lg {
		display: none;
	}
	.subhead .h .xs {
		display: block;
	}
	.subhead p {
		font-size: 14px;
		line-height: 1.5;
	}

	/*----------------------------------------
		[汎用] ボックス
	*/
	.boxes-wrap {
		padding: 20px 0 10px 0;
	}
	.boxes {
		padding: 0 5px;
	}
	.boxes .box {
		padding: 0 5px;
		margin: 0 0 10px 0;
		width: 50%;
	}
	.boxes .box dl dt {
		height: 180px;
	}

	/*----------------------------------------
		[コンテンツ] TOPICS　最新情報
	*/
	#news {
		padding: 0 10px 20px 10px;
	}
	#news .archive {
		border: 1px solid #000000;
	}
	#news .archive .in {
		padding: 12px 0 11px 0;
	}
	#news .archive .in .head .h {
		width: 78px;
	}
	#news .archive .in .head p {
		font-size: 12px;
		line-height: 1.4;
	}
	#news .archive .in ul {
		padding: 5px 10px 0 10px;
	}
	#news .archive .in ul li {
		padding: 0 10px;
		font-size: 14px;
		line-height: 1.4;
	}
	#news .list li {
		padding: 11px 0 10px 0;
	}
	#news .list li .head .category,
	#news .list li .head .date {
		font-size: 11px;
		line-height: 1.4;
	}
	#news .list li .h {
		margin: 0;
		font-size: 13px;
		line-height: 1.4;
	}
	#news .archive .in ul li a i {
		padding: 0 0 0 3px;
	}

	/*----------------------------------------
		[コンテンツ] キャンペーン
	*/
	#campaign .boxes-wrap {
		padding-bottom: 30px;
	}

	/*----------------------------------------
		マガジン
	*/
	#magazine .boxes .box dl dt {
		padding: 15px 0 5px 0;
	}
	#magazine .boxes .box dl dd {
		padding-bottom: 10px;
	}
	#magazine .boxes .box dl dd p {
		padding: 0 10px;
		font-size: 14px;
		line-height: 1.4;
	}
	#magazine .boxes .box dl dd span {
		margin: 10px 10px 0 10px;
		font-size: 14px;
		line-height: 1.2;
	}
	#magazine .boxes .box dl dd span i {
		font-size: 12px;
		line-height: 1;
	}

	/*----------------------------------------
		カーコーディネート
	*/
	#coordinate .gallery {
		padding-top: 0;
	}
	#coordinate .gallery .heading {
		
		font-size: 18px;
		line-height: 1.3;
	}
	#coordinate .boxes-wrap {
		margin: 0;
	}
	#coordinate .boxes-wrap .heading {
		padding: 0 0 20px 0;
		font-size: 15px;
		line-height: 1.5;
	}
	#coordinate .boxes {
		max-width: 420px;
		width: 100%;
	}
	#coordinate .boxes .box {
		width: 50%;
	}
	#coordinate .boxes .box .image span {
		height: 140px;
	}
	#coordinate .boxes .box .info .name {
		font-size: 11px;
		line-height: 1.3;
	}
	#coordinate .boxes .box .info .price-lg {
		margin-top: 10px;
		text-align: center;
		font-size: 14px;
		line-height: 1.3;
	}
	#coordinate .btn-wrap {
		padding: 0;
	}

}

/*============================================================
	メディアクエリ （スマホ）
*/
@media screen and (max-width: 480px) {

	/*----------------------------------------
		[汎用] ボックス
	*/
	.boxes .box dl dt {
		height: 140px;
	}

	/*----------------------------------------
		カーコーディネート
	*/
	#coordinate .boxes .box .image span {
		height: 100px;
	}

}
