/*　画面サイズが479px以下からはここを読み込む　*/
@media screen and (max-width:479px) { 

/*****ヘッダー設定*****/
.topheader{
	display:none;
}

.sabheader{
	display:none;
}

header {
	padding:15px;
	background: #c69c6d;
}

#nav-drawer {
	position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 35px;
	height: 32px;
	vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 4px;/*線の太さ*/
	width: 35px;/*長さ*/
	border-radius: 4px;
	background: #fff;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -13px;
}
#nav-open span:after {
	bottom: -26px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 90%;
	max-width: 250px;/*最大幅（お好みで調整を）*/
	height: 100%;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
	display: block;
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
 	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}

/*ロゴやサイトタイトルをセンタリング*/
.logo-area{
	text-align:center;
	margin:auto;
}

.spmain{
	display:block;
}

nav ul{
	width:250px;
}

#nav-content li {
	display:block;
	margin-top: 15px;
	font-size: 12px;
	list-style: none;
	border-right:none;
	border-bottom: 1px dotted #ccc;
}


/*****フッター設定*****/
.foot{
	display:none;
}

footer{
	padding:15px 5px 10px 5px;
	background: #c69c6d;
}

.spfoot{
	display:block;
	text-align:center;	
}

small{
	width:100%;
	font-size:7px;
}

footer ul li{
	font-size:9pt;
}

footer ul{
	width:290px;
	margin-top:5px;
}



/*****トップメニュー設定*****/
.topmenu{
	padding-top:20px;
}

.pcnomi{
	display:none;
}

.spnomi{
	display:block;
}

.list{
	width:92%;
	vertical-align: middle;
}

.listimg{
	max-width:45%;
}

.imgright{
	float:right;
	padding-left:3%;
}

.imgleft{
	float:left;
	padding-right:3%;
}

.listcaption{
	padding-right:0;
	padding-left:0;
	font-size:11px;
}


/*****トップインフォ設定*****/
.toph2, .toph3{
	font-size:110%;
}

.topinfo{
	height:420px;
}
ul.infoli{
	padding: 0;
	font-size:170%;
	margin-top:130px;
	width:280px;
}
.section2 h2, .section3 h2{
	margin-top:50px;
}

.bannerimg {
    width: 80%;
}

/*****カジサック設定*****/
.kaji{
	width:80%;
}
.kajisakku h1{
	font-size:140%;
}

/*****店舗ページ設定*****/
.tenpo{
	width:100%;
}

.kanban{
	width:90%;
}

.left{
	width:90%;
}

.tenpoimg{
	background-image:url(nimage/chizu2.png);
}

/*****店舗設定*****/

.kanbanarea h1{
	font-size:130%;
}

table,
tbody,
thead,
tr,
th,
td {
	display: block;
}

table{
	border: solid 1px #c69c6d;
}

tr{
	border: solid 1px #c69c6d;
}

table th, table td{
	width:100%;
	border:none;
	border-bottom:dotted 1px #c69c6d;
	text-align:center;
	padding:5px 0 5px 0;
}

.jyusyo{
	width:100%;
	text-align:center;
	font-size:14px;
}

.tel{
	width:100%;
	font-size:15px;
}

.syousai{
	width:100%;
	border-bottom:none;
}

.syousai p{
	display:inline;
	padding:2px 15px 2px 15px;
}

.kakuten td{
	border:none;
}

.meisyo{
	width:100%;
}
.bango{
	width:100%;
	border-bottom:none;
}



/*****roccaページ設定*****/
.roccah1{
	font-size:170%;
	margin-top:30px;
	margin-bottom:50px;
}

.sp_submenu ul li{
	float:none;
	width:80%;
	margin-left:auto;
	margin-right:auto;	
}

.yoyakuh2{
	font-size:120%;
}


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


/*****インフォページ*****/
.info1 h3{
	margin-bottom:0;
}

.info2 h3{
	margin-bottom:0;
}

.info3 h3{
	margin-bottom:0;
}

.small{
	font-size:120% !important;
}

.info4 h3{
	margin-bottom:0;
}

.info5 h3{
	margin-bottom:0;
}


/*****企業情報設定*****/
.kigyou h2{
	font-size:140%;
}
.kigyou p{
	line-height:1.6em;
}
.uekiimg{
	width:100%;
}


/*****採用情報設定*****/
.box30 p {
	font-size: 1.1em;
}

.jisseki{
	width:96%;
}
.jisseki td{
	width:94%;
	text-align:left;
	padding-left:5%;
	border:none;
}
.jisseki tr{
	border:none;
}
.evennone {
	background-color: #fff !important;
}
video{
	width:90%;
}
	
.box7 a {
    font-size: 14px;
	}
}


/*　画面サイズが320px以下からはここを読み込む　*/
@media screen and (max-width:320px) { 
.listimg{
	padding-top:8px;
}
.listcaption{
	font-size:10px;
}
.roccah1{
	font-size:135%;
}
.yoyakuh2{
	font-size:100%;
}
.small{
	font-size:110% !important;
}
}