@charset "UTF-8";
/*settingファイルの読み出し*/
/*Media Queries*/
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1000px and up) */
/*変数*/
/* PCレイアウト */
/* フォント　英語フォント */
/* フォント　英語フォント */
/*カラーセット*/
/*Mixin*/
.view_pc-tab {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .view_sp {
    display: none !important;
  }

  .view_pc-tab {
    display: block !important;
  }
}
/* clearfix_old */
/*sp用*/
/*pc用*/
/* 大見出し */
/* 中見出し */
/* 中見出し ライン100% */
/* 中見出し */
/* 小見出し */
/* 中見出し */
/* テキスト */
/* Opacity */
/* Hover animation */
/* 白色ボタン */
/* 灰色ボタン02 */
/* グリーンボタン */
/* イエローボタン */
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
  color: #000;
  font-size: small;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.8;
  background: #fff;
}
body a {
  color: #505050;
}
body a:link {
  text-decoration: underline;
}
body a:visited {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: underline;
}

/* jquery.fittedのホバー設定 */
.hovered {
  cursor: pointer;
  background-color: #666;
}

/* -----------------------------------------------------------
	汎用class
----------------------------------------------------------- */
/* 画像圧縮・拡大 */
img {
  max-width: 100%;
  height: auto;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* スマホで電話番号をクリックできるように */
.tel_ev {
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .tel_ev {
    pointer-events: none;
    text-decoration: none !important;
    color: #000;
  }
}

/* -----------------------------------------------------------
	#page

----------------------------------------------------------- */
#page {
  width: 100%;
  text-align: left;
  overflow: hidden !important;
  min-width: 320px;
}

#content a[id]:not([href]) {
  padding-top: 100px;
  margin-top: -100px;
  display: inline-block;
  vertical-align: top;
}

/*----------------------------------------------------
	.con_title　	タイトル
----------------------------------------------------*/
.con_title {
  background: #f6f6f6;
  margin-top: -48px;
  position: relative;
  z-index: -1;
}
.con_title .con_inner {
  height: 240px;
  text-align: center;
  padding-top: 110px;
}
@media only screen and (min-width: 768px) {
  .con_title .con_inner {
    padding-top: 90px;
    height: 240px;
  }
}
.con_title .con_inner h2 {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
  /*IE8以下用*/
}
@media only screen and (min-width: 768px) {
  .con_title .con_inner h2 {
    padding: 15px 20px;
  }
}

/*----------------------------------------------------
	.topicpath	パンくず
----------------------------------------------------*/
.topicpath {
  width: 94%;
  max-width: 1000px;
  margin: 10px auto 10px;
}
.topicpath:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.topicpath li {
  display: inline-block;
}
.topicpath li i {
  margin-right: 0.5em;
}
.topicpath li a {
  color: #55a8a1;
}

