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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.box_header_top:after {
  content: "";
  display: table;
  clear: both;
}

/* Animation */
/* Font size */
/*Vertical text */
body, pre, input, textarea, select {
  color: #333333;
  line-height: 1.7;
  font-size: 13px;
}

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

body {
  position: relative;
  background-color: transparent !important;
}

/* -----------------------------------------------------------
	ページ全体
----------------------------------------------------------- */
#trvlHtlTabNav,
#trvlHtlSubNav {
  position: relative;
  left: 0;
}

#htlSide-A {
  position: absolute;
  top: 956px;
  left: 0;
}

#htlMainContent {
  background-image: url(../images/common/bg_par.jpg);
  z-index: 0;
}
#htlMainContent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1465px;
  background: url(../images/common/bg.png) top left no-repeat;
  background-size: cover;
  z-index: -1;
}

#RthCustomizeW {
  width: 1190px !important;
  float: none;
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  position: relative;
  height: 585px;
  background: #000;
}
.con_main .box_txt {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_main .box_txt h2 {
  line-height: 100%;
  margin-bottom: 35px;
}
.con_main .box_txt h1, .con_main .box_txt .sub {
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-size: 100%;
  text-shadow: 5px 5px 20px #000;
}

/* -----------------------------------------------------------
	box_header_top
----------------------------------------------------------- */
.box_header_top {
  position: absolute;
  top: 0;
  width: 92.04171%;
  left: 3.84193%;
  z-index: 50;
}
@media only screen and (max-width: 1300px) {
  .box_header_top {
    width: 99%;
    left: 1%;
  }
}
@media print {
  .box_header_top {
    width: 99%;
    left: 1%;
  }
}
.ie8 .box_header_top {
  width: 99%;
  left: 1%;
}
@media only screen and (max-width: 949px) {
  .box_header_top {
    display: none;
  }
}
.box_header_top .logo {
  float: left;
  margin-top: 4em;
  width: 15%;
}
.box_header_top .box_nav {
  float: right;
  width: 75%;
}
.box_header_top .box_nav ul {
  overflow: hidden;
}
.box_header_top .box_nav ul li {
  float: right;
  margin-left: 2em;
  color: #fff;
}
.box_header_top .box_nav ul li em, .box_header_top .box_nav ul li i, .box_header_top .box_nav ul li img {
  float: left;
}
.box_header_top .box_nav ul li > a {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-size: 88%;
  text-decoration: none !important;
}
.mouse .box_header_top .box_nav ul li > a:hover, .touch .box_header_top .box_nav ul li > a.touchstart {
  text-decoration: underline !important;
}
.touch .box_header_top .box_nav ul li > a {
  -webkit-tap-highlight-color: transparent;
}
.touch .box_header_top .box_nav ul li > a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.box_header_top .box_nav ul li .btn_red span {
  padding: 1.5em 1.5em;
}
.box_header_top .box_nav ul li .btn_red span i {
  margin-left: .5em;
}
.box_header_top .box_nav ul li.tel {
  padding-top: 5px;
}
.box_header_top .box_nav ul li.tel img {
  padding-top: 5px;
  padding-right: 10px;
}
.box_header_top .box_nav ul li.tel span {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}
.box_header_top .box_nav ul li.tel span em {
  font-size: 188%;
  line-height: 1;
  font-family: "Crimson Text", serif;
}
.box_header_top .box_nav ul.bottom {
  clear: both;
  padding-top: 1.5em;
}
.box_header_top .box_nav ul.bottom li > a {
  font-size: 119%;
}

/* -----------------------------------------------------------
	#cus_contents
----------------------------------------------------------- */
#cus_contents {
  width: 950px;
  margin-left: 240px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	#cus_footer
----------------------------------------------------------- */
#cus_footer {
  width: 950px;
  margin-left: 240px;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
}
table.tbl_basic tr th, table.tbl_basic tr td {
  font-weight: normal;
  font-size: 100%;
  border-top: 1px solid #a49381;
  border-bottom: 1px solid #a49381;
}
@media only screen and (max-width: 949px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    font-size: 94%;
  }
}
@media only screen and (max-width: 1024px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    font-size: 88%;
  }
}
table.tbl_basic tr th {
  text-align: center;
  background: #d4c0ab;
  width: 30.94737%;
}
table.tbl_basic tr td {
  padding: 1.2em 2em;
}
