@charset "utf-8";



.red {color:#f00 !important;}
.blue {color: #1d6a94 !important;}
.white {color: #fff !important;}
.black {color: #000 !important;}
.gold {color: #837749 !important;}
.brown {color: #797050 !important;}

.bold {font-weight: bold !important;}
.normal {font-weight: normal !important;}

.spTbl,
.spInline,
.sp {
	display: none !important;
}

select {
	background-color: #efefef;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../hotel_img/common/btn_selectList.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 10px 50px 10px 10px;
}



/* ページナビ
------------------------------------------------------ */

.pagenavi {
	margin: 100px auto 0 auto;
	text-align: center;
	position: relative;
	height: auto;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	color: #062f8c;
	background-color: #fff;
	line-height: 1;
	padding: 8px 12px;
	margin: 2px 3px;
	border: 1px solid #062f8c;
	display: inline-block;
}
.unizoinn .wp-pagenavi a,
.unizoinn .wp-pagenavi span {
	color: #149844;
	border: 1px solid #149844;
}
.unizoexp .wp-pagenavi a,
.unizoexp .wp-pagenavi span {
	color: #d80c18;
	border: 1px solid #d80c18;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background: #062f8c;
	color: #fff;
}
.unizoinn .wp-pagenavi span.current {
	background: #149844;
}
.unizoexp .wp-pagenavi span.current {
	background: #d80c18;
}

.wp-pagenavi a:hover {
	text-decoration: underline;
}

.wp-pagenavi a.previouspostslink {
	background-image: url(../hotel_img/common/pagenavi_prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: -9999px;
	border: none;
}
.unizoinn .wp-pagenavi a.previouspostslink {
	background-image: url(../hotel_img/common/pagenavi_prev_unizoinn.png);
}
.unizoexp .wp-pagenavi a.previouspostslink {
	background-image: url(../hotel_img/common/pagenavi_prev_unizoexp.png);
}

.wp-pagenavi a.nextpostslink {
	background-image: url(../hotel_img/common/pagenavi_next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: -9999px;
	border: none;
}
.unizoinn .wp-pagenavi a.nextpostslink {
	background-image: url(../hotel_img/common/pagenavi_next_unizoinn.png);
}
.unizoexp .wp-pagenavi a.nextpostslink {
	background-image: url(../hotel_img/common/pagenavi_next_unizoexp.png);
}

.wp-pagenavi span.pages,
.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi span.extend {
	display: none;
}



/* 予約モジュール
-------------------------------------------------------*/

#rmWrap {
	width: 100%;
	position: fixed;
	top: -240px;
	z-index: 100;
}

/* header / footer */
.resModWrap {
	width: 100%;
	height: 240px;
	background: #062f8c;
	background-image: url(../hotel_img/common/resmod_bg.png);
	background-position: center;
	background-repeat: repeat-y;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.unizoinn .resModWrap {
	background: #149844;
	background-image: url(../hotel_img/common/resmod_bg-inn.png);
	background-position: center;
	background-repeat: repeat-y;
}
.unizoexp .resModWrap {
	background: #d80c18;
	background-image: url(../hotel_img/common/resmod_bg-exp.png);
	background-position: center;
	background-repeat: repeat-y;
}

.resModWrap .ttlRM {
	width: 244px;
	height: 160px;
	float: left;
	text-align: left;
	margin: 40px 0;
	padding: 0px;
	display: table;
	border-right: 1px #ffffff solid;
}

.resModWrap .ttlRM div {
	display: table-cell;
	vertical-align: middle;
}

.resModWrap .ttlRM div h2 {
	color: #ffffff;
	font-size: 140%;
}

.resModWrap .ttlRM div h2 span {
	font-size: 214.3%;
	line-height: 1.2;
	display: block;
}

.resModWrap .ttlRM div ul {
	margin-top: 10px;
	padding-top: 10px;
    padding-left: 1.5em;
	border-top: 1px #ffffff solid;
}

.resModWrap .ttlRM div ul li + li {
	margin-top: 10px;
}

.resModWrap .ttlRM div ul li.btn {
	margin-left: -1.2em;
}

.resModWrap .ttlRM div ul li:last-of-type:before {
    color: #ffffff;
	content: "\0025b6";
	display: block;
	font-size: 140%;
	margin-left: -1.2em;
    float: left;
}

.resModWrap .ttlRM div ul li.btn a {
	color: #333333;
	background-color: #ffffff;
	font-size: 140%;
	line-height: 1;
	text-align: center;
	padding: 8px;
	display: block;
	outline: 1px #959595 solid;
	outline-offset: -3px;
	box-sizing: border-box;
	position: relative;
}

.resModWrap .ttlRM div ul li.btn a:after {
	content: "";
    background-image: url(../group_img/common/icon_reserve.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: text-bottom;
}

.resModWrap .ttlRM div ul li:last-of-type a {
	color: #ffffff;
	font-size: 140%;
}

.resModWrap .bodyRM {
	color: #ffffff;
	background-color: #4463a9;
	width: 570px;
	height: 240px;
	padding: 40px 30px;
	float: left;
	box-sizing: border-box;
	position: relative;
}
.unizoinn .resModWrap .bodyRM {
	background-color: #40b073;
}
.unizoexp .resModWrap .bodyRM {
	background-color: #e46b5b;
}

.resModWrap .bodyRM select{
	padding: 10px 55px 10px 10px;
}

.resModWrap .bodyRM dl {
	width: auto;
	float: left;
}

.resModWrap .bodyRM dl + dl {
	margin-left: 15px;
}

.resModWrap .bodyRM dt {
	font-size: 120%;
	text-align: left;
	vertical-align: middle;
}

.resModWrap .bodyRM dd {
	width: auto;
	margin-top: 10px;
	text-align: left;
	vertical-align: middle;
}

.resModWrap .bodyRM .rmsr1 select.ctSelect3 {
	width: 140px;
}

.resModWrap .bodyRM .rmsr1 select.ctSelect2 {
	width: 96px;
}

.resModWrap .bodyRM .rmsr1 select + select {
	margin-left: 10px;
}

.resModWrap .bodyRM .rmsr2 dd select {
	width: 96px;
	display: table-cell;
}

.resModWrap .btnSearch {
	width: 350px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -175px;
}

.resModWrap .btnSearch input[type="submit"] {
	width: 100%;
	color: #ffffff;
	background-color: #333333;
	font-size: 140%;
	font-weight: bold;
	padding: 10px 0px;
	display: block;
	text-align: center;
	border: none;
	cursor: pointer;
}

.resModWrap .rmTelWrap {
	height: 160px;
	display: table;
	float: left;
	padding: 40px 0px;
}

.resModWrap .rmTelWrap .rmTel {
	color: #ffffff;
	line-height: 1;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 30px;
	border-left: 1px #ffffff solid;
}

.resModWrap .rmTelWrap .rmTel p:first-of-type {
	font-size: 120%;
}

.resModWrap .rmTelWrap .rmTel p:last-of-type {
	font-size: 300%;
	margin-top: 20px;
}

.resModWrap .rmTelWrap .rmTel p:last-of-type:before {
	content: "";
	background-image: url(../hotel_img/common/resmod_tel.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
}

.resModWrap .rmTelWrap .rmTel p:last-of-type a {
    color: #ffffff;
}

/* top */
.resModWrapTop {
	width: 100%;
	height: auto;
	background-color: #062f8c;
	background-image: url(../hotel_img/common/resmod_bg.png);
	background-position: center;
	background-repeat: repeat-y;
	padding: 0px;
	position: relative;
	overflow: hidden;
	border-top: 3px #ffffff solid;
	border-bottom: 3px #ffffff solid;
	z-index: 10;
}
.unizoinn .resModWrapTop {
	background: #149844;
	background-image: url(../hotel_img/common/resmod_bg-inn.png);
	background-position: center;
	background-repeat: repeat-y;
}
.unizoexp .resModWrapTop {
	background: #d80c18;
	background-image: url(../hotel_img/common/resmod_bg-exp.png);
	background-position: center;
	background-repeat: repeat-y;
}

.resModWrapTop .wrapper {
	width: 1200px !important;
	min-width: 1200px !important;
	height: 110px;
	overflow: hidden;
}

.resModWrapTop .ttlRM {
	width: 115px;
	height: 100%;
	float: left;
	text-align: left;
	display: table;
}

.resModWrapTop .ttlRM div {
	width: 100px;
	padding-right: 15px;
	display: table-cell;
	vertical-align: middle;
}

.resModWrapTop .ttlRM h2 {
	color: #ffffff;
	font-size: 140%;
	text-align: center;
}

.resModWrapTop .ttlRM h2 span {
	font-size: 171.4%;
	line-height: 1.2;
	display: block;
}

.resModWrapTop .bodyRM {
	color: #ffffff;
	background-color: #4463a9;
	width: 1085px;
	height: 110px;
	line-height: 1;
	padding: 28px 20px;
	float: left;
	box-sizing: border-box;
	display: table;
}
.unizoinn .resModWrapTop .bodyRM {
	background-color: #40b073;
}
.unizoexp .resModWrapTop .bodyRM {
	background-color: #e46b5b;
}

.resModWrapTop .bodyRM .rmsr1 {
	width: auto;
	display: table-cell;
	vertical-align: bottom;
	padding-right: 20px;
}

.resModWrapTop .bodyRM .rmsr1 select.ctSelect3 {
	width: 140px;
}
.resModWrapTop .bodyRM .rmsr1 select.ctSelect2 {
	width: 90px;
}

.resModWrapTop .bodyRM .rmsr1 select + select {
	margin-left: 5px;
}

.resModWrapTop .bodyRM .rmsr2 {
	width: auto;
	padding-right: 5px;
	display: table-cell;
	vertical-align: bottom;
}
.resModWrapTop .bodyRM .rmsr3 {
	width: auto;
	padding-right: 30px;
	display: table-cell;
	vertical-align: bottom;
}

.resModWrapTop .bodyRM .rmsr2 select,
.resModWrapTop .bodyRM .rmsr3 select {
	width: 90px;
}

.resModWrapTop .rmSelWrap dt {
	font-size: 120%;
	text-align: left;
	vertical-align: middle;
	display: block;
	margin-bottom: 5px;
	padding-right: 0px;
}

.resModWrapTop .rmSelWrap dd {
	width: auto;
	text-align: left;
	vertical-align: middle;
	display: block;
	padding-right: 0px;
}

.resModWrapTop .btnSearch {
	width: 100px;
	padding-right: 20px;
	display: table-cell;
	vertical-align: bottom;
}

.resModWrapTop .btnSearch input[type="submit"] {
	width: 100%;
	color: #ffffff;
	background-color: #333333;
	font-size: 140%;
	font-weight: bold;
	padding: 10px 0px;
	display: block;
	text-align: center;
	border: none;
	cursor: pointer;
}

.resModWrapTop .bodyRM ul {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}

.resModWrapTop .bodyRM ul li {
    line-height: 1.4;
}

.resModWrapTop .bodyRM ul li.btn {
	margin-left: -1.2em;
}

.resModWrapTop .bodyRM ul li:last-of-type:before {
    color: #ffffff;
	content: "\0025b6";
	display: block;
	font-size: 140%;
	margin-left: -1.2em;
    float: left;
}

.resModWrapTop .bodyRM ul li + li {
	margin-top: 10px;
}

.resModWrapTop .bodyRM ul li.btn a {
	color: #333333;
	background-color: #ffffff;
	font-size: 140%;
	line-height: 1;
	text-align: center;
	padding: 8px;
	display: block;
	outline: 1px #959595 solid;
	outline-offset: -3px;
	box-sizing: border-box;
	position: relative;
}

.resModWrapTop .bodyRM ul li.btn a:after {
	content: "";
    background-image: url(../group_img/common/icon_reserve.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: text-bottom;
}

.resModWrapTop .bodyRM ul li:last-of-type a {
	color: #ffffff;
	font-size: 140%;
}

.resModWrapTop .bodyRM div.rmTel {
	line-height: 1;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-left: 10px;
	border-left: 1px #ffffff solid;
}

.resModWrapTop .bodyRM div.rmTel p:first-of-type {
	font-size: 120%;
}

.resModWrapTop .bodyRM div.rmTel p:last-of-type {
	font-size: 240%;
	margin-top: 20px;
}

.resModWrapTop .bodyRM div.rmTel p:last-of-type:before {
	content: "";
	background-image: url(../hotel_img/common/resmod_tel.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
}


/* BUTTON CLOSE
---------------------------------------------- */

#rmWrapClose {
	width: 30px;
	height: 24px;
	position: absolute;
	bottom: -30px;
	right: 0;
	cursor: pointer;
	display: none;
	background: #fff;
	text-align: center;
	padding-top: 6px;
}


/* whiteBG
---------------------------------------------- */
#whiteBG {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #777777;
	width: 100%;
	height: 100%;
	z-index: 98;
}



/* トップページ
--------------------------------------------------------------------------------------------- */


/*　トップ_KV
--------------------------------------------------------------- */

#kvTop {
	width: 100%;
	min-width: 1060px;
	height: 597px;
	position: relative;
	margin-top: 3px;
	overflow: hidden;
}

#kvTop .slides li {
	width: 100%;
	height: 597px;
	display: none;
	-webkit-backface-visibility: hidden;
    position: relative;
}

#kvTop .slides li#kvsms {
	background: url(../hotel_img/top/pic_kvslider_membership.jpg) no-repeat 50% 0;
	background-size: cover;
}
html:lang(zh-hans) #kvTop .slides li#kvsms,
html:lang(zh-hant) #kvTop .slides li#kvsms,
html:lang(ko) #kvTop .slides li#kvsms {
	background: url(../en/hotel_img/top/pic_kvslider_membership.jpg) no-repeat 50% 0;
	background-size: cover;
}

#kvTop .slides li:not(:first-of-type):after {
	content: "";
	background-image: url(../hotel_img/common/mainVisual_overlay_unizo.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 597px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
.unizoinn #kvTop .slides li:not(:first-of-type):after {
	background-image: url(../hotel_img/common/mainVisual_overlay_unizoinn.png);
}
.unizoexp #kvTop .slides li:not(:first-of-type):after {
	background-image: url(../hotel_img/common/mainVisual_overlay_unizoexp.png);
}

/* Direction Nav */
#kvTop .flex-direction-nav {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	margin-top: -20px;
}

#kvTop .flex-direction-nav a {
	width: 40px;
	height: 40px;
	margin: 0;
	display: block;
	background: url(../hotel_img/common/btn_kvslider_prev.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	z-index: 200;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0.9;
	-webkit-transition: all .3s ease;
}

#kvTop .flex-direction-nav a.flex-next {
	background: url(../hotel_img/common/btn_kvslider_next.png) no-repeat 0 0;
	right: 10px;
}

#kvTop .flex-direction-nav .flex-prev {
	left: 10px;
}

#kvTop .flexslider:hover .flex-next {
	opacity: 1;
}

#kvTop .flexslider:hover .flex-prev {
	opacity: 1;
}


