@charset "UTF-8";
/*================================================

 	PC/SP：リセット

================================================*/
/*
	reset
------------------------------ */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, strong, sub, sup, i, small, address, time, fieldset, form, input, label, legend, hr, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, nav, section, article, aside, figure, figcaption, canvas, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
}

article, aside, figure, figcaption, footer, header, nav, section {
  display: block;
}

em {
  font-style: normal;
}

ul, ol, li {
  list-style-type: none;
}

input[type="submit"], input[type="button"], input[type="checkbox"], input[type="radio"], button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  outline: none;
}

table, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

*:after, *:before {
  box-sizing: border-box;
}

img {
  line-height: 0;
  max-width: 100%;
}





/*================================================

 	PC/SP：アイコンフォント

================================================*/
/*
	web font
------------------------------ */
@font-face {
  font-family: 'ut_font';
  src: url("/common/font/ut_font.ttf?e2vzh4") format("truetype"), url("/common/font/ut_font.woff?e2vzh4") format("woff"), url("/common/font/ut_font.svg?e2vzh4#ut_font") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ut_ico_arr1:before {
  content: "\e900";
}
.ut_ico_arr2:before {
  content: "\e901";
}
.ut_ico_calendar:before {
  content: "\e902";
}
.ut_ico_clip:before {
  content: "\e903";
}
.ut_ico_facebook:before {
  content: "\e904";
}
.ut_ico_glass:before {
  content: "\e905";
}
.ut_ico_home:before {
  content: "\e906";
}
.ut_ico_line:before {
  content: "\e907";
}
.ut_ico_meal:before {
  content: "\e908";
}
.ut_ico_minus:before {
  content: "\e909";
}
.ut_ico_onsen:before {
  content: "\e90a";
}
.ut_ico_plus:before {
  content: "\e90b";
}
.ut_ico_twitter:before {
  content: "\e90c";
}
.ut_ico_xmark1:before {
  content: "\e90d";
}
.ut_ico_xmark2:before {
  content: "\e90e";
}
.ut_ico_check:before {
  content: "\e90f";
}

.slick-arrow, .slick-dots li button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}





/*================================================

 	SP：共通パーツ

================================================*/
/*
	全体設定
------------------------------ */
html {
  font-size: 10px;
  height: 100%;
}

a {
  color: #2361ad;
  text-decoration: none;
}
a:visited {
  color: #4076b8;
}
a:hover {
  color: #1494e5;
  text-decoration: none;
}

body {
  color: #333;
  font: 1.4rem/1.4 "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ut_fc1 {
  color: #f00;
}

.ut_fc2 {
  color: #00bebc;
}

.ut_titbar1,
.ut_hotel_detail .ut_basic_info .ut_access_wrap .ut_tb_info th {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
.ut_titbar1:before,
.ut_hotel_detail .ut_basic_info .ut_access_wrap .ut_tb_info th:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00bebc;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.ut_titbar2 {
  background-color: #cceeee;
  font-weight: bold;
  padding: 3px 5px;
  margin-bottom: 5px;
  height: 20px;
  font-size: 1.2rem;
}

.ut_sp_br {
  display: block;
}

.ut_pc {
  display: none !important;
}





/* ------------------------------------------- **
		ut_header
** ------------------------------------------- */
.ut_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 101;
  border-bottom: 2px solid #888;
}
.ut_header > .ut_inner {
  height: 50px;
  padding: 10px;
  position: relative;
}
.ut_header > .ut_inner .ut_tit_site {
  display: none;
}
.ut_header > .ut_inner .ut_logo_his_v {
  float: left;
	margin: -5px 0 0 -5px;
  width: 243px;
  height: 40px;
}
.ut_header > .ut_inner .ut_logo_his_v a {
  display: block;
}





/* -------------------- *
		ut_header_nav
** ------------------- */
.ut_header > .ut_inner .ut_header_nav {
  position: absolute;
  top: 5px;
  right: 5px;
}
.ut_header > .ut_inner .ut_header_nav li {
  float: left;
  margin-left: 5px;
}
.ut_header > .ut_inner .ut_header_nav li a {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("/shared/images/forcia/ut/ut_sp_header_nav.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-size: 80px 80px;
}
.ut_header > .ut_inner .ut_header_nav li.ut_cliplist a {
  background-position: -40px 0;
  position: relative;
}
.ut_header > .ut_inner .ut_header_nav li.ut_cliplist a .ut_count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  background-color: #f00;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-indent: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.ut_header > .ut_inner .ut_header_nav li.ut_cliplist.ut_active a {
  background-position: -40px -40px;
}
.ut_header > .ut_inner .ut_header_nav li.ut_menu a {
  background-position: 0 0;
}
.ut_header > .ut_inner .ut_header_nav li.ut_menu.ut_menu_open a {
  background-position: 0 -40px;
  background-color: #00bebc;
}
.ut_header > .ut_inner .ut_menu_open:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 52px;
  left: 0;
  z-index: 99;
}






