@charset "utf-8";


/* 多言語用
html:lang(ja) .lang_other {
	display: none;
}

html:lang(zh-hans) .lang_jp,
html:lang(zh-hant) .lang_jp,
html:lang(ko) .lang_jp {
	display: none;
}

html:lang(zh-hans) .lang_other,
html:lang(zh-hant) .lang_other,
html:lang(ko) .lang_other {
	display: block;
}
*/



/* wrapper
----------------------------------------------------------- */
.wrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}

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

header {
	background-color: #ffffff;
	width: 100%;
	height: 75px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}

#top header {
	background-color: rgba(221,221,221,0.85);
	width: 100%;
	height: 75px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}

#top header.navFixed {
	background-color: #ffffff;
}

header:before {
	content: "";
	width: 100%;
	height: 3px;
	background-image: url(../hotel_img/common/header_topborder.png);
	background-position: center;
	background-repeat: repeat-y;
	background-size: 100% auto;
	display: block;
}

header div.wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 20;
}

header #logo {
	background-color: #ffffff;
	width: 210px;
	position: absolute;
	top: 0;
	left: 100px;
	z-index: 30;
}

header #logo a {
	font-size: 120%;
	line-height: 1;
	text-align: center;
	display: block;
	height: 100%;
	padding: 15px 5px;
	text-decoration: none;
}
body[class~="express-kagoshima.t"] header #logo a {
    letter-spacing: -0.02em;
    padding: 15px 0;
}

.unizo header #logo a {
	color: #062f8c;
}
.unizoinn header #logo a {
	color: #149844;
}
.unizoexp header #logo a {
	color: #d80c18;
}

header #logo a img {
	width: 110px;
	display: block;
	margin: 0px auto 10px auto;
}
.unizoinn header #logo a img {
	width: 100px;
	display: block;
	margin: 0px auto 15px auto;
}

header h1 {
	color: #777777;
	position: absolute;
	top: 50%;
	left: 330px;
	margin-top: -7px;
	font-size: 140%;
	line-height: 1;
	z-index: 30;
}

#headLink {
	position: absolute;
	height: 72px;
	top: 0;
	right: 0;
	z-index: 1;
	display: table;
}

#headLink > li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-right: 30px;
}

#headLink > li#selHotel {
	padding-left: 0;
	line-height: inherit;
}

#headLink > li > a {
	color: #333333;
	font-size: 140%;
	font-weight: bold;
}

#headLink > li:first-of-type > a:before {
	content: "\0025b6";
	display: inline-block;
	font-size: 50%;
	margin-right: 5px;
	vertical-align: middle;
}

.unizo #headLink > li:first-of-type > a,
.unizo #headLink > li#selHotel > a {
	color: #062f8c;
}
.unizoinn #headLink > li:first-of-type > a,
.unizoinn #headLink > li#selHotel > a {
	color: #149844;
}
.unizoexp #headLink > li:first-of-type > a,
.unizoexp #headLink > li#selHotel > a {
	color: #d80c18;
}

@media (max-width:1279px) {
	header #logo {
		left: 30px;
	}
	header h1 {
		left: 260px;
	}
}

/* reserve */
#btnReservationWrap {
	width:100%;
}

#btnReservation {
	background-color: #062f8c;
	display: table;
}
.unizo #btnReservation {
	background-image: url(../hotel_img/common/header_reserve-bg.png);
}
.unizoinn #btnReservation {
	background-color: #149844;
}
.unizoexp #btnReservation a {
	background-color: #d80c18;
}

#btnReservation a {
	color: #ffffff;
	background-image: url(../hotel_img/common/btn_reserve_arrow.png);
	background-position: top 23px right 23px;
	background-repeat: no-repeat;
	font-size: 120%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 120px;
	height: 72px;
	padding: 0px 60px 0px 20px;
	text-decoration: none;
}

.unizo #btnReservation a {
	background-image: none;
}

#btnReservation a span {
	font-size: 183.3%;
	line-height: 1.2;
	display: block;
}

#btnReservation a:hover {
	/*background: url(../hotel_img/common/btn_reservation.png) no-repeat 0 -45px;*/
	/*filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;*/
	cursor: pointer;
}

