@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700");
.main, #contents, .gnav ul, #footer .fnav ul, #footer #fnav_info .con_fnav, #footer #copyright, .con_search, .con_title h2, .con_snav_res {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .main, #contents, .gnav ul, #footer .fnav ul, #footer #fnav_info .con_fnav, #footer #copyright, .con_search, .con_title h2, .con_snav_res {
    width: 95%;
  }
}

#contents:after, #contents #side .con_banner_add:after, #header .main:after, .con_search .box_inner .search_item:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #313131;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 100%;
}
.ie body {
  font-size: 98%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 93%;
  }
}
body a {
  color: #4b4b4b;
}
body a:link, body a:visited, body a:active {
  text-decoration: none;
}
.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: "ヒラギノ角ゴ 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: 1101px) {
  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: 1100px) {
  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;
}

.accordion.all {
  color: #fff;
  background: #777;
  padding: 10px;
  cursor: pointer;
  position: relative;
  font-size: 139%;
  padding-right: 1.5em;
}
@media only screen and (max-width: 767px) {
  .accordion.all {
    font-size: 108%;
  }
}
.accordion.all:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.3em;
  border: .6em solid transparent;
  border-top: solid 1em #313131;
  border-bottom-width: 0;
  z-index: 100;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.accordion.all.active:after {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.accordion.all + * .inner {
  padding: 1em;
  border: 1px dotted #999;
  border-top: 0;
  display: block;
}
.accordion.all + * {
  display: none;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
@media print {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
.ie8 .accordion.sp_only {
  font-weight: bold;
}
.ie8 .accordion.sp_only + * {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .accordion.sp_only {
    color: #fff;
    background: #777;
    padding: 10px;
    cursor: pointer;
    position: relative;
    font-size: 139%;
    padding-right: 1.5em;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .accordion.sp_only {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .accordion.sp_only:after {
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -.3em;
    border: .6em solid transparent;
    border-top: solid 1em #313131;
    border-bottom-width: 0;
    z-index: 100;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }
  .accordion.sp_only.active:after {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .accordion.sp_only + * .inner {
    padding: 1em;
    border: 1px dotted #999;
    border-top: 0;
    display: block;
  }
  .accordion.sp_only + * {
    display: none;
  }
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  overflow: hidden;
  *zoom: 1;
}
@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;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents #pankuzu {
  text-align: right;
  padding: 2em 0 1em;
}
@media only screen and (max-width: 767px) {
  #contents #pankuzu {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  #contents #pankuzu {
    font-size: 93%;
  }
}
#contents #pankuzu li {
  display: inline-block;
}
#contents #main {
  float: right;
  width: 71.11111%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents #main {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  #contents #main {
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents #main {
    width: 71.11111%;
  }
}
@media only screen and (max-width: 767px) {
  #contents #main {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 933.5px) {
  #contents #main {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #contents #main {
    overflow: hidden;
  }
}
#contents #side {
  float: left;
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents #side {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  #contents #side {
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents #side {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  #contents #side {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #contents #side {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 933.5px) {
  #contents #side {
    float: none;
    width: 100%;
    margin-top: 5%;
  }
}
#contents #side .con_g_search {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1em;
  text-align: center;
}
#contents #side .con_g_search a {
  vertical-align: middle;
}
#contents #side .con_g_search a img {
  vertical-align: middle;
}
#contents #side .con_g_search .g_search_txt {
  border: 1px solid #a0a0a0;
  width: 140px;
  padding: .2em .3em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents #side .con_g_search .g_search_btn {
  background: #808080;
  padding: .2em .6em;
  border: none;
  color: #FFF;
  text-align: center;
}
#contents #side .con_search {
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
#contents #side .con_search .box_inner {
  border: 0;
  padding: 1.8em;
  text-align: center;
}
#contents #side .con_search .box_inner .box_search_inner {
  float: none;
  width: 100%;
  border: 0;
}
#contents #side .con_search .box_inner .box_search_inner .search_item {
  background: #fff;
  border: solid 1px #C9C4C4;
  padding: .6em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents #side .con_search .box_inner .box_search_inner .search_item li {
  float: none;
  width: 100%;
  margin: 0;
  padding: .3em 0;
}
#contents #side .con_search .box_inner .box_search_inner .search_item li input, #contents #side .con_search .box_inner .box_search_inner .search_item li select {
  border: solid 1px #C9C4C4;
}
#contents #side .con_search .box_inner .box_search_inner .search_item li.check_nodate label {
  display: block;
}
#contents #side .con_search .box_inner .box_search_inner .search_item li.check_nodate label span {
  float: none;
}
#contents #side .con_search .box_inner .box_search_inner .search_item li.check_nodate label span br {
  display: none;
}
#contents #side .con_search .box_inner .box_search_inner .search_item li.btn_reservation {
  margin: 0.5em 0;
  border: solid 1px #C9C4C4;
  border-left: 0;
  border-right: 0;
  padding: .1em 0;
}
#contents #side .con_search .box_inner .box_search_inner .search_item li.btn_reservation a {
  border: solid 1px #C9C4C4;
  border-left: 0;
  border-right: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7a110f;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#contents #side .con_search .box_inner .box_search_inner .box_lnk {
  margin: .6em 0 .6em;
  text-align: center;
}
#contents #side .con_search .box_inner .box_search_inner .box_lnk a {
  padding: .1em 0;
}
#contents #side .con_search .box_inner .box_phone_search {
  float: none;
  width: 100%;
}
#contents #side .con_search .box_inner .box_phone_search .txt {
  text-align: center;
}
#contents #side .con_search .box_inner .box_phone_search .txt br {
  display: block;
}
#contents #side .con_search .box_inner .box_phone_search .tel {
  font-size: 200%;
  text-align: center;
}
#contents #side .con_banner_add li {
  margin: .4em 0;
}
#contents #side .con_banner_add li a {
  display: block;
}
#contents #side .con_banner_add li a img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 933.5px) {
  #contents #side .con_banner_add li {
    float: left;
    width: 49%;
  }
  #contents #side .con_banner_add li:nth-child(even) {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  #contents #side .con_banner_add li {
    float: left;
    width: 49%;
  }
  #contents #side .con_banner_add li:nth-child(even) {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 543.5px) {
  #contents #side .con_banner_add li {
    float: none;
    width: 100%;
  }
  #contents #side .con_banner_add li:nth-child(even) {
    margin-left: 0;
  }
}

