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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.st_basic p, .con_nav #gnav, .con_nav #snav, .con_search, .con_reserve, #footer .con_footer, .con_breadcrumb .inner {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .st_basic p, .con_nav #gnav, .con_nav #snav, .con_search, .con_reserve, #footer .con_footer, .con_breadcrumb .inner {
    width: 95%;
  }
}

/* ===================================================================
CSS information

 author     : Ability Consultant
 style info : アニメーション関係
=================================================================== */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes risefadein {
  from {
    opacity: 0;
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes risefadein {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes risefadein {
  from {
    opacity: 0;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes downfadein {
  from {
    opacity: 0;
    -moz-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes downfadein {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes downfadein {
  from {
    opacity: 0;
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes dnfadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes dnfadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes dnfadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    -webkit-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* ===================================================================
CSS information

 file name  : compornents.css
 author     : Ability Consultant
 style info : コンポーネント
=================================================================== */
.st_basic p, .con_nav #gnav, .con_nav #snav, .con_search, .con_reserve, #footer .con_footer, .con_breadcrumb .inner {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .st_basic p, .con_nav #gnav, .con_nav #snav, .con_search, .con_reserve, #footer .con_footer, .con_breadcrumb .inner {
    width: 95%;
  }
}

/* ===================================================================
CSS information

 author     : Ability Consultant
 style info : アニメーション関係
=================================================================== */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes risefadein {
  from {
    opacity: 0;
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes risefadein {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes risefadein {
  from {
    opacity: 0;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes downfadein {
  from {
    opacity: 0;
    -moz-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes downfadein {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes downfadein {
  from {
    opacity: 0;
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes dnfadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes dnfadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes dnfadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    -webkit-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* -----------------------------------------------------------
  hデザイン
----------------------------------------------------------- */
.st_title {
  text-align: center;
  padding-bottom: 30px;
}
.st_title h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-weight: normal;
  font-size: 1.8em;
  letter-spacing: .6em;
  color: #495135;
  text-shadow: 0 0 5px inset;
  text-shadow: 0 0 5px rgba(255, 255, 190, 0.3) inset;
  position: relative;
  display: inline-block;
  max-width: 95%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .st_title h2 {
    letter-spacing: .3em;
  }
}
@media only screen and (max-width: 640px) {
  .st_title h2 {
    font-size: 1.4em;
    letter-spacing: .1em;
    max-width: 80%;
  }
}
.st_title h2:before, .st_title h2:after {
  content: "";
  display: block;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  top: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .st_title h2:before, .st_title h2:after {
    height: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .st_title h2:before, .st_title h2:after {
    height: 100%;
  }
}
.st_title h2:before {
  background: url(../images/common/bg_st_start.png) no-repeat center center;
  width: 7px;
  left: -3em;
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .st_title h2:before {
    left: -2em;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .st_title h2:before {
    left: -1em;
    padding-right: 10px;
    -moz-background-size: auto 20px;
    -o-background-size: auto 20px;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
  }
}
.st_title h2:after {
  background: url(../images/common/bg_st_end.png) no-repeat center center;
  width: 7px;
  right: -3em;
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .st_title h2:after {
    right: -2em;
    padding-left: -7px;
  }
}
@media only screen and (max-width: 640px) {
  .st_title h2:after {
    right: -1em;
    padding-left: -7px;
    -moz-background-size: auto 20px;
    -o-background-size: auto 20px;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
  }
}
.st_title h2 span {
  display: inline-block;
  vertical-align: middle;
}
.st_title.fire h2:before, .st_title.fire h2:after {
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.st_title p {
  margin-top: 10px;
  color: #666666;
}

.st_basic {
  text-align: center;
  max-width: 870px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.st_basic h3 {
  display: table;
  text-align: center;
  white-space: nowrap;
  font-size: 1.5em;
  color: #1c2613;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  letter-spacing: .6em;
}
.st_basic h3:after, .st_basic h3:before {
  content: '';
  display: table-cell;
  width: 50%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0NyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiM5MDkyM2YiLz48c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzkwOTIzZiIvPjxzdG9wIG9mZnNldD0iNTMlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(47%, rgba(0, 0, 0, 0)), color-stop(48%, #90923f), color-stop(52%, #90923f), color-stop(53%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 47%, #90923f 48%, #90923f 52%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 47%, #90923f 48%, #90923f 52%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 47%, #90923f 48%, #90923f 52%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0));
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.st_basic h3:after {
  border-left: 1em solid transparent;
}
.st_basic h3:before {
  border-right: 1em solid transparent;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .st_basic h3 {
    letter-spacing: .3em;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .st_basic h3 {
    max-width: 90%;
    margin: 0 auto;
    font-size: 1.2em;
    letter-spacing: .1em;
  }
}
.st_basic p {
  margin-top: 10px;
  color: #666666;
}
@media only screen and (max-width: 640px) {
  .st_basic p {
    text-align: left;
  }
}

.st_left {
  padding: 2px 0;
  margin-bottom: 15px;
}
.st_left.white {
  background: #fff;
}
.st_left.gray {
  background: #eaeaea;
}
.st_left h4 {
  color: #1c2613;
  font-size: 1.4em;
}
.st_left h4:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #9c9e4b;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.st_left h4 span {
  display: inline-block;
  vertical-align: middle;
}

.st_plan {
  padding: 10px 0;
  background: #6f793a;
  border-top: 2px solid #1c2613;
  margin-bottom: 15px;
}
.st_plan h4 {
  color: #FFFFFF;
  font-size: 1.4em;
}
.st_plan h4:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #9c9e4b;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.st_plan h4 span {
  display: inline-block;
  vertical-align: middle;
}
.st_plan h4 i {
  color: #c7a576;
  padding-right: .5em;
}

.st_title_sub {
  font-size: 1.9em;
  color: #6f7839;
  font-weight: normal;
  text-align: left;
  margin-bottom: 25px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .st_title_sub {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 640px) {
  .st_title_sub {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
}
.st_title_sub span {
  display: inline-block;
  vertical-align: middle;
}
.st_title_sub span:first-child {
  background: #1c2613;
  padding: 2px 20px;
  color: #FFF;
  font-size: 0.8em;
  font-weight: normal;
  margin-right: 1em;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .st_title_sub span:first-child {
    padding: 5px 20px;
    display: block !important;
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .st_title_sub span:first-child {
    padding: 5px 10px;
    display: block !important;
    margin-right: 0;
    font-size: 1em;
  }
}


/* -----------------------------------------------------------
  #page
----------------------------------------------------------- */
  #page:not(#ypro_wrapper)  {
    font-size: small;
  }

/* -----------------------------------------------------------
  #vontents
----------------------------------------------------------- */

#contents .con_bn{
  margin-top:2em;
  text-align:center;
}
.bullet-train {
	margin-top: 2rem;
}

/* -----------------------------------------------------------
  #header
----------------------------------------------------------- */
/* -----------------------------------------------------------
  #header
----------------------------------------------------------- */
#header {
  background: #eaeaea;
  padding: 5px 0 20px;
}
@media only screen and (max-width: 640px) {
  #header {
    padding: 2% 0 5%;
  }
}
#header .con_header {
  overflow: initial !important;
  overflow: hidden;
  *zoom: 1;
  max-width: 1280px;
  margin: 0 auto 5px;
}
#header .con_header h1 {
  color: #b7b7b7;
  font-weight: normal;
  text-align: center;
  font-size: .9em;
}
#header .con_header .box_logo {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  -moz-animation: fadein 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation: fadein 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: fadein 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #header .con_header .box_logo {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_logo {
    width: 100%;
  }
}
#header .con_header .box_logo p a {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url("../images/header/logo.png") no-repeat center;
  -moz-background-size: 244px, auto;
  -o-background-size: 244px, auto;
  -webkit-background-size: 244px, auto;
  background-size: 244px, auto;
  width: 244px;
  height: 46px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .con_header .box_logo p a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #header .con_header .box_logo p a {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_logo p a {
    margin: 0 auto;
  }
}
#header .con_header .box_lang_sp {
  position: relative;
  margin-left: 0.5em;
  width: 32%;
  margin-bottom: 3%;
}
#header .con_header .box_lang_sp:before {
  display: none;
}
#header .con_header .box_lang_sp .st {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: .2em 1em;
  cursor: pointer;
}
#header .con_header .box_lang_sp .st:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
#header .con_header .box_lang_sp .lang_list_sp {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100% !important;
  overflow: auto;
}
#header .con_header .box_lang_sp .lang_list_sp li {
  text-align: center;
  padding-top: 1px;
  width: 100% !important;
}
#header .con_header .box_lang_sp .lang_list_sp li a {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  padding: .2em 1em;
  text-decoration: none;
}
#header .con_header .box_tel {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 73%;
  -moz-animation: fadein 3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation: fadein 3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: fadein 3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #header .con_header .box_tel {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_tel {
    display: none;
  }
}
#header .con_header .box_tel p {
  display: inline-block;
  vertical-align: middle;
}
#header .con_header .box_tel p.txt_att {
  font-size: 1.1em;
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_tel p.txt_att {
    display: none;
  }
}
#header .con_header .box_tel p.txt_tel {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 2.5em;
  margin: 0 5px;
  letter-spacing: .05em;
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_tel p.txt_tel {
    font-size: 2em;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_tel p.txt_tel {
    font-size: 1.7em;
  }
}
#header .con_header .box_tel p.txt_tel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common/ic_tel.png) no-repeat center;
  width: 25px;
  height: 25px;
}
#header .con_header .box_tel p.txt_tel span,
#header .con_header .box_tel p.txt_tel a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
#header .con_header .box_member {
  width: 18%;
  float: right;
  text-align: right;
  font-size: .9em;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #header .con_header .box_member {
    width: 12%;
    margin-top: 2.5em;
  }
}
@media print {
  #header .con_header .box_member {
    width: 12%;
    margin-top: 2.5em;
  }
}
.ie8 #header .con_header .box_member {
  width: 12%;
  margin-top: 2.5em;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #header .con_header .box_member {
    width: 100%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
    margin-top: 0;
    padding-top: .8em;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_member {
    display: none;
  }
}
#header .con_header .box_member li {
  margin: 0 25px 4px 0;
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #header .con_header .box_member li {
    float: right;
    margin-right: 20px;
  }
}
#header .con_header .box_member li a {
  color: #999;
  margin-right: 3%;
  text-decoration: none;
}
#header .con_header .box_member li:before {
  content: "\f0da";
  display: inline-block;
  vertical-align: middle;
  font-family: "fontAwesome";
  color: #1c2613;
  margin-right: 2px;
}

