/*****全体設定*****/
body{
	font-size:9pt;
	color:#333;
	line-height:1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
	margin:0 auto 0 auto;
	max-width:1920px;
}

a:link, a:visited{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#999;
	opacity: 0.75;
}

.both{
	clear:both;
}

.fsize15{
	font-size:15pt;
}

.fsize7{
	font-size:7pt;
}

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/



/*****ヘッダー設定*****/
.topheader{
	background-image:url(nimage/renga.jpg);
	text-align:center;
}

.sabheader{
	background-image:url(nimage/renga.jpg);
	text-align:center;
	padding-bottom:5px;
}

.toplogo{
	display:inline;
	width:120px;
	padding-top:20px;
}

nav ul{
	width:470px;
	margin:10px auto 5px auto;
	padding:3px 0 3px 0;
	text-align:center;
	font-size:10pt;
	background-color:rgba(255,255,255,0.6);
}

nav li{
	display:inline;
	margin:0 auto 0 auto;
	padding-left:7px;
	padding-right:7px;
	border-right:1px dashed #666;
}

.leftline{
	border-left:1px dashed #666;
}

.topmain{
	width:100%;
	height:641px;
	overflow:hidden;
	position:relative
}

.mainimg{
	display:block;
	margin:0 auto 0 auto;
	position:absolute;
	top: 50%; 
	left: 50%; 
	transform: translateY(-50%) translateX(-50%); 
	-webkit-transform: translateY(-50%) translateX(-50%); 
}

.toph1{
	max-width:100%;
	margin:0;
	font-size:270%;
	text-align:right;
	position:absolute;
	right:4%;
	top:12%;
	color: rgba(255, 0, 0, 0.8);
	text-shadow: 2px 2px #fff, 5px 5px rgba(255, 0, 0, 0.4);
}

.padmain{
	display:none;
}

.spmain{
	display:none;
}

.header-logo-menu{
	display:none;
}



/*****フッター設定*****/
footer{
	clear:both;
	background-image:url(nimage/renga.jpg);
	padding-bottom:5px;
	padding-top:5px;
}

.foot{
	display:block;
	width:470px;
	margin:0 auto 0 auto;
}
	
.footlogo{
	display:inline;
	width:100px;
	margin:0 auto 0 auto;
	padding-top:10px;
	padding-bottom:10px;
}

footer ul{
	width:340px;
	margin:10px auto 5px auto;
	padding:3px 0 3px 0;
	text-align:center;
	font-size:10pt;
	background-color:rgba(255,255,255,0.6);
}

footer li{
	display:inline;
	margin:0 auto 0 auto;
	padding-left:7px;
	padding-right:7px;
	border-right:1px dashed #666;
}

.fright{
	float:right;
}

small{
	display:block;
	width:350px;
	text-align:center;
	font-size:9pt;
}

.spfoot{
	display:none;
}


/*****トップページ設定*****/
/****トップページメニュー*****/
.section1{
	width:100%;
	background-color:#fff5ee;
}

.topmenu{
	width:1004px;
	margin:0 auto 0 auto;
	padding:30px 10px 0 10px;
	text-align:center;	
}

.topmenu img{
	width:90%
}

.spnomi{
	display:none;
}

.mbottom15{
	margin-bottom:15px;
}

.mbottom20{
	margin-bottom:20px;
}

.mbottom25{
	margin-bottom:25px;
}

.menu{
	width:1004px;
	margin:0 auto 0 auto;
	padding:30px 10px 30px 10px;	
}

.list{
	width:292px;
	background-color:#fff;
	border:solid 1px #b3b3b3;
	padding:10px;
	margin:10px;
	float:left;
}

.listimg{
	max-width:100%;
}

.listcaption{
	text-align:center;
	padding:10px;
}

