@charset "utf-8";

/* フォント */
/* IE */
@font-face {
	font-family: font_type01;
	src: url("https://www.dgdgdg.com/common/dg-all/Fukubukuro/COUPON/202004/font/HuiFont109.eot");
}
/* Firefox,Opera,Safari */
@font-face {
	font-family: font_type01;
	src: url("https://www.dgdgdg.com/common/dg-all/Fukubukuro/COUPON/202004/font/HuiFont109.ttf") format("truetype");
}
/* IE */
@font-face {
	font-family: font_type02;
	src: url("https://www.dgdgdg.com/common/dg-all/Fukubukuro/COUPON/202004/font/mplus-2p-heavy.eot");
}
/* Firefox,Opera,Safari */
@font-face {
	font-family: font_type02;
	src: url("https://www.dgdgdg.com/common/dg-all/Fukubukuro/COUPON/202004/font/mplus-2p-heavy.ttf") format("truetype");
}
/* IE */
@font-face {
	font-family: font_type03;
	src: url("https://www.dgdgdg.com/common/dg-all/Fukubukuro/COUPON/202004/font/mplus-2p-black.eot");
}
/* Firefox,Opera,Safari */
@font-face {
	font-family: font_type03;
	src: url("https://www.dgdgdg.com/common/dg-all/Fukubukuro/COUPON/202004/font/mplus-2p-black.ttf") format("truetype");
}




/* 共通設定 */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
* {
	border: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
	font-style: normal;
	font-size: inherit;
}
html {
	font-size: 100%;
}
body {
	font-size: 62.5%;
	background: rgba(255,255,255,0.7);
	background-attachment: fixed;
}
a {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	color: #00C;
	font-weight: bold;
}
a:hover {
	opacity: 0.5;
	text-decoration: underline;
}



/* ページ設定 */
#page {
	width: 950px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	
}
@media(max-width:949px) {
	#page {
		width: 100%;
	}
}
#topImage img {
	width: 100%;
	margin-top: 2%;
}
#topInfo {
	padding: 0px 10px;
	color: #404040;
	text-align: right;
	background-color: rgba(255,255,255,.8);
}
#main {
	margin: 10px 0px 0px;
	background: rbga(255,255,255,.7);
	border-radius: 10px;
}
@media(max-width:949px) {
	#main {
		padding: 5px;
	}
}
.contentsBox {
	margin-bottom: 10px;
	padding: 10px;
	border-top: dotted 2px rgba(12,79,79,1);
	color: rgba(12,79,79,0.8);
}
@media(max-width:949px) {
	.contentsBox {
		padding: 4px;
	}
}
#main > .contentsBox:first-child {
	border-top: none;
}
.contentsBox h1 {
	display: block;
	font-family: font_type02;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
.contentsBox h1 .title {
	background-color: #1d8acc;
	color: #fff;
}
.contentsBox h1 a {
	display: block;
}
@media(min-width:641px) {
	.contentsBox h1 .title {
		font-size: 4em;
		height: 60px;
		line-height: 60px;
		padding: 0px 24% 0px 10px;
	}
	.contentsBox h1 a {
		position: absolute;
		z-index: 2;
		top: 10px;
		bottom: 10px;
		right: 10px;
		font-size: 1.4em;
		height: 40px;
		line-height: 40px;
		background-color: #C00;
		color: #FFF;
		border-radius: 5px;
		width: 24%;
		text-align: center;
	}
}
@media(max-width:949px) {
	.contentsBox h1 .title {
		font-size: 1.4em;
		padding: 5px;
		margin-bottom: 10px;
	}
	.contentsBox h1 a {
		font-size: 1.6em;
		padding: 4px;
		background-color: #C00;
		color: #FFF;
		border-radius: 5px;
		margin: 5px 10px;
		text-align: center
	}
}



/* ショップボタン */
#shopBt #btList {
	display: block;
}
#shopBt #btList li {
	width: 100%;
	float: none;
	color: #FFF;
	display: block;
	margin-bottom: 10px;
}
#shopBt #btList .bt {
	display: block;
	position: relative;
	z-index: 1;
}
#shopBt #btList .bt img {
	width: 100%;
	opacity: 0.8;
}
#shopBt #btList dl {
	padding: 10px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 20%;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}
