@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
/* CSS Document */
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#page_top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}
#page_top img {
	vertical-align: bottom;
}
#contents-wrap {
	padding-top: 100px;
}
h1 {
	width: 100%;
	height: 162px;
	background-image: url(../img/shared/contents-ttl.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 2rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
h1 span {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #292929;
}
#main-visual-under {
	position: relative;
	background: url(../img/about/main-visual.jpg) no-repeat center center;
 padding-bottom: calc(100%*340/1300);
	background-size: auto 100%;
}
/* サブメニュー */
#link{
	padding-top: 100px;
	margin-top: -100px;
	width: 100%;
	height: 100%;
}
.under-nav {
	position: absolute;
	width: 100%;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.36);
	bottom: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 500;
}
.under-nav ul {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.under-nav ul li {
	position: relative;
	text-decoration: none;
	color: #fff;
	border-bottom: #fff solid 2px;
	width: 320px;
	text-align: center;
	cursor: pointer;
}
.under-nav ul li.current-page {
	border-bottom: #0071be solid 2px;
	padding-bottom: 15px;
}
.under-nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding-bottom: 15px;
}
.under-nav ul li::after {
	content: attr(data-color-change);
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	clip: rect(0,0,2px,0);
	transition: clip 0.1s linear;
	background: #0071be;
}
.under-nav ul li:hover::after {
	clip: rect(0,320px,2px,0);
}
#toggle {
	display: none;
}



#business {
	margin-top: 55px;
	margin-bottom: 52px;
	text-align: center;
}
/* サブサブメニュー */
#sub-menu-wrap{
	margin-top: 52px;
	width: 100%;
}
.sub-menu{
	margin: 0 auto;
	width: 1000px;
	display: flex;
	justify-content: space-around;
}
#sub-menu-wrap ul li br{
	display: none;
}
#sub-menu-wrap ul li {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.125rem;
	font-weight: 500;
	text-decoration: none;
	width: 260px;
	height: 42px;
	background: url(../img/business/submenu-off.gif) no-repeat bottom center;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
#sub-menu-wrap ul li.current-page {
	background: url(../img/business/submenu-on.gif) no-repeat bottom center;
}
#sub-menu-wrap ul li a {
	display: block;
	text-decoration: none;
	color: #292929;
	padding-bottom: 24px;
	box-sizing: border-box;
}
/* 見出しh2 */
.justify-h2 {
	position: relative;
	display: inline-block;
	width: 96px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.286;
	text-align-last: justify;
}
.justify-h2::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -16px;/*線の上下位置*/
	display: inline-block;
	width: 80px;/*線の長さ*/
	height: 3px;/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #0071be;/*線の色*/
}
.under-h2 {
	position: relative;
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.286;
}
.under-h2::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -16px;/*線の上下位置*/
	display: inline-block;
	width: 80px;/*線の長さ*/
	height: 3px;/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #0071be;/*線の色*/
}

.sp-move-on{
	display: none;
}

.aboutus-wrap p{
	margin-top: 63px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-size: 1.13rem;
	font-weight: 500;
	line-height: 2.111;
}
/* ログインボタン */
.login-wrap{
	margin-top: 65px;
}
.login-wrap a{
	display: flex;
	margin: 0 auto;
	margin-top: 30px;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.13rem;
	font-weight: 700;
	color: #0071be;
	width: 400px;
	height: 80px;
	background:url(../img/business/loginbtn_off.png) no-repeat center;
	border: #0071be solid 1px;
	text-align: center;
	line-height: 1.5;
	transition: all 0.2s;
}
.login-wrap a:hover{
	color: #fff;
	background: url(../img/business/loginbtn_on.png) no-repeat center;
}
.login-wrap a span{
	font-size: 0.75rem;
	font-weight: 500;
}
/* 自動車機器営業部 */
#carsales{
	width: 100%;
	margin-top: 67px;
}
#carsalesB{
	display: none;
}
#carsales h3{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #0071be;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
#carsales ul{
	margin: 0 auto;
	margin-top: 45px;
	width: 1000px;
	display: flex;
	justify-content: space-between;
}
#carsales ul li p{
	width: 483px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.125;
	text-align: justify;
	text-justify: inter-ideograph;
}

