@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
  color: #322212;
  font-size: small;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  background: url(../images/common/bg_body.jpg) 0 0 #fff;
  position: relative;
}
body.hidden {
  overflow: hidden;
  position: relative;
}
body.hidden::before {
  z-index: 99;
  opacity: 1;
}
body a {
  color: #3d2107;
}
body a:link {
  text-decoration: underline;
}
body a:visited {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: underline;
}

img {
  vertical-align: top;
}

/* jquery.fittedのホバー設定 */
.hovered {
  cursor: pointer;
}

/* -----------------------------------------------------------
	汎用class
----------------------------------------------------------- */
.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

/* -----------------------------------------------------------
	#page

----------------------------------------------------------- */
#page {
  width: 100%;
  text-align: left;
}

/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#header {
  width: 1000px;
  margin: 0 auto;
  padding-top: 12px;
}
#header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#header .logo {
  float: left;
}
#header .logo p {
  text-align: center;
  font-size: 80%;
  margin-bottom: 5px;
}
#header .con_header {
  width: 855px;
  float: right;
}
#header .con_header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#header .con_header .box_util {
  text-align: right;
}
#header .con_header .box_util .txt_tel {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 15px;
}
#header .con_header .box_util .box_language {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: url(../images/common/bg_body.jpg);
  width: 110px;
}
#header .con_header .box_util .box_language p {
  padding: 8px 0;
  height: 12px;
  text-align: center;
  border: 1px solid #322212;
  cursor: pointer;
}
#header .con_header .box_util .box_language .selectlink {
  position: relative;
  width: 110px;
}
#header .con_header .box_util .box_language .selectlink ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/common/bg_body.jpg);
  border-right: 1px solid #322212;
  border-left: 1px solid #322212;
  width: 100%;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header .con_header .box_util .box_language .selectlink ul li {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid #322212;
}
#header .con_header .box_util .box_language .selectlink ul li a {
  font-size: 90%;
  padding: 4px 10px;
  text-decoration: none;
  display: block;
}
#header .con_header .box_hnav {
  text-align: right;
  margin-top: 15px;
}
#header .con_header .box_hnav .social {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: url(../images/header/bg_line_dot_ver.png) right 0 repeat-y;
  margin-right: 30px;
}
#header .con_header .box_hnav .social li {
  float: left;
  background: url(../images/header/bg_line_dot_ver.png) 0 0 repeat-y;
}
#header .con_header .box_hnav .social li a {
  display: block;
  padding: 0 10px;
  margin: -4px 0;
}
#header .con_header .box_hnav #hnav {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  overflow: hidden;
  border: 1px solid #927c54;
}
#header .con_header .box_hnav #hnav li {
  float: left;
  border-left: 1px solid #927c54;
  margin-left: -1px;
}
#header .con_header .box_hnav #hnav li a {
  display: block;
  padding: 3px 10px;
  text-align: center;
}
#header .con_header .box_hnav #hnav li a img {
  vertical-align: middle;
}
#header .con_header .box_hnav #hnav li.hnav_cal {
  background: #f4ebd9;
}
#header #gnav {
  margin-top: 15px;
}

/* #gnav 	グローバルナビ
----------------------------------------------------------- */
#gnav {
  overflow: hidden;
  *zoom: 1;
}
#gnav li {
  float: left;
  height: 54px;
}
#gnav li a {
  height: 0;
  padding: 54px 0 0 0;
  display: block;
  overflow: hidden;
  background: left top no-repeat;
}
#gnav li a:hover {
  background-position: left -54px;
}

#gnav li.gnav_roo a {
  background-image: url(../images/header/gnav_roo.png);
  width: 124px;
}

#gnav li.gnav_hot a {
  background-image: url(../images/header/gnav_hot.png);
  width: 124px;
}

#gnav li.gnav_cui a {
  background-image: url(../images/header/gnav_cui.png);
  width: 123px;
}

#gnav li.gnav_acc a {
  background-image: url(../images/header/gnav_acc.png);
  width: 124px;
}

#gnav li.gnav_fac a {
  background-image: url(../images/header/gnav_fac.png);
  width: 122px;
}

#gnav li.gnav_res a {
  background-image: url(../images/header/gnav_res.png);
  width: 114px;
}