.listcaption h2{
	display:inline;
	color:#666;
	background: linear-gradient(transparent 80%, #f66 80%);
}

.listcaption h2:hover{
	color:#999;
}
	
.listcaption p{
	margin-top:12px;
	margin-bottom:0;
}


/****トップページインフォ*****/
.topinfo{
	width:100%;
	height:545px;
	overflow:hidden;
	position:relative;
}

.toph2{
	color:#666;
	font-size:140%;
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.section2 h2, .section3 h2{
	margin-top:80px;
	margin-bottom:50px;
	display: inline-block;
	padding: 0 80px;
	position:relative
}

.section2 h2:before, .section2 h2:after, .section3 h2:before, .section3 h2:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 65px;
	height: 2px;
	background-color: #999;
}

.section2 h2:before, .section3 h2:before{
	left:0;
}
.section2 h2:after, .section3 h2:after{
	right: 0;
}

.topul{
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

ul.infoli{
	padding: 0;
	font-size:200%;
	width:300px;
	list-style: none;
	margin-top:180px;
}

ul.infoli li{
	position: relative;
	padding: 0.5em 0 0.5em 2.5em;
	margin-bottom:30px;
	color:#666;
	font-size: 70%;
	border-bottom:1px solid rgba(140,98,57,0.5);
}

ul.infoli li:after,
ul.infoli li:before{
	content: "";
	position: absolute;
	border-radius: 50%;
}

ul.infoli li:before{
	left: 0.2em;
	width: 20px;
	height:20px;
	background: rgba(140,98,57,0.5);
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

ul.infoli li:after{
  	left: 0.7em;
	width: 18px;
	height: 18px;
	background: rgba(199,178,153,0.3);
}


/****トップページyoutube*****/
.section3{
	width:100%;
	background-color:#fff5ee;
	text-align:center;
	margin:0;
}

.toph3{
	color:#666;
	font-size:140%;
}

.section3 h2{
	margin-top:50px;
	margin-bottom:30px;
}

.section3 iframe{
	width:784px;
	height:441px;
	padding-bottom:50px;
}

/****トップページバナーエリア*****/
.banalist{
	text-align:center;
}

.bannerimg{
	width:300px;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}


/*****カジサック動画ページ設定*****/
.kajisakku{
	width:100%;
	background-color:#fff5ee;
	text-align:center;
	padding-top:40px;
	padding-bottom:60px;
}

.kaji{
	display:block;
	width:400px;
	margin:0 auto 0 auto;
}

video{
	width:500px;
}

.kajisakku h1{
	font-size:200%;
	color: rgba(51, 37, 37, 0.8);
	text-shadow: 2px 2px #fff, 5px 5px rgba(245, 178, 178, 0.4);
}


/*****準備中ページ設定*****/
.jyunbi{
	width:100%;
	background-color:#fff5ee;
	text-align:center;
}

.jyunbiimg{
	max-width:100%;
}



/*****店舗ページ設定*****/
.tenpo{
	width:1024px;
	margin:0 auto 0 auto;
	text-align:center;
}

.kanbanarea{
	position: relative;
}

.kanban{
	width:600px;
	margin-top:20px;
	margin-bottom:20px;
}

.kanbanarea h1{
	font-size:200%;
	color:#fff;
	margin:0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.left{
	display:block;
	text-align:left;
}

.tenpoimg{
	background-image:url(nimage/chizu.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

table{
	width:90%;
	margin:10px auto 50px auto;
	border-collapse: collapse;
	border: solid 2px #c69c6d;
}

.tablesmall{
	width:70%;
	margin:10px auto 10px auto;
	border-collapse: collapse;
	border: solid 2px #c69c6d;
}


th{
	text-align:center;
	width:17%;
}

table th, table td{
	font-size:14px;
	border: solid 1px #c69c6d;
	padding:5px 15px 5px 15px;
}

.tel{
	width:22%;
}

.jyusyo{
	text-align:left;
}

.syousai{
	width:12%;
}

.meisyo{
	width:40%;
}

.bango{
	width:60%;
}

td p{
	margin:0;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background-color: #a48250;
	border-bottom: solid 2px #6f5436;
	border-right: solid 2px #6f5436;
	border-radius: 4px;
}

table tr:nth-child(even) {
	background-color: #fff5ee;
}

.map iframe{
	margin:10px auto 20px auto;
	width:650px;
}

.kakuten{
	width:600px;
	margin-bottom:50px;
	text-align:center;
}

.chirashi iframe{
	margin:0 auto 30px auto;
	height: 200px;
	width: 800px;
	display: inline-block;
	overflow-x:scroll;
}


/*****roccaページ設定*****/
.roccaimg{
	width:100%;
}

.roccah1{
	font-size:250%;
	margin-top:50px;
	margin-bottom:70px;
}

.yline{
	background: linear-gradient(transparent 60%, #ff6 60%);
}

.sp_submenu{
	width:90%;
	max-width:894px;
	height:auto;
	margin:50px auto 50px auto;
}

.sp_submenu ul{
	width:100%;
	list-style: none;
	padding:0;
}

.sp_submenu ul li{
	width:29.5302013422%;
	float:left;
	margin-bottom:15px;
	margin-left:1.90156599%;
	margin-right:1.90156599%;
	list-style: none;
}

.sp_submenu ul li img{
	width:100%;
	height:auto;	
}

.sp_submenu ul li p{
	font-size:13px;
	line-height:140%;	
}

.clear{
	clear:both;
}

.faq{
	width:1004px;
	margin:30px auto 30px auto;
	font-size:15px;
}

.faqtitle{
	font-size:150%;
	text-align:center;
	margin-bottom:30px;
}

.sp_f{
	display:inline;
	background: linear-gradient(transparent 60%, #fbdac8 60%);
	font-weight:bold;
	font-size:120%;
}

.sp_a{
	margin-bottom:30px;
	margin-top:5px;
}


/*****予約ページ設定*****/
.yoyakuh2{
	font-size:200%;
}

.yoyakuimg{
	width:96%;
	margin-top:25px;
	margin-bottom:25px;
}

.yoyakuimg2{
	width:96%;
}


/*****ロッキーおつまみ大募集*****/
.pdbottom{
	padding-bottom:23px;
}


/*****インフォページ*****/
.info1{
	width:670px;
	margin:0 auto;
	padding-bottom:30px;
}

.info1 h2{
	font-size:170%;
}

.info1 h3{
	font-size:150%;
	text-align:left;
}


.infop{
	text-align:center !important;
}

.dinline{
	display:inline;
}

.pline{
	background: linear-gradient(transparent 60%, #fcf0f1 60%);
}

.info1 p{
	font-size:130%;
	text-align:left;
}

.infobox{
    padding: 0.5em 1em;
    margin:0 0 20px 0;
    background: #fff;
    border-top: solid 5px #f66;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.infobox h2 p {
    margin: 0; 
    padding: 0;
}

.info1 h3 {
  position: relative;
  padding: 0.25em 0;
}

.info1 h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 102, 102), transparent);
  background: linear-gradient(to right, rgb(255, 102, 102), transparent);
}

.infobox6 {
    padding: 0.5em 1em;
    margin: 0;
    border: dashed 2px #f5d5da;/*点線*/
}
.infobox6 p {
    margin: 0; 
    padding: 0;
}



.info2{
	width:670px;
	margin:0 auto;
	padding-bottom:30px;
}

.info2 h2{
	font-size:170%;
}

.info2 h3{
	font-size:150%;
	text-align:left;
}

.info2 p{
	font-size:130%;
	text-align:left;
}

.infobox2{
    padding: 0.5em 1em;
    margin:0 0 20px 0;
    background: #fff;
    border-top: solid 5px #f7bd8f;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.infobox2 h2 p {
    margin: 0; 
    padding: 0;
}

.info2 h3 {
  position: relative;
  padding: 0.25em 0;
}

.info2 h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(247, 189, 143), transparent);
  background: linear-gradient(to right, rgb(247, 189, 143), transparent);
}

.info2 .sss{
width:100%;
font-size:100%;
text-align:left;
font-weight:100;
}

.info2 .mmm{
width:100%;
font-size:150%;
text-align:left;
font-weight:600;
}

.pab400{
margin-bottom:400px;
}



.info3{
	width:670px;
	margin:0 auto;
	padding-bottom:30px;
}

.info3 h2{
	font-size:170%;
}

.info3 h3{
	font-size:150%;
	text-align:left;
}

.info3 p{
	font-size:130%;
	text-align:left;
}

.infobox3{
    padding: 0.5em 1em;
    margin:0 0 20px 0;
    background: #fff;
    border-top: solid 5px #ffffad;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.infobox3 h2 p {
    margin: 0; 
    padding: 0;
}

.info3 h3 {
  position: relative;
  padding: 0.25em 0;
}

.info3 h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 255, 173), transparent);
  background: linear-gradient(to right, rgb(255, 255, 173), transparent);
}

.infobox4 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ffffad;
    border-radius: 8px;
}
.infobox4 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #333;
    font-weight: bold;
}
.infobox4 p {
    margin: 0; 
    padding: 0;
}

