/********************************************************************************
 *
page.css

********************************************************************************/

/*============================================================
 トップページ
*============================================================*/
/* common
---------------------------------------- */
.topSecTitle {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 24px;
}
.topSecTitle span{
	display: block;
	font-size: 1.4rem;
	margin-top: -8px;
}

/* MainVisual
---------------------------------------- */
.Mv {
	padding: 0;
}
.Mv .swiper-wrapper{
	display: flex;
}
.Mv__left,
.Mv__right {
	width: 50%;
}
.type1 .Mv__bg {
	width: 100%;
    height: 0;
    padding-top: 106%;
	position: relative;
}
.Mv__left .bg {
	background: url(../images/top/mv_left.jpg) no-repeat center center/ cover;
}
.Mv__right .bg {
	background: url(../images/top/mv_right.jpg) no-repeat center center/ cover;
}
.type1 .Mv__logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.Mv__left .Mv__logo {
	width: 11vw;
}
.Mv__right .Mv__logo {
	width: 23vw;
}
.Mv__link {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	transition: 0.3s all;
	padding: 16px 24px;
}
.Mv__link:hover {
	background-color: rgba(0,0,0,0.7);
}
.Mv__link:before {
	position: absolute;
	display: blcok;
	content: "";
	background: url(../images/common/arrow.png) no-repeat;
	background-size: contain;
	width: 24px;
	height: 7px;
	right: 20px;
	bottom: 15px;
}
.Mv__link h2 {
	font-size: 2rem;
	font-weight: 700;
}

/* New Model
---------------------------------------- */
.NewModel {
	background: url(../images/top/new_model_bg.jpg) no-repeat center center / cover;
	height: 448px;
	padding: 0;
}
.NewModel__inner {
	max-width: 968px;
}
.NewModel__flex {
	flex-wrap: nowrap;
	height: 100%;
}
.NewModel__main {
	margin-top: 53px;
}
.NewModel__logo {
	width: 104px;
	margin-right: 32px;
}
.NewModel__title {
	font-size: 4rem;
	font-weight: 800;
	color: #fff;
	text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
}
.NewModel__img {
	width: 100%;
	max-width: 530px;
	margin-top: -12px;
}
.NewModel__detail {
	padding: 82px 23px 0;
	background: #1D1D1D;
	color: #fff;
	width: 320px;
	height: 448px;
}
.NewModel__detail span {
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	margin-bottom: 12px;
	font-weight: 500;
}
.NewModel__detail h3{
	font-size: 3.6rem;
	letter-spacing: 0.08em;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 24px;
}
.NewModel__detail p {
	letter-spacing: 0.06em;
	margin-bottom: 32px;
	line-height: 1.6;
	font-weight: 700;
}

/* Pick Up
---------------------------------------- */
.TopPickup {
	 background: #F3F3F3;
	text-align: center;
}
.TopPickup__inner {
	margin: 32px auto 40px;
	max-width: 1292px;
}
.TopPickup__list {
	justify-content: space-between;
	margin-bottom: 32px;
}
.TopPickup__item {
	width: 388px;
	margin-bottom: 0;
}
.TopPickup__item figure {
	margin-bottom: 8px;
}
.TopPickup__item:hover .CarItem__title {
	text-decoration: underline;
}

/* News
---------------------------------------- */
.TopNews__inner {
	margin: 32px auto;
}
.TopNews__list {
	justify-content: space-between;
	margin-bottom: 32px;
}
.TopNews__item {
	/* margin-bottom: 0; ページ表示数を3 → 6へ変更 */
}