/* -----------------------------------------------------------
  #gnav #snav
----------------------------------------------------------- */
.con_nav {
  clear: both;
}
@media only screen and (max-width: 640px) {
  #homepage .con_nav {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_nav #box_nav {
    display: none;
    overflow-y: scroll;
  }
  .con_nav #box_nav.active {
    -moz-animation: dnfadein 0.4s ease;
    -webkit-animation: dnfadein 0.4s ease;
    animation: dnfadein 0.4s ease;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998 !important;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 80px;
  }
}
.con_nav #gnav {
  margin-bottom: 20px;
  background: #fff;
  -moz-box-shadow: 0 1px 1px rgba(204, 204, 204, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(204, 204, 204, 0.3);
  box-shadow: 0 1px 1px rgba(204, 204, 204, 0.3);
  border: 1px solid #eaeaea;
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav {
    border: none;
    margin-bottom: 0;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.con_nav #gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #9c9e4b;
  -moz-box-shadow: 0 1px 1px rgba(204, 204, 204, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(204, 204, 204, 0.3);
  box-shadow: 0 1px 1px rgba(204, 204, 204, 0.3);
  -moz-animation: fadein 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation: fadein 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: fadein 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  max-width: none;
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav.fixed {
    background: rgba(255, 255, 255, 0.7);
    position: static;
    width: 95%;
  }
}
.con_nav #gnav.fixed ul {
  max-width: 1280px;
  margin: 0 auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
}
@media only screen and (min-width: 641px) {
  .con_nav #gnav.fixed ul li:last-child {
    border-right: none;
  }
}
@media print {
  .con_nav #gnav.fixed ul li:last-child {
    border-right: none;
  }
}
.ie8 .con_nav #gnav.fixed ul li:last-child {
  border-right: none;
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav.fixed ul li {
    background: none;
  }
}
@media only screen and (min-width: 641px) {
  .con_nav #gnav.fixed ul li a {
    padding: 6px 0;
  }
  .con_nav #gnav.fixed ul li a .ja {
    color: #fff;
  }
  .con_nav #gnav.fixed ul li a .en {
    color: #1c2613;
  }
}
@media print {
  .con_nav #gnav.fixed ul li a {
    padding: 6px 0;
  }
  .con_nav #gnav.fixed ul li a .ja {
    color: #fff;
  }
  .con_nav #gnav.fixed ul li a .en {
    color: #1c2613;
  }
}
.ie8 .con_nav #gnav.fixed ul li a {
  padding: 6px 0;
}
.ie8 .con_nav #gnav.fixed ul li a .ja {
  color: #fff;
}
.ie8 .con_nav #gnav.fixed ul li a .en {
  color: #1c2613;
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav nav {
    margin-left: -2%;
  }
  .con_nav #gnav nav ul {
    margin-left: 0;
  }
}
@media only screen and (min-width: 641px) {
  .con_nav #gnav ul {
    display: table;
    width: 100%;
  }
}
@media print {
  .con_nav #gnav ul {
    display: table;
    width: 100%;
  }
}
.ie8 .con_nav #gnav ul {
  display: table;
  width: 100%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_nav #gnav ul {
    width: 100%;
  }
}
.con_nav #gnav ul li {
  width: 10%;
  border-right: 1px solid #eaeaea;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.con_nav #gnav ul li.nav_gallery {
  letter-spacing: -.07em;
  font-size: .9em;
  line-height: 1.7;
}

