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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header .con_gnav .box_gnav, #footer .con_hotel {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  #header .con_gnav .box_gnav, #footer .con_hotel {
    width: 91.66667%;
  }
}

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

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
  letter-spacing: .06em;
}
html.openMenu {
  overflow: hidden;
}

body {
  color: #313131;
  background: url(../images/common/bg_base.jpg) repeat left top;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 100%;
  }
}
body a {
  color: #4b4b4b;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #646464;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "Microsoft YaHei", 微软雅黑, Arial, Helvetica, 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: 1200px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1200px) {
  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: 1199px) {
  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
----------------------------------------------------------- */
#page {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
    position: relative;
  }
  #page .overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .openMenu #page .overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    z-index: 12;
  }
}
@media print {
  #page {
    font-size: 100% !important;
    position: relative;
  }
  #page .overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .openMenu #page .overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    z-index: 12;
  }
}
.ie8 #page {
  font-size: 100% !important;
  position: relative;
}
.ie8 #page .overlay {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.openMenu .ie8 #page .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 12;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header .con_header {
  position: relative;
}
#header .con_header .box_header {
  width: 100%;
  background: none;
  position: absolute;
  z-index: 10;
}
#header .con_header .box_header .box_hea {
  max-width: none;
  margin-right: 3%;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_hea {
    padding: 3% 0;
  }
}
#header .con_header .box_header .box_hea .logo {
  vertical-align: middle;
  display: inline-block;
}
#header .con_header .box_header .box_hea .logo a {
  display: block;
}
.mouse #header .con_header .box_header .box_hea .logo a {
  -moz-transition: opacity 400ms ease-in;
  -o-transition: opacity 400ms ease-in;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}
.mouse #header .con_header .box_header .box_hea .logo a:hover, .touch #header .con_header .box_header .box_hea .logo a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #header .con_header .box_header .box_hea .logo a {
  -webkit-tap-highlight-color: transparent;
}
.touch #header .con_header .box_header .box_hea .logo a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_hea .logo a img {
    max-width: 7em;
  }
}
#header .con_header .box_header .box_hea .lang_menu {
  float: right;
  margin-left: 20px;
  margin-top: .4em;
}
#header .con_header .box_header .box_hea .lang_menu * {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .con_header .box_header .box_hea .lang_menu ul {
  width: 100%;
}
#header .con_header .box_header .box_hea .lang_menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
}
#header .con_header .box_header .box_hea .lang_menu ul li a, #header .con_header .box_header .box_hea .lang_menu ul li .st {
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 86%;
  color: #313131;
  padding: .3em 1.5em;
  letter-spacing: normal;
}
#header .con_header .box_header .box_hea .lang_menu ul li .st {
  cursor: pointer;
  color: #fff;
}
#header .con_header .box_header .box_hea .lang_menu ul li:hover, #header .con_header .box_header .box_hea .lang_menu ul li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#header .con_header .box_header .box_hea .lang_menu ul li:hover ul li, #header .con_header .box_header .box_hea .lang_menu ul li a:hover ul li {
  visibility: visible;
  overflow: visible;
  height: 30px;
  z-index: 10;
}
#header .con_header .box_header .box_hea .lang_menu ul li ul {
  position: absolute;
  top: 26px;
  width: 100%;
  z-index: 100;
}
#header .con_header .box_header .box_hea .lang_menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
  background: #d2d2d2;
}
#header .con_header .box_header .box_hea .lang_menu ul li ul li a:hover {
  opacity: .8;
}
#header .con_header .box_header .box_hea h1 {
  float: right;
  font-size: 86%;
  font-weight: normal;
  letter-spacing: normal;
  color: #fff;
  margin-top: 0.8em;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_hea h1 {
    margin-top: 0;
  }
}
#header .con_gnav {
  background: #101010;
  padding: 25px 0;
}
#header .con_gnav a {
  text-decoration: none;
  line-height: 1;
}
#header .con_gnav .box_gnav {
  overflow: hidden;
}
#header .con_gnav .box_gnav .logo {
  width: 13.91667%;
  float: left;
}
#header .con_gnav .box_gnav ul {
  float: right;
  width: 850px;
  letter-spacing: -.4em;
  text-align: right;
}
@media only screen and (min-width: 984px) and (max-width: 1199px) {
  #header .con_gnav .box_gnav ul {
    width: 670px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  #header .con_gnav .box_gnav ul {
    width: 590px;
  }
}
#header .con_gnav .box_gnav ul li {
  letter-spacing: .06em;
  display: inline-block;
}
#header .con_gnav .box_gnav ul li a {
  color: #fff;
  padding: .6em 1.2em;
  display: block;
  position: relative;
  font-size: 129%;
  font-family: 'EB Garamond', serif;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_gnav .box_gnav ul li a {
    font-size: 115%;
    padding: .6em .8em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  #header .con_gnav .box_gnav ul li a {
    font-size: 108%;
    padding: 0.6em;
  }
}
#header .con_gnav .box_gnav ul li a:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #76002e;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#header .con_gnav .box_gnav ul li:last-child a {
  background: #dd8f0e;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
