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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.con_title .page_title, .con_title .topicpath, .con_form-sp, .lower .con_main_catch .box_catch, .con_page_link, #footer .wrp_footer .con_footer, #footer .con_group h4, #footer .con_group .box_group, #menuList .inner .nav_manu li a {
  max-width: 1120px;
  margin: auto;
}
@media only screen and (max-width: 1119px) {
  .con_title .page_title, .con_title .topicpath, .con_form-sp, .lower .con_main_catch .box_catch, .con_page_link, #footer .wrp_footer .con_footer, #footer .con_group h4, #footer .con_group .box_group, #menuList .inner .nav_manu li a {
    width: 91.66667%;
  }
}

.con_form-sp .wrap_day:after {
  content: "";
  display: table;
  clear: both;
}

/* font-awesome */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.85;
}

body {
  color: #141414;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 93%;
  }
}
body a {
  color: #814c22;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #814c22;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1120px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1120px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1119px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header .con_header {
  max-width: 1180px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 20px 0 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #header .con_header {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header {
    padding: 0;
  }
}
#header .con_header h1 {
  position: absolute;
  left: 30px;
  bottom: 15px;
  line-height: 1.5;
  font-size: 86%;
  font-weight: 100;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #header .con_header h1 {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header h1 {
    font-size: 72%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #header .con_header h1 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header h1 {
    margin-bottom: 3%;
  }
}
#header .con_header h1 em {
  display: none;
}
@media only screen and (max-width: 1119px) {
  #header .con_header h1 {
    position: static;
    display: block;
    padding: .2em .5em;
    color: #fff;
    background: #828d0a;
  }
  #header .con_header h1 br {
    display: none;
  }
  #header .con_header h1 em {
    display: inline;
  }
}
#header .con_header .logo {
  float: left;
}
@media only screen and (max-width: 767px) {
  #header .con_header .logo {
    float: none;
    margin: auto;
    width: 27.1875%;
    margin-bottom: 3%;
  }
}
#header .con_header .box_header {
  float: right;
  letter-spacing: -.4em;
  text-align: right;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #header .con_header .box_header {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header {
    margin-top: 0;
  }
}
#header .con_header .box_header .box_tel {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 20px;
}
#header .con_header .box_header .box_tel .wifi {
  display: inline-block;
  background: #f8f2e8;
  padding: 0 .8em;
}
#header .con_header .box_header .box_tel .wifi:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
}
#header .con_header .box_header .box_tel .txt_tel {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 108%;
}
#header .con_header .box_header .box_tel .txt_tel em {
  margin-left: .3em;
  font-size: 200%;
  color: #828d0a;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #header .con_header .box_header .box_tel .txt_tel em {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_tel .txt_tel em {
    font-size: 122%;
  }
}
#header .con_header .box_header .box_tel .txt_tel em:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  font-size: 75%;
  margin-right: .3em;
}
#header .con_header .box_header .box_btn {
  display: inline-block;
  vertical-align: top;
}
#header .con_header .box_header .box_btn li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 166px;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #header .con_header .box_header .box_btn li {
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_btn li {
    width: 0;
  }
}
#header .con_header .box_header .box_btn li a {
  display: block;
  font-size: 129%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  text-align: center;
  text-decoration: none;
  background: #ed9517;
  color: #fff;
  line-height: 20px;
  padding: 25px 0;
  border: 1px solid #ed9517;
}
.mouse #header .con_header .box_header .box_btn li a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #header .con_header .box_header .box_btn li a:hover, .touch #header .con_header .box_header .box_btn li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #header .con_header .box_header .box_btn li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #header .con_header .box_header .box_btn li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #header .con_header .box_header .box_btn li a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_btn li a {
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #header .con_header .box_header .box_btn li a {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_btn li a {
    padding: 0;
  }
}
#header .con_header .box_header .box_btn li a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  margin-right: .3em;
  font-size: 134%;
}
#header .con_header .box_header .box_btn li.btn_login {
  margin-right: 18px;
}
#header .con_header .box_header .box_btn li.btn_login a {
  border: 1px solid #141414;
  color: #141414;
  background: #fff;
}
#header .con_header .box_header .box_btn li.btn_login a:before {
  content: "";
}
#header #con_gnav, #header #con_fixnav {
  margin: auto;
  margin-top: 0;
}
@media only screen and (min-width: 1120px) {
  #header #con_gnav, #header #con_fixnav {
    max-width: 1180px;
  }
}
@media print {
  #header #con_gnav, #header #con_fixnav {
    max-width: 1180px;
  }
}
.ie8 #header #con_gnav, .ie8 #header #con_fixnav {
  max-width: 1180px;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #header #con_gnav, #header #con_fixnav {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #header #con_gnav, #header #con_fixnav {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #header #con_gnav, #header #con_fixnav {
    width: 91.66667%;
  }
}
#header #con_gnav .gnav, #header #con_fixnav .gnav {
  letter-spacing: -.4em;
  text-align: center;
  width: 100%;
}
#header #con_gnav .gnav li, #header #con_fixnav .gnav li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  width: 12.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#header #con_gnav .gnav li:before, #header #con_fixnav .gnav li:before {
  height: 80%;
  width: 0;
  content: "";
  border-left: 1px dashed #686868;
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header #con_gnav .gnav li:first-child:before, #header #con_gnav .gnav li.btn_rsrv:before, #header #con_fixnav .gnav li:first-child:before, #header #con_fixnav .gnav li.btn_rsrv:before {
  border-left: none;
}
#header #con_gnav .gnav li a, #header #con_fixnav .gnav li a {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 129%;
  text-decoration: none;
  color: #141414;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #header #con_gnav .gnav li a, #header #con_fixnav .gnav li a {
    font-size: 100%;
  }
}
#header #con_gnav .gnav li a span, #header #con_fixnav .gnav li a span {
  display: block;
  background: #fff;
  position: relative;
  z-index: 2;
}
#header #con_gnav .gnav li a:before, #header #con_fixnav .gnav li a:before {
  content: "";
  height: 2px;
  background: #738d0a;
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 0;
  left: 50%;
  -moz-transition: width 0.35s, left 0.35s;
  -o-transition: width 0.35s, left 0.35s;
  -webkit-transition: width 0.35s, left 0.35s;
  transition: width 0.35s, left 0.35s;
}
#header #con_gnav .gnav li a:after, #header #con_fixnav .gnav li a:after {
  content: "";
  height: .5em;
  background: #738d0a;
  position: absolute;
  left: 50%;
  -moz-border-radius: 0 0 50px 50px;
  -webkit-border-radius: 0;
  border-radius: 0 0 50px 50px;
  z-index: 1;
  top: 50%;
  width: 1em;
  margin-left: -.5em;
  -moz-transition: top 0.35s;
  -o-transition: top 0.35s;
  -webkit-transition: top 0.35s;
  transition: top 0.35s;
}
#header #con_gnav .gnav li:hover a:before, #header #con_gnav .gnav li.active a:before, #header #con_fixnav .gnav li:hover a:before, #header #con_fixnav .gnav li.active a:before {
  width: 46%;
  left: 27%;
}
#header #con_gnav .gnav li:hover a:after, #header #con_gnav .gnav li.active a:after, #header #con_fixnav .gnav li:hover a:after, #header #con_fixnav .gnav li.active a:after {
  top: 90%;
}
#header #con_gnav .gnav li.btn_rsrv a, #header #con_fixnav .gnav li.btn_rsrv a {
  color: #fff;
}
.mouse #header #con_gnav .gnav li.btn_rsrv a, .mouse #header #con_fixnav .gnav li.btn_rsrv a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #header #con_gnav .gnav li.btn_rsrv a:hover, .touch #header #con_gnav .gnav li.btn_rsrv a.touchstart, .mouse #header #con_fixnav .gnav li.btn_rsrv a:hover, .touch #header #con_fixnav .gnav li.btn_rsrv a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #header #con_gnav .gnav li.btn_rsrv a, .touch #header #con_fixnav .gnav li.btn_rsrv a {
  -webkit-tap-highlight-color: transparent;
}
.touch #header #con_gnav .gnav li.btn_rsrv a.touchend, .touch #header #con_fixnav .gnav li.btn_rsrv a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#header #con_gnav .gnav li.btn_rsrv a span, #header #con_fixnav .gnav li.btn_rsrv a span {
  background: #ed9517;
}
#header #con_gnav .gnav li.btn_rsrv a:before, #header #con_gnav .gnav li.btn_rsrv a:after, #header #con_fixnav .gnav li.btn_rsrv a:before, #header #con_fixnav .gnav li.btn_rsrv a:after {
  display: none;
}
@media only screen and (max-width: 979px) {
  #header #con_gnav .gnav, #header #con_fixnav .gnav {
    display: table;
    width: 100%;
  }
  #header #con_gnav .gnav li, #header #con_fixnav .gnav li {
    display: table-cell;
    width: auto;
  }
  #header #con_gnav .gnav li a span, #header #con_fixnav .gnav li a span {
    display: block;
    padding: 0 1em;
  }
}
#header #con_fixnav {
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 22;
  background: #fff;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #header #con_fixnav {
    margin-top: 0;
  }
}
#header #con_fixnav .gnav {
  max-width: 980px;
  margin: auto;
}
#header #con_fixnav .gnav li:before {
  height: 60%;
  top: 20%;
}
#header #con_fixnav .gnav li.btn_rsrv a span {
  padding: .6em 0;
}
@media only screen and (min-width: 980px) {
  #header #con_fixnav .gnav li.btn_rsrv {
    position: relative;
    z-index: 2;
  }
  #header #con_fixnav .gnav li.btn_rsrv:before {
    width: 1000px;
    height: 100%;
    left: 100%;
    top: 0;
    content: "";
    background: #ed9517;
    position: absolute;
    z-index: 1;
  }
}
@media print {
  #header #con_fixnav .gnav li.btn_rsrv {
    position: relative;
    z-index: 2;
  }
  #header #con_fixnav .gnav li.btn_rsrv:before {
    width: 1000px;
    height: 100%;
    left: 100%;
    top: 0;
    content: "";
    background: #ed9517;
    position: absolute;
    z-index: 1;
  }
}
.ie8 #header #con_fixnav .gnav li.btn_rsrv {
  position: relative;
  z-index: 2;
}
.ie8 #header #con_fixnav .gnav li.btn_rsrv:before {
  width: 1000px;
  height: 100%;
  left: 100%;
  top: 0;
  content: "";
  background: #ed9517;
  position: absolute;
  z-index: 1;
}
#header #con_fixnav.active {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* ----------下層タイトル------- */
.con_title {
  padding-top: 30px;
  margin-top: 10px;
  background: #f8f2e8;
  /* ----------パンクズ------- */
}
@media only screen and (max-width: 767px) {
  .con_title {
    padding-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title {
    margin-top: 0;
  }
}
.con_title .page_title {
  text-align: center;
  font-weight: 100;
  font-size: 272%;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  .con_title .page_title {
    font-size: 258%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .page_title {
    font-size: 200%;
  }
}
.con_title .page_title span {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  line-height: 1;
  display: block;
}
.con_title .page_title em {
  font-family: 'Quattrocento', serif;
  display: block;
  color: #828d0a;
  font-size: 48%;
}
@media only screen and (min-width: 768px) {
  .con_title .page_title em {
    line-height: 2.5;
  }
}
@media print {
  .con_title .page_title em {
    line-height: 2.5;
  }
}
.ie8 .con_title .page_title em {
  line-height: 2.5;
}
.con_title .topicpath {
  overflow: hidden;
  padding: 0 0 10px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_title .topicpath {
    padding: 2% auto;
    padding-bottom: 1%;
  }
}
.con_title .topicpath li {
  display: inline-block;
}
.con_title .topicpath li:before {
  content: '>';
  margin: 0 .5em;
}
.con_title .topicpath li:first-child:before {
  content: none;
}
.con_title .topicpath li a {
  color: #828d0a;
}

/* -----検索フォーム--------- */
.con_form {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  display: table;
  -moz-box-shadow: 0px 13px 10px -10px rgba(122, 89, 63, 0.5);
  -webkit-box-shadow: 0px 13px 10px -10px rgba(122, 89, 63, 0.5);
  box-shadow: 0px 13px 10px -10px rgba(122, 89, 63, 0.5);
}
.con_form .img_best {
  display: table-cell;
  width: 25.4386%;
  vertical-align: top;
  background: #50280E;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  .con_form .img_best {
    margin-bottom: 15px;
  }
}
.con_form .box_form {
  display: table-cell;
  width: 74.5614%;
}
.con_form .box_form .btns {
  letter-spacing: -.4em;
}
.con_form .box_form .btns h2, .con_form .box_form .btns p {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  background: #a8b60e;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  font-size: 108%;
}
.con_form .box_form .btns h2 a, .con_form .box_form .btns p a {
  display: block;
  padding: 7px .8em 8px;
  color: #fff;
  text-decoration: none;
}
.mouse .con_form .box_form .btns h2 a, .mouse .con_form .box_form .btns p a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_form .box_form .btns h2 a:hover, .touch .con_form .box_form .btns h2 a.touchstart, .mouse .con_form .box_form .btns p a:hover, .touch .con_form .box_form .btns p a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_form .box_form .btns h2 a, .touch .con_form .box_form .btns p a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_form .box_form .btns h2 a.touchend, .touch .con_form .box_form .btns p a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_form .box_form .btns p {
  margin-left: 1px;
}
.con_form .box_form .btns h2 {
  padding: 7px 3em 8px;
  background: #828d0a;
}
.con_form .box_form .btns .btn_oth {
  padding: 7px .6em 8px;
}
.con_form .box_form .btns .btn_oth a {
  display: inline-block;
  padding: 0;
  text-decoration: underline;
}
.con_form .box_form .btns .btn_oth a:hover {
  text-decoration: none;
}
.con_form .box_form form {
  border: 1px solid #141414;
  border-left: none;
  letter-spacing: -.4em;
  padding: 18px 0;
  text-align: center;
}
.con_form .box_form form div.box_stay-day, .con_form .box_form form div.box_data, .con_form .box_form form div.btn_submit {
  display: inline-block;
  vertical-align: middle;
}
.con_form .box_form form div.box_stay-day div, .con_form .box_form form div.box_stay-day p, .con_form .box_form form div.box_data div, .con_form .box_form form div.box_data p, .con_form .box_form form div.btn_submit div, .con_form .box_form form div.btn_submit p {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
}
.con_form .box_form form div.box_stay-day div em, .con_form .box_form form div.box_stay-day p em, .con_form .box_form form div.box_data div em, .con_form .box_form form div.box_data p em, .con_form .box_form form div.btn_submit div em, .con_form .box_form form div.btn_submit p em {
  display: block;
  margin-bottom: .3em;
  font-size: 108%;
}
.con_form .box_form form div.box_stay-day div input, .con_form .box_form form div.box_stay-day div select, .con_form .box_form form div.box_stay-day p input, .con_form .box_form form div.box_stay-day p select, .con_form .box_form form div.box_data div input, .con_form .box_form form div.box_data div select, .con_form .box_form form div.box_data p input, .con_form .box_form form div.box_data p select, .con_form .box_form form div.btn_submit div input, .con_form .box_form form div.btn_submit div select, .con_form .box_form form div.btn_submit p input, .con_form .box_form form div.btn_submit p select {
  line-height: 30px;
  height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  background: #fff;
  /* zoom: 1; */
}
.con_form .box_form form div.box_stay-day div input, .con_form .box_form form div.box_stay-day p input, .con_form .box_form form div.box_data div input, .con_form .box_form form div.box_data p input, .con_form .box_form form div.btn_submit div input, .con_form .box_form form div.btn_submit p input {
  width: 125px;
  padding-left: 2em;
}
.con_form .box_form form div.box_stay-day div select, .con_form .box_form form div.box_stay-day p select, .con_form .box_form form div.box_data div select, .con_form .box_form form div.box_data p select, .con_form .box_form form div.btn_submit div select, .con_form .box_form form div.btn_submit p select {
  width: 75px;
}
.con_form .box_form form div.box_stay-day p {
  margin: 0 .3em;
}
.con_form .box_form form div.box_stay-day div.box_day {
  position: relative;
}
.con_form .box_form form div.box_stay-day div.box_day:before {
  line-height: 1;
  font-family: FontAwesome;
  content: "";
  position: absolute;
  left: 5%;
  bottom: .6em;
  color: #a59f9f;
}
.con_form .box_form form div.box_data {
  margin-left: 20px;
}
.con_form .box_form form div.box_data .box_roo {
  margin-left: 11px;
}
.con_form .box_form form div.btn_submit {
  width: 300px;
  margin-left: 45px;
}
.con_form .box_form form div.btn_submit p {
  overflow: hidden;
  line-height: 1;
  cursor: pointer;
  display: block;
  border: 1px solid #491700;
  background: #491700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 108%;
  padding: 1.5em 0;
  position: relative;
  z-index: 2;
  -moz-transition: background 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background 0.3s, color 0.3s, border-color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.con_form .box_form form div.btn_submit p span {
  position: relative;
  z-index: 2;
}
.con_form .box_form form div.btn_submit p span:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
}
.con_form .box_form form div.btn_submit p:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -.5em;
  z-index: 2;
}
.con_form .box_form form div.btn_submit p:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  background: #fff;
  content: "";
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.con_form .box_form form div.btn_submit:hover p {
  background: none;
  color: #491700;
  border-color: #491700;
}
.con_form .box_form form div.btn_submit:hover p:before {
  left: 0;
}
@media only screen and (max-width: 1140px) {
  .con_form {
    display: block;
    width: 91.66667%;
    position: relative;
  }
  .con_form > .img_best {
    display: block;
    float: none;
    width: 100%;
  }
  .con_form .box_form {
    display: block;
    width: 100%;
  }
  .con_form .box_form form {
    border-left: 1px solid #141414;
  }
  .con_form .box_form form div.btn_submit {
    width: 200px;
    margin-left: 30px;
  }
}
@media print {
  .con_form {
    display: block;
    width: 91.66667%;
    position: relative;
  }
  .con_form > .img_best {
    display: block;
    float: none;
    width: 100%;
  }
  .con_form .box_form {
    display: block;
    width: 100%;
  }
  .con_form .box_form form {
    border-left: 1px solid #141414;
  }
  .con_form .box_form form div.btn_submit {
    width: 200px;
    margin-left: 30px;
  }
}
.ie8 .con_form {
  display: block;
  width: 91.66667%;
  position: relative;
}
.ie8 .con_form > .img_best {
  display: block;
  float: none;
  width: 100%;
}
.ie8 .con_form .box_form {
  display: block;
  width: 100%;
}
.ie8 .con_form .box_form form {
  border-left: 1px solid #141414;
}
.ie8 .con_form .box_form form div.btn_submit {
  width: 200px;
  margin-left: 30px;
}

