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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
@import url("https://fonts.googleapis.com/css?family=Great+Vibes");
.container, #footer .box_footer, .fixmenu .fixmenu_inner, .topicpath, html.lower #contents .con_lnk ul, html.lower #contents .con_intro_plan, .con_link_anchor {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .container, #footer .box_footer, .fixmenu .fixmenu_inner, .topicpath, html.lower #contents .con_lnk ul, html.lower #contents .con_intro_plan, .con_link_anchor {
    width: 95%;
  }
}
@media print {
  .container, #footer .box_footer, .fixmenu .fixmenu_inner, .topicpath, html.lower #contents .con_lnk ul, html.lower #contents .con_intro_plan, .con_link_anchor {
    width: 95%;
  }
}
.ie8 .container, .ie8 #footer .box_footer, #footer .ie8 .box_footer, .ie8 .fixmenu .fixmenu_inner, .fixmenu .ie8 .fixmenu_inner, .ie8 .topicpath, .ie8 html.lower #contents .con_lnk ul, html.lower #contents .con_lnk .ie8 ul, .ie8 html.lower #contents .con_intro_plan, html.lower #contents .ie8 .con_intro_plan, .ie8 .con_link_anchor {
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  .container, #footer .box_footer, .fixmenu .fixmenu_inner, .topicpath, html.lower #contents .con_lnk ul, html.lower #contents .con_intro_plan, .con_link_anchor {
    width: 95%;
  }
}

#header:after, #header .con_header:after, #header .top_header:after, #header .top_header .container:after, html.lower #contents .con_search_res .list_result_res ul li .box_cat:after, html.lower #contents .con_search_res .list_result_res ul li .box_sub:after, .con_plan_detail .box_contact .btn_detail:after {
  content: "";
  display: table;
  clear: both;
}

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

body {
  color: #555555;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 100%;
}
.ie body {
  font-size: 98%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 93%;
  }
}
body a {
  color: #6e6e6e;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}
body.medium {
  font-size: 108%;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1200px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header .top_header {
  border-bottom: 1px solid #dbdbdb;
  padding: .5em 0;
}
#header .top_header h1 {
  width: 60%;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
  float: left;
  padding: .5em 0;
}
#header .top_header .box_lang_size {
  width: auto;
  float: right;
  border-left: 1px solid #d8d8d8;
  max-width: 40%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header .top_header .box_lang_size .box_inner {
  display: table;
}
#header .top_header .box_font {
  display: table-cell;
  vertical-align: middle;
  padding-right: 1em;
}
#header .top_header .box_font span {
  display: inline-block;
  padding: .3em 1em;
  float: left;
}
#header .top_header .box_font .list_font {
  display: inline-block;
  float: left;
}
#header .top_header .box_font .list_font li {
  float: left;
}
#header .top_header .box_font .list_font li a {
  display: inline-block;
  padding: .3em 1em;
  background: #c9c9c9;
  text-decoration: none;
  color: white;
}
.normal #header .top_header .box_font .list_font li a {
  background: #c9c9c9;
}
.medium #header .top_header .box_font .list_font li a {
  background: #1b1b1b;
}
#header .top_header .box_font .list_font li.normal a {
  background: #1b1b1b;
}
.medium #header .top_header .box_font .list_font li.normal a {
  background: #c9c9c9;
}
#header .top_header .box_lang {
  padding-left: 1em;
  border-left: 1px solid #d8d8d8;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#header .top_header .box_lang span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #fff;
  background: #1b1b1b;
  text-align: center;
  cursor: pointer;
  padding: .3em 1em;
  display: inline-block;
}
#header .top_header .box_lang span:before, #header .top_header .box_lang span:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#header .top_header .box_lang span > * {
  vertical-align: middle;
  display: inline;
}
#header .top_header .box_lang span:after {
  content: "\f105";
  margin-left: .5em;
}
#header .top_header .box_lang ul {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 120px;
  max-width: 300px;
  z-index: 10;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
