@charset "utf-8";
html {
  /* フッター用 */
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 60px;
  padding-bottom: 3rem;
  color: #ffffff;
  background-color: #2a3036;
}
th {
  font-weight: 500;
  vertical-align: middle;
}
td {
  border: 1px solid #b8b8b8;
}
h2 {
  font-size: 1.4em;
}
ul,
ol {
  padding-left: 2em;
}
.map {
  height: 20em;
  margin-bottom: 5em;
}
.text-highlight {
  font-size: 1.3em;
  color: #ffc107;
}
.tcenter {
  text-align: center;
}
.btn {
  font-weight: 600;
  width: 100%;
}
.lh-1 {
  line-height: 1.25em;
}
.ptable tr td,
.ptable tr th {
  height: 3em;
}
.ptable tr td div,
.ptable tr th div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.price-swing small {
  font-size: 70%;
  line-height: 1.25em;
}
.featurette-heading {
  font-weight: bold;
  line-height: 50%;
  letter-spacing: -0.03rem;
  margin-bottom: 0.6em;
}
.featurette-heading .text-muted {
  font-size: 0.4em;
}
.cArticle {
  text-align: center;
}
.cArticle > div {
  margin-bottom: 1em;
}
.cArticle h2 {
  margin-top: 0.5em;
}
.cimg {
  width: 266px;
  height: 200px;
  object-fit: cover;
  /* border-radius: 2%; */
}
#boxes .cimg {
  width: 300px;
  height: 180px;
}
#system ul {
  padding-left: 1.25em;
  margin: 0;
  margin-bottom: 0.5em;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: dimgray;
  font-size: 0.8em;
}
footer a {
  text-decoration: none;
  color: white;
  margin-left: 0.8em;
  margin-right: 0.8em;
}
.table-headfix tr td:first-child {
  white-space: nowrap;
}

