/*- variable*/
/*- mixin*/
/*----------------------------------------
    #content
----------------------------------------*/
#contents .inner, .inner {
  width: 980px;
  margin: 0 auto;
}

#contents .title {
  font-size: 28px;
  color: #000b36;
  font-weight: bold;
  text-align: center;
}

#contents .txt_image {
  line-height: 0;
}

#contents .line_section {
  padding-top: 67px;
	padding-bottom: 0;
  margin-top: 67px;
  border-top: 1px solid #bfbfbf;
}

#contents .btn_link {
  width: 330px;
  margin: 50px auto 0;
  background: #12256a;
}

#contents .btn_link a {
  color: #fff;
  font-size: 134%;
  padding: 15px 0 15px 0;
  text-decoration: none;
  display: block;
  text-align: center;
  background: url(../img/top/ico-arow_button.png) no-repeat 92% 50%;
}

/*  hotel_booking
----------------------------------------*/
#hotel_booking {
  margin-top: 34px;
}

/*  tab change
----------------------------------------*/
.tabs_item {
  min-height: 170px;
  margin-top: 15px;
}
.tabs_item ul {
  position: relative;
}
.tabs_item li {
  float: left;
  z-index: 5;
}
.tabs_item li + li {
  margin-left: 2px;
}
.tabs_item li span.text {
  display: none;
}
.tabs_item li.active .tab_click {
  position: relative;
  z-index: 3;
}
.tabs_item li.active .section_content {
  display: block;
}
.tabs_item li .section_content {
  display: none;
}
.tabs_item li.tab .section_content {
  position: absolute;
  width: 100%;
  left: 0;
}
.tabs_item li.handy a {
  display: block;
  background: url(../img/top/txt-tab_handy.png) no-repeat 0 0;
  width: 166px;
  height: 42px;
  margin-top: 10px;
}
.tabs_item li.booking a {
  display: block;
  background: url(../img/top/txt-tab_booking.png) no-repeat 0 0;
  width: 231px;
  height: 42px;
  margin-top: 10px;
}

.booking_info {
  text-align: center;
  color: #fff;
}
.booking_info .booking_list {
  display: inline-block;
}

.booking_info .booking_item {
  float: left;
  margin: 0 12px;
}

.booking_info .booking_item dl {
  display: table;
}

.booking_info .booking_item dt {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  padding-right: 10px;
  font-size: 117%;
}

.booking_info .booking_item dd {
  display: table-cell;
}
.booking_info .booking_item dd.date_year {
  display: inline-table;
}
.booking_info .booking_item .select_year,
.booking_info .booking_item .select_date {
  display: inline-block;
}
.booking_info .booking_item .select_date ,
.booking_info .booking_item dd + dd {
  padding-left: 2px;
}

.booking_info .booking_item dd.calendar {
  padding-left: 0;
}

.booking_info .booking_item dd.btn_search {
  padding-left: 24px;
}
.booking_info .booking_item .select {
  background: #fff;
}
.booking_info .booking_item select {
  height: 34px;
  padding: 0 35px 0 10px;
  border: 0;
  font-size: 117%;
  color: #000b36;
  position: relative;
}

.booking_info .booking_item select:after {
  position: absolute;
  right: 10;
  background: #fff url(../img/top/ico-arow_down.png) no-repeat right center;
  width: 14px;
  height: 9px;
}

.booking_info .booking_item .count_room {
  font-size: 117%;
  padding-left: 6px;
  vertical-align: middle;
}

.booking_info .booking_item .calendar {
  width: 34px;
  height: 34px;
  vertical-align: middle;
}

.booking_info .booking_item .calendar img {
  display: none;
}
.booking_info .booking_item .search {
  width: 160px;
  background: #9b735b;
  text-align: center;
  border: 1px solid #ffffff;
}

.booking_info .booking_item .search a {
  display: block;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 117%;
}

.booking_info .booking_item .search a:after {
  content: "";
  background: url(../img/top/ico-arow_right.png) no-repeat right center;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}

.booking_info select {
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  background: transparent;
  -webkit-appearance: none;
}

.booking_info .select {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  background: #fff;
  overflow: -moz-hidden-unscrollable;
}

