@charset "UTF-8";
/**/
.contents{
	margin:0 auto;
	padding:40px 0 30px 0;
	position:relative;
	text-align:center;
	width:960px;
}
.contents .main{
	background:url(../img/main_bg.png) no-repeat;
	width: 840px;
	height: 320px;
	padding: 0 60px;
}
.contents:after{
	content:"";
	clear:both;
	display:block;
}
.bottomContact{
	padding:30px 0;
	background:#e7e7e7;
}
.bottomContact .inner{
	margin:20px auto 0 auto;
	text-align:center;
}
.bottomContact .inner:after{
	content:"";
	clear:both;
	display:block;
}
.bottomContact .txt{
	padding:4px 0 0 0;
	text-align:center;
	display:inline-block;
	width:auto;
	font-size:130%;
}
.bottomContact .num{
	padding:0 0 0 15px;
	display:inline-block;
}
.bottomContact .num span,
.bottomContact .num a{
	background:url(/cmn/img/tel_num_pc.png) no-repeat 0 0.3em;
	text-align:left;
	font-size:180%;
	line-height:1.2;
	font-weight:bold;
	padding:0 0 0 40px;
	width:189px;
	position:relative;
	top:5px;
}
.bottomContact .num a{
	display:none;
}
.bottomContact .time{
	width:224px;
	padding:5px 0 0 10px;
	display:inline-block;
	width:auto;
	font-size:80%;
	text-align:right;
}
.bottomContact .btn{
	padding:10px 0 0 0;
	text-align:center;
}
.bottomContact .btn a{
	margin:0 auto;
	padding:18px 0 0 0;
	display:block;
	width:670px;
	height:40px;
	border-radius:5px;
	background:#7bb101 url(/cmn/img/arrow06.png) no-repeat 97% 50%;
	color:#fff;
	font-size:140%;
	font-weight:bold;
}
.bottomContact .btn a:hover{
	text-decoration:none;
	background:#bfd88c url(/cmn/img/arrow06.png) no-repeat 97% 50%;
}

/* キャンペーン概要 */
dl#outline {
	border:2px solid #26a926;
	width: 862px;
	margin: 50px auto 0;
	padding: 20px 20px 10px;
	text-align: left;
	overflow: hidden;
}
dl#outline dt {
	background: #26a926;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	width: 70px;
	text-align: center;
	padding: 5px 0;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
	clear: left;
}
dl#outline dd {
	width: 780px;
	float: left;
	margin-bottom: 15px;
}

dl#outline dd.special {
	font-size: 16px;
	font-weight: bold;
	margin-top: 3px;
}
dl#outline dd.special span {
	font-size: 20px;
	color: #d00a1b;
}
dl#outline dd.period {
	font-size: 16px;
	margin-top: 3px;
}
dl#outline dd.conditions {
	font-size: 14px;
}
dl#outline dd.conditions ul li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}

/* キャンペーン対象店舗 */
#shop {
	margin:0 auto 50px;
	padding-top: 50px;
	clear: both;
	text-align: left;
	width: 902px;
}
#shop h2 {
	background:url(../img/tit_bg01.gif) no-repeat 0 0;
	height:49px;
	margin:0 0 10px 0;
	padding:12px 0 0 15px;
	font-size:120%;
	font-weight:bold;
}
#shop ul.shop_link {
  font-size: 0;
}
#shop ul.shop_link li {
	display:inline-block;
	width:160px;
	font-size: 16px;
	text-align:center;
	margin-right: 25px;
}
#shop ul.shop_link li:last-child {
	margin-right: 0px;
}
#shop ul.shop_link li a {
	display:block;
	color:#fff;
	padding: 10px 0 20px;
	text-decoration: none;
	background-color: #ff7581;
	background-image: url(../img/shop_list_icon.png);
	background-repeat: no-repeat;
	background-position: center 85%;
}
#shop ul.shop_link li a:hover {
	background-color: #ff9da5;
	background-position: center 80%;
}
#shop h3 {
	border-left: 4px solid #d00a1b;
	padding-left: 10px;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-top: 30px;
	clear: both;
}
#shop h3:first-child {
	margin-top: 0px;
}
#shop dl {
	margin-left: 10px;
	margin-bottom: 0px;
	clear: both;
}
#shop dl dt,
#shop dl dd {
	font-size: 110%;
	padding: 7px 5px 5px 7px;
	float: left;
	height: 21px;
}
#shop dl dt {
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	background-color: #eaeaea;
	width: 206px;
	clear: both;
}
#shop dl.blue dt,
#shop dl.blue dd {
	background:#eff9fe!important;
	text-align: center;
}
#shop dl.top dt,
#shop dl.top dd {
	border-top: 1px solid #cacaca;
}
#shop dl dd.prefecture {
	width: 60px;
}
#shop dl dd.address {
	width: 420px;
}
#shop dl dd.tel {
	width: 142px;
}
#shop dl dd {
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}
#shop dl dt span {
	margin-left: 7px;
}
#shop dl dt span img {
	vertical-align: middle;
	margin-right: 3px;
}




