@charset "utf-8";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	line-height: 1.0;
	-webkit-text-size-adjust: none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/* icon用font */
/* icon用font */
@font-face {
	font-family: 'fontello';
	src: url('../font/fontello.eot?62215588');
	src: url('../font/fontello.eot?62215588#iefix') format('embedded-opentype'), url('../font/fontello.woff?62215588') format('woff'), url('../font/fontello.ttf?62215588') format('truetype'), url('../font/fontello.svg?62215588#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: .4em
}
.icon-ticket:before {
	content: '\e800';
} /* '' */
.icon-globe:before {
	content: '\e801';
} /* '' */
.icon-desktop:before {
	content: '\e802';
} /* '' */
.icon-up-dir:before {
	content: '\e803';
} /* '' */
.icon-menu-1:before {
	content: '\e804';
} /* '' */
.icon-phone:before {
	content: '\e805';
} /* '' */
.icon-map:before { content: '\e813'; }/* '' */
.icon-right-small:before {
	content: '\e806';
} /* '' */
.icon-mail:before {
	content: '\e807';
} /* '' */
.icon-angle-right:before {
	content: '\e808';
} /* '' */
.icon-angle-left:before {
	content: '\e809';
} /* '' */
.icon-angle-up:before {
	content: '\e80a';
} /* '' */
.icon-angle-down:before {
	content: '\e80b';
} /* '' */
.icon-down-dir:before {
	content: '\e80c';
} /* '' */
.icon-up-open:before {
	content: '\e80d';
} /* '' */
.icon-location:before {
	content: '\e80e';
} /* '' */
.icon-location-1:before {
	content: '\e80f';
} /* '' */
.icon-mail-alt:before {
	content: '\e811';
} /* '' */
.icon-left-small:before {
	content: '\e812';
} /* '' */
img {
	border: 0;
	vertical-align: bottom;
}
table, caption, th, td {
	border: 0 none;
	border-collapse: collapse;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
.shadw {
	-webkit-box-shadow: 0px 2px 4px rgba(95, 93, 89, 0.47);
	-moz-box-shadow: 0px 2px 4px rgba(95, 93, 89, 0.47);
	box-shadow: 0px 2px 4px rgba(95, 93, 89, 0.47);
}
/*=============================================*/
/*                 マージン            */
/*=============================================*/

.m_b05 {
	margin-bottom: 5px;
}
.m_b10 {
	margin-bottom: 10px;
}
.m_b15 {
	margin-bottom: 15px;
}
.m_b20 {
	margin-bottom: 20px !important;
}
.m_b25 {
	margin-bottom: 25px;
}
.m_b30 {
	margin-bottom: 30px;
}
.m_t05 {
	margin-top: 5px;
}
.m_t10 {
	margin-top: 10px;
}
.m_t15 {
	margin-top: 15px;
}
.m_t20 {
	margin-top: 20px;
}
.m_t25 {
	margin-top: 25px;
}
.m_t30 {
	margin-top: 30px;
}
.pa_box5 {
	padding: 5px;
}
.pa_box10 {
	padding: 10px;
}
.pa_box15 {
	padding: 15px;
}
.pa_box20 {
	padding: 20px;
}
.p_txt {
	padding-left: 10px;
	padding-right: 10px;
}
.txt_red {
	color: #990000;
}
.txt_white {
	color: #fff;
}
.txt_center {
	text-align: center;
}
.f_25 {
	font-size: 25px;
}
/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */

body {
	background: url(../img/shared/body_bg.jpg) repeat center top;
	text-align: left;
	color: #000;
	cursor: auto;
	font: normal normal 14px/28px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing: 0em;
	word-spacing: normal;
	-webkit-text-size-adjust: 100%;
}

.mincho {
	font: normal normal 13px/25px "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝E", serif;
	color: #93230d;
	font-size: 18px;
}
a:link {
	color: #363610;
	text-decoration: none;
}
a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
/*========== Header ==============*/

#header{
	position: relative;
}
#belt {
	position: fixed;
	left: 0;
	top: 0;
	color: #f2e2c1;
	width: 100%;
	z-index: 9999;
}
#hd_top {
	background: url(../img/shared/bg_ft.jpg) repeat-x center top;
	position: relative;
	height: 70px;
}
.topnavi {
	position: absolute;
	top: 0;
	left: 72px;
	height: 70px;
}
.topnavi li {
	display: inline-block;
	position: relative;
	width: 60px;
	vertical-align: top;
}
.topnavi li a {
	color: #2c140a;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 100%;
	margin-top: 8px;
	padding-top: 5px;
	width: 100%;
}
#telnavi a {
	border-left: 1px solid #2c140a;
}
#mapnavi a {
	border-left: 1px solid #2c140a;
}
.topnavi li a:hover {
	text-decoration: none;
}
.topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 4px;
	font-size: 19px;
	font-weight: normal;
	color: #2c140a;
}
h1{
	position: absolute;
	/*top: 245px;
	right:10px;*/
	top:65px;
	left:3px;
	font-size: 9px;
	/*text-align: right;*/
	color: #f2e2c1;
	z-index: 98;
}
h2{
	position: absolute;
	top: 0;
	right:15px;
}

