@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Passion+One:400");
html {
    /* 2 */
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    /* 1 */

    -ms-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    margin: .67em 0;
    font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    /* 1 */
    overflow: visible;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    /* 1 */
    font-size: 1em;
    font-family: monospace, monospace;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */

    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    border-bottom: none;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    /* 1 */
    font-size: 1em;
    font-family: monospace, monospace;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    color: #000;
    background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    position: relative;
    font-size: 75%;
    vertical-align: baseline;
    line-height: 0;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    /* 1 */
    margin: 0;
    /* 1 */
    font-size: 100%;
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    /* 2 */
    display: table;
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 1 */
    color: inherit;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    /* 1 */
    font: inherit;
    -webkit-appearance: button;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

:root {
    font-size: 62.5%;
}

body {
    position: relative;
    font-size: 14px;
    font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, sans-serif;
    color: #333;
    line-height: 1.6;
}

*, *::before, *::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
}

a {
    color: #0079c3;
    text-decoration: underline;
    transition: opacity .3s;
}

a:hover, a:focus {
    opacity: .8;
}

@media only screen and (max-width: 768px) {
    a:hover, a:focus {
        opacity: 1;
    }
}

a[href^="tel"] {
    color: #333;
    text-decoration: none;
    cursor: default;
}

a[href^="tel"]:hover, a[href^="tel"]:focus {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    a[href^="tel"] {
        color: #0079c3;
        text-decoration: underline;
    }
}

em {
    font-weight: bold;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
    margin: 0;
    padding: 0;
}

button {
    padding: 0;
    font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, sans-serif;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}

ul, ol {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

small {
    font-size: 100%;
}

figure {
    margin: 0;
}

.str-header-01 {
    padding: 0 10px;
    background-color: #0079c3;
}

@media only screen and (max-width: 950px) {
    .str-header-01 {
        padding: 0;
    }
}

.str-header-01 .str-header-01-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 4px 0 7px;
    color: #fff;
    letter-spacing: 0;
    align-items: center;
}

[data-script-enabled="true"] .str-header-01 .str-header-01-inner {
    display: flex;
}

@media only screen and (max-width: 950px) {
    .str-header-01 .str-header-01-inner {
        position: relative;
        padding: 0;
    }
}

.str-header-01 a {
    color: #fff;
}

.str-header-01 .ci-city {
    padding-right: 10px;
}

.str-header-01 .ci-city img {
    width: 100px;
    height: 29px;
}

@media only screen and (max-width: 950px) {
    .str-header-01 .ci-city {
        padding: 5px 0 5px 20px;
    }
}

@media only screen and (max-width: 950px) {
    [data-script-enabled="true"] .str-header-01 .ci-city {
        width: calc(100% - 140px);
    }
}

[data-script-enabled="true"] .str-header-01 .menu-city {
    display: flex;
}

@media only screen and (max-width: 950px) {
    [data-script-enabled="true"] .str-header-01 .menu-city {
        width: 140px;
    }
}

.str-header-01 .menu-city a {
    text-decoration: none;
}

.str-header-01 .menu-city .btn-city {
    position: relative;
    display: none;
    width: 100%;
    padding: 10px 10px 10px 40px;
    font-size: 9px;
    color: #fff;
    text-align: left;
    background: #00629e;
}

@media only screen and (max-width: 950px) {
    .str-header-01 .menu-city .btn-city {
        display: block;
        padding: 10px 10px 10px 35px;
        text-decoration: none;
    }
}

.str-header-01 .menu-city .btn-city::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    display: inline-block;
    width: 14px;
    height: 15px;
    margin: auto;
    background-image: url(../sprite.html);
    background-position: -72px -59px;
    background-size: 114px 88.5px;
    content: "";
}

@media only screen and (max-width: 950px) {
    .str-header-01 .menu-city .btn-city::before {
        left: 15px;
    }
}

.str-header-01 .menu-city .link-city {
    display: flex;
}

@media only screen and (max-width: 950px) {
    .str-header-01 .menu-city .link-city {
        z-index: 500;
        display: block;
        width: 100%;
        background-color: #0079c3;
        opacity: .9;
    }
    [data-script-enabled="true"] .str-header-01 .menu-city .link-city {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10000;
        display: none;
    }
}

.str-header-01 .menu-city .link-city li {
    padding: 4px 0 0 30px;
    font-size: 12px;
}

@media only screen and (max-width: 950px) {
    .str-header-01 .menu-city .link-city li {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 950px) {
    .str-header-01 .menu-city .link-city li + li::before {
        display: block;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 2px);
        background-position: top;
        background-size: 3px 1px;
        background-repeat: repeat-x;
        content: "";
    }
}

.str-header-01 .menu-city .link-city a {
    display: inline-block;
}

.str-header-01 .menu-city .link-city a::after {
    width: 11px;
    height: 12px;
    background-image: url(../sprite.html);
    background-position: -100px -43px;
    background-size: 114px 88.5px;
}

@media only screen and (max-width: 950px) {
    .str-header-01 .menu-city .link-city a {
        position: relative;
        display: block;
        padding: 14px 0;
        font-weight: 600;
    }
    .str-header-01 .menu-city .link-city a::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: inline-block;
        margin: auto;
        content: "";
    }
}

.str-header-02 {
    position: relative;
}

.str-header-02 .str-header-02-inner {
    position: relative;
    justify-content: space-between;
    width: 100%;
    max-width: 1180px;
    min-height: 100px;
    margin: 0 auto;
    padding: 16px 0 18px;
}

[data-script-enabled="true"] .str-header-02 .str-header-02-inner {
    display: flex;
}

@media only screen and (max-width: 1180px) {
    .str-header-02 .str-header-02-inner {
        padding: 15px 10px 0;
    }
}

@media only screen and (max-width: 950px) {
    .str-header-02 .str-header-02-inner {
        min-height: auto;
        padding: 0;
    }
}

.str-header-02 .ci {
    position: relative;
    z-index: 1000;
    padding-top: 4px;
}

.str-header-02 .ci img {
    width: 180px;
    height: 58px;
}

@media only screen and (max-width: 1100px) {
    .str-header-02 .ci img {
        width: 150px;
        height: 60px;
    }
}

@media only screen and (max-width: 950px) {
    .str-header-02 .ci {
        display: flex;
        padding: 16px 20px;
        align-items: center;
    }
    .str-header-02 .ci img {
        width: 130px;
        height: 38px;
    }
}

@media screen and (max-width: 320px) {
    .str-header-02 .ci {
        padding: 11px 10px;
    }
}

.str-header-02 .header-nav a {
    text-decoration: none;
}

[data-script-enabled="true"] .str-header-02 .header-nav {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 950px) {
    [data-script-enabled="true"] .str-header-02 .header-nav {
        flex-direction: row;
        width: 55%;
    }
}

.str-header-02 .header-nav .utility {
    margin-top: -5px;
    letter-spacing: 0;
}

[data-script-enabled="true"] .str-header-02 .header-nav .utility {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility {
        margin-top: 0;
    }
    [data-script-enabled="true"] .str-header-02 .header-nav .utility {
        width: 74%;
        height: 100%;
        align-items: stretch;
    }
}

.str-header-02 .header-nav .utility > li {
    margin-left: 25px;
}

.str-header-02 .header-nav .utility > li a, .str-header-02 .header-nav .utility > li button {
    font-weight: bold;
    font-size: 12px;
    color: #0079c3;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility > li {
        margin-left: 0;
    }
}

.str-header-02 .header-nav .utility .link-corp a {
    display: inline-block;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-corp {
        display: none;
    }
}

.str-header-02 .header-nav .utility .link-access {
    display: none;
}

@media only screen and (max-width: 950px) {
    [data-script-enabled="true"] .str-header-02 .header-nav .utility .link-access {
        display: flex;
        width: 45%;
        background-color: #fff;
        box-shadow: 0 0 9px 1px rgba(57, 57, 57, .2);
    }
}

.str-header-02 .header-nav .utility .link-access a {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 26px 5px 0;
    font-size: 9px;
    color: #0075c1;
    line-height: 1.1;
    align-items: center;
}

.str-header-02 .header-nav .utility .link-access a span {
    position: relative;
    text-align: center;
}

.str-header-02 .header-nav .utility .link-access a span::before {
    position: absolute;
    top: -27px;
    right: 0;
    left: 0;
    display: inline-block;
    width: 19px;
    height: 23px;
    margin: auto;
    background-image: url(../sprite.html);
    background-position: -77px -24px;
    background-size: 114px 88.5px;
    content: "";
}

@media screen and (max-width: 320px) {
    .str-header-02 .header-nav .utility .link-access {
        width: 75px;
    }
}

.str-header-02 .header-nav .utility .link-faq a {
    display: inline-block;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-faq {
        display: none;
    }
}

.str-header-02 .header-nav .utility .link-lang {
    position: relative;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang {
        position: static;
        background-color: #fff;
        box-shadow: 0 0 9px 1px rgba(57, 57, 57, .2);
    }
    [data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang {
        display: flex;
        width: 45%;

        flex-flow: column;
    }
}

@media screen and (max-width: 320px) {
    .str-header-02 .header-nav .utility .link-lang {
        width: 65px;
    }
}

.str-header-02 .header-nav .utility .link-lang .btn-lang {
    position: relative;
    display: none;
    padding-left: 22px;
    line-height: 1.4;
    text-decoration: none;
}

.str-header-02 .header-nav .utility .link-lang .btn-lang._lang-jp {
    display: block;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang .btn-lang {
        display: block;
    }
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang .btn-lang {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 24px 5px 0;
        font-size: 9px;
        color: #0075c1;
        line-height: 1.3;
        text-decoration: none;
        align-items: center;
    }
}

.str-header-02 .header-nav .utility .link-lang .btn-lang:hover {
    opacity: .6;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang .btn-lang:hover {
        opacity: 1;
    }
}

.str-header-02 .header-nav .utility .link-lang .btn-lang::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: auto;
    background-image: url(../sprite.html);
    background-position: -200px -152px;
    content: "";
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang .btn-lang::before {
        display: none;
    }
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang .btn-lang span {
        position: relative;
        text-align: center;
    }
    .str-header-02 .header-nav .utility .link-lang .btn-lang span::before {
        position: absolute;
        top: -25px;
        right: 0;
        left: 0;
        display: inline-block;
        width: 22px;
        height: 23px;
        margin: auto;
        background-image: url(../sprite.html);
        background-position: -77px 0;
        background-size: 114px 88.5px;
        content: "";
    }
}

.str-header-02 .header-nav .utility .link-lang-select {
    position: relative;
    width: 98px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select {
        width: 100%;
        padding: 0 20px;
        border-top: solid 1px #ccc;
        border-right: none;
        border-bottom: none;
        border-left: none;
        border-radius: unset;
    }
}

[data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang-select {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 500;
    display: none;
}

@media only screen and (max-width: 950px) {
    [data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang-select {
        top: 100%;
    }
}

.str-header-02 .header-nav .utility .link-lang-select li {
    font-size: 12px;
    text-align: center;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select li {
        text-align: left;
    }
}

.str-header-02 .header-nav .utility .link-lang-select li + li::before {
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
    background-position: top;
    background-size: 3px 1px;
    background-repeat: repeat-x;
    content: "";
}

.str-header-02 .header-nav .utility .link-lang-select li:first-child a {
    border-radius: 10px 10px 0 0;
}

.str-header-02 .header-nav .utility .link-lang-select li:first-child a::before {
    position: absolute;
    top: -7px;
    right: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 0 5.5px 7px 5.5px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
    content: "";
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select li:first-child a::before {
        display: none;
    }
}

.str-header-02 .header-nav .utility .link-lang-select li:first-child a::after {
    position: absolute;
    top: -5px;
    right: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 0 5.5px 7px 5.5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    content: "";
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select li:first-child a::after {
        top: 0;
        left: auto;
        width: 11px;
        height: 12px;
        background-image: url(../sprite.html);
        background-position: -100px -30px;
        background-size: 114px 88.5px;
        border: none;
    }
}

.str-header-02 .header-nav .utility .link-lang-select li:last-child a {
    border-radius: 0 0 10px 10px;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select .g-lang-list .goog-te-gadget-simple {
        display: flex;
        width: 120px;
        margin: 10px 0;
        align-items: center;
    }
    .str-header-02 .header-nav .utility .link-lang-select .g-lang-list .goog-te-gadget-simple a::after {
        display: none;
    }
}

.str-header-02 .header-nav .utility .link-lang-select a {
    display: block;
    padding: 8px 2px;
    color: #0079c3;
}

.str-header-02 .header-nav .utility .link-lang-select a::after {
    width: 11px;
    height: 12px;
    background-image: url(../sprite.html);
    background-position: -100px -30px;
    background-size: 114px 88.5px;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select a {
        position: relative;
        padding: 10px 0;
    }
    .str-header-02 .header-nav .utility .link-lang-select a::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: inline-block;
        margin: auto;
        content: "" !important;
    }
}

.str-header-02 .header-nav .utility .link-lang-select a:hover {
    background-color: #d9edf1;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select a:hover {
        background-color: transparent;
    }
}

.str-header-02 .header-nav .utility .link-lang-select-gl {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    width: 98px;
    width: 700px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
    align-items: center;
}

.str-header-02 .header-nav .utility .link-lang-select-gl .dis_pc {
    display: flex;
    margin-right: 10px;
    text-align: right;
    border-right: 1px solid #0079c3;
    align-items: center;
}

@media only screen and (max-width: 1150px) {
    .str-header-02 .header-nav .utility .link-lang-select-gl .dis_pc {
        justify-content: flex-end;
        min-width: 180px;
    }
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select-gl .dis_pc {
        display: none;
    }
}

.str-header-02 .header-nav .utility .link-lang-select-gl .dis_pc p {
    display: inline-block;
    margin-right: 16px;
}

.str-header-02 .header-nav .utility .link-lang-select-gl .dis_pc .link-corp a span .dis_br {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .str-header-02 .header-nav .utility .link-lang-select-gl .dis_pc .link-corp a span .dis_br {
        display: block;
    }
}