.con_form-sp {
  margin-top: 5%;
  position: relative;
  border: 1px solid #9f8f82;
  padding: 7% 0 5%;
  -moz-box-shadow: 0px 13px 10px -10px rgba(122, 89, 63, 0.5);
  -webkit-box-shadow: 0px 13px 10px -10px rgba(122, 89, 63, 0.5);
  box-shadow: 0px 13px 10px -10px rgba(122, 89, 63, 0.5);
}
.con_form-sp .wrap_day {
  margin: 5% auto 3%;
  background: #eee;
  padding-bottom: 20px;
}
.con_form-sp .wrap_day .st {
  text-align: center;
  font-size: 115%;
  color: #47010e;
  font-weight: 600;
}
.con_form-sp .wrap_day .st:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  font-weight: normal;
}
.con_form-sp .box_day h2 {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  text-align: center;
  font-size: 129%;
  line-height: 1;
  font-weight: 100;
}
.con_form-sp .box_day h2:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  display: block;
  color: #828d0a;
  font-size: 123%;
  margin-right: 0;
  margin-bottom: .3em;
}
.con_form-sp .box_day .box_btn {
  width: 88.63636%;
  margin: 0 auto 0;
  overflow: hidden;
}
.con_form-sp .box_day .box_btn li {
  float: left;
  width: 48.71795%;
  margin-left: 2.5641%;
}
.con_form-sp .box_day .box_btn li:first-child {
  margin-left: 0;
}
.con_form-sp .box_day .box_btn li .temp_btn1, .con_form-sp .box_day .box_btn li a {
  display: block;
  text-align: center;
  background: #a8b60e;
  color: #fff;
  text-decoration: none;
  padding: .8em 0;
  position: relative;
}
.con_form-sp .box_day .box_btn li .temp_btn1:after, .con_form-sp .box_day .box_btn li a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
.con_form-sp .box_day .box_btn li .temp_btn1 {
  background: #c50d2f;
}
.con_form-sp .box_day .box_btn li .temp_btn1:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  font-family: FontAwesome;
  margin-left: .3em;
  vertical-align: middle;
}
.con_form-sp .box_day .box_btn li:nth-child(2) .temp_btn1:after {
  display: inline-block;
  margin-left: .1em;
  text-shadow: 16px 0 #fff;
  -moz-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
}
.con_form-sp .box_day .box_btn li.btn_plan {
  margin-top: 2.5%;
  margin-left: 0;
  width: 100%;
}
.con_form-sp .box_day .box_btn li.btn_plan a {
  background: #ed9517;
}
.con_form-sp .box_day .box_btn li.btn_plan a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
.con_form-sp .box_oth {
  width: 88.63636%;
  margin: 5% auto 0;
  overflow: hidden;
}
.con_form-sp .box_oth li {
  float: left;
  width: 48.71795%;
}
.con_form-sp .box_oth li a {
  text-decoration: none;
  color: #141414;
}
.con_form-sp .box_oth li a:before {
  width: 2.63158%;
  height: 19px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common/ic_arr.png) no-repeat center;
  background-size: 100% auto;
  margin-right: .5em;
}
.con_form-sp .img_best {
  position: absolute;
  top: 0;
  left: 0;
  width: 25.22727%;
}