/* -------------------- *
		navHeadding
** ------------------- */
.ut_header > .ut_inner .navHeadding {
	padding: 7px 10px;
	width: 100%;
	background: #00bebc;
	line-height: 1.1;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}






/* -------------------- *
		ut_global_nav
** ------------------- */
.ut_header > .ut_inner .ut_global_nav {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
.ut_header > .ut_inner .ut_global_nav li {
  border-bottom: 2px solid #ddd;
  line-height: 48px;
}
.ut_header > .ut_inner .ut_global_nav li:last-child {
  border-bottom: none;
}
.ut_header > .ut_inner .ut_global_nav li.ut_nav_about,
.ut_header > .ut_inner .ut_global_nav li.navInquiry,
.ut_header > .ut_inner .ut_global_nav li.navSitemap {
	margin: 0 10px;
  font-size: 1.2rem;
}



.ut_header > .ut_inner .ut_global_nav li a {
  display: block;
  position: relative;
  padding: 0 10px;
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
.ut_header > .ut_inner .ut_global_nav li.ut_nav_about a,
.ut_header > .ut_inner .ut_global_nav li.navInquiry a,
.ut_header > .ut_inner .ut_global_nav li.navSitemap a {
  overflow: visible;
  height: auto;
  padding: 0;
  text-indent: 0;
  font-weight: normal;
}



.ut_header > .ut_inner .ut_global_nav li.ut_nav_top a:before,
.ut_header > .ut_inner .ut_global_nav li.ut_nav_onsen a:before,
.ut_header > .ut_inner .ut_global_nav li.navBiz a:before,
.ut_header > .ut_inner .ut_global_nav li.navHigh a:before,
.ut_header > .ut_inner .ut_global_nav li.navPop a:before,
.ut_header > .ut_inner .ut_global_nav li.navRentacar a:before,
.ut_header > .ut_inner .ut_global_nav li.navAirlineTicket a:before,
.ut_header > .ut_inner .ut_global_nav li.navExpressBus a:before {
  right: 10px;
  color: #00bebc;
}
.ut_header > .ut_inner .ut_global_nav li.ut_nav_about a:before,
.ut_header > .ut_inner .ut_global_nav li.navInquiry a:before,
.ut_header > .ut_inner .ut_global_nav li.navSitemap a:before {
  right: 0;
  color: #aaa;
}



.ut_header > .ut_inner .ut_global_nav li a span {
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}
.ut_header > .ut_inner .ut_global_nav li.ut_nav_top a span,
.ut_header > .ut_inner .ut_global_nav li.ut_nav_onsen a span {
  padding-left: 24px;
}


.ut_header > .ut_inner .ut_global_nav li.ut_nav_about a span,
.ut_header > .ut_inner .ut_global_nav li.navInquiry a span,
.ut_header > .ut_inner .ut_global_nav li.navSitemap a span {
  position: relative;
  display: inline-block;
  padding-left: 0;
}



.ut_header > .ut_inner .ut_global_nav li.ut_nav_top a span:before,
.ut_header > .ut_inner .ut_global_nav li.ut_nav_onsen a span:before,
.ut_header > .ut_inner .ut_global_nav li.navBiz a span:before,
.ut_header > .ut_inner .ut_global_nav li.navHigh a span:before,
.ut_header > .ut_inner .ut_global_nav li.navPop a span:before {
	display: block;
  content: " ";
  position: absolute;
  top: -6px;
  left: -6px;
	width: 25px;
	height: 25px;
}
.ut_header > .ut_inner .ut_global_nav li.navRentacar a span:before,
.ut_header > .ut_inner .ut_global_nav li.navAirlineTicket a span:before,
.ut_header > .ut_inner .ut_global_nav li.navExpressBus a span:before {
	display: block;
  content: " ";
  position: absolute;
  top: -6px;
  left: -6px;
	width: 25px;
	height: 25px;
}


.ut_header > .ut_inner .ut_global_nav li a:before {
  font-family: 'ut_font' !important;
  text-decoration: none;
  content: "\e900";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ut_header > .ut_inner .ut_global_nav li a:before {
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  margin-top: -0.65rem;
}



/* ***	ut_nav_top	*** */
.ut_header > .ut_inner .ut_global_nav li.ut_nav_top {
}
.ut_header > .ut_inner .ut_global_nav li.ut_nav_top a.pc {
	display: none;
}
.ut_header > .ut_inner .ut_global_nav li.ut_nav_top a span:before {
	background: url(../../images/navi/ic_home.png) center center no-repeat;
	background-size: 25px 25px;
}



/* ***	ut_nav_onsen	*** */
.ut_header > .ut_inner .ut_global_nav li.ut_nav_onsen {
  border-bottom: 8px solid #ddd;
}
.ut_header > .ut_inner .ut_global_nav li.ut_nav_onsen a span:before {
	background: url(../../images/navi/ic_onsen.png) center center no-repeat;
	background-size: 25px 25px;
}



/* ***	navBiz	*** */
.ut_header > .ut_inner .ut_global_nav li.navBiz {
}
.ut_header > .ut_inner .ut_global_nav li.navBiz a span:before {
	background: url(../../images/navi/ic_biz.png) center center no-repeat;
	background-size: 25px 25px;
}



/* ***	navHigh	*** */
.ut_header > .ut_inner .ut_global_nav li.navHigh {
}
.ut_header > .ut_inner .ut_global_nav li.navHigh a span:before {
	background: url(../../images/navi/ic_highclass.png) center center no-repeat;
	background-size: 25px 25px;
}



/* ***	navPop	*** */
.ut_header > .ut_inner .ut_global_nav li.navPop {
}
.ut_header > .ut_inner .ut_global_nav li.navPop a span:before {
	background: url(../../images/navi/ic_star.png) center center no-repeat;
	background-size: 25px 25px;
}



/* ***	navCarRental	*** */
.ut_header > .ut_inner .ut_global_nav li.navRentacar {
}
.ut_header > .ut_inner .ut_global_nav li.navRentacar a span:before {
	background: url(../../images/navi/ic_car.png) center center no-repeat;
	background-size: 25px 25px;
}



/* ***	navAirlineTicket	*** */
.ut_header > .ut_inner .ut_global_nav li.navAirlineTicket {
}
.ut_header > .ut_inner .ut_global_nav li.navAirlineTicket a span:before {
	background: url(../../images/navi/ic_airline.png) center center no-repeat;
	background-size: 25px 25px;
}



/* ***	navExpressBus	*** */
.ut_header > .ut_inner .ut_global_nav li.navExpressBus {
  border-bottom: 8px solid #ddd;
}
.ut_header > .ut_inner .ut_global_nav li.navExpressBus a span:before {
	background: url(../../images/navi/ic_bus.png) center center no-repeat;
	background-size: 25px 25px;
}







/* ***	ut_nav_about	*** */
.ut_header > .ut_inner .ut_global_nav li.ut_nav_about {
	border-bottom: 2px dotted #ddd;
}
.ut_header > .ut_inner .ut_global_nav li.ut_nav_about a {
}
.ut_header > .ut_inner .ut_global_nav li.ut_nav_about a.pc {
	display: none;
}
.ut_header > .ut_inner .ut_global_nav li.ut_nav_about a span {
}



/* ***	navInquiry	*** */
.ut_header > .ut_inner .ut_global_nav li.navInquiry {
	border-bottom: 2px dotted #ddd;
}
.ut_header > .ut_inner .ut_global_nav li.navInquiry a {
}
.ut_header > .ut_inner .ut_global_nav li.navInquiry a span {
}



/* ***	navInquiry	*** */
.ut_header > .ut_inner .ut_global_nav li.navSitemap {
}
.ut_header > .ut_inner .ut_global_nav li.navSitemap a {
}
.ut_header > .ut_inner .ut_global_nav li.navSitemap a span {
}






/* -------------------- *
		ut_about_his_v_box
** ------------------- */
.ut_header .ut_about_his_v_box {
  display: none;
}









/* ------------------------------------------- **
		ut_breadcrumbs
** ------------------------------------------- */
#breadcrumbsContainer.ut_breadcrumbs {
	display: block;
}


/*
	ut_breadcrumbs
---------------------- */
.ut_breadcrumbs {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	margin-top: 1px;
	width: 100%;
	height: 30px;
	background: #eee;
}
.ut_breadcrumbs ul {
	padding: 0;
}


.ut_breadcrumbs .ut_path_list {
	overflow: hidden;
	position: absolute;
	display:inline-block;
	padding-left: 0;
	margin: 0;
	background: #fff;
	color: #666;
	height: 30px;
	padding: 0 0 0 38px;
}
.ut_breadcrumbs .ut_path_list:after {
	clear: both;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: #eee;
}

.ut_breadcrumbs .ut_path_list li {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0;
	padding: 0 10px 0 6px;
	line-height: 29.5px;
	background: none;
	font-size: 1.1rem;
}
.ut_breadcrumbs .ut_path_list li:first-child {
}
.ut_breadcrumbs .ut_path_list li:last-child {
	z-index: 1;
	margin: 0 0 0 -8px;
	padding: 0 8px 0 14px;
	background: #eee;
}


.ut_breadcrumbs .ut_path_list li .ut_home {
	padding-left: 0;
}
.ut_breadcrumbs .ut_path_list li .ut_home:before {
	display: none;
}


.ut_breadcrumbs .ut_path_list li a {
	display: block;
}
.ut_breadcrumbs .ut_path_list li a:before,
.ut_breadcrumbs .ut_path_list li a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	border-right: 1px solid #888;
	width: 10px;
	background: #fff;
}
.ut_breadcrumbs .ut_path_list li a:before {
	top: 0;
	height: 14px;
	-webkit-transform: skew(30deg) translate3d(0, 0, 0);
		 -moz-transform: skew(30deg) translate3d(0, 0, 0);
			-ms-transform: skew(30deg) translate3d(0, 0, 0);
					transform: skew(30deg) translate3d(0, 0, 0);
}
.ut_breadcrumbs .ut_path_list li a:after {
	top: 14px;
	height: 14px;
	-webkit-transform: skew(-30deg) translate3d(0, 0, 0);
		 -moz-transform: skew(-30deg) translate3d(0, 0, 0);
			-ms-transform: skew(-30deg) translate3d(0, 0, 0);
					transform: skew(-30deg) translate3d(0, 0, 0);
}




/*
	breadcrumbsFixed
---------------------- */
#breadcrumbsFixed {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: #fff;
}
#breadcrumbsFixed > div {
	overflow: hidden;
	width: 30px;
	height: 30px;
}
#breadcrumbsFixed > div a:before,
#breadcrumbsFixed > div a:after {
	content: "";
	display: block;
	position: absolute;
	right: -4px;
	border-right: 1px solid #888;
	width: 10px;
	background: #fff;
	-webkit-box-shadow: 1px 0 1px 0 #fff;
	   -moz-box-shadow: 1px 0 1px 0 #fff;
	        box-shadow: 1px 0 1px 0 #fff;
}
#breadcrumbsFixed > div a:before {
	top: 0;
	height: 14px;
	-webkit-transform: skew(30deg) translate3d(0, 0, 0);
		 -moz-transform: skew(30deg) translate3d(0, 0, 0);
			-ms-transform: skew(30deg) translate3d(0, 0, 0);
					transform: skew(30deg) translate3d(0, 0, 0);
}
#breadcrumbsFixed > div a:after {
	top: 14px;
	height: 14px;
	-webkit-transform: skew(-30deg) translate3d(0, 0, 0);
		 -moz-transform: skew(-30deg) translate3d(0, 0, 0);
			-ms-transform: skew(-30deg) translate3d(0, 0, 0);
					transform: skew(-30deg) translate3d(0, 0, 0);
}