.str-header-02 .header-nav .utility .link-lang-select-gl .dis_pc_list p {
    display: inline-block;
    margin: 0 7px;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select-gl .dis_pc_list p {
        margin: 0;
    }
    .str-header-02 .header-nav .utility .link-lang-select-gl .dis_pc_list p::after {
        display: block;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
        background-position: top;
        background-size: 3px 1px;
        background-repeat: repeat-x;
        content: "";
    }
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select-gl .dis_pc_list p {
        display: block;
    }
}

.str-header-02 .header-nav .utility .link-lang-select-gl .dis_pc_list p a {
    display: inline-block;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select-gl .dis_pc_list p a {
        display: block;
    }
}

@media only screen and (max-width: 1150px) {
    .str-header-02 .header-nav .utility .link-lang-select-gl .dis_pc_list {
        max-width: 200px;
    }
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select-gl .dis_pc_list {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 951px) {
    .str-header-02 .header-nav .utility .link-lang-select-gl {
        top: -22px !important;
        right: 0;
        left: auto !important;
        display: flex !important;
        justify-content: end;
        border: none;
        border-radius: unset;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .str-header-02 .header-nav .utility .link-lang-select-gl {
        display: block;
    }
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select-gl {
        display: none;
    }
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select-gl {
        width: 100%;
        padding: 0 20px;
        border-top: solid 1px #ccc;
        border-right: none;
        border-bottom: none;
        border-left: none;
        border-radius: unset;
    }
}

[data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang-select-gl {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 500;
    display: none;
}

@media only screen and (max-width: 950px) {
    [data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang-select-gl {
        top: 100%;
    }
}

.str-header-02 .header-nav .utility .link-lang-select-gl li {
    font-size: 12px;
    text-align: center;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select-gl li {
        text-align: left;
    }
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select-gl li + li::before {
        display: block;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
        background-position: top;
        background-size: 3px 1px;
        background-repeat: repeat-x;
        content: "";
    }
}

.str-header-02 .header-nav .utility .link-lang-select-gl li:last-child a {
    border-radius: 0 0 10px 10px;
}

.str-header-02 .header-nav .utility .link-lang-select-gl .g-lang-list {
    margin-left: 10px;
}

.str-header-02 .header-nav .utility .link-lang-select-gl .g-lang-list .goog-te-gadget-simple {
    display: flex;
    width: 120px;
    margin: 10px 0;
    align-items: center;
}

.str-header-02 .header-nav .utility .link-lang-select-gl .g-lang-list .goog-te-gadget-simple a::after {
    display: none;
}

.str-header-02 .header-nav .utility .link-lang-select-gl a::after {
    width: 11px;
    height: 12px;
    background-image: url(../sprite.html);
    background-position: -100px -30px;
    background-size: 114px 88.5px;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility .link-lang-select-gl a {
        position: relative;
        display: block;
        padding: 8px 2px;
        padding: 10px 0;
        color: #0079c3;
    }
    .str-header-02 .header-nav .utility .link-lang-select-gl a::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: inline-block;
        margin: auto;
        content: "" !important;
    }
}

.str-header-02 .header-nav .utility input.text-search {
    position: relative;
    width: 200px;
    margin: 0;
    padding: 5px 6px 5px 36px;
    font-size: 14px;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 30px;
    outline: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .utility input.text-search {
        display: none;
    }
}

.str-header-02 .header-nav .serch-area {
    position: relative;
}

.str-header-02 .header-nav .serch-area .serch-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17px;
    overflow: hidden;
    width: 14px;
    height: 14px;
    margin: auto;
    padding: 0 0 0 14px;
    white-space: nowrap;
    background: #fff url(../icon_search_01.html) left center no-repeat;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.str-header-02 .header-nav .box-menu {
    justify-content: flex-end;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .box-menu {
        z-index: 500;
        width: 100%;
        background-color: #d4e5ec;
    }
    [data-script-enabled="true"] .str-header-02 .header-nav .box-menu {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
    }
}

.str-header-02 .header-nav .box-menu .box-form {
    display: none;
    padding: 30px;
    text-align: center;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .box-menu .box-form {
        display: block;
    }
}

.str-header-02 .header-nav .box-menu .box-form .form-input {
    position: relative;
    display: table;
    width: 100%;
    padding: 0 10px 0 20px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 30px;
}

.str-header-02 .header-nav .box-menu .box-form .text-search {
    display: table-cell;
    width: calc(100% - 36px);
}

.str-header-02 .header-nav .box-menu .box-form .text-search input {
    width: 100%;
    padding: 10px 0;
    border: none;
    outline: none;
}

.str-header-02 .header-nav .box-menu .box-form .btn-search {
    display: table-cell;
    width: 36px;
}

.str-header-02 .header-nav .box-menu .box-form .btn-search input {
    overflow: hidden;
    width: 36px;
    height: 36px;
    padding: 0 0 0 36px;
    white-space: nowrap;
    background-color: transparent;
    background-image: url(../sprite.html);
    background-position: 0 0;
    background-size: 114px 88.5px;
    border: none;
    cursor: pointer;
}

.str-header-02 .header-nav .box-menu .btn-toggle {
    display: none;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .box-menu .btn-toggle {
        display: block;
    }
}

.str-header-02 .header-nav .box-menu .local-nav {
    display: none;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .box-menu .local-nav {
        display: block;
    }
}

.str-header-02 .header-nav .box-menu .banner {
    display: none;
    padding-bottom: 20px;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .box-menu .banner {
        display: block;
    }
}

.str-header-02 .header-nav .box-menu .banner li {
    text-align: center;
}

.str-header-02 .header-nav .box-menu .banner li + li {
    margin-top: 20px;
}

.str-header-02 .header-nav .box-menu .btn-close {
    display: none;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    color: #0074c2;
    text-align: center;
    background-color: #b4daf5;
}

@media only screen and (max-width: 950px) {
    [data-script-enabled="true"] .str-header-02 .header-nav .box-menu .btn-close {
        display: block;
    }
}

.str-header-02 .header-nav .box-menu .btn-close span {
    position: relative;
    padding-left: 24px;
}

.str-header-02 .header-nav .box-menu .btn-close span::before, .str-header-02 .header-nav .box-menu .btn-close span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 12px;
    height: 0;
    margin: auto;
    border-top: 2px solid #0074c2;
    content: "";
}

.str-header-02 .header-nav .box-menu .btn-close span::before {
    transform: skewY(-45deg);
}

.str-header-02 .header-nav .box-menu .btn-close span::after {
    transform: skewY(45deg);
}

.str-header-02 .header-nav .global-nav {
    position: absolute;
    top: 55px;
    right: 0;
    bottom: 0;
    z-index: 10;
    line-height: 1;
    letter-spacing: 0;
}

[data-script-enabled="true"] .str-header-02 .header-nav .global-nav {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 1100px) {
    .str-header-02 .header-nav .global-nav {
        top: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .str-header-02 .header-nav .global-nav {
        top: 62px;
    }
}

@media only screen and (max-width: 1180px) {
    .str-header-02 .header-nav .global-nav {
        right: 10px;
    }
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .global-nav {
        position: static;
        z-index: auto;
        justify-content: center;
    }
    [data-script-enabled="true"] .str-header-02 .header-nav .global-nav {
        width: 28%;
    }
}

@media screen and (max-width: 320px) {
    .str-header-02 .header-nav .global-nav {
        width: 60px;
    }
}

.str-header-02 .header-nav .global-nav .btn-menu {
    display: none;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .global-nav .btn-menu {
        position: relative;
        display: none;
        justify-content: center;
        width: 100%;
        padding-top: 4px;
        font-size: 9px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        background: linear-gradient(#6abdcc 0%, #0079b5 100%);
        box-shadow: 0 0 9px 1px rgba(57, 57, 57, .2);
        align-items: center;
    }
    [data-script-enabled="true"] .str-header-02 .header-nav .global-nav .btn-menu {
        display: flex;
    }
}

.str-header-02 .header-nav .global-nav .btn-menu .icon-menu {
    position: relative;
    display: inline-block;
    padding-top: 21px;
}

.str-header-02 .header-nav .global-nav .btn-menu .icon-menu::before, .str-header-02 .header-nav .global-nav .btn-menu .icon-menu::after, .str-header-02 .header-nav .global-nav .btn-menu .icon-menu span::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 15px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    content: " ";
    transition: .3s;
}

.str-header-02 .header-nav .global-nav .btn-menu .icon-menu::after {
    top: 6px;
}

.str-header-02 .header-nav .global-nav .btn-menu .icon-menu span::before {
    top: 12px;
}

.str-header-02 .header-nav .global-nav .btn-menu.icon-menu-transform .icon-menu::after {
    background: transparent;
}

.str-header-02 .header-nav .global-nav .btn-menu.icon-menu-transform .icon-menu::before, .str-header-02 .header-nav .global-nav .btn-menu.icon-menu-transform .icon-menu span::before {
    top: 6px;
    width: 16px;
    height: 2px;
    transform-origin: 50% 50%;
}

.str-header-02 .header-nav .global-nav .btn-menu.icon-menu-transform .icon-menu::before {
    transform: rotate3d(0, 0, 2, 45deg);
}

.str-header-02 .header-nav .global-nav .btn-menu.icon-menu-transform .icon-menu span::before {
    transform: rotate3d(0, 0, 2, -45deg);
}

.str-header-02 .header-nav .global-nav .link {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .global-nav .link {
        display: block;
        margin-bottom: 20px;
        background-color: #fff;
    }
}

@media only screen and (min-width: 950px) {
    .str-header-02 .header-nav .global-nav .link li .js-toggle {
        display: none;
    }
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .global-nav .link .pc-link {
        display: none;
    }
}

.str-header-02 .header-nav .global-nav .link > li {
    position: relative;
    padding: 0 9px;
    font-weight: 600;
    font-size: 15px;
}

@media only screen and (max-width: 1024px) {
    .str-header-02 .header-nav .global-nav .link > li {
        font-size: 13px;
    }
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .global-nav .link > li {
        padding: 0;
    }
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .global-nav .link > li::after {
        display: block;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
        background-position: top;
        background-size: 3px 1px;
        background-repeat: repeat-x;
        content: "";
    }
}

.str-header-02 .header-nav .global-nav .link > li:last-child {
    padding-right: 0;
}

.str-header-02 .header-nav .global-nav .link > li:last-child::after {
    display: none;
}

.str-header-02 .header-nav .global-nav .link > li a {
    display: inline-block;
    padding: 6px;
    color: #0079c3;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .global-nav .link > li a {
        display: block;
        margin-bottom: 0;
        padding: 14px 20px;
        color: #333;
    }
    .str-header-02 .header-nav .global-nav .link > li a:before {
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        display: block;
        width: 11px;
        height: 12px;
        margin: auto;
        background-image: url(../sprite.html);
        background-position: -100px -30px;
        background-size: 114px 88.5px;
        content: "";
    }
}

.str-header-02 .header-nav .global-nav .link > li .nav-current {
    background-color: #e6f0f8;
    border-radius: 6px;
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .global-nav .link > li .nav-current {
        background-color: #fff;
        border-radius: unset;
    }
}

.str-header-02 .header-nav .global-nav .link > li + li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 2px;
    height: 100%;
    background: #0079c3;
    background-image: linear-gradient(#fff 50%, transparent 50%, transparent);
    background-size: 2px 5px;
    content: "";
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .global-nav .link > li + li::before {
        display: none;
    }
}

@media only screen and (max-width: 950px) {
    .str-header-02 .header-nav .global-nav .link .btn-toggle {
        position: relative;
        display: block;
        width: 100%;
        padding: 14px 20px;
        font-weight: bold;
        color: #333;
        text-align: left;
        background: url(../bg_menu_sp_01.html) right top repeat-y;
    }
    .str-header-02 .header-nav .global-nav .link .btn-toggle::before, .str-header-02 .header-nav .global-nav .link .btn-toggle::after {
        position: absolute;
        right: 18px;
        bottom: 0;
        display: block;
        width: 0;
        height: 0;
        margin: auto;
        border-style: solid;
        content: "";
    }
    .str-header-02 .header-nav .global-nav .link .btn-toggle::before {
        top: 6px;
        border-width: 6px 7px 0 7px;
        border-color: #8c8c8c transparent transparent transparent;
    }
    .str-header-02 .header-nav .global-nav .link .btn-toggle::after {
        top: 0;
        border-width: 6px 7px 0 7px;
        border-color: #f5f5f5 transparent transparent transparent;
    }
    [data-script-enabled="true"] .str-header-02 .header-nav .global-nav .link .btn-toggle + ul.local-nav {
        display: none;
    }
    .str-header-02 .header-nav .global-nav .link .btn-toggle.is-open::before {
        top: 0;
        border-width: 0 7px 6px 7px;
        border-color: transparent transparent #8c8c8c transparent;
    }
    .str-header-02 .header-nav .global-nav .link .btn-toggle.is-open::after {
        top: 6px;
        border-width: 0 7px 6px 7px;
        border-color: transparent transparent #f5f5f5 transparent;
    }
    [data-script-enabled="true"] .str-header-02 .header-nav .global-nav .link .btn-toggle.is-open + ul.local-nav {
        display: block;
    }
    .str-header-02 .header-nav .global-nav .link .btn-toggle span {
        position: relative;
    }
    .str-header-02 .header-nav .global-nav .link .btn-toggle .toggle-state {
        display: none;
    }
    .str-header-02 .header-nav .global-nav .link .local-nav::before {
        display: block;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
        background-position: top;
        background-size: 3px 1px;
        background-repeat: repeat-x;
        content: "";
    }
    .str-header-02 .header-nav .global-nav .link .local-nav li {
        position: relative;
        font-weight: normal;
        font-size: 12px;
        border-bottom: 1px dotted #ccc;
    }
    .str-header-02 .header-nav .global-nav .link .local-nav li:last-child {
        border: none;
    }
    .str-header-02 .header-nav .global-nav .link .local-nav li:last-child::after {
        display: none;
    }
    .str-header-02 .header-nav .global-nav .link .local-nav li a {
        padding: 14px 20px 14px 30px;
        color: #666;
    }
}

:placeholder-shown {
    color: #333;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
}

:-ms-input-placeholder {
    color: #333;
}

::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.footer-banner-01 {
    display: flex;
    justify-content: center;
    max-width: 1060px;
    margin: 0 auto;
}

.footer-banner-01 > li + li {
    margin: 0 0 0 20px;
}

.footer-banner-01 > li {
    width: 33.3%;
}

@media only screen and (max-width: 768px) {
    .footer-banner-01 {
        flex-wrap: wrap;
    }
    .footer-banner-01 > li {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
    }
    .footer-banner-01 > li + li {
        margin: 0 0 20px 0;
    }
}

.str-footer {
    position: relative;
    background-color: #0079c3;
}

.str-footer .str-footer-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 43px 10px 24px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .str-footer .str-footer-inner {
        padding: 45px 20px 25px;
    }
}

