@charset "UTF-8";

/* フォントの指定 */
body {font-family:  "	Hiragino Kaku Gothic ProN","Noto Sans JP"}

/* 初期設定 */
p {
  font-size: 14.4px;
}

li {
  list-style: none;
}

li a {
  font-size: 14.4px;
  text-decoration: none;
  color: black;
}

/* ヘッダー部分 */
.header{
  max-width: 60rem;
  width: 100%;
  height:3.75rem;
  display: flex;
  align-items: center;
  margin: 0rem auto 0rem auto;
}
/* プロフィール画像の作成 */
.profile{
  max-width: 7.5rem;
  max-height: 2.5rem;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  background-color: #000000;
  color: white;
  font-weight: bold;
  text-align: center;
  margin:0.625rem 0.9375rem;
}

/* リストの作成 */
  .header-list{
    display: flex;
    column-gap: 1.875rem;
    margin-left:auto;
    margin-right: 0.9375rem;
  }
/* トップ画像の設定 */
  .top-img-container{
    max-width: 37.5rem;
    width: 100%;
    height: 37.5rem;
    object-fit: cover;
    object-position: center;
    margin-bottom: 5rem;
  }
@media(min-width:601px){
  .top-img-container{
    max-width: 120rem;
  }
  }
  .top-img{
    width: 100%;
    height: 37.5rem;
    object-fit: cover;
    object-position: center;
  }
/* Aboutと下線の設定 */
  .about-container{
    display: flex;
    flex-direction: column;
    max-width: 60rem;
    width: 100%;
    margin: 0 auto 0 auto;
  }

.about-h{
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
}

.about-h::after{
  content:"";
  display: flex;
  justify-content: center;
  width: 6.5rem;
  height: 1px;
  margin: 0 auto 0 auto;
  background-color:#383e45 ;
  margin-bottom: 3.75rem;
}

/* About箇所 内容*/
.img-container{
  /* max-width: 60rem;
  width:100%; */
  display: flex;
  flex-direction: column;
  /* margin: 0 auto 0 auto; */
}
@media(min-width:601px){
  .img-container{
  display: flex;
  flex-direction: row;
  justify-content: center;

}}
.about-h3{
  font-size: 1rem;
  margin-left: 1.0rem;
  margin-bottom: 0.623rem;
}
.about-img{
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  margin:0 auto 0.9375rem auto;
}

@media(min-width:601px){
  .about-img{
    display: block;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
    margin: 0;

}}

.img-container p :first-child{
  margin-top: 0.625rem;
}
.img-container p {
  margin: 0 0.9375rem 0 0.9375rem;
  line-height: 1.5;
}

@media(min-width:601px){
  .img-container p {
    font-size: 14.4px;
    margin-left: 1.8125rem;
  }
}

/* バイシクル コンテナ*/
.bicycle-container{
    display: flex;
    flex-direction: column;
    max-width: 66.8372rem;
    width: 100%;
    justify-content: center;
  }

  @media(min-width:601px){
  .bicycle-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
  .bicycle-container:not(:last-child){
  column-gap: 1.075rem;
  }
}


.bicycle-h{
  font-size: 2rem;
  text-align: center;
  margin-top: 6.25rem;
  font-weight: 600;
}

.bicycle-h::after{
  content:"";
  display: flex;
  justify-content: center;
  width: 6.5rem;
  height: 1px;
  margin: 0 auto 0 auto;
  background-color:#383e45 ;
  margin-bottom: 3.75rem;
}

.bicycle-img-container {
  max-width: 21.5625rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media(min-width:601px){
  .bicycle-img-container{
    max-width:17.15rem;
    width:100%;
  }

}

/* バイシクル画像 */
.bicycle-description-container{
  display: flex;
  flex-direction: column;
}

.bicycle-h3{
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.625rem;
}
.bicycle-img{
  display: inline-block;
  max-width: 21.5624rem;
  width: 100%;
  height: auto;
}

@media(min-width:601px){
  .bicycle-img{
    max-width:17.15rem;
    max-height: 11.375rem;
  }

}

.bicycle-description-container p{
  font-size: 14.4px;
  text-align: center;
  margin-bottom: 1.875rem;
}

.copr{
  max-width: 60rem;
  width: 100%;
  text-align: center;
  margin: 4.3rem auto 0.625rem auto;
}
small{
  font-size: 0.5rem;
}