#carsalesB{
	width: 100%;
	margin-top: 67px;
}
#carsalesB h3{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #0071be;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
#carsalesB ul{
	margin: 0 auto;
	margin-top: 45px;
	width: 1000px;
	display: flex;
	justify-content: space-between;
}
#carsalesB ul li p{
	width: 483px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.125;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* カーオーディオ */
.carnavi{
	width: 100%;
	margin-top: 44px;
	padding-bottom: 26px;
}
.carnavi .carnavi-inner{
	margin: 0 auto;
	width: 1000px;
}
.carnavi h4{
	position: relative;
	padding-top: 3px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.375rem;
	font-weight: 500;
	text-align: left;
	overflow: hidden;
}
.carnavi h4::after{
	position: absolute;
	margin-left: 14px;
	content: "";
	top: 45%;
	width: 100%;
	border-bottom: #0071be solid 1px;
}
.carnavi p{
	margin-top: 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.125;
	color: #525659;
	text-align: justify;
	text-justify: inter-ideograph;
}
.carnavi p a{
	color: #0071be;
}
.carnavi h5{
	margin-top: 40px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.13em;
	font-weight: 700;
	text-align: left;
}
.carnavi h5 br{
	display: none;
}
.carnavi ul{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.carnavi ul::after{
	content: "";
	display: block;
	width: 310px;
}
.carnavi ul li{
	width: 310px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-bottom: 30px;
	word-break: break-all;
}
.carnavi .shop-name{
	width: 174px;
	margin-top: 7px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
}
.carnavi .shop-name a{
	color: #0071be;
	font-size: 0.75rem;
	line-height: 1.5;
}
.carnavi .shop-name span{
	color: #292929;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5;
}
.carnavi a.buy-btn{
	margin: 0 auto;
	margin-top: 50px;
	display: block;
	text-decoration: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #0071be;
	width: 350px;
	height: 60px;
	background:url(../img/about/googlemap_off.png) no-repeat center;
	border: #0071be solid 1px;
	text-align: center;
	line-height: 60px;
	transition: all 0.2s;
}
.carnavi a.buy-btn:hover{
	color: #fff;
	background: url(../img/about/googlemap_on.png) no-repeat center;
}
/* 自動車機器サービス部 */
.service{
	width: 100%;
	margin-top: 44px;
	padding-bottom: 26px;
}
.service .service-inner{
	margin: 0 auto;
	width: 1000px;
}
.service h4{
	position: relative;
	padding-top: 3px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.375rem;
	font-weight: 500;
	text-align: left;
	overflow: hidden;
}
.service h4::after{
	position: absolute;
	margin-left: 14px;
	content: "";
	top: 45%;
	width: 100%;
	border-bottom: #0071be solid 1px;
}

.service img{
	margin-top: 41px;
	vertical-align: bottom;
	padding-bottom: 20px;
}
.service p{
	margin-top: 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.125;
	color: #525659;
	text-align: justify;
	text-justify: inter-ideograph;
}
.service p a{
	color: #0071be;
}
.service .suppliers{
	margin-top: 42px;
	display: flex;
}
.service .suppliers h5{
	position: relative;
	margin-left: 31px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.13rem;
	font-weight: 700;
	text-align: right;
}
.service .suppliers h5::before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../img/business/h5-point.gif) no-repeat;
	background-size: 10px 10px;
	top:-16px;
	left: -31px;
}
.service .suppliers ul{
	margin-left: 89px;
	width: 780px;
	display: flex;
	flex-wrap: wrap;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-size: 1rem;
	font-weight: 500;
}
.service .suppliers ul li{
	margin-right: 70px;
	width: auto;
	line-height: 24px;
	display: flex;
	box-sizing: border-box;
}
.service .suppliers ul li span{
	color: #0071be;
}
/* モバイル事業 */
.service .shop-list{
	margin-top: 60px;
	display: flex;
}
.service .shop-list h5{
	position: relative;
	margin-left: 85px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.13rem;
	font-weight: 700;
	text-align: right;
}
.service .shop-list h5::before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../img/business/h5-point.gif) no-repeat;
	background-size: 10px 10px;
	top:-16px;
	left: -31px;
}
.service .shop-list ul{
	margin-left: 76px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
}
.service .shop-list ul li{
	position: relative;
	display: block;
	margin-bottom: 10px;
	line-height: 1.5;
	box-sizing: border-box;
}
.service .shop-list ul li img{
	margin-top: 0;
	margin-left: 8px;
	vertical-align: middle;
	padding-bottom: 0;
}
.service .shop-list ul li a{
	color: #525659;
}
/* モーターサイクル事業 */
.motorcycle{
	width: 100%;
	margin-top: 37px;
	padding-bottom: 62px;
}
.motorcycle .service-inner{
	margin: 0 auto;
	width: 1000px;
}
.motorcycle img{
	vertical-align: bottom;
}

