/*header*/
.menu-toggle {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 30px;
  cursor: pointer;
  z-index: 300;
  font-weight: bold;
  font-size: 40px;
  
}
.menu {
  display: none;
  position: fixed;
  top: 60px;
  right: 20px;
  background:rgba(0, 0, 0, 0.836);
  color: white;
  width: 150px;
  box-shadow: 0 4px 6px rgba(0, 0, 0);
  font-family:  "Zen Kurenaido", sans-serif;;
  font-weight: bold;

}
.menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: white;
  border-bottom: 1px solid #ddd;
}
.menu a:last-child {
  border-bottom: none;
}
@media screen and (max-width: 640px){
  .menu-toggle {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 30px;
  cursor: pointer;
  z-index: 300;
  font-weight: bold;
  font-size: 20px;
}
}


/*↓↓↓----------------------ここから書いてね-----------------------------↓↓↓*/
.main{
    text-align:center;
    font-family:"Noto Sans JP", sans-serif;
    margin-bottom:80px;
    padding-top:50px;
    border-width: 2px;
    margin-left: 20%;
    margin-right: 20%;
    border-radius: 30px;
    margin-top: 50px;
    background-color: antiquewhite;
    box-shadow: 5px 5px 5px 5px #b2b2b2;
    padding-bottom: 15px;
}
.main img{
    height: 400px;
}
.name{
    border-bottom: 5px solid #ed1c24;
    width: fit-content;
    margin: 0 auto;
}
.message{
  font-family:"Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 33px;
  margin-bottom: 80px;
  font-weight: bold;
}
.question{
    font-size:25px;
    text-align:left;
    font-weight:5px;
    font-family:"Noto Sans JP",sans-serif;
    border-bottom: hsl(180, 1%, 66%) 1px solid;

}
.answer{
    font-family:"Noto Sans JP",sans-serif;
    font-size: 20px;
    text-align: left;
    margin-bottom: 30px;
}
.content{
  margin-left: 18%;
  margin-right: 18%;
}
.videotitle{
  text-align: center;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 25px;
  border-style: solid;
  border-width: 1px;
  border-radius: 15px;
  margin-left: 250px;
  margin-right: 250px;
  margin-top: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
video{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  width: auto;
} 
.return {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 23px;
  text-align: center;
  justify-items: center;
  display: block;
  margin-top: 50px;
  border-radius: 30px;
  background-color: #74c5c6;
  color: #ffffff;
  margin-left: 320px;
    margin-right: 320px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    margin-bottom: 80px;
} 
.footer {
  background-color: rgba(190, 180, 180, 0.803);
  padding: 20px;
  color:black;
  text-align: center;
  font-family:  "Zen Kurenaido", sans-serif;;
  font-weight: bold;
}
.footer-section {
  margin-bottom: 20px;
}
.footer-section h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: black;
  text-decoration: underline;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 5px;
}
.footer-section ul li a {
  color: black;
  text-decoration: none;
  font-size: small;
}
.footer-section ul li a:hover {
  text-decoration: underline;
}
/*スマホ*/
@media only screen and (max-width: 640px) {
  .main{
  margin-left: 12%;
  margin-right: 12%;
  padding-top: 7%;
}  
.main img{
  height: 250px;
}
.message{
  font-size: 21px;
  margin-left: 5%;
  margin-right: 5%;
}
.content{
  margin-left: 12%;
  margin-right: 12%;
}
.question{
  font-size: 17px;
}
.answer{
  font-size: 15px;
}
.videotitle{
  margin-left: 15%;
  margin-right: 15%;
  font-size: 15px;
}

.return{
  margin-left: 15%;
  margin-right: 15%;
}

.footer{
  text-align: left;
}
}
@media (min-width:768px){
  .name{
    margin-top: 10px;
  }
  .message{
    font-size: 27px;
  }
  .videotitle{
    text-align: center;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 25px;
    border-style: solid;
    border-width: 1px;
    border-radius: 15px;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .return {
    font-family: "Noto Sans JP",sans-serif;
    font-size: 23px;
    text-align: center;
    justify-items: center;
    display: block;
    margin-top: 50px;
    border-radius: 30px;
    background-color: #74c5c6;
    color: #ffffff;
    margin-left: 15%;
      margin-right: 15%;
      padding-top: 5px;
      padding-bottom: 5px;
      text-decoration: none;
      margin-bottom: 80px;
  } 
}

@media(min-width:1080px){
  .main{
    text-align:center;
    font-family:"Noto Sans JP", sans-serif;
    margin-bottom:80px;
    padding-top:50px;
    border-width: 2px;
    margin-left: 20%;
    margin-right: 20%;
    border-radius: 30px;
    margin-top: 50px;
    background-color: antiquewhite;
    box-shadow: 5px 5px 5px 5px #b2b2b2;
    padding-bottom: 15px;
}
.main img{
    height: 400px;
}
.name{
    border-bottom: 5px solid #ed1c24;
    width: fit-content;
    margin: 0 auto;
}
.message{
  font-family:"Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 33px;
  margin-bottom: 80px;
  font-weight: bold;
}
.question{
    font-size:25px;
    text-align:left;
    font-weight:5px;
    font-family:"Noto Sans JP",sans-serif;
    border-bottom: hsl(180, 1%, 66%) 1px solid;

}
.answer{
    font-family:"Noto Sans JP",sans-serif;
    font-size: 20px;
    text-align: left;
    margin-bottom: 30px;
}
.content{
  margin-left: 18%;
  margin-right: 18%;
}
.videotitle{
  text-align: center;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 25px;
  border-style: solid;
  border-width: 1px;
  border-radius: 15px;
  margin-left: 250px;
  margin-right: 250px;
  margin-top: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
video{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  width: auto;
} 
.return {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 23px;
  text-align: center;
  justify-items: center;
  display: block;
  margin-top: 50px;
  border-radius: 30px;
  background-color: #74c5c6;
  color: #ffffff;
  margin-left: 320px;
    margin-right: 320px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    margin-bottom: 80px;
} 
.footer {
  background-color: rgba(190, 180, 180, 0.803);
  padding: 20px;
  color:black;
  text-align: center;
  font-family:  "Zen Kurenaido", sans-serif;;
  font-weight: bold;
}
.footer-section {
  margin-bottom: 20px;
}
.footer-section h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: black;
  text-decoration: underline;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 5px;
}
.footer-section ul li a {
  color: black;
  text-decoration: none;
  font-size: small;
}
.footer-section ul li a:hover {
  text-decoration: underline;
}
}