#contents #side .con_banner {
  margin: 5% 0;
  border-top: 1px solid #acacac;
}
#contents #side .con_banner li a {
  display: block;
  text-decoration: none;
  padding: .8em 0;
  border-bottom: 1px solid #acacac;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 108%;
}
#contents #side .con_banner li a:before, #contents #side .con_banner li a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
#contents #side .con_banner li a > * {
  vertical-align: baseline;
  display: inline;
}
#contents #side .con_banner li a:before {
  content: "";
  margin-right: .5em;
  font-size: .6em;
  background: #757575;
  padding: .15em .4em;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  -moz-border-radius: 0.1em;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
}
#contents #side .con_banner li.lnk_mb a {
  overflow: hidden;
  padding: .8em;
  font-weight: bold;
}
#contents #side .con_banner li.lnk_mb a:before {
  display: none;
}
#contents #side .con_banner li.lnk_mb a img {
  float: left;
  width: 28%;
  max-width: 5em;
}
#contents #side .con_banner li.lnk_mb a span {
  display: block;
  float: left;
  width: 57%;
  margin-left: 5%;
}
#contents #side .con_banner li.lnk_mb a span em {
  color: #6f729a;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 95%;
}
#contents #side .con_banner li.lnk_mb.mb1 a {
  background: url(../images/common/ic_s-mobile.png) 95% center no-repeat;
  background-size: 2.4em auto;
}
#contents #side .con_banner li.lnk_mb.mb2 a {
  background: url(../images/common/ic_mobile.png) 95% center no-repeat;
  background-size: 3.2em auto;
}

#homepage #contents {
  max-width: none;
  width: 100%;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  overflow: hidden;
  *zoom: 1;
}
#header .main {
  position: relative;
}
@media only screen and (max-width: 1100px) {
  #header {
    border-bottom: 1px solid #dddddd;
    padding-bottom: .5em;
  }
}
#header .top_header {
  background: #eaeaea;
  overflow: hidden;
  *zoom: 1;
  padding: 5px 0;
}
#header .top_header h1 {
  width: 835px;
  float: left;
  line-height: 2;
  font-size: 85%;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .top_header h1 {
    width: 835px;
  }
}
@media only screen and (max-width: 767px) {
  #header .top_header h1 {
    width: 90%;
  }
}
#header .top_header .lang {
  float: right;
}
#header .top_header .lang li {
  float: left;
}
#header .top_header .lang li a {
  text-decoration: none;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #e6e6e6));
  background: -moz-linear-gradient(#fefefe, #e6e6e6);
  background: -webkit-linear-gradient(#fefefe, #e6e6e6);
  background: linear-gradient(#fefefe, #e6e6e6);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEFEFE', endColorstr='#FFE6E6E6');
  padding: .3em .5em;
  display: inline-block;
  border: 1px solid #cacaca;
  line-height: 1;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  position: relative;
}
#header .top_header .lang li a img {
  vertical-align: middle;
}
#header .top_header .lang li:nth-child(2) a {
  border-left: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#header .hnav {
  overflow: hidden;
  *zoom: 1;
  padding: 10px 0;
}
#header .hnav .logo {
  float: left;
  width: 21.36364%;
}
@media only screen and (max-width: 1100px) {
  #header .hnav .logo {
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
#header .hnav .mm_menu {
  float: right;
  padding: .3em .4em;
  color: #000;
  text-align: right;
  font-size: 247%;
  border: 2px solid #4f4f4f;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background: -moz-linear-gradient(#ffffff, #e5e5e5);
  background: -webkit-linear-gradient(#ffffff, #e5e5e5);
  background: linear-gradient(#ffffff, #e5e5e5);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE5E5E5');
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  #header .hnav .mm_menu {
    font-size: 170%;
  }
}
#header .hnav .hnav_link {
  float: left;
  width: 49.54545%;
  text-align: right;
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1.5em;
}
#header .hnav .hnav_link li {
  display: inline-block;
}
#header .hnav .hnav_link li a {
  text-decoration: none;
  font-size: 100%;
  padding: .5em 1em;
}
#header .hnav .hnav_link li a:before, #header .hnav .hnav_link li a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
#header .hnav .hnav_link li a > * {
  vertical-align: baseline;
  display: inline;
}
#header .hnav .hnav_link li a:before {
  content: "";
  margin-right: .5em;
}
#header .hnav .hnav_link li a:before {
  color: #000;
  font-size: 108%;
  margin-right: .2em;
}
#header .hnav .hnav_link li.lnk_information a {
  border: 1px solid #691216;
  color: #691216;
}
#header .hnav .hnav_link li.lnk_information a:before {
  content: "";
  display: none;
}
#header .hnav .hnav_tel {
  width: 28.63636%;
  border-left: 1px solid #dddddd;
  float: right;
}
#header .hnav .hnav_tel li {
  color: #691216;
  text-align: right;
}
#header .hnav .hnav_tel li.tel {
  font-family: "Libre Baskerville", serif;
  font-size: 208%;
  letter-spacing: 0;
}
#header .hnav .hnav_tel li.tel img {
  vertical-align: baseline;
  padding-right: 8px;
}
#header .hnav .hnav_tel a {
  text-decoration: none;
}

