@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%;
	cursor:pointer;
}
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 */
@font-face {
	font-family: "fontello";
	src: url(../font/fontello9e13.eot?63314776);
	src: url(../font/fontello9e13.eot?63314776#iefix) format('embedded-opentype'), url(../font/fontello9e13.woff?63314776) format('woff'), url(../font/fontello9e13.ttf?63314776) format('truetype'), url(../font/fontello9e13.svg?63314776#fontello) format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon-popup:before {
	content: '\73';
} /* 's' */
.icon-right-open:before {
	content: '\6d';
} /* 'm' */
.icon-twitter:before {
	content: '\77';
} /* 'w' */
.icon-facebook-squared:before {
	content: '\66';
} /* 'f' */
.icon-monitor:before {
	content: '\70';
} /* 'p' */
.icon-phone:before {
	content: '\74';
} /* 't' */
img {
	border: 0;
	vertical-align: bottom;
}
ul, ol {
	list-style: none;
}
table {
	border-spacing: 5;
	empty-cells: show;
	padding-left: 5px;
 color:#333;
}
/*=============================================*/
/*                 マージン            */
/*=============================================*/

.m_b05 {
	margin-bottom: 5px;
}
.m_b10 {
	margin-bottom: 10px;
}
.m_b15 {
	margin-bottom: 15px;
}
.m_b20 {
	margin-bottom: 20px;
}
.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;
}
.m_l20 {
	margin-left: 20px;
}
.m_r20 {
	margin-right: 20px;
}
.p_l05 {
	padding-left: 5px;
}
.p_l10 {
	padding-left: 10px;
}
.p_l15 {
	padding-left: 15px;
}
.p_l20 {
	padding-left: 20px;
}
.p_l25 {
	padding-left: 25px;
}
.p_l30 {
	padding-left: 30px;
}
.p_l40 {
	padding-left: 30px;
}
.p_l50 {
	padding-left: 50px;
}
.p_l65 {
	padding-left: 65px;
}
.p_r05 {
	padding-right: 5px;
}
.p_r10 {
	padding-right: 10px;
}
.p_r15 {
	padding-right: 15px;
}
.p_r20 {
	padding-right: 20px;
}
.p_r25 {
	padding-right: 25px;
}
.p_r30 {
	padding-right: 30px;
}
.p_r40 {
	padding-right: 40px;
}
.p_r50 {
	padding-right: 50px;
}
.p_t10 {
	padding-top: 10px;
}
.p_t20 {
	padding-top: 20px;
}
.p_t30 {
	padding-top: 30px;
}
.p_40 {
	padding-top: 40px;
}
.p_t50 {
	padding-top: 50px;
}
.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;
}
.box_center {
	text-align: center;
}
.t_pickup {
	font-size: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	color: #333;
	text-shadow: 0px 1px 3px #999;
	border-bottom: 1px solid #3e210d;
}
p.txt_c {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 3px 0px 3px;
}
p.txt_c2 {
	text-align: center;
	padding: 0px 3px 0px 3px;
}
/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */

body {
	font-size: 14px;
	text-align: left;
	color: #FFF;
	cursor: auto;
	font: normal normal 13px/150% 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	letter-spacing: 0px;
	word-spacing: normal;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
}
a:link {
	color: #ab1b15;
	text-decoration: underline;
}
a:visited, a:active {
	color: #e8463e;
	text-decoration: none;
}
a:hover {
	color: #e8463e;
	text-decoration: none;
}
.pagetop {
	clear: both;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 10px;
}
.global-header {
	background: url(../img/header_bg.png) repeat-x top left;
	position:fixed;
	top:0;
	width:100%;
	height:70px;
	z-index:9999;
}

.global-header .logo {
	width: 110px;
	top: 0px;
}

.global-header h1 {
	top:50;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	font-weight: normal;
	color: #000;
}


.global-header .p_img {
    position: absolute;
    right: 50px;
    text-align: center;
    top: 8px;
    width: 18px;
    background-color: #594432;
    border-radius: 5px;
    padding: 6px 9px;
}