.info4{
	width:670px;
	margin:0 auto;
	padding-bottom:30px;
}

.info4 h2{
	font-size:170%;
}

.info4 h3{
	font-size:150%;
	text-align:left;
}

.info4 p{
	font-size:130%;
	text-align:left;
}

.infobox5{
    padding: 0.5em 1em;
    margin:0 0 20px 0;
    background: #fff;
    border-top: solid 5px #c49a6a;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.infobox5 h2 p {
    margin: 0; 
    padding: 0;
}

.info4 h3 {
  position: relative;
  padding: 0.25em 0;
}

.info4 h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(196, 154, 106), transparent);
  background: linear-gradient(to right, rgb(196, 154, 106), transparent);
}

.info5{
	width:670px;
	margin:0 auto;
	padding-bottom:30px;
}

.info5 h2{
	font-size:170%;
}

.info5 h3{
	font-size:150%;
	text-align:left;
}

.info5 p{
	font-size:130%;
	text-align:left;
}

.info5 h3 {
	position: relative;
	padding: 0.25em 0;
}

.info5 h3:after {
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, rgb(245, 178, 172), transparent);
	background: linear-gradient(to right, rgb(245, 178, 172), transparent);
}


/*****企業情報設定*****/
.kigyou{
	width:100%;
	position:relative;
}

.uekiimg{
	width:96%;
}

