@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header .con_mainimg .box_inner, #header .box_lang, .gnav .box_inner, .con_search, .box_rsvinfo, #contents .con_topicpath, #con_banner .box_inner, #con_fnav .box_sns, #footer .box_inner {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #header .con_mainimg .box_inner, #header .box_lang, .gnav .box_inner, .con_search, .box_rsvinfo, #contents .con_topicpath, #con_banner .box_inner, #con_fnav .box_sns, #footer .box_inner {
    width: 95%;
  }
}

#header .con_mainimg .box_inner:after, #header .box_lang:after, .gnav .box_inner:after, .gnav .box_inner .box_gnav:after, .con_search:after, #contents .con_topicpath:after, #con_banner .box_inner:after, #con_fnav .box_sns:after, #footer .box_inner:after {
  content: "";
  display: table;
  clear: both;
}

/* Opacity */
/* Hover animation */
/* Hover 拡大 */
/*　ボタン設定　*/
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #5e4c37;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 100%;
  }
}
body h3, body h4, body h5, body h6 {
  font-weight: normal;
}
body a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #530303;
}
@media only screen and (min-width: 1024px) {
  body a:visited {
    color: #7c6954;
  }
}
@media print {
  body a:visited {
    color: #7c6954;
  }
}
.ie8 body a:visited {
  color: #7c6954;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: AdobeSongStd-Light, "Adobe Song Std L", "Adobe Song Std", STSong, "STSong レギュラー", LiSongPro, "LiSong Pro ライト", MingLiU, Ming-Lt-HKSCS-UNI-H, MingLiU_HKSCS, Ming-Lt-HKSCS-ExtB, MingLiU_HKSCS-ExtB, MingLiU-ExtB, NSimSun, PMingLiU, PMingLiU-ExtB, SimSun, SimSun-ExtB, New-Gulim, DFKai-SB, ArialUnicodeMS, "Arial Unicode MS", Arial, serif !important;
}

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: 1100px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  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: 641px) {
  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: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -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 {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  position: relative;
}
@media only screen and (min-width: 641px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: relative;
}
#header .con_mainimg {
  height: 160px;
  width: 100%;
  margin-bottom: 32px;
  border: solid 15px #7c6954;
  background: url(../images/header/img_main.jpg) center 0 no-repeat #7c6954;
}
@media only screen and (max-width: 900px) {
  #header .con_mainimg {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_mainimg {
    background-position: -130px bottom !important;
    height: 180px !important;
    background-size: auto 90px !important;
  }
}
#header .con_mainimg .box_inner {
  width: 100%;
  padding-top: 15px;
}
@media only screen and (max-width: 1100px) {
  #header .con_mainimg .box_inner {
    padding-left: 15px;
  }
}
@media print {
  #header .con_mainimg .box_inner {
    padding-left: 15px;
  }
}
.ie8 #header .con_mainimg .box_inner {
  padding-left: 15px;
}
@media only screen and (max-width: 640px) {
  #header .con_mainimg .box_inner {
    padding-top: 0;
    padding-left: 0;
  }
}
#header .con_mainimg .box_inner h1 {
  color: #fff;
  font-weight: normal;
  font-size: 86%;
}
@media only screen and (max-width: 640px) {
  #header .con_mainimg .box_inner h1 {
    padding-top: 0;
    text-align: left;
  }
}
#header .con_mainimg .box_inner .txt_seo {
  display: none;
}
#header .con_mainimg .box_inner .header_logo {
  margin-bottom: 10px;
  width: 343px;
  height: 30px;
}
@media only screen and (max-width: 640px) {
  #header .con_mainimg .box_inner .header_logo {
    text-align: left;
    max-width: 260px;
    height: 22px;
  }
}
#header .con_mainimg .box_inner .header_logo.clickable {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}
#header .con_mainimg .box_inner .header_logo.clickable.hovered {
  opacity: 0.7;
}
#header .con_mainimg .box_inner .header_logo a {
  display: block;
  outline: none;
}
@media only screen and (max-width: 640px) {
  #header .con_mainimg .box_inner .header_logo a {
    max-width: 260px;
    height: 22px;
  }
}
#header .con_mainimg .box_inner .header_logo img {
  vertical-align: middle;
}
#header .box_lang {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -700px;
}
@media only screen and (max-width: 1400px) {
  #header .box_lang {
    right: 0;
    margin-right: 0;
  }
}
@media print {
  #header .box_lang {
    right: 0;
    margin-right: 0;
  }
}
.ie8 #header .box_lang {
  right: 0;
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  #header .box_lang {
    display: none;
  }
}
#header .box_lang ul {
  background: #fff;
  float: right;
  padding: 10px 10px 2px;
}
#header .box_lang ul li {
  display: inline-block;
}
#header .box_lang ul li a {
  text-decoration: none;
  font-size: 72%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#header .box_lang ul li a:hover {
  color: #530303;
}
#header .box_lang ul li a:visited {
  color: #7c6954;
}

