@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
#header .inner, .con_search .bn_top, .con_search .con_rsv, .con_search #search_pc, #contents .topicpath, #contents .con_title, #footer .con_bn ul, #footer .pc_footer #fnav .inner, #footer .pc_footer #richmond_nav, #footer .sp_footer .box_btns, .menulist .btn_close, .menulist ul {
  width: 95%;
  max-width: 1020px;
  margin: auto;
}

.ui-datepicker {
  z-index: 100 !important;
}

/* -----------------------------------------------------------
	IE8対策
----------------------------------------------------------- */
html.ie8 .txt_sub, html.ie8 .view_tab, html.ie8 .view_tab_sp, html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  font-size: 100% !important;
}
html.ie8 #page, html.ie8 #header {
  min-width: 1200px;
}
html.ie8 #header {
  background: #fff;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
  color: #212121;
  font-size: small;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  background: #fff;
}
body a {
  color: #212121;
}
body a:link {
  text-decoration: underline;
}
body a:visited {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: none;
}
@media only screen and (max-width: 641px) {
  body #page {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 641px) {
  body #page {
    font-size: small !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

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

.en {
  font-family: "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
}

/* -----------------------------------------------------------
	共通クラス
----------------------------------------------------------- */
@media only screen and (min-width: 1100px) {
  .change_txt {
    display: inline;
  }

  .txt_sub {
    display: none !important;
  }

  .view_tab-sp, .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1100px) {
  .change_txt {
    display: none !important;
  }

  .txt_sub {
    display: inline;
  }

  .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .view_pc-tab, .view_tab {
    display: none !important;
  }
}
.accordion_all {
  cursor: pointer;
}
.accordion_all + * {
  display: none;
}

@media only screen and (max-width: 640px) {
  .accordion_sp {
    cursor: pointer;
  }
}
@media only screen and (min-width: 640px) {
  .accordion_sp + * {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  .accordion_sp + * {
    display: none;
  }
}

/* -----------------------------------------------------------
  #header
----------------------------------------------------------- */
#header {
  z-index: 1000;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, #ffffff), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(#ffffff 70%, #f5f5f5);
  background: -moz-linear-gradient(#ffffff 70%, #f5f5f5);
  background: -o-linear-gradient(#ffffff 70%, #f5f5f5);
  background: linear-gradient(#ffffff 70%, #f5f5f5);
  -webkit-box-shadow: 0 0 3px 1px #cbcbcb;
  -moz-box-shadow: 0 0 3px 1px #cbcbcb;
  box-shadow: 0 0 3px 1px #cbcbcb;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: auto !important;
  padding: 10px 0 7px;
  overflow: hidden;
}
#header .inner {
  margin: auto;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  #header {
    padding: 10px 0 16px;
  }
}
@media only screen and (max-width: 640px) {
  #header {
    width: 100%;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(60%, #ffffff), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(#ffffff 60%, #ececec);
    background: -moz-linear-gradient(#ffffff 60%, #ececec);
    background: -o-linear-gradient(#ffffff 60%, #ececec);
    background: linear-gradient(#ffffff 60%, #ececec);
  }
}
@media only screen and (min-width: 640px) {
  #header {
    padding-top: 10px !important;
    /*position: static;*/
  }
}
@media only screen and (max-width: 640px) {
  #header {
    position: static;
  }
}
#header .box_t {
  overflow: hidden;
}
#header .box_t .logo {
  overflow: hidden;
  line-height: 1;
  float: left;
}
@media only screen and (max-width: 640px) {
  #header .box_t .logo {
    width: 85.3125%;
    margin: auto;
    float: none;
  }
}
#header .box_t .box_nav {
  float: right;
  text-align: right;
}
#header .box_t .intro {
  margin-top: 10px;
  font-size: 75%;
}
#header .box_t #hnav {
  margin-top: 10px;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  #header .box_t #hnav {
    margin-top: 25px;
  }
}
#header .box_t #hnav li {
  display: inline;
  margin-left: 15px;
}
@media only screen and (min-width: 641px) {
  #header .box_t .enbtn {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1100px) {
  #header .box_t ul li {
    height: 28px;
    overflow: hidden;
    line-height: 1;
  }
}
@media only screen and (max-width: 640px) {
  #header .box_t ul {
    text-align: right;
    margin: 0.5em 0;
  }
  #header .box_t ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-left: 3px;
  }
  #header .box_t ul li:first-child {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #header .box_t ul li a {
    text-decoration: none;
  }
}
#header .box_b {
  margin: 12px auto 0;
  *zoom: 1;
  width: 100%;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  #header .box_b {
   width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #header .box_b {
    margin: 0;
  }
}
#header .box_b:after {
  content: "";
  display: table;
  clear: both;
}
#header .box_b #gnav {
  line-height: 1;
  *zoom: 1;
}
#header .box_b #gnav:after {
  content: "";
  display: table;
  clear: both;
}
#header .box_b #gnav li {
  float: left;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  #header .box_b #gnav li {
    font-size: 109%;
    text-align: center;
  }
  #header .box_b #gnav li.gnav_homepage {
    display: none;
  }
  #header .box_b #gnav li.gnav_hotels {
    width: 12%;
  }
  #header .box_b #gnav li.gnav_hotels a {
    border-left: 0;
  }
  #header .box_b #gnav li.gnav_restaurant {
    width: 17%;
  }
  #header .box_b #gnav li.gnav_internet {
    width: 23.5%;
  }
  #header .box_b #gnav li.gnav_club {
    width: 17.5%;
  }
  #header .box_b #gnav li.gnav_proud {
    width: 17.5%;
  }
  #header .box_b #gnav li.gnav_blog {
    width: 15%;
  }
  #header .box_b #gnav li.gnav_company {
    width: 10.5%;
  }
  #header .box_b #gnav li.gnav_plan {
    width: 10.5%;
  }
  #header .box_b #gnav li a {
    border-left: 1px solid #d8d8d8;
    display: block;
    text-decoration: none;
  }
  #header .box_b #gnav li a span {
    position: relative;
    padding: 0 4px;
  }
  #header .box_b #gnav li:hover:not(.gnav_plan) a, #header .box_b #gnav li.active:not(.gnav_plan) a {
    color: #690e0e;
  }
  #header .box_b #gnav li:hover:not(.gnav_plan) a span, #header .box_b #gnav li.active:not(.gnav_plan) a span {
    border-bottom: 2px solid #690e0e;
  }
  #header .box_b #gnav li:hover:not(.gnav_plan) a span:after, #header .box_b #gnav li.active:not(.gnav_plan) a span:after {
    content: "";
    width: 6px;
    height: 5px;
    background: url(../images/header/ic_nav.png) no-repeat;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -3px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1100px) and (max-width: 890px) {
  #header .box_b #gnav li {
    font-size: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1100px) and (max-width: 790px) {
  #header .box_b #gnav li {
    font-size: 92%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1100px) and (max-width: 745px) {
  #header .box_b #gnav li {
    font-size: 84%;
  }
}

#fixheader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* -----------------------------------------------------------
	.con_search
