/* bootstrap標準のボタンのスタイルを変更 */
.btn {
  font-weight: 600;
  font-size: 18px;
  font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
  line-height: 1.75;
  letter-spacing: 1px;
}

/* bootstrap標準のprimaryボタンのサイズを変更 */
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  width: 90%;
  min-width: 200px;
  max-width: 600px;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

/* bootstrap標準のprimaryボタンの色を変更 */
.btn-primary,
.btn-primary:active,
.btn-primary:visited {
  background-color: #26B7BC;
  border-color: #26B7BC;
}

.btn-primary:hover {
  color: #fff;
  background-color: #26A5B4;
  border-color: #269EA7;
}

/* bootstrap標準のprimaryボタンのサイズを変更 */
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:visited {
  width: 90%;
  min-width: 200px;
  max-width: 600px;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

/* bootstrap標準のprimaryボタンの色を変更 */
.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:visited {
  color: #26B7BC;
  border-color: #26B7BC;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #26B7BC;
  border-color: #26B7BC;
}

/* bootstrap標準のsecondaryボタンのサイズを変更 */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited {
  width: 90%;
  min-width: 200px;
  max-width: 600px;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 25px;
}

/* bootstrap標準のsecondaryボタンの色を変更 */
.btn-secondary,
.btn-secondary:active,
.btn-secondary:visited {
  background-color: #808080;
  border-color: #808080;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #6C6C6C;
  border-color: #666666;
}

/* メニュー タイトル帯*/
.menu-title {
  background-color: #FFF;
  text-align: center;
  padding-top: 0.5em;
  border-bottom: solid 2px #26B7BC;
}

/* 検索条件のヘッダー部 */
.search-condition-header {
  background-color: #EFCC00;
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "meiryo",
    sans-serif;
  margin-bottom: 4px;
  padding-left: 12px;
}

/* # =================================================================
   # デザイン追加CSS
   # ================================================================= */
html,
body {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
  line-height: 1.5;
  text-size-adjust: 100%;
  /* スマホで文字サイズが変更されるのを防ぐ */
  -webkit-text-size-adjust: 100%;
  /* Safariでの文字サイズ変更されるのを防ぐ */
}

h5 {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0.375rem;
  font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
  border-left: 6px solid #EFCC00;

}

/* フッターを画面下部に固定する */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
}

footer.footer {
  margin-top: auto;
  background-color: #DCDDDD;
  padding: 0;
  width: 100%;
}

footer .container {
  padding: 1vw 5.33333%;
}

footer a {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  line-height: 2;
}

/* 事業者名 */
.company-name {
  font-size: 14px;
}

div.logo-img {
  width: 60%;
  max-width: 200px;
}

img.logo-img {
  max-width: 100%;
  vertical-align: bottom;
}

/* 駐車場名のデザイン */
.parking-name {
  background-color: #26B7BC;
  text-align: center;
  padding: 0.5em 0;
}

.parking-name h4 {
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
  margin: auto;
}

/* 電子駐車券タイトル */
span.box-title {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 1em;
  padding: 0.25em 1em;
  border: 2px solid #DCDDDD;
  border-radius: 10px 10px 0 0;
  text-align: center;
  left: 50%;
  background-color: #DCDDDD;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 600;
  font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

/* 電子駐車券中身 */
div.box-body {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 2em 1em;
  border: 2px solid #DCDDDD;
  border-radius: 0 0 10px 10px;
  text-align: left;
}

/* 電子駐車券内見出し */
.top-box-title {
  margin-top: 1.5em;
  margin-left: -1em;
}

/* ナンバープレート風外枠 */
.np-outer {
  border-radius: 14px;
  width: 272px;
  height: 136px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}

/* ナンバープレート風内枠 */
.np-inner {
  border: 2px solid #a9a9a9;
  border-radius: 14px;
  width: 252px;
  height: 116px;
  margin: 0 auto;
}

div.np_chimei {
  padding: 0;
}

div.np_bunrui_cd {
  padding: 0;
  text-align: left;
}

div.np_hiragana {
  padding: 0;
  height: 76px;
  line-height: 76px;
}

div.np_ichiren_no {
  padding: 0;
  height: 76px;
  line-height: 70px;
  letter-spacing: 5px;
}

/* ナンバープレート風文字全体 */
label#np_chimei,
#np_bunrui_cd,
#np_hiragana,
#np_ichiren_no {
  color: black;
}

