@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.css");

:root {
    --color01: #633;
    --color02: #690;
    --color03: #f90;
    --color04: #fc0;
    --color05: #fff8e3;
    --color06: #cc9;
    --color07: #693;
    --transparentcolor00: rgba(255, 255, 255, 0.5);
    --transparentcolor01: rgba(102, 51, 51, 0.5);
    --transparentcolor02: rgba(102, 153, 0, 0.5);
}

body > header,
body > footer {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    color: var(--color01);
    font-style: normal;
    line-height: 1.5;
    word-break: break-word;
}

body > header *,
body > header *::before,
body > header *::after,
body > footer *,
body > footer *::before,
body > footer *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body > header a,
body > footer a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

body > header a:hover,
body > footer a:hover,
body > footer button:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
    cursor: pointer;
}

body > header ul,
body > footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body > header img,
body > footer img,
body > footer iframe {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: 0;
}

body > header table,
body > footer table {
    border-collapse: collapse;
}

body > header table th,
body > footer table th {
    font-weight: normal;
}

body > footer {
    min-width: 375px;
    overflow: hidden;
    background-color: var(--color05);
    position: relative;
}

body > header .show\@pc,
body > footer .show\@pc {
    display: block;
}

body > header .hide\@pc,
body > footer .hide\@pc {
    display: none;
}

body > header span.hide\@pc.indention::before,
body > footer span.hide\@pc.indention::before {
    display: none;
}

body > footer .c03 {
    color: var(--color03);
}

body > footer .bgc02 {
    background-color: var(--color02);
}

body > header .up-d-flex,
body > footer .up-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body > footer .up-fxw-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body > footer .up-jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body > footer .up-ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body > footer .up-c-white {
    color: #fff;
}

body > footer .up-ta-c {
    text-align: center;
}

body > footer .up-fz-12 {
    font-size: 12px;
}

body > footer .up-fz-14 {
    font-size: 14px;
}

body > footer .up-fz-15 {
    font-size: 15px;
}

body > footer .up-fz-18 {
    font-size: 18px;
}

body > footer .up-fz-110\% {
    font-size: 110%;
}

body > footer .up-fw-500 {
    font-weight: 500;
}

body > footer .up-fw-600 {
    font-weight: 600;
}

body > footer .up-lh-2\.5 {
    line-height: 2.5;
}

body > header .up-mr-5,
body > footer .up-mr-5 {
    margin-right: 5px;
}

body > footer .up-mt-10 {
    margin-top: 10px;
}

body > header .up-mt-20,
body > footer .up-mt-20 {
    margin-top: 20px;
}

body > header .up-mt-30 {
    margin-top: 30px;
}

body > footer .up-mt-1em {
    margin-top: 1em;
}

body > footer .up-pt-10 {
    padding-top: 10px;
}

body > footer .up-pb-10 {
    padding-bottom: 10px;
}

body > footer .up-w-30\% {
    width: 30%;
}

body > footer .up-w-65\% {
    width: 65%;
}

body > footer .up-col-4,
body > footer .up-col-2\@tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body > footer .up-col-4 > * {
    width: calc(100% / 4);
}

body > footer .up-gapx-10 {
    margin-left: -5px;
    margin-right: -5px;
}

body > footer .up-gapx-10 > * {
    padding-left: 5px;
    padding-right: 5px;
}

body > footer .up-gapx-20 {
    margin-left: -10px;
    margin-right: -10px;
}

body > footer .up-gapx-20 > * {
    padding-left: 10px;
    padding-right: 10px;
}

body > footer .up-gapy-20 > * {
    padding-bottom: 20px;
}

