@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	7;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/


/* ▼▼全体枠▼▼ */
/* ▼▼tab▼▼ */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	max-width: 950px;  /* この行があることでタブレット横持ちなどで横幅が広がってグローバルメニューがおかしくなるのを防げる */
	padding-left: 1.1%;
	padding-right: 1.1%;
}

.gridContainer-shita {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	max-width: 950px;  /* この行があることでタブレット横持ちなどで横幅が広がってグローバルメニューがおかしくなるのを防げる */
	padding-left: 1.1%;
	padding-right: 1.1%;
	padding-bottom: 0px;
	border-bottom: 1px solid #000000 ;
	margin-top: 20px;
	margin-bottom: 0px;
}


/* ▼▼各種の文字サイズ・帯スタイル▼▼ */
/* ▼▼tabとスマホ▼▼ */

body {
	font-size: 14px;
	line-height: 160%;
	font-weight: normal;
}
TD {
	font-size : 14px;
	line-height : 160%;
	font-weight: normal;
}




/* ▽▽h2　左カラムのページタイトルプレート*/
/* ▼▼tab▼▼ */





/* ▼▼h1　最上部のSEOの1行▼▼ */
/* ▼▼PC▼▼ */
#seo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 2px;
	border-bottom: 1px solid #cccccc ;
	margin-top: 3px;
	margin-bottom: 3px;
}
h1 {
	font-size : 12px;
	color: #7e7e7e;
	font-weight: normal;
	text-align: right
}



/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼トップ上部▼▼ */




/* ヘッダー */
/* ▼▼tab▼▼ */
#header {
 font-size: 16px;
 line-height: 1.3em;
 font-weight: bold;
 color: #7e7e7e;
 margin-top: 60px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;

}


/*グローバルナビゲーションの指定*/

.navsp {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}


.nav {
    background: #ffffff;
}

.nav ul {
    background: #ffffff;
    font-size: 14px;
    text-align: center;
    width: 70%;
    display: table;
    table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
}
 
.nav ul li {
    border-right: 1px solid #ccc;
    display: table-cell;
}
 
.nav ul li:last-child {
    border-right: none;
}
 
.nav ul li a {
    color: #333;
    font-weight: normal;
    text-decoration: none;
    padding: 12px 0;
    display: block;
}
 
.nav ul li a:hover {
    background: #e9e9e9;
}

.nav ul li a#current {
    background: #e9e9e9;
}


.fixed {
	max-width: 860px;
	position: fixed;
	top: 0;
	z-index:600px;
}


.list-nav01 a#current {	/* カレント時 */
  background:#FEF5E9;
  color:#517126;
  border:1px solid #77A538;
  text-decoration: none;
  opacity:1;
  }


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼インスタリンク▼▼ */
.instalink {
  text-align: center;
	font-size : 14px;
	line-height : 160.00%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.instalink:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(../img/insta-mame.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 15px;
}

/* ▼▼▼アイテムページインスタロゴ▼▼ */
.instalogo {
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -10px;
  margin-bottom: -10px;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼パンくず▼▼ */
/* ▼▼PCとtab▼▼ */
#breadcrumb {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size : 10px;
	color: #7e7e7e;
}


h2 {
   text-align: center;
	margin-top: 1px;
	margin-bottom: 10px;
	font-size : 18px;
	font-weight: normal;
 padding-top: 20px;
 border-top: 2px solid #606060 ;
 padding-bottom: 18px;
 border-bottom: 1px solid #606060 ;
}


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

.brand img {
  width: 150px;
  hight: auto;
  margin-top: 1px;
  margin-bottom: 10px;
}

.maplist {
  width: 86%;
  margin: auto;
}

.shopgoto {
	width: 240px;
	float: left;
	padding-bottom: 2px;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 20px;
}

.shopbasho {
	font-size : 15px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
}

.shoptenmei{
	font-size : 12px;
	font-weight: normal;
	margin-top:-5px;
	margin-bottom:0px;
}

.shoptenmeiaaa {
	width: 240px;
	padding: .2em .4em .2em .4em;
	background-color: #DBEBBE;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size : 12px;
	font-weight: normal;
	color: #000000;	
    text-align: left;
}

.shoplink {
	width: 240px;
	padding: .2em .4em .2em .4em;
	background-color: #C5DF9F;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size : 14px;
	font-weight: normal;
	color: #517126;	
    text-align: right;
}
.shopph {
	width: 240px;
	margin-bottom: 4px;
}
.shopmap {
	margin-bottom: 4px;
}


.shopgoto2 {
	width: 350px;
    text-align: center;
	padding-bottom: 2px;
	margin-top: 6px;
	margin-bottom: 4px;
	margin: auto;
}
.shopbasho2 {
	font-size : 15px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:0px;
}

.shoptenmei2{
	font-size : 14px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:10px;
}
.tel{
	font-size : 19px;
	font-weight: bold;
}




/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼文章▼▼ */
#bunsho {
  text-align: center;
	font-size : 16px;
	line-height : 160.00%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.itemph {
  text-align: center;
}




#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


.clear {
clear:both;　/*floatの解除、ここがポイント*/
}



/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼フッター▼▼ */
/* ▼▼3つ共通▼▼ */
#footer {
  clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	max-width: 950px;  /* この行があることでタブレット横持ちなどで横幅が広がってグローバルメニューがおかしくなるのを防げる */
	padding-left: 1.1%;
	padding-right: 1.1%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  line-height: 1.4;
  border-top: solid 0px;
  border-top-color: #000000;
  background-color: #FFFFFF;
}



.btn {
    width:110px;
    font-size:14px;
    font-weight:normal;
    text-decoration:none;
    font-color: #ffffff;
    display:block;
    text-align:center;
    padding:4px 0 4px;
    background-color:#EAEAEA;
    border-radius:5px;
    border: 1px solid #808080;
	margin-bottom: 20px;
}

.web_map {
	width: 100%;
}

.web_map_web {
	width: 90px;
	float: left;
	margin-left: 6px;
	margin-right: 24px;
}
.web_map_map {
	width: 90px;
	float: left;
}
 