.con_nav #gnav ul li.nav_hotspring, .con_nav #gnav ul li.nav_shop {
  letter-spacing: -.07em;
  font-size: .9em;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li.nav_hotspring, .con_nav #gnav ul li.nav_shop {
    font-size: 1em;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_nav #gnav ul li.nav_hotspring .hide_tab, .con_nav #gnav ul li.nav_shop .hide_tab {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li.nav_hotspring .hide_tab, .con_nav #gnav ul li.nav_shop .hide_tab {
    display: inline;
  }
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li {
    width: 48%;
    margin: 0 0 5px 2%;
    border: 1px solid #90923f;
    background: none;
    display: block;
  }
}
.con_nav #gnav ul li.snav_home, .con_nav #gnav ul li.snav_news {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.con_nav #gnav ul li:nth-child(1) a {
  -moz-animation: risefadein 0.33333s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation: risefadein 0.33333s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: risefadein 0.33333s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li:nth-child(1) a {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}
.con_nav #gnav ul li:nth-child(2) a {
  -moz-animation: risefadein 0.66667s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation: risefadein 0.66667s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: risefadein 0.66667s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li:nth-child(2) a {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}
.con_nav #gnav ul li:nth-child(3) a {
  -moz-animation: risefadein 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation: risefadein 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: risefadein 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li:nth-child(3) a {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}
