@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap');
/*
Theme Name: theme-ts
Theme URI: http://www.magical-remix.co.jp/
Description: ティーズ様専用テーマ
Author: Igarashi
Author URI: http://www.magical-remix.co.jp/
Version: 1.0
*/
* {
	box-sizing: border-box;
}
body {
	background: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}
a {
	overflow: hidden;
	vertical-align: bottom;
	text-decoration: none;
}
a:link, a:visited, a:hover {
	color: #333;
}
input, textarea {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 16px;
}
figure {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
.inner {
	width: 1000px;
	max-width: 80%;
	margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.align-center {
	text-align: center;
}
.sp-block {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#pagescroll {
	margin: 0;
}
#pagescroll a {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 200;
	background: #000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0.3;
	transition: opacity 0.3s;
}
#pagescroll a:before, #pagescroll a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
}
#pagescroll a:before {
	transform: translate(-50%, -50%);
	background: #fff;
	width: 2px;
	height: 19px;
}
#pagescroll a:after {
	transform: translate(-50%, -50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
	margin: -4px 0 0;
}
#pagescroll a:hover {
	opacity: 0.9;
}
@media screen and (max-width:1024px) {
	.inner {
		width: 100%;
		max-width: none;
		padding: 0 5%;
	}
}
@media screen and (max-width:767px) {
	body {
		line-height: 1.5;
		font-size: 15px;
	}
	input, textarea {
		font-size: 15px;
	}
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}
	button, [type="button"], [type="reset"], [type="submit"] {
		-webkit-appearance: button;
	}
	.pc-block {
		display: none !important;
	}
	.sp-block {
		display: block !important;
	}
	#pagescroll {
		display: none !important;
	}
}
/* main
------------------------------------------------*/
#main {
	display: block;
	background: url(img/bg-asphalt.jpg) repeat;
	padding: 60px 0 30px;
}
.home #main {
	padding: 0;
}
#main #mainarea {
	width: 70%;
	margin: 0 0 60px;
}
#main #sidearea {
	width: 23%;
	margin: 0 0 60px;
}
#main #sidearea h3 {
	background: #444;
	border-radius: 5px;
	margin: 40px 0 10px;
	padding: 0.6em 0.9em;
	line-height: 1.6;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
}
#main #sidearea h3:first-child {
	margin-top: 0;
}
#main #sidearea form.searchform div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
#main #sidearea form.searchform #s {
	width: calc(100% - 60px);
	border: 1px solid #ccc;
	padding: 8px 10px;
	line-height: 1;
}
#main #sidearea form.searchform #searchsubmit {
	background: #fff;
	width: 50px;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 10px 5px;
	line-height: 1;
	font-size: 14px;
	color: #333;
}
#main #sidearea .dropdown {
	position: relative;
	border: 1px solid #ccc;
	line-height: 1.2;
}
#main #sidearea .dropdown:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 2;
	transform: translate(0, -50%) rotate(-135deg);
	width: 8px;
	height: 8px;
	border-left: solid 1px #333;
	border-top: solid 1px #333;
}
#main #sidearea .dropdown select {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	background: #fff;
	width: 100%;
	padding: 15px 20px;
	border: 0;
	font-size: 16px;
	font-weight: 500;
	color: #888;
}
#main #sidearea .category li {
	border-bottom: 1px solid #ccc;
}
#main #sidearea .category li a {
	display: block;
	position: relative;
	padding: 10px 10px 10px 25px;
	font-weight: 700;
}
#main #sidearea .category li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: rotate(135deg);
	width: 8px;
	height: 8px;
	border-left: solid 1px #333;
	border-top: solid 1px #333;
	margin: -3px 0 0;
}
#main #sidearea .category li a:hover {
	color: #666;
}
#main #sidearea .category li li {
	border: 0;
}
#main #sidearea .category li li:last-child {
	margin-bottom: 10px;
}
#main #sidearea .category li li a {
	padding: 5px 10px 5px 45px;
	font-size: small;
	font-weight: normal;
}
#main #sidearea .category li li a:before {
	left: 30px;
	transform: translate(-50%, 0);
	border-left: 0;
	margin: 0;
}
#main #sidearea .wpp-list li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: solid 1px #ccc;
	line-height: 1.6;
	font-size: 13px;
}
#main #sidearea .wpp-list li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#main #sidearea .wp-tag-cloud {
	display: flex;
	flex-wrap: wrap;
}
#main #sidearea .wp-tag-cloud li {
	margin: 0 5px 5px 0;
}
#main #sidearea .wp-tag-cloud li a {
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0.2em 0.6em;
	font-size: small;
}
#main #sidearea .wp-tag-cloud li a:hover {
	background: #f7f7f7;
}
#main p {
	margin: 0 0 30px;
}
#main .btn a {
	position: relative;
	display: block;
	width: 260px;
	border: 1px solid #333;
	margin: 0 0 0 auto;
	padding: 10px;
	text-align: center;
	letter-spacing: 0.06em;
	font-size: 16px;
	font-weight: 700;
	transition: 0.3s;
}
#main .btn a:before,
#main .btn a:after {
	content: "";
	position: absolute;
	top: 50%;
}
#main .btn a:before {
	right: 15px;
	transform: translate(0, -50%);
	width: 18px;
	height: 1px;
	background: #333;
}
#main .btn a:after {
	right: 14px;
	transform: translate(0, -50%) rotate(135deg);
	width: 6px;
	height: 6px;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
}
#main .btn a:hover {
	opacity: 0.6;
}
#main img {
	max-width: 100%;
	height: auto;
}
#main .postlist {
	margin: 0 0 10px;
}
#main .postlist .box {
	width: 30%;
	margin: 0 0 40px;
}
#main #mainarea .postlist .box {
	width: 47%;
}
#main #sidearea .postlist .box {
	width: 100%;
	margin: 0 0 25px;
}
#main .postlist .box a {
	display: block;
	text-decoration: none;
	color: #333;
	transition: 0.3s;
}
#main .postlist .box a:hover {
	opacity: 0.8
}
#main .postlist .box p {
	position: relative;
	margin: 0;
}
#main .postlist .box p.end:before,
#main .postlist .box p.end:after {
	display: block;
	position: absolute;
}
#main .postlist .box p.end:before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}
#main .postlist .box p.end:after {
	content: "終了しました";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-10deg);
	z-index: 2;
	background: #fff;
	display: inline-block;
	border: solid 4px #005BAB;
	padding: 3px 13px;
	box-shadow: 0 2px 10px #000;
	letter-spacing: 0.1em;
	white-space: nowrap;
	font-weight: bold;
	color: #005BAB;
}
#main .postlist .box p .overflow {
	position: relative;
	display: block;
	background: #ccc;
	overflow: hidden;
	aspect-ratio: 79 / 55;
}
#main .postlist .box p .overflow img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#main .postlist .box dl {
	margin: 10px 0 0;
}
#main .postlist .box dt {
	line-height: 1.7;
	font-weight: 700;
}
#main .postlist .box dd {
	margin: 5px 0 0;
	font-size: 14px;
}
#main .postlist .box dd + dd {
	font-size: 12px;
	color: #666;
}
#main #sidearea .postlist .box dt {
	font-size: 0.9em;
}
#main #sidearea .postlist .box dd {
	font-size: 0.8em;
}
#main .post-meta p {
	margin: 0;
}
#main .post-meta .thum {
	margin: 0 0 40px;
}
#main .post-meta .page-title {
	margin: 0 0 20px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	font-size: 30px;
	font-weight: 700;
}
#main .post-meta dl {
	margin: 40px 0;
}
#main .post-meta dt {
	position: relative;
	float: left;
	width: 80px;
	margin: 0 0 5px;
	font-size: small;
}
#main .post-meta dt:after {
	content: "：";
	position: absolute;
	top: 2px;
	right: 0;
}
#main .post-meta dd {
	margin: 0 0 5px 90px;
}
#main .post-meta ul {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
#main .post-meta dd ul {
	margin: 0;
}
#main .post-meta ul li {
	margin: 0 5px 5px 0;
}
#main .post-meta ul li a {
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0.2em 0.6em;
	font-size: small;
}
#main .post-meta ul.category li a {
	background: #444;
	color: #fff;
}
#main .post-meta ul.category li a:hover {
	background: #666;
}
#main .post-meta ul.tag li a {
	background: #fff;
	color: #333;
}
#main .post-meta ul.tag li a:hover {
	background: #f7f7f7;
}
#main .post-body {
	overflow: hidden;
}
#main .post-body:after {
	content: "";
	display: block;
	clear: both;
}
#main .post-body h2,
.archive #main #mainarea h2,
#main .relation h2,
#main #mainarea.info h2 {
	background: #444;
	border-radius: 5px;
	margin: 3.63em 0 1.8em;
	padding: 0.8em 1em;
	line-height: 1.6;
	font-size: 1.375em;
	color: #fff;
}
#main .post-body h2:first-child,
.archive #main #mainarea h2,
.error404 #main #mainarea h2,
.search #main #mainarea h2,
#main #mainarea.info h2 {
	margin: 0 0 1.8em;
}
#main .post-body h3 {
	border-left: 3px solid #333;
	margin: 3em 0 1em;
	padding: 0.5em 0 0.5em 1em;
	line-height: 1.6;
	font-size: 1.25em;
}
#main .post-body h2 + h3 {
	margin-top: 2em;
}
#main .post-body h4 {
	margin: 3.33em 0 1.1em;
	font-size: 1.12em;
}
#main .post-body h3 + h4 {
	margin-top: 1em;
}
#main .post-body p {
	margin: 0 0 1.87em;
}
#main .post-body ul {
	list-style: disc;
	margin: 0 0 1.87em;
	padding: 0 0 0 1.5em;
}
#main .post-body ol {
	margin: 0 0 1.87em;
	padding: 0 0 0 1.5em;
}
#main .post-body li, #main .post-body li ul, #main .post-body li ol {
	margin: 5px 0;
}
#main .post-body table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	margin: 0 0 30px;
}
#main .post-body table th,
#main .post-body table td {
	border-bottom: 1px solid #ccc;
	padding: 5px 15px;
}
#main .post-body table th {
	text-align: left;
}
#main .post-body table.align-center th {
	text-align: center;
}
#main .post-body table .nowrap {
	white-space: nowrap;
}
#main .post-body a {
	text-decoration: underline;
	color: #005481;
}
#main .post-body a:hover {
	text-decoration: none;
}
#main .post-body a:hover img {
	opacity: 0.8;
}
#main .post-body .btn a {
	text-decoration: none;
	color: #333;
}
#main .post-body .wp-block-button a {
	text-decoration: none;
	font-size: 1em;
}
#main .post-body .wp-block-button a:hover {
	opacity: 0.7;
}
#main .post-body .wp-block-image {
	margin-bottom: 10px;
}
#main .post-body blockquote {
	background-color: #f7f7f7;
	border: 1px solid #dadada;
	margin: 1em;
	padding: 1.5em;
}
#main .post-body .twitter-tweet {
	padding: 40px 0 0;
}
#main .post-body .wp-block-separator {
	margin: 20px 0;
}
#main .post-body form.searchform div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
#main .post-body form.searchform #s {
	width: calc(100% - 100px);
	border: 1px solid #ccc;
	padding: 10px;
	line-height: 1;
}
#main .post-body form.searchform #searchsubmit {
	background: #444;
	width: 90px;
	border: 1px solid #444;
	border-radius: 5px;
	padding: 10px 5px;
	line-height: 1;
	color: #fff;
}
#main .post-author {
	background: #fff;
	border: 1px solid #ccc;
	margin: 20px 0;
	padding: 30px;
}
#main .post-author h3 {
	border-left: 3px solid #333;
	margin: 0 0 20px;
	padding: 0.2em 0 0.2em 1em;
	line-height: 1.6;
	font-size: 1.25em;
}
#main .post-author .flex .img {
	width: 130px;
}
#main .post-author .flex .txt {
	width: calc(100% - 130px);
}
#main .post-author h4 {
	margin: 0;
	font-size: 1.12em;
	font-weight: 700;
}
#main .post-author p {
	font-size: 14px;
}
#main .post-author h4 + p {
	margin: 10px 0;
	font-size: 12px;
	color: #666;
}
#main .post-author ul {
	display: flex;
	margin: 20px 0 0;
}
#main .post-author ul li {
	margin: 0 20px 0 0;
}
#main .post-author ul li a:hover img {
	opacity: 0.8;
}
#main .page-nav {
	display: flex;
	font-size: 15px;
}
#main .page-nav .next_post,
#main .page-nav .prev_post {
	position: relative;
	width: 50%;
	margin: 0;
}
#main .page-nav .next_post {
	border-left: 1px solid #ccc;
}
#main .page-nav a {
	display: block;
	position: relative;
}
#main .page-nav .prev_post a {
	padding: 20px 40px 0 20px;
}
#main .page-nav .next_post a {
	padding: 20px 20px 0 40px;
	text-align: right;
}
#main .page-nav .prev_post a:before,
#main .page-nav .next_post a:before {
	position: absolute;
	top: 0;
	font-size: 12px;
	color: #666;
}
#main .page-nav .prev_post a:before {
	content: '前の記事';
	left: 20px;
}
#main .page-nav .next_post a:before {
	content: '次の記事';
	right: 20px;
}
#main .page-nav .prev_post a:after,
#main .page-nav .next_post a:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	border-left: solid 1px #333;
	border-top: solid 1px #333;
}
#main .page-nav .prev_post a:after {
	left: 3px;
	transform: translate(0, -50%) rotate(-45deg);
}
#main .page-nav .next_post a:after {
	right: 3px;
	transform: translate(0, -50%) rotate(135deg);
}
#main .page-nav .next_post a:hover,
#main .page-nav .prev_post a:hover {
	opacity: 0.7;
}
#main .wp-pagenavi {
	margin: 20px 0 0;
	font-size: 14px;
}
#main .wp-pagenavi span {
	display: inline-block;
	background: #fff;
	border: 0;
	border-radius: 4px;
	margin: 0 5px 10px;
	padding: 10px 13px;
	line-height: 1;
	vertical-align: middle;
}
#main .wp-pagenavi span.current {
	background: #444;
	color: #fff;
}
#main .wp-pagenavi a {
	display: inline-block;
	background: #fff;
	border-radius: 4px;
	margin: 0 5px 10px;
	padding: 10px 13px;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1;
	color: #333;
	transition: background 0.3s;
}
#main .wp-pagenavi a:hover {
	background: #444;
	text-decoration: none !important;
	color: #fff;
}
#main #post .post-body img,
#main #post .post-body figure {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#main #post .post-body img + p,
#main #post .post-body figure + p {
	margin-top: 1.87em;
}
#main #post .post-body .wp-block-word-balloon-word-balloon-block img{
	margin: 0;
}
#main #post .post-body .wp-block-embed-twitter {
	width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
