@charset "UTF-8";
/*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;
}
}






/*↓↓↓----------------------ここから書いてね-----------------------------↓↓↓*/
body{
    
    justify-content: center;
    align-items: center;
    margin: 0;
	padding: 0;
} 
.title{
    text-align: center;
    border-bottom: 5px solid #ed1c24;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
.container{
    text-align: center;
    justify-content: center;
    gap: 10px;
    display: flex;
}
.sakurahanabira{
    width: 40px; 
    height: 56px;
}
h2{
  margin-top: 7px;
  margin-bottom: 0;
}
.content{
    text-align: center;
    padding-bottom: 5rem;
    padding-top: 1rem;
    margin: 0 5%;
    margin-bottom: 50px;
}
.content p{
  font-size: 18px;
}
.image{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    width: 500px;
    height: 281.25px;
    box-shadow: 10px 10px 5px rgba(0,0,0,.2);
}
video{
  width: 500px;
  height: auto;
}
summary{
  background-color:#7BAA17;;
  padding: 5px;
  width: 80%;
  height: 25px;
  font-size: 17px;
  text-align: center;
  justify-content: center;
  margin: 10px auto 0 auto;
}
.specification-contents{
      background-color:#c1ccaa;
      height: auto;
      width: auto;
      margin: 0 auto;
      margin-left: auto;
      margin-right: auto;
      width: 80%;
      box-shadow: 10px 10px 5px rgba(0,0,0,.2);      
}
.video2{
  height: 380px;
  width: auto;
}


.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) {
  h2{
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .sakurahanabira{
    width: 30px; 
    height: 42px;
}
.image{
  width: 300px;
  height: 168.75px;
}
.content{
  margin-bottom: auto;
}
.content p{
  font-size: 13px;
}
video{
  width: 300px;
}
.video2{
  height: 330px;
}
summary{
  background-color:#7BAA17;;
  padding: 5px;
  width: 80%;
  height: 25px;
  font-size: 17px;
  text-align: center;
  justify-content: center;
  margin: 10px auto 0 auto;
}
.footer{
  text-align: left;
}
}


@media (min-width:768px){
  body{
    
    justify-content: center;
    align-items: center;
    margin: 0;
	padding: 0;
} 
.title{
    text-align: center;
    border-bottom: 5px solid #ed1c24;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
.container{
    text-align: center;
    justify-content: center;
    gap: 10px;
    display: flex;
}
.sakurahanabira{
    width: 40px; 
    height: 56px;
}
h2{
  margin-top: 7px;
  margin-bottom: 0;
}
.content{
    text-align: center;
    padding-bottom: 5rem;
    padding-top: 1rem;
    margin: 0 5%;
    margin-bottom: 50px;
}
.image{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    width: 500px;
    height: 281.25px;
    box-shadow: 10px 10px 5px rgba(0,0,0,.2);
}
video{
  width: 500px;
  height: auto;
}
summary{
  background-color:#7BAA17;;
  padding: 5px;
  width: 60%;
  height: 25px;
  font-size: 17px;
  text-align: center;
  justify-content: center;
  margin: 10px auto 0 auto;
}
.specification-contents{
      background-color:#c1ccaa;
      height: auto;
      width: auto;
      margin: 0 auto;
      margin-left: auto;
      margin-right: auto;
      width: 60%;
      box-shadow: 10px 10px 5px rgba(0,0,0,.2);      
}
.video2{
  height: 380px;
  width: auto;
}
.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(min-width:1080px){
  body{
  
    justify-content: center;
    align-items: center;
    margin: 0;
	padding: 0;
} 
.title{
    text-align: center;
    border-bottom: 5px solid #ed1c24;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
.container{
    text-align: center;
    justify-content: center;
    gap: 10px;
    display: flex;
}
.sakurahanabira{
    width: 40px; 
    height: 56px;
}
h2{
  margin-top: 7px;
  margin-bottom: 0;
}
.content{
    text-align: center;
    padding-bottom: 5rem;
    padding-top: 1rem;
    margin: 0 5%;
    margin-bottom: 50px;
}
.image{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    width: 500px;
    height: 281.25px;
    box-shadow: 10px 10px 5px rgba(0,0,0,.2);
}
video{
  width: 500px;
  height: auto;
}
summary{
  background-color:#7BAA17;;
  padding: 5px;
  width: 50%;
  height: 25px;
  font-size: 17px;
  text-align: center;
  justify-content: center;
  margin: 10px auto 0 auto;
}
.specification-contents{
      background-color:#c1ccaa;
      height: auto;
      width: auto;
      margin: 0 auto;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      box-shadow: 10px 10px 5px rgba(0,0,0,.2);      
}
.video2{
  height: 380px;
  width: auto;
}
.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;
}
}