----------------------------------------------------------- */
.con_search {
  padding: 10px 0;
  background: url("../images/home/search/bg_search.png");
}
@media only screen and (max-width: 640px) {
  .con_search {
    padding: 4% 0 2%;
  }
}
.con_search .bn_top {
  text-align: center;
}
.con_search .con_rsv {
  max-width: 883px;
  margin-top: 20px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.con_search .con_rsv h3 {
  width: 125px;
  background: #d81886;
  padding: 25px 0;
  text-align: center;
  float: left;
}
.con_search .con_rsv ul {
  position: absolute;
  width: 757px;
  right: 0;
  top: 0;
  height: calc(100% - 2px);
  height: -webkit-calc(100% - 2px);
  border: 1px solid #8e8e8e;
  border-left: 0;
}
.con_search .con_rsv ul li {
  width: 252px;
  float: left;
  position: relative;
  overflow: hidden;
  height: 100%;
  border-left: 1px solid #8e8e8e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 92%;
  padding: 18px 0 12px 12px;
}
.con_search .con_rsv ul li h4 {
  font-weight: normal;
  text-align: center;
  width: 65%;
  margin-bottom: 4px;
}
.con_search .con_rsv ul li select {
  width: 65%;
  margin-bottom: 4px;
}
.con_search .con_rsv ul li:nth-child(1) h4 {
  color: #fff;
  background: #a28348;
}
.con_search .con_rsv ul li:nth-child(2) h4 {
  color: #fff;
  background: #690e0e;
}
.con_search .con_rsv ul li:nth-child(3) h4 {
  text-align: left;
}
.con_search .con_rsv ul li .btn {
  font-size: 109%;
  float: right;
  width: 25%;
  position: absolute;
  top: 18px;
  right: 0;
  text-align: center;
  padding: 12px 0;
  line-height: 1;
  background: #e8e8e8;
  border: 1px solid #fff;
  margin-right: 8px;
  -moz-box-shadow: 0 0 2px #888;
  -webkit-box-shadow: 0 0 2px #888;
  box-shadow: 0 0 2px #888;
  cursor: pointer;
}
.con_search .con_rsv ul li .btn:before {
  content: "\\F0DA";
  font-family: FontAwesome;
  color: #d81886;
  margin-right: 8px;
}
@media only screen and (max-width: 960px) {
  .con_search .con_rsv h3 {
    width: 100%;
    float: none;
    padding: 5px 0;
  }
  .con_search .con_rsv ul {
    position: static;
    overflow: hidden;
    width: calc(100% - 1px);
    width: -webkit-calc(100% - 1px);
  }
  .con_search .con_rsv ul li {
    width: 33%;
  }
}
@media only screen and (max-width: 840px) {
  .con_search .con_rsv ul {
    position: static;
    overflow: hidden;
    width: calc(100% - 1px);
    width: -webkit-calc(100% - 1px);
  }
  .con_search .con_rsv ul li {
    width: 33.33333%;
    padding: 10px;
  }
  .con_search .con_rsv ul li h4 {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: auto;
    padding: 0 10px;
  }
  .con_search .con_rsv ul li select {
    display: block;
    width: 100%;
  }
  .con_search .con_rsv ul li .btn {
    position: static;
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_search .con_rsv {
    margin-top: 3%;
  }
  .con_search .con_rsv h3 img {
    width: 30.5%;
  }
  .con_search .con_rsv ul {
    border: 1px solid #8e8e8e;
    border-top: 0;
    padding: 3%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .con_search .con_rsv ul li {
    padding: 0;
    border: 0;
    margin-bottom: 5%;
    width: 100%;
    overflow: visible;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .con_search .con_rsv ul li h4 {
    width: 100%;
    display: block;
    padding: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  .con_search .con_rsv ul li select {
    width: 75%;
    padding: 8px 0;
    float: left;
  }
  .con_search .con_rsv ul li .btn {
    clear: none;
    float: right;
    position: static;
    width: 20%;
    padding: 8px 0;
    margin: 0;
  }
  .con_search .con_rsv ul li:last-child {
    margin-bottom: 0;
  }
  .con_search .con_rsv ul li:last-child h4 {
    text-align: left;
    margin-bottom: 0;
    padding: 0;
  }
  .con_search .con_rsv ul li:last-child h4:before {
    content: "■";
    color: #ccc;
  }
}
.con_search #search_pc #tab_search {
  overflow: hidden;
}
.con_search #search_pc #tab_search:first-child {
  position: relative;
  z-index: 100;
}
.con_search #search_pc #tab_search li {
  float: left;
  margin-left: 7px;
  cursor: pointer;
  padding-top: 8px;
}
@media only screen and (max-width: 720px) {
  .con_search #search_pc #tab_search li {
    width: 48%;
  }
}
.con_search #search_pc #tab_search li:hover, .con_search #search_pc #tab_search li.active {
  padding-top: 0;
  padding-bottom: 8px;
  background: #f5f5f5;
}
.con_search #search_pc .searcharea {
  -moz-box-shadow: 0 1px 5px rgba(142, 142, 142, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(142, 142, 142, 0.3);
  box-shadow: 0 1px 5px rgba(142, 142, 142, 0.3);
  position: relative;
  padding: 25px;
  background: #fff;
  min-height: 775px;
  *zoom: 1;
  margin-bottom: 20px;
}
.con_search #search_pc .searcharea:after {
  content: "";
  display: table;
  clear: both;
}
.con_search #search_pc .searcharea #maparea {
  position: relative;
}
.con_search #search_pc .searcharea #maparea .box_map .st {
  position: absolute;
  top: 15px;
  left: 15px;
}
.con_search #search_pc .searcharea #maparea .box_map .txt {
  position: absolute;
  top: 146px;
  left: 99px;
}
.con_search #search_pc .searcharea #maparea .box_map .club {
  position: absolute;
  top: 422px;
  left: 800px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea #maparea .box_map .img_map {
    text-align: center;
  }
}
/*.con_search #search_pc .searcharea #maparea .box_map .img_map {
  text-align: center;
}*/
.con_search #search_pc .searcharea #maparea .box_map .img_map img {
  margin-top: 184px;
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
  .con_search #search_pc .searcharea #maparea .box_map .img_map img {
    margin-top: 18%;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1099px) {
  .con_search #search_pc .searcharea #maparea .box_map .img_map img {
    margin-top: 14%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 749px) {
  .con_search #search_pc .searcharea #maparea .box_map .img_map img {
    margin-top: 35%;
  }
}
.con_search #search_pc .searcharea #maparea .box_map area {
  outline: none;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea #maparea {
    padding: 0;
  }
  .con_search #search_pc .searcharea #maparea .box_map {
    position: relative;
    margin: auto;
    width: 100%;
  }
  .con_search #search_pc .searcharea #maparea .box_map .st {
    position: absolute;
    top: 5px;
    left: 0px;
  }
  .con_search #search_pc .searcharea #maparea .box_map .txt {
    position: absolute;
    top: 114px;
    left: 115px;
  }
    .con_search #search_pc .searcharea #maparea .box_map .club {
    display: none;
  }
  .con_search #search_pc .searcharea #maparea .box_map .img_map {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1200px) {
  .con_search #search_pc .searcharea {
    padding-bottom: 15px;
  }
}
.con_search #search_pc .searcharea #listarea {
  padding-bottom: 25px;
  padding-right: 25px;
  display: none;
  width: 720px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background: #fff;
}
.con_search #search_pc .searcharea #listarea > ul {
  overflow: hidden;
  padding-right: 50px;
}
.con_search #search_pc .searcharea #listarea > ul > li {
  width: -webkit-calc(42% - 10px);
  width: calc(47% - 10px);
  padding-right: 5px;
  float: left;
  font-size: 15px;
}
.con_search #search_pc .searcharea #listarea > ul > li:nth-child(2) {
  float: right;
}
.con_search #search_pc .searcharea #listarea > ul > li h4 {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 22px;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 1;
  font-weight: normal;
  border-bottom: 1px solid #99100a;
  padding-bottom: 5px;
}
.con_search #search_pc .searcharea #listarea > ul > li h4 i {
  color: #99100a;
  margin-right: 8px;
}
.con_search #search_pc .searcharea #listarea > ul > li ul li {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.con_search #search_pc .searcharea #listarea > ul > li ul li a {
  text-decoration: none;
}
.con_search #search_pc .searcharea #listarea > ul > li ul li:hover {
  text-decoration: underline;
}
.con_search #search_pc .searcharea #listarea > ul > li ul li:before {
  content: url("../images/home/map/ic_r_arrow.png");
  left: 0;
  top: 3px;
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
}
.con_search #search_pc .searcharea #listarea > ul > li ul li.friend:before {
  content: url("../images/home/map/ic_g_arrow.png");
}
.con_search #search_pc .searcharea #listarea > ul > li ul li.group:before {
  content: url("../images/home/map/ic_b_arrow.png");
}
.con_search #search_pc .searcharea #listarea > ul > li ul + h4 {
  margin-top: 25px;
}
.con_search #search_pc .searcharea #listarea .sample {
    position: absolute;
    left: 48.5%;
    bottom: -7%;
}
.con_search #search_pc .searcharea #listarea .sample span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 8px;
  margin-right: 10px;
}
.con_search #search_pc .searcharea #listarea .sample span:before {
  content: "";
  left: 0;
  top: 6px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 6px;
  height: 6px;
  background: #99100a;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.con_search #search_pc .searcharea #listarea .sample span.friend:before {
  background: #007130;
}
.con_search #search_pc .searcharea #listarea .sample span.group:before {
  background: #3a3a3a;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea #listarea {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
  }
  .con_search #search_pc .searcharea #listarea > ul {
    padding: 20px 0 35px;
    overflow: hidden;
  }
  .con_search #search_pc .searcharea #listarea > ul > li ul {
    font-size: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea #listarea .sample {
    position: absolute;
    bottom: 15%;
    left: 51%;
  }
}
.con_search #search_pc .searcharea .box_areas {
  display: none;
  width: 720px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: calc(100% + 30px);
  height: -webkit-calc(100% + 30px);
  background: #fff;
}
.con_search #search_pc .searcharea .box_areas .mark {
  float: left;
  padding-top: 77px;
}
.con_search #search_pc .searcharea .box_areas #obj_back {
  float: right;
  padding: 70px 65px 0 0;
  cursor: pointer;
}
.con_search #search_pc .searcharea .box_areas > ul > li {
  display: none;
  font-size: 134%;
}
.con_search #search_pc .searcharea .box_areas > ul > li.active {
  display: list-item;
}
.con_search #search_pc .searcharea .box_areas > ul > li .areaname {
  line-height: 1;
  margin-bottom: 35px;
}
.con_search #search_pc .searcharea .box_areas > ul > li .areaname span {
  font-weight: bold;
  font-size: 125%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 9px 19px;
  margin-right: 15px;
  vertical-align: middle;
  color: #fff;
  background: #3a3a3a;
  text-align: center;
}
.con_search #search_pc .searcharea .box_areas > ul > li .areaimg {
  position: relative;
}
.con_search #search_pc .searcharea .box_areas > ul > li .areaimg p.img {
  text-align: center;
  width: 640px;
  margin: 0 auto;
}
.con_search #search_pc .searcharea .box_areas > ul > li .areaimg ul li {
  line-height: 1;
  position: absolute;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  background: #690e0e;
  padding: 10px 30px;
  font-family: "メイリオ", "Meiryo", sans-serif;
  z-index: 10;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea .box_areas > ul > li .areaimg ul li {
    font-size: 92%;
    padding: 2% 4%;
  }
}
.con_search #search_pc .searcharea .box_areas > ul > li .areaimg ul li.friendship {
  background: #096e30;
}
.con_search #search_pc .searcharea .box_areas > ul > li .areaimg ul li.affiliated {
  background: #14174f;
}
.con_search #search_pc .searcharea .box_areas > ul > li .areaimg ul li.lnk_map {
  background: none;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_hokkaido ul li:nth-child(1) {
  left: 8%;
  top: 71%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_hokkaido ul li:nth-child(2) {
  left: 8%;
  top: 56.5%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_hokkaido ul li:nth-child(3) {
  left: 35.5%;
  top: 79%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_hokkaido ul li:nth-child(4) {
  left: 42.5%;
  top: 54%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_tohoku ul li:nth-child(1) {
  left: 72%;
  top: 11.5%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_tohoku ul li:nth-child(2) {
  left: 52%;
  top: 29%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_tohoku ul li:nth-child(3) {
  left: 35.5%;
  top: 52%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_tohoku ul li:nth-child(4) {
  left: 56.5%;
  top: 73%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_tohoku ul li:nth-child(5) {
  left: 22%;
  top: 64%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_tohoku ul li:nth-child(6) {
  left: 22%;
  top: 83%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kanto ul li:nth-child(1) {
  left: 22%;
  top: 10%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kanto ul li:nth-child(2) {
  left: 56%;
  top: 10%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kanto ul li:nth-child(3) {
  left: 25.5%;
  top: 47%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kanto ul li:nth-child(4) {
  left: 62%;
  top: 56%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kanto ul li:nth-child(5) {
  left: 36.5%;
  top: 28%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kanto ul li:nth-child(6) {
  left: 21%;
  top: 46%;
  z-index: 5;
}
@media only screen and (min-width: 480px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea .box_areas > ul > li#obj_kanto ul li:nth-child(6) {
    left: 18%;
    top: 45%;
    z-index: 5;
  }
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kanto ul li:nth-child(7) {
  left: 52px;
  top: 167px;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kanto ul li:nth-child(8) {
  left: 116px;
  top: 167px;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kanto ul li:nth-child(9) {
  left: -14px;
  top: 195px;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kanto ul li:nth-child(10) {
  left: -56px;
  top: 223px;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kanto ul li:nth-child(11) {
  left: -5px;
  top: 252px;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_tokai ul li:nth-child(1) {
  left: 60%;
  top: 38%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_tokai ul li:nth-child(2) {
  left: 36.5%;
  top: 49%;
}
@media only screen and (min-width: 480px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea .box_areas > ul > li#obj_tokai ul li:nth-child(2) {
    left: 33.5%;
    top: 44.8%;
  }
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_tokai ul li:nth-child(3) {
  left: 36.5%;
  top: 64%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_tokai ul li:nth-child(4) {
  left: 20%;
  top: 82%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_tokai ul li:nth-child(5) {
  left: 57.5%;
  top: 85%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_chugoku ul li:nth-child(1) {
  left: 49.5%;
  top: 29%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_chugoku ul li:nth-child(2) {
  left: 69%;
  top: 62%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_chugoku ul li:nth-child(3) {
  left: 24%;
  top: 21%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_chugoku ul li:nth-child(4) {
  left: 49%;
  top: 67%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kyushu ul li:nth-child(1) {
  left: 46%;
  top: 6%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kyushu ul li:nth-child(2) {
  left: 15%;
  top: 5%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kyushu ul li:nth-child(3) {
  left: 51%;
  top: 18%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kyushu ul li:nth-child(4) {
  left: 4.5%;
  top: 23%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kyushu ul li:nth-child(5) {
  left: 44.5%;
  top: 44%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kyushu ul li:nth-child(6) {
  left: 31.5%;
  top: 56%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kyushu ul li:nth-child(7) {
  left: 6.5%;
  top: 57%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kyushu ul li:nth-child(8) {
  left: 34.5%;
  top: 78%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kyushu ul li:nth-child(9) {
  left: 65%;
  top: 68%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kn_tk ul li:nth-child(1) {
  left: 60.5%;
  top: 45.8%;
}
@media only screen and (min-width: 480px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea .box_areas > ul > li#obj_kn_tk ul li:nth-child(1) {
    left: 59.5%;
    top: 44.8%;
  }
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kn_tk ul li:nth-child(2) {
  left: 60%;
  top: -2%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kn_tk ul li:nth-child(3) {
  left: 74.8%;
  top: 7.5%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kn_tk ul li:nth-child(4) {
  left: 60%;
  top: 61.2%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kn_tk ul li:nth-child(5) {
  left: 44%;
  top: 7.5%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kn_tk ul li:nth-child(6) {
  left: 22.8%;
  top: 18%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kn_tk ul li:nth-child(7) {
  left: 31.3%;
  top: 25.5%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kn_tk ul li:nth-child(8) {
  left: 23%;
  top: 38.5%;
}
.con_search #search_pc .searcharea .box_areas > ul > li#obj_kn_tk ul li:nth-child(9) {
  left: 34.5%;
  top: 67.2%;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea .box_areas {
    width: 100%;
    padding: 15px 0 30px;
    position: relative;
    background: #fff;
    text-align: center;
    height: calc(100% + 30px);
    height: -webkit-calc(100% + 30px);
    overflow: hidden;
  }
  .con_search #search_pc .searcharea .box_areas .areaimg {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
    margin-left: 0 !important;
  }
  .con_search #search_pc .searcharea .box_areas .mark {
    padding-top: 0;
    padding-left: 40px;
  }
  .con_search #search_pc .searcharea .box_areas #obj_back {
    padding: 0;
    padding: 45px 40px 0 0;
  }
}
.con_search #search_pc .searcharea .default {
  display: none;
  position: absolute;
  width: 250px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 46px);
  right: 25px;
  top: 25px;
  background: #3a3a3a;
  padding: 10px 17px;
}
.con_search #search_pc .searcharea .box_hotels {
  display: none;
  position: absolute;
  width: 250px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 46px);
  right: 25px;
  top: 25px;
  background: #f3ede1;
  padding: 10px 17px;
}
.con_search #search_pc .searcharea .box_hotels li {
  display: none;
  overflow: hidden;
}
.con_search #search_pc .searcharea .box_hotels li.active {
  display: list-item;
}
.con_search #search_pc .searcharea .box_hotels li h4 {
  text-align: center;
  font-size: 134%;
  line-height: 1.2;
}
.con_search #search_pc .searcharea .box_hotels li h4 img {
  margin-bottom: 3px;
}

.con_search #search_pc .searcharea .box_hotels li h4:not(.group)::before {
    content: url("../images/home/map/ic_rich.png");
    margin-right: 3px;
    vertical-align: middle;
}

.con_search #search_pc .searcharea .box_hotels li .img_hotel,
.con_search #search_pc .searcharea .box_hotels li .img {
  margin: 15px 0;
  text-align: center;
}
.con_search #search_pc .searcharea .box_hotels li .inf .tel {
  display: block;
  font-size: 21px;
  color: #212121;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
.con_search #search_pc .searcharea .box_hotels li .acc {
  margin: 4% 0 8%;
}
.con_search #search_pc .searcharea .box_hotels li .acc em {
  font-weight: bold;
  display: block;
}
.con_search #search_pc .searcharea .box_hotels li .btn_site {
  margin-bottom: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea .box_hotels li .btn_site {
    float: right;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_search #search_pc .searcharea .box_hotels li .btn_site {
    float: right;
    margin-bottom: 2%;
  }
}
.con_search #search_pc .searcharea .box_hotels li .btn_action {
  border-top: 1px dotted #a9a59e;
  padding: 5.5% 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea .box_hotels li .btn_action {
    float: left;
    width: 107.5%;
    margin-top: 1.5%;
    padding: 1.5% 0 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_search #search_pc .searcharea .box_hotels li .btn_action {
  float: left;
  padding: 2% 0 0;
  }
}
.con_search #search_pc .searcharea .box_hotels li .btn_action a {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea .box_hotels li .btn_action a {
    display: inline-block;
    padding-right: 0.5%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_search #search_pc .searcharea .box_hotels li .btn_action a {
    display: inline-block;
    margin-bottom: 1.5%;
    width: 32.5%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea .box_hotels {
    position: relative;
    width: 100%;
    height: auto;
    right: auto;
    top: auto;
    padding: 17px 20px;
    margin-bottom: 18px;
  }
  .con_search #search_pc .searcharea .box_hotels:after {
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -33px;
    margin-left: -9px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .con_search #search_pc .searcharea .box_hotels li {
    display: none;
    overflow: hidden;
  }
  .con_search #search_pc .searcharea .box_hotels li.active {
    display: list-item;
  }
  .con_search #search_pc .searcharea .box_hotels li h4 {
    width: 100%;
  }
  .con_search #search_pc .searcharea .box_hotels li .img_hotel {
    margin: 15px 0 0;
    text-align: center;
    clear: both;
    float: left;
    padding-right: 2%;
  }
  .con_search #search_pc .searcharea .box_hotels li .img {
    margin: 0;
    text-align: center;
    clear: both;
    float: left;
    padding-right: 15px;
  }
  .con_search #search_pc .searcharea .box_hotels li .inf, .con_search #search_pc .searcharea .box_hotels li .acc {
    width: calc(100% - 450px);
    width: -wbkit-calc(100% - 450px);
  }
}
@media only screen and (min-width: 640px) and (max-width: 1100px) and (max-width: 800px) {
  .con_search #search_pc .searcharea .box_hotels li .inf, .con_search #search_pc .searcharea .box_hotels li .acc {
    width: calc(100% - 230px);
    width: -wbkit-calc(100% - 230px);
  }
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea .box_hotels li .inf {
    margin-top: 15px;
    float: left;
    width: 64%;
  }
  .con_search #search_pc .searcharea .box_hotels li .acc {
    float: left;
    margin: 1% 0 1%;
    width: 64%;
  }
  .con_search #search_pc .searcharea .box_hotels li .acc em {
    font-weight: bold;
    display: block;
  }
  .con_search #search_pc .searcharea .box_hotels li .btn {
    float: none;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .con_search #search_pc .searcharea .box_hotels li .inf {
    width: 50%;
  }
  .con_search #search_pc .searcharea .box_hotels li .acc {
    width: 50%;
    margin: 1% 0 1%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1100px) and (max-width: 800px) {
  .con_search #search_pc .searcharea .box_hotels li .btn {
    padding-top: 10px;
    position: static;
    clear: both;
    float: right;
  }
}
.con_search #search_pc .searcharea .img_d {
  padding: 25px 21px;
  background: #f3ede1 none repeat scroll 0 0;
  position: absolute;
  top: 0;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 767px;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea .img_d {
    clear: both;
    float: left;
    height: auto;
    left: 0;
    padding-top: 15px;
    margin: 1px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .con_search #search_pc .searcharea .img_d {
    height: 21%;
  }
}
.con_search #search_pc .searcharea form {
  padding: 10px;
  border: 2px solid #ede7db;
  position: absolute;
  width: 240px;
  top: 15px;
  right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
}
.con_search #search_pc .searcharea form .select li {
  margin-top: 20px;
}
.con_search #search_pc .searcharea form .select li #obj_btncal1 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 3px 5px;
  background: #fff;
  border: 1px solid darkgray;
}
.con_search #search_pc .searcharea form .select li:first-child select {
  padding: 5px;
  width: 100%;
  font-size: 117%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1100px) {
  .con_search #search_pc .searcharea form .select li:first-child select {
    width: 200px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea form .select li:first-child select {
    font-size: 100%;
    padding: 0;
  }
}
.con_search #search_pc .searcharea form .select li span {
  line-height: 1;
  margin-bottom: 5px;
  display: block;
}
.con_search #search_pc .searcharea form .select li span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 7px;
  height: 7px;
  background: #d81886;
  margin-right: 3px;
}
.con_search #search_pc .searcharea form #obj_searchbtn {
  line-height: 1;
  background: #99100a;
  color: #fff;
  width: 145px;
  margin: 30px auto 0;
  line-height: 1;
  padding: 13px 0;
  text-align: center;
  padding-right: 10px;
  cursor: pointer;
  vertical-align: bottom;
  position: relative;
}
.con_search #search_pc .searcharea form #obj_searchbtn i[class="icon-search"] {
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.con_search #search_pc .searcharea form #obj_searchbtn i[class="icon-caret-right"] {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .con_search #search_pc .searcharea form {
    position: relative;
    width: 100%;
    *zoom: 1;
    top: auto;
    right: auto;
  }
  .con_search #search_pc .searcharea form:after {
    content: "";
    display: table;
    clear: both;
  }
  .con_search #search_pc .searcharea form h3 {
    background: #D8188D 6px;
    text-align: center;
  }
  .con_search #search_pc .searcharea form .select {
    overflow: hidden;
    float: left;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    margin-left: -15px;
  }
  .con_search #search_pc .searcharea form .select li {
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-left: 20px;
  }
  .con_search #search_pc .searcharea form .select li:nth-child(3) {
    clear: both;
  }
  .con_search #search_pc .searcharea form #obj_searchbtn {
    position: absolute;
    bottom: 8%;
    right: 20px;
  }
}
.con_search #search_sp {
  width: 95%;
  margin: 0% auto 3%;
}
.con_search #search_sp h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #782626;
  font-size: 125%;
  margin-bottom: .5em;
}
.con_search #search_sp h3 span {
  font-size: 80%;
  margin-left: .5em;
}
.con_search #search_sp h4 {
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .3em .2em;
  font-weight: normal;
  color: #FFF;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .con_search #search_sp h4 {
    padding: 1em .2em;
  }
  .con_search #search_sp h4 .icon-circle-arrow-right {
    margin-left: 1em;
  }
}
.con_search #search_sp h4.tab01 {
  background: #b9944c;
}
.con_search #search_sp h4.tab01.active:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #b9944c transparent transparent transparent;
}
.con_search #search_sp h4.tab01 .icon_door {
  background: url("../images/common/ic_door_active.png") no-repeat;
}
@media only screen and (max-width: 640px) {
  .con_search #search_sp h4.tab01 .icon_door {
    width: 15px;
    height: 20px;
    background-size: cover;
    margin-right: 1em;
  }
}
.con_search #search_sp h4.tab02 {
  margin-right: 0;
  background: #A12525;
}
.con_search #search_sp h4.tab02 .icon_desktop {
  background: url("../images/common/ic_desktop_active.png") no-repeat;
}
@media only screen and (max-width: 640px) {
  .con_search #search_sp h4.tab02 .icon_desktop {
    width: 25px;
    background-size: contain;
    margin-right: 1em;
  }
}
.con_search #search_sp h4.tab02.active:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #A12525 transparent transparent transparent;
  z-index: 999;
}
.con_search #search_sp .tab_inner {
  background: #FFF;
  overflow: hidden;
  *zoom: 1;
  padding: 3%;
}
.con_search #search_sp .tab_inner#panel01 {
  margin-bottom: 5%;
}
.con_search #search_sp .tab_inner ul.select {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  border: 1px solid #bdb9b9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 3%;
  display: flex;
}
.con_search #search_sp .tab_inner ul.select li {
  float: left;
  width: 70%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_search #search_sp .tab_inner ul.select li.title {
  width: 30%;
  background: #c9b48b;
  color: #FFF;
  text-align: center;
  font-size: 100%;
  line-height: 3em;
}
.con_search #search_sp .tab_inner ul.select li.date {
  width: 35%;
  border-right: 1px solid #bdb9b9;
  overflow: hidden;
  *zoom: 1;
}
.con_search #search_sp .tab_inner ul.select li.date input {
  background: url("../images/common/ic_cal.png") no-repeat 95% center #fff;
}
.con_search #search_sp .tab_inner ul.select li select, .con_search #search_sp .tab_inner ul.select li input {
  padding: .5em;
  border: none;
  font-size: 84%;
  display: block;
  width: 95%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url("../images/common/ic_se.png") no-repeat #fff 95% 50%;
  line-height: 2.5em;
}
.con_search #search_sp .tab_inner ul.select.full li {
  width: 70%;
}
.con_search #search_sp .tab_inner ul.select.full li.title {
  width: 30%;
  line-height: 3em;
}
.con_search #search_sp .tab_inner ul.select.full select, .con_search #search_sp .tab_inner ul.select.full input {
  width: 98%;
}