@media only screen and (max-width: 640px) {
.contents{
	width:auto;
	padding:45px 0 30px 0;
}

/**/
.contents .main{
	background:none;
	width:100%;
	height: auto;
	padding: 0;
}

.main img{
	width:100%;
}

.bottomContact{
	padding:20px 0;
	text-align:center;
}
.bottomContact .inner{
	width:auto;
}
.bottomContact .txt{
	width:auto;
	float:none;
}
.bottomContact .stxt{
	padding:0 10px 10px 10px;
}
.bottomContact .num{
	padding:10px 0 0 0;
	width:auto;
	float:none;
}
.bottomContact .time{
	width:auto;
	float:none;
}
.bottomContact .num{
	background:#fff;
	margin:0 auto;
	display:block;
	width:256px;
	padding:0;
	height:36px;
	border:solid 2px #7bb101;
	border-radius:5px;
}
.bottomContact .num span{
	display:none;
}
.bottomContact .num a{
	background:#fff url(/cmn/img/tel_num_sp.png) no-repeat 0 50%;
	background-size:27px 18px;
	display:inline;
}
.bottomContact .time{
	font-size:90%;
}
.bottomContact .btn a{
	width:260px;
	padding:13px 0;
	height:auto;
	line-height:1.2;
}

/* キャンペーン概要 */
dl#outline {
	width:auto;
	margin: 30px 10px 0;
	padding: 10px;
}
dl#outline dt {
	width: auto;
	float: none;
	margin-bottom: 5px;
}
dl#outline dd {
	width: auto;
	float: nonet;
	margin-bottom: 15px;
}

dl#outline dd.special {
	margin-top: 0px;
}
dl#outline dd.special span {
	font-size: 20px;
	color: #d00a1b;
}
dl#outline dd.period {
	font-size: 16px;
	margin-top: 3px;
}

/* キャンペーン対象店舗 */
#shop {
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}
#shop h2 {
	padding-top: 12px;
	padding-left: 10px;
	background:url(../img/tit_bg01_sp.gif)  repeat-x 0 0;
	background-size:contain;
	font-weight: bold;
	font-size: 140%;
}
#shop h3 {
	font-size: 140%;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-top: 30px;
	clear: both;
}
#shop h3:first-child {
	margin-top: 0px;
}
#shop dl {
	margin-bottom: 10px;
	position: relative;
}
#shop dl dt {
	font-size: 130%;
	padding: 7px 5px 5px 7px;
	float: none;
	width: auto;
	height: auto;
	border: 1px solid #cacaca;
	background-color: #eaeaea;
}
#shop dl dd {
	font-size: 130%;
	float: none;
	height: auto;
}
#shop dl dt a {
	color: #1b558c;
}
#shop dl dd.prefecture {
	display: none;
}	
#shop dl dd.address {
	padding: 7px 5px 5px 7px;
	border-right: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-top: none;
	width: auto;
}
#shop dl dd.tel {
	padding: 0;
	position: absolute;
	top: 5px;
	right: 10px;
	border: none;
	width: auto;
}
#shop dl dd.tel a {
	text-indent: -9999px;
	display: block;
	width: 67px;
	height: 29px;
	background: url(../img/btn_tel.png) no-repeat;
}
#shop dl dt span {
	margin-left: 7px;
}
#shop dl dt span img {
	vertical-align: -10%;
	margin-right: 3px;
	height: 20px;
	width: 45px;
}

#shop ul.shop_link li {
	display:inline-block;
	width:46%;
	margin:0 2% 10px;
}

}
@media only screen and (min-width: 641px) {
#shop dl dd.address span {
	display: none;
}
}
#shop span.anchorlink {
	position: relative;
	top: -80px;
	display: block;
}

.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}