@charset "UTF-8";




/*************************************************/
/* 初期 */
html, body {
	height: 100%;
	min-height: 100%;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


body {
	width: 100%; height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	background-color: #000000;
	text-align: left;
	font-size: 10pt; /* Resets 1em to 10px */
	color: #ffffff;
	position: relative;
}


img {
	margin: 0px;
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}


.grBorder {
	width: 100%; height: 3px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	background: rgb(124,104,40);
	background: -moz-linear-gradient(left, rgba(124,104,40,1) 0%, rgba(254,254,254,1) 50%, rgba(124,104,40,1) 100%);
	background: -webkit-linear-gradient(left, rgba(124,104,40,1) 0%,rgba(254,254,254,1) 50%,rgba(124,104,40,1) 100%);
	background: linear-gradient(to right, rgba(124,104,40,1) 0%,rgba(254,254,254,1) 50%,rgba(124,104,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c6828', endColorstr='#7c6828',GradientType=1 );
}



/*************************************************/
/* ヘッダー */
#header {
	width: 100%; height: auto;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	background-color: #000000;

	transition: all 0.3s;
}

#pcHeader {
	display: none;
}

#spHeader {
	width: 100%; height: 70px;
	max-width: 900px;
	margin: 0px auto 0px auto;
	padding:: 0px 0px 0px 0px;


	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;

}


#contactTel a {
	margin-left: 10px;
	padding: 5px 5px 5px 5px;
	border-top: 1px #9E9E9F solid;
	border-bottom: 1px #9E9E9F solid;
	font-size: 1.2em;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#contactTel a:hover {
	color: #ffffff;
	background-color: #999999;
}

#logo {
	width: 100%; height: 100%;
	max-width: 138px; max-height: 95px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 100%;
	display: block;
}

#logo img {
	width: 100%; height: 100%;
}

/*************************************************/
/* メニューパーツ */
/* メニューボタン */
#menuOpen {
	width: auto; height: 100%;
	max-height: 80px;
	margin: 0px 5px 0px auto;

	display: block;
}

#menuOpen img {
	width: auto; height: 100%;
}

#menuOpen:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
}


/* メニューパネル */
#menuPane {
	width: 200px; height: auto;
	box-sizing: border-box;
	position: fixed;
	top: 60px;
	right: -200px;
	z-index: 700;
}

#menuPane ul {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	position: absolute;
}

#menuPane ul li {
	width: 100%; height: auto;
	padding: 0px 0px 0px 0px;
	border: 1px #9C6724 solid;
	border-top: none;
	cursor: pointer;
}

#menuPane ul > li a {
	width: 100%; height: auto;
	padding: 8px 0px 8px 0px;
	box-sizing: border-box;
	background-color: rgba( 255, 255, 255, 0.8 );

	text-align: center;
	text-decoration: none;
	color: #7d736d;
	display: block;
	position: relative;
}

#menuPane ul > li a:after {
	content: "";
	width: 1em; height: 1em;

	background-image: url("../img/common/menuicon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	position: absolute;
	right: 10px;
	top: 35%;
}

#menuPane ul > li a:hover {
	background-color: rgba( 229, 227, 226, 0.8 );
}

#menuPane ul > li a span {
	margin-right: 0.5em;
	font-size: 1.2em;
	font-family: "rounded-1c-m","メイリオ", Meiryo;
	display: inline-block;
}

/*************************************************/
/* フッターパーツ */
#footerPane {
	width: 100%;
	font-size: 10px;
}

#footer {
	padding: 60px 0px 80px 0px;
	text-align: center;
}

#footer br {
	display: inline;
}

#footer ul {
	width: auto;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: center;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;

}

#footer ul li {
	width: auto; height: auto;
	padding: 0px 0px 0px 0px;
	border: none;
	border-right: 1px #ffffff solid;
	cursor: pointer;
}

#footer ul li:first-child {
	border-left: 1px #ffffff solid;
}

#footer ul > li a {
	width: 100%; height: auto;
	padding: 0px 1em 0px 1em;
	box-sizing: border-box;
	background-color: rgba( 0, 0, 0, 0.8 );

	text-align: center;
	text-decoration: none;
	color: #ffffff;
	display: block;
}


#footer ul > li a:hover {
	color: #000000;
	background-color: rgba( 229, 227, 226, 0.8 );
}