.motorcycle .shop-list{
	margin-top: 74px;
	/*display: flex;*/
}
.motorcycle .shop-list h5{
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.13rem;
	font-weight: 700;
	text-align: center;
}
.motorcycle .shop-list h5::before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../img/business/h5-point.gif) no-repeat;
	background-size: 10px 10px;
	top:-24px;
	left: 372px;/*初期-31px*/
}
.motorcycle .shop-list ul{
	margin-left: 76px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	width: 680px;
	display: flex;
	flex-wrap: wrap;
}
.motorcycle .shop-list ul li{
	position: relative;
	display: block;
	margin-right: 70px;
	margin-bottom: 10px;
	line-height: 1.5;
	box-sizing: border-box;
	width: 172px
}
.motorcycle .shop-list ul li:nth-child(3){
	margin-right: 0;
}
.motorcycle .shop-list h5 img{
	margin-top: 0;
	margin-left: 8px;
	vertical-align: middle;
	padding-bottom: 0;
}
.motorcycle .shop-list ul li a{
	color: #525659;
}
.motorcycle .shop-list h5 a{
	text-decoration: none;
	color: #525659;
}
/* お問い合わせ */
.contact table{
	margin: 0 auto;
	margin-top: 50px;
	width: 680px;
	height: 306px;
	background-color: #ffffff;
	border: #e3e3e3 solid 1px;
	box-sizing: border-box;
}
.contact table th{
	height: 56px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #ffffff;
	font-size: 1.13rem;
	font-weight: 700;
	background-color: #0071be;
	vertical-align: middle;
}
.contact table td{
	padding-top: 35px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1rem;
	color: #525659;
	font-weight: 500;
	text-align: center;
}
.contact table td p{
	margin-bottom: 15px;
}
.contact table td p br{
	display: none;
}
.contact table td span{
	font-size: 1.25em;
	font-weight: 700;
}
.contact table td a{
	margin: 0 auto;
	margin-top: 30px;
	display: block;
	text-decoration: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #0071be;
	width: 400px;
	height: 60px;
	background:url(../img/business/contactbtn_off.png) no-repeat top left;
	background-size: cover;
	border: #0071be solid 1px;
	text-align: center;
	line-height: 60px;
	transition: all 0.2s;
}
.contact table td a:hover{
	color: #fff;
	background: url(../img/business/contactbtn_on.png) no-repeat top left;
	background-size: cover;
}
/* お問い合わせ足利 */
.contact-ashikaga table{
	margin: 0 auto;
	margin-top: 50px;
	width: 680px;
	height: 260px;
	background-color: #ffffff;
	border: #e3e3e3 solid 1px;
	box-sizing: border-box;
}
.contact-ashikaga table th{
	height: 56px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #ffffff;
	font-size: 1.13rem;
	font-weight: 700;
	background-color: #0071be;
	vertical-align: middle;
}
.contact-ashikaga table td{
	padding-top: 35px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1rem;
	color: #525659;
	font-weight: 500;
	text-align: center;
}
.contact-ashikaga table td p{
	margin-bottom: 15px;
}
.contact-ashikaga table td p br{
	display: none;
}
.contact-ashikaga table td span{
	font-size: 1.25em;
	font-weight: 700;
}
.contact-ashikaga table td a{
	margin: 0 auto;
	margin-top: 30px;
	display: block;
	text-decoration: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #0071be;
	width: 400px;
	height: 60px;
	background:url(../img/business/contactbtn_off.png) no-repeat top left;
	background-size: cover;
	border: #0071be solid 1px;
	text-align: center;
	line-height: 60px;
	transition: all 0.2s;
}
.contact-ashikaga table td a:hover{
	color: #fff;
	background: url(../img/business/contactbtn_on.png) no-repeat top left;
	background-size: cover;
}
@media screen and (max-width:1000px){
	.under-nav ul{
		width: 100%;
	}
	.under-nav ul li {
	width: 32vw;
}
.under-nav ul li:hover::after {
	clip: rect(0,32vw,2px,0);
}
	
	/* サブサブメニュー */
#sub-menu-wrap{
	margin-top: 5.2vw;
	width: 100%;
}
.sub-menu{
	width: 84vw;
}
#sub-menu-wrap ul li {
	font-size: 1.8vw;
	width: 26vw;
	height: 4.2vw;
}
/* ログインボタン */
.login-wrap{
	margin-top: 6.5vw;
}
.login-wrap a{
	margin-top: 3vw;
	font-size: 1.8vw;
	width: 40vw;
	height: 8vw;
	background-size: cover;
}
.login-wrap a span{
	font-size: 1.2vw;
}
	