#gnav_stick {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  display: none;
}

.gnav {
  overflow: hidden;
  *zoom: 1;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZjJmMmYyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTBlMGUwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(41%, #f2f2f2), color-stop(100%, #e0e0e0));
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 41%, #e0e0e0 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 41%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 41%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
  /* IE6-9 */
  border-top: 1px solid #dddddd;
}
.gnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
.gnav ul li {
  float: left;
  border-right: 1px solid #dddddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12.49545%;
  letter-spacing: -1px;
}
.gnav ul li a {
  display: block;
  text-decoration: none;
  padding: 15px 0;
}
.gnav ul li a span {
  display: block;
  text-align: center;
}
.gnav ul li a span.jp {
  font-size: 108%;
  color: #4c4c4c;
}
.gnav ul li a span.en {
  font-size: 85%;
  font-family: "Libre Baskerville", serif;
  color: #7d8bab;
}
.gnav ul li:first-child {
  border-left: 1px solid #dddddd;
}
.gnav ul li.reservtion {
  border-right: none;
}
.gnav ul li.reservtion a {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjMTIxMiIvPjxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjNTkwYzBjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzkwNjA2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7c1212), color-stop(42%, #590c0c), color-stop(100%, #390606));
  background: -moz-linear-gradient(top, #7c1212 0%, #590c0c 42%, #390606 100%);
  background: -webkit-linear-gradient(top, #7c1212 0%, #590c0c 42%, #390606 100%);
  background: linear-gradient(to bottom, #7c1212 0%, #590c0c 42%, #390606 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c1212', endColorstr='#390606',GradientType=0 );
}
.gnav ul li.reservtion a span {
  color: #FFF;
}
.gnav ul li.restaurant a {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjMTIxMiIvPjxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjNTkwYzBjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzkwNjA2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4c9b1b), color-stop(42%, #44861c), color-stop(100%, #2f5915));
  background: -moz-linear-gradient(top, #4c9b1b 0%, #44861c 42%, #2f5915 100%);
  background: -webkit-linear-gradient(top, #4c9b1b 0%, #44861c 42%, #2f5915 100%);
  background: linear-gradient(to bottom, #4c9b1b 0%, #44861c 42%, #2f5915 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c9b1b', endColorstr='#2f5915',GradientType=0 );
}
.gnav ul li.restaurant a span {
  color: #FFF;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  overflow: hidden;
  *zoom: 1;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 2em;
  }
}
#footer .page_top {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ececec), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(#ececec, #ffffff);
  background: -webkit-linear-gradient(#ececec, #ffffff);
  background: linear-gradient(#ececec, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFECECEC', endColorstr='#FFFFFFFF');
  overflow: hidden;
  *zoom: 1;
  border-top: 1px solid #ebebeb;
  text-align: center;
  position: relative;
  padding: 1em 0;
}
#footer .page_top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  width: 100%;
  height: 1px;
}
#footer .page_top a {
  display: block;
  text-decoration: none;
}
#footer .page_top a span {
  display: block;
}
#footer .fnav {
  overflow: hidden;
  *zoom: 1;
  padding: 1em 0 0;
  background: #f0f0f0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
#footer .fnav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  width: 100%;
  height: 1px;
}
#footer .fnav:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFF;
  width: 100%;
  height: 1px;
}
#footer .fnav ul li {
  float: left;
  margin-bottom: 1em;
}
#footer .fnav ul li a {
  display: inline-block;
  padding: .1em .7em;
  border-left: 1px solid #c0c0c0;
  text-decoration: none;
}
#footer .fnav ul li a:before, #footer .fnav ul li a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
#footer .fnav ul li a > * {
  vertical-align: baseline;
  display: inline;
}
#footer .fnav ul li a:before {
  content: "";
  margin-right: .5em;
}
@media only screen and (min-width: 1101px) {
  #footer .fnav ul li:nth-child(6) a {
    border-right: 1px solid #c0c0c0;
  }
}
@media print {
  #footer .fnav ul li:nth-child(6) a {
    border-right: 1px solid #c0c0c0;
  }
}
.ie8 #footer .fnav ul li:nth-child(6) a {
  border-right: 1px solid #c0c0c0;
}
#footer #fnav_info {
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 1100px) {
  #footer #fnav_info {
    border-top: 2px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
  }
}
#footer #fnav_info .fnav_address {
  text-align: center;
  padding: 10px;
}
#footer #fnav_info .con_fnav {
  overflow: hidden;
  *zoom: 1;
  padding-top: 1.5em;
}
#footer #fnav_info .con_fnav .logo {
  width: 22.27273%;
  float: left;
  margin-right: 1%;
  padding-top: 2.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer #fnav_info .con_fnav .logo {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer #fnav_info .con_fnav .logo {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 3%;
    margin-right: 0;
  }
}
#footer #fnav_info .con_fnav address {
  width: 30.45455%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer #fnav_info .con_fnav address {
    width: 50%;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  #footer #fnav_info .con_fnav address {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 3%;
  }
}
#footer #fnav_info .con_fnav .btn_contact {
  margin-top: .5em;
}
#footer #fnav_info .con_fnav .btn_contact a {
  display: inline-block;
  padding: .3em 1em;
  text-align: center;
  color: #691216;
  text-decoration: none;
  border: 1px solid #691216;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#footer #fnav_info .con_fnav .fnav_tel {
  float: left;
  text-align: center;
}
@media only screen and (min-width: 1101px) {
  #footer #fnav_info .con_fnav .fnav_tel {
    width: 840px;
  }
}
@media print {
  #footer #fnav_info .con_fnav .fnav_tel {
    width: 840px;
  }
}
.ie8 #footer #fnav_info .con_fnav .fnav_tel {
  width: 840px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer #fnav_info .con_fnav .fnav_tel {
    width: 100%;
    text-align: center;
    margin-top: 3%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #footer #fnav_info .con_fnav .fnav_tel {
    width: 100%;
    text-align: center;
  }
}
#footer #fnav_info .con_fnav .fnav_tel li {
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer #fnav_info .con_fnav .fnav_tel li {
    float: none;
  }
}
#footer #fnav_info .con_fnav .fnav_tel li.btn_rev {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  #footer #fnav_info .con_fnav .fnav_tel li.btn_rev {
    width: 22%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer #fnav_info .con_fnav .fnav_tel li.btn_rev a {
    padding: 1em 1em;
    width: 90%;
  }
}
#footer #fnav_info .con_fnav .fnav_tel li.btn_rev_hotel a {
  background: #660000;
  color: #FFF;
  padding: 2em;
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer #fnav_info .con_fnav .fnav_tel li.btn_rev_hotel a {
    padding: 1em 1em;
    width: 90%;
  }
}
#footer #fnav_info .con_fnav .fnav_tel li.btn_rev_res a {
  background: #386b19;
  color: #FFF;
  padding: 2em 0.8em;
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer #fnav_info .con_fnav .fnav_tel li.btn_rev_res a {
    padding: 1em 1em;
    width: 90%;
  }
}
#footer #fnav_info .con_fnav .fnav_tel li.ftel {
  line-height: 1;
  padding-top: 1em;
  width: 44%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer #fnav_info .con_fnav .fnav_tel li.ftel {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer #fnav_info .con_fnav .fnav_tel li.ftel {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer #fnav_info .con_fnav .fnav_tel li.ftel {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #footer #fnav_info .con_fnav .fnav_tel li.ftel {
    margin-top: 10px;
  }
}
@media print {
  #footer #fnav_info .con_fnav .fnav_tel li.ftel {
    margin-top: 10px;
  }
}
.ie8 #footer #fnav_info .con_fnav .fnav_tel li.ftel {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #footer #fnav_info .con_fnav .fnav_tel li.ftel {
    text-align: center;
  }
}
#footer #fnav_info .con_fnav .fnav_tel li.ftel p {
  color: #691216;
  /*a,span{
  	font-family: $libre;
  	@include fsz(27);
  	letter-spacing:0;
  	text-decoration: none;
  	color:$clrRed;
  }*/
}
@media only screen and (min-width: 768px) {
  #footer #fnav_info .con_fnav .fnav_tel li.ftel p {
    font-size: 120%;
  }
}
@media print {
  #footer #fnav_info .con_fnav .fnav_tel li.ftel p {
    font-size: 120%;
  }
}
.ie8 #footer #fnav_info .con_fnav .fnav_tel li.ftel p {
  font-size: 120%;
}
#footer #fnav_info .con_fnav .fnav_tel li.ftel p.tel a {
  padding-top: 0.3em;
  font-family: "Libre Baskerville", serif;
  font-size: 290%;
  letter-spacing: 0;
  text-decoration: none;
  color: #691216;
  display: block;
}
#footer #fnav_info .con_fnav .fnav_tel li.ftel p.tel a img {
  vertical-align: baseline;
}
@media only screen and (max-width: 1100px) {
  #footer #fnav_info .con_fnav .fnav_tel li.ftel p.tel a {
    padding-top: 0.3em;
    font-size: 190%;
  }
}
@media only screen and (max-width: 1100px) {
  #footer #fnav_info .con_fnav .fnav_tel li.ftel p.tel img {
    padding-right: 8px;
  }
}
#footer .footer_inner_lnk {
  background: #f0f0f0;
  padding: 2em 0;
  overflow: hidden;
  *zoom: 1;
}
#footer .footer_inner_lnk ul {
  width: 18%;
  float: left;
}
#footer .footer_inner_lnk ul:nth-child(3) {
  width: 25%;
}
#footer .footer_inner_lnk ul:nth-child(4) {
  width: 21%;
}
#footer .footer_inner_lnk ul li a {
  padding: .15em 0;
  display: block;
}
#footer .footer_inner_lnk ul li a:before, #footer .footer_inner_lnk ul li a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
#footer .footer_inner_lnk ul li a > * {
  vertical-align: baseline;
  display: inline;
}
#footer .footer_inner_lnk ul li a:before {
  content: "";
  margin-right: .5em;
}
#footer .footer_inner_lnk ul li a:before {
  text-decoration: none;
}
#footer #copyright {
  text-align: center;
  font-size: 77%;
  padding: 1.5em 0 2em;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	con_question
