@charset "UTF-8";
/*----------------------------------------------------
	color カラーセッティング
----------------------------------------------------*/
/*----------------------------------------------------
	shadow-box ボックスに影をつける
----------------------------------------------------*/
/*----------------------------------------------------
	gradient グラデーション
----------------------------------------------------*/
/*----------------------------------------------------
	placeholder placeholderカラー変更
----------------------------------------------------*/
/*----------------------------------------------------
	basiclayout ベースコンテンツ
----------------------------------------------------*/
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
 =================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
	----------------------------------------------------------- */
body {
  color: #171717;
  font-size: small;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.5;
  background: #fff;
}
body a {
  color: #1d236d;
}
body a:link {
  text-decoration: underline;
}
body a:visited {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
body a:active {
  text-decoration: underline;
}

area, area:focus, area:active {
  outline: none;
  border: none;
}

button {
  -webkit-appearance: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* jquery.fittedのホバー設定 */
.hovered {
  cursor: pointer;
  background-color: #666;
}

img[height="1"] {
  position: fixed !important;
  z-index: -1;
}

img[border="0"] {
  position: fixed;
  z-index: -1;
}

/* -----------------------------------------------------------
	汎用class
	----------------------------------------------------------- */
#ui-datepicker-div {
  z-index: 100 !important;
}

img {
  max-width: 100%;
}

input[type="submit"] {
  -webkit-appearance: none;
}

/* -----------------------------------------------------------
	#page

	----------------------------------------------------------- */
#page {
  width: 100%;
  text-align: left;
}

/* -----------------------------------------------------------
	#header
		ヘッダ
		----------------------------------------------------------- */
#header {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}
#header .con_header .wrp_header {
  overflow: hidden;
  padding: 8px 5px 8px;
}
#header .con_header .wrp_header h1 {
  font-weight: normal;
  font-size: .8em;
  line-height: 1;
  text-align: left;
  padding-left: 4px;
}
#header .con_header .wrp_header h1 span {
  font-size: 1.2em;
  display: inline-block;
  padding-top: 2px;
}
#header .con_header .wrp_header .box_logo {
  float: left;
  width: 54%;
  text-align: center;
}
#header .con_header .wrp_header .box_logo h1 {
  margin-top: 5px;
  color: #1d236d;
  font-weight: normal;
}
#header .con_header .wrp_header .box_logo .logo {
  width: 100%;
}

.con_member {
  padding-top: 0;
  background-color: #050708;
}
.con_member .wrp {
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  *zoom: 1;
  padding: 10px 10px;
}
.con_member .wrp .con_welcome {
  float: left;
  vertical-align: bottom;
}
.con_member .wrp .con_welcome li {
  float: left;
  color: #fff;
  padding: 0;
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.1;
}
.con_member .wrp .con_welcome li.login {
  width: 65%;
  float: left;
  font-size: .8em;
}
.con_member .wrp .con_welcome li.login a {
  font-size: 1.2em;
  text-decoration: underline;
  padding: 0 3px;
  line-height: 1;
  color: #fff;
}
.con_member .wrp .con_welcome li.login:before {
  font-family: "FontAwesome";
  content: "\f183";
  color: #f1bf4b;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: -2px;
  padding-right: 5px;
}
.con_member .wrp .con_welcome li.logout {
  float: right;
  width: 35%;
  text-align: right;
}
.con_member .wrp .con_welcome li.logout a {
  color: #fff;
  font-size: .9em;
}
.con_member .wrp .con_welcome li.logout a:before {
  font-family: "FontAwesome";
  content: "\f138";
  color: #fff;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: -1px;
  padding-right: 5px;
  width: 1em;
}
.con_member .wrp .con_welcome li.point {
  font-size: .8em;
  padding-top: 3px;
  margin-bottom: 0;
}
.con_member .wrp .con_welcome li.point span {
  font-size: 1.2em;
  color: #f1bf4b;
  font-weight: bold;
}
.con_member .wrp .con_member {
  float: left;
  width: 100%;
  padding: 0px 0;
}
.con_member .wrp .con_member li {
  float: left;
  width: 50%;
}
.con_member .wrp .con_member li a {
  color: #fff;
  font-size: .9em;
}
.con_member .wrp .con_member li a:before {
  font-family: "FontAwesome";
  content: "\f138";
  color: #fff;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: -1px;
  padding-right: 5px;
  width: 1em;
}
.con_member .wrp .con_memberout {
  float: left;
  width: 100%;
}
.con_member .wrp .con_memberout li {
  float: left;
}
.con_member .wrp .con_memberout li a {
  color: #fff;
  font-size: .9em;
  text-decoration: none;
}
.con_member .wrp .con_memberout li a:before {
  font-family: "FontAwesome";
  content: "\f138";
  color: #fff;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: -1px;
  padding-right: 5px;
  width: 1em;
}
.con_member .wrp .con_memberout li a:first-child {
  margin-right: 20px;
}