@media screen and (max-width:767px) {
	#main #mainarea,
	#main #sidearea {
		width: 100%;
		margin: 0 0 40px;
	}
	#main #sidearea .dropdown select {
		font-size: 15px;
	}
	#main p {
		margin: 0 0 20px;
	}
	#main .postlist {
		margin: 0 0 10px;
	}
	#main .postlist .box,
	#main #mainarea .postlist .box {
		width: 100%;
		border-bottom: solid 1px #ccc;
		margin: 0 0 15px;
		padding: 0 0 15px;
	}
	#main .postlist .box a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#main .postlist .box p {
		width: 46%;
	}
	#main .postlist .box p.end:after {
		font-size: 12px;
	}
	#main .postlist .box dl {
		width: 50%;
		margin: 0;
	}
	#main .postlist .box dd {
		font-size: 13px;
	}
	#main .postlist .box dd + dd {
		font-size: 11px;
	}
	#main .post-meta .page-title {
		letter-spacing: 0.04em;
		font-size: 22px;
	}
	#main .post-author .flex {
		display: block;
	}
	#main .post-author .flex .img {
		float: left;
	}
	#main .post-author .flex .txt {
		width: 100%;
	}
	#main .post-author .flex h4 {
		margin: 0 0 0 130px;
	}
	#main .post-author .flex h4 + p {
		margin: 10px 0 10px 130px;
	}
	#main .post-author .flex h4 + p + p {
		clear: both;
	}
	#main .page-nav {
		display: block;
		font-size: 14px;
	}
	#main .page-nav .next_post,
	#main .page-nav .prev_post {
		width: 100%;
		border: 0;
	}
	#main .page-nav .prev_post + .next_post {
		border-top: 1px solid #ccc;
	}
	#main .page-nav .prev_post a {
		padding: 30px 0 20px 25px;
	}
	#main .page-nav .next_post a {
		padding: 30px 25px 20px 0;
	}
	#main .page-nav .prev_post a:before {
		left: 25px;
	}
	#main .page-nav .next_post a:before {
		right: 25px;
	}
	#main .page-nav .prev_post a:before,
	#main .page-nav .next_post a:before {
		top: 10px;
		font-size: 10px;
	}
	#main .wp-pagenavi {
		font-size: 13px;
	}
}
@media screen and (max-width:480px) {
	#main .btn a {
		margin: 0 auto;
		font-size: 15px;
	}
	#main .postlist .box a {
		align-items: flex-start;
	}
	#main .postlist .box p {
		width: 40%;
	}
	#main .postlist .box dl {
		width: 56%;
	}
	#main .postlist .box p.end:after {
		font-size: 10px;
	}
	#main .post-author {
		padding: 20px;
	}
	#main .post-author .flex .img {
		width: 80px;
	}
	#main .post-author .flex h4 {
		margin: 0 0 0 100px;
	}
	#main .post-author .flex h4 + p {
		margin: 10px 0 10px 100px;
	}
}
/* home
------------------------------------------------*/
.home #main h2,
#main #contact h2,
#main #shop h2 {
	margin: 0 0 40px;
	line-height: 1.4;
	letter-spacing: 0.08em;
	font-size: 16px;
	font-weight: 400;
}
.home #main h2 span,
#main #contact h2 span,
#main #shop h2 span {
	display: block;
	letter-spacing: 0.02em;
	font-family: "Akshar", sans-serif;
	font-size: 50px;
}
#main #royalenfield {
	background: url("img/bg-leather.jpg") no-repeat 0 0;
	background-size: cover;
	padding: 50px 0 20px;
	text-align: center;
	color: #fff;
}
#main #royalenfield p img {
	display: block;
	margin: 0 auto 30px;
}
#main #royalenfield ul {
	margin: 30px 0;
}
#main #royalenfield ul li {
	width: 30%;
	margin: 0 0 10px;
}
#main #royalenfield .btn a {
	border-color: #fff;
	margin: 0 auto;
	color: #fff;
}
#main #royalenfield .btn a:before {
	background: #fff;
}
#main #royalenfield .btn a:after {
	border-color: #fff;
}
#main #lineup {
	background: #fff;
	padding: 80px 0 30px;
}
#main #lineup p.btn {
	margin: 30px 0;
}
#main #lineup #webike-moto .row {
	justify-content: space-between;
	margin: 0 !important;
}
#main #lineup #webike-moto .row>[class^=col-] {
	padding: 0 !important;
}
#main #lineup #webike-moto .row .col-3 {
	max-width: 24% !important;
}
#main #lineup #webike-moto.webike-moto-bike-list .card {
	background: #e7e7e7 !important;
}
#main #lineup #webike-moto.webike-moto-bike-list .card .moto-model-info {
	background: #fff !important;
}
#main #information,
#main #diary,
#main #sns,
#main #shop {
	padding-top: 80px;
	padding-bottom: 30px;
}
#main #diary {
	border-top: 1px solid #ccc;
}
#main #service,
#main #contact,
#contact_line {
	background: url("img/bg-leather.jpg") no-repeat 0 0;
	background-size: cover;
	padding: 80px 0 60px;
	color: #fff;
}
#contact_line {
	height: 50px;
	padding: 0;
}
#main #service .flex li {
	position: relative;
	margin: 0 0 20px;
}
#main #service .flex li a {
	position: relative;
	color: #fff;
	transition: 0.3s;
}
#main #service .flex li a:hover {
	opacity: 0.8;
}
#main #service .flex li div {
	position: relative;
	z-index: 1;
}
#main #service .flex li strong {
	display: block;
	margin: 0 0 5px;
	font-weight: 700;
}
#main #service .column2 {
	margin: 0 0 30px;
}
#main #service .column2 li {
	width: 49%;
	height: 19vw;
}
#main #service .column2 li a {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	height: 100%;
	padding: 30px;
}
#main #service .column2 li:first-child a {
	background: url("img/img-service01.jpg") no-repeat center;
	background-size: cover;
}
#main #service .column2 li:last-child a {
	background: url("img/img-service02.jpg") no-repeat center;
	background-size: cover;
}
#main #service .flex li a:before,
#main #service .flex li a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
}
#main #service .column2 li a:before {
	top: 0;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 70%);
	width: 100%;
	height: 100%;
}
#main #service .column2 li a:after {
	bottom: 30px;
	background: #fff;
	width: 1px;
	height: 94px;
}
#main #service .column2 li strong {
	width: 100%;
	letter-spacing: 0.06em;
	font-size: 26px;
}
#main #service .column3 li {
	width: 32%;
}
#main #service .column3 li a {
	display: block;
	padding: 20px 30px;
	font-size: 14px;
}
#main #service .column3 li:nth-child(1) a {
	background: url("img/img-service03.jpg") no-repeat center;
	background-size: cover;
}
#main #service .column3 li:nth-child(2) a {
	background: url("img/img-service04.jpg") no-repeat center;
	background-size: cover;
}
#main #service .column3 li:nth-child(3) a {
	background: url("img/img-service05.jpg") no-repeat center;
	background-size: cover;
}
#main #service .column3 li:nth-child(4) a {
	background: url("img/img-service06.jpg") no-repeat center;
	background-size: cover;
}
#main #service .column3 li:nth-child(5) a {
	background: url("img/img-service07.jpg") no-repeat center;
	background-size: cover;
}
#main #service .column3 li:nth-child(6) a {
	background: url("img/img-service08.jpg") no-repeat center;
	background-size: cover;
}
#main #service .column3 li a:before {
	top: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
}
#main #service .column3 li a:after {
	top: 0;
	width: 20px;
	height: 20px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