.aboutus-wrap p{
	margin-top: 6.3vw;
	font-size: 1.8vw;
}
/* 自動車機器営業部 */
#carsales{
	width: 100%;
	margin-top: 6.7vw;
}
#carsales h3{
	font-size: 2.4vw;
}
#carsales ul{
	margin-top: 4.5vw;
	width: 95%;
}
#carsales ul li p{
	width: 46vw;
	font-size: 1.6vw;
}
	#carsales ul li img{
		width: 48vw;
		height: 30vw;
	}
	
#carsalesB{
	width: 100%;
	margin-top: 6.7vw;
}
#carsalesB h3{
	font-size: 2.4vw;
}
#carsalesB ul{
	margin-top: 4.5vw;
	width: 95%;
}
#carsalesB ul li p{
	width: 46vw;
	font-size: 1.6vw;
}
	#carsalesB ul li img{
		width: 48vw;
		height: 30vw;
	}
/* カーオーディオ */
.carnavi{
	margin-top: 4.7vw;
	padding-bottom: 2.6vw;
}
.carnavi .carnavi-inner{
	width: 95%;
}
.carnavi h4{
	font-size: 2.2vw;
}
.carnavi h4::after{
	position: absolute;
	margin-left: 1.4vw;
}
.carnavi p{
	margin-top: 2vw;
	font-size: 1.6vw;
}
.carnavi h5{
	margin-top: 4vw;
	font-size: 1.8vw;
}
.carnavi ul{
	margin-top: 3vw;
}
.carnavi ul::after{
	width: 31vw;
}
.carnavi ul li{
	width: 31vw;
	margin-bottom: 3vw;
}
.carnavi .shop-name{
	width: 17.4vw;
	margin-top: 0.7vw;
	font-size: 1.6vw;
}
.carnavi .shop-name a{
	font-size: 1.2vw;
}
.carnavi .shop-name span{
	font-size: 1.2vw;
}
.carnavi a.buy-btn{
	margin-top: 5vw;
	font-size: 1.6vw;
	width: 35vw;
	height: 6vw;
	line-height: 6vw;
	background-size: cover;
}
/* 自動車機器サービス部 */
.service{
	margin-top: 4.7vw;
	padding-bottom: 2.6vw;
}
.service .service-inner{
	width: 95%;
}
.service h4{
	font-size: 2.2vw;
}
.service h4::after{
	margin-left: 1.4vw;
}
	.service img{
	margin-top: 4.1vw;
	vertical-align: bottom;
	padding-bottom: 2vw;
		width: 100%;
		height: auto;
}
	