.con_form-sp2 {
  width: 80%;
  margin: 1em auto 0;
}
.con_form-sp2 .btn_login {
  text-align: center;
}
.con_form-sp2 .btn_login a {
  padding: .8em 0;
  display: block;
  color: #fff;
  background: #491700;
}
.con_form-sp2 .btn_login a:before {
  content: '\f023';
  font-family: FontAwesome;
}

/* ----------メイン　イメージ　キャッチ------- */
.lower .img_main {
  /*@include cV(height, 274px, 8em);*/
}
@media only screen and (min-width: 1120px) {
  .lower .img_main {
    height: 345px;
  }
}
@media print {
  .lower .img_main {
    height: 345px;
  }
}
.ie8 .lower .img_main {
  height: 345px;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  .lower .img_main {
    height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .lower .img_main {
    height: 75px;
  }
}

.lower .con_main_catch {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .lower .con_main_catch {
    padding: 2% 0 0;
  }
}
.lower .con_main_catch .photo {
  position: relative;
  left: 50%;
  margin-left: -1000px;
}
.lower .con_main_catch .box_catch {
  text-align: left;
}
@media only screen and (min-width: 1120px) {
  .lower .con_main_catch .box_catch {
    max-width: 55.4% !important;
  }
}
@media print {
  .lower .con_main_catch .box_catch {
    max-width: 55.4% !important;
  }
}
.ie8 .lower .con_main_catch .box_catch {
  max-width: 55.4% !important;
}
@media only screen and (max-width: 1119px) {
  .lower .con_main_catch .box_catch {
    width: 91.66667%;
  }
}
.lower .con_main_catch .box_catch .catch {
  color: #532d1c;
  font-size: 193%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  .lower .con_main_catch .box_catch .catch {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .lower .con_main_catch .box_catch .catch {
    font-size: 129%;
  }
}

/* ----------ページ内リンク------- */
.con_page_link {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .con_page_link {
    margin-top: 10%;
  }
}
.con_page_link .box_link {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.con_page_link .box_link li {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #472307;
  text-align: center;
  background: #f8f2e8;
  color: #472307;
  padding: 1em 0;
  position: relative;
  line-height: 1.2;
  -moz-transition: background 0.35s, color 0.35s;
  -o-transition: background 0.35s, color 0.35s;
  -webkit-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
}
@media only screen and (min-width: 768px) {
  .con_page_link .box_link li + li {
    border-left: none;
  }
}
@media print {
  .con_page_link .box_link li + li {
    border-left: none;
  }
}
.ie8 .con_page_link .box_link li + li {
  border-left: none;
}
.con_page_link .box_link li a {
  color: #472307;
  display: block;
  font-size: 108%;
  text-decoration: none;
  -moz-transition: color 0.35s;
  -o-transition: color 0.35s;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  .con_page_link .box_link li a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_page_link .box_link li a {
    font-size: 93%;
  }
}
.con_page_link .box_link li:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  margin-left: 0;
  right: 5%;
  top: 50%;
  margin-top: -.6em;
}
.con_page_link .box_link li:hover {
  background: #472307;
  color: #f8f2e8;
}
.con_page_link .box_link li:hover a {
  color: #f8f2e8;
}
@media only screen and (max-width: 767px) {
  .con_page_link .box_link {
    display: block;
    overflow: hidden;
  }
  .con_page_link .box_link li {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .con_page_link .box_link li:nth-child(odd) {
    border-right: none;
  }
  .con_page_link .box_link li:nth-child(n+3) {
    border-top: none;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 10%;
  }
}
#footer .ptop {
  text-align: center;
}
#footer .ptop a {
  display: inline-block;
  padding-top: 2.5em;
  position: relative;
  text-decoration: none;
}
#footer .ptop a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  display: block;
  margin-left: 0;
  color: #738043;
  position: relative;
  top: 0;
  left: 50%;
  position: absolute;
  margin-left: -.5em;
  font-size: 143%;
}
#footer .ptop a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  display: block;
  margin-right: 0;
  color: #738043;
  position: relative;
  top: 0;
  left: 50%;
  position: absolute;
  margin-left: -.5em;
  font-size: 143%;
  -moz-transition: top 0.35s, opacity 0.35s;
  -o-transition: top 0.35s, opacity 0.35s;
  -webkit-transition: top 0.35s, opacity 0.35s;
  transition: top 0.35s, opacity 0.35s;
}
#footer .ptop a:hover:before {
  top: -.6em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #footer .ptop a {
    width: 32.5%;
  }
  #footer .ptop a img {
    width: 100%;
    margin: auto;
  }
}
#footer .wrp_footer {
  margin-top: 60px;
  padding: 55px 0;
  background: #f8f2e8;
}
@media only screen and (max-width: 767px) {
  #footer .wrp_footer {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrp_footer {
    padding: 5% 0;
  }
}
#footer .wrp_footer .con_footer {
  overflow: hidden;
}
#footer .wrp_footer .con_footer .box_footer {
  float: left;
  width: 445px;
  overflow: hidden;
}
#footer .wrp_footer .con_footer .box_footer .logo {
  float: left;
  width: 32.13483%;
}
#footer .wrp_footer .con_footer .box_footer address {
  float: right;
  width: 62.92135%;
}
#footer .wrp_footer .con_footer .box_footer address em {
  display: block;
  font-size: 115%;
}
@media only screen and (max-width: 960px) {
  #footer .wrp_footer .con_footer .box_footer {
    float: none;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrp_footer .con_footer .box_footer {
    width: 100%;
  }
  #footer .wrp_footer .con_footer .box_footer .logo {
    width: 29.65909%;
  }
  #footer .wrp_footer .con_footer .box_footer address {
    width: 65.34091%;
    line-height: 1.4;
  }
  #footer .wrp_footer .con_footer .box_footer address span {
    line-height: 2;
  }
}
#footer .wrp_footer .con_footer .box_site_map {
  float: right;
  width: 58.92857%;
  letter-spacing: -.4em;
  text-align: right;
}
#footer .wrp_footer .con_footer .box_site_map > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  text-align: left;
  padding-left: 2.5em;
  margin-left: 45px;
  border-left: 1px solid #cccccc;
}
#footer .wrp_footer .con_footer .box_site_map > li:first-child {
  margin-left: 0;
}
#footer .wrp_footer .con_footer .box_site_map > li .list_link li {
  list-style-type: disc;
  color: #6b7607;
}
#footer .wrp_footer .con_footer .box_site_map > li .list_link li a {
  color: #141414;
  text-decoration: none !important;
  font-size: 93%;
}
.mouse #footer .wrp_footer .con_footer .box_site_map > li .list_link li a:hover, .touch #footer .wrp_footer .con_footer .box_site_map > li .list_link li a.touchstart {
  text-decoration: underline !important;
}
.touch #footer .wrp_footer .con_footer .box_site_map > li .list_link li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .wrp_footer .con_footer .box_site_map > li .list_link li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 1119px) {
  #footer .wrp_footer .con_footer .box_site_map {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 961px) {
  #footer .wrp_footer .con_footer .box_site_map {
    margin-top: 0;
  }
}
@media print {
  #footer .wrp_footer .con_footer .box_site_map {
    margin-top: 0;
  }
}
.ie8 #footer .wrp_footer .con_footer .box_site_map {
  margin-top: 0;
}
#footer .con_group {
  color: #fff;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_group {
    padding: 5% 0;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_group {
    background: #000;
  }
}
@media print {
  #footer .con_group {
    background: #000;
  }
}
.ie8 #footer .con_group {
  background: #000;
}
#footer .con_group h4 {
  font-weight: 100;
  text-align: center;
  font-size: 186%;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #footer .con_group h4 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_group h4 {
    font-size: 115%;
  }
}
#footer .con_group h4 span {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
#footer .con_group h4 em {
  display: block;
  font-family: 'Quattrocento', serif;
  color: #c5d13d;
  font-size: 54%;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #footer .con_group h4 {
    color: #fff;
    background: #c5d13d;
    padding: 1em 0;
    position: relative;
  }
  #footer .con_group h4 em {
    display: none;
  }
  #footer .con_group h4:after {
    content: "";
    font-family: FontAwesome;
    margin-left: .5em;
    position: absolute;
    top: 50%;
    margin-top: -.925em;
    right: 3%;
    font-size: 115%;
  }
  #footer .con_group h4.active {
    content: "";
  }
}
#footer .con_group .box_group {
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group {
    padding-bottom: 5%;
  }
}
#footer .con_group .box_group > li {
  padding-top: 0;
  float: left;
  width: 48.21429%;
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group > li {
    padding-top: 3%;
  }
}
@media only screen and (min-width: 1120px) {
  #footer .con_group .box_group > li {
    margin-bottom: 30px;
  }
  #footer .con_group .box_group > li:nth-child(2) {
    float: right;
  }
}
@media print {
  #footer .con_group .box_group > li {
    margin-bottom: 30px;
  }
  #footer .con_group .box_group > li:nth-child(2) {
    float: right;
  }
}
.ie8 #footer .con_group .box_group > li {
  margin-bottom: 30px;
}
.ie8 #footer .con_group .box_group > li:nth-child(2) {
  float: right;
}
#footer .con_group .box_group > li h5 {
  text-align: center;
  font-size: 158%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-weight: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #footer .con_group .box_group > li h5 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group > li h5 {
    font-size: 108%;
  }
}
#footer .con_group .box_group > li .box_btn {
  margin-top: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group > li .box_btn {
    margin-top: 2%;
  }
}
#footer .con_group .box_group > li .box_btn li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  border: 1px solid #303030;
}
@media only screen and (min-width: 768px) {
  #footer .con_group .box_group > li .box_btn li:nth-child(2) {
    border-left: none;
  }
}
@media print {
  #footer .con_group .box_group > li .box_btn li:nth-child(2) {
    border-left: none;
  }
}
.ie8 #footer .con_group .box_group > li .box_btn li:nth-child(2) {
  border-left: none;
}
#footer .con_group .box_group > li .box_btn li a {
  width: 100%;
  display: table;
  table-layout: fixed;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.mouse #footer .con_group .box_group > li .box_btn li a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .con_group .box_group > li .box_btn li a:hover, .touch #footer .con_group .box_group > li .box_btn li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .con_group .box_group > li .box_btn li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_group .box_group > li .box_btn li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .con_group .box_group > li .box_btn li a p {
  display: table-cell;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 18px 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group > li .box_btn li a p {
    padding: 2% 0;
  }
}
#footer .con_group .box_group > li .box_btn li a p.photo {
  width: 42.22222%;
  padding-left: 5.18519%;
}
#footer .con_group .box_group > li .box_btn li a p.st {
  width: 57.77778%;
  padding-left: 3.7037%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  line-height: 1.3;
  font-size: 111%;
}
#footer .con_group .box_group > li .box_btn li a p.st .st_hotel {
  font-size: 80% !important;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #footer .con_group .box_group > li .box_btn li a p.st {
    font-size: 100%;
  }
}
@media only screen and (max-width: 960px) {
  #footer .con_group .box_group > li .box_btn li a p.st {
    font-size: 122%;
  }
}
#footer .con_group .box_group > li .box_btn li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin-left: -.8em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: .8em .8em 0 .8em;
  border-color: transparent #b7c62b #b7c62b transparent;
  z-index: 0;
}
#footer .con_group .box_group > li .box_btn .no_link {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  border: 1px solid #303030;
}
@media only screen and (min-width: 768px) {
  #footer .con_group .box_group > li .box_btn .no_link:nth-child(2) {
    border-left: none;
  }
}
@media print {
  #footer .con_group .box_group > li .box_btn .no_link:nth-child(2) {
    border-left: none;
  }
}
.ie8 #footer .con_group .box_group > li .box_btn .no_link:nth-child(2) {
  border-left: none;
}
#footer .con_group .box_group > li .box_btn .no_link em {
  width: 100%;
  display: table;
  table-layout: fixed;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#footer .con_group .box_group > li .box_btn .no_link em p {
  display: table-cell;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 18px 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group > li .box_btn .no_link em p {
    padding: 2% 0;
  }
}
#footer .con_group .box_group > li .box_btn .no_link em p.photo {
  width: 42.22222%;
  padding-left: 5.18519%;
}
#footer .con_group .box_group > li .box_btn .no_link em p.st {
  width: 57.77778%;
  padding-left: 3.7037%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  line-height: 1.3;
  font-size: 111%;
}
#footer .con_group .box_group > li .box_btn .no_link em p.st .st_hotel {
  font-size: 80% !important;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #footer .con_group .box_group > li .box_btn .no_link em p.st {
    font-size: 100%;
  }
}
@media only screen and (max-width: 960px) {
  #footer .con_group .box_group > li .box_btn .no_link em p.st {
    font-size: 122%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #footer .con_group .box_group > li {
    width: 49%;
  }
}
@media only screen and (max-width: 960px) {
  #footer .con_group .box_group > li {
    float: none;
    margin: auto;
    width: 540px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #footer .con_group .box_group > li {
    margin: auto;
    width: 93.18182%;
  }
  #footer .con_group .box_group > li:first-child {
    float: none;
    margin-bottom: 5%;
  }
  #footer .con_group .box_group > li .box_btn li {
    float: none;
    width: 100%;
  }
  #footer .con_group .box_group > li .box_btn li:first-child {
    border-bottom: none;
  }
  #footer .con_group .box_group > li .box_btn li a p.photo {
    width: 25%;
  }
  #footer .con_group .box_group > li .box_btn li a p.st {
    width: 75%;
    font-size: 108%;
  }
  #footer .con_group .box_group > li .box_btn li a p.st .st_hotel {
    font-size: 80% !important;
  }
  #footer .con_group .box_group > li .box_btn .no_link {
    float: none;
    width: 100%;
  }
  #footer .con_group .box_group > li .box_btn .no_link:first-child {
    border-bottom: none;
  }
  #footer .con_group .box_group > li .box_btn .no_link em p.photo {
    width: 25%;
  }
  #footer .con_group .box_group > li .box_btn .no_link em p.st {
    width: 75%;
    font-size: 108%;
  }
  #footer .con_group .box_group > li .box_btn .no_link em p.st .st_hotel {
    font-size: 80% !important;
  }
}