#kvTop .flex-direction-nav .flex-disabled {
	opacity: .3 !important;
	filter:alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
#kvTop .flex-control-nav {
	width: 1000px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -500px;
	text-align: right;
	z-index: 1;

}

#kvTop .flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
}

#kvTop .flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background: #fff;
	cursor: pointer;
	text-indent: 9999px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

#kvTop .flex-control-paging li a:hover {
	background: #0a2e8b;
}
.unizoinn #kvTop .flex-control-paging li a:hover {
	background: #149844;
}
.unizoexp #kvTop .flex-control-paging li a:hover {
	background: #d80c18;
}

#kvTop .flex-control-paging li a.flex-active {
	background: #0a2e8b;
	cursor: default;
}
.unizoinn #kvTop .flex-control-paging li a.flex-active {
	background: #149844;
}
.unizoexp #kvTop .flex-control-paging li a.flex-active {
	background: #d80c18;
}

#kvTop #txtKv {
    display: none;
	z-index: 15;
}

#announcement {
	background-color: #ffffff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 10;
}


/* トップ topNav
--------------------------------- */

#topNav {
	background-color: #e7e4dc;
	width: 100%;
	position: relative;
	z-index: 10;
}

#topNav ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}

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

#topNav li a {
	display: block;
	box-sizing: border-box;
	padding: 25px 0px;
}
#topNav li.active a,
#topNav li a:hover {
	text-decoration: none;
	color: #0a2e8b;
}
.unizoinn #topNav li.active a,
.unizoinn #topNav li a:hover {
	color: #149844;
}
.unizoexp #topNav li.active a,
.unizoexp #topNav li a:hover {
	color: #d80c18;
}

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

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


/* トップ topNav 固定時
--------------------------------- */

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

#topNav.fixed .wrapper {
	text-align: center;
	margin: 0 auto 0 0;
}

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

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

@media (min-width:1700px) {
	#topNav.fixed .wrapper,
	#topNav.fixed ul {
		padding: 0;
		margin: 0px auto;
	}
}

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

#topNav.fixed li a {
	display: block;
	box-sizing: border-box;
	padding: 17px 0px;
}
#topNav.fixed li.active a,
#topNav.fixed li a:hover {
	text-decoration: none;
	color: #0a2e8b;
}
.unizoinn #topNav.fixed li.active a,
.unizoinn #topNav.fixed li a:hover {
	color: #149844;
}
.unizoexp #topNav.fixed li.active a,
.unizoexp #topNav.fixed li a:hover {
	color: #d80c18;
}

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

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



/* トップ_メンバーシップ
--------------------------------------------------------------- */

#topMembership {
    margin: 50px auto 0 auto;
    text-align: center;
}

#topMembership a img {
    width: auto;
}



/* トップ_告知エリア
--------------------------------------------------------------- */

#importantText {
    margin-top: 50px;
}
#importantText + #topRecommend {
    padding: 50px 0 80px 0 !important;
}
html:lang(ja) #importantText {
	display: none;
}
html:lang(zh-hans) #importantText,
html:lang(zh-hant) #importantText,
html:lang(ko) #importantText {
	display: block;
}

#importantText .wrapper {
    padding: 30px;
    text-align: center;
	border: 1px #062f8c solid;
    box-sizing: border-box;
}
.unizoinn #importantText .wrapper {
	border: 1px #149844 solid;
}
.unizoexp #importantText .wrapper {
	border: 1px #d80c18 solid;
}

