@charset "UTF-8";
body {
    color: rgba(0, 0, 0, 0.87);
    font-family: Noto Sans JP, sans-serif !important;
    background-color: #f5f5f5;
}

.break {
    display: block;
}

@media (min-width: 1200px) {
    .break {
        display: none;
    }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header {
    width: 100%;
    height: calc(100px + 5vw);
    max-height: 140px;
    border-bottom: 1px solid #e0e0e0;
    background-color: rgba(0, 162, 151, 0.87);
}

@media (min-width: 1200px) {
    .header {
        height: 140px;
    }
}

.header-inner {
    max-width: 380px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1200px) {
    .header-inner {
        max-width: 1200px;
    }
}

.header-ttl {
    height: auto;
    margin-bottom: 0;
}

.header-logo {
    height: auto;
}

@media (min-width: 1200px) {
    .header-logo {
        width: 100%;
        position: absolute;
        top: 15%;
    }
}

.header-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 450px;
}

@media (min-width: 1200px) {
    .header-logo img {
        width: 100%;
        top: 50px;
        left: 215px;
    }
}

.menu-btn {
    background-color: #fd9535;
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 5;
}

@media (min-width: 1200px) {
    .menu-btn {
        display: none;
    }
}

.menu-btn button {
    font-size: 18px;
    padding: 15px;
}

.close-btn {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: center;
    font-size: 18px;
}

.spnav {
    display: none;
    width: 60%;
    height: auto;
    position: fixed;
    right: 0;
    background-color: rgba(173, 216, 230, 0.87);
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 0 0 10px 10px;
    z-index: 3;
}

.spnav-item {
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0;
}

.spnav-item:first-child {
    display: block;
    padding: 30px;
    text-align: center;
}

.spnav-item:last-child {
    cursor: pointer;
    border-bottom: none;
}

.spnav-item a {
    display: block;
    padding: 30px 15px;
}

.spnav-item a:hover {
    border-left: 3px solid rgba(0, 162, 151, 0.87);
    background-color: lightblue;
}

.nav {
    display: none;
    position: absolute;
    top: 45%;
    right: 0;
}

@media (min-width: 1200px) {
    .nav {
        display: block;
    }
}

.nav-item {
    display: inline-block;
    margin-left: 30px;
}

.nav-item a {
    color: #ffffff;
}

.subheader {
    width: 100%;
    height: 50px;
    background-color: rgba(246, 213, 92, 0.87);
}

.subheader a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 700;
    padding: 15px 0 15px 0;
}

.subheader i {
    padding-right: 5px;
}

.top {
    width: 100%;
    height: 750px;
    padding: 60px 0;
}

@media (min-width: 1200px) {
    .top {
        height: 650px;
    }
}

.top-inner {
    max-width: 380px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1200px) {
    .top-inner {
        max-width: 1200px;
    }
}

.top__pic img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.top-main,
.top-sub {
    margin: 0 auto;
    width: 80%;
    max-width: 500px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 1200px) {
    .top-main,
    .top-sub {
        max-width: none;
        width: 49%;
        top: auto;
        right: 0;
        left: auto;
        bottom: 0;
    }
}

.top-main::before,
.top-sub::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.top-sub {
    width: 55%;
    max-width: 290px;
    top: 260px;
    left: auto;
    right: 0;
    bottom: 0;
}

@media (min-width: 1200px) {
    .top-sub {
        width: 35%;
        max-width: none;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
    }
}

.top-message {
    width: 100%;
    position: absolute;
    padding: 0;
    bottom: -55px;
    z-index: 2;
}

@media (min-width: 1200px) {
    .top-message {
        bottom: 0px;
        width: 60%;
        padding: 0 15px;
    }
}

.top-message__sub {
    color: #c20000;
    font-size: 18px;
    margin-bottom: 20px;
}

