@charset "utf-8";
/**
 * style.css
 */

/* Bootstrap break point */
@media only screen and (max-width:1199px) {}

/* xl */
@media only screen and (max-width:991px) {}

/* lg */
@media only screen and (max-width:767px) {}

/* md */
@media only screen and (max-width:565px) {}

/* sm */
/* (mobile first) */
@media only screen and (min-width:566px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:992px) {}

@media only screen and (min-width:1200px) {}


/* V3.1  break point */
@media only screen and (max-width:959px) {}

/* tablet */
@media only screen and (max-width:767px) {}

/* smart phone */
/* (mobile first) */
@media only screen and (min-width:768px) {}

@media only screen and (min-width:960px) {}


/* container
--------------------------------------------------*/
body.top #wrapper {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Meiryo, "メイリオ",sans-serif;
}

body.top #container {
	min-width: 320px;
	padding-top: 0;
	padding-bottom: 70px;
}

body.top .main-columns {
	padding-top: 0;
}

body.top .main-columns .common-wrap {
	justify-content: space-between;
}

body.top .main-column {
	max-width: 722px;

}

body.top .main-column .parts-tab-btns2 {
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 0;
}

@media only screen and (max-width:950px) {
	body.top .main-columns .common-wrap {
		display: block;
	}

	body.top .main-column {
		max-width: 100%;
		;
	}

}

@media only screen and (max-width:767px) {
	body.top #container {
		padding-bottom: 30px;
	}
	body.top .main-columns .common-wrap {
		padding: 0;
	}
}

/* お知らせ
--------------------------------------------------*/
.news_head {
	background-color: #f15e37;
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 3px 15px;
	border-radius: 10px 10px 0 0;
}

.news_head h2 {
	font-size: 2.4rem;
	font-weight: 600;
	display: flex;
	align-items: flex-end;
	gap: 10px;
	padding-top: 5px;
}

.news_head h2::after {
	content: "";
	background-image: url("/common/std/img/pc/top/icon_news_01.svg");
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 71px;
	height: 62px;
}

.news_head p a {
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.5rem;
}

.news_head p a::after {
	content: "";
	background-image: url("/common/std/img/pc/top/icon_arrow_01.svg");
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 3px;
	height: 7px;
}

.news_head p a:hover {
	opacity: .7;
}

.news_body {
	padding: 5px 15px;
	background-color: #fff;
	border: 2px solid #f15e37;
	border-radius: 0 0 10px 10px;
}

.news_body .left {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 19%;
}
html.big .news_body .left{
	width: 20%;
}

.news_body ul {
	padding-left: 0;
}

.news_body ul li {
	list-style: none;
}

.news_body ul li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 14px;
	padding: 13px 0;
	border-bottom: 1px solid #cccccc;
}

.news_body ul li a:hover {
	opacity: 0.8;
}

.news_body ul li a p {
	margin-bottom: 0;
	font-size: 1.5rem;
}

.news_body ul li a p.text {
	letter-spacing: .07em;
}

.news_body ul li a p.date {
	font-size: 13px;
	color: #333333;
}

.news_body ul li a p.new {
	color: #fff;
	background-color: #f15e37;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 6px;
	line-height: 1;
}

@media only screen and (max-width:950px) {
	.news_box {
		padding: 0 10px;
	}
}

@media only screen and (max-width:767px) {
	.news_head {
		padding: 5px 10px;
	}

	.news_head h2 {
		font-size: 3.1rem;
	}
	.news_body ul{
		margin-top: 0;
	}
	.news_body ul li a {
		display: block;
		padding: 17px 0;
	}

	.news_body .left {
		width: 100%;
		padding-bottom: 0;
	}
	html.big .news_body .left{
		width: 100%;
		padding-bottom: 10px;
	}
	.news_body ul li a p,.news_body ul li a p.date,.news_head p a{
		font-size: 1.4rem;
	}
}

@media only screen and (max-width:425px) {
	.news_head h2 {
		font-size: 2.4rem;
	}
}