/* #gnav 	グローバルナビ
----------------------------------------------------------- */
#gnav {
  float: right;
  width: 45%;
  margin-top: 10px;
}
#gnav li {
  float: left;
  position: relative;
  width: 32%;
  margin-left: 1%;
}
#gnav li a {
  display: block;
  overflow: hidden;
}

/* #hnav_sub
----------------------------------------------------------- */
#hnav_sub {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 2%;
}
#hnav_sub a {
  background: url(../images/common/ic_arrow_b_s.png) 0 center no-repeat;
  padding-left: 15px;
  font-size: 82%;
}
#hnav_sub a.visitor {
  background: none;
  padding: 0 5px;
  margin-left: 5px;
  border: 1px solid #1d236d;
  border-radius: 12px;
  font-size: 50%;
}

/* #hnav 	サブナビ
----------------------------------------------------------- */
#hnav {
  float: right;
  width: 100%;
  background-color: #050708;
}
#hnav li a {
  float: left;
  width: 100%;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 1em;
  color: #fff;
}
#hnav li a:before {
  font-family: "FontAwesome";
  content: "\f090";
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: -2px;
  padding-right: 10px;
  color: #f1bf4b;
}

/* #pg_menu 	ページメニュー
----------------------------------------------------------- */
.btn_pgmenu {
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 10px;
  width: 60px;
  padding: 8px 0;
  border: 3px solid #1d236d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 2px 3px #444;
  -webkit-box-shadow: 1px 2px 3px #444;
  box-shadow: 1px 2px 3px #444;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background: -moz-linear-gradient(#ffffff, #f1f1f1);
  background: -webkit-linear-gradient(#ffffff, #f1f1f1);
  background: linear-gradient(#ffffff, #f1f1f1);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
  color: #1d236d;
  text-align: center;
  font-size: .8em;
  letter-spacing: -.5px;
  font-weight: bold;
}
.btn_pgmenu i {
  font-size: 2.2em;
  display: block;
  line-height: 1;
}

#pg_menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
}
#pg_menu .logo {
  width: 80%;
  max-width: 300px;
  margin: 0 auto 15px;
}
#pg_menu .list_nav {
  border: 2px solid #1d236d;
  margin-bottom: 20px;
}
#pg_menu .list_nav li {
  width: 100%;
  border-top: 1px solid #1d236d;
}
#pg_menu .list_nav li:first-child {
  border-top: none;
}
#pg_menu .list_nav li.search {
  display: none;
}
#pg_menu .list_nav li a {
  display: block;
  padding: 12px 10px;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background: -moz-linear-gradient(#ffffff, #f1f1f1);
  background: -webkit-linear-gradient(#ffffff, #f1f1f1);
  background: linear-gradient(#ffffff, #f1f1f1);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
}
#pg_menu .list_nav li a:before {
  font-family: "FontAwesome";
  content: "\f138";
  margin-right: 7px;
}
#pg_menu .btn_menu_close {
  width: 200px;
  margin: 0 auto;
  color: #fff;
  background: #000;
  line-height: 1;
  padding: 12px 0;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#pg_menu .btn_menu_close i {
  margin-right: 5px;
}

/* -----------------------------------------------------------
	#contents（コンテンツ）
	----------------------------------------------------------- */