#importantText h2 {
    color: #062f8c;
    font-size: 140%;
    margin-bottom: 20px;
}
.unizoinn #importantText h2 {
	color: #149844;
}
.unizoexp #importantText h2 {
	color: #d80c18;
}

#importantText p {
    font-size: 140%;
}

#importantText p + p {
    margin-top: 1em;
}



/* トップ_おすすめ宿泊プラン
--------------------------------------------------------------- */

#topRecommend {
	background: #ffffff;
	padding: 80px 0;
}

#topRecommend .wrapper {
	min-width: 1400px;
	width: 1400px;
	position: relative;
	margin: 0px auto;
}

#topRecommend h2 {
	color: #aaaaaa;
	font-size: 140%;
	text-align: center;
	margin-bottom: 20px;
}

#topRecommend h2 span {
	color: #062f8c;
	font-size: 171.4%;
	line-height: 1.2;
	display: block;
}
.unizoinn #topRecommend h2 span {
	color: #149844;
}
.unizoexp #topRecommend h2 span {
	color: #d80c18;
}

#topRecommend #recoSlide {
	min-width: 1200px;
	width: 1200px;
	min-height: 200px;
}

#topRecommend #recoSlide li {
	width: 300px;
	height: auto;
	padding: 10px;
}

#topRecommend #recoSlide li a {
	width: 100%;
	height: 100%;
	display: block;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}

#topRecommend #recoSlide li a div {
	width: 300px;
	height: auto;
	border: 1px #aaaaaa solid;
	padding: 2px;
	box-sizing: border-box;
	position: relative;
}

#topRecommend #recoSlide li a div img {
	width: 100%;
	height: auto;
}

#topRecommend #recoSlide li a p {
	background-color: #ffffff;
	width: auto;
	height: auto;
	min-height: 42px;
	font-size: 160%;
	line-height: 1.3;
	padding: 20px;
}

#recoSlide-prev-btn {
	background-image: url(../hotel_img/common/btn_recoPrev_unizo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 21px;
	height: 35px;
	margin-bottom: -53px;
	position: absolute;
	bottom: 50%;
	left: 0;
}
.unizoinn #recoSlide-prev-btn {
	background-image: url(../hotel_img/common/btn_recoPrev_unizoinn.png);
}
.unizoexp #recoSlide-prev-btn {
	background-image: url(../hotel_img/common/btn_recoPrev_unizoexp.png);
}

#recoSlide-next-btn {
	background-image: url(../hotel_img/common/btn_recoNext_unizo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 21px;
	height: 35px;
	margin-bottom: -53px;
	position: absolute;
	bottom: 50%;
	right: 0;
}
.unizoinn #recoSlide-next-btn {
	background-image: url(../hotel_img/common/btn_recoNext_unizoinn.png);
}
.unizoexp #recoSlide-next-btn {
	background-image: url(../hotel_img/common/btn_recoNext_unizoexp.png);
}

#recoSlide-prev-btn a,
#recoSlide-next-btn a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#recoSlide-prev-btn:hover,
#recoSlide-next-btn:hover {
	opacity: 0.8;
}

p.brandText {
	color: #062f8c;
	font-size: 240%;
	text-align: center;
	margin-top: 100px;
	position: relative;
}
.unizoinn p.brandText {
	color: #149844;
}
.unizoexp p.brandText {
	color: #d80c18;
}

p.brandText:before {
	content: url("../hotel_img/top/brand_unizoLeft.png");
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -22.5px;
	display: block;
}
.unizoinn p.brandText:before {
	content: url("../hotel_img/top/brand_innLeft.png");
}
.unizoexp p.brandText:before {
	content: url("../hotel_img/top/brand_expLeft.png");
}

p.brandText:after {
	content: url("../hotel_img/top/brand_unizoRight.png");
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -22.5px;
	display: block;
}
.unizoinn p.brandText:after {
	content: url("../hotel_img/top/brand_innRight.png");
}
.unizoexp p.brandText:after {
	content: url("../hotel_img/top/brand_expRight.png");
}


/*　トップ_FEATURE
--------------------------------------------------------------- */

#topFeature {
	background-image: url(../hotel_img/top/bg_feature.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-sizing: border-box;
	padding: 100px 0;
}
.unizoinn #topFeature {
	background-image: url(../hotel_img/top/bg_feature_unizoinn.jpg);
}
.unizoexp #topFeature {
	background-color: #ede4cf;
	background-image: none;
}

#topFeature .wrapper {
	width: 1265px;
}

#topFeature h2 {
	color: #aaaaaa;
	font-size: 140%;
	text-align: center;
	margin-bottom: 40px;
}
.unizoexp #topFeature h2 {
	color: #636363;
}

#topFeature h2 span {
	color: #062f8c;
	font-size: 171.4%;
	line-height: 1.2;
	display: block;
}
.unizoinn #topFeature h2 span {
	color: #149844;
}
.unizoexp #topFeature h2 span {
	color: #d80c18;
}

#topFeature ul {
	width: 100%;
}

#topFeature ul li {
	background-color: #ffffff;
	width: 415px;
	float: left;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
#topFeature ul.column4 li {
	width: 308.75px;
}

#topFeature ul li + li {
	margin-left: 10px;
}
.unizo #topFeature ul li:nth-of-type(n+4) {
	margin-top: 10px;
}
.unizo #topFeature ul li:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

#topFeature ul li > img {
	width: 100%;
	height: auto;
	display: block;
}

#topFeature ul li > div {
	padding: 20px;
	box-sizing: border-box;
}

#topFeature ul li > div h3 {
	color: #062f8c;
	font-size: 180%;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 10px;
}
.unizoinn #topFeature ul li > div h3 {
	color: #149844;
}
.unizoexp #topFeature ul li > div h3 {
	color: #d80c18;
}

#topFeature ul li > div p {
	font-size: 140%;
	line-height: 1.6;
}

#topFeature ul li > div div.btnMore {
	margin: 20px auto;
}

#topFeature ul li > div div.btnMore a {
	color: #062f8c;
	width: 160px;
	height: auto;
	font-size: 120%;
	line-height: 1;
	text-align: center;
	margin: 0 auto;
	padding: 6px 0px;
	display: block;
	border: 1px #062f8c solid;
	box-sizing: border-box;
}
.unizoinn #topFeature ul li > div div.btnMore a {
	color: #149844;
	border: 1px #149844 solid;
}
.unizoexp #topFeature ul li > div div.btnMore a {
	color: #d80c18;
	border: 1px #d80c18 solid;
}



/*　トップ_ダイナミックパッケージ
--------------------------------------------------------------- */

#topPackage {
	box-sizing: border-box;
	padding: 70px 0px 85px 0px;
	overflow: hidden;
}

#topPackage .wrapper {
	width: 1238px !important;
}

#topPackage ul {
	margin: 0px auto;
}

#topPackage ul li {
	display: inline-block;
}
#topPackage ul li + li {
	margin-left: 6px;
}



/* トップ_レストラン
--------------------------------------------------------------- */

#topRestaurant {
	width: 100%;
	min-height: 260px;
	position: relative;
	overflow: hidden;
}

#bg_restaurant {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 50%;
	height: 260px;
	position: absolute;
	left: 50%;
	top: 0;
}

@media (min-width:1601px){
	#bg_restaurant {
		background-position: center;
		background-size: cover;
	}
}

#topRestaurant .wrapper {
	width: 560px !important;
	min-width: 560px !important;
	padding-right: 640px !important;
	position: relative;
}

#topRestaurant h2 {
	color: #aaaaaa;
	font-size: 140%;
	text-align: center;
	margin-left: -290px;
}

#topRestaurant h2 span {
	color: #062f8c;
	font-size: 171.4%;
	line-height: 1.2;
	display: block;
}
.unizoinn #topRestaurant h2 span {
	color: #149844;
}
.unizoexp #topRestaurant h2 span {
	color: #d80c18;
}

#topRestaurant .btnMore {
	position: absolute;
	top: 24px;
	right: 640px;
}

#topRestaurant .btnMore a {
	color: #ffffff;
	background-color: #062f8c;
	font-size: 120%;
	line-height: 1;
	padding: 7px 25px;
	display: block;
}
.unizoinn #topRestaurant .btnMore a {
	background-color: #149844;
}
.unizoexp #topRestaurant .btnMore a {
	background-color: #d80c18;
}


#topRestaurant #restInfo {
	margin-top: 40px;
}

#topRestaurant #restInfo h3 {
	font-size: 160%;
	line-height: 1.4;
}
#topRestaurant #restInfo p {
	font-size: 160%;
}

#topRestaurant #restInfo p span {
	font-size: 75%;
}



/* トップ_お知らせ
--------------------------------------------------------------- */
#topNewsWrap {
	padding: 50px 30px 0px;
}

#topNewsWrap .left {
	width: 760px;
	float: left;
}

#topNewsWrap .left section {
	margin-bottom: 20px;
	position: relative;
}

#topNewsWrap .left h2 {
	color: #aaaaaa;
	font-size: 140%;
	text-align: center;
}

#topNewsWrap .left h2 span {
	color: #062f8c;
	font-size: 171.4%;
	line-height: 1.2;
	display: block;
}
.unizoinn #topNewsWrap .left h2 span {
	color: #149844;
}
.unizoexp #topNewsWrap .left h2 span {
	color: #d80c18;
}