.block {
	clear: both;
	background-color:#000000;
	padding:0.5em;
}
.block:after {
	content: '';
	display: block;
	clear: both;
}
.block p {
	margin-bottom: 1.5em;
}
.block p:last-of-type {
	margin-bottom: 0;
}
.banner-href {
	width: 100%;
	clear: both;
	overflow: hidden;
	list-style: none;
}
.banner-href li {
	display: inline-block;
}
.banner-href li:first-child {
	width: 48.5%;
	float: left;
}
.banner-href li:last-child {
	width: 48.5%;
	float: right;
}
 //* ナビゲーションicon_ver. */
.nav-portfolio {
 padding: 15px 0 0 10px;
 clear: both;
 overflow: hidden;
}
.nav-portfolio ul {
	margin: 0 auto;
	width: 320px;
}

@media screen and (min-width: 420px) {
.nav-portfolio ul {
	width: 420px;
}
}

@media screen and (min-width: 520px) {
.nav-portfolio ul {
	width: 520px;
}
}

@media screen and (min-width: 620px) {
.nav-portfolio ul {
	width: 620px;
}
}

@media screen and (min-width: 720px) {
.nav-portfolio ul {
	width: 720px;
}
}

@media screen and (min-width: 820px) {
.nav-portfolio ul {
	width: 820px;
}
}

@media screen and (min-width: 920px) {
.nav-portfolio ul {
	width: 920px;
}
}
.nav-portfolio li {
	float: left;
	margin-right: 10px;
	margin-left: 8px;
	text-align: center;
}
.nav-portfolio li img {
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px rgba(000,000,000,0.6);
	-moz-box-shadow: 3px 3px 3px rgba(000,000,000,0.6);
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px rgba(000,000,000,0.6);
	-moz-box-shadow: 3px 3px 3px rgba(000,000,000,0.6);
	box-shadow: 3px 3px 3px rgba(000,000,000,0.6);
	width: 85px;
	height: 85px;
	margin-bottom:.2em;
}
.nav-portfolio li a {
	display: block;
	text-decoration: underline;
	color: #ede6d1;
}
.nav-portfolio li a:after {
	content: attr(title);
	display: block;
	font-size: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85px;
}
.linkbox {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.linkbox ul {
	display:table;
	padding:20px 0 0;
	margin:0 auto;
	width:100%;
}
.linkbox li {
	display: table-cell;
	width:20%;
	padding:0 3px;
}

.linkbox li.bt02 {
	width:48%;
}

.bt01 a {
	background-color: #101010;
	border: 1px solid #000000;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.bt01 a::before {
	content: "g";
	font-family: "fontello";
	margin-right: 10px;
}
.bt02 a {
	background-color: #101010;
	border: 1px solid #000000;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.bt02 a::before {
	content: "t";
	font-family: "fontello";
	margin-right: 5px;
}
.bt03 a {
	background-color: #101010;
	border: 1px solid #000000;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.bt03 a::before {
	content: "p";
	font-family: "fontello";
	margin-right: 5px;
}
.shopinfo {
	clear: both;
	margin: 20px 0 0 0;
	background: url(../img/footer_bg.jpg) repeat 0 0;
	padding: 15px;
	color: #f0e8d4;
	font-size: 12px;
}
#social-share {
	clear: both;
	text-align: center;
	padding: 15px 0 0 0;
}
.name_c {
	font-weight: bold;
	margin: 0 0 10px 0;
}

#facebook {
	margin:0 auto;
	width:280px;
	overflow:hidden;
}
#facebook2 {
	text-align:center;
	width:100%;
	overflow:hidden;
}

/*=============================================*/
/*           　フッター箇所　　　　　          */
/*=============================================*/

.global-footer {
	color: #f0e9d6;
	text-align: center;
	padding: 5px 0;
	font-size: 10px;
}


/*----------------------under---------------------------------*/


.mainimg {
	background:url(../img/header.jpg) no-repeat center bottom;
	padding:0 0 1em;
	margin-top:55px;
}


.under h3 {
	margin-bottom:1em;
}