@media only screen and (min-width: 768px) {
  #footer .con_group .box_group {
    display: block !important;
  }
}
@media print {
  #footer .con_group .box_group {
    display: block !important;
  }
}
.ie8 #footer .con_group .box_group {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group {
    background: #000;
    display: none;
  }
}
#footer #copyright {
  text-align: center;
  font-size: 93%;
  padding: .5em 0;
}

#fix_search {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 22;
  padding: 0;
}
#fix_search .st_fix_sea {
  font-weight: 100;
  line-height: 1;
  text-align: center;
  background: #738d0a;
  color: #fff;
  cursor: pointer;
  padding: .5em 0;
  font-size: 143%;
}
#fix_search .st_fix_sea span {
  position: relative;
  display: inline-block;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#fix_search .st_fix_sea span:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
}
#fix_search .st_fix_sea span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  color: #000;
}
#fix_search .st_fix_sea.active span:after {
  content: "";
}
#fix_search .box_search {
  display: none;
  padding-bottom: 10px;
  position: relative;
  z-index: 80 !important;
  -moz-transform: translate3d(0, 0, 1000px);
  -ms-transform: translate3d(0, 0, 1000px);
  -webkit-transform: translate3d(0, 0, 1000px);
  transform: translate3d(0, 0, 1000px);
}
#fix_search .box_search .con_form {
  margin-top: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#fix_search .box_search .con_form .img_best {
  width: 132px;
  vertical-align: middle;
}
#fix_search .box_search .con_form h2 {
  display: table-cell;
  vertical-align: middle;
  width: 165px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 143%;
  line-height: 1;
  font-weight: 100;
  position: relative;
}
#fix_search .box_search .con_form h2:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  display: block;
  color: #ed9517;
  font-size: 123%;
  margin-right: 0;
  margin-bottom: .3em;
}
#fix_search .box_search .con_form h2:after {
  height: 70%;
  width: 0;
  border-right: 1px dashed #ddd;
  position: absolute;
  right: 0;
  top: 15%;
  content: "";
}
#fix_search .box_search .con_form .box_form {
  vertical-align: middle;
  width: 802px;
}
#fix_search .box_search .con_form .box_form form {
  border: none;
  padding: 0;
  text-align: right;
}
#fix_search .box_search .con_form .box_form form div.btn_submit {
  width: 190px;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#fix_search .box_search .con_form .box_form form div.btn_submit p {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #491700;
  background: #491700;
}
#fix_search .box_search .con_form .box_form form div.btn_submit:hover p {
  color: #491700;
  background: none;
  border-color: #491700;
}
#fix_search .box_search .con_form .box_form form .btn_plan {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  margin-left: 10px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#fix_search .box_search .con_form .box_form form .btn_plan a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  cursor: pointer;
  display: block;
  border: 3px solid #ed9517;
  color: #ed9517;
  text-align: center;
  text-decoration: none;
  font-size: 108%;
  padding: 1.5em 0;
  position: relative;
  -moz-transition: background 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background 0.3s, color 0.3s, border-color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