.con_nav #gnav ul li:nth-child(4) a {
  -moz-animation: risefadein 1.33333s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation: risefadein 1.33333s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: risefadein 1.33333s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li:nth-child(4) a {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}
.con_nav #gnav ul li:nth-child(5) a {
  -moz-animation: risefadein 1.66667s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation: risefadein 1.66667s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: risefadein 1.66667s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li:nth-child(5) a {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}
.con_nav #gnav ul li:nth-child(6) a {
  -moz-animation: risefadein 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation: risefadein 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: risefadein 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li:nth-child(6) a {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}
.con_nav #gnav ul li:nth-child(7) a {
  -moz-animation: risefadein 2.33333s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation: risefadein 2.33333s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: risefadein 2.33333s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li:nth-child(7) a {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}
.con_nav #gnav ul li:nth-child(8) a {
  -moz-animation: risefadein 2.66667s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation: risefadein 2.66667s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: risefadein 2.66667s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li:nth-child(8) a {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}
.con_nav #gnav ul li:nth-child(9) a {
  -moz-animation: risefadein 3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation: risefadein 3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: risefadein 3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li:nth-child(9) a {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}
.con_nav #gnav ul li:nth-child(10) a {
  -moz-animation: risefadein 3.33333s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation: risefadein 3.33333s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: risefadein 3.33333s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li:nth-child(10) a {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}
