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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap");
html {
  scroll-behavior: smooth;
}

#abi_page {
  width: 950px;
  margin-inline: auto;
  /* -----------------------------------------------------------
  	基本設定、リンクカラーなど
  ----------------------------------------------------------- */
  color: #333333;
  -webkit-text-size-adjust: none;
  font-size: 13px;
}
#abi_page .small {
  font-size: 80%;
  display: inline-block;
}
.ie #abi_page {
  font-size: 120%;
}
#abi_page a {
  color: #4d4d4d;
}
#abi_page a:hover {
  text-decoration: none;
  color: #666666;
}
#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: 40px;
  background: #fff;
}
#abi_header .con_mv {
  position: relative;
  width: 950px;
  height: 520px;
  margin: 0 auto;
  overflow: hidden;
}
#abi_header .con_mv .mv__slides {
  position: absolute;
  inset: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
#abi_header .con_mv .mv__slides li {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#abi_header .con_mv .mv__slides li.is-active {
  opacity: 1;
  z-index: 1;
}
#abi_header .con_mv .mv__slides li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#abi_header .con_mv .mv__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#abi_header .con_mv .mv__header img {
  width: 100%;
  height: auto;
  display: block;
}
#abi_header .con_mv .mv__title {
  position: absolute;
  width: 650px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
#abi_header .con_mv .mv__title img {
  display: block;
}
#abi_header .mv__dots {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 5;
}
#abi_header .mv__dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#abi_header .mv__dots span.is-active {
  background: #fff;
}
#abi_header .con_title .box_logo {
  width: 105px;
  margin-bottom: 15px;
}
#abi_header .header__inner {
  margin: 25px auto 0;
}
#abi_header .header__inner .header__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}
#abi_header .header__inner .header__sub .sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
#abi_header .header__inner .header__sub .sub-nav li {
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}
#abi_header .header__inner .header__sub .sub-nav li:not(:first-child)::before {
  content: "|";
  position: absolute;
  left: -10px;
  color: #D9D9D9;
  font-size: 12px;
}
#abi_header .header__inner .header__sub .sub-nav li a {
  text-decoration: none;
  color: #333333;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
}
#abi_header .header__inner .header__sub .sub-nav li a:hover {
  opacity: 0.6;
}
#abi_header .header__inner .header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 25px;
}
#abi_header .header__inner .header__main .main-nav {
  margin: 0 auto;
}
#abi_header .header__inner .header__main .main-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
#abi_header .header__inner .header__main .main-nav .nav-list li {
  position: relative;
  padding: 0 12px;
}
#abi_header .header__inner .header__main .main-nav .nav-list li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -2px;
  color: #D9D9D9;
}
#abi_header .header__inner .header__main .main-nav .nav-list li a {
  color: #333333;
  text-decoration: none;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#abi_header .header__inner .header__main .main-nav .nav-list li a:hover {
  opacity: 0.7;
}
#abi_header .header__inner .header__main .header__reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-inline: auto;
  width: 710px;
}
#abi_header .header__inner .header__main .header__reserve .reserve-item a {
  display: block;
  line-height: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#abi_header .header__inner .header__main .header__reserve .reserve-item a:hover {
  opacity: 0.7;
}
#abi_header .header__inner .header__main .header__reserve .reserve-item a img {
  width: auto;
}

