@charset "UTF-8";

/*ボタン*/
.navi_container {
  width:100%;
  height:100px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.animation {
  width:120px;
  height:30px;
  text-align:center;
  border:2px solid #DEC793;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0 20px 0 10px;
  
}
.animation a {
  font-family:MS Mincho;
  font-size:24px;
  color:#654D27;
  text-decoration:none;
  line-height:center;
  transition:all .10s ease;
  z-index:2;
  position:relative;
}
.effect {
  width:140px;
  height:50px;
  top:-2px;
  left:-140px;
  background:#DEC793;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.animation:hover .effect {
  left:0;
}
.animation:hover a {
  color:#FFFFFF;
}
/*ボタン終*/

.title_container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color:#654D27;
  width:100%;
  height:100%;
  float:center;
}


.prof_container {
  display: flex;
  flex-wrap: wrap;
}


/*プロフ画像*/

.profile {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: none;
  background: none;
  margin-bottom:40px;
  margin-right:40px;
  font-family:MS Mincho;
}
    
.img{
    width:100%;
}


/*コメント*/
.comment {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color:#654D27;
    margin-bottom: 0px;
}

/*ネーム*/
.name {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color:#654D27;
    margin-bottom: 0px;
    font-size:20px
    font-weight: normal;
    font-weight: bold;
}

.item1 {
    margin-top:100px;
    margin-left:200px;
    margin-right:80px;
    margin-bottom:100px;
    
}

.item2 {
    margin-top:100px;
    margin-right:80px;
    margin-bottom:100px;
}

.item3 {
    margin-top:100px;
    margin-right:80px;
    margin-bottom:100px;
}

.item4 {
    margin-top:100px;
    margin-bottom:100px;
}

/*ヘッダー*/
header {
  align: center;
}

/*フッター*/
.footer {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-family:MS Mincho;
    color:#654D27;
    margin-top: 40px;
}

