@charset "UTF-8";
/*!
 *
 * BurgerEditor StyleSheet Style Sample v2.21.0
 *
 */
/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 *
 * フォントの定義
 * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 *
 * マルチカラムブロックのレイアウト
 *
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- **/
[data-bgb] h2 {
  /* スタイル */
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2;
  margin: 1.5em 0;
  padding: 0.3em 0.5em;
  text-align: center;
  background: none;
  /* 回り込み防止 */
  overflow: hidden;
}

[data-bgb] h2:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] h2::after {
  content: '';
  display: block;
  width: 2em;
  height: 2px;
  background: #ccc;
  margin: 0.8em auto;
}

[data-bgb] h3 {
  /* スタイル */
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0;
  padding: 0.5em 0.75em;
  background: #f6f6f6;
  border: 1px solid #eee;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset, -1px -1px 0 rgba(100, 100, 100, 0.1) inset;
          box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset, -1px -1px 0 rgba(100, 100, 100, 0.1) inset;
  /* 回り込み防止 */
  overflow: hidden;
}

[data-bgb] h3:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] h4 {
  /* スタイル */
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0;
  border: none;
  padding: 0.3em 0.2em;
  /* 回り込み防止 */
  overflow: hidden;
  position: relative;
}

[data-bgb] h4:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] h4::after {
  position: absolute;
  bottom: 0.25em;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 8px;
  background-color: #ddd;
  border-radius: 2px;
}

[data-bgb] h5 {
  /* スタイル */
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0;
  padding: 0.3em 0;
  border-bottom: 1px dashed #999;
  /* 回り込み防止 */
  overflow: hidden;
}

[data-bgb] h5:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] h6 {
  /* スタイル */
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0;
  border: none;
  border-left: 3px solid #ccc;
  background: #eee;
  padding: 0.3em 0.5em;
  /* 回り込み防止 */
  overflow: hidden;
}

[data-bgb] h6:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] p {
  /* スタイル */
  margin: 1em 0;
}

[data-bgb] p:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] li {
  /* スタイル */
  list-style: inherit;
  /* 回り込み防止 */
  overflow: hidden;
}

[data-bgb] li:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] ul {
  /* スタイル */
  margin: 1em 0;
}

[data-bgb] ul:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] ul ul {
  /* 箇条書きリストの内箇条書きリスト */
  margin: 0 0 0 1.8em;
}

[data-bgb] ul ul:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] ul li {
  /* 箇条書きリストアイテム */
  list-style-position: inside;
  list-style-type: disc;
  margin: 0 0 0.2em;
}

[data-bgb] ol {
  /* スタイル */
  margin: 1em 0;
}

[data-bgb] ol:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] ol ol {
  /* 番号順リスト内の番号順リスト */
  margin: 0 0 0 2em;
}

[data-bgb] ol ol:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] ol li {
  margin: 0 0 0.2em;
  /* 番号順リストアイテム */
  list-style-position: inside;
  list-style-type: decimal-leading-zero;
}

[data-bgb] blockquote {
  position: relative;
  margin: 1em 0;
  padding: 1px 2.5em;
  border-radius: 5px;
  background: none;
  border: 2px solid #ccc;
  /* 回り込み防止 */
  overflow: hidden;
  color: #888;
  font-size: 0.9em;
}

[data-bgb] blockquote:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] blockquote::before {
  /* 引用 */
  content: '“';
  display: block;
  font-family: serif;
  position: absolute;
  top: 0.3em;
  left: 0.25em;
  z-index: 0;
  color: #ccc;
  font-size: 3em;
}

[data-bgb] blockquote::after {
  /* 引用 */
  content: '”';
  display: block;
  font-family: serif;
  position: absolute;
  bottom: -0.3em;
  right: 0.25em;
  z-index: 0;
  color: #ccc;
  font-size: 3em;
}

[data-bgb] table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: 1em 0;
}

@media screen and (max-width: 768px) {
  [data-bgb] table {
    /* テーブル */
    width: 100%;
    display: block;
  }
}

[data-bgb] table:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