label#np_chimei {
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

label#np_bunrui_cd {
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

label#np_hiragana {
  font-size: 28px;
  font-weight: 800;
  font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

label#np_ichiren_no {
  font-size: 50px;
  font-weight: 800;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

/* 入庫日時 */
.time-inner {
  width: 292px;
  margin: -0.5em auto;
  height: 60px;
  line-height: 60px;
}

label#in_date {
  font-size: 24px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
  margin-top: 0.125rem;
}

label#in_time {
  font-size: 44px;
  font-weight: bold;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

/* 電子駐車券内リンク */
.top-box a {
  font-size: 18px;
  color: #26B7BC;
}

.menu-title h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
  margin-bottom: 4px;
}

/* メニューボタンエリア */
.menu-body {
  text-align: center;
}

/* メニューボタン */
.menu-btn {
  height: 150px;
  width: 40%;
  min-width: 150px;
  color: #000;
  background-color: #FFF;
  border: 1px solid #d3d3d3;
  margin: 0 0.25rem 0.5rem;
  padding: 0.375rem 0.5rem;
  border-radius: 0.5rem;
  border-bottom: 5px solid #d3d3d3;
}

div.menu-btn-img {
  padding: 0 1rem;
  background-color: #fff;
  border-radius: 5px;
  height: 5em;
  margin-bottom: 2em;
}

img.menu-btn-img {
  width: 6em;
}

.menu-btn-text {
  font-size: 18px;
  font-weight: 600;
  font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}


/* 車両ナンバーリストのデザイン */
.car-item {
  padding: 1em;
  min-width: 315px;
  background-color: #d8f5f7;
}

.car-item:hover {
  padding: 1em;
  background-color: #ffffb7;
}

.p-3 {
  padding: 0;
}

.list_np_item {
  margin-right: 5px;
  font-size: 20px;
  font-weight: bold;
}

.list_np_chimei {
  width: 80px;
}

.list_in-time {
  font-size: 20px;
  position: relative;
  left: 16px;
}


/* 車両ナンバー検索のデザイン */
.radio_button_label {
  font-size: 20px;
  font-family: "游ゴシック",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "meiryo",
    sans-serif;
}

.form-control {
  font-size: 25px;
}

/* 料金完了画面のレイアウト */
ul {
  padding-left: 0;
}

.payment-fee {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid #000000;
}

/* 車両ナンバー修正画面のデザイン */
table,
td {
  border: 1px solid #333;
}

table {
  margin: auto;
}

td.header {
  width: 8rem;
  background-color: #d8f5f7;
  text-align: center !important;
  vertical-align: middle;
}

td.item {
  width: 15rem;
}

td.item-example {
  height: 39px;
  width: 15rem;
  padding-left: 5px;
  vertical-align: middle;
}

/* 料金確認画面 割引内訳のデザイン */
.discount_list_outline {
  border: 2px solid #696969;
}

.discount_list {
  margin: 0;
  border: none;
}

.discount_name {
  width: 200px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: "游ゴシック",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "meiryo",
    sans-serif;
  line-height: 1.5;
}

.discount_count {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: "游ゴシック",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "meiryo",
    sans-serif;
  line-height: 1.5;
}

/* 駐車場トップ画面のデザイン */
.parking-top-message {
  margin-top: 50px;
}

.parking-top-btn {
  margin-top: 100px;
}

/* QRコードのデザイン */
.qr {
  width: 110px;
}

/* 利用規約等のデザイン */
.about {
  margin-left: 10px;
  margin-right: 10px;
}