@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;
}

body {
	min-width: 100%;
}
*/



/* wrapper
----------------------------------------------------------- */
.wrapper {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	padding: 0 0;
	text-align: left;
}

.spWrapper {
	width: 86%;
	min-width: 86%;
	margin: 0 auto;
	text-align: left;
}


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

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

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;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 21;
}

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

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

header #logo a {
	font-size: 70%;
	line-height: 1;
	text-align: center;
	display: block;
	height: 45px;
	padding: 5px 0px;
	text-decoration: none;
}
.unizo header #logo a {
	color: #062f8c;
}
.unizoinn header #logo a {
	color: #149844;
}
.unizoexp header #logo a {
	color: #d80c18;
}

header #logo a img {
	width: auto;
	height: 30px;
	display: block;
	margin: 3px auto 4px auto;
}

.unizoinn header #logo a img {
	width: auto;
	height: 25px;
	display: block;
	margin: 5px auto 7px 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: 10px;
	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;
}

#spHeadBtn {
	width: auto;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 30;
}

#spHeadBtn li {
	float: left;
	cursor: pointer;
}

#spHeadBtn #spBtnRes {
	background-image: url(../hotel_img/common/btn_spBtnRes.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 55px;
	height: 55px;
	position: relative;
	z-index: 30;
}
.unizo #spHeadBtn #spBtnRes {
	background-image: url(../hotel_img/common/btn_spBtnRes_unizo.png);
}
.unizoinn #spHeadBtn #spBtnRes {
	background-image: url(../hotel_img/common/btn_spBtnRes_unizoinn.png);
}
.unizoexp #spHeadBtn #spBtnRes {
	background-image: url(../hotel_img/common/btn_spBtnRes_unizoexp.png);
}
html:lang(zh-hans) #spHeadBtn #spBtnRes,
html:lang(zh-hant) #spHeadBtn #spBtnRes,
html:lang(ko) #spHeadBtn #spBtnRes {
	background-image: url(../en/hotel_img/common/btn_spBtnRes.png);
}
html:lang(zh-hans) .unizo #spHeadBtn #spBtnRes,
html:lang(zh-hant) .unizo #spHeadBtn #spBtnRes,
html:lang(ko) .unizo #spHeadBtn #spBtnRes {
	background-image: url(../en/hotel_img/common/btn_spBtnRes_unizo.png);
}
html:lang(zh-hans) .unizoinn #spHeadBtn #spBtnRes,
html:lang(zh-hant) .unizoinn #spHeadBtn #spBtnRes,
html:lang(ko) .unizoinn #spHeadBtn #spBtnRes {
	background-image: url(../en/hotel_img/common/btn_spBtnRes_unizoinn.png);
}
html:lang(zh-hans) .unizoexp #spHeadBtn #spBtnRes,
html:lang(zh-hant) .unizoexp #spHeadBtn #spBtnRes,
html:lang(ko) .unizoexp #spHeadBtn #spBtnRes {
	background-image: url(../en/hotel_img/common/btn_spBtnRes_unizoexp.png);
}

#spHeadBtn #spBtnRes.inactive {
	visibility: hidden;
}

#spHeadBtn #spHotel {
	background-image: url(../hotel_img/common/btn_spHotel_unizo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 55px;
	height: 55px;
	position: relative;
	z-index: 30;
}
.unizoinn #spHeadBtn #spHotel {
	background-image: url(../hotel_img/common/btn_spHotel_unizoinn.png);
}
.unizoexp #spHeadBtn #spHotel {
	background-image: url(../hotel_img/common/btn_spHotel_unizoexp.png);
}
html:lang(zh-hans) #spHeadBtn #spHotel,
html:lang(zh-hant) #spHeadBtn #spHotel,
html:lang(ko) #spHeadBtn #spHotel {
	background-image: url(../en/hotel_img/common/btn_spHotel_unizo.png);
}
html:lang(zh-hans) .unizoinn #spHeadBtn #spHotel,
html:lang(zh-hant) .unizoinn #spHeadBtn #spHotel,
html:lang(ko) .unizoinn #spHeadBtn #spHotel {
	background-image: url(../en/hotel_img/common/btn_spHotel_unizoinn.png);
}
html:lang(zh-hans) .unizoexp #spHeadBtn #spHotel,
html:lang(zh-hant) .unizoexp #spHeadBtn #spHotel,
html:lang(ko) .unizoexp #spHeadBtn #spHotel {
	background-image: url(../en/hotel_img/common/btn_spHotel_unizoexp.png);
}

#spHeadBtn #spHotel.active {
	background-image: url(../hotel_img/common/btn_spHotel_active_unizo.png);
	z-index: 10000;
}
.unizoinn #spHeadBtn #spHotel.active {
	background-image: url(../hotel_img/common/btn_spHotel_active_unizoinn.png);
}
.unizoexp #spHeadBtn #spHotel.active {
	background-image: url(../hotel_img/common/btn_spHotel_active_unizoexp.png);
}