/* membershipLink */
#membershipLink {
    text-align: left !important;
    position: relative;
    padding-left: 20px;
}
#membershipLink:before {
	content: "";
	width: 15px;
	height: 15px;
	background-color: #333333;
	background-image: url(../hotel_img/common/header_membershipLink_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
    position: absolute;
    margin-top: -7.5px;
    top: 50%;
    left: 0;
}
.unizo #membershipLink:before {
	background-color: #0a2e8b;
}
.unizoinn #membershipLink:before {
	background-color: #149844;
}
.unizoexp #membershipLink:before {
	background-color: #d80c18;;
}

#membershipLink > a {
    display: block;
}
.unizo #membershipLink > a {
	color: #062f8c;
}
.unizoinn #membershipLink > a {
	color: #149844;
}
.unizoexp #membershipLink > a {
	color: #d80c18;
}

/* hotelLIst */
#selHotel:before {
	content: "";
	width: 15px;
	height: 15px;
	background-color: #333333;
	background-image: url(../hotel_img/common/header_nav_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-right: 5px;
	vertical-align: -2px;
}
.unizo #selHotel:before {
	background-color: #0a2e8b;
}
.unizoinn #selHotel:before {
	background-color: #149844;
}
.unizoexp #selHotel:before {
	background-color: #d80c18;;
}

#selHotel:hover:before {
	background-image: url(../hotel_img/common/header_nav_icon-hover.png);
}

#selHotel > a {
	text-decoration: none;
}

#selHotel nav {
	width: auto;
	min-width: 720px;
	height: auto;
	position: absolute;
	z-index: 90;
	padding: 25px 50px;
	top: 72px;
	right: 0;
	background: #ffffff;
	display: none;
}

#selHotel nav ul {
	width: auto;
	margin: 0px auto;
	float: left;
}

#selHotel nav ul + ul {
	margin-left: 25px;
}

#selHotel nav ul li {
	text-align: left;
	font-size: 160%;
	display: block;
	line-height: 1;
}
html:lang(zh-hans) #selHotel nav ul li,
html:lang(zh-hant) #selHotel nav ul li,
html:lang(ko) #selHotel nav ul li {
	font-size: 120%;
}

#selHotel nav ul li + li {
	margin-top: 20px;
}

#selHotel nav ul.unizo li a {
	color: #0a2e8b;
}
#selHotel nav ul.unizoinn li a {
	color: #149844;
}
#selHotel nav ul.unizoexp li a {
	color: #d80c18;;
}

/* language */
#selLang:before {
	content: "";
	width: 15px;
	height: 15px;
	background-color: #333333;
	background-image: url(../hotel_img/common/header_nav_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-right: 5px;
	vertical-align: -2px;
}

#selLang:hover:before {
	background-image: url(../hotel_img/common/header_nav_icon-hover.png);
}

#selLang > a {
	color: #333333;
	text-decoration: none;
}

#selLang nav {
	width: auto;
	height: auto;
	position: absolute;
	z-index: 90;
	padding: 25px 50px;
	top: 72px;
	right: 0;
	background: #ffffff;
	display: none;
}

#selLang nav ul li:before {
	content: "\0030fb";
	color: #0a2e8b;
	width: 1em;
	text-align: center;
	margin-left: -1em;
	display: block;
	float: left;
}

#selLang nav ul li {
	width: auto;
	text-align: left;
	font-size: 160%;
	display: block;
	line-height: 1;
	padding-left: 1em;
}
html:lang(zh-hans) #selLang nav ul li,
html:lang(zh-hant) #selLang nav ul li,
html:lang(ko) #selLang nav ul li {
	font-size: 120%;
}

#selLang nav ul li + li {
	margin-top: 20px;
}



/* membership_side
----------------------------------------------------------- */

#membership_side {
	background-image: url(../group_img/common/membership_side.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    position: fixed;
	width: 85px;
	height: 381px;
    top: 85px;
    right: 0;
    z-index: 15;
}
html:lang(zh-hans) #membership_side,
html:lang(zh-hant) #membership_side,
html:lang(ko) #membership_side {
    top: 130px;
}