#fix_search .box_search .con_form .box_form form .btn_plan a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
}
#fix_search .box_search .con_form .box_form form .btn_plan a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -.5em;
}
#fix_search .box_search .con_form .box_form form .btn_plan:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  background: #ed9517;
  content: "";
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
#fix_search .box_search .con_form .box_form form .btn_plan:hover a {
  background: none;
  color: #fff;
  border-color: #ed9517;
}
#fix_search .box_search .con_form .box_form form .btn_plan:hover:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  background: #ed9517;
  content: "";
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
#fix_search .box_search .con_form .box_form form .btn_plan:hover:hover:after {
  left: 0;
}
#fix_search .box_search .con_form .box_form .box_btn {
  letter-spacing: -.4em;
  text-align: right;
  margin-top: 10px;
}
#fix_search .box_search .con_form .box_form .box_btn li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2em;
}
#fix_search .box_search .con_form .box_form .box_btn li:before {
  width: 4px;
  height: 7px;
  content: "";
  background: url(../images/common/ic_arr.png) no-repeat center;
  background-size: 100% auto;
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle;
}
#fix_search .box_search .con_form .box_form .box_btn li a {
  text-decoration: none !important;
  color: #141414;
}
.mouse #fix_search .box_search .con_form .box_form .box_btn li a:hover, .touch #fix_search .box_search .con_form .box_form .box_btn li a.touchstart {
  text-decoration: underline !important;
}
.touch #fix_search .box_search .con_form .box_form .box_btn li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #fix_search .box_search .con_form .box_form .box_btn li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  #fix_search .box_search .con_form {
    display: block;
  }
  #fix_search .box_search .con_form h2 {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
  #fix_search .box_search .con_form h2:after {
    display: none;
  }
  #fix_search .box_search .con_form .box_form {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  #fix_search .box_search .con_form .box_form form {
    text-align: center;
  }
  #fix_search .box_search .con_form .box_form form div.btn_submit {
    width: 140px;
    margin-left: 10px;
  }
  #fix_search .box_search .con_form .box_form form .btn_plan {
    width: 140px;
    margin-left: 5px;
  }
  #fix_search .box_search .con_form .box_form .box_btn {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  #fix_search {
    display: none !important;
  }
}

