/* ------------------------------
- utility
------------------------------ */
@media only screen and (max-width: 599px) {
	.visible-sp {
	  display: inherit;
	}
	.visible-tab {
	  display: none;
	}
	.visible-pc {
	  display: none;
	}
}	
@media only screen and (min-width: 600px) and (max-width: 1024px){
  .visible-sp {
    display: none;
  }
  .visible-tab {
    display: inherit;
  }
  .visible-pc {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .visible-sp {
    display: none;
  }
  .visible-tab {
    display: none;
  }
  .visible-pc {
    display: inherit;
  }
}


/* ------------------------------
search
----------------------------- */
.sitemap .search_wrap .header__searchbox {
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
@media only screen and (min-width: 768px) {
	.sitemap .search_wrap .searchform {
		background: #fff;
		align-items: center;
		padding: 7px 15px;
		border: 1px solid #c5c5c5;
	}
	.sitemap .searchform__text {
		height: 35px;
		width: 400px;
		border-right: 1px solid #c5c5c5;
	}
}
@media only screen and (max-width: 767px) {
	.sitemap .search_wrap .searchform {
		flex: 1;
	}
}
@media only screen and (max-width: 767px) {
	.sitemap .searchform__text {
		padding: 3vw;
	}
	.sitemap .searchform__image {
		right: 3vw;
	}
}
@media only screen and (max-width: 767px) {
	.sitemap .search_wrap .header__searchbox {
		position: fixed;
		background: #fff;
		border-top: #cfcfcf solid 1px;
		padding: 15px;
		left: 0;
		right: 0;
		top: 55px;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-30px);
		transition: all 0.3s;
 		z-index: 11;
	}
	.sitemap .search_wrap .header__searchbox.open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	.sitemap .search_wrap .header__searchbox .searchform {
		background: transparent;
	}
	input#SS_searchQuery1 {
		font-size: 16px;
	}
}


/* ------------------------------
- layout
------------------------------ */
@media only screen and (max-width: 599px) {	
	.inner {
		padding: 0 1.5rem;
	}
}	
@media only screen and (min-width: 600px) and (max-width: 1024px){
	.inner {
		padding:0 2rem;
	}
	.inner-ex {
		padding: 0;
	}
}
@media only screen and (min-width: 1025px) {
	.inner,
	.inner-ex {
		width: 100%;
		max-width: 1120px;
		padding: 0;
		margin: 0 auto;
	}
	.inner-list {
		width: 100%;
		max-width: 1120px;
		padding: 0;
		margin: 0 auto;
	}
}


/* ------------------------------
- head
------------------------------ */
.head {
	text-align: center;
	margin-bottom: 20px;
}
.head__sub {
	margin-bottom: 5px;
}
.head__main {
	font-size: 13px;
}
.head::after {
	content: '';
	display: block;
	margin: 10px auto 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ca0000;
}
@media only screen and (min-width: 768px) {
	.head {
		margin-bottom: 30px;
	}
	.head__main {
		font-size: 20px;
	}
}