#header .top_header .box_lang ul li a {
  display: block;
  font-size: 100%;
  color: #555555;
  background: #fff;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  padding: .5em 1em;
}
#header .top_header .box_lang ul li a:hover {
  background: #f2f2f2;
}
#header .top_gnav {
  overflow: hidden;
  *zoom: 1;
  padding: 1em 0;
}
#header .top_gnav .container {
  display: table;
}
@media only screen and (min-width: 1200px) {
  #header .top_gnav .container {
    width: 1200px;
  }
}
@media print {
  #header .top_gnav .container {
    width: 1200px;
  }
}
.ie8 #header .top_gnav .container {
  width: 1200px;
}
#header .top_gnav .logo {
  width: 22.91667%;
  display: table-cell;
  vertical-align: middle;
}
#header .top_gnav .gnav {
  max-width: 77.08333%;
  display: table-cell;
  vertical-align: middle;
}
#header .top_gnav .gnav ul {
  float: right;
}
#header .top_gnav .gnav ul li {
  float: left;
  position: relative;
}
#header .top_gnav .gnav ul li a {
  padding: 1.5em 1em;
  display: inline-block;
  text-decoration: none;
  color: #555555;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 116%;
  font-weight: 500;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #header .top_gnav .gnav ul li a {
    padding: 1em .5em;
    font-size: 110%;
  }
}
@media print {
  #header .top_gnav .gnav ul li a {
    padding: 1em .5em;
    font-size: 110%;
  }
}
.ie8 #header .top_gnav .gnav ul li a {
  padding: 1em .5em;
  font-size: 110%;
}
.medium #header .top_gnav .gnav ul li a {
  padding: 1.5em .5em;
}
#header .top_gnav .gnav ul li.lnk_res a {
  background: url(../images/header/bg_res.png);
  color: white;
  -moz-box-shadow: inset 0 0 6px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 6px 0px rgba(0, 0, 0, 0.4);
  padding: 1em 1em;
}
#header .top_gnav .gnav ul li.lnk_res:before {
  display: none;
}
#header .top_gnav .gnav ul li:before {
  content: "";
  position: absolute;
  bottom: -1em;
  width: 0;
  height: 4px;
  background: #77a80d;
  left: 50%;
  z-index: 1;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#header .top_gnav .gnav ul li.active:before, #header .top_gnav .gnav ul li:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 100%;
}
#header .top_gnav#fixnav {
  top: -100%;
  position: fixed;
  width: 100%;
  left: 0;
  background: white;
  z-index: 99;
  padding: .2em 0 .4em;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.activeFix #header .top_gnav#fixnav {
  top: 0;
  -moz-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  -webkit-transition: top 500ms ease;
  transition: top 500ms ease;
}
#header .top_gnav#fixnav .gnav ul li:before {
  bottom: -.4em;
}
@media only screen and (max-width: 1024px) {
  #header .con_logo_sp {
    overflow: hidden;
    *zoom: 1;
  }
  #header .con_logo_sp .container {
    display: table;
    padding: 1em 0 1.5em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  #header .con_logo_sp .container {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #header .con_logo_sp .container {
    padding: 1em 0 1.5em;
  }
}
@media only screen and (max-width: 1024px) {
  #header .con_logo_sp .logo {
    width: 85%;
    display: table-cell;
    padding-right: 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  #header .con_logo_sp .logo {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #header .con_logo_sp .logo {
    padding-top: 0.5em;
  }
}
@media only screen and (max-width: 1024px) {
  #header .con_logo_sp .logo a {
    display: block;
  }
  #header .box_menu {
    display: table-cell;
    width: 15%;
    position: relative;
  }
  #header .box_menu:before {
    height: 200px;
    width: 1px;
    background: #000;
    content: "";
    position: absolute;
    right: 3.5em;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  #header .box_menu:before {
    right: 5em;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  overflow: hidden;
  *zoom: 1;
  padding-top: 65px;
  border-top: 1px solid #dedede;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 3em;
  }
}
#footer .box_footer {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_footer {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer {
    padding-bottom: 2em;
  }
}
#footer .box_footer .box_add {
  float: left;
  width: 50%;
  font-size: 108%;
}
@media only screen and (max-width: 1024px) {
  #footer .box_footer .box_add {
    width: 100%;
    margin-bottom: 3%;
    text-align: center;
  }
}
#footer .box_footer .box_add .logo {
  margin-bottom: .5em;
  display: block;
}
#footer .box_footer .box_add strong {
  font-weight: normal;
  font-size: 110%;
}
#footer .box_footer .box_tel {
  width: 46.66667%;
  float: right;
  border: 5px solid #f1f1f1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #footer .box_footer .box_tel {
    width: 47.5%;
  }
}
@media print {
  #footer .box_footer .box_tel {
    width: 47.5%;
  }
}
.ie8 #footer .box_footer .box_tel {
  width: 47.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_footer .box_tel {
    width: 100%;
    margin-bottom: 3%;
  }
}
#footer .box_footer .box_tel dl {
  display: table;
  width: 100%;
}
#footer .box_footer .box_tel dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 63%;
  padding-right: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_footer .box_tel dl dt {
    width: 53%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .box_tel dl dt {
    width: 53%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_footer .box_tel dl dt {
    text-align: center;
  }
}
#footer .box_footer .box_tel dl dt .tel {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #555555;
}
#footer .box_footer .box_tel dl dt .tel span, #footer .box_footer .box_tel dl dt .tel a {
  text-decoration: none;
  color: #555555;
  font-size: 231%;
  line-height: 1;
}
@media only screen and (min-width: 1025px) and (max-width: 1125px) {
  #footer .box_footer .box_tel dl dt .tel span, #footer .box_footer .box_tel dl dt .tel a {
    font-size: 193%;
  }
}
@media print {
  #footer .box_footer .box_tel dl dt .tel span, #footer .box_footer .box_tel dl dt .tel a {
    font-size: 193%;
  }
}
.ie8 #footer .box_footer .box_tel dl dt .tel span, .ie8 #footer .box_footer .box_tel dl dt .tel a {
  font-size: 193%;
}
#footer .box_footer .box_tel dl dt .tel small {
  font-size: 124%;
  text-transform: uppercase;
}
#footer .box_footer .box_tel dl dt .txt {
  margin-bottom: .3em;
}
#footer .box_footer .box_tel dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: .5em;
}
#footer .box_footer .box_tel dl dd .btn {
  width: 100%;
  float: left;
}
#footer .box_footer .box_tel dl dd .btn:last-child {
  margin-right: 0;
}
#footer #copyright {
  font-size: 93%;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  padding: 0 0 1em;
}
@media only screen and (min-width: 768px) {
  #footer #copyright {
    background: #2f1805;
    color: white;
    padding: 1em 0 .5em;
  }
}
@media print {
  #footer #copyright {
    background: #2f1805;
    color: white;
    padding: 1em 0 .5em;
  }
}
.ie8 #footer #copyright {
  background: #2f1805;
  color: white;
  padding: 1em 0 .5em;
}
@media only screen and (min-width: 768px) {
  #footer #pageTop {
    position: fixed;
    right: 1em;
    bottom: 4em;
    z-index: 99;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .activeFix #footer #pageTop {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
}
@media print {
  #footer #pageTop {
    position: fixed;
    right: 1em;
    bottom: 4em;
    z-index: 99;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .activeFix #footer #pageTop {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
}
.ie8 #footer #pageTop {
  position: fixed;
  right: 1em;
  bottom: 4em;
  z-index: 99;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.activeFix .ie8 #footer #pageTop {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  #footer #pageTop {
    text-align: center;
    padding-bottom: 1em;
  }
  #footer #pageTop img {
    width: 5em;
  }
}
#footer #pageTop a {
  display: block;
}

