@charset "UTF-8";
/* CSS Document */


section.shoplist {
	background-image: url(../campaign/davinci/images/shoplist_title_photo.png);
	background-repeat: no-repeat;
	background-position: top 180px right 20%;
	background-size: 340px;
	padding: 90px 0 0;
	}

.shoplist-title {padding: 100px 0 90px;}
.shoplist-title img {width: 400px;}

.shoplist-title .btn-normal {
	width: 340px;
	font-size: 18px;
	background-color: #723e0d;
	height: 46px;
	line-height: 46px;	
	margin: 20px 0 0;
	}
.shoplist-title .btn-normal a:hover {
	background-color: #a56526;
	}
.shoplist-title .btn-normal span {
	display: block;
	background-image: url(../campaign/images/arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 36px;
	}


/*****　地域メニュー　*****/

#myTab {
	margin-bottom: 40px;
	}

#myTab li a {
	border: none;
	text-align: center;
	line-height: 100%;
	/*background-color: rgba(0,0,0,0);*/
	padding: 20px 0 ;
	margin: 0;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	}
.nav-tabs,
.nav-tabs.key {
	border: none;
	padding: 0;
	margin: 0;
	}
.nav-tabs li {
	display: block;
	font-size: 16px;
	color: #300b05;
	background-color: #cebb96;
	width: 24.625%;
	margin: 0 0.5% 0.5% 0;
	}
.nav-tabs li:nth-child(4n) {
	margin-right: 0;
	}
.nav-tabs li a:focus,
.nav-tabs li a:hover,
.nav-tabs li.active a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
 color: #300b05;
  background-color: #dab847;
  border: none;
  }



/*****　店舗リスト　*****/

.prefcture aside {
	border: none;
	background-color: #fff;
	padding: 0;
	margin-bottom: 40px;
	}
.prefcture aside h3 {
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
	background-color: #a76b3c;
	padding: 10px 20px 9px;
	margin: 0;
	}

.table-shoplist th,
.table-shoplist td {
	border-bottom: dotted 1px #a76b3c;
	padding: 5px 0 5px 20px;
	vertical-align: middle;
	}
.table-shoplist th {
	background-color: #f1ebe5;
	border-bottom: dotted 1px #a76b3c;
	}

colgroup.city { width:20%; }
colgroup.address { width:60%;}
colgroup.phone { width:20%; letter-spacing: 2px;}

.table-shoplist.online colgroup.city { width:30%; }
.table-shoplist.online colgroup.address { width:70%;}

.table-shoplist.online a span {
	background-image: url(../campaign/davinci/images/arrow_shoplist.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px;
	display: inline-block;
	padding-right: 30px;
	}



/********************************************************************************/

@media only screen and (max-width: 1118px) {


section.shoplist {
    background-position: top 170px right 40px;
	background-size: 300px;
	}

.shoplist-title img {width: 360px;}


}


/********************************************************************************/

@media only screen and (max-width: 768px) {


section.shoplist {
    background-position: top 140px right 20px;
	background-size: 260px;
	}

.shoplist-title {padding: 60px 0 50px;}
.shoplist-title img {width: 300px;}

.shoplist-title .btn-normal {
	width: 280px;
	font-size: 16px;
	}
.shoplist-title .btn-normal span {
	background-position: right 0px center;
	background-size: 32px;
	}
	

/*****　地域メニュー　*****/

#myTab {
	margin-bottom: 20px;
	}

.nav-tabs li {
	font-size: 15px;
	width: 32.666%;
	margin: 0 1% 1% 0;
	}
.nav-tabs li:nth-child(3n) {margin-right: 0;}
.nav-tabs li:nth-child(4n) {margin-right: 1%;}

/*****　店舗リスト　*****/

colgroup.city { width:25%; }
colgroup.address { width:50%;}
colgroup.phone { width:25%;}

.table-shoplist.online colgroup.city { width:35%; }
.table-shoplist.online colgroup.address { width:65%;}

}



/********************************************************************************/

@media only screen and (max-width: 600px) {


section .contents.prefcture { width: 100%; }

section.shoplist {
    background-position: top 140px right 5px;
	background-size: 220px;
	}

.shoplist-title {padding: 50px 0 40px;}
.shoplist-title img {width: 260px;}

.shoplist-title .btn-normal {
	width: 280px;
	font-size: 16px;
	}
.shoplist-title .btn-normal span {
	background-position: right -2px center;
	background-size: 30px;
	}

/*****　店舗リスト　*****/

colgroup.city { width:100%;}
colgroup.address { width:65%;}
colgroup.phone { width:35%;}

.table-shoplist th {
	float: left;
	width: 100%;
	border: none;
	border-top: solid 2px #a76b3c;
	margin-top: -1px;
	}
.table-shoplist td {
	float: left;
	}

.table-shoplist th,
.table-shoplist td { padding: 10px 0 10px 20px; }

.table-shoplist th + td,
.table-shoplist td:first-child {width: 65%;}
.table-shoplist td:last-child {width: 35%; }

.table-shoplist.online th + td {width: 100%;}

.table-shoplist.online colgroup.city,
.table-shoplist.online colgroup.address { width:100%;}


}



/********************************************************************************/

@media only screen and (max-width : 479px ){


section.shoplist {
	background-position: top 220px center;
	background-size: 260px;
	padding: 70px 0 0;
	}

.shoplist-title {padding: 0 0 210px;}
.shoplist-title img {
	width: 280px;
	margin: auto;
	}
.shoplist-title .btn-normal {
	width: 270px;
	font-size: 16px;
	margin: 20px auto 0;
	}
.shoplist-title .btn-normal span {background-position: right 0px center;}


/*****　地域メニュー　*****/
	
.nav-tabs li {
	width: 49%;
	margin: 0 2% 2% 0;
	}
.nav-tabs li:nth-child(odd) {margin-right: 2%;}
.nav-tabs li:nth-child(even) {margin-right: 0;}

#myTab li a {padding: 12px 0 ;}


/*****　店舗リスト　*****/

.prefcture aside h3 {
	font-size: 20px;
	padding: 10px 10px;
	}
	
.table-shoplist th,
.table-shoplist td { padding-left: 10px; }


}



/********************************************************************************/

@media only screen and (max-width: 380px) {
	

section.shoplist {
	background-position: top 190px center;
	background-size: 230px;
	padding: 65px 0 0;
	}
	
.shoplist-title {padding: 0 0 175px;}
.shoplist-title img {width: 220px;}


/*****　店舗リスト　*****/

.table-shoplist td:last-child { letter-spacing: 0;}

.table-shoplist th,
.table-shoplist td{ font-size: 15px;}


}



/********************************************************************************/

@media only screen and (max-width: 320px) {


section.shoplist {
	background-position: top 190px center;
	background-size: 200px;
	}

.shoplist-title {padding: 0 0 160px;}
.shoplist-title img {width: 200px;}

.shoplist-title .btn-normal {
	width: 250px;
	font-size: 15px;
	}
.shoplist-title .btn-normal span {
	background-size: 28px;
	}

/*****　店舗リスト　*****/

.table-shoplist th,
.table-shoplist td{
    font-size: 14px;
	padding: 5px;
	}


	
}