#fixnav-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #220f05;
  z-index: 22;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  background: #97a033;
}
@media only screen and (min-width: 1120px) {
  #fixnav-sp {
    display: none !important;
  }
}
@media print {
  #fixnav-sp {
    display: none !important;
  }
}
.ie8 #fixnav-sp {
  display: none !important;
}
#fixnav-sp li {
  width: 33.33333%;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #8a8a8a;
}
#fixnav-sp li a, #fixnav-sp li span {
  display: block;
  cursor: pointer;
  text-align: center;
  padding: .6em 0 .2em;
  text-decoration: none;
  color: #fff;
  font-size: 86%;
}
#fixnav-sp li a em, #fixnav-sp li span em {
  display: block;
  text-align: center;
}
#fixnav-sp li a:before, #fixnav-sp li span:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  display: block;
  margin-right: 0;
  font-size: 200%;
  color: #fff;
  line-height: 1;
}
#fixnav-sp li:nth-child(1) a:before {
  content: "";
}
#fixnav-sp li:nth-child(2) a:before {
  content: "";
}
#fixnav-sp li.btn_rsrv {
  background: #ed9517;
}
#fixnav-sp li.btn_rsrv a:before {
  content: "";
}
#fixnav-sp li.btn_menu {
  background: #141414;
}
#fixnav-sp li.btn_menu a:before {
  content: "";
}
#fixnav-sp li:first-child {
  border-left: none;
}

