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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/*Animate */
body, pre, input, textarea, select {
  color: #333333;
  line-height: 1.7;
  font-size: 13px;
}

a, a:link {
  color: #333333 !important;
}

body {
  background: #fff url("../images/common/bg_body.jpg") no-repeat center top !important;
}

.btn_common a {
  margin: 0 auto;
  display: block;
  width: 400px;
  height: 70px;
  background: url("../images/home/bg_btn.jpg") no-repeat;
  font-size: 20px;
  line-height: 30px;
  padding: 20px;
  text-align: center;
  color: #fff !important;
  box-sizing: border-box;
  transition: .3s;
}
.btn_common a:hover, .btn_common a:focus {
  color: #fff !important;
  text-decoration: none;
  opacity: .7;
}

/* -----------------------------------------------------------
	メインビジュアルが1190px仕様
----------------------------------------------------------- */
#htlContents {
  width: 1190px !important;
  margin: 0px auto !important;
  min-width: 1190px !important;
}

#htlSide-A {
  position: absolute !important;
  top: 1650px !important;
  left: 5px !important;
}

#htlMainContent,
#RthCustomizeW {
  width: 100% !important;
  margin-left: 0 !important;
}

#trvlHtlTabNav {
  min-width: 1190px !important;
}

#trvlHtlSubNav {
  min-width: 1190px !important;
}

#cus_contents {
  margin-left: 240px !important;
  width: 950px;
}

#htlHeader {
  background: none !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
.con_header {
  padding: 15px 0 0;
  margin-bottom: 40px;
}
.con_header .logo {
  text-align: center;
  margin-bottom: 15px;
}
.con_header .logo a {
  display: inline-block;
  margin-bottom: 10px;
}
.con_header .logo p {
  display: block;
  font-size: 20px;
}
.con_header .gnav {
  background: #fff;
  margin: 20px 0;
}
.con_header .gnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.con_header .gnav ul li {
  margin: 0 10px;
}
.con_header .gnav ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #3b3b3b;
  padding: .5em;
}
.con_header .gnav ul li a:hover {
  color: #8b0108;
  border-bottom: 2px solid #8b0108;
}
.con_header .box_contact {
  background: #8b0108 url("../images/common/bg_rese.png") no-repeat left center;
  padding: 30px 0;
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con_header .box_contact h4 {
  position: relative;
  font-size: 18px;
  font-weight: normal;
}
.con_header .box_contact h4:before {
  content: "";
  width: 28px;
  height: 22px;
  background: url("../images/common/ic_01.png") no-repeat left center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.con_header .box_contact .wrp_btn {
  width: 300px;
  margin: 0 35px 0 75px;
}
.con_header .box_contact .wrp_btn .btn {
  text-decoration: none;
  display: block;
  color: #fff !important;
  background: none;
  border: 1px solid #fff;
  padding: 12px 0;
  position: relative;
  font-size: 20px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.con_header .box_contact .wrp_btn .btn span {
  display: block;
}
.con_header .box_contact .wrp_tel {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 24px;
}
.con_header .box_contact .wrp_tel span {
  display: block;
  font-size: 18px;
}
.con_header .box_plan {
  border: 1px solid #6f6c6c;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
}
.con_header .box_plan .txt_intro {
  margin-bottom: 25px;
}
.con_header .box_plan .txt_intro .yellow {
  color: #9f731f;
}
.con_header .box_plan .txt_intro .red {
  color: #b13636;
}
.con_header .box_plan .wrp_img {
  margin-bottom: 20px;
}
.con_header .box_plan .wrp_link a {
  text-decoration: underline;
}
.con_header .box_plan .wrp_link a:hover, .con_header .box_plan .wrp_link a:focus {
  text-decoration: none;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  position: relative;
  background: #543012;
  padding-bottom: 37px;
}
#footer .page_top a {
  position: absolute;
  display: block;
  left: 50%;
  top: -63px;
  transform: translateX(-50%);
}
#footer .footer_fnav {
  background: #41220b;
  padding: 12px;
}
#footer .fnav_list {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
#footer .fnav_list .fnav_item {
  margin-right: 40px;
}
#footer .fnav_list .fnav_item:last-child {
  margin-right: 0;
}
#footer .fnav_list .fnav_item a {
  color: #fff !important;
  text-decoration: none;
  transition: .3s;
  font-size: 18px;
  line-height: 30px;
}
#footer .fnav_list .fnav_item a:hover {
  color: #fff !important;
  opacity: .7;
}
#footer .footer_main {
  padding: 25px 0;
  text-align: center;
}
#footer .footer_main .footer_logo {
  margin-bottom: 18px;
}
#footer .footer_main .footer_mdes {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .06em;
  color: #fff;
}
#footer .footer_contact .wrp_contact {
  max-width: 950px;
  margin: 0 auto;
}
#footer .footer_contact .wrp_contact .box_contact {
  background: #8b0108 url("../images/common/bg_rese.png") no-repeat left center;
  padding: 30px 0;
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer_contact .wrp_contact .box_contact h4 {
  position: relative;
  font-size: 18px;
  font-weight: normal;
}
#footer .footer_contact .wrp_contact .box_contact h4:before {
  content: "";
  width: 28px;
  height: 22px;
  background: url("../images/common/ic_01.png") no-repeat left center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#footer .footer_contact .wrp_contact .box_contact .wrp_btn {
  width: 300px;
  margin: 0 35px 0 75px;
}
#footer .footer_contact .wrp_contact .box_contact .wrp_btn .btn {
  text-decoration: none;
  display: block;
  color: #fff !important;
  background: none;
  border: 1px solid #fff;
  padding: 12px 0;
  position: relative;
  font-size: 20px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
#footer .footer_contact .wrp_contact .box_contact .wrp_btn .btn span {
  display: block;
}
#footer .footer_contact .wrp_contact .box_contact .wrp_tel {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 24px;
}
#footer .footer_contact .wrp_contact .box_contact .wrp_tel span {
  display: block;
  font-size: 18px;
}