.str-footer .footer-link-01 a {
    color: #fff;
    text-decoration: none;
}

.str-footer .footer-link-01 {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
    letter-spacing: 0;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .str-footer .footer-link-01 {
        justify-content: start;
        margin-bottom: 22px;
    }
}

.str-footer .footer-link-01 li {
    padding: 0 20px 14px;
    font-size: 13px;
}

@media only screen and (max-width: 768px) {
    .str-footer .footer-link-01 li {
        width: 50%;
        padding: 0 0 8px;
        font-size: 12px;
    }
}

.str-footer .footer-link-01 li a {
    display: inline-block;
}

.str-footer .footer-ci {
    margin-bottom: 35px;
    text-align: center;
}

.str-footer .copyright {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
    .str-footer .str-footer-inner {
        padding: 40px 20px 20px;
    }
    .str-footer .str-footer-inner .footer-ci img {
        width: 225px;
    }
    .str-footer .footer-ci {
        margin-bottom: 15px;
    }
}

.link-pagetop {
    position: static;
}

.link-pagetop.fixed {
    position: fixed;
    right: 20px;
    bottom: 10px;
    left: 0;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .link-pagetop.fixed {
        bottom: -5px;
        max-width: none;
    }
    .link-pagetop.fixed .btn-top a {
        right: 14px;
    }
}

.link-pagetop .btn-top {
    position: relative;
    display: none;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .link-pagetop .btn-top {
        max-width: none;
    }
}

.link-pagetop .btn-top a {
    position: absolute;
    top: -82px;
    right: 0;
}

@media only screen and (min-width: 1350px) {
    .link-pagetop .btn-top a {
        right: -65px;
    }
}

@media only screen and (max-width: 768px) {
    .link-pagetop .btn-top a {
        top: -62px;
        right: -5px;
    }
}

@media only screen and (max-width: 768px) {
    .link-pagetop img {
        width: 44px;
        height: 44px;
    }
}

.str-contents-inner {
    box-sizing: content-box;
    max-width: 1060px;
    margin: 0 auto;
    padding: 20px 10px 60px;
}

.str-contents-inner > *:last-child {
    margin-bottom: 0;
}

.contents-inner {
    max-width: 980px;
    margin: 0 auto;
}

.contents-inner > *:last-child {
    margin-bottom: 0;
}

.mod_search_01 {
    max-width: 50%;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 812px) {
    .mod_search_01 {
        max-width: 100%;
        margin: 0 auto 20px;
    }
}

.mod_search_01 .search {
    display: flex;
    justify-content: space-between;
    margin-right: 13px;
    padding: 9px 15px 9px 20px;
    background-color: #eceef1;
    border-radius: 22px;

    flex-basis: 100%;
}

.mod_search_01 .search input[type="text"] {
    width: calc(100% - 40px);
    padding: 5px 5px 4px;
    background-color: transparent;
    border: none;
}

.mod_search_01 .search input[type="submit"] {
    display: inline-block;
    overflow: hidden;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    background-color: transparent;
    background-image: url(../icon_search_03.html);
    border: none;
    transition: all 200ms;
}

.hdg-l1-01 {
    width: 100%;
    font-weight: normal;
    font-size: 30px;
    font-family: "Passion One", cursive;
    color: #0079c3;
    background: #fff url(../bg_hdg_01.html) right center no-repeat;
    border-radius: 9px;
    box-shadow: 0 0 9px 1px rgba(31, 116, 143, .15);
}

.hdg-l1-01 .inner {
    display: block;
    padding: 31px 40px;
    line-height: 1;
}

.hdg-l1-01 .sub {
    display: block;
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #333;
}

.hdg-l1-01 + .box-01 {
    margin-top: 65px;
}

@media only screen and (max-width: 768px) {
    .hdg-l1-01 {
        font-size: 20px;
    }
    .hdg-l1-01 .inner {
        padding: 18px 10px;
    }
    .hdg-l1-01 + .box-01 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 375px) {
    .hdg-l1-01 {
        background: #fff url(../bg_hdg_01.html) 215px center no-repeat;
    }
}

.hdg-l1-02 {
    width: 100%;
    font-weight: normal;
    font-size: 30px;
    font-family: "Passion One", cursive;
    color: #0079c3;
    background: #fff url(../bg_hdg_01.html) right center no-repeat;
    border-radius: 9px;
    box-shadow: 0 0 9px 1px rgba(31, 116, 143, .15);
}

.hdg-l1-02.enjoy {
    background: #fff url(../bg_hdg_01-2.html) right center no-repeat;
}

.hdg-l1-02.enjoy br {
    display: none;
}

.hdg-l1-02.ticket {
    background: #fff url(../bg_hdg_01-3.html) right center no-repeat;
}

.hdg-l1-02.ticket br {
    display: none;
}

.hdg-l1-02.information {
    background: #fff url(../bg_hdg_01-4.html) right center no-repeat;
}

.hdg-l1-02.information br {
    display: none;
}

.hdg-l1-02.access {
    background: #fff url(../bg_hdg_01-5.html) right center no-repeat;
}

.hdg-l1-02.access br {
    display: none;
}

.hdg-l1-02.event-campaign {
    background: #fff url(../bg_hdg_01-6.html) right center no-repeat;
}

.hdg-l1-02.event-campaign br {
    display: none;
}

.hdg-l1-02.news {
    background: #fff url(../bg_hdg_01-5.html) right center no-repeat;
}

.hdg-l1-02.news br {
    display: none;
}

.hdg-l1-02 .inner {
    display: block;
    padding: 76px 40px;
    line-height: 1;
}

.hdg-l1-02 .sub {
    display: block;
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #333;
}

@media only screen and (max-width: 768px) {
    .hdg-l1-02 {
        font-size: 20px;
    }
    .hdg-l1-02 .inner {
        padding: 9px 10px;
    }
    .hdg-l1-02.enjoy {
        background: #fff url(../bg_hdg_01-2.html) right center no-repeat;
        background-size: 60%;
    }
    .hdg-l1-02.enjoy br {
        display: block;
    }
    .hdg-l1-02.ticket {
        background: #fff url(../bg_hdg_01-3.html) right center no-repeat;
        background-size: 60%;
    }
    .hdg-l1-02.ticket br {
        display: block;
    }
    .hdg-l1-02.information {
        background: #fff url(../bg_hdg_01-4.html) right center no-repeat;
        background-size: 60%;
    }
    .hdg-l1-02.information br {
        display: none;
    }
    .hdg-l1-02.access {
        background: #fff url(../bg_hdg_01-5.html) right center no-repeat;
        background-size: 60%;
    }
    .hdg-l1-02.access br {
        display: none;
    }
    .hdg-l1-02.event-campaign {
        background: #fff url(../bg_hdg_01-6.html) right center no-repeat;
        background-size: 60%;
    }
    .hdg-l1-02.event-campaign br {
        display: none;
    }
    .hdg-l1-02.news {
        background: #fff url(../bg_hdg_01-7.html) right center no-repeat;
        background-size: 60%;
    }
    .hdg-l1-02.news br {
        display: none;
    }
}

.hdg-l1-02 + .box-01 {
    margin-top: 40px;
}

.hdg-l2-01 {
    margin: 65px 0 30px;
    text-align: center;
}

.hdg-l2-01 .inner {
    display: inline-block;
    padding: 0 10px 8px;
    font-weight: bold;
    font-size: 23px;
    color: #0079c3;
    border-bottom: 2px dashed #0079c3;
}

@media only screen and (max-width: 768px) {
    .hdg-l2-01 {
        margin: 30px 0 20px;
    }
}

.hdg-l3-01 {
    margin-bottom: 25px;
    padding: 2px 15px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #0079c3;
    border-radius: 17px;
}

@media only screen and (max-width: 768px) {
    .hdg-l3-01 {
        margin-bottom: 20px;
        font-size: 16px;
    }
}

* + .hdg-l3-01 {
    margin-top: 40px;
}

.hdg-l3-02 {
    position: relative;
    margin: 40px 0 30px;
    padding: 1px 10px 0;
    font-weight: bold;
    font-size: 16px;
    color: #0079c3;
    border-left: 3px solid #0079c3;
}

.hdg-l3-02::before {
    position: absolute;
    bottom: -10px;
    left: -4px;
    display: block;
    width: calc(100% + 4px);
    border-bottom: 1px solid #0079c3;
    content: "";
}

@media only screen and (max-width: 768px) {
    .hdg-l3-02 {
        margin: 30px 0 20px;
    }
}

.hdg-l4-01 {
    position: relative;
    margin-bottom: 20px;
    padding: 4px 15px 6px;
    font-weight: bold;
    font-size: 16px;
    color: #0079c3;
    border-bottom: 1px solid #0079c3;
}

.hdg-l4-01::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 3px;
    height: calc(100% - 10px);
    background: #0079c3;
    border-radius: 5px;
    border-radius: 17px;
    content: "";
}

.lead-01 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .lead-01 {
        margin-bottom: 20px;
    }
}

p > em {
    color: #ff4b4b;
}

.str-contents p + * {
    margin-top: 20px;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.topic-path {
    display: flex;
    margin-bottom: 15px;
    font-size: 12px;
    color: #0079c3;
    letter-spacing: 0;
    flex-wrap: wrap;
}

.topic-path > li:nth-child(n+2):before {
    margin: 0 8px;
    color: #0079c3;
    content: ">";
}

.topic-path > li a {
    color: #0079c3;
    text-decoration: underline;
}

.topic-path > li em {
    font-weight: normal;
    color: #0079c3;
}

.list-news-01 {
    margin-bottom: 15px;
}

.list-news-01 > li + li {
    border-top: 1px solid #d2d2d2;
}

.list-news-01 > li:first-child a {
    padding-top: 0;
}

.list-news-01 a {
    position: relative;
    display: flex;
    padding: 10px 20px 10px 0;
    text-decoration: none;
}

.list-news-01 a::before {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    left: auto;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    color: #0079c3;
    border-top: 2px solid #0079c3;
    border-right: 2px solid #0079c3;
    content: "";
    transform: rotate(45deg);
}

.list-news-01 .date {
    font-weight: normal;
    font-size: 12px;
    color: #696969;
}

.list-news-01 .text {
    margin-top: 5px;
    font-weight: bold;
    font-size: 15px;
    color: #0079c3;
}

.list-news-01 .content {
    width: calc(100% - 140px);
    padding: 10px 0 10px 20px;
    font-size: 15px;
    color: #0079c3;
}

.list-news-01 .image {
    width: 120px;
}

.list-news-01 .image > span {
    position: relative;
    display: block;
    height: 0;
    padding-top: 58.33%;
}

.list-news-01 .image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .list-news-01 .content {
        width: calc(100% - 75px);
        padding: 0 0 0 10px;
    }
    .list-news-01 .image > img {
        width: 75px;
    }
}

@media only screen and (max-width: 768px) {
    .list-news-01 .date {
        font-size: 11px;
    }
}

.list-news-02 {
    margin: -16px 0 15px;
}

.list-news-02 > li + li {
    border-top: 1px solid #d2d2d2;
}

.list-news-02 > li a {
    position: relative;
    display: flex;
    padding: 16px 20px 16px 0;
    color: #333;
    text-decoration: none;
}

.list-news-02 > li a::after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    left: auto;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    color: #0079c3;
    border-top: 2px solid #0079c3;
    border-right: 2px solid #0079c3;
    content: "";
    transform: rotate(45deg);
}

.list-news-02 > li > div {
    position: relative;
    display: flex;
    padding: 16px 20px 16px 0;
}

.list-news-02 > li .date {
    font-size: 12px;
    color: #696969;
}

.list-news-02 > li .text {
    padding-left: 20px;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .list-news-02 > li a {
        display: block;
    }
    .list-news-02 > li .text {
        padding-left: 0;
    }
}

.list-info-01 {
    margin-bottom: 20px;
}

.list-info-01 > *:last-child {
    margin-bottom: 0;
}

.list-info-01 > div {
    margin-bottom: 10px;
}

.list-info-01 dt {
    display: inline-block;
    width: 92px;
    padding: 3px 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #54b4df;
    border-radius: 40px;
}

.list-info-01 dd {
    display: inline-block;
    width: calc(100% - 108px);
    padding-left: 12px;
    font-weight: bold;
    vertical-align: top;
}

.list-info-01 dd span {
    font-size: 12px;
}

.list-note-01 {
    margin-bottom: 20px;
    font-size: 14px;
}

.list-note-01 > li {
    display: flex;
}

.list-note-01 > li > .mark {
    padding: 0 5px 0 0;
    vertical-align: top;
    white-space: nowrap;
}

.list-note-01 > li > .text {
    word-break: break-all;
}

.list-bullet-01 {
    margin-bottom: 20px;
}

.list-bullet-01 > li {
    position: relative;
    padding-left: 13px;
}

.list-bullet-01 > li::before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background: #7ebde9;
    border-radius: 50%;
    content: "";
}