----------------------------------------------------------- */
.con_question {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
}
.con_question .box_question {
  overflow: hidden;
  *zoom: 1;
}
.con_question .box_question h4 {
  background: url(../images/common/ic_q.png) no-repeat 1em center #f2f2eb;
  background-size: 2.45455% auto;
  border-top: 1px dotted #949494;
  border-bottom: 1px dotted #949494;
  padding: 1em 2.8em 1em 5.90909%;
  font-size: 108%;
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.con_question .box_question h4:before {
  content: "";
  background: url(../images/common/ic_expand.png) no-repeat;
  position: absolute;
  right: 1em;
  top: 60%;
  color: #FFF;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 23px;
  height: 12px;
  left: inherit;
}
@media only screen and (max-width: 767px) {
  .con_question .box_question h4:before {
    top: 60%;
    right: .5em;
    width: 5%;
    background-size: contain;
  }
}
.con_question .box_question h4.active:before {
  background: url(../images/common/ic_back.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_question .box_question h4.active:before {
    width: 5%;
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  .con_question .box_question h4 {
    background-size: 5% auto;
    background-position: 1em 50%;
    padding: .5em 1.8em .5em 12%;
  }
}
.con_question .box_question .box_answer {
  padding: 1em 1em 1em 5.90909%;
  background: url(../images/common/ic_a.png) no-repeat 1em 1em;
  background-size: 2.27273% auto;
  margin-bottom: 2em;
  font-size: 108%;
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_question .box_question .box_answer {
    background-size: 5% auto;
    background-position: 1em .5em;
    padding: .5em 0 .5em 12%;
  }
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
  border-top: 1px solid #d2d2d2;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic {
    margin-bottom: 1em;
  }
}
table.tbl_basic tr th, table.tbl_basic tr td {
  border-bottom: 1px solid #d2d2d2;
  padding: 2% 7%;
}
table.tbl_basic tr th {
  background: #f3f3f3;
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic {
    width: 95%;
    margin: 1em auto 2em;
  }
  table.tbl_basic tr, table.tbl_basic td, table.tbl_basic th {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-indent: 0;
  }
  table.tbl_basic th {
    text-align: center;
  }
}

/* -----------------------------------------------------------
	#fixnav-sp
----------------------------------------------------------- */
#fixnav-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#fixnav-sp ul {
  overflow: hidden;
  border-top: 3px solid #b9b9b9;
  background: #e5e5e5;
  padding: 0.5em 2.08333%;
}
#fixnav-sp ul li {
  width: 18.85417%;
  float: left;
  margin-right: 1.35417%;
}
#fixnav-sp ul li .icon {
  display: block;
}
#fixnav-sp ul li .icon img {
  width: 3em;
  margin: .3em 0 0;
}
@media only screen and (max-width: 767px) {
  #fixnav-sp ul li .icon img {
    width: 2em;
  }
}
#fixnav-sp ul li a, #fixnav-sp ul li .tel {
  display: block;
  border: 1px solid #969696;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
  background: -moz-linear-gradient(#ffffff, #e4e4e4);
  background: -webkit-linear-gradient(#ffffff, #e4e4e4);
  background: linear-gradient(#ffffff, #e4e4e4);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE4E4E4');
  text-align: center;
  text-decoration: none;
}
#fixnav-sp ul li a em, #fixnav-sp ul li .tel em {
  font-size: 90%;
}
#fixnav-sp ul li#obj_menuBtn {
  margin-right: 0;
}

