/* サイト全体の設定 */
* {
  color: white;
  font-family:"Yu Mincho","YuMincho","ヒラギノ明朝 ProN","Hiragino Mincho Pro" ;
}


/* ここからやってます */

.toukou {
  text-align:center;
  display: flex;
  margin-left: 10%;
}
.naiou {
  text-align: center;
  margin-left: 15%;
}
.youbi {
  padding-bottom: 10%;
}
.bun p {
  line-height: 1.8;
}

img {
  width: 100%;
  height: 300px;
  object-fit: cover; 
  border: 1px solid #111;
  }




body {
  width: 100%;
  background-color: black;
  text-align: center;
}

button {
  margin-left: 80%;
  display: block;
  color:  white;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  background: transparent;
  border:none;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: .3s;
  cursor: pointer;
}

button:hover { 
  color: #D0A900  ;
}



 @media screen and (max-width: 768px) {
.toukou{
  text-align:center;
  display: block;
  margin-left: -10%;
}

img {
  width: 80%;
  height: 300px;
  object-fit: cover; /* width, heightといっしょに使います */
  border: 1px solid #111;
  margin-left: 5%;
  }


h2{
  font-size: 0.9rem;
}

button{
  font-size: 0.9rem;
}
.naiou {
  text-align: center; 
}


.bun p {
  line-height: 2.0;
  font-size: 0.7rem;
} 

}
