@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);
}

header {
    padding-top: 1%;
    text-align: center;
    background-color:#4a2400;
    font-family: Dela_Gothic_One;
}

header img {
    margin-bottom: 3%;
}



.nav01 .navItem {
    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;
  background-color: #4a2400;
}
.nav02 .navDrop li {
    z-index: 10;
    margin-top: 20%;
    height: 10px;
    font-size: 1.5vw;
}
.nav02 .navDrop:hover ul {
    z-index: 10;
    display: block;
    height: 100px;
}
nav ul li:hover 
 {      z-index: 10;
        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-left: auto;
    margin-right: auto;
    font-size: 2vw;
}

nav ul li a {
   color: aliceblue
}

/*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;
}*/

.position1 {
    position: relative;
    z-index: 2;
}

.choco1 {
    position: absolute;
    top: 700%;
    left: 80%;
    width: 10%;
}

.choco1 img {
    width: 100%;
}


.position1 img {
    width: 100%;
   margin-top: -0.5%;
}


.position2 {
    position: absolute;
 position: sticky;
}

.position2 img {
    margin-top: -9%;
    width: 100%;
}


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


#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 {
    width: 25%;
    margin-top: 20%;
    margin-left: auto;
    margin-right: auto;
    font-family: Dela_Gothic_One;
    color: #4a2400;
    font-size: 2.5vw;
}
section:nth-of-type(2) {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


section:nth-of-type(3) {
    display: flex;
    
}

.elem-section {
    width: 90%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
}

.elem-section img {
    width: 90%;
}

.box1 {
    position:relative;
    overflow:hidden;
    margin-left: 12%;
    margin-right: 2%;
    width: 25%;
}

.box2 {
    position:relative;
    overflow:hidden;
    margin-right: 2%;
    width: 25%;
}

.box3 {
    position:relative;
    overflow:hidden;
    width: 25%;
}

.isAnimate {
    opacity: 1;
    transform: translateY(0px);
}

.box1::before {
        position:absolute;
        top:0;
        left:-100%;
        bottom:0;
        margin:auto 0;
        width:100px;
        height:200%;
        content:"";
        background:linear-gradient(to right, #fff, #fff 10%, transparent 10%, transparent 20%, #fff 20%, #fff 90%, transparent 90%, transparent 94%, #fff 94%);
        opacity:0.3;
        transform:translate(-50%) rotate(45deg);
        transition:left 0.4s ease-in, transform 0.2s ease-in;
    }
 
    .box1:hover::before {
        left:150%;
        transform:translate(50%) rotate(45deg);
        transition-timing-function:ease-out, ease-out;
    }

    .box2::before {
        position:absolute;
        top:0;
        left:-100%;
        bottom:0;
        margin:auto 0;
        width:100px;
        height:200%;
        content:"";
        background:linear-gradient(to right, #fff, #fff 10%, transparent 10%, transparent 20%, #fff 20%, #fff 90%, transparent 90%, transparent 94%, #fff 94%);
        opacity:0.3;
        transform:translate(-50%) rotate(45deg);
        transition:left 0.4s ease-in, transform 0.2s ease-in;
    }
 
    .box2:hover::before {
        left:150%;
        transform:translate(50%) rotate(45deg);
        transition-timing-function:ease-out, ease-out;
    }

    .box3::before {
        position:absolute;
        top:0;
        left:-100%;
        bottom:0;
        margin:auto 0;
        width:100px;
        height:200%;
        content:"";
        background:linear-gradient(to right, #fff, #fff 10%, transparent 10%, transparent 20%, #fff 20%, #fff 90%, transparent 90%, transparent 94%, #fff 94%);
        opacity:0.3;
        transform:translate(-50%) rotate(45deg);
        transition:left 0.4s ease-in, transform 0.2s ease-in;
    }
 
    .box3:hover::before {
        left:150%;
        transform:translate(50%) rotate(45deg);
        transition-timing-function:ease-out, ease-out;
    }

   section:nth-of-type(4) {
    position: relative;
    width: 100%;
   }

section:nth-child(6) img{
    margin-top: 10%;
    margin-left: 51%;
    width: 40%;
    
}

 .position3 {
     z-index: 2;
     position: absolute;
     top: -9%;
     left: 40%;
     margin-top: 15%;
     width: 20%;
     height: 60vw;
     background-color: white;
     transform: rotate(-15deg);
     background-color: white
 }

section:nth-child(6) h3 {
    z-index: 3;
    position: absolute;
    top: 30%;
    left: 13%;
    font-family: Dela_Gothic_One;
    font-size: 3vw;
    color: #4a2400;
 }

 section:nth-child(6) p:nth-of-type(1) {
    z-index: 3;
    position: absolute;
    top: 45%;
    left: 13.5%;
    color:black;
    font-family: serif;
    font-size: 1.1vw;
 }

 section:nth-child(6) p:nth-of-type(2) {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 13.5%;
    color:black;
    font-family: serif;
    font-size: 1.1vw;
 } 

 section:nth-child(6) p:nth-of-type(3) {
    z-index: 3;
    position: absolute;
    top: 55%;
    left: 9%;
    color:black;
    font-family: serif;
    font-size: 1.1vw;;
 }

 section:nth-child(6) p:nth-of-type(4) {
    z-index: 3;
    position: absolute;
    top: 60%;
    left: 12%;
    color:black;
    font-family: serif;
    font-size: 1.1vw;
 }

 .more {
    position: absolute;
    top: 80%;
    left: 19%;
    width: 13%;
    border: ridge 0.15vw black;
    border-left: none;
    border-right: none;
    font-size: 1.5vw;
    text-align: center;
    font-family: serif;
 }


 .more a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 5%;
    color:#4a2400;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

 .more a:before {
    content: '';
    position: absolute;
    top: calc(45%);
    right: 0.5em;
    transform: translateY(calc(-50%)) rotate(30deg);
    width: 7%;
    height: 3%;
    background-color: #4a2400;
    transition: 0.3s;
}

.more a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    width: 20%;
    height: 3%;
    background-color: #4a2400;
    transition: 0.3s;
}

.more a:hover:before, .more a:hover:after {
    right: -0.5em;
}

.flex-box1 {
    display: flex;
}

.choco2 {
    position: absolute;
    top: 65%;
    left: 5%;
    width: 20%;
}

.choco2 img {
    width: 100%;
}


section:nth-child(7) h3 {
   /* z-index: 10;             z-index: 10;とposition: relative;の二つでポジションに邪魔された部分がやっと上にでてくる
    position: relative;*/
    margin-top: 50%;
    margin-left: 50%;
    font-family: Dela_Gothic_One;
    font-size: 3vw;
    color: #4a2400;
}

section:nth-child(7) img {
    z-index: 10;
    margin-top: 10%;
    width: 40%;
   margin-left: 8%;
}

.flex-box2 {
    z-index: 10;
    margin-top: 1%;
    color:black;
    font-family: serif;
    font-size: 1.1vw;
}

.flex-box2 p {
    margin-left: 50%;
    margin-top: 15%;
    width: 100%;
    text-align: center
}

.flex-box2 p:nth-child(3) {
    margin-top: 5%;
}
.more2 {
    position: absolute;
    left: 65%;
    margin-top: 5%;
    width: 13%;
    border: ridge 0.15vw black;
    border-left: none;
    border-right: none;
    font-size: 1.5vw;
    text-align: center;
    font-family: serif;
 }

 .more2 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 5%;
    color:#4a2400;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.more2 a:before {
    content: '';
    position: absolute;
    top: calc(45%);
    right: 0.5em;
    transform: translateY(calc(-50%)) rotate(30deg);
    width: 7%;
    height: 3%;
    background-color: #4a2400;
    transition: 0.3s;
}
.more2 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    width: 20%;
    height: 3%;
    background-color: #4a2400;
    transition: 0.3s;
}
.more2 a:hover:before, .more2 a:hover:after {
    right: -0.5em;
}


.choco3 {
    position: absolute;
    left: 78%;
    margin-top: -30%;
    width: 20%;
}

.choco3 img {
    width: 100%;
}


footer {
    margin-top: 10%;
    width: 100%;
}

footer img {
  
    width: 100%;
  
}

iframe {
    display: block;
    margin-left: 15%;
    width: 40%;
    height: 27vw;  
}


.flex-box3 {
    display: flex;
    width: 100%;
}

iframe {
    width: 35%;
}

table {
    border-collapse: collapse;
    margin-left: 25%;
    width: 60%;
    height: 20vw;
    font-family: serif;
    text-align: center;
    color: #4a2400;
}

.cellTableHead {
    background-color: #b28c6e;
    font-family: Dela_Gothic_One;
    font-size: 1.5vw;
    font-weight: 1;
    
}

th {
    border: solid 0.1vw #4a2400;
    
}

td {
    border: solid 0.1vw #4a2400;
}


.cellHoliday {
    background-color: #fcd575
}

.flex-box4 {
    width: 100%;
}




.flex-box5 {
    display: flex;
    width: 100%;
    margin-top: 1%;
   
}

.redbox {
    margin-top: 1.5%;
    margin-left: 25%;
    width: 1%;
    height: 2vw;
    background-color: #fcd575
}

.flex-box5 p {
    width: 20%;
    font-size: 2vw;
}


.footer-box1 {
    position: absolute;
    margin-top: 10%;
    width: 100%;
    height: 20%;
    background-color: #4a2400;
}

.footer-box1 img {
    position:relative;
    position: sticky;
    margin-top: -5%;
}

.footer-box1 img:nth-child(1) {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 42%;
    background-color: #b28c6e;
    width: 15%;
}

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

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

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

footer p:nth-child(4) {
    position: absolute;
    top: 80%;
    left: 35%;
    color: white;
    font-family: serif
}


p small {
    width: 100%;
    font-size: 1.5vw;
}