.con_search #search_sp .tab_inner ul.select02 {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  border: 1px solid #bdb9b9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 3%;
  display: flex;
}
.con_search #search_sp .tab_inner ul.select02 li {
  float: left;
  width: 35%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_search #search_sp .tab_inner ul.select02 li.title {
  width: 30%;
  background: #c9b48b;
  color: #FFF;
  text-align: center;
  font-size: 100%;
  line-height: 1.5em;
}
.con_search #search_sp .tab_inner ul.select02 li.date {
  width: 35%;
  border-right: 1px solid #bdb9b9;
  overflow: hidden;
  *zoom: 1;
}
.con_search #search_sp .tab_inner ul.select02 li.date input {
  background: url("../images/common/ic_cal.png") no-repeat 95% center #fff;
}
.con_search #search_sp .tab_inner ul.select02 li select, .con_search #search_sp .tab_inner ul.select02 li input {
  padding: .5em;
  border: none;
  font-size: 84%;
  display: block;
  width: 95%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url("../images/common/ic_se.png") no-repeat #fff 95% 50%;
  line-height: 2.5em;
}
.con_search #search_sp .tab_inner ul.select02.full li {
  width: 70%;
}
.con_search #search_sp .tab_inner ul.select02.full li.title {
  width: 30%;
  line-height: 1.5em;
}
.con_search #search_sp .tab_inner ul.select02.full select, .con_search #search_sp .tab_inner ul.select02.full input {
  width: 98%;
}
.con_search #search_sp .tab_inner .btns {
  overflow: hidden;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .7em 0 .7em 4%;
}
.con_search #search_sp .tab_inner .btns li {
  text-align: center;
}
.con_search #search_sp .tab_inner .btns li a {
  text-decoration: none;
  font-size: 117%;
}
@media only screen and (max-width: 640px) {
  .con_search #search_sp .tab_inner .btns li a {
    font-size: 100%;
    text-align: right;
    display: block;
  }
}
.con_search #search_sp .tab_inner .btns #obj_btn_sea {
  margin-bottom: 1.2em;
  text-align: center;
}
.con_search #search_sp .tab_inner .btns #obj_btn_sea button, .con_search #search_sp .tab_inner .btns #obj_btn_sea span {
  background: #782626;
  padding: .5em 3.5em;
  text-align: center;
  display: inline-block;
  color: #FFF;
  font-size: 150%;
  margin: auto;
  border: none;
  width: 100%;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .con_search #search_sp .tab_inner .btns #obj_btn_sea button, .con_search #search_sp .tab_inner .btns #obj_btn_sea span {
    padding: .5em 0;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .con_search #search_sp .tab_inner .btns #obj_btn_sea button, .con_search #search_sp .tab_inner .btns #obj_btn_sea span {
    font-size: 109%;
  }
}
.con_search #search_sp .tab_inner .btns #obj_btn_sea button:hover, .con_search #search_sp .tab_inner .btns #obj_btn_sea span:hover {
  cursor: pointer;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  /*	.topicpath
  ----------------------------------------------------------- */
  /*	.con_title 下層タイトル
  ----------------------------------------------------------- */
}
#contents .topicpath {
  padding-top: 10px;
}
#contents .topicpath li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#contents .topicpath li a {
  color: #690e0e;
  padding-right: 12px;
  background: url(../images/common/ic_topicpath.png) right center no-repeat;
}
@media only screen and (max-width: 640px) {
  #contents .topicpath {
    display: none;
  }
}
#contents .con_title {
  margin: 27px auto 60px;
}
#contents .con_title h2 {
  width: 40.78431%;
  margin: 0 auto 23px;
  text-align: center;
  line-height: 1;
}
#contents .con_title h2 .jp {
  margin: 0 auto;
  display: block;
  padding: 0 0 11px;
  margin-bottom: 13px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 225%;
  font-weight: normal;
}
#contents .con_title h2 .en {
  display: inline;
  color: #9f9f9f;
  padding: 10px 5% 0;
  border-top: 3px solid #690e0e;
  font-size: 117%;
}
@media only screen and (max-width: 1100px) {
  #contents .con_title h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_title h2 {
    width: 100%;
  }
  #contents .con_title h2 .jp {
    font-size: 150%;
  }
  #contents .con_title h2 .en {
    font-size: 100%;
  }
}
#contents .con_title .txt_lead {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #contents .con_title {
    margin: 10% auto 5%;
  }
  #contents .con_title .txt_lead {
    text-align: left;
  }
}

