body{
  width: 80%;
  margin: 5% auto;
}

body .header{
  width: 86%;
  margin: 0 auto;
  flex-direction: column;
}

.header-child{
  flex: 1;
}

.header-child nav.navbar{
  max-width: 100%;
}

body .content{
    width: 70%;
    display: flex;
    margin: 5% auto 10%;
}

body #main-content{
    width: 68%;
}

#main-content #main-pic{
  width: 100%;
  height: auto;
}

#main-content #intro{
  margin-top: 5%;
  font-size: 1.2em;
}

body #info-content{
  width: 32%;
  padding: 30px auto 10px;
  line-height: 1.2;
  margin-left: 2%;
  position: sticky;
    top: 0;
    height: 80vh;
}

#info-content #head{
    font-size: x-large;
    font-weight: 700;
    width: 100%;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-decoration-color: #fff450;
}

#info-content .info-caractor{
    width: 100%;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-decoration-color: #fff450;
}

.info-caractor .img-info{
    font-size:large;
    font-weight: 600;
   
}

.img-info {
  color:rgb(88, 86, 86);
}

.img-info:before {
    content: url("../img/cupcake.png");
  }

.img-info-name{
  font-size: 1.5em;
  color:darkblue;
  /*text-shadow: 2px 1px #b5ebc6, 4px 2px #cbf5d8, 6px 3px #405948;*/
}

  img-info-name:before {
    content: url("../img/cupcake.png");
  }

/*footer*/
  .footer-copy{
  background-color: #fff450;
  text-align: center;
  width: 86%;
  margin: 0 auto;
}

#footer p{
  font-size: 12px;
  color: white;
  margin-top: -10px;
}

/* footer end */


/*スマホ用スタイル*/
@media (max-width: 1050px) {
  body .content{
    width: 85%;
    display: flex;
    flex-direction:column;
    margin: 5% auto 10%;
  }

  body #main-content{
    width: 100%;
  }

  #main-content #main-pic{
    width: 100%;
    height: auto;
  }

  body #info-content{
    width: 70%;
    line-height: 1.2;
    margin-left: 2%;
  }

  #info-content{
    margin-top: 25%;
    margin-bottom: -20%;
}

}