/*----------------------------
- sitemap_col common
--------------------------- */
@media only screen and (max-width: 599px) {	
	.sitemap_col_01,
	.sitemap_col_02 {
		display:flex;
		justify-content:flex-start;
		flex-flow:row wrap;
		margin: 6rem auto;
		padding: 0;
	}
	.sitemap_col_01 .sitemap_col_item_tit,
	.sitemap_col_02 .sitemap_col_item_tit,
	.separate_col .sitemap_col_item_tit{
		font-weight:bold;
		margin-bottom:2.5rem;
		border-bottom:1px solid #333;
	}
	.sitemap_col_01 .sitemap_col_item li,
	.sitemap_col_02 .sitemap_col_item li,
	.separate_col .sitemap_col_item li{
		margin-bottom:1.5rem;
		font-size:11px;
		font-weight: bold;
		padding-left: 0;
	}
	.sitemap_linktxt {
		word-break:break-all;
	}
}	
@media only screen and (min-width: 600px) and (max-width: 1024px){
	.sitemap_col_01,
	.sitemap_col_02 {
		display:flex;
		justify-content: space-between;
		flex-flow:row wrap;
		margin: 6rem auto 1rem;
	}
	.separate_col .sitemap_col_item_wrap {
		width:45%;
	}
	.sitemap_col_01 .sitemap_col_item_tit,
	.sitemap_col_02 .sitemap_col_item_tit,
	.separate_col .sitemap_col_item_tit{
		font-weight:bold;
		margin-bottom:2.5rem;
		border-bottom:1px solid #333;
	}
	.sitemap_col_01 .sitemap_col_item li,
	.sitemap_col_02 .sitemap_col_item li,
	.separate_col .sitemap_col_item li{
		margin-bottom:1.5rem;
		font-size:11px;
		font-weight:bold;
		padding-left: 1rem;
	}
}
@media only screen and (min-width: 1025px) {
	.sitemap_col_01,
	.sitemap_col_02 {
		display:flex;
		justify-content: space-between;
		flex-flow:row wrap;
		margin: 6rem auto;
	}	
	.sitemap_col_01 .sitemap_col_item_tit,
	.sitemap_col_02 .sitemap_col_item_tit {
		font-weight:bold;
		margin-bottom:2.5rem;
		border-bottom:1px solid #333;
	}
	.sitemap_col_01 .sitemap_col_item li,
	.sitemap_col_02 .sitemap_col_item li{
		margin-bottom:1.5rem;
		font-size:11px;
		font-weight:bold;
		padding-left: 1rem;
	}
}

/*
sitemap_linktxt
----------------- */
@media only screen and (max-width: 599px) {	
	.sitemap_linktxt {
		position: relative;
	}
	.sitemap_linktxt::before {
		content: "";
		display: block;
		background-image: url(../../images/header/common/icon_arrow_rightsideways_lightgray.svg);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: -12px;
		top: 33%;
	}
}
@media only screen and (min-width: 600px) and (max-width: 1024px){
	.sitemap_linktxt {
		position: relative;
	}
	.sitemap_linktxt::before {
		content: "";
		display: block;
		background-image: url(../../images/header/common/icon_arrow_rightsideways_lightgray.svg);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: -12px;
		top: 33%;
	}
	.sitemap_linktxt::before {
		width: 5px;
		height: 7px;
	}
}
@media only screen and (min-width: 1025px) {
	.sitemap_linktxt {
		position: relative;
	}
	.sitemap_linktxt::before {
		content: "";
		display: block;
		background-image: url(../../images/header/common/icon_arrow_rightsideways_lightgray.svg);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: -12px;
		top: 33%;
	}
	.sitemap_linktxt::before {
		width: 5px;
		height: 7px;
	}
	.sitemap_linktxt:hover::before {
		transform: translateX(50%);
	}
}


/*----------------------------
- sitemap_col_01
--------------------------- */
@media only screen and (max-width: 599px) {	
	.sitemap_col_01 .sitemap_col_item_wrap:first-child {
		width: 35%;
	}
	.sitemap_col_01 .sitemap_col_item_wrap:nth-child(2) {
		width: 65%;
	}
	.sitemap_col_01 .sitemap_col_item_wrap:last-child {
		width: 100%;
	}
	.sitemap_col_01 .sitemap_col_item_wrap:first-of-type .sitemap_col_item_tit {
		width: 90%;
	}
	.sitemap_col_01 .sitemap_col_item_wrap:nth-of-type(2) .sitemap_col_item_tit {
		margin-left: 1.8rem;
	}
	.sitemap_col_01 .sitemap_col_item_wrap:last-of-type .sitemap_col_item_tit {
		margin-left:0;
	}
}	
@media only screen and (min-width: 600px) and (max-width: 1024px){
	.sitemap_col_01 .sitemap_col_item_wrap:first-child {
		width: 22%;
	}
	.sitemap_col_01 .sitemap_col_item_wrap:nth-child(2) {
		width: 45%;
	}
	.sitemap_col_01 .sitemap_col_item_wrap:last-child {
		width: 26%;
	}
	.sitemap_col_01 .sitemap_col_item_wrap:first-of-type .sitemap_col_item_tit {
		width: 99%;
	}
	.sitemap_col_01 .sitemap_col_item_wrap:nth-of-type(2) .sitemap_col_item_tit {
		margin-left: 0.8rem;
		width: 92%;
	}
	.sitemap_col_01 .sitemap_col_item_wrap:last-of-type .sitemap_col_item_tit {
		margin-left:0;
	}
}	

