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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.con_nav .box_nav, .con_nav #con_gnav .box_sub_nav .sub_nav, .con_nav #con_fixnav .box_sub_nav .sub_nav, .con_nav #con_hnav .box_hnav, .con_search .box_search, .con_search-sp .box_search-sp, #contents .box_banner_common, #contents .con_title .topicpath, #contents .box_page_link, #footer .catch_footer, #footer .box_sns, #footer .con_footer .box_footer, #menuList .inner .nav_manu ul li a, .con_access .box_access, .box_ame, .box_rental {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1099px) {
  .con_nav .box_nav, .con_nav #con_gnav .box_sub_nav .sub_nav, .con_nav #con_fixnav .box_sub_nav .sub_nav, .con_nav #con_hnav .box_hnav, .con_search .box_search, .con_search-sp .box_search-sp, #contents .box_banner_common, #contents .con_title .topicpath, #contents .box_page_link, #footer .catch_footer, #footer .box_sns, #footer .con_footer .box_footer, #menuList .inner .nav_manu ul li a, .con_access .box_access, .box_ame, .box_rental {
    width: 91.66667%;
  }
}

#header .con_header:after {
  content: "";
  display: table;
  clear: both;
}

/* font-awesome */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/* -----------------------------------------------------------
	アニメーション
----------------------------------------------------------- */
@-moz-keyframes wave {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wave {
  0% {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #2f2f2f;
  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: 85%;
  }
}
body a {
  color: #2f2f2f;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
}
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: 1100px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1100px) {
  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: 1099px) {
  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 {
  position: relative;
}
#header .con_header {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  #header .con_header {
    top: 3%;
  }
}
#header .con_header .logo {
  width: 142px;
  float: left;
  margin-left: 1%;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #header .con_header .logo {
    width: 34.89583%;
    margin-left: 4.16667%;
  }
}
#header .con_header h1 {
  float: right;
  color: #fff;
  margin-left: 20px;
  font-size: 93%;
  font-weight: 100;
  text-shadow: 0 0 10px rgba(77, 99, 88, 0.75);
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #header .con_header h1 {
    width: 50%;
  }
}
#header .con_header .btn_menu {
  float: right;
  margin-right: 3.55%;
  width: 13.125%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #header .con_header .btn_menu {
    width: 7%;
    max-width: 100px;
    position: fixed;
    right: 2%;
    top: 2%;
    float: none;
    margin-right: 0;
    z-index: 999;
  }
  #header .con_header .btn_menu a {
    display: block;
  }
  #header .con_header .btn_menu a img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .btn_menu {
    margin-right: 4.16667%;
  }
}

/* -----------------------------------------------------------
	.con_nav
----------------------------------------------------------- */
.con_nav {
  background: #fff;
}
.con_nav .box_nav {
  position: relative;
  text-align: center;
  padding: 20px 0;
}
.con_nav .box_nav .box_tel {
  position: absolute;
  right: 0;
  top: 20px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 186%;
  color: #444444;
  text-align: left;
}
.con_nav .box_nav .box_tel em {
  display: block;
  font-size: 50%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
.con_nav #con_gnav, .con_nav #con_fixnav {
  position: relative;
}
.con_nav #con_gnav .gnav, .con_nav #con_fixnav .gnav {
  width: 1100px;
  margin: auto;
  display: table;
  font-size: 108%;
}
@media only screen and (min-width: 1100px) and (max-width: 1125px) {
  .con_nav #con_gnav .gnav, .con_nav #con_fixnav .gnav {
    width: 100%;
  }
}
@media print {
  .con_nav #con_gnav .gnav, .con_nav #con_fixnav .gnav {
    width: 100%;
  }
}
.ie8 .con_nav #con_gnav .gnav, .ie8 .con_nav #con_fixnav .gnav {
  width: 100%;
}
.con_nav #con_gnav .gnav > li, .con_nav #con_fixnav .gnav > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.25em;
}
.con_nav #con_gnav .gnav > li:first-child a:before, .con_nav #con_gnav .gnav > li.gnav_rsrv a:before, .con_nav #con_fixnav .gnav > li:first-child a:before, .con_nav #con_fixnav .gnav > li.gnav_rsrv a:before {
  display: none;
}
.con_nav #con_gnav .gnav > li > a, .con_nav #con_fixnav .gnav > li > a {
  display: block;
  padding: 10px 1.2em;
  text-decoration: none;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  position: relative;
  -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;
}
.con_nav #con_gnav .gnav > li > a:before, .con_nav #con_fixnav .gnav > li > a:before {
  content: "";
  width: 1px;
  background: #e0d5d0;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.con_nav #con_gnav .gnav > li.line_dou, .con_nav #con_fixnav .gnav > li.line_dou {
  font-size: 93%;
}
.con_nav #con_gnav .gnav > li.line_dou > a, .con_nav #con_fixnav .gnav > li.line_dou > a {
  padding: 2px 1.5em;
}
.con_nav #con_gnav .gnav > li:hover > a, .con_nav #con_gnav .gnav > li.active > a, .con_nav #con_fixnav .gnav > li:hover > a, .con_nav #con_fixnav .gnav > li.active > a {
  color: #fff;
  background: #532e1c;
}
.con_nav #con_gnav .gnav > li:hover > a:before, .con_nav #con_gnav .gnav > li.active > a:before, .con_nav #con_fixnav .gnav > li:hover > a:before, .con_nav #con_fixnav .gnav > li.active > a:before {
  background: #532e1c;
}
.con_nav #con_gnav .gnav > li.gnav_rsrv > a, .con_nav #con_fixnav .gnav > li.gnav_rsrv > a {
  background: #59b495;
  color: #fff;
}
.mouse .con_nav #con_gnav .gnav > li.gnav_rsrv > a, .mouse .con_nav #con_fixnav .gnav > li.gnav_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 .con_nav #con_gnav .gnav > li.gnav_rsrv > a:hover, .touch .con_nav #con_gnav .gnav > li.gnav_rsrv > a.touchstart, .mouse .con_nav #con_fixnav .gnav > li.gnav_rsrv > a:hover, .touch .con_nav #con_fixnav .gnav > li.gnav_rsrv > a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_nav #con_gnav .gnav > li.gnav_rsrv > a, .touch .con_nav #con_fixnav .gnav > li.gnav_rsrv > a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_nav #con_gnav .gnav > li.gnav_rsrv > a.touchend, .touch .con_nav #con_fixnav .gnav > li.gnav_rsrv > a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_nav #con_gnav .gnav > li.gnav_rsrv:hover a, .con_nav #con_fixnav .gnav > li.gnav_rsrv:hover a {
  background: #59b495;
  color: #fff;
}
.con_nav #con_gnav .box_sub_nav, .con_nav #con_fixnav .box_sub_nav {
  margin-top: 20px;
  background: #532d1c;
  padding: 20px 0;
  display: none;
  position: absolute;
  z-index: 999;
  width: 1100px;
  top: 100%;
  left: 50%;
  margin-left: -550px;
}
.con_nav #con_gnav .box_sub_nav .sub_nav, .con_nav #con_fixnav .box_sub_nav .sub_nav {
  letter-spacing: -.4em;
  text-align: left;
  position: relative;
}
.con_nav #con_gnav .box_sub_nav .sub_nav li, .con_nav #con_fixnav .box_sub_nav .sub_nav li {
  vertical-align: middle;
  display: inline-block;
  width: 349px;
  margin-left: 12px;
}
.con_nav #con_gnav .box_sub_nav .sub_nav li a, .con_nav #con_fixnav .box_sub_nav .sub_nav li a {
  padding: 10px;
  background: #e0d5d0;
  display: block;
}
.mouse .con_nav #con_gnav .box_sub_nav .sub_nav li a, .mouse .con_nav #con_fixnav .box_sub_nav .sub_nav 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 .con_nav #con_gnav .box_sub_nav .sub_nav li a:hover, .touch .con_nav #con_gnav .box_sub_nav .sub_nav li a.touchstart, .mouse .con_nav #con_fixnav .box_sub_nav .sub_nav li a:hover, .touch .con_nav #con_fixnav .box_sub_nav .sub_nav li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_nav #con_gnav .box_sub_nav .sub_nav li a, .touch .con_nav #con_fixnav .box_sub_nav .sub_nav li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_nav #con_gnav .box_sub_nav .sub_nav li a.touchend, .touch .con_nav #con_fixnav .box_sub_nav .sub_nav li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_nav #con_gnav .box_sub_nav .sub_nav li a p, .con_nav #con_fixnav .box_sub_nav .sub_nav li a p {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.con_nav #con_gnav .box_sub_nav .sub_nav li a p.txt, .con_nav #con_fixnav .box_sub_nav .sub_nav li a p.txt {
  margin-left: 11px;
  width: 185px;
}
.con_nav #con_gnav .box_sub_nav .sub_nav li a p.txt span.st, .con_nav #con_fixnav .box_sub_nav .sub_nav li a p.txt span.st {
  font-weight: 600;
  display: block;
  font-size: 115%;
  margin-bottom: 8px;
}
.con_nav #con_gnav .box_sub_nav .sub_nav:after, .con_nav #con_fixnav .box_sub_nav .sub_nav:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #532d1c transparent;
}
.con_nav #con_gnav .box_sub_nav:after, .con_nav #con_fixnav .box_sub_nav:after {
  height: 20px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
}
.con_nav #con_gnav .sub_rooms .sub_nav:after, .con_nav #con_fixnav .sub_rooms .sub_nav:after {
  margin-left: -350px;
}
.con_nav #con_gnav .sub_activity .sub_nav:after, .con_nav #con_fixnav .sub_activity .sub_nav:after {
  margin-left: 22px;
}
.con_nav #con_gnav .sub_fasting .sub_nav:after, .con_nav #con_fixnav .sub_fasting .sub_nav:after {
  margin-left: -227px;
}
.con_nav #con_gnav .sub_stay .sub_nav:after, .con_nav #con_fixnav .sub_stay .sub_nav:after {
  margin-left: 141px;
}
.con_nav #con_fixnav {
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 22;
  background: #fff;
  -moz-box-shadow: 0px 10px 15px -10px rgba(192, 192, 192, 0.6);
  -webkit-box-shadow: 0px 10px 15px -10px rgba(192, 192, 192, 0.6);
  box-shadow: 0px 10px 15px -10px rgba(192, 192, 192, 0.6);
  -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;
}
.con_nav #con_fixnav .gnav {
  padding: 10px 0;
}
.con_nav #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;
}
.con_nav #con_hnav {
  background: #e0d5d0;
  margin-top: 35px;
  -moz-box-shadow: 0px 10px 15px -10px rgba(10, 9, 9, 0.3) inset;
  -webkit-box-shadow: 0px 10px 15px -10px rgba(10, 9, 9, 0.3) inset;
  box-shadow: 0px 10px 15px -10px rgba(10, 9, 9, 0.3) inset;
}
.con_nav #con_hnav .box_hnav {
  text-align: right;
  letter-spacing: -.4em;
  font-size: 93%;
}
.con_nav #con_hnav .box_hnav li {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
}
.con_nav #con_hnav .box_hnav li a {
  display: block;
  padding: 12px 15px 10px;
  text-decoration: none;
  text-decoration: none !important;
  text-align: center;
  border-right: 1px solid #a79b97;
}
.mouse .con_nav #con_hnav .box_hnav li a:hover, .touch .con_nav #con_hnav .box_hnav li a.touchstart {
  text-decoration: underline !important;
}
.touch .con_nav #con_hnav .box_hnav li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_nav #con_hnav .box_hnav li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.mouse .con_nav #con_hnav .box_hnav 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 .con_nav #con_hnav .box_hnav li a:hover, .touch .con_nav #con_hnav .box_hnav li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_nav #con_hnav .box_hnav li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_nav #con_hnav .box_hnav li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_nav #con_hnav .box_hnav li:first-child a {
  border-left: 1px solid #a79b97;
}
.con_nav #con_hnav .box_hnav li.list_fb a {
  border: none;
}

