@charset "utf-8";
/* CSS Document */
/*=======================
	header
========================================================*/

#headtop{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 10px 0;
	height: 80px;
	align-items: center;
}
h1{
	height: 80%;
}
h1 img{
	height: 100%;
	object-fit: contain;
}
.head-top-right{
	display: flex;
	flex-direction: column;
	text-align: end;
	justify-content: space-between;
    height: 100%;
	line-height: 1.2;
}
.head-top-right p{
	font-size: 14px;
}
.toptel a{
	font-size: 25px;
	font-weight: 600;
	font-family: "Lato", sans-serif;
}

.navbg{
	padding: 8px 0;
	background: #004fff;
	border: 2px solid #004fff;
}
.gnav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.gnav li a{
	display: block;
	padding: 0 20px;
	height: 100%;
	color: #fff;
	position: relative;
}

/* 区切り線 */
.gnav li:not(:last-child) a::before{
	position: absolute;
	content: '';
	background: #eee;
	height: 80%;
	width: 1px;
	right: 0;
	top: 10%;
	z-index: 1;
}

/* ▼マーク表示 */
.gnav li a::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -5px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	display: none;
}

/* ホバー時とカレント時に表示 */
.gnav li a:hover::after,
.gnav li a.current::after {
	display: block;
}
.head-top-right_sp{
	display: none;
}
@media(max-width:714px){
    header {
        position: sticky;
        z-index: 999;
        width: 100%;
        background: #fff;
        top: 0;
    }	
	ul.pcnav{
		display: none;
	}
	.pctxt{
		display: none;
	}
	.toptel a{
		color:#004fff;
	}
}
@media(max-width:449px){
	.head-top-right{
		display: none;
	}
	.head-top-right_sp{
		display: block;
		cursor: pointer;
		width: 50px;
		height:50px;
		position: relative;
		background: #004fff;
		border-radius: 10px;
		margin-right: 15px;
		
	}
	.head-top-right_sp a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.head-top-right_sp::before{
		position: absolute;
		content: '\f2a0';
		font-size: 25px;
		font-family: "Font Awesome 6 Free";
		font-weight: 600;
		color: #fff;
		top:50%;
		left: 50%;
		transform: translate(-50%,-50%)	
	}
}
/*=======================
	Mobile
========================================================*/


.spnav{
	display: block;
	color: #fff;
	text-align: center;
	cursor:pointer;
}
.spnav span{
	position: relative;
	padding-left: 2rem;
}
.spnav span::before{
	position: absolute;
	content: '\f150';
	font-weight: 600;
	font-family: "Font Awesome 6 Free";
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 1;
	transition: .4s;
	
}
.spnav.active span::before{
	transform: scaleY(-1);
	transition: .4s;
}
@media(min-width:715px){
	.spnav{
		display: none;
	}
	br.spn{
		display: none;	
	}
}
#g-nav{
    position:fixed;
    z-index: 888;
	top:-200%;
    left:0;
	width:100%;
    height: 100%;
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top:125px; 
		}
/*ナビゲーション*/
#g-nav ul {
    position: absolute;
    z-index: 888;
	width: 100%;
	padding-bottom: 30px;
	background:#fefefe;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
	border-bottom: 1px solid #999;
	padding-left: 2rem;
	position: relative;
}
#g-nav li::before{
	position: absolute;
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	left: 1rem;
	line-height: 47px;
	top: 0;
}
#g-nav li:hover::before{
	color: #004fff;
}
#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#g-nav li:hover{
	background: #eee;
}
#g-nav .spcontct{
	padding-top: 15px ;
}
#g-nav .spcontct a{
	font-size: 120%;
	padding: .5rem;
	border: 1px solid #666;
	transition: .4s;
}

#g-nav .spcontct a:hover{
	background: #eee;
	transition: .4s;
}
/*=======================
	footer
========================================================*/
footer{
	background: #0071bc;
	padding: 40px 0;
	color: #fff;
	font-size: 16px;
	position: relative;
}
.flogo{
	padding: 0 30px;
}
.flogo img{
	max-width: 300px;
	object-position: right
}

.copy{
	background: #0071bc;
	padding: 5px 20px;
	text-align: end;
	color: #fff;
	font-size: 13px;
}

