@charset "UTF-8";
.w01, #header, #contents {
  width: 100%;
  margin: 0 auto;
}

.w02, .con_res, .topicpath {
  width: 950px;
  margin: 0 auto;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
    基本設定、リンクカラーなど
----------------------------------------------------------- */

body {
  color: #000;
  font-size: small;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.8;
  background: #fff;
}
body a {
  color: #505050;
}
body a:link {
  text-decoration: underline;
}
body a:visited {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: underline;
}

.linkbox {
  cursor: pointer;
}
img {
  vertical-align: top;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.container::before,
.container::after {
  content: "";
  display: table;
  clear: both;
}

/*
 * "font-awesome" is lisenced under the SIL Open Font License 1.1
 * https://fortawesome.github.io/Font-Awesome
 * http://scripts.sil.org/OFL
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* -----------------------------------------------------------
    #page
----------------------------------------------------------- */
#page {
  width: 100%;
  text-align: left;
}

/* -----------------------------------------------------------
    #header     ヘッダ
----------------------------------------------------------- */
#header {
  background: #f7f5ee;
  border-bottom: 1px solid #c9b08f;
  /*overflow: hidden;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding-bottom: 4px;
  -moz-box-shadow: 0px 2px 3px #c9b08f;
  -webkit-box-shadow: 0px 2px 3px #c9b08f;
  box-shadow: 0px 2px 3px #c9b08f;
}
.con_header .box_logo {
  float: left;
  margin: 10px 15px 0 8px;
}
.con_header .box_menu {
  float: left;
}
.con_header .box_lnkright {
  float: right;
  margin: 5px 0;
}
.con_header .box_hnav {
  overflow: hidden;
  margin: 5px 0 5px 10px;
}
.con_header .box_hnav ul {
  float: left;
}
.con_header .box_hnav ul li {
  display: inline;
  color: #a57a43;
  margin-right: 15px;
  line-height: 1.3;
}
.con_header .box_hnav ul li a {
  color: #a57a43;
}
.con_header .box_hnav ul li a:hover {
  text-decoration: underline;
  color: #221815;
}
.con_header .box_hnav .wrp_login li.txt_welcome span {
  font-weight: bold;
  font-size: 110%;
}
.con_header .box_hnav #hnav {
  float: right;
  margin: 4px 16px 0 0;
}
.con_header .box_hnav #hnav li {
  display: inline;
  color: #a57a43;
}
.con_header .box_hnav #hnav li a {
  color: #a57a43;
  font-size: 90%;
  line-height: 18px;
  background: url(../images/common/ic_tri.gif) no-repeat center left;
  padding-left: 11px;
}
.con_header .box_lnkright .lnk_top{
  float: right;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 6px;
}
.con_header .box_lnkright .wrp_fb {
  float: right;
  width: 125px;
  margin: 2px 5px 0 0;
}
.con_header .box_lnkright .wrp_fb iframe {
  float: left;
}
.con_header .box_lnkright .btn_en {
  float: right;
  width: 160px;
}
.con_header .box_lnkright .btn_en a {
  overflow: hidden;
  text-indent: -9999em;
  display: block;
  height: 19px;
  background: url("../images/header/bt_eng.jpg") no-repeat center top;
}
.con_header .box_lnkright .btn_en a:hover {
  background-position: center bottom;
}
.hnav_lan {
  float: right;
  width: 48%;
  max-width: 162px;
  position: relative;
  padding: 0;
}
.hnav_lan #btn_lanav {
  border: 1px solid #a57a44;
  border-radius: 4px;
  color: #a57a44;
  line-height: 1.7;
  cursor: pointer;
}
#homepage .hnav_lan #btn_lanav {
  border: 1px solid #fff;
  color: #fff;
}
#homepage .fixed .hnav_lan #btn_lanav {
  border: 1px solid #a57a44;
  color: #a57a44;
}
.hnav_lan #btn_lanav:hover {
  cursor: pointer;
}
.hnav_lan #btn_lanav i {
  color: #a57a44;
  padding: 0 6px;
  vertical-align: middle;
}
#homepage .hnav_lan #btn_lanav i {
  color: #fff;
}
#homepage .fixed .hnav_lan #btn_lanav i {
  color: #a57a44;
}
.hnav_lan #btn_lanav span {
    display: inline-block;
    border-left: 1px solid #a57a44;
    text-align: center;
    padding: 1px 0 0 30px;
}
@media screen and (max-width: 1200px) {
  .hnav_lan #btn_lanav span {
      padding-left: 5px;
      font-size: 75%;
  }
}

#homepage .hnav_lan #btn_lanav span {
    border-left: 1px solid #fff;
}
#homepage .fixed .hnav_lan #btn_lanav span {
    border-left: 1px solid #a57a44;
}
.hnav_lan .nav_lang {
  display: none;
  clear: both;
  position: absolute;
  z-index: 1001;
  top: auto;
  left: 0;
  width: 100%;
  max-width: 162px;
  background: #000;
  padding: 0;
  background: #fff;
  opacity: 0.9;
}

.hnav_lan .nav_lang ul li {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #a57a44;
}
#homepage .hnav_lan .nav_lang ul li {
  border-bottom: 1px solid #35373d;
}
#homepage .fixed .hnav_lan .nav_lang ul li {
  border-bottom: 1px solid #a57a44;
}

.hnav_lan .nav_lang ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 6px 0px 3px;
  transition: 0.6s ease-out;
}

.hnav_lan .nav_lang ul li a:hover {
  background: #a57a44;
  color: #fff;
}
#homepage .hnav_lan .nav_lang ul li a:hover {
  background: #222;
}
#homepage .fixed .hnav_lan .nav_lang ul li a:hover {
  background: #a57a44;
}
.box_lnkright .lnk_bottom {
  text-align: center;
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.box_lnkright .lnk_bottom .lnk_bestrate {
  clear: both;
  float: right;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #6f4a1b), color-stop(0, #a57a44));
  background: -webkit-linear-gradient(#a57a44, #6f4a1b);
  background: -moz-linear-gradient(#a57a44, #6f4a1b);
  background: -o-linear-gradient(#a57a44, #6f4a1b);
  background: -ms-linear-gradient(#a57a44, #6f4a1b);
  background: linear-gradient(#a57a44, #6f4a1b);
  float:left;
  margin:  0 10px 0 0 ;  
  width: 162px;
  height: 40px;
}
.box_lnkright .lnk_bottom .lnk_bestrate a {
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 12px;
  padding-top: .4em;
}
.box_lnkright .gnav_res {
  cursor: pointer;
  float: right;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #310f07), color-stop(0, #802611));
  background: -webkit-linear-gradient(#802611, #310f07);
  background: -moz-linear-gradient(#802611, #310f07);
  background: -o-linear-gradient(#802611, #310f07);
  background: -ms-linear-gradient(#802611, #310f07);
  background: linear-gradient(#802611, #310f07);
}
.box_lnkright .lnk_bottom .lnk_bestrate a span {
  display: block;
  font-size: 8px;
  margin-top: -.5em;
}
.box_lnkright .lnk_bottom .gnav_res {
  width: 162px;
  height: 40px;
  float: right;
  font-size: 15px;
  color: #fff;
  display: block;
  vertical-align: middle;
}
.box_lnkright .lnk_bottom .gnav_res span {
  display: block;
  font-size: 8px;
  margin-top: -.5em;
}
.con_header .box_lnkright .lnk_bottom :hover {

    background: #3f3933 none repeat scroll 0 0;

}
/* -----------------------------------------------------------
    .con_header  .gnav_con     ナビ
----------------------------------------------------------- */
.con_header .box_menu .box_mainmenu_2 {
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.con_header .box_menu .box_mainmenu_2 ul {
  text-align: center;
  overflow: hidden;
}
.con_header .box_menu .box_mainmenu_2 ul li {
  float: left;
  margin-top: 0;
  border-right: solid 1px #b49163;
}
.con_header .box_menu .box_mainmenu_2 ul li:first-child {
  border-left: solid 1px #b49163;
}
.con_header .box_menu .box_mainmenu_2 ul li a {
  text-decoration: none;
  display: block;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
}
.con_header .box_menu .box_mainmenu_2 ul li a:hover {
  background-color: #dcd1c4;
}
.con_header .box_menu .box_mainmenu_2 ul li a span {
  display: block;
  font-size: 9px;
  color: #a57a43;
  margin-top: -.8em;
}

/* -----------------------------------------------------------
    .con_header  .gnav_con     ナビ
----------------------------------------------------------- */
.box_mainmenu {
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.box_mainmenu ul {
  overflow: hidden;
}
.box_mainmenu ul li {
  float: left;
  border-right: solid 1px #b49163;
}
.box_mainmenu ul li:first-child {
  border-left: solid 1px #b49163;
}
.box_mainmenu ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
}
.box_mainmenu ul li a span {
  display: block;
  color: #b49163;
  font-size: 9px;
  margin-top: -.8em;
}
.box_mainmenu ul li a:hover {
  opacity: .5;
}

/* -----------------------------------------------------------
    #contents       コンテンツ
----------------------------------------------------------- */
#contents {
  overflow: hidden;
  margin: 86px auto 0px;
  padding-top: 10px;
  min-width: 950px;
}

/*  .con_title ページタイトル
----------------------------------------------------------- */
.con_title {
  margin-bottom: 16px;
  width: 100%;
  margin: 0 auto 49px;
  overflow: hidden;
  position: relative;
}

.con_title h2 {
  margin: 0 auto;
  width: 950px;
  padding: 3px 0 0;
}

.con_title .img_title {
  width: 1605px;
  margin: 0 auto 0 -803px;
  position: absolute;
  left: 50%;
  top: 63px;
}

.con_title.sub {
  width: 100%;
  margin: 0 auto 49px;
  overflow: hidden;
  position: relative;
}

.con_title.sub .title_inner {
  width: 950px;
  margin: 0 auto 15px;
  overflow: hidden;
}

.con_title.sub .title_inner h2 {
  color: #554e4e;
  margin: 0 auto;
  font-size: 38px;
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.con_title.sub .title_inner h2 span {
  color: #a57a43;
  font-size: 20px;
  margin-left: 15px;
  vertical-align: middle;
  font-weight: normal;
}

.con_title.sub .img_title {
  width: 2000px;
  margin: 0 auto 0 -1000px;
  position: relative;
  left: 50%;
  top: 0;
}

.con_title.sub .img_title img {
  width: 100%;
}

/*----------------------------------------------------
  .con_err
----------------------------------------------------*/
.con_err h3 {
  margin: 0 auto;
  width: 950px;
}

/*----------------------------------------------------
  .con_res
----------------------------------------------------*/
.con_res {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 100;
}
.con_res #wrap_res {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.con_res .box_res {
  display: none;
  position: relative;
  min-height: 680px;
  background: url(../images/common/bg_res.png) repeat top left;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.con_res .ic_close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.con_res .box_res01 {
  margin-bottom: 10px;
}
.con_res .box_res01 .wrp_br {
  width: 670px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 78px;
  margin-bottom: 25px;
}
.con_res .box_res01 h2 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 45px;
}
.con_res .box_res01 .img_br {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.con_res .box_res01 .txt_br {
  background: url(../images/common/bg_br.png) no-repeat top center;
  font-weight: bold;
  font-size: 20px;
  color: #d0121b;
  text-align: center;
  padding-bottom: 22px;
  line-height: 2;
}
.con_res .box_res01 #wrp_res {
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
}
.con_res .box_res01 #wrp_res .img_cap {
  display: inline-block;
  width: 230px;
  height: 230px;
  position: relative;
  margin-left: 43px;
  cursor: pointer;
}
.con_res .box_res01 #wrp_res .img_cap:first-child {
  margin-left: 0;
}
.con_res .box_res01 #wrp_res .img_cap img {
  width: 230px;
  height: 230px;
}
.con_res .box_res01 #wrp_res .img_cap .description {
  width: 230px;
  height: 230px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: #252525;
  font-size: 13px;
  color: #FFF;
  height: 100%;
}
.con_res .box_res01 #wrp_res .img_cap .description a {
  color: #FFF;
  text-decoration: none;
}
.con_res .box_res01 #wrp_res .img_cap .description span {
  font-size: 120%;
  display: block;
  letter-spacing: 2px;
  font-weight: bold;
}
.con_res .box_res01 #wrp_res .img_cap .description p {
  font-size: 90%;
}
.con_res .box_res01 #wrp_res .img_cap .description_content {
  padding: 20px;
}
.con_res .box_res02,
.con_res .box_res03 {
  overflow: hidden;
}