.gnav {
  width: 100%;
}
.gnav.fixed {
  position: fixed;
  width: 100%;
  max-width: none;
  padding-top: 10px !important;
  z-index: 999;
  background: #fff;
  padding-bottom: 10px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.gnav.fixed .box_inner {
  margin-bottom: 0px !important;
  padding-bottom: 0 !important;
  background: none !important;
}
.gnav.fixed .box_inner .box_gnav li a:before {
  display: none;
}
.gnav.fixed .box_inner .box_gnav li a.active, .gnav.fixed .box_inner .box_gnav li a:hover {
  color: #d9b266;
}
.gnav .box_inner {
  padding-bottom: 10px;
  background: url(../images/common/bg_dotline.png) 0 bottom repeat-x;
}
@media only screen and (max-width: 1100px) {
  .gnav .box_inner {
    width: 100%;
  }
}
@media print {
  .gnav .box_inner {
    width: 100%;
  }
}
.ie8 .gnav .box_inner {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .gnav .box_inner {
    display: none;
  }
}
.gnav .box_inner .box_gnav {
  margin-bottom: 6px;
  text-align: center;
  letter-spacing: -0.4em;
}
@media only screen and (max-width: 900px) {
  .gnav .box_inner .box_gnav {
    letter-spacing: normal;
  }
}
.gnav .box_inner .box_gnav li {
  display: inline-block;
  margin: 0 4px;
  letter-spacing: normal;
  font-size: 143%;
}
@media only screen and (max-width: 900px) {
  .gnav .box_inner .box_gnav li {
    max-width: none;
    width: 23%;
    margin: 1%;
    float: left;
    display: block;
  }
}
.gnav .box_inner .box_gnav li.gnav_rsv {
  margin-left: 34px;
}
@media only screen and (max-width: 1024px) {
  .gnav .box_inner .box_gnav li.gnav_rsv {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .gnav .box_inner .box_gnav li.gnav_rsv {
    margin: 1%;
  }
}
.gnav .box_inner .box_gnav li.gnav_rsv a {
  background: #24282f;
  color: #fff !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 1100px) {
  .gnav .box_inner .box_gnav li.gnav_rsv a {
    padding: 2px 20px;
  }
}
@media print {
  .gnav .box_inner .box_gnav li.gnav_rsv a {
    padding: 2px 20px;
  }
}
.ie8 .gnav .box_inner .box_gnav li.gnav_rsv a {
  padding: 2px 20px;
}
.gnav .box_inner .box_gnav li.gnav_rsv a:hover {
  background: #7c6954;
}
.gnav .box_inner .box_gnav li.gnav_rsv a:hover:before {
  display: none !important;
}
.gnav .box_inner .box_gnav li.gnav_rsv a span {
  position: relative;
  padding-left: 17px;
}
.gnav .box_inner .box_gnav li.gnav_rsv a span i {
  font-size: 86%;
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -6px;
  vertical-align: middle;
  margin-right: 0.5em;
}
.gnav .box_inner .box_gnav li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  padding: 2px 16px;
}
@media only screen and (max-width: 1100px) {
  .gnav .box_inner .box_gnav li a {
    padding: 2px 10px;
  }
}
@media print {
  .gnav .box_inner .box_gnav li a {
    padding: 2px 10px;
  }
}
.ie8 .gnav .box_inner .box_gnav li a {
  padding: 2px 10px;
}
@media only screen and (max-width: 1100px) {
  .gnav .box_inner .box_gnav li a {
    padding: 2px 5px;
  }
}
@media print {
  .gnav .box_inner .box_gnav li a {
    padding: 2px 5px;
  }
}
.ie8 .gnav .box_inner .box_gnav li a {
  padding: 2px 5px;
}
.gnav .box_inner .box_gnav li a:hover:before {
  content: '／';
  position: absolute;
  color: #d9b266;
  top: -18px;
  left: 50%;
  margin-left: -8px;
}
.gnav .box_inner .box_snav {
  letter-spacing: -0.4em;
  text-align: right;
  padding-right: 40px;
}
@media only screen and (max-width: 1100px) {
  .gnav .box_inner .box_snav {
    padding-right: 50px;
  }
}
@media print {
  .gnav .box_inner .box_snav {
    padding-right: 50px;
  }
}
.ie8 .gnav .box_inner .box_snav {
  padding-right: 50px;
}
@media only screen and (max-width: 900px) {
  .gnav .box_inner .box_snav {
    padding-right: 25px;
  }
}
.gnav .box_inner .box_snav li {
  letter-spacing: normal;
  margin-left: 31px;
  display: inline-block;
}
.gnav .box_inner .box_snav li.gnav_hom {
  letter-spacing: 0.1em;
}
.gnav .box_inner .box_snav li a {
  text-decoration: none;
  font-size: 108%;
}

/* -----------------------------------------------------------
	gnav アクティブ設定
----------------------------------------------------------- */
#homepage .gnav .gnav_hom a:before,
#accomodations .gnav .gnav_sta a:before,
#restaurants .gnav .gnav_res a:before,
#facilities .gnav .gnav_fac a:before,
#sightseeing .gnav .gnav_sig a:before,
#access .gnav .gnav_acc a:before {
  content: '／';
  position: absolute;
  color: #d9b266;
  top: -18px;
  left: 50%;
  margin-left: -8px;
}