#shopBt #btList dt {
	font-family: font_type02;
	font-size: 2.6em;
	font-style: italic;
	display: block;
	margin-bottom: 5px;
	color: #FFF;
	text-shadow: 0px 0px 3px #3b3b3b;
}
#shopBt #btList dd {
	display: block;
	background: rgba(255,255,255,0.8);
	padding: 10px 10px 0px 10px;
	border-radius: 5px;
	height: 60%;
}
#shopBt #btList dd div {
	font-family: font_type02;
	float: left;
	margin: 0px 10px 10px 0px;
	color: #3b3b3b;
	font-size: 2em;
	line-height: 22px;
	padding-left: 5px;
}
@media(max-width:949px) {
	#shopBt #btList dl {
		padding: 5px;
		position: absolute;
		z-index: 2;
		top: 10%;
	}
	#shopBt #btList dt {
		font-size: 1.6em;
	}
	#shopBt #btList dd {
		padding: 5px 5px 0px 5px;
	}
	#shopBt #btList dd div {
		margin: 0px 5px 5px 0px;
		font-size: 1.4em;
		line-height: 16px;
		padding-left: 2px;
	}
}
@media(min-width:641px) {
	#shopBt #btList li {
		float: left;
		width: 49.5%;
		margin: 0px 1% 10px 0px;
	}
	#shopBt #btList li:nth-child(2n) {
		margin: 0px 0px 10px 0px;
	}
	/*  */
	#page_monthlyTokuten #shopBt #btList li,
	#page_monthlyTokuten #shopBt #btList li:nth-child(2n) {
		width: 33%;
		margin: 0px 0.5% 10px 0px;
		color: #FFF;
	}
	#page_monthlyTokuten #shopBt #btList li:nth-child(3n) {
		margin: 0px 0px 10px 0px;
	}
	#page_monthlyTokuten #shopBt #btList dt {
		font-size: 1.8em;
	}
	#page_monthlyTokuten #shopBt #btList dd div {
		font-weight: bold;
		
		float: left;
		margin: 0px 5px 5px 0px;
		font-size: 16px;
		line-height: 16px;
		padding-left: 2px;
	}
}



/* その月の導入特典 */
#monthly_tokuten #shopName {
	display: block;
	margin-bottom: 20px;
}
#monthly_tokuten #shopName li {
	display: block;
	margin: 0px 5px 5px 0px;
	font-family: font_type02;
	color: #3b3b3b;
	font-size: 2em;
	line-height: 22px;
	float: left;
	padding-left: 2px;
}
@media(max-width:949px) {
	#monthly_tokuten #shopName li {
		margin: 0px 5px 5px 0px;
		font-family: font_type02;
		color: #3b3b3b;
		font-size: 1.2em;
		line-height: 1.4em;
		float: left;
		padding-left: 2px;
	}
}
#monthly_tokuten #tokutenList {
	display: block;
}
#monthly_tokuten #tokutenList li {
	display: block;
	margin: 0px 0px 10px 0px;
	box-shadow: 1px 1px 3px #3b3b3b;
	padding: 10px;
}
#monthly_tokuten #tokutenList li .name {
	font-family: font_type02;
	font-size: 2em;
	border-bottom: solid 2px #3b3b3b;
	margin-bottom:10px;
}
#monthly_tokuten #tokutenList li .description {
	font-size: 1.2em;
	line-height: 14px;
}
@media(min-width:641px) {
	#monthly_tokuten #tokutenList li {
		display: block;
		width: 49.5%;
		margin: 0px 1% 10px 0px;
		box-shadow: 1px 1px 3px #3b3b3b;
		float: left;
		padding: 10px;
	}
	#monthly_tokuten #tokutenList li:nth-child(2n) {
		margin: 0px 0px 10px 0px;
	}
	#monthly_tokuten #tokutenList li .name {
		font-family: font_type02;
		font-size: 2em;
		border-bottom: solid 2px #3b3b3b;
		margin-bottom:10px;
	}
	#monthly_tokuten #tokutenList li .description {
		height: 120px;
		font-size: 1.4em;
		line-height: 18px;
		overflow-y: auto;
	}
}
#monthly_tokuten .tokutenImageBox img {
	width: 100%;
	border: solid 1px #3b3b3b;
}



/* 全特典一覧 */
#all_tokuten .info {
	font-size: 1.8em;
	margin-bottom: 20px;
	color:#000;
	font-weight: bold;
	background: rgba(255,255,255,0.9);
	padding: 2%;
	display: table-footer-group;
}