.service p{
	margin-top: 2vw;
	font-size: 1.6vw;
}
.service .suppliers{
	margin-top: 4.2vw;
}
.service .suppliers h5{
	margin-left: 3.1vw;
	font-size: 1.8vw;
}
.service .suppliers h5::before{
	width: 1vw;
	height: 1vw;
	background: url(../img/business/h5-point.gif) no-repeat;
	background-size: 1vw 1vw;
	top:-1.6vw;
	left: -3.1vw;
}
.service .suppliers ul{
	margin-left: 6vw;
	width: 75vw;
	font-size: 1.6vw;
}
.service .suppliers ul li{
	margin-right: 6vw;
	width: auto;
	line-height: 2.4vw;
}

/* モバイル事業 */
.service .shop-list{
	margin-top: 6vw;
}
.service .shop-list h5{
	margin-left: 8.5vw;
	font-size: 1.8vw;
}
.service .shop-list h5::before{
	width: 1vw;
	height: 1vw;
	background-size: 1vw 1vw;
	top:-1.6vw;
	left: -3.1vw;
}
.service .shop-list ul{
	margin-left: 7.6vw;
	font-size: 1.6vw;
}
.service .shop-list ul li{
	margin-bottom: 1vw;
}
.service .shop-list ul li img{
	margin-left: 0.8vw;
	width: 1.5vw;
	height: 1.1vw;
}
/* モーターサイクル事業 */
.motorcycle .service-inner{
	width: 95%;
}
.motorcycle img{
	vertical-align: bottom;
	padding-bottom: 2vw;
		width: 100%;
		height: auto;
}
	.motorcycle{
	width: 100%;
	margin-top: 3.7vw;
	padding-bottom: 6.2vw;
}
.motorcycle .shop-list{
	margin-top: 7.4vw;
}
.motorcycle .shop-list h5{
	font-size: 1.8vw;
}
.motorcycle .shop-list h5::before{
	width: 1vw;
	height: 1vw;
	background-size: 1vw 1vw;
	top:-2.4vw;
	left: 35.1vw;
}
.motorcycle .shop-list ul{
	margin-left: 7.6vw;
	font-size: 1.6vw;
	width: 60vw;
}
.motorcycle .shop-list ul li{
	margin-right: 4vw;
	margin-bottom: 1vw;
	line-height: 1.5;
	width: 17.2vw;
}
.motorcycle .shop-list h5 img{
	margin-left: 0.8vw;
	width: 1.5vw;
	height: 1.1vw;
}
}
@media screen and (max-width:768px) {
	#contents-wrap{
		padding-top: 14.9333333vw;
	}
#link{
	padding-top: 14.9333333vw;
	margin-top: -14.9333333vw;
}
#menu {
	display: none;
}
#menu li {
	margin: 0 auto;
	width: 84.63541666vw;
	text-align: left;
	font-size: 4.6875vw;
	border-bottom: #404040 solid 2px;
	padding-bottom: 0;
	box-sizing: border-box;
}
	#menu li.current-page {
	padding: 5.598958333vw 0;
}
	.sp-move{
		display: none;
	}
	.sp-move-on{
		display: block;
	}
#toggle {
	display: block;
	width: 100%;
	height: 10.41666666vw;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 4.166666666vw;
	font-weight: 700;
}
#toggle a {
	display: block;
	padding: 3.125vw 10%;
	color: #fff;
	text-align: right;
	text-decoration: none;
	background: url(../img/shared/submenu-arrow.png) no-repeat 96% center;
	background-size: 3.90625vw;
	box-sizing: border-box;
}
	.under-nav ul li a{
		display: block;
	padding: 5.598958333vw 0;
		transition: all 0.3s ease;
	}
	.under-nav ul li a:hover{
		background-color: #434343;
	}
	.under-nav{
		height: 10.41666666vw;
	}
	.under-nav ul{
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 8.333333333vw;
		background-color: rgba(0, 0, 0, 0.9);
		z-index: 2;
	}