#topNewsWrap .left section .btnMore {
	position: absolute;
	top: 24px;
	right: 0;
}

#topNewsWrap .left section .btnMore a {
	color: #ffffff;
	background-color: #062f8c;
	font-size: 120%;
	line-height: 1;
	padding: 7px 25px;
	display: block;
}
.unizoinn #topNewsWrap .left section .btnMore a {
	background-color: #149844;
}
.unizoexp #topNewsWrap .left section .btnMore a {
	background-color: #d80c18;
}

.topKijiList {
}

.topKijiList li {
	margin-top: 20px;
}

.topKijiList li p {
	font-size: 140%;
	float: left;
}
.topKijiList li p.date {
	color: #062f8c;
	min-width: 100px;
}
.unizoinn .topKijiList li p.date {
	color: #149844;
}
.unizoexp .topKijiList li p.date {
	color: #d80c18;
}

.topKijiList li p.ttl {
	width: 650px;
	float: right;
}

.topKijiList li a:hover p.ttl {
	text-decoration: underline;
}

#topNewsWrap .right {
	width: 360px;
	float: right;
}

#topNewsWrap .right li {
    width: 100%;
	display: table;
}

#topNewsWrap .right li + li {
	margin-top: 20px;
}



/* 客室
--------------------------------------------------------------------------------------------- */

/* 一覧 */
#guestroom .guestroomCat {
	width: 100%;
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#guestroom .guestroomCat > li {
	width: 100%;
	text-align: center;
	background-color: #efefef;
	position: relative;
}

#guestroom .guestroomCat > li + li {
	margin-left: 2px;
}

#guestroom .guestroomCat > li > a {
	font-size: 160%;
	display: block;
	line-height: 1;
	padding: 32px 30px;
	position: relative;
}

#guestroom .guestroomCat > li > a.navlink {
	text-decoration: none;
	pointer-events: none;
}

#guestroom .guestroomCat > li > a:after {
	content: "";
	background-image: url(../hotel_img/content/guestroom/btn_guestroomCat.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 17px;
	height: 10px;
	margin-top: -5px;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
}

#guestroom .guestroomCat > li > ul {
	background-color: #efefef;
	width: 100%;
	height: auto;
	position: absolute;
	top: 80px;
	left: 0;
	display: none;
	z-index: 10;
}

#guestroom .guestroomCat > li:hover > ul {
	display: block;
}

#guestroom .guestroomCat > li > ul > li {
	width: 100%;
	height: 60px;
	border-top: 1px #ffffff solid;
	display: table;
	padding: 0 2%;
	box-sizing: border-box;
}

#guestroom .guestroomCat > li > ul > li > a {
	font-size: 160%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#guestroom .guestroomList {
	width: 100%;
}

#guestroom .guestroomList article {
	width: 380px;
	height: auto;
	float: left;
	margin-right: 30px;
}

#guestroom .guestroomList article:nth-of-type(3n) {
	margin-right: 0;
}

#guestroom .guestroomList article:nth-of-type(n+4) {
	margin-top: 100px;
}

#guestroom .guestroomList article .guestroomThumb {
	width: 380px;
	height: auto;
}

#guestroom .guestroomList article .guestroomThumb img {
	width: 100%;
	height: auto;
}

#guestroom .guestroomList article .guestroomThumb p {
	font-size: 120%;
	margin-top: 10px;
	text-align: right;
}

#guestroom .guestroomList article .guestroomInfo {
	height: 140px;
	padding: 20px 20px 0px 20px;
	position: relative;
}

#guestroom .guestroomList article .guestroomInfo h3 {
	color: #062f8c;
	font-size: 180%;
	line-height: 1;
	margin-bottom: 10px;
}
.unizoinn#guestroom .guestroomList article .guestroomInfo h3{
	color: #149844;
}
.unizoexp#guestroom .guestroomList article .guestroomInfo h3 {
	color: #d80c18;
}

#guestroom .guestroomList article .guestroomInfo p {
	font-size: 140%;
	line-height: 1.3;
}

#guestroom .guestroomList article .guestroomInfo p + p {
	margin-top: 5px;
}

#guestroom .guestroomList article .guestroomInfo .guestroomBtn {
	width: 340px;
	margin-left: -170px;
	position: absolute;
	bottom: 0;
	left: 50%;
}

#guestroom .guestroomList article .guestroomInfo .guestroomBtn.telOnly {
	width: 130px;
	margin-left: -65px;
}

#guestroom .guestroomList article .guestroomInfo .guestroomBtn li {
	height: 35px;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	display: table;
	float: left;
}

#guestroom .guestroomList article .guestroomInfo .guestroomBtn li + li {
	margin-left: 10px;
}

#guestroom .guestroomList article .guestroomInfo .guestroomBtn li a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#guestroom .guestroomList article .guestroomInfo .guestroomBtn li:first-of-type {
	width: 130px;
}

#guestroom .guestroomList article .guestroomInfo .guestroomBtn li:first-of-type a {
	color: #062f8c;
	font-size: 140%;
	border: 1px #062f8c solid;
}
.unizoinn#guestroom .guestroomList article .guestroomInfo .guestroomBtn li:first-of-type a {
	color: #149844;
	border: 1px #149844 solid;
}
.unizoexp#guestroom .guestroomList article .guestroomInfo .guestroomBtn li:first-of-type a {
	color: #d80c18;
	border: 1px #d80c18 solid;
}

#guestroom .guestroomList article .guestroomInfo .guestroomBtn li.reserveBtn.pc {
	width: 200px;
	background-color: #333333;
	display: table !important;
}

#guestroom .guestroomList article .guestroomInfo .guestroomBtn li.reserveBtn a {
	color: #ffffff;
	font-size: 140%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#guestroom .guestroomCheckInOut {
	width: 100%;
	height: auto;
	margin-top: 100px;
	padding: 50px 75px;
	box-sizing: border-box;
	border: 5px #efefef solid;
}

#guestroom .guestroomCheckInOut p {
	color: #062f8c;
	font-size: 240%;
	line-height: 2;
}
.unizoinn#guestroom .guestroomCheckInOut p {
	color: #149844;
}
.unizoexp#guestroom .guestroomCheckInOut p {
	color: #d80c18;
}

#guestroom .incArticle {
	margin-top: 100px;
}

#guestroom .incArticle h3 {
	color: #062f8c;
	font-size: 240%;
	line-height: 1;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px #b3b3b3 solid;
}
.unizoinn#guestroom .incArticle h3 {
	color: #149844;
}
.unizoexp#guestroom .incArticle h3 {
	color: #d80c18;
}

#guestroom .incArticle ul {
	display: flex;
	flex-wrap: wrap;
}

#guestroom .incArticle ul li {
	font-size: 160%;
	padding-left: 1em;
	box-sizing: border-box;
}

#guestroom .incArticle ul li {
	width: calc(100% / 6);
}

#guestroom .incArticle ul li:before {
	content: "\0030fb";
	color: #062f8c;
	width: 1em;
	margin-left: -1em;
	float: left;
	display: block;
}
.unizoinn#guestroom .incArticle ul li:before {
	color: #149844;
}
.unizoexp#guestroom .incArticle ul li:before {
	color: #d80c18;
}

#guestroom .incArticle ul li:nth-of-type(n+7) {
	margin-top: 20px;
}

#guestroom .amenityPhoto {
	margin-top: 100px;
}

#guestroom .amenityPhoto li {
	width: 285px;
	height: auto;
	margin-right: 20px;
	float: left;
}

#guestroom .amenityPhoto li:nth-of-type(4n) {
	margin-right: 0;
}

#guestroom .amenityPhoto li img {
	width: 100%;
	height: auto;
}

/* 詳細 */
#guestroom article .roomImg {
	width: 600px;
	height: auto;
	float: left;
}

#guestroom article .roomImg .slider_for {
	width: 600px;
	height: 430px;
	overflow: hidden;
}

#guestroom article .roomImg .slider_for div img {
	width: 100%;
	height: auto;
}

#guestroom article .roomImg ul.slider_nav {
	width: 600px;
	height: auto;
	margin-top: 20px;
}

#guestroom article .roomImg p {
	font-size: 140%;
	margin-top: 20px;
}


#guestroom article .roomImg ul.slider_nav li {
	width: 135px !important;
	height: auto;
}

#guestroom article .roomImg  ul.slider_nav li + li {
	margin-left: 20px;
}

#guestroom article .roomImg  ul.slider_nav li img {
	width: 100%;
	height: auto;
	cursor: pointer;
}

#guestroom article .roomInfo {
	width: 540px;
	height: auto;
	padding-left: 60px;
	float: right;
}

#guestroom article .roomInfo h3 {
	color: #062f8c;
	font-size: 240%;
	line-height: 1.3;
	margin-bottom: 25px;
}
.unizoinn#guestroom article .roomInfo h3 {
	color: #149844;
}
.unizoexp#guestroom article .roomInfo h3 {
	color: #d80c18;
}

#guestroom article .roomInfo h3 span {
	font-size: 125%;
	padding-right: 20px;
}


#guestroom article .roomInfo h4 {
	font-size: 200%;
	line-height: 1.6;
	margin-bottom: 15px;
}

#guestroom article .roomInfo p {
	font-size: 160%;
	line-height: 1.6;
}

#guestroom article .roomInfo table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 25px;
	border: 1px #aaaaaa solid;
}