.list-btn-01 {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.list-btn-01 > li {
    margin-bottom: 20px;
}

.list-btn-01 > li .btn-01 {
    min-width: 324px;
}

.list-btn-01 > li p {
    margin-top: 10px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .list-btn-01 {
        display: block;
    }
    .list-btn-01 > li .btn-01 {
        min-width: auto;
    }
}

.list-faq-01 dl {
    border-bottom: 1px solid #d8d8d8;
}

.list-faq-01 dl:last-child {
    border-bottom: none;
}

.list-faq-01 dl .btn-faq {
    position: relative;
    width: 100%;
    padding: 25px 35px 24px 36px;
    text-align: left;
    line-height: 1.5;
}

[data-script-enabled="true"] .list-faq-01 dl .btn-faq::before {
    position: absolute;
    top: 0;
    right: 9px;
    bottom: 0;
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 2px;
    margin: auto;
    background-color: #0075c1;
    content: "";
}

[data-script-enabled="true"] .list-faq-01 dl .btn-faq::after {
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    display: inline-block;
    width: 2px;
    height: 12px;
    margin: auto;
    background-color: #0075c1;
    content: "";
}

.list-faq-01 dl .btn-faq.is-open::after {
    display: none;
}

.list-faq-01 dl .btn-faq > .mark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    padding: 7px 0;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 1;
    background: #3394cf;
    border-radius: 5px;
}

.list-faq-01 dl .btn-faq .text-wrap {
    display: block;
    margin: 0 0 0 14px;
}

.list-faq-01 dl .btn-faq .text-wrap > .text {
    font-weight: 600;
    color: #0075c1;
}

.list-faq-01 dl .btn-faq .toggle-state {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    font-size: 0;
    background: #e6f0f8;
    border-radius: 5px;
}

@media only screen and (max-width: 768px) {
    .list-faq-01 dl .btn-faq {
        padding: 15px 35px 15px 36px;
    }
    .list-faq-01 dl .btn-faq > .mark {
        left: 0;
    }
    .list-faq-01 dl .btn-faq .text-wrap {
        margin: 0 0 0 14px;
    }
    .list-faq-01 dl .btn-faq > .text {
        padding-bottom: 0;
    }
}

.list-faq-01 dl dd {
    padding: 0 0 20px 0;
}

[data-script-enabled="true"] .list-faq-01 dl dd {
    display: none;
}

.list-faq-01 dl dd .box-anser {
    display: flex;
}

.list-faq-01 dl dd .box-anser > .text {
    width: 100%;
    margin-left: 20px;
    padding-top: 20px;
    border-top: 2px dashed #d5d5d5;
}

.list-faq-01 dl dd .box-anser > .text > *:last-child {
    margin-bottom: 0;
}

.list-faq-01 dl dd .box-anser > .mark {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 20px;
    padding: 6px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    color: #3394cf;
    text-align: center;
    line-height: 1;
    border: 1px solid #3394cf;
    border-radius: 5px;
}

.list-faq-01 dl dd .box-anser > *:last-child {
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
    .list-faq-01 dl dd {
        padding: 0 0 20px 0;
    }
    .list-faq-01 dl dd .box-anser {
        padding: 0;
    }
    .list-faq-01 dl dd .box-anser > .mark {
        padding: 6px 9px;
    }
}

.news-list .news-date {
    font-weight: bold;
    font-size: 1.2rem;
    color: #333;
}

.news-list .news-txt {
    font-weight: bold;
}

.btn-center {
    margin-bottom: 20px;
    text-align: center;
}

.btn-left {
    margin-bottom: 20px;
    text-align: left;
}

.btn-right {
    margin-bottom: 20px;
    text-align: right;
}

.btn-center + *, .btn-left + *, .btn-right + * {
    margin-top: 40px !important;
}

.btn-01 {
    position: relative;
    display: inline-block;
    min-width: 250px;
    margin: 0 auto;
    padding: 14px 42px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(#8cceda 0%, #0182c1 100%);
    border-radius: 8px;
}

.btn-01.pd2 {
    padding: 14px 29px 14px 17px;
}

@media only screen and (max-width: 768px) {
    .btn-01 {
        width: 100%;
        padding: 13px 35px 13px 18px;
    }
}

.btn-01::after {
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    display: inline-block;
    width: 11px;
    height: 12px;
    margin: auto;
    background-image: url(../sprite.html);
    background-position: -174px -118px;
    content: "";
}

@media only screen and (max-width: 768px) {
    .btn-01::after {
        right: 10px;
        width: 11px;
        height: 12px;
        background-image: url(../sprite.html);
        background-position: -100px -43px;
        background-size: 114px 88.5px;
    }
}

.btn-01[target="_blank"]::after {
    display: none;
}

.btn-01 .icon-window {
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
}

.btn-2col-01 {
    margin: 40px 0 20px;
    font-size: 0;
    text-align: center;
}

.btn-2col-01 a {
    text-decoration: none;
}

.btn-2col-01 > * {
    margin-right: 15px;
}

.btn-2col-01 > * + * {
    margin-right: 0;
    margin-left: 15px;
}

@media only screen and (max-width: 768px) {
    .btn-2col-01 .btn-01 {
        display: block;
        margin: 0 auto;
    }
    .btn-2col-01 .btn-01 + .btn-01 {
        margin-top: 10px;
    }
}

.link-banner-01 {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .link-banner-01 {
        margin-bottom: 10px;
    }
}

.link-banner-01 li {
    padding: 0 14px 10px;
}

@media only screen and (max-width: 768px) {
    .link-banner-01 li {
        width: 50%;
        padding: 0 5px 12px;
        text-align: center;
    }
}

.link-banner-02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}

@media only screen and (max-width: 768px) {
    .link-banner-02 {
        margin-bottom: 0;
        flex-wrap: wrap;
    }
}

.link-banner-02 li {
    width: 49%;
}

@media only screen and (max-width: 768px) {
    .link-banner-02 li {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}

.link-banner-02 li:last-child {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .link-banner-02 li:last-child {
        text-align: center;
    }
}

.link-01 {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    text-decoration: none;
}

.link-01::before {
    position: absolute;
    top: -4px;
    bottom: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    color: #0079c3;
    border-top: 2px solid #0079c3;
    border-right: 2px solid #0079c3;
    content: "";
    transform: rotate(45deg);
}

.box-01 {
    margin: 0 auto 50px;
    padding: 35px 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 18px 2px rgba(31, 116, 143, .15);
}

.box-01 > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .box-01 {
        margin: 0 auto 35px;
        padding: 20px 10px 10px;
    }
    .box-01.max-01 {
        max-width: 380px;
    }
}

p + .box-contact-01 {
    margin: 40px 0;
}

.box-contact-01 {
    display: flex;
    margin-bottom: 20px;
    padding: 20px 35px;
    background: #ebf5fc;
    border-radius: 9px;
    align-items: center;
}

.box-contact-01 .box-main {
    width: calc(100% - 229px);
    padding: 12px 0 12px 40px;
    border-left: 1px solid #0079c3;
}

.box-contact-01 .box-side {
    width: 229px;
    padding: 12px 0;
}

.box-contact-01 .hdg {
    padding-right: 40px;
    font-weight: bold;
    color: #0079c3;
    white-space: nowrap;
}

.box-contact-01 .text {
    font-weight: bold;
}

.box-contact-01 .time {
    margin-bottom: 15px;
}

.box-contact-01 .time dt {
    display: inline-block;
    font-weight: bold;
    color: #0079c3;
}

.box-contact-01 .time dd {
    display: inline-block;
    font-size: 12px;
}

.box-contact-01 .tel {
    display: inline-block;
    margin-right: 25px;
}

.box-contact-01 .tel dt, .box-contact-01 .tel dd {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
}

.box-contact-01 .tel dt {
    margin-right: 5px;
    padding: 3px 10px;
    color: #fff;
    background: #0079c3;
    border-radius: 3px;
}

.box-contact-01 .tel + .tel {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    .box-contact-01 {
        display: block;
        padding: 10px;
    }
    .box-contact-01 .hdg {
        text-align: center;
    }
    .box-contact-01 .box-main {
        width: auto;
        padding: 12px 0 0;
        border-left: none;
    }
    .box-contact-01 .box-side {
        width: auto;
        padding: 12px 0;
        border-right: none;
        border-bottom: 1px solid #0079c3;
    }
    .box-contact-01 dl {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .box-contact-01 .tel {
        display: block;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .box-contact-01 .tel + .tel {
        margin-top: 10px;
    }
}

.box-01 .box-enjoy-01 {
    margin: 0 -40px;
}

.box-01 .box-enjoy-01 .inner-02 {
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .box-01 .box-enjoy-01 {
        margin: 0;
    }
    .box-01 .box-enjoy-01 .inner-01 {
        margin: 0 -10px 35px;
    }
    .box-01 .box-enjoy-01 .inner-02 {
        padding: 0 0 20px;
    }
}

.box-ticket-01 {
    position: relative;
    margin: 40px 0 20px;
    padding: 24px 40px;
    background: #e1f1fd;
    border-radius: 10px;
}

.box-ticket-01::before {
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 0 15px 18px 15px;
    border-style: solid;
    border-color: transparent transparent #e1f1fd transparent;
    content: "";
}

@media only screen and (max-width: 768px) {
    .box-ticket-01 {
        margin: 20px 0;
        padding: 20px 10px 10px;
    }
}

.lay-media-01 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 40px;
}

@media only screen and (max-width: 768px) {
    .lay-media-01 {
        display: block;
        max-width: none;
        margin: 0 auto;
    }
}

.lay-media-01 .col {
    width: 49%;
    max-width: 514px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 18px 2px rgba(31, 116, 143, .15);
}

@media only screen and (max-width: 768px) {
    .lay-media-01 .col {
        width: 100%;
        max-width: none;
        margin: 0 auto 20px;
    }
}

.lay-media-01 .hdg {
    margin: 0;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 27px;
    font-family: "Passion One", cursive;
    color: #fff;
    text-align: center;
    background: #2b589c;
    border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 768px) {
    .lay-media-01 .hdg {
        padding: 9px 10px;
        font-size: 16px;
    }
}

.lay-media-01 .twitter .hdg {
    background: #2ca7e0;
}

.lay-media-01 .facebook .contents {
    padding: 0 12px 10px;
}

.lay-media-01 .contents {
    padding: 0 12px;
    background: #fff;
}

.lay-media-01 .contents .facebook-wrapper {
    text-align: center;
}

.lay-01 {
    display: flex;
    margin: 0 0 0 -20px;
    flex-wrap: wrap;
}

.lay-01.col2 > li {
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
}

.lay-01.col3 {
    margin: 0 0 -22px -20px;
}

.lay-01.col3 > li {
    width: calc(33.3% - 20px);
    margin: 0 0 20px 20px;
}

.lay-01.col3 > li .image {
    position: relative;
    margin-bottom: 10px;
}

.lay-01.col3 > li .caption {
    position: relative;
    display: block;
    padding-left: 15px;
    font-weight: bold;
    font-size: 15px;
}

.lay-01.col3 > li .caption::before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background: #0079c3;
    border-radius: 50%;
    content: "";
}

.lay-01.col3 > li .caption-02 {
    position: absolute;
    bottom: 5px;
    z-index: 2;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    color: #333;
    text-align: center;
}

.lay-01.col3 > li .caption-02::before {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    background-image: url(../sprite.html);
    background-position: -200px -132px;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lay-01.col3 > li .caption-02 {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .lay-01.col3 > li .caption-02 {
        font-size: 10px;
    }
}

.lay-01.col3 > li .modal-link {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #ccc;
}

.lay-01.col3 > li .modal-link:before {
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    width: 101%;
    height: 100%;
    background: url(../bg_enjoy_01.html) no-repeat 0 bottom;
    background-size: 101%;
    content: "";
}

.lay-01.col3 > li .modal-link .image {
    margin-bottom: 0;
}

.lay-01.col4 {
    margin: 0 0 -20px -20px;
}

.lay-01.col4 > li {
    width: calc(25% - 20px);
    margin: 0 0 20px 20px;
}

.lay-01.col4 > li .image {
    position: relative;
    margin-bottom: 10px;
}

.lay-01.col4 > li .caption {
    position: relative;
    display: block;
    padding-left: 15px;
    font-weight: bold;
    font-size: 15px;
}

.lay-01.col4 > li .caption::before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background: #0079c3;
    border-radius: 50%;
    content: "";
}

.lay-01.col4 > li .caption-02 {
    position: absolute;
    bottom: 2px;
    z-index: 2;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    color: #333;
    text-align: center;
}

.lay-01.col4 > li .caption-02::before {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    background-image: url(../sprite.html);
    background-position: -200px -132px;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lay-01.col4 > li .caption-02 {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .lay-01.col4 > li .caption-02 {
        font-size: 10px;
    }
}

.lay-01.col4 > li .modal-link {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #ccc;
}

.lay-01.col4 > li .modal-link:before {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../bg_enjoy_01.html) no-repeat 0 bottom;
    background-size: 100%;
    content: "";
}

.lay-01.col4 > li .modal-link .image {
    margin-bottom: 0;
}

.lay-01 .box-inner {
    display: flex;
    height: 100%;
    padding: 20px;
    background: #ebf5fc;
    border-radius: 10px;
}

.lay-01 .box-inner .content {
    width: calc(100% - 184px);
    padding-left: 30px;
}

.lay-01 .box-inner .title {
    font-weight: bold;
    color: #0079c3;
}

.lay-01 .box-inner .price {
    display: inline-block;
    margin: 7px 0;
    padding: 3px 12px;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    background: #fff;
    border-radius: 20px;
}

.lay-01 .box-inner .text {
    padding-top: 10px;
    border-top: 1px dashed #0079c3;
}