/* Outer Link
---------------------------------------- */
.OutLink {
	padding: 0;
}
.OutLink__cal {
	background: #1A3049;
	padding: 33px 0 40px;
	color: #fff;
	text-align: center;
}
.OutLink__cal .inner {
	max-width: 608px;
	overflow: hidden;
}
.OutLink__cal h2 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 24px;
}
.OutLink__cal h2 span {
	font-size: 2rem;
	display: inline-block;
	margin-bottom: 12px;
}
.cal-wrap {
	display: flex;
	overflow-x: scroll;
	/*max-width: 560px;
  min-width: 320px;
  margin: 2.0833% auto;*/
}
.cal-wrap > div {
	min-width: 560px;
	/*position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;*/
}
/*.cal-wrap > div iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}*/
/*.OutLink__cal {
	background: url(../images/top/cal_bg.jpg) no-repeat center center / cover;
	height: 222px;
	padding: 32px 0;
}
.OutLink__cal a{
	text-align: center;
	padding: 16px 0 28px;
	display: block;
	width: 400px;
	margin: 0 auto;
	color: #fff;
	line-height: 1.6;
	background-color: rgba(0,0,0,0.5);
	position: relative;
	transition: all .3s;
}
.OutLink__cal a:before {
	position: absolute;
	display: blcok;
	content: "";
	background: url(../images/common/arrow.png) no-repeat;
	background-size: contain;
	width: 24px;
	height: 7px;
	right: 12px;
	bottom: 14px;
}
.OutLink__cal a:hover {
	background-color: rgba(0,0,0,0.7);
}
.OutLink__cal a span{
	font-weight: 700;
}
.OutLink__cal a span:nth-of-type(1){
	font-size: 2rem;
}
.OutLink__cal a span:nth-of-type(2){
	font-size: 2.4rem;
}
.OutLink__cal a small {
	font-size: 1.2rem;
}
.OutLink__cal p {
	color: #fff;
	font-weight: 700;
	text-align: center;
}*/
.OutLink__blog {
	color: #fff;
	padding: 40px 24px 0px;
	background: #1D1D1D;
}

.OutLink__blog a {
	display: block;
	width: 100%;
	max-width: 560px;
	margin: auto;
	transition: all .3s;
	border: 1px solid #fff;
	position: relative;
	/* background: url(../images/top/blog_bg.jpg) no-repeat center center / cover; */
}
.OutLink__blog a:hover {
	opacity: 0.9;
}
.OutLink__blog h3 {
	font-size: 5.6rem;
	font-family: 'Noto Sans', sans-serif;
	text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.8);
	line-height: 1.2;
	position: absolute;
	top: 24px;
	left: 36px;
}
/* .OutLink__fb {
	width: 50%;
	padding: 24px;
	background: #1D1D1D;
	color: #fff;
}
.OutLink__fb .icon {
	width: 48px;
	display: inline-block;
}
.fb-wrap {
	width: 456px;
} */
.OutLink__sns {
		color: #fff;
	padding: 28px 24px 48px;
	background: #1D1D1D;
}
.sns__items{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px;
}


/* Banner
---------------------------------------- */
.Banner {
	background: #1A3049;
}
.Banner__inner {
	margin: 40px auto;
}
.Banner__item {
	width: 390px;
	margin: 10px;
}