body > footer .inner900 {
    width: 92%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

body > footer .inner1100 {
    width: 98%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

body > footer [class*="section-m"],
body > footer [class*="section-p"] {
    --section-xlarge: 150px;
    --section-large: 120px;
    --section-medium: 100px;
    --section-small: 80px;
    --section-xsmall: 60px;
}

body > footer .section-mb-xlarge {
    margin-bottom: var(--section-xlarge);
}

body > footer .section-pt-medium {
    padding-top: var(--section-medium);
}

body > footer .section-pb-xsmall {
    padding-bottom: var(--section-xsmall);
}

body > footer .section-py-xsmall {
    padding-top: var(--section-xsmall);
    padding-bottom: var(--section-xsmall);
}

/* ------------------------------
toggle
------------------------------ */
body > header .toggle {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-color: var(--color02);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: fixed;
    top: 35px;
    right: 60px;
    z-index: 252;
}

body > header .toggle span.n {
    width: 25px;
    height: 1px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 20px;
}

body > header .toggle span.n:before {
    content: "";
    width: 25px;
    height: 1px;
    display: block;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: -7.5px;
    left: 0;
}

body > header .toggle span.n:after {
    content: "";
    width: 25px;
    height: 1px;
    display: block;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 8.5px;
    left: 0;
}

body.action > header .toggle {
    background-color: #fff;
}

body.action > header .toggle span.n {
    background-color: var(--color02);
    -webkit-transition: ease 0.1s;
    transition: ease 0.1s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.action > header .toggle span.n:after,
body.action > header .toggle span.n:before {
    background-color: var(--color02);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

/* ------------------------------
global nav
------------------------------ */
body > header #top-gnav {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: hidden;
    overflow-y: auto;
    padding: 150px 150px 0;
    border: none;
    background-color: var(--color02);
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 251;
}

body.action > header #top-gnav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

body > header #top-gnav .top-gnav-list {
    width: 20%;
}

body > header #top-gnav .top-gnav-list + .top-gnav-list {
    width: 25%;
}

body > header #top-gnav .top-gnav-list li + li {
    margin-top: 1em;
}

body > header #top-gnav .top-gnav-list li a,
body > header #top-gnav .top-gnav-list li span {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05em;
}

body > header #top-gnav .top-gnav-list li a::before,
body > header #top-gnav .top-gnav-list li span::before {
    content: "\f0da";
    margin-right: 1em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 70%;
    line-height: 1;
}

body > header #top-gnav .top-gnav-list li.-parentchild .-parent {
    margin-bottom: 1em;
    color: #fff;
}

body > header #top-gnav .top-gnav-list li.-parentchild .-child + .-child {
    margin-top: 1em;
}

body > header #top-gnav .top-gnav-list li.-parentchild .-child a {
    margin-left: 1em;
}

body > header #top-gnav .top-gnav-list li.-parentchild .-child a::before {
    content: "・";
}

body > header #top-gnav .top-gnav-info {
    width: 50%;
    color: #fff;
    text-align: center;
}

body > header #top-gnav .top-gnav-info .logo {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #fff;
}

body > header #top-gnav .top-gnav-info .name {
    margin-top: 20px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

body > header #top-gnav .top-gnav-info .telwrap {
    letter-spacing: 0.1em;
}

body > header #top-gnav .top-gnav-info .schedule {
    margin-top: 20px;
    padding: 20px 40px;
    border-radius: 20px;
    background-color: #fff;
}

body > header #top-gnav .top-gnav-info .schedule .schedule-note {
    margin-top: 0.75em;
    font-weight: 500;
    color: var(--color01);
    text-align: left;
}

body > header .top-schedule-table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
}

body > header .top-schedule-table tr {
    border-bottom: 1px solid var(--transparentcolor01);
}

body > header .top-schedule-table tr.last {
    border-bottom: none;
}

body > header .top-schedule-table th,
body > header .top-schedule-table td {
    padding: 12px 8px;
    font-weight: 500;
    text-align: center;
}

body > header .top-schedule-table .time-col {
    padding-left: 0;
    color: var(--color01);
    text-align: left;
    white-space: nowrap;
}

body > header .top-schedule-table .day-col {
    color: var(--color01);
}

body > header .top-schedule-table .green-col {
    color: var(--color02);
}

body > header #side-gnav {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: fixed;
    top: 140px;
    right: 60px;
    z-index: 25;
}

