/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./Site/User/Web/scss/main.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*************************************************
 変数定義
**************************************************/
/* 濃い灰 */
/* 灰 */
/* 薄い灰 無効ボタン */
/* ごく薄い灰 エリアから探す等の未選択ボタン */
/* 薄い橙 */
/* 強めの橙 */
/* 濃橙 ニュースの配信中等アクティブステータス */
/* 薄い青 */
/* 明るい青 */
/* 濃い黒ヘッダフッタ用 */
/* 薄い黒ヘッダフッタ用 */
/* 暗い青(Bootstrapのbtn-primary色) */
/* 更に暗い青 */
/* 濃紺 商品のタイトル */
/* ごく薄い黄色 */
/* 薄黄色 */
/* 黄色 */
/* 臙 ニュースのNEW等  */
/* 薄肌 テーブルヘッダ、フォームラベル  */
/* 情報表示（フォント色 濃緑） */
/* 警告表示（フォント色 濃紫） */
/* エラー表示（フォント色 赤系） */
/* エラー表示（フォント色） */
/* 成功表示（背景色 緑系） */
/* 情報表示（背景色 青系） */
/* 警告表示（背景色 橙系） */
/* エラー表示（背景色 赤系） */
/* 成功表示（背景色 緑系） */
/* デバッグ情報表示（背景色 黄系） */
/* 薄灰グラデーション */
/* 灰グラデーション */
/* 濃灰グラデーション */
/* 橙グラデーション */
/* 明るい青 */
/* 暗い青 */
/* 緑 */
/*-------------------------------------------------
 タグ共通設定
-------------------------------------------------*/
html, body {
  height: 100%;
  /* 余白がある場合の隙間埋め */
  color: #333333;
  font: 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif; }

/* 印刷設定 */
@media print {
  body {
    /* Chromeで背景画像、背景色を表示させる */
    /* Bootstrap の場合、各箇所のbackground-color指定で!importantが必須だが、 */
    /* 面倒なので対応せず、Chrome の拡張機能 FireShot 等で対応してもらった方がいい。 */
    -webkit-print-color-adjust: exact; }
  /* リンクURLを非表示 */
  a[href]:after {
    content: "" !important; }
  abbr[title]:after {
    content: "" !important; } }

/* リンク */
a, a:hover, a:focus {
  color: #333333;
  text-decoration: none; }

/*************************************************
 UI部品
*************************************************/
/*------------------------------------------------
 水平線
------------------------------------------------*/
/* 実線 */
.wv-hr1 {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff; }

/* 実線太め */
.wv-hr1-lg {
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #fff; }

/* 2重線 */
.wv-hr2 {
  border-top: 3px double #bbb; }

/*------------------------------------------------
 ボタン
------------------------------------------------*/
/* Bootstrap 上書き */
.btn-primary {
  background: #191819; }
  .btn-primary a {
    color: white; }

/* テストボタン */
/* テストボタン枠 */
.box-btn-test {
  text-align: center;
  padding: 10px;
  background: #FFFFB4; }

/* テストボタン（大） */
.btn-test-lg {
  background-color: grey;
  color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 10px auto;
  font-size: 20px; }
  .btn-test-lg:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80); }

/* テストボタン（中） */
.btn-test {
  background-color: grey;
  color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 10px auto; }
  .btn-test:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80); }

/* テストボタン（小） */
.btn-test-sm {
  background-color: grey;
  color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 10px auto;
  font-size: 12px; }
  .btn-test-sm:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80); }

/* 横50%中央寄せ */
.width-half-center {
  width: 50%;
  margin-left: auto !important;
  margin-right: auto !important; }

/*------------------------------------------------
 フォーム
------------------------------------------------*/
/* bootstrap の checkbox-inline と併用する場合、margin, padding 調節が難しいので注意！ */
/* チェックボックス（1.5倍） */
input[type="checkbox"] {
  transform: scale(1.5);
  margin: 5px; }