/*************************************************/
/* パネルパーツ */
#contentsPane {
	width: 100%; height: auto;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 12px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb50 {
	margin-bottom: 50px;
}


/*************************************************/
/* 内部パーツ */
#slideImg {
	width: 100%; height: auto;
	padding: 0px 10px 0px 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}


h1 {
	width: 100%;
	text-align: center;
}

h1 img {
	width: auto; height: 100%;
}


h1#drinkTitle {
	width: auto; height: 60px;
	margin: 40px auto 30px auto;
}


/* 各タイトル */
h3 {
	margin: 0px 0px 30px 20px;
}

h3 img {
	height: 20px;
}

.contents {
	width: 100%; height: auto;
	margin: 0px auto 40px auto;
	padding: 0px 25px 0px 25px;
	box-sizing: border-box;
}

.inPane {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

/* map */
#map {
	width: 100%; height: 200px;
	margin: 0px auto 10px auto;
}

#map iframe {
	width: 100%; height: 100%;
}



/* ドリンクメニュー */
.drinkMenuPane {
	width: 100%; height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 20px;
	box-sizing: border-box;
}

/* ドリンクメニュー */
h2#drinkMenu {
	height: 10px;
	margin: 40px 20px 40px 20px;
	font-size: 10px;
	line-height: 100%;
	color: #ffffff;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

}

h2#drinkMenu img {
	width: auto; height: 18px;
	margin: 0px 1em 0px 1em;
}

h2#drinkMenu:before,
h2#drinkMenu:after {
	content: '';
	display: block;
	width: 50%; height: 0px;
	border-bottom: 1px #ffffff solid;
}



h3.drinkMenuListTitle {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14pt;
	color: #ffffff;
}


.drinkMenuList {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

.drinkMenuList dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	line-height: 200%;
	color: #E1690F;
}



.drinkMenuList dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.0em;
	line-height: 200%;
	color: #ffffff;
}


#recruit {
	margin: 0px 10px 30px 10px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	color: #000000;

	border-radius: 6px 6px 6px 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px 6px 6px 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px 6px 6px 6px;   /* Firefox用 */
}



.toTopLink {
	text-decoration: underline;
	color: #1D2973;
}

.toTopLink:before {
	content: "";
	width: 1em; height: 1em;
	margin: 0px 0.2em 0px 0px;

	background-image: url("../img/common/menuicon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
  display: inline-block;
	position: relative;
	top: 0.1em;
}


.recruitTitle {
	margin: 20px auto 20px auto;
	font-size: 1.3em;
	font-family: "rounded-1c-r","メイリオ", Meiryo;
	text-align: center;
	color: #040000;
}

#recruit h4 {
	margin: 0px auto 20px auto;
	font-family: "rounded-1c-l","メイリオ", Meiryo;
	font-weight: normal;
	line-height: 180%;
}

.recruitContents {
	font-family: "rounded-1c-l","メイリオ", Meiryo;
	font-weight: normal;
	line-height: 180%;
}

.recruitContents h5 {
	height: 40px;
}

.recruitContents h5 img {
	height: 100%;
}

.recruitContents strong {
	font-weight: normal;
}

.recruitContents p {
	margin: 0px auto 40px auto;
}