@media only screen and (min-width: 1025px) {
	.sitemap_col_01 .sitemap_col_item_wrap:first-child {
		width: 23%;
	}
	.sitemap_col_01 .sitemap_col_item_wrap:nth-child(2) {
		width: 40%;
		margin-right: 1rem;
	}
	.sitemap_col_01 .sitemap_col_item_wrap:last-child {
		width: 35%;
	}
	.sitemap_col_01 .sitemap_col_item_wrap:first-of-type .sitemap_col_item_tit {
		width: 95%;
	}
	.sitemap_col_01 .sitemap_col_item_wrap:nth-of-type(2) .sitemap_col_item_tit {
		margin-left: 1.6rem;
		width: 90%;
	}
	.sitemap_col_01 .sitemap_col_item_wrap:last-of-type .sitemap_col_item_tit {
		margin-left:0.2rem;
		width:100%;
	}
}

/*
brand_col
---------- */
@media only screen and (max-width: 599px) {	
	.sitemap_col_01 .brand_col {
		display:flex;
		flex-flow:row wrap;
		margin-bottom: 5rem;
		justify-content: flex-end;
	}
	.sitemap_col_01 .brand_col li:nth-of-type(odd) {
		padding-right:1rem;
		width:50%;
	}
	.sitemap_col_01 .brand_col li:nth-of-type(even) {
		padding-right:0;
		width:40%;
	}
}
@media only screen and (min-width: 600px) and (max-width: 1024px){
	.sitemap_col_01 .brand_col {
		display:flex;
		flex-flow:row wrap;
		margin-bottom:4rem;
		justify-content: space-around;
	}
	.sitemap_col_01 .brand_col li:nth-of-type(odd) {
		padding-right:0;
		width:45%
	}
	.sitemap_col_01 .brand_col li:nth-of-type(even) {
		padding-right:0;
		width:42%;
	}
}
@media only screen and (min-width: 1025px) {
	.sitemap_col_01 .brand_col {
		display:flex;
		flex-flow:row wrap;
		margin-bottom: 5rem;
		justify-content: center;
	}
	.sitemap_col_01 .brand_col li:nth-of-type(odd) {
		padding-right:1rem;
		width:50%;
	}
	.sitemap_col_01 .brand_col li:nth-of-type(even) {
		padding-right:0;
		width:40%;
	}
}

/*
coodinate_col
-------------- */
@media only screen and (max-width: 599px) {
	.sitemap_col_01 .coodinate_col {
		display:flex;
		justify-content: space-between;
		flex-flow:row wrap;
		margin-bottom: 5rem;
	}
	.sitemap_col_01 .coodinate_col li:nth-of-type(odd) {
		width:50%;
	}
	.sitemap_col_01 .coodinate_col li:nth-of-type(even) {
		width:45%;
		padding-right:0;
	}
}
@media only screen and (min-width: 600px) and (max-width: 1024px){
}

@media only screen and (min-width: 1025px) {
	.sitemap_col_01 .coodinate_col {
		display:flex;
		justify-content: flex-start;
		flex-flow:row wrap;
		margin-bottom: 5rem;
	}
	.sitemap_col_01 .coodinate_col li:nth-of-type(odd) {
		width:50%;
	}
	.sitemap_col_01 .coodinate_col li:nth-of-type(even) {
		width:45%;
		padding-right:0;
	}
}	

