.fadein {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform : translateY(50px);
  transition : all 1500ms;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fadein {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fadein-init {
  opacity:0;
  animation: fadein-init 1.5s linear 0s 1 normal forwards;
}
@keyframes fadein-init {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

a.anchor2 {
  display: block;
  margin-top: -320px;
  padding-top: 320px;
}
a.anchor3 {
  display: block;
  margin-top: -280px;
  padding-top: 280px;
}
a.anchor4 {
  display: block;
  margin-top: -280px;
  padding-top: 280px;
}
a.anchor5 {
  display: block;
  margin-top: -280px;
  padding-top: 280px;
}

body {
  -webkit-animation: fadein-all 2s ease 0s 1 normal;
  animation: fadein-all 2s ease 0s 1 normal;
  overflow-x: hidden;
  margin: 0;
  background: #000;
  font-size: 16px;
  font-family: "Sawarabi Mincho", sans-serif;
  color: #fff;
  -webkit-text-size-adjust: none;
}
@-webkit-keyframes fadein-all {
  0% {opacity: 0}
  100% {opacity: 1}
}
@keyframes fadein-all {
  0% {opacity: 0}
  100% {opacity: 1}
}
img {
  width: 100%;
}


.c1-btn:hover {
  opacity: 0.6;
}
#c1-btn-check {
  display: none;
}
.c1-btn {
  position: fixed;
  top: 262px;
	left: 2px;
  border-top: 35px solid rgba(187, 12, 0, 0.8);
  border-right: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid rgba(187, 12, 0, 0.8);
  transition: all 0.5s ease-out;
  z-index: 40;
  opacity: 0.6;
}
#c1-btn-check:checked ~ .c1-btn {
  opacity: 1;
}
.c1-btn::after {
  position: absolute;
  top: -30px;
  left: -30px;
  white-space: pre;
  line-height: 100%;
  content: 'おトク\A情報';
  font-size: 14px;
  color: #c4b561;
  text-shadow: 
		0 0 0.05em #c4b561,
		0 0 0.10em #c4b561,
		0 0 0.15em #c4b561,
		0 0 0.30em #c4b561;
  filter: saturate(80%);
  text-align: left;
  opacity: 0.6;
}
#c1-btn-check:checked ~ .c1-btn::after {
  opacity: 1;
}
.c1-btn-ex {
  position: fixed;
  top: 295px;
	left: 330px;
  width: 21px;
  height: 21px;
  border: 3px solid rgb(200, 200, 200);
  border-radius: 50%;
  background-color: rgb(80, 80, 80);
  transition: all 0.5s ease-out;
  z-index: 60;
}
#c1-btn-check:checked ~ .c1-btn-ex {
  top: 298px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 5px;
}
.c1-btn-ex::after {
  position: absolute;
  top: -8px;
  left: 5px;
  content: '×';
  font-size: 24px;
  color: #ffffff;
  animation: fadein-btn-text1 0.5s linear;
}
#c1-btn-check:checked ~ .c1-btn-ex::after {
  top: -7px;
  left: 3px;
  content: '>';
  font-size: 18px;
  animation: fadein-btn-text2 0.5s linear;
}

.c1-detail {
  position: fixed;
  top: 290px;
  left: 25px;
  transition: all 0.5s ease-out;
  opacity: 1;
  z-index: 50;
}
#c1-btn-check:checked ~ .c1-detail {
  opacity: 0;
}
.c1-detail > p {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 70px;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(241, 236, 185, 0.85);
  line-height: 150%;
  text-align: center;
  font-weight: bold;
  color: rgb(80, 80, 80);
}
.c1-detail > p > span {
  font-size: 21px;
  color: rgb(165, 32, 56);
}
.c1-detail > .p-deco {
  position: absolute;
  top: -3.5px;
  left: 15px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(241, 236, 185, 0.85);
  border-left: 10px solid rgba(241, 236, 185, 0.85);
}

@keyframes fadein-btn-text1 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadein-btn-text2 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}



header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 252px;
  background: #000;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: solid 10px #000;
  z-index: 1;
}

header .info {
  position: fixed;
  top: 20px;
  left: 0px;
  width: 100%;
  margin:0;
  padding:0;
  z-index: 2;
}

.logopic > img {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -185px;
  width: 70px;
  height: 70px;
  opacity: 1.0;
}