#membership_side div {
	width: 100%;
	height: 100%;
	position: relative;
}

#membership_side div a {
	background-color: #ffffff;
	position: absolute;
	left: 10px;
}
#membership_side div a:first-of-type {
	top: 10px;
}
#membership_side div a:last-of-type {
	bottom: 10px;
}

#membership_side a img {
    width: 100%;
    height: auto;
}



/* gnav
----------------------------------------------------------- */

#gnav {
	background-color: #e7e4dc;
	width: 100%;
	position: fixed;
	top: 75px;
	left: 0;
	z-index: 10;
	border-bottom: 2px #ffffff solid;
}

#gnav ul {
	width: 1050px;
	display: table;
	padding-left: 330px;
	table-layout: fixed;
}

@media (max-width:1279px) {
	#gnav ul {
		padding-left: 260px;
	}
}

@media (min-width:1700px) {
	#gnav ul {
		padding: 0;
		margin: 0px auto;
	}
}

#gnav ul li {
	display: table-cell;
	font-size: 160%;
	text-align: center;
	vertical-align: middle;
}

#gnav li a {
	display: block;
	box-sizing: border-box;
	padding: 17px 0px;
}

#gnav li.active a,
#gnav li a:hover {
	text-decoration: none;
	color: #333333;
}
.unizo #gnav li.active a,
.unizo #gnav li a:hover {
	color: #0a2e8b;
}
.unizoinn #gnav li.active a,
.unizoinn #gnav li a:hover {
	color: #149844;
}

.unizoexp #gnav li.active a,
.unizoexp #gnav li a:hover {
	color: #d80c18;
}

#gnav li span {
	display: block;
	height: 1.5em;
	border-left: 1px solid #bebebe;
}

#gnav ul li:last-of-type span {
	border-right: 1px solid #bebebe;
}



/* PAGETOP
---------------------------------------------- */

#pageTop {
	position: absolute;
	top: -34px;
	right: 0;
	cursor: pointer;
}

#pageTop p:before {
	content: "\0025b2";
	display: inline-block;
	margin-right: 5px;
}

#pageTop p {
	color: #ffffff;
	background-color: #333333;
	font-size: 140%;
	line-height: 1;
	padding: 10px;
}

/* footer
------------------------------------------------------------------------ */
footer {
	background-color: #333333;
	margin-top: 100px;
	position: relative;
}

/* footHotelInfo */
#footHotelInfo {
	background-color: #e7e4dc;
	height: auto;
	padding: 60px 0px 30px 0px;
}

#footHotelInfo .wrapper {
	border-bottom: 1px #333333 solid;
}

#hotelAdd {
	margin-bottom: 30px;
}

#hotelAdd dt {
	color: #333333;
	font-size: 300%;
	display: inline-block;
	margin-right: 30px;
}

#hotelAdd dd {
	color: #333333;
	font-size: 160%;
	display: inline-block;
}
#hotelAdd dd a {
	color: #333333;
}

/* footHotelList */
#footHotelList {
	background-color: #e7e4dc;
	padding: 0px 0px 60px 0px;
}

#footHotelList #footListWrap {
	width: 100%;
}

#footHotelList #footListWrap > dt {
	font-size: 140%;
	text-align: center;
}

#footHotelList #footListWrap > dd {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}

#footHotelList #footListWrap > dd > dl {
	width: calc(100% / 3 - 10px);
}

#footHotelList #footListWrap > dd > dl > dt.logo {
	width: 100%;
	height: 70px;
	text-align: center;
	background-color: #ffffff;
	margin-bottom: 10px;
	padding: 0px;
}

#footHotelList #footListWrap > dd > dl > dt.logo img {
	width: auto;
	height: 100%;
}

#footHotelList #footListWrap > dd > dl > dd > ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#footHotelList #footListWrap > dd > dl > dd > ul li {
	width: 50%;
}

#footHotelList #footListWrap > dd > dl:nth-of-type(3) > dd > ul li {
	width: 100%;
}