#page-top {
	position: absolute;
	top:-30px;
	width: 100px;
	background: #000;
	right: 3%;
}
#page-top a{
	font-size: 13px;
	line-height: 30px;
	display: block;
	text-align: center;
	padding: 0 5px;
	color: #fff;
}
/*=======================
　index
========================================================*/
/*fv*/
.fv{
	position: relative;
	height: calc(100vh - 130px);	
	width:100%;
	overflow: hidden;
	padding: 0!important;
}
/*.fv::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url("../img/topimg.jpg");
	background-size: cover;
	background-position: center 52%;
	background-repeat: no-repeat;
	z-index: 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.fv::after{
	position: absolute;
	content: '';
	width: 110%;
	height: 110%;
	background: url("../img/fv_img.jpg");
	filter: blur(8px) brightness(1.3);
	background-size: cover;
	background-position: center 56%;
	background-repeat: no-repeat;
	z-index: -1;
	top: 0;	
}*/
.topslider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: calc(100vh - 130px);/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url("../img/slide/slide_01.jpg");
}

.slider-item02 {
    background:url("../img/slide/slide_02.jpg");
}

.slider-item03 {
    background:url("../img/slide/slide_03.jpg");
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:calc(100vh - 130px);/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: left bottom;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}


.fv .catch{
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fv h2{
	font-size: clamp(1.38rem, 0.861rem + 2.19vw, 2.5rem);
	color: #fff;
	text-shadow: 1px 1px 3px #333;
	text-align: center
}

.catch .fvlogo{
	width: 100%;
	height: 22vh;
	max-width: 45vw;
	object-fit: contain;
}

@media(max-width:1099px){
	.fv::before{
		width: 100%
	}	
}
@media(max-width:768px){
	/*.fv{
		height: 40vh;
	}*/	
	.slider-item01 {
		background:url("../img/slide/slide_sp_01.jpg");
	}

	.slider-item02 {
		background:url("../img/slide/slide_sp_02.jpg");
	}

	.slider-item03 {
		background:url("../img/slide/slide_sp_03.jpg");
	}	
	.slider-item {
		width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
		height:calc(100vh - 130px);/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
		background-repeat: no-repeat;/*背景画像をリピートしない*/
		background-position: left bottom;/*背景画像の位置を中央に*/
		background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
	}	
	.catch .fvlogo{
		max-width: 320px;
	}	
}
@media(max-width:450px){
	/*.fv{
		height: auto;
		aspect-ratio: 16 / 9;
	}*/	
	.catch .fvlogo{
		max-width: 50vw;
		height: auto;
	}	
}


/*カラム設定*/
.wrapper {
	display: flex;
}
.left-nav {
	width: 350px;
	position: sticky;
	top: 0;
	background: #D8F4FF;
	background: #eee;
	height: 100vh;	
}
.left-inner{
	height: 100vh;
	overflow-y: scroll;
}
.main-wrap {
	flex: 1;
	overflow-x: hidden;
}

.left-inner::-webkit-scrollbar{
	width: 5px;
}
.left-inner::-webkit-scrollbar-thumb {
  background-color: #3760d0;
  border-radius: 0px;
}

/*left-nav*/
.linkbaner{
	padding: 10px 5px;
}
.linkbaner a{
	display: block;
	margin-bottom: 5px
}
.left-inner img{
	width: 100%;
	object-fit: contain;
	vertical-align: bottom;
}
.left-info{
	padding: 30px 7%;
	font-size: 16px;
}

/*main-contents*/
.select_box{
	background-size: cover;
	position: relative;
	aspect-ratio: 7 / 5;
	overflow: hidden;
}
.select_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
	z-index: 0;
}
.select_box:hover img{
	transform: scale(1.1);
	transition: .4s;
	
}

@media(max-width:1024px){
	.left-nav {
		width: 300px;	
	}	

}
@media(max-width:714px){
	.wrapper{
		display: block;
	}
	.kaso .left-nav {
		display: none;
	}
	.left-nav {
		width: 100%;
		position: relative;
		background: #fff;
		height: 100%;
	}	
	.left-inner{
		height: auto;
		overflow-y:auto;
	}	
	.linkbaner{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 8px;
		margin: 16px; /* 適宜余白調整 */
	}
	.left-nav .t_center,.left-nav .left-info{
		display: none;
	}
}
/*=======================
	下層共通
========================================================*/
.kfv{
	background: url("../img/img01.jpg");
	background-position: center 65%;
	text-align: center;
	text-shadow: 1px 1px 3px #3760d0;
	color: #fff;
}
.pagetitle{
	font-size: 2.5rem;
}