.under-nav ul li {
	border-bottom: none;
}
.under-nav ul li.current-page {
	border-bottom: none;
}
.under-nav ul li::after {
	content: none;
}
.under-nav ul li:hover::after {
	content: none;
}
	#breadcrumns ul{
		width: 100%;
	}
	h1{
		height: 22.13541666vw;
		font-size: 5.416666666vw;
		font-weight: 500;
	}
	h1 span{
		font-size: 2.708333333vw;
		margin-top: 0.911458333vw;
	}
	#main-visual-under{
		padding-bottom: calc(100%*340/768);
	}
.justify-h2 {
	width: 16.796875vw;
	font-size: 4.947916666vw;
}
.justify-h2::before, .under-h2::before {
	bottom: -2.994791666vw;/*線の上下位置*/
	width: 15.625vw;/*線の長さ*/
	height: 0.520833333vw;/*線の太さ*/
}
.under-h2 {
	width: 52.08333333vw;
	font-size: 4.947916666vw;
}

	

#business {
	margin-top: 9.765625vw;
	margin-bottom: 6.770833333vw;
	text-align: center;
}

.aboutus-wrap p{
	margin: 11.45833333vw 7.682291666vw 0;
	font-size: 3.385416666vw;
	line-height: 5.729166666vw;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}
	.aboutus-wrap p br{
		display: none;
	}
/* ログインボタン */
.login-wrap{
	margin-top: 9.114583333vw;
}
.login-wrap a{
	margin-top: 0;
	font-size: 3.645833333vw;
	width: 72.91666666vw;
	height: 15.88541666vw;
	line-height: 1.5;
	transition: all 0.2s;
}
.login-wrap a span{
	font-size: 2.34375vw;
}
/* サブサブメニュー */
#sub-menu-wrap{
	margin-top: 8.984375vw;
}
.sub-menu{
	width: 84.63541666vw;
}
#sub-menu-wrap ul li br{
	display: block;
}
#sub-menu-wrap ul li {
	font-size: 2.5vw;/*3.645833333*/
	line-height: 4.6875vw;
	width: 26.04166666vw;
	height: 11.71875vw;
	background: url(../img/business/submenu-off-sp.gif) no-repeat bottom center;
	background-size: 27.34375vw 0.78125vw;
}
	#sub-menu-wrap ul li.sub-menu-last{
		line-height: 4.6875vw;
	}
#sub-menu-wrap ul li.current-page {
	background: url(../img/business/submenu-on-sp.gif) no-repeat bottom center;
	background-size: 27.34375vw 0.78125vw;
}

/* 自動車機器営業部 */
	
#carsalesB{
	display: block;
}
#carsales{
	margin-top: 7.291666666vw;
}
#carsales h3{
	font-size: 4.427083333vw;
}
#carsales ul{
	margin-top: 6.640625vw;
	width: 84.63541666vw;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
}
#carsales ul li p{
	margin-top: 4.557291666vw;
	width: 100%;
	font-size: 3.385416666vw;
	line-height: 5.729166666vw;
}
	#carsales ul li img{
		width: 62.5vw;
		height: 39.0625vw;
		vertical-align: bottom;
	}
	#carsales ul li img.system-banner{
		height: auto;
		margin-top: 3.906vw;
	}
	
#carsalesB{
	margin-top: 7.291666666vw;
}
#carsalesB h3{
	font-size: 4.427083333vw;
}
#carsalesB ul{
	margin-top: 6.640625vw;
	width: 84.63541666vw;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
}
#carsalesB ul li p{
	margin-top: 4.557291666vw;
	width: 100%;
	font-size: 3.385416666vw;
	line-height: 5.729166666vw;
}
	#carsalesB ul li img{
		width: 62.5vw;
		height: 39.0625vw;
		vertical-align: bottom;
	}
	#carsalesB ul li img.system-banner{
		height: auto;
		margin-top: 3.906vw;
	}
/* カーオーディオ */
.carnavi{
	width: 100%;
	margin-top: 10.41666666vw;
	padding-bottom: 1.302083333vw;
}
.carnavi .carnavi-inner{
	width: 84.63541666vw;
}
.carnavi h4{
	font-size: 3.90625vw;
	text-align: center;
}
.carnavi h4::after{
	content: none;
}
.carnavi p{
	margin-top: 3.90625vw;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 3.385416666vw;
	line-height: 5.729166666vw;
}
.carnavi h5{
	margin-top: 8.463541666vw;
	padding-top: 2.734375vw;
	padding-left: 4.166666666vw;
	font-size: 3.645833333vw;
	line-height: 4.947916666vw;
	background: url(../img/business/h5-point.gif) no-repeat top left;
	background-size: 2.213541666vw 2.213541666vw;
	box-sizing: border-box;
}
	.carnavi h5 br{
		display: block;
	}
