@charset "UTF-8";

/*コンテンツスタイル
ーーーーーーーーーーーーーーーーーーーーー*/


li{
	list-style-type: none;
}

img{
	width: 100%;
}

html,
body{
	margin: 0;
	padding: 0;
}

/*基本設定
---------------------------------*/

html{
	font-size: 62.5%;
}
/*共通
ーーーーーーーーーーーーーーーーーーーー*/

.util_content{
	text-align: center;
}
.util_ttl{
		font-size: 3.2rem;
		font-weight: bolder;
		color: #383E45;
}
.util_ttl span{
	border-bottom: 0.1rem solid #383E45;
	padding-bottom: 1rem;
}


/*header
---------------------------------*/
header{
	margin:0 18vw;
}

@media (max-width:768px){
	header{
		margin:0;
		padding: 0 1rem;
	}
	
}

.header_logo{
	max-width: 12rem;
	width: 100%;
	margin: 1rem 0;
}
.header_inner{
	display: flex;
}
.heade_list{
	display:flex;
	margin: 2rem 0 2rem auto;
	font-size: 1.44rem;
}
.header_item:not(:first-child){
	margin-left: 3rem;
}
/*main
------------------------------------*/

.fv img{
	height: 60rem;
	object-position:center center;
	object-fit: cover;
}

/*About
------------------------------------*/

.about{
	padding: 0 4rem;
	margin-top: 8rem;
}

@media (max-width:768px){
	.about{
		padding: 0 2.9rem 0 1.5rem;
	}
}


.about_wrapper{
	max-width: 53.3rem;
	width: 100%;
	margin: 7rem auto 0;
	display: flex;
}

@media (max-width:768px){
	.about_wrapper{
	margin: 7rem auto 0;
	display: block;
}
}


.about_wrapper img{
	max-width: 10rem;
	width: 100%;
	border-radius: 50%;
	height: 10rem;
	margin-right: 3rem;
}


@media (max-width:768px){
	.about_wrapper img{
	margin-right: 0;
	}
	.about_img {
		text-align: center;
	}
}

.about_titile{
	font-size: 1.6rem;
	font-weight: bolder;
}

@media (max-width:768px){
	.about_titile{
	margin-top: 1rem;
}
}


.about_txt{
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.45;
}
.bicycle{
	margin-top: 10rem;
	padding: 0 4rem;
}

@media (max-width:768px){
	.bicycle{
	margin-top: 10rem;
	padding: 1.5rem;
}
}

.bicycle_list{
	display: flex;
	max-width: 82rem;
	width: 100%;
	margin: 6em auto 0;
}
@media (max-width:768px){
	.bicycle_list{
	display: block;
	}
}


.bicycle_item:not(:first-child){
	margin-left: 1.57rem;
}

@media (max-width:768px){
	.bicycle_item:not(:first-child){
	margin: 3rem 0 0;
}
	.bicycle_item{
		object-fit: cover;
		object-position: center center
			
	}
}
@media (max-width:768px){
.bicycle_img {
		max-width: 34.5rem;
		width: 100%;
		margin : 0 auto;
	}
}
	
.bicycle_img img{ 
	height: 17.4rem;
} 
.bicycle_ttl{
	margin-top: 1rem;
	font-size: 1.6rem;
	font-weight: bolder;
	text-align: center;
}
.bicycle_txt{
	margin-top: 1rem;
	font-size: 1.4rem;
	text-align: center;
}
	
.footer{
	text-align: center;
	margin: 11rem 0 1rem;
	font-size: 1rem;
}