#menuList {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: scroll;
  -moz-transition: z-index 1s, opacity 500ms, -moz-transform 500ms;
  -o-transition: z-index 1s, opacity 500ms, -o-transform 500ms;
  -webkit-transition: z-index 1s, opacity 500ms, -webkit-transform 500ms;
  transition: z-index 1s, opacity 500ms, transform 500ms;
  opacity: 0;
  z-index: -1;
  -moz-transform: translateY(70%);
  -ms-transform: translateY(70%);
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
#menuList .inner {
  position: relative;
  text-align: right;
}
#menuList .inner .close_top {
  display: inline-block;
  margin-right: 2.5%;
  text-align: center;
  padding: 0 .8em .5em;
  margin-top: 4%;
  background: #97a033;
  line-height: 1;
  color: #fff;
}
#menuList .inner .close_top:before {
  content: "×";
  font-family: FontAwesome;
  margin-right: .5em;
  font-size: 300%;
  display: block;
  margin-right: 0;
  text-align: center;
  line-height: 1;
}
#menuList .inner .nav_manu {
  margin: 5% auto;
  overflow: hidden;
  text-align: left;
}
#menuList .inner .nav_manu li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-bottom: 1px solid #e1e1e1;
}
#menuList .inner .nav_manu li:first-child {
  border-top: 1px solid #e1e1e1;
}
#menuList .inner .nav_manu li a {
  color: #141414;
  padding: 5% 0;
  text-decoration: none;
  font-size: 108%;
  display: block;
  position: relative;
}
#menuList .inner .nav_manu li a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  margin-top: -.925em;
}
#menuList .inner .nav_manu li.btn_rsv {
  background: #ca8625;
}
#menuList .inner .nav_manu li.btn_rsv a {
  color: #fff;
}
.menuOpen #menuList {
  z-index: 2000;
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

