@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 {
    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: 300%;
}

    @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.NavMenu2 {
	position: fixed; /*表示位置を固定*/
	z-index: 11; /*重ね順を変更*/
	top: 0; /*表示位置を指定*/
	left: 0; /*表示位置を指定*/
	width: 100%; /*全幅表示*/
	transform: translateY(-100%); /*ナビを上に隠す上から出したい場合は、transform: translateYを使う。*/
	transition: all 0.6s; /*アニメーションの時間を指定*/
}

nav.NavMenu2 ul {
	list-style-type: none;
	background: white; /*背景をグレーにする*/
}

nav.NavMenu2 ul li {
	width: 100%;
	
}

nav.NavMenu2 ul li:last-child {
	border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu2 ul li a {
	display: block; /*クリックできる領域を広げる*/
	text-align: center; /*テキストを中央揃え*/
	text-decoration: none;
	line-height: 3;
	color: #4a2400;
	font-size: 1.1em;
}

/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu2.active {
	transform: translateY(0%);/*上から出したい場合は、transform: translateYを使う。*/
}

/*トグルボタンのスタイルを指定*/
.Toggle {
	position: fixed;/* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;/*divだけどカーソルが変わるようにしている*/
	z-index: 3;/*ボタンを一番上にしている(押せなくなるから)*/
}

.Toggle span {
	display: block;
	position: absolute;
	left: 6px;
	width: 30px;
	border-bottom: solid 3px #000;
	transition: .35s ease-in-out;/*変化の速度を指定*/
}

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

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

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

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

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


nav ul {
    display: flex;
}

nav ul li {
    margin-left: auto;
    margin-right: auto;
    font-size: 2vw;
}

nav ul li a {
   color: aliceblue
}


h1 img {
    width: 25%;
}
/*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: -10%;
    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:43%;
    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) {

    
}

.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: 13%;
    width: 90%;
}

.box2 {
    position:relative;
    overflow:hidden;
    margin-left: 13%;
    width: 90%;
}

.box3 {
    position:relative;
    overflow:hidden;
    margin-left: 13%;
    width: 90%;
}

.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: 50%;
    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: 20%;
    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: 21%;
    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: 21%;
    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: 16%;
    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: 20%;
    color:black;
    font-family: serif;
    font-size: 1.1vw;
 }

 .more {
    position: absolute;
    left: 27%;
    top: 80%;
    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: 20%;
    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: 17%;
}

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

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

.flex-box2 p:nth-child(3) {
    margin-top: 5%;
}

.more2 {
    position: absolute;
    left: 67%;
    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: 50%;
    height: 25vw;  
}


.flex-box3 {
    display: flex;
}

iframe {
    width: 40%;
    height: 30%;
    margin-left: 7%;
}

table {
    border-collapse: collapse;
    margin-left: 15%;
    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 1px #4a2400;
    
}

td {
    border: solid 1px #4a2400;
}

.cellHoliday {
    background-color: #fcd575
}

.flex-box4 {
    width: 100%;
}

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

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

.flex-box5 p {
    width: 30%;
    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: -6%;
}

.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;
}

