@charset "UTF-8";

body {
	color:#454545;
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
h2{
	color:#ff7002;
	font-size:25px;
	font-weight:600;
}
header {
	position: absolute;
	top:57%;
	/*right:40px;*/
	color:#ff7002;
	z-index:1000;
	margin: 0 auto;
	width: 100%;
	display:table;
}
.header{
	top: 170px;
}

nav.globalnav{
	display: table-cell;
	text-align: center;
}

.logo{
	width:100%;
	background:rgba(255,255,255,0.5);
	position:absolute;
	padding:35px 0;
	top:-340%;
	text-align:center;
	z-index: 10;
}
.slideButton{
	display:none;
}

.globalnav ul{
	display:inline-block;
	width: auto;
}

.globalnav ul li{
	float:left;
}

nav ul li a{
	color:#ff7002;
	font-weight:600;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

nav ul li a:hover{
	color:#ff7002;
	text-decoration:none;
	opacity: 0.4;  
    filter: alpha(opacity=60); 
}

#mainSlider {
	width:100%;
	height:auto;
}

#Menu{
	text-align:center;
	padding-top:30px;
}

.menuS{
	width:100%;
	padding-top:45px;
}

.menuInner {
	float:left;
	height:250px;
	background-size:cover;
	color:#fff;
}

.menuInner a {
	color:#fff;
	text-decoration:none;
}

.menuLunch{
	background-image:url(../img/menu-lunch.png);
	background-size:cover;
	width:33%;
}

.menuDinner{
	background-image:url(../img/menu-dinner.png);
	background-size:cover;
	border-left:1px dotted #fff;
	width:33%;
}

.menuDrink{
	background-image:url(../img/menu-drink.png);
	background-size:cover;
	border-left:1px dotted #fff;
	width:33%;
}
.menuDivers{
	background-image:url(../img/gallely.jpg);
	background-size:cover;
	border-left:1px dotted #fff;
	width:100%;
	height:300px;
}
.menuReservation{
	background-image:url(../img/reservation.jpg);
	background-size:cover;
	border-left:1px dotted #fff;
	width:33%;
}

.menuName{
	margin:0 auto;
	border-bottom:1px solid #fff;
	font-size:20px;
	width:70%;
	padding-bottom:8px;
	margin-top:10%;
	
}

.menuTime{
	padding-top:8px;
	font-size:20px;
}

.menuMore{
	border:2px solid #fff;
	border-radius:5px;
	width:180px;
	margin:0 auto;
	margin-top:30px;
	position:relative;
	padding:3px;
	font-size:15px;
}

.moreButton{
	position: absolute;
	bottom:-16px;
	left:-10px;
	font-size:41px
}
#mainContent {
	height: 100%;
	/*height:760px;*/
}

#topics {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding:50px;
}

#topics table{
	width:100%;
	text-align:center;
	border:1px solid #FE7002;
	padding:15px;
	border-collapse:separate;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
#topics table td {
	text-align:left;
}
#topics table td div{
	width:100%;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px dotted #000000;
}

#aboutUs {
	width:100%;
	height:525px;
	margin:0 auto;
	background-image:url(../img/wine.png);
	background-repeat:no-repeat;
	text-align:center;
	padding:50px;
}

.aboutText{
	margin-top:60px;
	font-size:17px;
}

#main_slide {
	background-color:#fff7f1;
	margin-bottom:50px;
}

#main_slide ul{
}

#main_slide ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_slide ul li {
	padding:21px 6px;
}

#contents {
	text-align: center;
}


#access{
	text-align:center;
}

.accessBody{
	padding-top:45px;
	max-width:1028px;
	margin:0 auto;
	margin-bottom:50px;
}


.ggmap {
	float:left;
}
.accessDetail{
	float:left;
	margin-left:17px;
	margin-top: -5px;
}

.Detail{
	text-align:left;
	font-size:14px;
}

.Detail tr td{
	vertical-align:baseline;
	padding:6px;
}

.contactButton{
	margin-top:10px;
	padding:10px;
	width:98%;
	border:2px solid #ff7002;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position:fixed;
  right:20px;
  bottom:30px;
}

a.diversGallary {
	display:block;
	width:1028px;
	margin:0 auto 0 auto;
	color: #FFFFFF;
	background-color: transparent;
	-webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
}

a.diversGallary:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, .2);
}

a.diversGallary div.menuDivers {
	padding-top:3px;
}

a.diversGallary span {
}