/* -----------------------------------------------------------
	fixnav アクティブ設定
----------------------------------------------------------- */
#homepage .gnav.fixed .box_inner .box_gnav li.gnav_hom a,
#accomodations .gnav.fixed .box_inner .box_gnav li.gnav_sta a,
#restaurants .gnav.fixed .box_inner .box_gnav li.gnav_res a,
#facilities .gnav.fixed .box_inner .box_gnav li.gnav_fac a,
#sightseeing .gnav.fixed .box_inner .box_gnav li.gnav_sig a,
#access .gnav.fixed .box_inner .box_gnav li.gnav_acc a {
  color: #d9b266;
}

/* -----------------------------------------------------------
	con_search
----------------------------------------------------------- */
.con_search_all {
  width: 1348px;
  margin: auto;
}
.con_search_all .box_ribbon {
  position: absolute;
  top: -10px;
}
@media only screen and (max-width: 1200px) {
  .con_search_all .box_ribbon {
    left: 124px;
  }
}
@media print {
  .con_search_all .box_ribbon {
    left: 124px;
  }
}
.ie8 .con_search_all .box_ribbon {
  left: 124px;
}
@media only screen and (max-width: 1024px) {
  .con_search_all .box_ribbon {
    left: 74px;
  }
}
@media only screen and (max-width: 1200px) {
  .con_search_all {
    width: 85%;
    margin: auto;
  }
}
@media print {
  .con_search_all {
    width: 85%;
    margin: auto;
  }
}
.ie8 .con_search_all {
  width: 85%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .con_search_all {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .con_search_all {
    display: none;
  }
}

.con_search {
  background: #fff;
  background: url(../images/common/bg_dotline.png) 0 0 repeat-x;
  padding-top: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .con_search {
    padding-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_search {
    background: none;
  }
}
.con_search .box_search {
  overflow: hidden;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .con_search .box_search {
    margin: 0 auto;
  }
}
@media print {
  .con_search .box_search {
    margin: 0 auto;
  }
}
.ie8 .con_search .box_search {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .con_search .box_search {
    display: none;
  }
}
.con_search .box_search fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  float: left;
  /* select {
  	border: solid 1px #ccc;
  	padding: 7px 30px 7px 14px;
  	background: #fff url(../images/common/ic_arrow_slect_down.jpg) right 15px center no-repeat;
  	appearance: none;
  	-webkit-appearance: none;
  } */
}
.con_search .box_search fieldset legend {
  float: left;
  line-height: 1.2;
  color: #000;
  font-size: 108%;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search fieldset legend {
    font-size: 93%;
  }
}
.con_search .box_search fieldset legend, .con_search .box_search fieldset > p {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.con_search .box_search fieldset input[type="text"], .con_search .box_search fieldset select {
  border: solid 1px #ccc;
  padding: 7px 30px 7px 14px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  color: #6e5b45;
  font-size: 108%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search fieldset input[type="text"], .con_search .box_search fieldset select {
    font-size: 93%;
  }
}
.con_search .box_search fieldset input[name="checkin_show"], .con_search .box_search fieldset select {
  line-height: 1.5em;
  background: #fff url(../images/common/ic_arrow_slect_down.png) right 5px center no-repeat;
}
.con_search .box_search fieldset.children {
  display: none;
}
.con_search .box_search fieldset.promoCd {
  width: 220px;
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search fieldset.promoCd {
    width: 95px;
    margin-top: 10px;
  }
}
.con_search .box_search fieldset.promoCd legend {
  padding-top: 0;
}
.con_search .box_search fieldset.promoCd input {
  width: 60px;
}
.con_search .box_search .box_day {
  width: 245px;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .box_day {
    width: 200px;
    margin-right: 10px;
  }
}
.con_search .box_search .box_day em {
  width: 75px;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .box_day em {
    width: 60px;
  }
}
.con_search .box_search .box_day p, .con_search .box_search .box_day input {
  width: 170px;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .box_day p, .con_search .box_search .box_day input {
    width: 135px;
  }
}
.con_search .box_search .box_day .wrap_day {
  position: relative;
}
.con_search .box_search .box_day .wrap_day #checkin_date {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
}
.con_search .box_search .box_day .wrap_day #checkin_show {
  position: relative;
  z-index: 0;
}
.con_search .box_search .box_sta, .con_search .box_search .box_per, .con_search .box_search .box_roo {
  width: 125px;
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .box_sta, .con_search .box_search .box_per, .con_search .box_search .box_roo {
    width: 95px;
    margin-right: 10px;
  }
}
.con_search .box_search .box_sta em, .con_search .box_search .box_per em, .con_search .box_search .box_roo em {
  width: 45px;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .box_sta em, .con_search .box_search .box_per em, .con_search .box_search .box_roo em {
    width: 35px;
  }
}
.con_search .box_search .box_sta p, .con_search .box_search .box_sta select, .con_search .box_search .box_per p, .con_search .box_search .box_per select, .con_search .box_search .box_roo p, .con_search .box_search .box_roo select {
  width: 80px;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .box_sta p, .con_search .box_search .box_sta select, .con_search .box_search .box_per p, .con_search .box_search .box_per select, .con_search .box_search .box_roo p, .con_search .box_search .box_roo select {
    width: 60px;
  }
}
.con_search .box_search .box_day input, .con_search .box_search .box_sta p, .con_search .box_search .box_per p, .con_search .box_search .box_roo p {
  height: 40px !important;
  line-height: 40px;
  background: url(../images/common/ic_arrow_slect_down.png) right 0 no-repeat;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .box_day input, .con_search .box_search .box_sta p, .con_search .box_search .box_per p, .con_search .box_search .box_roo p {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .con_search .box_search .box_type {
    margin-top: 20px;
  }
}
@media print {
  .con_search .box_search .box_type {
    margin-top: 20px;
  }
}
.ie8 .con_search .box_search .box_type {
  margin-top: 20px;
}
.con_search .box_search .box_type ul {
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .box_type ul {
    margin-left: 0;
  }
}
@media only screen and (max-width: 915px) {
  .con_search .box_search .box_type ul {
    clear: both;
  }
}
.con_search .box_search .box_type ul li {
  display: block;
  line-height: 1;
  margin: 4px 0;
  vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
  .con_search .box_search .box_type ul li {
    display: inline-block;
    margin-right: 10px;
  }
}
@media print {
  .con_search .box_search .box_type ul li {
    display: inline-block;
    margin-right: 10px;
  }
}
.ie8 .con_search .box_search .box_type ul li {
  display: inline-block;
  margin-right: 10px;
}
.con_search .box_search .box_type ul li:first-child {
  margin-bottom: 7px;
}
.con_search .box_search .box_type ul li input[type="radio"] {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.con_search .box_search .box_type ul li label {
  padding-left: 10px;
  vertical-align: 1px;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .box_type ul li label {
    font-size: 93%;
  }
}
.con_search .box_search .btn_submit {
  float: right;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .con_search .box_search .btn_submit {
    padding-top: 10px;
  }
}
@media print {
  .con_search .box_search .btn_submit {
    padding-top: 10px;
  }
}
.ie8 .con_search .box_search .btn_submit {
  padding-top: 10px;
}
.con_search .box_search .btn_submit input {
  -webkit-appearance: none !important;
  width: 100%;
  display: inline-block;
  padding: 9px 10px;
  background: #24282f;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  font-family: "EB Garamond", serif;
  padding: 13px 10px;
  min-width: 120px;
  font-size: 93%;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .con_search .box_search .btn_submit input {
    padding: 15px 10px;
  }
}
.con_search .box_search .btn_submit input:hover {
  background: #7c6954;
  color: #fff;
}
.con_search .box_search .btn_submit input:hover i.fa-angle-right {
  margin-right: -0.2em;
  margin-left: 0.8em;
}
.con_search .box_search .btn_submit input i {
  margin-right: 0.6em;
}
.con_search .box_search .btn_submit input i.fa-angle-right {
  margin-right: 0;
  margin-left: 0.6em;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .btn_submit input {
    min-width: 151px;
  }
}
.con_search .box_search .btn_submit input i.fa-search {
  font-size: 85%;
}
.con_search .box_links {
  padding: 5px 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .con_search .box_links {
    display: none;
  }
}
.con_search .box_links > p {
  display: inline-block;
  margin-left: 25px;
}
.con_search .box_links > p a {
  text-decoration: none;
  font-size: 93%;
  color: #000;
}
.con_search .box_links > p a i {
  margin-left: 0.5em;
}

.box_rsvinfo {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .box_rsvinfo {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .box_rsvinfo {
    margin-bottom: 30px;
  }
}
.box_rsvinfo p a {
  display: block;
  padding: 1em;
  border: 2px solid #cd0a0a;
  color: #cd0a0a;
  font-size: 122%;
  text-align: center;
  text-decoration: none;
}
.box_rsvinfo p a:hover {
  color: #cd0a0a;
  background: rgba(205, 10, 10, 0.2);
}
@media only screen and (max-width: 640px) {
  .box_rsvinfo p a {
    font-size: 100%;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents .con_topicpath {
  margin-bottom: 30px;
  font-size: 93%;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  #contents .con_topicpath {
    display: none;
  }
}
#contents .con_topicpath ul {
  margin-top: 0px;
  padding: 15px 0;
}
#contents .con_topicpath ul li {
  display: inline-block;
}
#contents .con_topicpath ul li i {
  margin: 0 10px;
  font-size: 115%;
  vertical-align: baseline;
}
#contents h2 {
  text-align: center;
  margin-bottom: 50px;
}
#contents h2 span {
  line-height: 1.2;
  font-weight: normal;
}
#contents h2 span.en {
  font-size: 286%;
  font-family: "EB Garamond", serif;
  display: inline-block;
  padding: 0 10px 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
  color: #000;
}
#contents h2 span.jp {
  font-size: 108%;
  color: #7c6954;
}