/* -----------------------------------------------------------
  #footer
----------------------------------------------------------- */
#footer {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  #footer {
    margin-top: 10%;
  }
}
#footer .con_bn {
  text-align: center;
  background: #edece9;
  padding: 35px 0;
  width: 95%;
  max-width: 1075px;
  margin: 0 auto
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  #footer .con_bn {
    padding: 3% 0;
    width: 95%;
    max-width: 1020px;
  }
}
@media only screen and (max-width: 640px) {
  #footer .con_bn {
    padding: 4% 0;
  }
}
#footer .con_bn ul {
  margin: auto;
  overflow: hidden;
}
#footer .con_bn ul li {
  float: left;
  margin-left: 10px;
  width: 237px;
}
#footer .con_bn ul li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  #footer .con_bn ul li:first-child {
  margin-left: 0;
  width: 24%;
}
  #footer .con_bn ul li {
    width: 24%;
    margin-left: 1%;
  }
}
@media only screen and (max-width: 640px) {
  #footer .con_bn ul li {
    width: 48.66667%;
    margin-left: 2.66667%;
  }
  #footer .con_bn ul li:nth-child(3) {
    clear: both;
  }
  #footer .con_bn ul li:nth-child(odd) {
    margin-left: 0px;
  }
  #footer .con_bn ul li:nth-child(1), #footer .con_bn ul li:nth-child(2) {
    margin-bottom: 3%;
  }
}
#footer .pc_footer #fnav {
  background: #fff;
  padding: 10px 0;
}
#footer .pc_footer #fnav .inner {
  text-align: right;
}
#footer .pc_footer #fnav ul {
  overflow: hidden;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  left: -14px;
}
#footer .pc_footer #fnav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
  line-height: 2;
  padding-left: 14px;
}
#footer .pc_footer #fnav ul li:before {
  content: "\F0DA";
  font-family: FontAwesome;
  margin-right: 5px;
}
#footer .pc_footer #fnav ul li a {
  text-decoration: none;
}
#footer .pc_footer #fnav ul li a:hover {
  text-decoration: underline;
}
#footer .pc_footer #richmond_nav {
  padding-top: 7px;
  overflow: hidden;
  /*margin: 0 auto;*/
  font-size: 12px;
}
#footer .pc_footer #richmond_nav a {
  text-decoration: none;
}
#footer .pc_footer #richmond_nav a:hover {
  text-decoration: underline;
}
#footer .pc_footer #richmond_nav .box_hotellist {
  width: 510px;
  float: right;
}
@media only screen and (max-width: 1100px) {
  #footer .pc_footer #richmond_nav .box_hotellist {
    width: 49.01961%;
  }
}
#footer .pc_footer #richmond_nav .box_hotellist p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1100px) {
  #footer .pc_footer #richmond_nav .box_hotellist .uul {
    display: block !important;
  }
}
/*#footer .pc_footer #richmond_nav .box_hotellist li:nth-child(even) {
  float: right;
  width: 46% !important;
}
#footer .pc_footer #richmond_nav .box_hotellist li:nth-child(odd) {
  float: left;
  width: 54% !important;
}*/

