@charset "UTF-8";


* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}

@font-face {
    font-family: Dela_Gothic_One;
    src: url(../font/Dela_Gothic_One/DelaGothicOne-Regular.ttf);
}

body {
    width: 100%;
    background-image: url(../images/backphoto.jpg);
}

header {
    height: 10vw;
    text-align: center;
    background-color:#4a2400;
    font-family: Dela_Gothic_One;
}

header img {
    width: 10%;
    margin-bottom: 3%;
}


.nav01 .navItem {
    opacity: 0;
    flex: 1 1 20%;
    text-align: center;
  }

  .nav01 .navItem:hover a {
    transform: rotateX(360deg);
  }

.nav02 a {
    
  transition: 0.3s;
}

.nav02 .navDrop {
  z-index: 10;
  position: relative;
}
.nav02 .navDrop ul {
  z-index: 10;
  position: absolute;
  left: -25%;
  width: 150%;
  height: 0px;
  overflow: hidden;
  transition: 0.3s;
  display: block;
}
.nav02 .navDrop li {
    z-index: 10;
    height: 37px;
    font-size: 1.5vw;
}
.nav02 .navDrop:hover ul {
    z-index: 10;
    display: block;
    height: 600%;
}

nav ul li:hover 
 {
        animation:shake 1s ease;
    }
     
    @keyframes shake {
        0%   { transform:rotate(0); }
        16%  { transform:rotate(12deg); }
        32%  { transform:rotate(/*-10deg*/); }
        48%  { transform:rotate(8deg); }
        64%  { transform:rotate(-6deg); }
        80%  { transform:rotate(4deg); }
        96%  { transform:rotate(-2deg); }
        100% { transform:rotate(0deg); }
    }

nav ul {
    display: flex;

}

nav ul li {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5vw;
}

nav ul li a {
   color: aliceblue
}

h1 {
width: 20%;
}

h1 img {
    margin-top: 4%;
    width: 100%;
}

/*h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}*/


/*スムーススクロール*/


#page-top {
    z-index: 10;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-image: url(../images/topback2.png);
    background-size: 100% 100%;
    block-size: 100% 100%;
}

#page-top a {
    display: block;
    line-height: 6;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    opacity: 0;
}
#page-top a:hover {
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    color: aliceblue;
    font-family: Dela_Gothic_One;
    background-image: url(../images/chocolate.png);
    opacity: 1;
}

h2 {
    margin-top: 10%;
    text-align: center;
    font-size: 2.5vw;
    color: #4a2400;
}

.info-box1 {
    display: flex;
    margin-top: 5%;
    margin-left: 15%;
    margin-bottom: 5%;
    width: 50%;
}

.info-box1 img {
    margin-right: 10%;
    width: 100%;
}

.info-box2 {
    display: flex;
    margin-left: 15%;
    margin-bottom: 10%;
    width: 50%;
}

.info-box2 img {
    margin-right: 10%;
    width: 100%;
}


.footer-box1 {
    width: 100%;
    height: 30%;
    background-color: #4a2400;
}

.footer-box1 img {
    display: block;
    padding-top: 2%;
    margin-left: auto;
    margin-right: auto;
}

.footer-box1 ul {
    display: flex;
    width: 80%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
}

.footer-box1 ul li {
    margin-left: 5%;
}

.footer-box1 ul li a {
    text-align: center;
    color: white;
    font-size: 1.5vw;
    font-family: Dela_Gothic_One;
}

footer p {
    margin-top: 2%;
    color: white;
    font-family: serif;
    text-align: center;
    
}
