@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#abi_footer .wrp_footer .con_footer .fnav:after {
  content: "";
  display: table;
  clear: both;
}

#abi_page {
  width: 950px;
  margin-inline: auto;
  background: url(../images/common/bg1.png) left top;
  /* -----------------------------------------------------------
  	基本設定、リンクカラーなど
  ----------------------------------------------------------- */
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  color: #313131;
  -webkit-text-size-adjust: none;
  font-size: 13px;
}
#abi_page pre, #abi_page input, #abi_page textarea, #abi_page select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
.ie #abi_page {
  font-size: 98%;
}
#abi_page a {
  color: #4b4b4b;
}
#abi_page a:link, #abi_page a:visited, #abi_page a:active {
  text-decoration: underline;
}
#abi_page a:hover {
  text-decoration: none;
  color: #646464;
}
#abi_page img {
  max-width: 100%;
  -webkit-touch-callout: none;
}
#abi_page .over {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
#abi_page .over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#abi_header {
  width: 950px;
  margin-bottom: 45px;
}
#abi_header .con_movie iframe {
  width: 950px;
  height: 670px;
}
#abi_header .con_header {
  overflow: hidden;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#abi_header .con_header .hnav {
  margin: 40px 8px 0 0;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
#abi_header .con_header .hnav li a {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
#abi_header .con_header .hnav li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#abi_header #gnav {
  display: table;
  width: 100%;
  padding-bottom: 15px;
  background: url(../images/header/shadow_gnav.png) no-repeat center bottom;
}
#homepage #abi_header #gnav {
  margin-top: 10px;
}
#abi_header #gnav li {
  position: relative;
  display: table-cell;
  background: url(../images/common/bg1.png) left top;
}
#abi_header #gnav li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  height: 34px;
  border-left: 1px solid #ddd;
  margin-top: -16px;
}
#abi_header #gnav li a {
  display: block;
  padding: 18px 1em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
#abi_header #gnav li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#abi_header #gnav li.rsv:before {
  content: none;
}
#abi_header #gnav li.rsv a {
  background: #a58c03;
}
#abi_header .con_title {
  overflow: hidden;
  margin-top: 20px;
}
#abi_header .con_title h3 {
  float: left;
}
#abi_header .con_title iframe {
  float: right;
  width: 595px;
  height: 290px;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#abi_contents {
  width: 950px;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#abi_footer {
  width: 950px;
  margin-bottom: 50px;
  background: url(../images/common/bg_footer.png) no-repeat center top;
}
#abi_footer .ptop {
  width: 950px;
  margin: 80px 0 0 0;
  text-align: center;
}
#abi_footer .wrp_footer {
  background: #e8e8e8;
  padding-bottom: 20px;
}
#abi_footer .wrp_footer .con_footer {
  padding: 30px 0 10px;
  margin: 370px 0 0 0;
  background: url(../images/footer/shadow_fnav.png) no-repeat center bottom;
}
#abi_footer .wrp_footer .con_footer .fnav {
  width: 655px;
  margin: auto;
}
#abi_footer .wrp_footer .con_footer .fnav li {
  float: left;
  margin: 0 35px 14px 0;
}
#abi_footer .wrp_footer .con_footer .fnav li a {
  text-decoration: none;
  color: #333;
}
#abi_footer .wrp_footer .con_footer .fnav li a:hover {
  text-decoration: underline;
}
#abi_footer .wrp_footer .con_info {
  width: 950px;
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#abi_footer .wrp_footer .con_info .box_info {
  width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#abi_footer .wrp_footer .con_info .box_info address {
  width: 300px;
  margin-left: 30px;
  line-height: 1.7;
}
#abi_footer .wrp_footer .con_info .box_info address span {
  display: block;
  margin-bottom: 10px;
}
#abi_footer .wrp_footer .con_info .box_oth {
  width: 305px;
}
#abi_footer .wrp_footer .con_info .box_oth .btn {
  margin-top: 10px;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
#abi_page .tmp_pnav1 {
  overflow: hidden;
  padding: 0 23px 35px;
  margin-top: 40px;
  background: url(../images/common/shadow_hr.png) no-repeat center bottom;
}
#abi_page .tmp_pnav1 .st {
  padding: 3px 0;
  background: #212121;
  text-align: center;
}
#abi_page .tmp_pnav1 .st + .box_pnav {
  margin-left: 0;
}
#abi_page .tmp_pnav1 ul {
  overflow: hidden;
  margin: 15px 0 0 -20px;
}
#abi_page .tmp_pnav1 ul li {
  float: left;
  width: 287px;
  margin-top: 5px;
  margin-left: 20px;
}
#abi_page .tmp_pnav1 ul li:first-child {
  margin-top: 0;
}
#abi_page .tmp_pnav1 ul li a {
  display: block;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
#abi_page .tmp_pnav1 ul li a:hover {
  background: #eceae6;
}
#abi_page .tmp_pnav2 {
  overflow: hidden;
  padding: 0 23px 35px;
  margin-top: 40px;
  background: url(../images/common/shadow_hr.png) no-repeat center bottom;
}
#abi_page .tmp_pnav2 .box_pnav {
  float: left;
  width: 287px;
  margin-left: 20px;
}
#abi_page .tmp_pnav2 .box_pnav:first-child {
  margin-left: 0;
}
#abi_page .tmp_pnav2 .box_pnav .st {
  padding: 3px 0;
  background: #212121;
  text-align: center;
}
#abi_page .tmp_pnav2 .box_pnav ul {
  margin-top: 15px;
}
#abi_page .tmp_pnav2 .box_pnav ul li {
  margin-top: 5px;
}
#abi_page .tmp_pnav2 .box_pnav ul li:first-child {
  margin-top: 0;
}
#abi_page .tmp_pnav2 .box_pnav ul li a {
  display: block;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
#abi_page .tmp_pnav2 .box_pnav ul li a:hover {
  background: #eceae6;
}