/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#header {
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
  border-top: solid 5px #129126;
  z-index: 99999;
  background: #fff;
  border-bottom: solid 1px #ccc;
  /*.con_inner*/
  /*.gnav*/
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  #header {
    background: transparent;
    height: auto;
    border-bottom: none;
  }
}
#header .con_inner {
  *zoom: 1;
  padding: 15px 10px 0;
}
#header .con_inner:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  #header .con_inner {
    position: static;
    max-width: 1000px;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 10px;
    padding: 0 15px 5px;
  }
}
#header .con_inner h1 {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #header .con_inner h1 {
    padding-top: 20px;
    text-align: left;
  }
}
#header .con_inner h1 a {
  padding: 10px 13px 5px;
  padding-top: 10px;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  #header .con_inner h1 a {
    min-width: 65px;
    width: 85px;
    height: 95px;
    z-index: 99;
    min-width: auto;
    float: left;
    padding: 0 0 5px 0;
    padding-top: 5px;
    margin-left: 0;
    background: url(../images/header/logo.png) center center no-repeat #fff;
  }
}
@media only screen and (min-width: 992px) {
  #header .con_inner h1 a {
    height: auto;
    margin-top: 10px;
    width: 340px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1000px) {
  #header .con_inner h1 a {
    width: 350px;
    border: none;
  }
}
#header .con_inner h1 a img {
  max-width: 290px;
}
@media only screen and (min-width: 768px) {
  #header .con_inner h1 a img {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  #header .con_inner h1 a img {
    display: block !important;
  }
}
#header .con_inner h1 span {
  display: none;
}
@media only screen and (min-width: 992px) {
  #header .con_inner h1 span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 5px;
  }
}
#header .con_inner .unav {
  display: none;
}
@media only screen and (min-width: 768px) {
  #header .con_inner .unav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 660px;
  }
}
#header .con_inner .unav div {
  float: left;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  #header .con_inner .unav div {
    width: 120px;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_inner .unav div a {
    display: inline-block;
    padding: 10px 5px;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #129126;
    text-decoration: none;
    color: #fff;
  }
}
#header .con_inner .unav div a i {
  margin-right: 0.5em;
}
@media only screen and (min-width: 768px) {
  #header .con_inner .unav div.bestrate {
    width: 251px;
    margin-right: 20px;
  }
}
#header .con_inner .unav div.bestrate a {
  padding: 0 !important;
  background: transparent;
}
@media only screen and (min-width: 768px) {
  #header .con_inner .unav div.bestrate a {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
  }
}
#header .con_inner .unav div.bestrate a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
@media only screen and (min-width: 768px) {
  #header .con_inner .unav div.btn_contact, #header .con_inner .unav div.btn_group {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_inner .unav div.btn_contact a, #header .con_inner .unav div.btn_group a {
    background: #ffd953;
    color: #000;
  }
}
#header .con_inner .unav div.btn_group {
  width: 130px;
}
@media only screen and (min-width: 768px) {
  #header .con_inner .unav div.btn_language {
    position: relative;
    z-index: 99;
  }
}
#header .con_inner .unav div.btn_language i {
  margin-right: 0.5em;
}
@media only screen and (min-width: 768px) {
  #header .con_inner .unav div.btn_language dl dt {
    width: 120px;
    display: inline-block;
    position: relative;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    background: #129126;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_inner .unav div.btn_language dl dd {
    display: none;
    background: #129126;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 4;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_inner .unav div.btn_language dl dd ul li {
    border-top: 1px solid #dfdede;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_inner .unav div.btn_language dl dd ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0.5em;
  }
}
#header .con_inner .hnav {
  overflow: hidden;
  margin-top: 58px;
  display: none;
}
@media only screen and (min-width: 768px) {
  #header .con_inner .hnav {
    display: block;
    float: right;
  }
}
@media only screen and (min-width: 1000px) {
  #header .con_inner .hnav {
    margin-top: 38px;
  }
}
#header .con_inner .hnav li {
  position: relative;
  padding-left: 13px;
}
@media only screen and (min-width: 768px) {
  #header .con_inner .hnav li {
    display: inline-block;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_inner .hnav li a i {
    margin-right: 0.5em;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
    color: #55a8a1;
  }
}
#header .gnav {
  display: none;
}
@media only screen and (min-width: 768px) {
  #header .gnav {
    display: block;
    clear: both;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CCffffff,EndColorStr=#CCffffff);
    /*IE8以下用*/
    position: relative;
    z-index: 90;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  #header .gnav .gnav_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 13px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  #header .gnav .gnav_inner li {
    display: inline-block;
    margin: 0 2px;
  }
}
@media only screen and (min-width: 992px) {
  #header .gnav .gnav_inner li {
    margin: 0 16px;
  }
}
#header .gnav .gnav_inner li.gnav_pla a {
  background: #ffd953;
}
#header .gnav .gnav_inner li.gnav_pla a:hover {
  border-bottom: none !important;
}
#header .gnav .gnav_inner li a {
  padding: 5px 8px 5px;
  font-size: 0;
  display: inline-block;
}
#header .gnav .gnav_inner li a:hover {
  border-bottom: solid 2px #000;
}
#header .box_menu {
  clear: both;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #header .box_menu {
    display: none;
  }
}
#header .box_menu .accordion {
  float: left;
  width: 25%;
}
#header .box_menu .accordion dl {
  color: #505050;
}
#header .box_menu .accordion dl dt {
  border: 1px solid #EDEDED;
  text-align: center;
  line-height: 1em;
  padding: 0.4em;
  height: 50px;
  display: block;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 80%;
  position: relative;
}
#header .box_menu .accordion dl dt i {
  font-size: 230%;
  margin-bottom: 3px;
}
#header .box_menu .accordion dl dd {
  display: none;
  background: #8b8f85;
  position: absolute;
  top: 138px;
  right: 0;
  width: 100%;
  z-index: 9999 !important;
}
#header .box_menu .accordion dl dd ul li {
  border-top: 1px solid #dfdede;
}
#header .box_menu .accordion dl dd ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 0.5em;
}
#header .box_menu .btn_tel {
  float: left;
  width: 25%;
  border: 1px solid #EDEDED;
  text-align: center;
  line-height: 1em;
}
#header .box_menu .btn_tel a {
  padding: 0.4em;
  height: 48px;
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #505050;
}
#header .box_menu .btn_tel a i {
  font-size: 180%;
}
#header .box_menu .btn_tel a span {
  font-size: 80%;
}
#header .box_menu .btn_menu {
  z-index: 2;
  float: left;
  width: 25%;
  border: 1px solid #EDEDED;
  text-align: center;
  line-height: 1em;
}
#header .box_menu .btn_menu a {
  padding: 0.4em;
  height: 48px;
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #505050;
}
#header .box_menu .btn_menu a i {
  font-size: 180%;
}
#header .box_menu .btn_menu a span {
  font-size: 80%;
}
#header .box_menu .btn_res {
  float: left;
  width: 25%;
  border: 1px solid #EDEDED;
  text-align: center;
  line-height: 1em;
}
#header .box_menu .btn_res a {
  padding: 0.4em;
  height: 48px;
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #505050;
  background: #ffd953;
}
#header .box_menu .btn_res a i {
  font-size: 180%;
}
#header .box_menu .btn_res a span {
  font-size: 80%;
}

/*----------------------------------------------------
	#fixnav	フィックスメニュー
----------------------------------------------------*/
#fixnav {
  *zoom: 1;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: auto !important;
  bottom: 0 !important;
  left: 0;
  display: none;
  background: #fff;
  border: solid 1px #ccc;
  /*.gnav*/
  /*----------------------------------------------------
  	.con_menu_sp	フィックスメニュースマホ
  ----------------------------------------------------*/
}
#fixnav:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  #fixnav {
    border: none;
    height: 50px;
    bottom: auto !important;
    top: 0 !important;
  }
}
#fixnav .con_inner {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  #fixnav .con_inner {
    *zoom: 1;
  }
  #fixnav .con_inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