.carnavi ul{
	margin-top: 6.770833333vw;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-between;
}
.carnavi ul::after{
	content: none;
}
.carnavi ul li{
	width: 84.63541666vw;
	display: flex;
	justify-content: start;
	box-sizing: border-box;
	margin-bottom: 3.90625vw;
}
	.carnavi ul li img{
		width: 20.83333333vw;
		height: 20.83333333vw;
	}
.carnavi .shop-name{
	width: 50.78125vw;
	margin-top: 0.911458333vw;
	margin-left: 6.119791666vw;
	font-size: 3.385416666vw;
	line-height: 4.231770833vw;
}
.carnavi .shop-name a{
	font-size: 2.5390625vw;
	line-height: 3.80859375vw;
}
.carnavi .shop-name span{
	font-size: 2.5390625vw;
	line-height: 3.80859375vw;
}
.carnavi a.buy-btn{
	margin-top: 3.645833333vw;
	font-size: 3.385416666vw;
	width: 68.359375vw;
	height: 11.71875vw;
	line-height: 11.71875vw;
}
/* 自動車機器サービス部 */
.service{
	width: 100%;
	margin-top: 10.41666666vw;
	padding-bottom: 1.302083333vw;
}
.service .service-inner{
	width: 84.63541666vw;
}
.service h4{
	font-size: 3.90625vw;
	text-align: center;
}
.service h4::after{
	content: none;
}
.service img{
	margin-top: 5.598958333vw;
	padding-bottom: 1.822916666vw;
	width: 84.63541666vw;
	height: 25.26041666vw;
}
.service p{
	margin-top: 3.90625vw;
	font-size: 3.385416666vw;
	line-height: 5.729166666vw;
}
.service .suppliers{
	margin-top: 10.41666666vw;
	flex-direction: column;
}
.service .suppliers h5{
	margin-left: 25px;
	font-size: 3.645833333vw;
	text-align: left;
}
.service .suppliers h5::before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 2.213541666vw;
	height: 2.213541666vw;
	background: url(../img/business/h5-point.gif) no-repeat;
	background-size: 2.213541666vw 2.213541666vw;
	top:-2.083333333vw;
	left: -4.036458333vw;
}
.service .suppliers ul{
	margin-left: 0;
	margin-top: 4.947916666vw;
	width: 100%;
	display: block;
	font-size: 3.385416666vw;
}
.service .suppliers ul li{
	margin-right: 0;
	margin-bottom: 3.90625vw;
	display: block;
	text-align: left;
	box-sizing: border-box;
}
	/* モバイル事業 */
.service .shop-list{
	margin-top: 8.463541666vw;
	flex-direction: column;
	align-items: start;
}
.service .shop-list h5{
	margin-left: 4.166666666vw;
	font-size: 3.645833333vw;
}
.service .shop-list h5::before{
	width: 2.213541666vw;
	height: 2.213541666vw;
	background-size: 2.213541666vw 2.213541666vw;
	top:-3.515625vw;
	left: -4.036458333vw;
}
.service .shop-list ul{
	margin-top: 3.90625vw;
	margin-left: 0;
	font-size: 3.385416666vw;
	padding-bottom: 6.770833333vw;
}
.service .shop-list ul li{
	margin-bottom: 1.171875vw;
	line-height: 5.078125vw;
}
.service .shop-list ul li img{
	margin-left: 1.041666666vw;
	width: 3.90625vw;
	height: 2.864583333vw;
}
	/* モーターサイクル事業 */