#footer .pc_footer #richmond_nav .box_pagelist {
  width: 490px;
  float: left;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  #footer .pc_footer #richmond_nav .box_pagelist {
    width: 49.01961%;
  }
}
#footer .pc_footer #richmond_nav .box_pagelist dl {
  width: 225px;
  float: left;
}
@media only screen and (max-width: 1100px) {
  #footer .pc_footer #richmond_nav .box_pagelist dl {
    width: 48%;
  }
}
#footer .pc_footer #richmond_nav .box_pagelist dl:last-child {
  float: right;
}
#footer .pc_footer #richmond_nav .box_pagelist dl dt + dd {
  margin-top: 10px;
}
#footer .pc_footer #richmond_nav dl dt, #footer .pc_footer #richmond_nav dl #obj_accordion, #footer .pc_footer #richmond_nav .box_hotellist dt, #footer .pc_footer #richmond_nav .box_hotellist #obj_accordion {
  padding-bottom: 10px;
  border-bottom: 1px solid #bebebe;
  margin-top: 30px;
  font-size: 109%;
  padding-left: 18px;
  position: relative;
}
#footer .pc_footer #richmond_nav dl dt:before, #footer .pc_footer #richmond_nav dl #obj_accordion:before, #footer .pc_footer #richmond_nav .box_hotellist dt:before, #footer .pc_footer #richmond_nav .box_hotellist #obj_accordion:before {
  content: "\F144";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}