#fixnav .gnav {
  display: none;
}
@media only screen and (min-width: 768px) {
  #fixnav .gnav {
    display: block;
    clear: both;
    text-align: center;
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 10;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  #fixnav .gnav .gnav_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 13px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  #fixnav .gnav .gnav_inner li {
    display: inline-block;
    margin: 0 2px;
  }
}
@media only screen and (min-width: 992px) {
  #fixnav .gnav .gnav_inner li {
    margin: 0 16px;
  }
}
#fixnav .gnav .gnav_inner li.gnav_pla a {
  background: #ffd953;
}
#fixnav .gnav .gnav_inner li.gnav_pla a.active, #fixnav .gnav .gnav_inner li.gnav_pla a:hover {
  border-bottom: none !important;
}
#fixnav .gnav .gnav_inner li a {
  padding: 5px 8px 5px;
  font-size: 0;
  display: inline-block;
}
#fixnav .gnav .gnav_inner li a.active, #fixnav .gnav .gnav_inner li a:hover {
  border-bottom: solid 2px #000;
}
#fixnav .con_menu_sp {
  background: #fff;
  border-top: solid 5px #55a8a1;
  *zoom: 1;
  position: relative;
}
#fixnav .con_menu_sp:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  #fixnav .con_menu_sp {
    display: none;
  }
}
#fixnav .con_menu_sp .box_menu_sp .accordion {
  float: left;
  width: 25%;
}
#fixnav .con_menu_sp .box_menu_sp .accordion dl {
  color: #505050;
}
#fixnav .con_menu_sp .box_menu_sp .accordion dl dt {
  border: 1px solid #EDEDED;
  text-align: center;
  line-height: 1em;
  padding: 0.4em;
  height: 50px;
  display: block;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 80%;
  position: relative;
}
#fixnav .con_menu_sp .box_menu_sp .accordion dl dt i {
  font-size: 230%;
  margin-bottom: 3px;
}
#fixnav .con_menu_sp .box_menu_sp .accordion dl dd {
  display: none;
  background: #8b8f85;
  position: absolute;
  bottom: 48px;
  right: 0;
  width: 100%;
  z-index: 9999 !important;
}
#fixnav .con_menu_sp .box_menu_sp .accordion dl dd ul li {
  border-top: 1px solid #dfdede;
}
#fixnav .con_menu_sp .box_menu_sp .accordion dl dd ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 0.5em;
}
#fixnav .con_menu_sp .box_menu_sp .btn_tel {
  float: left;
  width: 25%;
  border: 1px solid #EDEDED;
  text-align: center;
  line-height: 1em;
}
#fixnav .con_menu_sp .box_menu_sp .btn_tel a {
  padding: 0.4em;
  height: 48px;
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #505050;
}
#fixnav .con_menu_sp .box_menu_sp .btn_tel a i {
  font-size: 180%;
}
#fixnav .con_menu_sp .box_menu_sp .btn_tel a span {
  font-size: 80%;
}
#fixnav .con_menu_sp .box_menu_sp .btn_menu {
  z-index: 2;
  float: left;
  width: 25%;
  border: 1px solid #EDEDED;
  text-align: center;
  line-height: 1em;
}
#fixnav .con_menu_sp .box_menu_sp .btn_menu a {
  padding: 0.4em;
  height: 48px;
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #505050;
}
#fixnav .con_menu_sp .box_menu_sp .btn_menu a i {
  font-size: 180%;
}
#fixnav .con_menu_sp .box_menu_sp .btn_menu a span {
  font-size: 80%;
}
#fixnav .con_menu_sp .box_menu_sp .btn_res {
  float: left;
  width: 25%;
  border: 1px solid #EDEDED;
  text-align: center;
  line-height: 1em;
}
#fixnav .con_menu_sp .box_menu_sp .btn_res a {
  padding: 0.4em;
  height: 48px;
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #505050;
  background: #ffd953;
}
#fixnav .con_menu_sp .box_menu_sp .btn_res a i {
  font-size: 180%;
}
#fixnav .con_menu_sp .box_menu_sp .btn_res a span {
  font-size: 80%;
}