#contents .contentsBody {
	width:1028px;
	margin:20px auto 40px auto;
}

.gSchdule {
	float:left;
}

.staffRecruit {
	float:right;
	background-image: url(/img/staffrecruit.jpg);
	background-size: contain;
	width:630px;
	height:350px;
	color:#FFFFFF;
}

.menuStaffRecruit{
	margin-top:120px;
}

.menuStaffRecruit .menuMore a{
	color:#FFFFFF;
	background-color: transparent;
	display: block;
	width:100%;
}

.menuStaffRecruit .menuMore a:hover{
	background-color: rgba(255, 255, 255, .2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}

.banenrWrap {
	display: block;
	text-align: center;
	width: 100%;
	border-top:1px solid #FF7002;
}

.banenrWrap ul {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.banenrWrap ul li{
	display: block;
	margin: 10px;
	float:left;
}

.banenrWrap ul li a{
    display: block;
    background-color: transparent;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.banenrWrap ul li a img{
	border:1px solid #FCBF90;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.20);
}

.banenrWrap ul li a:hover{
	opacity: 0.3;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 30);
	filter: alpha(opacity = 30);
}

footer{
	text-align:center;
	background-color:#ff7002;
	color:#fff;
	padding:10px;
}

@media screen and (width:1024px) {
.accessBody{
	padding:45px 10px 0;
	}
.Detail{
	font-size:14px;
}

.slideButton{
	display:block;
	
	
}
a.diversGallary {
	width:100%;
}

#contents .contentsBody {
	width:100%;
	margin:20px auto 40px auto;
}

.gSchdule {
	width:100%;
	float:none;
}

.gSchdule iframe{
	width:100%;
}

.staffRecruit {
	float:none;
	width:100%;
	background-size: cover;
}

.menuStaffRecruit{
	margin-top:0px;
	padding-top:50px;
}

}
@media screen and (max-width:1024px) {
	.ggmap {
position: relative;
width:100%;
padding-bottom: 56.25%;
padding-top: 30px;
padding-left:20px;
padding-right:20px;
height: 0;
overflow: hidden;
margin-bottom:20px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.accessDetail{
	margin-top:20px;
	margin:0 auto;
	float:none;
}

.Detail{
	width:80%;
	margin:0 auto;
	font-size:14px;
}

.contactButton{
	margin:0 auto;
	margin-top:30px;
}


.banenrWrap ul li a img{
	width:100%;
}

}
@media screen and (max-width:768px) {

.logo{
	top:-155px;
}

#nav{
	display: none;
}

nav.globalnav ul{
	margin-left: -40px;
}

nav.globalnav ul li span{
	display: none;
}

.aboutText{
	font-size:13px;
}
	
.Detail{
	width:90%;
	font-size:11px;
}

.menu{
	margin:0;
}

.menuInner{
	width:100%;
	float:none;
}

.menuName{
	margin-top:20px;
	padding-top:50px;
}

a.diversGallary {
	width:100%;
}

#contents .contentsBody {
	width:100%;
	margin:20px auto 40px auto;
}

.gSchdule {
	float:none;
	width:100%;
}

.gSchdule iframe{
	width:100%;
}

.staffRecruit {
	float:none;
	width:100%;
	background-size: cover;
}
.menuStaffRecruit{
	margin-top:0px;
	padding-top:50px;
}

}
@media screen and (max-width:768px) {

.menu a:hover{
	text-decoration:none;
}

.menuName:hover{
	text-decoration:none;
}

.globalnav{
	display:none;
}

.slideButton{
	display:block;
	font-size:50px;
	color:rgba(255,112,2,0.5);
	width:50px;
	margin:0 auto;
	position:relative;
	bottom:145px;
	z-index: 100;
}
.banenrWrap ul li, .banenrWrap ul li a, .banenrWrap ul li a img{
	width:96%;
}
}

/* balloon-4 bottom-right */
div#balloon2 p{
    text-align:center;
    font-size: 150%;
    padding-top:8px;
}
div#balloon2{
    background: rgba(255,255,255,0.9);
    dispay: inline-block;
    position: absolute;
    width: 100px;
    height: 50px;
    border: 1px solid #FFF;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    top:-30px;
    left:70%;
}
div#balloon2:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-top-color: #FFF;
    position: absolute;
    left: 43px;
    bottom: -20px;
}
div#balloon2:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-top-color: rgba(255,255,255,0.9);
    position: absolute;
    left: 44px;
    bottom: -18px;

}