.sbtitle {
    background-image: url(../img/h3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position:top right;
    color: #f0e8d4;
    font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    line-height: 1.4em;
    padding: 8px 0 8px 8px;
    text-align: left;
    width: auto;
}

.stitle {
    background: url(../img/h4.png) no-repeat left center;
    color: #c1a564;
    font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 1.4em;
    padding: 8px 0 8px 25px;
    text-align: left;
    width: auto;
}

.stit {
	color:#C90;
	margin-bottom:1em;
}

.under h3.mb0 {
	margin:0;
}

.alr {
	text-align:right;
}

dl.menuList {
	line-height: 1.5;
	border-bottom: 1px dotted #b9a390;
	padding-bottom: 0.5em;
	text-align:left;
	margin-bottom:.5em;
}
dl.menuList.dl01 {
	border-bottom:none;
}
dl.menuList.mb {
	margin-bottom:1.5em;
}
dl.menuList dt {
	border-top: 1px dotted #b9a390;
	padding-top: 0.5em;
	margin-top: 0.5em;
	font-weight:bold;
	font-size:100%;
}

dl.menuList dt.dtnote {
	font-weight:normal;
}

dl.menuList dt.first {
	border-top: none;
	margin-top: 0;
}
dl.menuList dd.price {
	margin-top: -1.5em;
	text-align: right;
	color: #E80000;
	font-weight:bold;
	font-size:100%;
}
dl.menuList dd.txt {
	font-size: 0.9em;
	color:#836b5a;
	padding-top:0.2em;
}
dl.menuList dt .caption {
	font-size: 0.9em;
	color:#BFAEA2;
	padding-top:0.2em;
	font-weight:normal;
}

.block p.mb:last-of-type {
	margin-bottom:.6em;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.price {
	color: #E80000;
	font-weight:bold;
	font-size:16px;
}

/*----------------------index---------------------------------*/
.c_yellow{
	    color: #d39951;
}
#hd_content  p{
	margin-bottom: 10px;
}
#hd_content .box{
	    border-color: #fff;
    border-width: 0 1px 1px;
    border-style: solid;
    position: relative;
    margin-top: 25px;
    padding: 20px 0.5em 0.5em;
}
#hd_content .deco_tg{
	    top: 25px;
}
#hd_content h3{margin-bottom: 1em;}
#hd_content .box h2:before{
	content: "";
position: absolute;
	top: 50%;
	background-color: #fff;
	left: 0;
	height: 1px;
	    width: calc(50% - 141px);
	
}
#hd_content .ttl1{
	    background-color: #871604;
	background-image:inherit;text-align: center;
}
#hd_content .ttl2{	background-image:inherit;
	     background-color: #510001;text-align: center;
}
#hd_content .box:first-child h2:after,
#hd_content .box:first-child h2:before{  width: calc(50% - 126px);}
#hd_content .box h2:after{
	content: "";
position: absolute;
	top: 50%;
	background-color: #fff;
	right: 0;
	height: 1px;
	    width: calc(50% - 141px);
	
}
#hd_content .box h2{
	position: absolute;
	padding: 0;
	text-align: center;
	top: 0;width: 100%;
	left: 0;transform: translateY(-50%)
}


.slider {
	padding:55px 0 0 0;
}

.slider h2 {
	position:absolute;
	top:80px;
	width:100%;
	text-align:center;
	z-index:1000;
}

#feed-wrap {
	clear:both;
	display:block;
	background:url(../img/feed.png) no-repeat 0 0;
	background-size:cover;
	padding:.5em;
	margin-bottom:1em;
}

#feed-wrap h3 {
	text-align:center;
	color:#3a2515;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	margin-bottom:.2em;
}

#feed-wrap #feed .date {
  font-size: 10px;
  color: #333;
}

/* feedのリンク */

#feed a:link { color:#621708; text-decoration: underline;}
#feed a:visited,a:active {
	color:#782F10;
	text-decoration: underline;
}
#feed a:hover {
	color: #E8463E;
	text-decoration:underline;
}

.bannerlink li {
	float:left;
	width:49%;
	padding: 0 2% 0 0;
	margin-bottom:10px;
}

.bannerlink li:last-of-type {
	padding:0;
}