#main #service .column3 li strong {
	font-size: 20px;
}
#main #service .column3 li img {
	display: block;
	width: auto;
	height: 20px;
	margin: 5px 0 15px;
}
#main #sns .flex > li {
	background: #fff;
	width: 48%;
	border: 1px solid #ccc;
	margin: 0 0 30px;
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
#main #sns .flex ul {
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
}
#main #sns .flex ul li {
	margin: 0 15px;
}
#main #sns li a {
	display: block;
}
#main #sns img {
	transition: 0.3s;
}
#main #sns a:hover img {
	opacity: 0.7;
}
#main #sns p img {
	margin: 0 auto;
}
#main #contact .box {
	position: relative;
	width: 50%;
	padding: 50px 0;
	text-align: center;
}
#main #contact .box:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
#main #contact .box div {
	position: relative;
}
#main #contact .box:first-child {
	background: url("img/img-contact01.jpg") no-repeat center;
	background-size: cover;
}
#main #contact .box:last-child {
	background: url("img/img-contact02.jpg") no-repeat center;
	background-size: cover;
}
#main #contact h3 {
	margin: 0 0 40px;
	letter-spacing: 0.08em;
	font-size: 26px;
	font-weight: 700;
}
#main #contact p {
	margin: 0;
}
#main #contact dl {
	display: inline-block;
	margin: 0;
}
#main #contact dl + dl {
	border-top: 1px solid #707070;
	margin-top: 10px;
	padding-top: 15px;
}
#main #contact dt {
	float: left;
	width: 130px;
	border: 1px solid #fff;
	margin: 0 0 20px;
	padding: 10px 5px;
	line-height: 1;
	font-size: 15px;
}
#main #contact dd {
	margin: 0 0 0 150px;
	text-align: left;
}
#main #contact dd a {
	line-height: 0.8;
	letter-spacing: 0.02em;
	text-decoration: none;
	font-family: "Akshar", sans-serif;
	font-size: 50px;
	color: #fff;
}
#main #contact .box ul {
	display: flex;
	justify-content: center;
}
#main #contact .btn a {
	width: 220px;
	line-height: 1.4;
	letter-spacing: normal;
}
#main #contact .box ul li:first-child {
	margin: 0 20px 0 0;
}
#main #contact .box ul li:first-child a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	height: 100%;
	border: 0;
}
#main #contact .box ul li:last-child a {
	background: #00B900;
	border: 3px solid #67D367;
	color: #fff;
}
#main #contact .box ul li:last-child a:before {
	background: #fff;
}
#main #contact .box ul li:last-child a:after {
	border-color: #fff;
}
#main #shop .box {
	width: 48%;
	margin: 0 0 10px;
}
#main #shop h3 {
	border-left: 3px solid #333;
	margin: 0 0 30px;
	padding: 0 0 0 10px;
	font-size: 20px;
	font-weight: 700;
}
#main #shop table {
	border-top: 1px solid #ccc;
}
#main #shop table th,
#main #shop table td {
	border-bottom: 1px solid #ccc;
	padding: 5px 15px;
}
#main #shop table th {
	text-align: left;
	white-space: nowrap;
}
#main #shop table td small {
	font-size: 12px;
	color: #666;
}
#main #accessmap {
	line-height: 1;
}
#main #accessmap iframe {
	width: 100%;
	height: 400px;
	border: 0;
}
@media screen and (max-width:1024px) {
	#main #lineup #webike-moto .row .col-3 {
		max-width: 49% !important;
		flex: 0 0 49% !important;
	}
	#main #contact .box {
		width: 100%;
		padding: 30px 0;
	}
	#main #contact h3 {
		margin: 0 0 30px;
	}
}
@media screen and (max-width:767px) {
	.home #main h2,
	#main #contact h2,
	#main #shop h2 {
		margin: 0 0 30px;
		font-size: 14px;
	}
	.home #main h2 span,
	#main #contact h2 span,
	#main #shop h2 span {
		font-size: 40px;
	}
	#main #royalenfield {
		padding: 40px 0 10px;
	}
	#main #royalenfield p img {
		max-width: none;
		width: 200px;
		margin: 0 auto 15px;
	}
	#main #royalenfield ul {
		margin: 20px 0;
	}
	#main #lineup {
		padding: 40px 0 20px;
	}
	#main #lineup #webike-moto .bike-price.total {
    font-size: 17px !important;
	}
	#main #lineup #webike-moto .bike-point .new-point {
    font-size: 14px !important;
	}
	#main #information,
	#main #sns,
	#main #shop {
		padding: 40px 5% 20px;
	}
	#main #diary,
	#main #service,
	#main #contact {
		padding: 40px 0 20px;
	}
	#main #service .column2 {
		margin: 0;
	}
	#main #service .column2 li {
		width: 100%;
		height: auto;
	}
	#main #service .column2 li:after {
		top: 50%;
		bottom: auto;
		width: 1px;
		height: 70px;
		margin: -35px 0 0;
	}
	#main #service .column2 li a {
		padding: 20px 30px;
	}
	#main #service .column2 li strong {
		font-size: 21px;
	}
	#main #service .column3 li {
		width: 48%;
	}
	#main #service .column3 li a {
		padding: 15px;
		font-size: 12px;
	}
	#main #service .column3 li strong {
		font-size: 16px;
	}
	#main #sns .flex > li {
		width: 100%;
		margin: 0 0 15px;
		padding: 20px 0;
	}
	#main #sns .flex ul li {
		margin: 0 10px;
	}
	#main #contact h3 {
		font-size: 22px;
	}
	#main #contact dt {
		width: 110px;
		font-size: 13px;
	}
	#main #contact dd {
		margin: 0 0 0 130px;
	}
	#main #contact dd a {
		font-size: 45px;
	}
	#main #contact .btn a {
		width: 210px;
	}
	#main #shop .box {
		width: 100%;
	}
	#main #shop .box + .box {
		margin: 40px 0 0;
	}
	#main #shop h3 {
		margin: 0 0 20px;
		font-size: 17px;
	}
	#main #accessmap iframe {
		height: 250px
	}
}
@media screen and (max-width:480px) {
	.home #main h2,
	#main #contact h2,
	#main #shop h2 {
		margin: 0 0 20px;
	}
	#main #sns .flex ul img {
		width: 45px;
		max-width: none;
		height: auto;
	}
	#main #contact dt {
		float: none;
		margin: 0 0 10px;
	}
	#main #contact dd {
		margin: 0;
	}
	#main #contact dd a {
		line-height: 1;
	}
	#main #contact .box ul {
		display: block;
	}
	#main #contact .box ul li:first-child {
		margin: 0 0 10px;
	}
	#main #contact .btn a {
		width: 80%;
		min-height: calc(20px + 3.2em);
	}
}
/* title
------------------------------------------------*/
#title {
	position: relative;
	background: #333;
}
#title .bgimg {
	position: absolute;
	left: 30%;
	width: 70%;
	height: 250px;
	background: url("img/bg-title-shop.jpg") no-repeat right center / cover;
}
#title .bgimg.shop {
	background-image: url("img/bg-title-shop.jpg");
}
#title .bgimg.info {
	background-image: url("img/bg-title-news.jpg");
}
#title .bgimg.bike-list,
#title .bgimg.details,
#title .bgimg.bike-contact {
	background-image: url("img/bg-title-bike-list.jpg");
}
#title .bgimg.online-shop {
	background-image: url("img/bg-title-online-shop.jpg");
}
#title .bgimg.staff {
	background-image: url("img/bg-title-staff.jpg");
}
#title .bgimg.service {
	background-image: url("img/bg-title-service.jpg");
}
#title .bgimg.royalenfield {
	background-image: url("img/bg-title-royalenfield.jpg");
}
#title .bgimg.maintenance_business_use {
	background-image: url("img/bg-title-maintenance_business_use.jpg");
}
#title .bgimg.info {
	background-image: url("img/bg-title-news.jpg");
}
#title .bgimg.sitemap {
	background-image: url("img/bg-title-sitemap.jpg");
}
#title .bgimg.social_media_policy {
	background-image: url("img/bg-title-social_media_policy.jpg");
}
#title .bgimg.maintenance_technology {
	background-image: url("img/bg-title-maintenance_technology.jpg");
}
#title .bgimg.privacy {
	background-image: url("img/bg-title-privacy.jpg");
}
#title .bgimg.official-app {
	background-image: url("img/bg-title-official-app.jpg");
}
#title .bgimg.youtube {
	background-image: url("img/bg-title-youtube.jpg");
}
#title .bgimg.line {
	background-image: url("img/bg-title-line.jpg");
}
#title .bgimg.contact {
	background-image: url("img/bg-title-contact.jpg");
}
#title .bgimg:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(90deg, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0));
	width: 50%;
	height: 100%;
}
#title .inner {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	height: 250px;
}
#title .page-title {
	margin: 0;
	line-height: 1.2;
	letter-spacing: 0.08em;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}