#footer .pc_footer #richmond_nav dl dd, #footer .pc_footer #richmond_nav dl li, #footer .pc_footer #richmond_nav .box_hotellist dd, #footer .pc_footer #richmond_nav .box_hotellist li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  position: relative;
  margin-bottom: 5px;
}
#footer .pc_footer #richmond_nav dl dd:before, #footer .pc_footer #richmond_nav dl li:before, #footer .pc_footer #richmond_nav .box_hotellist dd:before, #footer .pc_footer #richmond_nav .box_hotellist li:before {
  content: "・";
  /*position: absolute;*/
  left: 13px;
  top: 0;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  #footer .pc_footer #richmond_nav .box_pagelist {
    width: 100%;
    float: none;
  }
  #footer .pc_footer #richmond_nav .box_hotellist {
    width: 100%;
    float: none;
  }
  /*#footer .pc_footer #richmond_nav .box_hotellist ul {
    display: none;
  }*/
  #footer .pc_footer #richmond_nav .box_hotellist .uul {
    display: none;
  }
  #footer .pc_footer #richmond_nav .box_hotellist #obj_accordion {
    text-align: center;
    color: #fff;
    background: #202020;
    padding: 0;
    border-bottom: 0;
  }
  #footer .pc_footer #richmond_nav .box_hotellist #obj_accordion a {
    display: block;
    padding: 10px 0;
  }
  #footer .pc_footer #richmond_nav .box_hotellist #obj_accordion a:hover {
    text-decoration: none;
  }
  #footer .pc_footer #richmond_nav .box_hotellist #obj_accordion:before {
    content: "\F13A";
    top: 10px;
    left: 10px;
  }
  #footer .pc_footer #richmond_nav .box_hotellist #obj_accordion.active:before {
    content: "\F139";
  }
  #footer .pc_footer #richmond_nav .box_hotellist #obj_accordion a {
    color: #fff;
  }
  #footer .pc_footer #richmond_nav dl, #footer .pc_footer #richmond_nav .box_hotellist {
    font-size: 109%;
  }
}
#footer .sp_footer .box_btns {
  padding-top: 2%;
}
#footer .sp_footer .box_btns li {
  margin-bottom: 1%;
}
#footer .sp_footer .box_btns li:first-child a {
  padding: 4% 4%;
  background: #a28348;
}
#footer .sp_footer .box_btns li:first-child a i {
  vertical-align: middle;
  margin-right: 5px;
  color: #a9a9a9;
}
#footer .sp_footer .box_btns li a {
  line-height: 1;
  display: block;
  padding: 4%;
  text-decoration: none;
  border: 1px solid #efefef;
  position: relative;
}
#footer .sp_footer .box_btns li a:after {
  content: "\F0DA";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