header h1 {
  font-family: "Sawarabi Mincho";
  font-size: 1.8em;
  margin-top: 40px;
	font-weight: bold;
  color: #fff;
  text-shadow: 
		0 0 0.10em #F06292,
		0 0 0.20em #F06292,
		0 0 0.30em #7062f0,
		0 0 0.60em #7062f0;
  filter: saturate(80%);
}

.toptitle-roll {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -190px;
  height: 40px;
  width:360px;
  overflow: hidden;
}
.toptitle-roll ul {
  margin-top: 0;
  padding-left: 10px;
  text-align: left;
  list-style: none;
  -webkit-animation: 12s linear 0s normal none infinite change;
  animation: 12s linear 0s normal none infinite change;
}
.toptitle-roll ul li {
  line-height: 40px;
  text-align: center;
  margin: 0;
}

@-webkit-keyframes change {
  0%, 10% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  15%,35% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  40%,55% {
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
  }
  60%,85% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  95%,100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@keyframes change {
  0%, 10% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  15%,35% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  40%,55% {
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
  }
  60%,85% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  95%,100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
.toptitle-roll ul li .tt-r1 {
  -webkit-animation: 12s linear 0s normal none infinite tt-r1opaci;
  animation: 12s linear 0s normal none infinite tt-r1opaci;
}
@-webkit-keyframes tt-r1opaci {
  0%,11% { opacity: 1.0; }
  12%,94% { opacity: 0.4; }
  95%,100% { opacity: 1.0; }
}
@keyframes tt-r1opaci {
  0%,11% { opacity: 1.0; }
  12%,94% { opacity: 0.4; }
  95%,100% { opacity: 1.0; }
}
.toptitle-roll ul li .tt-r2 {
  -webkit-animation: 12s linear 0s normal none infinite tt-r2opaci;
  animation: 12s linear 0s normal none infinite tt-r2opaci;
}
@-webkit-keyframes tt-r2opaci {
  0%,14% { opacity: 0.4; }
  15%,36% { opacity: 1.0; }
  37%,100% { opacity: 0.4; }
}
@keyframes tt-r2opaci {
  0%,14% { opacity: 0.4; }
  15%,36% { opacity: 1.0; }
  37%,100% { opacity: 0.4; }
}
.toptitle-roll ul li .tt-r3 {
  -webkit-animation: 12s linear 0s normal none infinite tt-r3opaci;
  animation: 12s linear 0s normal none infinite tt-r3opaci;
}
@-webkit-keyframes tt-r3opaci {
  0%,39% { opacity: 0.4; }
  40%,56% { opacity: 1.0; }
  57%,100% { opacity: 0.4; }
}
@keyframes tt-r3opaci {
  0%,39% { opacity: 0.4; }
  40%,56% { opacity: 1.0; }
  57%,100% { opacity: 0.4; }
}
.toptitle-roll ul li .tt-r4 {
  -webkit-animation: 12s linear 0s normal none infinite tt-r4opaci;
  animation: 12s linear 0s normal none infinite tt-r4opaci;
}
@-webkit-keyframes tt-r4opaci {
  0%,59% { opacity: 0.4; }
  60%,86% { opacity: 1.0; }
  87%,100% { opacity: 0.4; }
}
@keyframes tt-r4opaci {
  0%,59% { opacity: 0.4; }
  60%,86% { opacity: 1.0; }
  87%,100% { opacity: 0.4; }
}


.info-top {
  position: relative;
  top: 70px;
  left: 5%;
  width: 90%;
}
.info-top > h2 {
  letter-spacing: -1.5px;
  font-size: 0.85em;
  text-shadow:0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

header .title-deco {
  position: fixed;
  top: 40px;
  left: 0px;
  width: 100%;
  height: 50px;
  margin:0;
  padding:0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
header .social {
  position: fixed;
  top: 175px;
  left: 70%;
  width: 100%;
}
header .social img {
  position: relative;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 5px;
}

header .bgpic {
  position: relative;
  width: 100%;
  height: 250px;
}
header .bgpic .bgimg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -580px;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 16s infinite;
}
header .bgpic .src1 {
  background-image: url("../img/header1.jpg");
}
header .bgpic .src2 {
  background-image: url("../img/header2.jpg");
  animation-delay: 8s;
}
@keyframes bgAnime {
    0% { opacity: 0; }
   10% { opacity: 1; }
   50% { opacity: 1; }
   60% { opacity: 0; }
  100% { opacity: 0; }
}


.btn1 {
  position: fixed;
  top: 10px;
  left: 70%;
  margin-left: 0px;
  width: 100px;
  line-height: 25px;
  background: #000;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-shadow: 
		0 0 0.05em #fff,
		0 0 0.10em #fff,
		0 0 0.15em #fff,
		0 0 0.30em #fff;
  filter: saturate(80%);
  border-radius: 0px 0px 10px 10px;
  z-index: 2;
  opacity: 0.7;
}
.btn1:hover {
  opacity: 1.0;
}

.nav-belt {
  position: fixed;
  top: 238px;
  left: calc(1% + 3px);
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;

  z-index: 2;
}
.nav-belt li {
  display: inline-block;
  border-left: solid 1px gray;
  border-right: solid 1px gray;
  text-align: center;
  margin-right: -6px;
  height: 22px;
}
.btn2 {
  width: 32%;
}
.btn3 {
  width: 19%;
}
.btn4 {
  width: 25%;
}
.btn5 {
  width: 19%;
}
.nav-belt a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  text-shadow: 
		0 0 0.05em #fff,
		0 0 0.10em #fff,
		0 0 0.15em #fff,
		0 0 0.30em #fff;
  filter: saturate(80%);
  opacity: 0.7;
}
.nav-belt a:hover {
  opacity: 1.0;
}

.nav-deco {
  position: fixed;
  top: 238px;
  left: 0px;
  width: 100%;
  height: 22px;
  background: #000;
  opacity: 0.5;
}


.contents {
  width: 100%;
  padding: 260px 8px 64px 8px;
  background: rgb(12, 6, 2);
}
.contents p {
  letter-spacing: -1px;
  font-size: 0.8em;
  line-height: 1.8;
}

.content1-title > h3 > span {
  font-size: 1.8em;
  color: #3c3ec5;
}
.content1-title > h3 {
  font-size: 1.5em;
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 64px;
}
.content1-title > h3:before {
  content: '';
  position: absolute;
  bottom: -30px;
  width: 40px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}

.content1-title > p {
  position: relative;
  margin-top: 0px;
  margin-left: 8%;
  width: 87%;
  margin-bottom: 50px;
  font-size: 1.1em;
  font-weight: bolder;
  color: #ECB802;
  background: -webkit-linear-gradient(-45deg, #fefeb2, #DA8E00, #EDAC06, #fefeb2, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #fefeb2, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content1-title > p::after{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: block;
  border: 1px solid rgb(12, 6, 2);
}

.contents .container1 {
  position: relative;
  margin-bottom: 100px;
}
.contents .container1 .info {
  width: 80%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  margin-left: 7.5%;
  margin-bottom: 50px;
  background-color: rgb(12, 6, 2);
  border: solid 2px #fff;
  border-radius: 10px;
  box-shadow: 5px 10px 20px rgba(255, 255, 255, 0.25);
}
.contents .container1 .info > h4 {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
.contents .container1 .info > h4 > span {
  position: relative;
  top: -38px;
  left: -5px;
  padding-right: 5px;
  padding-left: 5px;
  background: #000;
}
.contents .container1 .info p {
  margin-top: -50px;
}


.content2-title > h3 > span {
  font-size: 1.8em;
  color: #c49c61;
}
.content2-title > h3 {
  font-size: 1.5em;
  position: relative;
  text-align: center;
  margin-bottom: 64px;
}
.content2-title > h3:before {
  content: '';
  position: absolute;
  bottom: -30px;
  width: 40px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}
.content2-title > p {
  position: relative;
  margin-top: 0px;
  margin-left: 8%;
  width: 85%;
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: bolder;
  color: #ECB802;
  background: -webkit-linear-gradient(-45deg, #fefeb2, #DA8E00, #EDAC06, #fefeb2, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #fefeb2, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border: solid 2px rgb(12, 6, 2);
  outline: 5px solid rgb(12, 6, 2);
  outline-offset: -0px;
}
.content2-title > p::after{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: block;
  border: 1px solid rgb(12, 6, 2);
}

.content2-info {
  display: inline-block
}
.content2-info > p {
  margin-top: 0px;
  margin-left: 6%;
  width: 90%;
  margin-bottom: 0px;
}
.content2-info > img {
  float: left;
  width: 45%;
  max-width: 60%;
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 5px;
}

.contents .container2 {
  position: relative;
}

.contents .container2 .info > ul {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 10px;
}
.contents .container2 .info ul > li {
  list-style: none;
  color: #000;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.contents .container2 .info ul > li > span {
  padding-right: 8px;
  border-radius: 100vh;
  border: 2px solid rgb(180, 180, 180);
  background: rgb(200, 200, 200);
}
.contents .container2 .info ul > li > span > img {
  position: relative;
  top: 5px;
  margin-right: 3px;
  width: 13px;
  border-radius: 50%;
  border: 4px solid #000;
  background: #000;
}

.contents .container2 .info ul > p {
  margin-top: 10px;
  margin-left: 8%;
  margin-right: 5%;
  margin-bottom: 35px;
}

.container2 .info .notice {
  margin-left: 10%;
  margin-right: 8%;
  margin-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9em;
  border: 1px solid #fff;
  border-radius: 10px;
}


.content3-title > h3 > span {
  font-size: 1.8em;
  color: #964343;
}
.content3-title > h3 {
  font-size: 1.5em;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
.content3-title > h3:before {
  content: '';
  position: absolute;
  bottom: -30px;
  width: 40px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}

.contents .container3 {
  position: relative;
  margin-bottom: 80px;
}
.container3 .info {
  margin-left: 10px;
}
.container3 .info ul {
  margin-left: -50px;
  margin-bottom: 40px;
  list-style-type: none;
}
.container3 .info ul > li {
  font-size: 1.3em;
  text-align: center;
}
.container3 .info ul > li:nth-child(5) {
  font-size: 1.2em;
}
.container3 .info ul > li:nth-child(7) {
  font-size: 1.1em;
}
.container3 .info ul > p {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.2;
}
.container3 .info ul > p > span {
  font-size: 1.6em;
}

.container3 .info > p:nth-child(2) {
  margin-bottom: 5px;
  font-size: 1.0em;
  text-align: center;
}
.container3 .info > table {
  margin-left: calc(50% - 175px);
  width: 340px;
  font-size: 1.0em;
  text-align: center;
  line-height: 1.4;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #3a3a3a;
  border-radius: 10px;
  background: #12121a;
}
.container3 .info > table > tbody > tr > td {
  border: 1px solid #3a3a3a;
  padding: 15px 5px 8px 5px;
}
.blue {
  text-shadow: 
		0 0 0.05em #52e6d5,
		0 0 0.10em #52e6d5,
		0 0 0.15em #52e6d5,
		0 0 0.30em #52e6d5;
  filter: saturate(80%);
}
.pink {
  text-shadow: 
		0 0 0.05em #e6527e,
		0 0 0.10em #e6527e,
		0 0 0.15em #e6527e,
		0 0 0.30em #e6527e;
  filter: saturate(80%);
}
.yellow {
  text-shadow: 
		0 0 0.05em #db9107,
		0 0 0.10em #db9107,
		0 0 0.15em #db9107,
		0 0 0.30em #db9107;
  filter: saturate(80%);
}

.container3 .info .notice2 > p {
  font-size: 0.8em;
  margin-top: 5px;
  margin-left: 60%;
}


.contents .container4 {
  position: relative;
}
.content4-title > h3 > span {
  font-size: 1.8em;
  color: #439676;
}
.content4-title > h3 {
  font-size: 1.5em;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
.content4-title > h3:before {
  content: '';
  position: absolute;
  bottom: -30px;
  width: 40px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}
.container4 p {
  font-size: 0.8em;
  text-align: center;
}

.container4 .contact {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 250px;
  height: 190px;
  left: 50%;
  margin-left: -137px;
  margin-bottom: 30px;
  border: solid 1px #fff;
  border-radius: 20px;
  text-align: center;
}
.container4 .contact > p {
  position: relative;
  top: -29px;
}
.container4 .contact > p > span {
  font-size: 1.4em;
  background-color: rgb(12, 6, 2);
  padding-left: 8px;
  padding-right: 8px;
}
.container4 .contact > h4 {
  position: relative;
  top: -28px;
}



.shop-map {
  position: relative;
  height: 0; 
  overflow: hidden;
  margin-left: 5%;
  margin-right: 4%;
  margin-bottom: 36px;
  padding-bottom: 56.25%;
  border: solid 2px gray;
  border-radius: 10px;
  z-index: 0!important;
} 
.shop-map iframe {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}

.googlemap-btn {
  position: relative;
  text-decoration: none;
  background-color: chocolate;
  color:  #fff;
  top: -36px;
  left: calc(50% - 55px);
  padding: 5px;
  padding-top: 3px;
  text-align: center;
  line-height: 44px;
  margin: 0;
  font-size: 0.8em;
  font-weight: bold;
  border-radius: 10px 10px 10px 10px;
  z-index: 0;
}
.googlemap-btn:hover {
  opacity: 0.8;
}

.access {
  text-align: center;
}
.access > img {
  width: 85%;
  max-width: 400px;
  border-radius: 5px;
  box-shadow: 0 0 8px gray;
}
.parking {
  text-align: center;
}
.parking > img {
  width: 85%;
  max-width: 400px;
  border-radius: 5px;
  box-shadow: 0 0 8px gray;
}

.payment {
  text-align: center;
  margin-top: 50px;
  margin-bottom: -50px;
}
.payment > img {
  width: 80%;
  max-width: 400px;
}

footer {
  padding: 12px 0;
  background:#000;
  color: #c9bbe6;
  text-align: center;
}

.is-eventNone {
  pointer-events: none;
  cursor: default;
  color: #fff;
  text-decoration: none;
}


@media (min-width: 820px) {
  a.anchor2 {
    display: inline-block;
    margin-top: -250px;
    padding-top: 250px;
  }
  a.anchor3 {
    display: inline-block;
    margin-top: -230px;
    padding-top: 230px;
  }
  a.anchor4 {
    display: inline-block;
    margin-top: -230px;
    padding-top: 230px;
  }
  a.anchor5 {
    display: inline-block;
    margin-top: -230px;
    padding-top: 230px;
  }

  .c1-btn {
    top: 202px;
    left: calc(50% - 408px);
  }
  .c1-btn-ex {
    top: 235px;
    left: calc(50% - 78px);
  }
  #c1-btn-check:checked ~ .c1-btn-ex {
    top: 238px;
    left: calc(50% - 403px);
  }
  .c1-detail {
    top: 230px;
    left: calc(50% - 383px);
  }


  header {
    height: 190px;
  }
  .info-top {
    top: 70px;
    left: 50%;
    margin-left: -220px;
    width: 440px;
  }
  header .social {
    top: 110px;
    left: 50%;
    margin-left: 250px;
  }

  header .bgpic {
    position: relative;
    width: 100%;
    height: 190px;
  }
  header .bgpic .bgimg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -440px;
    bottom: 0;
    right: 0;
    width: 880px;
    background-size: 880px;
    opacity: 0;
    animation: bgAnime 16s infinite;
  }
  header .bgpic .src1 {
    background-image: url("../img/header1.jpg");
    
  }
  header .bgpic .src2 {
    background-image: url("../img/header2.jpg");
    animation-delay: 8s;
  }


  .btn1 {
    left: 50%;
    margin-left: 245px;
    width: 150px;
  }
  .nav-belt {
    top: 178px;
    left: calc(50% - 428px);
    width: 884px;
  }
  .nav-deco {
    top: 178px;
  }


  .contents {
    padding-top: 200px;
    width: 800px;
    margin: 0 auto;
  }

  .content1-title > p {
    text-align: center;
  }
  .contents .container1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .contents .container1 .info {
    margin-left: 27px;
    margin-right: 27px;
  }

  .content2-title > p {
    text-align: center;
  }
  .content2-info {
    display: inline-block
  }
  .content2-info > p {
    margin-top: 20px;
    margin-left: 420px;
    width: 320px;
    margin-bottom: 20px;
  }
  .content2-info > img {
    position: relative;
    float: left;
    top: -120px;
    width: 340px;
    margin-top: 0px;
    margin-left: 60px;
  }
  .container2 {
    top: -100px;
    left: 50%;
    margin-left: -270px;
    width: 540px;
  }
  .contents .container2 .info {
    width: 540px;
  }
  .contents .container2 .info ul > p {
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 20px;
    margin-bottom: 50px;
  }
  .container2 .info .notice {
    width: 500px;
    margin-left: 15px;
    margin-bottom: 0px;
  }

  .container3 {
    left: 50%;
    margin-left: -268px; 
    width: 528px;
  }
  .contents .container3 .info {
    width: 528px;
  }
 

  .shop-map {
    position: relative;
    top: 0px;
    width: 784px;
    margin: 0 auto;
  }
  .googlemap-btn {
    top: 0px;
  }
  .contents .pic {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .access > img {
    margin-left: 30px;
    width: 400px;
  }
  .parking {
    margin-top: 75px;
  }
}