@charset:"UTF-8";
/*幅1200以下の場合*/
@media screen and (max-width:1200px) {

h2{
	width: 100%;
	margin-bottom:5.2vw;	
}
.center{
	width: 98%;
}

/*----------------
	header
----------------*/

#main_nav_area #logo{
	top:15vw;
	left:10vw;
}
#main_nav_area #logo img{
	width: 15vw;
}
#main_bottom ul li{
	background-image: linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.1) 50%, rgba(255,255,255,1));
	background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100% 2px;	
}
/*----------------
	contact
----------------*/
.contact_bg{padding:3% 2%;}
.contact_txt{width: 100%;}
.contact .left{width: 53%;}
.contact .right{width: 45%;}
.no_br{
	display: none;
}

.contact .center{
	padding:4% 1% ;
	width: 98%;
}
.contact_txt{
	width: 100%;
}
.contact .btn{
	width: 65%;
}
/*----------------
	news
----------------*/
.inst_caption{
  height: 4.7vw;
 }

/*----------------
	FORMALITY
----------------*/
#formality_title{
	margin-bottom: 1%;
}

/*----------------
	menu
----------------*/
.menu_area{
	width: 95%;
}
#menu h3{
	margin-bottom: 4.1vw;
	text-align: center;
}
.menu_inner{
	padding-right: 1vw;
}
.pdf img{ 
/* 	width: 26.7vw; */
	width: 35vw;
}
.menu_box{
	width: 45.8%;
	margin-bottom: 5.2vw;	
}
.menu_img{
	border: 2px solid #fff;	
}
.menu_box_s{
	width: 31%;
	margin-right: 3%;	
}

/*----------------
	access
----------------*/
#access{
	height: 70vw;
}
#access h2{
	position: relative;
	z-index: 500;
}
#access_content .center{
	top:-10vw;
	height:23.4vw;	
	padding-bottom: 1vw;	
}
#map_canvas{
	height: 70vw;
}
#map_txt_area{
	padding:0 0 ;
	margin: 5.2vw auto;	
	width: 95%;		
}
#map_btn{ 
/* 	width:30vw ; */
	width: 32vw;
}

/*----------------
	reservation
----------------*/
.bolck_br{
	display: block;
}
/*----------------
	footer
----------------*/
#pageTop{
    right:1vw;
    bottom:8.8vw;
}
#pageTop img{
	width: 13vw;
}





/*font*/
html{
	font-size:2.8vw;	
}
/*サイズ小*/
#header_address{
	font-size: 2.5vw;
}
.contact .bold{
	font-size:3.6vw;
}
.formality_txt,#drink_area .small{
	font-size: 3vw;
}
#formality_title{
	font-size: 9.3vw;
}
#menu h3,#drink_area{
	font-size: 4.6vw;
}
/*IE9ハック*/
html:not(:target) {font-size: 28px\9;}
#header_address:not(:target) {font-size: 28px\9;}
.contact .bold(:target) {font-size: 30px\9;}
.formality_txt,#drink_area .small:not(:target) {font-size: 30px\9;}
#formality_title:not(:target) {font-size: 90px\9;}
#menu h3,#drink_area:not(:target) {font-size: 45px\9;}
.pdf img:not(:target) {width: 20%\9;}
#main_nav_area #logo:not(:target) {
	top:180px\9;
	left:20%\9;	
}
#main_nav_area #logo img:not(:target) {width: 80%\9;}
#map_btn:not(:target) {width: 20%\9;}
#access .center:not(:target) {
	background: #000\9;
	height:220px\9;
}


/*MEDIA 閉じ*/
}



/*幅960以下の場合*/
@media screen and (max-width:980px) {
#access_content .center{
	top:-3vw;
}	
	
	
/*MEDIA 閉じ*/	
}