#header .con_gnav .box_gnav ul li:last-child a:after {
  content: none;
}
#header .con_gnav .box_gnav ul li:last-child a:hover {
  background: #c6800c;
}
#header .con_gnav .box_gnav ul li:hover a:after, #header .con_gnav .box_gnav ul li.active a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  background: url(../images/common/bg02.jpg) repeat 0 0;
  padding: 50px 0 40px;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 0 0 4.5em;
  }
}
#footer #ptop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url(../images/common/bg01.jpg) repeat;
}
@media only screen and (min-width: 768px) {
  #footer #ptop {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: -1;
    -moz-transition: opacity 0.5s, z-index 0.5s;
    -o-transition: opacity 0.5s, z-index 0.5s;
    -webkit-transition: opacity 0.5s, z-index 0.5s;
    transition: opacity 0.5s, z-index 0.5s;
  }
  .fix #footer #ptop {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    z-index: 50;
  }
}
@media print {
  #footer #ptop {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: -1;
    -moz-transition: opacity 0.5s, z-index 0.5s;
    -o-transition: opacity 0.5s, z-index 0.5s;
    -webkit-transition: opacity 0.5s, z-index 0.5s;
    transition: opacity 0.5s, z-index 0.5s;
  }
  .fix #footer #ptop {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    z-index: 50;
  }
}
.ie8 #footer #ptop {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  -moz-transition: opacity 0.5s, z-index 0.5s;
  -o-transition: opacity 0.5s, z-index 0.5s;
  -webkit-transition: opacity 0.5s, z-index 0.5s;
  transition: opacity 0.5s, z-index 0.5s;
}
.fix .ie8 #footer #ptop {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 50;
}
@media only screen and (max-width: 767px) {
  #footer #ptop {
    width: 100%;
    position: static;
    height: auto;
    margin-bottom: 6%;
  }
}
#footer #ptop a {
  display: block;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer #ptop a {
    padding: 1em 0;
  }
}
#footer #ptop a i {
  line-height: 60px;
  display: block;
  color: #535353;
  font-size: 172%;
}
@media only screen and (max-width: 767px) {
  #footer #ptop a i {
    line-height: 1;
    font-size: 129%;
  }
}
#footer .con_hotel {
  text-align: center;
}
#footer .con_hotel .logo, #footer .con_hotel .box_hotel, #footer .con_hotel .btn_res {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #footer .con_hotel .logo, #footer .con_hotel .box_hotel, #footer .con_hotel .btn_res {
    display: block;
  }
}
#footer .con_hotel .logo {
  width: 205px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_hotel .logo {
    width: 18.65332%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_hotel .logo {
    width: 50%;
    margin: 0 auto 6%;
  }
  #footer .con_hotel .logo img {
    width: 100%;
  }
}
#footer .con_hotel .logo a {
  display: block;
}
#footer .con_hotel .box_hotel {
  margin-left: 28px;
  text-align: left;
  width: 320px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer .con_hotel .box_hotel {
    text-align: center;
    margin: 0 auto 8%;
    width: 100%;
  }
}
#footer .con_hotel .box_hotel p {
  line-height: 1.6;
}
#footer .con_hotel .box_hotel a, #footer .con_hotel .box_hotel .tel {
  color: #fff;
}
#footer .con_hotel .btn_res {
  width: 25%;
  margin-left: 3.33333%;
}
#footer .con_hotel .btn_res a {
  display: block;
  background: #dd8f0e;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1em 0;
  -moz-transition: color 0.4s, background 0.4s;
  -o-transition: color 0.4s, background 0.4s;
  -webkit-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}
#footer .con_hotel .btn_res a:hover {
  background: #c6800c;
}
@media only screen and (max-width: 767px) {
  #footer .con_hotel .btn_res {
    width: 100%;
    margin: 0 auto;
  }
}
#footer #copyright {
  text-align: center;
  color: #aaaaaa;
  font-size: 86%;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer #copyright {
    margin-top: 6%;
  }
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
    margin-top: 8%;
  }
}