#footer .sp_footer #fixmenu {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
#footer .sp_footer #fixmenu li {
  line-height: 1;
  width: 25%;
  float: left;
  text-align: center;
}
#footer .sp_footer #fixmenu li:nth-child(1) a {
  background: #99100a;
  color: #fff;
  border-right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#footer .sp_footer #fixmenu li:nth-child(1) a:before {
  content: "\F0C9";
  font-family: FontAwesome;
}
#footer .sp_footer #fixmenu li:nth-child(2) a {
  background: #3c1f11;
  color: #d1c0a5;
}
#footer .sp_footer #fixmenu li:nth-child(2) a:before {
  content: "\F0CA";
  font-family: FontAwesome;
}
#footer .sp_footer #fixmenu li:nth-child(4) a {
  background: #3c1f11;
  color: #d1c0a5;
}
#footer .sp_footer #fixmenu li:nth-child(4) a:before {
  content: "\F0F6";
  font-family: FontAwesome;
}
#footer .sp_footer #fixmenu li:nth-child(3) a {
  background: #3c1f11;
  color: #d1c0a5 !important;
}
#footer .sp_footer #fixmenu li:nth-child(3) a:before {
  content: "\F003";
  font-family: FontAwesome;
}
#footer .sp_footer #fixmenu li a {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  display: block;
  padding: 11% 0 8%;
  text-decoration: none;
  position: relative;
  font-size: 84%;
}
#footer .sp_footer #fixmenu li a:before {
  display: block;
  font-size: 180%;
  margin-bottom: 3%;
}
@media only screen and (min-width: 640px) {
  #footer {
    background: #edece9;
  }
  #footer .box_end {
    width: 95%;
    max-width: 1020px;
    margin: auto;
    padding-bottom: 0 !important;
    padding: 13px 0 0;
    border-top: 1px solid #c8c8c8;
    margin-top: 60px;
  }
  #footer .box_end:after {
    content: "";
    display: block;
    height: 20px;
    clear: both;
  }
}
@media only screen and (min-width: 1100px) {
  #footer {
    overflow: hidden;
  }
  #footer .flogo {
    float: left;
  }
  #footer #copyright {
    float: right;
    margin-top: 18px;
    font-size: 92%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  #footer .box_end {
    margin-top: 30px;
    text-align: center;
  }
  #footer .box_end #copyright {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 640px) {
  #footer .box_end {
    margin-top: 2%;
  }
  #footer .box_end .flogo {
    line-height: 1;
    background: #edece9;
    padding: 3% 0;
  }
  #footer .box_end .flogo img {
    margin-left: 2.5%;
    width: 71.33333%;
  }
  #footer .box_end #copyright {
    padding: 5px 0;
    text-align: center;
    font-size: 75%;
  }
}

.menulist {
  display: none;
  line-height: 1;
  padding-bottom: 2%;
}
.menulist .mlogo {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(60%, #ffffff), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#ffffff 60%, #ececec);
  background: -moz-linear-gradient(#ffffff 60%, #ececec);
  background: -o-linear-gradient(#ffffff 60%, #ececec);
  background: linear-gradient(#ffffff 60%, #ececec);
  text-align: center;
  padding: 3% 0;
  margin: 0 auto 1%;
}
.menulist .mlogo img {
  width: 80.625%;
}
.menulist .btn_close {
  text-align: center;
  color: #fff;
  padding: 4% 0;
  background: #434343;
  font-size: 109%;
  cursor: pointer;
}
.menulist .btn_close:after {
  content: "×";
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.menulist ul {
  margin: 1.5% auto;
}
.menulist ul li {
  font-size: 125%;
  margin-bottom: 1%;
}
.menulist ul li:last-child {
  margin-bottom: 0;
}
.menulist ul li.rsv a {
  background: #d81886;
  color: #fff;
  border: 0;
}
.menulist ul li.blank a:after {
  content: "\F08E";
  font-family: FontAwesome;
  margin-left: 8px;
  vertical-align: middle;
}
.menulist ul li a {
  display: block;
  border: 1px solid #b1b1b1;
  padding: 4.5% 15px;
  text-decoration: none;
  position: relative;
}
.menulist ul li a:before {
  content: "\F0DA";
  font-family: FontAwesome;
  font-size: 67%;
  vertical-align: middle;
  margin-right: 7px;
}

.btn_ptop {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 200px;
  height: 0;
  z-index: 10;
  text-align: center;
}
.btn_ptop p {
  height: 0;
  display: inline;
  position: relative;
  left: 580px;
}
@media only screen and (max-width: 1225px) {
  .btn_ptop {
    display: none !important;
  }
}

.con_login {
  display: none;
  position: relative;
  z-index: 1100;
}
.con_login .filter {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1200;
}
.con_login .box_login {
  width: 600px;
  position: fixed;
  z-index: 1300;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -185px;
  background: #fff;
  text-align: center;
  *zoom: 1;
}
.con_login .box_login:after {
  content: "";
  display: table;
  clear: both;
}
.con_login .box_login .st {
  background: #d81886;
  line-height: 1;
  padding: 10px 0;
}
.con_login .box_login .txt {
  margin: 25px 0 10px;
}
.con_login .box_login .btn {
  line-height: 1;
  width: 370px;
  margin: auto;
  font-size: 125%;
}
.con_login .box_login .btn a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
}
.con_login .box_login .btn a:after {
  content: "\F0DA";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
.con_login .box_login .btn.member {
  background: #a28348;
}
.con_login .box_login .btn.member a {
  color: #fff;
}
.con_login .box_login .btn.sign {
  color: #a28348;
  border: 1px solid #a28348;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con_login .box_login .btn.sign a {
  color: #a28348;
}
.con_login .box_login .btn.general {
  background: #690e0e;
}
.con_login .box_login .btn.general a {
  color: #fff;
}
.con_login .box_login .btn + .btn {
  margin-top: 30px;
}
.con_login .box_login .btn_close {
  float: right;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .con_login .box_login {
    width: 95%;
    margin-left: -47.5%;
  }
  .con_login .box_login p:not(.st):not(.btn_close) {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .con_login .box_login .txt {
    text-align: left;
    margin-top: 3%;
    margin-bottom: 1%;
  }
  .con_login .box_login .btn + .btn {
    margin-top: 4%;
  }
  .con_login .box_login .btn_close {
    margin-top: 4%;
    float: none;
    background: #434343;
    color: #fff;
    padding: 3% 0;
  }
}

/* -----------------------------------------------------------
.tbl_basic
----------------------------------------------------------- */
.tbl_basic01 {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tbl_basic01 tr th, .tbl_basic01 tr td {
  padding: 3%;
  border-bottom: 1px dotted #7f7f7f;
  text-align: left;
}
.tbl_basic01 tr th {
  background: #59493f;
  border-bottom: 1px dotted #FFF;
  color: #FFF;
  font-weight: normal;
}
.tbl_basic01 tr td {
  background: #FFF;
}
.tbl_basic01 tr:last-child th, .tbl_basic01 tr:last-child td {
  border-bottom: none;
}

.tbl_basic02 {
  border: 1px dotted #999;
  max-width: 100%;
  width: 100%;
}
.tbl_basic02 tr th, .tbl_basic02 tr td {
  padding: 2%;
  border-bottom: 1px dotted #7f7f7f;
  text-align: left;
}
.tbl_basic02 tr th {
  width: 120px;
  background: #59493f;
  border-bottom: 1px dotted #FFF;
  color: #FFF;
  font-weight: normal;
}
.tbl_basic02 tr td {
  background: #f9f3e9;
}

#footer .con_bn .smile {
  position: relative;
}
#footer .con_bn .smile .staff {
  position: absolute;
  z-index: 0;
  left: 3%;
  top: 5%;
  width: 25%;
}
#footer .con_bn .smile .name {
  position: absolute;
  display: block;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  background: #fff;
  font-size: 84%;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  #footer .con_bn .smile .name {
    font-size: 75%;
  }
}
@media only screen and (max-width: 800px) {
  #footer .con_bn .smile .name {
    font-size: 67%;
  }
}
@media only screen and (max-width: 700px) {
  #footer .con_bn .smile .name {
    font-size: 59%;
  }
}
@media only screen and (max-width: 640px) {
  #footer .con_bn .smile .name {
    font-size: 59%;
  }
}