#menuList {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 2000;
  overflow-y: scroll;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  z-index: -1;
  -moz-transition: z-index 0ms 500ms, opacity 500ms, -moz-transform 500ms;
  -o-transition: z-index 0ms 500ms, opacity 500ms, -o-transform 500ms;
  -webkit-transition: z-index 0ms, opacity 500ms, -webkit-transform 500ms;
  -webkit-transition-delay: 500ms, 0s, 0s;
  transition: z-index 0ms 500ms, opacity 500ms, transform 500ms;
}
#menuList .btn_close {
  margin-right: 20px;
  text-align: right;
  width: 100%;
  overflow: hidden;
  margin: 1em auto;
}
#menuList .btn_close .ic_close {
  margin-right: 5%;
  cursor: pointer;
  float: right;
}
#menuList .btn_close .ic_close img {
  height: 1.5em;
}
#menuList .btn_close.btn_center {
  text-align: center;
  font-size: 108%;
}
#menuList .btn_close.btn_center .ic_close {
  float: none;
}
#menuList .btn_close.btn_center span {
  display: block;
}
#menuList .inner {
  position: relative;
}
#menuList .inner .fnav {
  float: none;
  width: 100%;
}
#menuList .inner .fnav ul {
  width: 100%;
  overflow: hidden;
}
#menuList .inner .fnav ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: 1.2em;
  border-bottom: 1px solid #a6a6a7;
  font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #menuList .inner .fnav ul li {
    width: 50%;
    float: left;
  }
}
#menuList .inner .fnav ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4c4c4c;
  text-decoration: none;
  display: block;
  padding: 3% 3%;
  position: relative;
}
#menuList .inner .fnav ul li a:before, #menuList .inner .fnav ul li a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
#menuList .inner .fnav ul li a > * {
  vertical-align: baseline;
  display: inline;
}
#menuList .inner .fnav ul li a:after {
  content: "";
  margin-left: .5em;
}
#menuList .inner .fnav ul li a:after {
  position: absolute;
  right: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #menuList .inner .fnav ul li a {
    padding: 7% 3%;
  }
}
.menuOpen #menuList {
  z-index: 3000;
  opacity: 1;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