[data-bgb] table caption {
  /* テーブルキャプション */
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  [data-bgb] table caption {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  [data-bgb] table tbody,
  [data-bgb] table tfoot {
    display: block;
  }
}

[data-bgb] table tr {
  /* テーブル行 */
}

@media screen and (max-width: 768px) {
  [data-bgb] table tr {
    display: block;
    margin-top: -1px;
  }
}

[data-bgb] table tr:nth-child(odd) td {
  /* 奇数行 */
  background: #fff;
}

[data-bgb] table tr:nth-child(even) td {
  /* 偶数行 */
  background: #fafafa;
}

[data-bgb] table tr th,
[data-bgb] table tr td {
  /* テーブルセル共通 */
  text-align: left;
  padding: 0.5em;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  [data-bgb] table tr th,
  [data-bgb] table tr td {
    width: auto;
    display: block;
  }
}

[data-bgb] table tr th {
  /* テーブル見出しセル */
  font-weight: bold;
  background: #eee;
}

@media screen and (max-width: 768px) {
  [data-bgb] table tr th {
    border-bottom: none;
  }
}

[data-bgb] table tr td {
  /* テーブル通常セル */
  font-weight: normal;
}

[data-bgb] strong {
  /* 太字 */
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-bgb] u {
  /* 下線 */
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}

[data-bgb] s {
  /* 取り消し線 */
  font-weight: normal;
  font-style: normal;
  text-decoration: line-through;
}

[data-bgb] sub {
  /* 下付き文字 */
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: sub;
}

[data-bgb] sup {
  /* 上付き文字 */
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: super;
}

[data-bgb] hr {
  /* 区切り線 */
  width: 100%;
  height: 2px;
  color: #ccc;
  background: currentColor;
  border-style: none;
  margin: 50px auto;
}

[data-bgb] hr:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

/**
 * 画像タイプのキャプション
 *
 */
.bgt-box__caption {
  text-align: left;
  font-weight: normal;
  padding: 3px;
  background: none;
  font-size: 0.8em;
}

/**
 * ボタン
 *
 */
/* ボタンタイプ */
.bgt-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  vertical-align: middle;
  padding: 12px 10px;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  text-decoration: none;
  min-width: 280px;
  border-radius: 2px;
}

.bgt-btn:active, .bgt-btn:focus {
  -webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
          box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
}

.bgt-btn--link,
[data-bgt-button-kind="link"] .bgt-btn {
  color: #333;
  border-color: #ccc;
  background: #fff;
}

.bgt-btn--link:hover, .bgt-btn--link:active, .bgt-btn--link:focus,
[data-bgt-button-kind="link"] .bgt-btn:hover,
[data-bgt-button-kind="link"] .bgt-btn:active,
[data-bgt-button-kind="link"] .bgt-btn:focus {
  background: #e9e9e9;
}

.bgt-btn--em,
[data-bgt-button-kind="em"] .bgt-btn {
  font-weight: bold;
  color: #fff;
  border-color: #333;
  background: #333;
}

.bgt-btn--em:hover, .bgt-btn--em:active, .bgt-btn--em:focus,
[data-bgt-button-kind="em"] .bgt-btn:hover,
[data-bgt-button-kind="em"] .bgt-btn:active,
[data-bgt-button-kind="em"] .bgt-btn:focus {
  background: #555;
}

.bgt-btn--external,
[data-bgt-button-kind="external"] .bgt-btn {
  color: #333;
  border-color: #ccc;
  background: #fff;
}

.bgt-btn--external:hover, .bgt-btn--external:active, .bgt-btn--external:focus,
[data-bgt-button-kind="external"] .bgt-btn:hover,
[data-bgt-button-kind="external"] .bgt-btn:active,
[data-bgt-button-kind="external"] .bgt-btn:focus {
  background: #e9e9e9;
}

.bgt-btn--external::after,
[data-bgt-button-kind="external"] .bgt-btn::after {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f08e';
  font-size: 1em;
  color: #999;
  vertical-align: middle;
}

.bgt-btn--back,
[data-bgt-button-kind="back"] .bgt-btn {
  color: #333;
  border-color: #ddd;
  background: #ddd;
}

.bgt-btn--back:hover, .bgt-btn--back:active, .bgt-btn--back:focus,
[data-bgt-button-kind="back"] .bgt-btn:hover,
[data-bgt-button-kind="back"] .bgt-btn:active,
[data-bgt-button-kind="back"] .bgt-btn:focus {
  background: #e9e9e9;
}

.bgt-btn--back span,
[data-bgt-button-kind="back"] .bgt-btn span {
  display: inline-block;
  vertical-align: middle;
}

