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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
@import url(https://use.fontawesome.com/releases/v5.0.6/css/all.css);
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
#header .con_hsub .wrp, #header .con_header, .overlay .wrp_menulist, .con_search, #footer .con_footer .box_footer, #footer .con_group, html.lower #contents .con_topicpath ul, html.lower #contents .con_f_reserve .wrp_f_reserve {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  #header .con_hsub .wrp, #header .con_header, .overlay .wrp_menulist, .con_search, #footer .con_footer .box_footer, #footer .con_group, html.lower #contents .con_topicpath ul, html.lower #contents .con_f_reserve .wrp_f_reserve {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  #header .con_hsub .wrp, #header .con_header, .overlay .wrp_menulist, .con_search, #footer .con_footer .box_footer, #footer .con_group, html.lower #contents .con_topicpath ul, html.lower #contents .con_f_reserve .wrp_f_reserve {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ie8 #header .con_hsub .wrp, #header .con_hsub .ie8 .wrp, .ie8 #header .con_header, #header .ie8 .con_header, .ie8 .overlay .wrp_menulist, .overlay .ie8 .wrp_menulist, .ie8 .con_search, .ie8 #footer .con_footer .box_footer, #footer .con_footer .ie8 .box_footer, .ie8 #footer .con_group, #footer .ie8 .con_group, .ie8 html.lower #contents .con_topicpath ul, html.lower #contents .con_topicpath .ie8 ul, .ie8 html.lower #contents .con_f_reserve .wrp_f_reserve, html.lower #contents .con_f_reserve .ie8 .wrp_f_reserve {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  #header .con_hsub .wrp, #header .con_header, .overlay .wrp_menulist, .con_search, #footer .con_footer .box_footer, #footer .con_group, html.lower #contents .con_topicpath ul, html.lower #contents .con_f_reserve .wrp_f_reserve {
    width: 92%;
  }
}

