@charset "UTF-8";

@-ms-viewport	{width: device-width;}
/*--------------------------------------------------------------------------
JAMIS JAPAN / ジェイミスジャパン
--------------------------------------------------------------------------*/
/*-----------------------------------
■font-family: 'Roboto', sans-serif;
■font-family: 'Encode Sans', sans-serif;//主に数字
■JAMIS GREEN : #00A7BC
-----------------------------------*/
body{
	font-family:'メイリオ', Meiryo , '游ゴシック', YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック' , sans-serif;
	line-height: 1.6;
}
img{
	max-width:100%; 
	height:100%;
	height:auto;
}
/*汎用スタイル*/
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{
	line-height: 1.2;
	font-size:50%;
	display:inline-block;
}
p{
	line-height: 1.6;
}
a:link { color: #00A7BC; text-decoration: none; -webkit-transition: 0.3s ; transition: 0.3s ;}
a:visited { color: #00A7BC ; text-decoration: none; -webkit-transition: 0.3s ; transition: 0.3s ;}
a:hover { color: #b80d07; text-decoration: none; -webkit-transition: 0.3s ; transition: 0.3s ;}
a:active { color: #b80d07; text-decoration: none; -webkit-transition: 0.3s ; transition: 0.3s ;}
a {
    outline: none;
}
a:focus, *:focus { outline:none; }
h1.dot-ti{
	padding-left:50px;
	background:url(../images/common/logo-mark.svg) left top no-repeat;
	font-family: 'Roboto', sans-serif;
	
}
img.stretch{width:100%; height:auto; border:none; max-width:100%; vertical-align:top;}
/*■■■■■HEADER■■■■■*/
.underline-red{
	margin:0;
	padding:0;
	display:block; 
	width:100%;
	height:2px;
	background-color: #E51938;
}
.navbar-inverse{
	background-color:#081F2D;
	background-color:#000;
}
.navbar {
	margin-bottom:0;
    border-radius: 0;
    border:0;
}
.navbar-header{
	text-align:center;
}
.bg-jamis{
	background-color:#00A7BC;
}
.bg-dark{
	background-color:#081F2D;
		background-color:#000000;
	color:#FFF;
}
.bg-paper{
	background:url('../images/history/bg-paper.jpg') center top repeat-x;
	background-size:cover;
}
.bg-history-years{
	margin-top:20px;
	background:url('../images/history/bg-histroy-years.png') left top repeat-y;
}
.bg-parts{
	background:url('../images/bg-head-parts.jpg') center center no-repeat;
	background-size:cover;
}
.head-logo{
	margin-left:15px;
	width:auto;
	height:33px;
}
.navbar-brand{padding-top:8px;}
a.head-logo{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	-webkit-transition: 0.3s ; 
	transition: 0.3s ;
}
a:hover .head-logo{
	 filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-webkit-transition: 0.3s ; /* Safariに対応させるため */
	transition: 0.3s ;
}
.navbar-nav > li:first-child{
	padding-left:15px;
}
.nav > li > a{
	font-family: 'Roboto', sans-serif;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
    background:none;
    border: 0;
    border-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}
.dropdown-menu > li > a{
	padding:10px 20px;
	font-family: 'Roboto', sans-serif;
}
.dropdown-menu > li > a{
	color:#9d9d9d;
}
.dropdown-menu > li > a:link,.dropdown-menu > li > a:visited{
	color:#9d9d9d;
	background-color:#081F2D;
	background-color:#000000;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-webkit-transition: 0.2s ;
	transition: 0.2s ;
}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:active{
	color:#FFF;
	background-color:#000000;
	background-color:#081F2D;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	-webkit-transition: 0.2s ;
	transition: 0.2s ;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;    
}
.menu-button-close{
	margin-bottom:15px;
}


/*■■■■■FOOTER■■■■■*/
footer{
	margin-top:0;
	padding:10px 0;
	border-top:5px solid #00A7BC;
	background-color:#081F2D;
	background-color:#000000;
}
.menu-ti{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:120%;
	color:#FFF;
}
ul.foot-menu{
	margin:0;
	padding:0;
	list-style-type: none;
}
ul.foot-menu li a{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
ul.foot-menu li a:link,ul.foot-menu li a:visited{
	color:#9d9d9d;
	text-decoration: none;
	-webkit-transition: 0.3s ; /* Safariに対応させるため */
	transition: 0.3s ;
}
ul.foot-menu li a:hover,ul.foot-menu li a:active{
	color:#FFF;
	text-decoration: none;
	-webkit-transition: 0.3s ; /* Safariに対応させるため */
	transition: 0.3s ;
}
/*ソーシャルアイコン*/
.foot-social-ico-box{
	margin:auto;
	padding:0;
	list-style-type: none;
}
.foot-social-ico-box li{
	margin:0 5px;
	display:inline-block;
}
.foot-social-ico-box li a{
	display:block;
	height:58px;
	width:58px;
	border-radius:29px;
}
.foot-social-ico-box li a:link,.foot-social-ico-box li a:visited{
	border:2px solid #9d9d9d;
	-webkit-transition: 0.3s ;
	-moz-transition: -o-transition: opacity 0.3s;
	transition: 0.3s ;
}
.foot-social-ico-box li a:hover,.foot-social-ico-box li a:active{
	border:2px solid #FFF;
	-webkit-transition: 0.3s ;
	-moz-transition: -o-transition: opacity 0.3s;
	transition: 0.3s ;
}
a:link.social-btn-facebook,a:visited.social-btn-facebook{
	background: url('../images/common/social_fb.png') top center no-repeat;
	-webkit-transition: 0.3s ;
	-moz-transition: -o-transition: opacity 0.3s;
	transition: 0.3s ;
}
a:hover.social-btn-facebook,a:active.social-btn-facebook{
	background: url('../images/common/social_fb.png') bottom center no-repeat;
	-webkit-transition: 0.3s ;
	-moz-transition: -o-transition: opacity 0.3s;
	transition: 0.3s ;
}
a:link.social-btn-twitter,a:visited.social-btn-twitter{
	background: url('../images/common/social_twitter.png') top center no-repeat;
	-webkit-transition: 0.3s ;
	-moz-transition: -o-transition: opacity 0.3s;
	transition: 0.3s ;
}
a:hover.social-btn-twitter,a:active.social-btn-twitter{
	background: url('../images/common/social_twitter.png') bottom center no-repeat;
	-webkit-transition: 0.3s ;
	-moz-transition: -o-transition: opacity 0.3s;
	transition: 0.3s ;
}
a:link.social-btn-pin,a:visited.social-btn-pin{
	background: url('../images/common/social_pin.png') top center no-repeat;
	-webkit-transition: 0.3s ;
	-moz-transition: -o-transition: opacity 0.3s;
	transition: 0.3s ;
}
a:hover.social-btn-pin,a:active.social-btn-pin{
	background: url('../images/common/social_pin.png') bottom center no-repeat;
	-webkit-transition: 0.3s ;
	-moz-transition: -o-transition: opacity 0.3s;
	transition: 0.3s ;
}
a:link.social-btn-youtube,a:visited.social-btn-youtube{
	background: url('../images/common/social_youtube.png') top center no-repeat;
	-webkit-transition: 0.3s ;
	-moz-transition: -o-transition: opacity 0.3s;
	transition: 0.3s ;
}
a:hover.social-btn-youtube,a:active.social-btn-youtube{
	background: url('../images/common/social_youtube.png') bottom center no-repeat;
	-webkit-transition: 0.3s ;
	-moz-transition: -o-transition: opacity 0.3s;
	transition: 0.3s ;
}
a:link.social-btn-insta,a:visited.social-btn-insta{
	background: url('../images/common/social_insta.png') top center no-repeat;
	-webkit-transition: 0.3s ;
	-moz-transition: -o-transition: opacity 0.3s;
	transition: 0.3s ;
}
a:hover.social-btn-insta,a:active.social-btn-insta{
	background: url('../images/common/social_insta.png') bottom center no-repeat;
	-webkit-transition: 0.3s ;
	-moz-transition: -o-transition: opacity 0.3s;
	transition: 0.3s ;
}
.text-copyright{
	font-size:80%;
	color:#00A7BC;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}


/*■■■■■CONTENTS■■■■■*/
/*-----<block>-----*/
.contents-block{
	padding-top:30px;
	padding-bottom:30px;
}
.head-box{
	margin-top:0;
	margin-bottom:0;
	display:block;
	height:364px;
	position:relative;
}
.head-inner{
	margin:auto;
	padding:10px;
	top:0;
	bottom:0;
	right:1%;
	color:#FFF;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	position:absolute;
	display:block;
	font-size:400%;
}
/*-----<text>-----*/
.text-jamis{
	color:#00A7BC;
}
.text-attent{
	color:#E70012;
}
.text-glay{
	color:#999999;
	font-weight:normal;
}
.btn-frame{
	margin:5px auto;
	padding:5px 15px;
	border:1px solid #9d9d9d;
	display:inline-block;
	border-radius:20px;
}
a:hover.btn-frame{
	border-color:#FFF;
}
.text-link-arrow{
	padding-left:12px;
	background: url('../images/common/next-arrow-wh.svg') left center no-repeat;
}
/*-----<background>-----*/
.bg-black{
	background-color:#000;
	color:#FFF;
}
.bg-rider{
	background:url('../images/team-head.jpg') center center no-repeat;
	background-size:cover;
}
.bg-team-jamis{
	background:url('../images/rider-head-road.jpg') top -80px center no-repeat;
	background-size:cover;
}
.bg-team-mtb{
	background:url('../images/rider-head-mtb.jpg') top -100px center no-repeat;
	background-size:cover;
}
.bg-team-cx{
	background:url('../images/cyclocross_team.jpg') center center no-repeat;
	background-size:cover;
}
.bg-team-full-throttle{
	background:url('../images/full_throttle.jpg') center center no-repeat;
	background-size:cover;
}
.bg-catalogue{
	background:url('../images/catalogue-head.jpg') center center no-repeat;
	background-size:cover;
}
.bg-xenith{
	background:url('../images/xenith-head.jpg') top -60px center no-repeat;
	background-size:cover;
}
.bg-icon{
	background:url('../images/icon-head.jpg') bottom center no-repeat;
	background-size:cover;
}
.bg-ventura{
	background:url('../images/ventura-head.jpg') center center no-repeat;
	background-size:cover;
}
.bg-quest{
	background:url('../images/quest-head.jpg') center center no-repeat;
	background-size:cover;
}
.bg-renegade{
	background:url('../images/renegade-head.jpg') top -100px center no-repeat;
	background-size:cover;
}
.bg-dragonslayer{
	background:url('../images/dragonslayer-head.jpg') center center no-repeat;
	background-size:cover;
}
.bg-komodo{
	background:url('../images/komodo-head.jpg') center center no-repeat;
	background-size:cover;
}
.bg-coda{
	background:url('../images/coda-head.jpg') center left no-repeat;
	background-size:cover;
}
.bg-allegro{
	background:url('../images/allegro-head.jpg') center center no-repeat;
	background-size:cover;
}
.bg-dealers{
	background:url('../images/dealers-head.jpg') center center no-repeat;
	background-size:cover;
}
.bg-aurora{
	background:url('../images/aurora-head.jpg') bottom center no-repeat;
	background-size:cover;
}
.bg-contact{
	background:url('../images/bg-img-contact.jpg') center center no-repeat;
	background-size:cover;
}
.bg-sequel{
	background:url('../images/sequel-head.jpg') center center no-repeat;
	background-size:cover;
}
.bg-hardline{
	background:url('../images/hardline-head.jpg') center center no-repeat;
	background-size:cover;
}
.bg-highpoint{
	background:url('../images/highpoint-head.jpg') bottom center no-repeat;
	background-size:cover;
}
/*-----<hr>-----*/
hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-bottom-style: none;
    border-top-color: currentcolor;
    border-bottom-color: currentcolor;
	border-top: 1px solid #999;
}
.text-hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-bottom-style: none;
    border-top-color: currentcolor;
    border-bottom-color: currentcolor;
	border-top: 1px solid #999;
}

/*-----<spacer>-----*/
.ctsp0{margin-top:0!important;}
.cbsp0{margin-bottom:0!important;}
.ctsp1{margin-top:10px;}
.cbsp1{margin-bottom:10px;}
.ctsp2{margin-top:20px;}
.cbsp2{margin-bottom:20px;}
.ctsp3{margin-top:30px;}
.cbsp3{margin-bottom:30px;}
.ctsp4{margin-top:40px;}
.cbsp4{margin-bottom:40px;}

/*■■■■■パンくずリスト■■■■■*/
.bread-box{
	background-color: #f5f5f5;
	border-bottom:1px solid #DCDCDC;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
}
.breadcrumb li {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:90%;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
}
.breadcrumb li a:link,.breadcrumb li a:active{
	color:#9d9d9d;
}
.breadcrumb li a:hover,.breadcrumb li a:visited{
	color:#00A7BC;
}
/*■■■■■INDEX(TOP)■■■■■*/
/*Slick*/
.slick-dotted.slick-slider{
	margin-bottom:0;
}
.slick-list{

}
.slick-box{
	width:100%;
	text-align: center;
	background-color:#000;
}
.slick-slider img{
	margin:0 auto;
}
.slick-dots{
	bottom:25px;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slick-dots li button::before{
	font-size:16px;
	color:#FFF;
}
.slick-dots li.slick-active button::before{
	font-size:16px;
	color:#00A7BC;
}
.slick-prev::before, .slick-next::before{
	color:#00A7BC;
}
.bg-grey-box{
	padding-top:8px;
	padding-bottom:8px;
	background-color:#222;
}
.mov-list{
	margin:8px;
	position: relative;
}
.mov-list a:link img,.mov-list a:visited img{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
.mov-list a:hover img,.mov-list a:active img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
.mov-list a{
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}
.mov-list a img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.mov-list img {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform-origin: 50% 50%;
}
.mov-list:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.yt-play-button {
	width: 80px;
	height: 56px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
	opacity: 0.8;
	background-image: url('../images/common/bu-youtube-play.svg');
	background-size: 80px 56px;
	-webkit-transition: opacity 0.2s;
	-moz-transition: 
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.mov-list:hover .yt-play-button {
                opacity: 1;
            }
.play-button {
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
	opacity: 0.8;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAEHElEQVR4AbWZBa/kSAyErUijSMvMDCMdMzMzMzMzM8MeM/PdMjMz74vyn76jVil5kzehji0IuV3dbVfsxMoJLY7jAd5lNvuJE7qD2bzMnRxkTQkDuIJv5bZv3cFnnEXLr/ODeJe9xCV0G88zxo/zQ/iKuJJGvMHEes4H8XLGwAt4nKs5hLbi4iCO5mpeZE3Hs3u5j7Cq+3PY1mu4b7ml+8Iyg/uY3ctqOYeUd97i+dQgu7ibQYWtR/EiUcJ6P7eUXfo/U+YvFnYuYSLvp6bwfuHMYAxLE4YfMrFGAP9CLP2efsWWb10ihC6zWkKQ2so/cwOSoSzX42uYZh6EK9ifWIVW99D7M5Fso8yTcHQin97u9uDzidQZZB6FiQkI1/ad9+JzJppn4TgiZVU7M/WEMeIEa0C4XhOcR9B5+0XdvskaEuSjg5g4HBGGNSa0mCdmHZ6+9b1ujMqJ57PqvVsVCU9lz//2nAEuJOanOvzAy5rqUF0Ua28kLAAgJqrwdhDRi5buU/yr2rnTLB+AUvV6gkoQ3nAjrHP2XC3mH1AMgHQRJ1cA0Jb9cf9f+AmRZHEA0s/Kk5Zy4UUzI9QGnFoWgJjtKQaUAnCns1z6H0VqA8IqABS+V5QAMEN2Y4wH3OFPZlUBiGCPLFoliPbPNz5zh4/XASB9t1g3wMfu+UeNRe7wiroAtJUP5G8mD+NC2EQLh9cHIF3DhTnjXOyenG0yGuUHgPQX2l3GOQEHVQDo5w+A9DWG55DRNgEw8wtA3UDQNRGjJgEs59R8JhAABngFsINbaHVt+N1LWQAY5xHAa3pZ5wXhOmOXOzzaE4CfaBdqVpSGC9zh1R4ArOF8KyQ8qgpU1dDz1QGogQ+toPCts3rAuB3XitUC8G6ZRo5AG3+WClIiBlUE8GfZLyAcKdvhRsAOd3JhBQAbqzTwPJBadb2Qvy0JYC8P088qCKv0Mk41pRGjSgD4mHGVm3U3husvCNkmRMUAzCvGGjnFyLzOpnEXg3IBbMvq7yvVg9frIuOIiq0B4xhgtYQvnKfNhFndyn4mW4PCqcSZXRgT2a9KJmjMfT+Wqy3rl1EmOr27MQDvEvfJObRY3vAnmquJuzIObTVpO5jh3f3pRFr+4fnfydYxzqv7wzW5vRyUw9Ji+bY395exX+OeX4CnREseYoGAx4mlD+QbhKkfDo8S1Ey8r5JFelGj75M9b/V14OLUT5yXC0+GVq+fDd+WjwdOYF5qjAfKf1hN/yN8m4NKOP8+ZbuNU6280FbFrOTkeU4m6LJ5Z/Fuxq+uUdUj+BZ2ZXQ9H/M4V3OQ9Eiu5nm+0polIZ9v9YThPCUQ5XQzt9PPfAiDuI81pZzP43pC8ysczTMsz3U9m4eZYc0Jo7iQR3mf2SxNzHc2b3A3Z5X/gvw3ig3ow2qn8eAAAAAASUVORK5CYII=');
	background-size: 48px;
	-webkit-transition: opacity 0.2s;
	-moz-transition: 
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.mov-list:hover .play-button {
                opacity: 1;
            }
.stretch img{width:100%; height:auto; max-width:100%; vertical-align:top;}

/*■■■■■HISTORY■■■■■*/
/*ヒストリー１枠*/
.history-ti{
	margin-top:0;
	background:url('../images/history/dot-histroy-years.png') center center repeat-x;
}
.history-ti span{
	padding:5px 30px;
	display:table;
	background-color:#222;
	color:#FFF;
	border-radius:10px;
}
.history-box{
	padding-top:10px;
	padding-bottom:30px;
	margin-top:5px;
	margin-bottom:5px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.history-box div p{
	margin-top:10px;
	margin-bottom:20px;
	font-size:110%;
	
}
.history-box div small{
	display:block;
}
/*カンパニープロフィール*/
.history-com-box h1{
	margin:20px 0 30px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.history-com-box img{
	margin:10px 0;
}
.history-com-box small{
	display:block;
}
.bg-history1{
	background-color:#1282a0;
	color:#FFF;
}
.bg-history2{
	background-color:#e2d9d5;
	color:#222;
}
.bg-history3{
	background-color:#e14027;
	color:#FFF;
}
.bg-history-co2{
	background:url('../images/history/com-history_02.jpg') center center no-repeat;
	background-size:cover;
}
.bg-history-co3{
	background:url('../images/history/com-history_03.jpg') center center no-repeat;
	background-size:cover;
}

/*■■■■■RIDER■■■■■*/
.rider-menyu-box{
	margin-top:10px;
	margin-bottom:20px;
	padding:0;
	display:block;
	height:296px;
}
.rider-name-box{
	padding:5px 10px 1px 10px;
	background-color: rgba(0,0,0,0.8);
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#FFF;
	font-size:140%;
}
.rider-name-box h2{
	margin:0 5px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:120%;
	line-height: 1.2;
	color:#FFF;

}
/*■■■■■CATALOGUE ARCHIVE■■■■■*/
.catalogue-list-box{
	font-size:100%;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.catalogue-list-box a:link img,.catalogue-list-box a:visited img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
.catalogue-list-box a:hover img,.catalogue-list-box a:active img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
.catalogue-new-img{
	margin-bottom:5px;
	height:240px;
	width:auto;
}
.catalogue-list-img{
	margin-bottom:5px;
	height:160px;
	width:auto;
}
.catalogue-list-box strong{
	display:block;
}
/*■■■■■BIKES■■■■■*/
.bike-slider-box{
	display:block;
	width:100%;
	height:364px;
	overflow: hidden;
	position:relative;
}
.bike-slider-box > .slick-slider{
	position:absolute;
	top:-50%;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	display:block;
}
.bike-type-name{
	top:50%;
	right:0;
	bottom:0;
	left:0;
	position:absolute;
	padding:5px 15px;
	margin:auto;
	font-size:30px;
	background-color: rgba(0,0,0,0.7);
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	z-index: 3;
	color:#FFF;
	display:table;
}
.bike-menu-box{
	display:block;
	position:lerative;
	z-index: 1;
}
.bike-menu-box img{
	border-radius:6px;
}
.bike-menu-box a:link img,.bike-menu-box a:visited img{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
.bike-menu-box a:hover img,.bike-menu-box a:active img{
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
.bike-menu-title{
	padding:10px 15px;
	width: 50%;
	height:58px;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	display:block;
	position:absolute;
	font-size:24px;
	line-height: 0.8;
	background-color: rgba(0,0,0,0.6);
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	z-index: 3;
	text-align: center;
}
a:link .bike-menu-title,a:visited .bike-menu-title,a:hover .bike-menu-title,a:visited .bike-menu-title{
	color:#FFF;
}
a:link .bike-menu-title small,a:visited .bike-menu-title small,a:hover .bike-menu-title small,a:active .bike-menu-title small{
	margin-top:5px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#FFF;
	letter-spacing: 2px;
	display:block;
}
.bike-category-box{
	padding-top:10px;
	padding-bottom:20px;
}
.bike-category-box h1{
	font-family: 'Encode Sans', sans-serif;
	font-weight:100;
	font-size:400%;
	color:#FFF;
}
.bike-category-box h1 img{
	height:24px;
	width:auto;
}
.bike-category-box p{
	color:#CCCCCC;
}
.bike-list-title > h2{
	margin-top:5px;
	margin-bottom:5px;
	text-align: center;
	font-family: 'Encode Sans', sans-serif;
	font-weight:100;
}
.bike-list-title > p{
	text-align: center;
	color:#111;
}
.bike-list-title > p span{
	text-align: center;
	font-family: 'Encode Sans', sans-serif;
	font-weight:400;
	color:#b80d07;
}
.bike-list-title > p small{
	padding-left:10px;
	padding-right:10px;
}
.bike-list-title,a:visited .bike-list-title,a:hover .bike-list-title,a:active .bike-list-title{
	color:#111111;
}
/*-----<fotorama>-----*/
.fotorama{padding-top:20px; padding-bottom:20px;}

.fotorama__caption__wrap{
	padding:2px 6px;
	border-radius:6px;
	font-family: 'Encode Sans', sans-serif;
	font-weight:400;
	color:#111;
}
.fotorama__caption{
	width:100%;
	text-align: center;
}
/*-----<bike-page>-----*/
.bike-caption-block{
	padding-top:20px;
	padding-bottom:20px; 
}
.bike-name{
	margin-top:10px;
	margin-bottom:6px;
	margin-right:10px;
	font-size:460%;
	font-family: 'Encode Sans', sans-serif;
	font-weight:300;
	line-height: 1.2;
	/*color:#fd5104;*/
}
.bike-name-box p{
	margin:20px 0;
	font-size:90%;
	display:inline-block;
}
.bike-name-box p span{
	padding-right:6px;
	padding-left:6px;
	font-family: 'Encode Sans', sans-serif;
	font-weight:400;
	font-size:120%;
	color:#b80d07;
}
.bike-tab-box{
	background-color:#00A7BC;
	background-color:#C5C5C5;
}
.nav-tabs.nav-justified > li > a{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	border-bottom:0;
	border-radius:0;
}
.nav-tabs.nav-justified > li > a:link,.nav-tabs.nav-justified > li > a:visited{
	color:#222;
}
.nav-tabs.nav-justified > li > a:hover,.nav-tabs.nav-justified > li > a:active{
	color:#111;
}
.nav-tabs.nav-justified > li.active > a{
	color:#111;
}
.text-ti{
	font-family: 'Roboto', sans-serif;
	font-weight:600;
}
h3.bike-name_m{
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	font-family: 'Encode Sans', sans-serif;
	font-weight:100;
	line-height: 1.2;
	display:block;
}
.text-price{
	margin-bottom:0;
	margin-right:15px;
	font-size:90%;
	display:inline-block;
}
.text-price span{
	padding-right:6px;
	padding-left:6px;
	font-family: 'Encode Sans', sans-serif;
	font-weight:400;
	font-size:120%;
	color:#bc1500;
}
.mini-spec{
	margin-top:20px;
}
.mini-spec strong{
	margin-right:10px;
}

.text-spec{
	font-family: 'Encode Sans', sans-serif;
}
.text-spec strong{
	margin-right:10px;
}
/*-----<technology>-----*/
.tech-icon-box{
	margin-top:10px;
	margin-bottom:20px;
	padding:0;
	list-style-type: none;
	box-sizing:border-box;
}
.tech-icon-box li{
	margin:0;
	display:inline-block;
	box-sizing:border-box;
	height:70px;
}
.tech-icon-box li a:link img,.tech-icon-box li a:visited img{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
.tech-icon-box li a:hover img,.tech-icon-box li a:active img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
/*-----<spec>-----*/
.spec > thead > tr > th{
	background-color:#00A7BC;
	color:#FFF;
	font-family: 'Encode Sans', sans-serif;
	font-weight:600;
	text-align: right;
}
.spec > tbody > tr > th{
	background-color:#00A7BC;
	color:#FFF;
	font-family: 'Encode Sans', sans-serif;
	font-weight:400;
	word-wrap: break-word;
	text-align: right;
}
.spec > tr > td{
	font-family: 'Encode Sans', sans-serif;
	font-weight:400;
}
/*-----<geometory>-----*/
.geo > thead > tr > th{
	background-color:#00A7BC;
	color:#FFF;
	font-family: 'Encode Sans', sans-serif;
	font-weight:600;
}
.geo > tbody > tr > th{
	background-color:#00A7BC;
	color:#FFF;
	font-family: 'Encode Sans', sans-serif;
	font-weight:400;
}
.geo > tr > td{
	font-family: 'Encode Sans', sans-serif;
	font-weight:400;
}
.mutual-table{
	margin:20px auto;
	padding:0;
	list-style-type: none;
	display:table;
	text-align: left;
}
.mutual-table li{
	font-family: 'Encode Sans', sans-serif;
	font-weight:400;
}
.text-circle{
	margin-right:5px;
	padding:2px 6px;
	background:url('../images/common/ico-circle.svg') center center no-repeat;
	display:inline-block;
	width:24px;
	height:24px;
	text-align: center;
	
}
/*■■■■■TECHNOLOGY■■■■■*/
.tech-box div h1{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:240%;
}
.tech-box div strong{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:140%;
}
/*■■■■■TOPICS■■■■■*/
.topics dt{
	padding-bottom:4px;
	margin-bottom:8px;
	font-size:120%;
	font-weight:bold;
	border-bottom:3px solid #00A7BC;
}
.topics dd{
	margin-bottom:24px;
}


/*■■■■■DEALERS■■■■■*/
.map-jp-box{
	padding-left:15px;
	padding-right:15px;
}
.map-jp-box div{
	padding:0;
}
.map-jp-box div{
	position:relative;
}
.map-jp-box div img.spacer{
	border:1px solid #FFF;
}
.map-jp-box div a{
	margin:2px;
	background-color:#00A7BC;
	border-radius:3px;
	display:block;
	text-align: center;
	position:relative;
	overflow: hidden;
}
.map-jp-box div a:link,.map-jp-box div a:visited{
	background-color:#00A7BC;
}
.map-jp-box div a:hover,.map-jp-box div a:active{
	background-color:#00434b;
}
.map-jp-box div a span{
	margin-top:-10px;
	position:absolute;
	display:block;
	text-align: center;
	top:50%;
	width:100%;
}
.map-jp-box div a:link span,.map-jp-box div a:visited span,.map-jp-box div a:hover span,.map-jp-box div a:active span{
	color:#FFF;
}
.panel-group{
	color:#00A7BC;
}
.store-box{
	margin-bottom:15px;
	padding-top:15px;
	padding-bottom:15px;
	border:1px solid #b2e4eb;
	background-color:#00A7BC;
	color:#FFF;
	border-radius:6px;
}
.store-box:after {
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.text-icon{
	margin-top:3px;
	margin-bottom:5px;
	padding:2px 10px;
	font-size:90%;
	border:1px solid #FFF;
	display:inline-block;
	
}
.store-box strong{
	font-size:110%;
	display:block;
}
p.text-comment{
	padding-top:5px;
	border-top:1px dotted #FFF;
}
a.block-button{
	margin-bottom:10px;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
	width:100%;
}
a.block-button:link,a.block-button:visited{
	border:1px solid #00A7BC;
	border-radius:6px;
	line-height: 1.2;
	-webkit-transition: 0.2s ;
	transition: 0.2s ;
}
a.block-button:hover,a.block-button:active{
	border:1px solid #00A7BC;
	background-color:#00A7BC;
	color:#FFF;
	border-radius:6px;
	line-height: 1.2;
	-webkit-transition: 0.2s ;
	transition: 0.2s ;
}
table.dealers tr th{
	background-color:#00A7BC;
	color:#FFF;
}
table.dealers tr td:first-child{
	font-weight:bold;
}

table.dealers tr td:nth-child(2){
	font-size:80%;
}
table.dealers tr td:nth-child(3){
	white-space: nowrap;
}
table.dealers tr.dealers-ti td{
	padding:5px;
	background-color:#ccc;
	font-size:70%;
	line-height:1;
	color:#222;
	text-align:center;
}
/*■■■■■CONTACT■■■■■*/
.address-box h2{
	font-size:200%;
}
/*■■■■■3VO SUSPENTION SYSTEM■■■■■*/
.bg-3vo{
	background-color:#081F2D;
	position:relative;
	color:#B6CCDF;
}
.bg-3vo-grey{
	background-color:#EFEFEF;
	position:relative;
	color:#081F2D;
}
.triangle-top:before{
	content: "";
    margin-left:-52px;
    width: 0;
    height: 0;
    position:absolute;
    left:50%;
    top:-104px;
    border-style: solid;
    border-width: 52px 52px ;
    border-color: transparent transparent #081F2D transparent;
    z-index: 101;
}
.triangle-bottom:after{
	content: "";
    margin-left:-52px;
    width: 0;
    height: 0;
    position:absolute;
    left:50%;
    bottom:-104px;
    border-style: solid;
    border-width: 52px 52px ;
    border-color: #081F2D transparent transparent transparent;
    z-index: 101;
}
.evo-description-box{
	padding-top:28px;
	padding-bottom:40px;
	position:relative;
}
.evo-description-box img.logo-3vo_a{
	width:269px;
	height:115px;
}
.evo-description-box img.logo-3vo_b{
	margin-top:20px;
	margin-bottom:10px;
	width:138px;
	height:47px;
}
.evo-description-box h2{
	margin:20px auto;
	color: #FF5100;
	/*font-family: 'Anton', sans-serif;*/
	font-size:300%;
	font-weight:bold;
}
.evo-description-box h1{
	margin:20px auto 0;
	color: #FF5100;
	font-family: 'Anton', sans-serif;
	font-size:500%;
}
.evo-description-box h1 small{
	margin:20px auto;
	color: #B6CCDF;
	font-family: 'Anton', sans-serif;
	font-size:60%;
}
.evo-description-box p{
	font-size:110%;
}
.evo-description-box_g{
	padding-top:28px;
	padding-bottom:40px;
	position:relative;
}
.evo-description-box_g h2{
	margin:20px auto;
	/*font-family: 'Anton', sans-serif;*/
	font-size:200%;
	font-weight:bold;
}
.evo-description-box_g dl dt{
	padding-bottom:5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:120%;
}
.evo-description-box_g dl dd{
	margin-bottom:30px;
}
.img-box-3vo{
	margin:0;
	padding:0;
	display:block;
	with:100%;
	height:580px;
}
.bg-sus-3vo_1{
	background:url('../images/3vo/3vo_angle129.jpg') center center no-repeat;
	background-size:cover;
}
.bg-sus-3vo_2{
	background:url('../images/3vo/3vo_angle429.jpg') center center no-repeat;
	background-size:cover;
}
.bg-sus-3vo_3{
	background:url('../images/3vo/3vo_angle329.jpg') center center no-repeat;
	background-size:cover;
}
.site-name-box{
	padding:15px 20px;
	border:2px solid #999;
	border-radius:6px;
	display:block;
	width:auto;
	position:absolute;
	top:0;
	text-align: left;
}
.site-name-box ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
.site-name-box ul li{
	line-height: 1.2;
	vertical-align: middle;
}
.site-name-ico{
	margin:0 10px 0 0;
	font-size:160%;
	line-height: 1.2;
	vertical-align: middle;
}
.color-0E23F0{
	color:#0E23F0;
}
.color-D014BB{
	color:#D014BB;
}
.color-FED144{
	color:#FED144;
}
.color-F88725{
	color:#F88725;
}
.color-E3002B{
	color:#E3002B;
}
.spec-inline{
	padding:0;
	list-style-type: none;
}
.spec-inline li{
	padding:5px 2px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:120%;
	font-weight:400;
	text-transform: uppercase;
	display: inline-block;
}
.spec-inline li:nth-child(even){
	color: #FF5100;
}
.geo-3vo{
	width:100%;
}
.geo-3vo tr th{
	font-family: 'Roboto Condensed', sans-serif;
	color: #FF5100;
	text-align: center;
}
.geo-3vo tr td{
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	text-align: center;
}
.geo-3vo tr td span{
	color: #B6CCDF;
}
.geo-3vo tr td strong{
	color: #FF5100;
}
/*■■■■■About Adventure■■■■■*/
.ti-about-adv{
	font-size:400%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}
.mi-about-adv{
	margin:60px 0 20px ;
	padding:6px 0;
	font-size:200%;
	font-weight:bold;
	border-bottom:3px solid #1282a0;
	
}
.about-adv-type-box{
	margin:0 0 30px 0;
	padding:20px;
	background-color:#FFF;
	border-radius:15px;
	color:#000;
}
.sub-ti-about-adv{
	padding:6px 15px 4px;
	margin:15px 0;
	font-size:180%;
	font-weight:bold;
	border:1px solid #000;
	display:inline-block;
}
.mi-about-adv-bike-kind{
	margin:5px 0;
	padding:0;
	font-size:150%;
	font-weight:bold;
}
.q-about-adv-bike-kind{
	padding:3px;
	font-size:120%;
	font-weight:bold;
	border-bottom:3px dotted #1282a0;
}
.a-about-adv-text{
	font-size:100%;
	color:#000;
}
.a-about-adv-text span{
	font-size:100%;
	color:#FF0000;
	font-weight:bold;
}
.btn-link{
	margin:0 auto 20px auto;
	padding:10px 15px 10px 45px;
	border-radius:6px;
	font-size:110%;
	letter-spacing:2px;
	font-weight:bold;
	display:inline-block;
	position:relative;
	display:none;
}
.btn-link:before{
	content:"";
	display:block;
	width:22px;
	height:22px;
	border-radius:10px;
	background-color:#fff;
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-11px;
}.btn-link:after{
	content:"";
	display:block;
	width:10px;
	height:10px;
	background-color:#fff;
	border-top:4px solid #1282a0;
	border-right:4px solid #1282a0;
	transform:rotate(45deg);
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-5px;
}
a.btn-link:link,a.btn-link:visited{
	background-color:#1282a0;
	color:#FFF;
		text-decoration:none
}
a.btn-link:hover,a.btn-link:active{
	background-color:#159bbf;
	color:#fff;
	text-decoration:none
}
.hr-about-adv{
	width:100%;
	border:0;
	border-bottom:4px solid #1282a0;
	
}
/*■■■■■GO TOP■■■■■*/
#scroll_to_top {
	/* 「TOPに戻る」ボタンにカーソルを載せた時に、
	カーソルが指のマークになるようにしています。 */
	cursor: pointer;
/* 常にページの右下に表示されるように固定します。 */
	  position: fixed;  /* 位置を固定させます。 */
	  right: 25px;      /* 画面の右橋から20px空けます。 */
	  bottom: 25px;     /* 画面の下端から20px空けます。 */
}
#scroll_to_top p{
	padding:17px 15px 10px ;
	background-color:#00A7BC;
	display:block;
	width:58px;
	height:58px;
	border-radius:29px;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-webkit-transition: 0.3s ; /* Safariに対応させるため */
	transition: 0.3s ;
}
#scroll_to_top p:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	background-color: #00A7BC;
	-webkit-transition: 0.3s ; /* Safariに対応させるため */
	transition: 0.3s ;
}
/* -------------------------------------------------------------------------------
スマホ用設定ここから
-------------------------------------------------------------------------------*/

/* -------------------------------------------------------------------------------
～768px(Extra small)
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 48em) {
/*■■■■■HEADER(スマホ)■■■■■*/
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{
	line-height: 1.2;
	font-size:50%;
	color:#222;
	display:block;
}
.head-logo{
	margin-top:6px;
}
.navbar-nav > li:first-child{
	padding-left:0;
}
.navbar-inverse .navbar-text {
    color: #fff;
}
/*-----<navbar-button>-----*/
.navbar-text{
	margin-top:0;
	padding:0;
	font-size:9px;
	line-height: 0;
	font-weight: bold;
	font-family:Arial,sans-selif;
	color:#FFF;
}
.navbar-toggle{
    padding: 0 7px 9px 7px;
    border:none;
}
.navbar-toggle .icon-bar {
    width: 28px;
    height: 3px;
    border-radius:2px;
}

button.navbar-toggle:not(.collapsed) span.bar1{
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
	transition: all 300ms ease-in-out;
}
button.navbar-toggle:not(.collapsed) span.bar2{
	opacity: 0;
	transition: all 300ms ease-in-out;
}
button.navbar-toggle:not(.collapsed) span.bar3{
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
	transition: all 300ms ease-in-out;
}
button.navbar-toggle span.bar1{
	-webkit-transform: translateY(0) rotate(0deg);
	transform: translateY(0) rotate(0deg);
	transition: all 300ms ease-in-out;
}
button.navbar-toggle span.bar2{
	opacity: 100;
	transition: all 300ms ease-in-out;
}
button.navbar-toggle span.bar3{
	-webkit-transform: translateY(0) rotate(0deg);
	transform: translateY(0) rotate(0deg);
	transition: all 300ms ease-in-out;
}
.navbar-toggle:link,.navbar-inverse .navbar-toggle:focus{background-color:#00A7BC!important;}
.navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#00A7BC!important;}
/*ドロップダウンメニューホバー(スマホ)*/
.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  
}
.dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  display: block;
  width:100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.dropup .dropdown-menu {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;  
}
/*■■■■■FOOTER(スマホ)■■■■■*/
/*-----<ul><ol><li>-----*/
.foot-menu li{
}
/*■■■■■CONTENTS(スマホ)■■■■■*/
/*-----<h1><h2><h3><h4><h5><h6>-----*/
h1{
	font-size:180%;
}
h1.dot-ti{
	padding-left:36px;
	background:url('../images/common/logo-mark-sp.svg') left top no-repeat;
	font-family: 'Roboto', sans-serif;
	
}
/*-----<container>-----*/
.text-xs-center{
	text-align: center;
}
/*-----<background>-----*/
.bg-team-jamis{
	background:url('../images/rider-head-road.jpg') center center no-repeat;
	background-size:cover;
}
.bg-team-mtb{
	background:url('../images/rider-head-mtb.jpg') center center no-repeat;
	background-size:cover;
}
.bg-xenith{
	background:url('../images/xenith-head.jpg') center center no-repeat;
	background-size:cover;
}
.bg-quest{
	background:url('../images/quest-head.jpg') center center no-repeat;
	background-size:cover;
}
.bg-renegade{
	background:url('../images/renegade-head.jpg') center center no-repeat;
	background-size:cover;
}
.head-inner{
	top:0;
	right:0;
	bottom:auto;
	width:100%;
	display: table;
	font-size:180%;
	font-weight:100;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: rgba(0,0,0,0.6);
}
/*■■■■■INDEX(スマホ)■■■■■*/
.slick-dots{
	bottom:5px;
}
.slick-dots li button::before{
	font-size:10px;
	color:#FFF;
}
.slick-dots li.slick-active button::before{
	font-size:10px;
	color:#00A7BC;
}

/*■■■■■BIKES(スマホ)■■■■■*/
.bike-slider-box{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.bike-slider-box > .slick-slider{
	position:relative;
}
.bike-menu-title{
	padding:10px 15px;
	width: 70%;
	height:58px;
}
/*-----<bike-page>-----*/
.bike-name{
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	font-size:240%;
	font-family: 'Encode Sans', sans-serif;
	font-weight:100;
	line-height: 1.2;
}
.tech-icon-box{
	margin-bottom:20px;
}
.tech-icon-box li{
	display: flex;
	height:40px;
	align-items:center;
	justify-content:center;
}
/*-----<table>-----
.geo > thead > tr > th,
.geo > tbody > tr > th,
.geo > thead > tr > td,
.geo > tbody > tr > td{
	padding:4px;
	font-size:85%;
}*/

/*■■■■■DEALERS（スマホ）■■■■■*/
.store-box img{margin-bottom:10px;}
table.dealers tr th:nth-child(1){
	display:block;
	width:100%;
}
table.dealers tr th:nth-child(2){
	display:none;
}
table.dealers tr th:nth-child(3){
	display:none;
}
table.dealers tr th:nth-child(4){
	display:none;
}
table.dealers tr th:nth-child(5){
	display:none;
}
.dealers-ti{
	display:none;
}
table.dealers tr td{
	padding-top:2px;
	padding-bottom:2px;
	display:block;
	border-top:0;
	border-bottom:0;
}
table.dealers tr td:first-child{
	padding-top:10px;
	font-size:110%;
}
table.dealers tr td:last-child{
	padding-bottom:10px;
	border-bottom:1px solid #DDD;
}
/*■■■■■CONTACT(スマホ)■■■■■*/
.address-box h2{
	font-size:140%;
}
/*■■■■■3VO SUSPENTION SYSTEM (スマホ) ■■■■■*/
.site-name-box{
	margin-top:20px;
	margin-bottom:20px;
	display:table;
	position:static;
}
.geo-3vo tr{
	margin-bottom:20px;
	display:inline-block;
}
.geo-3vo tr th{

	padding:2px 5px;
	display:block;
}
.geo-3vo tr td{
	padding:2px 5px;
	display:block;
}
.geo-3vo tr td:first-child{
	font-size:120%;
	font-weight:700;
}
.spec-inline li{
	font-size:110%;
}
/*■■■■■About Adventure（スマホ）■■■■■*/
.ti-about-adv{
	font-size:260%;
}
.mi-about-adv{
	margin:60px 0 20px ;
	padding:6px 0;
	font-size:140%;
	
}

.sub-ti-about-adv{
	padding:6px 15px 4px;
	margin:15px 0;
	font-size:140%;
}
.mi-about-adv-bike-kind{
	margin:5px 0;
	padding:0;
	font-size:110%;
	font-weight:bold;
}
.q-about-adv-bike-kind{
	padding:3px;
	font-size:120%;
	font-weight:bold;
	border-bottom:3px dotted #1282a0;
}
.pc-view{display:none;}
}
/* -------------------------------------------------------------------------------
 768px～
------------------------------------------------------------------------------- */
@media only screen and (min-width : 768px) {
/* デスクトップ表示ではホバー操作でドロップダウンを表示 */
.navbar-nav > li.doropdpwn:hover > .dropdown-menu{
  display: block;
}
.sp-view{
	display:none;
}
ul.sp-view,li.sp-view,div.sp-view{
	display:none;
}

}
/* -------------------------------------------------------------------------------
 768px～991px(Small/col-sm)
------------------------------------------------------------------------------- */
@media only screen and (min-width: 48.063em) and (max-width: 61.9375em) { 
/*■■■■■HISTORY(スマホ)■■■■■*/

}
/* -------------------------------------------------------------------------------
 992px～1199px(Medium/col-md)
------------------------------------------------------------------------------- */
@media only screen and (min-width: 62em) and (max-width: 74.9375em) {
/*■■■■■HISTORY(スマホ)■■■■■*/

}
/* -------------------------------------------------------------------------------
 ～1199px
------------------------------------------------------------------------------- */
@media only screen and (max-width: 74.9375em) {

}
/* -------------------------------------------------------------------------------
1200px～(Large/col-lg)
------------------------------------------------------------------------------- */
@media only screen and (min-width: 90.063em) { } 