.booking_info .select:after {
  content: "";
  position: absolute;
  background: #fff url(../img/top/ico-arow_down.png) no-repeat 0 0;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 9px;
  margin-top: -4px;
}

.select select {
  position: relative;
  z-index: 1;
  display: block;
  border: 0;
  border-radius: 0;
  background: none;
}
.btn_calender {
  padding: 0;
  margin: 0;
  position: relative;
}
 .ui-datepicker-trigger {
   overflow: hidden;
   text-indent: -99999px;
   color: #fff;
   width: 34px;
   height: 34px;
   float: none;
   padding: 0;
 }
.public_input .ui-datepicker-trigger {
  border: 1px solid #fff;
  background: #12256b url(../img/top/ico-calendar.png) center center no-repeat                !important;
}
.member_input .ui-datepicker-trigger {
  border: 1px solid #fff;
  background: #23a9a8 url(../img/top/ico-calendar.png) center center no-repeat                !important;
}
div#ui-datepicker-div {
  margin: 34px 0 0 0;
  position: absolute;
  top: 0;
  z-index: 99 !important;
  display: none;
}

#booking_info .booking_list {
  display: inline-block;
}

#booking_info .booking_item {
  float: left;
  margin: 0 12px;
}

#booking_info .booking_item dl {
  display: table;
}

#booking_info .booking_item dt {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  padding-right: 10px;
  font-size: 117%;
}

#booking_info .booking_item dd {
  display: table-cell;
}
#booking_info .booking_item dd.date_year {
  display: inline-table;
}
#booking_info .booking_item .select_year,
#booking_info .booking_item .select_date {
  display: inline-block;
}
#booking_info .booking_item .select_date ,
#booking_info .booking_item dd + dd {
  padding-left: 2px;
}

#booking_info .booking_item dd.calendar {
  padding-left: 0;
}

#booking_info .booking_item dd.btn_search {
  padding-left: 24px;
}
#booking_info .booking_item .select {
  background: #fff;
}
#booking_info .booking_item select {
  height: 34px;
  padding: 0 35px 0 10px;
  border: 0;
  font-size: 117%;
  color: #000b36;
  position: relative;
}

#booking_info .booking_item select:after {
  position: absolute;
  right: 10;
  background: #fff url(../img/top/ico-arow_down.png) no-repeat right center;
  width: 14px;
  height: 9px;
}

#booking_info .booking_item .count_room {
  font-size: 117%;
  padding-left: 6px;
  vertical-align: middle;
}

#booking_info .booking_item .calendar {
  width: 34px;
  height: 34px;
  vertical-align: middle;
}

#booking_info .booking_item .calendar img {
  display: none;
}

#booking_info .booking_item .btn_calendar {
  display: block;
  background: url(../img/top/ico-calendar.png) no-repeat left center;
  width: 34px;
  height: 34px;
}

#booking_info .booking_item .search {
  width: 160px;
  background: #a69b77;
  text-align: center;
}

#booking_info .booking_item .search a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-weight: bold;
  font-size: 117%;
}

#booking_info .booking_item .search a:after {
  content: "";
  background: url(../img/top/ico-arow_right.png) no-repeat right center;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}

#booking_info select {
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  background: transparent;
  -webkit-appearance: none;
}

#booking_info .select {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  background: #fff;
  overflow: -moz-hidden-unscrollable;
}

#booking_info .select:after {
  content: "";
  position: absolute;
  background: #fff url(../img/top/ico-arow_down.png) no-repeat 0 0;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 9px;
  margin-top: -4px;
}

.select select {
  position: relative;
  z-index: 1;
  display: block;
  border: 0;
  border-radius: 0;
  background: none;
}

/*  tab_bottom
----------------------------------------*/
.tab_info .tab_bottom {
  background: #f1f0e9;
  text-align: center;
  padding: 8px 0;
}

.tab_info .tab_bottom .txt_image {
  background: url(../img/top/txt-tab_two_bottom.png) no-repeat 0 0;
  width: 260px;
  height: 13px;
}

.tab_info .tab_bottom .txt_image img {
  display: none;
}

.tab_info .tab_bottom ul {
  overflow: hidden;
  display: inline-block;
}