/*Animate */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 124%;
}
.ie body {
  font-size: 120%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 116%;
  }
}
body a {
  color: #1a1a1a;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
body a:link, body a:visited, body a:active {
  text-decoration: none;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #333333;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, 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: 1280px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 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: 1024px) {
  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;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------
	#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 {
  background: #fff;
  position: fixed;
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #header {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
  }
}
#header .con_hsub {
  background: #f2ede9;
}
#header .con_hsub .wrp {
  text-align: right;
  padding: 5px 0;
}
#header .con_hsub .wrp .box_hnav {
  display: inline-block;
  text-align: right;
  padding-right: 1%;
}
#header .con_hsub .wrp .box_hnav li {
  display: inline-block;
  font-size: 88%;
  margin-left: 20px;
}
#header .con_hsub .wrp .box_hnav li a {
  color: #5f5a60;
}
@media only screen and (min-width: 1025px) {
  #header .con_hsub .wrp .box_hnav li a:hover {
    color: #bc9869;
  }
}
@media print {
  #header .con_hsub .wrp .box_hnav li a:hover {
    color: #bc9869;
  }
}
.ie8 #header .con_hsub .wrp .box_hnav li a:hover {
  color: #bc9869;
}
#header .con_hsub .wrp .box_hnav li a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-right: 5px;
}
#header .con_hsub .wrp .box_lang {
  display: inline-block;
  text-align: right;
}
#header .con_hsub .wrp .box_lang li a, #header .con_hsub .wrp .box_lang li span {
  padding: 0 .3em;
}
#header .con_hsub .wrp .hd_title {
  font-weight: normal;
  color: #5f5a60;
}
#header .con_header {
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  #header .con_header {
    border-bottom: 3px solid #dddddd;
  }
}
@media print {
  #header .con_header {
    border-bottom: 3px solid #dddddd;
  }
}
.ie8 #header .con_header {
  border-bottom: 3px solid #dddddd;
}
@media only screen and (max-width: 1024px) {
  #header .con_header {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header {
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
  }
}
#header .con_header .logo {
  width: 18%;
  position: absolute;
  top: -2.1em;
  left: 0;
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .logo {
    width: 40%;
    right: 0;
    top: 20%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .logo {
    position: static;
    width: 45%;
    margin: 0 auto;
    background: none;
  }
}
#header .con_header .logo a {
  padding: 2.5em 1em 1em;
  display: block;
}
@media only screen and (min-width: 1025px) {
  #header .con_header .logo a:hover {
    opacity: 0.7;
  }
}
@media print {
  #header .con_header .logo a:hover {
    opacity: 0.7;
  }
}
.ie8 #header .con_header .logo a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .logo a {
    padding: .5em 1em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .logo a {
    position: relative;
    padding: 0;
    height: 100%;
  }
}
#header .con_header .logo a img {
  width: 185px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 767px) {
  #header .con_header .logo a img {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .logo a .en_logo {
    width: 90%;
  }
}
#header .con_header #gnav {
  margin-left: auto;
  font-family: "Libre Baskerville", serif;
}
#header .con_header #gnav > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #header .con_header #gnav > ul {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
#header .con_header #gnav > ul > li {
  width: 12.5%;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  #header .con_header #gnav > ul > li:hover > a {
    background: #f2ede9;
  }
  #header .con_header #gnav > ul > li:hover > a:after {
    width: 100%;
    z-index: 999;
  }
  #header .con_header #gnav > ul > li:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
    padding: 20px 0;
  }
}
@media print {
  #header .con_header #gnav > ul > li:hover > a {
    background: #f2ede9;
  }
  #header .con_header #gnav > ul > li:hover > a:after {
    width: 100%;
    z-index: 999;
  }
  #header .con_header #gnav > ul > li:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
    padding: 20px 0;
  }
}
.ie8 #header .con_header #gnav > ul > li:hover > a {
  background: #f2ede9;
}
.ie8 #header .con_header #gnav > ul > li:hover > a:after {
  width: 100%;
  z-index: 999;
}
.ie8 #header .con_header #gnav > ul > li:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 20px 0;
}
@media only screen and (max-width: 1024px) {
  #header .con_header #gnav > ul > li {
    width: 100%;
    display: none;
  }
}
#header .con_header #gnav > ul > li > a {
  display: block;
  padding: 1.5em 0;
  letter-spacing: -.05em;
  letter-spacing: -.05em;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  #header .con_header #gnav > ul > li > a:after {
    content: "";
    height: 3px;
    width: 0;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #940045;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
}
@media print {
  #header .con_header #gnav > ul > li > a:after {
    content: "";
    height: 3px;
    width: 0;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #940045;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
}
.ie8 #header .con_header #gnav > ul > li > a:after {
  content: "";
  height: 3px;
  width: 0;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #940045;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  #header .con_header #gnav > ul > li > a {
    font-size: 14px;
    padding: 1em .5em;
  }
}
#header .con_header #gnav > ul > li.nav_top {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #header .con_header #gnav > ul > li.nav_rsv {
    display: block;
  }
}
#header .con_header #gnav > ul > li.nav_rsv a {
  background: #940045;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header #gnav > ul > li.nav_rsv a {
    padding: .8em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header #gnav > ul > li.nav_rsv a {
    padding: .5em .2em;
  }
}
#header .con_header #gnav > ul > li.nav_rsv a i {
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #header .con_header #gnav > ul > li.nav_rsv a i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #header .con_header #gnav > ul > li.nav_rsv a span {
    display: block;
    font-size: 12px;
    letter-spacing: .1em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header #gnav > ul > li.nav_rsv a span {
    letter-spacing: .05em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header #gnav > ul > li.nav_rsv a .en_fsz {
    font-size: 10px;
  }
}
body#stay #header .con_header #gnav > ul > li.nav_roo:after {
  width: 100%;
}
body#restaurant #header .con_header #gnav > ul > li.nav_res:after {
  width: 100%;
}
body#banquet #header .con_header #gnav > ul > li.nav_par:after {
  width: 100%;
}
body#facilites #header .con_header #gnav > ul > li.nav_fac:after {
  width: 100%;
}
body#wedding #header .con_header #gnav > ul > li.nav_wed:after {
  width: 100%;
}
body#access #header .con_header #gnav > ul > li.nav_acc:after {
  width: 100%;
}
body#sightseeing #header .con_header #gnav > ul > li.nav_sig:after {
  width: 100%;
}
#header .con_header #gnav > ul > li .megamenu {
  background: rgba(255, 255, 255, 0.9);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 102%;
  left: 0;
  transition: all .2s ease-in;
  z-index: 500;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
}
@media only screen and (max-width: 1024px) {
  #header .con_header #gnav > ul > li .megamenu {
    display: none;
  }
}
#header .con_header #gnav > ul > li .megamenu .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 1em;
}
#header .con_header #gnav > ul > li .megamenu .inner li {
  width: 16.66667%;
}
#header .con_header #gnav > ul > li .megamenu .inner li:first-child {
  text-align: left;
}
#header .con_header #gnav > ul > li .megamenu .inner li:first-child .txt {
  border-bottom: 1px solid #dddddd;
  position: relative;
}
#header .con_header #gnav > ul > li .megamenu .inner li:first-child .txt:after {
  content: "";
  background: #940045;
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  #header .con_header #gnav > ul > li .megamenu .inner li:first-child .txt:hover:after {
    width: 100%;
  }
  #header .con_header #gnav > ul > li .megamenu .inner li:first-child .txt:hover a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media print {
  #header .con_header #gnav > ul > li .megamenu .inner li:first-child .txt:hover:after {
    width: 100%;
  }
  #header .con_header #gnav > ul > li .megamenu .inner li:first-child .txt:hover a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.ie8 #header .con_header #gnav > ul > li .megamenu .inner li:first-child .txt:hover:after {
  width: 100%;
}
.ie8 #header .con_header #gnav > ul > li .megamenu .inner li:first-child .txt:hover a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#header .con_header #gnav > ul > li .megamenu .inner li:first-child .txt a {
  padding: 10px 0;
}
#header .con_header #gnav > ul > li .megamenu .inner li:first-child .txt a:before {
  content: "\f3d3";
  font-family: "Ionicons";
  margin-right: 5px;
  font-size: 82%;
}
#header .con_header #gnav > ul > li .megamenu .inner li a {
  display: block;
}
@media only screen and (min-width: 1025px) {
  #header .con_header #gnav > ul > li .megamenu .inner li a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media print {
  #header .con_header #gnav > ul > li .megamenu .inner li a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.ie8 #header .con_header #gnav > ul > li .megamenu .inner li a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#header .con_header #gnav > ul > li .megamenu .inner li a .img {
  margin-bottom: 10px;
}
#header .con_header #gnav.en_gnav ul {
  -webkit-align-items: stretch;
  align-items: stretch;
}
#header .con_header #gnav.en_gnav ul li a {
  padding: 2.2em 0 0.8em;
  height: 100%;
}
@media only screen and (min-width: 1025px) and (max-width: 1136px) {
  #header .con_header #gnav.en_gnav ul .nav_wed a {
    padding: 1.5em 0;
  }
}
@media print {
  #header .con_header #gnav.en_gnav ul .nav_wed a {
    padding: 1.5em 0;
  }
}
.ie8 #header .con_header #gnav.en_gnav ul .nav_wed a {
  padding: 1.5em 0;
}
#header .con_header #gnav.en_gnav ul .nav_rsv {
  width: 14.5%;
}
@media only screen and (max-width: 1024px) {
  #header .con_header #gnav.en_gnav ul .nav_rsv {
    width: 100%;
  }
}
#header .con_header #gnav.en_gnav ul .nav_rsv a {
  padding: 1.5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header #gnav.en_gnav ul .nav_rsv a {
    padding: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header #gnav.en_gnav ul .nav_rsv a {
    padding: 0.5em 0.2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header #gnav.en_gnav {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header #gnav.en_gnav {
    width: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  #header .con_header .gnav {
    width: 20%;
  }
}
#header .button_container {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .button_container {
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .button_container {
    width: 20%;
  }
}
#header .button_container:after {
  font-size: 12px;
  letter-spacing: .05em;
  color: #000;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 1025px) {
  #header .button_container:hover {
    background: #fff;
    color: #000;
  }
  #header .button_container:hover:after {
    color: #000;
  }
  #header .button_container:hover span {
    background: #000;
  }
}
@media print {
  #header .button_container:hover {
    background: #fff;
    color: #000;
  }
  #header .button_container:hover:after {
    color: #000;
  }
  #header .button_container:hover span {
    background: #000;
  }
}
.ie8 #header .button_container:hover {
  background: #fff;
  color: #000;
}
.ie8 #header .button_container:hover:after {
  color: #000;
}
.ie8 #header .button_container:hover span {
  background: #000;
}
#header .button_container.active .top {
  transform: translateY(15px) translateX(0) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  #header .button_container.active .top {
    transform: translateY(8px) translateX(0) rotate(45deg);
  }
}
#header .button_container.active .middle {
  opacity: 0;
}
#header .button_container.active .bottom {
  transform: translateY(-15px) translateX(0) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #header .button_container.active .bottom {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
  }
}
#header .button_container span {
  background: #000;
  border: none;
  height: 2px;
  width: 40px;
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  transition: all .35s ease;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #header .button_container span {
    width: 30px;
    top: 28%;
  }
}
#header .button_container span:nth-of-type(2) {
  top: 30px;
}
@media only screen and (max-width: 767px) {
  #header .button_container span:nth-of-type(2) {
    top: 40%;
  }
}
#header .button_container span:nth-of-type(3) {
  top: 45px;
}
@media only screen and (max-width: 767px) {
  #header .button_container span:nth-of-type(3) {
    top: 52%;
  }
}
#header.header_en .button_container:after {
  content: "MENU";
}
#header.header_en .button_container.active:after {
  content: "CLOSE";
}
#header.header_tw .button_container:after {
  content: "菜單";
}
#header.header_tw .button_container.active:after {
  content: "關閉";
}
#header.header_zh .button_container:after {
  content: "菜单";
}
#header.header_zh .button_container.active:after {
  content: "关闭";
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header.fix_head .con_header .logo a {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 1025px) {
  #header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  #header.fixed .con_hsub {
    display: none;
  }
  #header.fixed .con_header .logo {
    display: none;
  }
  #header.fixed .con_header #gnav {
    width: 100%;
  }
  #header.fixed .con_header #gnav ul li a {
    padding: 1em 0;
  }
  #header.fixed .con_header #gnav ul li.nav_top {
    display: block;
  }
  #header.fixed .con_header #gnav.en_gnav ul li a {
    padding: 1.8em 0 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1136px) {
  #header.fixed .con_header #gnav.en_gnav ul .nav_wed a {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 1025px) {
  .ie8 #header.fixed .con_header #gnav.en_gnav ul .nav_wed a {
    padding: 1em 0;
  }
  #header.fixed .con_header #gnav.en_gnav ul .nav_rsv a {
    padding: 1em 0;
  }
}
@media print {
  #header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  #header.fixed .con_hsub {
    display: none;
  }
  #header.fixed .con_header .logo {
    display: none;
  }
  #header.fixed .con_header #gnav {
    width: 100%;
  }
  #header.fixed .con_header #gnav ul li a {
    padding: 1em 0;
  }
  #header.fixed .con_header #gnav ul li.nav_top {
    display: block;
  }
  #header.fixed .con_header #gnav.en_gnav ul li a {
    padding: 1.8em 0 0;
  }
}
@media print {
  #header.fixed .con_header #gnav.en_gnav ul .nav_wed a {
    padding: 1em 0;
  }
}
@media print {
  .ie8 #header.fixed .con_header #gnav.en_gnav ul .nav_wed a {
    padding: 1em 0;
  }
  #header.fixed .con_header #gnav.en_gnav ul .nav_rsv a {
    padding: 1em 0;
  }
}
.ie8 #header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.ie8 #header.fixed .con_hsub {
  display: none;
}
.ie8 #header.fixed .con_header .logo {
  display: none;
}
.ie8 #header.fixed .con_header #gnav {
  width: 100%;
}
.ie8 #header.fixed .con_header #gnav ul li a {
  padding: 1em 0;
}
.ie8 #header.fixed .con_header #gnav ul li.nav_top {
  display: block;
}
.ie8 #header.fixed .con_header #gnav.en_gnav ul li a {
  padding: 1.8em 0 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1136px) {
  .ie8 #header.fixed .con_header #gnav.en_gnav ul .nav_wed a {
    padding: 1em 0;
  }
}
@media print {
  .ie8 #header.fixed .con_header #gnav.en_gnav ul .nav_wed a {
    padding: 1em 0;
  }
}
.ie8 .ie8 #header.fixed .con_header #gnav.en_gnav ul .nav_wed a {
  padding: 1em 0;
}
.ie8 #header.fixed .con_header #gnav.en_gnav ul .nav_rsv a {
  padding: 1em 0;
}