/* -----------------------------------------------------------
	#con_banner
----------------------------------------------------------- */
#con_banner {
  overflow: hidden;
  margin-bottom: 50px;
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 640px) {
  #con_banner {
    margin-bottom: 0;
  }
}
#con_banner .box_inner {
  padding-top: 50px;
  max-width: 1010px;
}
@media only screen and (max-width: 640px) {
  #con_banner .box_inner .box_l, #con_banner .box_inner .box_r {
    float: none !important;
    width: 100% !important;
  }
  #con_banner .box_inner .box_l img, #con_banner .box_inner .box_r img {
    width: 100%;
  }
}
#con_banner .box_inner .box_l {
  float: left;
  width: 470px;
}
@media only screen and (max-width: 1024px) {
  #con_banner .box_inner .box_l {
    width: 46.5%;
  }
}
@media only screen and (max-width: 640px) {
  #con_banner .box_inner .box_l {
    margin-bottom: 2.5%;
  }
}
#con_banner .box_inner .box_l a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#con_banner .box_inner .box_l a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#con_banner .box_inner .box_r {
  float: right;
  width: 540px;
}
@media only screen and (max-width: 1024px) {
  #con_banner .box_inner .box_r {
    width: 53.5%;
  }
}
#con_banner .box_inner .box_r ul li {
  margin-left: 10px;
  width: 260px;
  float: left;
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  #con_banner .box_inner .box_r ul li:first-child {
    float: left;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  #con_banner .box_inner .box_r ul li {
    width: 47.5%;
    margin-left: 2.5%;
  }
}
@media only screen and (max-width: 640px) {
  #con_banner .box_inner .box_r ul li {
    float: right;
    width: 49%;
    margin-left: 1.8%;
  }
}
#con_banner .box_inner .box_r ul li a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#con_banner .box_inner .box_r ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