#spHeadBtn #spHotel #spHotelListClose {
	background-image: url(../hotel_img/common/btn_spBtnMenu_active_unizo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 54px;
	height: 52px;
	position: absolute;
	top: 3px;
	right: -55px;
	z-index: 30;
	border-left: 1px #ffffff solid;
	display: none;
	cursor: pointer;
}
.unizoinn #spHeadBtn #spHotel #spHotelListClose {
	background-image: url(../hotel_img/common/btn_spBtnMenu_active_unizoinn.png);
}
.unizoexp #spHeadBtn #spHotel #spHotelListClose {
	background-image: url(../hotel_img/common/btn_spBtnMenu_active_unizoexp.png);
}

#spHeadBtn #spHotel.active #spHotelListClose {
	display: block;
}

#spHeadBtn #spHotel.inactive {
	visibility: hidden;
}

#spHeadBtn #spBtnMenu {
	background-image: url(../hotel_img/common/btn_spBtnMenu_unizo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 54px;
	height: 55px;
	border-left: 1px #062f8c solid;
	position: relative;
	z-index: 30;
}
.unizoinn #spHeadBtn #spBtnMenu {
	background-image: url(../hotel_img/common/btn_spBtnMenu_unizoinn.png) !important;
	border-left: 1px #149844 solid;
}
.unizoexp #spHeadBtn #spBtnMenu {
	background-image: url(../hotel_img/common/btn_spBtnMenu_unizoexp.png) !important;
	border-left: 1px #d80c18 solid;
}

#spHeadBtn #spBtnMenu.active {
	background-image: url(../hotel_img/common/btn_spBtnMenu_active_unizo.png) !important;
	border-left: 1px #ffffff solid;
}
.unizoinn #spHeadBtn #spBtnMenu.active {
	background-image: url(../hotel_img/common/btn_spBtnMenu_active_unizoinn.png) !important;
	border-left: 1px #ffffff solid;
}
.unizoexp #spHeadBtn #spBtnMenu.active {
	background-image: url(../hotel_img/common/btn_spBtnMenu_active_unizoexp.png) !important;
	border-left: 1px #ffffff solid;
}

#spHeadBtn #spBtnMenu.inactive {
	visibility: hidden;
}

#spHotelList {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding: 10px 0px 40px 0px;
	position: fixed;
	top: 55px;
	left: 0;
	z-index: 9999;
	display: none;
}

#spHotelList h2 {
	color: #062f8c;
	font-size: 140%;
	text-align: center;
	margin-bottom: 10px;
}
.unizoinn #spHotelList h2 {
	color: #149844;
}
.unizoexp #spHotelList h2 {
	color: #d80c18;
}

#spHotelList nav {
	width: 86%;
	margin: 0 auto;
}

@media (max-height: 500px) {
	#spHotelList h2 {
		margin-bottom: 15px;
	}
	#spHotelList nav {
		height: 280px;
		overflow-y: scroll;
	}
}

#spHotelList nav ul {
	margin: 0px auto;
}

#spHotelList nav ul + ul {
	margin-top: 10px;
}

#spHotelList nav ul li {
	width: 48%;
	float: left;
	padding-right: 2%;
}

#spHotelList nav ul li:nth-of-type(odd) {
	clear: both;
}

#spHotelList nav ul li:nth-of-type(n+3) {
	margin-top: 10px;
}

#spHotelList nav ul li a {
	font-size: 110%;
	line-height: 1.2;
}
#spHotelList nav ul.unizo li a {
	color: #062f8c;
}
#spHotelList nav ul.unizoinn li a {
	color: #149844;
}
#spHotelList nav ul.unizoexp li a {
	color: #d80c18;
}



/* spMenu
----------------------------------------------------------- */

#spMenu {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding: 10px 0px 40px 0px;
	position: fixed;
	top: 47px;
	left: 0;
	z-index: 9999;
	display: none;
}

#spMenu nav {
	width: 86%;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	border-top: 1px #d2d2d2 solid;
}

#spMenu nav > a {
    color: #062f8c;
    font-size: 140%;
    line-height: 1;
    display: inline-block;
    margin: 20px auto;
    padding-left: 20px;
    position: relative;
}
.unizoinn #spMenu nav > a {
    color: #149844;
}
.unizoexp #spMenu nav > a {
    color: #d80c18;
}

#spMenu nav > a:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #0a2e8b;
    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;
}
.unizoinn #spMenu nav > a:before {
    background-color: #149844;
}
.unizoexp #spMenu nav > a:before {
    background-color: #d80c18;
}