.con_res .box_res02.scroll{
  overflow-y: auto;
}

.con_res .box_res02 h2,
.con_res .box_res03 h2 {
  padding-top: 36px;
  margin-bottom: 10px;
}
.con_res .box_res02 .txt_lead,
.con_res .box_res03 .txt_lead {
    margin: 0px 0 0 50px;
    color: #505050;
    font-size: 130%;
}
.con_res .box_res02 .wrp_map,
.con_res .box_res03 .wrp_map {
  margin: 0 12px 0 0;
  padding: 0px 0 0 50px;
  width: 589px;
  min-height: 680px;
  float: left;
  background: url(../images/common/bg_map.png) no-repeat top 150px right -8px;
  position: relative;
  overflow: hidden;
}
/*法人予約*/
.con_res .box_res04 .wrp_map {
  margin: 0 12px 0 0;
  padding: 0px 0 0 50px;
  width: 589px;
  min-height: 500px;
  float: left;
  background: url(../images/common/bg_map.png) no-repeat top 0px right -8px;
  position: relative;
  overflow: hidden;
}
.con_res .box_res02 .wrp_map ul,
.con_res .box_res03 .wrp_map ul {
  float: left;
  width: 300px;
}
.con_res .box_res02 .wrp_map ul:first-child,
.con_res .box_res03 .wrp_map ul:first-child {
  width: 130px;
}
.con_res .box_res02 .wrp_map ul li,
.con_res .box_res03 .wrp_map ul li {
  cursor: pointer;
}
.con_res .box_res02 .wrp_map ul li span,
.con_res .box_res03 .wrp_map ul li span {
  display: block;
  padding-left: 12px;
  color: #a57a43;
  font-size: 26px;
  font-size: 120%;
  font-weight: bold;
}
.con_res .box_res .wrp_map ul .spot01 span {
  background: url(../images/common/img_arrow01.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot02 span {
  background: url(../images/common/img_arrow02.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot03 span {
  background: url(../images/common/img_arrow03.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot04 span {
  background: url(../images/common/img_arrow04.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot05 span {
  background: url(../images/common/img_arrow05.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot06 span {
  background: url(../images/common/img_arrow06.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot07 span {
  background: url(../images/common/img_arrow07.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot08 span {
  background: url(../images/common/img_arrow08.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot09 span {
  background: url(../images/common/img_arrow09.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot10 span {
  background: url(../images/common/img_arrow10.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot11 span {
  background: url(../images/common/img_arrow11.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot12 span {
  background: url(../images/common/img_arrow12.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot13 span {
  background: url(../images/common/img_arrow08.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot14 span {
  background: url(../images/common/img_arrow07.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot15 span {
  background: url(../images/common/img_arrow07.png) no-repeat left center;
  font-size: 14px;
  line-height: 1.5;
}
.con_res .box_res .wrp_map ul .spot16 span {
  background: url(../images/common/img_arrow03.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot17 span {
  background: url(../images/common/img_arrow03.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot18 span {
  background: url(../images/common/img_arrow08.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot19 span {
  background: url(../images/common/img_arrow08.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot20 span {
  background: url(../images/common/img_arrow08.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot21 span {
  background: url(../images/common/img_arrow08.png) no-repeat left center;
}
.con_res .box_res .wrp_map ul .spot22 span {
  background: url(../images/common/img_arrow04.png) no-repeat left center;
}
.con_res .box_res02 .wrp_map ul li .map_area,
.con_res .box_res03 .wrp_map ul li .map_area {
  position: absolute;
}
.con_res .box_res02 .wrp_map ul li .map_area .img_spot,
.con_res .box_res03 .wrp_map ul li .map_area .img_spot {
  position: absolute;
  top: -167px;
  left: -59px;
}
.con_res .box_res02 .wrp_map ul li.spot01 .map_area,
.con_res .box_res03 .wrp_map ul li.spot01 .map_area {
  top: 406px;
  left: 513px;
}
.con_res .box_res02 .wrp_map ul li.spot02 .map_area,
.con_res .box_res03 .wrp_map ul li.spot02 .map_area {
  top: 425px;
  left: 448px;
}
.con_res .box_res02 .wrp_map ul li.spot03 .map_area,
.con_res .box_res03 .wrp_map ul li.spot03 .map_area {
  top: 456px;
  left: 506px;
}
.con_res .box_res02 .wrp_map ul li.spot04 .map_area,
.con_res .box_res03 .wrp_map ul li.spot04 .map_area {
  top: 474px;
  left: 545px;
}
.con_res .box_res02 .wrp_map ul li.spot05 .map_area,
.con_res .box_res03 .wrp_map ul li.spot05 .map_area {
  top: 503px;
  left: 447px;
}
.con_res .box_res02 .wrp_map ul li.spot06 .map_area,
.con_res .box_res03 .wrp_map ul li.spot06 .map_area {
  top: 493px;
  left: 400px;
}
.con_res .box_res02 .wrp_map ul li.spot07 .map_area,
.con_res .box_res03 .wrp_map ul li.spot07 .map_area {
  top: 512px;
  left: 379px;
}
.con_res .box_res02 .wrp_map ul li.spot08 .map_area,
.con_res .box_res03 .wrp_map ul li.spot08 .map_area {
  top: 459px;
  left: 211px;
}
.con_res .box_res02 .wrp_map ul li.spot09 .map_area,
.con_res .box_res03 .wrp_map ul li.spot09 .map_area {
  top: 447px;
  left: 126px;
}
.con_res .box_res02 .wrp_map ul li.spot10 .map_area,
.con_res .box_res03 .wrp_map ul li.spot10 .map_area {
  top: 447px;
  left: 141px;
}
.con_res .box_res02 .wrp_map ul li.spot11 .map_area,
.con_res .box_res03 .wrp_map ul li.spot11 .map_area {
  top: 502px;
  left: 117px;
}
.con_res .box_res02 .wrp_map ul li.spot12 .map_area,
.con_res .box_res03 .wrp_map ul li.spot12 .map_area {
  top: 502px;
  left: 132px;
}
.con_res .box_res02 .wrp_map ul li.spot13 .map_area,
.con_res .box_res03 .wrp_map ul li.spot13 .map_area {
  top: 502px;
  left: 197px;
}
.con_res .box_res02 .wrp_map ul li.spot14 .map_area,
.con_res .box_res03 .wrp_map ul li.spot14 .map_area {
  top: 465px;
  left: 312px;
}
.con_res .box_res02 .wrp_map ul li.spot15 .map_area,
.con_res .box_res03 .wrp_map ul li.spot15 .map_area {
  top: 462px;
  left: 304px;
}
.con_res .box_res02 .wrp_map ul li.spot16 .map_area,
.con_res .box_res03 .wrp_map ul li.spot16 .map_area {
  top: 462px;
  left: 493px;
}
.con_res .box_res02 .wrp_map ul li.spot17 .map_area,
.con_res .box_res03 .wrp_map ul li.spot17 .map_area {
  top: 459px;
  left: 502px;
}
.con_res .box_res02 .wrp_map ul li.spot18 .map_area,
.con_res .box_res03 .wrp_map ul li.spot18 .map_area {
  top: 459px;
  left: 199px;
}
.con_res .box_res02 .wrp_map ul li.spot19 .map_area,
.con_res .box_res03 .wrp_map ul li.spot19 .map_area {
  top: 467px;
  left: 334px;
}
.con_res .box_res02 .wrp_map ul li.spot20 .map_area,
.con_res .box_res03 .wrp_map ul li.spot20 .map_area {
  top: 465px;
  left: 290px;
}
.con_res .box_res02 .wrp_map ul li.spot21 .map_area,
.con_res .box_res03 .wrp_map ul li.spot21 .map_area {
  top: 459px;
  left: 318px;
}
.con_res .box_res02 .wrp_map ul li.spot22 .map_area,
.con_res .box_res03 .wrp_map ul li.spot22 .map_area {
  top: 444px;
  left: 502px;
}
/*法人予約 start*/
.box_res04{
  min-height: 650px !important;
}
.con_res .box_res04 .wrp_map ul li.spot01 .map_area {
  top: 255px;
  left: 513px;
}
.con_res .box_res04 .wrp_map ul li.spot02 .map_area {
  top: 294px;
  left: 448px;
}
.con_res .box_res04 .wrp_map ul li.spot03 .map_area {
  top: 305px;
  left: 506px;
}
.con_res .box_res04 .wrp_map ul li.spot04 .map_area {
  top: 323px;
  left: 545px;
}
.con_res .box_res04 .wrp_map ul li.spot05 .map_area {
  top: 352px;
  left: 447px;
}
.con_res .box_res04 .wrp_map ul li.spot06 .map_area {
  top: 342px;
  left: 400px;
}
.con_res .box_res04 .wrp_map ul li.spot07 .map_area {
  top: 361px;
  left: 379px;
}
.con_res .box_res04 .wrp_map ul li.spot08 .map_area {
  top: 308px;
  left: 211px;
}
.con_res .box_res04 .wrp_map ul li.spot09 .map_area {
  top: 296px;
  left: 126px;
}
.con_res .box_res04 .wrp_map ul li.spot10 .map_area {
  top: 296px;
  left: 141px;
}
.con_res .box_res04 .wrp_map ul li.spot11 .map_area {
  top: 351px;
  left: 117px;
}
.con_res .box_res04 .wrp_map ul li.spot12 .map_area {
  top: 351px;
  left: 132px;
}
.con_res .box_res04 .wrp_map ul li.spot13 .map_area {
  top: 351px;
  left: 197px;
}
.con_res .box_res04 .wrp_map ul li.spot14 .map_area {
  top: 312px;
  left: 312px;
}
.con_res .box_res04 .wrp_map ul li.spot15 .map_area {
  top: 311px;
  left: 304px;
}
.con_res .box_res04 .wrp_map ul li.spot16 .map_area {
  top: 311px;
  left: 493px;
}
.con_res .box_res04 .wrp_map ul li.spot17 .map_area {
  top: 308px;
  left: 502px;
}
.con_res .box_res04 .wrp_map ul li.spot18 .map_area {
  top: 308px;
  left: 199px;
}
/*法人予約 end*/
.con_res .box_res02 .wrp_map .btn_ent {
  margin: 0 auto;
  position: absolute;
  left: 55%;
  bottom: 8%;
}
.con_res .box_res02 .wrp_map .btn_ent a {
  display: inline-block;
  padding: 18px 48px;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  color: #FFF;
  background: url(../images/common/btn_ent.png) no-repeat top left;
}
.con_res .box_res02 .wrp_search,
.con_res .box_res03 .wrp_search {
  width: 265px;
  float: left;
  margin-top: 20px;
}
.con_res .box_res02 .wrp_search .search,
.con_res .box_res03 .wrp_search .search {
  width: 227px;
  height: 269px;
  padding: 25px 19px;
  background: url(../images/common/bg_search.png) repeat-x top left;
  color: #FFF;
  font-weight: bold;
  font-size: 95%;
}
.con_res .box_res02 .wrp_search .search form,
.con_res .box_res03 .wrp_search .search form {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
}
.con_res .box_res02 .wrp_search .search form span,
.con_res .box_res03 .wrp_search .search form span {
  font-size: 120%;
  display: block;
  margin-bottom: 3px;
}
.con_res .box_res02 .wrp_search .search form select,
.con_res .box_res03 .wrp_search .search form select {
  padding: 2px 0;
  margin: 0 1px 0 0;
}
.con_res .box_res02 .wrp_search .search form select.obj_yado_id {
  width: 220px;
}
.con_res .box_res02 .wrp_search .search form .wrap_sea,
.con_res .box_res03 .wrp_search .search form .wrap_sea {
  margin-bottom: 22px;
  overflow: hidden;
}
.con_res .box_res02 .wrp_search .search form .wrap_sea img,
.con_res .box_res03 .wrp_search .search form .wrap_sea img {
  vertical-align: middle;
  margin-left: 2px;
}
.con_res .box_res02 .wrp_search .search form .btn_submit,
.con_res .box_res03 .wrp_search .search form .btn_submit {
  width: 220px;
  margin: 0 auto;
  height: 36px;
  background: url(../images/common/ic_arrow02.png) no-repeat 80px center #c11a20;
  border: 2px solid #FFF;
  color: #FFF;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
}
.btn_submit {
  cursor: pointer;
}
.con_res .box_res02 .wrp_search .search form #caldiv1,
.con_res .box_res03 .wrp_search .search form #caldiv1 {
  display: block;
}
.con_res .box_res02 .wrp_search .search form #caldiv1 table,
.con_res .box_res03 .wrp_search .search form #caldiv1 table {
  border: 1px solid #b8492c !important;
}
.con_res .box_res02 .wrp_search .search form #caldiv1 table:first-child tr td,
.con_res .box_res03 .wrp_search .search form #caldiv1 table:first-child tr td {
  background: #b8492c !important;
}
.con_res .box_res02 .wrp_search .search form #caldiv1 table:first-child tr td::selection,
.con_res .box_res03 .wrp_search .search form #caldiv1 table:first-child tr td::selection {
  background: #b8492c !important;
}
.con_res .box_res02 .wrp_search .search form #caldiv1 table:first-child a:hover,
.con_res .box_res03 .wrp_search .search form #caldiv1 table:first-child a:hover {
  background: #b8492c !important;
  color: black !important;
}
.con_res .box_res02 .wrp_search .search form #caldiv1 table:nth-child(2),
.con_res .box_res03 .wrp_search .search form #caldiv1 table:nth-child(2) {
  border-bottom: none !important;
}
.con_res .box_res02 .wrp_search .btn_mem,
.con_res .box_res03 .wrp_search .btn_mem {
  overflow: hidden;
}
.con_res .box_res02 .wrp_search .btn_mem li,
.con_res .box_res03 .wrp_search .btn_mem li {
  float: right;
  margin-left: 15px;
}
.con_res .box_res02 .wrp_search .btn_mem li a,
.con_res .box_res03 .wrp_search .btn_mem li a {
  color: #a47a43;
  text-decoration: none;
  background: url(../images/common/ic_arrow.png) no-repeat center left;
  padding-left: 10px;
}
.con_res .box_res02 .wrp_search #btn_link {
  margin-top: 20px;
  position: relative;
}
.con_res .box_res02 .wrp_search #btn_link li {
  position: absolute;
  top: 0;
  display: none;
}
.con_res .box_res02 .wrp_search #btn_link li a {
  font-size: 12px;
  width: 248px;
  min-height: 60px;
  padding: 10px;
  display: block;
  text-decoration: none;
  background: #eae7da;
  overflow: hidden;
}
.con_res .box_res02 .wrp_search #btn_link li a .img {
  float: left;
  width: 75px;
}
.con_res .box_res02 .wrp_search #btn_link li a .txt {
  float: right;
  width: 165px;
  font-size: 11px;
}
.con_res .box_res02 .wrp_search #btn_link li a .txt span {
  font-size: 14px;
  display: inline;
}
.con_res .box_res02 .wrp_search #btn_link li a .long_txt {
  font-size: 10px;
  margin-bottom: 9px;
}
.con_res .box_res02 .wrp_search #btn_link li a .long_txt span {
  font-size: 11px;
  margin-bottom: 5px;
}
.con_res .box_res02 .wrp_search #btn_link li a .btn {
  background: url(../images/common/btn_hp.png) no-repeat top right;
  text-align: center;
  font-size: 14px;
  width: 164px;
  color: #FFF;
  padding: 3px 0;
  margin-top: 4px;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="09350001"] a .btn {
  background: url(../images/common/btn_hp01.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="20350004"] a .btn {
  background: url(../images/common/btn_hp02.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="13350003"] a .btn {
  background: url(../images/common/btn_hp03.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="12350012"] a .btn {
  background: url(../images/common/btn_hp04.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="22350005"] a .btn {
  background: url(../images/common/btn_hp05.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="23350006"] a .btn {
  background: url(../images/common/btn_hp06.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="24350007"] a .btn {
  background: url(../images/common/btn_hp07.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="29350022"] a .btn {
  background: url(../images/common/btn_hp07.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="34350008"] a .btn {
  background: url(../images/common/btn_hp08.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="34350024"] a .btn {
  background: url(../images/common/btn_hp08.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="40350011"] a .btn {
  background: url(../images/common/btn_hp09.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="40350014"] a .btn {
  background: url(../images/common/btn_hp10.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="43350009"] a .btn {
  background: url(../images/common/btn_hp11.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="43350010"] a .btn {
  background: url(../images/common/btn_hp12.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="13350019"] a .btn {
  background: url(../images/common/btn_hp03.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li[rel="13350020"] a .btn {
  background: url(../images/common/btn_hp03.png) no-repeat top right;
}
.con_res .box_res02 .wrp_search #btn_link li a span {
  font-size: 16px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: 5px;
}
.con_res .box_res03 .wrp_map ul li a {
  color: #a47a43;
  text-decoration: none;
}
.con_res .box_res03 .wrp_map .btn_com {
  margin: 0 auto;
  position: absolute;
  left: 35%;
  bottom: 1%;
}
.con_res .box_res03 .wrp_map .btn_com a {
  display: inline-block;
  padding: 18px 26px;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  color: #FFF;
  background: url(../images/common/btn_com.png) no-repeat top left;
}

/*  .topicpath      パンクズ
----------------------------------------------------------- */
.topicpath {
  color: #a47a43;
  margin: 20px auto 10px;
  font-size: 90%;
}
.topicpath li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.topicpath li a {
  color: #a47a43;
  padding-right: 15px;
  background: url(../images/common/ic_topicpath.png) center right 3px no-repeat;
}

/* -----------------------------------------------------------
    .btn_ptop   PAGE TOPボタン
----------------------------------------------------------- */
#contents .btn_ptop {
  text-align: right;
  clear: both;
}

/* -----------------------------------------------------------
    #footer     フッタ
----------------------------------------------------------- */
#footer {
  clear: both;
  overflow: hidden;
  width: 100%;
  min-width: 950px;
  background-color: #fcfbf7;
  margin-top: 40px;
}

#footer .con_fnav {
  clear: both;
  overflow: hidden;
  width: 100%;
  background-color: #f7f5ee;
  padding: 24px 0;
}

#footer .con_fnav #fnav {
  width: 950px;
  margin: 0 auto;
}

#footer .con_fnav #fnav ul {
  clear: both;
  overflow: hidden;
}

#footer .con_fnav #fnav ul li {
  float: left;
  margin-left: 40px;
}

#footer .con_fnav #fnav ul li:first-child {
  margin-left: 0;
}

#footer .con_fnav #fnav ul li a {
  display: block;
  margin-bottom: 16px;
  font-size: 0.9em;
}

#footer .con_fnav #lang {
  width: 950px;
  margin: 5px auto 0 auto;
}
#footer .con_fnav #lang ul {
  display: flex;
  justify-content: center;
}
#footer .con_fnav #lang ul li {
  margin-left: 1em;
  padding-right: 1em;
  border-right: 1px #505050 solid;
}
#footer .con_fnav #lang ul li:last-child {
  margin-right: 0;
  border-right: 0;
}

#footer .con_address {
  clear: both;
  overflow: hidden;
  width: 950px;
  margin: 0 auto;
  padding: 24px 0 64px;
  text-align: right;
}

#footer .con_address .box_logo {
  float: left;
}
#footer .con_address .box_logo a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 14px;
}
#footer .con_address .box_logo a img {
  vertical-align: bottom;
  margin-right: 20px;
}

#footer .con_address .box_copy {
  margin-top: 8px;
  font-family: "Times New Roman",Times,Garamond,Georgia,serif;
}

/* -----------------------------------------------------------
    footer list hotel
----------------------------------------------------------- */
.con_list_hotel {
  background-color: #eee8d6;
  padding: 4em 0 3em;
}
.con_list_hotel .ttl_list {
  text-align: center;
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.con_list_hotel .ttl_list em {
  border-bottom: dotted 1px #000;
  font-size: 30px;
  font-weight: normal;
  color: #a57a43;
}
.con_list_hotel .ttl_list span.sub {
  display: block;
  margin-top: .3em;
  margin-bottom: 2em;
  font-weight: normal;
}
.con_list_hotel .container_sm {
  width: 950px;
  margin: 0 auto;
}
.con_list_hotel .box_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con_list_hotel .box_list .item {
  width: 32.5%;
  background-color: #fff;
  border-top: solid 2px #a57a43;
  padding: 1em 0;
  margin-bottom: 1em;
}
.con_list_hotel .box_list .item .st {
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: .5em;
  padding: 0 .5em;
  line-height: 2;
  font-size: 20px;
}
.con_list_hotel .box_list .item .lst li {
  display: block;
}
.con_list_hotel .box_list .item .lst li a {
  color: #a57a43;
  text-decoration: none;
  padding-left: 15px;
}
.con_list_hotel .box_list .item .lst li a span {
  padding-left: 2em;
}
.con_list_hotel .box_list .item .lst li a:before {
  content: "\f0da";
  font-family: FontAwesome;
}
.con_list_hotel .box_list .item .lst li a:hover {
  color: #3f3933;
}

/* -----------------------------------------------------------
    Table       表設定
----------------------------------------------------------- */
table.tbl_basic {
  border-top: 1px solid #a47a43;
}
table.tbl_basic th, table.tbl_basic td {
  padding: 15px 10px;
  border-bottom: 1px solid #a47a43;
  text-align: left;
}
table.tbl_basic th {
  font-weight: normal;
}


@media screen and (min-width: 768px) and (max-width: 1200px){
  .container{
    width: 96%;
  }
  #contents{
    min-width: 100%;
  }
  /*header*/
  .con_header .box_menu{
    width: 62%;
  }
  .con_header .box_mainmenu ul li a,.box_mainmenu_2 ul li a {
    background-size: 570px auto;
  }
  .con_header .box_mainmenu ul li,.box_mainmenu_2 ul li{
    height: 36.5px;
    overflow: hidden;
  }
  .con_header .box_lnkright{
    width: 30%;
  }
  .con_header .box_lnkright .btn_en{
    width: 124px;
  }
  .con_header .box_lnkright .btn_en a{
    width: 100%;
    background-size: 100% auto;
  }
  .box_mainmenu_2 li{
    height: 24.5px;
  }
  #footer .con_fnav #fnav{
    width: 96%;
  }
  #footer .con_fnav #fnav ul li{
    margin-left: 12px;
  }
  #footer .con_address{
    width: 96%;
  }
  .w02, .con_res, .topicpath{
    width: 96%;
  }
  #footer{
    min-width: 100%;
  }
  .con_header .box_lnkright .btn_en a:hover {
    background-position: center bottom;
  }
  #footer .con_address {
    padding: 24px 0 30px;
  }
  #footer .con_address .box_logo a img {
    width: 50%;
  }
  #footer .con_address .box_copy {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px){
  .con_header .box_hnav ul li{
    margin-right: 10px;
  }
  .con_header .box_mainmenu ul li a,.con_header .box_menu .box_mainmenu_2 ul li a{
    background-size: 400px auto;
    height: 26px;
    padding-top: 0;
    font-size: 100%;
  }
  .con_header .box_mainmenu ul li a span,.con_header .box_menu .box_mainmenu_2 ul li a span{
    font-size: 60%;
    line-height: 2.25;
  } 
  .con_header .box_lnkright .wrp_fb {
    width: 94px;
  }
  .con_header .box_menu {
    width: 63%;
  }
  .con_header .box_lnkright {
    width: 26%;
  }
  .box_lnkright .lnk_bottom .lnk_bestrate,
  .box_lnkright .lnk_bottom .gnav_res {
    width: 100%;
    height: 32px;
  }
  .box_lnkright .lnk_bottom .lnk_bestrate
   {
    float: none;
    margin: 5px 0;
  }
  .box_lnkright .lnk_bottom .lnk_bestrate a span,
  .box_lnkright .lnk_bottom .gnav_res span {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 975px){
  .con_list_hotel .container_sm {
    width: 96%;
  }
  .con_list_hotel .box_list .item {
    width: 49%;
  }  
  .con_res .box_res01 #wrp_res .img_cap {
    margin-left: 10px;
  }  
  .con_res .box_res01 #wrp_res .img_cap:first-child {
    margin-left: 10px;
  }
}