#menuList .box_external_lnk {
  background: #6fa8c3;
  padding: 1.5em 3%;
}
#menuList .box_external_lnk .external_lnk {
  overflow: hidden;
  *zoom: 1;
}
#menuList .box_external_lnk .external_lnk li {
  width: 49%;
  float: left;
}
#menuList .box_external_lnk .external_lnk li:last-child {
  float: right;
}
#menuList .box_external_lnk .external_lnk li a {
  display: block;
  background: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1em .5em;
  text-align: center;
  text-decoration: none;
  font-size: 116%;
}
#menuList .box_external_lnk .external_lnk li a .fa {
  display: block;
  font-size: 154%;
}
#menuList .box_external_lnk .list_menu {
  overflow: hidden;
  *zoom: 1;
  margin: 1em 0 .7em;
}
#menuList .box_external_lnk .list_menu li {
  float: left;
  margin-right: 1em;
  margin-bottom: .5em;
}
#menuList .box_external_lnk .list_menu li a {
  color: #FFF;
  font-size: 124%;
  position: relative;
  padding-left: 0.5em;
}
#menuList .box_external_lnk .list_menu li a:before, #menuList .box_external_lnk .list_menu li a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
#menuList .box_external_lnk .list_menu li a > * {
  vertical-align: baseline;
  display: inline;
}
#menuList .box_external_lnk .list_menu li a:before {
  content: "";
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  #menuList .box_external_lnk .list_menu li a {
    font-size: 85%;
  }
}
#menuList .box_external_lnk .list_menu li a:before {
  position: absolute;
  left: 0;
}
#menuList .box_external_lnk .box_tel {
  display: block;
  background: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1em .5em;
  text-align: center;
  text-decoration: none;
}
#menuList .box_external_lnk .box_tel .txt {
  font-size: 90%;
}
#menuList .box_external_lnk .box_tel .tel {
  font-size: 231%;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0;
  margin-top: .2em;
}
@media only screen and (max-width: 1100px) {
  #menuList .box_external_lnk .box_tel .tel {
    font-size: 170%;
  }
}
#menuList .box_external_lnk .box_tel .tel span {
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #menuList .box_external_lnk .box_tel .tel span {
    font-size: 170%;
  }
}
#menuList .box_external_lnk .box_tel .tel a, #menuList .box_external_lnk .box_tel .tel span {
  text-decoration: none;
}
#menuList .box_external_lnk .box_tel .tel a img, #menuList .box_external_lnk .box_tel .tel span img {
  width: 1em;
  vertical-align: baseline;
}