#spMenu nav p {
	color: #062f8c;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.unizoinn #spMenu nav p {
	color: #149844;
}
.unizoexp #spMenu nav p {
	color: #d80c18;
}

#spMenu nav ul {
	margin: 0px auto;
}

#spMenu nav ul li {
	display: inline-block;
}

#spMenu nav ul li + li {
	margin-left: 10px;
}

#spMenu nav ul li:before {
	content: "\0030fb";
	color: #0a2e8b;
	display: inline-block;
}

#spMenu nav ul li a {
	font-size: 110%;
	line-height: 1;
}

#spMenu nav dl {
	margin: 50px auto 0px auto;
}

#spMenu nav dl dt {
	color: #062f8c;
	font-size: 140%;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 1px #aaaaaa solid;
}
.unizoinn #spMenu nav dl dt {
	color: #149844;
}
.unizoexp #spMenu nav dl dt {
	color: #d80c18;
}

#spMenu nav dl dd {
	width: 50%;
	border-bottom: 1px #aaaaaa solid;
	float: left;
}

#spMenu nav dl dd a {
	font-size: 140%;
	line-height: 1;
	text-align: left;
	padding: 10px 10%;
	display: block;
}

#spMenu nav div {
	margin-top: 25px;
	border-top: 1px #aaaaaa solid;
	border-bottom: 1px #aaaaaa solid;
}

#spMenu nav div a {
	font-size: 140%;
	line-height: 1;
	text-align: center;
	padding: 10px 0;
	display: block;
}


@media (max-height: 580px) {
	#spMenu {
		height: 100%;
	}
	#spMenu nav {
		height: auto;
		overflow-y: scroll;
	}
}



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

#membership_side {
	background-color: #ffffff;
	line-height: 0;
    position: fixed;
	width: 12%;
	height: auto;
    top: 55px;
    right: 0;
    z-index: 15;
}
html:lang(zh-hans) #membership_side,
html:lang(zh-hant) #membership_side,
html:lang(ko) #membership_side {
    top: 110px;
}

#membership_side div {
	width: 100%;
	height: auto;
}

#membership_side div a {
	display: block;
}

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

#membership_side div a:hover img {
	opacity: 1;
}



/* pagetop
------------------------------------------------------------------------ */

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

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

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



/* footer
------------------------------------------------------------------------ */

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

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

#footHotelInfo #hotelAdd dt {
	font-size: 150%;
	margin-bottom: 10px;
}

#footHotelInfo #hotelAdd dd {
	font-size: 120%;
}

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

#footHotelList #footListWrap {
	width: 100%;
}

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

#footHotelList #footListWrap > dd {
	margin-top: 25px;
}

#footHotelList #footListWrap > dd > dl {
	width: 100%;
}

#footHotelList #footListWrap > dd > dl + dl {
	margin-top: 20px;
}

#footHotelList #footListWrap > dd > dl > dt.logo {
	width: 100%;
	height: 40px;
	text-align: center;
	background-color: #ffffff;
	margin-bottom: 15px;
	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 > dd > ul li:nth-of-type(n+3) {
	margin-top: 10px;
}

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

/* footBnrWrap */
#footBnrWrap {
	width: 100% !important;
	margin-top: 25px;
}

#footBnrWrap dt {
	color: #333333;
	width: 100%;
	height: auto;
	font-size: 120%;
	text-align: center;
	margin-bottom: 10px;
}

#footBnrWrap dd {
	background-color: #ffffff;
	width: 47%;
	height: auto;
	margin: 0 auto;
}

#footBnrWrap dd + dd {
	margin-left: 6%;
}

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

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

#footLink .wrapper {
}

#footLink .wrapper ul {
	width: 82%;
	margin: 0px auto;
}

#footLink .wrapper ul li {
	width: 50%;
	float: left;
}

#footLink .wrapper ul li:nth-of-type(odd) {
	clear: both;
}

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

#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: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

#footLink .wrapper #copyright {
	color: #ffffff;
	font-size: 100%;
	text-align: center;
	margin-top: 30px;
}



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

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

#mainImg > div {
	background-color: rgba(255,255,255,0.6);
	width: 250px;
	height: 85px;
	margin: -42.5px auto auto -125px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	display: table;
}

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

#mainImg > div > #mainTtl span {
	color: #062f8c;
	font-size: 150%;
	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/sp_noMainImg_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	margin-top: 55px;
}
.unizoinn section.noMainImg{
	background-image: url(../hotel_img/common/sp_noMainImg_bg_unioinn.jpg);
}
.unizoexp section.noMainImg {
	background-image: url(../hotel_img/common/sp_noMainImg_bg_unizoexp.jpg);
}

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

.noMainImg > #mainTtl span {
	color: #062f8c;
	font-size: 150%;
	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: 110%;
	line-height: 1.4;
	padding: 25px 0px;
}

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