.con_nav #gnav ul li:first-child {
  border-left: none;
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li:first-child {
    border: 1px solid #90923f;
  }
}
.con_nav #gnav ul li a {
  padding: 20px 0;
  display: block;
  text-align: center;
  -moz-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_nav #gnav ul li a {
    padding: 10px 0;
  }
}
.con_nav #gnav ul li a:hover span.ja {
  color: #7d7932;
}
.con_nav #gnav ul li a:hover span.en:before {
  max-width: 100%;
}
.con_nav #gnav ul li span {
  display: inline-block;
  position: relative;
}
.con_nav #gnav ul li span.ja {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 1.4em;
  -moz-transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #1c2613;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_nav #gnav ul li span.ja {
    font-size: 1.2em;
  }
}
@media print {
  .con_nav #gnav ul li span.ja {
    font-size: 1.2em;
  }
}
.ie8 .con_nav #gnav ul li span.ja {
  font-size: 1.2em;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_nav #gnav ul li span.ja {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li span.ja {
    font-size: 1em;
  }
}
.con_nav #gnav ul li span.en {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: rgba(131, 134, 43, 0.5);
  letter-spacing: .2em;
}
.con_nav #gnav ul li span.en:before {
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: max-width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: max-width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: max-width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: max-width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  max-width: 0;
  text-align: center;
  width: 100%;
  padding: 0 0;
  color: #000;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_nav #gnav ul li span.en {
    letter-spacing: .1em;
    font-size: .9em;
  }
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li span.en {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  .con_nav #snav {
    text-align: center;
  }
}
@media print {
  .con_nav #snav {
    text-align: center;
  }
}
.ie8 .con_nav #snav {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .con_nav #snav {
    margin-bottom: 10px;
  }
}
.con_nav #snav ul {
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .con_nav #snav ul {
    display: inline-block;
  }
}
@media print {
  .con_nav #snav ul {
    display: inline-block;
  }
}
.ie8 .con_nav #snav ul {
  display: inline-block;
}
.con_nav #snav ul li {
  display: inline-block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 1.05em;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_nav #snav ul li {
    font-size: 1em;
  }
}
.con_nav #snav ul li a {
  padding: 2px 10px;
  display: block;
  position: relative;
  text-decoration: none;
  color: #1a1a1a;
}
.con_nav #snav ul li a:hover:before, .con_nav #snav ul li a:hover:after {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .con_nav #snav ul li a:hover:before, .con_nav #snav ul li a:hover:after {
    width: auto;
  }
}
.con_nav #snav ul li a:before, .con_nav #snav ul li a:after {
  content: "";
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 0;
  height: 1px;
  background: #c1c374;
}
.con_nav #snav ul li a:before {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .con_nav #snav ul li a:before {
    content: none;
  }
}
.con_nav #snav ul li a:after {
  bottom: 0;
  right: 0;
}
.con_nav #snav .btn_en {
  background: #1c2613;
}
.con_nav #snav .btn_en a {
  color: #fff;
}
.con_nav #snav .bn_lang {
  width: 100%;
  border-left: none;
  background: #1c2613;
  color: #fff;
  padding: 10px;
  font-size: 1.1em;
}
.con_nav #snav .bn_lang a:after {
  display: none;
}
.con_nav #snav .box_lang {
  position: relative;
  margin-left: 1em;
}
.con_nav #snav .box_lang:before {
  display: none;
}
@media only screen and (min-width: 641px) {
  .con_nav #snav .box_lang {
    display: inline-block;
  }
}
@media print {
  .con_nav #snav .box_lang {
    display: inline-block;
  }
}
.ie8 .con_nav #snav .box_lang {
  display: inline-block;
}
.con_nav #snav .box_lang .st {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: .2em 1em;
  cursor: pointer;
}
.con_nav #snav .box_lang .st:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
.con_nav #snav .box_lang .lang_list {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100% !important;
}
.con_nav #snav .box_lang .lang_list li {
  text-align: center;
  padding-top: 1px;
  width: 100% !important;
}
.con_nav #snav .box_lang .lang_list li a {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  padding: .2em 1em;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul,
  .con_nav #snav ul {
    overflow: hidden;
    *zoom: 1;
    padding: 0 0;
    margin-left: -2%;
  }
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li,
  .con_nav #snav ul li {
    width: 48%;
    margin: 0 0 5px 2%;
    float: left;
    border: 1px solid #90923f;
  }
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li a,
  .con_nav #snav ul li a {
    text-decoration: none;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .con_nav #gnav ul li a,
  .con_nav #snav ul li a {
    font-size: 1.1em;
    color: #1c2613;
    padding: 10px;
    display: block;
    position: relative;
  }
  .con_nav #gnav ul li a:after,
  .con_nav #snav ul li a:after {
    content: "\f105";
    font-family: "fontAwesome";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -.5em;
    line-height: 1;
  }
  .con_nav #gnav ul li a:after,
  .con_nav #snav ul li a:after {
    width: auto;
    height: auto;
    background: none;
  }
}
@media only screen and (max-width: 640px) {
  .con_nav .btn_sp_nav {
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 10px 10px 15px;
    background: rgba(51, 51, 51, 0.8);
    z-index: 9999;
  }
}
@media only screen and (max-width: 640px) {
  .con_nav .menu_trigger {
    display: inline-block;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    width: 30px;
    height: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .con_nav .menu_trigger span {
    display: inline-block;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  .con_nav .menu_trigger span:nth-of-type(1) {
    top: 0;
  }
  .con_nav .menu_trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -2px;
  }
  .con_nav .menu_trigger span:nth-of-type(3) {
    bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_nav .menu_trigger.animation_cross:after {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: 'MENU';
    display: block;
    width: 100%;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .con_nav .menu_trigger.animation_cross.active:after {
    content: 'CLOSE';
    bottom: -18px;
  }
  .con_nav .menu_trigger.animation_cross.active span:nth-of-type(1) {
    -moz-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .con_nav .menu_trigger.animation_cross.active span:nth-of-type(2) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .con_nav .menu_trigger.animation_cross.active span:nth-of-type(3) {
    -moz-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
}
.con_nav .txt_memo {
  width: 70%;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  text-align: center;
  margin: 20px auto 0;
  padding: 7px 0;
  font-size: .95em;
}
.con_nav .txt_memo .txt_red {
  color: #f00;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_nav .txt_memo {
    width: 100%;
  }
}

/* -----------------------------------------------------------
  #contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
  .con_search
----------------------------------------------------------- */
.con_search {
  background: #90923f;
  padding: 25px 0;
  color: #fff;
  margin-top: 50px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_search {
    padding: 10px;
  }
}
.con_search .wrp_search {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.con_search .st_search {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.8em;
  width: 15%;
  letter-spacing: .05em;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_search .st_search {
    font-size: 1.6em;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
.con_search .st_search:before {
  content: "\f002";
  display: block;
  font-family: "fontAwesome";
  color: #1c2613;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_search .st_search:before {
    display: inline-block;
  }
}
.con_search .box_search {
  display: table-cell;
  vertical-align: middle;
  table-layout: fixed;
  width: 67%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_search .box_search {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.con_search .box_search form {
  display: table;
  width: 100%;
}
.con_search .box_search input,
.con_search .box_search select {
  width: 100%;
  padding: 10px 3px;
}
.con_search .box_search input.date_text,
.con_search .box_search select.date_text {
  background: #fff url(../images/common/ic_calendar.png) no-repeat 90% center;
}
.con_search .box_search dl {
  display: table-cell;
  vertical-align: middle;
  padding-right: 8px;
}
.con_search .box_search dl.box_checkin {
  width: 25%;
}
.con_search .box_search dl.box_checkout {
  width: 25%;
}
.con_search .box_search dl.box_person {
  width: 10%;
}
.con_search .box_search dl.box_room {
  width: 10%;
}
.con_search .box_search dl dt {
  margin-bottom: 2px;
}
.con_search .box_search .box_btn {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_search .box_search .box_btn .btn_search {
    width: 90%;
  }
}

.con_search .box_search .box_btn .btn_search button {
  padding: 25px;
  text-align: left;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_search .box_search .box_btn .btn_search button {
    padding: 10px;
  }
}
.con_search .box_member {
  display: table-cell;
  vertical-align: top;
  width: 18%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_search .box_member {
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
}
.con_search .box_member li {
  margin-bottom: 4px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_search .box_member li {
    float: right;
    margin-right: 20px;
  }
}
.con_search .box_member li a {
  color: #fff;
  text-decoration: none;
}
.con_search .box_member li:before {
  content: "\f0da";
  display: inline-block;
  vertical-align: middle;
  font-family: "fontAwesome";
  color: #1c2613;
  margin-right: 2px;
}

.con_reserve {
  padding: 15px 40px;
}
.con_reserve .btn_simple, .con_reserve .btn_simple_arrow {
  float: right;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_reserve .btn_simple, .con_reserve .btn_simple_arrow {
    display: block;
    text-align: center;
    float: none;
  }
}
.con_reserve .box_btns {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  text-align: right;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_reserve .box_btns {
    width: 100%;
  }
}
.con_reserve .box_btns a {
  position: relative;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.con_reserve .box_btns a:after {
  content: "\f105";
  font-family: "fontAwesome";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -.5em;
  line-height: 1;
}
.con_reserve .box_btns a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.con_reserve .box_btns a:hover {
  background: #e1e2bb;
  border: 1px solid #c1c374;
}
.con_reserve .box_btns a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_reserve .box_btns ul {
  overflow: hidden;
  *zoom: 1;
  margin-left: -2%;
}
.con_reserve .box_btns ul li {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  margin: 0 0 0 2%;
  text-align: center;
}
.con_reserve .box_tel {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 54%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_reserve .box_tel {
    width: 100%;
  }
}
.con_reserve .box_tel p {
  display: inline-block;
  vertical-align: middle;
}
.con_reserve .box_tel p.txt_att {
  font-weight: bold;
  font-size: 1.1em;
}
.con_reserve .box_tel p.txt_tel {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 3.0em;
  margin: 0 5px;
  letter-spacing: -.05em;
}
.con_reserve .box_tel p.txt_tel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common/ic_tel.png) no-repeat center;
  width: 25px;
  height: 25px;
}
.con_reserve .box_tel p.txt_tel span,
.con_reserve .box_tel p.txt_tel a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.con_reserve .box_tel p.txt_time {
  font-weight: bold;
  font-size: 1.1em;
}

/* -----------------------------------------------------------
  #footer
----------------------------------------------------------- */
#CDSWIDEXC .widEXCClickWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#CDSWIDEXC {
  position: relative;
}

#footer {
  background: #eaeaea url(../images/footer/bg_footer.jpg) no-repeat center bottom;
  *zoom: 1;
  position: relative;
  padding-top: 40px;
  margin-top: 100px;
}
#footer:after {
  content: "";
  display: table;
  clear: both;
}
#footer .btn_ptop {
  position: absolute;
  top: -40px;
  right: 0;
  overflow: hidden;
}
#footer .btn_ptop a {
  display: block;
  background: #1c2613;
  color: #7d7932;
  text-decoration: none;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: .9em;
  width: 80px;
  height: 80px;
  text-align: center;
  border-bottom: 1px solid #abaea8;
  padding-top: 20%;
  letter-spacing: .1em;
}
#footer .btn_ptop a span {
  position: relative;
  z-index: 2;
}
#footer .btn_ptop a:before {
  content: "";
  position: absolute;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#footer .btn_ptop a:before {
  width: 100%;
  height: 100%;
  background: #4e6a35;
  top: 0;
  left: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#footer .btn_ptop a:hover {
  color: #fff;
}
#footer .btn_ptop a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#footer .btn_ptop a i {
  display: block;
  margin: 0 auto 5px;
  font-size: 2em;
}
#footer .con_footer {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-bottom: 500px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #footer .con_footer {
    padding-bottom: 100px;
  }
}
#footer .con_footer .box_summary {
  display: table-cell;
  vertical-align: middle;
  table-layout: fixed;
  width: 45%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #footer .con_footer .box_summary {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
