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

file name	: common.css
author		 : Abilive
style info : 基本・共通設定
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap");
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
html {
  overflow-y: scroll;
  font-size: small;
}

body {
  overflow: hidden;
  min-width: 950px;
  background: #fff;
  line-height: 1.5;
}

#abi_page {
  color: #000;
  -webkit-text-size-adjust: none;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 108%;
}
#abi_page a {
  color: #000;
}
#abi_page a:link, #abi_page a:visited, #abi_page a:active {
  text-decoration: underline;
}
#abi_page img {
  max-width: 100%;
  -webkit-touch-callout: none;
  line-height: 1;
}

/* -----------------------------------------------------------
	楽天調整
----------------------------------------------------------- */
#htlMainContent {
  width: 100% !important;
}

#htlContents.single-column {
  width: 1280px !important;
  min-width: 1280px !important;
  max-width: 1280px !important;
}

#TOP {
  min-width: 1280px !important;
}

.over {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.over:hover {
  opacity: 0.7;
}

#abi_page {
  width: 1280px;
  min-width: 1280px;
  margin: auto;
}

#abi_header h2 {
  width: 130px;
  margin: 0 auto 20px;
}
#abi_header .st {
  text-align: center;
  letter-spacing: 3px;
  font-size: 93%;
}
#abi_header #gnav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  margin: 0 auto;
  border-bottom: 1px solid #D7D7D7;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
#abi_header #gnav li {
  width: 158px;
}
#abi_header #gnav li:last-child {
  width: 164px;
}
#abi_header #gnav li:last-child a {
  color: #fff;
  background: #9C0911;
}
#abi_header #gnav li + li a {
  border-left: 1px solid #D7D7D7;
}
#abi_header #gnav li a {
  display: block;
  padding: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.7;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  font-size: 100%;
}
#abi_header #gnav li a:hover {
  opacity: 0.7;
}

#abi_footer {
  margin-top: 62px;
}
#abi_footer .ptop {
  width: 65px;
  margin: auto;
}
#abi_footer .p-rsv {
  position: relative;
  z-index: 1;
  width: 950px;
  margin: 30px auto 0;
  padding: 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#abi_footer .p-rsv h3 {
  width: 106px;
  margin: 0 auto 25px;
}
#abi_footer .p-rsv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}
#abi_footer .p-rsv ul li {
  width: 260px;
}
#abi_footer .p-footer {
  margin-top: -140px;
  padding-block: 170px 30px;
  background: #000;
}
#abi_footer .p-footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#abi_footer .p-footer .inner .logo {
  width: 130px;
}
#abi_footer .p-footer .inner address {
  margin-left: 40px;
  border-left: 1px solid #373737;
  padding: 20px 0 20px 40px;
  color: #fff;
  font-size: 100%;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
#abi_footer .p-footer .inner address em {
  display: block;
  font-size: 129%;
  line-height: 1.7;
}

.c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #9C0911;
  padding: 14px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
  text-decoration: none !important;
  color: #9C0911 !important;
  font-size: 100%;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.6;
  -webkit-transition: background 500ms ease, color 500ms ease;
  transition: background 500ms ease, color 500ms ease;
}
.c-btn a:after {
  content: "";
  width: 27px;
  height: 20px;
  background: url(../images/common/ic_arr1.png) no-repeat left top/contain;
  margin-left: 10px;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
}
.c-btn a:hover {
  color: #fff !important;
  background: #9C0911 !important;
}
.c-btn a:hover:after {
  background: url(../images/common/ic_arr2.png) no-repeat left top/contain;
}
.c-btn.u-rsv a {
  background: #9C0911;
  color: #fff !important;
}
.c-btn.u-rsv a:after {
  background: url(../images/common/ic_arr2.png) no-repeat left top/contain;
}
.c-btn.u-rsv a:hover {
  color: #9C0911 !important;
  background: #fff !important;
}
.c-btn.u-rsv a:hover:after {
  background: url(../images/common/ic_arr1.png) no-repeat left top/contain;
}