.kigyou .listcaption{
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.tenpo .listcaption h2:hover{
	color:#666;
}

.kigyou h2{
	font-size:170%;
}

.kigyou p{
	font-size:140%;
	margin-top:0.5em;
}

.nline{
	border:none !important;
}

.mbottom{
	margin-bottom:90px;
}

.box27 {
	position: relative;
	margin: 2em auto;
	padding:1em 1em;
	border: solid 3px #d2b48c;
	width:90%;
	text-align:center;
}

.box27 .box-title {
	position: absolute;
	display: inline-block;
	top: -42px;
	left: -3px;
	padding: 0 9px;
	height: 40px;
	line-height: 40px;
	font-size: 19px;
	background: #d2b48c;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

.box27 p {
	text-align:left;
	font-size:14px;
	margin: 0; 
	padding: 0.5em;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px dashed #d2b48c;
}

.b{
	font-weight:bold;
}

.red{
	color:#f66;
}



/*****問い合わせ設定*****/
.mtop{
	margin-top:50px;
}

.mtop30{
	margin-top:30px;
}

.mtop70{
	margin-top:70px;
}

.mbottom50{
	margin-bottom:50px;
}


/*****採用情報設定*****/
.pinkbox{
	margin: 5px 10px;	/* 外側の余白 上下・左右 */
 	padding: 20px;	/* 内側の余白 */
	position: relative;
	z-index: 0;
}
.pinkbox:before{
	background: repeating-linear-gradient(-45deg, #f5d5da, #f5d5da 5px, #fcf0f1 0, #fcf0f1 10px); /* ストライプの色 */
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -2;
}
.pinkbox:after{
	background: #fff; /* 背景色 */
	content: '';
	position: absolute;
	top: 10px;	/* ストライプ部分の太さ・上 */
	bottom: 10px;	/* ストライプ部分の太さ・下 */
	left: 10px;	/* ストライプ部分の太さ・左 */
	right: 10px;	/* ストライプ部分の太さ・右 */
	z-index: -1;
}
.haba90{
	width:90%;
	margin:0 auto;
}

.haba4596{
	width:45%;
}

.box30 {
	margin: 2em 0;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	width:48%;
}

.box30 .box-title {
	font-size: 1.5em;
	background: #f5d5da;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.box30 p {
	padding: 15px 10px;
	margin: 0;
	font-size: 1.2em;
}

.fright2{
	float:right;
}

.fleft{
	float:left;
}

.saiyouimg{
	margin-top:30px;
	width:80%;
}

.memo {
	position: relative;
	background: #F8F0D7;
	border-left:4px dotted rgba(0,0,0,.1);
	border-right:4px dotted rgba(0,0,0,.1);
	box-shadow:0 0 5px rgba(0,0,0,.2);
	padding: 1em;
	color: #65513f;
	width: 45%;
}
.masking-tape{
	position: absolute;
	top: -1em;
	left: 26%;
	width:32%;
	height:30px;
	background-image: linear-gradient(-45deg, rgba(227,155,140,.4) 25%, transparent 25%, transparent 50%, rgba(227,155,140,.4) 50%, rgba(227,155,140,.4) 75%, transparent 75%, transparent 100%);
	background-size: 20px 20px;
	border-left:2px dotted rgba(0,0,0,.1);
	border-right:2px dotted rgba(0,0,0,.1);
	box-shadow:0 0 5px rgba(0,0,0,.2);
	padding: 0.25em 2em;
	color: #65513f;
	transform: rotate(-4deg); 
}
.memo p {
	color: #65513f;
	padding: 0 10px 10px 10px;
	text-align:left;
}	

.pbottom40{
	padding-bottom:40px;
}

.jisseki{
	width:60%;
}

.jisseki td{
	width:50%;
	text-align:left;
	padding-left:5%;
	border:none;
}
.maru{
	color:#c69c6d;
}

.kochira{
	color: #ffffff;
	width: 270px;
	margin:15px auto 80px auto;
	text-align: center;
	vertical-align: middle;
 	background: #f66;
 	box-shadow: 0px 0px 0px 5px #f66;
 	border: dashed 2px white;
	padding: 0.2em 0.5em;
}
h2.kochira:hover{
	color: #fffacd;
}

.box7{
    padding: 0.5em 1em;
    margin: 10px auto;
	max-width: 500px;
    background: #ffffff;/*背景色*/
    border-left: double 7px #c69c6d;/*左線*/
    border-right: double 7px #c69c6d;/*右線*/
}
.box7 h2 {
    margin: 0; 
    padding: 0;
}

.box8{
    padding: 0.5em 1em;
    margin: 10px auto;
	max-width: 500px;
    background: #ffffff;/*背景色*/
    border-left: double 7px #ff0000;/*左線*/
    border-right: double 7px #ff0000;/*右線*/
}
.box8 h2 {
    margin: 0; 
    padding: 0;
}