#telnavi {
	margin-right: -4px;
}
#mapnavi {
	margin-right: -4px;
}
.topnavi .button-toggle {
	padding-top: 19px;
	padding-bottom: 12px;
}
.topnavi .button-toggle:before, .topnavi .button-toggle:after {
	content: '';
}
.topnavi .button-toggle span, .topnavi .button-toggle:before, .topnavi .button-toggle:after {
	height: 4px;
	display: block;
	background: #000;
	width: 33px;
	margin: 0 auto 7px auto;
}
.topnavi .button-toggle span {
	text-indent: -9999px;
}
#key {
	position: relative;
	z-index: 97;
	overflow: hidden;
	background: url(../img/shared/line.png) repeat-x center bottom;
	padding-bottom: 7px;
}
/*-----------------------------*/

footer .shopinfo {
	background: url(../img/shared/line.png) repeat-x center top, url(../img/shared/bg_ft.jpg) repeat;
	padding:15px 10px 10px 10px;
	color: #000;
	font-size: 14px;
	line-height: 26px;
}

#ft_logo, #ft_tel{
	text-align: center;
}
footer p.txt {
	text-align: center;
}

footer p.txt span{
	display: inline-block;
}
/*          　 シェアボタンbox   　　          */
/*=============================================*/


footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
}
footer .link p {
	width: 50%;
	min-width: 170px;
	max-width: 280px;
	margin: 10px auto;
	padding: 0 6px;
	line-height: 30px;
	
}
footer .link p a {
	color: #FFF;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background:#452113;
}


 .botan1 a::before {
	content: '\e802';
	font-family: "fontello";
	margin-right: 9px;
}
/*=============================================*/
/*           　フッター箇所　　　　　          */
/*=============================================*/

footer .copy_right {
	background: url(../img/shared/bg_ad.jpg) repeat;
	color: #a6937b;
	text-align: center;
	line-height: 35px;
	font-size: 90%;
}
#socialbuttons {
	text-align: center;
	line-height: 10px;
}
#socialbuttons div {
	display: inline-block;
	margin-right: 5px;
}
#socialbuttons .twitter {
	margin-right: 0;
}
#socialbuttons .google {
	margin-right: -30px;
}
/*----------------------under---------------------------------*/