#gnav li.gnav_par a {
  background-image: url(../images/header/gnav_par.png);
  width: 123px;
}

/* -----------------------------------------------------------
	#fixnav 追従メニュー
----------------------------------------------------------- */
#fixnav {
  width: 100%;
  background: url(../images/fixnav/bg_fixnav.png) 0 0 repeat-x;
  height: 53px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}
#fixnav ul {
  width: 1000px;
  margin: 0 auto;
  height: 45px;
  overflow: hidden;
}
#fixnav ul li {
  float: left;
  background: url(../images/fixnav/bg_line_fixnav.png) 0 center no-repeat;
}
#fixnav ul li a {
  text-align: center;
  display: block;
  width: 125px;
  height: 45px;
}
#fixnav ul li.fnav_res a {
  background: url(../images/common/bg_brown.png) 0 0;
}
#fixnav ul li.fnav_par {
  background: none;
}

/* -----------------------------------------------------------
	.con_title タイトルエリア
----------------------------------------------------------- */
.con_title {
  height: 170px;
  width: 100%;
  margin-top: 15px;
}
.con_title h2 {
  width: 1000px;
  padding-top: 70px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
#contents {
  margin: 0 auto;
}
#contents:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#bn_box {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 1240px;
  height: 82%;
  opacity: 0;
  z-index: -1;
  padding: 10px 0 60px;
}
#bn_box.active {
  z-index: 99;
  opacity: 1;
}
#bn_box .btn_close {
  width: 95%;
  text-align: right;
}
#bn_box .ic_close {
  color: #000;
  position: relative;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  width: 50px;
  padding-top: 30px;
}
#bn_box .ic_close::before {
  content: "✕";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  font-size: 20px;
}
#bn_box .bn_content {
  overflow: auto;
  height: 100%;
}
#bn_box h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  color: #785e28;
}
#bn_box h3 small {
  font-size: 16px;
}
#bn_box h3 span {
  display: inline-block;
  border-bottom: 1px solid #000;
}
#bn_box p {
  color: #111;
  max-width: 1240px;
  margin-top: 45px;
  text-align: center;
  line-height: 1.8;
}
#bn_box p .c_red {
  font-weight: bold;
  color: #bf0707;
}
#bn_box .right {
  max-width: 540px;
  text-align: right;
}

.fix_btn {
  cursor: pointer;
  margin-bottom: 2rem;
}
.fix_btn .st {
  text-align: center;
  background: #bf0707;
  padding: 2% 4%;
}
.fix_btn .st span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  line-height: 2;
  color: #fff;
}

/*	#topicpath		パンクズ
----------------------------------------------------------- */
#topicpath {
  width: 1000px;
  margin: 15px auto 40px auto;
  overflow: hidden;
}
#topicpath li {
  float: left;
  margin-right: 8px;
}
#topicpath li a {
  padding-right: 16px;
  background: url(../images/common/ic_topicpath.png) right center no-repeat;
  display: block;
}

/* -----------------------------------------------------------
	.btn_ptop	PAGE TOPボタン
----------------------------------------------------------- */
.btn_ptop {
  position: fixed;
  right: 50%;
  bottom: 180px;
  z-index: 99;
  margin-right: -630px;
  display: none;
}