/* -----------------------------------------------------------
	END : mainslider
----------------------------------------------------------- */
.con_search {
  background: #edddc0;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_search {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search {
    margin-bottom: 1em;
  }
}
.con_search .box_inner {
  border: 1px solid #FFF;
  background: #fbeacd;
  padding: 1.65441%;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 767px) {
  .con_search .box_inner {
    border: none;
    padding: 3%;
  }
}
.con_search .box_inner h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 154%;
  text-align: center;
  margin: 0 0 .3em 0;
}
.con_search .box_inner .box_search_inner {
  width: 66.16257%;
  padding-top: 4.7259%;
  float: left;
  border-right: 1px solid #e1ceae;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_search .box_inner .box_search_inner {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e1ceae;
    padding-bottom: .5em;
    margin-bottom: .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_inner .box_search_inner {
    width: 100%;
    border-right: none;
    float: none;
  }
}
.con_search .box_inner .box_phone_search {
  width: 32.13611%;
  font-size: 108%;
  float: left;
  padding: 3em 0 0 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_search .box_inner .box_phone_search {
    width: 100%;
    padding: 1em 0 0 1em;
  }
}
.con_search .box_inner .box_phone_search .txt {
  color: #691216;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_search .box_inner .box_phone_search .txt {
    text-align: center;
  }
}
.con_search .box_inner .box_phone_search .txt br {
  display: none;
}
.con_search .box_inner .box_phone_search .tel {
  font-family: "Libre Baskerville", serif;
  font-size: 300%;
  letter-spacing: 0;
  color: #691216;
  text-align: left;
  padding-left: 0.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_search .box_inner .box_phone_search .tel {
    text-align: center;
  }
}
.con_search .box_inner .box_phone_search .tel .fa {
  font-size: 93%;
}
.con_search .box_inner .box_phone_search .tel img {
  vertical-align: baseline;
}
.con_search .box_inner .search_item input, .con_search .box_inner .search_item select {
  -webkit-appearance: textfield;
  margin: 0;
  padding: .8em .5em;
  border: none;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.con_search .box_inner .search_item li {
  float: left;
  margin-right: 2.16216%;
}
@media only screen and (max-width: 767px) {
  .con_search .box_inner .search_item li {
    float: none;
    margin-right: 0;
  }
}
.con_search .box_inner .search_item li.title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 170%;
  width: 14.86486%;
  padding-top: .3em;
}
@media only screen and (max-width: 767px) {
  .con_search .box_inner .search_item li.title {
    width: 100%;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 154%;
    text-align: center;
    margin: 0 0 .3em 0;
    font-weight: bold;
  }
}
.con_search .box_inner .search_item li.txt_date {
  width: 22.97297%;
  font-size: 116%;
}
.con_search .box_inner .search_item li.txt_date label {
  position: relative;
}
.con_search .box_inner .search_item li.txt_date label:before, .con_search .box_inner .search_item li.txt_date label:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
.con_search .box_inner .search_item li.txt_date label > * {
  vertical-align: baseline;
  display: inline;
}
.con_search .box_inner .search_item li.txt_date label:after {
  content: "";
  margin-left: .5em;
}
.con_search .box_inner .search_item li.txt_date label:after {
  position: absolute;
  right: .5em;
  top: 50%;
  z-index: 22;
  color: #000;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .con_search .box_inner .search_item li.txt_date {
    width: 100%;
    padding-bottom: 1.2em;
  }
}
.con_search .box_inner .search_item li.check_nodate {
  width: 7.43243%;
  font-size: 116%;
}
.con_search .box_inner .search_item li.check_nodate span {
  float: right;
}
.con_search .box_inner .search_item li.check_nodate input {
  width: auto;
}
.con_search .box_inner .search_item li.txt_number {
  width: 12.02703%;
  font-size: 116%;
}
@media only screen and (max-width: 767px) {
  .con_search .box_inner .search_item li.txt_number {
    width: 47%;
    float: left;
    background-color: #fff;
  }
}
.con_search .box_inner .search_item li.txt_nuroom {
  width: 14.72973%;
  font-size: 116%;
}
@media only screen and (max-width: 767px) {
  .con_search .box_inner .search_item li.txt_nuroom {
    width: 48%;
    background-color: #fff;
    float: right;
  }
}
.con_search .box_inner .search_item li.btn_search {
  width: 23.37838%;
  font-size: 116%;
}
.con_search .box_inner .search_item li.btn_search a {
  display: inline-block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2MTIxMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhMDYwNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #761212), color-stop(100%, #3a0606));
  background: -moz-linear-gradient(#761212, #3a0606);
  background: -webkit-linear-gradient(#761212, #3a0606);
  background: linear-gradient(#761212, #3a0606);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF761212', endColorstr='#FF3A0606');
  color: #FFF;
  text-align: center;
  text-decoration: none;
  padding: .8em 2.5em;
  font-size: 108%;
  padding: .5em 0;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.9);
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 116%;
}
.con_search .box_inner .search_item li.btn_search a:before, .con_search .box_inner .search_item li.btn_search a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
.con_search .box_inner .search_item li.btn_search a > * {
  vertical-align: baseline;
  display: inline;
}
.con_search .box_inner .search_item li.btn_search a:before {
  content: "";
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_search .box_inner .search_item li.btn_search a {
    padding: .8em 0;
  }
}
.con_search .box_inner .search_item li.btn_search a:hover {
  color: #FFF;
}
.con_search .box_inner .search_item li.btn_search a:before, .con_search .box_inner .search_item li.btn_search a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
.con_search .box_inner .search_item li.btn_search a > * {
  vertical-align: baseline;
  display: inline;
}
.con_search .box_inner .search_item li.btn_search a:after {
  content: "";
  margin-left: .5em;
}
.con_search .box_inner .search_item li.btn_search a:before {
  display: none;
  content: "";
}
.con_search .box_inner .search_item li.btn_search a:after {
  margin-left: .2em;
}
@media only screen and (max-width: 767px) {
  .con_search .box_inner .search_item li.btn_search {
    width: 100%;
    margin-top: 4em;
  }
}
.con_search .box_inner .search_item li.btn_reservation {
  width: 20.27027%;
  margin-right: 0;
}
.con_search .box_inner .search_item li.btn_reservation a {
  display: inline-block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
  color: #6c0f0f;
  text-align: center;
  text-decoration: none;
  padding: .8em 2.5em;
  font-size: 108%;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  padding: .55em 0;
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-decoration: none;
  font-size: 116%;
}
.con_search .box_inner .search_item li.btn_reservation a:before, .con_search .box_inner .search_item li.btn_reservation a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
.con_search .box_inner .search_item li.btn_reservation a > * {
  vertical-align: baseline;
  display: inline;
}
.con_search .box_inner .search_item li.btn_reservation a:before {
  content: "";
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_search .box_inner .search_item li.btn_reservation a {
    padding: .8em 0;
  }
}
.con_search .box_inner .search_item li.btn_reservation a:hover {
  color: #6c0f0f;
}
.con_search .box_inner .search_item li.btn_reservation a:before, .con_search .box_inner .search_item li.btn_reservation a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
.con_search .box_inner .search_item li.btn_reservation a > * {
  vertical-align: baseline;
  display: inline;
}
.con_search .box_inner .search_item li.btn_reservation a:after {
  content: "";
  margin-left: .5em;
}
.con_search .box_inner .search_item li.btn_reservation a:before {
  display: none;
  content: "";
}
.con_search .box_inner .search_item li.btn_reservation a:after {
  margin-left: .2em;
}
.con_search .box_inner .box_lnk {
  font-size: 124%;
  text-align: right;
  padding-right: 1em;
  line-height: 1;
  padding-top: 3.78072%;
}
.con_search .box_inner .box_lnk span {
  display: inline-block;
  padding: .3em .5em;
}
.con_search .box_inner .box_lnk a {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  display: inline-block;
  padding: .3em .5em;
  text-decoration: none;
  color: #000;
}
.con_search .box_inner .box_lnk a:before, .con_search .box_inner .box_lnk a:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
.con_search .box_inner .box_lnk a > * {
  vertical-align: baseline;
  display: inline;
}
.con_search .box_inner .box_lnk a:before {
  content: "";
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_search .box_inner .box_lnk a {
    padding: 0.66em;
  }
}
.con_search .box_inner .list_menu_search {
  overflow: hidden;
  *zoom: 1;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -moz-linear-gradient(#ffffff, #e6e6e6);
  background: -webkit-linear-gradient(#ffffff, #e6e6e6);
  background: linear-gradient(#ffffff, #e6e6e6);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6');
  border: 1px solid #969696;
}
.con_search .box_inner .list_menu_search li {
  float: left;
  border-right: 1px solid #969696;
  width: 33.333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_search .box_inner .list_menu_search li a, .con_search .box_inner .list_menu_search li span {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0.3em 0;
}
@media only screen and (max-width: 767px) {
  .con_search .box_inner .list_menu_search li a, .con_search .box_inner .list_menu_search li span {
    padding: 0.8em 0 0.6em;
  }
}
.con_search .box_inner .list_menu_search li a span, .con_search .box_inner .list_menu_search li span span {
  display: block;
}
.con_search .box_inner .list_menu_search li a span.ic, .con_search .box_inner .list_menu_search li span span.ic {
  padding: 0.2em .3em;
}
.con_search .box_inner .list_menu_search li a span.ic .fa, .con_search .box_inner .list_menu_search li span span.ic .fa {
  font-size: 231%;
  color: #102864;
}
.con_search .box_inner .list_menu_search li a span.plan .fa, .con_search .box_inner .list_menu_search li span span.plan .fa {
  color: #3d5328;
}
.con_search .box_inner .list_menu_search li.phone {
  border-right: none;
}
.con_search .box_inner .list_menu_search li.phone span.ic {
  background: #651016;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  *zoom: 1;
  padding: 0.3em .6em;
}
.con_search .box_inner .list_menu_search li.phone span.ic .fa {
  color: #FFF;
  font-size: 170%;
  -moz-transform: rotateZ(10deg);
  -ms-transform: rotateZ(10deg);
  -webkit-transform: rotateZ(10deg);
  transform: rotateZ(10deg);
  vertical-align: text-top;
}

/* -----------------------------------------------------------
	title
----------------------------------------------------------- */
.con_title {
  position: relative;
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.con_title .img img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_title .img {
    overflow: hidden;
  }
  .con_title .img img {
    position: relative;
    width: 180%;
    max-width: none;
    margin-left: -40%;
  }
}
.con_title h2 {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_title h2 {
    width: 90%;
    text-align: center;
  }
}
.con_title h2 span {
  display: block;
  color: #000000;
}
.con_title h2 span.jp {
  font-size: 308%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-shadow: 2px -2px 3px rgba(255, 255, 255, 0.55), 2px 2px 3px rgba(255, 255, 255, 0.55), -2px 2px 2px rgba(255, 255, 255, 0.55);
}
@media only screen and (max-width: 767px) {
  .con_title h2 span.jp {
    font-size: 154%;
    text-shadow: 2px -2px 3px white, 2px 2px 3px white, -2px 2px 2px white, -2px 2px 2px white, -2px 2px 2px white;
  }
}
.con_title h2 span.en {
  font-size: 108%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: 1px;
  text-shadow: 2px -2px 3px rgba(255, 255, 255, 0.55), 2px 2px 3px rgba(255, 255, 255, 0.55), -2px 2px 2px rgba(255, 255, 255, 0.55);
}
@media only screen and (max-width: 767px) {
  .con_title h2 span.en {
    font-size: 100%;
    text-shadow: 2px -2px 3px white, 2px 2px 3px white, -2px 2px 2px white, -2px 2px 2px white, -2px 2px 2px white;
  }
}

#contents #pankuzu {
  overflow: hidden;
  *zoom: 1;
}
#contents #pankuzu .con_g_search {
  max-width: 35%;
  width: auto;
  float: left;
}
@media only screen and (max-width: 767px) {
  #contents #pankuzu .con_g_search {
    display: none;
  }
}
#contents #pankuzu .con_g_search a {
  vertical-align: middle;
}
#contents #pankuzu .con_g_search a img {
  vertical-align: middle;
}
#contents #pankuzu .con_g_search .g_search_btn {
  background: #808080;
  padding: .2em .3em;
  border: none;
  color: white;
  text-align: center;
}
#contents #pankuzu .con_g_search .g_search_txt {
  border: 1px solid #a0a0a0;
  width: 117px;
  padding: .2em .3em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1px;
}
#contents #pankuzu ul {
  width: 65%;
  float: right;
}
@media only screen and (max-width: 767px) {
  #contents #pankuzu ul {
    width: 100%;
  }
}

