@charset "UTF-8";

/* ----------------------------------------
 base setting
 ---------------------------------------- */
body {
	position: relative;
	width: 100%;
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", "meiryo", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

body.font_l {
	font-size: 15px;
}

body input,
body select {
	font-family: "Hiragino Kaku Gothic Pro", "meiryo", sans-serif;
}



/* link
 ---------------------------------------- */
a {
	color: inherit !important;
	text-decoration: none;
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}

a:hover {
	color: #8e8d89 !important;
}

/* img
 ---------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
	outline: none;
}

a img {
	border: 0;
}

/* others
 ---------------------------------------- */
/* clear */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* intext */
.intext {
	overflow: hidden;
	height: 0;
}

/* transimg */
.transimg:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

/* pie */
.pie {
	position: relative;
}

/* linkbox */
.linkbox {
	cursor: pointer;
}

/* responsive */
.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

br.pc_only {
	display: inline;
}

br.sp_only {
	display: none;
}


/* btn_sp_menu */
.btn_sp_menu {
	display: none;
}

/* ----------------------------------------
 container
 ---------------------------------------- */
.container {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
}


/* ----------------------------------------
 header
 ---------------------------------------- */
.header.stuck{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	border-bottom: #dbdbdb 1px solid;
	background: #fff;
}

.header.lower {
	border-bottom: #dbdbdb 1px solid;
}

.header .header_head {
	padding: 5px 0 0;
	text-align: right;
}

.header .header_head p {
	font-size: 0.917em;
}

.header .header_head_hotels {
	background: #f2efe5;
}

.header .header_head_hotels > div {
	padding: 5px 0;
}

.header .header_head_hotels p {
	float: left;
	width: 70%;
	margin: 2px 0 0;
	color: #8e8a7e;
	font-size: 0.917em;
}

.header .header_head_hotels .utility_link {
	width: 30%;
	float: right;
	letter-spacing: -0.4em;
	text-align: right;
}

.header .header_head_hotels .utility_link li {
	display: inline-block;
	margin: 0 0 0 30px;
	letter-spacing: normal;
	vertical-align: top;
}

.header .header_head_hotels .utility_link a {
	color: #35322d;
	font-size: 1em;
}

.header .header_head_hotels .utility_link a:before {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	width: 3px;
	height: 5px;
	background: url("https://www.granvia-osaka.jp/rakuten/images/common/icon_arrow_header.jpg") no-repeat 0 0;
	margin: 0 5px 0 0;
}

.header .header_head_hotels .utility_link a:hover {
	color: #8e8d89;
}

.header .header_body {
	display: table;
	overflow: hidden;
	width: 100%;
	padding: 0 0 10px;
}

.header .header_body.hotels {
	padding: 12px 0 10px;
}

/* logo */
.header .logo {
	display: table-cell;
	width: 263px;
	vertical-align: middle;
}

.header .logo a {
	display: block;
	overflow: hidden;
	height: 0;
	padding: 40px 0 0;
	background: url("https://www.granvia-osaka.jp/rakuten/images/common/img_logo.png") no-repeat 0 0;
}

/* logo_hotels */
.logo_hotels {
	display: table-cell;
	width: 336px;
	color: #071e4b;
	vertical-align: middle;
}

.logo_hotels a {
	display: block;
	overflow: hidden;
	height: 0;
	padding: 52px 0 0;
}


/* address_area
 * ------------------------- */
.address_area {
	display: table-cell;
	width: 400px;
	color: #071e4b;
	vertical-align: middle;
}

.nagoya-annex .address_area {
	box-sizing: border-box;
	padding-left: 18px;
}

.yodoyabashi .address_area {
	width: 50%;
	box-sizing: border-box;
	padding-left: 18px;
}

.kyoto .address_area {
	width: 50%;
	box-sizing: border-box;
	padding-left: 18px;
}

body.hamamatsucho .address_area {
	color: #4c2608;
}

.address_area ul {
	letter-spacing: -0.4em;
}

.address_area li {
	display: inline-block;
	font-size: 18px;
	letter-spacing: normal;
	white-space: nowrap;
	vertical-align: middle;
}

.address_area li:first-child {
	margin: 0 20px 0 0;
}

.address_area li small {
	font-size: 14px;
}

.address_area p {
	font-size: 1em;
}

/* button_area
 * ------------------------- */
.header .button_area {
	display: table-cell;
	margin: 15px 0 0;
	text-align: right;
	vertical-align: middle;
	letter-spacing: -0.4em;
}

.header .button_area > div {
	display: inline-block;
	vertical-align: middle;
}

.header .button_area.hotels {
	width: 288px;
	margin: 5px 0 0;
}

/* change_text */
.header .change_text {
	margin: 0 30px 0 0;
	color: #35322d;
	font-size: 10px;
	text-align: center;
}

.header .change_text .change_text_inner {
	letter-spacing: -3px;
}

.header .change_text dt {
	display: inline-block;
	margin: 0 9px 0 0;
	letter-spacing: normal;
	vertical-align: middle;
}

.header .change_text dd {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}

.header .change_text ul {
	overflow: hidden;
}

.header .change_text li {
	float: left;
	width: 38px;
}

.header .change_text a {
	display: block;
	padding: 6px 0;
	background: #eeedec;
	line-height: 1;
	text-align: center;
}

.header .change_text a:hover {
	text-decoration: none;
}

.header .change_text .active {
	background: #b2966e;
	color: #fff;
}

/* hnav */
.header .hnav {
	text-align: left;
}

.header .hnav ul {
	letter-spacing: -4px;
}

.header .hnav li {
	display: inline-block;
	margin: 0 20px 0 0;
	color: #35322d;
	letter-spacing: normal;
	vertical-align: middle;
}

.header .hnav a:after {
	content: "";
	display: inline-block;
	position: relative;
	top: 2px;
	width: 13px;
	height: 13px;
	background: url("https://www.granvia-osaka.jp/rakuten/images/common/icon_arrow_circle_brown.png") no-repeat 0 0;
	margin: 0 0 0 8px;
}

.header .button_area.hotels .hnav li {
	margin: 0;
}

/* sns_buttons */
.header .sns_buttons ul {
	letter-spacing: -4px;
}

.header .sns_buttons li {
	display: inline-block;
	width: 22px;
	margin: 0 0 0 10px;
	letter-spacing: normal;
	vertical-align: middle;
}

.header .button_area.hotels .sns_buttons {
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	text-align: right;
}

.header .button_area.hotels .sns_buttons ul {
	display: inline-block;
}

.header .button_area.hotels .sns_buttons ul li {
	vertical-align: top;
}

/* btn_menu_sp */
.header .btn_menu_sp {
	display: none;
}

/* ----------------------------------------
 wrap
 ---------------------------------------- */
.wrap {
	width: 100%;
	margin: 0;
}

/* ----------------------------------------
 gnav
 ---------------------------------------- */
.gnav {
	width: 950px;
	margin: 0 auto;
}

.gnav .gnav_inner li {
	float: left;
	width: 192px;
}

.gnav.hotels_nav .gnav_inner li {
	float: left;
	width: 160px;
}

.gnav .gnav_inner .sp_nav_item {
	display: none;
}

.gnav .gnav_inner a,
.gnav .gnav_inner .disable {
	display: block;
	position: relative;
	padding: 0 0 8px;
	border-bottom: 4px #fff solid;
	font-size: 1.167em;
	line-height: 36px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.gnav .gnav_inner .disable {
	color: #999;
}

.gnav .gnav_inner .nav_item a:before,
.gnav .gnav_inner .nav_item .disable:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 1px;
	height: 29px;
	background: #dadada;
}

.gnav .gnav_inner .nav_item a:hover,
.gnav .gnav_inner .nav_item .current {
	border-color: #cd7f7f;
	color: #000;
	text-decoration: none;
}

.gnav .gnav_inner .nav_home,
.gnav.hotels_nav .gnav_inner .nav_home {
	width: 63px;
}

.gnav .gnav_inner .nav_home span {
	display: block;
	height: 0;
	padding-top: 36px;
	overflow: hidden;
	background: url("https://www.granvia-osaka.jp/rakuten/images/common/gnanvia_home.png") no-repeat 50% 50%;
}

.gnav .gnav_inner .nav_reserve a {
	color: #fff;
	background: #cd7f7f;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-bottom: 0;
	border-bottom: none;
}

.gnav .gnav_head {
	display: none;
}

.gnav .gnav_pulldown {
	display: none;
	position: relative;
}

.gnav .gnav_pulldown:hover {
	display: block;
}

.gnav .gnav_pulldown:before {
	content: '';
	display: block;
	position: absolute;
	top: -4px;
	left: 63px;
	width: 192px;
	height: 4px;
	background: #cd7f7f;
}

/* ----------------------------------------
 contents
 ---------------------------------------- */
.contents {
	padding: 50px 0 100px;
}

/* ----------------------------------------
 footer
 ---------------------------------------- */
.footer {
	color: #35322d;
	width: 100%;
	padding: 15px 0;
	background: #fff;
}

.footer.hotels_footer {
	padding-top: 20px;
}

.footer .footer_outer {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.footer .footer_outer .container {
	text-align: center;
}

.footer .foot_logo {
	width: 259px;
	position: absolute;
	top: 10px;
	left: 0;
}

.footer .foot_logo.hotels {
	display: none;
}

/* footer_head
 * ------------------------- */
.footer_head {
	display: table;
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
	padding: 0 0 20px;
	border-bottom: #e2ded6 1px solid;
}

.footer_head .button_area {
	display: table-cell;
	width: 288px;
	text-align: right;
}

.footer_head .button_area.hotels {
	margin-top: 10px;
}

.footer_head .contact_link {
	text-align: right;
	margin-bottom: 12px;
}

.footer_head .contact_link a:after {
	content: "";
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url("https://www.granvia-osaka.jp/rakuten/images/common/icon_arrow_circle_brown.png") no-repeat;
	background-position: left top;
	margin-left: 8px;
	position: relative;
	top: 2px;
}

.footer_head .sns_buttons {
	letter-spacing: -0.4em;
}

.footer_head .sns_buttons li {
	width: 22px;
	display: inline-block;
	margin-left: 10px;
	letter-spacing: normal;
}

.footer_head .sns_buttons .line {
	display: none;
}

/* footer_body
 * ------------------------- */
.footer_body {
	display: inline-block;
	width: auto;
	padding: 25px 0 0;
	text-align: left;
}

.footer_body:after {
	content: "";
	clear: both;
	display: block;
}

.gnav_pulldown_body {
	padding: 12px 0 4px;
}

.footer_body .pc_wrapper,
.gnav_pulldown_body .pc_wrapper {
float: left;
margin-left: 20px;
}

.footer_body dl,
.gnav_pulldown_body dl {
	vertical-align: top;
	float: left;
	width: 159px;
	margin-left: 18px;
	text-align: left;
}

.footer_body .pc_wrapper dl:first-child,
.gnav_pulldown_body .pc_wrapper dl:first-child {
margin-top: 0;
}

.footer_body .osaka {
	float: right;
	margin-top: 10px;
}

.footer_body .pc_wrapper dl,
.gnav_pulldown_body .pc_wrapper dl {
float: none;
margin-top: 10px;
margin-left: 0;
margin-bottom: 17px;
}

.footer_body dl:first-child,
.gnav_pulldown_body dl:first-child {
	margin-left: 0;
}

.footer_body dt,
.gnav_pulldown_body dt {
	background: #e9e6e0;
	line-height: 18px;
	padding-left: 10px;
	margin-bottom: 16px;
}

.footer_body dd,
.gnav_pulldown_body dd {
	font-size: 1.083em;
	font-size: 12px;
	margin-bottom: 7px;
}

.footer_body dd a,
.gnav_pulldown_body dd a {
	display: inline-block;
	padding-left: 21px;
	background: url("https://www.granvia-osaka.jp/rakuten/images/common/icon_arrow_circle_gray.png") no-repeat;
	background-position: left 3px;
}

.footer_body .wide,
.gnav_pulldown_body .wide {
	width: 397px;
	letter-spacing: -0.4em;
}

.footer_body .wide dt,
.gnav_pulldown_body .wide dt {
	letter-spacing: normal;
}

.footer_body .wide dd,
.gnav_pulldown_body .wide dd {
	width: 196px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding-right: 10px;
}

/*.footer_body dl:first-child dd:nth-of-type(1),
.footer_body dl:first-child dd:nth-of-type(2),
.gnav_pulldown_body dl:first-child dd:nth-of-type(1),
.gnav_pulldown_body dl:first-child dd:nth-of-type(2) {
	width: 397px;
}*/

.footer_body dl:first-child dd:nth-of-type(3),
.gnav_pulldown_body dl:first-child dd:nth-of-type(3) {
	float: left;
}

.footer_body dl:first-child dd:nth-of-type(5),
.gnav_pulldown_body dl:first-child dd:nth-of-type(5) {
	float: right;
}


/* レイアウト変更版（上書き） */
.footer_body dl {
	width: 174px;
	margin-left: 20px;
}

.footer_body .tokyo {
	float: right;
	margin-top: 10px;
	padding-left: 0;
}

.footer_body .osaka {
	float: right;
	margin-top: 10px;
}

.footer_body .wide {
	width: 368px;
}

.footer_body dl:first-child {
	margin-left: 0;
}

.footer_body .wide dd {
	width: 184px;
	padding-right: 0;
	font-size: 12px;
}


/* footer_foot
 * ------------------------- */
.footer_foot {
	overflow: hidden;
	width: 950px;
	margin: 40px auto 0;
}

.footer_foot ul {
	float: left;
	width: 840px;
	letter-spacing: -0.4em;
	margin-right: -70px;
}

.footer_foot .hotels_nav {
	width: 950px;
	margin-right: -275px;
}

.footer_foot ul li {
	width: 140px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin-bottom: 8px;
}

.footer_foot ul li.company,
.footer_foot ul li.news {
	width: 100px;
}

.footer_foot ul a:before {
	content: "";
	width: 3px;
	height: 5px;
	display: inline-block;
	background: url("https://www.granvia-osaka.jp/rakuten/images/common/icon_arrow_right_small.png") no-repeat;
	background-position: left top;
	margin-right: 7px;
	position: relative;
	top: -2px;
}

.footer_foot .reserve a:after {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background: url("https://www.granvia-osaka.jp/rakuten/images/common/icon_file_small.png") no-repeat;
	background-position: left top;
	margin-left: 7px;
}

.footer address {
	width: 250px;
	font-size: 0.833em;
	text-align: right;
	float: left;
	margin-top: 25px;
}

	/* footer */
	#wrap #footer_ed {
		margin: 2em auto;
		padding: 1em;
		width: 90%;
		color: #666; /* 文字色 */
		background-color: #f7f7f7; /* 背景色 */
		border: 1px solid #ccc; /* 枠線 */
	}