body.drop > header #side-gnav {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

body > header #side-gnav .side-gnav-list li + li {
    margin-top: 1em;
}

body > header #side-gnav .side-gnav-list li a,
body > header #side-gnav .side-gnav-list li span {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: right;
}

body > header #side-gnav .side-gnav-list li.dropmenu span {
    cursor: pointer;
}

body > header #side-gnav .side-gnav-list li.dropmenu .dropmenu-list {
    margin-top: 0.5em;
}

/* ------------------------------
footer
------------------------------ */
body > footer .map {
    overflow: hidden;
    padding-top: 0;
    position: relative;
}

body > footer .map::before {
    content: "";
    display: block;
    padding-top: 30%;
}

body > footer .map iframe {
    width: 100%;
    height: 100%;
    max-width: initial;
    margin: auto;
    -webkit-transform: unset !important;
    transform: unset !important;
    position: absolute;
    top: 0;
    left: 0;
}

body > footer .access-section {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

body > footer .access-section-in {
    padding: 50px;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
}

body > footer .access-section-in .address {
    font-weight: bold;
    font-size: 20px;
}

body > footer .access-section-in .deco01 {
    position: absolute;
    bottom: -10px;
    left: 20px;
    z-index: 1;
}

body > footer .access-section-in .deco02 {
    position: absolute;
    bottom: -10px;
    right: 20px;
    z-index: 1;
}

body > footer .info-section-in {
    border-bottom: 1px solid var(--transparentcolor01);
}

body > footer .info-section-in .telwrap {
    margin-top: 10px;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: var(--color02);
    letter-spacing: 0.05em;
    text-align: center;
}

body > footer .foot-schedule-table {
    width: 100%;
    border-collapse: collapse;
}

body > footer .foot-schedule-table th,
body > footer .foot-schedule-table td {
    padding: 1em;
    font-weight: 500;
    font-size: 80%;
    text-align: center;
    border-bottom: 1px solid var(--transparentcolor01);
}

body > footer .foot-schedule-table .time-col {
    max-width: 5em;
    font-size: 100%;
    text-align: center;
    white-space: nowrap;
}

body > footer .foot-schedule-table .day-col {
    font-size: 100%;
}

body > footer .foot-schedule-table .green-col {
    color: var(--color02);
}

body > footer .foot-nav-list.-ver02 {
    margin-top: 2.5em;
}

body > footer .foot-nav-list li + li {
    margin-top: 1em;
}

body > footer .foot-nav-list li a,
body > footer .foot-nav-list li span {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 500;
    font-size: 15px;
}

body > footer .foot-nav-list li .-parent {
    margin-bottom: 1em;
    font-weight: 500;
}

body > footer .foot-nav-list li .-child + .-child {
    margin-top: 1em;
}

body > footer .foot-nav-list li .-child a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    font-weight: 500;
    font-size: 15px;
}

body > footer .foot-nav-list li .-child a::before {
    content: "\f054";
    margin-right: 1em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 70%;
    color: var(--color02);
    line-height: 1;
}

body > footer .supporter-section-in {
    padding: 30px 100px;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
}

body > footer .supporter-section-in .deco01 {
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: 1;
}

body > footer .robottu {
    padding: 0.25em 0.5em;
    color: #fff;
    background-color: #003893;
}

body > footer .nanohana img {
    display: block;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation: yura-yura 3s ease-in-out infinite;
    animation: yura-yura 3s ease-in-out infinite;
}

body > footer .hari-sanpo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: walk-and-turn 8s infinite;
    animation: walk-and-turn 8s infinite;
    pointer-events: none;
}

body > footer .hari-sanpo img {
    display: block;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation: toko-toko 2s infinite;
    animation: toko-toko 2s infinite;
}

/* ------------------------------
fixed buttons and modal
------------------------------ */
body > footer .fixed-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 10;
    gap: 10px;
}

body.scrolled > footer .fixed-container {
    opacity: 1;
}