#fix_logo {
  position: fixed;
  top: 5px;
  left: 15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  -moz-transition: opacity 0.8s, z-index 0.8s;
  -o-transition: opacity 0.8s, z-index 0.8s;
  -webkit-transition: opacity 0.8s, z-index 0.8s;
  transition: opacity 0.8s, z-index 0.8s;
}
#fix_logo a {
  display: block;
}
.mouse #fix_logo a {
  -moz-transition: opacity 400ms ease-in;
  -o-transition: opacity 400ms ease-in;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}
.mouse #fix_logo a:hover, .touch #fix_logo a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #fix_logo a {
  -webkit-tap-highlight-color: transparent;
}
.touch #fix_logo a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.fix #fix_logo {
  z-index: 999;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* -----------------------------------------------------------
	#MenuList ナビ
----------------------------------------------------------- */
#MenuList {
  background: #000;
  position: relative;
  position: fixed;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 1000;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: -moz-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  max-width: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #MenuList {
    max-width: 330px;
  }
}
@media only screen and (max-width: 767px) {
  #MenuList {
    max-width: 100%;
  }
}
@media only screen and (max-height: 726px) {
  #MenuList {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
}
#MenuList .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#MenuList .inner .common_menu {
  padding-top: 7%;
  width: 93.42105%;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #MenuList .inner .common_menu {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  #MenuList .inner .common_menu {
    margin: 0 auto;
  }
}
#MenuList .inner .common_menu .logo {
  display: inline-block;
}
#MenuList .inner .common_menu .logo a {
  display: block;
}
#MenuList .inner .common_menu .box_link {
  border-top: 1px solid #888;
  padding-top: 7%;
  padding-left: 7.04225%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #MenuList .inner .common_menu .box_link {
    padding: 8% 1% 0 4%;
    clear: both;
  }
}
#MenuList .inner .common_menu .box_link a {
  color: #eeeeee;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #MenuList .inner .common_menu .box_link .box_gnav {
    overflow: hidden;
  }
}
#MenuList .inner .common_menu .box_link .box_gnav li {
  margin: 0 0 2vh;
}
@media only screen and (max-width: 767px) {
  #MenuList .inner .common_menu .box_link .box_gnav li {
    width: 50%;
    float: left;
  }
}
#MenuList .inner .common_menu .box_link .box_gnav li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #dfdfdf;
  display: inline-block;
  vertical-align: super;
  margin-right: .3em;
}
#MenuList .inner .common_menu .box_link .box_gnav li a {
  font-size: 129%;
}
.mouse #MenuList .inner .common_menu .box_link .box_gnav li a {
  -moz-transition: opacity 400ms ease-in;
  -o-transition: opacity 400ms ease-in;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}
.mouse #MenuList .inner .common_menu .box_link .box_gnav li a:hover, .touch #MenuList .inner .common_menu .box_link .box_gnav li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #MenuList .inner .common_menu .box_link .box_gnav li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #MenuList .inner .common_menu .box_link .box_gnav li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#MenuList .inner .common_menu .box_link .ic_inst {
  position: absolute;
  top: 5%;
  right: 6%;
  line-height: 1;
}
.mouse #MenuList .inner .common_menu .box_link .ic_inst {
  -moz-transition: opacity 400ms ease-in;
  -o-transition: opacity 400ms ease-in;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}
.mouse #MenuList .inner .common_menu .box_link .ic_inst:hover, .touch #MenuList .inner .common_menu .box_link .ic_inst.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #MenuList .inner .common_menu .box_link .ic_inst {
  -webkit-tap-highlight-color: transparent;
}
.touch #MenuList .inner .common_menu .box_link .ic_inst.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#MenuList .inner .common_menu .box_link .ic_inst a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
#MenuList .inner .common_menu .box_link .ic_inst a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Brands';
}
#MenuList .inner .common_menu .box_link .ic_inst a:before {
  font-size: 200%;
  margin: 0 auto !important;
}
#MenuList .inner .btn_rsv {
  margin-top: 36vh;
}
#MenuList .inner .btn_rsv a {
  display: block;
  background: #dd8f0e;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1em 0;
  -moz-transition: color 0.4s, background 0.4s;
  -o-transition: color 0.4s, background 0.4s;
  -webkit-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}
#MenuList .inner .btn_rsv a:hover {
  background: #c6800c;
}
@media only screen and (min-width: 1200px) and (min-height: 800px) {
  #MenuList .inner .btn_rsv {
    margin-top: 24vh;
  }
}