.recruitContents .diamond {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 2em;

	background-image: url("../img/common/diamond.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 70%;

	font-size: 1.3em;
	font-weight: bold;
	color: #662C17;

  display: block;
	position: relative;
}

.recruitContents .recruitSubTitle {
	margin: 20px auto 25px auto;
	font-family: "rounded-1c-r","メイリオ", Meiryo;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 180%;
	text-align: center;
	display: block;
}

.recruitContents .pink {
	margin: 0px auto 10px auto;
	padding: 0px 0.5em 0px 0.5em;
	background-color: #DD626C;
	font-size: 1.2em;
	color: #ffffff;
	display: inline-block;
}


.recruitGreenLine {

	background-image: url("../img/common/greenline.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;

	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
}

.recruitGreenLine:before,
.recruitGreenLine:after {
	content: "";
	width: 30%; height: 100%;
	background-color: #ffffff;

	background-image: url("../img/common/greenline.svg");
	background-repeat: no-repeat;
	background-size: auto 100%;

	text-align: left;
	text-indent: -9999px;
	overflow: hidden;

	position: absolute;
	top: 0px;
	display: block;
}

.recruitGreenLine:before {
	background-position: left center;
	left: 0px;
}

.recruitGreenLine:after {
	background-position: right center;
	right: 0px;
}

.recruitContents .catch {
	color: #DD626C;
	display: block;
}

.recruitContents .merit {
	width: 100%;
	max-width: 600px;
	margin: 0px auto 5px auto;
	padding: 0px 0px 0px 0px;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.recruitContents .merit dd {
	width: 280px; height: auto;
	margin: 0px auto 20px auto;
	padding: 8px 0px 8px 0px;
	line-height: 100%;
 	text-align: center;
	background-color: #7C7C7D;
	color: #ffffff;

	border-radius: 8px 8px 8px 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px 8px 8px 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px 8px 8px 8px;   /* Firefox用 */
}

.recruitContents .star {
	margin: 0px auto 20px auto;
	font-family: "rounded-1c-l","メイリオ", Meiryo;
	font-weight: normal;
	color: #E47F13;
	text-align: center;
	display: block;
	line-height: 100%;
	font-size: 15px;
}


.recruitContents .star img {
	vertical-align: bottom;
}



#LinePnae {
	width: 100%;
	max-width: 460px;
	margin: 0px auto 50px auto;
	padding: 15px 25px 15px 25px;
	box-sizing: border-box;

	border: 1px #000000 solid;
	font-size: 0.9em;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	border-radius: 10px 10px 10px 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px 10px 10px 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px 10px 10px 10px;   /* Firefox用 */
}

#LinePnae .line_left {
	width: 100%;
	margin: 0px auto 10px auto;
	padding:0px 0px 0px 0px;
}


#LinePnae .line_left strong {
	width: 100%; height: auto;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	font-weight: normal;
	text-align: center;

	background-color: #646464;
	color: #ffffff;
	display: block;
}

#LinePnae .line_left p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#LinePnae .line_right {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

#LinePnae .line_right a,
#LinePnae .line_right span {
	height: 100px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
}

#LinePnae .line_right a img {
	height: 100%;
}

#LinePnae .line_right  img {
	height: 100px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.recruitInfo {
	margin: 50px auto 20px auto;
}


@media screen and (min-width: 400px){
	#LinePnae {
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	#LinePnae .line_left {
		margin-bottom: 0px;
	}

	#LinePnae .line_right a {
		margin: 0px auto 0px auto;
	}
	#LinePnae .line_right span {
		margin: 0px 0px 0px 0px;
	}

}






/*************************************************/
/** pc（フロート）・スマートフォン（縦）**/
/** pc **/
/*************************************************/
@media screen and (min-width: 641px){

	/* ヘッダー */
	#header {
		width: 100%; height: auto;
		margin: 0px auto 0px auto;
	}

	#pcHeader {
		width: 100%; height: auto;
		max-width: 1000px;
		margin: 0px auto 0px auto;
		padding: 5px 20px 5px 20px;
		box-sizing: border-box;

		display: -webkit-flex;
	  display: -moz-flex;
	  display: -ms-flex;
	  display: -o-flex;
	  display: flex;

		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		align-items: flex-end;

	}

	#spHeader {
		display: none;
	}

	#pcHeader .telPanel {
		text-align: right;
	}

	#pcHeader .telPanel span {
		display: block;
	}

	#pcHeader .telPanel span:nth-child(2) {
		margin-top: 10px;
	}

	#pcHeader .telPanel span img {
		height: 22px;
		margin-right: 10px;
	}

	.tel {
		width: 100%; height: auto;
		max-width: 145px;
		margin: 0px 0px 0px auto;
	}


	h1#drinkTitle {
		width: auto; height: 82px;
		margin: 40px auto 30px auto;
	}


	/*************************************************/
	/* メニューパーツ */
	/* メニューパネル */
	#menuPane {
		width: 100%; height:auto;
		margin: 0px auto 40px auto;
		position: static;
		display: block;
	}

	#menuPane ul {
		width: auto;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
		text-align: center;
		position: static;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	#menuPane ul li {
		width: 100%; height: auto;
		max-width: 245px;
		padding: 0px 0px 0px 0px;
		border: none;
		border-right: 1px #ffffff solid;
		cursor: pointer;
	}

	#menuPane ul li:first-child {
		border-left: 1px #ffffff solid;
	}

	#menuPane ul > li a {
		width: 100%; height: auto;
		padding: 8px 0px 8px 0px;
		box-sizing: border-box;
		background-color: rgba( 0, 0, 0, 0.8 );

		text-align: center;
		text-decoration: none;
		color: #ffffff;
		display: block;
	}


	#menuPane ul > li a:hover {
		background-color: rgba( 229, 227, 226, 0.8 );
	}

	/*************************************************/
	/* フッターパーツ */
	#footer {
		font-size: 12px;
	}

	#footer br {
		display: none;
	}

