/*　bge_style.css　規定値を書き換え用
--------------------------------------------------------------------------------*/

@charset "UTF-8"; /*!
 *
 * BurgerEditor StyleSheet Style Sample v2.21.0
 *
 */
:root {
    --bge-column-gap: 20px;
    --bge-column-margin-block-end: 20px
}

@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: 1.8em;
    font-weight: 700;
    line-height: 1.2;
    margin: 1.5em 0;
    overflow: hidden;
    padding: .3em .5em;
    text-align: center
}

[data-bgb] h2:first-child {
    -webkit-margin-before: 0;
    margin-block-start:0}

[data-bgb] h2:after {
    background: #ccc;
    block-size: 2px;
    content: "";
    display: block;
    inline-size: 2em;
    margin: .8em auto
}

[data-bgb] h3 {
    background: #f6f6f6;
    border: 1px solid #eee;
    -webkit-box-shadow: inset 1px 1px 0 hsla(0,0%,100%,.5),inset -1px -1px 0 hsla(0,0%,39%,.1);
    box-shadow: inset 1px 1px 0 hsla(0,0%,100%,.5),inset -1px -1px 0 hsla(0,0%,39%,.1);
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0;
    overflow: hidden;
    padding: .5em .75em
}

[data-bgb] h3:first-child {
    -webkit-margin-before: 0;
    margin-block-start:0}

[data-bgb] h4 {
    border: none;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.2;
    margin: 1em 0;
    overflow: hidden;
    padding: .3em .2em;
    position: relative
}

[data-bgb] h4:first-child {
    -webkit-margin-before: 0;
    margin-block-start:0}

[data-bgb] h4:after {
    background-color: #ddd;
    block-size: 8px;
    border-radius: 2px;
    content: "";
    inline-size: 100%;
    inset-block-end: .25em;
    inset-inline-start: 0;
    position: absolute;
    z-index: -1
}

[data-bgb] h5 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2;
    margin: 1em 0;
    overflow: hidden;
    padding: .3em 0;
    -webkit-border-after: 1px dashed #999;
    border-block-end:1px dashed #999}

[data-bgb] h5:first-child {
    -webkit-margin-before: 0;
    margin-block-start:0}

[data-bgb] h6 {
    background: #eee;
    border: none;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2;
    margin: 1em 0;
    overflow: hidden;
    padding: .3em .5em;
    -webkit-border-start: 3px solid #ccc;
    border-inline-start:3px solid #ccc}

[data-bgb] h6:first-child {
    -webkit-margin-before: 0;
    margin-block-start:0}

[data-bgb] p {
    margin: 1em 0
}

[data-bgb] p:first-child {
    -webkit-margin-before: 0;
    margin-block-start:0}

[data-bgb] li {
    list-style: inherit;
    overflow: hidden
}

[data-bgb] li:first-child {
    -webkit-margin-before: 0;
    margin-block-start:0}

[data-bgb] ul {
    margin: 1em 0
}

[data-bgb] ul:first-child {
    -webkit-margin-before: 0;
    margin-block-start:0}

[data-bgb] ul ul {
    margin: 0 0 0 1.8em
}

[data-bgb] ul ul:first-child {
    -webkit-margin-before: 0;
    margin-block-start:0}

[data-bgb] ul li {
    list-style-position: inside;
    list-style-type: disc;
    margin: 0 0 .2em
}

[data-bgb] ol {
    margin: 1em 0
}

[data-bgb] ol:first-child {
    -webkit-margin-before: 0;
    margin-block-start:0}

[data-bgb] ol ol {
    margin: 0 0 0 2em
}

[data-bgb] ol ol:first-child {
    -webkit-margin-before: 0;
    margin-block-start:0}

[data-bgb] ol li {
    list-style-position: inside;
    list-style-type: decimal-leading-zero;
    margin: 0 0 .2em
}

[data-bgb] blockquote {
    background: none;
    border: 2px solid #ccc;
    border-radius: 5px;
    color: #888;
    font-size: .9em;
    margin: 1em 0;
    overflow: hidden;
    padding: 1px 2.5em;
    position: relative
}

[data-bgb] blockquote:first-child {
    -webkit-margin-before: 0;
    margin-block-start:0}

[data-bgb] blockquote:before {
    content: "“";
    inset-block-start: .3em;
    inset-inline-start: .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: -.3em;
    inset-inline-end: .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;
        inline-size: 100%
    }
}