/* タブ切り替え
--------------------------------------------------*/
.tab_head {
	background-color: #fa980d;
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 3px 15px;
	border-radius: 10px 10px 0 0;
	margin: 20px auto 0;
	max-width: 722px;
	width: 100%;
}

.tab_head h2 {
	font-size: 2.4rem;
	font-weight: 600;
	display: flex;
	align-items: flex-end;
	gap: 20px;
	padding: 0;
	margin-top: 5px;
}

.tab_head h2::after {
	content: "";
	background-image: url("/common/std/img/pc/top/icon_tab_01.svg");
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 78px;
	height: 62px;
}

.tab_head .w150 {
	width: 150px;
}

.tab_head .parts-tab-btn {
	margin-bottom: 0;
	margin-bottom: -2px;
}

.tab_head .tab_head_flex {
	display: flex;
	gap: 5px;
	border-bottom: 2px solid #fff;
	padding: 0;
	max-width: 690px;
	margin: 10px auto 0;
}

.tab_head .parts-tab-btn.on a {
	background-color: #fff;
	color: #fa980d;

}
.tab_head .parts-tab-btn.on a:hover,body.top .parts-tab-btn.on:hover{
	opacity: 1;
}

.tab_head .parts-tab-btn:not(.on) a {
	border: 2px solid #fff;
	background-color: #ffc97c;
	color: #fff;
}

.tab_head .parts-tab-btn.on a:before,
.tab_head .parts-tab-btn.on a:before {
	content: none;
}

.tab_body.parts-tab-bodys2 .row {
	max-width: 690px;
	width: 100%;
	margin: 0 auto;
	padding:5px 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 10px;
	background-color: #fa980d;
}

.tab_body .parts-box-btns .row>* {
	margin-right: 0;
}

.tab_body .parts-icon-btn {
	margin-bottom: 10px;
}

.tab_body .row .parts-icon-btn {
	max-width: 165px;
	width: 100%;
	border-radius: 8px;
}

.tab_body .row .parts-icon-btn a {
	display: flex;
	flex-direction: column;
	padding: 10px 10px 17px;
	gap: 10px;
	line-height: 1.3;
}

.tab_body .row .parts-icon-btn a:before {
	content: none;
}

.tab_body .parts-icon-btn a>* {
	padding-right: 0;
}

.tab_body .parts-icon-btn a .ico {
	width: 100%;
	padding: 0;
}

.tab_body .parts-icon-btn a .ico img {
	max-width: 127px;
	max-height: 70px;
	width: 100%;
}

.tab_body .parts-icon-btn a .ico+span {
	text-align: center;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	font-weight: 500;
}

#Search-btn-Area .parts-tab-body {
	background-color: #fa980d;
	border-radius: 0 0 10px 10px;
}
body.top .parts-tab-btns2 .parts-tab-btn:not(.on) a:hover{
		opacity: 1;
		background-color: #fff;
		color:#fa980d;
	}
@media only screen and (max-width:950px) {
	.tab_head {
		max-width: 100%;
		--bs-gutter-x: 0;
	}
	.tab_body .row .parts-icon-btn a {
		padding: 10px;
	}
}

@media only screen and (max-width:768px) {
	.tab_head {
		padding: 5px 0;
		border-radius: 0;
	}

	.tab_head h2 {
		font-size: 3.1rem;
		padding: 0 10px;
	}

	.tab_head .tab_head_flex {
		gap: 5px;
	}

	.tab_head .w150 {
		width: 33%;
	}

	.tab_head .parts-tab-btn {
		font-size: 1.5rem;
	}

	.tab_body .row .parts-icon-btn {
		max-width: 100%;
	}

	.tab_body .row .parts-icon-btn a {
		flex-direction: unset;
		padding: 5px;
		gap: 5px;
		align-items: center;
		border-radius: 4px 4px 0 0;
	}

	.tab_body .parts-icon-btn a .ico {
		width: auto;
	}

	.tab_body .parts-icon-btn a .ico img {
		max-width: 120px;
		max-height: 108px;
		;
	}

	.tab_body .parts-icon-btn a .ico+span {
		text-align: left;
		font-size: 1.2rem;
		width: 100%;
		justify-content: flex-start;
	}
	.tab_head .parts-tab-btn:not(.on) a{
		border: 1px solid #fff;
	}

	#Search-btn-Area .parts-tab-body {
	background-color: #fa980d;
	border-radius: 0 ;
}


}