.con_snav_res {
  overflow: hidden;
  *zoom: 1;
  margin: 80px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_snav_res {
    margin: 20px auto 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_snav_res {
    margin: 2em auto;
  }
}
.con_snav_res ul li {
  float: left;
  width: 18.54545%;
}
.con_snav_res ul li:not(:first-child) {
  margin-left: 1.81818%;
}
.con_snav_res ul li a {
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_snav_res ul li a {
    font-size: 90%;
  }
}
.con_snav_res ul li .btn {
  display: inline-block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e8e8e8));
  background: -moz-linear-gradient(#ffffff, #e8e8e8);
  background: -webkit-linear-gradient(#ffffff, #e8e8e8);
  background: linear-gradient(#ffffff, #e8e8e8);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE8E8E8');
  color: #000000;
  text-align: center;
  text-decoration: none;
  padding: .8em 2.5em;
  font-size: 108%;
  border: 1px solid #d6d6d6;
  padding: .6em 0;
  display: block;
}
.con_snav_res ul li .btn:before, .con_snav_res ul li .btn:after {
  font-family: FontAwesome;
  vertical-align: baseline;
}
.con_snav_res ul li .btn > * {
  vertical-align: baseline;
  display: inline;
}
.con_snav_res ul li .btn:before {
  content: "";
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_snav_res ul li .btn {
    padding: .8em 0;
  }
}
.con_snav_res ul li .btn:hover {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .con_snav_res ul li .btn {
    padding: .3em 0;
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_snav_res ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .con_snav_res ul li:not(:first-child) {
    margin-left: 0;
  }
  .con_snav_res ul li:nth-child(2n) {
    margin-right: 0;
  }
}