@media only screen and (min-height: 800px) {
  .ie8 #MenuList .inner .btn_rsv {
    margin-top: 24vh;
  }
}
@media only screen and (min-height: 726px) {
  #MenuList .inner .btn_rsv {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
#MenuList .inner .btn_rsv a {
  font-size: 129%;
  padding: 2em 0;
}
@media only screen and (max-width: 767px) {
  #MenuList .inner .btn_rsv a {
    font-size: 115%;
  }
}
#MenuList .inner .btns {
  text-align: center;
  letter-spacing: -.4em;
  padding: 3% 0;
}
#MenuList .inner .btns li {
  display: inline-block;
  letter-spacing: normal;
  padding: .5em;
}
#MenuList .inner .btns li:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
}
#MenuList .inner .btns li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
#MenuList .inner .btn_close {
  color: #ccc;
  text-align: center;
}
#MenuList .inner .btn_close span {
  line-height: 1;
}
#MenuList .inner .btn_close span:before {
  content: '×';
  font-size: 223%;
  display: inline-block;
  vertical-align: middle;
}
#MenuList .inner .btn_close.top {
  float: right;
  border: 1px solid #585858;
  padding: .3em .4em;
  margin: -.5em 0 1em;
}
#MenuList .inner .btn_close.top span {
  font-size: 93%;
}
#MenuList .inner .btn_close.top span:before {
  display: block;
}
#MenuList .inner .btn_close.bottom {
  border-top: 1px solid #585858;
  padding-top: .5em;
}
#MenuList .inner .btn_close.bottom span {
  font-size: 129%;
}
.openMenu #MenuList {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

/* -----------------------------------------------------------
	fix_boxs PCメニューボタン
----------------------------------------------------------- */
.fix_boxs {
  position: fixed;
  z-index: -1;
  text-align: center;
  background: #dd8f0e;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.8s, z-index 0.8s;
  -o-transition: opacity 0.8s, z-index 0.8s;
  -webkit-transition: opacity 0.8s, z-index 0.8s;
  transition: opacity 0.8s, z-index 0.8s;
}
@media only screen and (min-width: 768px) {
  .fix_boxs {
    top: 0;
    right: 0;
  }
}
@media print {
  .fix_boxs {
    top: 0;
    right: 0;
  }
}
.ie8 .fix_boxs {
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .fix_boxs {
    z-index: 1001;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
  }
}
.fix_boxs .btn_gnav {
  width: 64px;
}
@media only screen and (max-width: 767px) {
  .fix_boxs .btn_gnav {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
  }
}
.fix_boxs .btn_gnav .inner {
  background: #000;
  padding: 17px 0 10px;
  cursor: pointer;
  color: #fff;
}
.fix_boxs .btn_gnav .inner .line {
  position: relative;
  width: 26px;
  height: 26px;
  margin: auto;
}
.fix_boxs .btn_gnav .inner .line span {
  display: inline-block;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.fix_boxs .btn_gnav .inner .line span:nth-of-type(1) {
  top: 0;
}
.fix_boxs .btn_gnav .inner .line span:nth-of-type(2) {
  top: 8px;
}
.fix_boxs .btn_gnav .inner .line span:nth-of-type(3) {
  top: 16px;
}
.fix_boxs .btn_gnav .inner .st {
  line-height: 1;
  font-size: 93%;
  letter-spacing: normal;
}
.openMenu .fix_boxs .btn_gnav {
  z-index: 999;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.openMenu .fix_boxs .btn_gnav .line span:nth-of-type(1) {
  -moz-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.openMenu .fix_boxs .btn_gnav .line span:nth-of-type(2) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.openMenu .fix_boxs .btn_gnav .line span:nth-of-type(3) {
  -moz-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.fix_boxs #fix_rsv {
  width: 75%;
  display: table-cell;
  vertical-align: middle;
}
.fix_boxs #fix_rsv a {
  display: block;
  background: #dd8f0e;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1em 0;
  -moz-transition: color 0.4s, background 0.4s;
  -o-transition: color 0.4s, background 0.4s;
  -webkit-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}
.fix_boxs #fix_rsv a:hover {
  background: #c6800c;
}
.fix .fix_boxs {
  z-index: 1001;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.openMenu .fix_boxs {
  z-index: 1001;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .openMenu .fix_boxs {
    z-index: 900;
  }
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
}
table.tbl_basic tr {
  border-top: 1px solid #a0a0a0;
}
table.tbl_basic tr:last-child {
  border-bottom: 1px solid #a0a0a0;
}
table.tbl_basic tr th {
  background: url(../images/common/bg04.jpg) repeat;
  vertical-align: top;
  font-weight: normal;
}
table.tbl_basic tr th, table.tbl_basic tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .8em 1em;
}