#breadcrumbsFixed > div a span {
	margin: 0 0 0 -14em;
	text-indent: 10px;
}
#breadcrumbsFixed > div .ut_ico_home:before {
	font-family: 'ut_font' !important;
	text-decoration: none;
	content: "";
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #00bebc;
	font-size: 14px;
	position: absolute;
	top: 24%;
	left: 0;
	z-index: 1;
}




/* ------------------------------------------- **
		footer
** ------------------------------------------- */
.ut_footer .ut_sitemap_wrap {
  background-color: #00bebc;
  color: #fff;
}
.ut_footer .ut_sitemap_wrap .ut_inner {
  padding: 10px;
  display: -webkit-flex;
  display: flex;
}
.ut_footer .ut_sitemap_wrap .ut_inner a {
  color: #fff;
}
.ut_footer .ut_sitemap_wrap .ut_inner .ut_site_list {
  text-align: center;
}
.ut_footer .ut_sitemap_wrap .ut_inner .ut_site_list li {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  border-right: 1px solid #fff;
  margin-right: .5rem;
  padding-right: .7rem;
  margin-bottom: 5px;
}
.ut_footer .ut_sitemap_wrap .ut_inner .ut_site_list li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.ut_footer .ut_sitemap_wrap .ut_inner .ut_his_sitemap {
  display: none;
}
.ut_footer .ut_sitemap_wrap .ut_inner .ut_hisv_info {
  display: none;
}
.ut_footer .ut_copyright .ut_inner {
  padding: 10px;
  text-align: center;
  font-size: 1rem;
}