.tab_info .tab_bottom li {
  float: left;
  margin: 0 13px;
  font-size: 117%;
}

.tab_info .tab_bottom li span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.tab_info .tab_bottom li a {
  text-decoration: none;
  color: #2b4aba;
  padding-left: 15px;
  background: url(../img/top/ico-arrow_left.png) no-repeat left center;
}


/*  tab_bottom
----------------------------------------*/
.tabs_item .tab_content {
  border-top: 1px solid #7e8eaf;
  margin-top: -1px;
  position: relative;
  z-index: 2;
  padding: 24px 0;
}
.public_input .tab_content {
  background: #12256b;
}
.member_input .tab_content {
  background: #23a9a8;
}
/*  tab_bottom
----------------------------------------*/
.tabs_item .tab_bottom {
  background: #f1f0e9;
  text-align: left;
  padding: 8px 0 4px 0;
  min-height: 41px;
}
.tabs_item .tab_bottom .sp_message {
  display: none;
}
.tabs_item .public .tab_bottom {
  padding: 0;
}
.member_input .tab_bottom {
  text-align: right;
  padding-right: 26px;
}
.tabs_item .tab_bottom .txt_image {
  background: url(../img/top/txt-tab_two_bottom.png) no-repeat 0 0;
  width: 284px;
  height: 14px;
  margin-top: 6px;
}
.tabs_item .tab_bottom li.login {
  margin: 0;
  width: 110px;
}
.tabs_item .tab_bottom li.login a {
  background: none;
  color: #fff;
  font-size: 92%;
  padding: 3px 0;
  background: #b9232a;
  text-align: center;
  display: block;
  position: relative;
}
.tabs_item .tab_bottom li.login a:after {
  content: "";
  background: url(../img/top/ico-arow_right.png) no-repeat right center;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.tabs_item .tab_bottom:after {
	content:"";display:block;clear:both;
}
.member_input .tab_bottom .txt_image {
  margin-top: 6px;
	background: url(../img/top/txt-tab_two_bottom.png) no-repeat 0 0;
  width: 284px;
  height: 14px;
}
.tabs_item .tab_bottom .txt_image img {
  display: none;
}

.tabs_item .tab_bottom .waon_area {
  float: right;
	width: 490px;
	position: relative;
}

.tabs_item .tab_bottom ul {
  margin-top: 17px;
	border-left: 1px solid #bfbfbf;
	padding: 0 0 0 20px;
}

.tabs_item .tab_bottom li {
  margin: 0 13px;
  font-size: 117%;
}

.tabs_item .tab_bottom li span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.tabs_item .tab_bottom li:first-child {
  margin-bottom: 8px;
}
.tabs_item .tab_bottom .waon_area .note {
	position: absolute;
	right: 30px;
  top: 17px;
	border-radius: 3px;
	background-color: #fff;
	padding: 9px;
	color: #12256b;
	font-size: 84%;
	font-weight: bold;
}
.tabs_item .tab_bottom .waon_area .note span {
  position: relative;
}
.tabs_item .tab_bottom .waon_area .note span:after {
  content: "";
	width: 7px;
	height: 8px;
	background: url(../img/top/bg-waon_area.png) no-repeat left top;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: -16px;
}
.tabs_item .tab_bottom li span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.tabs_item .tab_bottom li a {
  text-decoration: none;
  color: #2b4aba;
  padding-left: 15px;
  background: url(../img/top/ico-arrow_left.png) no-repeat left center;
}

.tabs_item .tab_bottom .app_area {
  width: 490px;
	float: left;
}

.tabs_item .tab_bottom .app_area a {
  display: block;
	background: url(../img/top/bg-app_arrow.png) no-repeat 97% center #f9f5ec;
	padding: 10px 0 0 30px;
}

.tabs_item .tab_bottom .app_area a:after {
	content:"";display:block;clear:both;
}

.tabs_item .tab_bottom .app_area a .icon {
  float: left;
	display: block;
}

.tabs_item .tab_bottom .app_area a .text {
  float: left;
	padding: 17px 0 0 12px;
	color: #f27b02;
	display: block;
	font-size: 109%;
	font-weight: bold;
}

.tabs_item .tab_bottom .app_area a .text span.big_txt {
  font-size: 142%;
	display: block;
}

.tabs_item .tab_bottom.special {
  text-align: right;
}
.tabs_item .tab_bottom.special ul {
  margin-top: 0;
	border-left: none;
}

/*  hotel_price
----------------------------------------*/
#hotel_price {
  margin-top: 110px;
  background: #e3e6e8;
}