@media only screen and (max-width: 768px) {
    .lay-01 {
        margin: 0 0 0 -10px;
    }
    .lay-01.col2 > li {
        width: calc(50% - 10px);
        margin: 0 0 10px 10px;
    }
    .lay-01.col3 {
        margin: 0 0 -10px -10px;
    }
    .lay-01.col3 > li {
        width: calc(50% - 10px);
        max-width: 100%;
        margin: 0 0 10px 10px;
    }
    .lay-01.col3 a > img, .lay-01.col3 .image > img {
        width: 100%;
    }
    .lay-01.col4 {
        margin: 0 0 -10px -10px;
    }
    .lay-01.col4 > li {
        width: calc(50% - 10px);
        max-width: 100%;
        margin: 0 0 10px 10px;
    }
    .lay-01.col4 a > img, .lay-01.col4 .image > img {
        width: 100%;
    }
    .lay-01 .box-inner {
        display: block;
        padding: 10px;
    }
    .lay-01 .box-inner .content {
        width: 100%;
        padding-left: 0;
    }
    .lay-01 .image {
        margin-bottom: 10px;
        text-align: center;
        background: #fff;
    }
}

.lay-02 {
    display: flex;
    margin: 0 0 0 -40px;
    flex-wrap: wrap;
}

.lay-02.col2 {
    justify-content: space-between;
    max-width: 860px;
    margin: 0 auto;
}

.lay-02.col2 > li {
    width: calc(50% - 20px);
    margin: 0 0 20px 0;
}

.lay-02.col2 .image {
    margin-bottom: 15px;
}

.lay-02.col2 .caption {
    text-align: center;
}

.lay-02.col3 > li {
    width: calc(33.3% - 40px);
}

.lay-02 > li {
    margin: 0 0 40px 40px;
}

.lay-02 > li.box {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
}

.lay-02 > li.box .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin-bottom: 20px;
    padding-top: 62.27%;
    border: 1px solid #cdcdcd;
    border-radius: 10px 10px 0 0;
}

.lay-02 > li.box .image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
}

.lay-02 > li > a {
    display: block;
    text-decoration: none;
}

.lay-02 .category {
    display: inline-block;
    margin-bottom: 15px;
    padding: 3px 17px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    border-radius: 40px;
}

.lay-02 .category.campaign {
    background: #d7b632;
}

.lay-02 .category.event {
    background: #ef7837;
}

.lay-02 .date {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    color: #333;
}

.lay-02 .text {
    font-weight: bold;
    font-size: 15px;
    color: #0079c3;
}

@media only screen and (max-width: 768px) {
    .lay-02 {
        margin: 0 0 20px -10px;
    }
    .lay-02.col2 {
        display: block;
    }
    .lay-02.col2 > li {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0;
        text-align: center;
    }
    .lay-02.col3 {
        margin: 0 0 20px -10px;
    }
    .lay-02.col3 > li {
        width: calc(50% - 10px);
        margin: 0 0 10px 10px;
        padding: 10px;
    }
    .lay-02.col3 .image {
        margin-bottom: 10px;
    }
    .lay-02.col3 .image img {
        width: 100%;
    }
    .lay-02.col3 .text {
        font-size: 14px;
    }
    .lay-02.col3 .category {
        margin-bottom: 5px;
    }
}

.lay-03 {
    display: flex;
    max-width: 980px;
    margin: -20px 0 0 -20px;
    flex-wrap: wrap;
}

.lay-03.col2 {
    justify-content: space-around;
    max-width: 780px;
    margin: 0 auto;
}

.lay-03.col2 > li {
    width: calc(50% - 10px);
    margin: 0 0 20px 0;
}

.lay-03.col2 > li:nth-child(2n) {
    margin: 0 0 0 20px;
}

.lay-03 .image {
    margin-bottom: 10px;
}

.lay-03 .caption {
    position: relative;
    display: block;
    padding-left: 15px;
    font-weight: bold;
    font-size: 15px;
}

.lay-03 .caption::before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background: #0079c3;
    border-radius: 50%;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lay-03.col2 {
        justify-content: center;
    }
    .lay-03.col2 > li {
        flex: 0 0 380px;
        max-width: 100%;
    }
    .lay-03.col2 > li:nth-child(2n) {
        margin: 0;
    }
}

.lay-04 {
    display: flex;
    margin: 0 0 -40px -32px;
    flex-wrap: wrap;
}

.lay-04.col2 > li {
    width: calc(50% - 32px);
    margin: 0 0 20px 32px;
}