/* チェックボックス（2倍） */
/* ラジオボタン */
input[type="radio"] {
  /* サイズを1.5倍に */
  transform: scale(1.5);
  margin-right: 0.5em; }

/*------------------------------------------------
 ページャ
------------------------------------------------*/
.box-pager {
  /* ページャ */ }
  .box-pager .wv-pager {
    margin: 5px;
    text-align: center;
    font-size: 14px;
    /* アクティブページ */
    /* 件数詳細 */ }
    .box-pager .wv-pager ul {
      margin: 0px; }
      .box-pager .wv-pager ul li {
        display: inline-block; }
        .box-pager .wv-pager ul li a {
          background: #191819;
          color: white;
          border-radius: 5px;
          padding: 5px 10px; }
          .box-pager .wv-pager ul li a:hover, .box-pager .wv-pager ul li a:active, .box-pager .wv-pager ul li a:focus {
            opacity: 0.7;
            filter: alpha(opacity=70); }
    .box-pager .wv-pager .status-active a {
      opacity: 0.7;
      filter: alpha(opacity=70); }
    .box-pager .wv-pager .summary {
      font-size: 18px; }

/*------------------------------------------------
 テーブル
------------------------------------------------*/
/* Bootstrap上書き  */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  /* テーブルセルの下線追加  */
  /*     実際には last-child だけでいいが見た目変わらないので全セルに追加  */
  vertical-align: middle; }