/*=======================
	バイク
========================================================*/
/*カスタム*/
.custom img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	object-fit: contain;
}
.gallery{
	margin:0 0 5px 0;
}

.gallery li{
list-style:none;
}
.gallery img,.choice-btn img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	object-fit: cover;
}
.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
	list-style:none;
}

.choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}
.choice-btn .slick-track{
	margin: 0;
}

.bike-gallery{
	display: flex;
	flex-wrap: wrap;
}
.bike-gallery li{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	aspect-ratio: 16 / 9;
}
.bike-gallery li img{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

/*入門*/
.inttable td{
	border: 2px solid #fff;
	padding: 0.3rem 0;
}
.txt-box{
	padding: 10px 15px;
}
.check1{
	margin: 20px 0;	
}
.check1 li{
	position: relative;
	padding-left: 1.5rem;
}
.check1 li::before{
	position: absolute;
	content: '\f058';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	color: #3760d0;
	top: 0;
	left: 0;
}

/*=======================
	トライク
========================================================*/
.circle-container {
  display: flex;
  justify-content: center;
  gap: 2% 1%; /* 円同士の間隔 */
  margin-top: 40px;
	flex-wrap: wrap;
}

.circle {
	width: calc(97% / 3 );
  max-width: 150px;
  aspect-ratio: 1 / 1;
  background-color: #0071bc;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.circle span{
	display: block;
	font-weight: bold;
	line-height: 1.3;
}



/*lineup*/
.lineup{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lineup_img{
	width: 30%;
	min-width: 300px;
}
.lineup_txt{
	width: 67%;
	margin-top: 20px;
}
.price{
	color: #FF2D31;
	font-weight: 600;
	padding: 8px 0;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	/*margin:20px 0 0 0;*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


@media (max-width: 949px){
	.lineup_img{
		margin: 0 auto;
	}
	.lineup_txt{
		width:98%;
		margin: 20px auto 30px;
	}
}


/*=======================
	ETC
========================================================*/
.txtbox{
	padding: 0 2%;
	
}
    .flow-box {
      background: #fff;
      border: 2px solid #009fe3;
      border-radius: 10px;
      max-width: 960px;
      margin: 0 auto;
      box-shadow: 0 0 8px rgba(0,0,0,0.1);
      position: relative;
	  overflow: hidden;
    }

    .flow-title {
      background: #009fe3;
      color: #fff;
      padding: 8px 16px;
      font-weight: bold;
      border-radius: 5px 5px 0 0;
    }

    .shop-label {
      position: absolute;
      top: 2px;
      right: 20px;
      background: #fff;
      border: 1px solid #009fe3;
      padding: 4px 8px;
      border-radius: 12px;
      color: #009fe3;
    }
.flow-box._02{
	border: 2px solid #ed1e79;
}
.flow-box._02 .flow-title{
      background: #ed1e79;
    }
.flow-box._02 .shop-label {
      border: 1px solid#ed1e79;
      color:#ed1e79;
    }
.flowtxt{
	padding:20px;
}

    .main-text strong {
      color: #e60012;
      font-weight: bold;
    }
.main-text span{
	background: #e60012;
	color: #fff;
	padding: 2px 5px;
		
}
    .requirements {
      margin-top: 15px;
    }

    .requirements span {
      color: #0044cc;
      font-weight: bold;
    }

    .note {
      margin-top: 10px;
      font-size: 14px;
      color: #009944;
    }

    .flow-img {
      float: right;
      margin-left: 20px;
		margin-top: 10px;
      width: 25%;
	  height: 100%;
	  object-fit: cover;
    }

    .arrow {
	  width: 0;
	  height: 0;
	  border-left: 20px solid transparent;
	  border-right: 20px solid transparent;
	  border-top: 20px solid #009fe3; /* 三角形の色 */
	  margin: 15px auto;
	}






/*=======================
	店舗情報
========================================================*/
.shopinfo tr{
	border-bottom: 1px solid #eee;
	font-size: 16px
}
.shopinfo th{
	padding: .5rem 1rem;
	text-align: left;
	width: 25%;
	color:#0071bc; 
	font-weight: 400;
	vertical-align: top;	
}
.shopinfo td{
	padding: .5rem;
	padding-left: 1rem;
}

.shopinfo ul{
	display: flex;
	flex-wrap: wrap;
}
.shopinfo ul li{
	padding-right: 10px;
}
.mapimg{
	max-width: 900px;
	margin: 0 auto;
}
.map{
	height: 45vh;
}