/* -----------------------------------------------------------
	#fixnav-sp
----------------------------------------------------------- */
#fixnav-sp {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 99;
  border-top: 3px solid #251304;
}
#fixnav-sp ul {
  overflow: hidden;
  border-top: 1px solid #553113;
  background: #3a1e06;
}
#fixnav-sp ul li {
  width: 33.33333%;
  float: left;
}
#fixnav-sp ul li a, #fixnav-sp ul li span {
  font-size: 108%;
  border-left: 1px solid #553113;
  background: #3a1e06;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: .7em 0;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
#fixnav-sp ul li a .fa, #fixnav-sp ul li span .fa {
  font-size: 154%;
  margin-bottom: .3em;
}
#fixnav-sp ul li a i, #fixnav-sp ul li a em, #fixnav-sp ul li span i, #fixnav-sp ul li span em {
  display: block;
  text-align: center;
}
#fixnav-sp ul li:first-child a {
  border-left: none;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	tbl_basic
----------------------------------------------------------- */
.tbl_basic {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
}
.tbl_basic th, .tbl_basic td {
  padding: 1em 2em;
  font-weight: normal;
  border: 1px solid #d5d5d5;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .tbl_basic th, .tbl_basic td {
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #d5d5d5;
  }
}
.tbl_basic th {
  background: #f2f2f2;
  width: 205px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tbl_basic th {
    width: 100%;
  }
}
.tbl_basic td {
  background: #ffffff;
}

