.roboto-<uniquifier> {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
  body{
    background-color: rgb(0, 0, 0);
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

header{
    position: relative;
    z-index: 5;
    width: 100%;
    display: flex;
    justify-content: center;
    gap:10%;
} 
.burger {
    position: absolute;
    z-index: 10;
    right:0%;
    bottom:20px;
    cursor: pointer;
    transform: rotateY(0);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    margin-right:10%;
}
.burger__patty {
    width: 56px;
    height: 4px;
    margin: 0 0 8px 0;
    background: white;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.burger__patty:last-child {
    margin-bottom: 0;
}
.burger--close {
    transform: rotate(180deg);
}
.burger--close .burger__patty:nth-child(1) {
    transform: rotate(45deg) translate(8px, 10px);
    background: #000000;
   
}
.burger--close .burger__patty:nth-child(2) {
    opacity: 0;
}
.burger--close .burger__patty:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -8px);
    background: #000000;
    
}
 .menu {
    position: fixed;
    top: 0;
    width: 100vw;
    visibility: hidden;
}  
.menu--active {
    visibility: visible;

    
}
span.numb{
    margin:0 auto;
}
.menu__brand, .menu__list {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    float: left;
    width: 50%;
    height: 100vh;
    overflow: hidden;
}
.logo1 img{
    width:250px;
    margin-left:10%;
}
.menu__list {
    margin-right:0;
    padding: 0;
    background: #ffffff;
    list-style-type: none;
    transform: translate3d(0, -100%, 0);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__list--active {
    transform: translate3d(0, 0, 0);
}
.menu__brand {
    background: #023047;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translate3d(0, 100%, 0);
}
.menu__brand--active {
    transform: translate3d(0, 0, 0);
}
.menu__item {
    transform: translate3d(500px, 0, 0);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__item--active {
    transform: translate3d(0, 0, 0);
}
.menu__link {
    display: inline-block;
    position: relative;
    font-size: 30px;
    padding: 15px 0;
    font-weight: 300;
    color: rgb(0, 0, 0);
    text-decoration: none;
    color: rgb(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);

}
i{   color:black;
    font-size:40px;
    margin-top: 18px;
}
.fa-instagram:hover{
color:rgb(255, 0, 136);
}
.fa-facebook:hover{
    color:rgb(50, 94, 255);
}
.menu__link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10px;
    height: 2px;
    background: rgb(0, 0, 0);
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__link:hover:before {
    width: 100%;
}
.menu .menu__item:nth-child(1) {
    transition-delay: 0.1s;
}
.menu .menu__item:nth-child(2) {
    transition-delay: 0.2s;
}
.menu .menu__item:nth-child(3) {
    transition-delay: 0.3s;
}
.menu .menu__item:nth-child(4) {
    transition-delay: 0.4s;
}

@media screen and (max-width: 768px) {
    ul.menu__list, div.menu__brand {
        float: none;
        width: 100%;
        min-height: 0;
   }
    ul.menu__list--active, div.menu__brand--active {
        transform: translate3d(0, 0, 0);
   }
    .menu__list {
        height: 75vh;
        transform: translate3d(-100%, 0, 0);
   }
    .menu__link {
        font-size: 24px;
   }
    .menu__brand {
        height: 25vh;
        transform: translate3d(100%, 0, 0);
   }
    .menu__brand .logo {
        width: 90px;
        height: 90px;
   }
}
#logo_menu{
    width:250px;
}
.header{
 padding:5%;
}
.logo1{
    width:50%;
   text-align: right;

}
.nav{
    position: relative;
    width:50%;
 
}

/* info */

/* footer */
/* info */

  /* contact */
  .Form {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
  @media screen and (max-width: 480px) {
    .Form {
      margin-top: 40px;
    }
  }
  .Form-Item {
    border-top: 2px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    text-shadow: 1px 2px 3px #000000;
  }
  .Form-Item p{
    font-size:20px;
    text-align: center;
  }
 .Form-Item,.Form-Item-Label{
    justify-content: center;
    align-items: center;
 }
 .check{
 font-size: 23px;
 color:rgb(254, 105, 105);
 text-shadow:none;
 }

  @media screen and (max-width: 480px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  .Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
  }
  .Form-Item-Label {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 20px;
    color:white;
    
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
    text-align: center;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }

  @media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #ffffff;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
  }
  @media screen and (max-width: 480px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
  }
  .contact1{
    background-image: url("background.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-bottom:5%;

  }

  .Form h1{
    text-align: center;
    color:white;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
      font-size:2vw;
      margin-bottom:2%;
  }
  #req{
    color:rgb(255, 255, 255);
    font-size: 1.5vw;
    text-shadow: 1px 2px 3px #3d3d3d;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
  /* footer */
  .infomation h1{
    margin-top:2%;
     text-align: center;
     color:white;
  }
  .info{
    display: flex;
      margin-top:5vw;
    margin-bottom:5vw;
      width:100%;
      vertical-align: middle;
  }
  .info1{
    width:50%;
    text-align: center;
    vertical-align: middle;
  }
  
   .info1 h1{
    font-size:1vw;
      line-height: 1.5em;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight:400;
    font-style: normal;
    font-variation-settings:
      "width" 100;
  color:white;
      margin-bottom:0;
  }
  span{
    margin-right:15px;
  }
  .info1 i{
    margin-right:5px;
  }
  .info1 svg{
    width:20px;
  }
  .map{
    width:50%;
  }
  
  .info1 i{
      font-size:20px;
      width:10px;
  }
  #map{
    width:30vw;
    height:20vw;
    box-shadow: 2px 2px 4px;
    vertical-align: middle;
    
  }
  
    footer{
  
    padding:5%;
    background-color: #ffffff;
      display: flex;
      width:100;
      
     
    }
  
    .footer_copyrights{
     
    width:50%;
    text-align: center;
    line-height: 1.5em;
    }
    
    .footer_logo img{
    width:250px;
    margin:0;
  
  
    
  }
    .footer_logo{
    width:50%;
    float:left;
    }
  .icon1{
    color:white;
  }
  /* body に .no-scroll が付与されたときにスクロールを無効化 */
.no-scroll {
  overflow: hidden;
}