/* -----------------------------------------------------------
	.con_search
----------------------------------------------------------- */
.con_search {
  background: #59b495;
  border-top: 3px solid #63c5a4;
}
.con_search .box_search {
  letter-spacing: -.4em;
}
.con_search .box_search h2 {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-weight: 100;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 129%;
}
.con_search .box_search h2:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  display: block;
  font-size: 167%;
  line-height: 1.3;
  margin-right: 0;
}
.con_search .box_search form {
  padding: 25px 0;
  vertical-align: middle;
  display: inline-block;
  width: 690px;
  margin-left: 40px;
  padding-right: 23px;
  border-right: 1px solid #63c5a4;
}
.con_search .box_search form > div {
  vertical-align: middle;
  display: inline-block;
  letter-spacing: normal;
  margin-left: 9px;
}
.con_search .box_search form > div select, .con_search .box_search form > div input {
  width: 100%;
  background: #fff;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
}
.con_search .box_search form > div select {
  padding-left: 7px;
  vertical-align: middle;
}
.con_search .box_search form > div.box_day {
  width: 155px;
  margin-left: 0;
}
.con_search .box_search form > div.box_per {
  width: 70px;
}
.con_search .box_search form > div.box_sta {
  width: 80px;
}
.con_search .box_search form > div.box_roo {
  width: 90px;
}
.con_search .box_search form > div.box_submit {
  width: 255px;
  overflow: hidden;
}
.con_search .box_search form > div.box_submit p {
  float: left;
  width: 125px;
  cursor: pointer;
}
.con_search .box_search form > div.box_submit p a, .con_search .box_search form > div.box_submit p span {
  color: #fff;
  background-color: #532d1c;
  border-bottom: 2px solid #915134;
  padding: 1em 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  position: relative;
  text-align: center;
  -moz-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  -o-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  -webkit-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
}
.con_search .box_search form > div.box_submit p a:after, .con_search .box_search form > div.box_submit p span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  top: 50%;
  margin-top: -.75em;
  right: 5%;
  margin-left: 0;
}
.con_search .box_search form > div.box_submit p a:hover, .con_search .box_search form > div.box_submit p span:hover {
  color: #fff;
  background-color: #915134;
  border-bottom: 2px solid #532d1c;
}
.con_search .box_search form > div.box_submit p a, .con_search .box_search form > div.box_submit p span {
  padding: .65em 0;
}
.con_search .box_search form > div.box_submit p.btn_plan {
  float: right;
}
.con_search .box_search form > div.box_submit p.btn_plan a, .con_search .box_search form > div.box_submit p.btn_plan span {
  color: #fff;
  background-color: #d66a45;
  border-bottom: 2px solid #b55635;
  padding: 1em 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  position: relative;
  text-align: center;
  -moz-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  -o-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  -webkit-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
}
.con_search .box_search form > div.box_submit p.btn_plan a:after, .con_search .box_search form > div.box_submit p.btn_plan span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  top: 50%;
  margin-top: -.75em;
  right: 5%;
  margin-left: 0;
}
.con_search .box_search form > div.box_submit p.btn_plan a:hover, .con_search .box_search form > div.box_submit p.btn_plan span:hover {
  color: #fff;
  background-color: #b55635;
  border-bottom: 2px solid #d66a45;
}
.con_search .box_search form > div.box_submit p.btn_plan a {
  padding: .65em 0;
}
.con_search .box_search form > div.box_oth {
  display: block;
  width: 100%;
  letter-spacing: -.4em;
  margin-top: 12px;
  margin-left: 0;
  color: #fff;
}
.con_search .box_search form > div.box_oth .btns {
  display: inline-block;
  vertical-align: middle;
}
.con_search .box_search form > div.box_oth .btns li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 15px;
}
.con_search .box_search form > div.box_oth .btns li:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
.con_search .box_search form > div.box_oth .btns li a {
  text-decoration: none !important;
  color: #fff;
}
.mouse .con_search .box_search form > div.box_oth .btns li a:hover, .touch .con_search .box_search form > div.box_oth .btns li a.touchstart {
  text-decoration: underline !important;
}
.touch .con_search .box_search form > div.box_oth .btns li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_search .box_search form > div.box_oth .btns li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_search .box_search form > div.box_oth .txt {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.con_search .box_search .btn_doc {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width: 175px;
  margin-top: 25px;
  margin-left: 23px;
}
.con_search .box_search .btn_doc a, .con_search .box_search .btn_doc span {
  color: #020202;
  background-color: #dcd895;
  border-bottom: 2px solid #a5a277;
  padding: 1em 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  position: relative;
  text-align: center;
  -moz-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  -o-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  -webkit-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
}
.con_search .box_search .btn_doc a:after, .con_search .box_search .btn_doc span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  top: 50%;
  margin-top: -.75em;
  right: 5%;
  margin-left: 0;
}
.con_search .box_search .btn_doc a:hover, .con_search .box_search .btn_doc span:hover {
  color: #020202;
  background-color: #a5a277;
  border-bottom: 2px solid #dcd895;
}
.con_search .box_search .btn_doc a {
  padding: .65em 0;
}