/*============================================================
 下層ページ
*============================================================*/
/* Common
---------------------------------------- */
#content.sub-page  {
	/* margin-bottom: 88px; */
	margin-bottom: 152px;
}
.PageHeader {
	margin-bottom: 40px;
	padding: 0;
}
.PageHeader__title {
	background: #3A3A3A;
	color: #fff;
	padding: 22px 0;
}
.PageHeader__title h1 {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
}
.Breadcrumb {
	padding: 10px 0;
	background: #F3F3F3;
	font-size: 1.4rem;
}
.Breadcrumb a {
	text-decoration: underline;
}
.Breadcrumb__inner > span {
	margin: 0 12px;
}
.Breadcrumb__inner > span:first-of-type {
	margin-left: 0;
}
.titleLeading {
	font-size: 3.2rem;
	font-weight: 700;
	position: relative;
	margin-bottom: 14px;
}
.titleLeading:before {
	position: absolute;
	content: "";
	display: block;
	width: 32px;
	height: 4px;
	background: #FFDA57;
	left: 0;
	bottom: -4px;
}
.blockTitle {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 16px;
}
.underYel {
	display: inline-block;
	position: relative;
	margin-bottom: 16px;
	font-weight: 700;
}
.underYel:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #FFDA57;
	left: 50%;
	transform: translatex(-50%);
	bottom: -2px;
}
.Mv__bgInner {
	position: relative;
	height: 100%;
}
.type2.Mv {
	margin-bottom: 40px;
}
.type2 .Mv__logo {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	transform: translatey(-50%);
}
.Point {
	margin-bottom: 40px;
}
.Point h2 {
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 14px;
}
.TestDrive {
	margin-bottom: 40px;
}
.TestDrive h2 {
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 14px;
}
.BannerImage {
	margin-bottom: 40px;
}
.BannerImage .Banner__link {
	/* justify-content: center; */
	gap: 16px;
}
/* husqvarnaページ(archive-husqvarna.php)
---------------------------------------- */
.husqvarna .Mv__bg {
	background: url(../images/husqvarna_mv.jpg) no-repeat center center / cover;
	height: 380px;
}
.husqvarna .Mv__logo {
	width: 140px;
	left: 120px;
}
.HsqNav {
	margin-bottom: 64px;
}
.HsqNav h2 {
	font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 14px
}
.HsqNav__item {
	width: 25%;
	height: 324px;
	color: #fff;
	text-align: center;
}
.HsqNav__item:nth-child(1) {
	background: url(../images/husqvarna/svartpilen_bg.jpg) no-repeat center center / cover;
}
.HsqNav__item:nth-child(2) {
	background: url(../images/husqvarna/elec_bg.jpg) no-repeat center center / cover;
}
.HsqNav__item:nth-child(3) {
	background: url(../images/husqvarna/2stroke_bg.jpg) no-repeat center center / cover;
}
.HsqNav__item:nth-child(4) {
	background: url(../images/husqvarna/4stroke_bg.jpg) no-repeat center center / cover;
}
.HsqMain__block:not(:last-child) {
	margin-bottom: 16px;
}
.HsqMain__block h2 {
	font-size: 2rem;
	margin-bottom: 16px;
	font-weight: 700;
}
.HsqNav__item a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
}
.HsqNav__item a:before {
	display: block;
	position: absolute;
	content: "";
	width: 18px;
  height: 18px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
	bottom: 24px;
	left: 47%;
	transform: rotate(135deg) translatex(-50%);
	z-index: 1;
	transition: all .3s;
}
.HsqNav__item a:hover:before {
	bottom: 18px;
}
.HsqNav__item p {
	line-height: 1.2;
	font-weight: 700;
	font-size: 2.8rem;
	margin-top: -12px;
}
.HsqMain__link a {
	margin: 12px;
	width: 336px;
	transition: all .3s;
}
.HsqMain__link a:hover {
	opacity: 0.8;
}
.HsqMain__link p {
	text-align: center;
}

/* gasgasページ(archive-gasgas.php)
---------------------------------------- */
.gasgas .Mv__bg {
	background: url(../images/gasgas_mv.jpg) no-repeat center center / cover;
	height: 380px;
}
.gasgas .Mv__logo {
	width: 344px;
	right: 0;
}
.GasMain {
	margin-bottom: 88px;
}
.GasMain h2 {
	font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 14px
}
.GasMain__link a {
	margin: 12px;
	width: 336px;
	transition: all .3s;
}
.GasMain__link a:hover {
	opacity: 0.8;
}
.GasMain__link p {
	text-align: center;
}



/* 新車情報ページ（archive-new.php）
---------------------------------------- */
.post-type-archive-new .TabItem a{
	width: 136px;
}
.NewLead {
	margin-bottom: 80px;
}
.NewLead__first {
	margin-bottom: 40px;
}
.NewLead__content h2 {
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 14px;
}
/* .NewLead__content p:not(:last-of-type) { */
.NewLead__content p {
	margin-bottom: 32px;
}
.NewLead__logo {
	align-items: flex-start;
	margin-bottom: 24px;
}
.NewLead__logo img{
	display: inline-block;
	margin-right: 40px;
}
.NewLead__logo img:last-child {
	margin-right: 0;
}
.line-btn{
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.line-btn::before{
	content: '';

	background: transparent url(../images/new/icon_line.svg) no-repeat top center / contain;
	width: 24px;
	height: 24px;
	margin-right: 4px;
}
.goobike-btn {
	margin-top: 10px;
}
.Banner__content .Banner__link {
	gap: 16px;
}
/* お知らせ詳細ページ （single-new.php）
---------------------------------------- */
.SingleNews .meta{
	margin-bottom: 24px;
}
.SingleNews .content a {
	text-decoration: underline;
	color: #1D3BA8;
}
.SingleNews .content ul {
	padding-left: 20px;
}
.SingleNews .content li {
	list-style: disc;
}
.SingleNews .content > *{
	margin-bottom: 24px;
}
.SingleNews .content > h2 {
	margin-top: 32px;
	font-size: 3.2rem;
	font-weight: 700;
}
.SingleNews .content > h3 {
	font-size: 2.4rem;
	font-weight: 700;
}
.SingleNews .content > h4 {
	font-size: 2rem;
	font-weight: 700;
}

/* 中古車情報ページ
---------------------------------------- */
.UsedLead {
	margin-bottom: 46px;
}
.UsedNote {
	margin-bottom: 40px;
}
.UsedNote li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 16px;
}
.UsedNote li:last-child {
	margin-bottom: 0;
}
.UsedNote li:before {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #1D1D1D;
	left: 0;
	top: 11px;
	border-radius: 50%;
}
.UsedNote .para {
	display: block;
	position: relative;
	padding-left: 24px;
	margin-top: 16px;
}
.UsedNote .para:before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #1D1D1D;
}
.UsedNote .para a{
	display: block;
	text-decoration: underline;
	color: #1D3BA8;
	cursor: pointer;
}

.Modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 10000;
}
.Modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.Modal__content{
    background: #fff;
    left: 50%;
    position: absolute;
    top: 82px;
    transform: translatex(-50%);
    width: 880px;
	height: calc(100% - 104px);
	overflow-y:scroll;
}
.Modal__inner {
	padding: 40px;
	position: relative;
}
.Modal__close {
	position: fixed;
	content: "×";
	display: block;
	color: #fff;
	width: 48px;
	height: 48px;
	background: #1D1D1D;
	top: 81px;
	right: calc(50% - 440px);
	font-size: 2.8rem;
	line-height: 1;
	text-align: center;
	padding-top: 8px;
	cursor: pointer;
	z-index: 1;
}
.Modal__content h2 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 24px;
}
.Modal__block {
	margin-bottom: 40px;
}
.Modal__block .wrap {
	margin-bottom: 24px;
}
.Modal__block h3 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 16px;
}
.Modal__block h4 {
	margin-bottom: 16px;
}
.Modal__block ol {
	counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.Modal__block .wrap ol {
	margin-left: 16px;
}
.Modal__block ul {
	padding-left: 16px;
}
.Modal__block ol li {
	text-indent: -1.3em;
  padding-left: 1.3em;
}
.Modal__block ol li:not(:last-child) {
	margin-bottom: 16px;
}
.Modal__block ol li:before {
  counter-increment: item;
  content: counter(item)' ';
  padding-right: .5em;
  font-weight: bold;
}
.Modal__block ul li {
	list-style: disc;
}
.Modal__block ul li:not(:last-child) {
	margin-bottom: 6px;
}
.Modal__block p {
	margin-bottom: 16px;
}
.Modal__block .note {
	display: block;
	margin-top: 12px;
}

.UsedNum {
	margin-bottom: 56px;
}
.UsedNum__wrap {
	padding: 24px;
	border: 1px solid #3A3A3A;
}
.UsedNum__wrap > div:not(:last-child) {
	margin-bottom: 12px;
}
.UsedNum__wrap .title {
	font-weight: 700;
	display: inline-block;
	margin-right: 12px;
}
.UsedBnr__bg {
	background: #1D1D1D;
	color: #fff;
	padding: 24px;
	transition: all .3s;
	cursor: pointer;
}
.UsedBnr__bg:hover {
	opacity: 0.8;
}
.UsedBnr__logo {
	width: 218px;
	margin-right: 24px;
}
.UsedBnr__text {
	font-size: 2.4rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	font-weight: 700;
}
.UsedBnr__btn {
	margin: 0;

}
.UsedBnr__btn:hover {
	background-position: 0 0;
}


/* お問い合わせページ
---------------------------------------- */
.Input {
	margin-bottom: 40px;
}
.Input__title,
.Input__form {
	display: inline-block;
}
.Input__title {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 12px;
	font-weight: 700;
	position: relative;
}
.Input__title.required:before {
	position: absolute;
	content: "必須";
	font-weight: 500;
	display: block;
	color: #fff;
	background: #E2041A;
	width: 46px;
	height: 22px;
	line-height: 22px;
	font-size: 1.2rem;
	text-align: center;
	right: -62px;
	top: 50%;
	transform: translatey(-50%);
}
.Input__form {
	width: 100%;
	font-size: 1.6rem;
}
.inquiry .checkbox {
	margin-bottom: 40px;
}
.inquiry .checkbox input {
	margin-right: 12px;
}
.inquiry .checkbox a {
	text-decoration: underline;
}
.inquiry .form .c-btn {
	margin: 16px;
}
.inquiry-confirm #agree {
	pointer-events : none;
}

