@charset "UTF-8";

@media screen and (min-width: 481px){

/*reset*/
/*-------------------------------------------------------*/
article,aside,figure,figcaption,footer,header,nav,section,main{ display: block; }
small{ font-size: inherit; line-height: inherit; }
body,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,div,figure,figcaption{ margin: 0; padding: 0; }
ul,li,ol{ list-style: none; margin: 0; padding: 0; }
button{ background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; }
a img{ border: none; }




/*initialize*/
/*-------------------------------------------------------*/
html{ font-size: 14px; line-height: 1.7; }
body{ background-color: #ffffff; }
body,p,div{ color:#666666; font-family: Lato, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight: 500; font-feature-settings: "palt"; }
a{ color: #28b8eb; transition: opacity 0.25s linear; }
a:hover{ opacity: 0.7; }
img{ vertical-align: bottom; }
figcaption{ margin-top: 10px; }


/*common*/
/*-------------------------------------------------------*/
.sw-elm .pc,.sw-elm .sp{ display: none; }
.sw-elm .pc{ display: block; }
.sw-elm img.pc{ display: inline; }
.caption{
	width: 81px;
	padding-right: 22px;
}
.sold-out{
	width: 150px;
	color: #000000;
	font-size: 14px;
	text-align: left;
}
.txt-center{ text-align: center; }
.txt-red{ color: #dd0000; }
#page-content{ padding: 80px 0; }
#main{ width: 900px; padding: 50px; margin: 0 auto; border-radius: 5px; background-color: #ffffff; }
#footer .copyright{ background-color: #333333; color: #ffffff; text-align: center; padding: 20px 0; font-size: 12px; }
#footer .bottom-caption{ width: 1000px; margin: 0 auto; padding: 20px 0; text-align: right; }
#header .main-navi-menu{ display: none; }
#header {
	background-image: url(../image/01/bg.gif);
	background-repeat: repeat;
}
#header .main-visual .ttl {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#header .main-visual .ttl .fuku {
	width: 112px;
	position: absolute;
	top: 417px;
	left: 62px;
}
#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;
	right: 50%;
	margin-right: -500px;
	bottom: 5px;
	color: #000000;
}

#header .main-visual .sold-out{
	position: absolute;
	bottom: 57px;
	color: #000000;
	right: 50%;
	left: 47%;
}
.yokoku {
	width: 130px;
	position: absolute;
	left: 105px;
	top: 16px;
}
.yokoku2 {
	width: 130px;
	position: absolute;
	left: 689px;
	top: 27px;
}
	
	
.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: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bargain_btn{
	display: inline-block;
	background-color: #C6381C;
	color: #FFF;
	width: 300px;
	padding: 0.7em;
	text-decoration: none;
	border-radius: 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;
	margin-right: 6px;
	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: 300px;
	padding: 0.7em;
	text-decoration: none;
	border-radius: 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;
	margin-right: 6px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.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: 300px;
	padding: 0.7em;
	text-decoration: none;
	border-radius: 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;
}
.bargain {
	border: 5px solid #EECC1C;
	border-radius: 10px;
}
.bargain + .bargain {
	margin-top: 30px;
}
.bargain .floor {
	color: #FFFFFF;
	background-color: #EECC1C;
	text-align: center;
	font-size: 32px;
}
.bargain .floor .mini {
	font-size: 25px;
}
.bargain .shop {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	overflow: hidden;
}
.bargain .shop +  .shop {
	border-top: 1px dotted #C6381C;
	padding-top: 20px;
}
.bargain .shop .shopname {
	color: #C6381C;
	font-size: 24px;
	font-weight: bold;
	float: left;
	width: 30%;
}
.bargain .shop .txtbox {
	float: right;
	width: 70%;
}
.date {
	color: #000000;
	font-size: 14px;
}
.price {
	color: #000000;
	font-size: 16px;
	line-height: 22px;
}

/*fukubukuro*/
/*-------------------------------------------------------*/
.page-fukubukuro{
	background-color: #E99D16;
}
.fukubukuro {
	border: 5px solid #C6381C;
	border-radius: 10px;
}
.fukubukuro + .fukubukuro {
	margin-top: 30px;
}
.fukubukuro .floor {
	color: #FFFFFF;
	background-color: #C6381C;
	text-align: center;
	font-size: 32px;
}
.fukubukuro .floor .mini {
	font-size: 25px;
}
.fukubukuro .shop {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	overflow: hidden;
}
.fukubukuro .shop +  .shop {
	border-top: 1px dotted #C6381C;
	padding-top: 20px;
}
.fukubukuro .shop .shopname {
	color: #C6381C;
	font-size: 24px;
	font-weight: bold;
	float: left;
	width: 30%;
}
.fukubukuro .shop .txtbox {
	float: right;
	width: 70%;
}
.fuku-price {
	color: #000000;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}
	
/*gourmet*/
/*-------------------------------------------------------*/
.page-gourmet{
	background-color: #71B34F;
}.gourmet {
	overflow: hidden;
}
.gourmet + .gourmet {
	margin-top: 30px;
}
.gourmet .box02 {
	width: 440px;
	float: left;
}
.gourmet .box02 + .box02 {
	margin-left: 20px;
}
.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;
}