/*
recommend_col
-------------- */
.sitemap_col_01 .recommend_col {
	display:flex;
	justify-content: center;
	flex-flow:row wrap;
}
.sitemap_col_01 .recommend_col li {
	width:100%;
}

/*
showroom_col
-------------- */
@media only screen and (max-width: 599px) {	
	.sitemap_col_01 .showroom_col {
		display: flex;
		justify-content: space-between;
		flex-flow:row wrap;
		margin-bottom: 0;
	}
	.sitemap_col_01 .showroom_col > li:first-child {
		width: 60%;
		
	}
	.sitemap_col_01 .showroom_col > li:last-child {
		width:40%;
	}
}
@media only screen and (min-width: 600px) and (max-width: 1024px){
	.sitemap_col_01 .showroom_col {
		display: flex;
		justify-content: space-between;
		flex-flow:row wrap;
		margin-bottom: 5rem;
	}
	.sitemap_col_01 .showroom_col > li:nth-last-child .brand_showroom_col{
		margin-bottom:3rem;
		
	}
	.sitemap_col_01 .showroom_col > li {
		padding-right:0;
		width:100%;
	}
}
@media only screen and (min-width: 1025px) {
	.sitemap_col_01 .showroom_col {
		display: flex;
		justify-content: space-between;
		flex-flow:row wrap;
		margin-bottom: 5rem;
	}
	.sitemap_col_01 .showroom_col > li:first-child {
		width: 50%;
	}
	.sitemap_col_01 .showroom_col > li:nth-child(2) {
		width:43%;
	}
}

/*
brand_showroom_col
------------------- */
@media only screen and (max-width: 599px) {	
	.sitemap_col_01 .showroom_col .brand_showroom_col li:nth-child(4) {
		margin-bottom:3rem;
	}
}	
.sitemap_col_01 .showroom_col .brand_showroom_col li:nth-child(2),
.sitemap_col_01 .showroom_col .brand_showroom_col li:nth-child(3),
.sitemap_col_01 .showroom_col .brand_showroom_col li:nth-child(4),
.sitemap_col_01 .showroom_col .brand_showroom_col li:nth-child(6),
.sitemap_col_01 .showroom_col .brand_showroom_col li:nth-child(7),
.sitemap_col_01 .showroom_col .brand_showroom_col li:nth-child(8) {
	padding-left:0.8rem;
}
@media only screen and (min-width: 600px) and (max-width: 1024px){
	.sitemap_col_01 .showroom_col > li:nth-child(2) {
		margin-top:3.8rem;	
	}
	.sitemap_col_01 .showroom_col .brand_showroom_col li:nth-child(1),
	.sitemap_col_01 .showroom_col .brand_showroom_col li:nth-child(5) {
		padding-left:0;
	}
	.sitemap_col_01 .showroom_col .brand_showroom_col li:nth-child(5) {
		margin-top:4.2rem;
	}
}
@media only screen and (min-width: 1025px) {
	.sitemap_col_01 .showroom_col > li:nth-child(2) {
		margin-top:0;
	}
	.sitemap_col_01 .showroom_col .brand_showroom_col li:nth-child(1),
	.sitemap_col_01 .showroom_col .brand_showroom_col li:nth-child(5) {
		padding-left:0;
	}
	.sitemap_col_01 .showroom_col .brand_showroom_col li:nth-child(5) {
		margin-top:4.2rem;
	}
}	