#all_tokuten .menu_box{
	width: 100%;
	height: 200px;
}

@media(max-width:949px) {
#all_tokuten .menu_box{
	display:none;
}
}
#all_tokuten .menu{
	width: 18%;
	margin: 5px 1%;	
	float: left;
	text-align:center;
	display: block;
	border: solid 3px #e73116;
	border-radius: 5px;
	padding: 5px 10px;
	background-color: rgba(255,255,255,0.7);
	color:#e73116;
}

#all_tokuten .menu:hover{
	background-color: #e73116;
	color:#fff;
	text-decoration: none;
}

#all_tokuten #tokutenList {
	display: block;
}
#all_tokuten #tokutenList li {
	display: block;
	margin-bottom: 20px;
	/* box-shadow: 0px 0px 5px #1d8acc; */
	border: solid 0px #c0a06d;
	border-radius: 5px;
	padding: 5px 10px;
	background-color: #f0f2f4;
	/* box-shadow: 0px 0px 10px 1px #404040 inset; */
}
#all_tokuten #tokutenList li .name {
	font-family: sans-serif;
	font-weight: 900;
	font-size: 3em;
	border-bottom: solid 2px #f5c91d;
	margin-bottom: 10px;
	color: #303135;
}
@media(max-width:949px) {
	#all_tokuten #tokutenList li .name {
		font-size: 1.6em;
		text-shadow: none;
			font-weight: 1000;
	}
}
#all_tokuten #tokutenList li .name i {
	font-size: 1.5em;
	color: #303135;
	margin-right: 5px;
}
@media(max-width:949px) {
	#all_tokuten #tokutenList li .name i {
		/*display: block;*/
	}
}
#all_tokuten #tokutenList li .description {
	font-size: 1.8em;
	line-height: 22px;
	margin-bottom:10px;
	color: #000;
	font-family: sans-serif;
}
@media(max-width:949px) {
	#all_tokuten #tokutenList li .description {
		font-size: 1.2em;
		line-height: 16px;
	}
}
#all_tokuten #tokutenList li .ad_shop {
	display: block;
}
/*
#all_tokuten #tokutenList li .ad_shop dt {
	display: block;
	padding: 10px 5px 5px 0px;
	font-size: 1.6em;
	font-weight: bold;
	border-top: dotted 1px #3b3b3b;
	margin: 5px 0px 0px 0px;
}
*/
#all_tokuten #tokutenList li .ad_shop dt {
	display: block;
	padding: 10px 5px 5px 0px;
	border-top: dotted 1px #3b3b3b;
	margin: 5px 0px 0px 0px;
		font-family: sans-serif;
}
#all_tokuten #tokutenList li .ad_shop dt .title {
	display: table-cell;
	background-color: #3b3b3b;
	color: #FFF;
	padding: 5px;
	font-size: 1.4em;
	font-weight: bold;
	border-radius: 5px;
		font-family: sans-serif;
}
@media(max-width:949px) {
	#all_tokuten #tokutenList li .ad_shop dt .title {
		font-size: 1.2em;
	}
}
#all_tokuten #tokutenList li .ad_shop dd {
	display: block;
	margin: 0px 5px 5px 0px;
	color: #3b3b3b;
	font-weight: bold;
	height: 16px;
	font-size: 16px;
	float: left;
	padding-left: 2px;	
}
@media(max-width:949px) {
	#all_tokuten #tokutenList li .ad_shop dd {
		font-size: 12px;
		height: 12px;
		line-height: 12px;
		font-family: sans-serif;
		
	}
}






#btArea .bt {
	display: block;
	background-color: #C00;
	padding: 10px;
	font-size: 3.2em;
	color: #FFF;
	font-family: font_type02;
	text-align: center;
	border-radius: 10px;
}
@media(max-width:949px) {
	#btArea .bt {
		font-size: 2em;
	}
}






#about_ex2015 dl {
	display: block;
	border: solid 3px #CC0000;
	border-radius: 10px;
	padding: 20px;
}
#about_ex2015 dt {
	font-size: 1.6em;
	line-height: 1.8em;
	display: block;
}
#about_ex2015 dd.imageBox {
	display: block;
	width: 70%;
	margin: 20px auto;
}
#about_ex2015 dd.imageBox ul {
	display: block;
}
#about_ex2015 dd.imageBox ul li {
	display: table-cell;
	padding: 0 10px;
	font-size: 1.4em;
	position: relative;
	z-index: 1;
}
#about_ex2015 dd.imageBox ul li img.card {
	width: 100%;
}
#about_ex2015 dd.imageBox ul li img.overlay {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
@media(max-width:949px) {
	#about_ex2015 dl {
		padding: 5px;
	}
	#about_ex2015 dt {
		font-size: 1.2em;
	}
	#about_ex2015 dd.imageBox {
		width: 100%;
	}
	#about_ex2015 dd.imageBox ul li {
		font-size: 1em;
		padding: 0 5px;
	}
}



