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

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


body {
	margin: 0;
	padding: 0;
}

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




#main{
	overflow: hidden;
	background-image: url(../image/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
} 

#main > .content{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../image/cityscape.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}
header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 50%;
	position: relative;
	padding-top: 0%;
}
.content .airmail  {
	position: absolute;
	top: -30px;
	left: -10px;
	width: 40%;
}
.content .stamp {
	position: absolute;
	width: 30%;
	top: 0%;
	right: 3%;
}
#main .content .eventarea {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 5%;
	width: 80%;
}
#main .content #event .ev {
	display: inline-block;
	width: 25%;
}
#main .content #event .ev:nth-child(2) {
	margin-left: 2%;
	margin-right: 2%;
}
.section {
	margin-left: auto;
	margin-right: auto;
	padding-top: 22px;
	padding-bottom: 20px;
	width: 103%;
}

.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: #723A1C;
	font-weight: bold;
}
.itemprice-s {
	color: #723A1C;
	line-height: 1.4em;
	margin-top: 5px;
	font-size: 14px;
}
.item-txt {
	color: #E6741C;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.item-txt strong {
    font-size: 110%;
}
.item-txts {
	color: #E6741C;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tokuten {
	color: #C54B29;
	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: #C54B29;
    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;}
