/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

html *,
html *::before,
html *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    max-width: 100%;
    vertical-align: middle;
}

a img {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

a:hover img {
    opacity: 0.8;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
-webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* ====================
   general
==================== */

html {
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (min-width: 960px) {
    html {
        font-size: 16px;
    }
}

#app {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

body {
    font-family: 'Noto Sans', sans-serif;
}

/*body {
    color: #050202;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Osaka, Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1em;
    line-height: 1.7;
    position: relative;
    margin-top: 67px;
}
@media only screen and (min-width: 768px) {
    body {
        margin-top: 78px;
    }
}
@media only screen and (min-width: 768px) {
    body {
        margin-top: 68px;
    }
}*/


main {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.group::after {
    clear: both;
    content: ' ';
    display: block;
}

.inner {
    margin: 0 auto;
    max-width: 1240px;
}

.inner2 {
    margin: 0 auto;
    max-width: 816px;
    width: 93.75%;
}

@media only screen and (max-width: 1256px) {
    .inner.scroll-y {
        max-width: 95vw;
    }
}

p {
    margin: 0 0 1.5em;
}

p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 960px) {
    p {
        font-size: 0.875em;
    }
}

/* ====================
   navigation
==================== */

.main-nav-wrap {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.sign-bar {
    background-color: #050202;
    border-bottom: 1px solid #050202;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 22px;
}

.sign-bar > li {
    display: block;
    float: right;
    line-height: 2;
    text-align: center;
}

.sign-bar > li > a {
    background-color: #050202;
    color: #fff;
    display: block;
    font-size: 0.9em;
    text-decoration: none;
    transition: background-color .2s ease-in-out;
    padding: 0 1.5em;
}

.sign-bar > li > a:hover {
    background-color: #666;
}

.sign-bar > li > a::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ' ';
    display: inline-block;
    height: 1em;
    margin: 0 0.5em 0 0;
    vertical-align: middle;
    width: 1em;
}

.sign-bar > li:nth-child(1) > a::before {
    background-image: url(../images/icon-signin.png);
    width: 1.3125em;
}

.sign-bar > li:nth-child(2) > a::before {
    background-image: url(../images/icon-signup.png);
}

.main-nav-wrap > nav {
    position: relative;
}

.header-logo {
    font-size: 1em;
    line-height: 1;
    margin: 0 5em 0 0;
    padding: 0.85em 0 0.85em 1em;
    height: 43px;
}

.header-logo a {
    display: inline-block;
}

.header-logo img {
    height: auto;
    max-height: 2.3em;
}

@media only screen and (min-width: 414px) {
    .header-logo {
        height: auto;
    }
}
@media only screen and (min-width: 768px) {
    .sign-bar {
        height: 27px;
    }
}

@media only screen and (min-width: 960px) {
    .header-logo {
        float: left;
        padding: 1em 0 1em 1.5em;
    }

    .main-nav > ul > li:last-child {
        width: 6.5em;
        margin: 0;
    }
}

@media only screen and (min-width: 960px) and (max-height: 768px) {
    .header-logo {
        padding-bottom: 0.5em;
        padding-top: 0.5em;
    }
}

.nav-toggle {
    background: none;
    border: none;
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.833333em;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    right: 1em;
    text-align: center;
    top: 0.25em;
    width: 3.25em;
    z-index: 100;
}

@media only screen and (min-width: 960px) {
    .nav-toggle {
        display: none;
    }
}

.nav-toggle > span {
    display: block;
    width: 3em;
    margin: 0 auto;
}

.nav-toggle > span > span {
    display: block;
    width: 2.75em;
    height: 0.25em;
    background-color: #050202;
    transition: 0.2s;
    margin: 0.5em auto;
}

.nav-toggle.opened > span > span:nth-of-type(1) {
    transform: translateY(0.75em) rotate(45deg);
}

.nav-toggle.opened > span > span:nth-of-type(2) {
    opacity: 0;
}

.nav-toggle.opened > span > span:nth-of-type(3) {
    transform: translateY(-0.75em) rotate(-45deg);
}

.main-nav {
    background-color: #fff;
    left: 0;
    position: absolute;
    top: 100%;
    -ms-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all .2s;
    transition: all .2s ease-in-out;
    width: 100%;
}

.main-nav.opened {
    height: calc(100vh - 5.62em);
    overflow-y: auto;
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.main-nav > ul {
    list-style: none;
    margin: 0;
    padding: 1.5em;
}

.main-nav > ul > li {
    margin-bottom: 1.5em;
}

@media only screen and (max-width: 959px) {
    .main-nav > ul > li {
        -webkit-transition-property: transform, opacity;
        -webkit-transition-duration: .6s;
        -webkit-transition-timing-function: ease-in-out;
        transition-property: transform, opacity;
        transition-duration: .6s;
        transition-timing-function: ease-in-out;
        -webkit-transform: translateY(-2em);
        transform: translateY(-2em);
        opacity: 0;
    }

    .main-nav.opened > ul > li {
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.main-nav > ul > li > a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.main-nav > ul > li > a:hover {
    text-decoration: none;
}

.main-nav > ul > li:last-child {
    margin-bottom: 0;
}

.menu-title {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.menu-title-main {
    font-weight: bold;
    font-size: 1.1em;
    margin-right: 0.5em;
}

.menu-title-sub {
    font-size: 0.7em;
}

@media only screen and (min-width: 960px) and (max-width: 1320px) {
    .main-nav-wrap {
        font-size: 1.18vw;
    }
}

@media only screen and (min-width: 960px) {
    .main-nav-wrap > nav {
        display: table;
        width: 100%;
    }

    .main-nav-wrap .header-logo {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

    .main-nav {
        display: table-cell;
        vertical-align: middle;
        left: auto;
        position: static;
        top: auto;
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        width: auto;
    }

    .main-nav::after {
        content: ' ';
        display: block;
        clear: both;
    }

    .main-nav > ul {
        padding: 0;
        float: right;
        display: flex;
    }

    .main-nav .main-nav-item {
        display: block;
        float: left;
        font-size: 0.81em;
        margin: 0 1.4em;
        text-align: center;
    }

    .main-nav .main-nav-item > a {
        display: block;
        font-size: 1em;
        padding: 2em 0;
        position: relative;
    }

    .main-nav .main-nav-item > a::after {
        background-color: #1b4f86;
        bottom: 0;
        content: ' ';
        display: block;
        height: 4px;
        left: 0;
        position: absolute;
        -webkit-transform: scale(0,1);
        -webkit-transition: transform .2s ease-in-out;
        transform: scale(0,1);
        transition: transform .2s ease-in-out;
        width: 100%;
    }

    .main-nav .main-nav-item:hover > a::after {
        transform: scale(1,1);
    }

    .main-nav .main-nav-item {
        margin: 0;
        margin-left: 0.5em;
    }
    .main-nav .main-nav-item.main-nav-item-end {
        margin-right: 1.4em;
    }


    .main-nav .main-nav-item.company,
    .main-nav .main-nav-item.access,
    .main-nav .main-nav-item.contact {
        width: 6.5em;
        margin: 0;
    }
    .main-nav .main-nav-item.webstore {
        width: 8.5em;
        margin: 0;
    }

    .main-nav .main-nav-item.company > a,
    .main-nav .main-nav-item.access > a,
    .main-nav .main-nav-item.contact > a,
    .main-nav .main-nav-item.webstore > a {
        color: #fff;
        -webkit-transition-property: background-color, color;
        -webkit-transition-duration: .2s;
        -webkit-transition-timing-function: ease-in-out;
        transition-property: background-color, color;
        transition-duration: .2s;
        transition-timing-function: ease-in-out;
    }

    .main-nav .main-nav-item.company > a {
        background-color: #1b4f86;
    }

    .main-nav .main-nav-item.access > a {
        background-color: #666;
    }

    .main-nav .main-nav-item.contact > a {
        background-color: #FF9300;
    }

    .main-nav .main-nav-item.webstore > a {
        background-color: #f5cc18;
    }

    .main-nav .main-nav-item.company > a::after,
    .main-nav .main-nav-item.access > a::after,
    .main-nav .main-nav-item.contact > a::after,
    .main-nav .main-nav-item.webstore > a::after {
        display: none;
    }

    .main-nav .main-nav-item.company > a:hover {
        background-color: #246ab4;
    }

    .main-nav .main-nav-item.access > a:hover {
        background-color: #818181;
    }

    .main-nav .main-nav-item.contact > a:hover {
        background-color: #f5ae4d;
    }

    .main-nav .main-nav-item.webstore > a:hover {
        background-color: #fbd83f;
    }

    .main-nav .main-nav-item.new {
        width: 10.5em;
    }
    .main-nav .main-nav-item.new > a {
        position: relative;
        overflow: hidden;
    }
    .main-nav .main-nav-item.new > a::before {
        content: "NEW";
        display: block;
        background: #e7274e;
        position: absolute;
        transform: rotate(-45deg);
        width: 100%;
        top: 8px;
        left: calc(-50% + 8px);
        transform-origin: top center;
    }

    .has-sub-nav {
        position: relative;
    }

    .menu-title {
        flex-direction: column;
        justify-content: center;
    }

    .menu-title-main {
        margin-right: 0;
    }

    .menu-title-sub {
        padding-top: 0.2em;
    }
}
@media only screen and (min-width: 1400px) {
    .main-nav .main-nav-item.new > a::before {
        top: 14px;
        left: calc(-50% + 14px);
    }
}


@media only screen and (min-width: 960px) and (max-height: 768px) {
    .main-nav > ul > li > a {
        padding-bottom: 1.5em;
        padding-top: 1.5em;
    }
}

.sub-nav {
    background-color: #1b4f86;
    list-style: none;
    margin: 0;
    line-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all .2s ease-in-out;
}

.sub-nav > li {
    color: #fff;
    font-size: 0;
    line-height: 0;
    padding: 0;
    transition: all .2s ease-in-out;
}

.sub-nav > li a {
    background: #1b4f86 url(../images/arrow-5.png) no-repeat 1em 50%;
    background-size: auto 0.75em;
    display: block;
    padding: 0 24px;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.sub-nav > li a:hover {
    background-color: #246ab4;
    text-decoration: none;
}

.sub-nav.opened {
    line-height: 1.5;
    margin-top: 1.5em;
    overflow: visible;
}

.sub-nav.opened > li {
    font-size: 1em;
    line-height: 1.5;
}

.sub-nav.opened > li a {
    font-size: 1em;
    padding: 1.5em 2em;
}

@media only screen and (min-width: 960px) {
    .sub-nav {
        left: 0;
        line-height: 1.5;
        opacity: 0;
        overflow: visible;
        position: absolute;
        top: 100%;
        -webkit-transition: all .2s;
        transition: all .2s ease-in-out;
        visibility: hidden;
        width: 16em;
    }

    .sub-nav::after {
        left: 2em;
    }

    .sub-nav > li {
        font-size: 1em;
        line-height: 1.5;
        padding: 0;
        text-align: left;
    }

    .sub-nav > li:last-child {
        border-bottom: 0;
    }

    .sub-nav > li a {
        padding: 1.5em 2em;
    }

    .sub-nav.opened {
        margin-top: 0;
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .main-nav > ul > li.no-touch:hover .sub-nav {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .has-sub-nav.no-touch > .sub-nav > li:first-child {
        display: none;
    }
}

/* ====================
   video
==================== */

.full-video {
    position: relative;
    text-align: center;
}

.full-video > .video-wrap {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.full-video > .video-wrap > video,
.full-video > .video-wrap > iframe {
    min-height: 100%;
    min-width: 100%;
}

.full-video > .video-wrap > iframe,
.full-video > .video-wrap > video {
    position: absolute;
    width: 177.777778vh;
    height: 56.25vw;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.full-video > .over-logo {
    display: flex;
    height: 100%;
    width: 100%;
    line-height: 1;
    margin: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.full-video > .over-logo > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 10;
}

.logo-img {
    max-width: 451px;
    width: 31.319444%;
}

.campfire {
    max-width: 60%;
    margin-top: 4em;
}

.video {
    height: 0;
    margin: 0 auto 4em;
    padding: 0 0 56.25%;
    position: relative;
    width: 100%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video > video,
.video > button {
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video > button {
    background: rgba(5, 2, 2, 0.5) url(../images/play.png) no-repeat center center;
    background-size: 36.151961% auto;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.video > button.playing {
    opacity: 0;
}
.full-video .mainvisual-slider {
    height: 100%!important;
}
.full-video .mainvisual-item {
    width: 100%;
    height: auto;
}
.full-video .slider-body {
    height: 100%;
}
@media only screen and (min-width: 768px) {
}

/* ====================
   common
==================== */

.fade-in {
    opacity: 0;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-duration: .7s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: transform, opacity;
    transition-duration: .7s;
    transition-timing-function: ease-in-out;
}

.fade-in.visible {
    opacity: 1;
}

.section-area {
    padding-bottom: 7em;
}

.line-banner {
    margin-top: 7em;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .line-banner {
        margin-top: 10em;
    }
}

.ttl-area .main-bg {
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.touch-parallax .ttl-area .main-bg:before {
    content: ' ';
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10;
}

.gallery-parallax.touch-parallax .ttl-area .main-bg:before {
    background-image: url(../images/gallery-main.jpg);
}

.no-touch-parallax .ttl-area .main-bg {
    background-attachment: scroll, scroll, fixed;
    background-position: center top, center bottom, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 150% auto, 150% auto, cover;
}

.touch-parallax .ttl-area .main-bg {
    background-attachment: scroll, scroll;
    background-image: url(../images/diagonal-bg3.png), url(../images/diagonal-bg1.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 150% auto, 150% auto;
}

.facility-parallax.touch-parallax .ttl-area .main-bg:before {
    background-image: url(../images/facility-main.jpg);
}

.no-touch-parallax .ttl-area.facility-bg .main-bg {
    background-image: url(../images/diagonal-bg3.png), url(../images/diagonal-bg1.png), url(../images/facility-main.jpg);
}

.service-parallax.touch-parallax .ttl-area .main-bg:before {
    background-image: url(../images/service-main.jpg);
}

.no-touch-parallax .ttl-area.service-bg .main-bg {
    background-image: url(../images/diagonal-bg3.png), url(../images/diagonal-bg1.png), url(../images/service-main.jpg);
}

.price-parallax.touch-parallax .ttl-area .main-bg:before {
    background-image: url(../images/price-main.jpg);
}

.no-touch-parallax .ttl-area.price-bg .main-bg {
    background-image: url(../images/diagonal-bg3.png), url(../images/diagonal-bg1.png), url(../images/price-main.jpg);
}

.equipment-parallax.touch-parallax .ttl-area .main-bg:before {
    background-image: url(../images/equipment-main.jpg);
}

.no-touch-parallax .ttl-area.equipment-bg .main-bg {
    background-image: url(../images/diagonal-bg3.png), url(../images/diagonal-bg1.png), url(../images/equipment-main.jpg);
}

.schedule-parallax.touch-parallax .ttl-area .main-bg:before {
    background-image: url(../images/schedule-main.jpg);
}

.no-touch-parallax .ttl-area.schedule-bg .main-bg {
    background-image: url(../images/diagonal-bg3.png), url(../images/diagonal-bg1.png), url(../images/schedule-main.jpg);
}

.company-parallax.touch-parallax .ttl-area .main-bg:before {
    background-image: url(../images/company-main.jpg);
}

.no-touch-parallax .ttl-area.company-bg .main-bg {
    background-image: url(../images/diagonal-bg3.png), url(../images/diagonal-bg1.png), url(../images/company-main.jpg);
}

.access-parallax.touch-parallax .ttl-area .main-bg:before {
    background-image: url(../images/access-main.png);
}

.no-touch-parallax .ttl-area.access-bg .main-bg {
    background-image: url(../images/diagonal-bg3.png), url(../images/diagonal-bg1.png), url(../images/access-main.png);
}

.contact-parallax.touch-parallax .ttl-area .main-bg:before {
    background-image: url(../images/contact-main.jpg);
}

.no-touch-parallax .ttl-area.contact-bg .main-bg {
    background-image: url(../images/diagonal-bg3.png), url(../images/diagonal-bg1.png), url(../images/contact-main.jpg);
}

.gallery-parallax.touch-parallax .ttl-area .main-bg:before {
    background-image: url(../images/gallery-main.jpg);
}

.no-touch-parallax .ttl-area.gallery-bg .main-bg {
    background-image: url(../images/diagonal-bg3.png), url(../images/diagonal-bg1.png), url(../images/service-main.jpg);
}

.type1 {
    background: #f0f0f2 url(../images/diagonal-bg1.png) no-repeat center bottom;
    background-size: 150% auto;
}

.type2 {
    background: #fff url(../images/diagonal-bg2.png) no-repeat center bottom;
    background-size: 150% auto;
}

.type2.schedule-bg {
    padding-top: 1px;
}

.type3 {
    background-color: #f0f0f2;
}
.type3.schedule-bg {
    padding-top: 1px;
}

.type4 {
    background-color: #fff;
}

.section-ttl1 {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 7.25em;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 4em;
    padding: 1.875em 0 0;
    text-align: center;
}

.ttl-area .section-ttl1 {
    margin-bottom: 0;
}

.section-ttl1 > span {
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 3.25em;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.13em;
    margin: 0 auto;
}

.news-bg .section-ttl1 {
    background-image: url(../images/ttl-bg-news.png);
}

.gallery-bg .section-ttl1 {
    background-image: url(../images/ttl-bg-gallery-white.png);
}

.gallery-bg2 .section-ttl1 {
    background-image: url(../images/ttl-bg-gallery2.png);
}

.schedule-bg .section-ttl1 {
    background-image: url(../images/ttl-bg-schedule.png);
}

.facility-bg .section-ttl1 {
    background-image: url(../images/ttl-bg-facility.png);
}

.service-bg .section-ttl1 {
    background-image: url(../images/ttl-bg-service.png);
}

.price-bg .section-ttl1 {
    background-image: url(../images/ttl-bg-price.png);
}

.equipment-bg .section-ttl1 {
    background-image: url(../images/ttl-bg-equipment.png);
}

.company-bg .section-ttl1 {
    background-image: url(../images/ttl-bg-company.png);
}

.access-bg .section-ttl1 {
    background-image: url(../images/ttl-bg-access.png);
}

.contact-bg .section-ttl1 {
    background-image: url(../images/ttl-bg-contact.png);
}

.section-ttl2 {
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 1em;
    text-align: center;
}

.section-ttl2.double-line {
    line-height: 1.2;
}

.section-ttl2 > span {
    border-top: 1px solid;
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.5em;
    letter-spacing: 0.1em;
    margin: 0.5em 0 0;
    padding-top: 0.75em;
}

.section-ttl2.double-line > span {
    margin-top: 0.75em;
    padding-top: 1em;
}

.section-ttl2.double-line > .h2-sub {
    font-size: 1.4rem;
    border-top: none;
    margin: 0.5em 0 0.5em 0;
    padding: 0;
}

.section-ttl2.double-line .very-narrow {
    display: none;
}

@media only screen and (min-width: 360px) {
    .section-ttl2.double-line .very-narrow {
        display: inherit;
    }
}

.section-ttl3 {
    color: #1b4f86;
    font-size: 1.625em;
    font-weight: bold;
    margin: 2em 0 0.5em;
}

.section-ttl3:first-of-type {
    margin-top: 0;
}

.section-ttl4 {
    border-bottom: 1px solid #1b4f86;
    color: #1b4f86;
    font-size: 1.625em;
    font-weight: bold;
    margin: 0 auto 0.615385em;
    text-align: center;
}

.more-btn {
    line-height: 1.5;
    margin: 0;
}

.more-btn > a {
    background-color: #1b4f86;
    color: #fff;
    display: block;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.15em;
    margin: 0 auto;
    max-width: 540px;
    padding: 1.25em;
    position: relative;
    text-align: center;
    width: 84.375%;
}

.more-btn > a::after {
    background-color: #fff;
    border-bottom: 0.375em solid #1b4f86;
    content: ' ';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 100%;
}

.more-btn > a > span {
    background: url(../images/arrow-1.png) no-repeat 90% 50%;
    background-size: 1.6875em auto;
    display: block;
    position: relative;
    z-index: 1;
}

.more-btn.download-btn > a > span {
    background: url(../images/arrow-6.png) no-repeat 90% 50%;
    background-size: 1.15em auto;
}

.more-btn > a:hover {
    color: #050202;
    text-decoration: none;
}

.more-btn > a:hover > span {
    background-image: url(../images/arrow-3.png);
}

.more-btn.download-btn > a:hover > span {
    background-image: url(../images/arrow-7.png);
}

.more-btn > a:hover::after {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-list,
.btn-list2 {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.btn-list > li,
.btn-list2 > li {
    margin: 0 auto 1.5em;
}

.btn-list > li:last-child,
.btn-list2 > li:last-child {
    margin-bottom: 0;
}

.btn-list > .more-btn {
    line-height: 2;
}

.btn-list > .more-btn > a {
    padding: 0.667em 2.25em;
    width: 90%;
}

.btn-list2 > .more-btn > a {
    width: 90%;
}

.btn-list > .more-btn > a > span {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Osaka, Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.07em;
}

.btn-list > .more-btn > a > span > span {
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.15em;
}

@media only screen and (min-width: 768px) {
    .section-area {
        padding-bottom: 10em;
    }

    .ttl-area .main-bg {
        padding-bottom: 75%;
    }

    .no-touch-parallax .ttl-area .main-bg {
        background-size: contain, contain, cover;
    }

    .type1,
    .type2 {
        background-size: contain;
    }

    .section-ttl1 {
        background-size: auto 10.25em;
        padding-top: 3.875em;
    }

    .section-ttl1 > span {
        font-size: 4.25em;
    }

    .more-btn > a {
        padding: 1.75em;
        width: 50%;
    }

    .btn-list > li,
    .btn-list2 > li {
        float: left;
        width: 50%;
    }

    .btn-list > .more-btn > a {
        padding: 1.143em 1.75em;
        width: 94.791668%;
    }

    .btn-list2 > .more-btn > a {
        width: 94.791668%;
    }
}

@media only screen and (min-width: 960px) {
    .section-ttl1 {
        background-size: auto 13.25em;
        margin-bottom: 6em;
        padding-top: 6.875em;
    }

    .section-ttl2 {
        font-size: 2.625em;
    }

    .section-ttl2 > span {
        font-size: 0.380952em;
    }

    .ttl-area .main-bg {
        padding-bottom: 50%;
    }

    .more-btn {
        font-size: 1em;
    }

    .more-btn > a {
        font-size: 0.875em;
        padding: 2.25em;
        width: 43.548387%;
    }

    .more-btn > a > span {
        background-size: 1.928571em auto;
    }

    .more-btn.download-btn > a > span {
        background-size: 1.25em auto;
    }

    .btn-list > .more-btn > a {
        padding: 1.625em 2.25em;
    }
}

/* ====================
   top
==================== */

.news-list {
    list-style: none;
    margin: 0 auto 3em;
    padding: 0;
    width: 93.75%;
}

.news-list > li {
    margin: 0 auto 2em;
}

.news-list > li:last-child {
    margin-bottom: 0;
}

.news-list > li > a {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}
.news-list > li > a .style--column {
    width: 75%;
}

.news-list .news-thumb {
    background-color: #1b4f86;
    float: left;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 25%;
}

.news-list .news-thumb img {
    width: 100%;
}

.news-list .news-date,
.news-list .news-ttl {
    line-height: 1.5;
    padding: 0 1em;
}

.news-list .news-date {
    margin: 0 0 0.5em;
    width: 110px;
    text-align: center;
}

.news-list .news-date span {
    background-color: #1b4f86;
    color: #fff;
    display: inline-block;
    line-height: 2;
    text-align: center;
    width: 7em;
}

.news-list .news-ttl {
    margin: 0;
    max-height: 3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    width: 100%;
}

@media only screen and (min-width: 375px) {
    .news-list .news-ttl {
        max-height: 4.5em;
        -webkit-line-clamp: 3;
    }
}

@media only screen and (min-width: 768px) {
    .news-list > li > a {
        width: 100%;
    }

    .news-list .news-thumb {
        max-width: 128px;
        width: 18%;
    }
    .news-list > li > a .style--column {
        width: 82%
    }

    .news-list .news-date {
        width: 150px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .news-list .news-ttl {
        max-height: none;
        padding-left: 0;
        padding-right: 2em;
        width: auto;
        -webkit-line-clamp: none;
        width: calc(100% - 150px);
    }
}

@media only screen and (min-width: 960px) {
    .news-list {
        width: 65.806452%;
    }

    .news-list .news-thumb {
        max-width: 128px;
        width: 15.686275%;
    }
}

.gallery-slider-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 auto 3em;
    padding-top: 73.544%
}
@media only screen and (min-width: 768px) {
    .gallery-slider-wrap {
        padding-top: 36.045%;
    }
}
@media only screen and (min-width: 960px) {
    .gallery-slider-wrap {
        padding-top: 24.624%;
    }
}
.gallery-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 2.5em;
}

.gallery-slider:last-child {
    margin-bottom: 0;
}

.gallery-slider .gallery-item > div {

    display: block;
    margin: 0 0.5em;
    line-height: 1;
}

.gallery-slider .gallery-item > div a {
    display: block;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 1;
    outline: none;
}

.gallery-slider .gallery-item > div img {
    width: 100%;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    margin: 0 auto;
}

.gallery-slider .gallery-item > div a:hover img {
    opacity: 0;
}

.gallery-slider .slick-arrow {
    background: none;
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    width: 2.25em;
    bottom: 0;
    cursor: pointer;
}

.gallery-slider .slick-prev {
    left: 0.5em;
}

.gallery-slider .slick-next {
    left: 4.75em;
}

@media only screen and (min-width: 768px) {
    .gallery-slider .gallery-item > span {
        padding: 0 0.75em;
    }

    .gallery-slider .slick-arrow {
        width: 1.928571em;
    }

    .gallery-slider .slick-prev {
        left: 0.75em;
    }
}

@media only screen and (min-width: 960px) {
    .gallery-slider {
        margin-bottom: 6em;
    }

    .gallery-slider .gallery-item > span {
        padding: 0 1em;
    }

    .gallery-slider .slick-arrow {
        width: 1.6875em;
    }

    .gallery-slider .slick-prev {
        left: 1em;
    }
}

.calendar {
    margin: 0 auto 3em;
}

.calendar h3 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    text-align: center;
}

.calendar h3 .cal-arrow {
    display: inline-block;
}

.calendar h3 .cal-prev {
    margin-right: 1em;
    width: 50px;
    padding: 0 10px;
}

.calendar h3 .cal-next {
    margin-left: 1em;
    width: 50px;
    padding: 0 10px;
}

.weekdays {
    display: none;
}

.monthdays {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.monthdays > li {
    background-color: #fff;
    display: block;
    float: left;
    margin: 0 0 1.5625% 1.5625%;
    position: relative;
    width: 31.25%;
}

.monthdays > li.empty {
    display: none;
}

.monthdays > li > a {
    background: url(../images/arrow-4.png) no-repeat right bottom;
    background-size: 1em auto;
    display: block;
    height: 100%;
    min-height: 60px;
    padding-bottom: 0.75em;
}

.monthdays .day {
    background-color: #050202;
    border-right: 1px solid #fff;
    color: #fff;
    display: block;
    font-family: 'Noto Sans', sans-serif;
    left: 0;
    line-height: 1.75;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.75em;
}

.monthdays .day.sat {
    background-color: #666;
}

.monthdays .day.sun {
    background-color: #1b4f86;
}

.monthdays .weekday {
    background-color: #050202;
    color: #fff;
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1em;
    line-height: 1.75;
    padding: 0 0 0 1.75em;
    text-align: center;
    margin-bottom: 0.75em;
}

.monthdays .weekday.sat {
    background-color: #666;
}

.monthdays .weekday.sun {
    background-color: #1b4f86;
}

.monthdays > li p {
    display: table;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    padding: 0 0.5em;
}

.monthdays > li p > span {
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
}

@media only screen and (min-width: 768px) {
    .calendar h3 {
        font-size: 1.8em;
    }

    .weekdays {
        display: block;
        list-style: none;
        margin: 0 auto 0.5em;
        padding: 0;
        width: 98.697917%;
    }

    .weekdays > li {
        background: #f0f0f2;
        display: block;
        float: left;
        font-family: 'Noto Sans', sans-serif;
        font-size: 1.115em;
        margin: 0 0 0 0.645161%;
        text-align: center;
        width: 13.709677%;
    }

    .type3 .weekdays > li {
        background: #fff;
    }

    .weekdays > li:nth-child(1) {
        color: #fff;
        margin-left: 0;
        background-color: #1b4f86;
    }

    .weekdays > li:nth-child(7) {
        background-color: #666;
        color: #fff;
    }

    .monthdays {
        width: 98.697917%;
    }

    .monthdays > li {
        margin: 0 0 0.645161% 0.645161%;
        width: 13.709677%;
    }

    .monthdays > li:nth-child(7n+1) {
        margin-left: 0;
    }

    .monthdays > li.empty {
        display: block;
    }

    .monthdays > li > a {
        padding-bottom: 0;
        min-height: 85px;
    }

    .monthdays .day {
        border-right: none;
    }

    .monthdays .weekday {
        display: none;
    }

    .monthdays > li p {
        margin: 0 0 1em;
        padding-top: 2.5em;
    }
}

@media only screen and (min-width: 960px) {
    .calendar {
        margin-bottom: 6em;
    }
}

/* ====================
   facility
==================== */

.floor-map {
    margin: 0 auto 3em;
}

.floor-btns {
    list-style: none;
    margin: 0 auto 2em;
    padding: 0;
}

.floor-btns > li {
    width: 50%;
    float: left;
}

.floor-btns > li button {
    background-color: #1b4f86;
    border: 2px solid #1b4f86;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 3;
    margin: 0 auto;
    outline: none;
    padding: 0;
    text-align: center;
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: background-color, color;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    width: 3.25em;
}

.floor-btns > li button.active {
    background-color: #fff;
    color: #1b4f86;
}

.floor-img .floor {
    padding: 0 1.25em;
}

@media only screen and (min-width: 768px) {
    .floor-btns > li button {
        cursor: default;
    }

    .floor-btns > li button.active {
        background-color: #1b4f86;
        color: #fff;
        cursor: default;
    }
}

@media only screen and (min-width: 960px) {
    .floor-btns {
        margin-bottom: 4em;
    }
}

.seats-area {
    margin: 5em auto 0;
}

.seats-ttl {
    border-bottom: 1px solid #1b4f86;
    color: #1b4f86;
    display: table;
    font-size: 0.833333em;
    font-weight: bold;
    margin: 0 0 2.5em;
    width: 100%;
}

.seats-ttl > span {
    display: table-cell;
    line-height: 1.2;
    padding-bottom: 0.75em;
    vertical-align: bottom;
    width: 50%;
}

.seats-ttl > span:nth-child(1) span {
    display: block;
    font-size: 1.625em;
}

.seats-ttl > span:nth-child(2) {
    text-align: right;
}

.seats-ttl > span:nth-child(2) em {
    font-size: 2.625em;
    font-style: normal;
}

@media only screen and (min-width: 768px) {
    .seats-ttl {
        font-size: 1em;
    }
}

.seats-table {
    margin: 3em auto 0;
}

.seats-table > figure {
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
}

.seats-table > table {
    border-bottom: 1px solid #050202;
    border-collapse: collapse;
    line-height: 2;
    margin: 0;
    width: 100%;
}

.seats-table > table th {
    text-align: left;
}

.seats-table > table tr:first-child th,
.seats-table > table tr:first-child td {
    border-bottom: 1px solid #050202;
    font-size: 1.25em;
    font-weight: bold;
}

.seats-table > table td:first-child {
    width: 3em;
}

.seats-table > table td:last-child {
    text-align: right;
    width: 4em;
}

.seats-table + p {
    margin-top: 1em;
}

@media only screen and (min-width: 768px) {
    .seats-table > figure {
        float: left;
        margin-right: 6.985294%;
        width: 41.053922%;
    }

    .seats-table > table {
        float: left;
        width: 51.960784%;
    }
}

@media only screen and (min-width: 960px) {
    .seats-table > table th,
    .seats-table > table td {
        font-size: 0.875em;
    }
}

.stage-area {
    margin: 0 auto;
}

.stage-area figure {
    margin: 0 auto 3em;
    padding: 0;
    text-align: center;
}

.stage-table1,
.equipment-table1,
.price-table1,
.price-table2 {
    margin: 0 auto 3em;
}

.stage-table2 {
    margin: 0 auto;
}

.stage-table1 h3,
.stage-table2 h3,
.price-table1 h3,
.price-table2 h3 {
    margin-bottom: 0.25em;
}

.overflow-table {
    overflow-x: auto;
}
.overflow-price-table td {
    line-height: 1.3;
    padding: .5em 0;
}

.stage-table1 table,
.price-table1 table {
    border-bottom: 1px solid #050202;
    border-collapse: collapse;
    line-height: 2;
    margin: 0 auto;
    width: 100%;
    table-layout: fixed;
}

.stage-table1 table tr:first-child td,
.stage-table1 table tr:first-child th,
.price-table1 table tr:first-child td,
.price-table1 table tr:first-child th {
    border-bottom: 1px solid #050202;
    line-height: 1.2;
    padding-bottom: 0.4em;
}

.stage-table1 table th,
.price-table1 table th {
    font-weight: bold;
    text-align: center;
}

.stage-table1 table th:first-child,
.stage-table1 table td:first-child {
    text-align: left;
    width: 9em;
}

.price-table1 table th:first-child,
.price-table1 table td:first-child {
    text-align: left;
    width: 7.5em;
}

.stage-table1 table th:first-child,
.price-table1 table th:first-child {
    border-right: 1px solid #050202;
}

.stage-table1 table th:nth-child(2),
.stage-table1 table th:nth-child(3),
.stage-table1 table th:nth-child(5),
.stage-table1 table th:nth-child(6) {
    width: 6em;
}

.stage-table1 table th:nth-child(4) {
    width: 10em;
}

.stage-table1 table th:nth-child(7) {
    width: 4em;
}

.price-table1 table th {
    width: 8em;
}

.price-table1 table th:last-child {
    width: 15em;
}

.stage-table1 table td,
.price-table1 table td {
    text-align: center;
}

.stage-table1 table td:nth-child(4) {
    text-align: left;
}

.stage-table1 p,
.stage-table2 p {
    margin-top: 1em;
}

.stage-table2 table,
.price-table2 table,
.price-table3 {
    border-bottom: 1px solid #050202;
    border-collapse: collapse;
    line-height: 2;
    margin: 0 auto;
    width: 100%;
    table-layout: fixed;
}

.price-table3 {
    margin-bottom: 3em;
}

.price-table3 tr:first-child td {
    border-bottom: 1px solid #050202;
}

.stage-table2 table th,
.stage-table2 table td,
.price-table2 table td,
.price-table3 td {
    vertical-align: top;
}

.price-table2 table td:first-child {
    padding-right: 1.5em;
}

.price-table2 table td:last-child {
    width: 11em;
}

.stage-table2 table th {
    font-weight: bold;
    text-align: left;
    width: 7em;
}

.stage-table2 .right-table table th {
    width: 3em;
}

.stage-table2 .right-table table td:nth-child(2),
.stage-table2 .right-table table td:nth-child(3) {
    width: 5em;
}

.stage-table2 .left-table {
    margin-bottom: 3em;
}

.price-table3 td:nth-child(1) {
    width: 8em;
}

.price-table3 tr:nth-child(3) td:nth-child(1),
.price-table3 td:nth-child(2) {
    width: 4em;
    text-align: center;
}

.price-table3 td:nth-child(3) {
    width: 6em;
    text-align: center;
}

.price-table3 tr:nth-child(3) td:last-child {
    text-align: left;
    width: auto;
}

.notice-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.notice-list > li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}

.notice-list > li > span {
    display: table-cell;
    vertical-align: top;
}

.notice-list > li > span:first-child {
    width: 2.75em;
}

@media only screen and (min-width: 768px) {
    .stage-table2 .group > div {
        float: left;
        width: 50%;
    }

    .stage-table2 .left-table {
        margin-bottom: 0;
        padding-right: 1em;
    }

    .stage-table2 .right-table {
        padding-left: 1em;
    }

    .price-table1 table th {
        width: auto;
    }

    .price-table1 table th:first-child,
    .price-table1 table td:first-child {
        width: 9em;
    }

    .price-table1 table th:last-child {
        width: 20em;
    }

    .price-table2 table td:last-child {
        width: 18em;
    }

    .price-table3 td:nth-child(1) {
        width: 10em;
    }

    .price-table3 td:nth-child(3) {
        width: 12em;
        text-align: center;
    }
}

@media only screen and (min-width: 960px) {
    .stage-table1 table td,
    .stage-table1 table th,
    .stage-table2 table td,
    .stage-table2 table th,
    .price-table1 table td,
    .price-table1 table th,
    .price-table2 table td,
    .price-table3 table td,
    .notice-list > li {
        font-size: 0.875em;
    }
}

.info-table {
    margin: 0 auto 3em;
}

.info-table dl {
    display: table;
    line-height: 2;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.info-table dl > dt {
    display: table-cell;
    font-weight: bold;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 7.5em;
}

.info-table.long-dt dl > dt {
    width: 11em;
}

.info-table dl > dd {
    display: table-cell;
    margin: 0;
    padding: 0 0 0 1em;
    vertical-align: top;
}

.info-table > div:last-child h3 {
    margin-top: 1.75em;
}

@media only screen and (min-width: 768px) {
    .info-table > div {
        float: left;
        width: 50%;
    }

    .info-table > div:first-child {
        border-right: 1px solid #050202;
        padding-right: 1em;
    }

    .info-table > div:last-child {
        padding-left: 1em;
    }

    .info-table.long-dt > div:first-child dl > dt {
        width: 8em;
    }

    .info-table > div:last-child h3 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 960px) {
    .info-table {
        font-size: 0.875em;
    }
}

/* ====================
   footer
==================== */

.main-footer {
    background-color: #050202;
    color: #fff;
    font-size: 0.9em;
    padding: 2em 0;
    position: relative;
    z-index: 1;
}

.links {
    list-style: none;
    margin: 0 auto 3em;
    padding: 0;
    width: 70.625%;
}

.links > li {
    display: block;
    float: left;
    margin: 0 3.539823%;
    text-align: center;
}

.links > li:nth-child(1),
.links > li:nth-child(2) {
    width: 42.920354%;
    margin-bottom: 7.079646%;
}

.links > li:nth-child(3),
.links > li:nth-child(4),
.links > li:nth-child(5) {
    width: 20.353982%;
}

.links > li:nth-child(3) {
    margin-left: 12.106195%;
}

.footer-txt {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
}

.footer-txt p {
    line-height: 1.5;
    margin: 0 0 0.5em;
    text-align: center;
    font-size: 1.2em;
}

.footer-txt p:last-child {
    margin-bottom: 0;
}

.footer-txt .footer-logo {
    margin-bottom: 1.5em;
}

.footer-txt .footer-logo img {
    width: 415px;
    height: auto;
}

.footer-dl-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #050202;
    margin-bottom: 2em;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.footer-dl-btn a {
    display: table-cell;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-right: 2em;
    padding-left: 2em;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.footer-dl-btn:hover {
    opacity: .8;
}

.footer-dl-btn img {
    height: 2em;
}

.footer-box {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}

.footer-box a {
    width: 42%;
    margin-right: 1em;
}

.footer-box a:last-child {
    margin-right: 0;
}

.footer-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}

.footer-icons a {
    width: 10%;
    margin-right: 1em;
}

.footer-icons a:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .links {
        float: right;
        margin-right: 1em;
        width: 29.427083%;
    }

    .links > li:nth-child(1),
    .links > li:nth-child(3) {
        margin-left: 0;
    }

    .links > li:nth-child(3),
    .links > li:nth-child(4),
    .links > li:nth-child(5) {
        width: 12.395%;
    }

    .footer-txt {
        float: left;
    }

    .footer-txt p {
        text-align: left;
    }

    .footer-txt p:not(.footer-logo) {
        font-size: 0.9524em;
    }

    .footer-txt .footer-logo img {
        width: auto;
        height: 2.28125em;
    }

    .footer-box {
        justify-content: flex-start;
    }

    .footer-icons {
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 960px) {
    .links {
        margin-bottom: 0;
    }

    .footer-txt .footer-logo {
        font-size: 1em;
    }

    .footer-txt p:not(.footer-logo) {
        font-size: 0.84em;
    }
}

@media only screen and (min-width: 960px) and (max-height: 768px) {
    .main-footer {
        padding-bottom: 1.25em;
        padding-top: 1em;
    }

    .links {
        margin-top: 1em;
    }

    .footer-box {
        justify-content: flex-start;
    }

    .footer-icons {
        justify-content: flex-start;
    }
}

.map {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin: 0 auto 2em;
    position: relative;
}

.map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.map iframe:not(#map01) {
    display: none;
}

.access-lists {
    margin: 0 auto 3em;
    padding: 0;
}

.access-lists dl {
    margin: 0 auto 2em;
    padding: 0;
}

.access-lists dl > dt {
    text-align: center;
    font-weight: bold;
    color: #1b4f86;
    border-bottom: 1px solid;
    font-size: 1.625em;
    padding: 0;
    margin: 0 0 1em;
}

.access-lists dl > dd {
    margin: 0;
    padding: 0;
}

.access-list1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.access-list1 > li {
    list-style: none;
    margin: 0 0 0 1.666667%;
    float: left;
    width: 23.75%;
}

.access-list1 > li:first-child {
    margin-left: 0;
}

.access-list1 > li > a {
    background: #1b4f86 url(../images/icon-pin.png) no-repeat 92% 50%;
    background-size: auto 1.25em;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 1.25em 0.75em;
    font-size: 0.833333em;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.access-list1 > li > a:hover {
    background-color: #246ab4;
    text-decoration: none;
}

.two-column > div {
    margin: 0 auto 3em;
}

.two-column h3 {
    border-bottom: 1px solid #1b4f86;
    color: #1b4f86;
    font-size: 1.625em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1em;
}

.one-column {
    margin-top: 5rem;
}

.one-column .annotation {
    font-size: 0.85rem;
}

.one-column h3 {
    border-bottom: 1px solid #1b4f86;
    color: #1b4f86;
    font-size: 1.625em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1em;
}

.one-column h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.important {
    color: #DC143C;
}

@media only screen and (min-width: 768px) {
    .map {
        padding-bottom: 66.666667%;
    }

    .access-lists dl {
        margin: 0;
        float: left;
    }

    .access-lists dl:first-child {
        margin-right: 3.333333%;
        width: 73.5%;
    }

    .access-lists dl:last-child {
        width: 23.166667%;
    }

    .access-lists dl:last-child .access-list1 > li {
        width: 100%;
    }

    .access-list1 > li > a {
        font-size: 1em;
    }

    .two-column > div {
        width: 50%;
        float: left;
    }

    .two-column > div:first-child {
        margin-bottom: 0;
        padding-right: 1em;
    }

    .two-column > div:last-child {
        padding-left: 1em;
    }

    .one-column .annotation {
        font-size: 0.7rem;
    }
}

@media only screen and (min-width: 960px) {
    .access-list1 > li > a {
        font-size: 0.875em;
    }
}


.section-schedule-detail .inner {
    width: 93.75%;
    margin: 0 auto;
    max-width: 816px;
}
.schedule-detail-item {
    padding-bottom: 80px;
}
.schedule-detail-column-2:first-child {
    padding: 0 20px 0 30px;
}
.schedule-detail-column-2:last-child img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0 20px 0 30px;
}
.schedule-detail-date {
    margin: 0 0 40px 0;
    font-family: 'Noto Sans', sans-serif;
    display: flex;
    align-items: center;
}
.schedule-detail-week {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-align: center;
    letter-spacing: .3em;
    color: #1b4f86;
    vertical-align: middle;
    padding: 5px 0 0;
}
.schedule-detail-day {
    font-size: 1.6em;
    vertical-align: middle;
    background: #1b4f86;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
}
.schedule-detail-title {
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: bold;
}
.schedule-detail-text {
    margin-bottom: 20px;
    word-break: break-all;
}
.schedule-detail-text > p {
    margin-bottom: 1em;
}
.schedule-detail-text > p:last-child {
    margin-bottom: 0;
}
.schedule-detail-table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    table-layout: fixed;
}
.schedule-detail-table-head {
    display: block;
    text-align: left;
    padding: 5px 10px;
    background: #c7c7c7;
    color: #fff;
    word-break: break-all;
}
.schedule-detail-table-text {
    display: block;
    padding: 5px 10px;
    word-break: break-all;
}
.schedule-detail-table-text .text--small {
    font-size: .8em;
}
.schedule-link {
    padding-top: 60px;
    text-align: center;
    position: relative;
}
.schedule-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30%;
    height: 1px;
    background: #A0A0AB;
}
.schedule-share {
    color: #484852;
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    text-indent: 0.04em;
    letter-spacing: 0.04em;
    margin-bottom: 13px;
    display: inline-block;
    border-right: 1px solid;
    padding-right: 50px;
    margin-right: 30px;
}
.schedule-link-fb,
.schedule-link-tw {
    display: inline-block;
    width: 38px;
    margin: 0 10px;
}
.schedule-link-fb img,
.schedule-link-tw img {
    width: 100%;
    height: auto;
}
.schedule-link a {
    display: inline-block;
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .section-schedule-detail .inner {
        width: 100%;
        max-width: 1240px;
    }
    .schedule-detail-column-base {
        display: flex;
        align-items: center;
    }
    .schedule-detail-column-2:first-child {
        width: calc(100% - 300px);
        padding-right: 50px;
        padding-left: 40px;
        box-sizing: border-box;
    }
    .schedule-detail-column-2:last-child {
        width: 350px;
        padding: 0 25px;
    }
    .schedule-detail-table-head {
        display: table-cell;
        border-bottom: 1px solid #c7c7c7;
        padding: 10px 0;
        background: none;
        color: #000;
        width: 150px;
    }
    .schedule-detail-table-text {
        display: table-cell;
        border-bottom: 1px solid #c7c7c7;
        padding: 10px 0;
        background: none;
        color: #000;
    }
}


.gallery-main-column {
    flex-wrap: wrap;
}
.gallery-main-column .column-item {
    width: 100%;
    padding: 2%;
    text-align: center;
}
.gallery-main-column .column-item .video {
    margin-bottom: 0;
}
.gallery-main-column .column-item p {
    margin-top: 10px;
}

.gallery-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.gallery-list .gallery-item {
    width: calc(100% / 2);
    padding: 2%;
    box-sizing: border-box;
}

.gallery-list .gallery-item a {
    display: block;
}

@media only screen and (min-width: 768px) {
    .gallery-main-column .column-item {
        width: calc(100% / 2);
    }
    .gallery-list .gallery-item {
        width: calc(100% / 3);
    }

    .gallery-list .gallery-item a img:hover {
        opacity: unset;
    }
}



.section-newslist .inner {
    width: 93.75%;
    margin: 0 auto;
    max-width: 816px;
}
.newslist {
    padding-top: 40px;
}
.newslist-item {
    padding-bottom: 40px;
}
.newslist-head {
    width: calc(100% - 60px);
    margin: 0 auto 30px;
}
.newslist-day {
    background: #1b4f86;
    color: #fff;
    padding: 2px 10px;
}
.newslist-title {
    color: #484852;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0;
}
.newslist-info {
    position: relative;
    margin-top: 18px;
    padding: 0 0 0 52px;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans', sans-serif;
}
.newslist-info::before {
    content: " ";
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    background: #A0A0AB;
}
.newslist-body {
    margin: 0 auto;
    padding: 38px 30px;
    background: #FFF;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.1);
}
.newslist-text {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0;
}
.newslist-text > p {
    margin-bottom: 1em;
}
.newslist-text > p:last-child {
    margin-bottom: 0;
}
.newslist-img-list {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.newslist-img-item {
    width: 45%;
    height: auto;
    margin-bottom: 10%;
}
.newslist-img-item img {
    width: 100%;
    height: auto;
}
.newslist-img-item {
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.1);
}
.newslist-img-item {
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.newslist-share {
    color: #484852;
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    text-indent: 0.04em;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 13px;
}
.newslist-link {
    padding-top: 60px;
    text-align: center;
    position: relative;
}
.newslist-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30%;
    height: 1px;
    background: #A0A0AB;
}
.newslist-link-fb,
.newslist-link-tw {
    display: inline-block;
    width: 38px;
    margin: 0 10px;
}
.newslist-link-fb img,
.newslist-link-tw img {
    width: 100%;
    height: auto;
}
.newslist-link a {
    display: inline-block;
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .newslist {
        padding-top: 80px;
    }
    .newslist-item {
        padding-bottom: 80px;
    }
    .newslist-head {
        width: calc(100% - 120px);
        margin: 0 auto 60px;
    }

    .newslist-body {
        padding: 48px 60px 50px;
    }
    .newslist-img-item {
        width: 30%;
        margin: 0 0 5%;
    }
    .newslist-img-item:nth-child(3n-1) {
        margin: 0 5% 5%;
    }
    .newslist-link {
        padding-top: 80px;
    }
    .newslist-link::before {
        top: 40px;
    }
}


.section-contact .form-group {
    margin-bottom: 20px;
}
.section-contact .form-control {
    border-radius: 0;
    border: 0;
    background: #f2f2f2;
}
.section-contact .form-title {
    position: relative;
    padding-left: 52px;
    margin-bottom: 10px;
}
.section-contact .form-title::before {
    content: " ";
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    background: #A0A0AB;
}
.section-contact .btn {
    background: #1b4f86;
    color: #fff;
    border-radius: 0;
    padding: 1em 2.25em;
    height: auto;
    margin-top: 40px;
    width: auto;
}
.contact-form-btn {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .section-contact .form-group {
        margin-bottom: 40px;
    }
    .section-contact .form-title {
        margin-bottom: 20px;
    }
}

.calendar h3 {
  margin-top: 0;
  padding-top: 1em;
  margin-bottom: 10px;
}
.cal-nav-wrap {
  width: auto;
  margin: 0 1.5625% 20px 1.5625%;
  position: relative;
}
.cal-nav {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  display: flex;
}

.cal-nav li {
  display: inline-block;
  width: calc(100% / 12);
}

.cal-nav li a {
  color: #050202;
  display: inline-block;
  font-size: 1.2em;
  line-height: 170%;
  /* outline: 1px solid #fff; */
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.cal-nav li .active {
  background-color: #4e7fb9;
  color: #fff;
}

.cal-nav li:hover {
  opacity: .8;
}

.cal-nav.cal-last li {
    width: calc(100% / 15);
    opacity: 0.2;
    pointer-events: none;
}
.cal-nav.cal-last li:first-child {
    width: calc(100% / 15 * 4);
    opacity: 1;
    background: #FF9300;
    color: yellow;
    pointer-events: auto;
}
.cal-nav.cal-last li:first-child a,
.cal-nav.cal-last li:first-child .active {
    color: #fff;
    background: #FF9300;
}

.cal-nav-prev {
  text-align: left;
}
.cal-nav-next {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.cal-nav-prev a,
.cal-nav-next a {
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.cal-nav-prev a:hover,
.cal-nav-next a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.cal-nav-prev a:before {
  content: "←";
  margin-right: 5px;
}
.cal-nav-next a:after {
  content: "→";
  margin-left: 5px;
}

@media only screen and (min-width: 768px) {
  .calendar h3 {
    margin-bottom: 1em;
  }
  .cal-nav-wrap {
    width: 98.697917%;
    margin: 0 auto 20px;
  }
  .cal-nav {
    width: calc(100% / 17 * 13);
  }
  .cal-nav li {
    width: calc(100% / 12);
  }
  .cal-nav-prev,
  .cal-nav-next {
    width: calc(100% / 17 * 2);
    position: static;
    font-size: 1.2em;
  }
  .cal-nav-prev a,
  .cal-nav-next a {
    background-color: #1b4f86;
    color: #fff;
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cal-nav-prev span,
  .cal-nav-next span {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
  .cal-nav-wrap {
    display: flex;
  }
}



.main-contents {
    /*padding-top: 66.38px;*/
}
.anchor-target {
    padding-top: 67px;
    margin-top: -67px;
}
@media only screen and (min-width: 768px) {
    .main-contents {
        /*padding-top: 77.78px;*/
    }
    .anchor-target {
        padding-top: 78px;
        margin-top: -78px;
    }
}
@media only screen and (min-width: 960px) {
    .main-contents {
        /*padding-top: 94px;*/
    }
    .anchor-target {
        padding-top: 108px;
        margin-top: -108px;
    }
}
.text--center {
    text-align: center;
}
.style--column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-group.text--center {
    width: 100%;
}
.award {
    margin-bottom: 7em;
}
.award-logo-list {
    margin-top: 5em;
    list-style: none;
    display: flex;
    align-items: stretch;
    padding-left: 0;
    justify-content: space-between;
}
.award-logo-item {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.award-logo-list {
}
.award-logo-item.item-02 img {
    max-width: 115px;
    width: 100%;
}
.award-logo-item.item-01 img {
    max-width: 152px;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .award-logo-list {
        margin-left: 0;
        margin-right: 0;
    }
    .award-logo-item {
        width: 48%;
    }
    .award-logo-item.item-02 img {
        max-width: 100%;
        width: auto;
    }
    .award-logo-item.item-01 img {
        max-width: 100%;
        width: auto;
    }
}
.award-logo-item img {
    max-height: 160px;
}
.service-bg {
    padding-bottom: 7em;
}
.service-bg .inner {
    margin-left: auto;
    margin-right: auto;
}
.service-bg .section-ttl1 > span {
    padding-left: 0.13em;
}
.service-bg .inner-intro {
    background: none;
    max-width: 816px;
    text-align: justify;
    margin: auto;
}
.service-intro {
    margin-top: -2rem;
    padding: 0 30px;
}
.service-intro-img {
    margin-bottom: 20px;
}
.service-intro-detail {
    text-align: justify;
    max-width: 816px;
    margin: auto;
    line-height: 2;
}
.service-list {
    max-width: 816px;
    width: 100%;
    justify-content: center;
}
.service-list > li {
    width: 100%;
    max-width: 46%;
    margin: 0 0 8%;
}
.service-list > li:nth-child(even) {
    margin-left: 8%;
}

.area-pic1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-list>li>a {
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    transition: all 400ms;
    outline: none;
}
.service-list>li>a:hover {
    box-shadow: 0px 0px 20px rgba(0,0,0,.3);
}
.service-list>li>a>span.area-pic1 {
    margin: 0;
    position: relative;
    overflow: hidden;
    background: #000;
}
.service-list>li>a>span.area-pic1 img {
    transition: all 400ms;
    opacity: .7
}
.service-list>li>a:hover>span.area-pic1 img {
    transform: scale(1.2);
}
.service-list>li>a>span.area-pic1>span {
    color: #fff;
    display: block;
    font-weight: 700;
    line-height: 140%;
    margin: 4rem auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-shadow: 0 0 4px #000;
    width: 100%;
    z-index: 10;
}
.service-timeline-img {
    text-align: center;
}
.service-timeline-img img {
    max-height: 400px;
}
.service-show .service-timeline {
    margin-bottom: 6em;
    margin-top: 6em;
}

@media only screen and (min-width: 768px) {
    .service-bg {
        padding-bottom: 5em;
    }
    .service-timeline-img img {
        max-height: 100%;
    }
}
@media only screen and (min-width: 960px) {
    .service-bg {
        padding-bottom: 5em;
    }
    .service-intro {
        margin-top: -4rem;
    }
    .service-show .service-timeline {
        margin-bottom: 6em;
        margin-top: 0;
    }
}


.service-show {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

.service-show .service-client {
    outline: 0;
}
.service-show .service-client>h3 {
    background: none;
    color: #000;
    border-bottom: 0;
    position: relative;
    padding: 0;
    font-size: 24px;
    margin-bottom: 2em;
}
.service-show .service-client>div {
    padding: 0;
}
.service-show .service-mainvisual {
    margin-bottom: 2rem;
}
.service-client-sub {
    font-size: 11px;
    display: block;
}
.service-show .service-client {
    margin-bottom: 6em;
}
.service-show .service-client .service-client-title-body {
    position: relative;
    padding: .5rem 0;
}
.service-show .service-client>.service-client-text {
    padding: 1rem 0;
}
.service-show .service-detail h3,
.service-show .service-scene h3 {
    border-bottom: 0px;
    color: #000;
}
.service-detail {
    font-size: 12px;
}
.style--table {
    display: table;
}
.style--table-row {
    display: table-row;
}
.style--table-head,
.style--table-body {
    display: table-cell;
}
.style--table-head {
    font-weight: bold;
}
.style--service-title {
    text-align: center;
    font-size: 24px;
    margin-top: 0em;
    margin-bottom: 1em;
}
.service-client .style--service-title {
    margin-top: 2em;
}
.service-client-text {
    text-align: left;
}
.style--service-title-sub {
    font-size: 14px;
    color: #050202;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 0.1em;
    display: block;
    border-top: 1px solid;
    padding-top: .5em;
    margin-top: .5em;
}
.style--service-title-sub span {
    display: inline-block;
    /*background: #050202;*/
    color: #050202;
    padding: 0 3px;
    text-transform: uppercase;
}
.service-detail .style--table-head {
    width: 10em;
}
.service-detail .style--table-head,
.service-detail .style--table-body {
    border-bottom: 1px dashed #e2e2e2;
    padding: 5px 0;
}

.service-show .scene-img {
    max-height: 100%;
    float: none;
    width: 100%;
    text-align: center;
}
.service-show .scene-img img {
    max-height: 450px;
}
.service-show .scene-caption {
    padding: 1em 0;
    float: none;
    width: 100%;
}

.service-scene-section + .service-scene-section {
    margin-top: 40px;
}
.staff-detail {
    border: 10px solid #1c5086;
}
.service-comment-pat02 .staff-detail {
    border: 0;
    background: rgba(28, 80, 134, 0.05);
}
.service-comment-pat02 .staff-intro {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.staff-intro > div {
    font-size: 12px;
    padding: 20px;
    background: #fff;
    margin: 1rem 0;
}
.staff-intro-title {
    margin-bottom: 20px;
}
.staff-title {
    font-size: 16px;
    display: block;
    font-weight: bold;
}
.staff-name {
    font-size: 15px;
    font-weight: bold;
}
.intro-text {
    padding-left: 0px;
    margin-top: 10px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
}
.staff-column {
    align-items: center;
    padding: 2rem 0;
    display: block;
    margin-left: 2rem;
    margin-right: 2rem;
    border-bottom: 1px solid;
}
.staff-comment {
    font-size: 13px;
    line-height: 2;
    text-align: justify;
    padding: 35px 2rem;
}
.staff-intro {
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;
}
.staff-text {
    font-size: 13px;
    line-height: 2;
    width: 100%;
    padding: 0 20px;
}
.staff-intro img {
    max-width: 100%;
    height: auto;
}
.service-sc-comment {
    margin-top: 6rem;
    margin-bottom: 4rem;
}

.staff-intro > div {
    background: #fff;
    padding: 2rem;
    align-items: center;
    margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
    .service-show .service-client>h3 {
        font-size: 24px;
    }
    .staff-detail {
        padding-top: 35px;
    }
    .service-show .scene-img img {
        max-height: 550px;
    }
    .staff-intro > div {
        display: flex;
        padding: 1rem;
    }
    .staff-intro-title {
        margin-bottom: 0px;
        width: 50%;
    }
    .staff-column {
        display: flex;
        padding: 1rem 20px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        border-top: 1px solid;
    }
    .staff-intro {
        width: calc((100% - 200px) / 2);
        margin: auto;
    }
    .service-comment-pat02 .staff-intro {
        padding: 0;
    }
    .intro-text {
        width: 50%;
        padding-left: 20px;
        border-left: 1px solid;
    }
    .staff-comment {
        padding: 35px 40px;
    }
    .staff-text {
        width: 50%;
        padding-left: 20px;
        padding-right: 0;
    }
}
.newslist-text iframe,
.schedule-detail-body iframe {
    max-width: 100%;
}
.newslist-text table,
.schedule-detail-body table {
    width: 100%;
}
.newslist-text a,
.schedule-detail-body a {
    color: #385898;
    text-decoration: underline;
}
.newslist-text a:hover,
.schedule-detail-body a:hover {
    text-decoration: none;
}
.main-pagetop {
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-bottom: 4px solid #1b4f86;
    overflow: hidden;
    cursor: pointer;
}
.main-pagetop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #1b4f86;
    transition: all 200ms ease-in-out;
}
.main-pagetop::after {
    content: "";
    display: block;
    border-top: .5em solid #fff;
    border-right: .5em solid #fff;
    border-bottom: .5em solid transparent;
    border-left: .5em solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(-45deg) translate3d(-3px, 3px, 0);
    transition: all 200ms ease-in-out;
}

.main-pagetop:hover::before {
    left: 100%;
}
.main-pagetop:hover::after {
    border-top-color: #000;
    border-right-color: #000;
}

.sl-overlay {
    opacity: 1;
}



.is--pcOnly {
    display: block;
}
.is--spOnly {
    display: none;
}

@media (max-width: 768px) {
    .is--pcOnly {
        display: none;
    }
    .is--spOnly {
        display: block;
    }
}
.zoomer_wrapper {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 500px;
  margin: 10px 0;
  overflow: hidden;
  width: 100%;
}
.disp_image a {
    display: block;
    width: 75%;
    height: 140px;
    max-width: 480px;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #e8e8e8;
    cursor: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

 #image_wrapper .close_button {
    z-index: 25;
    display: none;
    display: inline;
    padding: 10px;
    text-align: right;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    right: 5px;
    top: 5px;
}

 #image_wrapper .close_button a {
    color:#313131;
 }
.zoomer_wrapper {
    border: none;
    padding-top: calc(100vh - 60px);
    position: relative;
    height: 0;
    margin: 0;
}
@media (max-width: 768px) {
    .zoomer_wrapper {
        padding-top: calc(90vh - 60px);
        margin: 0;
    }
}
.zoomer {
    background: none!important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.zoomer .zoomer-holder {
    box-shadow: none!important;
}
.facility-modal-window {
    display: none;
}
.facility-modal-icon {
    position: relative;
    display: block;
}
.facility-modal-icon::before {
    content: "";
    width: 40px;
    height: 40px;
    background: red;
    position: absolute;
    bottom: 10px;
    right: 0;
    background: url(/images/icon-zoom.png) no-repeat center center;
    background-size: 100% auto;
    transition: all 200ms;
}
.facility-modal-icon:hover::before {
    opacity: .7;
    transform: scale(1.1);
}

.equipment-btn-active {
    background-color: #1b4f86;
    color: #fff;
}

.equipment-btn-active:hover {
    background-color: #1b4f86 !important;
}

.equipment-table {
    display: none;
}

.visible-equipment-table {
    display: block;
}

.equipment-selector {
    padding-top: 3em;
    padding-bottom: 3em;
}

.equipment-selector-list {
    display: flex;
    justify-content: center;
}

.equipment-type {
    width: 25%;
    height: 4rem;
    padding-left: 0.8em;
    padding-right: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #666666;
    cursor: pointer;
    margin: 0.5em;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    transition: all 0.2s;
}

.equipment-type:hover {
    background-color: #f0f0f2;
}

.equipment-type-break {
}

.equipment-table table {
    border: 0
}
.equipment-table table, .equipment-table td {
    border-collapse: collapse;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
}

.equipment-table td {
    font-size: 0.85rem;
    border: 1px solid #666;
}

.equipment-table th {
    color: #fff;
    padding: 8px;
    border-collapse: collapse;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.equipment-table th:first-child {
    border-left: none;
}
.equipment-table th:last-child {
    border-right: none;
}
.equipment-table img {
    margin: 4px;
    max-width: 250px;
}

.equipment-table1 {
    overflow: auto;
    white-space: nowrap;
}

.equipment-option-cell {
    color: #fff;
}

.rowspan1-2 td:nth-of-type(1), .rowspan1-2 td:nth-of-type(2) {
    text-align: left !important;
}
.rowspan1-3 td:nth-of-type(1), .rowspan1-3 td:nth-of-type(3) {
    text-align: left !important;
}
.rowspan2-3 td:nth-of-type(2), .rowspan2-3 td:nth-of-type(3) {
    text-align: left !important;
}
.rowspan2-4 td:nth-of-type(2), .rowspan2-4 td:nth-of-type(4) {
    text-align: left !important;
}
.equipment-left-align {
    text-align: left !important;
}
.equipment-form {
    display: flex;
    justify-content: center;
}

.equipment-form-item {
    border: 1px solid #666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    margin: 1em;
    width: 45vw;
}

@media only screen and (max-width: 768px) {
    .equipment-form {
        flex-direction: column;
    }

    .equipment-form-item {
        width: 80vw;
        margin: 1em auto;
    }

    .equipment-selector-list {
        justify-content: space-araound;
    }

    .equipment-type {
        width: 30%;
    }

    .equipment-type-break {
        flex-direction: column;
        font-size: 0.9em;
    }
}

.ext-link-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3em;
    margin-bottom: 3em;
}

.equipment-form-ext-link {
    border: solid 2px #1b4f86;
    color: #1b4f86;
    display: block;
    width: 20em;
    text-align: center;
    padding: 1.25em;
}

.equipment-form-ext-link:hover {
    background-color: #1b4f86;
    color: #fff;
    text-decoration: none;
}

.ext-link-info {
    text-align: right;
    width: 20em;
    margin-top: 0.5em;
}

.equipment-form-link {
    background-color: #1b4f86;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 12em;
    position: relative;
    text-align: center;
    padding: 1.25em;
    margin-top: 2em;
}

.equipment-form-link:hover {
    opacity: 0.6;
    text-decoration: none;
}

.equipment-form-link > a {
}

.equipment-contact-jump {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.equipment-contact-link {
    text-decoration: underline;
    color: blue;
}

.hint-pos {
    top: 100px !important;
}

.side-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: flex;
    align-items: center;
}
.side-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    right: -120px;
    transition: all 400ms ease-out;
}
.side-nav.is--visible .side-nav-list {
    right: 16px;
}
.side-nav-item {
}
.side-nav-item + .side-nav-item {
    margin-top: 16px;
}
.side-nav-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    transition: all 400ms;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}
.side-nav-item a:hover {
    text-decoration: none;
    transform: scale(.96);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.side-nav-item a img {
    width: 40px;
    height: auto;
    margin-bottom: 8px;
}
.side-nav-item.pc-none {
    display: none;
}
@media (max-width: 414px) {
    .side-nav  {
        width: 100%;
        position: fixed;
        top: auto;
        left: 0;
        right: auto;
    }
    .side-nav-list {
        width: 100%;
        position: static;
        display: flex;
        align-items: stretch;
        flex-direction: row-reverse;
    }
    .side-nav-item {
        width: calc(100% / 4);
    }
    .side-nav-item + .side-nav-item {
        margin-top: 0;
    }
    .side-nav-item a {
        padding: 8px;
        font-size: 10px;
        box-shadow: none;
        border: 1px solid #ccc;
        border-radius: 0;
    }
    .side-nav-item a:hover {
        box-shadow: none;
        transform: scale(1);
    }
    .side-nav-item a img {
        width: 24px;
    }
    .side-nav-item .main-pagetop {
        position: relative;
        bottom: auto;
        right: auto;

    }
    .side-nav-item.pc-none {
        display: block;
    }
}