#footer .con_footer .box_summary .footer_logo {
  margin-bottom: 40px;
}
#footer .con_footer .box_summary .footer_logo a {
  background: url(../images/footer/logo_footer.png) no-repeat center center;
  width: 408px;
  height: 79px;
  text-indent: -200%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
#footer .con_footer .box_summary .box_address {
  text-align: center;
  color: #8f8f8f;
  line-height: 2;
}
#footer .con_footer .box_summary .box_address .br {
  display: none;
}
#footer .con_footer .box_category {
  display: table-cell;
  vertical-align: top;
  table-layout: fixed;
  overflow: hidden;
  *zoom: 1;
  font-size: 1.1em;
  width: 55%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #footer .con_footer .box_category {
    display: block;
    width: 100%;
  }
}
#footer .con_footer .box_category a {
  text-decoration: none;
  color: #1a1a1a;
}
#footer .con_footer .box_category ul {
  width: 28.33333%;
  margin: 0 1%;
  display: block;
  min-height: 400px;
  float: left;
  border-right: 1px solid #cccecb;
  border-bottom: 1px solid #cccecb;
  background: rgba(238, 238, 238, 0.9);
  padding: 10px;
}
#footer .con_footer .box_category ul li {
  padding: 10px 0 10px 0;
  font-size: 1.1em;
}
#footer .con_footer .box_category ul li a {
  display: block;
  background: #f4f4f4;
  padding-left: 5px;
}
#footer .con_footer .box_category ul li a:before {
  content: "\f0da";
  display: inline-block;
  vertical-align: middle;
  font-family: "fontAwesome";
  color: #1c2613;
  margin-right: 2px;
}
#footer .con_footer .box_category ul li ul {
  width: 100%;
  float: none;
  min-height: auto;
  margin: 0;
  border-right: none;
  border-bottom: none;
  padding: 0;
}
#footer .con_footer .box_category ul li ul li {
  padding: 0;
  font-size: .9em;
}
#footer .con_footer .box_category ul li ul li a {
  background: none;
  padding-left: 10px;
}
#footer .con_footer .box_category ul li ul li a:before {
  content: "・";
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  margin-right: 0;
}
#footer .con_footer a :hover {
  opacity: .7;
}
#footer #copyright {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 10px 0;
  text-align: center;
  letter-spacing: .1em;
}
#footer .con_ta {
  text-align: center;
  width: 172px;
  margin: 0 auto 2em;
}

/* -----------------------------------------------------------
  下層共通スタイル
----------------------------------------------------------- */

/* -----------------------------------------------------------
  共通イントロ
----------------------------------------------------------- */
.con_intro {
  margin-top: 10px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_intro {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .con_intro {
    margin-top: 20px;
  }
}
.con_intro:after {
  content: "";
  display: block;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .con_intro:after {
    height: 135px;
  }
}

/* -----------------------------------------------------------
  .con_breadcrumb
----------------------------------------------------------- */
.con_breadcrumb .inner {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_breadcrumb .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .con_breadcrumb .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.con_breadcrumb .inner ul li {
  display: inline-block;
  vertical-align: middle;
}
.con_breadcrumb .inner ul li:after {
  content: "\f105";
  font-family: "fontAwesome";
  margin: 0 2px;
}
.con_breadcrumb .inner ul li:last-child:after {
  content: none;
}
