@charset "UTF-8";
/*!
 *
 * BurgerEditor StyleSheet Style Sample v2.21.0
 *
 */
:root {
  --bge-column-gap: 20px;
  --bge-grid-gap: var(--bge-column-gap);
  --bge-column-margin-block-end: 20px;
  /* --bge-options-margin-normal: 1.5rem; */
  --bge-options-margin-normal: 5rem;
  --bge-options-margin-none: 0;
  --bge-options-margin-small: 1rem;
  --bge-options-margin-large: 4rem;
  --bge-options-margin: var(--bge-options-margin-normal);
  --bge-options-bgcolor-transparent: transparent;
  --bge-options-bgcolor-gray: #efefef;
  --bge-options-bgcolor-blue: #d8f4ff;
  --bge-options-bgcolor-pink: #fee;
  --bge-options-bgcolor: var(--bge-options-bgcolor-transparent);
  --bge-options-border-none: none;
  --bge-options-border-bold: solid 5px currentcolor;
  --bge-options-border-thin: solid 1px currentcolor;
  --bge-options-border-dotted: dotted 1px currentcolor;
  --bge-options-border: var(--bge-options-border-none);
  --bge-options-padding-none: 0;
  --bge-options-padding-with-border-or-bg: 1.5em;
  --bge-options-padding: var(--bge-options-padding-none);
}
@font-face {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  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");
}
[data-bgb] h2 {
  background: none;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  margin: 1em 0;
  overflow: hidden;
  padding:0 0 .5em 0;
  /* padding: .5em 0; */
}
[data-bgb] h2:first-child {
  /* margin-block-start: 0; */
}
[data-bgb] h2:after {
  background: #A11219;
  block-size: 2px;
  content: "";
  display: block;
  inline-size: 1.9em;
  margin-top: 0.7em;
}
[data-bgb] h3 {
  border-left: 2px solid #C9171F;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  margin: 1em 0;
  overflow: hidden;
  padding: .5em;
}
[data-bgb] h3:first-child {
  /* margin-block-start: 0; */
}
[data-bgb] h4 {
  background: #F4F4F4;
  border: none;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2;
  margin: 1em 0;
  overflow: hidden;
  padding: 0.6em 0.6em;
  position: relative;
}
[data-bgb] h4:first-child {
  /* margin-block-start: 0; */
}
[data-bgb] h5 {
  color: #333;
  border-left: 2px solid #000;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2;
  margin: 1em 0;
  overflow: hidden;
  padding: 0.5em 1em;
}
[data-bgb] h5:first-child {
  /* margin-block-start: 0; */
}
[data-bgb] h6 {
  color: #333;
  border: none;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  margin: 1em 0;
  overflow: hidden;
  padding: 0.5em 0;
}
[data-bgb] h6:first-child {
  /* margin-block-start: 0; */
}