#guestroom article .roomInfo table th {
	font-size: 180%;
	background-color: #efefef;
	padding: 30px 50px;
	border: 1px #aaaaaa solid;
}

#guestroom article .roomInfo table td {
	font-size: 180%;
	padding: 30px 50px;
	border: 1px #aaaaaa solid;
}


#guestroom article .roomInfo .reserveBtn.pc {
	width: 200px;
	height: 35px;
	background-color: #333333;
	margin: 50px auto 0 auto;
	display: table !important;
}

#guestroom article .roomInfo .reserveBtn.pc a {
	color: #ffffff;
	font-size: 87.5%;
	line-height: 1;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px #333333 solid;
}


/* おすすめ宿泊プラン
--------------------------------------------------------------------------------------------- */

/* 一覧 */
#plan .planList {
	width: 380px;
	height: auto;
	float: left;
	margin-right: 30px;
}

#plan .planList:nth-of-type(3n) {
	margin-right: 0px;
}

#plan .planList:nth-of-type(n+4) {
	margin-top: 120px;

}

#plan .planList:nth-of-type(3n+1) {
	clear: both;
}

#plan .planList .planThumb {
	background-color: #ffffff;
	width: 380px;
	height: auto;
	padding: 2px;
	box-sizing: border-box;
	border: 1px #aaaaaa solid;
	overflow: hidden;
}

#plan .planList .planThumb img {
	width: 100%;
	height: auto;
}

#plan .planList .planInfo {
	width: 380px;
	min-height: 150px;
	box-sizing: border-box;
	padding: 20px 20px 0px 20px;
	position: relative;
}

#plan .planList .planInfo h3 {
	color: #062f8c;
	font-size: 180%;
	line-height: 1.3;
}
.unizoinn#plan .planList .planInfo h3 {
	color: #149844;
}
.unizoexp#plan .planList .planInfo h3 {
	color: #d80c18;
}

#plan .planList .planInfo p.recommend {
	color: #ce5b25;
	font-size: 120%;
	line-height: 1;
	width: 200px;
	text-align: center;
	margin-top: 15px;
	padding: 8px 0px;
	box-sizing: border-box;
	border: 1px #ce5b25 solid;
}

#plan .planList .planInfo .planBtn {
	width: 340px;
	text-align: center;
	margin-left: -170px;
	position: absolute;
	bottom: 0;
	left: 50%;
}

#plan .planList .planInfo .planBtn li {
	width: 165px;
	background-color: #333333;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	float: right;
}

#plan .planList .planInfo .planBtn li:nth-of-type(even) {
	margin-left: 10px;
}

#plan .planList .planInfo .planBtn li.member {
	background-color: #062f8c;
	float: left;
}
.unizoinn#plan .planList .planInfo .planBtn li.member {
	background-color: #149844;
}
.unizoexp#plan .planList .planInfo .planBtn li.member {
	background-color: #d80c18;
}

#plan .planList .planInfo .planBtn li a {
	color: #ffffff;
	font-size: 140%;
	padding: 10px 0px;
	display: block;
}

/* 詳細 */
#plan .planDetail h3 {
	color: #062f8c;
	font-size: 300%;
	line-height: 1.3;
	margin-bottom: 50px;
}
.unizoinn#plan .planDetail h3 {
	color: #149844;
}
.unizoexp#plan .planDetail h3 {
	color: #d80c18;
}

#plan .planDetail .planImg {
	width: 500px;
	height: auto;
	margin: 0 0 50px 50px;
	padding: 2px;
	border: 1px #aaaaaa solid;
	box-sizing: border-box;
	float: right;
}

#plan .planDetail .planImg img {
	width: 100%;
	height: auto;
}

#plan .planDetail .planTxtWrap {
	font-size: 180%;
}

#plan .planDetail .planTxtWrap h4 {
	font-size: 122.2%;
	margin-bottom: 15px;
}

#plan .planDetail .planTxtWrap p {
	margin-bottom: 1em;
}

#plan .planDetail .planTxtWrap .planAbout {
	width: 100%;
	border-collapse: collapse;
	margin-top: 50px;
	border: 1px #aaaaaa solid;
	box-sizing: border-box;
}

#plan .planDetail .planTxtWrap .planAbout th {
	background-color: #efefef;
	font-size: 88.9%;
	padding: 30px;
	border: 1px #aaaaaa solid;
}

#plan .planDetail .planTxtWrap .planAbout td {
	font-size: 88.9%;
	padding: 30px;
	border: 1px #aaaaaa solid;
}

#plan .planDetail .reserveBtn {
	width: 200px;
	text-align: center;
	margin: 50px auto 0px auto;
	clear: both;
}

#plan .planDetail .reserveBtn li {
	width: 200px;
	background-color: #062f8c;
}
.unizoinn#plan .planDetail .reserveBtn li {
	background-color: #149844;
}
.unizoexp#plan .planDetail .reserveBtn li {
	background-color: #d80c18;
}

#plan .planDetail .reserveBtn li a {
	color: #ffffff;
	font-size: 140%;
	line-height: 1;
	padding: 10px 0px;
	display: block;
}

#plan .planDetail .reserveBtn li + li {
	background-color: #333333;
	margin-top: 10px;
}



/* レストラン
--------------------------------------------------------------------------------------------- */

#restaurant .mainVisual {
	background-color: #e7e4dc;
}

#restaurant .mainVisual .slider_for {
	width: 960px;
	height: 540px;
	float: left;
	overflow: hidden;
}

#restaurant .mainVisual .slider_for div img {
	width: 100%;
	height: auto;
}

#restaurant .mainVisual ul.slider_nav {
	width: 240px;
	padding: 22px;
	float: right;
}

#restaurant .mainVisual ul.slider_nav li {
	width: 196px !important;
	height: 110px !important;
	overflow: hidden;
	float: none!important;
}

#restaurant .mainVisual ul.slider_nav li + li {
	margin-top: 18.6px;
}

#restaurant .mainVisual ul.slider_nav li img {
	width: 100%;
	height: auto;
	cursor: pointer;
}

#restaurant article {
	margin-top: 100px;
}

#restaurant article h3 {
	color: #062f8c;
	font-size: 220%;
	line-height: 1;
	margin-bottom: 25px;
}
.unizoinn#restaurant article h3 {
	color: #149844;
}
.unizoexp#restaurant article h3 {
	color: #d80c18;
}

#restaurant article p {
	font-size: 180%;
}

#restaurant article p + p {
	margin-top: 1em;
}

#restaurant .restInfo div.logo {
	width: 230px;
	text-align: center;
	margin-right: 50px;
	float: left;
}

#restaurant .restInfo div.logo img {
	max-width: 100%;
}

#restaurant .restInfo div.info {
	width: 920px;
	height: auto;
	float: right;
}

#restaurant .restInfo div.info dl {
	width: 100%;
	display: table;
	border-top: 1px #b5b5b5 solid;
}

#restaurant .restInfo div.info dl:last-of-type {
	border-bottom: 1px #b5b5b5 solid;
}

#restaurant .restInfo div.info dl dt {
	width: 90px;
	font-size: 180%;
	padding: 15px 15px 15px 0px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

#restaurant .restInfo div.info dl dd {
	width: auto;
	font-size: 180%;
	padding: 15px 0px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

#restaurant .breakfast_photo {
	margin-top: 50px;
}

#restaurant .breakfast_photo li {
	width: 398px;
	float: left;
	margin-right: 2px;
}

#restaurant .breakfast_photo li img {
	width: 100%;
	height: auto;
}



/* 施設・サービス
--------------------------------------------------------------------------------------------- */

#facilities .facilities_feature {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

#facilities .facilities_feature li {
	width: 380px;
	height: auto;
	margin-right: 30px;
}

#facilities .facilities_feature li:nth-of-type(3n){
	margin-right: 0px;
}

#facilities .facilities_feature li:nth-of-type(n+4){
	margin-top: 40px;
}

#facilities .facilities_feature li img {
	width: 100%;
	height: auto;
	display: block;
}

#facilities .facilities_feature li div {
	padding: 20px;
}

#facilities .facilities_feature li div h3 {
	color: #062f8c;
	font-size: 180%;
	line-height: 1.2;
	margin-bottom: 10px;
}
.unizoinn#facilities .facilities_feature li div h3 {
	color: #149844;
}
.unizoexp#facilities .facilities_feature li div h3 {
	color: #d80c18;
}

#facilities .facilities_feature li div p {
	font-size: 140%;
	line-height: 1.6;
}

#facilities article {
	margin-top: 100px;
}

#facilities article h3 {
	color: #062f8c;
	font-size: 240%;
	line-height: 1;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px #b3b3b3 solid;
}
.unizoinn#facilities article h3 {
	color: #149844;
}
.unizoexp#facilities article h3 {
	color: #d80c18;
}

#facilities article ul {
	display: flex;
	flex-wrap: wrap;
}

#facilities article ul + ul {
	margin-top: 40px;
}

#facilities article ul li {
	font-size: 160%;
	padding-left: 1em;
	box-sizing: border-box;
}

#facilities article ul.col4 li {
	width: calc(100% / 4);
}

#facilities article ul.col6 li {
	width: calc(100% / 6);
}