body > footer .fixed-container .white-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    border-radius: 15px;
    background-color: #fff;
}

body > footer .fixed-container .white-container.-vergreen {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background-color: var(--color02);
    position: relative;
}

body > footer .fixed-container .white-container.-vergreen .deco {
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 14px;
    color: var(--color01);
    border-radius: 10px;
    background-color: var(--color04);
    position: absolute;
    top: -60%;
    left: 0;
}

body > footer .fixed-container .white-container.-vergreen .deco::after {
    content: "";
    border: 10px solid transparent;
    border-top-color: var(--color04);
    position: absolute;
    top: 100%;
    left: 30px;
}

body > footer .fixed-container .white-container .btn {
    position: relative;
}

body > footer .fixed-container .white-container .btn + .btn::before {
    content: "";
    width: 2px;
    height: 2em;
    display: block;
    background-color: var(--transparentcolor01);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

body > footer .fixed-container .white-container .btn a,
body > footer .fixed-container .white-container .btn span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 20px;
    gap: 10px;
}

body > footer .fixed-container .white-container .btn01 a {
    display: block;
    padding: 1em 2em;
}

body > footer .fixed-container .white-container .btn a .icon,
body > footer .fixed-container .white-container .btn span .icon {
    padding: 0;
}

body > footer .fixed-container .white-container .icon img {
    display: inline-block;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation: boyoyon 1.5s infinite;
    animation: boyoyon 1.5s infinite;
}

body > footer .fixed-container .white-container .btn .number {
    font-family: "Quicksand", sans-serif;
    font-size: 1.1em;
    letter-spacing: 0.05em;
}

body > footer .fixed-container .ttl {
    font-size: 16px;
    text-align: center;
}

body > footer .fixed-container .ttl.-kanjya {
    font-size: 1.5em;
}

body > footer .fixed-container .white-container .btn .telwrap span {
    padding: 0;
}

body > footer .fixed-container .white-container .btn .telwrap.-kanjya {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--transparentcolor01);
    position: relative;
}

body > footer .fixed-container .white-container .btn .telwrap.-kanjya .deco {
    position: absolute;
    bottom: 0;
    right: 0;
}

body > footer .fixed-container.-versp {
    display: none;
}

body > footer [data-ab-test-block] [data-ab-test-contents] + [data-ab-test-contents] {
    display: none;
}

body > footer .modal-container {
    display: contents;
}

body > footer .modal-text {
    display: inline-block;
    cursor: pointer;
}

body > footer .modal-overlay {
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}

body > footer .modal-content {
    max-width: 90%;
    display: none;
    padding: 40px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
}

body > footer .modal-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

body > footer .modal-close {
    padding: 0;
    font-weight: bold;
    font-size: 2rem;
    color: #555;
    line-height: 1;
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
}

body > footer .modal-close:hover {
    color: #000;
}

body > footer .btn01 button {
    border: none;
}

body > footer .btn01 a,
body > footer .btn01 button {
    width: 230px;
    display: block;
    margin: 0 auto;
    padding: 1em 2em;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    background-color: var(--color02);
    position: relative;
}

body > footer .btn01 a::after,
body > footer .btn01 button::after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    display: block;
    border-radius: 100%;
    background-image: url("/import/tenant_1/162.43.32.182/html/images/icon05.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1em;
    z-index: 1;
}

body > footer .btn01 a:hover::after,
body > footer .btn01 button:hover::after {
    -webkit-transform: translate(3px, -50%);
    transform: translate(3px, -50%);
}

body > footer .btn01.-access a,
body > footer .btn01.-access button {
    width: 250px;
    text-align: left;
}

body > footer .btn01.-mt40 {
    margin-top: 40px;
}

@-webkit-keyframes yura-yura {
    0% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    50% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
}

@keyframes yura-yura {
    0% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    50% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
}