/* -----------------------------------------------------------
	.con_search
		コンテンツ
----------------------------------------------------------- */
.con_search {
  background: url(../images/common/bg_search.png) repeat;
  padding: 10px 0;
  /*.box_bottom*/
  /*.box_search_sp*/
}
@media only screen and (min-width: 768px) {
  .con_search {
    padding: 20px 0;
  }
}
.con_search .box_inner {
  display: none;
  /*　datepicker IE10,11、閉じるボタン非表示　*/
  /*.box_search*/
}
@media only screen and (min-width: 768px) {
  .con_search .box_inner {
    display: block;
    width: 98%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    padding: 15px 0 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .con_search .box_inner {
    max-width: 1000px;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
  }
}
.con_search .box_inner .checkin::-ms-clear {
  display: none !important;
}
.con_search .box_inner .box_search {
  *zoom: 1;
  margin: 0 1%;
  width: 98%;
  padding-bottom: 10px;
  border-bottom: solid 1px #55a8a1;
  /* dl*/
}
.con_search .box_inner .box_search:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1000px) {
  .con_search .box_inner .box_search {
    float: left;
  }
}
.con_search .box_inner .box_search > dl {
  *zoom: 1;
  position: relative;
}
.con_search .box_inner .box_search > dl:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .con_search .box_inner .box_search > dl {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .con_search .box_inner .box_search > dl {
    float: left;
    width: 580px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 999px) and (max-width: 1240px) {
  .con_search .box_inner .box_search > dl {
    width: 515px;
  }
}
.con_search .box_inner .box_search > dl dt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -15px;
  text-align: center;
  background: #55a8a1;
  position: relative;
  color: #fff;
  font-size: 110%;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .con_search .box_inner .box_search > dl dt {
    text-align: left;
    padding: 25px 5px;
    padding-left: 15px;
    margin-right: 40px;
    float: left;
    width: 130px;
  }
}
@media only screen and (min-width: 1000px) {
  .con_search .box_inner .box_search > dl dt {
    padding: 17px 5px 17px 15px;
    width: 105px;
    top: 0;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.con_search .box_inner .box_search > dl dt:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0px 33px 15px;
  border-color: transparent transparent transparent #55a8a1;
}
@media only screen and (min-width: 1000px) {
  .con_search .box_inner .box_search > dl dt:after {
    border-width: 24px 0px 24px 15px;
    margin-top: -24px;
  }
}
.con_search .box_inner .box_search > dl dt i {
  margin-right: 0.3em;
}
.con_search .box_inner .box_search > dl dd {
  display: inline-block;
  width: 78px;
  margin-right: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1110px) {
  .con_search .box_inner .box_search > dl dd {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .con_search .box_inner .box_search > dl dd {
    width: 65px;
  }
}
@media only screen and (min-width: 1000px) {
  .con_search .box_inner .box_search > dl dd {
    float: left;
  }
}
.con_search .box_inner .box_search > dl dd.checkin {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_search .box_inner .box_search > dl dd.checkin {
    width: 145px;
    margin-bottom: 5px;
    float: left;
  }
}
@media only screen and (min-width: 1000px) {
  .con_search .box_inner .box_search > dl dd.checkin {
    width: 135px;
    margin-bottom: 0;
    float: left;
  }
}
.con_search .box_inner .box_search > dl dd.checkin input {
  width: 70%;
  border: solid 1px #ccc;
  height: 26px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .con_search .box_inner .box_search > dl dd.checkin input {
    width: 100%;
  }
}
.con_search .box_inner .box_search > dl dd.checkin input.date {
  padding-left: 5px;
  background: url(../images/home/ic_calender.png) right center no-repeat #fff;
}
.con_search .box_inner .box_search > dl dd.box_people {
  width: 95px;
}
.con_search .box_inner .box_search > dl dd.box_people span.inline {
  display: inline-block;
  margin-left: 5px;
}
.con_search .box_inner .box_search > dl dd span {
  display: block;
  margin-bottom: 3px;
}
.con_search .box_inner .box_search > dl dd span i {
  margin-right: 0.3em;
  color: #b1c4cc;
}
.con_search .box_inner .box_search > dl dd select {
  width: 100%;
  border: none;
  height: 26px;
  line-height: 26px;
}
.con_search .box_inner .box_search > dl dd .selectbox {
  width: 65px;
  border: solid 1px #ccc;
  height: 26px;
  line-height: 26px;
  padding-left: 5px;
  background: url(../images/common/ic_arrow-down.png) right center no-repeat #fff;
  cursor: default;
}
.con_search .box_inner .box_search > ul {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_search .box_inner .box_search > ul {
    /* margin-left: 170px;*/
  }
}
@media only screen and (min-width: 1000px) {
  .con_search .box_inner .box_search > ul {
    float: right;
    width: 510px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1240px) {
  .con_search .box_inner .box_search > ul {
    width: 450px;
  }
}
.con_search .box_inner .box_search > ul li {
  float: left;
}
.con_search .box_inner .box_search > ul li.box_radio {
  width: 240px !important;
}
.con_search .box_inner .box_search > ul li.box_radio input {
  display: inline-block;
  margin-right: 3px;
  vertical-align: -0.2em;
}
.con_search .box_inner .box_search > ul li.box_radio span {
  margin-right: 3px;
  display: inline-block;
}
.con_search .box_inner .box_search > ul li.box_radio span.unit {
  display: block;
  margin-bottom: 8px;
}
.con_search .box_inner .box_search > ul li.btn_serch {
  width: 100%;
  float: right;
  margin: 0 auto 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .con_search .box_inner .box_search > ul li.btn_serch {
    margin-bottom: 0;
    display: inline-block;
    width: 200px;
  }
}
@media only screen and (min-width: 1000px) {
  .con_search .box_inner .box_search > ul li.btn_serch {
    width: 175px;
    margin-left: 18px;
  }
}
.con_search .box_inner .box_search > ul li.btn_serch input {
  min-height: 51px;
  text-align: center;
  border: none;
  color: #fff;
  width: 100%;
  background: #55a8a1;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .con_search .box_inner .box_search > ul li.btn_serch input {
    width: 175px;
  }
}
.con_search .box_inner .box_search > ul li.btn_serch input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .con_search .box_inner .box_search > ul li.btn_serch input:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
  }
}
.con_search .box_inner .box_bottom {
  /*.*/
  /*.box_inner*/
}
@media only screen and (min-width: 768px) {
  .con_search .box_inner .box_bottom {
    overflow: hidden;
    padding: 8px 10px 0;
  }
}
@media only screen and (min-width: 1000px) {
  .con_search .box_inner .box_bottom {
    padding: 8px 12px 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_search .box_inner .box_bottom .box_reservation {
    float: left;
    overflow: hidden;
    padding-top: 8px;
    width: 280px;
  }
}
@media only screen and (min-width: 1000px) {
  .con_search .box_inner .box_bottom .box_reservation {
    margin-left: 20px;
    clear: auto;
    margin-top: 0;
    clear: none;
  }
}
@media only screen and (min-width: 768px) {
  .con_search .box_inner .box_bottom .box_reservation li {
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
  }
}
.con_search .box_inner .box_bottom .box_reservation li a {
  text-decoration: none;
}
.con_search .box_inner .box_bottom .box_reservation li a i {
  margin-right: 0.3em;
  color: #55a8a1;
}
.con_search .box_inner .box_bottom .box_r {
  float: right;
}
@media only screen and (min-width: 768px) {
  .con_search .box_inner .box_bottom .box_r .box_sns {
    width: 270px;
    overflow: hidden;
    float: left;
    padding-top: 8px;
    line-height: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .con_search .box_inner .box_bottom .box_r .box_sns {
    width: 280px;
  }
}
.con_search .box_inner .box_bottom .box_r .box_sns li {
  float: left;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .con_search .box_inner .box_bottom .box_r .txt_bestrate {
    float: right;
    width: 168px;
  }
}
@media only screen and (min-width: 1000px) {
  .con_search .box_inner .box_bottom .box_r .txt_bestrate {
    margin-right: 15px;
  }
}
.con_search .box_search_sp {
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_search .box_search_sp {
    display: none;
    width: 100%;
  }
}
.con_search .box_search_sp > ul {
  background: #fff;
  padding: 5px;
  overflow: hidden;
}
.con_search .box_search_sp > ul > li {
  width: 48%;
  float: right;
}
.con_search .box_search_sp > ul > li a {
  width: 100%;
  background: #55a8a1;
  display: inline-block;
  text-align: center;
  padding: 15px 5px;
  color: #fff;
  text-decoration: none;
}
.con_search .box_search_sp > ul > li a i {
  margin-right: 0.3em;
}
.con_search .box_search_sp > ul > li:first-child {
  float: left;
}
.con_search .box_search_sp > ul > li:first-child a {
  background: #ffd953;
  color: #000;
}
.con_search .box_search_sp > p {
  text-align: center;
  line-height: 1.4;
  padding-bottom: 10px;
  font-weight: bold;
}
.con_search .box_search_sp > p span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .con_search .box_search_sp > p span {
    display: inline-block;
  }
}
.con_search .box_search_sp > p span.bestrate {
  font-size: 150%;
  padding: 0px 0 3px 0;
  font-family: "Times New Roman", serif;
}
@media only screen and (min-width: 768px) {
  .con_search .box_search_sp > p span.bestrate {
    font-size: 110%;
    padding: 0 7px 0;
  }
}
.con_search .box_search_sp > p span.txt_small {
  font-size: 80%;
  color: #333333;
}
.con_search .box_search_sp > p i {
  font-size: 50%;
  vertical-align: middle;
  color: #f2c14a;
  margin: 0.3em;
}
.con_search .box_search_sp .btn_roo {
  text-align: center;
  width: 200px;
  margin: 0 auto 7px;
}
.con_search .box_search_sp .btn_roo a {
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  background: #fff;
  border: solid 1px #d9d9d9;
  width: 100%;
  line-height: 1.3;
}
.con_search .box_search_sp .btn_roo a i {
  color: #55a8a1;
  margin-right: 0.4em;
}
.con_search .box_search_sp .btn_roo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .con_search .box_search_sp .btn_roo a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
  }
}