#con_fnav .box_sns {
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 10px 0 20px;
}
@media only screen and (max-width: 640px) {
  #con_fnav .box_sns {
    padding: 10px;
  }
}
#con_fnav .box_sns li {
  display: inline-block;
  margin: 0 37px;
}
@media only screen and (max-width: 640px) {
  #con_fnav .box_sns li {
    margin: 0 15px;
  }
}
#con_fnav .box_sns li a {
  text-decoration: none;
  font-size: 215%;
  color: #c1b19d;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  background: #f3ede6;
  padding-bottom: 10px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 640px) {
  #footer.active {
    background: #fff;
  }
}
@media only screen and (max-width: 640px) {
  #footer {
    padding-bottom: 85px;
  }
}
#footer .box_inner {
  padding: 40px 0 20px;
}
@media only screen and (max-width: 900px) {
  #footer .box_inner {
    padding: 30px 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  #footer .box_inner {
    width: 100%;
  }
}
#footer .box_inner .logo {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  #footer .box_inner .logo {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #footer .box_inner .logo {
    max-width: 230px;
    margin: 0 auto 0;
  }
}
#footer .box_inner .logo a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#footer .box_inner .logo a:hover {
  opacity: 0.8;
}
#footer .box_inner .box_footer {
  margin: 0 auto;
  max-width: 770px;
}
@media only screen and (max-width: 900px) {
  #footer .box_inner .box_footer {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #footer .box_inner .box_footer {
    margin-top: 30px;
  }
}
#footer .box_inner .box_footer > div {
  float: left;
}
@media only screen and (max-width: 640px) {
  #footer .box_inner .box_footer > div {
    float: none !important;
    width: 100% !important;
  }
}
#footer .box_inner .box_footer > div.box_accomodations {
  width: 178px;
}
@media only screen and (max-width: 640px) {
  #footer .box_inner .box_footer > div.box_accomodations {
    padding-right: 0;
  }
}
#footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li {
  padding-left: 15px;
}
#footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li:first-child {
  padding-left: 0;
  font-size: 108%;
}
@media only screen and (max-width: 640px) {
  #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li {
    margin-bottom: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_rsv a, #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_can a, #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_member a {
    width: 100%;
    display: inline-block;
    padding: 9px 10px;
    background: #24282f;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    font-family: "EB Garamond", serif;
    padding: 15px 7px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_rsv a, #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_can a, #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_member a {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 640px) {
  #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_rsv a:hover, #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_can a:hover, #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_member a:hover {
    background: #7c6954;
    color: #fff;
  }
  #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_rsv a:hover i.fa-angle-right, #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_can a:hover i.fa-angle-right, #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_member a:hover i.fa-angle-right {
    margin-right: -0.2em;
    margin-left: 0.8em;
  }
  #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_rsv a i, #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_can a i, #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_member a i {
    margin-right: 0.6em;
  }
  #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_rsv a i.fa-angle-right, #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_can a i.fa-angle-right, #footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_member a i.fa-angle-right {
    margin-right: 0;
    margin-left: 0.6em;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
}
#footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_can a {
  background: #f3ede6;
  color: #5e4c37;
}
#footer .box_inner .box_footer > div.box_accomodations .box_rsv ul li.btn_member a {
  background: #f3ede6;
  color: #5e4c37;
}
#footer .box_inner .box_footer > div.box_accomodations .btn_home a {
  border-bottom: solid 1px #ccc;
  background: #fff;
  display: block;
  text-decoration: none;
  padding: 15px 10px 15px 30px;
  outline: none;
  font-size: 100%;
  color: #5e4c37;
}
#footer .box_inner .box_footer > div.box_stay {
  width: 160px;
}
#footer .box_inner .box_footer > div.box_stay li {
  padding-left: 15px;
}
#footer .box_inner .box_footer > div.box_stay li:first-child {
  padding-left: 0;
  font-size: 108%;
}
@media only screen and (max-width: 640px) {
  #footer .box_inner .box_footer > div.box_stay li a {
    padding-left: 40px;
  }
}
#footer .box_inner .box_footer > div.box_restaurant {
  width: 240px;
}
#footer .box_inner .box_footer > div.box_restaurant li {
  padding-left: 15px;
}
#footer .box_inner .box_footer > div.box_restaurant li:first-child {
  padding-left: 0;
  font-size: 108%;
}
@media only screen and (max-width: 640px) {
  #footer .box_inner .box_footer > div.box_restaurant li a {
    padding-left: 40px;
  }
}
#footer .box_inner .box_footer > div.box_other {
  width: 190px;
}
#footer .box_inner .box_footer > div.box_other li {
  font-size: 108%;
}
#footer .box_inner .box_footer > div .btn_sp {
  display: none;
  border-bottom: solid 1px #ccc;
  background: #fff;
}
#footer .box_inner .box_footer > div .btn_sp.active i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#footer .box_inner .box_footer > div .btn_sp i {
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  /* Opera */
  -moz-transition: all 0.3s ease-out;
  /* Firefox */
  -webkit-transition: all 0.3s ease-out;
  /* GoogleChrome, Safari */
  -ms-transition: all 0.3s ease-out;
  /* IE */
}
@media only screen and (max-width: 640px) {
  #footer .box_inner .box_footer > div .btn_sp {
    display: block;
  }
  #footer .box_inner .box_footer > div .btn_sp a {
    display: block;
    text-decoration: none;
    padding: 15px 10px 15px 30px;
    outline: none;
    font-size: 100%;
    color: #5e4c37;
  }
}
#footer .box_inner .box_footer > div .btn_sp i {
  font-size: 50%;
  margin-left: 1em;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  #footer .box_inner .box_footer > div ul.sp_none {
    display: none;
  }
  #footer .box_inner .box_footer > div ul.sp_none li {
    padding-left: 10px;
    background: #f3ede6;
    margin-bottom: 0;
  }
}
#footer .box_inner .box_footer > div ul > li, #footer .box_inner .box_footer > div ul li {
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  #footer .box_inner .box_footer > div ul > li, #footer .box_inner .box_footer > div ul li {
    width: 100%;
    margin-bottom: 0;
    border-bottom: solid 1px #ccc;
  }
}
#footer .box_inner .box_footer > div ul > li > a, #footer .box_inner .box_footer > div ul > li p > a, #footer .box_inner .box_footer > div ul li > a, #footer .box_inner .box_footer > div ul li p > a {
  font-size: 93%;
  text-decoration: none;
  color: #7c6954;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  #footer .box_inner .box_footer > div ul > li > a, #footer .box_inner .box_footer > div ul > li p > a, #footer .box_inner .box_footer > div ul li > a, #footer .box_inner .box_footer > div ul li p > a {
    font-size: 86%;
  }
}
@media only screen and (max-width: 640px) {
  #footer .box_inner .box_footer > div ul > li > a, #footer .box_inner .box_footer > div ul > li p > a, #footer .box_inner .box_footer > div ul li > a, #footer .box_inner .box_footer > div ul li p > a {
    display: block;
    text-decoration: none;
    font-size: 100%;
    padding: 15px 10px 15px 30px;
  }
}
#footer .box_inner .box_footer > div ul > li > a i.fa-angle-right, #footer .box_inner .box_footer > div ul > li p > a i.fa-angle-right, #footer .box_inner .box_footer > div ul li > a i.fa-angle-right, #footer .box_inner .box_footer > div ul li p > a i.fa-angle-right {
  margin-right: 0.6em;
}
#footer .box_inner .box_footer > div ul > li > a i.fa-external-link, #footer .box_inner .box_footer > div ul > li p > a i.fa-external-link, #footer .box_inner .box_footer > div ul li > a i.fa-external-link, #footer .box_inner .box_footer > div ul li p > a i.fa-external-link {
  margin-left: 0.1em;
}
#footer .box_inner .box_footer > div ul > li > p, #footer .box_inner .box_footer > div ul li > p {
  margin-bottom: 10px;
}
#footer .box_inner .box_footer > div ul > li ul, #footer .box_inner .box_footer > div ul li ul {
  padding-left: 15px;
}
#footer .box_adress {
  text-align: center;
  margin-bottom: 5px;
}
#footer .box_adress h3, #footer .box_adress p {
  display: inline-block;
  font-size: 93%;
}
#footer .box_adress h3 {
  font-weight: normal;
  margin-right: 15px;
}
@media only screen and (max-width: 640px) {
  #footer .box_adress h3 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #footer .box_adress p {
    display: block;
  }
}
#footer .box_adress p.txt_tel {
  margin-left: 10px;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  #footer .box_adress p.txt_tel {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #footer .box_adress p.txt_tel span.fax {
    display: none;
  }
}
#footer .box_adress p.txt_tel a {
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #footer .box_adress p.txt_tel a {
    font-family: "EB Garamond", serif;
    font-size: 231%;
  }
}
#footer #copyright {
  text-align: center;
  font-size: 86%;
  color: #d5b796;
}