/*----------------------------
- separate_col 
--------------------------- */
@media only screen and (max-width: 599px) {
	.separate_col > ul {
		display:flex;
		justify-content:space-between;
		flex-flow:row wrap;
		margin-bottom: 6rem;
	}
	.separate_col ul > li {
		width:100%;
	}
	.coodinate_col {
		display:flex;
		justify-content:space-between;
		flex-flow:row wrap;
		margin-bottom: 5rem;
	}
	.recommend_col {
		display:flex;
		justify-content:space-between;
		flex-flow:row wrap;
	}
	.separate_col ul > li .coodinate_col > li {
		width:48%;
	}
	.separate_col ul > li .recommend_col > li {
		width:48%;
	}
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.separate_col > ul {
		display:flex;
		justify-content:space-between;
		flex-flow:row wrap;
		margin-bottom: 5rem;
	}
	.separate_col ul > li {
		width:48%;
	}
	.coodinate_col,
	.recommend_col {
		display:flex;
		justify-content:space-between;
		flex-flow:row wrap;
	}
	.coodinate_col > li,
	.recommend_col > li {
		width:48%;
	}
}
	
@media only screen and (min-width: 1025px) {
	
}	


/*----------------------------
- sitemap_col_02
--------------------------- */
@media only screen and (max-width: 599px) {	
	.sitemap_col_02 {
	  display:flex;
	  justify-content:space-between;
	  flex-flow:row wrap;
	  margin:4rem auto;
	}
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.sitemap_col_02 {
		display:flex;
		justify-content:space-between;
		flex-flow:row wrap;
		margin:4rem auto;
	}
}
@media only screen and (min-width: 1025px) {
	.sitemap_col_02 {
		display:flex;
		justify-content:space-between;
		flex-flow:row wrap;
		margin:4rem auto;
	}
}
	
@media only screen and (max-width: 599px) {
	.sitemap_col_02 .sitemap_col_item_wrap {
		width: 50%;
		margin-bottom: 4rem;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:first-of-type .sitemap_col_item_tit {
		border-bottom:1px solid #333;
		width: 80%;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:nth-of-type(2) .sitemap_col_item_tit {
		width: 100%;
	 	border-bottom:1px solid #333;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:nth-of-type(3) .sitemap_col_item_tit {
		width: 80%;
		border-bottom:1px solid #333;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:last-of-type .sitemap_col_item_tit {
		width: 100%;
		border-bottom:1px solid #333;
	}
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.sitemap_col_02 .sitemap_col_item_wrap:first-child {
		width: 23%;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:nth-child(2) {
		width: 27%;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:nth-child(3) {
		width: 27%;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:last-child {
		width: 20%;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:first-of-type .sitemap_col_item_tit {
		border-bottom:1px solid #333;
		width: 90%;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:nth-of-type(2) .sitemap_col_item_tit {
		width: 90%;
		border-bottom:1px solid #333;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:nth-of-type(3) .sitemap_col_item_tit {
		width: 90%;
		border-bottom:1px solid #333;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:last-of-type .sitemap_col_item_tit {
		width: 100%;
		border-bottom:1px solid #333;
	}
}
	
@media only screen and (min-width: 1025px) {
	.sitemap_col_02 .sitemap_col_item_wrap:first-child {
		width: 23%;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:nth-child(2) {
		width: 27%;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:nth-child(3) {
		width: 27%;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:last-child {
		width: 20%;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:first-of-type .sitemap_col_item_tit {
		border-bottom:1px solid #333;
		width: 90%;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:nth-of-type(2) .sitemap_col_item_tit {
		width: 90%;
		border-bottom:1px solid #333;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:nth-of-type(3) .sitemap_col_item_tit {
		width: 90%;
		border-bottom:1px solid #333;
	}
	.sitemap_col_02 .sitemap_col_item_wrap:last-of-type .sitemap_col_item_tit {
		width: 100%;
		border-bottom:1px solid #333;
	}
}

/*
repair_col
-------------- */
.sitemap_col_02 .repair_col li{
	padding-right: 2.5rem;
}

@media only screen and (min-width: 768px) {
	.sitemap_col_02 .repair_col li{
		padding-right: 0;
 	}
}


/* ----------------
- footer
---------------- */
#footer #footer_nav_pc .footer_nav_inner {
    margin: 0 auto; 
}