#title .page-title span {
	display: block;
	letter-spacing: 0.02em;
	font-family: "Akshar", sans-serif;
	font-size: 60px;
	font-weight: 400;
	text-transform: uppercase;
}
#title .swiper-slide {
	width: 790px;
}
#title .slide-content {
	background-size: cover;
	height: 550px;
}
#title .slide-content p {
	margin: 0;
	text-indent: -9999px;
}
#title .slide-content a {
	display: block;
	height: 553px;
	margin: 0 auto;
	transition: 0.3s;
}
#title .slide-content a:hover {
	background: rgba(255,255,255,0.2);
}
#title .button-prev,
#title .button-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	background: rgba(0,0,0,0.4);
	width: 50px;
	height: 100px;
	z-index: 10;
	cursor: pointer;
}
#title .button-prev {
	left: calc(50% - 395px);
}
#title .button-next {
	right: calc(50% - 395px);
}
#title .button-prev:before,
#title .button-next:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 12px;
	height: 12px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}
#title .button-prev:before {
	left: 20px;
	transform: translate(0, -50%) rotate(-45deg);
}
#title .button-next:before {
	right: 20px;
	transform: translate(0, -50%) rotate(135deg);
}
#title .button-prev:hover,
#title .button-next:hover {
	background: rgba(0,0,0,0.7);
}
#title .swiper-pagination-bullet {
	background: #999;
	opacity: 0.5;
}
#title .swiper-pagination-bullet-active {
	background: #005BAB;
	opacity: 1;
}
@media screen and (max-width:767px) {
	#title .bgimg,
	#title .inner {
		height: 150px;
	}
	#title .bgimg {
		background-position: center;
	}
	#title .page-title {
		margin-bottom: 10px;
		font-size: 18px;
	}
	#title .page-title span {
		font-size: 44px;
	}
	#title .swiper-slide {
		width: 375px;
	}
	#title .slide-content,
	#title .slide-content a {
		height: 262px;
	}
	#title .button-prev,
	#title .button-next {
		display: none;
	}
}
@media screen and (max-width:480px) {
	#title .page-title {
		font-size: 16px;
	}
}
/* path
------------------------------------------------*/
#path {
	background: #444;
	padding: 10px 0;
	font-size: 12px;
}
#path p,
#path p a {
	color: #ccc;
}
#path p a:hover {
	color: #aaa;
}
@media screen and (max-width:767px) {
	#path {
		font-size: 11px;
	}
}
/* header
------------------------------------------------*/
#header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #000;
	padding: 0 4.3%;
	color: #fff;
}
#header a {
	display: block;
	color: #fff;
}
#header a:hover img {
	opacity: 0.8;
}
#header #logo {
	width: 164px;
	margin: 0;
	line-height: 1;
}
#header #logo img {
	display: block;
	max-width: 100%;
	height: auto;
}
#header #nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header #nav ul li {
	position: relative;
}
#header #nav ul a {
	padding: 40px 15px;
	font-weight: 700;
	font-size: 15px;
	white-space: nowrap;
	transition: 0.3s;
}
#header #nav ul a:hover {
	background: #707070;
}
#header #nav ul li.shop a {
	background: #005BAB;
	padding: 20px 30px;
}
#header #nav ul li.shop a span {
	background: url("img/icon-cart.svg") no-repeat left center;
	background-size: 18px auto;
	padding: 0 0 0 25px;
}
#header #nav ul li.shop a:hover {
	background: #005BAB;
	opacity: 0.8;
}
#header #nav ul ul {
	display: block;
	display: none;
	position: absolute;
	z-index: 10;
	background: rgba(255,255,255,0.8);
	width: 270px;
}
#header #nav ul ul li a {
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}
#header #nav ul ul li a:hover {
	background: #fff;
}
@media screen and (max-width:1200px) {
	#header {
		padding: 0 2%;
	}
	#header #logo {
		width: 10vw;
	}
}
@media screen and (max-width:1080px) {
	#header {
		display: block;
		padding: 0;
		text-align: center;
	}
	#header #logo {
		display: inline-block;
		width: auto;
		margin: 20px 0 0;
	}
	#header #logo img {
		max-width: none;
		width: auto;
		height: 40px;
	}
	#header #nav ul li {
		flex-grow: 1;
	}
	#header #nav ul a {
		padding: 15px 10px;
		font-size: 14px;
	}
	#header #nav ul li.shop a {
		padding: 15px 10px;
	}
	#header #nav ul ul {
		width: auto;
		text-align: left;
	}
}
@media screen and (max-width:767px) {
	#header {
		height: 64px;
	}
	#header #logo {
		margin: 12px 0 0;
	}
	#header #nav {
		width: 100%;
		text-align: left;
	}
	#header #nav .sp-slide {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 100vh;
		background: #333;
		padding: 64px 0 0;
		overflow: scroll;
	}
	#header #nav ul {
		display: block;
		width: 100%;
	}
	#header #nav ul li {
		border-top: 1px solid #888;
	}
	#header #nav ul li a {
		position: relative;
		padding: 20px;
		font-size: 15px;
	}
	#header #nav ul li a:before,
	#header #nav ul li a:after {
		content: "";
    position: absolute;
    top: 50%;
	}
	#header #nav ul li a:before {
    right: 20px;
    transform: translate(0, -50%);
    width: 18px;
    height: 1px;
		background: #fff;
}
	#header #nav ul li a:after {
    right: 19px;
    transform: translate(0, -50%) rotate(135deg);
    width: 6px;
    height: 6px;
		border-top: solid 1px #fff;
    border-left: solid 1px #fff;
}
	#header #nav ul ul {
		display: block;
		position: initial;
		background: #333;
		border-top: 1px solid #888;
		padding: 0;
	}
	#header #nav ul ul li {
		border: 0;
	}
	#header #nav ul ul li a {
		position: relative;
		padding: 10px 20px 10px 40px;
		font-size: 14px;
		color: #fff;
	}
	#header #nav ul ul li a:before {
		left: 20px;
		right: auto;
		transform: none;
		background: #888;
		width: 8px;
		height: 1px;
	}
	#header #nav ul ul li a:after {
		content: none;
	}
	#header #nav ul li.shop {
		padding: 20px;
		text-align: center;
	}
	#header #nav ul li.shop a {
		font-size: 16px;
	}
	#header #nav ul li.shop a:before,
	#header #nav ul li.shop a:after {
		content: none;
	}
	#header #nav ul li.shop a span {
		display: block;
	}
	.menu-trigger {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1002;
		background: #333;
		width: 64px;
		height: 64px;
		text-align: left;
		cursor: pointer;
	}
	.menu-trigger .toggle-bar, .menu-trigger .toggle-bar::before, .menu-trigger .toggle-bar::after {
		position: absolute;
		width: 22px;
		height: 2px;
		background: #fff;
		transition: all 0.2s;
		content: "";
	}
	.menu-trigger .toggle-bar {
		top: 25px;
		left: 20px;
	}
	.menu-trigger .toggle-bar::before {
		top: 7px;
	}
	.menu-trigger .toggle-bar::after {
		top: -7px;
	}
	.nav-open .toggle-bar {
		background: transparent;
	}
	.nav-open .toggle-bar::before, .nav-open .toggle-bar::after {
		top: 0;
	}
	.nav-open .toggle-bar::before {
		transform: rotate(45deg);
	}
	.nav-open .toggle-bar::after {
		transform: rotate(-45deg);
	}
	.menu-trigger .toggle-name {
		position: absolute;
		left: 0;
		bottom: 7px;
		width: 100%;
		text-align: center;
		letter-spacing: 0.1em;
		font-family: "Helvetica Neue", Arial, Meiryo, sans-serif;
		font-size: 10px;
		font-weight: 700;
		color: #fff;
	}
	.menu-trigger .toggle-name:before {
		content: "MENU";
	}
	.nav-open .toggle-name:before {
		content: "CLOSE";
	}
}
/* footer
------------------------------------------------*/
#footer .box {
	width: 50%;
	padding: 50px 0;
	font-size: 15px;
}
#footer ul {
	display: flex;
}
#footer .box + .box ul {
	justify-content: flex-end;
}
#footer ul li {
	margin: 0 20px 0 0;
}
#footer ul li:last-child {
	margin: 0;
}
#footer .box + .box ul li {
	margin: 0 0 0 20px;
}
#footer ul li img {
	display: block;
	width: auto;
	height: 80px;
}
#footer ul li a {
	transition: 0.3s;
}
#footer ul li a:hover,
#footer ul li a:hover img {
	opacity: 0.7;
}
#footer small {
	display: block;
	margin: 30px 0 0;
	font-size: 12px;
	color: #666;
}
#spfollow {
	display: none;
}
@media screen and (max-width:1080px) {
	#footer ul {
		display: block;
	}
	#footer .box + .box ul {
		display: flex;
	}
}
@media screen and (max-width:767px) {
	#footer .box {
		padding: 20px 0 75px;
		font-size: 14px;
	}
	#footer .box + .box ul {
		display: block;
	}
	#footer ul li,
	#footer .box + .box ul li {
		margin: 0 0 10px;
	}
	#footer ul li img {
		width: 180px;
		height: auto;
		margin: 0 0 0 auto;
	}
	#spfollow {
		display: flex;
		justify-content: space-between;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99;
		width: 100%;
		height: 70px;
		background: #888;
		padding: 10px;
	}
	#spfollow li {
		width: calc(98% / 3);
	}
	#spfollow li a {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
		justify-content: center;
		height: 100%;
		border-radius: 5px;
		box-shadow: 0 3px 0 rgba(0,0,0,0.5);
		line-height: 1.2;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		color: #fff;
	}
	#spfollow li:nth-child(1) a {
		background: #DA291C;
	} 
	#spfollow li:nth-child(2) a {
		background: #00B900;
		font-size: 11px;
	} 
	#spfollow li:nth-child(3) a {
		background: #005BAB;
	} 
	#spfollow li a span {
		display: block;
		width: 100%;
		font-size: 17px;
	}
}
@media screen and (max-width:480px) {
	#footer .box {
		width: 55%;
	}
	#footer .box + .box {
		width: 45%;
	}
	#footer ul li img {
		width: 140px;
	}
}
/* webike-moto
------------------------------------------------*/
#main #webike-moto .card {
	border: none !important;
	padding: 0 !important;
}
#main #webike-moto .card .btn-wp {
	padding: 15px 5px 15px 25px !important;
}
#main #webike-moto .card-maker {
	margin: 10px 0 0!important;
}
#main #webike-moto .card-bike-name {
	margin: 0 !important;
	padding-bottom: 5px !important;
}
#main #webike-moto .card-bike-name a {
	font-size: 18px !important;
}
#main #webike-moto .card-img img {
	height: auto !important;
}
#main #webike-moto .card-img:hover img {
	opacity: 0.8;
}
#main #webike-moto .card-body {
	padding: 0 20px !important;
}
#main #webike-moto .btn-qa,
#main #webike-moto .btn-phone-qa {
	position: relative;
}
#main #webike-moto .btn-qa {
	background: #005BAB !important;
}
#main #webike-moto .btn-qa.sold-out {
	background: #0093AB !important;
}
#main #webike-moto .btn-qa i,
#main #webike-moto .btn-phone-qa i {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 18px;
	height: 15px;
	margin: -6px 0 0;
}
#main #webike-moto .btn-qa i {
	background: url("img/icon-mail.svg") no-repeat 0 0;
	background-size: 100% auto;
}
#main #webike-moto .btn-phone-qa i {
	background: url("img/icon-tel.svg") no-repeat 0 0;
	background-size: auto 100%;
}
#main #webike-moto .btn-qa:hover {
	opacity: 0.8;
}
#main #webike-moto.webike-moto-bike-list {
	background: none !important;
	padding: 0 !important;
}
#main #webike-moto.webike-moto-bike-list p {
	margin: 0;
}
#main #webike-moto.webike-moto-bike-list .table {
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	font-size: 13px !important;
}
#main #webike-moto.webike-moto-bike-list .table th {
	background: #333 !important;
	border: 1px solid #dadada;
	width: 33.333% !important;
	min-width: auto !important;
	padding: 0.1em;
	font-size: 13px !important;
	font-weight: normal !important;
}
#main #webike-moto.webike-moto-bike-list .table td {
	border: 1px solid #dadada;
	padding: 0.2em;
	line-height: 1.3;
	font-size: 13px !important;
}
#main #webike-moto.webike-moto-bike-list .warehouse {
	height: auto;
}
#main #webike-moto.webike-moto-bike-list .webike-moto-version {
	display: none;
}
@media screen and (max-width:767px) {
	#main #webike-moto .card-body {
		padding: 0 10px !important;
	}
	#main #webike-moto.webike-moto-bike-list p,
	#main #webike-moto.webike-moto-bike-list .table,
	#main #webike-moto.webike-moto-bike-list .table th,
	#main #webike-moto.webike-moto-bike-list .table td,
	#main #webike-moto.webike-moto-bike-list .table td div,
	#main #webike-moto.webike-moto-bike-list .card-text {
		font-size: 12px !important;
	}
	#main #webike-moto.webike-moto-bike-list .table td {
		padding: 0.1em;
	}
	#main #webike-moto.webike-moto-bike-list .table th:nth-child(1),
	#main #webike-moto.webike-moto-bike-list .table th:nth-child(2) {
		min-width: auto !important;
	}
	#main #webike-moto.webike-moto-bike-list .card-text {
		text-align: left !important;
	}
	#main #webike-moto .webike-moto-popup-body {
		padding-bottom: 100px !important;
	}
	#main #webike-moto .webike-moto-popup-footer {
		bottom: 75px !important;
	}
}
@media screen and (max-width:480px) {
	#main #webike-moto .card .btn-wp {
		font-size: 13px !important;
	}
	#main #webike-moto .btn-qa i,
	#main #webike-moto .btn-phone-qa i {
		width: 14px;
		height: 13px;
		margin: -6px 0 0;
	}