#contents {
  margin-bottom: 30px;
}
#contents .wrp_pgtit {
  width: 100%;
  border-bottom: 5px solid #1d236d;
  margin-bottom: 30px;
}
#contents .wrp_pgtit .con_pgtitle {
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  overflow: visible;
  background: url(../images/common/bg_title.png) center bottom no-repeat;
  background-size: auto 100%;
}
#contents .wrp_pgtit .con_pgtitle h2.title {
  font-size: 1.6em;
  line-height: 1;
  padding: 10px 15px 10px;
  min-height: 50px;
  display: inline-block;
  vertical-align: middle;
}
#contents .wrp_pgtit .con_pgtitle h2.title .title_d {
  padding-top: 15px;
  display: inline-block;
}
#contents .wrp_pgtit .con_pgtitle h2.title.tit_detail {
  padding: 10px 0;
  display: block;
}
#contents .wrp_pgtit .con_pgtitle h2.title.tit_detail .txt_detail {
  font-size: .8em;
  line-height: 1.5;
}
#contents .wrp_pgtit .con_pgtitle h2.title img {
  width: 60px;
  padding-right: 10px;
  float: left;
}

/* -----------------------------------------------------------
	.topicpath（パンクズ）
	----------------------------------------------------------- */
/* .topicpath {
	@include basiclayout;
	padding: 10px 0 70px 150px;
	li{
		@include inline-block;
		padding-left: 3px;
		a{
			padding-right: 15px;
			background: url(../images/common/ic_topicpath.png) right center no-repeat;
		}
		&.home{
			background: url(../images/common/ic_home.png)left center no-repeat;
			padding-left: 26px;
		}
	}
	} */
/* -----------------------------------------------------------
	.btn_ptop（PAGE TOPボタン）
	----------------------------------------------------------- */
.btn_ptop {
  text-align: center;
  clear: both;
}
.btn_ptop a img {
  vertical-align: bottom;
}

/* -----------------------------------------------------------
	#footer（フッタ）
	----------------------------------------------------------- */
.con_aten {
  width: 100%;
  max-width: 98%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding-top: 0;
}
.con_aten .box_aten {
  padding: 0 1rem 1.5rem;
  font-size: 120%;
  margin: 0 auto 1.5rem;
}

#footer {
  clear: both;
  border-top: 5px solid #1d236d;
  background-color: #D0EDFF;
}
#footer .con_footer {
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}
#footer .con_footer .f_logo {
  width: 60%;
  margin: 0 auto;
}
#footer .con_footer .f_logo a {
  display: block;
  width: 100%;
  text-align: center;
}
#footer .con_footer #fnav {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
#footer .con_footer #fnav li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #1d236d;
  border-right: 1px solid #1d236d;
}
#footer .con_footer #fnav li:nth-child(even) {
  border-right: none;
}
#footer .con_footer #fnav li a {
  display: block;
  padding: 7px 5px;
  text-decoration: none;
  font-size: .9em;
}
#footer .con_footer #fnav li a:before {
  font-family: "FontAwesome";
  content: "\f138";
  font-size: 0.9em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: -2px;
  padding-right: 4px;
}
#footer .con_footer .box_copyrigth {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  padding: 15px 80px 10px 10px;
  font-size: .8em;
}

/* -----------------------------------------------------------
	.con_search（空室検索）
	----------------------------------------------------------- */