[data-bgb] table:first-child {
    -webkit-margin-before: 0;
    margin-block-start:0}

[data-bgb] table caption {
    font-weight: 700;
    text-align: start
}

@media screen and (max-width: 768px) {
    [data-bgb] table caption,[data-bgb] table tbody,[data-bgb] table tfoot {
        display:block
    }
}

@media screen and (max-width: 768px) {
    [data-bgb] table tr {
        display:block;
        -webkit-margin-before: -1px;
        margin-block-start:-1px}
}

[data-bgb] table tr:nth-child(odd) td {
    background: #fff
}

[data-bgb] table tr:nth-child(2n) td {
    background: #fafafa
}

[data-bgb] table tr td,[data-bgb] table tr th {
    border: 1px solid #ccc;
    padding: .5em;
    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 {
    background: #eee;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    [data-bgb] table tr th {
        -webkit-border-after:none;
        border-block-end:none}
}

[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: .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 {
    -webkit-margin-before: 0;
    margin-block-start:0}

.bgt-box__caption {
    background: none;
    font-size: .8em;
    font-weight: 400;
    padding: 3px;
    text-align: start
}

.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: 280px;
    padding: 12px 10px;
    text-decoration: none;
    vertical-align: middle
}

.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 {
    background: #fff;
    border-color: #ccc;
    color: #333
}

.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: #e9e9e9
}

.bgt-btn--em,[data-bgt-button-kind=em] .bgt-btn {
    background: #333;
    border-color: #333;
    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: #555
}

.bgt-btn--external,[data-bgt-button-kind=external] .bgt-btn {
    background: #fff;
    border-color: #ccc;
    color: #333
}

.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:after,[data-bgt-button-kind=external] .bgt-btn: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;
    color: #999;
    content: "\f08e";
    font-size: 1em;
    vertical-align: middle
}

.bgt-btn--back,[data-bgt-button-kind=back] .bgt-btn {
    background: #ddd;
    border-color: #ddd;
    color: #333
}

.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 {
    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;
    display: inline-block;
    -webkit-margin-before: -2px;
    content: "\f053";
    font-size: 1em;
    margin-block-start:-2px;vertical-align: middle
}

.bgt-hr {
    margin: 0 auto
}

[data-bgt-hr-kind=dashed] .bgt-hr {
    background: none;
    block-size: 0;
    border: none;
    -webkit-border-after: 2px dashed currentcolor;
    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 #ccc;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    font-size: 1.08em;
    font-weight: 700;
    line-height: 1;
    padding: .7em 1em;
    text-align: start;
    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: grey;
    font-size: .8em;
    font-weight: 400
}

@media screen and (max-width: 768px) {
    .bgt-google-maps-link {
        padding:1em;
        -webkit-margin-before: 10px;
        border: 1px solid #999;
        border-radius: 3px;
        color: #333;
        margin-block-start:10px;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 {
    -webkit-padding-before: 56.25%;
    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,.6);
    color: #fff;
    padding: .7em 1em;
    text-align: center
}

[data-bgt=gallery] .bgt-gallery-ctrl {
    inset-block-start: 50%;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .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;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

[data-bgt=gallery] .bgt-gallery-ctrl__next:hover,[data-bgt=gallery] .bgt-gallery-ctrl__prev:hover {
    opacity: .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: 5px 5px 0 0;
    content: "";
    display: block;
    inline-size: 40px
}

[data-bgt=gallery] .bgt-gallery-ctrl__prev {
    inset-inline-start: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

[data-bgt=gallery] .bgt-gallery-ctrl__next {
    inset-inline-end: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

[data-bgt=gallery] [data-gallery-marker=thumbs]+.bgt-gallery-marker {
    -webkit-margin-before: 10px;
    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 {
    -webkit-margin-before: 10px;
    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
    }
}