table.wv-table thead th {
  border: solid 1px white;
  background-color: #F5EDD1;
  padding: 5px 5px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  text-shadow: 0 1px 0px #C4C4C4; }

table.wv-table tbody tr td {
  border-bottom: dotted 1px #C4C4C4;
  border-left: dotted 1px #D8D8D8;
  background-color: #FFFFFF;
  padding: 2px 5px;
  text-align: left;
  font-size: 14px; }
  table.wv-table tbody tr td:first-child {
    border-left: none; }

table.wv-table tbody tr:first-child {
  border-top: dotted 1px #C4C4C4; }

/* 左ラベル配置のテーブル（詳細画面等） */
.table-lbl-left {
  margin-top: 10px; }
  .table-lbl-left table th {
    font-weight: normal;
    background-color: #F5EDD1;
    border-top: solid 1px #C4C4C4 !important;
    border-bottom: solid 1px #C4C4C4;
    border-right: solid 1px #C4C4C4; }
    .table-lbl-left table th:last-child {
      border-right: none; }
  .table-lbl-left table td {
    padding: 10px;
    border-top: solid 1px #C4C4C4;
    border-bottom: solid 1px #C4C4C4;
    border-right: solid 1px #C4C4C4; }
    .table-lbl-left table td:last-child {
      border-right: none; }
    .table-lbl-left table td.item-label {
      width: 250px;
      background-color: #F5EDD1; }
    .table-lbl-left table td.item-value {
      background-color: #FFFFFF; }
    .table-lbl-left table td.item-value-long {
      background-color: #FFFFFF; }

/*------------------------------------------------
 リスト
------------------------------------------------*/
/* リスト */
.wv-list {
  font-size: 16px;
  /* 1階層目 */ }

.wv-list ul {
  /* インデント幅変更（デフォルト：40px） */
  -webkit-padding-start: 20px; }

.wv-list li {
  list-style: none;
  position: relative; }

.wv-list li:before {
  position: absolute;
  line-height: 1.5;
  font-family: 'FontAwesome';
  color: #001826;
  left: -0.8em;
  content: "\f0da";
  /* caret-right */ }

.wv-list > ul > li {
  /* 2階層目 */ }

.wv-list > ul > li:before {
  left: -1.2em;
  content: "\f0c8";
  /* square */ }

.wv-list > ul > li > ul > li {
  /* 3階層目 */ }

.wv-list > ul > li > ul > li:before {
  left: -0.8em;
  content: "\f0da";
  /* caret-right */ }

/* 順序付きリスト */
.wv-ol ol {
  counter-reset: number;
  /* 数字をリセット */
  list-style-type: none !important;
  /* 数字を一旦消す */
  padding: 0.5em;
  /* インデント */ }

.wv-ol ol li {
  position: relative;
  padding: 0.3em 0.3em 0.3em 30px; }

.wv-ol ol li:before {
  /* 数字を付加 */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /* 数字のデザイン変更 */
  display: inline-block;
  background: #003567;
  color: #FFFFFF;
  border-radius: 50%;
  /* 0：四角、50%：丸 */
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /* 上下中央寄せ */
  /*
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  */ }

/* リストのタイトル */
.title-list {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0px; }

/*------------------------------------------------
 フォント
------------------------------------------------*/
.font-weight-bold {
  font-weight: bold; }

/* 
 * 
 * 例
 *     <div class="wv-i i-info">テキスト</div> 
 *     <div class="wv-i i-search">テキスト</div> 
 */
.wv-i {
  list-style: none;
  /* info-circle */
  /* search */
  /* hand-o-right */
  /* question-circle */
  /* exclamation-triangle */
  /* search-plus */ }
  .wv-i:before {
    font-family: 'FontAwesome';
    color: #191819;
    margin-right: 3px; }
  .wv-i.i-info:before {
    content: "\f05a"; }
  .wv-i.i-search:before {
    content: "\f002"; }
  .wv-i.i-hand:before {
    content: "\f0a4"; }
  .wv-i.i-question:before {
    content: "\f059"; }
  .wv-i.i-exclamation:before {
    content: "\f071"; }
  .wv-i.i-search-plus:before {
    content: "\f00e"; }

/* Q & A へリンク */
.toHelp {
  text-decoration: underline;
  font-weight: bold; }

/*------------------------------------------------
 見出し
------------------------------------------------*/
/* 各ページの大見出し */
.title-page {
  position: relative;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 10px solid #191819;
  border-bottom: 1px solid #ccc;
  padding: 5px 20px;
  border-radius: 6px;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, .15); */
  text-shadow: 1px 1px 2px #333;
  font-size: 20px;
  margin: 5px 0px; }

/* 中見出し */
.title-sub {
  position: relative;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 10px solid #555455;
  border-bottom: 1px solid #ccc;
  padding: 5px 20px;
  border-radius: 6px;
  text-shadow: 1px 1px 2px #333;
  font-size: 18px;
  margin: 5px 0px; }

/* 先頭ライン */
.title-line-left {
  border-left: solid 5px #555455;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px; }

/*------------------------------------------------
 タブ・メニュー
------------------------------------------------*/
.nav-tabs {
  margin: 10px 0px;
  /* タブ下のライン */
  border-bottom: 2px solid #ddd;
  font-size: 14px; }
  .nav-tabs li {
    /* タブ間の隙間 */
    padding-left: 3px;
    /* 未選択のタブ */
    /* 未選択かつリンク無効のタブ */
    /* 選択中のタブ */ }
    .nav-tabs li a {
      background: #EEEEEE; }
    .nav-tabs li.active-invalid {
      background: #000000;
      color: rgba(255, 255, 255, 0.8);
      border: 1px solid;
      border-radius: 4px 4px 0 0; }
    .nav-tabs li.active, .nav-tabs li.active a, .nav-tabs li.active a:hover {
      color: #333333;
      font-weight: bold; }

/*------------------------------------------------
 モーダルウィンドウ
------------------------------------------------*/
.wv-modal {
  display: none; }

.wv-modal-body {
  position: fixed; }

/* 画面全体の透過背景画像 */
.wv-modal-back {
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 200%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  display: none; }

/*------------------------------------------------
 コンポーネント
------------------------------------------------*/
/* 円形にくり抜き（プロフィール画像） */
.img-circle {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px; }

.img-circle-lg {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px;
  height: 180px;
  width: 180px; }

/*
 * 画像＋テキスト
 *     左：画像
 *     右：テキスト（回り込みなし）
 *     例：http://dev.turifuri.com/?p=Item/Item&itemId=1
 */
.box-imgText1 {
  padding: 10px 10px;
  margin: 5px; }
  .box-imgText1 td img {
    margin: 5px;
    padding-right: 20px; }
  .box-imgText1 td.right {
    padding-left: 10px; }
    .box-imgText1 td.right .title {
      font-size: 18px;
      font-weight: bold;
      padding-left: 7px;
      margin-bottom: 5px; }
    .box-imgText1 td.right .detail {
      border-radius: 5px;
      width: 100%; }

/*------------------------------------------------
 その他
------------------------------------------------*/
/* 垂直方向の余白（上下） */
.vspace5 {
  height: 5px; }

.vspace10 {
  height: 10px; }

.vspace20 {
  height: 20px; }

.vspace30 {
  height: 30px; }

.vspace40 {
  height: 40px; }

.vspace50 {
  height: 50px; }

.vspace100 {
  height: 100px; }

.vspace150 {
  height: 150px; }

.vspace200 {
  height: 200px; }

/* パンくずリスト */
/* breadcrumb は Bootstrap と競合するので注意。 */
.breadCrumbEx {
  margin-top: 5px;
  font-size: 12px; }

/* 配信中 */
/*     NEWSの配信中等アクティブなアイテム用 */
.mark-status-active {
  background-color: #EC660B;
  color: #FFFFFF;
  padding: 2px 5px;
  border-radius: 3px; }

/* 必須マーク */
.mark-require:before {
  background-color: #EC660B;
  color: #FFFFFF;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: red;
  opacity: 0.7;
  filter: alpha(opacity=70);
  content: "必須"; }

/* 注記 */
.annotation {
  color: #333333;
  font-size: 14px; }
  .annotation a {
    font-weight: bold; }

.annotation-sm {
  color: #333333;
  font-size: 12px; }
  .annotation-sm a {
    font-weight: bold; }

.annotation-lg {
  color: #333333;
  font-size: 16px; }
  .annotation-lg a {
    font-weight: bold; }

/* 警告 */
.caution {
  color: #000040;
  font-size: 16px; }
  .caution a {
    font-weight: bold; }

.caution-sm {
  color: #000040;
  font-size: 14px; }
  .caution-sm a {
    font-weight: bold; }

.caution-lg {
  color: #000040;
  font-size: 18px; }
  .caution-lg a {
    font-weight: bold; }

/* 警告（単体表示） */
.box-caution {
  color: #000040;
  font-size: 20px;
  padding: 20px; }
  .box-caution a {
    font-weight: bold; }

.box-caution-sm {
  color: #000040;
  font-size: 16px;
  padding: 20px; }
  .box-caution-sm a {
    font-weight: bold; }

/* 枠あり */
.box-caution-ex {
  color: #000040;
  font-size: 16px;
  padding: 20px;
  background: #FFFFE6;
  border: 1px solid #373737;
  border-radius: 8px; }
  .box-caution-ex a {
    font-weight: bold; }

/* 吹き出し */
.arrow-box {
  position: absolute;
  display: none;
  padding: 10px;
  border-radius: 8px;
  background: #333;
  color: #fff;
  /* 矢印 */ }
  .arrow-box:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid transparent;
    border-color: rgba(51, 51, 51, 0);
    border-bottom-color: #333;
    border-width: 10px;
    pointer-events: none;
    content: " "; }

/* お気に入りアイコン */
/* ローディング */
#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  /* 画像が200pxの場合の中央寄せ */
  margin: -100px 0 0 -100px;
  z-index: 1001;
  display: none; }

/*************************************************
 各画面
*************************************************/
/* フォームパーツ間 */
.row .item {
  padding-top: 5px;
  padding-bottom: 5px; }
  .row .item .lbl {
    line-height: 2.3; }

/*-------------------------------------------------
 ヘッダー
-------------------------------------------------*/
header {
  background-color: #191819;
  /* タブメニュー */ }
  header .box-menu-main ul.menu-main {
    margin-top: 0;
    margin-bottom: 0.4rem; }
    header .box-menu-main ul.menu-main li {
      padding: 8px;
      border-radius: 10px; }
      header .box-menu-main ul.menu-main li.active {
        background: #4B4A4B; }
      header .box-menu-main ul.menu-main li a {
        color: white; }
        header .box-menu-main ul.menu-main li a:hover, header .box-menu-main ul.menu-main li a:active, header .box-menu-main ul.menu-main li a:focus {
          color: white; }

/*-------------------------------------------------
 フッター
-------------------------------------------------*/
/* フッターを常に最下部に表示するための設定 */
#wrap-fix-footer {
  position: relative;
  /* これがないと、下に続きがある場合、フッターがコンテンツに重ねて表示される。*/
  height: auto !important;
  /* 余白がある場合の隙間埋め */
  min-height: 100%; }

#footer {
  background-color: #191819;
  width: 100%;
  /* 余白ありでも常に最下部に固定する場合 */
  height: 100px;
  margin-top: 20px;
  position: absolute;
  bottom: 0; }
  #footer .company-info {
    text-align: center;
    padding-top: 20px;
    color: #FFFFFF; }
    #footer .company-info a {
      color: #FFFFFF; }
  #footer .copyright {
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 20px;
    text-align: center; }

/*-------------------------------------------------
 デバッグ
-------------------------------------------------*/
#debug {
  font-size: 12px;
  background: #FFFFB4; }

/*-------------------------------------------------
 メインエリア
-------------------------------------------------*/
#main {
  /* 固定ヘッダ分 */
  /* フッターの高さと合わせた余白 */
  padding-bottom: 100px; }

/*-------------------------------------------------
 メッセージ
-------------------------------------------------*/
.master-message {
  font-size: 20px;
  padding: 10px;
  opacity: 0.7; }

.master-message-debug {
  /* 黄系 */
  background: #FFFFB4;
  border-radius: 10px;
  padding: 10px; }

.master-message-error {
  background: #d9534f;
  /* 赤系 */
  border-radius: 10px;
  padding: 10px; }

.master-message-warning {
  background: #f0ad4e;
  /* 橙系 */
  border-radius: 10px;
  padding: 10px; }

.master-message-info {
  background: #5bc0de;
  /* 青系 */
  border-radius: 10px;
  padding: 10px; }

.master-message-success {
  background: #5cb85c;
  /* 緑系 */
  border-radius: 10px;
  padding: 10px; }

/*-------------------------------------------------
 問合せ
-------------------------------------------------*/
.confirm-detail {
  border: solid 1px #C4C4C4;
  border-radius: 10px;
  padding: 10px; }

/* 問合せバナー */
.wrap-bn-contact {
  background: linear-gradient(to bottom, #FFD95A 0%, #FF7F00 50%, #C34300 100%);
  border-radius: 30px;
  padding: 10px;
  width: 100%;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
  .wrap-bn-contact a {
    color: #FFFFFF; }
  .wrap-bn-contact .bn-contact {
    padding: 5px;
    text-align: center; }
    .wrap-bn-contact .bn-contact td.detail {
      width: 100%;
      text-align: left;
      font-size: 52px;
      padding-left: 35px; }
      .wrap-bn-contact .bn-contact td.detail .tel {
        font-size: 24px; }

/* 問合せバナー */
.wrap-bn-contact-long {
  background: linear-gradient(to bottom, #FFD95A 0%, #FF7F00 50%, #C34300 100%);
  border-radius: 30px;
  padding: 10px;
  width: 70%;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin-left: auto;
  margin-right: auto; }
  .wrap-bn-contact-long a {
    color: #FFFFFF; }
  .wrap-bn-contact-long .bn-contact {
    font-size: 30px;
    text-align: center; }

/*-------------------------------------------------
 ヘルプ
-------------------------------------------------*/
.help {
  /* メイン説明 */
  /* Q & A */ }
  .help .title {
    font-size: 18px;
    margin-top: 15px; }
  .help .detail a {
    font-weight: bold;
    color: #333364; }
  .help .detail .box-flow {
    width: 500px;
    padding: 20px;
    text-align: center; }
    .help .detail .box-flow .flow-title {
      background: #FFBB8C;
      border-radius: 20px;
      margin-left: auto;
      margin-right: auto;
      width: 300px;
      padding: 5px 10px;
      font-size: 18px;
      margin-bottom: 3px; }
    .help .detail .box-flow .flow-arrow {
      color: blue;
      font-size: 25px;
      line-height: 1.2;
      font-weight: bold; }
  .help .question {
    font-size: 18px;
    margin-top: 15px; }
    .help .question i {
      padding-right: 3px; }
  .help .answer a {
    font-weight: bold;
    color: #333364; }

/*-------------------------------------------------
 トップ
-------------------------------------------------*/
/* トップバナースライダー */
.mainBanner-wrap {
  /* 上下の枠（1px でも何故か太めになる。） */
  position: relative;
  /* 至誠空手（縦書き白文字ロゴ右配置） */
  /* 至誠空手（縦書き白文字ロゴ左配置） */
  /*
	.bn_logo_fix_left {
		position: absolute;
		top: 20px;
		left: 100px;
		background: rgba(0, 0, 0, 0.6);
		border-radius: 10px;
		padding: 10px;
		img {
			max-height: 400px;
		}
	}
	*/
  /* 至誠空手（縦書き赤文字ロゴ右配置） */
  /*
	.bn_logo_fix_right {
		position: absolute;
		top: 20px;
		right: 100px;
		height: 100%;
		img {
			max-height: 400px;
			opacity: 0.7;
			filter: alpha(opacity=70);
			border-radius: 10px;
		}
	}	
	*/
  /* slick の上書き */
  /* 左右のスライド送りボタン変更 */ }
  .mainBanner-wrap .mainBanner {
    /* slick向け */
    margin: 0px auto;
    /* スライド全体の中央寄せ */ }
    .mainBanner-wrap .mainBanner div img {
      /* 強引に高さ揃える */
      height: 450px; }
  .mainBanner-wrap .bn_logo_fix_left {
    position: absolute;
    top: 20px;
    right: 100px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 10px; }
    .mainBanner-wrap .bn_logo_fix_left img {
      max-height: 400px; }
  .mainBanner-wrap .bn_catch1, .mainBanner-wrap .bn_catch2 {
    position: absolute;
    display: none;
    top: 350px;
    left: 100px;
    font-size: 40px;
    line-height: 1;
    color: white;
    height: 200px;
    text-shadow: 2px  2px 15px black, -2px  2px 15px black, 2px -2px 15px black, -2px -2px 15px black; }
  .mainBanner-wrap .slick-next {
    right: 0px; }
  .mainBanner-wrap .slick-prev:before,
  .mainBanner-wrap .slick-next:before {
    display: none; }

.page-top .box-square {
  border: 1px solid #CDCDCD;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .page-top .box-square img {
    width: 100%; }
  .page-top .box-square .box-text {
    font-size: 20px;
    line-height: 1.2;
    padding: 10px; }

.page-top .box-news {
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  .page-top .box-news img {
    width: 100%; }
  .page-top .box-news .box-text {
    padding: 10px; }
    .page-top .box-news .box-text .time {
      font-size: 16px; }
    .page-top .box-news .box-text .title {
      font-size: 20px;
      line-height: 1.2; }

.page-top .box-feature-title {
  text-align: center;
  font-size: 52px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  padding: 10px; }

.page-top .box-feature {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  min-height: 300px; }
  .page-top .box-feature .title {
    font-size: 20px;
    font-weight: bold;
    color: #f5d910; }
  .page-top .box-feature .detail {
    font-size: 16px;
    color: white; }

/* 背景画像付き問合せエリア */
.banner-contact {
  background: url(../images/page/top/contact-back.jpg) no-repeat center/cover;
  height: 300px;
  /* 問合せバナー（上書き） */ }
  .banner-contact .transparent {
    height: 100%;
    background-color: rgba(0, 0, 255, 0.3); }
  .banner-contact .title {
    font-size: 28px;
    font-weight: bold;
    color: white;
    text-align: right;
    padding-right: 100px; }
  .banner-contact .wrap-bn-contact-long {
    border-radius: 10px;
    width: 50%;
    margin-left: 10%; }
    .banner-contact .wrap-bn-contact-long .bn-contact {
      font-size: 25px; }

/*-------------------------------------------------
 道場案内
-------------------------------------------------*/
/* 地図 */
.box-map {
  /* 地図の緯度・経度・ズームレベル表示 */ }
  .box-map #map-nakahara, .box-map #map-hirama, .box-map #map-komadori {
    width: 90%;
    height: 560px; }
  .box-map #map-param {
    display: none; }

/*-------------------------------------------------
 入会案内
-------------------------------------------------*/
table.entry {
  width: 100%; }
  table.entry th {
    text-align: center;
    color: white;
    border: 5px solid white;
    background: #9e9e9f; }
  table.entry td {
    background: #F0F0F0;
    text-align: right;
    border: 5px solid white; }
    table.entry td:first-child {
      text-align: left; }

/* 入会時に必要なもの */
.entryNeedItems {
  font-size: 18px;
  border: 1px dotted orange;
  border-radius: 10px;
  width: 80%;
  padding: 10px; }

/*-------------------------------------------------
 クラス紹介
-------------------------------------------------*/
table.classtop {
  width: 100%; }
  table.classtop td {
    width: 50%; }
  table.classtop .box-square {
    border: 1px solid #CDCDCD;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
    table.classtop .box-square img {
      width: 100%; }
    table.classtop .box-square .box-text {
      font-size: 18px;
      line-height: 1.2;
      padding: 10px; }
      table.classtop .box-square .box-text .detail {
        font-size: 12px; }

/*-------------------------------------------------
 審査基準
-------------------------------------------------*/
table.sinsakijun {
  width: 50%; }
  table.sinsakijun tr th {
    text-align: center;
    color: white;
    border: 5px solid white;
    background: #9e9e9f; }
  table.sinsakijun tr td {
    background: #F0F0F0;
    border: 5px solid white; }
  table.sinsakijun .belt-orange:before {
    font-family: 'FontAwesome';
    color: orange;
    content: "\f02e";
    /* fa-bookmark */ }
  table.sinsakijun .belt-blue:before {
    font-family: 'FontAwesome';
    color: blue;
    content: "\f02e";
    /* fa-bookmark */ }
  table.sinsakijun .belt-yellow:before {
    font-family: 'FontAwesome';
    color: yellow;
    content: "\f02e";
    /* fa-bookmark */ }
  table.sinsakijun .belt-green:before {
    font-family: 'FontAwesome';
    color: green;
    content: "\f02e";
    /* fa-bookmark */ }
  table.sinsakijun .belt-brown:before {
    font-family: 'FontAwesome';
    color: brown;
    content: "\f02e";
    /* fa-bookmark */ }
  table.sinsakijun .belt-black:before {
    font-family: 'FontAwesome';
    color: black;
    content: "\f02e";
    /* fa-bookmark */ }


/*# sourceMappingURL=main.css.map*/