@charset "UTF-8";
/* ================================================================

制作コンテンツ

info:
- レスポンシブの場合は、ブレイクポイント 768px で記述してください。
- SP用CSSを先に記述する方法を推奨します。下記の記述は例です。
- PCのみの場合は、記述を削除してください。

================================================================ */
/* SP用CSSの記述 */
/* PC、Tablet用CSSの記述 */
@media (min-width:768px) {}
body {
	/*font-family:YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;*/
	font-family: 'Noto Sans JP', sans-serif;
}
.wrapper {
	width: 990px;
	margin: 0 auto;
}
.catch {
	margin: 70px 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 2;
	/*color: #4d4d4d;*/
	color: #000;
	text-align: center;
}
#header {
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.header h1 {
	height: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
/*======================slider====================*/
ul.slider {
	list-style: none;
}
ul.slider li {
	opacity: 0.5;
}
ul.slider li.active-slide {
	opacity: 1 !important;
	transition: all 0.5s;
}

.slider {
	overflow: hidden;
}
.bx-wrapper {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	overflow: hidden;
}
.bx-viewport {
	overflow: visible !important;
	width: 990px !important;
	margin: 0 auto;
}
@media screen and (max-width: 990px) {
	.bx-viewport {
		width: 100% !important;
	}
}
.linkBtn {
	position: absolute;
	width: 160px;
	height: 30px;
	background-color: #003a56;
	z-index: 9999;
}
.linkBtn:hover {
	background-color: rgba(0, 58, 86, 0.5);
}
.linkBtn.right {
	right: 25px;
	bottom: 15px;
}
.linkBtn.left {
	left: 0;
	bottom: 15px;
}
.linkBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
}
.linkBtn a span {
	font-size: 100%;
}
#pickup {
	padding: 50px 0;
	box-sizing: border-box;
	text-align: center;
}
h3 {
	font-family: 'Marcellus', serif;
	font-weight: lighter;
	font-size: 50px;
	color: #B3B3B3;
	margin: 0 0 60px;
}
.pickup {
	padding: 0 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box {
	width: 480px;
	height: 700px;
}
.box figure {
	margin-bottom: 20px;
}
.box .large {
	width: 480px;
	height: 300px;
	object-fit: cover;
	margin: 0 0 5px;
}
.box .small {
	width: 237px;
	height: 170px;
	object-fit: cover;
}
.box a:hover {
	opacity: 0.8;
}
.box a h4 {
	font-size: 21px;
	line-height: 1.1;
	text-align: left;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
.box p {
	font-size: 13.5px;
	line-height: 1.6;
	text-align: justify;
	/*font-feature-settings: "palt"1;*/
	/*color: #4d4d4d;*/
	color: #000;
}
#brands {
	padding: 40px 0;
	box-sizing: border-box;
	background-color: #ffffff;
	text-align: center;
	margin-top: -100px;
}
ul.brands {
	width: 990px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.brands li {
	width: 155px;
	height: 155px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
ul.brands li.hide {
	width: 75px;
	height: 155px;
	margin-bottom: 10px;
	box-shadow: none;
}
ul.brands li a img {
	width: 100%;
	height: auto;
}
ul.brands li a:hover img {
	opacity: .7;
}
ul.brands li:nth-child(1) a img {
	width: 60%;
	height: auto;
}
ul.brands li:nth-child(2) a img {
	width: 90%;
	height: auto;
}
ul.brands li:nth-child(3) a img {
	width: 70%;
	height: auto;
}
ul.brands li:nth-child(4) a img {
	width: 75%;
	height: auto;
}
ul.brands li:nth-child(5) a img {
	width: 55%;
	height: auto;
}
ul.brands li:nth-child(6) a img {
	width: 65%;
	height: auto;
}
ul.brands li:nth-child(8) a img {
	width: 100%;
	height: auto;
}
ul.brands li:nth-child(9) a img {
	width: 80%;
	height: auto;
}
ul.brands li:nth-child(10) a img {
	width: 90%;
	height: auto;
}
ul.brands li:nth-child(11) a img {
	width: 90%;
	height: auto;
}
ul.brands li:nth-child(12) a img {
	width: 60%;
	height: auto;
}
ul.brands li:nth-child(14) a img {
	width: 100%;
	height: auto;
}
ul.brands li:nth-child(15) a img {
	width: 100%;
	height: auto;
}
ul.brands li:nth-child(16) a img {
	width: 100%;
	height: auto;
}
ul.brands li:nth-child(17) a img {
	width: 80%;
	height: auto;
}
ul.brands li:nth-child(18) a img {
	width: 80%;
	height: auto;
}
ul.brands li:nth-child(19) a img {
	width: 80%;
	height: auto;
}
#lineup {
	height: 750px;
	padding: 40px;
	box-sizing: border-box;
	/*background-color: #a0d8ef;*/
	background-color: #f9f2d5;
	text-align: center;
}
#lineup h3 {
	color: #808080;
}
.tab_menu {
	width: 800px;
	padding: 0;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}
.tab_menu li {
	width: 160px;
	height: 30px;
	border-left: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #000;
	cursor: pointer;
}
.tab_menu li.active {
	font-weight: bold;
}
.tab_menu li:last-child {
	border-right: 1px solid #000;
}
#navigation {
	position: relative;
}
#slide-line {
	position: absolute;
	bottom: -10px;
	height: 3px;
	background-color: #000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.arealist > li {
	display: none;
}
.arealist > li.show {
	width: 990px;
	height: 550px;
	margin: 50px auto 0;
	padding-left: 100px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
}
.arealist > li.show.hokkaido-tohoku {
	background: url("../images/map_hokkaido-tohoku.png") no-repeat right bottom;
}
.arealist > li.show.kanto {
	background: url("../images/map_kanto.png") no-repeat right bottom;
}
.arealist > li.show.tokai-hokushinetu {
	background: url("../images/map_tokai-hokushinetsu.png") no-repeat right bottom;
}
.arealist > li.show.kinki-cyushikoku {
	background: url("../images/map_kinki-cyushikoku.png") no-repeat right bottom;
}
.arealist > li.show.kyusyu-okinawa {
	background: url("../images/map_kyusyu-okinawa.png") no-repeat right bottom;
}
.arealist > li.show > ul {
	width: 310px;
	margin-right: 60px;
	text-align: left;
}
.arealist > li.show:first-child > ul {
	width: 600px;
	margin-right: 60px;
	text-align: left;
}
.arealist > li.show > ul > li {
	color: #000;
	line-height: 2.2;
}
.arealist > li.show > ul > li > a {
	color: #000;
	line-height: 2.2;
	text-decoration: none;
	text-underline-offset: 2px;
}
.arealist > li.show > ul > li > a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.footer_logo {
	padding: 20px 0;
	text-align: center;
}