.top-message__ttl {
    font-size: 24px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.top-message__read {
    line-height: 32px;
}

@media (min-width: 1200px) {
    .top-message__read {
        width: 80%;
    }
}

.video-wrap {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.video__mv {
    width: 100%;
    height: auto;
}

.line {
    position: fixed;
    left: 10px;
    bottom: 30px;
    z-index: 3;
    display: none;
    width: 240px;
}

@media (min-width: 1200px) {
    .line {
        width: auto;
        left: auto;
        right: 0;
        bottom: 10px;
    }
}

.line__body {
    position: relative;
}

.line__body-close {
    position: absolute;
    top: -32px;
    left: -2px;
    padding: 5px;
    font-size: 18px;
    background-color: #f5f5f5;
    border-radius: 10px 10px 0 0;
    border-width: 1px 1px 0 1px;
    border-color: rgba(0, 0, 0, 0.87);
    border-style: solid;
}

@media (min-width: 1200px) {
    .line__body-close {
        top: -31px;
        left: 0;
        font-size: 20px;
        border-width: 2px 2px 0 2px;
    }
}

.news {
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.news-inner {
    max-width: 380px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1200px) {
    .news-inner {
        max-width: 1200px;
    }
}

.news-ttl {
    font-size: 24px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.news-list {
    font-size: 20px;
    display: block;
    width: 60%;
}

.news-item {
    margin-bottom: 30px;
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
}

.news-item a {
    display: block;
    padding: 30px;
}

.news-item__ttl {
    display: inline;
    padding-left: 30px;
}

.news-tweet {
    max-height: 540px;
    margin-top: 10px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 30px;
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
}

.news-tweet::-webkit-scrollbar {
    display: none;
}

.taikai__btn {
    background-color: #fd9535;
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}

.taikai__btn a {
    display: block;
    color: #f5f5f5;
    padding: 30px;
}

.floorinfo {
    width: 100%;
    height: auto;
}

.floorinfo-ttlbar {
    width: 100%;
    height: 80px;
    background-color: rgba(0, 162, 151, 0.87);
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #f5f5f5;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

.floorinfo-first,
.floorinfo-second {
    padding: 60px 0;
    background-color: rgba(173, 216, 230, 0.87);
}

.floorinfo-inner {
    max-width: 380px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1200px) {
    .floorinfo-inner {
        max-width: 1200px;
    }
}

.floorinfo-body {
    max-width: 100%;
    height: auto;
    padding: 30px;
    border: 15px solid rgba(0, 162, 151, 0.87);
    border-radius: 10px;
}

.floorinfo-summary {
    width: 100%;
    padding-bottom: 30px;
}

.floorinfo-summary__ttl {
    font-size: 24px;
    padding-left: 15px;
    margin-bottom: 30px;
    padding-left: 0;
}

.floorinfo-summary__read {
    font-size: 18px;
    line-height: 32px;
}

.floorinfo-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .floorinfo-feature {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.floorinfo-feature-inner {
    display: -ms-grid;
    display: grid;
    grid-template: 'item1' auto 'item2' auto 'item3' auto 'item4' auto / auto;
    row-gap: 15px;
}

@media (min-width: 1200px) {
    .floorinfo-feature-inner {
        grid-template: 'item1 ... item2' auto 'item3 ... item4' auto/350px 15px 350px;
    }
}

.floorinfo-feature-inner .item1 {
    grid-area: item1;
}

.floorinfo-feature-inner .item2 {
    grid-area: item2;
}

.floorinfo-feature-inner .item3 {
    grid-area: item3;
}

.floorinfo-feature-inner .item4 {
    grid-area: item4;
}

.floorinfo-list {
    display: block;
    padding: 15px 30px;
    background-color: #f5f5f5;
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
}

.floorinfo-list__ttl {
    font-size: 20px;
    color: rgba(255, 199, 120, 0.87);
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
    border-bottom: double 5px #ffc778;
    padding: 0 0 5px 5px;
    margin-bottom: 5px;
}

.floorinfo-list__read {
    font-size: 18px;
    line-height: 32px;
}

.floorinfo-induct {
    width: 100%;
    padding-top: 300px;
    position: relative;
}

.floorinfo-induct__btn {
    background-color: #fd9535;
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    width: 80%;
    text-align: center;
    position: absolute;
    right: 10%;
    bottom: 0;
}

@media (min-width: 1200px) {
    .floorinfo-induct__btn {
        width: 90%;
        right: 0;
    }
}

.floorinfo-induct__btn::after {
    background-image: url(../img/yorozu-kun_tobidashi.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    right: 10%;
    bottom: 60%;
    width: 180px;
    height: 180px;
}

@media (min-width: 1200px) {
    .floorinfo-induct__btn::after {
        right: 55px;
        bottom: 61px;
        width: 260px;
        height: 230px;
    }
}

.floorinfo-induct__btn a {
    display: block;
    padding: 30px;
    color: #f5f5f5;
    font-size: 20px;
    letter-spacing: 0.2rem;
}

.floorinfo-second {
    background-color: rgba(246, 213, 92, 0.87);
}

.faq {
    width: 100%;
    height: auto;
}

.faq-ttlbar {
    width: 100%;
    height: 80px;
    background-color: rgba(0, 162, 151, 0.87);
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #f5f5f5;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

.faq-inner {
    max-width: 380px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 60px 0;
}

@media (min-width: 1200px) {
    .faq-inner {
        max-width: 1200px;
    }
}

.faq-list {
    border-radius: 10px;
    margin-bottom: 30px;
}

.faq-item {
    margin-bottom: 30px;
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    margin-bottom: 0;
    border-radius: 0;
}

.faq-item:first-child {
    border-radius: 10px 10px 0 0;
}

.faq-item:last-child {
    border-radius: 0 0 10px 10px;
}

.faq-item__question {
    height: auto;
    position: relative;
}

.faq-item__btn {
    display: block;
    width: 100%;
    padding: 30px;
    text-align: left;
    font-size: 18px;
}

.faq-item__text {
    font-size: 18px;
    display: inline-block;
    width: calc(100% - 30px);
    line-height: 32px;
}

.faq-item__text::after {
    position: absolute;
    top: 35%;
    right: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f107';
    font-size: 18px;
}

.faq-item__text-js::after {
    content: '\f106';
}

.faq-item__answer,
.faq-item__answerlast {
    display: none;
    padding: 30px;
    text-align: left;
    background-color: #e0e0e0;
    overflow: hidden;
    font-size: 18px;
    line-height: 32px;
}

.faq-item__answerlast {
    border-radius: 0 0 10px 10px;
}

.faq-btn {
    background-color: #fd9535;
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}

.faq-btn a {
    display: block;
    color: #f5f5f5;
    padding: 30px;
}

.footer {
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.87);
}

.footer-inner {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 80px;
}

.footer-text {
    color: #f5f5f5;
}

.firstfloor {
    width: 100%;
    padding: 60px 0;
}

.firstfloor-inner {
    max-width: 380px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1200px) {
    .firstfloor-inner {
        max-width: 1200px;
    }
}

.firstfloor-ttlbox {
    width: auto;
}

.firstfloor-ttlbox__ttl {
    font-size: 24px;
    padding: 0 15px 10px;
    margin-bottom: 15px;
    border-bottom: 5px dotted rgba(173, 216, 230, 0.87);
}

.firstfloor-ttlbox__read {
    font-size: 18px;
    padding: 0 15px 10px;
    margin-bottom: 15px;
    line-height: 32px;
}

.corse {
    width: auto;
    margin-bottom: 30px;
}

.corse-list {
    display: -ms-grid;
    display: grid;
    grid-template: 'ttl  ...  lev' 80px 'desc desc desc' auto/auto 15px auto;
    row-gap: 15px;
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .corse-list {
        grid-template: 'ttl ... desc' 80px 'lev ... desc' auto/340px 15px auto;
    }
}

.corse-ttl,
.corse-desc {
    grid-area: ttl;
    font-size: 20px;
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    text-align: center;
    line-height: 72px;
}

.corse-lev {
    grid-area: lev;
    line-height: 32px;
    padding: 15px;
}

.corse-lev img {
    padding-left: 5px;
}

@media (min-width: 1200px) {
    .corse-lev img {
        padding-left: 15px;
    }
}

.corse-desc {
    grid-area: desc;
    text-align: left;
    line-height: 32px;
    padding: 15px;
}

.corse-desc ul {
    list-style: disc;
    padding-left: 30px;
}

.corse-target {
    position: relative;
    margin: 15px 0;
    border: 3px solid rgba(173, 216, 230, 0.87);
    border-radius: 8px;
}

.corse-target__ttl {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 15px;
    line-height: 1;
    font-size: 19px;
    background: #f5f5f5;
    color: rgba(173, 216, 230, 0.87);
    font-weight: bold;
}

.corse-target__read {
    padding: 15px;
    font-weight: bold;
}

.secondfloor {
    width: 100%;
    padding: 60px 0;
}

.secondfloor-inner {
    max-width: 380px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1200px) {
    .secondfloor-inner {
        max-width: 1200px;
    }
}

.secondfloor-ttlbox {
    width: auto;
}

.secondfloor-ttlbox__ttl {
    font-size: 24px;
    padding: 0 15px 10px;
    margin-bottom: 15px;
    border-bottom: 5px dotted rgba(173, 216, 230, 0.87);
}

.secondfloor-ttlbox__read {
    font-size: 18px;
    padding: 0 15px 10px;
    margin-bottom: 15px;
    line-height: 32px;
}

.content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 60px 0;
}

@media (min-width: 1200px) {
    .content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.content-list {
    -webkit-box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    width: 80%;
    min-width: 300px;
    background-color: rgba(255, 199, 120, 0.87);
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    margin-bottom: 60px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .content-list {
        width: 28%;
        max-width: 28%;
        min-width: 300px;
    }
}

.content-list__img {
    height: 180px;
    padding: 15px;
    overflow: hidden;
}

.content-list__img img {
    width: 100%;
    max-width: 100%;
}

.content-list__desc {
    padding: 15px;
}

.content-list__dt {
    font-size: 20px;
    padding-bottom: 15px;
    margin-left: 15px;
    font-weight: bold;
}

.content-list__dd {
    background-color: #f5f5f5;
    min-height: 50px;
    line-height: 32px;
    padding: 15px;
    border-radius: 10px;
}

.info {
    width: 100%;
    padding: 60px 0;
}

.info-inner {
    max-width: 380px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1200px) {
    .info-inner {
        max-width: 1200px;
    }
}

.info__ttl {
    width: 100%;
    height: 80px;
    background-color: rgba(0, 162, 151, 0.87);
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #f5f5f5;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
    margin-bottom: 60px;
}

.info-desc {
    -webkit-box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    width: 98%;
    margin: 0 auto;
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .info-desc {
        width: 100%;
    }
}

.info-desc__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    overflow: hidden;
}

.info-desc__th,
.info-desc__td {
    font-size: 18px;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 25px;
    height: 50px;
    display: table-cell;
    border-bottom: 1px solid rgba(0, 0, 0, 0.87);
}

.info-desc__th-last,
.info-desc__td-last {
    border-bottom: none !important;
}

.info-desc__th {
    background: #f0e6cc;
    text-align: left;
    min-width: 150px;
    border-right: 1px solid rgba(0, 0, 0, 0.87);
    border-bottom: 1px solid rgba(0, 0, 0, 0.87);
}

.info-declaration {
    line-height: 32px;
}

.info-declaration p {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
}

.info-declaration ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.info-declaration ol li {
    padding-bottom: 15px;
}

.access {
    width: 100%;
    padding: 60px 0;
}

.access-inner {
    max-width: 380px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1200px) {
    .access-inner {
        max-width: 1200px;
    }
}

.access__ttl {
    width: 100%;
    height: 80px;
    background-color: rgba(0, 162, 151, 0.87);
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #f5f5f5;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
    margin-bottom: 60px;
}

.access-movie,
.access-map {
    width: 98%;
    margin: 0 auto 30px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .access-movie,
    .access-map {
        width: 100%;
    }
}

.access-movie-list {
    border-radius: 10px;
    margin-bottom: 30px;
}

.access-movie-item {
    margin-bottom: 30px;
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    margin-bottom: 0;
    border-bottom: none;
    border-radius: 0;
}

.access-movie-item:first-child {
    border-radius: 10px 10px 0 0;
}

.access-movie-item:last-child {
    border-bottom: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 0 0 10px 10px;
}

.access-movie-item__dt {
    height: auto;
    position: relative;
}

.access-movie__btn {
    display: block;
    width: 100%;
    padding: 30px;
    text-align: left;
    font-size: 18px;
}

.access-movie__ttl {
    font-size: 18px;
    display: inline-block;
    width: calc(100% - 30px);
    line-height: 32px;
}

.access-movie__ttl::after {
    position: absolute;
    top: 35%;
    right: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f107';
    font-size: 18px;
}

.access-movie__ttl-js::after {
    content: '\f106';
}

.access-movie__inner {
    display: none;
    text-align: center;
    background-color: #e0e0e0;
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;
}

.access-movie__inner video {
    width: 100%;
}

.access-map {
    -webkit-box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
}

.access-map__table {
    width: 100%;
    text-align: center;
}

@media (min-width: 1200px) {
    .access-map__table {
        text-align: left;
    }
}

.access-map__th,
.access-map__td {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.87);
}

@media (min-width: 1200px) {
    .access-map__th,
    .access-map__td {
        width: auto;
        height: auto;
        display: table-cell;
        padding-left: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.87);
    }
}

.access-map__th {
    background-color: rgba(255, 199, 120, 0.87);
}

@media (min-width: 1200px) {
    .access-map__th {
        border-right: 1px solid rgba(0, 0, 0, 0.87);
        border-bottom: none;
    }
}

.contact {
    width: 100%;
    padding: 60px 0;
}

.contact-inner {
    max-width: 380px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1200px) {
    .contact-inner {
        max-width: 1200px;
    }
}

.contact__ttl {
    width: 100%;
    height: 80px;
    background-color: rgba(0, 162, 151, 0.87);
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #f5f5f5;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
    margin-bottom: 60px;
}

.contact-desc {
    -webkit-box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    width: 98%;
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    margin: 0 auto 30px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .contact-desc {
        width: 100%;
    }
}

.contact-desc__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    overflow: hidden;
}

.contact-desc__th,
.contact-desc__td {
    font-size: 18px;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
    height: 50px;
    display: table-cell;
    border-bottom: 1px solid rgba(0, 0, 0, 0.87);
}

@media (min-width: 1200px) {
    .contact-desc__th,
    .contact-desc__td {
        padding: 15px 25px;
    }
}

.contact-desc__th-last,
.contact-desc__td-last {
    border-bottom: none !important;
}

.contact-desc__th {
    background: #f0e6cc;
    text-align: left;
    min-width: 150px;
    border-right: 1px solid rgba(0, 0, 0, 0.87);
    border-bottom: 1px solid rgba(0, 0, 0, 0.87);
    vertical-align: middle;
}

.contact-desc__td input,
.contact-desc__td textarea {
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 25px;
    border: none;
    font-size: 18px;
    background-color: #f5f5f5;
}

.contact-desc__td textarea {
    min-height: 240px;
}

.submit-btn input:disabled {
    background-color: rgba(0, 162, 151, 0.87);
}

.submit-btn {
    background-color: #fd9535;
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    text-align: center;
    width: 200px;
    margin: 0 auto;
}

.submit-btn input {
    font-size: 18px;
    padding: 15px 30px;
    background-color: unset;
    border: none;
    width: 100%;
    cursor: pointer;
}

.thanks {
    width: 100%;
    height: calc(100vh - 80px);
    text-align: center;
}

@media (min-width: 1200px) {
    .thanks {
        height: 650px;
    }
}

.thanks__inner {
    max-width: 380px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .thanks__inner {
        max-width: 1200px;
    }
}

.thanks__txt {
    font-size: 18px;
    padding-bottom: 60px;
}

.thanks__txt-before {
    padding-bottom: 15px;
    position: relative;
}

.thanks__txt-before::before {
    position: absolute;
    top: -130px;
    left: 35%;
    font-family: 'Font Awesome 5 Free';
    font-size: 90px;
    color: rgba(0, 162, 151, 0.87);
    font-weight: 900;
    content: '\f058';
}

.thanks__btn {
    background-color: #fd9535;
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    margin: 0 auto;
    width: 240px;
    height: 60px;
    line-height: 53px;
    text-align: center;
}

.thanks__btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.notfound {
    width: 100%;
    height: calc(100vh - 80px);
    text-align: center;
}

@media (min-width: 1200px) {
    .notfound {
        height: 650px;
    }
}

.notfound__inner {
    max-width: 380px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .notfound__inner {
        max-width: 1200px;
    }
}

.notfound__txt {
    font-size: 18px;
    padding-bottom: 60px;
}

.notfound__txt-before {
    padding-bottom: 15px;
    position: relative;
}

.notfound__txt-before::before {
    position: absolute;
    top: -130px;
    left: 40%;
    font-family: 'Font Awesome 5 Free';
    font-size: 90px;
    color: rgba(0, 162, 151, 0.87);
    font-weight: 900;
    content: '\f5b4';
}

.notfound__btn {
    background-color: #fd9535;
    border: 3px solid rgba(0, 0, 0, 0.87);
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    box-shadow: 10px 10px 0 0 rgba(174, 174, 174, 0.3);
    margin: 0 auto;
    width: 240px;
    height: 60px;
    line-height: 53px;
    text-align: center;
}

.notfound__btn a {
    display: block;
    width: 100%;
    height: 100%;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[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;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'),
        url('./fonts/slick.svg#slick') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '•';
    width: 20px;
    height: 20px;
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

#loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00a297;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9999;
}

.loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
    color: #f5f5f5;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

.loader-txt {
    color: #f5f5f5;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        -webkit-box-shadow: 0 2.5em 0 -1.3em;
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        -webkit-box-shadow: 0 2.5em 0 0;
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        -webkit-box-shadow: 0 2.5em 0 -1.3em;
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        -webkit-box-shadow: 0 2.5em 0 0;
        box-shadow: 0 2.5em 0 0;
    }
}

.completed {
    opacity: 0;
    visibility: hidden;
}
/*# sourceMappingURL=styles.css.map */
