@charset "UTF-8";


@media screen and (max-width: 480px){
	img{ max-width: 100%; height: auto; }
	.sw-elm .pc,.sw-elm img.pc{ display: none; }
	.sw-elm .sp{ display: block; }
	.sw-elm img.sp{ display: inline; }
.caption{
	width: 81px;
	padding-right: 22px;
}
.txt-center{ text-align: center; }
.txt-red{ color: #dd0000; }
#page-content{
	padding-top: 30px;
	padding-bottom: 30px;
}
#main{
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	background-color: #ffffff;
}
#footer .copyright{
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
	font-size: 7px;
}
#footer .bottom-caption{
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	text-align: right;
	font-size: 10px;
}
#header .main-navi-menu{ display: none; }
#header {
	background-image: url(../image/01/bg.gif);
	background-repeat: repeat;
	width: 100%;
}
#header .main-visual .ttl {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#header .main-visual .ttl .fuku {
	width: 41px;
	position: absolute;
	left: 6%;
	top: 44%;
}
#header .main-visual{
	text-align: center;
	position: relative;
	background-image: url(../image/01/obi.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#header .main-visual .caption{
	position: absolute;
	bottom: -13px;
	color: #000000;
	left: 2%;
	width: 55px;
}
.txt {
	margin-top: 10px;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
}
.txts {
	margin-top: 10px;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}
.photo{
	position: relative;
}
.logo {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}
.btn-area {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

.bargain_btn{
	display: inline-block;
	background-color: #C6381C;
	color: #FFF;
	width: 100%;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	text-decoration: none;
	border-radius: 4px 4px 0px 0px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.bargain_btn:hover{
	 cursor: pointer;
	 text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.fukubukuro_btn{
	display: inline-block;
	background-color: #E99D16;
	color: #FFF;
	width: 100%;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	text-decoration: none;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	border-radius: 0px;
}
.fukubukuro_btn:hover{
	 cursor: pointer;
	 text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.restaurant_btn{
	display: inline-block;
	background-color: #71B34F;
	color: #FFF;
	width: 100%;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	text-decoration: none;
	border-radius: 0px 0px 4px 4px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.restaurant_btn:hover{
	 cursor: pointer;
	 text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}


/*home*/
/*-------------------------------------------------------*/
.page-home{
	background-color: #C5381D;
	width: 100%;
}
.bargain {
	border: 5px solid #EECC1C;
	border-radius: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.bargain + .bargain {
	margin-top: 30px;
}
.bargain .floor {
	color: #FFFFFF;
	background-color: #EECC1C;
	text-align: center;
	font-size: 20px;
}
.bargain .floor .mini {
	font-size: 15px;
}
.bargain .shop {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.bargain .shop +  .shop {
	border-top: 1px dotted #C6381C;
	padding-top: 20px;
}
.bargain .shop .shopname {
	color: #C6381C;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
}
.bargain .shop .txtbox {
	width: 100%;
}
.date {
	color: #000000;
	font-size: 14px;
}
.price {
	color: #000000;
	font-size: 16px;
	line-height: 22px;
}

/*fukubukuro*/
/*-------------------------------------------------------*/
.page-fukubukuro{
	background-color: #E99D16;
	width: 100%;
}
.fukubukuro   {
	border: 5px solid #C6381C;
	border-radius: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.fukubukuro + .fukubukuro {
	margin-top: 30px;
}
.fukubukuro .floor {
	color: #FFFFFF;
	background-color: #C6381C;
	text-align: center;
	font-size: 20px;
}
.fukubukuro .floor .mini {
	font-size: 15px;
}
.fukubukuro .shop {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.fukubukuro .shop +  .shop {
	border-top: 1px dotted #C6381C;
	padding-top: 20px;
}
.fukubukuro .shop .shopname {
	color: #C6381C;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
}
.fukubukuro .shop .txtbox {
	width: 100%;
}
.fuku-price {
	color: #000000;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}
	
/*gourmet*/
/*-------------------------------------------------------*/
.page-gourmet{
	background-color: #71B34F;
}.gourmet {
	overflow: hidden;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.gourmet + .gourmet {
	margin-top: 30px;
}
.gourmet .box02 {
	width: 100%;
}
.gourmet .box02 + .box02 {
}
.gourmet .shop {
	background-color: #C6381C;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.gourmet .floor {
	font-size: 12px;
}
.line {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px dotted #C6381C;
}
.yokoku {
	width: 61px;
	position: absolute;
	left: 3%;
	top: 2%;
}
.yokoku2 {
	width: 61px;
	position: absolute;
	right: 4%;
	top: 6%;
}

#header .main-visual .sold-out{
	position: absolute;
	color: #000000;
	right: 50%;
	left: 26%;
	font-size: 5px;
	width: 200px;
	text-align: center;
	bottom: 6%;
}
}