/* お問い合わせ完了ページ
---------------------------------------- */
.ThanksMain__inner {
	max-width: 800px;
}
.ThanksMain h2 {
	font-weight: 700;
	font-size: 3.2rem;
	margin-bottom: 40px;
}
.ThanksMain p {
	line-height:1.8;
	font-size: 1.6rem;
	margin-bottom: 72px;
}
.ThanksMain .c-btn {
	margin: 0 auto;
	line-height: 1.8;
}

/* 個人情報保護方針ページ
---------------------------------------- */
.PolicyNav {
	margin-bottom: 40px;
}
.PolicyNav li{
	position: relative;
	padding-left: 14px;
	margin-right: 24px;
}
.PolicyNav li:before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7.8px;
	border-color: transparent transparent transparent #1d1d1d;
	left: 0;
	top: 11px;
}
.PolicyNav a{
	text-decoration: underline
}

.PolicyMain__block {
	margin-bottom: 40px;
}
.PolicyMain__lead {
	margin-bottom: 40px;
}
.PolicyMain__block h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 16px;
}
.PolicyMain__block ul {
	margin-top: 16px;
	padding-left: 16px;
}
.PolicyMain__block ul li {
	list-style: disc;
}

/* 会社情報ページ
---------------------------------------- */
.company section {
	margin-bottom: 40px;
}
.Shop__img {
	/* width: 280px; */
	width: 308px;
	margin-right: 32px;
}
.Shop__content {
	width: calc(100% - 340px);
}
.Shop__content h3 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 8px;
}
.AccessInfo .TabList {
	justify-content: center;
}
.tab{
  text-align:center;
  cursor:pointer;
	padding: 8px 0;
	width: 320px;
	height: 56px;
	background: #F3F3F3;
	font-size: 2rem;
	position: relative;
	margin: 0 10px;
}
.tab.is-active{
	background: #1D1D1D;
	color: #fff;
	font-weight: 700;
}
.tab.is-active:before{
	position: absolute;
	content: "";
	display: block;
	left: 50%;
	transform: translatex(-50%);
	bottom: 4px;
	width: 104px;
	height: 2px;
	background: #fff;
}
.PanelItem{
  display:none;
}
.PanelItem.is-show{
  display:block;
}
.PanelItem.car h3 {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 16px;
}
.PanelItem.car p {
	margin-bottom: 40px;
}
.PanelItem.car p span {
	font-weight: 700;
}
.font-bold{
	font-weight: 700;
}
.PanelItem.car .bd-orange {
	padding: 24px;
	background: #fff;
	border: 2px solid #ED7A39;
}
.AccessMap__wrap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.AccessMap__wrap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.CompanyInfo dl > div {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #C4C4C4;
}
.CompanyInfo dt {
	float: left;
}
.CompanyInfo dd {
	margin-left: 224px;
}

.Staff__item {
	flex-wrap: nowrap;
}
.Staff__item:not(:last-child) {
	margin-bottom: 40px;
}
.Staff__img {
	width: 250px;
	margin-right: 32px;
}
.Staff__content {
	width: calc(100% - 282px);
}
.Staff__content h3 {
	font-weight: 700;
}

/* 修理メンテナンスページ
---------------------------------------- */
.MenteBlock:nth-child(2) {
	margin-bottom: 40px;
}
.MenteBlock .inner > p {
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1.8;
	position: relative;
}
.MenteBlock .inner > p:before {
	display: block;
	content: "";
	position: absolute;
	background: #FFDA57;
	height: 8px;
	width: 100%;
	bottom: 4px;
	left: 0;
	z-index: -1;
}
.MenteBlock__title {
	margin-bottom: 32px;
}