/* -----------------------------------------------------------
	#abi_contents
----------------------------------------------------------- */
#abi_contents {
  width: 950px;
  /* ========================================
  共通パーツ：左右スライダー (con_offset_slider)
  ======================================== */
  /* ========================================
  共通パーツ：中央スライダー (con_inline_slider)
  ======================================== */
  /* ========================================
  共通パーツ：丸矢印ボタン (btn-detail)
  ======================================== */
  /* ========================================
  共通パーツ：矢印ボタン（btn-arrow）
  ======================================== */
  /* ========================================
  予約ボタン（btn-arrow--reserve）
  ======================================== */
  /* ========================================
  共通パーツ：アンカーリンク (anchor-wrap)
  ======================================== */
}
#abi_contents .con_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 40px;
}
#abi_contents .con_bnr .bnr-item {
  display: block;
  width: 300px;
}
#abi_contents .con_bnr .bnr-item a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#abi_contents .con_bnr .bnr-item a:hover {
  opacity: 0.7;
}
#abi_contents .con_intro {
  margin: 120px 0 100px;
}
#abi_contents .con_offset_slider {
  width: 100%;
  height: 435px;
  position: relative;
  overflow: hidden;
  /* ========================================
  共通パーツ：右寄りスライダー (box__slider-right)
  ======================================== */
  /* ========================================
  共通パーツ：左寄りスライダー (box__slider-left)
  ======================================== */
}
#abi_contents .con_offset_slider .box__slider-right {
  width: 100%;
}
#abi_contents .con_offset_slider .box__slider-right .box__slides {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 865px;
  height: 435px;
  z-index: 2;
}
#abi_contents .con_offset_slider .box__slider-right .box__slides li {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
#abi_contents .con_offset_slider .box__slider-right .box__slides li img {
  display: block;
  width: 100%;
  height: auto;
}
#abi_contents .con_offset_slider .box__slider-right .box__slides li.is-active {
  pointer-events: auto;
  opacity: 1;
}
#abi_contents .con_offset_slider .box__slider-right .box__arrow {
  pointer-events: auto !important;
  position: absolute;
  right: 720px;
  bottom: 80px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
}
#abi_contents .con_offset_slider .box__slider-right .box__arrow::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
}
#abi_contents .con_offset_slider .box__slider-right .box__arrow--prev {
  margin-right: 40px;
}
#abi_contents .con_offset_slider .box__slider-right .box__arrow--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#abi_contents .con_offset_slider .box__slider-right .box__arrow--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#abi_contents .con_offset_slider .box__slider-left {
  width: 100%;
}
#abi_contents .con_offset_slider .box__slider-left .box__slides {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 865px;
  height: 435px;
  z-index: 2;
}
#abi_contents .con_offset_slider .box__slider-left .box__slides li {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
#abi_contents .con_offset_slider .box__slider-left .box__slides li img {
  display: block;
  width: 100%;
  height: auto;
}
#abi_contents .con_offset_slider .box__slider-left .box__slides li.is-active {
  pointer-events: auto;
  opacity: 1;
}
#abi_contents .con_offset_slider .box__slider-left .box__arrow {
  pointer-events: auto !important;
  position: absolute;
  left: 720px;
  bottom: 80px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
}
#abi_contents .con_offset_slider .box__slider-left .box__arrow::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
}
#abi_contents .con_offset_slider .box__slider-left .box__arrow--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#abi_contents .con_offset_slider .box__slider-left .box__arrow--next {
  margin-left: 40px;
}
#abi_contents .con_offset_slider .box__slider-left .box__arrow--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#abi_contents .con_inline_slider {
  width: 800px;
  height: auto;
  margin: 50px auto;
}
#abi_contents .con_inline_slider.row {
  width: 455px !important;
}
#abi_contents .con_inline_slider.row .slider__dots {
  bottom: 20px !important;
}
#abi_contents .con_inline_slider .box__slider-center {
  position: relative;
  width: 100%;
}
#abi_contents .con_inline_slider .box__slider-center .slider__track {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#abi_contents .con_inline_slider .box__slider-center .slider__track .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  z-index: 0;
}
#abi_contents .con_inline_slider .box__slider-center .slider__track .slide.is-active {
  opacity: 1;
  z-index: 1;
}
#abi_contents .con_inline_slider .box__slider-center .slider__track .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#abi_contents .con_inline_slider .box__slider-center .slider__dots {
  position: absolute;
  left: 30px;
  bottom: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 5;
}
#abi_contents .con_inline_slider .box__slider-center .slider__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#abi_contents .con_inline_slider .box__slider-center .slider__dots button.is-active {
  background: #fff;
}
#abi_contents .con_inline_slider .box__slider-center .box__arrow {
  pointer-events: auto !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
}
#abi_contents .con_inline_slider .box__slider-center .box__arrow::before {
  content: '';
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  z-index: 101;
}
#abi_contents .con_inline_slider .box__slider-center .box__arrow::after {
  content: '';
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  margin-top: -24px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 100;
}
#abi_contents .con_inline_slider .box__slider-center .box__arrow--prev {
  left: 10px;
}
#abi_contents .con_inline_slider .box__slider-center .box__arrow--prev::before, #abi_contents .con_inline_slider .box__slider-center .box__arrow--prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#abi_contents .con_inline_slider .box__slider-center .box__arrow--next {
  right: 0;
}
#abi_contents .con_inline_slider .box__slider-center .box__arrow--next::before, #abi_contents .con_inline_slider .box__slider-center .box__arrow--next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#abi_contents .btn-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  text-decoration: none;
  color: #222;
  z-index: 101;
}
#abi_contents .btn-detail .btn-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  -webkit-transition: letter-spacing 0.4s ease;
  transition: letter-spacing 0.4s ease;
}
#abi_contents .btn-detail .btn-icon {
  position: relative;
  width: 73px;
  height: 42px;
}
#abi_contents .btn-detail .btn-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#abi_contents .btn-detail .btn-icon .icon-hover {
  opacity: 0;
}
#abi_contents .btn-detail:hover .btn-text {
  letter-spacing: 0.2em;
}
#abi_contents .btn-detail:hover .icon-normal {
  opacity: 0;
}
#abi_contents .btn-detail:hover .icon-hover {
  opacity: 1;
}
#abi_contents .btn-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  margin: 40px auto;
  padding: 18px 56px 18px 24px;
  border: 1px solid #333;
  text-decoration: none;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#abi_contents .btn-arrow__text {
  font-size: 14px;
  letter-spacing: 0.1em;
  pointer-events: none;
}
#abi_contents .btn-arrow::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 10px;
  height: 4px;
  background: url("../images/common/icon_arrow_right.png") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