/* -----------------------------------------------------------
	.gnav_sp02	メニュー
----------------------------------------------------------- */
#gnav_sp {
  display: none;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  min-width: 320px;
}
#gnav_sp .gnav_sp_inner {
  padding: 15px 0 50px;
  overflow: hidden;
  background: #fff;
}
#gnav_sp .con_header {
  *zoom: 1;
  position: relative;
  background: #fff;
}
#gnav_sp .con_header:after {
  content: "";
  display: table;
  clear: both;
}
#gnav_sp .con_header .st_logo {
  width: 100%;
  margin: 0 auto 0;
  outline: none;
  padding: 0;
  text-align: center;
}
#gnav_sp .con_header .st_logo img {
  max-width: 90% !important;
}
#gnav_sp .con_header .spnav-close {
  padding-top: 0;
  margin-bottom: 25px;
}
#gnav_sp .con_header .spnav-close a {
  display: block;
  overflow: hidden;
  padding: 0.7em 0.8em;
  text-decoration: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #ccc;
}
#gnav_sp .con_header .spnav-close i {
  margin: 0.4em;
}
#gnav_sp .con_res {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
}
#gnav_sp .con_res .btn_contact {
  margin-bottom: 20px;
  width: 100% !important;
}
#gnav_sp .con_res .btn_contact a {
  background: #f3f3f3;
}
#gnav_sp .con_res .box_change {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}
#gnav_sp .con_res .box_change li {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
}
#gnav_sp .con_res .box_change li i {
  margin-right: 0.6em;
}
#gnav_sp .accordion {
  position: relative;
  z-index: 99;
  width: 75%;
  margin: 0 auto;
}
#gnav_sp .accordion i {
  margin-right: 0.5em;
}
#gnav_sp .accordion dl {
  margin: 0 auto 30px;
  overflow: hidden;
}
#gnav_sp .accordion dl dt {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 10px 5px;
  color: #000;
  text-align: center;
  background: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: solid 1px #55a8a1;
}
#gnav_sp .accordion dl dd {
  display: none;
  background: #8b8f85;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 4;
}
#gnav_sp .accordion dl dd ul li {
  border-top: 1px solid #dfdede;
}
#gnav_sp .accordion dl dd ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.5em;
}
#gnav_sp .box_nav {
  overflow: hidden;
  width: 94%;
  margin: 0 auto;
  border-top: dotted 1px #ccc;
}
#gnav_sp .box_nav li {
  float: left;
  width: 100%;
  position: relative;
}
#gnav_sp .box_nav li a {
  text-align: center;
  padding: 15px 10px;
  display: block;
  border-bottom: dotted 1px #ccc;
  text-decoration: none;
}
#gnav_sp .box_nav li a i {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 10px;
}
#gnav_sp .box_nav li.contact {
  width: 100%;
}
#gnav_sp .box_nav li.btn_res a {
  background: #ffd953 !important;
  color: #000 !important;
}
#gnav_sp .box_nav li.btn_search a, #gnav_sp .box_nav li.btn_new a {
  background: #55a8a1 !important;
  color: #fff !important;
}
#gnav_sp .box_nav li.btn_login a, #gnav_sp .box_nav li.btn_cancel a {
  background: #f6f6f6 !important;
  color: #000 !important;
}
#gnav_sp .box_nav li.btn_login a:hover, #gnav_sp .box_nav li.btn_cancel a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  #gnav_sp .box_nav li.btn_login a:hover, #gnav_sp .box_nav li.btn_cancel a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
  }
}
#gnav_sp .btn_tel {
  text-align: center;
  margin: 0 auto 20px;
  width: 94%;
  position: relative;
}
#gnav_sp .btn_tel a {
  width: 100%;
  padding: 10px 10px 4px;
  display: block;
  background: #fff;
  text-decoration: none;
  line-height: 1.2;
  font-size: 80%;
}
#gnav_sp .btn_tel a span {
  font-size: 230%;
  font-family: "Times New Roman", serif;
}
#gnav_sp .btn_tel a span i {
  font-size: 70%;
  margin-right: 0.2em;
}
#gnav_sp .btn_tel:before {
  content: ' ';
  height: 4px;
  width: 2px;
  position: absolute;
  background: #f5f2f0;
  display: block;
  top: -2px;
  right: -2px;
}
#gnav_sp .btn_tel:after {
  content: ' ';
  height: 3px;
  width: 2px;
  position: absolute;
  background: #f5f2f0;
  display: block;
  bottom: -2px;
  left: -1px;
}
#gnav_sp .btn_contact {
  margin: 20px auto 20px;
  width: 94%;
}
#gnav_sp .btn_contact a {
  background: #f3f3f3;
}
#gnav_sp .btn_contact a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  #gnav_sp .btn_contact a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
  }
}
#gnav_sp .spnav-close {
  clear: both;
  padding-top: 15px;
  margin: 10px auto;
  text-align: center;
  width: 80%;
}
#gnav_sp .spnav-close a {
  display: block;
  overflow: hidden;
  padding: 0.8em 0.8em;
  text-decoration: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #ccc;
}

/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
#contents {
  margin: 0 auto;
  /*width: 950px;*/
  overflow: hidden;
}

/* #snav 	サブナビ
----------------------------------------------------------- */
#snav ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#snav ul li {
  float: left;
  height: 50px;
}
#snav ul li a {
  height: 0;
  padding: 50px 0 0 0;
  display: block;
  overflow: hidden;
  background: left top no-repeat;
}
#snav ul li a:hover {
  background-position: left -50px;
}