/* TOPに関するもの */
header.masthead {
  padding-top: 6rem;
  padding-bottom: calc(10rem - 8rem);
  background-image: url(../img/top_bg01_sp.jpg?update=20210818);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
header.masthead h1,
header.masthead .h1 {
  font-size: 2.5rem;
}
.banner-top {
  max-width: 380px;
  height: auto;
  position: relative;
}
.btn-top {
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-top > br {
  display: none;
}
@media (max-width: 767px) {
  .banner-top {
    margin: 0 auto;
  }
}
.top-taikenbanner {
  width: 100%;
  height: auto;
}
.banner-top-link-t {
  display: inline-block;
  position: absolute;
  width: 90%;
  height: 36%;
  top: 10%;
  left: 5%;
  z-index: 999;
}
.banner-top-link-u {
  display: inline-block;
  position: absolute;
  width: 45%;
  height: 27%;
  top: 55%;
  left: 5%;
  z-index: 999;
}
.banner-top-link-u:last-child {
  left: 50%;
}
.banner-top-caution {
  background-color: #333;
  border: 2px solid #666;
  padding: 1.25em 1em;
}
@media (max-width: 767px) {
  .banner-top-caution {
    max-width: 500px;
  }
}
.top-banner-swingyoyaku {
  max-width: 380px;
  border: 3px solid #ffc107;
  color: #fcee21;
  text-align: center;
  padding: 0.25em 1.25em;
  position: relative;
}
.top-banner-corner-l,
.top-banner-corner-r {
  position: absolute;
  width: 1em;
  height: auto;
}
.top-banner-corner-l {
  top: 0;
  left: 0;
}
.top-banner-corner-r {
  right: 0;
  bottom: 0;
}
.top-banner-swingyoyaku p {
  padding: 0;
  margin: 0;
}
.top-banner-swingyoyaku p:last-child {
  margin-top: 0.25em;
  font-size: 0.73rem;
}
.top-banner-swingyoyaku-link {
  background-color: #ffc107;
  border: 1px solid #f15a24;
  padding: 0.6em;
  padding-right: 1.5em;
  font-weight: 900;
  font-size: 1rem;
  border-radius: 0.4rem;
}
.top-banner-swingyoyaku-link img {
  height: 1.5em;
  width: auto;
  margin-right: 0.5em;
}
.text-tokuten {
  font-size: 1.3em;
  width: 100%;
  color: #ffc107;
  line-height: 1em;
}
.text-tokuten > span {
  font-size: 0.8em;
}
@media (max-width: 445px) {
  header.masthead {
    padding-top: 5rem;
    background-position-x: 53%;
  }
  header.masthead .btn {
    font-size: 0.9em;
  }
  .btn-top > br {
    display: block;
  }
}
@media (min-width: 992px) {
  header.masthead {
    background-image: url(../img/top_bg01_pc.jpg?update=20210818);
    height: auto;
    min-height: 40rem;
    padding-top: 2rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1,
  header.masthead .h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  header.masthead h1,
  header.masthead .h1 {
    font-size: 4rem;
  }
}
.top-catch {
  width: 100%;
  background-color: #000;
  text-align: center;
  padding: 1rem 0.75rem;
  padding-bottom: 0;
}
.top-catchin {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}
.top-catch img {
  width: 100%;
  height: auto;
}
.top-catch p {
  font-size: 0.85rem;
  text-align: end;
  margin-bottom: -2px;
  margin-top: -4px;
  transform: scale(1, 0.9);
}
/* TOPに関するものここまで */

/* カラー制御 */
.textSecondary {
  color: #bbbbbb !important;
}
.bgNav {
  background-color: #1a1a1a !important;
}
.bgA {
  background-color: #2a3036 !important;
}
.bgB {
  background-color: #343a40 !important;
}
.bgC {
  background-color: #aaaaaa !important;
}
.bgF {
  background-color: #1a1a1a !important;
}
.color-orange {
  color: #ffc107;
}
.btn-in {
  /* オレンジ系ボタン*/
  color: #212529 !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}
.btn-out {
  /* オレンジ系ボタン*/
  color: #ffc107 !important;
  border-color: #ffc107 !important;
}
.border-bottomB {
  border-bottom: 1px solid #bbbbbb;
}
.table > thead > tr {
  background-color: #1a1a1a;
  color: #fff;
}
#system a {
  color: #999999;
}
.ptable .table > tbody > tr > td {
  background-color: #ffffff;
  color: #5a5a5a;
}
.ptable .table > thead > tr > th {
  border: 1px solid #ffffff;
}
/* カラー制御ここまで */

/* レスポンシブ対応 */
/* 非ハンバーガーメニュー想定 */
@media only screen and (min-width: 992px) {
  .nRight .nav-item {
    width: 120px;
  }
  .nRight .nav-item:last-child {
    margin-left: 1em;
  }
}
/* iPadPro用 */
@media only screen and (max-width: 1078px) {
  .nLeft .nav-item {
    font-size: small;
  }
}
/* ハンバーガーメニューサイズ想定 */
@media only screen and (max-width: 992px) {
  .tblock td {
    display: block;
  }
  #footer-item > a {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .navbarleft .nav-item {
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
  }
  .nRight a {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1em;
  }
  .nRight ul li:last-child a {
    margin-bottom: 1em;
  }
  #system h5 {
    margin-top: 0.5em;
  }
  .ptable tr {
    display: block;
    float: left;
  }
  .ptable tr td {
    border-left: none;
  }
  .ptable tr td,
  .ptable tr th {
    display: block;
    height: 4em;
  }
  .ptable thead {
    display: block;
    float: left;
    width: 40%;
  }
  .ptable thead tr {
    width: 100%;
  }
  .ptable tbody {
    display: block;
    float: left;
    width: 60%;
  }
  .ptable tbody tr {
    width: 100%;
  }
  .ptable tbody tr td + td {
    border-left: none;
  }
  .ptable tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
  .ttable table {
    border-spacing: 10px 20px;
  }
  .ttable table tbody {
    width: 100%;
  }
  .ttable tr td {
    display: block;
    float: left;
    width: 25%;
    height: 4em;
  }
}
/* iPhoneSE等想定 */
@media only screen and (max-width: 414px) {
  h2 {
    font-size: 1.3em;
  }
  .navbar-brand {
    font-size: 1em;
  }
  #boxes .cimg {
    width: 266px;
    height: auto;
  }
  #navmenu1 .nav-item {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
  }
  .map {
    margin-bottom: 7em;
  }
  .featurette-heading {
    font-size: 2em;
  }
  .lead {
    font-size: 1.2em;
  }
}
/* レスポンシブここまで */

/* ナビゲーションバーにマウスオーバーした際下線を表示 */
.navbarleft a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.navbarleft a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #888;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.navbarleft a:hover::after {
  transform: scale(1, 1);
}
/* 下線を表示ここまで */

/* ハンバーガーボタンバツにするCSS */
.navbar .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
}
.navbar .navbar-toggler-icon {
  background-image: none; /* この行で背景画像を無効化 */
  background-color: #fff; /* 三本線のカラー設定 */
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease 0.5s;
}
/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {
  top: 7px;
}
.navbar-toggler-icon:nth-of-type(2) {
  top: 14px;
}
.navbar-toggler-icon:nth-of-type(3) {
  top: 21px;
}
/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top: 13px;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top: 13px;
  transform: rotate(-45deg);
}
/* ハンバーガーバツにするCSSここまで */
