@charset "shift_jis";
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
  vertical-align: bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
a {
  outline: none;
}

/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clear {
  clear: both;
  line-height: 0;
}
/*==================== 基本設定 ====================*/
html {}
body {
  font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothicM, '游ゴシック', YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #3c2c1c;
  min-width: 980px;
  background: #fcf9f3;
}
table {
  font-size: 1em;
}
/********** container **********/
.column_left {
  width: 210px;
  float: left;
}
.column_center {
  width: 740px;
  float: right;
}
/********** ヘッダー **********/
.area_header {
  border-top: 3px solid #3c2c1c;
}
.header {
  position: relative;
  border-bottom: 2px solid #cdbfb1;
  height: 111px;
}
.header .wrapper {
  position: relative;
}
.header .logo {
  width: 300px;
  height: 58px;
  position: absolute;
  left: 0;
  top: 24px;
}
.header .header_info {
  width: 370px;
  height: 74px;
  position: absolute;
  right: 0;
  top: 18px;
}
#help_navi {}
#help_navi li {
  margin-left: 10px;
}
#header_mv {
  min-width: 980px;
}
.header_img {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/mvisual1.jpg) no-repeat;
  background-size: cover;
  height: 0;
  padding-top: 26%;
  background-position: center;
}
/********** navi **********/
.main_navi {
}
.main_navi li {
  position: relative;
  width: 50%;
  text-align: center;
}
.main_navi::before {
  content: "";
  width: 1px;
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  display: block;
  left: -1px;
  background: #cdbfb1;
}
.main_navi li::before {
  content: "";
  width: 1px;
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  display: block;
  right: -1px;
  background: #cdbfb1;
}
.main_navi li a {
  display: block;
  height: 69px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.main_navi li a {
  display: block;
  position: relative;
}
.main_navi li a span {
  height: 18px;
  display: block;
  background: url(../images/menu_off.png) no-repeat;
  margin: 26px auto 0;
    text-indent: -99999px;
}
.main_navi li.cr_on a span, .main_navi li a:hover span {
  height: 18px;
  display: block;
  background: url(../images/menu_on.png) no-repeat;
}
/*off*/
.main_navi li.mn_home a span {
  width: 112px;
  background-position: -42px bottom;
}
.main_navi li.mn_service a span {
  width: 143px;
  background-position: -419px bottom;
}
.main_navi li.mn_taxi a span {
  width: 95px;
  background-position: -246px bottom;
}
.main_navi li.mn_voice a span {
  width: 95px;
  background-position: -638px bottom;
}
.main_navi li.mn_recruit a span {
  width: 63px;
  background-position: -850px bottom;
}
.navi_wrapper {
  background: #fff;
  border-bottom: 2px solid #cdbfb1;
}
.navi_wrapper ul li {
  position: inline-block;
  float: left;
}
/********** フッター **********/
.area_footer {
  background: #f2e9df;
  border-top: 2px solid #887766;
  position: relative;
  padding-top: 50px;
  margin-top: 77px;
}
.area_footer::before {
  content: "";
  width: 738px;
  height: 77px;
  display: block;
  background: url(../images/footer_deco.png) no-repeat;
  position: absolute;
  top: -77px;
  right: 0;
}
.area_footer .inner {
  padding-bottom: 50px;
}
.area_footer .inner h2 {
  margin-bottom: 25px;
}
.area_footer .inner h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding: 0 0 17px 10px;
  letter-spacing: 1px;
  position: relative;
}
.area_footer .inner h3::before {
  content: "";
  display: block;
  width: 186px;
  height: 1px;
  background: #d2c7ba;
  position: absolute;
  right: 4px;
  bottom: 24px;
}
.company_info .box_store {
  width: 320px;
  margin-left: -10px;
}
.company_info .box_store.kyoto {
  margin-right: 60px;
}
.company_info ul li {
  padding: 0 0 10px 42px;
  line-height: 22px;
}
.company_info .name {
  background: url(../images/icon_ft_name.png) no-repeat 10px top;
  font-size: 16px;
  line-height: 25px;
}
.company_info .address {
  background: url(../images/icon_ft_address.png) no-repeat 8px 16px;
  line-height: 18px;
}
.company_info .representative {
  background: url(../images/icon_ft_representative.png) no-repeat 7px top;
}
.company_info .tel {
  background: url(../images/icon_ft_tel.png) no-repeat 9px top;
}
.company_info .fax {
  background: url(../images/icon_ft_fax.png) no-repeat 9px 2px;
}
.company_info .num {
  line-height: 1;
  padding: 10px 0 17px 10px;
  letter-spacing: 1px;
}
.company_info .num span {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.copyright {
  background: #3c2c1c;
}
.copyright .wrapper {
  text-align: right;
  background: #3c2c1c;
  line-height: 50px;
  color: #fff;
}
/********** サイドバナー **********/
#calendar_wrapper {
  border: 5px solid #f2f2f2;
  margin: 30px 0 20px;
  background: #f2f2f2;
}
#bizCallendar {
  background: #fff;
  border: 1px solid #dfdfdf;
}
#bizCallendar .bizcalTitle {
  background-color: #f2f2f2;
  font-weight: normal;
  width: 100%;
  line-height: 28px;
  font-size: 16px;
}
#bizCallendar table.bizcal {
  margin: 10px 0 15px;
  width: 100%;
  border: none;
}
#bizCallendar table.bizcal th, #bizCallendar table.bizcal td {
  background: none;
  border: 2px solid #fff;
  color: #3c2c1c;
}
#bizCallendar table.bizcal td.Holiday {
  background-color: #fff !important;
  color: #f00 !important;
}
#calendar_wrapper p {
  font-size: 12px;
  text-align: center;
  margin-top: 3px;
}
#calendar_wrapper p span {
  color: #f00;
}
.side_info {
  border: 8px solid #887766;
  margin-bottom: 30px;
  background: #fff;
}
.side_info .inner {
  padding: 10px;
}
.side_info .tel, .side_info .fax, .side_info .mail {
  line-height: 1;
}
.side_info .tel {
  font-size: 20px;
  background: url(../images/icon_side_tel.png) no-repeat left 1px;
  padding: 0 0 6px 24px;
  letter-spacing: 1px;
  font-weight: bold;
}
.side_info .fax {
  font-size: 20px;
  background: url(../images/icon_side_fax.png) no-repeat left 1px;
  padding: 0 0 6px 24px;
  letter-spacing: 1px;
  font-weight: bold;
}
.side_info .mail {
  background: url(../images/icon_side_mail.png) no-repeat left 5px;
  padding: 0 0 10px 24px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
}
.side_info a {
  color: #3c2c1c;
}
.side_info a:hover {
  opacity: 0.8;
}
.side_info .inner .contact {
  border-bottom: 1px solid #887766;
  margin: 4px 0 10px;
}
.side_info .inner h3 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.side_info .inner h3::before {
  content: "[";
}
.side_info .inner h3::after {
  content: "]";
}
.side_info .inner h2 {
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px solid #887766;
  text-align: center;
  margin-bottom: 8px;
  padding-bottom: 10px;
  font-weight: bold;
}
.side_info .inner .time {
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
.side_info .inner .time span {
  font-size: 16px;
  display: block;
  font-weight: bold;
}
.side_menu li {
  margin-bottom: 20px;
}
.side_menu li a:hover {
  opacity: 0.8;
}
/**********  **********/
.top_concept {
  padding-bottom: 50px;
}
.top_concept ul.list_2col {
  margin-right: -31px;
  margin-left: 15px;
  margin-top: 30px;
}
ul.list_2col li {
  width: 340px;
  float: left;
  margin-right: 31px;
}
ul.list_2col li .come_box h2 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}
ul.list_2col li .inner {
  padding: 16px;
}
.come_dl dt {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  background: #3c2c1c;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}
.come_dl dd {
  border-right: 1px solid #887766;
  border-bottom: 1px solid #887766;
  border-left: 1px solid #887766;
  background: #fff;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  font-size: 16px;
  color: #3c2c1c;
  text-align: center;
  padding: 21px 20px 22px;
}
.come_dl.shiga {
  margin-top: 30px;
}
/**/
.l_top {
  padding-top: 50px;
}
.l_top .column_center {
  padding-top: 30px;
}
.top_news {
  padding-bottom: 25px;
}
.top_news .title {
  font-size: 20px;
  line-height: 20px;
  border-left: 2px solid #c04345;
  padding-left: 12px;
  font-weight: bold;
}
.top_news .inner {
  margin-top: 14px;
}
.come_title_h2_top {
  font-size: 22px;
  color: #3c2c1c;
  text-align: center;
  position: relative;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 45px;
}
.come_title_h2_top::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  bottom: -15px;
  left: 50%;
  margin-left: -10px;
  background: #c04345;
}
.top_flow {
  padding-bottom: 26px;
}
.top_area {
  margin-bottom: 50px;
}
/********** flow_box **********/
.come_flow li {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  margin-bottom: 40px;
  background: #887766;
  padding: 2px 2px 2px 100px;
  position: relative;
}
.come_flow li::after {
  content: "";
  display: block;
  width: 27px;
  height: 16px;
  background: url(../images/flow_arrow.png) no-repeat;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -18.5px;
}
.come_flow li.last::after {
  content: none;
}
.come_flow li span {
  position: absolute;
  left: 19px;
  top: 50%;
  width: 62px;
  height: 62px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -31px;
}
.come_flow li.step_1 span {
  background: url(../images/step_1.png) no-repeat;
}
.come_flow li.step_2 span {
  background: url(../images/step_2.png) no-repeat;
}
.come_flow li.step_3 span {
  background: url(../images/step_3.png) no-repeat;
}
.come_flow li.step_4 span {
  background: url(../images/step_4.png) no-repeat;
}
.come_flow li.step_5 span {
  background: url(../images/step_5.png) no-repeat;
}
.come_flow li span {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 62px;
  height: 62px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -31px;
}
.come_flow li .inner {
  background: #fff;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  padding: 25px 30px;
}
.come_flow li .title {
  font-size: 18px;
  font-weight: bold;
}
.wrapper {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
/** 影付き枠 **/
.come_box {
  background: #fff;
  box-shadow: 0 3px 10px rgba(136, 119, 102, 0.5);
  -webkit-box-shadow: 0 3px 10px rgba(136, 119, 102, 0.5);
  -moz-box-shadow: 0 3px 10px rgba(136, 119, 102, 0.5);
  -o-box-shadow: 0 3px 10px rgba(136, 119, 102, 0.5);
}
/** table **/
.come_table .table_box {
  border: 1px solid #745e58;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  background: #fff;
}
.come_table table {
  width: 100%;
}
.come_table th {
  background: #745e58;
  text-align: center;
  color: #fff;
}
.come_table th, .come_table td {
  padding: 15px;
  font-size: 18px;
}
/********** top_layout **********/
.top_service {
  padding-bottom: 50px;
}
.top_service .come_box .image, .top_service .come_box .inner, .top_service .come_box .inner span {
  display: block;
}
.top_service .box_top .come_box, .top_service .list_2col .come_box {
  margin: 0 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
}
.top_service .box_top .come_box a, .top_service .list_2col .come_box a {
  display: block;
  text-decoration: none;
}
.top_service .box_top .come_box a:hover, .top_service .list_2col .come_box a:hover {
  opacity: 0.8;
}
.top_service .box_top .come_box {
  margin-bottom: 30px;
}
.top_service .box_top .come_box .image {
  width: 340px;
  float: left;
}
.top_service .box_top .come_box .inner {
  width: 310px;
  float: left;
  padding: 30px 0;
  margin: 0 30px;
  color: #3c2c1c;
}
.top_service .box_top .come_box .inner span.title {
  font-size: 22px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 30px;
}
.top_service .box_top .come_box .image img {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.top_service .list_2col .come_box {
  width: 340px;
  float: left;
}
.top_service .list_2col .come_box .image img {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.top_service .list_2col .come_box .inner {
  padding: 20px 0;
  margin: 0 20px;
  color: #3c2c1c;
}
.top_service .list_2col .come_box .inner span {
  text-align: center;
}
.top_service .list_2col .come_box .inner span.title {
  font-size: 22px;
  line-height: 23px;
  font-weight: bold;
  padding-bottom: 15px;
}
.service_list .area_box > .area_text, .service_list .area_box > .come_img_box {
  padding: 20px 20px 40px;
}
.service_list .area_text h3.title {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.service_list .area_box .img_left .image {
  width: 242px;
  float: left;
}
.service_list .area_box .img_left .area_text {
  margin-left: 257px;
}
.service_list .area_box .img_left .area_text .top_text {
  margin-bottom: 35px;
}
/********** second_layout **********/
/*second*/
.l_second {
  padding-top: 30px;
}
.come_title_h2 {
  font-size: 22px;
  font-weight: bold;
  background: #f2e9df;
  border-left: 6px solid #745e58;
  line-height: 50px;
  padding-left: 20px;
}
.banner_contact {
  margin-bottom: 150px;
  margin-left: -8px;
}
/*service*/
.area_service {
  padding-bottom: 50px;
}
.area_service .text_box {
  padding: 20px;
}
.area_service .text_box .title {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.area_service .text_box .text {
  font-size: 16px;
  line-height: 25px;
}
.area_service .link_btn {
  margin-bottom: 20px;
}
.area_service .link_btn a {
  display: block;
  text-decoration: none;
}
.area_service .link_btn .btn {
  width: 400px;
  float: right;
  color: #3c2c1c;
  display: block;
  font-size: 18px;
  padding: 20px 0;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 1px solid #745e58;
}
.area_service .link_btn a:hover .btn {
  background-color: #745e58;
  color: #fff;
}
.area_service ul.list_2col {
  margin-right: -20px;
  margin-left: 0;
}
.area_service ul.list_2col li {
  width: 360px;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.area_service ul.list_2col li .come_box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
}
.area_service ul.list_2col li .come_box .image {
  position: relative;
}
.area_service ul.list_2col li .come_box .image::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  bottom: -35px;
  margin-left: -35px;
}
.area_service ul.list_2col li.sv_1 .come_box .image::after {
  background: url(../images/service/icon_sv1.png) no-repeat;
}
.area_service ul.list_2col li.sv_2 .come_box .image::after {
  background: url(../images/service/icon_sv2.png) no-repeat;
}
.area_service ul.list_2col li.sv_3 .come_box .image::after {
  background: url(../images/service/icon_sv3.png) no-repeat;
}
.area_service ul.list_2col li.sv_4 .come_box .image::after {
  background: url(../images/service/icon_sv4.png) no-repeat;
}
.area_service ul.list_2col li.sv_5 .come_box .image::after {
  background: url(../images/service/icon_sv5.png) no-repeat;
}
.area_service ul.list_2col li.sv_6 .come_box .image::after {
  background: url(../images/service/icon_sv6.png) no-repeat;
}
.area_service ul.list_2col li.sv_7 .come_box .image::after {
  background: url(../images/service/icon_sv7.png) no-repeat;
}
.area_service ul.list_2col li.sv_8 .come_box .image::after {
  background: url(../images/service/icon_sv8.png) no-repeat;
}
.area_service ul.list_2col li.sv_9 .come_box .image::after {
  background: url(../images/service/icon_sv9.png) no-repeat;
}
.area_service ul.list_2col li.sv_10 .come_box .image::after {
  background: url(../images/service/icon_sv10.png) no-repeat;
}
.area_service ul.list_2col li.sv_11 .come_box .image::after {
  background: url(../images/service/icon_sv11.png) no-repeat;
}
.area_service ul.list_2col li.sv_12 .come_box .image::after {
  background: url(../images/service/icon_sv12.png) no-repeat;
}
.area_service ul.list_2col li .come_box .image img {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.area_service ul.list_2col li .come_box h3 {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  padding: 18px 0;
}
.area_service ul.list_2col li.sv_1 .come_box h3 {
  padding-top: 5px;
  padding-bottom: 7px;
}
.area_service ul.list_2col li .inner {
  padding: 35px 20px 9px;
}
.area_service ul.list_2col li .inner p {
  font-size: 16px;
  line-height: 28px;
}
/*taxi*/
.area_taxi {}
.area_taxi h3.title {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
.area_taxi h3.title.border_b {
  border-bottom: 1px solid #745e58;
  padding-bottom: 5px;
}
.area_taxi .area_caretaxi, .area_taxi .area_area, .area_taxi .area_use, .area_taxi .area_price {
  padding: 20px 20px 60px;
}
.area_taxi .area_caretaxi .img_left .image {
  width: 284px;
  float: left;
}
.area_taxi .area_caretaxi .area_text {
  margin-left: 300px;
}
.area_taxi .area_use .img_left .image {
  width: 316px;
  float: left;
}
.area_taxi .area_use .area_text {
  margin-left: 356px;
}
.area_taxi .taxi_rate {
  margin-bottom: 40px;
}
.area_taxi .taxi_rate .rate_info {
  margin-bottom: 20px;
  position: relative;
}
.area_taxi .taxi_rate .rate_info::before {
  content: "";
  background: url(../images/icon_plus.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -19px;
}
.area_taxi .taxi_rate .rate_info p {
  width: 270px;
  color: #3c2c1c;
  display: block;
  font-size: 18px;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 2px solid #745e58;
}
.area_taxi .taxi_rate .rate_info p.meter {
  float: left;
  line-height: 54px;
}
.area_taxi .taxi_rate .rate_info p.assistance {
  float: right;
}
.area_taxi .taxi_rate .support_rate_info {}
.area_taxi .taxi_rate .support_rate_info .support_title {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
.area_taxi .taxi_rate .support_rate_info p.stretcher, .area_taxi .taxi_rate .support_rate_info p.wheelchair {
  width: 338px;
  color: #3c2c1c;
  display: block;
  font-size: 18px;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 1px solid #cdbfb1;
}
.area_taxi .taxi_rate .support_rate_info p.stretcher {
  float: left;
}
.area_taxi .taxi_rate .support_rate_info p.wheelchair {
  float: right;
}
.area_taxi .car_type {
  margin-right: 1px;
}
.area_taxi .car_type li {
  display: inline-block;
  float: left;
  background-color: #fff;
  color: #3c2c1c;
  border-top: 1px solid #cdbfb1;
  border-bottom: 1px solid #cdbfb1;
  border-left: 1px solid #cdbfb1;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  width: 50%;
  padding: 20px;
  text-align: center;
  cursor: pointer;
    box-sizing: border-box;
}
.area_taxi .car_type li:last-child {
  border-right: 1px solid #cdbfb1;
}
.area_taxi .car_type li.on {
  background-color: #745e58;
  color: #fff;
  border-color: 1px solid #745e58;
}
.area_taxi .car_fee {
  margin-bottom: 40px;
}
.area_taxi .car_fee > div {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
}
.area_taxi .car_fee > div:nth-of-type(2) {
  display: block;
}
.area_taxi .car_fee .car_image {
  padding: 20px 0;
}
.area_taxi .car_fee .car_image .image {
  width: 340px;
}
.area_taxi .car_fee .car_image .image.img_left {
  float: left;
}
.area_taxi .car_fee .car_image .image.img_right {
  float: right;
}
.area_taxi .car_fee .come_table th {
  width: 270px;
  border-bottom: 1px solid #fff;
}
.area_taxi .car_fee .come_table td {
  border-bottom: 1px solid #745e58;
}
.area_taxi .car_fee .come_table tr:last-child th, .area_taxi .car_fee .come_table tr:last-child td {
  border-bottom: none;
}
.area_taxi .charter_fee {
  margin-bottom: 40px;
}
.area_taxi .charter_fee .come_table th {
  border-right: 1px solid #fff;
}
.area_taxi .charter_fee .come_table td {
  border-right: 1px solid #745e58;
  text-align: center;
}
.area_taxi .charter_fee .come_table th:last-child, .area_taxi .charter_fee .come_table td:last-child {
  border-right: none;
}
.area_taxi .instrument_use_fee li {
  width: 50%;
  float: left;
}
.area_taxi .instrument_use_fee li span {
  display: inline-block;
  background-color: #fff;
  color: #3c2c1c;
  border-top: 1px solid #cdbfb1;
  border-bottom: 1px solid #cdbfb1;
  border-left: 1px solid #cdbfb1;
  font-size: 18px;
  line-height: 24px;
  padding: 20px;
  text-align: center;
  width: 308px;
}
.area_taxi .instrument_use_fee li span.last {
  border-right: 1px solid #cdbfb1;
}
/*voice*/
.area_voice {
  padding: 0 20px 50px;
}
.area_voice .top_text {
  font-size: 18px;
  line-height: 20px;
  padding-top: 18px;
}
.area_voice ul {
  margin-top: 18px;
}
.area_voice ul li {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  margin-bottom: 20px;
  background: #fff;
  padding: 8px 30px 14px;
  position: relative;
  border: 3px solid #cdbfb1;
}
.area_voice ul li .title {
  font-size: 18px;
  background: url(../images/voice/bdr_dash.png) no-repeat left bottom;
  padding: 0 0 8px 54px;
  position: relative;
  font-weight: bold;
  line-height: 50px;
}
.area_voice ul li .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.area_voice ul li.type_1 .title::before {
  width: 36px;
  height: 33px;
  background: url(../images/voice/icon_type1.png) no-repeat left bottom;
  top: 9px;
}
.area_voice ul li.type_2 .title::before {
  width: 36px;
  height: 38px;
  background: url(../images/voice/icon_type2.png) no-repeat left bottom;
  top: 7px;
}
.area_voice ul li.type_3 .title::before {
  width: 36px;
  height: 41px;
  background: url(../images/voice/icon_type3.png) no-repeat left bottom;
  top: 5px;
}
.area_voice ul li.type_4 .title::before {
  width: 35px;
  height: 43px;
  background: url(../images/voice/icon_type4.png) no-repeat left bottom;
  top: 6px;
}
.area_voice ul li.type_5 .title::before {
  width: 36px;
  height: 42px;
  background: url(../images/voice/icon_type5.png) no-repeat left bottom;
  top: 5px;
}
.area_voice ul li.type_6 .title::before {
  width: 34px;
  height: 42px;
  background: url(../images/voice/icon_type6.png) no-repeat left bottom;
  top: 7px;
}
.area_voice ul li .text {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0;
}
/*recruit*/
.area_recruit .text_box {
  padding: 20px 20px 40px;
}
.area_recruit .text_box h3.title {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.area_recruit .text_box .text {
  margin-bottom: 20px;
}
.area_recruit .text_box .tel {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.area_recruit .come_table {
  padding: 30px 20px 50px;
}
.area_recruit .come_table th {
  width: 200px;
  border-bottom: 1px solid #fff;
}
.area_recruit .come_table td {
  border-bottom: 1px solid #745e58;
}
.area_recruit .come_table tr:last-child th, .area_recruit .come_table tr:last-child td {
  border-bottom: none;
}