/*----------------------------------------------------
	.con_intro　	INTRO
----------------------------------------------------*/
.con_intro {
  width: 94%;
  max-width: 1000px;
  margin: 20px auto 20px;
}
.con_intro:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 1000px) {
  .con_intro {
    width: 94%;
    max-width: 1000px;
    margin: 30px auto 30px;
  }
  .con_intro:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
}
.con_intro .txt {
  text-align: center;
}

/* -----------------------------------------------------------
	.btn_ptop	PAGE TOPボタン
----------------------------------------------------------- */
.btn_ptop {
  text-align: right;
  clear: both;
  font-family: "Times New Roman", serif;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  width: 94%;
}
@media only screen and (min-width: 1000px) {
  .btn_ptop {
    width: 100%;
  }
}
.btn_ptop a {
  color: #fff;
  width: 100px;
  display: inline-block;
  float: right;
  padding: 10px 10px 2px;
  background: #55a8a1;
  text-decoration: none !important;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
.btn_ptop i {
  display: block;
}

/* -----------------------------------------------------------
	.con_contact
		お問い合わせ
----------------------------------------------------------- */
.con_contact {
  padding-bottom: 20px;
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
  /*.box_l*/
  /*.box_r*/
}
@media only screen and (min-width: 768px) {
  .con_contact {
    width: 100%;
  }
}
.con_contact:after {
  content: "";
  display: table;
  clear: both;
}
.con_contact .con_inner {
  position: relative;
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  border: solid 1px #e4e4e4;
  background: #fff;
  padding: 2px;
}
@media only screen and (min-width: 992px) {
  .con_contact .con_inner {
    width: 100%;
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1000px) {
  .con_contact .con_inner {
    width: 100%;
  }
}
.con_contact .box_inner {
  background: url(../images/common/bg_contact.png) repeat;
  overflow: hidden;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .con_contact .box_inner {
    padding: 20px;
  }
}
.con_contact h3 {
  text-align: center;
  background: #fff;
  border-top: solid 2px #f2c14a;
  border-bottom: solid 2px #f2c14a;
  padding: 5px 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .con_contact h3 {
    padding: 10px;
  }
}
.con_contact h3 span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .con_contact h3 span {
    display: inline-block;
  }
}
.con_contact h3 span.bestrate {
  font-size: 150%;
  padding: 0px 0 3px 0;
  font-family: "Times New Roman", serif;
}
@media only screen and (min-width: 768px) {
  .con_contact h3 span.bestrate {
    font-size: 110%;
    padding: 0 7px 0;
  }
}
.con_contact h3 i {
  font-size: 50%;
  vertical-align: middle;
  color: #f2c14a;
  margin: 0.3em;
}
.con_contact .box_l {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #55a8a1;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_contact .box_l {
    width: 50%;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    float: left;
    padding-right: 15px;
    border-right: solid 1px #55a8a1;
  }
}
.con_contact .box_l > ul {
  overflow: hidden;
}
.con_contact .box_l > ul li {
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .con_contact .box_l > ul li {
    width: 80%;
    margin: 0 auto 10px;
  }
}
@media only screen and (min-width: 992px) {
  .con_contact .box_l > ul li {
    width: 49% !important;
  }
}
.con_contact .box_l > ul li a {
  display: inline-block;
  padding: 8px 5px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .con_contact .box_l > ul li a {
    background: #fff;
    border: solid 1px #d9d9d9;
    width: 100%;
  }
}
.con_contact .box_l > ul li a i {
  color: #55a8a1;
  margin-right: 0.4em;
}
.con_contact .box_l > ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .con_contact .box_l > ul li a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
  }
}
.con_contact .box_l .btn_contact {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .con_contact .box_l .btn_contact {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .con_contact .box_l .btn_contact a {
    background: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .con_contact .box_l .btn_group {
    width: 80%;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .con_contact .box_l .btn_group {
    float: right;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .con_contact .box_l .btn_group a {
    background: #fff;
  }
}
.con_contact .box_l .btn_group a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .con_contact .box_l .btn_group a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
  }
}
.con_contact .box_l .tel {
  clear: both;
  text-align: center;
}
.con_contact .box_l .tel .txt {
  font-size: 70%;
  margin-right: 5px;
  vertical-align: 5px;
  display: block;
  line-height: 0.1;
}
@media only screen and (min-width: 992px) {
  .con_contact .box_l .tel .txt {
    display: inline-block;
    font-size: 85%;
  }
}
.con_contact .box_l .tel .txt_tel {
  font-family: "Times New Roman", serif;
  font-size: 220%;
  display: inline-block;
}
.con_contact .box_l .tel .txt_tel i {
  margin-right: 0.3em;
  font-size: 60%;
}
.con_contact .box_r {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_contact .box_r {
    width: 50%;
    float: right;
    padding-left: 15px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .con_contact .box_r > ul {
    float: left;
    width: 48%;
  }
}
.con_contact .box_r > ul > li {
  text-align: center;
  margin: 0 auto 15px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .con_contact .box_r > ul > li {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .con_contact .box_r > ul > li {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_contact .box_r > ul > li.btn_new a {
    background: #55a8a1;
    color: #fff;
  }
  .con_contact .box_r > ul > li.btn_new a i {
    color: #fff;
  }
}
.con_contact .box_r > ul > li.btn_new a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .con_contact .box_r > ul > li.btn_new a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
  }
}
.con_contact .box_r > ul > li a {
  display: inline-block;
  padding: 8px 5px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .con_contact .box_r > ul > li a {
    width: 100%;
    border: solid 1px #d9d9d9;
    background: #fff;
  }
}
.con_contact .box_r > ul > li a i {
  color: #55a8a1;
  margin-right: 0.4em;
}
@media only screen and (min-width: 992px) {
  .con_contact .box_r > ul > li.btn_res {
    margin-bottom: 0;
  }
}
.con_contact .box_r .btn_plan {
  text-align: center;
  width: 80%;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 992px) {
  .con_contact .box_r .btn_plan {
    width: 48%;
    float: right;
  }
}
.con_contact .box_r .btn_plan a {
  display: inline-block;
  padding: 10px 40px;
  background: #ffd953;
  color: #000;
  width: 100%;
  text-decoration: none;
  padding: 16px 5px;
  width: 100%;
}
.con_contact .box_r .btn_plan a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .con_contact .box_r .btn_plan a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
  }
}
.con_contact .box_r .btn_plan a i {
  margin-right: 0.4em;
}

/*.con_contact*/
/* -----------------------------------------------------------
	.box_f_menu
		フッターメニュー
----------------------------------------------------------- */
.box_f_menu {
  margin-bottom: 20px;
  overflow: hidden;
}
.box_f_menu > ul {
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .box_f_menu > ul {
    display: none;
  }
}
.box_f_menu > ul li {
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .box_f_menu > ul li {
    width: 80%;
    margin: 0 auto 10px;
  }
}
@media only screen and (min-width: 992px) {
  .box_f_menu > ul li {
    width: 49% !important;
  }
}
.box_f_menu > ul li a {
  display: inline-block;
  padding: 8px 5px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .box_f_menu > ul li a {
    background: #fff;
    border: solid 1px #d9d9d9;
    width: 100%;
  }
}
.box_f_menu > ul li a i {
  color: #55a8a1;
  margin-right: 0.4em;
}
.box_f_menu > ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .box_f_menu > ul li a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
  }
}