.box_lang li {
  display: inline-block;
  margin: 0;
  font-size: 82%;
}
.box_lang li.active {
  background: #bc9869;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.box_lang li.active span, .box_lang li.active a {
  color: #fff;
  display: inline-block;
  padding: 0 .8em;
}
@media only screen and (min-width: 1025px) {
  .box_lang li:hover {
    background: #bc9869;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
  .box_lang li:hover a {
    color: #fff;
  }
}
@media print {
  .box_lang li:hover {
    background: #bc9869;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
  .box_lang li:hover a {
    color: #fff;
  }
}
.ie8 .box_lang li:hover {
  background: #bc9869;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.ie8 .box_lang li:hover a {
  color: #fff;
}
.box_lang li a {
  color: #5f5a60;
  display: inline-block;
  padding: 0 .8em;
}

.overlay {
  position: fixed;
  background: #f2ede9;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 100;
  visibility: visible;
  height: 100%;
  z-index: 50;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .overlay.open {
    -webkit-overflow-scrolling: touch;
  }
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay .wrp_menulist {
  position: relative;
  height: 90%;
  top: 60%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .overlay .wrp_menulist {
    height: 40%;
    top: 40%;
  }
}
@media only screen and (min-width: 544.5px) and (max-width: 767px) {
  .overlay .wrp_menulist {
    top: 70%;
  }
}
@media only screen and (max-width: 543.5px) {
  .overlay .wrp_menulist {
    top: 60%;
  }
}
.overlay .wrp_menulist .con_menulist > ul {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .overlay .wrp_menulist .con_menulist > ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .overlay .wrp_menulist .con_menulist > ul {
    display: block;
  }
}
.overlay .wrp_menulist .con_menulist > ul > li {
  display: block;
  position: relative;
  opacity: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .overlay .wrp_menulist .con_menulist > ul > li {
    width: 48%;
    margin-right: 2%;
    border-bottom: 1px solid #dbc9ba;
  }
}
@media only screen and (max-width: 767px) {
  .overlay .wrp_menulist .con_menulist > ul > li {
    border-bottom: 1px solid #dbc9ba;
    margin-bottom: 0;
  }
}
.overlay .wrp_menulist .con_menulist > ul > li > a,
.overlay .wrp_menulist .con_menulist > ul > li .accmenu {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .overlay .wrp_menulist .con_menulist > ul > li > a,
  .overlay .wrp_menulist .con_menulist > ul > li .accmenu {
    padding: .5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .overlay .wrp_menulist .con_menulist > ul > li > a,
  .overlay .wrp_menulist .con_menulist > ul > li .accmenu {
    padding: 1em 0 1em .5em;
  }
}
.overlay .wrp_menulist .con_menulist > ul > li .accmenu:after {
  content: "+";
  position: absolute;
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.overlay .wrp_menulist .con_menulist > ul > li .accmenu.active:after {
  transform: rotate(-45deg);
}
.overlay .wrp_menulist .con_menulist > ul > li .megamenu {
  display: none;
}
.overlay .wrp_menulist .con_menulist > ul > li .megamenu .inner {
  padding: 0 0 0.7em;
}
.overlay .wrp_menulist .con_menulist > ul > li .megamenu .inner li .img {
  display: none;
}
.overlay .wrp_menulist .con_menulist > ul > li .megamenu .inner li .txt {
  padding: 0.7em 1em;
  font-size: 88%;
}
.overlay .wrp_menulist .con_menulist > ul > li .megamenu .inner li .txt:before {
  content: "→";
  font-weight: bold;
  color: #5f5a60;
  margin-right: 5px;
  font-size: 82%;
}
.overlay .wrp_menulist .con_menulist > ul > li .megamenu .inner li:first-child {
  margin-top: -0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .overlay .wrp_menulist .con_menulist > ul:last-child {
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 767px) {
  .overlay .wrp_menulist .con_menulist > ul:last-child {
    padding-bottom: 5vh;
  }
}
body#homepage .overlay .wrp_menulist .con_menulist > ul .nav_hom {
  pointer-events: none;
  background: #fff;
}
body#homepage .overlay .wrp_menulist .con_menulist > ul .nav_hom a {
  color: #5f5a60;
}
.overlay .wrp_menulist .box_lang {
  text-align: center;
  padding-bottom: 50px;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* -----------------------------------------------------------
	.con_search 空室検索
----------------------------------------------------------- */
.con_search {
  background: #fff;
  -moz-box-shadow: 0 0 22px rgba(11, 2, 5, 0.35);
  -webkit-box-shadow: 0 0 22px rgba(11, 2, 5, 0.35);
  box-shadow: 0 0 22px rgba(11, 2, 5, 0.35);
  padding: 0;
}
.con_search h2 {
  font-weight: normal;
  text-align: center;
  background: #f2ede9;
  font-size: 150%;
  padding: .5em;
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search h2 {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search h2 {
    font-size: 113%;
  }
}
.con_search h2:after {
  content: "";
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bc9869;
  width: 40px;
  height: 2px;
  margin: 0 auto;
}
.con_search .box_search {
  width: 95%;
  margin: 0 auto;
}
.con_search .box_search .wrp_searchform {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search .wrp_searchform {
    flex-wrap: wrap;
  }
}
.con_search .box_search .wrp_searchform .box_day input,
.con_search .box_search .wrp_searchform .box_day select,
.con_search .box_search .wrp_searchform .box_per input,
.con_search .box_search .wrp_searchform .box_per select,
.con_search .box_search .wrp_searchform .box_sta input,
.con_search .box_search .wrp_searchform .box_sta select,
.con_search .box_search .wrp_searchform .box_roo input,
.con_search .box_search .wrp_searchform .box_roo select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #c0c0c0;
  padding: 10px;
  font-family: "Libre Baskerville", serif;
}
.con_search .box_search .wrp_searchform .box_day input::-ms-expand,
.con_search .box_search .wrp_searchform .box_day select::-ms-expand,
.con_search .box_search .wrp_searchform .box_per input::-ms-expand,
.con_search .box_search .wrp_searchform .box_per select::-ms-expand,
.con_search .box_search .wrp_searchform .box_sta input::-ms-expand,
.con_search .box_search .wrp_searchform .box_sta select::-ms-expand,
.con_search .box_search .wrp_searchform .box_roo input::-ms-expand,
.con_search .box_search .wrp_searchform .box_roo select::-ms-expand {
  display: none;
}
.con_search .box_search .wrp_searchform .box_day {
  width: 20%;
  padding-right: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search .wrp_searchform .box_day {
    width: 40%;
  }
}
.con_search .box_search .wrp_searchform .box_day label {
  position: relative;
}
.con_search .box_search .wrp_searchform .box_day label:after {
  content: "\f2d1";
  font-family: "Ionicons";
  color: #5f5a60;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 0;
}
.con_search .box_search .wrp_searchform .box_day label input {
  width: 100%;
}
.con_search .box_search .wrp_searchform .box_per,
.con_search .box_search .wrp_searchform .box_sta,
.con_search .box_search .wrp_searchform .box_roo {
  width: 13%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search .wrp_searchform .box_per,
  .con_search .box_search .wrp_searchform .box_sta,
  .con_search .box_search .wrp_searchform .box_roo {
    width: 20%;
  }
}
.con_search .box_search .wrp_searchform .box_per em span,
.con_search .box_search .wrp_searchform .box_sta em span,
.con_search .box_search .wrp_searchform .box_roo em span {
  font-size: 88%;
}
.con_search .box_search .wrp_searchform .box_per label,
.con_search .box_search .wrp_searchform .box_sta label,
.con_search .box_search .wrp_searchform .box_roo label {
  position: relative;
}
.con_search .box_search .wrp_searchform .box_per label:after,
.con_search .box_search .wrp_searchform .box_sta label:after,
.con_search .box_search .wrp_searchform .box_roo label:after {
  content: "▼";
  font-size: 8px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 30%;
}
.con_search .box_search .wrp_searchform .box_per select,
.con_search .box_search .wrp_searchform .box_sta select,
.con_search .box_search .wrp_searchform .box_roo select {
  width: 70%;
}
.con_search .box_search .wrp_searchform .box_chg {
  width: 15%;
  font-size: 94%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search .wrp_searchform .box_chg {
    width: 50%;
    margin-top: 20px;
  }
  .con_search .box_search .wrp_searchform .box_chg label {
    display: inline-block;
    padding: 5px 15px 0 0;
  }
}
.con_search .box_search .wrp_searchform .btn_submit {
  width: 25%;
  padding-left: 2%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search .wrp_searchform .btn_submit {
    width: 50%;
    margin-top: 15px;
  }
}
.con_search .box_search .wrp_searchform .btn_submit button {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #940045;
  border: 2px solid #940045;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 1.2em 1em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 113%;
  line-height: 1;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
@media only screen and (min-width: 1025px) {
  .con_search .box_search .wrp_searchform .btn_submit button:hover {
    background: none;
    color: #940045;
  }
}
@media print {
  .con_search .box_search .wrp_searchform .btn_submit button:hover {
    background: none;
    color: #940045;
  }
}
.ie8 .con_search .box_search .wrp_searchform .btn_submit button:hover {
  background: none;
  color: #940045;
}
@media only screen and (max-width: 767px) {
  .con_search .box_search .wrp_searchform .btn_submit button {
    padding: .8em 1em;
  }
}
.con_search .box_search .wrp_searchform .btn_submit button i {
  font-size: 82%;
}
.con_search .box_search .ver_en {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.con_search .box_search .ver_en .box_up {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  width: 90%;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_search .box_search .ver_en .box_up {
    width: 100%;
  }
}
@media print {
  .con_search .box_search .ver_en .box_up {
    width: 100%;
  }
}
.ie8 .con_search .box_search .ver_en .box_up {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
  .con_search .box_search .ver_en .box_up {
    font-size: 92%;
  }
}
.con_search .box_search .ver_en .box_up .box_day {
  width: 30%;
  padding-right: 4%;
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .con_search .box_search .ver_en .box_up .box_day {
    width: 26%;
    padding-right: 2%;
  }
}
.con_search .box_search .ver_en .box_up .box_per,
.con_search .box_search .ver_en .box_up .box_sta,
.con_search .box_search .ver_en .box_up .box_roo {
  width: 22%;
}
.con_search .box_search .ver_en .box_up .box_per select,
.con_search .box_search .ver_en .box_up .box_sta select,
.con_search .box_search .ver_en .box_up .box_roo select {
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
  .con_search .box_search .ver_en .box_up .box_per select,
  .con_search .box_search .ver_en .box_up .box_sta select,
  .con_search .box_search .ver_en .box_up .box_roo select {
    width: 50%;
  }
}
@media only screen and (min-width: 860px) and (max-width: 980px) {
  .con_search .box_search .ver_en .box_up .box_per {
    width: 22%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
  .con_search .box_search .ver_en .box_up .box_per {
    width: 22%;
  }
}
@media only screen and (min-width: 860px) and (max-width: 980px) {
  .con_search .box_search .ver_en .box_up .box_sta {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
  .con_search .box_search .ver_en .box_up .box_sta {
    width: 23%;
  }
}
@media only screen and (min-width: 860px) and (max-width: 980px) {
  .con_search .box_search .ver_en .box_up .box_roo {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
  .con_search .box_search .ver_en .box_up .box_roo {
    width: 27%;
  }
}
.con_search .box_search .ver_en .box_under {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.con_search .box_search .ver_en .box_under .btn_submit {
  width: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search .ver_en .box_under .btn_submit {
    width: 40%;
  }
}
.con_search .box_search .btns {
  text-align: right;
  padding: 5px 0 10px;
  border-top: 1px solid #dddddd;
}
.con_search .box_search .btns .tel i {
  color: #940045;
  margin-right: 5px;
  font-size: 150%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search .btns .tel i {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search .btns .tel i {
    font-size: 125%;
  }
}
.con_search .box_search .btns .tel .tel-link {
  font-family: "Libre Baskerville", serif;
  font-size: 150%;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search .btns .tel .tel-link {
    font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search .btns .tel .tel-link {
    font-size: 125%;
  }
}
.con_search .box_search .btns .tel a {
  color: #fff;
}
.con_search .box_search .btns p {
  display: inline-block;
  margin-left: 20px;
}
.con_search .box_search .btns p a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  .con_search .box_search .btns p a:hover {
    color: #bc9869;
  }
}
@media print {
  .con_search .box_search .btns p a:hover {
    color: #bc9869;
  }
}
.ie8 .con_search .box_search .btns p a:hover {
  color: #bc9869;
}
.con_search .box_search .btns p a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 3px;
  font-size: 13px;
  color: #5f5a60;
}
.con_search .box_sp_rsv {
  padding: 1em;
}
.con_search .box_sp_rsv .btn {
  margin-bottom: 10px;
}
.con_search .box_sp_rsv .tel {
  text-align: center;
  margin-top: 10px;
}
.con_search .box_sp_rsv .tel i {
  color: #940045;
  margin-right: 5px;
  font-size: 125%;
}
.con_search .box_sp_rsv .tel .tel-link {
  font-family: "Libre Baskerville", serif;
  font-size: 150%;
  line-height: 1;
}
.con_search .box_sp_rsv .txtlnk {
  text-align: center;
}
.con_search .box_sp_rsv .txtlnk a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 94%;
}
.con_search .box_sp_rsv .txtlnk a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 3px;
  font-size: 13px;
  color: #5f5a60;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer .con_footer {
  background: #1f1f1f;
  color: #fff;
  padding: 70px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
    padding: 30px 0;
  }
}
#footer .con_footer .box_footer {
  max-width: 500px;
  text-align: center;
}
#footer .con_footer .box_footer .logo a {
  display: block;
}
#footer .con_footer .box_footer .txt_des {
  margin: 30px 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .txt_des {
    margin: 15px 0;
  }
}
#footer .con_footer .box_footer .txt_des a {
  color: #fff;
  font-weight: bold;
  font-size: 113%;
  margin-top: 30px;
  display: inline-block;
}
#footer .con_footer .box_footer .btn {
  max-width: 350px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .btn {
    max-width: 100%;
  }
}
#footer .con_group {
  margin: 20px auto;
}
@media only screen and (max-width: 1024px) {
  #footer .con_group {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_group {
    padding-bottom: 15%;
  }
}
#footer .con_group h3 {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1025px) {
  #footer .con_group h3 {
    margin-bottom: 25px;
  }
}
@media print {
  #footer .con_group h3 {
    margin-bottom: 25px;
  }
}
.ie8 #footer .con_group h3 {
  margin-bottom: 25px;
}
#footer .con_group h3:before {
  content: "";
  background: #dddddd;
  width: 100%;
  top: 60%;
  height: 1px;
  left: 0;
  position: absolute;
  z-index: -1;
}
#footer .con_group h3 a {
  display: inline-block;
  background: #fff;
  padding: 0 1em;
}
@media only screen and (min-width: 1025px) {
  #footer .con_group h3 a:hover {
    opacity: 0.7;
  }
}
@media print {
  #footer .con_group h3 a:hover {
    opacity: 0.7;
  }
}
.ie8 #footer .con_group h3 a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #footer .con_group h3 a {
    width: 50%;
  }
}
#footer .con_group ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  #footer .con_group ul li {
    width: 15.66667%;
  }
}
@media print {
  #footer .con_group ul li {
    width: 15.66667%;
  }
}
.ie8 #footer .con_group ul li {
  width: 15.66667%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_group ul li {
    width: 32.33333%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_group ul li {
    width: 49%;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .con_group ul li a:hover {
    opacity: 0.7;
  }
}
@media print {
  #footer .con_group ul li a:hover {
    opacity: 0.7;
  }
}
.ie8 #footer .con_group ul li a:hover {
  opacity: 0.7;
}
#footer .btn_pgtop {
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 99;
}
#footer .btn_pgtop a {
  display: inline-block;
  background: #1f1f1f;
  text-align: center;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  #footer .btn_pgtop a {
    padding: .5em .5em .2em;
  }
}
#footer .btn_pgtop a img {
  width: 40px;
}
@media only screen and (max-width: 767px) {
  #footer .btn_pgtop a img {
    width: 20px;
  }
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
html.lower #contents .con_pgtitle {
  text-align: center;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_pgtitle {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle {
    margin-top: 10vw;
  }
}
html.lower #contents .con_pgtitle h1 {
  padding: 5rem 0;
  font-weight: normal;
  font-size: 313%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #fff;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_pgtitle h1 {
    padding: 15rem 2rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle h1 {
    padding: 20% 2% 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_pgtitle h1 {
    font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle h1 {
    font-size: 175%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_pgtitle h1 {
    line-height: 1;
  }
}
html.lower #contents .con_pgtitle h1 .en {
  font-size: 32%;
  font-family: "Playfair Display", serif;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_pgtitle h1 .en {
    font-size: 38%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle h1 .en {
    font-size: 38%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_pgtitle h1 .en {
    display: inline-block;
    margin-left: 10px;
  }
}
html.lower #contents .con_pgtitle.sub h1 {
  padding: 5rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_pgtitle.sub h1 {
    padding: 15rem 2rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_pgtitle.sub h1 {
    padding: 20% 2% 15%;
  }
}
html.lower #contents .con_topicpath {
  border-top: 2px solid #dbc9ba;
}
html.lower #contents .con_topicpath ul {
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_topicpath ul {
    margin: 5px auto;
  }
}
html.lower #contents .con_topicpath ul li {
  display: inline-block;
  color: #5f5a60;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_topicpath ul li {
    font-size: 75%;
  }
}
html.lower #contents .con_topicpath ul li:before {
  content: "\f3d3";
  font-family: "Ionicons";
  margin: 0 5px 0 3px;
  color: #5f5a60;
}
html.lower #contents .con_topicpath ul li a {
  color: #5f5a60;
}
html.lower #contents .con_topicpath ul li:first-child:before {
  display: none;
}
html.lower #contents .con_f_reserve {
  background: #940045;
  overflow: hidden;
}
html.lower #contents .con_f_reserve .wrp_f_reserve {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_f_reserve .wrp_f_reserve {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_f_reserve .wrp_f_reserve {
    padding-top: 30px;
  }
}
html.lower #contents .con_f_reserve .wrp_f_reserve h4 {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-weight: normal;
  font-size: 150%;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_f_reserve .wrp_f_reserve h4 {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_f_reserve .wrp_f_reserve h4 {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_f_reserve .wrp_f_reserve h4 {
    margin-bottom: 10px;
  }
}
html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media print {
  html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ie8 html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve .box {
  width: 35%;
  margin: 0 2%;
  background: #fff;
  padding: 2em;
  -moz-box-shadow: 1px 2px 22px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 2px 22px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 22px rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve .box {
    width: 46%;
    padding: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve .box {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
    margin-bottom: 15px;
  }
}
html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve .box .txt {
  margin-bottom: 10px;
  text-align: center;
}
html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve .box .tel {
  text-align: center;
}
html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve .box .tel i {
  font-size: 188%;
  margin-right: 10px;
  color: #940045;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve .box .tel i {
    font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve .box .tel i {
    font-size: 113%;
  }
}
html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve .box .tel .tel-link {
  font-family: "Libre Baskerville", serif;
  font-size: 219%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve .box .tel .tel-link {
    font-size: 207%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve .box .tel .tel-link {
    font-size: 163%;
  }
}
@media only screen and (max-width: 1024px) {
  html.lower #contents .con_f_reserve .wrp_f_reserve .box_f_reserve .box .tel .tel-link {
    line-height: 1;
  }
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
  border-top: 1px solid #dbc9ba;
}
table.tbl_basic tr th,
table.tbl_basic tr td {
  border-bottom: 1px solid #d7bfab;
  padding: .5em 1em;
}
table.tbl_basic tr th {
  background: #e3d3c6;
  color: #75572b;
  font-weight: normal;
}
table.tbl_basic tr td {
  color: #5f5a60;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd tr th, table.tbl_basic.rwd tr td {
    display: block;
    width: 100%;
  }
}

table.tbl_secondry {
  width: 100%;
  border-top: 1px solid #dddddd;
}
table.tbl_secondry tr th,
table.tbl_secondry tr td {
  border-bottom: 1px solid #dddddd;
  padding: 1.3em 1em;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondry tr th,
  table.tbl_secondry tr td {
    padding: .8em .5em;
  }
}
table.tbl_secondry tr th {
  color: #5f5a60;
  font-weight: normal;
  background: #e3d3c6;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondry tr th {
    background: #f2ede9;
  }
}
table.tbl_secondry tr td {
  color: #5f5a60;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondry.rwd tr th, table.tbl_secondry.rwd tr td {
    display: block;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	ページ内リンク
----------------------------------------------------------- */
#link_location,
#link_rooms,
#link_break,
#link_facilies,
#link_sight {
  margin-top: -90px;
  padding: 90px 0;
}

#link_restau {
  margin-top: -60px;
  padding: 60px 0;
}