/*
	ut_btn_pagetop
------------------------------ */
body .ut_btn_pagetop {
	right: 10px;
	bottom: 45px;
}
/* ***   【hotel（プラン / 施設情報 / 地図 / クチコミ）】   *** */
body .ut_wrapper.ut_hotel_nav_on .ut_btn_pagetop {
	bottom: 65px;
}



/*
	noScript
------------------------------ */
#noScript {
	padding: 20px;
	background: #fff;
	text-align: center;
}
#noScript .msg {
	position: relative;
	padding: 76px 10px 20px;
	border: 10px solid #ff0000;
	text-align: center;
}
#noScript .msg .b {
	margin-bottom: 5px;
	font-weight: bold;
}
#noScript .msg img {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUzIDUzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MyA1MyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGltYWdlIGRpc3BsYXk9Im5vbmUiIG92ZXJmbG93PSJ2aXNpYmxlIiB3aWR0aD0iNDciIGhlaWdodD0iNDIiIHhsaW5rOmhyZWY9InNwcml0ZV9jb21tb24wMi5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDMuNDA0NCA0LjQxMDIpIj48L2ltYWdlPjxwYXRoIGZpbGw9IiNGNzAwMDAiIGQ9Ik00OS44LDQyLjZMMjkuMiw2LjljLTEuNC0yLjQtMy42LTIuNC01LDBMMy42LDQyLjZDMi4zLDQ1LDMuNCw0Nyw2LjEsNDdoNDEuMkM1MC4xLDQ3LDUxLjIsNDUsNDkuOCw0Mi42eiBNMjkuMiw0MC4xYy0wLjUsMC41LTEuMSwwLjctMS44LDAuN2MtMC43LDAtMS4zLTAuMy0xLjgtMC43Yy0wLjUtMC41LTAuNy0xLTAuNy0xLjdjMC0wLjcsMC4yLTEuMywwLjctMS44YzAuNS0wLjUsMS0wLjcsMS43LTAuN2MwLjcsMCwxLjMsMC4yLDEuOCwwLjdjMC41LDAuNSwwLjcsMS4xLDAuNywxLjhDMjkuOSwzOSwyOS42LDM5LjYsMjkuMiw0MC4xeiBNMjkuNiwyNC45TDI4LDM1aC0xLjJsLTEuNi0xMC4xYy0wLjQtMi42LTAuNi00LjItMC42LTQuN2MwLTAuNywwLjMtMS4zLDAuOC0xLjljMC41LTAuNSwxLjItMC44LDItMC44YzAuOCwwLDEuNSwwLjIsMi4xLDAuN2MwLjUsMC41LDAuOCwxLjIsMC44LDEuOUMzMC4yLDIwLjQsMzAsMjIsMjkuNiwyNC45eiIvPjwvc3ZnPg==) no-repeat center;
	position: absolute;
	top: 10px;
	left: 42%;
}