/* -----------------------------------------------------------
	btn
----------------------------------------------------------- */
.btn a, .btn span {
  display: block;
  background-image: url(../images/common/bg_btn.png);
  color: white;
  text-align: center;
  padding: 1em .5em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 116%;
  text-decoration: none;
  -moz-box-shadow: inset 0 0 6px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 6px 0px rgba(0, 0, 0, 0.4);
}
.btn a:before, .btn a:after, .btn span:before, .btn span:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.btn a > *, .btn span > * {
  vertical-align: middle;
  display: inline;
}
.btn a:after, .btn span:after {
  content: "\f105";
  margin-left: .5em;
  vertical-align: baseline;
  position: relative;
  right: 0;
  display: inline-block;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn a:hover, .btn span:hover {
  cursor: pointer;
}
.btn a:hover:after, .btn span:hover:after {
  right: -.5em;
}
.btn.btn_tmp01 a, .btn.btn_tmp01 span {
  background-color: #968111;
}
.btn.btn_tmp02 a, .btn.btn_tmp02 span {
  background-color: #6b9610;
}

.box_btn a, .box_btn span {
  background: -moz-linear-gradient(top, #ffffff 1%, #f3f1ee 100%);
  background: -webkit-linear-gradient(top, #ffffff 1%, #f3f1ee 100%);
  background: linear-gradient(to bottom, #ffffff 1%, #f3f1ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f1ee',GradientType=0 );
  border: 1px solid #d4d4d4;
  text-align: center;
  text-decoration: none;
  font-size: 108%;
  color: #555555;
  display: block;
  padding: .6em .5em;
  width: 195px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_btn a:before, .box_btn a:after, .box_btn span:before, .box_btn span:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.box_btn a > *, .box_btn span > * {
  vertical-align: middle;
  display: inline;
}
.box_btn a:after, .box_btn span:after {
  content: "\f105";
  margin-left: .5em;
  vertical-align: baseline;
  position: relative;
  right: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .box_btn a, .box_btn span {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.box_btn a:hover:after, .box_btn span:hover:after {
  right: -.5em;
}
.box_btn.box_btn_tmp01 a, .box_btn.box_btn_tmp01 span {
  border: 1px solid #FFF;
  background: -moz-linear-gradient(top, #ffffff 1%, #cac8c3 100%);
  background: -webkit-linear-gradient(top, #ffffff 1%, #cac8c3 100%);
  background: linear-gradient(to bottom, #ffffff 1%, #cac8c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cac8c3',GradientType=0 );
}

/* -----------------------------------------------------------
	Template title
----------------------------------------------------------- */
.st_tmp01 {
  background: url(../images/common/ic_title.png) no-repeat left 50%;
  font-weight: 500;
  padding-left: 2em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .st_tmp01 {
    background-size: 1em auto;
    background-position: 2% 50%;
  }
}
.st_tmp01 span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #555555;
  display: inline-block;
}
.st_tmp01 span.jp {
  font-size: 170%;
}
.st_tmp01 span.eng {
  font-size: 93%;
  padding: 0 1em;
}
.st_tmp01 span.eng em {
  display: inline-block;
  position: relative;
  padding: 0 .5em;
}
.st_tmp01 span.eng em:before {
  content: "";
  width: .5em;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 100%;
  background: #555555;
}
.st_tmp01 span.eng em:after {
  content: "";
  width: .5em;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  background: #555555;
}

.st_tmp02 {
  text-align: center;
  margin-bottom: .5em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #555555;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 339%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_tmp02 {
    font-size: 270%;
  }
}
@media only screen and (max-width: 767px) {
  .st_tmp02 {
    font-size: 200%;
  }
}

/* -----------------------------------------------------------
	fixbtns
----------------------------------------------------------- */
.fixbtns {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .fixbtns {
    display: block;
  }
}
.fixbtns .btn_menu {
  position: relative;
  float: left;
}
.fixbtns .btn_menu a {
  display: table-cell;
  vertical-align: middle;
  width: 3em;
  height: 100%;
  line-height: 1;
  color: #383838;
  text-align: center;
  text-decoration: none !important;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .fixbtns .btn_menu a {
    width: 2em;
  }
}
.fixbtns .btn_menu a .ic {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 80%;
  height: 1.5em;
  margin-bottom: 6px;
}
.fixbtns .btn_menu a .ic > span {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  height: .2em;
  width: 100%;
  background: #383838;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fixbtns .btn_menu a .ic > span:nth-of-type(1) {
  top: 0;
}
.fixbtns .btn_menu a .ic > span:nth-of-type(2) {
  top: .65em;
}
.fixbtns .btn_menu a .ic > span:nth-of-type(3) {
  bottom: 0;
}
.fixbtns .btn_menu a .ic .btn_inner {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 0;
}
.fixbtns .btn_menu a .txt {
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 12px;
  line-height: 1;
  color: #383838;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .fixbtns .btn_menu a .txt {
    font-size: 80%;
  }
}
.fixbtns .btn_menu a .txt.txt_close {
  display: none;
}

/* -----------------------------------------------------------
	fix_active
----------------------------------------------------------- */
body.fix_active {
  position: fixed;
  width: 100%;
  top: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
body.fix_active .fixbtns {
  z-index: 101;
}
body.fix_active .fixbtns .btn_menu a .ic > span:nth-of-type(1) {
  -moz-transform: translateY(0.65em) rotate(-45deg);
  -ms-transform: translateY(0.65em) rotate(-45deg);
  -webkit-transform: translateY(0.65em) rotate(-45deg);
  transform: translateY(0.65em) rotate(-45deg);
}
body.fix_active .fixbtns .btn_menu a .ic > span:nth-of-type(2) {
  opacity: 0;
}
body.fix_active .fixbtns .btn_menu a .ic > span:nth-of-type(3) {
  -moz-transform: translateY(-0.65em) rotate(45deg);
  -ms-transform: translateY(-0.65em) rotate(45deg);
  -webkit-transform: translateY(-0.65em) rotate(45deg);
  transform: translateY(-0.65em) rotate(45deg);
}
body.fix_active .fixbtns .btn_menu a .txt.txt_menu {
  display: none;
}
body.fix_active .fixbtns .btn_menu a .txt.txt_close {
  display: block;
}
body.fix_active .fixmenu {
  width: 100%;
  overflow: auto;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* -----------------------------------------------------------
  .fixmenu
----------------------------------------------------------- */
.fixmenu {
  display: none;
  position: fixed;
  z-index: 100;
  width: 0;
  top: 0;
  right: 0;
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fixmenu .list_lang {
  overflow: hidden;
  *zoom: 1;
  margin-top: 6em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #bababa;
}
.fixmenu .list_lang li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.fixmenu .list_lang li:last-child {
  margin-right: 0;
}
.fixmenu .list_lang li a {
  padding: .5em 0;
  display: block;
  background: #d5d5d5;
  text-align: center;
  text-decoration: none;
  font-size: 124%;
}
.fixmenu .list_lang li.active a {
  color: white;
  background: #000;
}
.fixmenu .list_menu li a {
  padding: .5em 0;
  border-bottom: 1px solid #bababa;
  text-decoration: none;
  color: #555555;
  display: block;
  font-size: 124%;
}
.fixmenu .list_menu li a:before, .fixmenu .list_menu li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.fixmenu .list_menu li a > * {
  vertical-align: middle;
  display: inline;
}
.fixmenu .list_menu li a:before {
  content: "\F105";
  margin-right: .5em;
}
.fixmenu .list_menu li a.menu_child:before, .fixmenu .list_menu li a.menu_child:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.fixmenu .list_menu li a.menu_child > * {
  vertical-align: middle;
  display: inline;
}
.fixmenu .list_menu li a.menu_child:after {
  content: "\f055";
  margin-left: .5em;
}
.fixmenu .list_menu li a.menu_child.active:before, .fixmenu .list_menu li a.menu_child.active:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.fixmenu .list_menu li a.menu_child.active > * {
  vertical-align: middle;
  display: inline;
}
.fixmenu .list_menu li a.menu_child.active:after {
  content: "\f056";
  margin-left: .5em;
}
.fixmenu .list_menu li .sub_menu {
  display: none;
}
.fixmenu .list_menu li .sub_menu li a {
  padding-left: 1em;
}
.fixmenu .list_menu li .sub_menu li a:before {
  display: none;
}
.fixmenu .btn_closeall {
  text-align: center;
  margin-top: 1.5em;
}
.fixmenu .btn_closeall .ic_close {
  width: 5em;
  height: 5em;
  margin: auto;
  display: block;
  background: #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  *zoom: 1;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-transform: uppercase;
}
.fixmenu .btn_closeall .ic_close .line_close {
  height: 2.5em;
  width: 2em;
  position: relative;
  display: block;
  margin: auto;
}
.fixmenu .btn_closeall .ic_close .line_close:before, .fixmenu .btn_closeall .ic_close .line_close:after {
  content: "";
  width: 100%;
  height: 3px;
  background: white;
  position: absolute;
  left: 0;
  bottom: 1em;
}
.fixmenu .btn_closeall .ic_close .line_close:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fixmenu .btn_closeall .ic_close .line_close:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fixmenu .btn_closeall .ic_close em {
  color: white;
}

/* -----------------------------------------------------------
	#topicpath
----------------------------------------------------------- */
.topicpath {
  overflow: hidden;
  *zoom: 1;
  padding: 1em 0;
}
.topicpath ul {
  float: right;
  overflow: hidden;
  *zoom: 1;
}
.topicpath ul li {
  float: left;
}
.topicpath ul li a {
  padding: 0 1em 0 0.5em;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.topicpath ul li a:before, .topicpath ul li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.topicpath ul li a > * {
  vertical-align: middle;
  display: inline;
}
.topicpath ul li a:after {
  content: "\f105";
  margin-left: .5em;
  position: absolute;
  right: 0;
  top: 0;
}
.topicpath ul li:last-child {
  margin-left: 0.5em;
}

/* -----------------------------------------------------------
	#con_main
----------------------------------------------------------- */
.con_main {
  background: url(../images/common/bg_title.jpg) no-repeat bottom center;
  background-size: cover;
  overflow: hidden;
  *zoom: 1;
  position: relative;
}
.con_main:after, .con_main:before {
  content: "";
  position: absolute;
  z-index: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  bottom: -30px;
  left: 0;
  height: 30px;
  right: 0;
}
.con_main::after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.con_main h2 {
  text-align: center;
  padding: 55px 0;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main h2 {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_main h2 {
    padding: 3em 0;
  }
}
.con_main h2 span {
  display: block;
  color: white;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: .15em;
}
.con_main h2 span.eng {
  text-transform: uppercase;
  font-size: 108%;
}
.con_main h2 span.jp {
  font-size: 277%;
}
@media only screen and (max-width: 767px) {
  .con_main h2 span.jp {
    font-size: 160%;
  }
}

/* ===================================================================
STYLE PAGE COMMON
=================================================================== */
html.lower #contents {
  /* -----------------------------------------------------------
  	con_lnk
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	con_intro
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	con_recommend
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	con_search_res
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	con_resbar
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	con_news
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	con_intro_plan
  ----------------------------------------------------------- */
}
html.lower #contents .con_lnk {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1.5em;
}
html.lower #contents .con_lnk ul li {
  width: 33.33333%;
  float: left;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_lnk ul li {
    width: 100%;
    margin-bottom: 3%;
  }
}
html.lower #contents .con_lnk ul li a {
  display: block;
  background: -moz-linear-gradient(top, #ffffff 0%, #f8f7f6 54%, #f3f2ef 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f7f6 54%, #f3f2ef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f8f7f6 54%, #f3f2ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f2ef',GradientType=0 );
  padding: 1.2em 0;
  text-align: center;
  position: relative;
  z-index: 0;
  font-size: 108%;
  text-decoration: none;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
html.lower #contents .con_lnk ul li a:before {
  content: "";
  border: 1px solid #d4d4d4;
  left: 0;
  top: 0;
  bottom: 0;
  right: -1px;
  z-index: 0;
  position: absolute;
}
html.lower #contents .con_lnk ul li a:hover, html.lower #contents .con_lnk ul li a.active {
  background: -moz-linear-gradient(top, #f3f2ef 0%, #f8f7f6 46%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f3f2ef 0%, #f8f7f6 46%, #ffffff 100%);
  background: linear-gradient(to bottom, #f3f2ef 0%, #f8f7f6 46%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f2ef', endColorstr='#ffffff',GradientType=0 );
}
html.lower #contents .con_intro {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 3em;
}
html.lower #contents .con_intro .img img {
  widows: 100%;
}
html.lower #contents .con_intro h3 {
  font-size: 231%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-align: center;
  font-weight: normal;
  margin: .8em 0 .3em;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_intro h3 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_intro h3 {
    font-size: 154%;
  }
}
html.lower #contents .con_intro .txt_desc {
  text-align: center;
  font-size: 108%;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_intro .txt_desc {
    font-size: 100%;
    line-height: 1.6;
    text-align: left;
  }
}
html.lower #contents .con_recommend {
  overflow: hidden;
  *zoom: 1;
  background: #2f1805;
  padding: 50px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_recommend {
    padding: 40px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_recommend {
    padding: 2em 0 1em;
  }
}
html.lower #contents .con_recommend h3 span {
  color: white;
}
html.lower #contents .con_recommend h3 span.jp {
  font-size: 247%;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_recommend h3 span.jp {
    font-size: 200%;
  }
}
html.lower #contents .con_recommend .btn_tmp02 a {
  max-width: 345px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_recommend .btn_tmp02 a {
    max-width: 345px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_recommend .btn_tmp02 a {
    max-width: 100%;
  }
}
html.lower #contents .list_recommend {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .list_recommend {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .list_recommend {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  html.lower #contents .list_recommend {
    border-bottom: 1px solid #653b19;
  }
}
html.lower #contents .list_recommend li {
  width: 25%;
  float: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .list_recommend li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .list_recommend li {
    width: 100%;
  }
}
html.lower #contents .list_recommend li:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: -1px;
  border: 1px solid #653b19;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .list_recommend li:before {
    bottom: -1px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .list_recommend li:before {
    right: 0;
    bottom: -1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .list_recommend li:nth-child(2n):before {
    right: 0;
  }
}
html.lower #contents .list_recommend li a {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 0;
  padding: 6%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .list_recommend li a {
    padding: 4%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .list_recommend li a {
    padding: 4%;
  }
}
html.lower #contents .list_recommend li a .img {
  margin-bottom: .5em;
}
html.lower #contents .list_recommend li a .img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .list_recommend li a .img {
    width: 45%;
    float: left;
    margin-bottom: 1em;
  }
}
html.lower #contents .list_recommend li:last-child:before {
  right: 0;
}
html.lower #contents .list_recommend li .cat {
  margin: 1em 0;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .list_recommend li .cat {
    margin: 0 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .list_recommend li .cat {
    width: 52%;
    float: right;
  }
}
html.lower #contents .list_recommend li .cat span {
  color: white;
  background: #653b19;
  text-align: center;
  padding: .2em .7em;
  display: inline-block;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .list_recommend li .cat span {
    font-size: 90%;
    padding: .2em .3em;
    display: block;
  }
}
html.lower #contents .list_recommend li h4 {
  color: white;
  text-decoration: underline;
  font-size: 108%;
  font-weight: normal;
  margin: .5em auto 1em;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .list_recommend li h4 {
    width: 52%;
    float: right;
    margin: 0 0 1em;
  }
}
html.lower #contents .list_recommend li .tbl_price {
  width: 100%;
  border: 1px solid #653b19;
}
html.lower #contents .list_recommend li .tbl_price th, html.lower #contents .list_recommend li .tbl_price td {
  padding: .7em;
  font-weight: normal;
  color: white;
  border-bottom: 1px solid #653b19;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .list_recommend li .tbl_price th, html.lower #contents .list_recommend li .tbl_price td {
    font-size: 90%;
  }
}
html.lower #contents .list_recommend li .tbl_price th {
  background: #72431d;
  border-right: 1px solid #653b19;
  text-align: center;
  width: 30%;
}
html.lower #contents .con_search_res {
  overflow: hidden;
  *zoom: 1;
  margin: 65px 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_search_res {
    margin: 45px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res {
    margin: 2em 0;
  }
}
html.lower #contents .con_search_res .box_search_res {
  border: 11px solid #e7e7e7;
  padding: 1.01868%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_search_res .box_search_res {
    padding: 1.01868%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .box_search_res {
    padding: 3%;
  }
}
html.lower #contents .con_search_res .box_search_res .tbl_box_search {
  width: 100%;
}
html.lower #contents .con_search_res .box_search_res .tbl_box_search th, html.lower #contents .con_search_res .box_search_res .tbl_box_search td {
  padding: 2em 1em;
  border-bottom: 1px solid #e7e7e7;
  font-size: 116%;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 1024px) {
  html.lower #contents .con_search_res .box_search_res .tbl_box_search th, html.lower #contents .con_search_res .box_search_res .tbl_box_search td {
    font-size: 108%;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
  }
}
html.lower #contents .con_search_res .box_search_res .tbl_box_search th {
  font-weight: normal;
  width: 226px;
}
@media only screen and (min-width: 1025px) {
  html.lower #contents .con_search_res .box_search_res .tbl_box_search th {
    background: url(../restaurant/images/bg_arrow.png) no-repeat center right;
  }
}
@media print {
  html.lower #contents .con_search_res .box_search_res .tbl_box_search th {
    background: url(../restaurant/images/bg_arrow.png) no-repeat center right;
  }
}
.ie8 html.lower #contents .con_search_res .box_search_res .tbl_box_search th {
  background: url(../restaurant/images/bg_arrow.png) no-repeat center right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_search_res .box_search_res .tbl_box_search th {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .box_search_res .tbl_box_search th {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  html.lower #contents .con_search_res .box_search_res .tbl_box_search th {
    text-align: center;
    background: url(../restaurant/images/bg_arrow_down.png) no-repeat center right;
    background-size: 1.5em auto;
  }
}
html.lower #contents .con_search_res .box_search_res .tbl_box_search th img {
  vertical-align: middle;
  margin-right: 0.5em;
}
html.lower #contents .con_search_res .box_search_res .tbl_box_search td {
  padding-left: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_search_res .box_search_res .tbl_box_search td {
    padding-left: 2em;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .box_search_res .tbl_box_search td {
    padding-left: 1em;
  }
}
html.lower #contents .con_search_res .box_search_res .tbl_box_search tr.btn td {
  padding: 2em 0 0;
  border: none;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_search_res .box_search_res .tbl_box_search tr.btn td {
    padding: 2em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .box_search_res .tbl_box_search tr.btn td {
    padding: 1em 0 0;
  }
}
html.lower #contents .con_search_res .box_search_res .box_btn {
  background: url("../restaurant/images/ic_down.png") center bottom no-repeat;
  padding-bottom: 1.5em;
}
html.lower #contents .con_search_res .box_search_res .box_btn a {
  margin: auto;
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f8f7 54%, #f3f1ef 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f8f7 54%, #f3f1ef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f9f8f7 54%, #f3f1ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f1ef',GradientType=0 );
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html.lower #contents .con_search_res .box_search_res .box_btn a:before, html.lower #contents .con_search_res .box_search_res .box_btn a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
html.lower #contents .con_search_res .box_search_res .box_btn a > * {
  vertical-align: middle;
  display: inline;
}
html.lower #contents .con_search_res .box_search_res .box_btn a:after {
  content: "\f002";
  margin-left: .5em;
  vertical-align: baseline;
}
html.lower #contents .con_search_res .box_search_res input[type="checkbox"] {
  margin-right: .5em;
  display: none;
}
html.lower #contents .con_search_res .box_search_res input[type="checkbox"]:checked + label span {
  background: url(../restaurant/images/ic_check.png) no-repeat;
}
html.lower #contents .con_search_res .box_search_res input[type="checkbox"][disabled] + label span {
  background: url(../restaurant/images/ic_check.png) no-repeat #f3f3f3;
}
html.lower #contents .con_search_res .box_search_res label {
  display: inline-block;
  padding: 0 1em 0 0;
  cursor: pointer;
  margin-bottom: 0.3em;
}
html.lower #contents .con_search_res .box_search_res label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  border: 1px solid #bcbcbc;
  background: white;
  cursor: pointer;
}
html.lower #contents .con_search_res .box_search_res .input_item {
  margin-bottom: .5em;
  display: inline;
}
html.lower #contents .con_search_res .box_search_res .col_group {
  width: 33.333%;
  float: left;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .box_search_res .col_group {
    width: 100%;
  }
}
html.lower #contents .con_search_res .box_search_res .col_group label {
  display: block;
  padding: .2em 0;
}
html.lower #contents .con_search_res .list_result_res {
  overflow: hidden;
  *zoom: 1;
  margin: 2em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_search_res .list_result_res {
    margin: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .list_result_res {
    margin: 2em 0 0;
  }
}
html.lower #contents .con_search_res .list_result_res ul {
  overflow: hidden;
  *zoom: 1;
}
html.lower #contents .con_search_res .list_result_res ul li {
  width: 24.25%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_search_res .list_result_res ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  html.lower #contents .con_search_res .list_result_res ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .list_result_res ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  html.lower #contents .con_search_res .list_result_res ul li:nth-child(2n) {
    margin-right: 0;
  }
  html.lower #contents .con_search_res .list_result_res ul li .img {
    width: 45%;
    float: left;
    margin-bottom: 1em;
  }
}
html.lower #contents .con_search_res .list_result_res ul li a {
  display: block;
  text-decoration: none;
  padding: 3.10345%;
}
html.lower #contents .con_search_res .list_result_res ul li a img {
  width: 100%;
}
html.lower #contents .con_search_res .list_result_res ul li h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 170%;
  text-align: center;
  font-weight: 500;
  margin: .5em 0;
}
html.lower #contents .con_search_res .list_result_res ul li h4 span {
  display: block;
  font-size: 69%;
}
html.lower #contents .con_search_res .list_result_res ul li .box_cat {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_search_res .list_result_res ul li .box_cat {
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
}
html.lower #contents .con_search_res .list_result_res ul li .box_cat span {
  display: inline-block;
  float: left;
  background: #2f1805;
  color: #efc29d;
  text-align: center;
  padding: .2em 0;
  width: 24.5%;
  margin-right: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 108%;
}
html.lower #contents .con_search_res .list_result_res ul li .box_cat span.lbl_cat01 {
  background: #d7d7d7;
  color: white;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  html.lower #contents .con_search_res .list_result_res ul li .box_cat span {
    font-size: 100%;
  }
}
@media print {
  html.lower #contents .con_search_res .list_result_res ul li .box_cat span {
    font-size: 100%;
  }
}
.ie8 html.lower #contents .con_search_res .list_result_res ul li .box_cat span {
  font-size: 100%;
}
@media only screen and (max-width: 1024px) {
  html.lower #contents .con_search_res .list_result_res ul li .box_cat span {
    font-size: 100%;
  }
}
html.lower #contents .con_search_res .list_result_res ul li .box_sub {
  padding-bottom: 1em;
}
html.lower #contents .con_search_res .list_result_res ul li .box_sub span {
  display: inline-block;
  float: left;
  border: 1px solid #bebebe;
  color: #555555;
  text-align: center;
  padding: .2em 0;
  width: 24.5%;
  margin-right: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 108%;
}
html.lower #contents .con_search_res .list_result_res ul li .box_sub span.lbl_sub01 {
  background: #d7d7d7;
  color: white;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  html.lower #contents .con_search_res .list_result_res ul li .box_sub span {
    font-size: 100%;
  }
}
@media print {
  html.lower #contents .con_search_res .list_result_res ul li .box_sub span {
    font-size: 100%;
  }
}
.ie8 html.lower #contents .con_search_res .list_result_res ul li .box_sub span {
  font-size: 100%;
}
@media only screen and (max-width: 1024px) {
  html.lower #contents .con_search_res .list_result_res ul li .box_sub span {
    font-size: 100%;
  }
}
html.lower #contents .con_search_res .list_result_res ul li:nth-child(4n) {
  margin-right: 0;
}
html.lower #contents .con_resbar {
  overflow: hidden;
  *zoom: 1;
  background: #f2f2f2;
  padding: 45px 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_resbar {
    padding: 30px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_resbar {
    padding: 2em 0 1em;
  }
}
html.lower #contents .con_resbar .list_resbar {
  overflow: hidden;
  *zoom: 1;
}
html.lower #contents .con_resbar .list_resbar li {
  width: 32.75%;
  float: left;
  margin-right: 0.875%;
  background: white;
  border: 1px solid #d7d7d7;
  padding: 1.25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.875%;
}
html.lower #contents .con_resbar .list_resbar li .img img {
  width: 100%;
}
html.lower #contents .con_resbar .list_resbar li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_resbar .list_resbar li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
}
html.lower #contents .con_resbar .list_resbar li a {
  display: table;
  width: 100%;
  text-decoration: none;
}
html.lower #contents .con_resbar .list_resbar li a .img {
  width: 47.64543%;
  display: table-cell;
  vertical-align: middle;
}
html.lower #contents .con_resbar .list_resbar li a h4 {
  display: table-cell;
  vertical-align: middle;
  width: 52.35457%;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 154%;
  font-weight: 500;
}
html.lower #contents .con_resbar .list_resbar li a h4 span {
  display: block;
  font-size: 70%;
}
html.lower #contents .con_news {
  padding: 55px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_news {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_news {
    padding: 2em 0;
  }
}
html.lower #contents .con_news h3 {
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_news h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_news h3 {
    margin-bottom: 1em;
  }
}
html.lower #contents .con_news .list_news {
  overflow: hidden;
  *zoom: 1;
}
html.lower #contents .con_news .list_news li {
  overflow: hidden;
  *zoom: 1;
  float: left;
  width: 30.08333%;
  margin-right: 4.58333%;
  margin-bottom: 4.58333%;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_news .list_news li {
    float: none;
  }
}
html.lower #contents .con_news .list_news li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_news .list_news li {
    width: 48%;
    margin-right: 4%;
  }
  html.lower #contents .con_news .list_news li:nth-child(3n) {
    margin-right: 4%;
  }
  html.lower #contents .con_news .list_news li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_news .list_news li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