#hotel_price .content_bottom {
  padding-top: 40px;
}
#hotel_price .content_top {
  padding-bottom: 56px;
}
#hotel_price .offer_standard ul {
  overflow: hidden;
}

#hotel_price .offer_standard li {
  width: 243px;
  float: left;
  background: #fff;
  border-top: 6px solid #b6b7b4;
}

#hotel_price .offer_standard .coming_soon {
  background: #ffffff;
  max-height: 100%;
  border-top: 6px solid #dddedc;
}

#hotel_price .offer_standard .col_photo {
  text-align: center;
}

#hotel_price .offer_standard .col_photo img {
  width: 100%;
  height: auto;
}

#hotel_price .offer_standard a:hover .col_photo img {
  opacity: 1;
}

#hotel_price .offer_standard li a {
  text-decoration: none;
  color: #000b36;
  display: block;
}

#hotel_price .offer_standard li + li {
  margin-left: 2px;
}

#hotel_price .offer_standard .logo_center {
  display: inline-block;
}

#hotel_price .col_text {
  padding: 20px 14px;
}

#hotel_price .standard_detail {
  padding-bottom: 14px;
}

#hotel_price .time_price {
  border-top: 2px dotted #e3dcc1;
}

#hotel_price .standard_detail .title_detail {
  font-size: 134%;
  text-decoration: underline;
  font-weight: bold;
}

#hotel_price .standard_detail .notice {
  font-size: 100%;
  padding-top: 16px;
}

#hotel_price .time_price .time {
  font-size: 100%;
  padding-top: 19px;
}

#hotel_price .time_price .price {
  padding-top: 18px;
  text-align: right;
}

#hotel_price .time_price .price span {
  display: block;
}

#hotel_price .time_price .price_value {
  font-weight: bold;
  font-size: 134%;
}

#hotel_price .time_price .tax {
  font-size: 100%;
}


#contents .btn_link.btn_offer {
  margin-top: 0;
}

/*  hotel_information
----------------------------------------*/
#hotel_information {
  position: relative;
  margin-top: 65px;
  line-height: 1.7;
}

#hotel_information .content_info {
  overflow: hidden;
  margin-top: 52px;
}

#hotel_information .map_info {
  float: left;
  width: 490px;
  background: #efefef;
}

#hotel_information .map_info .address_info {
  padding: 0 40px 40px;
}

#hotel_information .address_info .time_walk {
  font-size: 150%;
  padding: 38px 0 9px;
  margin-bottom: 29px;
  border-bottom: 1px solid #bfbfbf;
  font-weight: bold;
  text-align: center;
}

#hotel_information .address_info dl {
  display: table;
}

#hotel_information .address_info dt,
#hotel_information .address_info dd {
  display: table-cell;
  vertical-align: top;
}
#hotel_information .address_info dt {
  width: 104px;
  vertical-align: middle;
}
#hotel_information .address_info dt img {
  width: 100%;
  height: auto;
}
#hotel_information .address_info dd {
  padding-left: 18px;
}

#hotel_information .address_info .btn_access {
  margin: 26px auto 0;
}

#hotel_information .address_info .main_building {
  font-size: 134%;
  font-weight: bold;
  margin-bottom: 5px;
}

#hotel_information .address_info .address {
  display: block;
  font-size: 100%;
  line-height: 2;
}

#hotel_information .address_info span {
  display: inline-block;
  font-size: 100%;
}

#hotel_information .address_info span.tel {
  padding-top: 0;
}

#hotel_information .address_info .fax {
  padding-left: 10px;
}

#hotel_information .about_hotel {
  float: right;
  width: 450px;
}

#hotel_information .about_hotel .introduction {
  font-size: 117%;
  padding: 38px 17px;
  margin-bottom: 38px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

#hotel_information .about_hotel .description {
  padding: 0 17px;
}

