@charset "UTF-8";


.lp-bg {
	background-image: url(../image/bg.jpg);
	background-repeat: repeat;
	background-size: 30% auto;
}
#lp-content {
  position: relative;

  padding-top: 4%;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;

  overflow: hidden;

  background-image: url(../image/top.svg);
  background-repeat: no-repeat;
  background-position: center top;
}
#lp-content > .content{
	margin: 0;
	padding: 0;
	background-image: url(../image/bottom.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.section {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.container {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}
.container .flag {
	position: absolute;
	width: 35%;
	overflow: hidden;
	top: -21px;
	left: -6px;
}
.container .momiji {
	position: fixed;
	width: 42%;
	top: -5%;
	right: -9%;
}
.page-header {
	text-align: center;
	position: relative;
	z-index: 10;
	padding: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.page-header .car {
	position: absolute;
	width: 20%;
	bottom: 24%;
	left: 5%;
}
.page-header .train {
	position: absolute;
	width: 40%;
	right: -15%;
	top: 21%;
}
.page-header .train .train01 {
	display: inline-block;
	width: 47%;
	padding-right: 2%;
}
.page-header .train .train02 {
	display: inline-block;
	width: 47%;
	padding-left: 1%;
}


/* 車 */
.car {
  animation: carBounce 0.35s ease-in-out infinite alternate;
}

@keyframes carBounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5px);
  }
}


/* 電車 */
.train01 {
  transform-origin: center bottom;
  animation: train01Shake 0.6s ease-in-out infinite alternate;
}

.train02 {
  transform-origin: center bottom;
  animation: train02Shake 0.6s ease-in-out infinite alternate;
}


/* train01：左 → 右 */
@keyframes train01Shake {
  0% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(5deg);
  }
}


/* train02：右 → 左 */
@keyframes train02Shake {
  0% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(-5deg);
  }
}

.leaves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 9999;
}

.leaf {
  position: absolute;
  top: -100px;
  left: 0;
	
  z-index: 9999;

  width: 50px;

  will-change: transform, opacity;

  animation:
    leafFall linear infinite,
    leafSway ease-in-out infinite alternate;
}


/* 落下＋普通の回転 */
@keyframes leafFall {

  0% {
    opacity: 0;

    transform:
      translateY(-100px)
      rotate(0deg);
  }

  10% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  85% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;

    transform:
      translate(
        var(--move-x),
        var(--fall-distance)
      )
      rotate(var(--rotate));
  }
}


/* 左右にひらひら */
@keyframes leafSway {

  0% {
    margin-left: calc(var(--sway) * -1);
  }

  100% {
    margin-left: var(--sway);
  }
}


.shop {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 10px;
}
.shop.shop-h {
	color: #C80E47;
}
.shop.shop-a {
	color: #699562;
}
.itemprice {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.itemprice-s {
	color: #FFFFFF;
	line-height: 1.4em;
	margin-top: 5px;
	font-size: 14px;
}
.item-txt {
	color: #795400;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.item-txt strong {
    font-size: 110%;
}
.item-txts {
	color: #795400;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tokuten {
	color: #5B9D70;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
.fontdown {
    font-size: 80%;
}
.shopBox .photo {
    position: relative;
}

.swiper-container{
	width: 100%;
	overflow: hidden;
}
 



	#footer{
    margin-top: 0;
    z-index: 999;
}
	#footer .footer-navi > .item{ width: 50%; height: 90px;}
    #footer .footer-navi > .item a{ display: block; color: #ffffff; font-weight: bold; text-decoration: none; padding: 10px 0; }
	#footer .footer-caption{ margin: 0 15px; padding: 15px 0; text-align: left; }
    #footer .footer-navi > .navi-hoop { float: left; background-color: #bf153e;}
    #footer .footer-navi > .navi-and{ float: right; background-color: #87c022;}
	#footer .footer-navi > .item .txt{ font-size: 12px; line-height: 10px; }
    #footer .footer-navi > .item .txt img{ vertical-align: bottom; }
	#footer .footer-navi > .item .logo img{ vertical-align: middle; width: 40%; height: 40%; vertical-align: middle;}
    #footer .footer-navi > .item .logo{ display: inline-block; }
	#footer .copyright p{
    font-size: 12px;
    background-color: #000000;
}