.motorcycle{
	width: 100%;
	margin-top: 4.557291666vw;
	padding-bottom: 0;
}
.motorcycle .service-inner{
	width: 84.63541666vw;
}
.motorcycle img{
	margin-top: 0;
	padding-bottom: 1.822916666vw;
	width: 84.63541666vw;
	height: 25.26041666vw;
}

.motorcycle .shop-list{
	margin-top: 8.463541666vw;
	display: block;
}
.motorcycle .shop-list h5{
	font-size: 3.80859375vw;
	text-align: center;
}
.motorcycle .shop-list h5::before{
	width: 2.213541666vw;
	height: 2.213541666vw;
	background-size: 2.213541666vw 2.213541666vw;
	top:-3.515625vw;
	left: 15.208333333vw;
}
.motorcycle .shop-list ul{
	margin-top: 4.947916666vw;
	margin-left: 0;
	font-size: 3.385416666vw;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.motorcycle .shop-list ul li{
	margin-right: 8.463541666vw;
	margin-bottom: 3.255208333vw;
	line-height: 3.125vw;
	width: 35.9375vw;
}
	.motorcycle .shop-list ul li:nth-child(2){
		margin-right: 0;
	}
.motorcycle .shop-list ul li:nth-child(3){
	margin-right:  8.463541666vw;
}
	.motorcycle .shop-list ul li:nth-child(4){
		margin-right: 0;
	}
.motorcycle .shop-list h5 img{
	margin-left: 1.041666666vw;
	width: 3.90625vw;
	height: 2.864583333vw;
}
/* お問い合わせ */
.contact table{
	margin: 0 auto;
	margin-top: 10.41666666vw;
	width: 84.63541666vw;
	height: 76.43229166vw;
}
.contact table th{
	padding: 3.90625vw 9.114583333vw;
	font-size: 3.645833333vw;
	line-height: 4.6875vw;
}
.contact table td{
	padding: 4.557291666vw 8.072916666vw;
	font-size: 3.385416666vw;
	text-align: right;
	line-height: 6.510416666vw;
}
.contact table td p{
	margin-bottom: 15px;
}
	.contact table td p.contact-address{
		text-align: center;
	}
	.contact table td p br{
	display: block;
}
.contact table td span{
	font-size: 1.25em;
	font-weight: 700;
}
.contact table td a{
	margin: 0 auto;
	margin-top: 3.90625vw;
	font-size: 3.385416666vw;
	width: 68.359375vw;
	height: 11.71875vw;
	background:url(../img/business/contactbtn_off-sp.png) no-repeat top left;
	background-size: cover;
	text-align: center;
	line-height: 11.71875vw;
}
.contact table td a:hover{
	color: #fff;
	background: url(../img/business/contactbtn_on-sp.png) no-repeat top left;
	background-size: cover;
}
	/* お問い合わせ足利 */
.contact-ashikaga table{
	margin: 0 auto;
	margin-top: 10.41666666vw;
	width: 84.63541666vw;
	height: 48vw;
}
.contact-ashikaga table th{
	padding: 3.90625vw 9.114583333vw;
	font-size: 3.645833333vw;
	line-height: 4.6875vw;
}
.contact-ashikaga table td{
	padding: 4.557291666vw 8.072916666vw;
	font-size: 3.385416666vw;
	text-align: center;
	line-height: 6.510416666vw;
}
.contact-ashikaga table td p{
	margin-bottom: 15px;
}
	.contact-ashikaga table td p.contact-address{
		text-align: center;
	}
	.contact-ashikaga table td p br{
	display: block;
}
.contact-ashikaga table td span{
	font-size: 1.25em;
	font-weight: 700;
}
	.contact-ashikaga table td span.zenkaku{
		display: none;
	}
.contact-ashikaga table td a{
	margin: 0 auto;
	margin-top: 3.90625vw;
	font-size: 3.385416666vw;
	width: 68.359375vw;
	height: 11.71875vw;
	background:url(../img/business/contactbtn_off-sp.png) no-repeat top left;
	background-size: cover;
	text-align: center;
	line-height: 11.71875vw;
}
.contact-ashikaga table td a:hover{
	color: #fff;
	background: url(../img/business/contactbtn_on-sp.png) no-repeat top left;
	background-size: cover;
}
}