html.lower #contents .con_news .list_news li a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  *zoom: 1;
}
html.lower #contents .con_news .list_news li a .img {
  width: 25.93516%;
  float: left;
  margin-right: 1em;
}
html.lower #contents .con_news .list_news li a .box_cat {
  font-size: 108%;
  margin-bottom: .5em;
}
html.lower #contents .con_news .list_news li a .box_cat span {
  display: inline-block;
  color: white;
  text-align: center;
  padding: .1em 1em;
  background: #826c20;
  margin-right: .5em;
}
html.lower #contents .con_news .list_news li a .box_cat span.cate01 {
  background-color: #826c20;
}
html.lower #contents .con_news .list_news li a .box_cat span.cate02 {
  background-color: #52280b;
}
html.lower #contents .con_news .list_news li a .box_cat span.cate03 {
  background-color: #7b2304;
}
html.lower #contents .con_news .list_news li a .box_cat span.cate04 {
  background-color: #9f8298;
}
html.lower #contents .con_news .list_news li a .box_cat span.cate05 {
  background-color: #354f1f;
}
html.lower #contents .con_news .list_news li a .box_cat span.cate06 {
  background-color: #86A482;
}
html.lower #contents .con_news .list_news li a .st {
  font-size: 108%;
  text-decoration: underline;
}
html.lower #contents .con_news .box_btn {
  text-align: right;
}
html.lower #contents .con_news .box_btn a {
  display: inline-block;
}
html.lower #contents .con_intro_plan {
  padding: 2em 0 0;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_intro_plan {
    padding: 0;
  }
}
html.lower #contents .con_intro_plan h3 {
  text-align: center;
  font-weight: 400;
}
html.lower #contents .con_intro_plan h3 span {
  display: block;
}
html.lower #contents .con_intro_plan h3 span.eng {
  font-size: 93%;
  text-transform: uppercase;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