#footHotelList #footListWrap > dd > dl > dd > ul li:nth-of-type(n+3) {
	margin-top: 10px;
}

#footHotelList #footListWrap > dd > dl:nth-of-type(3) > dd > ul li + li {
	margin-top: 10px;
}

#footHotelList #footListWrap > dd > dl > dd > ul li a {
	font-size: 120%;
}

html:lang(zh-hans) #footHotelList #footListWrap > dd > dl > dd > ul li,
html:lang(zh-hant) #footHotelList #footListWrap > dd > dl > dd > ul li,
html:lang(ko) #footHotelList #footListWrap > dd > dl > dd > ul li {
	font-size: 100%;
}

/* footBnrWrap */
#footBnrWrap {
	width: 230px !important;
	float: right !important;
}

#footBnrWrap dt {
	color: #333333;
	width: 100%;
	height: auto;
	font-size: 140%;
	text-align: center;
}

#footBnrWrap dd {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	margin-top: 25px;
}

#footBnrWrap dd a img {
	width: 100%;
	height: auto;
}

/* copyright */
#footLink {
	padding: 20px 0px;
}

#footLink .wrapper {
	position: relative;
}

#footLink .wrapper ul {
	width: 610px;
	position: static;
}

#footLink .wrapper ul li {
	display: inline-block;
	margin-right: 30px;
}

#footLink .wrapper ul li a {
	color: #ffffff;
	font-size: 160%;
}

#footLink .wrapper ul li a:before {
	content: "";
	background-image: url(../hotel_img/common/footer_link_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

#footLink .wrapper #copyright {
	color: #ffffff;
	font-size: 120%;
	position: absolute;
	margin-top: -6px;
	top: 50%;
	right: 0;
}



/* sp
----------------------------------------------------------- */

#spBtnRes,
#spHotelList,
#spBtnMenu,
#spMenu {
	display: none;
}



/* 下層タイトル部
----------------------------------------------------------- */

/* 背景あり */
#mainImg {
	background-color: #d2d2d2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 196px;
	margin-top: 135px;
	position: relative;
}

#mainImg > div {
	background-color: rgba(255,255,255,0.6);
	width: 400px;
	height: 136px;
	margin: -68px auto auto -200px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: table;
}

#mainImg > div > #mainTtl {
	width: 100%;
	height: 100%;
	font-size: 140%;
	font-weight: normal;
	line-height: 1;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#mainImg > div > #mainTtl span {
	color: #062f8c;
	font-size: 171.4%;
	vertical-align: middle;
	display: block;
	border-bottom: 1px #aaaaaa solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.unizoinn #mainImg > div > #mainTtl span {
	color: #149844;
}
.unizoexp #mainImg > div > #mainTtl span {
	color: #d80c18;
}

/* 背景なし */
section.noMainImg {
	background-image: url(../hotel_img/common/noMainImg_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	margin-top: 135px;
}
.unizoinn section.noMainImg {
	background-image: url(../hotel_img/common/noMainImg_bg_unizoinn.jpg);
}
.unizoexp section.noMainImg {
	background-image: url(../hotel_img/common/noMainImg_bg_unizoexp.jpg);
}

.noMainImg > #mainTtl {
	width: 400px;
	height: auto;
	font-size: 140%;
	font-weight: normal;
	line-height: 1;
	margin: 0px auto 20px auto;
	padding-top: 75px;
	text-align: center;
	vertical-align: middle;
}

.noMainImg > #mainTtl span {
	color: #062f8c;
	font-size: 171.4%;
	vertical-align: middle;
	display: block;
	border-bottom: 1px #aaaaaa solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.unizoinn .noMainImg > #mainTtl span {
	color: #149844;
}
.unizoexp .noMainImg > #mainTtl span {
	color: #d80c18;
}



/* パンくず
----------------------------------------------------------- */
#breadcrumb {
	color: #555555;
	font-size: 140%;
	line-height: 1;
	padding: 30px 0px 50px 0px;
}

#breadcrumb a{
	color: #062f8c;
}
.unizoinn #breadcrumb a{
	color: #149844;
}
.unizoexp #breadcrumb a {
	color: #d80c18;;
}