#facilities article ul li:before {
	content: "\0030fb";
	color: #062f8c;
	width: 1em;
	margin-left: -1em;
	float: left;
	display: block;
}
.unizoinn#facilities article ul li:before {
	color: #149844;
}
.unizoexp#facilities article ul li:before {
	color: #d80c18;
}

#facilities article ul.col4 li:nth-of-type(n+5),
#facilities article ul.col6 li:nth-of-type(n+7) {
	margin-top: 40px;
}

#facilities #restaurant {
	width: 100%;
	min-height: 360px;
	overflow: hidden;
	margin-top: 100px;
	position: relative;
}

#facilities #bg_restaurant {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 100px;
	width: 50%;
	height: 260px;
	position: absolute;
	left: 50%;
	top: 0;
}

@media (min-width:1601px){
	#facilities #bg_restaurant {
		background-position: center;
		background-size: cover;
	}
}

#facilities #restaurant .wrapper {
	width: 560px !important;
	min-width: 560px !important;
	padding-top: 100px;
	padding-right: 640px !important;
	position: relative;
	border-top: 2px #b3b3b3 solid;
}

#facilities #restaurant h3 {
	color: #062f8c;
	font-size: 240%;
	line-height: 1.4;
	text-align: center;
	margin-left: -290px;
	
}
.unizoinn#facilities #restaurant h3 {
	color: #149844;
}
.unizoexp#facilities #restaurant h3 {
	color: #d80c18;
}

#facilities #restaurant h3 span {
	font-size: 75%;
}

#facilities #restaurant .btnMore {
	position: absolute;
	top: 105px;
	right: 640px;
}

#facilities #restaurant .btnMore a {
	color: #ffffff;
	background-color: #062f8c;
	font-size: 120%;
	line-height: 1;
	padding: 7px 25px;
	display: block;
}
.unizoinn#facilities #restaurant .btnMore a {
	background-color: #149844;
}
.unizoexp#facilities #restaurant .btnMore a {
	background-color: #d80c18;
}

#facilities #restaurant #restInfo {
	margin-top: 50px;
}

#facilities #restaurant #restInfo p {
	font-size: 160%;
}

#facilities #restaurant #restInfo p span {
	font-size: 75%;
}

#facilities .combinienceStore {
	margin-top: 100px;
}

#facilities .hotel > h3 {
	color: #062f8c;
	font-size: 220%;
	text-align: center;
	margin-bottom: 50px;
}
.unizoinn#facilities .hotel > h3 {
	color: #149844;
}
.unizoexp#facilities .hotel > h3 {
	color: #d80c18;
}

#facilities .combinienceStore > div {
	height: 260px;
	padding-top: 100px;
	border-top: 1px #333333 solid;
}

#facilities .combinienceStore > div + div {
	margin-top: 50px;
}

#facilities .combinienceStore > div > div:first-of-type {
	width: 600px;
	height: 260px;
	float: left;
}

#facilities .combinienceStore > div > div:first-of-type img {
	width: 100%;
}

#facilities .combinienceStore > div > div:last-of-type {
	width: 580px;
	height: 260px;
	margin-left: 20px;
	text-align: center;
	float: left;
	position: relative;
}

#facilities .combinienceStore > div > div:last-of-type h4 {
	font-size: 240%;
	margin-bottom: 30px;
}

#facilities .combinienceStore > div > div:last-of-type h4 + p {
	font-size: 160%;
	line-height: 1.5;
}

#facilities .combinienceStore > div > div:last-of-type p.btn_more {
	width: 130px;
	height: 35px;
	margin-left: -65px;
	display: table;
	position: absolute;
	bottom: 0;
	left: 50%;
}

#facilities .combinienceStore > div > div:last-of-type p.btn_more a {
	color: #062f8c;
	width: 100%;
	height: 100%;
	font-size: 140%;
	line-height: 1;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px #062f8c solid;
}
.unizoinn#facilities .combinienceStore > div > div:last-of-type p.btn_more a {
	color: #149844;
	border: 1px #149844 solid;
}
.unizoexp#facilities .combinienceStore > div > div:last-of-type p.btn_more a {
	color: #d80c18;
	border: 1px #d80c18 solid;
}



/* アクセス
--------------------------------------------------------------------------------------------- */

#access .info #routeWrapper #routeTab li {
	background-color: #efefef;
	width: 393.3px;
	height: 60px;
	display: table;
	float: left;
	cursor: pointer;
	margin-bottom: 10px;
}

#access .info #routeWrapper #routeTab li.active {
	border-bottom: 10px #efefef solid;
	margin-bottom: 0;
}

#access .info #routeWrapper #routeTab li + li {
	margin-left: 10px;
}

#access .info #routeWrapper #routeTab li span {
	color: #333333;
	font-size: 160%;
	line-height: 1.2;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

html:lang(zh-hans) #access .info #routeWrapper #routeTab li span,
html:lang(zh-hant) #access .info #routeWrapper #routeTab li span,
html:lang(ko) #access .info #routeWrapper #routeTab li span {
	font-size: 140%;
}

#access .info #routeWrapper #routeTab li span:before {
	content: "\0025bc";
	font-size: 50%;
	display: block;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	left: 15px;
}

#access .info #routeWrapper #routeTab li span.small:before {
	content: "\0025bc";
	font-size: 62.5%;
	display: block;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	left: 15px;
}

#access .info #routeWrapper #routeTab li.active span:before,
#access .info #routeWrapper #routeTab li.active span.small:before {
	content: "\0025b2";
}

#access .info #routeWrapper #routeMap {
	width: 1200px;
	height: 427px;
	position: relative;
}

#access .info #routeWrapper #routeMap li {
	width: 1200px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#access .info #routeWrapper #routeMap li.active {
	z-index: 5;
}

#access .info #routeWrapper #routeMap li > div {
	width: 100%;
	height: 100%;
}

#access .info #routeWrapper #routeMap li p {
	width: 95px;
	height: 25px;
	display: table;
	position: absolute;
	bottom: -27px;
	right: 0;
}

#access .info #routeWrapper #routeMap li p a {
	background-color: #062f8c;
	color: #ffffff;
	display: table-cell;
	font-size: 120%;
	line-height: 1;
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding-left: 10px;
}
.unizoinn#access .info #routeWrapper #routeMap li p a {
	background-color: #149844;
}
.unizoexp#access .info #routeWrapper #routeMap li p a {
	background-color: #d80c18;
}

#access .info #routeWrapper #routeMap li a:before {
	content: "\0025b6";
	font-size: 50%;
	left: 6px;
	margin-top: -3px;
	position: absolute;
	top: 50%;
}

#access .info #routeWrapper #routeMap .gmnoprint a:before {
	content: none;
}

#access .info ul.info_text li {
	font-size: 180%;
	line-height: 2;
	padding-left: 1em;
}

#access .info ul.info_text li:before {
	content: "\0030fb";
	color: #062f8c;
	width: 1em;
	text-align: center;
	display: block;
	float: left;
	margin-left: -1em;
}
.unizoinn#access .info ul.info_text li:before {
	color: #149844;
}
.unizoexp#access .info ul.info_text li:before{
	color: #d80c18;
}

#access article {
	margin-top: 50px;
}

#access article h3 {
	color: #062f8c;
	font-size: 300%;
	line-height: 1;
	margin-bottom: 25px;
}
.unizoinn#access  article h3 {
	color: #149844;
}
.unizoexp#access  article h3 {
	color: #d80c18;
}

#access article .routeImg {
	width: auto;
	height: auto;
	margin: 0px auto;
	text-align: center;
}

#access article .routeImg img {
	width: auto;
	height: auto;
}

#access article ul li {
	font-size: 180%;
	line-height: 2;
	padding-left: 1em;
}

#access article ul li:before {
	content: "\0030fb";
	color: #062f8c;
	width: 1em;
	text-align: center;
	display: block;
	float: left;
	margin-left: -1em;
}
.unizoinn#access  article ul li:before {
	color: #149844;
}
.unizoexp#access  article ul li:before{
	color: #d80c18;
}

#access .access_caution {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-top: 50px;
	padding: 30px;
	border: 1px #062f8c solid;
}
.unizoinn#access .access_caution {
	border: 1px #149844 solid;
}
.unizoexp#access .access_caution {
	border: 1px #d80c18 solid;
}

#access .access_caution p {
	font-size: 180%;
	line-height: 2;
}



/* よくある質問
--------------------------------------------------------------------------------------------- */

#qa #mainImg {
	background-image: url(../hotel_img/content/qa/qa_bg.jpg);
}

#qa .qa_catList {
	width: 100%;
	height: auto;
}

#qa .qa_catList > li {
	background-color: #efefef;
	width: 238px;
	height: 80px;
	margin-right: 2px;
	display: table;
	float: left;
	position: relative;
}

#qa .qa_catList > li:nth-of-type(n+6) {
	margin-top: 2px;
}

#qa .qa_catList > li > a {
	height: 100%;
	font-size: 200%;
	line-height: 1.2;
	padding-left: 17px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

html:lang(zh-hans) #qa .qa_catList > li > a,
html:lang(zh-hant) #qa .qa_catList > li > a,
html:lang(ko) #qa .qa_catList > li > a {
	font-size: 160%;
}

#qa .qa_catList > li > a span {
	font-size: 80%;
}

#qa .qa_catList > li > a:before {
	content: "\0025bc";
	position: absolute;
	font-size: 50%;
	margin-top: -5px;
	display: block;
	top: 50%;
	left: 12px;
}