/* フォントカラー */
.red {
	color: #C00;
	font-size: 0.8em;
	line-height: 1em;
	padding: 3% 0%;
}


.text {
	width: 50%;
	float: left;
	
}

@media(max-width:949px) {
.text {
	width: 100%;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}	
}

#all_tokuten #tokutenList2 {
	display: block;
	width: 50%;
	float: left;
}
#all_tokuten #tokutenList2 li {
	display:block;
	margin-bottom: 20px;
	/*box-shadow: 0px 0px 5px #90792b;
	border: solid 3px #421a19;*/
	border-radius: 5px;
	padding: 5px 10px;
/*	background-color:rgba(255,255,255,0.9); 
	box-shadow:0px 0px 10px 1px #404040 inset;*/
	background-color: #1d8acc;
}
#all_tokuten #tokutenList2 li .name {
	font-size: 0.75em;
	/*border-bottom: solid 2px #bd3568;
	margin-bottom:10px;*/
	color:#1d8acc;
	/*text-shadow:
				 0 0 0px  #000,
				 0 0 5px  #fff,
				 0 0 10px #fff,
				 0 0 10px #fff,
				 0 0 15px #fff;*/
	margin: 2% auto;
	background-color: #fff;
	padding: 1% 1%;
       }
@media(max-width:949px) {
	
	#all_tokuten #tokutenList2 {
	width: 100%;
}
	
	#all_tokuten #tokutenList2 li .name {
		font-size: 1em;
		text-shadow: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	}
}
#all_tokuten #tokutenList2 li .name i {
	font-size: 1.5em;
	color: #e73116;
	margin-right: 5px;
}
@media(max-width:949px) {
	#all_tokuten #tokutenList2 li .name i {
		display: block;
	}
}
#all_tokuten #tokutenList2 li .description {
	font-size: 1.8em;
	line-height: 22px;
	margin-bottom:10px;
	color: #000;
}
@media(max-width:949px) {
	#all_tokuten #tokutenList2 li .description {
		font-size: 1.2em;
		line-height: 16px;
	}
}
#all_tokuten #tokutenList2 li .ad_shop {
	display: block;
}
/*
#all_tokuten #tokutenList li .ad_shop dt {
	display: block;
	padding: 10px 5px 5px 0px;
	font-size: 1.6em;
	font-weight: bold;
	border-top: dotted 1px #3b3b3b;
	margin: 5px 0px 0px 0px;
}
*/


/* 店舗カラー */
.shop {
	border-left: solid 10px #000000;
}
.shop.id_1  { border-color: #990099;}
.shop.id_2  { border-color: #0099FF;}
.shop.id_3  { border-color: #9900FF;}
.shop.id_4  { border-color: #FF9900;}
.shop.id_5  { border-color: #0000FF;}
.shop.id_6  { border-color: #FF0000;}
.shop.id_7  { border-color: #BBBB66;}
.shop.id_8  { border-color: #000099;}
.shop.id_9  { border-color: #CCFF66;}
.shop.id_10 { border-color: #999999;}
.shop.id_11 { border-color: #CCCCFF;}
.shop.id_12 { border-color: #990000;}
.shop.id_13 { border-color: #990066;}
.shop.id_14 { border-color: #000066;}
.shop.id_15 { border-color: #FF00FF;}
.shop.id_16 { border-color: #00CCFF;}
.shop.id_17 { border-color: #CCFF00;}
.shop.id_18 { border-color: #66CCFF;}
.shop.id_19 { border-color: #FF0099;}
.shop.id_20 { border-color: #CC9900;}
.shop.id_21 { border-color: #C10000;}
.shop.id_22 { border-color: #FF3300;}
.shop.id_23 { border-color: #FF3333;}
.shop.id_24 { border-color: #CCCCFF;}
.shop.id_25 { border-color: #CCCCFF;}
.shop.id_29 { border-color: #FF00FF;}