#abi_contents .btn-arrow.pdf::after {
  background-image: url("../images/common/icon_pdf.png");
  width: 13px;
  height: 15px;
}
#abi_contents .btn-arrow:hover {
  opacity: 0.6;
}
#abi_contents .btn-arrow:hover::after {
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
  opacity: 0.5;
}
#abi_contents .btn-arrow--reserve {
  border: none;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.12)), color-stop(20%, rgba(0, 0, 0, 0.02)), color-stop(80%, rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0.12))), -webkit-gradient(linear, left top, right top, from(#004c66), color-stop(25%, #0e7497), color-stop(75%, #0e7497), to(#004c66));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.02) 20%, rgba(0, 0, 0, 0.02) 80%, rgba(0, 0, 0, 0.12)), linear-gradient(90deg, #004c66 0%, #0e7497 25%, #0e7497 75%, #004c66 100%);
}
#abi_contents .btn-arrow--reserve::after {
  background-image: url("../images/common/icon_arrow_right-white.png");
}
#abi_contents .btn-arrow--reserve:hover {
  opacity: 1;
  color: #fff;
}
#abi_contents .btn-arrow--reserve:hover::after {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
  opacity: 1;
}
#abi_contents .anchor-wrap {
  width: 950px;
  margin: 100px auto;
}
#abi_contents .anchor-list {
  display: grid;
  row-gap: 25px;
  -webkit-column-gap: 25px;
          column-gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#abi_contents .anchor-list li {
  list-style: none;
}
#abi_contents .anchor-list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 44px;
  gap: 10px;
  padding-bottom: 6px;
  font-family: "Zen Old Mincho", serif;
  color: #333333;
  font-size: 16;
  text-decoration: none;
  border-bottom: 1px solid #007fc5;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#abi_contents .anchor-list li a::after {
  content: "";
  width: 8px;
  height: 5px;
  background: url("../images/common/icon-up-arrow.png") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#abi_contents .anchor-list li a:hover {
  opacity: 0.7;
}
#abi_contents .anchor-list li a:hover::after {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
#abi_contents .anchor-list_5col {
  grid-template-columns: repeat(5, 13em);
}
#abi_contents .anchor-list_4col {
  grid-template-columns: repeat(4, 15em);
}
#abi_contents .anchor-list_3col {
  grid-template-columns: repeat(3, 18em);
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#abi_footer {
  width: 950px;
  margin-inline: auto;
  margin-bottom: 50px;
  position: relative;
  padding: 80px 0 60px;
  background: url("../images/footer/bg_footer.jpg") no-repeat center center/cover;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  overflow: hidden;
}
#abi_footer .footer-inner {
  position: relative;
  padding: 0 20px;
}
#abi_footer .footer-inner .back-to-top {
  position: absolute;
  left: 20px;
  top: 0;
}
#abi_footer .footer-inner .back-to-top a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#abi_footer .footer-inner .back-to-top a:hover {
  opacity: 0.7;
}
#abi_footer .footer-inner .footer-info {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#abi_footer .footer-inner .footer-info .footer-logo {
  margin: 0 40px 15px 0;
}
#abi_footer .footer-inner .footer-info .footer-logo img {
  max-width: 300px;
  height: auto;
}
#abi_footer .footer-inner .footer-info .footer-address {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#abi_footer .footer-inner .footer-info .footer-address p {
  margin: 0;
}
#abi_footer .footer-inner .footer-info .footer-address .hotel-name {
  font-size: 16px;
  margin-bottom: 5px;
}
#abi_footer .footer-inner .footer-nav {
  margin-bottom: 50px;
}
#abi_footer .footer-inner .footer-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 950px;
}
#abi_footer .footer-inner .footer-nav .nav-list.primary a {
  font-size: 13px;
  font-family: "Zen Old Mincho", serif;
}
#abi_footer .footer-inner .footer-nav .nav-list.secondary {
  margin-bottom: 15px;
  font-size: 12px;
}
#abi_footer .footer-inner .footer-nav .nav-list.secondary a {
  font-family: "Zen Old Mincho", serif;
}
#abi_footer .footer-inner .footer-nav .nav-list li {
  position: relative;
  padding: 0 13px;
}
#abi_footer .footer-inner .footer-nav .nav-list li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -2px;
  color: rgba(255, 255, 255, 0.5);
}
#abi_footer .footer-inner .footer-nav .nav-list li a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#abi_footer .footer-inner .footer-nav .nav-list li a:hover {
  opacity: 0.7;
}
#abi_footer .footer-inner .reserve-btn-wrap {
  width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
#abi_footer .footer-inner .reserve-btn-wrap .btn-hover-opacity {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 210px;
}
#abi_footer .footer-inner .reserve-btn-wrap .btn-hover-opacity img {
  max-width: 100%;
  height: auto;
}
#abi_footer .footer-inner .reserve-btn-wrap .btn-hover-opacity:hover {
  opacity: 0.8;
}