@media only screen and (max-width: 768px) {
    .lay-04 {
        display: block;
        margin: 0 0 -40px 0;
    }
    .lay-04.col2 > li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.lay-05 {
    display: flex;
    margin: -40px 0 0 -40px;
    flex-wrap: wrap;
}

.lay-05.col2 {
    justify-content: space-between;
    max-width: 860px;
    margin: 0 auto;
}

.lay-05.col2 > li {
    width: calc(50% - 20px);
    margin: 0 0 20px 0;
}

.lay-05.col2 > li:nth-child(2n) {
    margin: 0 0 0 20px;
}

.lay-05 .image img {
    margin-bottom: 15px;
}

.lay-05 .caption {
    display: block;
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .lay-05.col2 {
        justify-content: center;
    }
    .lay-05.col2 > li {
        flex: 0 0 380px;
        max-width: 100%;
    }
    .lay-05.col2 > li:nth-child(2n) {
        margin: 0;
    }
}

.lay-time-01 {
    display: flex;
    align-items: center;
}

.lay-time-01 .box {
    width: 243px;
    height: 85px;
    padding: 16px;
    text-align: center;
    background: #ebf5fc;
    border-radius: 5px;
}

.lay-time-01 .time {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #0079c3;
    text-align: center;
}

.lay-time-01 .rest {
    display: block;
    width: 148px;
    margin: 0 auto;
    color: #0079c3;
    border: 2px solid #0079c3;
    border-radius: 3px;
}

.lay-time-01 .content {
    margin-left: 40px;
}

@media only screen and (max-width: 768px) {
    .lay-time-01 {
        display: block;
    }
    .lay-time-01 .box {
        display: flex;
        justify-content: center;
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }
    .lay-time-01 .rest {
        margin: 0 0 0 5px;
    }
    .lay-time-01 .time {
        margin: 0 5px 0 0;
    }
    .lay-time-01 .content {
        margin-left: 0;
    }
}

@media screen and (max-width: 374px) {
    .lay-time-01 .box {
        display: block;
    }
    .lay-time-01 .rest {
        margin: 0 auto;
    }
}

.lay-ticket-01 {
    display: flex;
    margin: 0 0 0 -20px;
    flex-wrap: wrap;
}

.lay-ticket-01.col4 > li {
    width: calc(25% - 20px);
    margin: 0 0 20px 20px;
}

@media only screen and (max-width: 768px) {
    .lay-ticket-01.col4 > li {
        width: calc(50% - 20px);
        margin: 0 0 20px 20px;
    }
    .lay-ticket-01.col4 > li img {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .lay-ticket-01 {
        margin: 0;
    }
    .lay-ticket-01.col4 > li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .lay-ticket-01.col4 > li img {
        width: 100%;
    }
}

.lay-ticket-02 {
    display: flex;
    width: calc(100% + 20px);
    margin: 0 0 -20px -20px;
    flex-wrap: wrap;
}

.lay-ticket-02 > li {
    width: calc(33.3% - 20px);
    margin: 0 0 20px 20px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.lay-ticket-02 > li .name {
    display: flex;
    justify-content: center;
    min-height: 50px;
    font-weight: bold;
    font-size: 16px;
    color: #0079c3;
    text-align: center;
    line-height: 1.3;
    border-bottom: 1px dashed #0079c3;
    align-items: center;
}

.lay-ticket-02 > li .price {
    font-weight: bold;
    font-size: 12px;
    color: #0079c3;
    text-align: center;
}

.lay-ticket-02 > li .price em {
    font-size: 16px;
    color: #e7be18;
    text-align: center;
}

.lay-ticket-02 > li .price em span {
    margin-right: 10px;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .lay-ticket-02 {
        display: block;
        width: 100%;
        margin: 0;
    }
    .lay-ticket-02 > li {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 10px;
        background: #fff;
        border-radius: 10px;
    }
}

.lay-ticket-03 {
    display: flex;
    justify-content: center;
    margin: 40px 0 0 -27px;
}

.lay-ticket-03._col2 > li {
    width: calc(50% - 27px);
    margin-left: 27px;
    padding: 3px;
    background: #0079c3;
    border-radius: 10px;
}

.lay-ticket-03._col2 .name {
    padding: 5px 0;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.lay-ticket-03._col2 .inner {
    margin-top: 0;
    padding: 30px 22px 20px;
    background: #fff;
    border-radius: 0 0 8px 8px;
}

.lay-ticket-03._col2 .image {
    margin-bottom: 20px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .lay-ticket-03 {
        margin: 20px 0 0 0;
    }
    .lay-ticket-03._col2 {
        display: block;
    }
    .lay-ticket-03._col2 > li {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .lay-ticket-03._col2 > li .inner {
        padding: 10px;
    }
    .lay-ticket-03._col2 .image {
        margin-top: 30px;
    }
}

.lay-text-btn-01 {
    display: flex;
    justify-content: space-between;
}

.lay-text-btn-01 .text {
    padding-right: 20px;
}

.lay-text-btn-01 .text > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .lay-text-btn-01 {
        display: block;
    }
    .lay-text-btn-01 .btn {
        margin-top: 18px;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    ._lay-2column .left-block {
        margin-bottom: 20px;
    }
}

._lay-2column .left-block .text {
    margin-bottom: 20px;
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    ._lay-2column .left-block .text {
        margin-bottom: 20px;
        padding-right: 0;
    }
}

._lay-2column .left-block ._lay-btn {
    display: flex;
    justify-content: space-between;
    width: 542px;
    margin-bottom: -20px;
    flex-wrap: wrap;
}

._lay-2column .left-block ._lay-btn li {
    margin: 0 0 20px 0;
}

._lay-2column .left-block ._lay-btn li a {
    min-width: 262px;
}

@media only screen and (max-width: 768px) {
    ._lay-2column .left-block ._lay-btn {
        display: block;
        width: auto;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    ._lay-2column .left-block ._lay-2column-pc {
        display: none;
    }
}

._lay-2column .logo {
    min-width: 250px;
    text-align: center;
}

._lay-2column .logo img {
    height: auto;
    vertical-align: bottom;
}

._lay-btn {
    display: flex;
    justify-content: space-between;
    width: 542px;
    margin-bottom: -20px;
    flex-wrap: wrap;
}

._lay-btn li {
    margin: 0 0 20px 0;
}

._lay-btn li a {
    min-width: 262px;
}

@media only screen and (max-width: 768px) {
    ._lay-btn {
        display: block;
        width: auto;
        margin-bottom: 0;
    }
}

._lay-2column-sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    ._lay-2column-sp {
        display: block;
        margin-top: 20px;
    }
}

.tbl-wrapper {
    margin-bottom: 30px;
}

@media only screen and (max-width: 950px) {
    .tbl-wrapper {
        overflow-x: scroll;
    }
    .tbl-wrapper .tbl-01 {
        width: 950px;
    }
}

.tbl-01 {
    width: 100%;
    border-collapse: collapse;
}

.tbl-01 thead th, .tbl-01 thead td {
    box-sizing: border-box;
    padding: 8px;
    font-weight: bold;
    color: #fff;
    background: #7ebde9;
}

.tbl-01 thead th + th, .tbl-01 thead td + th {
    border-left: 1px solid #fff;
}

.tbl-01 thead th:last-child, .tbl-01 thead td:last-child {
    border-right: 1px solid #7ebde9;
}

.tbl-01 tbody th {
    color: #fff;
    background: #7ebde9;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.tbl-01 tbody td {
    padding: 10px;
    text-align: center;
    border: 1px solid #7ebde9;
    border-top: none;
}

.tbl-02 {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.tbl-02 tbody tr {
    border: 1px solid #7ebde9;
}

.tbl-02 tbody tr:last-child th {
    border-bottom: 1px solid #7ebde9;
}

.tbl-02 tbody th {
    box-sizing: border-box;
    padding: 8px 8px 8px 25px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-align: left;
    background: #7ebde9;
    border-bottom: 1px solid #fff;
}

.tbl-02 tbody th:last-child {
    border-bottom: none;
}

.tbl-02 tbody td {
    padding: 10px;
    text-align: left;
    border: 1px solid #7ebde9;
}

.tbl-02 tbody td > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .tbl-02 tbody th {
        display: block;
        padding: 8px 8px 8px 12px;
        border-bottom: none;
    }
    .tbl-02 tbody td {
        display: block;
        padding: 10px 10px 10px 12px;
    }
}

.image-text-01 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.image-text-01 > .content {
    width: calc(100% - 408px);
}

.image-text-01 > .content > *:last-child {
    margin-bottom: 0;
}

.image-text-01 .image {
    margin-right: 40px;
}

.image-text-01 .lead {
    margin-bottom: 10px;
    font-weight: bold;
    color: #0079c3;
}

.image-text-01 .text {
    margin-bottom: 20px;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .image-text-01 {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .image-text-01 .hdg-l3-01 {
        order: 1;
    }
    .image-text-01 .image {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .image-text-01 .image img {
        width: 100%;
    }
    .image-text-01 > .content {
        width: 100%;
    }
    .image-text-01 .btn-left {
        text-align: center;
    }
}

.image-text-02 {
    display: flex;
}

.image-text-02 > .content {
    width: calc(100% - 120px);
    padding-top: 8px;
}

.image-text-02 > .content > *:last-child {
    margin-bottom: 0;
}

.image-text-02 a {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 18px;
    text-decoration: none;
}

.image-text-02 a::before {
    position: absolute;
    top: -4px;
    bottom: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    color: #0079c3;
    border-top: 2px solid #0079c3;
    border-right: 2px solid #0079c3;
    content: "";
    transform: rotate(45deg);
}

.image-text-02 .image {
    width: 100px;
    margin-right: 20px;
}

.image-concept img {
    display: inline-block;
    width: 43.9%;
}

.image-concept img + img {
    width: 53.8%;
    margin-left: 2.3%;
}

@media only screen and (max-width: 768px) {
    .image-concept {
        display: block;
        padding-top: 10px;
    }
    .image-concept img {
        display: block;
        width: auto;
        margin: 0 auto;
    }
    .image-concept img + img {
        width: auto;
        margin: 20px auto 0;
    }
}

.img-full {
    margin-bottom: 40px;
}

.img-full .image {
    text-align: center;
}

.panorama {
    position: relative;
    margin: 35px auto 60px;
}

.panorama .panorama-inner {
    position: relative;
    box-sizing: border-box;
    padding: 20px 40px 40px;
    background-color: #eaf6ff;
}

.panorama .panorama-tit {
    margin-bottom: 13px;
    text-align: center;
}

.panorama .panorama-contents .panorama-all {
    position: relative;
    top: 0;
}

.panorama .btn-panorama-left {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 11px;
    width: 29px;
    height: 66px;
    margin: auto 0;
}

.panorama .btn-panorama-right {
    position: absolute;
    top: 40px;
    right: 11px;
    bottom: 0;
    width: 29px;
    height: 66px;
    margin: auto 0;
}

.panorama .panorama-tab {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.panorama .panorama-tab > li {
    margin-right: 10px;
}

.panorama .panorama-tab > li a {
    position: relative;
    display: block;
    width: 185px;
    height: 40px;
    padding: 9px;
    color: #a7a7a7;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #a7a7a7;
    border-radius: 20px;
}

.panorama .panorama-tab > li a[href="#tab-panel-01"]::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto 0;
    background-image: url(../sprite.html);
    background-position: -154px -96px;
    content: "";
}

@media only screen and (max-width: 950px) {
    .panorama .panorama-tab > li a[href="#tab-panel-01"]::before {
        background-position: -152px -148px;
    }
}

.panorama .panorama-tab > li a[href="#tab-panel-02"]::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto 0;
    background-image: url(../sprite.html);
    background-position: -130px -44px;
    content: "";
}

@media only screen and (max-width: 950px) {
    .panorama .panorama-tab > li a[href="#tab-panel-02"]::before {
        background-position: -99px 0;
    }
}

.panorama .panorama-tab > li + li {
    margin: 0 0 0 10px;
}

.panorama .panorama-tab > li.active a {
    color: #0079c3;
    border: 1px solid #0079c3;
}

.panorama .panorama-tab > li.active a[href="#tab-panel-01"]::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto 0;
    background-image: url(../sprite.html);
    background-position: -172px -96px;
    content: "";
}

@media only screen and (max-width: 950px) {
    .panorama .panorama-tab > li.active a[href="#tab-panel-01"]::before {
        background-position: -169px -148px;
    }
}

.panorama .panorama-tab > li.active a[href="#tab-panel-02"]::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto 0;
    background-image: url(../sprite.html);
    background-position: -113px -44px;
    content: "";
}

@media only screen and (max-width: 950px) {
    .panorama .panorama-tab > li.active a[href="#tab-panel-02"]::before {
        background-position: -99px -14px;
    }
}

.panorama .panorama-contents {
    overflow: hidden;
    max-height: 510px;
    margin: 0 auto;
    background-color: #fff;
}

.panorama .panorama-contents img {
    max-width: none;
}

.panorama .panorama-contents [aria-hidden="true"] {
    display: none;
}

@media only screen and (max-width: 768px) {
    .panorama .panorama-inner {
        padding: 20px 11px 10px;
        padding-bottom: 10px;
    }
    .panorama .panorama-contents {
        max-height: 350px;
    }
    .panorama .panorama-contents > div > img {
        height: 350px;
    }
    .panorama .btn-panorama-left {
        top: 60px;
        left: -18px;
        width: 29px;
        height: 67px;
    }
    .panorama .btn-panorama-right {
        top: 60px;
        right: -18px;
        width: 29px;
        height: 67px;
    }
    .panorama .panorama-tab > li a {
        width: 137px;
    }
    .panorama .panorama-tab > li a::before {
        width: 14px;
        height: 14px;
        background-image: url(../sprite.html);
        background-position: -100px 0;
        background-size: 114px 88.5px;
    }
    .panorama .panorama-tab > li[aria-selected="true"] a::before {
        width: 14px;
        height: 14px;
        background-image: url(../sprite.html);
        background-position: -100px -15px;
        background-size: 114px 88.5px;
    }
    .panorama .panorama-tab > li[aria-selected="true"] a::after {
        width: 3px;
        height: 8px;
        background-image: url(../sprite.html);
        background-position: -110px -56px;
        background-size: 114px 88.5px;
    }
}

@media screen and (max-width: 320px) {
    .panorama .panorama-tab > li {
        margin: 0;
    }
    .panorama .panorama-tab > li + li {
        margin: 0;
    }
}

.special-movie {
    max-width: 720px;
    margin: 40px auto;
}

.special-movie .movie {
    margin-bottom: 10px;
}

.special-movie .list-movie {
    display: flex;
}

.special-movie .list-movie > li {
    width: 33.3%;
}

.special-movie .list-movie > li + li {
    margin-left: 12px;
}

.special-movie .list-movie a {
    position: relative;
    display: block;
}

.special-movie .list-movie a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 38px;
    height: 38px;
    margin: auto;
    background-image: url(../sprite.html);
    background-position: -78px -74px;
    content: "";
}

@media only screen and (max-width: 768px) {
    .special-movie .list-movie a::after {
        width: 19px;
        height: 19px;
        background-image: url(../sprite.html);
        background-position: -39px -37px;
        background-size: 114px 88.5px;
    }
}

.special-movie .list-movie .active::after {
    display: none;
}

.iframe-movie {
    width: 100%;
    height: 410px;
}

@media only screen and (max-width: 768px) {
    .iframe-movie {
        height: 200px;
    }
}

#menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 499;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
}

.icon-pdf {
    display: inline-block;
    margin: 0 0 5px 5px !important;
    vertical-align: middle;
}

/* Slider */
.box-01 .slick-list {
    max-width: 580px;
    margin: 0 auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;

    -webkit-touch-callout: none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    display: flex;
    justify-content: center;
}

.slick-dots > li {
    margin: 10px 10px 0 0;
}

.slick-dots button {
    width: 10px;
    height: 10px;
    font-size: 0;
    background: #0079c3;
    border-radius: 50%;
}

.slick-dots button[aria-selected="true"] {
    background: #fff;
    border: 2px solid #0079c3;
}

.main-visual .slick-dots {
    position: absolute;
    right: 40px;
    bottom: 30px;
    left: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 20px;
}

.main-visual .slick-dots > li {
    margin: 10px 12px 0 0;
}

.main-visual .slick-dots button {
    background: #fff;
}

.main-visual .slick-dots button[aria-selected="true"] {
    background: transparent;
    border: 2px solid #fff;
}

@media only screen and (max-width: 768px) {
    .main-visual .slick-dots {
        bottom: 10px;
    }
}

.slick-btn {
    position: absolute;
    right: 0;
    bottom: 42px;
    left: -25px;
    width: 100%;
    max-width: 1180px;
    margin: auto;
    font-size: 0;
}

@media screen and (max-width: 1200px) {
    .slick-btn {
        left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .slick-btn {
        bottom: 22px;
    }
}

.slick-btn .slick-btn-inner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
}

@media only screen and (max-width: 1200px) {
    .slick-btn .slick-btn-inner {
        right: 10px;
    }
}

.slick-btn .slick-stop {
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 2px;
    color: transparent;
    line-height: 1;
}

.slick-btn .slick-stop::before {
    position: absolute;
    top: 0;
    right: 8px;
    width: 3px;
    height: 11px;
    background-color: #fff;
    border-radius: 3px;
    content: "";
}

.slick-btn .slick-stop::after {
    position: absolute;
    top: 0;
    right: 3px;
    width: 3px;
    height: 11px;
    background-color: #fff;
    border-radius: 3px;
    content: "";
}

.slick-btn .slick-start {
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 0;
    color: transparent;
    line-height: 1;
}

.slick-btn .slick-start::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

.slick-btn .btn-hidden {
    display: none;
}

.icon-window {
    display: inline-block;
    margin: -1px 0 0 3px;
    vertical-align: middle;
}

.modal-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    width: calc(100% - 60px);
    max-width: 650px;
    height: calc(100% - 60px);
    max-height: 550px;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.modal-inner {
    overflow: auto;
    height: 100%;
}

.modal-image {
    margin-bottom: 20px;
}

.modal-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.modal-title .modal-tag {
    padding: 3px 10px;
    font-size: 12px;
    color: #0079c3;
    background: #d8f1fa;
    border-radius: 5px;
}

.modal-title b {
    margin-left: 10px;
    font-weight: bold;
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
    .modal-title {
        padding-bottom: 10px;
    }
    .modal-title b {
        display: block;
        margin: 5px 0 0 5px;
    }
}

.btn-close-01 {
    position: absolute;
    top: -44px;
    right: -24px;
}

#modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(75, 75, 75, .8);
}

.str-contents {
    background: #cfe9ff url(../bg_contents_01.html) repeat;
    background-size: 100%;
}

@media only screen and (max-width: 768px) {
    .str-contents.top-section-01 .str-contents-inner {
        padding: 20px;
    }
}

.str-contents.top-section-02 {
    background: #cfe9ff url(../bg_contents_02_pc.html) no-repeat;
    background-size: 100%;
}

.str-contents.top-section-02 .str-contents-inner {
    padding: 33px 10px 60px;
}

.str-contents.top-section-02::after {
    display: block;
    height: 190px;
    background: url(../bg_contents_03.html);
    background-attachment: fixed;
    background-position: 0 -340px;
    background-size: 100%;
    content: "";
}

@media screen and (max-width: 1400px) {
    .str-contents.top-section-02::after {
        background-position: center -110px;
        background-size: 1400px;
    }
}

@media screen and (max-width: 1400px) {
    .str-contents.top-section-02 {
        background-size: 1400px;
    }
}

@media only screen and (max-width: 768px) {
    .str-contents.top-section-02 {
        background: #cfe9ff url(../bg_contents_02_sp.html) repeat;
        background-size: 100%;
    }
    .str-contents.top-section-02 .str-contents-inner {
        padding: 40px 20px 30px;
    }
    .str-contents.top-section-02::after {
        height: 95px;
        background-position: 0 -130px;
        background-size: initial;
    }
}

.str-contents.top-section-03 {
    background: #cfe9ff url(../bg_contents_01.html) repeat;
    background-size: 100%;
}

.str-contents.top-section-03 .str-contents-inner {
    padding: 54px 10px 60px;
}

.str-contents.top-section-03::after {
    display: block;
    height: 190px;
    background: url(../bg_contents_03.html);
    background-attachment: fixed;
    background-position: 0 -340px;
    background-size: 100%;
    content: "";
}

@media screen and (max-width: 1400px) {
    .str-contents.top-section-03::after {
        background-position: center -110px;
        background-size: 1400px;
    }
}

@media only screen and (max-width: 768px) {
    .str-contents.top-section-03 .str-contents-inner {
        padding: 40px 20px;
    }
    .str-contents.top-section-03::after {
        height: 95px;
        background-position: 0 -130px;
        background-size: initial;
    }
}

.str-contents.top-section-04 {
    background: #cfe9ff url(../bg_contents_01.html) repeat;
    background-size: 100%;
}

.str-contents.top-section-04 .str-contents-inner {
    padding: 60px 10px 60px;
}

.str-contents.top-section-04::after {
    display: block;
    height: 190px;
    background: url(../bg_contents_04.html);
    background-attachment: fixed;
    background-position: 0 -420px;
    background-size: cover;
    content: "";
}

@media screen and (max-width: 1400px) {
    .str-contents.top-section-04::after {
        background-position: center -120px;
        background-size: 1400px;
    }
}

@media only screen and (max-width: 768px) {
    .str-contents.top-section-04 .str-contents-inner {
        padding: 40px 20px;
    }
    .str-contents.top-section-04::after {
        height: 95px;
        background-position: -490px -30px;
        background-size: initial;
    }
}

.str-contents.top-section-05 {
    background: #cfe9ff url(../bg_contents_01.html) repeat;
    background-size: 100%;
}

.str-contents.top-section-05 .str-contents-inner {
    padding: 60px 10px 60px;
}

@media only screen and (max-width: 768px) {
    .str-contents.top-section-05 .str-contents-inner {
        padding: 40px 20px 20px;
    }
}

.str-contents.contents-banner {
    margin-top: -22px;
    background: #fff;
    box-shadow: 0 0 18px 2px rgba(31, 116, 143, .15);
}

.str-contents.contents-banner .str-contents-inner {
    padding: 60px 10px 80px;
}

@media only screen and (max-width: 768px) {
    .str-contents.contents-banner .str-contents-inner {
        padding: 40px 35px 20px;
    }
}

.hdg-top-01 {
    margin-bottom: 30px;
    font-size: 40px;
    font-family: "Passion One", cursive;
    color: #0079c3;
    text-align: center;
    line-height: 1.2;
    letter-spacing: .03em;
}

.hdg-top-01 span {
    display: block;
    font-size: 14px;
    font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, sans-serif;
    color: #333;
    letter-spacing: initial;
}

@media only screen and (max-width: 768px) {
    .hdg-top-01 {
        margin-bottom: 10px;
        font-size: 30px;
    }
}

.hdg-top-02 {
    margin-bottom: 30px;
    font-size: 40px;
    font-family: "Passion One", cursive;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    text-shadow: 0 0 18px rgba(0, 0, 0, .5);
    letter-spacing: .03em;
}

.hdg-top-02 span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, sans-serif;
    color: #fff;
    text-shadow: none;
    letter-spacing: initial;
}

.hdg-top-03 {
    margin-bottom: 20px;
    padding-bottom: 11px;
    font-weight: bold;
    font-size: 20px;
    color: #0079c3;
    text-align: center;
    border-bottom: 1px solid #0079c3;
}

.hdg-top-03 span {
    position: relative;
}

.hdg-top-03 span::before {
    position: absolute;
    top: 0;
    left: -50px;
    display: block;
    width: 39px;
    height: 21px;
    background-image: url(../sprite.html);
    background-position: -74px -44px;
    content: "";
}

.hdg-top-03 span::after {
    position: absolute;
    top: 0;
    right: -50px;
    display: block;
    width: 38px;
    height: 21px;
    background-image: url(../sprite.html);
    background-position: 0 -156px;
    content: "";
}