/*************************************************/
	/* パネルパーツ */
	#contentsPane {
		font-size: 14px;
	}

/*************************************************/
	/* 内部パーツ */

	#slideImg {
	    width: 100%;
	    height: auto;
	    margin-bottom: 40px;
	}


	/* 各タイトル */
	h3 {
		margin: 0px 0px 30px 20px;
	}

	h3 img {
		height: 38px;
	}

	.contents {
		width: 100%; height: auto;
		margin: 0px auto 100px auto;
		padding: 0px 70px 0px 90px;
		box-sizing: border-box;
	}

	.inPane {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}



	/* ドリンクメニュー */
	.drinkMenuPane {
		width: 100%; height: auto;
		margin: 0px auto 50px auto;
		padding: 0px 40px 0px 40px;
		box-sizing: border-box;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;

	}

	/* ドリンクメニュー */
	h2#drinkMenu {
		height: 12px;
		margin: 40px 40px 40px 40px;
		font-size: 12px;
	}

	h2#drinkMenu img {
    width: auto;
    height: 20px;
	}

	h3.drinkMenuListTitle {
		margin: 0px 0px 20px 0px;
	}

	.drinkMenuList {
		width: 400px;
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;


	}

	/* 奇数 */
	.drinkMenuList:nth-child(odd){
			margin: 0px auto 20px 0px;
	}

	/* 偶数 */
	.drinkMenuList:nth-child(even){
			margin: 0px auto 20px 0px;
	}


	/* 求人 */
	#recruit {
		margin: 0px 60px 50px 60px;
		padding: 40px 60px 40px 60px;

		font-size: 12pt;

		border-radius: 10px 10px 10px 10px;        /* CSS3草案 */
		-webkit-border-radius: 10px 10px 10px 10px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 10px 10px 10px 10px;   /* Firefox用 */
	}

	.recruitTitle {
		margin: 30px auto 40px auto;
	}

	#recruit h4 {
		margin: 0px auto 40px auto;
	}

	.recruitContents .recruitSubTitle {
		margin: 0px auto 25px auto;
		font-size: 1.2em;
	}

	.recruitContents .merit {
		margin: 0px auto 20px auto;
		padding: 0px 0px 0px 0px;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.recruitContents .merit dd {
		width: 280px; height: auto;
		margin: 0px auto 20px auto;
		padding: 8px 0px 8px 0px;
		line-height: 100%;
	 	text-align: center;
		background-color: #7C7C7D;
		color: #ffffff;

		border-radius: 8px 8px 8px 8px;        /* CSS3草案 */
		-webkit-border-radius: 8px 8px 8px 8px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 8px 8px 8px 8px;   /* Firefox用 */
	}

	.recruitContents .star {
		margin: 0px auto 20px auto;
		font-size: 20px;
	}


	#LinePnae {

	}

	#LinePnae .line_left {
	}

	.recruitInfo {
		margin: 90px auto 50px auto;
	}


}





@media screen and (max-width: 880px)  {
	.snsPane {
		width: 100%; height: auto;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.snsLeftPane {
		width: 100%;
		max-width: 100%;
		margin: 0px auto 30px auto;
		padding: 0px 0px 0px 0px;
		box-sizing: border-box;
	}

	.snsLeftPaneBnr {
		width: 80%;
		max-width: 300px;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		text-align: left;
	}

	.snsLeftPaneBnr a {
		display: block;
		margin-bottom: 20px;
	}

	.snsLeftPaneBnr a img {
		width: 100%;
	}

	.snsRightPane {
		width: 100%;
		max-width: 100%;
		margin: 0px auto 30px auto;
		padding: 0px 0px 0px 0px;
		box-sizing: border-box;
		text-align: left;
	}

	.snsRightPane h3 {
		text-align: left;
	}

	.snsRightPanemap {
		max-width: 500px;
		margin: 0px auto 0px auto;
		padding: 0px 20px 0px 20px;
		box-sizing: border-box;
		text-align: left;
	}

}