.bannerlink li img:hover {
	opacity:0.8;
}

.htitle {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:16px;
	padding:1em 0;
}

.tt01 {
	color:#451710;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	margin-bottom:.8em;
	font-size:16px;
}

.inner1 h4 {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	margin-bottom:.5em;
	color:#281609;
	height:30px;
	line-height:30px;
}


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

.menu01 {
	background:url(../img/menu/menu1.jpg) 0 0 no-repeat;
	padding:10px;
	color:#FFFFFF;
}

.menu02 .sbtitle {
    background-image: url(../img/menu/menu2_ttl.jpg);
    padding: 10px 0 10px 55px;
	background-position:top left;
}

.menu01 p:last-child {
	margin:0;
}

.block p.tax {
	color:#FFFFFF;
	font-weight:bold;
}

.menubox {
	margin-bottom:1.5em;
}

.menu_tit {
	font-size:16px;
	font-weight:bold;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	margin-bottom:1em;
	line-height:1.5em;
}

.menu_tit span {
	font-size:18px;
}

.menu_tit span:first-of-type {
	color:#c1a564;
}

.rbox {
	background-image:url(../img/r_bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	display:block;
	height:30px;
	width:30px;
	text-align:center;
	color:#FFF;
	float:left;
	margin-right:5px;
	line-height:30px;
}

.menutt {
	background:url(../img/concept/bg01.jpg) no-repeat 0 0;
	background-size:cover;
	padding:.5em 1em;
	font-weight:bold;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color:#000000;
	margin-bottom:.5em;
}

.step {
	background:url(../img/menu/line.png) no-repeat left bottom;
	padding:0 0 10px;
	margin-bottom:5px;
}

.step dt {
	margin-bottom:10px;
}

.step dd {
	color:#f0e8d4;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:bold;
}

.block .arrow {
	text-align:center;
	margin-bottom:10px;
}

.box02 {
	background:url(../img/menu/menu1.jpg) no-repeat 0 0;
	background-size:cover;
	width:100%;
	text-align:center;
	padding:20px 0;
	margin-bottom:10px;
}

.box02 p {
	color:#f0e8d4;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:bold;
}

.accordionbox {
	padding:0 0 10px;
}

.accordionbox .stit {
	margin:0;
	cursor:pointer;
	background:url(../img/menu/icon.png) #101010 no-repeat 12px 15px;
	padding:8px 0 7px 30px;
	border:solid 1px #1b1b1b;
}


/*----------------------drink---------------------------------*/


#drink h4 {
	font-weight:normal;
	margin-bottom:.5em;
}

.drinkimg li { 
	float:left;
	width:48%;
	margin:0 1% 1.5em;
}

#drink .menuList {
	margin-bottom:1.5em;
}


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

.conceptbox {
	margin-bottom:1em;
}

.conceptstept li {
	background:url(../img/concept/bg01.jpg) no-repeat 0 0;
	background-size:cover;
	padding:.5em 1em;
	font-weight:bold;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color:#000000;
	margin-bottom:.5em;
}

.l01 {
	width:40%;
	margin:0 auto;
	border:solid 1px #684831;
}

