@charset "UTF-8";
/* CSS Document */
.owner-title-eg{
  font-size: 2.7rem;
  color: #752727;
  white-space: nowrap;
}
.owner-title-jp{
  color: #752727;
}
.owner-discription{
  margin: 0 24px;
  font-size: 1.4rem;
}
.owner-pic img{
  padding:60px 24px 0 24px;
  margin: 0 auto;
  display: block;
}
.owner-pic-pc{
  display: none;
}
.owner-owner{
  text-align: center;
  padding-top: 40px;
  font-weight: 700;
  padding-bottom: 60px;
}
.owner-table th{
  text-align: left;
  width: 90px;
  color: #ffa23f;
  padding-bottom: 30px;
}
.owner-table td{
  text-align: center;
  padding-bottom: 30px;
}
.owner-name{
  margin-bottom: 30px;
  font-weight: 700;
}
.owner-name-2{
  margin-left: 25px;
}
.owner-table{
  margin-bottom: 30px;
}
.owner-hobbies{
  margin: 0 22px;
}
.owner-history{
  font-weight: 700;
  color: #ffa23f;
  margin-bottom: 20px;
}
.owner-history-2{
  margin-left: 15px;
}
.history-table th{
  text-align: left;
  padding-bottom: 30px;
  width: 115px;
}
.history-table td{
  text-align: center;
  padding-bottom: 30px;
}
.skills{
  padding-top: 30px;
  padding-bottom: 20px;
  color: #ffa23f;
  font-weight: 700;
}
.skills-detail{
  padding-bottom: 60px;
}
.message{
  color: #ffa23f;
  font-weight: 700;
  padding-bottom: 10px;
}
.message-article{
  padding-bottom: 80px;
}


/*↓ここからPCのメインビジュアル*/
@media (min-width: 1160px){
 .owner-title-eg,.owner-title-jp {
    display: none;
  }
  .owner-title-eg-pc,.owner-title-jp-pc {
    display: block;
  } 
  .container{
    padding-top: 80px;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .owner-owner{
    padding-top: 0;
    text-align: left;
  }
  .owner-pic{
    display: none;
  }
  .owner-pic-pc{
    display: block;
    width: 400px;
    height: 400px;
  }
  .owner-discription{
    margin-left: 60px;
  }
}