.bgt-btn--back::before,
[data-bgt-button-kind="back"] .bgt-btn::before {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f053';
  font-size: 1em;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}

.bgt-hr {
  margin: 0 auto;
}

[data-bgt-hr-kind='dashed'] .bgt-hr {
  height: 0;
  border: none;
  background: none;
  border-bottom: 2px dashed currentColor;
}

.bgt-hr--bold,
[data-bgt-hr-kind="bold"] .bgt-hr {
  height: 5px;
}

.bgt-hr--narrow,
[data-bgt-hr-kind="narrow"] .bgt-hr {
  height: 1px;
}

.bgt-hr--short,
[data-bgt-hr-kind="short"] .bgt-hr {
  width: 60%;
  height: 1px;
}

/* ダウンロードファイルタイプ */
.bgt-download-file__link {
  color: #333;
  text-align: left;
  font-size: 1.08em;
  font-weight: bold;
  display: inline-block;
  padding: 0.7em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  line-height: 1;
  text-decoration: none;
}

.bgt-download-file__link:hover {
  background-color: #eee;
}

.bgt-download-file__link:active, .bgt-download-file__link:focus {
  -webkit-box-shadow: 0 0 5px 1px #0570c7;
          box-shadow: 0 0 5px 1px #0570c7;
  outline: none;
}

.bgt-link__size {
  color: #808080;
  font-size: 0.8em;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .bgt-google-maps-link {
    margin-top: 10px;
    padding: 1em;
    text-decoration: none;
    color: #333;
    border: solid 1px #999;
    border-radius: 3px;
    text-align: center;
  }
  .bgt-google-maps-link span {
    display: inline-block;
    vertical-align: middle;
  }
  .bgt-google-maps-link::after {
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f08e';
    font-size: 1em;
    vertical-align: middle;
  }
}

[data-bgt='gallery'] .bgt-gallery {
  padding-top: 54%;
}

[data-bgt='gallery'] .bgt-gallery:hover [data-bgt='gallery'] .bgt-gallery-ctrl {
  opacity: 1;
}

[data-bgt='gallery'] .bgt-gallery__img img {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}

[data-bgt='gallery'] .bgt-gallery__caption {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.7em 1em;
  text-align: center;
}

[data-bgt='gallery'] .bgt-gallery-ctrl {
  top: 50%;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

[data-bgt='gallery'] .bgt-gallery-ctrl__prev, [data-bgt='gallery'] .bgt-gallery-ctrl__next {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: -20px 0 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

[data-bgt='gallery'] .bgt-gallery-ctrl__prev:hover, [data-bgt='gallery'] .bgt-gallery-ctrl__next:hover {
  opacity: 0.5;
}

[data-bgt='gallery'] .bgt-gallery-ctrl__prev:focus, [data-bgt='gallery'] .bgt-gallery-ctrl__next:focus {
  outline: none;
}

[data-bgt='gallery'] .bgt-gallery-ctrl__prev span, [data-bgt='gallery'] .bgt-gallery-ctrl__next span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

[data-bgt='gallery'] .bgt-gallery-ctrl__prev::after, [data-bgt='gallery'] .bgt-gallery-ctrl__next::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border: solid #fff;
  border-width: 5px 5px 0 0;
}

[data-bgt='gallery'] .bgt-gallery-ctrl__prev {
  left: 20px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

[data-bgt='gallery'] .bgt-gallery-ctrl__next {
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

[data-bgt='gallery'] [data-gallery-marker='thumbs'] + .bgt-gallery-marker {
  margin-top: 10px;
}

[data-bgt='gallery'] [data-gallery-marker='thumbs'] + .bgt-gallery-marker li {
  margin: 0 5px;
  width: 60px;
  height: 60px;
}

[data-bgt='gallery'] [data-gallery-marker='dot'] + .bgt-gallery-marker {
  margin-top: 10px;
}

[data-bgt='gallery'] [data-gallery-marker='dot'] + .bgt-gallery-marker li {
  margin: 0 2px;
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 100%;
}

[data-bgt='gallery'] [data-gallery-marker='dot'] + .bgt-gallery-marker li.current {
  background-color: #000;
}

/* デバイス依存汎用クラス */
.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/************************************************************************************************************/
/* BurgerEditor設定 */
/************************************************************************************************************/
[class*="bgb-opt--bg-cp"]{padding:20px;}
.bgb-opt--bg-cpb {background-color: #dfeff7;}