html.lower #contents .con_intro_plan h3 span.jp {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 324%;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_intro_plan h3 span.jp {
    font-size: 231%;
  }
}
html.lower #contents .con_intro_plan .txt_desc {
  font-size: 108%;
  line-height: 1.8;
  text-align: center;
}

/* -----------------------------------------------------------
	con_link_anchor
----------------------------------------------------------- */
.con_link_anchor {
  overflow: hidden;
  *zoom: 1;
  margin: 3em auto;
}
.con_link_anchor ul {
  overflow: hidden;
  *zoom: 1;
  text-align: center;
}
.con_link_anchor ul li {
  width: 18%;
  display: inline-block;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_link_anchor ul li {
    width: 31%;
    margin-bottom: 1em;
  }
}
.con_link_anchor ul li a {
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-size: 108%;
}
.con_link_anchor ul li a:before, .con_link_anchor ul li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_link_anchor ul li a > * {
  vertical-align: middle;
  display: inline;
}
.con_link_anchor ul li a:after {
  content: "\f107";
  margin-left: .5em;
  background: #f2f2f2;
  display: block;
  text-align: center;
  margin: 0;
  margin-top: .3em;
  font-size: 139%;
  color: #000;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_link_anchor ul li a {
    font-size: 80%;
  }
}
.con_link_anchor ul li a img {
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: .3em;
}

