@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;
}

html {
  background: transparent url(../images/common/bg_common.jpg);
}

body {
  background-color: transparent !important;
  overflow-x: hidden;
}

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

#htlMainContent {
  margin-left: 0;
}

#htlSide-A {
  position: absolute !important;
  top: 805px !important;
}

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

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

#cus_contents {
  width: 950px;
  margin: auto;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  width: 100%;
  position: relative;
}
#footer .con_footer {
  width: 950px;
  margin: auto;
}
#footer .pagetop {
  width: 3%;
  height: 100px;
  position: absolute;
  top: -5%;
  left: 0;
  right: 0;
  margin: auto;
}
#footer .pagetop a {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-top: 2px solid #000;
  position: relative;
}
#footer .pagetop a::before, #footer .pagetop a::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 45px;
  background: #000;
  top: 0;
}
#footer .pagetop a::before {
  left: 0;
}
#footer .pagetop a::after {
  right: 0;
}
#footer .pagetop a span {
  width: 74%;
  margin: 0 auto;
  height: 50px;
  display: block;
  background: #fff;
  position: relative;
}
#footer .pagetop a span:first-child::before, #footer .pagetop a span:first-child::after {
  content: '';
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#footer .pagetop a span:first-child::before {
  top: 14px;
  left: 50%;
  width: 1px;
  height: 32px;
  background: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#footer .pagetop a span:first-child::after {
  top: 8px;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg) translateX(-70%);
  transform: rotate(-45deg) translateX(-70%);
}
#footer .pagetop a span:nth-child(2)::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 40px;
  left: 50%;
  bottom: -40%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(50%, #000000), color-stop(50%, #ffffff), to(#ffffff));
  background: linear-gradient(180deg, #000000 0%, #000000 50%, #ffffff 50%, #ffffff 100%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#footer .pagetop a:hover span:first-child::before {
  top: 28px;
  width: 1px;
}
#footer .pagetop a:hover span:first-child::after {
  top: 22px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
#footer .pagetop a:hover span:nth-child(2)::before {
  bottom: 20%;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background: linear-gradient(180deg, #000000 0%, #000000 100%);
}
#footer .box_lnk {
  width: 30%;
  margin-top: 10px;
  text-align: center;
  position: absolute;
  top: 63%;
  left: 566px;
}
#footer .box_lnk a:hover {
  opacity: 0.75;
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
