@charset "UTF-8";
/* CSS Information========
Date: 2012.04.23
Table of Contents: 
 * body
 * wrapper
 * left
	 * reservation
	 * members_menu
	 * standard_menu
 * main
	 * header
	 * contents
	 * right
		 * banner_area
 * footer
 * toTop
========================== */
a:link,a:visited {
	display: inline-block;
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
.mouseon_alpha a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	background-color: #FFF;
}
.mb_10 {
	margin: 0 0 10px 0;
}
.mb_20 {
	margin: 0 0 20px 0;
}
.mb_30 {
	margin: 0 0 30px 0;
}
.mb_40 {
	margin: 0 0 40px 0;
}
.mt_10 {
	margin-top: 10px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_40 {
	margin-top: 40px;
}
.b_btm {
	margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: #CCC solid 1px;
}
.frame {
	padding: 1px;
	border: #CCC solid 1px;
	background-color: #FFF;
}
.ico_shib {
	background: url(http://www.granbellhotel.jp/img/common/ico_shib.gif) no-repeat 0 4px;	
	padding: 0 0 0 15px;
}
.ico_aka {
	background: url(http://www.granbellhotel.jp/img/common/ico_aka.gif) no-repeat 0 4px;	
	padding: 0 0 0 15px;
}
.ico_group {
	background: url(http://www.granbellhotel.jp/img/common/ico_group.gif) no-repeat 0 4px;	
	padding: 0 0 0 15px;
}
.ico_shin {
	background: url(../img/common/ico_shin.gif) no-repeat 0 4px;	
	padding: 0 0 0 15px;
}
/* =======================
		clearfix
========================== */
.clearfix:after {
  content: ".";  /* ?V?????v?f?????? */
  display: block;  /* ?u???b?N???x???v?f?? */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  /*\*//*/
   display: inline-table;
  /* */
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* =======================
		body
========================== */
body {
	background: url(http://www.granbellhotel.jp/img/common/bg_body.gif) repeat;
	-webkit-text-size-adjust: 100%;
}
/* =======================
		wrapper
========================== */
#wrapper {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#logo {
	margin: 0 0 20px 0;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 50;
}
#logo a {
	display: block;
	width: 180px;
	height: 130px;
	overflow: hidden;
}
/* =======================
		header
========================== */
#header {
	position: absolute;
	z-index: 40;
}
#header .l_nav a:link ,#header .l_nav a:visited {
	color: #CCC;
	text-decoration: none;
}
#header .l_nav a:hover {
	color: #999;
	text-decoration: none;
}
#header .l_nav {
	padding: 9px 100px 6px 405px;
	width: auto;
	background: url(http://www.granbellhotel.jp/img/common/bg_body.gif) repeat;
}
#header .l_nav li {
	float: left;
  width: 110px;
	text-align: center;
	border-left: #666 solid 1px;
}
#header .l_nav li.last {
	border-right: #666 solid 1px;
}
#header .g_nav {
	width: 720px;
	padding: 0 0 0 230px;
	border-top: #905da3 solid 1px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000);
	background-color: rgba(0, 0, 0, 0.5);	
}
#header .g_nav a:link,#header .g_nav a:visited {
	color: #CCC;
	text-decoration: none;
}
#header .g_nav a:hover ,#header .g_nav .last a:hover {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CC000000,EndColorStr=#CC000000);
	background-color: rgba(0, 0, 0, 0.7);	
	color: #FFF; 
}
#header .g_nav li {
	position:relative;
	float: left;
    width: 102px;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
}
* html .g_nav li{
	display:inline;
	zoom:1;
}
*+html .g_nav li{
	display:inline;
	zoom:1;
}
#header .g_nav .last a {
	background: url(http://www.granbellhotel.jp/img/common/bg_g_nav_line_last.gif) no-repeat 0 0;
}
#header .g_nav ul {
	position: absolute;
	left: 0;
	z-index: 1020;
	width: 120px;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000);
	background-color: rgba(0, 0, 0, 0.5);	
	list-style-type: none;
}
#header .g_nav li .sub ,#header .g_nav li .sub li {
	width: 102px;
}
#header .g_nav li .restaurant_sub ,#header .g_nav li .restaurant_sub li {
	width: 140px;
}
#header .g_nav li a  {
	position:relative;
	display: block;
	padding: 17px 0;
	background: url(http://www.granbellhotel.jp/img/common/bg_g_nav_line.gif) no-repeat 0 0;
}
#header .g_nav .current, #header .g_nav .last .current {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CC000000,EndColorStr=#CC000000);
	background-color: rgba(0, 0, 0, 0.7);	
	color: #FFF; 
}
/* =======================
		main
========================== */
#main {
	width: 950px;
	padding: 29px 0 0 0;
	background: url(http://www.granbellhotel.jp/img/common/bg_main.gif) repeat-y;
}
/* =======================
		left
========================== */
#left {
	float: left;
	width: 180px;
	padding: 110px 20px 20px 20px;
	background-color: #F0F0F0;	
}
/* =======================
		reservation
========================== */
#reservation {
	background: url(http://www.granbellhotel.jp/shinjuku/img/131010/bg_reserve_004.gif) bottom;
	margin-bottom: 20px;
}
#reservation #nittei {
	overflow: hidden;
	display: block;
	height: 0;
	padding-top: 43px;
	background: url(http://www.granbellhotel.jp/shinjuku/img/131010/bg_reserve_001.gif) no-repeat 0 0;
}
#reservation form {
	margin: 5px 10px;
}
#reservation h4 {
	margin		 : 0;
	padding		 : 0;
	font-size	 : 85%;
	line-height: 1.5;
}
#reservation #booking_inner {
	width		 : 240px;
	margin		 : 0;
	padding		 : 0;
	line-height	 : 1.5em;
	font-size	 : 12px;
}
#reservation .bookingengine {
	color		 : #D6D6D6;
}
#reservation .booking {
	font-size	 : 85%;
}
#reservation .booking_date {
	margin		 : 0;
	float		 : left;
	display		 : block;
}
#reservation .booking_date_2col {
	float		 : left;
	display		 : block;
	width		 : 80px;
	margin-right	 : 5px;
	padding		 : 0 5px;
}
#reservation input,select {
	margin		 : 2px 0;
	padding		 : 2px 3px;
}
#reservation .year_box {
	width: 30px;
}
#reservation .md_box {
	width: 23px;
}
#reservation input.button {
	width		 : 100px;
	margin: 10px 30px;
	text-align	 : center;
}
#reservation #nitteiarea,
#reservation #ninzuarea,
#reservation #ryokinarea,
#reservation #searchtypearea {
	width		 : 100%;
	margin		 : 0;
	padding		 : 5px 0;
	border		 : none;
}
#reservation .booking_date {
	clear: both;
}
#reservation #nitteiarea {
	border-bottom	 : 1px dotted #CCCCCC;
	}