@media only screen and (max-width: 768px) {
    .hdg-top-03 span::before {
        width: 39px;
        height: 21px;
        background-image: url(../sprite.html);
        background-position: -37px 0;
        background-size: 114px 88.5px;
    }
    .hdg-top-03 span::after {
        width: 38px;
        height: 21px;
        background-image: url(../sprite.html);
        background-position: 0 -37px;
        background-size: 114px 88.5px;
    }
}

@media screen and (max-width: 320px) {
    .hdg-top-03 {
        font-size: 15px;
    }
}

.hdg-top-04 {
    margin-bottom: 10px;
    text-align: center;
}

.hdg-top-04 .sp-show {
    display: none;
}

@media only screen and (max-width: 768px) {
    .hdg-top-04 .sp-show {
        display: inline-block;
    }
    .hdg-top-04 .pc-show {
        display: none;
    }
}

.hdg-top-05 {
    position: relative;
    margin-bottom: 15px;
    padding: 3px 20px;
    font-weight: normal;
    font-size: 40px;
    font-family: "Passion One", cursive;
    color: #0079c3;
    line-height: .8;
}

.hdg-top-05::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 100%;
    background: #0079c3;
    content: "";
}

.hdg-top-05 span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

@media only screen and (max-width: 768px) {
    .hdg-top-05 {
        margin-top: 10px;
    }
}

.hdg-top-05-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    border-bottom: 2px dashed #0079c3;
}

.hdg-top-05-wrapper .btn-01 {
    margin: 0;
}