div[id^="caldiv"] {
  z-index: 100;
}

/* -----------------------------------------------------------
Search box
----------------------------------------------------------- */
.icon_door {
  background: url("../images/common/ic_door_normal.png") no-repeat;
  width: 20px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
}

.icon_desktop {
  background: url("../images/common/ic_desktop_normal.png") no-repeat;
  width: 32px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
}

.box_tab_search {
  max-width: 1020px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .box_tab_search {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 640px) {
  .box_tab_search {
    margin-bottom: 5%;
  }
}
.box_tab_search h3 {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #782626;
  font-size: 250%;
  margin-bottom: .2em;
}
.box_tab_search h3 span {
  font-size: 80%;
  margin-left: .5em;
}
.box_tab_search h4 {
  margin-bottom: .5em;
  font-size: 125%;
  font-weight: normal;
  text-align: left;
}
.box_tab_search h4 .icon {
  color: #782626;
  font-size: 150%;
}
.box_tab_search .tab_item {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 15px;
}
.box_tab_search .tab_item ul li {
  cursor: pointer;
  float: left;
  width: 49.5%;
  margin-right: 1%;
  text-align: center;
  background: #FFF;
  border: 1px solid #8e8e8e;
  font-size: 150%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .4em .2em;
}
@media only screen and (max-width: 640px) {
  .box_tab_search .tab_item ul li {
    width: 100%;
    margin-right: 0;
  }
}
.box_tab_search .tab_item ul li.active {
  cursor: default;
  background: #b9944c;
  color: #FFF;
  position: relative;
  border-color: #b9944c;
}
.box_tab_search .tab_item ul li.active:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #b9944c transparent transparent transparent;
  z-index: 999;
}
.box_tab_search .tab_item ul li.active .icon_door {
  background: url("../images/common/ic_door_active.png") no-repeat;
}
.box_tab_search .tab_item ul li:last-child {
  margin-right: 0;
}
.box_tab_search .tab_item ul li:last-child.active {
  background: #782626;
  border-color: #782626;
}
.box_tab_search .tab_item ul li:last-child.active:before {
  border-color: #782626 transparent transparent transparent;
}
.box_tab_search .tab_item ul li:last-child.active .icon_desktop {
  background: url("../images/common/ic_desktop_active.png") no-repeat;
}
.box_tab_search .tab_item ul li .icon {
  font-size: 109%;
  font-weight: normal;
}
.box_tab_search .tab_content {
  overflow: hidden;
  *zoom: 1;
}
.box_tab_search .tab_content .tab_inner {
  display: none;
  background: #FFF;
  border: 1px solid #8e8e8e;
  padding: 8px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
}
.box_tab_search .tab_content .tab_inner:first-child {
  display: block;
}
.box_tab_search .tab_content ul.select {
  overflow: hidden;
  *zoom: 1;
  width: 73%;
  float: left;
  text-align: left;
}
.box_tab_search .tab_content ul.select li {
  float: left;
  width: 19%;
  padding: .6em 0;
  margin-right: 6%;
}
.box_tab_search .tab_content ul.select li select, .box_tab_search .tab_content ul.select li input {
  padding: .5em .8em .5em .3em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url("../images/common/ic_se.png") no-repeat right center #fff;
}
.box_tab_search .tab_content ul.select li p {
  margin-bottom: .3em;
  font-size: 117%;
  font-weight: bold;
}
.box_tab_search .tab_content ul.select li.name_hotel {
  width: 45%;
}
.box_tab_search .tab_content ul.select li.data {
  width: 21%;
  margin-right: 0;
}
.box_tab_search .tab_content ul.select li.data .obj_btncal {
  width: 90%;
  background: url("../images/common/ic_cal.png") no-repeat 95% center #fff;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .box_tab_search .tab_content ul.select li.data .obj_btncal {
    width: 85%;
  }
}
.box_tab_search .tab_content .btns {
  overflow: hidden;
  *zoom: 1;
  float: left;
  width: 27%;
  border-left: 1px solid #a9a9a9;
  padding: 3em 0 .7em 3%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .box_tab_search .tab_content .btns {
    padding: .7em 0 .7em -1%;
  }
}
.box_tab_search .tab_content .btns li {
  text-align: center;
}
.box_tab_search .tab_content .btns li a {
  text-decoration: none;
  font-size: 100%;
}
@media only screen and (max-width: 1100px) {
  .box_tab_search .tab_content .btns li a {
    font-size: 100%;
  }
}
.box_tab_search .tab_content .btns #obj_btn_sea {
  margin-bottom: 1.2em;
  text-align: center;
}
.box_tab_search .tab_content .btns #obj_btn_sea button, .box_tab_search .tab_content .btns #obj_btn_sea span {
  background: #782626;
  padding: .5em 3em;
  text-align: center;
  display: inline-block;
  color: #FFF;
  font-size: 150%;
  margin: auto;
  border: none;
}
@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .box_tab_search .tab_content .btns #obj_btn_sea button, .box_tab_search .tab_content .btns #obj_btn_sea span {
    padding: .5em 20%;
    display: block;
  }
}
.box_tab_search .tab_content .btns #obj_btn_sea button:hover, .box_tab_search .tab_content .btns #obj_btn_sea span:hover {
  cursor: pointer;
}
