body {
    margin: 0px;
    background-color: rgb(68, 68, 68);
    font-family: garamond;
    color: #f6f1ed;
  }

  .dropmenu{
    *zoom: 1;
    list-style-type: none;
    width: 960px;
    margin: 0 auto ;
    padding: 0;
    font-size: 1.2vw;
  }
  .dropmenu:before, .dropmenu:after{
    content: "";
    display: table;
    font-size: 1.2vw;
  }
  .dropmenu:after{
    font-size: 1.2vw;
    clear: both;
  }
  .dropmenu li{
    position: relative;
    font-size: 1.2vw;
    text-align: center;
  }
  .dropmenu li a{
    font-size: 1.2vw;
    display: block;
    margin: 0;
    padding: 15px 0 11px;
    background: rgb(68, 68, 68);
    color: #f6f1ed;
    line-height: 1;
    text-decoration: none;
  }
  .dropmenu li ul{
    font-size: 1.1vw;
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
  }
  .dropmenu li ul li{
    font-size: 1.2vw;
    width: 100%;
  }
  .dropmenu li ul li a{
    padding: 13px 15px;
    font-size: 1.2vw;
    border-top: 1px solid #f6f1ed;
    border-bottom: 1px solid #f6f1ed;
    border-left: 1px solid #f6f1ed;
    border-right: 1px solid #f6f1ed;
    background: rgb(68, 68, 68);
    text-align: left;
  }
  .dropmenu li:hover > a{
    background: rgb(68, 68, 68);
  }
  .dropmenu li a:hover{
    background: rgb(68, 68, 68);
  }


  #normal li ul{
    display: none;
    font-size: 1.2vw;
  }
  #normal li:hover ul{
    display: block;
  }

.navbar{
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2vw;
  padding-right:32%;
  padding-left:10%;

}

.navbar ul{
  display: flex;
  list-style: none;


}
.global-nav {

}
.navbar li{
  padding-left:  5rem;

}
  a{
      color: #f6f1ed;
      text-decoration: none;
  }

  .display{

      max-width: 1920px;
      
  }

  .pic{

      text-align: center;
  }

  .pic img{

    width: 60%;
    max-width: 100%;
  }

  
  .pic video{

    width: 60%;
    max-width: 100%;
  }
.pic2{

  text-align: left;

}
  .pic2 img{
    position: relative;
    width: 200px;
    padding-left: 20%;
  }
.hero{
    display: relative;
    max-width: 1920px;
    padding-top: 100px;
    padding-left: 20%;
    padding-bottom: 10.5%;
    font-size: 28px;
    justify-content: center;
}

.mrg-10{
    margin-left: 20px;
}

@media(min-width: 1201px){
  .media{
    display: none;
  }
}


@media (max-width: 1200px) {

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #f6f1ed;
  color: rgb(68, 68, 68);
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #f6f1ed;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 16px;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted rgb(68, 68, 68);
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 6px 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}

nav.globalMenuSp {
  position: fixed;
  overflow-y: scroll;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  background: #f6f1ed;
  color: rgb(68, 68, 68);
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}

.navToggle {
  display: block;
  position: fixed;
  right: 13px;
  top: 30px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  background: #f6f1ed;
  text-align: center;
}
.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px rgb(68, 68, 68);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px rgb(68, 68, 68);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
top: 9px;
}

.navToggle span:nth-child(2) {
top: 18px;
}

.navToggle span:nth-child(3) {
top: 27px;
}

.navToggle span:nth-child(4) {
border: none;
color: #eee;
font-size: 9px;
font-weight: bold;
top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
top: 18px;
left: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}


.navbar {
  padding-left: 0px;

}

.logo img{
  text-align: left;
}
.global-nav{
  display: none;
}
.main {
  display: relative;
  flex-direction: column;
  margin: 1rem auto;
  max-width: 1124px
}

ul {
  font-size: 13px;
  margin: 0 auto;
  flex-wrap: wrap;
}

li {
  margin-bottom: 2rem;
  margin-right: 3;
}
.navbar img {
  margin: 0 auto;
}

.hero {
  flex-direction: column;
  font-size: 80%;
}

.top-img {
  justify-content: center;
  flex-direction: column;
  margin: 1rem auto;
}

.top-img img {
  width: 700px;
  max-width: 100%;
}



.circle img {
  max-width: 100%;
  margin-bottom: 3rem;
}

.animation {
  max-width: 768px;
}

.animation img {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

a {
  color:black;
  text-decoration: none;
}

.scroll {
  position: relative;
  bottom: 150px;
  width: 100%;
  font-size: 8;
  line-height: 30em;
  text-align: center;
  font-family: serif;
  color: #ffffff;
  overflow: hidden;
}

.scroll span {
  margin: 0;
  display: inline-block;
  padding-left: 50%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollAnime 10s linear infinite;
}

#menu{

}
#menu li{
  width: 100%;
}
#toggle{
  display: block;
  position: relative;
  width: 100%;
  background: #222;
}
#toggle a{
  display: block;
  position: relative;
  padding: 12px 0 10px;
  border-bottom: 1px solid #444;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#toggle:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
}
#toggle a:before, #toggle a:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 4px;
  background: #222;
}
#toggle a:before{
  margin-top: -6px;
}
#toggle a:after{
  margin-top: 2px;
}


#toggle{
  display: block;
  position: relative;
  width: 100%;
  background: #222;
}
#toggle a{
  display: block;
  position: relative;
  padding: 12px 0 10px;
  border-bottom: 1px solid #444;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.hero{
  display: block;
  max-width: 768px;
  font-size: 18px;
  margin: 0 auto;
}

}

a {
color: #f6f1ed;;
text-decoration: none;
}
.scroll {
position: relative;
top: 220px;
width: 100%;
font-size: 800%;
line-height: 30em;
text-align: center;
font-family: serif;
color: #f6f1ed;;
overflow: hidden;
}
.scroll span {
margin: 0;
display: inline-block;
padding-left: 100%;
white-space: nowrap;
line-height: 1em;
animation: scrollAnime 10s linear infinite;
}

@media(max-width:768px){
  .hero{
    padding-left: 0;
    font-size: 14px;
    overflow-wrap: break-word;
  }

  .hero p {
    display: table;
    margin: 0 auto;
  }
  .pic img/OsakaLunch.jpg{
    width: 768px;
  }
}