@media only screen and (max-width:600px) {
	.tab_body.parts-tab-bodys2 .row {
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 5px;
	}

	.tab_body .parts-icon-btn {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width:425px) {
	.tab_head h2 {
		font-size: 2.4rem;
	}

	.tab_body.parts-tab-bodys2 .row {
		grid-template-columns: repeat(2, 1fr);
	}

	.tab_head .parts-tab-btn.on a {
		padding: 0;

	}
	.tab_head .parts-tab-btn a span{
		font-size: 1.4rem;
	}
	.tab_head .parts-tab-btn:not(.on) a {
		padding: 0;
	}

	#Search-btn-Area .parts-tab-body {
		background-color: #fa980d;
		height: 500px;
	}
}
@media only screen and (max-width:375px) {
	#Search-btn-Area .parts-tab-body {
		height: 470px;
	}
}
@media only screen and (max-width:325px) {
	#Search-btn-Area .parts-tab-body {
		height: 440px;
	}
}

/* サイドバー
--------------------------------------------------------------------------- */
.side_column {
	max-width: 210px;
	padding: 0;
}

.side_column .slider {
	padding: 10px;
	background-color: #fff;
	border-radius: 8px;
}

.side_column .slider img {
	max-width: 380px;
	width: 100%;
}

.side_column .bnr {
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	margin-top: 30px;
}

.side_column .bnr ul {
	padding-left: 0;
}

.side_column .bnr ul li {
	list-style: none;
	padding-top: 10px;
}

.side_column .bnr ul li img {
	max-width: 190px;
	width: 100%;
}
.side_column .bnr ul li a:hover,.side_column .slider .slick-slide:hover{
	opacity: .7;
}

@media only screen and (max-width:950px) {

	.side_column {
		max-width: 100%;
	}

	.side_column .slider {
		border-radius: 0;
		margin-top: 30px;
	}

	.side_column .bnr {
		border-radius: 0;
	}

	.side_column .bnr ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		margin: 0;
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}

	.side_column .bnr ul li {
		padding: 0;

	}

	.side_column .slider .slick-dots {
		padding-left: 0;
		display: flex;
		justify-content: center;
	}

	.side_column .slider .slick-dots li {
		list-style: none;
	}

	.side_column .slider .slick-dots li button {
		font-size: 0;
		/* 数字を非表示にする */
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #b2b2b2;
		/* ドットの色 */
		border: none;
		margin: 0 5px;
		padding: 0;
	}

	.side_column .slider .slick-dots li.slick-active button {
		background-color: #f15e37;
	}

	.side_column .slider .slick-list {
		overflow: visible;
		margin: 0 5px;
	}

	.side_column .slider .slick-slide {
		margin-right: 1vw;
		margin-left: 1vw;
	}
}

@media only screen and (max-width:600px) {
	.side_column .slider {
		border-radius: 0;
		padding-top: 30px;
	}

	.side_column .slider img {
		max-width: 290px;
		width: 100%;
		transition: transform 0.3s;
	}

	.side_column .slider .slick-active img {
		transform: scale(1.15);
		/* 拡大率はお好みで */
	}

	.side_column .slider .slick-slide {
		margin-right: 3vw;
		margin-left: 3vw;
	}

	.side_column .bnr ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		margin: 0 auto;
		max-width: 400px;
		width: 100%;
	}

	.side_column .bnr ul li {
		padding: 0;
	}

	.side_column .slider .slick-dots {
		margin: 2rem 0 0;
	}
}