@media screen and (max-width: 768px) {
  [data-bgb] h2 {
    font-size: 1.5em;
  }
  [data-bgb] h3 {
    font-size: 1.3em;
  }
  [data-bgb] h4 {
    font-size: 1.2em;
  }
  [data-bgb] h5 {
    font-size: 1.1em;
  }
  [data-bgb] h6 {
    font-size: 1em;
  }
}
[data-bgb] p {
  margin: 1em 0;
}
[data-bgb] p a {
  color: #A11219;
  text-decoration: underline;
}
[data-bgb] p:first-child {
  margin-block-start: 0;
}
[data-bgb] li {
  list-style: inherit;
  overflow: hidden;
  padding-left: 1px;
}
[data-bgb] li:first-child {
  margin-block-start: 0;
}
[data-bgb] ul {
  margin: 1em 0;
}
[data-bgb] ul:first-child {
  margin-block-start: 0;
}
[data-bgb] ul ul {
  margin: 0 0 0 1.8em;
  padding-top: 0.5em;
}
[data-bgb] ul ul:first-child {
  margin-block-start: 0;
}
[data-bgb] ul li {
  list-style-position: inside;
  list-style-type: disc;
  margin: 0 0 0.2em;
}
[data-bgb] ul ul li {
  list-style-type: circle;
}
[data-bgb] ul ul ul li {
  list-style-type: square;
}
[data-bgb] ul ul ul ul li {
  list-style-type: disc;
}
[data-bgb] ol {
  margin: 1em 0;
}
[data-bgb] ol:first-child {
  margin-block-start: 0;
}
[data-bgb] ol ol {
  margin: 0 0 0 2em;
  padding-top: 0.5em;
}
[data-bgb] ol ol:first-child {
  margin-block-start: 0;
}
[data-bgb] ol li {
  list-style-position: inside;
  list-style-type: decimal;
  margin: 0 0 0.2em;
}
[data-bgb] blockquote {
  background: none;
  border: 2px solid #D9D9D9;
  color: #000;
  font-size: 1em;
  margin: 1em 0;
  overflow: hidden;
  padding: 1em 1.9em;
  position: relative;
}
[data-bgb] blockquote > p:last-child {
  margin-bottom: 0;
}
[data-bgb] blockquote:first-child {
  margin-block-start: 0;
}
@media screen and (max-width: 768px) {
  [data-bgb] blockquote {
    padding: 1em;
  }
}
/* [data-bgb] blockquote:before {
  content: "“";
  inset-block-start: 0.3em;
  inset-inline-start: 0.25em;
}
[data-bgb] blockquote:after,
[data-bgb] blockquote:before {
  color: #ccc;
  display: block;
  font-family: serif;
  font-size: 3em;
  position: absolute;
  z-index: 0;
}
[data-bgb] blockquote:after {
  content: "”";
  inset-block-end: -0.3em;
  inset-inline-end: 0.25em;
} */
[data-bgb] table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  inline-size: 100%;
  margin: 1em 0;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  [data-bgb] table {
    /* display: block; */
    width: 100% !important;
    inline-size: 100%;
    max-width: 100% !important;
  }
}
[data-bgb] table:first-child {
  margin-block-start: 0;
}
[data-bgb] table caption {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  [data-bgb] table caption,
  [data-bgb] table tbody,
  [data-bgb] table tfoot {
    /* display: block; */
  }
  [data-bgb] table tr {
    /* display: block; */
    margin-block-start: -1px;
  }
}
[data-bgb] table tr:nth-child(odd) td {
  background: #fff;
}
/* [data-bgb] table tr:nth-child(2n) td {
  background: #FFFFF3;
} */
[data-bgb] table tr td,
[data-bgb] table tr th {
  border: 1px solid #B2B2B2;
  padding: 1em;
  text-align: start;
}
@media screen and (max-width: 768px) {
  [data-bgb] table tr td,
  [data-bgb] table tr th {
    /* display: block; */
    inline-size: auto;
  }
}
[data-bgb] table tr th {
  text-align: center;
  background: #EEE;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  [data-bgb] table tr th {
    border-block-end: none;
  }
  [data-bgb] table tbody tr th {
    border-bottom: 1px solid #B2B2B2;
  }
}
[data-bgb] table tr td {
  font-weight: 400;
}
[data-bgb] strong {
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
[data-bgb] u {
  text-decoration: underline;
}
[data-bgb] s,
[data-bgb] u {
  /* font-style: normal; */
  /* font-weight: 400; */
}
[data-bgb] s {
  text-decoration: line-through;
}
[data-bgb] sub {
  vertical-align: sub;
}
[data-bgb] sub,
[data-bgb] sup {
  font-size: 0.8em;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
[data-bgb] sup {
  vertical-align: super;
}
[data-bgb] hr {
  background: currentcolor;
  block-size: 2px;
  border-style: none;
  color: #ccc;
  inline-size: 100%;
  margin: 50px auto;
}
[data-bgb] hr:first-child {
  margin-block-start: 0;
}
.bgt-box__caption {
  background: none;
  font-size: 0.8em;
  font-weight: 400;
  padding: 3px;
  text-align: start;
}
[data-bgt="button"],
[data-bgt="download-file"] {
  margin: 1em auto;
}
@media screen and (max-width: 768px) {
  [data-bgt="button"]{
  width: 100%;
}
}

.bgt-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  min-inline-size: 300px;
  padding: 1.2em 2.5em;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 768px) {
.bgt-btn {
  width:100%;
 }
}
.bgt-btn:active,
.bgt-btn:focus {
  box-shadow:
    0 0 10px 0 #0570c7,
    0 0 10px 0 #fff;
}
.bgt-btn--link,
[data-bgt-button-kind="link"] .bgt-btn {
  background: #3C3C3C;
  border-color: #3C3C3C;
  color: #fff;
}

.bgt-btn--link::after ,
[data-bgt-button-kind="link"] .bgt-btn::after {
    content: "";
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url(../img/common/ico_arrow_square.svg);
    background: #fff;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2.4rem;
    transform: translateY(-50%);
}

.bgt-btn--link:active,
.bgt-btn--link:focus,
.bgt-btn--link:hover,
[data-bgt-button-kind="link"] .bgt-btn:active,
[data-bgt-button-kind="link"] .bgt-btn:focus,
[data-bgt-button-kind="link"] .bgt-btn:hover {
  background: #000;
}
.bgt-btn--em,
[data-bgt-button-kind="em"] .bgt-btn {
  background: #A11219;
  border-color: #A11219;
  color: #fff;
  font-weight: 700;
}
.bgt-btn--em:active,
.bgt-btn--em:focus,
.bgt-btn--em:hover,
[data-bgt-button-kind="em"] .bgt-btn:active,
[data-bgt-button-kind="em"] .bgt-btn:focus,
[data-bgt-button-kind="em"] .bgt-btn:hover {
  background: #333;
  border-color: #333;
}
.bgt-btn--external,
[data-bgt-button-kind="external"] .bgt-btn {
  background: #fff;
  border-color: #000;
  color: #000;
}
.bgt-btn--external:active,
.bgt-btn--external:focus,
.bgt-btn--external:hover,
[data-bgt-button-kind="external"] .bgt-btn:active,
[data-bgt-button-kind="external"] .bgt-btn:focus,
[data-bgt-button-kind="external"] .bgt-btn:hover {
  background: #e9e9e9;
}
.bgt-btn--external:before,
[data-bgt-button-kind="external"] .bgt-btn::before {
    content: "";
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url(../img/common/ico_blank.svg);
    background: #000;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 1em;
}
.bgt-btn--back,
[data-bgt-button-kind="back"] .bgt-btn {
  background: #fff;
  border-color: #000;
  color: #000;
  padding: 1.14em 2.5em;
}
.bgt-btn--back:active,
.bgt-btn--back:focus,
.bgt-btn--back:hover,
[data-bgt-button-kind="back"] .bgt-btn:active,
[data-bgt-button-kind="back"] .bgt-btn:focus,
[data-bgt-button-kind="back"] .bgt-btn:hover {
  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 {
    content: "";
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url(../img/common/ico_arrow_square.svg);
    background: #000;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 2.4rem;
    transform: translateY(-50%) rotate(180deg);
}
.bgt-hr {
  margin: 0 auto;
}
[data-bgt-hr-kind="dashed"] .bgt-hr {
  background: none;
  block-size: 0;
  border: none;
  border-block-end: 2px dashed currentcolor;
}
.bgt-hr--bold,
[data-bgt-hr-kind="bold"] .bgt-hr {
  block-size: 5px;
}
.bgt-hr--narrow,
[data-bgt-hr-kind="narrow"] .bgt-hr {
  block-size: 1px;
}
.bgt-hr--short,
[data-bgt-hr-kind="short"] .bgt-hr {
  block-size: 1px;
  inline-size: 60%;
}
.bgt-download-file__link {
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  padding: 1.3em 6em 1.3em 3em;
  text-align: start;
  position: relative;
  text-decoration: none;
}
.bgt-download-file__link::after {
    content: "";
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url(../img/common/ico_arrow_square.svg);
    background: #000;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4rem;
    transform: translateY(-50%);
}
.bgt-download-file__link .bgt-link__icon::after {
  color: #A11219;
  margin-right: 2em;
}
.bgt-download-file__link:hover {
  background-color: #eee;
}
.bgt-download-file__link:active,
.bgt-download-file__link:focus {
  box-shadow: 0 0 5px 1px #0570c7;
  outline: none;
}
.bgt-link__size {
  /* color: grey;
  font-size: 0.8em;
  font-weight: 400; */
}
@media screen and (max-width: 768px) {
  
  .bgt-download-file__link {
    padding: 1.3em 2.5em 1.3em 4em;
  }
  .bgt-download-file__link .bgt-link__icon::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.4rem;
  }
  .bgt-download-file__link::after {
    right: 1.6rem;
  }

  .bgt-google-maps-link {
    border: 1px solid #999;
    border-radius: 3px;
    color: #333;
    margin-block-start: 10px;
    padding: 1em;
    text-align: center;
    text-decoration: none;
  }
  .bgt-google-maps-link span {
    display: inline-block;
    vertical-align: middle;
  }
  .bgt-google-maps-link:after {
    font-family: FontAwesome, serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08e";
    font-size: 1em;
    vertical-align: middle;
  }
}
[data-bgt="gallery"] .bgt-gallery {
  padding-block-start: 56.25%;
}
[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;
  object-fit: cover;
}
[data-bgt="gallery"] .bgt-gallery__caption {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.7em 1em;
  text-align: center;
}
[data-bgt="gallery"] .bgt-gallery-ctrl {
  inset-block-start: 50%;
  /* opacity: 0; */
  transition: opacity 0.2s ease-in;
}
[data-bgt="gallery"] .bgt-gallery-ctrl__next,
[data-bgt="gallery"] .bgt-gallery-ctrl__prev {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: block;
  margin: -20px 0 0;
  padding: 0;
  transform-origin: center center;
}
[data-bgt="gallery"] .bgt-gallery-ctrl__next:hover,
[data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover {
  opacity: 0.5;
}
[data-bgt="gallery"] .bgt-gallery-ctrl__next:focus,
[data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus {
  outline: none;
}
[data-bgt="gallery"] .bgt-gallery-ctrl__next span,
[data-bgt="gallery"] .bgt-gallery-ctrl__prev span {
  block-size: 0;
  display: block;
  inline-size: 0;
  overflow: hidden;
}
[data-bgt="gallery"] .bgt-gallery-ctrl__next:after,
[data-bgt="gallery"] .bgt-gallery-ctrl__prev:after {
  block-size: 40px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  inline-size: 40px;
}
[data-bgt="gallery"] .bgt-gallery-ctrl__prev {
  inset-inline-start: 20px;
  transform: rotate(-135deg);
}
[data-bgt="gallery"] .bgt-gallery-ctrl__next {
  inset-inline-end: 20px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  [data-bgt="gallery"] .bgt-gallery-ctrl__next:after,
  [data-bgt="gallery"] .bgt-gallery-ctrl__prev:after {
    block-size: 20px;
    inline-size: 20px;
  }
}
[data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker {
  margin-block-start: 10px;
}
[data-bgt="gallery"] [data-gallery-marker="thumbs"] + .bgt-gallery-marker li {
  block-size: 60px;
  inline-size: 60px;
  margin: 0 5px;
}
[data-bgt="gallery"]
  [data-gallery-marker="thumbs"]
  + .bgt-gallery-marker
  li:before {
  display: none;
}
[data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker {
  margin-block-start: 10px;
}
[data-bgt="gallery"] [data-gallery-marker="dot"] + .bgt-gallery-marker li {
  background-color: #999;
  block-size: 10px;
  border-radius: 100%;
  inline-size: 10px;
  margin: 0 2px;
}
[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;
  }
}

/* ポップアップ */
[data-bge*="popup:"] > a {
  cursor: pointer;
}

/* YouTube */
.bgb-youtube {
  max-width: 900px;
  margin-inline: auto;
}

/* 地図 */
.bgb-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  max-width: 900px;
  margin-inline: auto;
}
.bgb-embed iframe {
  filter: saturate(1.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 余白調整以下 */
/* テキスト+画像ブロック */
.bge-ckeditor > *:first-child{
  margin-top: 0;
}
/* パーツの区切りで全部つくやつ */
:where([data-bgb]){
  margin-bottom: 4rem;
}

/* 画像ブロックリンク付き */
.bgt-link__box{
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
.bgt-link__box {
  margin-bottom: 2rem;

  }
}

/* 2カラムボタンだけflexに */
:where([data-bgb=button2]) {
  display: flex;
  justify-content: center;
  gap: 60px;
}

/* 最後の「一覧に戻る」のボタン */
.btn-block.center:has(.btn-base.back){
  margin-top: 8rem;
}