.con_search-sp {
  background: #59b495;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .con_search-sp {
    padding: 4% 0;
  }
}
.con_search-sp .box_search-sp {
  overflow: hidden;
}
.con_search-sp .box_search-sp li {
  width: 32.95455%;
  float: left;
  margin-left: 0.56818%;
}
.con_search-sp .box_search-sp li:first-child {
  margin-left: 0;
}
.con_search-sp .box_search-sp li > a, .con_search-sp .box_search-sp li > span {
  padding: 20px 0;
  display: block;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 5px 2px;
  text-align: center;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-decoration: none;
  color: #fff;
  font-size: 129%;
}
@media only screen and (max-width: 767px) {
  .con_search-sp .box_search-sp li > a, .con_search-sp .box_search-sp li > span {
    padding: 7% 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search-sp .box_search-sp li > a, .con_search-sp .box_search-sp li > span {
    font-size: 100%;
  }
}
.con_search-sp .box_search-sp li > a i, .con_search-sp .box_search-sp li > span i {
  display: block;
  width: 19.65517%;
  margin: auto;
  max-width: 57px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_search-sp .box_search-sp li > a i, .con_search-sp .box_search-sp li > span i {
    max-width: 45px;
  }
}
.con_search-sp .box_search-sp li > a span, .con_search-sp .box_search-sp li > span span {
  display: block;
  margin-top: .3em;
}

/* -----------------------------------------------------------
	下層画像、タイトル
----------------------------------------------------------- */
.lower #header {
  width: 100%;
  overflow: hidden;
}
.lower #header .con_header {
  top: 25px;
}
@media only screen and (max-width: 767px) {
  .lower #header .con_header {
    top: 3%;
  }
}
.lower #header .con_header h1 {
  float: left;
}
.lower #header .con_header .logo {
  display: none;
}
@media only screen and (min-width: 768px) {
  .lower #header .main_img {
    position: relative;
    left: 50%;
    margin-left: -1000px;
  }
}
@media print {
  .lower #header .main_img {
    position: relative;
    left: 50%;
    margin-left: -1000px;
  }
}
.ie8 .lower #header .main_img {
  position: relative;
  left: 50%;
  margin-left: -1000px;
}
@media only screen and (max-width: 767px) {
  .lower #header .main_img {
    overflow: hidden;
  }
  .lower #header .main_img img {
    position: relative;
    width: 256%;
    max-width: none;
    margin-left: -78%;
  }
}
@media only screen and (max-width: 767px) {
  .lower #header .con_header h1 {
    display: block !important;
    width: 75%;
    margin-left: 4.16667%;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  /* ------- 共通バナー ------------------------ */
  /* ------- ページ内リンク ------------------------ */
}
#contents .box_banner_common {
  overflow: hidden;
  margin-top: 45px;
}

#contents .box_banner_common li.bn_fb, #contents .box_banner_common li.bn_rec img {
    height: auto;
}

@media only screen and (max-width: 767px) {
  #contents .box_banner_common {
    margin-top: 5%;
  }
}
#contents .box_banner_common li {
  float: left;
}
.mouse #contents .box_banner_common 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 #contents .box_banner_common li a:hover, .touch #contents .box_banner_common li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #contents .box_banner_common li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #contents .box_banner_common 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) {
  #contents .box_banner_common li {
    margin-left: 0.90909%;
    margin-bottom: 0.90909%;
  }
  #contents .box_banner_common li.bn_vio, #contents .box_banner_common li.bn_gal {
    margin-left: 0;
    clear: left;
  }
  #contents .box_banner_common li.bn_vio, #contents .box_banner_common li.bn_qa, #contents .box_banner_common li.bn_bro {
    width: 16%;
  }
  #contents .box_banner_common li.bn_fb, #contents .box_banner_common li.bn_rec {
    width: 23.90909%;
  }
  #contents .box_banner_common li.bn_you, #contents .box_banner_common li.bn_dri {
    width: 24.45455%;
  }
  #contents .box_banner_common li.bn_gal {
    width: 49.81818%;
  }
}
@media print {
  #contents .box_banner_common li {
    margin-left: 0.90909%;
    margin-bottom: 0.90909%;
  }
  #contents .box_banner_common li.bn_vio, #contents .box_banner_common li.bn_gal {
    margin-left: 0;
    clear: left;
  }
  #contents .box_banner_common li.bn_vio, #contents .box_banner_common li.bn_qa, #contents .box_banner_common li.bn_bro {
    width: 16%;
  }
  #contents .box_banner_common li.bn_fb, #contents .box_banner_common li.bn_rec {
    width: 23.90909%;
  }
  #contents .box_banner_common li.bn_you, #contents .box_banner_common li.bn_dri {
    width: 24.45455%;
  }
  #contents .box_banner_common li.bn_gal {
    width: 49.81818%;
  }
}
.ie8 #contents .box_banner_common li {
  margin-left: 0.90909%;
  margin-bottom: 0.90909%;
}
.ie8 #contents .box_banner_common li.bn_vio, .ie8 #contents .box_banner_common li.bn_gal {
  margin-left: 0;
  clear: left;
}
.ie8 #contents .box_banner_common li.bn_vio, .ie8 #contents .box_banner_common li.bn_qa, .ie8 #contents .box_banner_common li.bn_bro {
  width: 16%;
}
.ie8 #contents .box_banner_common li.bn_fb, .ie8 #contents .box_banner_common li.bn_rec {
  width: 23.90909%;
}
.ie8 #contents .box_banner_common li.bn_you, .ie8 #contents .box_banner_common li.bn_dri {
  width: 24.45455%;
}
.ie8 #contents .box_banner_common li.bn_gal {
  width: 49.81818%;
}
@media only screen and (max-width: 767px) {
  #contents .box_banner_common li {
    margin-bottom: 1.84502%;
  }
  #contents .box_banner_common li img {
    width: 100%;
  }
  #contents .box_banner_common li.bn_vio, #contents .box_banner_common li.bn_qa, #contents .box_banner_common li.bn_bro {
    width: 32.11679%;
    margin-left: 1.82482%;
  }
  #contents .box_banner_common li.bn_vio {
    margin-left: 0;
  }
  #contents .box_banner_common li.bn_fb, #contents .box_banner_common li.bn_rec {
    width: 48.52399%;
    margin-left: 0;
    clear: left;
  }
  #contents .box_banner_common li.bn_you, #contents .box_banner_common li.bn_dri {
    margin-left: 1.84502%;
    width: 49.631%;
  }
  #contents .box_banner_common li.bn_gal {
    width: 100%;
    clear: left;
  }
}
#contents .con_title {
  padding-top: 35px;
  border-bottom: 1px solid #e0d5d0;
  /* --------- パンクズ ------------------ */
}
@media only screen and (max-width: 767px) {
  #contents .con_title {
    padding-top: 4%;
  }
}
#contents .con_title h2 {
  text-align: center;
  font-size: 286%;
  font-weight: 100;
  color: #532d1c;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #contents .con_title h2 {
    font-size: 243%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_title h2 {
    font-size: 172%;
  }
}
#contents .con_title h2 .jp {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
#contents .con_title h2 .en {
  font-family: 'Josefin Sans', sans-serif;
}
#contents .con_title h2 span {
  display: block;
  letter-spacing: .4em;
  margin-bottom: .3em;
  line-height: 1.2;
}
#contents .con_title h2 em {
  display: block;
  font-size: 25%;
  letter-spacing: 1em;
}
#contents .con_title .topicpath {
  overflow: hidden;
  padding: 10px 0;
  text-align: right;
}
#contents .con_title .topicpath li {
  display: inline-block;
}
#contents .con_title .topicpath li:before {
  content: '>';
  margin: 0 .5em;
}
#contents .con_title .topicpath li:first-child:before {
  content: none;
}
#contents .box_page_link {
  letter-spacing: -.4em;
  text-align: center;
}
#contents .box_page_link li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #e0d5d0;
  width: 20%;
  margin-bottom: 10px;
}
#contents .box_page_link li a {
  display: block;
  text-decoration: none;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 115%;
  padding-bottom: 1.5em;
  position: relative;
}
.mouse #contents .box_page_link 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 #contents .box_page_link li a:hover, .touch #contents .box_page_link li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #contents .box_page_link li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #contents .box_page_link 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: 1099px) {
  #contents .box_page_link li a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .box_page_link li a {
    font-size: 100%;
  }
}
#contents .box_page_link li a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  font-size: 150%;
  display: block;
  position: absolute;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  -moz-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
