@charset "UTF-8";
#main-content >.content .sp-show{ display: none; }
#main-content > .content br.sp{ display: none; }

/*my set style*/
.background_01 {
	background-image: url(../image/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
}
/*-----------------------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
}

/*-----------------------------------*/




#main-content{
	padding-top: 4%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	overflow: hidden;
} 

#main-content > .content{
	margin: 0;
	padding: 0;
}
.section {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 100%;
}

.container {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	position: relative;
	max-width: 1200px;
	border: 4px dashed #AA835A;
	border-radius: 20px;
	background-image: url(../image/flag.svg);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 100% auto;
}
.page-header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	z-index: 10;
	padding-top: 8%;
	width: 100%;
	background-image: url(../image/deco.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.page-header .ttl {
	width: 80%;
}
.page-header .trainarea {
	margin-left: auto;
	margin-right: auto;
	width: 33%;
	margin-top: 2%;
}
.page-header .trainarea .train {
	width: 32%;
	display: inline-block;
}
.page-header .men {
	position: absolute;
	width: 15%;
	right: 2%;
	bottom: 7%;
}
.page-header .date {
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
}
.page-header .balloon {
	position: absolute;
	width: 6%;
	left: 22%;
	top: 15%;
}

/* Animation */
.fuwafuwa {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

.swing {
  animation-name: decoSwing;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}
@keyframes decoSwing {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(25deg);
  }
}
.step01 {
	animation: step01 2s ease-in-out infinite;
}
@keyframes step01 {
	0% {
		transform: translate(0, 0);
	}
	25% {
		transform: translate(-6px, -12px) rotate(-2deg);
	}
	50% {
		transform: translate(0, 0);
	}
	75% {
		transform: translate(6px, -12px) rotate(2deg);
	}
	100% {
		transform: translate(0, 0);
	}
}

.shop {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 10px;
}
.shop.shop-h {
    color: #B8183F;
}
.shop.shop-a {
    color: #9CC83B;
}
.itemprice {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	color: #AA835A;
	font-weight: bold;
}
.itemprice-s {
	color: #AA835A;
	line-height: 1.4em;
	margin-top: 5px;
	font-size: 14px;
}
.item-txt {
	color: #13A57B;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.item-txt strong {
    font-size: 110%;
}
.item-txts {
	color: #13A57B;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

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

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



@media screen and (max-width: 1200px) {

.container {
	margin: 0 auto;
	width: 80%;
	position: relative;
	background:rgba(255,255,255,0.5);
}
}
	@media screen and (max-width: 896px) {

.container {
	margin: 0 auto;
	width: 80%;
	position: relative;
	background:rgba(255,255,255,0.5);
}
}
	
	@media screen and (max-width: 786px){

.container {
	margin: 0 auto;
	width: 80%;
	position: relative;
	background:rgba(255,255,255,0.5);
}
}