#qa .qa_cat {
	width: 100%;
	height: auto;
	margin-top: 100px;
}

#qa .qa_cat > h3 {
	color: #062f8c;
	font-size: 240%;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 2px #aaaaaa solid;
}
.unizoinn#qa .qa_cat > h3 {
	color: #149844;
}
.unizoexp#qa .qa_cat > h3 {
	color: #d80c18;
}

#qa .qa_cat > dl {
	border-bottom: 1px #aaaaaa solid;
}

#qa .qa_cat > dl dd + dt {
	border-top: 1px solid #aaaaaa;
}

#qa .qa_cat > dl dt {
	font-size: 180%;
	line-height: 1.6;
	position: relative;
	padding: 25px 50px;
	cursor: pointer;
}

#qa .qa_cat > dl dt:before {
	content: "Q";
	color: #062f8c;
	font-size: 122.2%;
	position: absolute;
	top: 22px;
	left: 16px;
	vertical-align: bottom;
}
.unizoinn#qa .qa_cat > dl dt:before {
	color: #149844;
}
.unizoexp#qa .qa_cat > dl dt:before {
	color: #d80c18;
}

#qa .qa_cat > dl dt:after {
	content: "";
	background-image: url(../hotel_img/content/qa/btn_qa_open.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 27px;
	height: 16px;
	margin-top: -8px;
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
}
.unizoinn#qa .qa_cat > dl dt:after {
	background-image: url(../hotel_img/content/qa/btn_qa_open_unizoinn.png);
}
.unizoexp#qa .qa_cat > dl dt:after {
	background-image: url(../hotel_img/content/qa/btn_qa_open_unizoexp.png);
}

#qa .qa_cat > dl dt.open:after {
	background-image: url(../hotel_img/content/qa/btn_qa_close.png);
}
.unizoinn#qa .qa_cat > dl dt.open:after {
	background-image: url(../hotel_img/content/qa/btn_qa_close_unizoinn.png);
}
.unizoexp#qa .qa_cat > dl dt.open:after {
	background-image: url(../hotel_img/content/qa/btn_qa_close_unizoexp.png);
}

#qa .qa_cat > dl dd {
	font-size: 180%;
	line-height: 1.6;
	position: relative;
	padding: 25px 50px;
	display: none;
}

#qa .qa_cat > dl dd:before {
	content: "A";
	color: #062f8c;
	font-size: 122.2%;
	position: absolute;
	top: 22px;
	left: 16px;
}
.unizoinn#qa .qa_cat > dl dd:before {
	color: #149844;
}
.unizoexp#qa .qa_cat > dl dd:before {
	color: #d80c18;
}



/* 周辺情報
--------------------------------------------------------------------------------------------- */

#sightseeing .pointWrapper li {
	width: 100%;
	height: auto;
}

#sightseeing .pointWrapper > li + li {
	margin-top: 50px;
}

#sightseeing .pointWrapper li .sightseeing_photo {
	width: 500px;
	height: 260px;
	float: left;
}

#sightseeing .pointWrapper li .sightseeing_photo img {
	width: 100%;
	height: auto;
}

#sightseeing .pointWrapper li .sightseeing_info {
	width: 630px;
	min-height: 260px;
	margin-left: 70px;
	float: left;
	position: relative;
}

#sightseeing .pointWrapper li .sightseeing_info h3 {
	color: #062f8c;
	font-size: 180%;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
}
.unizoinn#sightseeing .pointWrapper li .sightseeing_info h3 {
	color: #149844;
}
.unizoexp#sightseeing .pointWrapper li .sightseeing_info h3 {
	color: #d80c18;
}

#sightseeing .pointWrapper li .sightseeing_info h3:before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 36px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}
#sightseeing .pointWrapper li:first-of-type .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_point01.png);
}
#sightseeing .pointWrapper li:nth-of-type(2) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_point02.png);
}
#sightseeing .pointWrapper li:nth-of-type(3) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_point03.png);
}
#sightseeing .pointWrapper li:nth-of-type(4) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_point04.png);
}
#sightseeing .pointWrapper li:nth-of-type(5) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_point05.png);
}
#sightseeing .pointWrapper li:nth-of-type(6) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_point06.png);
}
#sightseeing .pointWrapper li:nth-of-type(7) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_point07.png);
}
#sightseeing .pointWrapper li:nth-of-type(8) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_point08.png);
}
#sightseeing .pointWrapper li:nth-of-type(9) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_point09.png);
}
.unizoinn#sightseeing .pointWrapper li:first-of-type .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointInn01.png);
}
.unizoinn#sightseeing .pointWrapper li:nth-of-type(2) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointInn02.png);
}
.unizoinn#sightseeing .pointWrapper li:nth-of-type(3) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointInn03.png);
}
.unizoinn#sightseeing .pointWrapper li:nth-of-type(4) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointInn04.png);
}
.unizoinn#sightseeing .pointWrapper li:nth-of-type(5) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointInn05.png);
}
.unizoinn#sightseeing .pointWrapper li:nth-of-type(6) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointInn06.png);
}
.unizoinn#sightseeing .pointWrapper li:nth-of-type(7) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointInn07.png);
}
.unizoinn#sightseeing .pointWrapper li:nth-of-type(8) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointInn08.png);
}
.unizoinn#sightseeing .pointWrapper li:nth-of-type(9) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointInn09.png);
}
.unizoexp#sightseeing .pointWrapper li:first-of-type .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointExp01.png);
}
.unizoexp#sightseeing .pointWrapper li:nth-of-type(2) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointExp02.png);
}
.unizoexp#sightseeing .pointWrapper li:nth-of-type(3) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointExp03.png);
}
.unizoexp#sightseeing .pointWrapper li:nth-of-type(4) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointExp04.png);
}
.unizoexp#sightseeing .pointWrapper li:nth-of-type(5) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointExp05.png);
}
.unizoexp#sightseeing .pointWrapper li:nth-of-type(6) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointExp06.png);
}
.unizoexp#sightseeing .pointWrapper li:nth-of-type(7) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointExp07.png);
}
.unizoexp#sightseeing .pointWrapper li:nth-of-type(8) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointExp08.png);
}
.unizoexp#sightseeing .pointWrapper li:nth-of-type(9) .sightseeing_info h3:before {
	background-image: url(../hotel_img/content/sightseeing/icon_pointExp09.png);
}

#sightseeing .pointWrapper li .sightseeing_info h3 + p {
	font-size: 160%;
	line-height: 1.5;
}

#sightseeing .pointWrapper li .sightseeing_info .sightseeing_access {
	font-size: 140%;
	margin-top: 20px;
	padding: 15px 0px 60px 0px;
	border-top: 1px #aaaaaa solid;
}

#sightseeing .pointWrapper li .sightseeing_info .sightseeing_btn {
	width: 340px;
	margin-left: -170px;
	position: absolute;
	left: 50%;
	bottom: 0;
}

#sightseeing .pointWrapper li .sightseeing_info .sightseeing_btn li:first-of-type {
	width: 130px;
	height: 35px;
	float: left;
	display: table;
}

#sightseeing .pointWrapper li .sightseeing_info .sightseeing_btn li:first-of-type a {
	color: #ffffff;
	background-color: #062f8c;
	font-size: 120%;
	line-height: 1;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.unizoinn#sightseeing .pointWrapper li .sightseeing_info .sightseeing_btn li:first-of-type a {
	background-color: #149844;
}
.unizoexp#sightseeing .pointWrapper li .sightseeing_info .sightseeing_btn li:first-of-type a {
	background-color: #d80c18;
}

#sightseeing .pointWrapper li .sightseeing_info .sightseeing_btn li:first-of-type a:before {
	content: "\0025b6";
	font-size: 50%;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	left: 12px;
}

#sightseeing .pointWrapper li .sightseeing_info .sightseeing_btn li + li {
	width: 200px;
	height: 35px;
	float: right;
	display: table;
}

#sightseeing .pointWrapper li .sightseeing_info .sightseeing_btn li + li a {
	color: #ffffff;
	background-color: #333333;
	font-size: 120%;
	line-height: 1;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#sightseeing #sightseeingMap {
	width: 1200px;
	height: 600px;
	margin-top: 100px;
}

#sightseeing #sightseeingMap #mapWrapper {
	width: 100%;
	height: 100%;
}

#sightseeing .hotel {
	margin-top: 100px;
	padding-top: 100px;
	border-top: 1px #333333 solid;
}

#sightseeing .hotel > h3 {
	color: #062f8c;
	font-size: 220%;
	text-align: center;
	margin-bottom: 50px;
}
.unizoinn#sightseeing .hotel > h3 {
	color: #149844;
}
.unizoexp#sightseeing .hotel > h3 {
	color: #d80c18;
}

#sightseeing .hotel > div {
	width: 100%;
	height: 260px;
}

#sightseeing .hotel > div + div {
	margin-top: 50px;
}

#sightseeing .hotel > div > div:first-of-type {
	width: 600px;
	height: 260px;
	float: left;
}

#sightseeing .hotel > div > div:first-of-type img {
	width: 100%;
}

#sightseeing .hotel > div > div:last-of-type {
	width: 580px;
	height: 260px;
	margin-left: 20px;
	text-align: center;
	float: left;
	position: relative;
}