.hdg-top-05-wrapper .text {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.hdg-top-05-wrapper .btn-center {
    margin-bottom: 20px;
}

@media only screen and (max-width: 950px) {
    .hdg-top-05-wrapper br {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .hdg-top-05-wrapper {
        display: block;
        margin-bottom: 15px;
    }
    .hdg-top-05-wrapper .text {
        margin-bottom: 20px;
        font-size: 16px;
        text-align: left;
    }
}

.top-section-01 .lead-01 {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .top-section-01 .lead-01 {
        margin-bottom: 15px;
    }
}

.lay-top-visual {
    position: relative;
}

.lay-top-visual .main-visual {
    position: relative;
    overflow: hidden;
}

.lay-top-visual .main-visual img {
    display: block;
    width: 100%;
}

.lay-top-visual .main-visual .sp-none {
    display: none;
}

@media only screen and (max-width: 768px) {
    .lay-top-visual .main-visual .sp-none {
        display: block;
    }
    .lay-top-visual .main-visual .pc-none {
        display: none;
    }
}

.lay-guide {
    width: 100%;
    padding: 5px 10px;
    background: #0079c3;
}

.lay-guide .lay-guide-inner {
    display: flex;
    max-width: 1060px;
    margin: auto;
}

@media only screen and (max-width: 950px) {
    .lay-guide .lay-guide-inner {
        display: block;
    }
}

@media only screen and (max-width: 950px) {
    .lay-guide {
        padding: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-guide {
        padding: 20px 20px 10px;
    }
}

.lay-guide .col {
    display: flex;
}

@media only screen and (max-width: 950px) {
    .lay-guide .col {
        display: block;
    }
}

.lay-guide .col.box-ticket {
    width: 45.5%;
    padding: 5px 0;
}

@media screen and (max-width: 1060px) {
    .lay-guide .col.box-ticket {
        width: 470px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-ticket {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        flex-wrap: wrap;
    }
}

.lay-guide .col.box-ticket .box-ticket-inner {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-ticket .box-ticket-inner {
        margin-bottom: 10px;
    }
}

.lay-guide .col.box-ticket .box-ticket-inner p {
    width: 49%;
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-ticket .btn-ticket {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .lay-guide .col.box-ticket .btn-ticket:first-child {
        width: 100%;
    }
}

.lay-guide .col.box-ticket .btn-ticket a {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .lay-guide .col.box-ticket .btn-ticket a {
        width: 100%;
        min-width: auto;
        padding: 10px 40px 10px 20px;
        font-size: 14px;
    }
}

.lay-guide .col.box-ticket .btn-ticket a::after {
    position: absolute;
    top: 0;
    right: 9px;
    bottom: 0;
    display: inline-block;
    margin: auto;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lay-guide .col.box-ticket .btn-ticket a::after {
        right: 8px;
    }
}

.lay-guide .col.box-ticket .btn-ticket a.type-01 {
    width: 167px;
    height: 100%;
    margin-bottom: 10px;
    padding: 0;
    font-size: 12px;
    background: linear-gradient(#f0ab68 0%, #ea8728 100%);
}

.lay-guide .col.box-ticket .btn-ticket a.type-01 span, .lay-guide .col.box-ticket .btn-ticket a.type-01 em {
    display: block;
    width: 100%;
}

.lay-guide .col.box-ticket .btn-ticket a.type-01 em {
    margin-top: -13px;
    font-size: 14px;
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-ticket .btn-ticket a.type-01 {
        width: auto;
        padding: 8px 42px 8px 20px;
        align-items: center;
    }
    .lay-guide .col.box-ticket .btn-ticket a.type-01 span {
        width: auto;
        font-size: 10px;
    }
    .lay-guide .col.box-ticket .btn-ticket a.type-01 em {
        width: auto;
        margin-top: 0;
        font-size: 14px;
    }
    .lay-guide .col.box-ticket .btn-ticket a.type-01 br {
        display: none;
    }
}

.lay-guide .col.box-ticket .btn-ticket a.type-01::after {
    width: 11px;
    height: 12px;
    background-image: url(../sprite.html);
    background-position: -174px -118px;
}

.lay-guide .col.box-ticket .btn-ticket a.type-02, .lay-guide .col.box-ticket .btn-ticket a.type-03 {
    width: 117px;
    height: 100%;
    margin-left: 10px;
    padding: 7px 20px;
    background: linear-gradient(#8ed5e1 0%, #349bcd 100%);
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-ticket .btn-ticket a.type-02, .lay-guide .col.box-ticket .btn-ticket a.type-03 {
        width: auto;
        margin-left: 0;
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-guide .col.box-ticket .btn-ticket a.type-02, .lay-guide .col.box-ticket .btn-ticket a.type-03 {
        margin: 0;
        padding: 9px 42px 9px 20px;
    }
}

.lay-guide .col.box-ticket .btn-ticket a.type-02::after, .lay-guide .col.box-ticket .btn-ticket a.type-03::after {
    width: 11px;
    height: 12px;
    background-image: url(../sprite.html);
    background-position: -174px -118px;
}

.lay-guide .col.box-ticket .btn-ticket a.type-03 {
    width: 145px;
    padding: 7px 22px 7px 5px;
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-ticket .btn-ticket a.type-03 {
        width: auto;
    }
}

.lay-guide .col.box-ticket .btn-ticket a .balloon {
    position: relative;
    display: inline-block;
    margin-right: 18px;
    padding: 5px 8px 5px 13px;
    font-weight: normal;
    font-size: 14px;
    color: #f86905;
    line-height: 1;
    background-color: #fff;
    border-radius: 6px;
}

@media only screen and (max-width: 768px) {
    .lay-guide .col.box-ticket .btn-ticket a .balloon {
        margin-right: 10px;
        padding: 5px 6px 5px 10px;
        font-size: 12px;
    }
}

.lay-guide .col.box-ticket .btn-ticket a .balloon::after {
    position: absolute;
    top: 0;
    right: -7px;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 3px 0 3px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

.lay-guide .col.box-time-02 {
    width: 384px;
    padding: 2px 0 2px 24px;
}

@media screen and (max-width: 1060px) {
    .lay-guide .col.box-time-02 {
        justify-content: flex-end;
        padding: 2px 0;
    }
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-time-02 {
        justify-content: center;
        width: auto;
    }
}

@media screen and (max-width: 375px) {
    .lay-guide .col.box-time-02 {
        justify-content: flex-start;
        margin-right: 0;
    }
}

.lay-guide .col.box-time-02 dl {
    display: flex;
    margin-right: 10px;
    padding: 5px;
    background: #4da1d5;
    border-radius: 5px;
    align-items: center;
}

.lay-guide .col.box-time-02 dl dt {
    padding: 0 20px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width: 1060px) {
    .lay-guide .col.box-time-02 dl dt {
        padding: 0 10px;
        font-size: 14px;
    }
}

.lay-guide .col.box-time-02 dl dd {
    width: 142px;
    padding: 0 8px;
    color: #0079c3;
    background: #fff;
    border-radius: 3px;
}

.lay-guide .col.box-time-02 dl dd .sales-time {
    font-weight: bold;
    font-size: 15px;
    color: #0079c3;
    text-align: center;
}

.lay-guide .col.box-time-02 dl dd .rest {
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #0079c3;
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-time-02 dl {
        justify-content: center;
    }
    .lay-guide .col.box-time-02 dl dl::after {
        display: none;
    }
    .lay-guide .col.box-time-02 dl dt {
        padding: 0 10px 0 16px;
    }
    .lay-guide .col.box-time-02 dl dd {
        display: flex;
        justify-content: center;
        width: auto;
        width: 208px;
        padding: 2px 7px;
        align-items: center;
    }
    .lay-guide .col.box-time-02 dl dd .rest {
        font-weight: bold;
        border-top: none;
        border-left: 1px solid #0079c3;
    }
    .lay-guide .col.box-time-02 dl dd .sales-time {
        padding-right: 10px;
    }
    .lay-guide .col.box-time-02 dl dd .rest {
        padding-left: 10px;
    }
}

@media screen and (max-width: 375px) {
    .lay-guide .col.box-time-02 dl {
        justify-content: space-between;
        margin-right: 0;
    }
}

@media screen and (max-width: 320px) {
    .lay-guide .col.box-time-02 dl {
        margin-right: 0;
    }
    .lay-guide .col.box-time-02 dl dt {
        padding: 0 5px 0 0;
    }
    .lay-guide .col.box-time-02 dl dd {
        width: 191px;
        padding: 2px 2px;
    }
    .lay-guide .col.box-time-02 dl dd .sales-time {
        padding-right: 5px;
    }
    .lay-guide .col.box-time-02 dl dd .rest {
        padding-left: 5px;
    }
}

.lay-guide .col.box-time-02 .limit {
    padding: 10px 0 0 0;
    font-size: 14px;
    color: #fff;
}

.lay-guide .col.box-time-02 .limit em {
    display: block;
    font-weight: bold;
    font-size: 19px;
    color: #fff;
}

.lay-guide .col.box-time-02 .limit span {
    font-weight: normal;
    font-size: 14px;
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-time-02 .limit {
        text-align: center;
    }
    .lay-guide .col.box-time-02 .limit em {
        display: inline-block;
        margin-left: 5px;
    }
    .lay-guide .col.box-time-02 .limit span {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .lay-guide .col.box-time-02 .limit {
        padding: 2px 0 0 0;
    }
}

.lay-guide .col.box-time {
    width: 18%;
    padding: 5px 0;
    border-radius: 10px;
}

@media screen and (max-width: 1060px) {
    .lay-guide .col.box-time {
        width: calc(100% - 46% - 364px);
    }
}

@media screen and (max-width: 950px) {
    .lay-guide .col.box-time {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-time {
        width: 100%;
        margin: -8px 0 12px 0;
    }
}

.lay-guide .col.box-time dl {
    position: relative;
    width: 100%;
    max-width: 178px;
    text-align: center;
}

.lay-guide .col.box-time dl::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2px;
    height: 100%;
    background: #0079c3;
    background-image: linear-gradient(#fff 50%, transparent 50%, transparent);
    background-size: 2px 5px;
    content: "";
}

.lay-guide .col.box-time dl::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 2px;
    height: 100%;
    background: #0079c3;
    background-image: linear-gradient(#fff 50%, transparent 50%, transparent);
    background-size: 2px 5px;
    content: "";
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-time dl {
        display: flex;
        justify-content: center;
        max-width: none;
        align-items: center;
    }
    .lay-guide .col.box-time dl::before {
        top: auto;
        bottom: -4px;
        width: 100%;
        height: 2px;
        margin: auto;
        background-image: linear-gradient(to right, #fff 50%, transparent 50%, transparent);
        background-size: 5px 1px;
    }
    .lay-guide .col.box-time dl::after {
        display: none;
    }
}

.lay-guide .col.box-time dt {
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-time dd {
        margin-left: 2px;
    }
}

.lay-guide .col.box-time dd .time {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-time dd .time {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-time dd .time-last {
        display: table-cell;
        width: 50%;
        font-size: 12px;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-time dd .time-last em {
        padding-left: 14px;
    }
}

.lay-guide .col.box-time dd .time-last em::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    display: inline-block;
    margin: auto;
    content: "";
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-time dd .time-last em::before {
        left: 6px;
    }
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-time dd .time-crowded {
        padding-top: 0;
        font-size: 16px;
    }
}

@media only screen and (max-width: 950px) {
    .lay-guide .col.box-time dd .time-crowded em {
        font-size: 20px;
    }
}

.lay-guide ._gl {
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 950px) {
    .lay-guide ._gl {
        display: block;
    }
}

.lay-guide ._gl .box-ticket {
    width: 30%;
}

@media only screen and (max-width: 950px) {
    .lay-guide ._gl .box-ticket {
        width: 100%;
    }
}

.lay-guide ._gl .box-ticket .btn-ticket {
    width: 100%;
}

.lay-guide ._gl .box-ticket .btn-ticket a {
    width: 100% !important;
    margin: 0;
    padding: 16px !important;
}

.lay-guide ._gl .box-time {
    width: 25%;
}

@media only screen and (max-width: 950px) {
    .lay-guide ._gl .box-time {
        width: 100%;
    }
}

.lay-guide ._gl .box-time dl {
    max-width: 80%;
    margin: 0 auto;
}

.lay-guide ._gl .box-time-02 {
    justify-content: space-around;
    width: 50%;
    padding: 0;
    align-items: center;
}

@media only screen and (max-width: 950px) {
    .lay-guide ._gl .box-time-02 {
        width: 100%;
    }
}

.lay-guide ._gl .box-time-02 dl {
    justify-content: space-around;
    width: 75%;
}

@media only screen and (max-width: 950px) {
    .lay-guide ._gl .box-time-02 dl {
        justify-content: center;
        width: 100%;
    }
}

@media only screen and (max-width: 950px) {
    .lay-guide ._gl .box-time-02 dl dd {
        width: auto;
    }
}

.lay-guide ._gl .box-time-02 .limit {
    width: 20%;
    padding: 0;
}

@media only screen and (max-width: 950px) {
    .lay-guide ._gl .box-time-02 .limit {
        width: 100%;
    }
}

.lay-notice {
    display: flex;
    max-width: 1060px;
    margin: 0 auto 40px;
    padding: 7px 12px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 9px 1px rgba(31, 116, 143, .15);
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .lay-notice {
        display: block;
        max-width: none;
        margin-bottom: 20px;
        padding: 10px;
        border-radius: 6px;
    }
}

.lay-notice .hdg {
    position: relative;
    padding: 1px 30px 0;
    font-weight: bold;
    font-size: 16px;
    color: #d90e0e;
    border-right: 1px solid #d90e0e;
}

.lay-notice .hdg::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../sprite.html);
    background-position: -19px -59px;
    background-size: 114px 88.5px;
    content: "";
}

@media only screen and (max-width: 768px) {
    .lay-notice .hdg {
        display: block;
        padding: 2px 0 2px 28px;
        text-align: left;
        white-space: normal;
        border-right: none;
        border-bottom: 1px solid #d90e0e;
        border-radius: 6px 6px 0 0;
    }
    .lay-notice .hdg::before {
        width: 18px;
        height: 18px;
        background-image: url(../sprite.html);
        background-position: -19px -59px;
        background-size: 114px 88.5px;
    }
}

.lay-notice .text {
    padding: 2px 24px 0 24px;
    color: #e31e1e;
}

.lay-notice .text p {
    font-weight: bold;
    font-size: 14px;
    color: #d90e0e;
}

.lay-notice .text a {
    color: #e31e1e;
}

@media only screen and (max-width: 768px) {
    .lay-notice .text {
        display: block;
        padding: 2px 0 0;
        font-size: 12px;
        border-radius: 0 0 6px 6px;
    }
    .lay-notice .text p {
        margin-top: 5px;
    }
}

.lay-pickup-01 a {
    display: flex;
    text-decoration: none;

    flex-flow: row-reverse;
}

.lay-pickup-01 .image {
    width: 100%;
    max-width: 380px;
}

.lay-pickup-01 .image img {
    width: 380px;
}

.lay-pickup-01 .hdg-01 {
    position: relative;
    margin-bottom: 15px;
    padding: 3px 20px;
    font-weight: nomal;
    font-size: 40px;
    font-family: "Passion One", cursive;
    color: #0079c3;
    line-height: .8;
}

.lay-pickup-01 .hdg-01::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 100%;
    background: #0079c3;
    content: "";
}

.lay-pickup-01 .hdg-01 span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.lay-pickup-01 .content {
    width: 100%;
    max-width: 600px;
    padding-left: 40px;
}

.lay-pickup-01 .text {
    font-size: 14px;
}

.lay-pickup-01 .title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #0079c3;
    border-bottom: 2px dotted #0079c3;
}

@media only screen and (max-width: 768px) {
    .lay-pickup-01 a {
        max-width: 380px;
        margin: 0 auto 20px;

        flex-flow: column-reverse;
    }
    .lay-pickup-01 .image {
        max-width: 100%;
    }
    .lay-pickup-01 .image img {
        width: 100%;
    }
    .lay-pickup-01 .hdg-01 {
        margin-bottom: 8px;
        font-size: 30px;
    }
    .lay-pickup-01 .hdg-01 span {
        font-size: 12px;
    }
    .lay-pickup-01 .content {
        margin-top: 20px;
        padding-left: 0;
    }
    .lay-pickup-01 .title {
        font-size: 15px;
    }
}

.lay-top-01 {
    display: flex;
    margin: 0 0 0 -40px;
    flex-wrap: wrap;
}

.lay-top-01.col3 > li {
    width: calc(33.3% - 40px);
}

.lay-top-01 > li {
    margin: 0 0 40px 40px;
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
}

.lay-top-01 > li > a {
    display: block;
    text-decoration: none;
}

.lay-top-01 .image {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-top: 62%;
    text-align: center;
    border: 1px solid #cdcdcd;
    border-radius: 10px 10px 0 0;
}

.lay-top-01 .image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
}

.lay-top-01 .inner {
    padding: 0 10px;
}

.lay-top-01 .category {
    display: inline-block;
    margin-bottom: 15px;
    padding: 3px 17px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    border-radius: 40px;
}

.lay-top-01 .category.campaign {
    background: #d7b632;
}

.lay-top-01 .category.event {
    background: #ef7837;
}

.lay-top-01 .date {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
}

.lay-top-01 .text {
    font-weight: bold;
    font-size: 15px;
    color: #0079c3;
}

@media only screen and (max-width: 768px) {
    .lay-top-01 {
        margin: 0 0 20px -10px;
    }
    .lay-top-01.col3 {
        margin: 0 0 20px -10px;
    }
    .lay-top-01.col3 > li {
        width: calc(50% - 10px);
        margin: 0 0 10px 10px;
    }
    .lay-top-01 .image {
        margin-bottom: 10px;
    }
    .lay-top-01 .text {
        font-size: 14px;
    }
    .lay-top-01 .category {
        margin-bottom: 5px;
    }
}

.box-enjoy-01 {
    padding-top: 28px;
    background: #fff;
    border-radius: 10px;
}

.box-enjoy-01 .inner-01 {
    margin-bottom: 35px;
    padding: 0 10px 15px;
    background: #dbeef4 url(../bg_enjoy_01-2.html) no-repeat;
    background-position: 0 -10px;
}

.box-enjoy-01 .inner-01 > *:last-child {
    margin-bottom: 0;
}

.box-enjoy-01 .inner-02 {
    padding: 0 40px 40px;
}

.box-enjoy-01 .inner-02 > *:last-child {
    margin-bottom: 0;
}

.box-enjoy-01 .box-enjoy-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 30px 0 140px;
}

.box-enjoy-01 .box-enjoy-head h3 {
    width: 100%;
    margin-right: 30px;
}

.box-enjoy-01 .box-enjoy-head h3 img.sp-show {
    display: none;
}

@media screen and (max-width: 1060px) {
    .box-enjoy-01 .box-enjoy-head {
        justify-content: center;
        padding: 0 20px;
        align-items: center;
    }
}

.box-enjoy-01 .btn-01 {
    margin-top: 15px;
}

@media only screen and (max-width: 768px) {
    .box-enjoy-01 .inner-01 {
        margin-bottom: 35px;
        padding: 0 10px 30px;
    }
    .box-enjoy-01 .inner-02 {
        padding: 0 10px 20px;
    }
    .box-enjoy-01 .box-enjoy-head {
        display: block;
        margin: 0 -10px;
        padding: 0 15px;
    }
    .box-enjoy-01 .box-enjoy-head h3 {
        margin-right: 0;
        text-align: center;
    }
    .box-enjoy-01 .box-enjoy-head h3 img.pc-show {
        display: none;
    }
    .box-enjoy-01 .box-enjoy-head h3 img.sp-show {
        display: inline-block;
        width: 306px;
        height: 156px;
    }
    .box-enjoy-01 .box-enjoy-head .btn-left {
        text-align: center;
    }
}

.image-text-top-01 {
    display: flex;
    max-width: 700px;
    margin: 0 auto 5px;
}

.image-text-top-01 .lead {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}

.image-text-top-01 .lead em {
    margin-right: 5px;
    font-weight: bold;
    font-size: 24px;
    color: #0079c3;
    background: linear-gradient(transparent 50%, #f8f04e 50%);
}

.image-text-top-01 .content {
    width: calc(100% - 260px);
    margin-top: 20px;
}

.image-text-top-01 .text {
    margin-top: 20px;
    font-size: 14px;
}

.image-text-top-01 .image img.sp-show {
    display: none;
}

@media only screen and (max-width: 768px) {
    .image-text-top-01 {
        justify-content: center;
        flex-wrap: wrap;
    }
    .image-text-top-01 .lead {
        font-size: 18px;
        text-align: center;
    }
    .image-text-top-01 .lead em {
        font-size: 21px;
    }
    .image-text-top-01 .image {
        text-align: center;
    }
    .image-text-top-01 .image img.sp-show {
        display: inline-block;
        width: 50%;
    }
    .image-text-top-01 .image img.pc-show {
        display: none;
    }
    .image-text-top-01 .content {
        width: 100%;
    }
    .image-text-top-01 .text {
        margin: 20px 0;
    }
}

.cloud {
    position: relative;
    width: 100%;
    height: 1200px;
}

.cloud iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.js-twitter-area .js-twitter-ie {
    margin-top: 10px;
    font-size: 1.4rem;
}

.js-twitter-area .is-none {
    display: none;
}

.alc {
    text-align: center !important;
}

.all {
    text-align: left !important;
}

.alr {
    text-align: right !important;
}

.middle {
    vertical-align: middle !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.w1 {
    width: 1% !important;
}

.w2 {
    width: 2% !important;
}

.w3 {
    width: 3% !important;
}

.w4 {
    width: 4% !important;
}

.w5 {
    width: 5% !important;
}

.w6 {
    width: 6% !important;
}

.w7 {
    width: 7% !important;
}

.w8 {
    width: 8% !important;
}

.w9 {
    width: 9% !important;
}

.w10 {
    width: 10% !important;
}

.w11 {
    width: 11% !important;
}

.w12 {
    width: 12% !important;
}

.w13 {
    width: 13% !important;
}

.w14 {
    width: 14% !important;
}

.w15 {
    width: 15% !important;
}

.w16 {
    width: 16% !important;
}

.w17 {
    width: 17% !important;
}

.w18 {
    width: 18% !important;
}

.w19 {
    width: 19% !important;
}

.w20 {
    width: 20% !important;
}

.w21 {
    width: 21% !important;
}

.w22 {
    width: 22% !important;
}

.w23 {
    width: 23% !important;
}

.w24 {
    width: 24% !important;
}

.w25 {
    width: 25% !important;
}

.w26 {
    width: 26% !important;
}

.w27 {
    width: 27% !important;
}

.w28 {
    width: 28% !important;
}

.w29 {
    width: 29% !important;
}

.w30 {
    width: 30% !important;
}

.w31 {
    width: 31% !important;
}

.w32 {
    width: 32% !important;
}

.w33 {
    width: 33% !important;
}

.w34 {
    width: 34% !important;
}

.w35 {
    width: 35% !important;
}

.w36 {
    width: 36% !important;
}

.w37 {
    width: 37% !important;
}

.w38 {
    width: 38% !important;
}

.w39 {
    width: 39% !important;
}

.w40 {
    width: 40% !important;
}

.w41 {
    width: 41% !important;
}

.w42 {
    width: 42% !important;
}

.w43 {
    width: 43% !important;
}

.w44 {
    width: 44% !important;
}

.w45 {
    width: 45% !important;
}

.w46 {
    width: 46% !important;
}

.w47 {
    width: 47% !important;
}

.w48 {
    width: 48% !important;
}

.w49 {
    width: 49% !important;
}

.w50 {
    width: 50% !important;
}

.w51 {
    width: 51% !important;
}

.w52 {
    width: 52% !important;
}

.w53 {
    width: 53% !important;
}

.w54 {
    width: 54% !important;
}

.w55 {
    width: 55% !important;
}

.w56 {
    width: 56% !important;
}

.w57 {
    width: 57% !important;
}

.w58 {
    width: 58% !important;
}

.w59 {
    width: 59% !important;
}

.w60 {
    width: 60% !important;
}

.w61 {
    width: 61% !important;
}

.w62 {
    width: 62% !important;
}

.w63 {
    width: 63% !important;
}

.w64 {
    width: 64% !important;
}

.w65 {
    width: 65% !important;
}

.w66 {
    width: 66% !important;
}

.w67 {
    width: 67% !important;
}

.w68 {
    width: 68% !important;
}

.w69 {
    width: 69% !important;
}

.w70 {
    width: 70% !important;
}

.w71 {
    width: 71% !important;
}

.w72 {
    width: 72% !important;
}

.w73 {
    width: 73% !important;
}

.w74 {
    width: 74% !important;
}

.w75 {
    width: 75% !important;
}

.w76 {
    width: 76% !important;
}

.w77 {
    width: 77% !important;
}

.w78 {
    width: 78% !important;
}

.w79 {
    width: 79% !important;
}

.w80 {
    width: 80% !important;
}

.w81 {
    width: 81% !important;
}

.w82 {
    width: 82% !important;
}

.w83 {
    width: 83% !important;
}

.w84 {
    width: 84% !important;
}

.w85 {
    width: 85% !important;
}

.w86 {
    width: 86% !important;
}

.w87 {
    width: 87% !important;
}

.w88 {
    width: 88% !important;
}

.w89 {
    width: 89% !important;
}

.w90 {
    width: 90% !important;
}

.w91 {
    width: 91% !important;
}

.w92 {
    width: 92% !important;
}

.w93 {
    width: 93% !important;
}

.w94 {
    width: 94% !important;
}

.w95 {
    width: 95% !important;
}

.w96 {
    width: 96% !important;
}

.w97 {
    width: 97% !important;
}

.w98 {
    width: 98% !important;
}

.w99 {
    width: 99% !important;
}

.w100 {
    width: 100% !important;
}

.topic-path-detail {
    background: #cfe9ff;
}

.topic-path-detail .topic-path {
    max-width: 1220px;
    margin: auto;
    padding: 10px 20px;
}

.media-youtube {
    width: 100%;
}

.media-youtube iframe {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    ._youtube {
        position: relative;
        padding-top: calc( 240 / 426 * 100%);
    }
    ._youtube iframe {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
}