/* ━━━━━━━━━━━━━━━━━━━━━━ **

		　調整

** ━━━━━━━━━━━━━━━━━━━━━━ */

/* ***   静的コンテンツ   *** */
#wrapper {
	padding-top: 50px !important;
}


/* ***   【search】【area】【hotel】【cliplist】   *** */
.ut_wrapper {
	padding-top: 50px !important;
}


/* ***   【search】【area】【cliplist】   *** */
.ut_page_heading {
	margin-top: 0 !important;
}





/* ***   【hotel（プラン / 施設情報 / 地図 / クチコミ）】   *** */
.ut_wrapper.ut_hotel_nav_on {
}
.ut_wrapper.ut_hotel_nav_on .ut_hotel_nav {
	top: inherit;
	bottom: 0;
	-webkit-box-shadow: 0 6px 20px 8px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0 6px 20px 8px rgba(0,0,0,0.3);
	        box-shadow: 0 6px 20px 8px rgba(0,0,0,0.3);
}
.ut_wrapper.ut_hotel_nav_on .ut_hotel_nav ul {
	height: 50px;
}
.ut_wrapper.ut_hotel_nav_on .ut_hotel_nav ul li a,
.ut_wrapper.ut_hotel_nav_on .ut_hotel_nav ul li span {
	line-height: 50px;
}
.ut_wrapper.ut_hotel_nav_on .ut_hotel_nav ul li a {
	background: #00bebc;
	color: #fff;
}
.ut_wrapper.ut_hotel_nav_on .ut_hotel_nav ul li span {
	background: #fff;
	color: #00bebc;
}
.ut_wrapper.ut_hotel_nav_on .ut_hotel_nav ul li.ut_active span:after {
	top: -10px;
	bottom: inherit;
	border-top: none;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
	margin-left: -10px;
}
.ut_wrapper.ut_hotel_nav_on .ut_footer {
	padding-bottom: 56px;
}