#ui-datepicker-div {
  z-index: 100 !important;
  -moz-transform: translate3d(0, 0, 1000px);
  -ms-transform: translate3d(0, 0, 1000px);
  -webkit-transform: translate3d(0, 0, 1000px);
  transform: translate3d(0, 0, 1000px);
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic tr {
  border-bottom: 1px solid #d1c0a5;
}
table.tbl_basic tr:first-child {
  border-top: 1px solid #d1c0a5;
}
table.tbl_basic tr th, table.tbl_basic tr td {
  padding: .5em 0;
}
table.tbl_basic tr th {
  font-weight: 100;
  color: #814c22;
  width: 150px;
  max-width: 25%;
  text-align: center;
}
table.tbl_basic tr td {
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    display: block;
    width: 100%;
    padding: .5em 0;
  }
  table.tbl_basic tr th {
    max-width: 100%;
  }
  table.tbl_basic tr td {
    border-top: 1px solid #d1c0a5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em 1em;
  }
}

table.tbl_pc tr {
  border-bottom: 1px solid #d1c0a5;
}
table.tbl_pc tr:first-child {
  border-top: 1px solid #d1c0a5;
}
table.tbl_pc tr th, table.tbl_pc tr td {
  padding: .5em 0;
}
table.tbl_pc tr th {
  font-weight: 100;
  color: #814c22;
  width: 150px;
  max-width: 25%;
  text-align: center;
}
table.tbl_pc tr td {
  margin-left: 1em;
}
