@charset "utf-8";

body#shop {
	background: url(../img/bg_main.jpg) no-repeat top center fixed #000;
}

/* ------------------------------------- /
/   Header
/* ------------------------------------- */

body#shop header {
	text-align: center;
	height: 280px;
	background: url(../img/header01.jpg) center top;
}

body#shop header div.lBox h1 {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}

body#shop header div.sBox {
	display: none;
}

body#shop div.navBox {
	position: absolute;
	top: 190px;
}


/***** Gnav *****/

body#shop li.mainBtn05 {
	background: url(../img/btn_main05.png) 2px;
} /*アクティブページには別画像を設定*/


/* ------------------------------------- /
/   Main
/* ------------------------------------- */

body#shop h2 {
	background: url(../shop/img/h2.png) center no-repeat;
	height: 106px;
	text-indent: -9999px;
	margin-top: 0;
}

/***** iframe shop読み込み *****/

div.shopBox iframe {
	width: 680px;
	height: 500px;
	margin-bottom: 20px;
}

/***** 大会ウィジェット読み込み *****/

div.taikaiBox {
	text-align: center;
	height: auto;
	margin: 0 100px 20px 100px;
}

/*div.taikaiBox .twitter-timeline-rendered,div.taikaiBox .twitter-timeline,div.taikaiBox #twitter-widget-1 {
	width:100%!important;
}*/


/***** 店舗リスト用 テーブル *****/

.shopList {
	font-size: 13px; font-size: 1.3rem;
	background-color: rgba(255,255,255,0.8);
	border-spacing: 0;
	width: 100%;
	line-height: 140%;
	margin-bottom: 20px;
	border: solid 1px #14730a;
}
.shopList thead {
    background: #74ca6b;
}
.shopList th {
    margin-bottom: 9px;
    padding: 5px 10px;
    border-left: 1px #14730a solid;
    font-weight: normal;
}
.shopList th:first-child {
      border-left-width: 0;
}
.shopList tbody {
    vertical-align: top;
}
.shopList tbody tr:nth-child(even) {
	background: #afcfab;
}

.shopList tbody td {
      border-left: 1px #14730a solid;
	  padding: 5px 10px;
}
.shopList tbody td:first-child {
        border-left-width: 0;
}


/* ------------------------------------- /
/   sidebar
/* ------------------------------------- */

body#shop div.subMenu p.btn {
	text-indent: -9999px;
	display: block;
	width: 180px;
	height: 45px;
}

body#shop div.subMenu p.btn a {
	display: block;
	width: 180px;
	height: 45px;
}

body#shop div.subMenu p.btn01 {
	background: url(../shop/img/btn_sub01_on.png);
}

body#shop div.subMenu p.btn01 a {
	background: url(../shop/img/btn_sub01_off.png);
	-webkit-transition: 0.5s ease-in-out;  
	-moz-transition: 0.5s ease-in-out;  
	-o-transition: 0.5s ease-in-out;  
	transition: 0.5s ease-in-out; 
}

body#shop div.subMenu p.btn01 a:hover {
	opacity: 0; 
    filter: alpha(opacity=100); 
}


@media screen and (max-width: 767px) { /* 767px以下の場合 */

/* ------------------------------------- /
/   Header
/* ------------------------------------- */

body#shop header {
	text-align: center;
	height: auto;
	background: none;
}

body#shop header div.lBox {
	display: none;
}

body#shop header div.sBox {
	display: block;
}

body#shop div.navBox {
	position: static;
}


/***** Gnav *****/

body#shop li.mainBtn05 {
	text-indent: 0;
	margin: 0;
	width: 50%;
	height: 50px;
	float: left;
	text-align: center;
	background: url(../img/ico_kab.png),-webkit-gradient(linear, left top, left bottom, from(#972715), to(#2a0802));
    background: url(../img/ico_kab.png),-moz-linear-gradient(top, #972715, #2a0802);
    background: url(../img/ico_kab.png),-ms-linear-gradient(top, #972715, #2a0802);
    background: url(../img/ico_kab.png),linear-gradient(top, #972715, #2a0802);
    background-repeat:no-repeat;
    background-position: right bottom;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	line-height: 120%;
	color: #f6f773;
	display: table;
} /*アクティブページには別画像を設定(PC)したので、スマホ用は元に戻す*/


/* ------------------------------------- /
/   Main
/* ------------------------------------- */

body#shop {
	background: none #000;
}

body#shop h2 {
	background: url(../shop/img/h2_s.jpg);
	width: 100%;
	height: 0;
	padding-top: 18.2%;
	background-size: cover;
}


/***** iframe shop読み込み *****/

div.shopBox {
	width: 100%;
	height: 500px;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
}

div.shopBox iframe {
	width: 100%;
	height: 100%;
}

/***** 大会ウィジェット読み込み *****/

div.taikaiBox {
	text-align: center;
	height: auto;
	margin: 0;
}


/***** 店舗リスト用 テーブル *****/

.shopList {
	width: 100%;
	font-size: 12px; font-size: 1.2rem;
}
.shopList tbody tr {
	display: block;
    padding-bottom: 5px;
}
.shopList tbody td {
      display: block;
      padding: 5px;
      width: 100%;
      border-left-width: 0;
}

.shopList tr:first-child {
	border-top: solid 1px #14730a;
}

.shopList tbody td:before {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin-right: 5px;
        font-weight: normal;
}
.shopList tbody .title {
      margin: 0;
      margin-bottom: 5px;
      background: url(../img/bg_ttl.png) #ff80cc;
      color: #fff;
      text-align: center;
}
.shopList tbody td.local {
	display: none;
}
.shopList tbody td:nth-of-type(2):before {
    content: "店舗:";
	display: block;
	color: #0346b4;
	float: left;
}
.shopList tbody td:nth-of-type(3):before {
    content: "住所:";
	display: block;
	color: #14730a;
	float: left;
 }
  .shopList th {
    display: none; }
  .shopList tr {
    padding: 0 }


/* ------------------------------------- /
/   sidebar
/* ------------------------------------- */

body#shop div.subMenu p.btn {
	text-indent: 0;
	background-image: none;
	width: inherit;
	height: inherit;
}

body#shop div.subMenu p.btn a {
	background-image: none;
	-webkit-transition: none;  
	-moz-transition: none;  
	-o-transition: none;  
	transition: none;
	width: inherit;
	height: inherit;
	
	text-align: center;
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #999999), color-stop(0.00, #FFFFFF));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background: linear-gradient(top, #FFFFFF 0%, #999999 100%);
	border: 3px solid #3ebb00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 5px 0;
}

body#shop div.subMenu p.btn01 a:hover {
	opacity: 100; 
    filter: alpha(opacity=100); 
}

body#shop p.btn01 a {
	display: block;
	text-align: center;
}

}