@-webkit-keyframes walk-and-turn {
    0% {
        -webkit-transform: translateX(0) scaleX(1);
        transform: translateX(0) scaleX(1);
    }

    49.9% {
        -webkit-transform: translateX(-100px) scaleX(1);
        transform: translateX(-100px) scaleX(1);
    }

    50% {
        -webkit-transform: translateX(-100px) scaleX(-1);
        transform: translateX(-100px) scaleX(-1);
    }

    100% {
        -webkit-transform: translateX(0) scaleX(-1);
        transform: translateX(0) scaleX(-1);
    }
}

@keyframes walk-and-turn {
    0% {
        -webkit-transform: translateX(0) scaleX(1);
        transform: translateX(0) scaleX(1);
    }

    49.9% {
        -webkit-transform: translateX(-100px) scaleX(1);
        transform: translateX(-100px) scaleX(1);
    }

    50% {
        -webkit-transform: translateX(-100px) scaleX(-1);
        transform: translateX(-100px) scaleX(-1);
    }

    100% {
        -webkit-transform: translateX(0) scaleX(-1);
        transform: translateX(0) scaleX(-1);
    }
}

@-webkit-keyframes toko-toko {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
}

@keyframes toko-toko {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
}

@-webkit-keyframes boyoyon {
    0%,
    100% {
        -webkit-transform: scale(1.0, 1.0) translateY(0);
        transform: scale(1.0, 1.0) translateY(0);
    }

    10% {
        -webkit-transform: scale(1.1, 0.9) translateY(0);
        transform: scale(1.1, 0.9) translateY(0);
    }

    40% {
        -webkit-transform: scale(0.9, 1.1) translateY(-3px);
        transform: scale(0.9, 1.1) translateY(-3px);
    }

    60% {
        -webkit-transform: scale(1.0, 1.0) translateY(-1.5px);
        transform: scale(1.0, 1.0) translateY(-1.5px);
    }

    80% {
        -webkit-transform: scale(0.95, 1.05) translateY(0);
        transform: scale(0.95, 1.05) translateY(0);
    }
}

@keyframes boyoyon {
    0%,
    100% {
        -webkit-transform: scale(1.0, 1.0) translateY(0);
        transform: scale(1.0, 1.0) translateY(0);
    }

    10% {
        -webkit-transform: scale(1.1, 0.9) translateY(0);
        transform: scale(1.1, 0.9) translateY(0);
    }

    40% {
        -webkit-transform: scale(0.9, 1.1) translateY(-3px);
        transform: scale(0.9, 1.1) translateY(-3px);
    }

    60% {
        -webkit-transform: scale(1.0, 1.0) translateY(-1.5px);
        transform: scale(1.0, 1.0) translateY(-1.5px);
    }

    80% {
        -webkit-transform: scale(0.95, 1.05) translateY(0);
        transform: scale(0.95, 1.05) translateY(0);
    }
}

@media (max-width: 1024px) {
    body > footer .inner900,
    body > footer .inner1100 {
        width: 96%;
    }

    body > header .toggle {
        right: 30px;
    }

    body > header #top-gnav {
        padding: 50px;
    }

    body > header #top-gnav .top-gnav-list {
        width: 48%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    body > header #top-gnav .top-gnav-list + .top-gnav-list {
        width: 48%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    body > header #top-gnav .top-gnav-info {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 50px;
    }

    body > header #side-gnav {
        display: none;
    }

    body > footer .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    body > footer .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.8);
    }

    body > footer .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }

    body > footer .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }

    body > footer .up-col-2\@tb > * {
        width: calc(100% / 2);
    }

    body > footer .up-w-100\%\@tb {
        width: 100%;
    }

    body > footer .up-mt-10\@tb {
        margin-top: 10px;
    }

    body > footer .supporter-section-in {
        padding: 30px;
    }

    body > footer .info-section-in .telwrap {
        font-size: 24px;
    }

    body > footer .fixed-container {
        bottom: 30px;
        right: 30px;
    }
}