/* ***   【hotel】【area】   *** */
.ut_wrapper .ut_about_service .ut_inner .ut_update {
	margin: 20px 0 0 0;
}

.ut_about_service .ut_inner > .ut_tit {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 16px;
}
.ut_about_service .ut_inner > .ut_tit:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -6px 0 0 0;
	width: 10px;
	height: 10px;
	background: #00bebc;
}

.ut_about_service .ut_inner .ut_area_around .ut_tit.acdBtn,
.ut_about_service .ut_inner .ut_featurelink .ut_tit.acdBtn {
	position: relative;
	margin: 0 0 10px 0;
	padding: 12px 32px 12px 10px;
	background: #dfdfdf;
}
.ut_about_service .ut_inner .ut_area_around .ut_tit.acdBtn:active,
.ut_about_service .ut_inner .ut_featurelink .ut_tit.acdBtn:active {
	background: #f0f0f0;
}
.ut_about_service .ut_inner .ut_area_around .ut_tit.acdBtn:after,
.ut_about_service .ut_inner .ut_featurelink .ut_tit.acdBtn:after {
	position: absolute;
	top: 50%;
	left: inherit !important;
	right: 8px;
	display: block;
	content: "＋";
	margin: -3% 0 0 0;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	background: #00bebc;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.ut_about_service .ut_inner .ut_area_around .ut_tit.acdBtn.close:after,
.ut_about_service .ut_inner .ut_featurelink .ut_tit.acdBtn.close:after {
	content: "－";
}

.ut_about_service .ut_inner .ut_area_around .ut_tit.acdBtn + dd,
.ut_about_service .ut_inner .ut_featurelink .ut_tit.acdBtn + * {
	display: none;
}

.ut_wrapper .ut_about_service .ut_inner .ut_area_around .ut_hotel_list,
.ut_wrapper .ut_about_service .ut_inner .ut_featurelink .ut_feature_list {
	padding: 0 8px 10px;
	margin: -5px 0 5px;
}
.ut_wrapper .ut_about_service .ut_inner .ut_area_around .ut_hotel_list li,
.ut_wrapper .ut_about_service .ut_inner .ut_featurelink .ut_feature_list li {
	/** * * * * * * * * **/
	border: none;
	margin: 8px 0 0 0;
	padding: 0;
	/** * * * * * * * * **/
	display: inline-block;
	margin: 4px 10px 4px 0;
}
.ut_wrapper .ut_about_service .ut_inner .ut_area_around .ut_hotel_list li a,
.ut_wrapper .ut_about_service .ut_inner .ut_area_around .ut_hotel_list li span,
.ut_wrapper .ut_about_service .ut_inner .ut_featurelink .ut_feature_list li a {
	/** * * * * * * * * **/
	display: block;
	padding: 6px 4px 4px 16px;
	background: url(/shared/images/icon_arrow_gray_01_sp.png) center left no-repeat;
	background-size: 10px 10px;
	line-height: 1.2;
	/** * * * * * * * * **/
	font-size: 1.2rem;
}









/* ******************************************************************************** *

		media screen  -  max-width: 340px (SP)

* ******************************************************************************** */
@media screen and (max-width: 340px) {
	.ut_header > .ut_inner .ut_logo_his_v {
		margin: -5px 0 0 -5px;
		width: 210px;
		height: 34px;
	}
}