.l01 a {
	display:block;
	background-color:#89654a;
	border:solid 1px #c8bfae;
	padding:.5em 0;
	text-align:center;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.l01 a:hover {
	opacity:0.8;
}

.conceptimg li {
	width:49%;
	margin-bottom:1em;
}

.large {
	font-weight:bold;
	font-size:16px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color:#c0a652;
}

.clear {
	clear:both;
}

.block .bor {
	padding:10px;
	background-color:#0a0a0a;
	margin-bottom:10px;
}


/*----------------------party---------------------------------*/


.box01 {
	background:url(../img/bgout.jpg) no-repeat 0 0;
	background-size:cover;
	padding:.5em;
	margin-bottom:1.5em;
}

.boxIn {
	background:url(../img/bgIn.jpg) no-repeat 0 0;
	background-size:cover;
	padding:1em;
	color:#000;
}

.partyIn p {
	margin-bottom:.5em;
}

.partyIn p.price {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color:#281609;
	font-weight:bold;
	}


/*----------------------access---------------------------------*/

dl.shop {
	line-height: 1.5;
	border-bottom: 1px dotted #5c513f;
	padding-bottom: 1em;
	text-align:left;
	display:table;
	width:100%;
	margin-bottom:1em;
}

dl.shop:first-of-type {
	border-top: 1px dotted #5c513f;
	padding-top:1em;
}

dl.shop dt {
	display:table-cell;
	width:30%;
	color:#A27C67;
}

dl.shop dd {
	display:table-cell;
}

.mapbox {
	background:url(../img/access/bgout.jpg) no-repeat 0 0;
	background-size:cover;
	padding:.5em;
	margin-bottom:1em;
}


.small {
	font-size:85%;
}
.block .m_b5 {
	margin-bottom:5px;
}

.menu_info{
	background-color:#F00;
	color:#fff;
	padding:0 3px;
	font-size:14px;
}


.menu_txt{
	text-align:center;
	font-weight:bold;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
/*----------------------company---------------------------------*/



#company #sec1 dl.shop:first-of-type{
border-top: 0;}
 #company #sec3{
	margin-bottom: 1.5em;
}
#company #sec3 h3{
	background-color: #140300;
	outline: 1px #fff solid;
	outline-offset: -2px;
	
	padding: 10px 0 10px 8px;
	color: #f0e8d4;
font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
font-size: 16px;
font-weight: bold;
height: auto;
line-height: 1.4em;
	text-align: center;
}
 #company #sec3 .stit{	padding:8px 0 6px;
	text-align: center;
	    background:  transparent;
			position: relative;
	 border: 0;
	 color: #000;
	 outline: 0;
	 
}
#company #sec3 .tel{
	    max-width: 300px;
    margin: auto;
}
.deco_tg{
	position: relative;
}
#company #sec3 .stit:before,.deco_tg{
	position: absolute;
	top: 29px;
	left: 50%;
	transform: translate(-50%);background: url(../img/menu/icon.png) no-repeat center top;
	width: 8px;
	content: "";

	height: 5px;
	
}
#hd_content .deco_tg{
	background: url(../img/icon.png) no-repeat center /contain;
}
#company #sec3 .accordionbox *{
	position: relative;z-index: 4;
}
#company #sec3 .accordionbox:before{
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background: url(../img/company/bg_box.jpg) repeat center top;
}
#company #sec3 .toggle-main{
	margin: 10px 0.4em 0;
}
#company #sec3 .accordionbox{color: #000;
	background: url(../img/company/bgbox2.jpg) repeat center top;
	position: relative;
	margin-bottom: 10px;
}
#company .shop dt{
	padding-bottom: 0.1%;
	
	color: #fff;
}
#company #sec3 dt{color: #000}


#company #sec3 dl.shop{
	border: 0;
	margin-left:2%
	
}
#company .shop dt,
#company .shop dd{
	display: block;
}
#hd_content{
	background: url(../img/company/kv_img.jpg) no-repeat center top/100% auto,#000;
	    padding: 0.5em 0.5em 2em;
}

#company dl.shop {
    border-color:  #fff;
}
.shopinfo .brk{
	    display: block;
    margin-bottom: 8px;
}
.bg{
	    background-color: #871604;
	display: inline-block;
	padding: 5px;
}
#hd_content .box:last-child .toggle-main1{
	padding-top: 10px;
}

#access .btn_access{
	width: 300px;
	height: 38px;
	background: #4f0004;
	display: block;
	cursor:pointer;
	font-size: 17px;
	font-weight: 300;
	padding-top: 12px;
	margin: 10px auto;
	text-align: center;
	color: #fff;
}
#access .btn_access a{
	display: block;
	color: #4f0004;
}
#access .btn_access a:hover{
	text-decoration: none;
}

.oshirase{
	text-align: center;
	padding: 10px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 0 10px rgba(255,255,255,0.8);
	width: auto;
	margin: 10px;
	border: 2px solid;
	color: #000;
}

.oshirase h3{
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 10px;
}

.oshirase p{
	font-size: 12px;
	line-height: 25px;
}