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

/*my set style*/
/*-----------------------------------------------------------------*/


body {
    margin: 0;
    padding: 0;
    background-color: #ECF5F8;
}

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




#main{
	overflow: hidden;
	background-image: url(../image/corner-top.png);
	background-size: 60% auto;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
} 

#main > .content{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../image/corner-bottom.png);
	background-size: 65% auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}
header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 60%;
	position: relative;
	padding-top: 10%;
}
.content header .esf_date {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.section {
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
    padding-bottom: 20px;
    width: 100%;
}

.container {
    margin: 0 auto;
    padding: 5px;
    position: relative;
    max-width: 1200px;
}
.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: #2478BD;
	font-weight: bold;
}
.itemprice-s {
	color: #2478BD;
	line-height: 1.4em;
	margin-top: 5px;
	font-size: 14px;
}
.item-txt {
    color: #218FA7;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.item-txt strong {
    font-size: 110%;
}
.item-txts {
    color: #218FA7;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

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



#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    line-height: 16px;
    z-index: 9999;
}
#page-top a {
    background-color: #66A374;
    text-decoration: none;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    color: #FFFFFF;
}
#page-top a:hover {
    text-decoration: none;
}

#footer{
    background-color: #000000; /*margin-top: 50px;*/
    z-index: 999;
    position: relative;
}
#footer .footer-caption{ max-width: 1400px; margin: 0 auto; padding: 10px; text-align: right; }
#footer .footer-navi{ overflow: hidden; }
#footer .footer-navi > .item{ width: 50%; max-height: 100%;}
#footer .footer-navi > .item a{ display: block; color: #ffffff; font-weight: bold; text-decoration: none; padding: 10px 0; }
#footer .footer-navi > .navi-hoop { float: left; background-color: #bf153e;}
#footer .footer-navi > .navi-and{ float: right; background-color: #87c022;}
#footer .footer-navi > .item .logo{ display: inline-block; }
#footer .footer-navi > .item .logo img{ vertical-align: middle; width: 40%; height: 40%; vertical-align: middle;}
#footer .footer-navi > .item .txt{ display: inline-block; font-size: 14px; line-height: 14px; vertical-align: bottom;}
#footer .footer-navi > .item .txt img{ vertical-align: bottom; }
#footer .copyright{ color: #adadad; background-color: #000000; padding: 5px 0;}

.balloon-01 {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.balloon-02 {
  animation: floating-y 1.3s ease-in-out infinite alternate-reverse;
}
.balloon-03 {
  animation: floating-y 2s ease-in-out infinite alternate-reverse;
}
.balloon01 {
    position: absolute;
    width: 6%;
    bottom: 0%;
    right: 7%;
}
.balloon02 {
    position: absolute;
    width: 5%;
    bottom: 1%;
    right: 1%;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

.sky{
    background-size: 1200px;
	background:url(../image/cloud1.svg);
	animation: cloudmove 40s linear infinite;
	-webkit-animation: cloudmove 40s linear infinite;
	-moz-animation: cloudmove 40s linear infinite;
}
.sky2{
    background-size: 1200px;
	background:url(../image/cloud2.svg);
	animation: cloudmove 60s linear infinite;
	-webkit-animation: cloudmove 60s linear infinite;
	-moz-animation: cloud2move 60s linear infinite;
}
@keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 600px 0;}
	75% {background-position: 800px 5px;}
	100% {background-position: 1200px 0;}
}
@keyframes cloud2move {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 600px 0;}
	75% {background-position: 800px 5px;}
	100% {background-position: 1200px 0;}
}

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



}