#reservation input#chkymd,
#reservation input#chkpsn {
	margin		 : 0;
	padding		 : 0;
	font-size	 : 85%;
}

#reservation #calidif,
#reservation #apple_overlayif {
	width		 : 0;
	height		 : 0;
	position	 : absolute;
	display		 : block;
}
#reservation #re_seek {
width: 80px;
margin: 10px 40px;
}
/* =======================
		members_menu
========================== */
#members_menu {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#members_menu li h3 a {
	overflow: hidden;
	display: block;
	height: 0;
	margin: 0 0 10px 0;
	padding-top: 30px;
}
#members_menu .regist a {
	background: url(http://www.granbellhotel.jp/shinjuku/img/131225/btn_regist_001.gif) no-repeat 0 -30px;
}
#members_menu .regist a:hover {
	background: url(http://www.granbellhotel.jp/shinjuku/img/131225/btn_regist_001.gif) no-repeat 0 0;
}
#members_menu .reserve a {
	background: url(http://www.granbellhotel.jp/shinjuku/img/131010/btn_reserve_001.gif) no-repeat 0 -30px;
}
#members_menu .reserve a:hover {
	background: url(http://www.granbellhotel.jp/shinjuku/img/131010/btn_reserve_001.gif) no-repeat 0 0;
}
#members_menu .customer a {
	background: url(http://www.granbellhotel.jp/shinjuku/img/131010/btn_customer_001.gif) no-repeat 0 -30px;
}
#members_menu .customer a:hover {
	background: url(http://www.granbellhotel.jp/shinjuku/img/131010/btn_customer_001.gif) no-repeat 0 0;
}
/* =======================
		banner_area
========================== */
#banner_area .bestprice a {
	display: block;
	overflow: hidden;
	height: 0;
	margin: 0 0 10px 0;
	padding-top: 250px;
	background: url(http://www.granbellhotel.jp/img/160204/bnr_bestprice.gif) no-repeat;
}
#banner_area .bestprice a:hover {
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
	background-color: #FFF;
}
/* =======================
		standard_menu
========================== */
#standard_menu dl {
	margin-bottom: 5px;
}
#standard_menu dl dt {
	padding: 30px 10px 5px 10px;
	color: #FFF;
}
#standard_menu dl dd a {
	display: block;
	padding: 5px 0 5px 10px;
	color: #CC3;
}
#standard_menu .mobile_title {
	overflow: hidden;
	height: 0;
	margin-bottom: 0;
	padding-top: 80px;
	background: url(http://www.granbellhotel.jp/shibuya/img/common/bnr_mobile_01.gif) no-repeat;
}
#standard_menu .mobile_body {
	height: 90px;
	margin: 0 0 10px 0;
	background: url(http://www.granbellhotel.jp/shibuya/img/121004/bnr_mobile_02.gif) no-repeat;
}
#standard_menu .mail_maga {
	background: url(http://www.granbellhotel.jp/img/common/bnr_mail_magazine.gif) no-repeat;
}
#standard_menu .rurubu{
	background: url(http://www.granbellhotel.jp/shibuya/img/130628/shib_bnr_001.jpg) no-repeat 0 0 ;
	padding-bottom: 20px;
}
#standard_menu li {
	width: 180px;
	margin-bottom: 10px;
}
#standard_menu .l_access {
	margin: 20px 0 15px 0;
	background-color: #fff;
}
#standard_menu .l_access dd{
	margin-bottom: 5px;
}
#standard_menu .l_access .l_shibuya, #about_res h5 {
	color: #000;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 5px;
	margin-bottom: 10px;
}
#standard_menu .l_access .l_yaji {
	background: url(http://www.granbellhotel.jp/shibuya/img/common/ico_yaji.gif) no-repeat 0 0;
	float: right;
	padding-left: 20px;
	margin-top: 5px;
}
#standard_menu .l_access .l_yaji a{
	color: #000;
	padding: 0;
}
#tripadvisor .bnr a {
	height: 0;
	display: block;
	overflow: hidden;
	padding-top: 60px;
}
#standard_menu .bnr a {
	height: 0;
	display: block;
	overflow: hidden;
	padding-top: 60px;
}
#standard_menu .bnr a:hover {
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
	background-color: #FFF;
}
#tripadvisor .bnr a:hover {
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
	background-color: #FFF;
}
#standard_menu .meg_top {
    background: url(http://www.granbellhotel.jp/img/191202/meguro.png) no-repeat;
}
#standard_menu .ebi_top {
	background: url(http://www.granbellhotel.jp/img/180803/ebisu_jp.png) no-repeat;
	width: 180px;
	margin-top: 18px;
	margin-bottom: 10px;
}
#standard_menu .shib_top {
	background: url(http://www.granbellhotel.jp/img/common/bnr_shibuya.gif) no-repeat;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#standard_menu .aka_top {
	background: url(http://www.granbellhotel.jp/img/common/bnr_akasaka.gif) no-repeat;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#standard_menu .kyoto_top {
	background: url(http://www.granbellhotel.jp/img/170920/bnr_kyoto.gif) no-repeat;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#standard_menu .last_bnr {
	margin: 0 0 20px 0;
	padding: 7px 7px 13px;
	border: #CCC solid 1px;
}
#about_res {
	background-color: white;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 1px 0 10px 0 ;
}
#about_res h5 {
	color: #000;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 5px;
}
#about_res p {
	line-height: 1.5;
	padding: 10px 0;
}
/* =======================
		contents
========================== */
#contents {
	padding: 170px 0 0 0;
	background: url(http://www.granbellhotel.jp/plan/img/common/main_visual.jpg) no-repeat 220px 0;
}
/* =======================
		cancel
========================== */
#members_menu .cancel{
	border: #CCC solid 1px;
	height: 65px;
	margin: 20px 0 10px 0;
	background-color: #fff;
}
#members_menu .cancel dt{
	overflow: hidden;
	display: block;
	height: 0;
	padding-top: 25px;
	background:url(http://www.granbellhotel.jp/img/130618/cansel_img_001.gif) no-repeat 0 0;
	border-bottom:#CCC solid 1px;
	margin: 0 10px;
}
#members_menu .c_left{
	padding:10px 10px 0 20px;
	background:url(http://www.granbellhotel.jp/img/130618/img_yaji.gif) no-repeat 8px 14px;
	float:left;
}
#members_menu .c_right{
	padding:10px 10px 0 20px;
	float:right;
	background:url(http://www.granbellhotel.jp/img/130618/img_yaji.gif) no-repeat 8px 14px;
}
/* =======================
        footer
========================== */
#footer {
    position: relative;
    background: url(../img/common/shin_logo_002.gif) no-repeat 0 bottom;
}
.footerlink {
    color: #CCC;
    width: 870px;
    padding: 30px 40px;
    border-bottom: #666 solid 1px;
}
.footerlink .b {
    font-size: 1.5rem;
    font-family: monospace;
    font-weight: bold;
}
.footerlink ul {
    margin-left:60px;
    float: left;
}
.footerlink ul:first-child {
    margin-left: 0;
}
.footerlink li {
    padding-left: 10px;
    margin-bottom: 10px;
}
.footerlink .page {
    background: url(/shinjuku/img/common/footer_arrow_001.gif) no-repeat 0 4px;
}
.footerlink li a:link, .footerlink li a:visited {
    color: #CCC;
    text-decoration: none;
}
.footerlink li a:hover {
    text-decoration: underline;
}
#footer .l_nav a:link, .l_nav a:visited {
    color: #CCC;
    text-decoration: none;
}
#footer .l_nav a:hover {
    color: #999;
}
#footer .l_nav {
    width: auto;
    margin: 15px 0 0 0;
    position: absolute;
    right: 0;
}
#footer .l_nav li {
    float: left;
    padding: 0 20px;
    border-left: #666 solid 1px;
}
#footer .l_nav li:last-child {
    border-right: #666 solid 1px;
}
#footer .copyright {
    color: #CCC;
    padding: 40px 0 25px 0;
    text-align: right;
}
/* =======================
		toTop
========================== */
#toTop {
	width: 25px;
	height: 125px;
	background: url(http://www.granbellhotel.jp/shinjuku/img/common/page_top_e.gif) no-repeat;
}
#toTop a:hover {
	opacity: 0.30;
	-moz-opacity: 0.30;
	filter: alpha(opacity=30);
	background-color: #000;
}
a.page_top {
	display:block;
	width: 25px;
	height: 125px;
}
/* =======================
		????????????p
========================== */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .month_day {
        font-size: 90%;
    }
}
/* =======================
		?X?}?z?p
========================== */
#splink {
	width: 950px;
	margin: 0 auto;
}