.title_packages {
  font-size: 170%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-align: center;
  padding: .5em 1em;
  background: #3a1e07;
  color: white;
  border: 4px solid #7b4112;
  letter-spacing: .1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .title_packages {
    font-size: 150%;
  }
}

/* -----------------------------------------------------------
	.con_plan_detail
----------------------------------------------------------- */
.con_plan_detail {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 5em;
}
@media only screen and (max-width: 767px) {
  .con_plan_detail {
    padding-bottom: 2em;
  }
}
.con_plan_detail .title {
  text-align: center;
  margin: 2em 0;
}
@media only screen and (max-width: 767px) {
  .con_plan_detail .title {
    margin: 0 0 1em;
  }
}
.con_plan_detail .title span {
  display: inline-block;
  background: #653b19;
  color: white;
  text-align: center;
  padding: .3em 1em;
  margin-bottom: 0.5em;
}
.con_plan_detail .title h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 277%;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_plan_detail .title h3 {
    font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan_detail .title h3 {
    font-size: 154%;
  }
}
.con_plan_detail .box_contact {
  padding: 1em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: white;
}
.con_plan_detail .box_contact .title_ct {
  text-align: center;
  font-size: 154%;
  font-weight: 500;
  padding: .3em 0;
}
@media only screen and (max-width: 767px) {
  .con_plan_detail .box_contact .title_ct {
    font-size: 124%;
  }
}
.con_plan_detail .box_contact .lbl_tel {
  text-align: center;
  font-size: 200%;
  font-weight: 300;
  text-transform: uppercase;
  padding: .5em 0 .3em;
}
@media only screen and (max-width: 767px) {
  .con_plan_detail .box_contact .lbl_tel {
    font-size: 154%;
  }
}
.con_plan_detail .box_contact .lbl_tel a {
  text-decoration: none;
  color: white;
}
.con_plan_detail .box_contact .btn_detail {
  text-align: center;
}
.con_plan_detail .box_contact .btn_detail a {
  border: 4px solid #93b843;
  background: transparent url("../restaurant/plan/images/bg_btn_detail.jpg") repeat left bottom;
  color: white;
  text-decoration: none;
  padding: .7em 2em;
  display: inline-block;
  position: relative;
}
.con_plan_detail .box_contact .btn_detail a:before, .con_plan_detail .box_contact .btn_detail a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_plan_detail .box_contact .btn_detail a > * {
  vertical-align: middle;
  display: inline;
}
.con_plan_detail .box_contact .btn_detail a:after {
  content: "\f105";
  margin-left: .5em;
  vertical-align: baseline;
  position: relative;
  right: 0;
  display: inline-block;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.con_plan_detail .box_contact .btn_detail a:hover {
  cursor: pointer;
}
.con_plan_detail .box_contact .btn_detail a:hover:after {
  right: -.5em;
}

/* -----------------------------------------------------------
	con_list_room
----------------------------------------------------------- */
.con_list_room {
  overflow: hidden;
  *zoom: 1;
  padding: 45px 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list_room {
    padding: 30px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list_room {
    padding: 2em 0 1em;
  }
}
.con_list_room .list_rooms {
  overflow: hidden;
  *zoom: 1;
}
.con_list_room .list_rooms li {
  width: 19.16667%;
  float: left;
  margin-right: 1%;
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1%;
}
.con_list_room .list_rooms li .img img {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .con_list_room .list_rooms li:nth-child(5n) {
    margin-right: 0;
  }
}
@media print {
  .con_list_room .list_rooms li:nth-child(5n) {
    margin-right: 0;
  }
}
.ie8 .con_list_room .list_rooms li:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list_room .list_rooms li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .con_list_room .list_rooms li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_list_room .list_rooms li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .con_list_room .list_rooms li:nth-child(2n) {
    margin-right: 0;
  }
}
.con_list_room .list_rooms li a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding-bottom: .5em;
  position: relative;
}
.con_list_room .list_rooms li a:before {
  content: "";
  position: absolute;
  border: 1px solid #ececec;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.con_list_room .list_rooms li a .img {
  vertical-align: middle;
}
.con_list_room .list_rooms li a h4 {
  vertical-align: middle;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 124%;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .con_list_room .list_rooms li a h4 {
    font-size: 108%;
  }
}
.con_list_room .list_rooms li a .cat {
  text-align: center;
  margin: .5em 0;
}
.con_list_room .list_rooms li a .cat span {
  display: inline-block;
  background: #bcb8b8;
  color: white;
  padding: .1em 1em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 108%;
}

.st_tmp03 {
  position: relative;
  font-size: 139%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 500;
  padding-left: 1.5em;
  margin-bottom: .5em;
}
.st_tmp03:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 3px;
  background: #000;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
}