/* -----------------------------------------------------------
	#box_sp_menu スマホ追従メニュー
----------------------------------------------------------- */
.box_sp_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.box_sp_menu > ul > li {
  float: left;
  width: 25%;
  padding: 12px 5px;
  height: 65px;
  text-align: center;
}
.box_sp_menu > ul > li.nav_hom, .box_sp_menu > ul > li.nav_lan {
  background: #7c6954;
  border-right: solid 1px #beb4aa;
}
.box_sp_menu > ul > li.nav_hom i {
  font-size: 158%;
  margin-bottom: 3px;
}
.box_sp_menu > ul > li.nav_lan i {
  font-size: 143%;
  margin-bottom: 3px;
}
.box_sp_menu > ul > li.nav_lan .box_lang {
  display: none;
}
@media only screen and (max-width: 640px) {
  .box_sp_menu > ul > li.nav_lan .box_lang {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 80px;
    background: rgba(255, 255, 255, 0.95);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
    z-index: -1;
  }
}
.box_sp_menu > ul > li.nav_lan .box_lang li {
  display: block;
  float: none;
  border-bottom: solid 1px #ccc;
}
.box_sp_menu > ul > li.nav_lan .box_lang li:first-child {
  border-top: solid 1px #ccc;
}
.box_sp_menu > ul > li.nav_lan .box_lang li a {
  display: block;
  padding: 20px 10px;
  color: #24282f;
}
.box_sp_menu > ul > li.nav_rsv {
  background: #24282f;
  padding-top: 13px;
  border-right: solid 1px #7f6d4b;
}
.box_sp_menu > ul > li.nav_rsv i {
  font-size: 129%;
  margin-bottom: 3px;
}
.box_sp_menu > ul > li.nav_menu {
  background: #d9b266;
}
.box_sp_menu > ul > li.nav_menu a#btn_menu {
  position: relative;
}
.box_sp_menu > ul > li.nav_menu a#btn_menu #box_menu.active {
  position: absolute;
  top: -75px;
  right: -5px;
  width: 55px;
  height: 55px;
  background: #6e5b45;
  background: rgba(217, 178, 102, 0.8);
}
.box_sp_menu > ul > li.nav_menu a#btn_menu .menu1 {
  width: 18px;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  background-color: #fff;
  top: 2px;
  position: absolute;
  z-index: 99;
}
.box_sp_menu > ul > li.nav_menu a#btn_menu .menu2 {
  width: 18px;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  background-color: #fff;
  top: 8px;
  position: absolute;
}
.box_sp_menu > ul > li.nav_menu a#btn_menu .menu3 {
  width: 18px;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  background-color: #fff;
  top: 14px;
  position: absolute;
}
.box_sp_menu > ul > li.nav_menu a#btn_menu .menu1, .box_sp_menu > ul > li.nav_menu a#btn_menu .menu2, .box_sp_menu > ul > li.nav_menu a#btn_menu .menu3 {
  transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  /* Opera */
  -moz-transition: all 0.4s ease-out;
  /* Firefox */
  -webkit-transition: all 0.4s ease-out;
  /* GoogleChrome, Safari */
  -ms-transition: all 0.4s ease-out;
  /* IE */
}
.box_sp_menu > ul > li.nav_menu a#btn_menu .menuclick1, .box_sp_menu > ul > li.nav_menu a#btn_menu .menuclick2, .box_sp_menu > ul > li.nav_menu a#btn_menu .menuclick3 {
  background: #000;
  width: 30px;
  margin-left: -15px;
}
.box_sp_menu > ul > li.nav_menu a#btn_menu .menuclick1 {
  top: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box_sp_menu > ul > li.nav_menu a#btn_menu .menuclick2 {
  opacity: 0;
}
.box_sp_menu > ul > li.nav_menu a#btn_menu .menuclick3 {
  top: 25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box_sp_menu > ul > li.nav_menu a#btn_menu .txt {
  padding-top: 23px;
}
.box_sp_menu > ul > li a {
  text-decoration: none;
  color: #fff;
  display: block !important;
}
.box_sp_menu > ul > li a:hover {
  color: #fff;
}