.con_search {
  width: 100%;
  background-color: #fff;
  border-bottom: 3px solid #000;
}
.con_search h3 {
  width: 100%;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  background-color: #050708;
  padding: 10px 0;
  margin: 0 auto;
}
.con_search .box_search {
  width: 90%;
  padding-top: 1rem;
  margin: 0 auto 1rem;
}
.con_search .box_search form dl {
  margin-bottom: 10px;
}
.con_search .box_search form dl.box_area {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.con_search .box_search form dl.box_hotel {
  float: left;
  width: 49%;
}
.con_search .box_search form dl.box_checkin {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.con_search .box_search form dl.box_checkin dd input {
  background-image: url(../images/common/ic_cal_gray.png);
  background-repeat: no-repeat;
  background-position: 96% 40%;
}
.con_search .box_search form dl.box_checkout {
  float: left;
  width: 49%;
}
.con_search .box_search form dl.box_checkout dd input {
  background-image: url(../images/common/ic_cal_gray.png);
  background-repeat: no-repeat;
  background-position: 96% 40%;
}
.con_search .box_search form dl.box_room {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.con_search .box_search form dl dt {
  color: #413210;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
.con_search .box_search form dl dd select,
.con_search .box_search form dl dd input {
  width: 100%;
  background-color: #fff;
  padding: 5px 5px;
}
.con_search .box_search form dl dd .obj_no_date {
  width: auto;
  text-align: right;
  margin-top: 10px;
}
.con_search .box_search form .btn_search input {
  display: block;
  width: 52%;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-color: #1d236d;
  border-radius: 1000px;
  padding: 0.5rem 0;
  margin: 0 auto;
}
.con_search .box_btn {
  width: 90%;
  border-top: 1px solid #000;
  padding-top: 1rem;
  margin: 0 auto 1rem;
}
.con_search .box_btn a {
  display: block;
  width: 52%;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #1d236d;
  border-radius: 1000px;
  padding: 0.5rem 0;
  margin: 0 auto;
}
.con_search .box_telplan {
  padding-top: 10px;
  margin-bottom: 20px;
  border-top: 1px solid #000;
}
.con_search .box_telplan ul {
  text-align: center;
  margin-bottom: 10px;
}
.con_search .box_telplan ul li {
  font-size: 1.1em;
  font-weight: bold;
}
.con_search .box_telplan ul li.tel {
  font-size: 1.6em;
}
.con_search .box_telplan ul li.tel a {
  color: #000;
  text-decoration: none;
}
.con_search .box_telplan ul li.tel span {
  margin-right: 5px;
}
.con_search .box_telplan .btn_plan {
  text-align: center;
}

/*-----------------------------------------------------------
	#popup（ポップアップの空室検索）
	----------------------------------------------------------- */
#popup .con_search {
  border-bottom: none;
}
#popup .con_search .box_search {
  width: 100%;
}
#popup .con_search .box_btn {
  width: 100%;
}

.ui-datepicker-header .ui-state-disabled {
  display: none;
}

/* -----------------------------------------------------------
	#drawer_list（ドロワーボックス）
	----------------------------------------------------------- */
#drawer_list {
  background: #f3f3f3;
  padding: 15px;
  width: 200px;
}
#drawer_list .box_list {
  padding-bottom: 30px;
}
#drawer_list .btn_drawer_close {
  position: absolute;
  width: 50px;
  top: 45px;
  right: 200px;
  background: #000;
  cursor: pointer;
  -moz-border-radius: 10px 0 0 10px / 10px 0 0 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px 0 0 10px / 10px 0 0 10px;
  z-index: 10000;
  text-align: center;
}
#drawer_list .btn_drawer_close i {
  color: #fff;
  line-height: 50px;
  font-size: 1.4em;
}

.drawer-main {
  overflow: visible;
  *zoom: 1;
}
.drawer-main:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	.con_hotellist（ホテルリスト共通スタイル）
	----------------------------------------------------------- */
.con_hotellist .box_list .st_area {
  background: #e7e7e7;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
}
.con_hotellist .box_list .st_hotel {
  font-weight: bold;
  margin-bottom: 5px;
}
.con_hotellist .box_list .st_hotel.wa {
  color: #b34d42;
}
.con_hotellist .box_list .st_hotel.rb {
  color: #3f7144;
}
.con_hotellist .box_list .st_hotel.na {
  color: #014ca4;
}
.con_hotellist .box_list .list.section {
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.con_hotellist .box_list .list li {
  font-size: .9em;
  position: relative;
}
.con_hotellist .box_list .list li:before {
  content: "●";
  font-size: .8em;
  position: absolute;
  left: 0;
  top: .3em;
}
.con_hotellist .box_list .list li a {
  display: inline-block;
  padding: 5px 0 5px 15px;
  line-height: 1;
}
.con_hotellist .box_list .list li a:hover {
  text-decoration: underline;
}
.con_hotellist .box_list .list.wa li:before {
  color: #b34d42;
}
.con_hotellist .box_list .list.rb li:before {
  color: #3f7144;
}
.con_hotellist .box_list .list.na li:before {
  color: #014ca4;
}