.under h2, .under h3 {
	margin-bottom: 10px;
}
.alr {
	text-align: right;
}
.block p.mb:last-of-type {
	margin-bottom: .6em;
}
.block p {
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
.padd {
	padding: 0 3%;
}
.f_32 {
	font-size: 28px;
}
.f_18 {
	font-size: 18px;
}
.f_22 {
	font-size: 22px;
}
.f_24 {
	font-size: 24px;
}
.f_14 {
	font-size: 14px;
}
.f_13 {
	font-size: 13px;
}
.f_15 {
	font-size: 15px;
}
.f_20 {
	font-size: 20px;
}
.f_30 {
	font-size: 30px;
}
.txt_r {
	text-align: right;
}
.f_merino {
	font: normal normal 13px/160% 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	color: #35170c;
}
.f_mincho {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif, 'ＭＳ Ｐ明朝', 'MS PMincho';
}
.left_col {
	float: left;
}
.right_col {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, .menu_list dl:after {
	zoom: 1 !important;
}/* for IE 5.5-7 */
.clearfix:after, .menu_list dl:after, .mn_list dl:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}
/*=============================================*/
/*              menuList   share               */
/*=============================================*/


.toggle {
	position: relative;
}
.toggle:after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	line-height: 20px;
	top: 50%;
	right: 20%;
	margin-top: -10px;
	color: #fff;
	content: '\25BC';
	font-size: 13px;
}
.toggle.active:after {
	content: '\25B2';
}
.normal {
	font-weight: normal !important;
}
.padd_box {
	padding: 0 5px;
}
.bd_none {
	border: none !important;
}
.line_bg {
	background: url(../img/shared/ft_t.jpg) repeat-x center top;
	padding-top: 7px;
}
.f_pad {
	padding-left: 105px;
}
.ta_r {
	text-align: right;
}
/*----------------------index---------------------------------*/

#index #lead{
	background: url(../img/index/bg.png) repeat-x;
	padding:2%;
}

#index #sec01{
	background: url(../img/index/bgsec.jpg) repeat;
	padding-bottom: 15px;
}

#index #lead p.bnr{
	padding: 10px 0 10px;
}

#index #sec01 h2{
	padding-bottom: 5px;
}

#index #sec01 p.bnr{
	padding:0 2%;
	padding-top: 10px;
}

#index #sec02 ul{
	padding:0 2%;
	padding-top: 15px;
}
#index #sec02 ul li{
	padding-bottom: 15px;
}

/*----------------------concept---------------------------------*/

#concept .block{
	background: url(../img/index/bg.png) repeat-x;
}

#concept #lead{
	background: url(../img/concept/line.jpg) repeat-x bottom center, url(../img/concept/bg.jpg) no-repeat top center /cover;
	padding:10px 0 20px;
}

#concept #lead p.bnr{
	padding:0 10px;
	margin-top: -30px;
}

#concept #sec01{
	padding:0 2%;
	margin-bottom: 15px;
}

/*----------------------menu---------------------------------*/

#menu .block{
	background: url(../img/index/bg.png) repeat-x;
	padding-top: 15px;
}

#menu #lead{
	background: url(../img/menu/bg.jpg) no-repeat top center;
	background-size:100% 100%;
	padding-bottom: 10px;
	margin: 0 10px;
}

#menu #lead p.txt{
	padding:0 10px;
	text-align: center;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif, 'ＭＳ Ｐ明朝', 'MS PMincho';
	margin-bottom: 10px;
}

#menu #sec01{
	padding-top: 15px;
	margin: 0 10px;
}

#menu #sec02 h3{
	margin: 0 10px;
}

#box_menu{
	background: url(../img/menu/line_h.jpg) repeat-y top left, url(../img/menu/line_h.jpg) repeat-y top right, url(../img/menu/line01.jpg) repeat-x bottom left;
	padding:0 7px 7px 7px;
}

#menu #sec03{
	padding: 0 2%;
}

#menu #sec03 h2{
	margin-bottom: 15px;
}

#menu #sec03 dl{
	padding: 5px 0;
}

#menu #sec03 dl + dl{
	border-top: 1px dashed #4a2f28;
}

#menu #sec03 dl:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}

#menu #sec03 dl dt{
	float: left;
}

#menu #sec03 dl dd{
	float: right;
	text-align: right;
	color: #ae0000;
}

#menu #sec03 dl dt span{
	font-size: 12px;
	color: #63471b;
}

#menu_round{
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
}

.dg-container{
	max-width: 640px;
	width: 320px;
	height: 200px;
	position: relative;
	margin: auto;
}