#contents .box_page_link li a:hover:before {
  bottom: -.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #contents .box_page_link li {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .box_page_link li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .box_page_link li {
    margin-bottom: 2%;
  }
}
#contents .box_page_link li:first-child {
  border-left: none;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #contents .box_page_link li:nth-child(4) {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  #contents .box_page_link {
    text-align: left;
  }
  #contents .box_page_link li {
    text-align: center;
  }
  #contents .box_page_link li:nth-child(odd) {
    border-left: none;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  width: 100%;
  overflow: hidden;
}
#footer .catch_footer {
  margin-top: 50px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 115%;
  line-height: 2.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .catch_footer {
    margin-top: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .catch_footer {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .catch_footer {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .catch_footer {
    line-height: 1.8;
  }
}
#footer .box_sns {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  #footer .box_sns {
    margin-top: 7%;
  }
}
#footer .box_sns ul {
  letter-spacing: -.4em;
  text-align: center;
}
#footer .box_sns ul li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  margin-left: 16px;
}
#footer .box_sns ul li:first-child {
  margin-left: 0;
}
.mouse #footer .box_sns ul li {
  -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 .box_sns ul li:hover, .touch #footer .box_sns ul li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .box_sns ul li {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .box_sns ul li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  #footer .box_sns ul li {
    width: 13.40909%;
    margin-left: 3.97727%;
  }
}
#footer .box_sns .box_like {
  width: 740px;
  margin: 35px auto 0;
}
@media only screen and (max-width: 767px) {
  #footer .box_sns .box_like {
    margin: 5% auto 0;
  }
}
#footer .box_sns .box_like .fb-like {
  width: 100%;
}
#footer .con_footer {
  margin-top: 60px;
  border-top: 1px solid #e5e2dc;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
    padding-top: 7%;
  }
}
#footer .con_footer .box_footer {
  overflow: hidden;
}
#footer .con_footer .box_footer .box_hotel {
  float: left;
  width: 489px;
  letter-spacing: -.4em;
  text-align: center;
}
#footer .con_footer .box_footer .box_hotel .logo {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 196px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_hotel .logo {
    margin-top: 0;
  }
}
#footer .con_footer .box_footer .box_hotel address {
  text-align: left;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 265px;
  margin-left: 25px;
}
#footer .con_footer .box_footer .box_hotel address p {
  display: block;
}
#footer .con_footer .box_footer .box_hotel address p.name {
  font-size: 115%;
}
#footer .con_footer .box_footer .box_hotel address p.txt_tel {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 186%;
  color: #444444;
}
#footer .con_footer .box_footer .box_btn {
  float: right;
  width: 581px;
  letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_btn {
    width: 91.6%;
  }
}
#footer .con_footer .box_footer .box_btn ul {
  width: 368px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_btn ul {
    width: 100%;
  }
}
#footer .con_footer .box_footer .box_btn ul li {
  width: 181px;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: normal;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .con_footer .box_footer .box_btn ul li {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_btn ul li {
    font-size: 108%;
  }
}
#footer .con_footer .box_footer .box_btn ul li a, #footer .con_footer .box_footer .box_btn ul li span {
  color: #020202;
  background-color: #dcd895;
  border-bottom: 2px solid #a5a277;
  padding: 1em 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  position: relative;
  text-align: center;
  -moz-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  -o-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  -webkit-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
}
#footer .con_footer .box_footer .box_btn ul li a:after, #footer .con_footer .box_footer .box_btn ul li span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  top: 50%;
  margin-top: -.75em;
  right: 5%;
  margin-left: 0;
}
#footer .con_footer .box_footer .box_btn ul li a:hover, #footer .con_footer .box_footer .box_btn ul li span:hover {
  color: #020202;
  background-color: #a5a277;
  border-bottom: 2px solid #dcd895;
}
#footer .con_footer .box_footer .box_btn ul li a {
  padding: 1.71em 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_btn ul li a {
    padding: 1em 0;
  }
}
#footer .con_footer .box_footer .box_btn ul li.btn_plan {
  margin-left: 6px;
}
#footer .con_footer .box_footer .box_btn ul li.btn_plan a, #footer .con_footer .box_footer .box_btn ul li.btn_plan span {
  color: #fff;
  background-color: #59b495;
  border-bottom: 2px solid #4e9e83;
  padding: 1em 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  position: relative;
  text-align: center;
  -moz-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  -o-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  -webkit-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
}
#footer .con_footer .box_footer .box_btn ul li.btn_plan a:after, #footer .con_footer .box_footer .box_btn ul li.btn_plan span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  top: 50%;
  margin-top: -.75em;
  right: 5%;
  margin-left: 0;
}
#footer .con_footer .box_footer .box_btn ul li.btn_plan a:hover, #footer .con_footer .box_footer .box_btn ul li.btn_plan span:hover {
  color: #fff;
  background-color: #4e9e83;
  border-bottom: 2px solid #59b495;
}
#footer .con_footer .box_footer .box_btn ul li.btn_plan a {
  padding: 1.71em 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_btn ul li.btn_plan a {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_btn ul li {
    width: 48.5% !important;
  }
}
#footer .con_footer .box_footer .box_btn .qr {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
@media only screen and (max-width: 1099px) {
  #footer .con_footer .box_footer .box_hotel {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 767px) {
  #footer .con_footer .box_footer .box_hotel .logo {
    display: block;
    vertical-align: top;
    width: 41.25%;
    margin: auto;
  }
  #footer .con_footer .box_footer .box_hotel address {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-top: 5%;
  }
}
@media only screen and (max-width: 1099px) {
  #footer .con_footer .box_footer .box_btn {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 767px) {
  #footer .con_footer .box_footer .box_btn {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 1099px) {
  #footer .con_footer .box_footer .box_btn ul {
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 767px) {
  #footer .con_footer .box_footer .box_btn ul {
    display: block;
    width: 100%;
  }
  #footer .con_footer .box_footer .box_btn ul li {
    width: 35.22727%;
  }
}

#footer .con_footer .box_site_map {
  width: 1100px;
  margin: 50px auto 0;
  display: table;
  table-layout: fixed;
}
#footer .con_footer .box_site_map .box_column {
  display: table-cell;
  width: 14.28571%;
}
#footer .con_footer .box_site_map .box_column > a {
  display: block;
  padding-left: 1em;
  font-size: 93%;
  text-decoration: none !important;
  position: relative;
  margin-bottom: 11px;
  line-height: 1.3;
}
.mouse #footer .con_footer .box_site_map .box_column > a:hover, .touch #footer .con_footer .box_site_map .box_column > a.touchstart {
  text-decoration: underline !important;
}
.touch #footer .con_footer .box_site_map .box_column > a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_footer .box_site_map .box_column > a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .con_footer .box_site_map .box_column > a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
}
#footer .con_footer .box_site_map .box_column:nth-child(5) .list_sec li > a {
  line-height: 1.3;
  padding-bottom: 11px;
}
#footer .con_footer .box_site_map .box_column .list_sec li > a {
  display: block;
  padding-left: 1em;
  font-size: 93%;
  text-decoration: none !important;
  position: relative;
  line-height: 2.5;
}
.mouse #footer .con_footer .box_site_map .box_column .list_sec li > a:hover, .touch #footer .con_footer .box_site_map .box_column .list_sec li > a.touchstart {
  text-decoration: underline !important;
}
.touch #footer .con_footer .box_site_map .box_column .list_sec li > a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_footer .box_site_map .box_column .list_sec li > a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .con_footer .box_site_map .box_column .list_sec li > a:before {
  position: absolute;
  left: .5em;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  border-left: 1px dotted #b9b9b9;
}
#footer .con_copy {
  margin-top: 45px;
  text-align: center;
  background: #dacfc0;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_copy {
    margin-top: 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .con_copy {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_copy {
    padding: 2% 0;
  }
}
#footer .con_copy .txt {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 115%;
  text-align: center;
  color: #2e1205;
}
#footer .con_copy .box_bn {
  letter-spacing: -.4em;
  margin-top: 20px;
}
#footer .con_copy .box_bn li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
}
#footer .con_copy .box_bn li:first-child {
  margin-left: 0;
}
.mouse #footer .con_copy .box_bn li {
  -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_copy .box_bn li:hover, .touch #footer .con_copy .box_bn li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #footer .con_copy .box_bn li {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_copy .box_bn li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .con_copy #copyright {
  text-align: center;
  font-size: 79%;
  color: #2e1205;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .con_copy #copyright {
    font-size: 79%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_copy #copyright {
    font-size: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #footer .con_copy #copyright {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_copy #copyright {
    margin-top: 0;
  }
}