#hotel_information .about_hotel .description li {
  padding: 5px 0;
  position: relative;
  padding-left: 23px;
  font-size: 100%;
}

#hotel_information .about_hotel .description li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../img/top/ico-list_style.png) no-repeat left top;
  margin-top: 8px;
  width: 14px;
  height: 14px;
}

#hotel_information .about_hotel .description .text_link {
  font-size: 117%;
  margin-top: 29px;
  background: url(../img/top/ico-arrow_left.png) no-repeat 5px 10px;
}

#hotel_information .about_hotel .description .text_link:before {
  display: none;
}

#load_map {
  position: relative;
  width: 490px;
  height: 300px;
}

/*  site_mono
----------------------------------------*/
#site_mono .site_content {
  margin-top: 48px;
}

#site_mono .site_item {
  overflow: hidden;
  max-height: 140px;
  position: relative;
  background: #efefef;
  padding-right: 47px;
}

#site_mono .site_item + .site_item {
  border-top: 2px solid #fff;
}

#site_mono .site_item .site_photo {
  float: left;
  width: 230px;
  margin-right: 50px;
}
#site_mono .site_item .site_photo img {
  width: 100%;
  height: auto;
}

#site_mono .site_item .site_title {
  margin-top: 28px;
  float: right;
  width: 652px;
}

#site_mono .site_item .detail {
  float: right;
  width: 652px;
}

#site_mono .site_item .site_name {
  font-size: 134%;
  padding-left: 15px;
  position: relative;
  font-weight: bold;
}

#site_mono .site_item .site_name:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 12px;
  background: #bed35e;
  margin-top: -8px;
}

#site_mono .site_item .site_detail {
  font-size: 117%;
  margin-top: 16px;
  line-height: 1.7;
}

/*  site_mono
----------------------------------------*/
#infome_one .infome_content {
  margin-top: 46px;
}

#infome_one .infome_content li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e4e4e4;
}

#infome_one .infome_content li {
  padding-left: 42px;
  padding-right: 42px;
}

#infome_one .infome_content dl {
  display: table;
  width: 100%;
}

#infome_one .infome_content dt {
  width: 130px;
  text-align: center;
  font-size: 100%;
  display: table-cell;
  vertical-align: top;
}

#infome_one .infome_content dt span {
  padding: 4px 0;
  background: #eaeae8;
  width: 100%;
  display: inline-block;
}

#infome_one .infome_content dd {
  display: table-cell;
  padding-left: 22px;
  vertical-align: middle;
}

#infome_one .infome_content dd a {
  color: #2b4aba;
  font-size: 117%;
  text-decoration: underline;
}


/*  main_title
----------------------------------------*/
#main_title {
  text-align: center;
  background: #f1f0e9;
  border-bottom: 1px solid #EAEBE1;
  position: relative;
  padding: 15px;
}

#main_title .inner {
  width: 980px;
  margin: 0 auto;
}


#main_title .inner .message {
  height: 40px;
  overflow: hidden;
}

#main_title .inner p {
  color: #000b36;
  font-size: 117%;
  line-height: 1.4em;
}
#main_title .inner p span {
  display: block;
  text-align: left;
}

#main_title .inner .message.opened {
  height: auto;
}

#main_title .btn_click {
  position: absolute;
  bottom: -15px;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}

#main_title .btn_click .close,
#main_title .btn_click.opened .open {
  display: none;
}

#main_title .btn_click.opened .close {
  display: block;
}
#site_mono .bnrtrip_area {
  text-align: center;
  padding-top: 50px;
}
#site_mono .bnrtrip_area .bnrtrip {
  display: inline-block;
  text-align: left;
}

/*----------------------------------------
    important_notices
----------------------------------------*/

.important_notices {
  padding: 20px 0;
  border-bottom: 1px solid #EAEBE1;
  background-color: #f1f0e9;
}
.important_notices h2 {
  margin-bottom: 8px;
  padding-left: 25px;
  background: url(../img/top/ico-important.png) no-repeat 0;
  font-size: 134%;
}
.important_notices p {
  font-size: 117%;
}
@media (max-width: 767px) {
  .important_notices h2 {
    font-size: 125%;
  }
  .important_notices p {
    font-size: 92%;
  }
}