@media (max-width: 599px) {
    body > header .show\@sp,
    body > footer .show\@sp {
        display: block;
    }

    body > header .hide\@sp,
    body > footer .hide\@sp {
        display: none;
    }

    body > header .toggle {
        top: 10px;
        right: 10px;
    }

    body > header #top-gnav {
        padding: 50px 20px 200px;
    }

    body > header #top-gnav .top-gnav-list {
        width: 100%;
    }

    body > header #top-gnav .top-gnav-list + .top-gnav-list {
        width: 100%;
        margin-top: 1em;
    }

    body > header #top-gnav .top-gnav-info .name {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    body > header #top-gnav .top-gnav-info .schedule {
        padding: 10px;
    }

    body > header .top-schedule-table th,
    body > header .top-schedule-table td {
        font-size: 10px;
    }

    body > footer .section-mb-xlarge,
    body > footer .section-mb-medium\@sp {
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    body > footer .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.6);
    }

    body > footer .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }

    body > footer .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }

    body > footer .up-w-100\%\@sp {
        width: 100%;
    }

    body > footer .up-pb-60\@sp {
        padding-bottom: 60px;
    }

    body > footer .up-lh-2\@sp {
        line-height: 2;
    }

    body > footer .map::before {
        padding-top: 70%;
    }

    body > footer .access-section-in {
        padding: 50px 20px;
    }

    body > footer .access-section-in .address {
        font-size: 18px;
    }

    body > footer .foot-schedule-table {
        font-size: 12px;
    }

    body > footer .hari-sanpo.-sp60 img {
        width: 60%;
    }

    body > footer .btn01.-access a,
    body > footer .btn01.-access button {
        width: 230px;
    }

    body > footer .fixed-container.-verpc {
        display: none;
    }

    body > footer .fixed-container.-versp {
        display: block;
        bottom: 5px;
        left: 5px;
        right: 5px;
    }

    body > footer .fixed-container .white-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
        font-size: 12px;
        background-color: transparent;
        gap: 5px;
    }

    body > footer .fixed-container .white-container > div {
        width: calc((100% - 10px) / 3);
    }

    body > footer .fixed-container .white-container .btn {
        background-color: #fff;
    }

    body > footer .fixed-container .white-container .btn + .btn::before {
        content: none;
    }

    body > footer .fixed-container .white-container .btn a,
    body > footer .fixed-container .white-container .btn span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        padding: 5px;
        border-radius: 5px;
        gap: 0;
    }

    body > footer .fixed-container .white-container .btn.tel-btn {
        background-color: var(--color06);
    }

    body > footer .fixed-container .white-container .btn.tel-btn.pattern-b {
        background-color: var(--color03);
    }

    body > footer .fixed-container .white-container .btn.tel-btn span {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    body > footer .fixed-container .white-container .btn .telwrap.-kanjya .deco {
        max-width: 35px;
    }

    body > footer .modal-content {
        width: 80%;
    }

    @-webkit-keyframes walk-and-turn {
        0% {
            -webkit-transform: translateX(0) scaleX(1);
            transform: translateX(0) scaleX(1);
        }

        49.9% {
            -webkit-transform: translateX(-50px) scaleX(1);
            transform: translateX(-50px) scaleX(1);
        }

        50% {
            -webkit-transform: translateX(-50px) scaleX(-1);
            transform: translateX(-50px) scaleX(-1);
        }

        100% {
            -webkit-transform: translateX(0) scaleX(-1);
            transform: translateX(0) scaleX(-1);
        }
    }

    @keyframes walk-and-turn {
        0% {
            -webkit-transform: translateX(0) scaleX(1);
            transform: translateX(0) scaleX(1);
        }

        49.9% {
            -webkit-transform: translateX(-50px) scaleX(1);
            transform: translateX(-50px) scaleX(1);
        }

        50% {
            -webkit-transform: translateX(-50px) scaleX(-1);
            transform: translateX(-50px) scaleX(-1);
        }

        100% {
            -webkit-transform: translateX(0) scaleX(-1);
            transform: translateX(0) scaleX(-1);
        }
    }
}