#fixnav-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #402e15;
  z-index: 22;
  display: table;
  table-layout: fixed;
  margin-bottom: -100%;
  -moz-transition: margin-bottom 0.5s;
  -o-transition: margin-bottom 0.5s;
  -webkit-transition: margin-bottom 0.5s;
  transition: margin-bottom 0.5s;
}
@media only screen and (min-width: 1100px) {
  #fixnav-sp {
    display: none !important;
  }
}
@media print {
  #fixnav-sp {
    display: none !important;
  }
}
.ie8 #fixnav-sp {
  display: none !important;
}
#fixnav-sp li {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #664a23;
}
#fixnav-sp li a, #fixnav-sp li span {
  display: block;
  cursor: pointer;
  text-align: center;
  padding: .6em 0 .3em;
  text-decoration: none;
  color: #fff;
}
#fixnav-sp li a img, #fixnav-sp li span img {
  width: 27.08333%;
  margin: auto;
  max-width: 65px;
}
#fixnav-sp li a em, #fixnav-sp li span em {
  margin-top: .2em;
  display: block;
  text-align: center;
}
#fixnav-sp li:first-child {
  border-left: none;
}
#fixnav-sp.active {
  margin-bottom: 0;
}

#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;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 20%;
  -moz-transition: z-index 1s, opacity 0.4s, -moz-transform 0.4s;
  -o-transition: z-index 1s, opacity 0.4s, -o-transform 0.4s;
  -webkit-transition: z-index 1s, opacity 0.4s, -webkit-transform 0.4s;
  transition: z-index 1s, opacity 0.4s, transform 0.4s;
  opacity: 0;
  z-index: -1;
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
}
@media only screen and (min-width: 1100px) {
  #menuList {
    display: none !important;
  }
}
@media print {
  #menuList {
    display: none !important;
  }
}
.ie8 #menuList {
  display: none !important;
}
#menuList .inner {
  position: relative;
}
#menuList .inner .nav_manu {
  margin: 0 auto 5%;
  padding: 5% 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #menuList .inner .nav_manu {
    padding: 10% 0 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #menuList .inner .nav_manu ul {
    margin-top: 10px;
    overflow: hidden;
    width: 49.5%;
  }
  #menuList .inner .nav_manu ul:first-child {
    float: left;
  }
  #menuList .inner .nav_manu ul:first-child + ul {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  #menuList .inner .nav_manu ul:first-child {
    margin-top: 5%;
  }
}
#menuList .inner .nav_manu ul li {
  display: block;
  padding: 0.5em 0;
  line-height: 1;
  border-bottom: 1px solid #c0c0c0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #menuList .inner .nav_manu ul li {
    padding: 3% 0;
  }
}
#menuList .inner .nav_manu ul li a {
  text-indent: .5em;
  display: block;
  text-decoration: none;
  position: relative;
  color: #000;
  padding: 1em 0;
}
@media only screen and (max-width: 767px) {
  #menuList .inner .nav_manu ul li a {
    padding: 3% 0;
  }
}
#menuList .inner .nav_manu ul li a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  display: block;
  margin-left: 0;
  right: 0;
  top: 50%;
  margin-top: -.75em;
}
@media only screen and (max-width: 1099px) {
  #menuList .inner .nav_manu ul li.lnk_2nd a:before {
    content: "L";
    padding: 0 1em;
    color: #a8a8a8;
  }
}
#menuList .inner .close_top {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.mouse #menuList .inner .close_top {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #menuList .inner .close_top:hover, .touch #menuList .inner .close_top.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #menuList .inner .close_top {
  -webkit-tap-highlight-color: transparent;
}
.touch #menuList .inner .close_top.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  #menuList .inner .close_top {
    width: 10%;
  }
  #menuList .inner .close_top img {
    width: 100%;
  }
}
#menuList .inner .close_bottom {
  cursor: pointer;
  text-align: center;
  display: block;
}
#menuList .inner .close_bottom a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 1px solid #402e15;
  padding: .6em 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #fff;
  color: #402e15;
  -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;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#menuList .inner .close_bottom a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  margin-left: 0;
  right: 5%;
  top: 50%;
  margin-top: -.75em;
}
#menuList .inner .close_bottom a:hover {
  background: #402e15;
  color: #402e15;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #menuList .inner .close_bottom {
    width: 150px;
    margin: 3% auto 3%;
  }
}
@media only screen and (max-width: 767px) {
  #menuList .inner .close_bottom {
    width: 40%;
    margin: 1.5em auto;
  }
}
#menuList .inner .close_bottom a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
#menuList .inner .close_bottom a:hover {
  color: #fff;
}
#menuList .inner .box_btn {
  text-align: center;
  clear: both;
  width: 581px;
  letter-spacing: -.4em;
  margin: 0 auto;
}
@media only screen and (max-width: 1099px) {
  #menuList .inner .box_btn {
    width: 91.6%;
  }
}
#menuList .inner .box_btn ul {
  width: 368px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media only screen and (max-width: 1099px) {
  #menuList .inner .box_btn ul {
    width: 100%;
  }
}
#menuList .inner .box_btn ul li {
  width: 181px;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: normal;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #menuList .inner .box_btn ul li {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #menuList .inner .box_btn ul li {
    font-size: 108%;
  }
}
#menuList .inner .box_btn ul li a, #menuList .inner .box_btn ul li span {
  color: #020202;
  background-color: #dcd895;
  border-bottom: 2px solid #a5a277;
  padding: 1em 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  position: relative;
  text-align: center;
  -moz-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  -o-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  -webkit-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
}
#menuList .inner .box_btn ul li a:after, #menuList .inner .box_btn ul li span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  top: 50%;
  margin-top: -.75em;
  right: 5%;
  margin-left: 0;
}
#menuList .inner .box_btn ul li a:hover, #menuList .inner .box_btn ul li span:hover {
  color: #020202;
  background-color: #a5a277;
  border-bottom: 2px solid #dcd895;
}
#menuList .inner .box_btn ul li a {
  padding: 1.71em 0;
}
@media only screen and (max-width: 767px) {
  #menuList .inner .box_btn ul li a {
    padding: 1em 0;
  }
}
#menuList .inner .box_btn ul li.btn_plan {
  margin-left: 3%;
}
#menuList .inner .box_btn ul li.btn_plan a, #menuList .inner .box_btn ul li.btn_plan span {
  color: #fff;
  background-color: #59b495;
  border-bottom: 2px solid #4e9e83;
  padding: 1em 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  position: relative;
  text-align: center;
  -moz-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  -o-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  -webkit-transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
  transition: color 0.35s, background-color 0.35s, border-bottom 0.35s;
}
#menuList .inner .box_btn ul li.btn_plan a:after, #menuList .inner .box_btn ul li.btn_plan span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  top: 50%;
  margin-top: -.75em;
  right: 5%;
  margin-left: 0;
}
#menuList .inner .box_btn ul li.btn_plan a:hover, #menuList .inner .box_btn ul li.btn_plan span:hover {
  color: #fff;
  background-color: #4e9e83;
  border-bottom: 2px solid #59b495;
}
#menuList .inner .box_btn ul li.btn_plan a {
  padding: 1.71em 0;
}
@media only screen and (max-width: 767px) {
  #menuList .inner .box_btn ul li.btn_plan a {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 1099px) {
  #menuList .inner .box_btn ul li {
    width: 48.5% !important;
  }
}
.menuOpen #menuList {
  z-index: 2000;
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_access　トップとアクセス共通の、アクセススタイル
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .con_access {
    background: url(../images/home/bg_access-pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media print {
  .con_access {
    background: url(../images/home/bg_access-pc.jpg) no-repeat center;
    background-size: cover;
  }
}
.ie8 .con_access {
  background: url(../images/home/bg_access-pc.jpg) no-repeat center;
  background-size: cover;
}
#homapage .con_access {
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  #homapage .con_access {
    margin-top: 10%;
  }
}
#access .con_access {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #access .con_access {
    margin-top: 4%;
  }
}
.con_access .box_access {
  overflow: hidden;
}
.con_access .box_access .box_map {
  padding: 70px 0 120px;
  color: #fff;
  float: left;
  width: 50%;
}
#access .con_access .box_access .box_map {
  padding: 130px 0 130px;
}
@media only screen and (max-width: 767px) {
  #access .con_access .box_access .box_map {
    padding: 0 !important;
  }
}
.con_access .box_access .box_map h3 {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 143%;
  font-weight: 100;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_access .box_access .box_map h3 {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_access .box_map h3 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_access .box_map h3 {
    margin-bottom: 0;
  }
}
.con_access .box_access .box_map h3 em {
  font-size: 200%;
  display: inline-block;
}
.con_access .box_access .box_map h3 span {
  display: inline-block;
  margin-left: .5em;
}
.con_access .box_access .box_map address {
  font-size: 115%;
  line-height: 1.7;
}
.con_access .box_access .box_map .box_btn {
  overflow: hidden;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .con_access .box_access .box_map .box_btn {
    margin-top: 0;
  }
}
.con_access .box_access .box_map .box_btn li {
  float: left;
  width: 95px;
  margin-left: 4px;
}
.con_access .box_access .box_map .box_btn li:first-child {
  margin-left: 0;
}
.con_access .box_access .box_map .box_btn li a {
  display: block;
  border: 4px solid #fff;
  background: #eae4dd;
  text-align: center;
  text-decoration: none;
  padding-top: .5em;
  -moz-transition: background 0.35s, border-color 0.35s;
  -o-transition: background 0.35s, border-color 0.35s;
  -webkit-transition: background 0.35s, border-color 0.35s;
  transition: background 0.35s, border-color 0.35s;
}
.con_access .box_access .box_map .box_btn li a i {
  display: block;
  width: 21px;
  margin: auto;
}
.con_access .box_access .box_map .box_btn li a span {
  display: block;
  line-height: 1.15;
}
.con_access .box_access .box_map .box_btn li a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  display: block;
  margin-left: 0;
}
#access .con_access .box_access .box_map .box_btn li a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  display: block;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .con_access .box_access .box_map .box_btn li a:hover {
    border-color: #eae4dd;
    background: #fff;
  }
}
@media print {
  .con_access .box_access .box_map .box_btn li a:hover {
    border-color: #eae4dd;
    background: #fff;
  }
}
.ie8 .con_access .box_access .box_map .box_btn li a:hover {
  border-color: #eae4dd;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .con_access .box_access .box_map {
    background: url(../images/home/img_map.png) no-repeat right 66%;
  }
}
@media print {
  .con_access .box_access .box_map {
    background: url(../images/home/img_map.png) no-repeat right 66%;
  }
}
.ie8 .con_access .box_access .box_map {
  background: url(../images/home/img_map.png) no-repeat right 66%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_access .box_access .box_map {
    float: none;
    width: 70%;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_access {
    width: 100%;
  }
  .con_access .box_access .box_map {
    padding: 0;
    float: none;
    margin: auto;
    width: 100%;
  }
  .con_access .box_access .box_map h3 {
    width: 100%;
    background: url(../images/home/bg_access-sp.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    line-height: 1;
    padding: 15% 0 10%;
  }
  .con_access .box_access .box_map h3 em {
    display: block;
  }
  .con_access .box_access .box_map h3 span {
    display: block;
    margin-left: 0;
  }
  .con_access .box_access .box_map address {
    display: none;
  }
  .con_access .box_access .box_map .box_btn {
    width: 100%;
    border-bottom: 1px solid #a8a586;
  }
  .con_access .box_access .box_map .box_btn li {
    margin-left: 0;
    width: 33.33333%;
  }
  .con_access .box_access .box_map .box_btn li a {
    border-width: .2em;
  }
  .con_access .box_access .box_map .box_btn li a i {
    width: 25%;
  }
  .con_access .box_access .box_map .box_btn li + li a {
    border-left: none;
  }
}
.con_access .box_access .catch_access {
  color: #fff;
  float: right;
  display: inline-block;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 158%;
  line-height: 1.72;
  margin-top: 175px;
}

/* -----------------------------------------------------------
	.con_pop ポップアップ
----------------------------------------------------------- */
.con_pop {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: z-index 1s, opacity 800ms;
  -o-transition: z-index 1s, opacity 800ms;
  -webkit-transition: z-index 1s, opacity 800ms;
  transition: z-index 1s, opacity 800ms;
  opacity: 0;
  z-index: -1;
}
.con_pop .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.con_pop .inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1100px;
}
@media only screen and (max-width: 1099px) {
  .con_pop .inner {
    padding: 5% 0;
  }
}
.con_pop .inner .box_pop {
  margin: 0 auto;
  background: #fff;
  position: relative;
  padding: 60px 40px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop {
    padding: 6% 4% 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop {
    padding: 6% 4% 3%;
  }
}
.con_pop .inner .box_pop .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.mouse .con_pop .inner .box_pop .btn_close {
  -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_pop .inner .box_pop .btn_close:hover, .touch .con_pop .inner .box_pop .btn_close.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_pop .inner .box_pop .btn_close {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_pop .inner .box_pop .btn_close.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop .btn_close {
    width: 10%;
  }
  .con_pop .inner .box_pop .btn_close img {
    width: 100%;
  }
}
.con_pop .inner .box_pop h3 {
  text-align: center;
  font-weight: normal;
  color: #532d1c;
  font-size: 200%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop h3 {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop h3 {
    font-size: 129%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop h3 {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop h3 {
    margin-bottom: 3%;
  }
}
.con_pop .inner .box_pop h3 span {
  color: #287476;
  padding-bottom: 0.1em;
  border-bottom: 3px solid #287476;
}
.con_pop .inner .box_pop .box_det {
  letter-spacing: -.4em;
}
.con_pop .inner .box_pop .box_det .photo {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 46.07843%;
  margin-right: 2.84314%;
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop .box_det .photo {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop .box_det .photo {
    width: 100%;
    margin-bottom: 3%;
  }
  .con_pop .inner .box_pop .box_det .photo img {
    width: 100%;
  }
}
.con_pop .inner .box_pop .box_det .box_txt {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 51.07843%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop .box_det .box_txt {
    display: block;
    width: 100%;
  }
}
.con_pop .inner .box_pop .box_det .box_txt ul.list_pop {
  margin: 25px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop .box_det .box_txt ul.list_pop {
    margin: 4% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop .box_det .box_txt ul.list_pop {
    margin: 2% 0;
  }
}
.con_pop .inner .box_pop .box_det .box_txt ul.list_pop > li {
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.con_pop .inner .box_pop .box_det .box_txt ul.list_pop > li:before {
  content: "●";
  color: #9ec3c4;
  margin-right: .3em;
}
.con_pop .inner .box_pop .box_det .box_txt .txt_line {
  border: 5px solid #f3f3dd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop .box_det .box_txt .txt_line {
    padding: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop .box_det .box_txt .txt_line {
    padding: 0.5em;
  }
}
.con_pop .inner .box_pop .box_det .box_txt .btn {
  width: 379px;
}
.con_pop .inner .box_pop .box_det .box_txt .btn a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 1px solid #402e15;
  padding: .6em 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #402e15;
  color: #fff;
  -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;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.con_pop .inner .box_pop .box_det .box_txt .btn a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  margin-left: 0;
  right: 5%;
  top: 50%;
  margin-top: -.75em;
}
.con_pop .inner .box_pop .box_det .box_txt .btn a:hover {
  background: #fff;
  color: #402e15;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop .box_det .box_txt .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop .box_det .box_txt .btn {
    width: 100%;
  }
}
.con_pop .inner .box_pop .box_det .box_txt .catch {
  color: #4e1f0b;
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop .box_det .box_txt .catch {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop .box_det .box_txt .catch {
    font-size: 108%;
  }
}
.con_pop .inner .box_pop ul.box_ath {
  letter-spacing: -.4em;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop ul.box_ath {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop ul.box_ath {
    margin-top: 2%;
  }
}
.con_pop .inner .box_pop ul.box_ath > li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 49.01961%;
  overflow: hidden;
  background: #f1edeb;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop ul.box_ath > li {
    padding: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop ul.box_ath > li {
    padding: 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop ul.box_ath > li {
    width: 100%;
  }
}
.con_pop .inner .box_pop ul.box_ath > li .photo {
  float: left;
  width: 34.09091%;
  margin-right: 6.81818%;
}
.con_pop .inner .box_pop ul.box_ath > li .photo img {
  width: 100%;
}
.con_pop .inner .box_pop ul.box_ath > li .box_txt {
  float: left;
  width: 59.09091%;
}
.con_pop .inner .box_pop ul.box_ath > li .box_txt .st {
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop ul.box_ath > li .box_txt .st {
    font-size: 100%;
  }
}
.con_pop .inner .box_pop ul.box_ath > li:first-child {
  margin-right: 1.96078%;
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop ul.box_ath > li:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop ul.box_ath > li:first-child {
    margin-bottom: 3%;
  }
}
.con_pop .inner .box_pop .box_pager {
  overflow: hidden;
  font-size: 129%;
  margin-top: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop .box_pager {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop .box_pager {
    font-size: 79%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop .box_pager {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop .box_pager {
    margin-top: 10%;
  }
}
.con_pop .inner .box_pop .box_pager .btn_prev, .con_pop .inner .box_pop .box_pager .btn_next {
  cursor: pointer;
  padding-bottom: .2em;
  border-bottom: 1px solid #402e15;
}
.mouse .con_pop .inner .box_pop .box_pager .btn_prev, .mouse .con_pop .inner .box_pop .box_pager .btn_next {
  -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_pop .inner .box_pop .box_pager .btn_prev:hover, .touch .con_pop .inner .box_pop .box_pager .btn_prev.touchstart, .mouse .con_pop .inner .box_pop .box_pager .btn_next:hover, .touch .con_pop .inner .box_pop .box_pager .btn_next.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_pop .inner .box_pop .box_pager .btn_prev, .touch .con_pop .inner .box_pop .box_pager .btn_next {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_pop .inner .box_pop .box_pager .btn_prev.touchend, .touch .con_pop .inner .box_pop .box_pager .btn_next.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_pop .inner .box_pop .box_pager .btn_prev:before, .con_pop .inner .box_pop .box_pager .btn_next:before {
  margin-right: .3em;
}
.con_pop .inner .box_pop .box_pager .btn_prev {
  float: left;
}
.con_pop .inner .box_pop .box_pager .btn_prev:before {
  content: "＜";
}
.con_pop .inner .box_pop .box_pager .btn_next {
  float: right;
}
.con_pop .inner .box_pop .box_pager .btn_next:after {
  content: "＞";
}
.con_pop .inner .box_pop .btn_close_bottom {
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 0.8em auto;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop .btn_close_bottom {
    margin: 1.5em auto;
  }
}
.con_pop .inner .box_pop .btn_close_bottom a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 1px solid #402e15;
  padding: .6em 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #fff;
  color: #402e15;
  -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;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.con_pop .inner .box_pop .btn_close_bottom a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  margin-left: 0;
  right: 5%;
  top: 50%;
  margin-top: -.75em;
}
.con_pop .inner .box_pop .btn_close_bottom a:hover {
  background: #402e15;
  color: #402e15;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop .btn_close_bottom {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop .btn_close_bottom {
    width: 40%;
  }
}
.con_pop .inner .box_pop .btn_close_bottom a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
.con_pop .inner .box_pop .btn_close_bottom a:hover {
  color: #fff;
}
@media only screen and (max-width: 1099px) {
  .con_pop .inner .box_pop {
    width: 91.66667%;
  }
}
.con_pop .inner .box_pop_map {
  margin: 0 auto;
  background: #fff;
  padding: 30px 30px 20px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 880px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop_map {
    padding: 3% 3% 2% 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop_map {
    padding: 4%;
  }
}
@media only screen and (max-width: 1099px) {
  .con_pop .inner .box_pop_map {
    width: 91.66667%;
  }
}
.con_pop .inner .box_pop_map .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.mouse .con_pop .inner .box_pop_map .btn_close {
  -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_pop .inner .box_pop_map .btn_close:hover, .touch .con_pop .inner .box_pop_map .btn_close.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_pop .inner .box_pop_map .btn_close {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_pop .inner .box_pop_map .btn_close.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop_map .btn_close {
    width: 10%;
  }
  .con_pop .inner .box_pop_map .btn_close img {
    width: 100%;
  }
}
.con_pop .inner .box_pop_map .box_pager {
  overflow: hidden;
  font-size: 129%;
  margin-top: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop_map .box_pager {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop_map .box_pager {
    font-size: 79%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop_map .box_pager {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop_map .box_pager {
    margin-top: 10%;
  }
}
.con_pop .inner .box_pop_map .box_pager .btn_prev, .con_pop .inner .box_pop_map .box_pager .btn_next {
  cursor: pointer;
  padding-bottom: .2em;
  border-bottom: 1px solid #402e15;
}
.mouse .con_pop .inner .box_pop_map .box_pager .btn_prev, .mouse .con_pop .inner .box_pop_map .box_pager .btn_next {
  -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_pop .inner .box_pop_map .box_pager .btn_prev:hover, .touch .con_pop .inner .box_pop_map .box_pager .btn_prev.touchstart, .mouse .con_pop .inner .box_pop_map .box_pager .btn_next:hover, .touch .con_pop .inner .box_pop_map .box_pager .btn_next.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_pop .inner .box_pop_map .box_pager .btn_prev, .touch .con_pop .inner .box_pop_map .box_pager .btn_next {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_pop .inner .box_pop_map .box_pager .btn_prev.touchend, .touch .con_pop .inner .box_pop_map .box_pager .btn_next.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_pop .inner .box_pop_map .box_pager .btn_prev:before, .con_pop .inner .box_pop_map .box_pager .btn_next:before {
  margin-right: .3em;
}
.con_pop .inner .box_pop_map .box_pager .btn_prev {
  float: left;
}
.con_pop .inner .box_pop_map .box_pager .btn_prev:before {
  content: "＜";
}
.con_pop .inner .box_pop_map .box_pager .btn_next {
  float: right;
}
.con_pop .inner .box_pop_map .box_pager .btn_next:after {
  content: "＞";
}
.con_pop .inner .box_pop_map .btn_close_bottom {
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 0.8em auto;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop_map .btn_close_bottom {
    margin: 1.5em auto;
  }
}
.con_pop .inner .box_pop_map .btn_close_bottom a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 1px solid #402e15;
  padding: .6em 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #fff;
  color: #402e15;
  -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;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.con_pop .inner .box_pop_map .btn_close_bottom a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  margin-left: 0;
  right: 5%;
  top: 50%;
  margin-top: -.75em;
}
.con_pop .inner .box_pop_map .btn_close_bottom a:hover {
  background: #402e15;
  color: #402e15;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop_map .btn_close_bottom {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop_map .btn_close_bottom {
    width: 40%;
  }
}
.con_pop .inner .box_pop_map .btn_close_bottom a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
.con_pop .inner .box_pop_map .btn_close_bottom a:hover {
  color: #fff;
}
.con_pop .inner .box_pop_map .box_det .st {
  text-align: center;
  margin-top: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pop .inner .box_pop_map .box_det .st {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pop .inner .box_pop_map .box_det .st {
    margin-top: 4%;
  }
}

.makuraOpen #con_makura {
  z-index: 2000;
  opacity: 1;
}

.shinguOpen #con_shingu {
  z-index: 2000;
  opacity: 1;
}

.lightOpen #con_light {
  z-index: 2000;
  opacity: 1;
}

.tvOpen #con_tv {
  z-index: 2000;
  opacity: 1;
}

.taoruOpen #con_taoru {
  z-index: 2000;
  opacity: 1;
}

.brushOpen #con_brush {
  z-index: 2000;
  opacity: 1;
}

.teaOpen #con_tea {
  z-index: 2000;
  opacity: 1;
}

.yuicaOpen #con_yuica {
  z-index: 2000;
  opacity: 1;
}

.fac_makuraxOpen #con_fac_makura {
  z-index: 2000;
  opacity: 1;
}

.fac_shinguOpen #con_fac_shingu {
  z-index: 2000;
  opacity: 1;
}

.fac_brushOpen #con_fac_brush {
  z-index: 2000;
  opacity: 1;
}

.fac_yakiOpen #con_fac_yaki {
  z-index: 2000;
  opacity: 1;
}

.fac_taoruOpen #con_fac_taoru {
  z-index: 2000;
  opacity: 1;
}

.sport01Open #con_sport01 {
  z-index: 2000;
  opacity: 1;
}

.sport02Open #con_sport02 {
  z-index: 2000;
  opacity: 1;
}

.sport03Open #con_sport03 {
  z-index: 2000;
  opacity: 1;
}

.sport04Open #con_sport04 {
  z-index: 2000;
  opacity: 1;
}

.sport05Open #con_sport05 {
  z-index: 2000;
  opacity: 1;
}