/* -----------------------------------------------------------
	#footer
		フッタ
----------------------------------------------------------- */
#footer {
  clear: both;
  /*.box_inner*/
}
#footer .con_inner {
  background: #55a8a1;
}
#footer .box_inner {
  margin: 0 auto;
  clear: both;
  padding: 30px 0;
  max-width: 1000px;
  overflow: hidden;
  width: 94%;
}
@media only screen and (min-width: 992px) {
  #footer .box_inner {
    width: 100%;
  }
}
#footer .box_inner .box_l {
  color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #footer .box_inner .box_l {
    width: 100%;
    margin-bottom: 0;
    padding-right: 10px;
    border-bottom: dotted 1px #fff;
  }
}
@media only screen and (min-width: 1000px) {
  #footer .box_inner .box_l {
    width: 38%;
    float: left;
    border-right: solid 1px #fff;
    border-bottom: none;
  }
}
#footer .box_inner .box_l .box_hotel {
  *zoom: 1;
}
#footer .box_inner .box_l .box_hotel:after {
  content: "";
  display: table;
  clear: both;
}
#footer .box_inner .box_l .box_hotel .img {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #footer .box_inner .box_l .box_hotel .img {
    width: 30%;
    float: left;
    margin: 0 auto 10px;
  }
}
@media only screen and (min-width: 1000px) {
  #footer .box_inner .box_l .box_hotel .img {
    width: 80%;
    float: none;
  }
}
#footer .box_inner .box_l .box_hotel .img img {
  width: 100%;
}
#footer .box_inner .box_l .box_hotel .box_address {
  overflow: hidden;
  float: right;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #footer .box_inner .box_l .box_hotel .box_address {
    float: none;
    padding: 20px 0  0 15px;
    width: 70%;
  }
}
@media only screen and (min-width: 1000px) {
  #footer .box_inner .box_l .box_hotel .box_address {
    padding: 0 0 0 15px;
    width: 100%;
  }
}
#footer .box_inner .box_l .box_hotel .box_address .logo {
  width: 90px;
  float: left;
  padding: 10px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  #footer .box_inner .box_l .box_hotel .box_address .logo {
    padding: 0;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  #footer .box_inner .box_l .box_hotel .box_address .logo {
    width: 23%;
  }
}
#footer .box_inner .box_l .box_hotel .box_address .address {
  width: 70%;
  float: left;
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  #footer .box_inner .box_l .box_hotel .box_address .address {
    width: 76%;
    padding-top: 0;
  }
}
#footer .box_inner .box_l .box_hotel .box_address .address .tel {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}
#footer .box_inner .box_l .box_hotel .box_address .address .tel a {
  color: #fff;
}
#footer .box_inner .box_l .txt {
  clear: both;
}
#footer .box_inner .box_r {
  float: right;
}
@media only screen and (min-width: 768px) {
  #footer .box_inner .box_r {
    /* width: 65%;*/
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  #footer .box_inner .box_r {
    width: 62%;
  }
}
#footer .box_inner .box_r .fnav {
  display: none;
}
@media only screen and (min-width: 768px) {
  #footer .box_inner .box_r .fnav {
    display: block;
    padding-top: 20px;
    padding-left: 15px;
    float: left;
    width: 30%;
  }
}
@media only screen and (min-width: 992px) {
  #footer .box_inner .box_r .fnav {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  #footer .box_inner .box_r .fnav {
    margin-bottom: 10px;
    overflow: hidden;
  }
}
#footer .box_inner .box_r .fnav.left {
  width: 40%;
  padding-left: 30px;
}
#footer .box_inner .box_r .fnav.right {
  padding-left: 10px !important;
}
@media only screen and (min-width: 1000px) {
  #footer .box_inner .box_r .fnav.right {
    padding-left: 15px !important;
  }
}
#footer .box_inner .box_r .fnav > li {
  margin-right: 10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1000px) {
  #footer .box_inner .box_r .fnav > li {
    margin-bottom: 5px;
  }
}
#footer .box_inner .box_r .fnav > li > ul li {
  margin-left: 10px;
}
#footer .box_inner .box_r .fnav > li > ul li:first-child {
  margin-left: 0;
}
#footer .box_inner .box_r .fnav > li a {
  padding: 5px;
  min-width: 10em;
  display: block;
  overflow: hidden;
  color: #fff;
}
#footer .box_inner .box_r .fnav > li i {
  margin-right: 0.4em;
}
#footer .con_group {
  clear: both;
  padding: 20px 0 0;
  border-bottom: solid 1px #ccc;
}
@media only screen and (min-width: 768px) {
  #footer .con_group {
    width: 94%;
    margin: 0 auto;
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 1000px) {
  #footer .con_group {
    width: 100%;
  }
}
#footer .con_group h3 {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
#footer .con_group h3:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: solid 1px #ccc;
  height: 1px;
  z-index: -1;
  margin-top: -5px;
}
@media only screen and (min-width: 768px) {
  #footer .con_group h3:before {
    /*margin-top: -15px;*/
  }
}
#footer .con_group h3 span {
  text-align: center;
  font-size: 150%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, "Times New Roman", serif;
  /*margin-bottom: 5px;*/
  background: #fff;
  padding: 0 20px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #footer .con_group h3 span {
    height: 0;
    margin: 0 auto 5px auto;
    overflow: hidden;
    background: url(../images/footer/st_group.png) 0 bottom no-repeat #fff;
    width: 234px;
    padding-top: 22px;
    background-color: #fff;
  }
}
#footer .con_group .txt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, "Times New Roman", serif;
  text-align: center;
  line-height: 1.2;
}
#footer .con_group .txt span {
  display: inline-block;
}
#footer .con_group .txt span.txt_enjoy {
  text-align: center;
  font-size: 90%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, "Times New Roman", serif;
  margin-bottom: 5px;
  padding: 0 5px;
  display: block;
}
@media only screen and (min-width: 992px) {
  #footer .con_group .txt span.txt_enjoy {
    height: 0;
    margin: 0 auto 10px auto;
    overflow: hidden;
    background: url(../images/footer/txt_group_enjoy.png) 0 bottom no-repeat #fff;
    width: 308px;
    padding-top: 16px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_group .txt span.txt_enjoy {
    margin-right: 5px !important;
    display: inline-block;
  }
}
#footer .con_group .txt span.txt_hotel {
  text-align: center;
  font-size: 90%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, "Times New Roman", serif;
  margin-bottom: 5px;
  padding: 0 5px;
  display: block;
}
@media only screen and (min-width: 992px) {
  #footer .con_group .txt span.txt_hotel {
    height: 0;
    margin: 0 auto 10px auto;
    overflow: hidden;
    background: url(../images/footer/txt_group_hotel.png) 0 bottom no-repeat #fff;
    width: 396px;
    padding-top: 16px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_group .txt span.txt_hotel {
    display: inline-block;
  }
}
#footer .con_group .txt span.txt_wanoi {
  text-align: center;
  font-size: 90%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, "Times New Roman", serif;
  margin-bottom: 5px;
  padding: 0 5px;
  display: block;
  width: 100%;
  background-position: center;
}
@media only screen and (min-width: 992px) {
  #footer .con_group .txt span.txt_wanoi {
    height: 0;
    margin: 0 auto 10px auto;
    overflow: hidden;
    background: url(../images/footer/txt_group_wanoi.png) 0 bottom no-repeat #fff;
    width: 372px;
    padding-top: 16px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_group .txt span.txt_wanoi {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_group .txt br {
    display: none;
  }
}
#footer .con_group .box_inner {
  width: 94%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 30px 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  #footer .con_group .box_inner {
    width: 100%;
    display: block;
  }
}
#footer .con_group .box_inner .con_group_list {
  clear: both;
  margin-left: -20px;
  overflow: hidden;
}
#footer .con_group .box_inner .con_group_list .box_group_list {
  width: 184px;
  float: left;
  margin-left: 20px;
  padding-bottom: 20px;
}
#footer .con_group .box_inner .con_group_list .box_group_list .txt_name {
  font-size: 90%;
  font-weight: bold;
}
#footer .con_group .box_inner .con_group_list .box_group_list .txt_name a {
  text-decoration: none;
}
#footer .con_group .box_inner .con_group_list .box_group_list .txt_name i {
  margin-right: 0.4em;
  color: #55a8a1;
}
#footer .sp_group {
  width: 100%;
  text-align: center;
  padding: 20px;
}
#footer .sp_group select {
  border: solid 1px #ccc;
  width: 100%;
  height: 35px;
  line-height: 35px;
}
@media only screen and (min-width: 768px) {
  #footer .sp_group {
    display: none;
  }
}
#footer .box_bottom {
  clear: both;
  width: 94%;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  max-width: 1000px;
  text-align: center;
}
#footer .box_bottom .box_policy {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .box_policy {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
#footer .box_bottom .box_policy li {
  border-left: 1px solid #505050;
}
#footer .box_bottom .box_policy li a {
  text-align: center;
  padding: 0 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #footer .box_bottom .box_policy li a {
    font-size: 90%;
    padding: 0 .5em;
  }
}
#footer .box_bottom .box_policy li:first-child {
  border-left: none;
}
#footer .box_bottom .box_policy li:first-child a {
  padding-left: 0;
}
#footer .box_bottom .copyright {
  display: inline-block;
  padding-top: 5px;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 80%;
}
@media only screen and (min-width: 768px) {
  #footer .box_bottom .copyright {
    float: left;
    font-size: 100%;
  }
}
#footer .box_bottom .jr {
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .box_bottom .jr {
    float: right;
  }
}
#footer .box_bottom .jr img {
  max-width: 90%;
}
@media only screen and (min-width: 768px) {
  #footer .box_bottom .jr img {
    max-width: 100%;
  }
}