/* =======================
		to_shintop
========================== */
#to_shintop, #kaso_to_shintop {
	width: 950px;
	margin: 0 auto;
}
#shintop_left, #kaso_to_shintop #shintop_left {
	float: left;
	width: 220px;
	height: 60px;
	background-color: #F0F0F0; 
}
#kaso_to_shintop #shintop_left {
	height: 90px;
}
#shintop_right {
	float: left;
	width: 690px;
	height: 20px;
	padding: 20px;
	background: #FFF;
	text-align: right;
}
#kaso_shintop_right {
	float: left;
	width: 690px;
	background: #FFF;
	text-align: right;
	padding: 22px 20px 20px 20px;
	line-height: 2;
}
#shintop_right a:link, #shintop_right a:visited, #kaso_shintop_right a:link, #kaso_shintop_right a:visited  {
	text-decoration: none;
}
#shintop_right a:hover, #kaso_shintop_right a:hover {
	text-decoration: underline;
}
/* =======================
		dropmenu
========================== */
#dropmenu{
  list-style-type: none;
  width: 100px;
  height: 28px;
  margin: 0 0 0 900px;
  padding: 0;
  position: absolute;
  z-index: 100;
}
#dropmenu li{
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li:hover > a{
  background: #666;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#dropmenu li:last-child ul{
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  text-align: center;
}
#dropmenu li ul li a{
  padding: 10px 0;
  background: #000;
  font-size: 11px;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 31px;
  border-bottom: 1px solid #666;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}
/* =======================
		dropmenu
========================== */
#dropmenu{
  list-style-type: none;
  width: 100px;
  height: 28px;
  margin: 0 0 0 850px;
  padding: 0;
  position: absolute;
  z-index: 100;
  top: 0;
}
#dropmenu li{
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li:hover > a{
  background: #666;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;

  margin: 0;
  padding: 0;
}
#dropmenu li:last-child ul{
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  text-align: center;
}
#dropmenu li ul li a{
  padding: 10px 0;
  background: #000;
  font-size: 11px;
  width: 100px;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 31px;
  border-bottom: 1px solid #666;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}
.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}

.rest_info {
    padding: 10px;
    border: #999 solid 1px;
    margin-bottom: 20px;
    text-align: center;
}