@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    background-color: #ECF5F8;
}

#main >.content .pc-show{ display: none; }
#main > .content br.pc{ display: none; }

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

#main > .content{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../image/corner-bottom.png);
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	padding-bottom: 10%;
}
#main .content .flower {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 32%;
}
header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
	padding-top: 10%;
	position: relative;
}
.content header .tag {
    position: absolute;
    width: 42%;
    top: 10%;
    right: -15%;
}
.section {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
}
.container {
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.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: 12px;
}
.item-txt {
    color: #218FA7;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.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: 10px;
    right: 10px;
    font-size: 12px;
    line-height: 16px;
    z-index: 9999;
}
#page-top a {
    background-color: #66A374;
    text-decoration: none;
    color: #fefefe;
    width: 85px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
}




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

.btn{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    background-color: #0DC555;
    display: inline-block;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 10px;
}
.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: 10%;
    bottom: -0.6%;
    left: 8%;
}
.balloon02 {
    position: absolute;
    width: 10%;
    bottom: -0.5%;
    left: 21%;
}
.balloon03 {
    position: absolute;
    width: 10%;
    bottom: -0.5%;
    left: 27%;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}


@keyframes sway1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-45deg);
  }
}

@keyframes sway2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
.sky{
    background-size: 400px;
	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: 400px;
	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: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}
@keyframes cloud2move {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}