.faci01Open #con_faci01 {
  z-index: 2000;
  opacity: 1;
}

.faci02Open #con_faci02 {
  z-index: 2000;
  opacity: 1;
}

.faci03Open #con_faci03 {
  z-index: 2000;
  opacity: 1;
}

.faci04Open #con_faci04 {
  z-index: 2000;
  opacity: 1;
}

.faci05Open #con_faci05 {
  z-index: 2000;
  opacity: 1;
}

.faci06Open #con_faci06 {
  z-index: 2000;
  opacity: 1;
}

.faci07Open #con_faci07 {
  z-index: 2000;
  opacity: 1;
}

.faci08Open #con_faci08 {
  z-index: 2000;
  opacity: 1;
}

.faci09Open #con_faci09 {
  z-index: 2000;
  opacity: 1;
}

/* -----------------------------------------------------------
	客室アメニティ
----------------------------------------------------------- */
.box_ame {
  overflow: hidden;
  border-bottom: 1px solid #c4bdba;
  padding-bottom: 60px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_ame {
    padding-bottom: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .box_ame {
    padding-bottom: 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_ame {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .box_ame {
    margin-bottom: 4%;
  }
}
.box_ame h3 {
  text-align: left;
  font-size: 200%;
  font-weight: 100;
  color: #532d1c;
  letter-spacing: -.4em;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_ame h3 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .box_ame h3 {
    font-size: 143%;
  }
}
.box_ame h3 .jp {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.box_ame h3 .en {
  font-family: 'Josefin Sans', sans-serif;
}
.box_ame h3 span {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: .2em;
}
.box_ame h3 em {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  font-size: 36%;
  letter-spacing: .8em;
  margin-left: 1em;
}
@media only screen and (min-width: 768px) {
  .box_ame h3:before {
    letter-spacing: normal;
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 26px;
    content: "";
    background: url(../images/common/ic_title_mini.png) no-repeat center bottom;
    background-size: 100% auto;
    margin-right: .3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .box_ame h3:before {
    width: 5.20833%;
    height: 0;
    padding-top: 10%;
  }
}

@media print {
  .box_ame h3:before {
    letter-spacing: normal;
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 26px;
    content: "";
    background: url(../images/common/ic_title_mini.png) no-repeat center bottom;
    background-size: 100% auto;
    margin-right: .3em;
  }
}
.ie8 .box_ame h3:before {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 26px;
  content: "";
  background: url(../images/common/ic_title_mini.png) no-repeat center bottom;
  background-size: 100% auto;
  margin-right: .3em;
}
@media only screen and (max-width: 767px) {
  .ie8 .box_ame h3:before {
    width: 5.20833%;
    height: 0;
    padding-top: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_ame h3 {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .box_ame h3 {
    margin-bottom: 4%;
  }
}
.box_ame .photo {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .box_ame .photo {
    float: none;
    width: 100%;
    margin-bottom: 3%;
  }
  .box_ame .photo img {
    width: 100%;
  }
}
.box_ame .box_det {
  float: left;
  width: 31.81818%;
  margin-left: 2.90909%;
}
@media only screen and (max-width: 767px) {
  .box_ame .box_det {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_ame .box_det {
    width: 46.81818%;
  }
}
@media only screen and (max-width: 767px) {
  .box_ame .box_det {
    float: none;
    width: 100%;
  }
  .box_ame .box_det .st {
    color: #fff;
    position: relative;
    background: #300808;
    padding: 1em 0 1em .8em;
    font-size: 108%;
  }
  .box_ame .box_det .st:before {
    content: "";
    font-family: FontAwesome;
    margin-right: .5em;
    position: absolute;
    right: 3%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box_ame .box_det .st.active:before {
    content: "";
    font-family: FontAwesome;
    margin-right: .5em;
  }
}
@media only screen and (min-width: 768px) {
  .box_ame .box_det ul {
    display: block !important;
  }
}
@media print {
  .box_ame .box_det ul {
    display: block !important;
  }
}
.ie8 .box_ame .box_det ul {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .box_ame .box_det ul {
    display: none;
    border: 1px solid #300808;
    padding: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.box_ame .box_det ul li {
  margin-bottom: .5em;
}
.box_ame .box_det ul li:before {
  content: "●";
  color: #300808;
  margin-right: .5em;
  font-size: 65%;
}
.box_ame .box_det .btn {
  width: 326px;
  margin: 20px 0 0;
}
.box_ame .box_det .btn a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 1px solid #402e15;
  padding: .6em 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #402e15;
  color: #fff;
  -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;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.box_ame .box_det .btn a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  margin-left: 0;
  right: 5%;
  top: 50%;
  margin-top: -.75em;
}
.box_ame .box_det .btn a:hover {
  background: #fff;
  color: #402e15;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_ame .box_det .btn {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .box_ame .box_det .btn {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .box_ame .box_det .btn {
    margin: 4% auto 0;
  }
}
.box_ame:first-of-type ul {
  letter-spacing: -.4em;
}
.box_ame:first-of-type ul li {
  width: 170px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1099px) {
  .box_ame:first-of-type ul li {
    width: 50%;
  }
}
.box_ame:nth-of-type(2) ul li {
  width: 100%;
}

.box_rental {
  overflow: hidden;
}
.box_rental h3 {
  text-align: left;
  font-size: 200%;
  font-weight: 100;
  color: #532d1c;
  letter-spacing: -.4em;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_rental h3 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .box_rental h3 {
    font-size: 143%;
  }
}
.box_rental h3 .jp {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.box_rental h3 .en {
  font-family: 'Josefin Sans', sans-serif;
}
.box_rental h3 span {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: .2em;
}
.box_rental h3 em {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  font-size: 36%;
  letter-spacing: .8em;
  margin-left: 1em;
}
@media only screen and (min-width: 768px) {
  .box_rental h3:before {
    letter-spacing: normal;
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 26px;
    content: "";
    background: url(../images/common/ic_title_mini.png) no-repeat center bottom;
    background-size: 100% auto;
    margin-right: .3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .box_rental h3:before {
    width: 5.20833%;
    height: 0;
    padding-top: 10%;
  }
}

@media print {
  .box_rental h3:before {
    letter-spacing: normal;
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 26px;
    content: "";
    background: url(../images/common/ic_title_mini.png) no-repeat center bottom;
    background-size: 100% auto;
    margin-right: .3em;
  }
}
.ie8 .box_rental h3:before {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 26px;
  content: "";
  background: url(../images/common/ic_title_mini.png) no-repeat center bottom;
  background-size: 100% auto;
  margin-right: .3em;
}
@media only screen and (max-width: 767px) {
  .ie8 .box_rental h3:before {
    width: 5.20833%;
    height: 0;
    padding-top: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_rental h3 {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .box_rental h3 {
    margin-bottom: 4%;
  }
}
.box_rental .box_det {
  float: left;
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_rental .box_det {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box_rental .box_det {
    width: 100%;
  }
}
.box_rental .box_det .st {
  background: #b79d90;
  color: #fff;
  text-align: center;
  border-left: 1px solid #fff;
  padding: 0.5em 0;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 136%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .box_rental .box_det .st {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_rental .box_det .st {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .box_rental .box_det .st {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .box_rental .box_det .st {
    border-bottom: 1px solid #fff;
    border-left: none;
    position: relative;
  }
  .box_rental .box_det .st:before {
    content: "";
    font-family: FontAwesome;
    margin-right: .5em;
    position: absolute;
    right: 3%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box_rental .box_det .st.active:before {
    content: "";
    font-family: FontAwesome;
    margin-right: .5em;
  }
}
.box_rental .box_det ul {
  color: #2f2f2f;
  background: #fff;
  padding: .5em .8em;
  border-left: 1px dashed #ecdcc6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .box_rental .box_det ul {
    display: block !important;
  }
}
@media print {
  .box_rental .box_det ul {
    display: block !important;
  }
}
.ie8 .box_rental .box_det ul {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .box_rental .box_det ul {
    border-left: none;
    display: none;
  }
}
.box_rental .box_det ul li {
  margin-bottom: .5em;
  padding-left: 1.5em;
  position: relative;
}
.box_rental .box_det ul li:before {
  content: "●";
  color: #300808;
  margin-right: .5em;
  font-size: 65%;
  position: absolute;
  left: .25em;
  top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .box_rental .box_det:first-of-type .st, .box_rental .box_det:first-of-type ul {
    border: none;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1099px) {
  .box_rental .box_det:nth-of-type(3) .st, .box_rental .box_det:nth-of-type(3) ul {
    border: none;
  }
}

@media print {
  .box_rental .box_det:first-of-type .st, .box_rental .box_det:first-of-type ul {
    border: none;
  }
}
.ie8 .box_rental .box_det:first-of-type .st, .ie8 .box_rental .box_det:first-of-type ul {
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .ie8 .box_rental .box_det:nth-of-type(3) .st, .ie8 .box_rental .box_det:nth-of-type(3) ul {
    border: none;
  }
}
.box_rental .txt {
  clear: both;
  padding-top: 1em;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .box_rental .txt {
    font-size: 86%;
  }
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
}
table.tbl_basic tr:first-child th, table.tbl_basic tr:first-child td {
  border-top: 1px dotted #f1edeb;
}
table.tbl_basic th {
  font-weight: normal;
  width: 40%;
  max-width: 100px;
  text-align: center;
  background: #f1edeb;
  padding: .5em 1em;
  border-bottom: 1px dotted #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.tbl_basic td {
  border-bottom: 1px dotted #f1edeb;
  padding: .5em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic th {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  table.tbl_basic td {
    width: 100%;
    display: block;
  }
}

table.tbl_basic-pc {
  width: 100%;
}
table.tbl_basic-pc th {
  width: 40%;
  max-width: 100px;
  text-align: center;
  color: #fff;
  background: #ac8e7f;
}
table.tbl_basic-pc td {
  background: #ede7e5;
  padding: .5em 1em;
}

/* -----------------------------------------------------------
	カラーボックス　背景色調整
----------------------------------------------------------- */
#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important;
}