#sightseeing .hotel > div > div:last-of-type h4 {
	font-size: 240%;
	line-height: 1.2;
	margin-bottom: 30px;
}

#sightseeing .hotel > div > div:last-of-type h4 span.new {
	color: #ffffff;
	background-color: #de0044;
	font-size: 45.5%;
	margin-right: 10px;
	padding: 3px 7px;
	vertical-align: middle;
	display: inline-block;
}

#sightseeing .hotel > div > div:last-of-type h4 span.open {
	font-size: 	81.8%;
}

#sightseeing .hotel > div > div:last-of-type h4 + p{
	font-size: 160%;
	line-height: 1.5;
}

#sightseeing .hotel > div > div:last-of-type p.btn_more {
	width: 130px;
	height: 35px;
	margin-left: -65px;
	display: table;
	position: absolute;
	bottom: 0;
	left: 50%;
}

#sightseeing .hotel > div > div:last-of-type p.btn_more a {
	color: #062f8c;
	width: 100%;
	height: 100%;
	font-size: 140%;
	line-height: 1;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px #062f8c solid;
}
.unizoinn#sightseeing .hotel > div > div:last-of-type p.btn_more a{
	color: #149844;
	border: 1px #149844 solid;
}
.unizoexp#sightseeing .hotel > div > div:last-of-type p.btn_more a {
	color: #d80c18;
	border: 1px #d80c18 solid;
}



/* お知らせ & ブログ
--------------------------------------------------------------------------------------------- */

#news #mainImg {
	background-image: url(../hotel_img/content/news/news_bg.jpg);
}

.kijiList {
	padding-bottom: 30px;
}

.kijiList li + li {
	margin-top: 15px;
}

.kijiList li p {
	font-size: 140%;
	float: left;
}

.kijiList li p.date {
	color: #062f8c;
	margin-right: 10px;
	min-width: 100px;
}
.unizoinn .kijiList li p.date {
	color: #149844;
}
.unizoexp .kijiList li p.date {
	color: #d80c18;
}

.kijiList li p.ttl {
	width: auto;
}
.kijiList li a:hover p.ttl {
	text-decoration: underline;
}

/* 詳細
------------------------------------------- */
.kijiContent {
	padding-bottom: 60px;
	border-bottom: 1px #aaaaaa solid;
}

.kijiDate {
	font-size: 140%;
	line-height: 1;
	margin-bottom: 10px;
}

.kijiTtl {
	color: #062f8c;
	font-size: 300%;
	line-height: 1.4;
	margin-bottom: 30px;
}
.unizoinn .kijiTtl {
	color: #149844;
}
.unizoexp .kijiTtl {
	color: #d80c18;
}

.kijiContent p {
	font-size: 180%;
	margin-bottom: 30px;
}

.kijiTxtWrap {
	width: 100%;
	float: left;
}


.kijiImgWrap {
	text-align: center;
	width: 380px;
	float: right;
}

.kijiContent img,
.kijiImgWrap img {
	max-width: 100%;
	height: auto;
}

.toKijiTop {
	font-size: 140%;
	line-height: 1;
	margin: 20px 40px;
}

.toKijiTop:before {
	content: "\0025c0";
	display: inline-block;
	margin-right: 10px;
}


/* 多言語クッションページ
------------------------------------------- */
#language_c #mainImg,
#language_t #mainImg,
#language_k #mainImg {
    background-image: url("../hotel_img/content/language/language_bg.png");
}

#language_c article div,
#language_t article div,
#language_k article div {
	width: 100%;
	border: 1px #062f8c solid;
	padding: 50px;
	box-sizing: border-box;
}
.unizoinn#language_c article div,
.unizoinn#language_t article div,
.unizoinn#language_k article div {
	border: 1px #149844 solid;
}
.unizoexp#language_c article div,
.unizoexp#language_t article div,
.unizoexp#language_k article div {
	border: 1px #d80c18 solid;
}

#language_c article div h3,
#language_t article div h3,
#language_k article div h3 {
	color: #062f8c;
	font-size: 240%;
	line-height: 1;
	margin-bottom: 30px;
}
.unizoinn#language_c article h3,
.unizoinn#language_t article h3,
.unizoinn#language_k article h3 {
    color: #149844;
}
.unizoexp#language_c article h3,
.unizoexp#language_t article h3,
.unizoexp#language_k article h3 {
    color: #d80c18;
}

#language_c article div p,
#language_t article div p,
#language_k article div p {
	font-size: 160%;
	text-align: left;
}

#language_c article div a,
#language_t article div a,
#language_k article div a {
	color: #ffffff;
	background-color: #333333;
	width: 350px;
	height: auto;
	font-size: 160%;
	display: block;
	margin: 40px auto 0 auto;
	padding: 5px 0px;
	text-align: center;
}



/* メンバーシップ ポップアップ
------------------------------------------- */

#popup {
    display: none;
}

#simplemodal-overlay {
    background-color: #000000;
}

#simplemodal-container {
    background-color: transparent;
}

#simplemodal-container a:hover img {
    opacity: 1 !important;
}

#simplemodal-container a.modalCloseImg {
	background: url(../hotel_img/top/popup_close.png) no-repeat;
	width: 75px;
	height: 18px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -23px;
	right: 0;
	cursor: pointer;
}



/* 汎用
------------------------------------------- */

/* 404 */
#notFound h3 {
	color: #062f8c;
	font-size: 220%;
	line-height: 1;
	margin-bottom: 25px;
}
.unizoinn #notFound h3 {
	color: #149844;
}
.unizoexp#notFound h3 {
	color: #d80c18;
}

#notFound p {
	font-size: 180%;
	line-height: 1.4;
}

/* 一覧に戻る */
.toBack {
	font-size: 140%;
	line-height: 1;
	margin-top: 100px;
	padding: 20px 40px;
	border-top: 1px #aaaaaa solid;
}

.toBack:before {
	content: "\0025c0";
	display: inline-block;
	margin-right: 10px;
}



/* アメニティスライド
------------------------------------------- */

.slideWrapper {
	min-width: 1400px;
	width: 1400px;
	margin: 100px auto 0 auto;
	position: relative;
}

.slideWrapper #amenitySlide {
	min-width: 1200px;
	width: 1200px;
	min-height: 200px;
}

.slideWrapper #amenitySlide li {
	width: 300px;
	height: auto;
	padding: 10px;
}

.slideWrapper #amenitySlide li > div {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}

.slideWrapper #amenitySlide li > div > div {
	width: 300px;
	height: auto;
	border: 1px #aaaaaa solid;
	padding: 2px;
	box-sizing: border-box;
	position: relative;
}

.slideWrapper #amenitySlide li > div > div img {
	width: 100%;
	height: auto;
}

.slideWrapper #amenitySlide li > div > p {
	background-color: #ffffff;
	width: auto;
	height: auto;
	min-height: 42px;
	font-size: 160%;
	line-height: 1.3;
	padding: 20px;
}

.slideWrapper #amenitySlide-prev-btn {
	background-image: url(../hotel_img/common/btn_recoPrev_unizo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 21px;
	height: 35px;
	margin-top: -17.5px;
	position: absolute;
	top: 50%;
	left: 0;
}
.unizoinn .slideWrapper #amenitySlide-prev-btn {
	background-image: url(../hotel_img/common/btn_recoPrev_unizoinn.png);
}
.unizoexp .slideWrapper #amenitySlide-prev-btn {
	background-image: url(../hotel_img/common/btn_recoPrev_unizoexp.png);
}

.slideWrapper #amenitySlide-next-btn {
	background-image: url(../hotel_img/common/btn_recoNext_unizo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 21px;
	height: 35px;
	margin-top: -17.5px;
	position: absolute;
	top: 50%;
	right: 0;
}
.unizoinn .slideWrapper #amenitySlide-next-btn {
	background-image: url(../hotel_img/common/btn_recoNext_unizoinn.png);
}
.unizoexp .slideWrapper #amenitySlide-next-btn {
	background-image: url(../hotel_img/common/btn_recoNext_unizoexp.png);
}

.slideWrapper #amenitySlide-prev-btn a,
.slideWrapper #amenitySlide-next-btn a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.slideWrapper #amenitySlide-prev-btn:hover,
.slideWrapper #amenitySlide-next-btn:hover {
	opacity: 0.8;
}



/* 宿泊税バナー競合回避
------------------------------------------- */

body[class~="kyoto.s"] #announcement,
body[class~="inn-kyoto.k"] #announcement {
    bottom: 110px !important;
}

body[class~="inn-kanazawa.h"] #announcement,
body[class~="express-kanazawa.ekimae"] #announcement {
    bottom: 150px !important;
}



/* トップ > 店舗閉鎖テキスト
------------------------------------------- */

#hotelClose {
	background-color: #efefef;
	padding: 40px 0;
}

#hotelClose p {
	font-size: 200%;
	text-align: center;
}

#hotelClose p + p {
	margin-top: 1em;
}

#hotelClose p a {
	color: #062f8c;
}

#hotelClose.end {
	background-color: #ffffff;
	padding: 80px 0;
	margin-bottom: -100px;
}

#hotelClose.end h1 {
	color: #062f8c;
	font-size: 280%;
	text-align: center;
	margin-bottom: 30px;
}