/* -----------------------------------------------------------
	#footer
		フッタ
----------------------------------------------------------- */
#footer .bg_footer .img {
  background: url(../images/footer/bg_line_dot_hor.png) 0 bottom repeat-x;
  padding-bottom: 2px;
}
#footer .bg_footer .img img {
  width: 100%;
}
#footer .con_footer {
  width: 1000px;
  margin: 0 auto;
  padding-top: 15px;
}
#footer .con_footer:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#footer .con_footer .box_address {
  width: 310px;
  float: left;
  overflow: hidden;
}
#footer .con_footer .box_address .logo {
  margin-right: 5px;
  float: left;
}
#footer .con_footer .box_address .box_r {
  padding-top: 15px;
  width: 180px;
  float: right;
  font-size: 90%;
}
#footer .con_footer .box_address .box_r h3 {
  margin-bottom: 5px;
}
#footer .con_footer .box_address .box_r address {
  font-size: 90%;
}
#footer .con_footer .box_nav {
  width: 670px;
  float: right;
  overflow: hidden;
}
#footer .con_footer .box_nav #fnav {
  margin: 0 0 15px auto;
  width: 670px;
  text-align: right;
  overflow: hidden;
  background: url(../images/footer/bg_line_dot_ver.png) 0 0 repeat-y;
}
#footer .con_footer .box_nav #fnav li {
  float: left;
  min-width: 70px;
  background: url(../images/footer/bg_line_dot_ver.png) right 0 repeat-y;
}
#footer .con_footer .box_nav #fnav li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  text-align: center;
  margin: -4px 0;
}
#footer .con_footer .box_nav #fnav li a:hover {
  text-decoration: underline;
}
#footer .con_footer .box_nav .box_footer {
  text-align: right;
  overflow: hidden;
}
#footer .con_footer .box_nav .box_footer .txt_tel,
#footer .con_footer .box_nav .box_footer .btn_plan {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#footer .con_footer .box_nav .box_footer .txt_tel {
  margin-right: 15px;
}
#footer #copyright {
  margin-bottom: 40px;
  padding-top: 20px;
  background: url(../images/common/bg_line_gray.png) 0 top repeat-x;
  margin-top: 30px;
  text-align: center;
}
#footer #copyright p {
  display: block;
  font-size: 90%;
}

/* -----------------------------------------------------------
	#fixsearch	追従検索窓
----------------------------------------------------------- */
#fixsearch {
  width: 100%;
  background: url(../images/search/bg_white.png) 0 0 repeat;
  position: fixed !important;
  display: none;
  z-index: 99;
  box-shadow: rgba(81, 81, 81, 0.16) 0px 0px 10px 0px;
  -webkit-box-shadow: rgba(81, 81, 81, 0.16) 0px 0px 10px 0px;
  -moz-box-shadow: rgba(81, 81, 81, 0.16) 0px 0px 10px 0px;
}
#fixsearch:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#fixsearch .con_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#fixsearch .btn_open {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -39px;
  margin-left: -90px;
  height: 39px;
  overflow: hidden;
}
#fixsearch .box_bestrate {
  float: right;
  width: 280px;
  padding: 0 0 16px 0;
}
#fixsearch .box_search {
  width: 692px;
  overflow: hidden;
  float: left;
  margin-top: 13px;
  /* .bg_top {
  	background: url(../images/search/bg_search_top.png) center 0 no-repeat;
  } */
}
#fixsearch .box_search .bg_bottom {
  background: #e9dbcf;
  padding: 15px 25px 10px 25px;
  overflow: hidden;
  border: 1px solid #d0bda8;
}
#fixsearch .box_search dl {
  float: left;
  margin-right: 12px;
  overflow: hidden;
}
#fixsearch .box_search dl dt {
  margin-bottom: 5px;
  background: url(../images/common/ic_square_brown.png) 0 center no-repeat;
  padding-left: 10px;
}
#fixsearch .box_search dl.day {
  margin-left: -10px;
}
#fixsearch .box_search dl.day dt {
  margin-left: 10px;
}
#fixsearch .box_search dl.day dd {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 10px;
}
#fixsearch .box_search .con_submit {
  float: right;
  margin-top: 5px;
}
#fixsearch .box_search .con_submit li {
  margin-bottom: 5px;
}
#fixsearch .box_search .menu {
  padding-top: 15px;
  overflow: hidden;
  float: left;
}
#fixsearch .box_search .menu li {
  float: left;
  margin-right: 20px;
}
#fixsearch .box_search .menu li a {
  font-size: 90%;
  text-decoration: none;
  background: url(../images/common/ic_arrow_right.png) 0 center no-repeat;
  padding-left: 12px;
}
#fixsearch .box_search .menu li a:hover {
  text-decoration: underline;
}
#fixsearch .box_search .menu li a img {
  vertical-align: top;
}

/* -----------------------------------------------------------
	Table		表設定
----------------------------------------------------------- */
table.tbl_basic {
  font-size: 12px;
  border-top: 1px solid #fff;
}

table.tbl_basic th {
  border-bottom: 1px solid #fff;
  background-color: #e2d8ce;
  font-weight: normal;
}

table.tbl_basic td {
  border-bottom: 1px solid #fff;
  background: #f6f3f0;
}

table.tbl_basic th,
table.tbl_basic td {
  padding: 6px 20px;
}