/*#footer*/
/* -----------------------------------------------------------
	Table		表設定
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
  border: 0;
  border-collapse: separate;
  background: #e4e1De;
}
table.tbl_basic th, table.tbl_basic td {
  padding: 5px 10px;
  border-top: none;
  text-align: left;
}
table.tbl_basic th {
  background: #ece6da;
  font-weight: normal;
  border: 1px solid #fff;
}
table.tbl_basic td {
  background: #fff;
}

/* SPのときカラムが落ちる */
.tbl_basic02 {
  clear: both;
  width: 100%;
  border: 0;
  border-collapse: separate;
  background: #e4e1De;
  table-layout: fixed;
  word-break: break-all;
}
.tbl_basic02 th {
  width: 100%;
  padding: 5px 10px;
  border-top: none;
  text-align: left;
  display: block;
  background: #ece6da;
  font-weight: normal;
  border: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .tbl_basic02 th {
    display: table-cell;
    width: 200px;
    text-align: center;
  }
}
.tbl_basic02 td {
  padding: 5px 10px;
  line-height: 1.8;
  width: 100%;
  display: block;
  background: #fff;
}
.tbl_basic02 td span {
  display: inline-block;
  margin-left: 15px;
}
@media only screen and (min-width: 768px) {
  .tbl_basic02 td {
    width: auto;
    display: table-cell;
  }
}

/*.tbl_basic*/