/*----------------------------------------------------
	テーブル tbl_primary
----------------------------------------------------*/
table.tbl_primary {
  border: 0;
  border-collapse: separate;
  background-color: #fff;
  width: 100%;
  box-shadow: #dedcc4 7px 7px 0px 0px;
  -webkit-box-shadow: #dedcc4 7px 7px 0px 0px;
  -moz-box-shadow: #dedcc4 7px 7px 0px 0px;
}
table.tbl_primary th, table.tbl_primary td {
  border-top: solid 1px #dedccb;
}
table.tbl_primary th {
  background-color: #c1b19d;
  color: #1e2219;
  text-align: center;
  padding: 12px 6px;
}
table.tbl_primary th.title {
  background-color: #f1e6d8;
  color: #1e2219;
  background-color: #e1d6cb;
}
table.tbl_primary th.sst {
  background: #f1e9de;
}
table.tbl_primary td {
  padding: 12px 12px;
  background: #fff;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  table.tbl_primary th, table.tbl_primary td {
    float: left;
    width: 100%;
  }
}

/*----------------------------------------------------
	テーブル tbl_basic
----------------------------------------------------*/
table.tbl_basic {
  border: 0;
  border-collapse: separate;
  background-color: #fff;
  width: 100%;
  box-shadow: #dedcc4 7px 7px 0px 0px;
  -webkit-box-shadow: #dedcc4 7px 7px 0px 0px;
  -moz-box-shadow: #dedcc4 7px 7px 0px 0px;
}
table.tbl_basic th, table.tbl_basic td {
  border-top: solid 1px #dedccb;
}
table.tbl_basic th {
  background-color: #c1b19d;
  color: #1e2219;
  text-align: center;
  padding: 12px 6px;
}
table.tbl_basic th.title {
  background-color: #f1e6d8;
  color: #1e2219;
  background-color: #e1d6cb;
}
table.tbl_basic th.sst {
  background: #f1e9de;
}
table.tbl_basic td {
  padding: 12px 12px;
  background: #fff;
  text-align: left;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