.dg-center{
	z-index:1000;
}
.dg-wrapper{
	width: 320px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 320px;
	height: 200px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 0;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 60%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container div#nav{
	width: 100%;
	z-index: 1000;
	margin: auto;
	margin-top: -130px;
	position: relative;
	height: 82px;
}
.dg-container div#nav span{
	float: left;
	cursor:pointer;
	width: 50px;
	height: 50px;
	opacity: 1;
}
.dg-container div#nav span.dg-next{
	position: absolute;
	top: 0;
	right: 0px;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
}

.dg-container div#nav span.dg-prev{
	position: absolute;
	top: 0;
	left: 0px;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
}

.accordian {
	width: 1000px; height: 460px;
	overflow: hidden;
	margin: 0 auto;
}

.accordian ul {
	width: 2000px;
}

.accordian li {
	position: relative;
	display: block;
	width: 222px;
	float: left;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
}

.accordian ul li:hover {width: 820px;}


.accordian li img {
	display: block;
}



/*----------------------scene---------------------------------*/

#scene .f_cl {
  color: #b50404;
}
#scene .mincho {
  color: #201008;
}
#scene .block {
  padding-top: 20px;
}
#scene #lead {
  padding: 0 2%;
}
#scene #lead h2 {
  margin: 0 -2% 10%;
}
#scene #lead li {
  margin-top: -8%;
}
#scene #lead li.txt_center {
  margin-top: 0;
}
#scene #party {
  padding: 0 2%;
}
#scene #party .item {
  background: url(../img/scene/bg1.jpg) repeat-x center top, url(../img/scene/bg2.jpg) repeat center top;
  padding: 20px 0;
  margin-bottom: 20px;
  border: 5px solid transparent;
  -webkit-border-image: url(../img/lunchbox/bg1.jpg) 5 5 5 5 repeat;
  -moz-border-image: url(../img/lunchbox/bg1.jpg) 5 5 5 5 repeat;
  -o-border-image: url(../img/lunchbox/bg1.jpg) 5 5 5 5 repeat;
  border-image: url(../img/lunchbox/bg1.jpg) 5 5 5 5 repeat;
  text-align: center;
}
#scene #party .item h3 {
	background: url(../img/scene/h_bg.jpg) repeat center top;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝E", serif;
	color: #ec0000;
	text-align: center;
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	padding: 5px 0;
	margin: 0 -5px 10px;
}
@media screen and (max-width: 365px) {
  #scene #party .item h3.ext .ico {
    padding: 0 4px 0;
  }
}
@media screen and (min-width: 365px) and (max-width: 375px) {
  #scene #party .item h3.ext .ico {
    padding: 0 16px 0;
  }
}
#scene #party .item h3 .ico {
  padding: 0 20px 0;
  position: relative;
  top: -10px;
}
#scene #party .item h3 span {
  font-size: 18px;
}
#scene #party .item h3 .tt {
  color: #fcebcf;
  font-size: 14px;
}
#scene #party .item .txt {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝E", serif;
}
#scene #party .item .mn_list {
  background: url(../img/scene/flower.png) no-repeat center, url(../img/scene/bg3.png) repeat 0 0;
  margin: 10px 5% 0;
  padding: 5% 0px;
}
#scene #party .item li img {
  padding-right: 10px;
  position: relative;
  top: -11px;
}
#scene #floor {
  padding: 0 2%;
}
#scene #floor ul {
  display: table;
  width: 100%;
}
#scene #floor li {
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
  padding: 0 1%;
}
/*----------------------lunchbox---------------------------------*/

#lunchbox .block {
  padding-top: 20px;
}
#lunchbox .mincho {
  color: #000;
}
#lunchbox #flow {
  background: url(../img/lunchbox/bg1.jpg) repeat center top;
  margin: 0 2%;
  padding: 5px;
}
#lunchbox #flow .box_in {
  background: url(../img/lunchbox/flow_bg.png) no-repeat center top/100%, url(../img/lunchbox/bg2.jpg) repeat center top;
  padding: 20px 5px;
}
#lunchbox #flow .note {
  font-size: 16px;
  color: #000;
}
#lunchbox #flow .note span {
  color: #CF0003;
}
#lunchbox #flow .info {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px 5px;
}
#lunchbox #flow .info dt {
  text-align: center;
}
#lunchbox #flow .info li {
  position: relative;
  padding-left: 15px;
  margin-left: 3%;
}
#lunchbox #flow .info li:before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0px;
}
@media screen and (min-width: 720px) {
  #lunchbox #flow .info {
    display: table;
    width: 100%;
  }
  #lunchbox #flow .info dt, #lunchbox #flow .info dd {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
  }
  #lunchbox #flow .info dt {
    padding: 0 5px;
  }
}
#lunchbox #menu {
  background: url(../img/lunchbox/line.png) repeat-y 2% 0, url(../img/lunchbox/menu_bg.jpg) no-repeat center top/100%, url(../img/lunchbox/bg_menu.jpg) repeat center top;
  padding: 20px 2%;
}
#lunchbox #menu .item_ext {
  border-top: 2px dotted #452a23;
  margin-left: 5%;
}
#lunchbox #menu .item_ext li {
  border-bottom: 2px dotted #452a23;
  padding: 10px 0;
  overflow: hidden;
}
#lunchbox #menu .item_ext li table {
  float: right;
}
#lunchbox #menu .item {
  margin-bottom: 20px;
}
@media screen and (min-width: 720px) {
  #lunchbox #menu .item {
    display: table;
    width: 100%;
  }
  #lunchbox #menu .item .photo, #lunchbox #menu .item .tbl {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
  }
  #lunchbox #menu .item .photo {
    width: 30%;
    padding-right: 10px;
  }
}

#lunchbox #menu table.menu {
	width: 85%;
	margin:15px auto;
}

#lunchbox #menu table.menu th{
	border-bottom: 1px solid #b6915a;
	padding: 5px 0;
}

#lunchbox #menu table.menu td{
	border-bottom: 1px solid #b6915a;
	padding: 5px 0;
}


#lunchbox #menu .item h3 {
  font: normal normal 13px/25px "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝E", serif;
  text-align: center;
  font-size: 140%;
  color: #fff;
  background-color: #911d14;
  padding: 10px 0;
}
#lunchbox #menu .item table {
  width: 100%;
  border-top: 1px solid #b6915a;
  border-left: 1px solid #b6915a;
}
#lunchbox #menu .item table td {
  background-color: #e7d1b1;
  border-right: 1px solid #b6915a;
  border-bottom: 1px solid #b6915a;
  padding: 10px;
}
#lunchbox #menu .item table th {
  width: 3em;
  background-color: #911d14;
  border-right: 1px solid #b6915a;
  border-bottom: 1px solid #b6915a;
  color: #fff;
  text-align: center;
  padding: 10px;
}
#lunchbox #form {
  background: url(../img/lunchbox/form_bg.jpg) repeat center top;
  padding: 20px 2%;
}
#lunchbox #form input, #lunchbox #form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}
#lunchbox #form .lih_ext {
  line-height: 35px;
}

#lunchbox #form h4{
	margin-bottom: 15px;
}
#lunchbox #form input.w_auto {
  width: auto;
}
#lunchbox #form dt {
  font-weight: bold;
}
#lunchbox #form dl {
  padding: 0 2% 10px;
  border-bottom: 1px dotted #452a23;
}
#lunchbox #form dt span, #lunchbox #form th span {
  color: #990000;
}

#lunchbox table.last{
	width: 50%;
	margin: auto;
}

#lunchbox table.last input{
	margin: 2%;
	width: 90% !important;
}

.w100{
	width: 100% !important;
}
/*----------------------access---------------------------------*/

#access .block {
  padding-top: 20px;
}
#access #shop {
  padding: 20px 2%;
}
#access #shop table {
  border-top: 2px dotted #452a23;
  margin-bottom: 20px;
}
#access #shop tr {
  border-bottom: 2px dotted #452a23;
  line-height: 20px;
}
#access #shop th, #access #shop td {
  padding: 8px 0 8px 15px;
  vertical-align: top;
}
#access #shop th {
  background: url(../img/access/icon.png) no-repeat 3px 13px;
  padding-left: 15px;
  width: 30%;
  box-sizing: border-box;
}
#access #map {
  padding: 0 2%;
}
#access #map .map {
  margin: 0 -2%;
}
